@charset "utf-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; font-size:14px;
	line-height:1em;
	color:#454545;
}
html, body {
	height:100%;
}
a{outline:none; color:#0076B4;}
.container{
	margin:0 auto;
	width:940px;
	overflow:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:1134px; margin:0 auto;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/body-bg.jpg) repeat-y top center;
	min-width:940px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
.header{
	width:100%; float:left;
	display:block; clear:both; margin:22px 0;
}
.header h1{
	width:auto; display:inline-block; margin:0 30px 0 0; float:left;
}
.header h2{
	width:auto; display:inline-block; margin:0px; float:left;
	height:70px; line-height:70px; font-weight:normal;
	font-family: 'MyriadProRegular'; font-size:24px; color:#767676;
	border-left:solid 1px #c2c2c2; padding-left:30px;
}
.top-iconav{
	width:auto; float:right; margin:18px 0 0 0;
}
.top-iconav a{
	width:32px; height:32px; display:inline-block; text-indent:-99999px;
}
.top-iconav a.home{
	background:url(../images/home-icon.png) no-repeat center center;
}
.top-iconav a.contact{
	background:url(../images/email-icon.png) no-repeat center center;
	border-left:solid 1px #c0c0c0; margin-left:8px; padding-left:22px;
}

ul.topNavi{
	width:100%; float:left; list-style:none; height:46px; margin:20px 0 0 0; padding:0px; overflow:hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background: #616161; /* Old browsers */
background: -moz-linear-gradient(top, #616161 0%, #0d0d0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#0d0d0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #616161 0%,#0d0d0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #616161 0%,#0d0d0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #616161 0%,#0d0d0d 100%); /* IE10+ */
background: linear-gradient(to bottom, #616161 0%,#0d0d0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#0d0d0d',GradientType=0 ); /* IE6-9 */
}
ul.topNavi li{
	width:auto; float:left; display:inline-block;
}
ul.topNavi li a{
	width:auto; float:left; display:inline-block; line-height:46px; padding:0 20px; border-left:solid 1px #000;
	font-family: 'MyriadProRegular'; color:#fff; font-size:16px; text-decoration:none;
}
ul.topNavi li a:hover{color:#13afe0;}
ul.topNavi li:first-child a{
	border:none; padding:0 34px;
}
ul.topNavi li:last-child a{
	padding:0 34px;
}

ul.topNavi li a.current{
	background: #13b0e0; /* Old browsers */
background: -moz-linear-gradient(top, #13b0e0 0%, #1280b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13b0e0), color-stop(100%,#1280b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #13b0e0 0%,#1280b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #13b0e0 0%,#1280b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #13b0e0 0%,#1280b9 100%); /* IE10+ */
background: linear-gradient(to bottom, #13b0e0 0%,#1280b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13b0e0', endColorstr='#1280b9',GradientType=0 ); /* IE6-9 */
}
ul.topNavi li a.current:active, ul.topNavi li a.current:focus, ul.topNavi li a.current:hover{color:#fff;}

.carousel { position: relative;background:url(../images/slider-shadow.png) no-repeat bottom left; padding-bottom:24px;}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius:8px;
	/*background:url(../images/slider-bg.png) no-repeat top left;*/
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
	height:377px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev { display: block }
.carousel-inner>.active { left: 0 }
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next { left: 100% }
.carousel-inner>.prev { left: -100% }
.carousel-inner>.next.left, .carousel-inner>.prev.right { left: 0 }
.carousel-inner>.active.left { left: -100% }
.carousel-inner>.active.right { left: 100% }
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50)
}
.carousel-control.right {
	right: 0;
	left: auto;
}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before { content: '\2039' }
.carousel-control .icon-next:before { content: '\203a' }
.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 15;
	width: auto;
	padding-left: 0;
	text-align: center;
	list-style: none;
	margin-left:-70px;
}
.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 3px;
	text-indent: -999px;
	cursor: pointer;
	background:url(../images/slider-bullet.png) no-repeat bottom left;
}
.carousel-indicators .active {
	background:url(../images/slider-bullet.png) no-repeat top left;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}
.carousel-caption .btn { text-shadow: none }

.slide-info{
	width:340px; float:left; margin:0px 0 0 80px; height:377px; position:relative;
}
.slide-info h2{
	display:block; clear:both; color:#fff; font-size:36px; font-weight:normal; font-family: 'MyriadProLightBold';
	margin:110px 0 0 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.slide-info p{
	display:block; clear:both; color:#fff; font-size:30px; font-weight:normal; font-family: 'MyriadProRegular';
	margin:30px 0 0 0; line-height:normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.slide-info a.rmore{
	width:145px; height:50px; float:left; padding:0 7px 7px 40px;
	background:url(../images/readmore-ylw.png) no-repeat top left;
	position:absolute; left:0px; bottom:35px; text-decoration:none;
	line-height:50px; color:#fff; font-size:20px; font-weight:normal; font-family: 'MyriadProRegular';
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4); 
}
.slide-info a.rmore:hover{
	color:#4a4a4a;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4); 
}
.slideImg{
	width:auto; float:left; margin: 0 0 0 60px;
}
.welcome-main{
	width:100%; float:left; margin:40px 0 120px 0;
}
.welcome-main h2{
	width:100%; float:left; margin:10px 0 30px 0;
	color:#454545; font-family: 'MyriadProLightBold'; font-weight:normal; font-size:32px;
}
.welcome-main h2 span{
	font-family: 'MyriadProRegular'; color:#8d8d8d;
}
.wlcome-thumb{
	width:auto; float:left; padding:5px; border:solid 1px #c3c5c4; background-color:#fff;
}
.wlcome-thumb img{float:left;}
.welcome-info{
	width:685px; float:left; margin-left:30px;
}
.welcome-info p{
	margin:0 0 20px 0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#454545; line-height:26px; text-align:justify;
}
a.readMore{
	width:auto; float:right;
	background-color:#ff7b01; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; 
	font-weight:bold; line-height:28px; height:28px; text-decoration:none; padding:0 22px 0 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image:url(../images/white-arrow.png);
	background-position:top right;
	background-repeat:no-repeat;
}
a.readMore:hover{text-decoration:underline;}
.footer-main{
	width:1134px; display:block; clear:both; background-color:#0076b4; border-top:solid 3px #ff7b01; line-height:30px; padding:15px 0;
	margin:-64px auto 0 auto;
}
.footer-main p{margin:0px; color:#fff;}
.copyinfo{
	width:auto; float:left;
	color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; 
}
.footer-nav{
	width:auto; float:right;
	font-family: 'MyriadProRegular'; font-size:14px;
}
.footer-nav a{
	color:#fff; text-decoration:none; margin:0 8px;
}
.footer-nav a:hover{
	text-decoration:underline;
}

.bcrumb{
	display:block; clear:both;  color:#454545; margin-bottom:25px;
	font-family: 'MyriadProRegular'; font-size:22px;
}
.bcrumb span{
	color:#8D8D8D;
}
.bcrumb label{
	font-size:18px;
}

.content-block{
	width:100%; float:left; margin:15px 0 120px 0;
}

.mainprod-row{
	width:100%; float:left; margin-bottom:30px;
}
.mainprod-box{
	width:23%; display:inline-block; text-align:center; margin-right:2%;
}
.mainprod-box:last-child{
	margin:0px;
}
.mainprod-box a{
	display:block; padding:15px 5px; border:solid 1px #c3c5c4; background-color:#fff; text-decoration:none;
	color:#0076B4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;bcrumb
}
.mainprod-box a:hover{
	border:solid 1px #0076B4; color:#0076B4;
}
.mainprod-box a h3{
	margin:10px 0 0 0; font-family: 'MyriadProRegular'; font-size:16px; font-weight:normal;

}
.category-row{
	width:215px; float:left;
}
.category-row h3{
	margin:0px 0 15px 0; font-family: 'MyriadProRegular'; font-size:20px; font-weight:normal; text-transform:uppercase; color:#686868;
}
.category-row ul{
	width:100%; display:block; clear:both; margin:0px; padding:0px; list-style:none; line-height:32px;
	font-weight:bold; font-size:12px;
	background:url(../images/divider1.gif) repeat-x top left;
}
.category-row ul li{ 
	display:block; clear:both; padding-bottom:1px; border-bottom:dotted 1px rgba(0,0,0,0.2);
	position:relative;
	color:#0076b4; text-decoration:none; padding:0 0 0 10px;
	background:url(../images/marker.gif) no-repeat 0px 12px;
}
.category-row ul li a{
	display:block; clear:both; position:relative;
	color:#0076b4; text-decoration:none; padding:0 0 0 10px;
	background:url(../images/marker.gif) no-repeat 0px 12px;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.category-row ul li a:hover{
	color:#454545;
}
.category-row ul li a.current{
	background-color:rgba(255,255,255,0.5);
}
.category-row ul li a.current:after{
	width:9px; height:33px; position:absolute; right:-9px; top:0px;
	content:"";
	background:url(../images/cate-arrow.png) no-repeat center left;
}
.products-block{
	width:683px; float:left; border:solid 1px #c3c5c4; background-color:#fff; min-height:400px; padding:20px;
}

.about-block{
	display:block; clear:both; line-height:20px;
}
.about-block p{ margin-bottom:20px; font-size:14px;}
.about-block p strong{ color:#0076B4;}
.about-block h3{ margin:0px 0 10px 0; font-size:16px; color:#0076B4;}
.about-block ul{
	margin-bottom:30px;
}
.about-block ul li{margin-bottom:4px;}
.about-block ul li span{font-size:13px; color:#666666;}

.chart-block{
	display:block; clear:both; padding:20px; text-align:center; border:solid 1px #c3c5c4;  background-color:#fff;
}
.chart-block img{width:100%;}
.block{display:block; clear:both; margin-bottom:30px;}
.chart-half{
	width:340px; display:inline-block;
}
.chart-half:first-child{margin-right:15px;}
.border-block{border-top:solid 1px #c3c5c4;}
.border-block h3{margin-top:20px;}
.border-block h4{
	color:#0076B4;
    font-size: 14px;
    margin: 20px 0 20px 0;
	text-transform:uppercase;
}
.certificate-block{
	width:340px; display:inline-block; text-align:center; border:solid 1px #c3c5c4;  background-color:#fff; padding:15px 0;
}
.certificate-block:first-child{margin-right:12px;}
.certificate-block p{
	font-weight:bold; margin:15px 0 0 0px; font-size:16px; color:#0076B4;
}
.cont-detail{
	width:100%; display:inline-block; margin-bottom:20px; vertical-align:top;
}
.adr-coll{
	display:block; clear:both; margin-bottom:15px;
}
.adr-coll label{font-weight:bold; color:#666666; display:inline-block; width:100%;}
.adr-coll p{
	display:inline; margin:0 0 0 70px; float:left;
}
.map-block{
	display:inline-block; width:680px; height:350px; background-color:#fff; padding:10px; border:solid 1px #c3c5c4;
}
.map-block iframe{width:100%; height:100%;}
.cam-facilities{
	display:block; clear:both;
}
.cam-facilities div{
	width:138px; height:138px;  display:inline-block; margin-right:15px;
	padding:10px; border:solid 1px #c3c5c4; background-color:#fff;
	border-radius:50%; overflow:hidden;
}
.cam-facilities div img{width:100%; height:100%; border-radius:50%; overflow:hidden;}
.cam-facilities div:last-child{margin-right:0px;}
.coating-img{display:block; clear:both;}
.coating-img div{
	width:138px; height:138px; display:inline-block; margin-right:15px;
	padding:10px; border:solid 1px #c3c5c4; background-color:#fff;
	-webkit-border-radius: 150px;
	border-radius: 150px;
}
.coating-img div img{max-width:100%;}
.coating-img div:last-child{margin-right:0px;}
.coating-img div h4{text-align:center;}
.content-inn-block{
	width:704px; float:left; border-left:1px solid #C3C5C4; min-height:400px; padding-left:20px;
}
.mTop20{
	margin-top:20px;
}
.vm-dgram{
	display:block; clear:both; text-align:center;  padding:15px 0; background-color:#fff; border:solid 1px #ccc;
}
.alloy_bg{
	border-left: 1px solid #787878;
    border-top: 1px solid #787878;
}

.alloy_bg2 {
    background-color: #EAEAEA;
    border-bottom: 1px solid #787878;
    border-right: 1px solid #787878;
    font-size: 11px;
    padding: 2px 3px;
}

.alloy_bg1 {
    background-color: #D6D6D6;
    border-bottom: 1px solid #787878;
    border-right: 1px solid #787878;
    font-size: 11px;
    padding: 2px 3px;
}
.products-thumb-row{
	width:100%; float:left; margin:0 0 20px 0;
}
.prod-thumb-box{
	background-color: #FFFFFF;
    border: 1px solid #C3C5C4;
    border-radius: 150px;
    display: inline-block;
    height: 138px;
    margin-right: 13px;
	margin-bottom:13px;
    padding: 10px;
    width: 138px;
	overflow:hidden;
}
.prod-thumb-box img{
	width:100%;
	height:100%;
	float:left;
	border-radius: 50%;
}
.mi-logo{
	display:block;
	clear:both;
	margin:20px;
}
.mi-logo img{
	width:100%;
}