/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:arial;
}

body{
	overflow-x:hidden;
	font-family:sans-serif !important;
}


/*@font-face
{
	font-family:nexa-light;
	src:url(../font/Nexa%20Light.otf);
}
*/
p{
	font-family:sans-serif !important;
	font-size:13px !important;
}
h1,h2,h3,h4,h5,h6,h7{
	color:#980000; 
	font-weight:100 !important;
	font-family:sans-serif !important;
}
hr{
	margin-bottom:10px !important;
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
	color:#fff;
}

.wrapper{
	width:100%;
	position:relative;
}

.tophead{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	background:rgba(0,0,0,0.3);
	/*background:url(../images/header.png) top center no-repeat;
	background-size:100% 180px;*/
	position:fixed;
	top:0;
	z-index:11;
}

.logo{
	color:#fff;
	font-size:39px;
	margin:5px 2% 10px;
    text-transform: uppercase;
}

.logo img{
	width:100px;
}

.mobicon{
	display:none;
}

.mob-menu{
	display:none;
}

nav{
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	width:100%;
	position:relative;
}

nav .menu{
	margin:15px auto 0;
}

nav .menu li{
	float:left;
}

nav .menu li a{
	font-size:13px;
	padding:10px 10px 17px;
	display:block;
}

.active{
	color:#E40003 !important;
}

nav .menu li:hover > a{
	color:#e40003;
}

nav .menu li .drop{
	position:absolute;
	background:rgba(0,0,0,0.5);
	display:none;
	top:57px;
}

nav .menu li .drop:before{
	content:'';
	border-bottom:10px solid rgba(0,0,0,0.4);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position:absolute;
	top:-10px;
	left:20px;
}

nav .menu li:hover .drop{
	display:block;
}

nav .menu .drop li{
	float:none;
	border-bottom:1px dotted rgba(255,255,255,0.5);
}

nav .menu .drop li:last-child{
	border-bottom:none;
}

nav .menu .drop li:hover a{
	background:#000;
	color:#fff;
}

nav .menu .drop li .drop2{
	display:none;
    position: absolute;
    left: 152px;
    margin-top: -42px;
    width: 100px;
}

nav .menu li .drop li:hover > .drop2{
	display:block;
}
.drop2 li a{
	background:rgba(0,0,0,0.5) !important;
}
.drop2 li a:hover{
	background:rgba(0,0,0,1.00) !important;
}
	

.scrolldown{
	position:absolute;
	left:50%;
	margin-left:-64px;
	top:500px;
	cursor:pointer;
	opacity:1;
	transition:all 800ms;
	z-index:999999;
}

.scrolldown:hover{
	opacity:0.7;
}

.scrollup{
	position:absolute;
	right:20px;
	top:30px;
	cursor:pointer;
}

.scrollup img{
	background:rgba(0,0,0,0.2);
	border-radius:50%;
	transition:all 800ms;
}

.scrollup img:hover{
	background:rgba(0,0,0,0.6);
}

.clear{
	clear:both;
}

/*------------------------mid menu start here----------------------*/

.mid-menu{
	width:100%;
	box-sizing:border-box;
	padding:20px 2%;
	background:rgba(95, 93, 93,0.96);
	z-index:10;
	position:relative;
	top:100vh;
	display:none;
}

.mid-menu .mid-container{
	display:flex;
	justify-content:center;
}

.mid-container .thumbs{
	display:flex;
	flex-direction:column;
	justify-content:center;
	border-right:1px dotted rgba(255,0,4,0.4);
	padding:0 2%;
	margin-right:2%;
}

.mid-container .thumbs h2{
	color:#fff;
	padding-bottom:10px;
	text-align:center;
	font-weight:400;
}

.mid-container .thumbs .thumb-row img{
	width:50px;
	height:50px;
}

.mid-container .icon-container{
	display:flex;
	flex-direction:column;
}

.mid-container .icon-container .row{
	height:120px;
	display:flex;
	justify-content:center;
}

.mid-container .icon-container .row img{
	width:70px;
	height:70px;
}

.mid-container .icon-container .row1 a{
	border-bottom:1px dotted rgba(243, 243, 243, 0.63);
}

.mid-container .icon-container .row a{
	text-align:center;
	width:140px;
    border-right: 1px dotted rgba(243, 243, 243, 0.63);
    font-size: 12px;
    padding-top: 15px;
    line-height: 5px;
    opacity: 0.6;
}

.mid-container .icon-container .row a:last-child{
	border-right:none;
}

/*--------------------------------about containts starts here-------------------------------------*/

.textarea{
	width:100%;
	position:relative;
	margin-top:80px;
	float:left;
}

.textarea hr, .product hr{
	max-width:450px;
	margin:10px auto 0;
	opacity:0.5;
}

.textarea p{
	font-size:13px;
	padding-bottom:10px;
	clear:both;
	line-height:17px;
}
.textarea .text{
	width:65%;
    margin: 0 15.5%;
    float: left;
	position:relative;
}


.textarea .text h1, .product h1{
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:200;
	color:#980000;
	font-family:'nexa-light';
}

.textarea .text .textbox{
	padding: 12px 3% 30px;
	float:left;
	width:100%;
	box-sizing:border-box;
}

.textarea .text .textbox p{
	line-height:20px;
	text-align:justify;
	font-size:14px !important;
}

.text ol{
	list-style-type:none;
	padding-bottom:10px;
}

.text ol li{
	font-size:13px;
	display:inline-block;
	padding:4px;
}
.product{
	margin:10px auto 20px;
}

.product .items-container{
	width:100%;
	margin:30px auto;
	display:flex;
	justify-content:center;
}

.items-container .item-box{
	width:140px;
	margin:0 5px;
	position:relative;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	box-shadow:0 2px 10px #000000;
}

.items-container .item-box img{
	width:200px;
	height:120px;
	border-radius:10px 10px 0 0;
	transform:scale(1.02,1.02);
	transition:all 800ms ease;
}

.items-container .item-box:hover img{
	transform:scale(1.1,1.1);
	border-radius:10px 10px 0 0;
}

.items-container .item-box .item-title{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
}

.items-container .item-box .item-title a{
	text-align:center;
	padding:3px 1%;
	color:#fff;
	background:rgba(255,0,4,0.7);
	display:block;
}

/*--------------------------------CONTACT US------------------------------*/



#contact-textbox{
	font-size:13px;
}

.textbox .india-map img{
	width:100%;
	height:300px;
	margin-bottom:20px;
}

.address{
	padding: 0 0 68px;
	float:left;
	width:100%;
}

.address h3{
	color:#e40000;
}

.address a{
	color:#e40000;
}

.address a:hover{
	text-decoration:underline;
}
.address .add-main{
	text-align:center;
}

.address .add-main p{
	text-align:center !important;
	padding-top:10px;
}
.address .map2{
	width:40%;
	float:left;
	box-shadow:1px 1px 5px;
}

.address .map2:hover{
	border:1px solid #ccc;
	box-shadow:1px 1px 20px;
}


.textarea .text .map{
	position:absolute;
    bottom: 35%;
    margin-bottom: -175px;
	right:20px;
	width:40%;
	min-height:300px;
	box-shadow:0 2px 5px #000;
}

.textarea .text .map iframe{
	width:100% !important;
	height:300px;
}

/*-----------------------vision and mission----------------------*/

.title-img{
	padding-top:20px;
}

.title-img img{
	width:100%;
}

/*--------------------------industry---------------------------*/

.product{
	width:100%;
	float:left;
}

.product .industryIcon-box{
	width:70%;
	margin:0 auto;
}

.product .industryIcon-box .industry{
	width:18%;
	margin:30px 1%;
	float:left;
}

.product .industryIcon-box .industry .industry-anchor{
	width:100px;
	margin:0 auto;
}

.product .industry .industry-anchor a{
	display:block;
	color:#5d5d5d;
	text-align:center;
	font-size:13px;
}

.product .industry .industry-anchor a img{
	width:100px;
	background:#980000;
}


#product-support{
	font-size:30px;
	text-transform:uppercase;
	font-weight:100;
	font-family:auto;
	animation:mypro 3s infinite;
}

@keyframes mypro{
	50% {color:#016616;}
	75% {color:#006ED4;}
}

/*-----------------------quality--------------------------*/

.policy .quality-logo{
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
}

.policy .quality-logo img{
	width:70px;
	height:80px;
    margin: 0 10px;
}

/*-----------------------quality--------------------------*/


/*------------------------------------------clienteles---------------------------*/

#client-text h2{
	text-align:center;
	font-family:nexa-light;
	color:#2F2F2F;
	margin:20px 0 10px;
	float:left;
	width:100%;
}

.client-big-box{
	float:left;
	width:100%;
	position:relative;
}

.ref-content{
    width: 70%;
    margin: 0 15%;
	float:left;
	position:relative;
	z-index:1;
}

.ref-content h3{
	font:20px 'nexa-light';
	color:#fff;
	text-align:center;
}

.ref-text .ref-content h3{
	font-size:13px;
	padding-bottom:10px;
}

#client-area #client-text{
	width:100% !important;
	margin:0 !important;
}

#client-area #client-text #client-iron, #client-cement{
	background-size:100% 500px;
	z-index:1;
	position:relative;
}

#client-iron{
	background:url(../images/thermal-banner.jpg) top no-repeat;
}

#client-cement{
	background:url(../images/cement-banner.jpg) top no-repeat;
	background-size:100% 450px;
}

#client-ports{
	background:url(../images/seaport-banner.jpg) top no-repeat;
}

#client-coal{
	background:url(../images/banner-coal.jpg) top no-repeat;
	background-size:100% 450px;
}

#client-alum{
	background:url(../images/mining-banner.jpg) top no-repeat;
	background-size:100% 400px;
}

#client-thermal{
	background:url(../images/banner1.jpg) top no-repeat;
	background-size:100% 500px;
}

#client-mang{
	background:url(../images/mangnese-bg.jpg) top no-repeat;
	background-size:100% 500px;
}

#client-copper{
	background:url(../images/copper-bg.jpg) top no-repeat;
	background-size:100% 300px;
}

#client-oem{
	background:url(../images/oem-bg.jpg) top no-repeat;
	background-size:100% 500px;
}

#client-others{
	background:url(../images/others-bg.jpg) top no-repeat;
	background-size:100% 500px;
}

#client-area #client-text #client-iron:after, #client-cement:after, #client-ports:after, #client-coal:after, #client-thermal:after, #client-mang:after, #client-copper:after, #client-oem:after, #client-others:after{
	content:'';
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.18);
}

.client-container figure{
	float:left;
	margin:3px 5px;
	opacity:1;
    transition: all 0.3s ease-in-out;
}
.client-container figure.is-showing {
      opacity: 1; 
}
.client-container figure img{
    width:100px;
    background: rgba(72, 72, 72, 0.5);
    height: 100px;
	padding:25px;
	transition:all 0.3s ease-in-out;
}

.client-container figure img:hover{
	background:rgba(106,0,2,0.5);
	transition:all 0.3s ease-in-out;
	transform:scale(1.02,1.02);
}

.textbox h1{
	color:#980000;
	font-size:23px !important;
}



/*-------------------------------clientele----------------------------------*/


/*---------------global reach--------------*/

/*.textbox ul{
	margin:0 10px;
}

.textbox ul li{
	font-size:13px;
	padding:2px 0;
}

.textbox ul li:before{
	content:'\2605 \2004';
	font-size:16px;
	color:#980000;
}*/

/*----------------------products--------------------------*/

.features-textbox{
	width:70%;
	margin:0 15%;
}

.features-textbox h1, .table h1{
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
    font-weight: 100;
    color: #980000;
}

.features-textbox ul{
	margin-left:5%;
}

.table{
	width:100%;
	box-sizing:border-box;
	padding:50px 0;
	position:relative;
	float:left;
}

.range{
	background:url(../images/banner4.jpg) center no-repeat;
	background-size:cover;
	z-index:1;
}
.range1{
	background:url(../images/banner4.jpg) center no-repeat;
	background-size:cover;
	z-index:1;
}


.table:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/header-bg.png) center rgba(0,0,0,0.3);
	opacity:0.3;
	z-index:-1;
}


.belt td{
	background:rgba(234, 237, 247, 0.72);
	padding:5px;
	border:1px solid #636363;
}

.belt1 .header4{
	background:rgba(44,69,154,0.72);
	color:#fff;
}

.belt1 td{
	background:rgba(234, 237, 247, 0.72);
	padding:5px;
	border:1px solid #636363;
	color:#2B2B2B;
}

.conv-12{
	background:url(../images/conveyor-belt111.jpg) center;
    background-size: 100% 100%;
    z-index: 1;
}

.conv-12 td{
	background: rgba(234, 237, 247, 0.96);
}
#tab-rubber1{
	background: url(../images/rubber-bg.jpg) center;
    background-size: 100% 100%;
    z-index: 1;
}

.belt .header1,.belt .header2,.belt .header3{
	background:rgba(37, 60, 102,0.7);
	color:#fff;
}

.belt th{
}
.tabular{
	width:70%;
	margin:20px auto 0;
}

.bmh-table h1{
	color:#970002;
}

.tabular img{
	width:100%;
}
.tabular img:nth-child(2){
	height:500px;
	margin-top:10px;
}

.range .tabular table ,.range1 .tabular table{
	border:0;
}

.range .tabular table td,.range1 .tabular table td{
	background:rgba(234, 237, 247, 0.72);
	font-size:12px;
	padding:10px 2%;
	border:0;
}

.range .tabular .title,.range1 .tabular .title{
	text-transform:uppercase;
	background:rgba(94, 110, 154, 0.8);
	color:#fff;
	position:relative;
	padding:5px !important;
}

.range .tabular .title:after,.range1 .tabular .title:after{
	content:'\2023';
	color:#FF0000;
	font-size:25px;
	position:absolute;
	right:0;
    top: 50%;
    margin-top: -21px;
}

.tab-speci{
	background:url(../images/conveyor.jpg) center no-repeat;
	background-size:100%;
	z-index:1;
}

.tab-speci2 .header5{
	background:rgba(102,116,197,0.5) !important;
}

.tab-speci2 td{
	background: rgba(102, 85, 120,0.7);
	border-right:1px solid rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.7);
}


.tabular table{
	font-size:12px;
}

.tab-speci .tabular th, .tab-speci .tabular td{
	padding:10px 5px;
	border-right:1px solid rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.7);
}

.tab-speci .tabular th{
	color:#fff;
	background:rgba(166,67,0,0.8);
	padding:5px;
}

.tab-speci .tabular .thead th{
	background:rgba(6,37,63,0.7);
}

.tab-speci .tabular td{
	background:rgba(255,182,150,0.85);
}

.tab-charac{
	background:url(../images/coveyor-aggrigate.jpg) center no-repeat;
	background-size:100%;
	z-index:1;
}

.tab-charac .tabular .thead th{
	color:#fff;
	background:rgba(71,154,96,0.7);
	text-transform:uppercase;
}

.tab-charac .tabular th{
	color:#fff;
	background:rgba(66,203,120,0.7);
	padding:10px;
	border:1px solid rgba(0,0,0,0.5);
}

.tab-charac .tabular td{
	padding:10px;
	background:rgba(116,241,216,0.7);
	border:1px solid rgba(0,0,0,0.5);
	text-align:center;
}

.tab-strength{
	background:url(../images/strength.jpg) center no-repeat;
	background-size:100%;
	z-index:1;
}

.tab-strength .tabular .thead th{
	background:rgba(46,49,111,0.7);
	text-transform:none;
}

.tab-strength .tabular th{
	background:rgba(4,27,98,0.8);
	border:1px solid rgba(0,0,0,0.5);
	color:#fff;
	padding:10px;
	text-transform:uppercase;
}

.tab-strength .tabular td{
	text-align:center;
	background:rgba(180,194,236,0.7);
	padding:10px;
	border:1px solid rgba(0,0,0,0.5);
}

#tab-transmission{
	background:url(../images/oem-bg.jpg) center no-repeat;
	background-size:100% 400px;
	z-index:1;
}

.drawing{
	width:100%;
	float:left;
	padding:30px 0;
}

.drawing h1{
	font-size:22px;
	text-align:center;
	width:100%;
	float:left;
	text-transform:uppercase;
    font-weight: 200;
}

.drawing .chevron-profile{
	width:100%;
	float:left;
	margin-top:20px;
	text-align:center;
}

.drawing .chevron-profile img{
	width:20%;
}

.tab-rough{
	background:url(../images/rough-bg.jpg) center no-repeat;
	background-size:100%;
	z-index:1;
}

.tab-rough .tabular th{
	padding:10px;
	background:rgba(138,42,0,0.7);
	color:#fff;
	border:1px solid rgba(0,0,0,0.5);
}

.tab-rough .tabular td{
	padding:10px;
	text-align:center;
	background:rgba(229,177,136,0.7);
	border:1px solid rgba(0,0,0,0.5);
}

#tab-rubber{
	background:url(../images/rubber-bg.jpg) center;
	background-size:100%;
	z-index:1;
}

#tab-rubber .title{
	width:200px;
}

#tab-rubber td{
	border:1px solid rgba(0,0,0,0.5);
}

#tab-gengrade{
	background:url(../images/product.jpg) center no-repeat;
	background-size:100%;
}

#tab-gengrade td{
	text-align:center;
}

#tab-anti{
	background:url(../images/Green-Sheet-Rubber.jpg) center no-repeat;
	background-size:100%;
}

#tab-skirt{
	background:url(../images/colorful-rubber-sheet.jpg) center no-repeat;
	background-size:100%;
}

.tab-repair{
	background:url(../images/repair-belt.jpg) center no-repeat;
	background-size:100%;
}

.tab-repair .tabular th{
	padding:5px;
	background:rgba(95,95,95,0.7);
	border:1px solid rgba(0,0,0,0.5);
	color:#fff;
    width: 200px;
}

.tab-repair .tabular .thead th{
	background:rgba(0,0,0,0.7);
}

.tab-repair .tabular td{
	padding:5px;
	text-align:center;
	background:rgba(220,219,219,0.7);
	border:1px solid rgba(0,0,0,0.5);
}

/*****BMH*****/

.bmh-link{
	display:flex;
	justify-content:space-around;
	width:100%;
	float:left;
}

.bmh-link ul li a{
	color:#393939;
}

.bmh-link ul li a:hover{
	color:#940002;
}

/*****BMH ends*****/

/*-----------------------------products end---------------------------------*/

/*---------------------------accessories--------------------------------*/

.tab-vucl{
	width:400px;
	margin:0 auto;
}

.tab-vucl th{
	padding:10px;
	background:#5D9204;
	color:#fff;
	font-size:12px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.5);
}

.tab-vucl td{
	padding:10px;
	background:#C5DF76;
	font-size:12px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.5);
}

/*---------------------------accessories--------------------------------*/

/*-----------code of conduct--------------*/

.code h3{
	color:#AF0000;
}

.code p{
	font-size:12px;
}

.code .code-list li:before{
	float:left;
}

/*---------------certification--------------------------------*/

.certificate{
	width:100%;
}

.policy h3, .license h3{
	font-family:'nexa-light';
	text-align:center;
	text-transform:uppercase;
	color:#2B2B2B;
    float: left;
    width: 100%;
}

.policy p{
	font-size:13px;
}

.certi-logos{
	width:100%;
	min-height:120px;
	float:left;
	display:flex;
    justify-content: space-between;
    align-items: center;
	background:#BFBFBF;
	margin:10px 0;
}

.certi-logos p{
	margin-left:10px;
}

.certi-logos img{
	width:100px;
	height:100px;
	background:#fff;
	margin:0 10px;
}

.row-logo{
	width:100%;
	float:right;
	display:flex;
	justify-content:flex-end;
	margin:5px 0;
}

.row-logo img{
	width:90px;
	height:90px;
}

.iso-container{
	margin-top:15px;
}

.iso-links{
	width:100%;
	float:left;
	display:flex;
	justify-content:center;
	margin:20px 0;
}

.iso-links .iso{
	margin:0 10px;
	cursor:pointer;
	display:block;
	color:#D30003;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

.iso-links .iso img{
	box-shadow:0 0 10px #000;
	width:120px;
}

.iso-container{
	width:100%;
	position:relative;
	float:left;
}

.iso-certificates{
	display:none;
	position:fixed;
	top:50%;
	bottom:0;
	right:0;
	left:50%;
	margin:-50% 0 0 -50%;
	z-index:999;
	background:rgba(0,0,0,0.3);
}

.iso-certificates .close{
	position:absolute;
	right:2%;
	bottom:10px;
	cursor:pointer;
	transition:all 500ms;
}

.iso-certificates .close img{
	width:20px;
	height:20px;
}

.iso-certificates .close:hover{
	transform:rotate(90deg);
}

.iso-certificates .iso-certi{
	position:absolute;
	bottom:0;
	left:50%;
	margin:-350px 0 0 -300px;
	box-shadow:0 10px 20px #272727;
}

#certi-1, #certi-2, #certi-3, #certi-4, #certi-5, #certi-6{
	display:none;
}

.iso-certificates .iso-certi img{
	width:600px;
	height:100vh
}

.infra ul li:before{
	float:left;
}

/*------career------------*/

.form{
	width:100%;
	float:left;
}

.form h3{
	font-weight:400;
	font-size:13px;
	color:#980000;
}

.form table td{
	font-size:13px;
	vertical-align:top;
}

.form table td input{
	padding:3px 1%;
}

.form table td input[type=file]{
	color:#676767;
}

.form table td em{
	display:block;
	font-size:10px;
	color:#676767;
}

.form table td input[type=submit]{
	background:#980000;
	color:#fff;
	border:none;
	padding:4px 4%;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 1px 1px #000;
	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-o-transition:all 400ms;
	-ms-transition:all 400ms;
	transition:all 400ms;
}

.form table td input[type=submit]:hover{
	background:#2D2D2D;
}

/*-----------------------------R & D-----------------------------------*/


.textarea ul li{
	font-size:14px;
	padding:5px 0;
    float: left;
    width: 100%;
	display:flex;
}

.textarea ul li:before{
	content: '\26Ac \2004';
    font-size: 15px;
    color: #980000;
    float: left;
    margin-top: -4x;
    padding: 0 6px;
}

.textarea ul li p{
	float:left;
    width: 95%;
}

/*------------------------------faq starts-------------------------------------*/


.accordion{
	width:100%;
	float:left;
	padding:20px 0;
}

.accordion .accordionButton{
	padding:22px 15px;
	font-size:15px;
	color:#fff;
	background:url(../images/drop-arrow.png) right center #BB3C3C no-repeat;
	background-size:40px;
	cursor:pointer;
	box-shadow:0 1px 4px #000;
}

.accordion .accordionContent{
	padding:25px 15px;
	background:#f1f1f1;
	font-size:14px;
	margin-top:2px;
}

.accordionContent ol{
	margin-left:25px;
}

.accordionContent ol li{
	padding:10px 0;
}

/*-------------------------------------faq ends----------------------------------------------*/

/*--------legal start-------*/

.legal-box{
	padding:10px 0;
	float:left;
	width:100%;
}

.legal-box h4{
	font-family:'nexa-light';
	padding-bottom:10px;
	color:#760001;
	text-transform:uppercase;
}

.legal-box p{
	padding:5px 0;
}

/*------legal end--------*/


.textbox h4{
    color: #980000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
}


.side-img{
    float: left;
    width: 474px;
    margin: 0 1% 0 32%;
    height: 253px;
}

.side-img img{
	width:100%;
	height:100%;
}

.side-img1{
    float: right;
    width: 474px;
    margin: 0 32% 0 1%;
    height: 253px;
}

.side-img1 img{
	width:100%;
	height:100%;

}

.product-intro{
	float:left;
	margin:0 0 0 8%;
}

.product-intro .product-chart{
	float:left;
	width:265px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin: 7px;
}

.product-intro .product-chart img{
	width:100%;
	height:265px;
}

.product-intro .product-chart div{
	background:rgba(0,0,0,0.8);
	height:300px;
	position:absolute;
	width:100%;
	top:235px;
	text-align:center;
	transition:all 1000ms ease-in-out;
}

.product-intro .product-chart div h2{
	color:#fff;
	font-size:16px;
	background:rgba(3,3,3,0.7);
	font-weight:100;
	padding:5px;
}

.product-intro .product-chart div p{
	color:#fff;
	padding:15px 0;
}

.product-intro .product-chart div p a{
	color:#980000;
}

.product-intro .product-chart div p a:hover{
	color:#fff;
}

.product-intro .product-chart div ul{
    width: 100%; 
	margin:0;
    float: none;
    padding-left:0;
}

.product-intro .product-chart div ul li{
	float:left;
}



.product-intro .product-chart div ul li a{
	display:block;
	padding:5px;
}

.product-intro .product-chart div ul li a:hover{
	background:#fff;
	transition:all 500ms ease-in-out;
	color:#000;
}

.product-intro .product-chart div ul li:before{
    content: '';
    padding: 0;
}

.product-intro .product-chart:hover div{
	top:1px;
	transition:all 1000ms ease-in-out;
}



.specific-btn{
	color:#660000;
	cursor:pointer;
}

.imgs-thumb td{
    float: left;
}

.img-btn img{
	width:200px;
	cursor:pointer;
}

.small-thumb img{
	width:100px;
	cursor:pointer;
}

.side-menu{
	position:absolute;
	top:165px;
	left:2%;
	width:170px;
}

.side-menu ul li a{
	padding:5px 3px;
	display:block;
	color:#FFFFFF;
	background:#000000;
	font-size:12px;
	border-bottom:1px dotted rgba(192,192,192,0.5);
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	transition:all 500ms;
}

.side-menu ul li:last-child a{
	border-bottom:none;
}

.side-menu ul li a:hover{
	background:#6C2C00;
}

.speci-overlay{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9;
	background:rgba(0,0,0,0.6);
	display:none;
}

.specification{
	width:800px;
	padding:10px;
	float:left;
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 15px #9A9A9A;
	position:absolute;
	top:50%;
	left:50%;
	margin:-135px 0 0 -400px;/**/
	display:none;
}

.close1{
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
	cursor:pointer;
}

.close1 img{
	width:100%;
}

.print{
	float:right;
	margin-right:30px;
}

.print a{
	color:#822C00;
	font:12px arial;
	font-weight:600;
}

.specification h3{
}

.speci-table{
	width:100%;
	float:left;
	font-size:12px;
}

.speci-table th{
	background:#333334;
	color:#fff;
	font-weight:400;
	padding:5px;
	width:200px;
}

.speci-table td{
	background:#fff;
	color:#292929;
	padding:5px;
	width:200px;
}

.logo-ios {
	float:left;
	margin: 21px 10px 0;
	width:180px;
    border: 1px solid #ccc;
    text-align: center;
}
.logo-ios h1{
	text-align:center;
}

.logo-ios img{
	width:100px;
	height:100px;
	margin: 0 37px;
}


.textbox .bod{
	width:100%;
	float:left;
}

.textbox .bod section{
	border:1px solid #ccc;
	float:left;
	width:125px;
	padding:1px;
	margin-right:20px;
}
.textbox .bod section p{
	text-align:center;
	padding:80px 10px;
	border:1px solid #ccc;
}
.textbox .bod h4{
	font-size:14px;
}

.textbox .bod h4 span{
	font-size:11px;
	color:#575353;
}

.download-section{
	width: 96%;
	float:left;
}

.download-book{
	margin: 25px 0 0 29%;
	width:67%;
	float:left;
}

.download-book .boorch{
	float:left;
	margin: 10px 32px;
	cursor:pointer;
	position:relative;
    width: 183px;
    overflow: hidden;
}
.download-book .boorch span{
	background:rgba(25,25,25,0.7);
	position:absolute;
	bottom:0;
	left:0;
	padding:4px;
	width:100%;
	color:#fff;
	transition:all 1000ms ease-in-out;
}
/*.download-book .boorch:hover span{
	bottom:100px;
	transition:all 1000ms ease-in-out;
}*/
.download-book .boorch img{
    width: 136px;
    padding: 23px;
    /*background: rgba(138,138,138,1.00);*/
    box-shadow: 102px 1px 10px #176BA7 inset;
    height: 174px;
}

.bod .catlog{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}

.bod .catlog h4{
	float:left;
	text-transform:uppercase;
}
.bod .catlog img{
    float: left;
    width: 25px;
    padding: 0px 14px;
}
.bod .catlog .down-box{
    float: right;
    margin-top: -12px;
    color: #000;
    padding: 9px;
	border:1px solid #ccc;
	transition:all 500ms ease-in-out;
}

.bod .catlog .down-box:hover{
	background:#A00D10;
	transition:all 500ms ease-in-out;
	color:#fff;
}

.margin-auto{
	width:80%;
	margin:0 auto;
}

#si h1{
	text-align:center;
}

.site-map ul li{
	float:none;
    display: block;
}

.site-map a{
	color:#000;
    font-size: 11px;
}


.site-map .site-box{
	display:inline-block;
	vertical-align:top;
	width:32%;
}

.site-map ul li .drop-site{
	display:block;
	margin-left:7%;
}

.drop-site ul li{
	display:block;
	float:none;
	width:100%;
}

.site-map ul li .drop-site .drop-site2{
	margin-left:8%;
}