@charset "utf-8";

@font-face {
  font-family: "HeroicCondensed-Light";
  src: url("../font/HeroicCondensed-Light.woff2") format("woff2"),
       url("../font/HeroicCondensed-Light.woff") format("woff"),
       url("../font/HeroicCondensed-Light.ttf") format("truetype"),
       url("../font/HeroicCondensed-Light.eot") format("embedded-opentype"),
       url("../font/HeroicCondensed-Light.svg") format("svg");
}
@font-face {
	font-family: "RobotoCondensed";
	src: url("../font/RobotoCondensed.woff2") format("woff2"),  url("../font/RobotoCondensed.woff") format("woff"),  url("../font/RobotoCondensed.ttf") format("truetype"),  url("../font/RobotoCondensed.eot") format("embedded-opentype"),  url("../font/RobotoCondensed.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "RobotoBoldCondensed";
	src: url("../font/Roboto-BoldCondensed.woff2") format("woff2"),  url("../font/Roboto-BoldCondensed.woff") format("woff"),  url("../font/Roboto-BoldCondensed.ttf") format("truetype"),  url("../font/Roboto-BoldCondensed.eot") format("embedded-opentype"),  url("../font/Roboto-BoldCondensed.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*全局设置*/
* {
	padding: 0;
	margin: 0;
}
html, body {
	color: #434343;
	font-family: 'RobotoCondensed', Arial, sans-serif, FontAwesome, 'Glyphicons Halflings' !important;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
    height: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
body { padding-right: 0px !important;}
*.modal-open {	overflow-y: scroll; padding-right: 0 !important;}
div, li {
	font-weight: normal;
	font-style: normal;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-weight: normal;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: none;
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
div, p, span, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    font-size: 1.2rem;
}
a, input {
	outline: none;
}
a {
	text-decoration: none;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	
	border:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
i{
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
a:hover { text-decoration: none;}
a:visited, a:focus{ outline: none;}
ul, li { list-style: none;}

.clear { clear: both; font-size: 0;}
.bold {	font-weight: bold;}
.fl { float: left;}
.fr { float: right;}

.shenlan_bg_color{ background-color: #13334c;}
.lan_bg_color{ background-color: #005792;}
.mibai_bg_color{ background-color: #f6f6e9;}
.bai_bg_color{ background-color: #ffffff;}
.chengse_bg_color{ background-color: #fd5f00;}

.shenlan_color{ color: #13334c;}
.lan_color{ color: #005792;}
.mibai_color{ color: #f6f6e9;}
.chengse_color{ color: #fd5f00;}

.modalpadding{ padding-top:50px; padding-bottom:50px;}
.containerpadding{ padding-top: 50px; padding-bottom: 100px;}

/*index*/
.topline{width:100%; height: 40px;}
.topemail p{margin-bottom: 0; font-size: 1.3rem; font-family: Arial; color: #f6f6e9; line-height: 40px;}
.topemail a{ font-size: 1.3rem; font-family: Arial; color: #f6f6e9; line-height: 40px;}
.topemail a:hover{color:#fd5f00;}
.toplanguage{padding-left: 200px; background: url("../images/ca.png") center top no-repeat #13334c;}
.toplanguage ul{margin-bottom: 0;}
.toplanguage ul li.dropdown a.dropdown-toggle{font-size: 1.3rem; font-family: Arial; color: #f6f6e9; line-height: 40px;}
.toplanguage ul li.dropdown a.dropdown-toggle i{color:#fd5f00; font-size: 1.6rem;}
.toplanguage ul li.dropdown a.dropdown-toggle:hover{color:#fd5f00;}
.languageul {min-width: 70px!important;}
.languageul li:nth-child(1) a{padding-left: 32px; background: url("../images/zh-ico.png") 10px 6px no-repeat;}
.languageul li:nth-child(3) a{padding-left: 32px; background: url("../images/us-ico.png") 10px 6px no-repeat;}

.topnav{width:100%; height: 100px; background-color: #ffffff; }
.transparenttopnav{ background-color: rgba(255,255,255,0.4); z-index: 99999;}
.xynav-trs{background-color: transparent!important;}
.whitebg{background-color: #ffffff!important; box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}
.logodiv{width:280px; height: 100%; }
.logodiv a{ display: block; width:100%; height: 100px; line-height: 100px;}
.logodiv a img{display: inline;}

.navbar-nav>li>a {
	padding-top: 36px;
	padding-bottom: 36px;
}
.searchlanguage{z-index: 9;}
.searchlanguage li{line-height: 100px;}
.searchlanguage li a{color:#000000; background-color: transparent!important;}
.searchlanguage li a:hover{color:#ea5304;}
.searchlanguage li i{font-size: 20px;}
.searchlanguage li li a{color:#000000;}
.searchlanguage #searchform {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 4px;
	margin: 0;
	left: auto;
	right: 0;
	border-color: #48c7ec;
	top: 75px;
}
.searchlanguage #searchform input {
	font-family: Arial, sans-serif;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid #f7f7f7;
	padding: 0 47px 0 10px;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	line-height:48px;
}
.searchlanguage #searchform button {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #48c7ec;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	background: transparent;
}
.downicon{color:#999; font-size:16px!important;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {display: none;}
.bx-wrapper .bx-pager{display: none;}

.coreAdvantages{width:100%; padding: 75px 0px 100px;}
.coreAdvantages h2{text-align: center; font-size: 4.2rem; margin-bottom: 25px; text-transform: uppercase;}
.coreAdvantageListCon{padding-top: 30px; text-align: center;}
.coreAdvantageListCon::after{content:''; display: block; clear: both;}
.coreAdvantageList{width:20%; padding: 15px; float: left; cursor: pointer; background-color: transparent;}
.coreAdvantageList i{font-size: 7.2rem; color:#fd5f00; margin-bottom: 20px;}
.coreAdvantageList p{font-size: 1.6rem; font-family: "RobotoBoldCondensed"; color:#fd5f00;}
.coreAdvantageList:hover{background-color: #fd5f00;}
.coreAdvantageList:hover i{color:#ffffff;}
.coreAdvantageList:hover p{color:#ffffff;}
p.coreAdvantagep{font-size: 1.5rem; margin-top: 25px; text-align: center;}
.about_btn{margin: 15px auto 0px; text-align: left;}
.about_btn a{display: inline-block; padding: 8px 36px; border:1px solid #fd5f00; background-color: #fff; color:#fd5f00; font-size: 1.5rem;}
.about_btn a:hover{border:1px solid #fd5f00; background-color: #fd5f00; color:#ffffff;}
.acenter{text-align: center;}

.coreProducts{width:100%; padding: 50px 0px 100px; background-color:#f1f1f1;}
.coreProducts h2{text-align: center; font-size: 4.2rem; margin-bottom: 50px; text-transform: uppercase;}
.roll{width: 100%; height: 348px; overflow: hidden; position: relative;}
.roll ul{ width: 100%; height: 318px; position:relative; overflow: hidden;}
.roll ul li{ float: left; margin: 15px; margin-right: 6px; padding-bottom: 6px; text-align: center; list-style: none; background-color: #fff; }
.roll ul li:hover{/*box-shadow: 0px 0px 10px #999;*/ transform: scale(1.08); border:none;}
.roll ul li img{display: inline-block; height:250px; width: auto; border:5px solid #fff; }
.roll ul li .txtp{ background-color: #fff; width: 240px; height: 36px; margin:0px auto 0px; border:1px solid transparent; color:#434343; font-size: 13px; text-align: center;  line-height: 18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow: hidden;}
.roll ul li a:hover img{}

.application{width:100%; padding: 50px 0px 100px;}
.application h2{text-align: center; font-size: 4.2rem; margin-bottom: 50px; text-transform: uppercase;}
.applicationCon{text-align:center;}
.appmargin{margin-top: 30px;}
.applicationPic{width:100%; position: relative; overflow: hidden;}
.applicationPic img{max-width:100%;}
.applicationPic .applicationMask{position: absolute; left: 0; bottom:0; width:100%; height: 40px; color:#fff; text-align: center; background-color: rgba(0,0,0,0.6); font-size: 1.8rem; line-height: 40px;}
.applicationPic:hover img{transform: scale(1.14);}
.applicationPic:hover .applicationMask{background-color: #fd5f00;}

.iaboutandinfo{width:100%; padding: 50px 0 50px; margin-bottom: 50px;background-color: #f2f2f2;}
.iabout h2{text-align: left; font-size: 4.2rem; margin-bottom: 40px; text-transform: uppercase;}
.iabout h2::after{ content: ''; display: block; width:65px; height: 2px; margin-top: 15px; font-size: 0px; background-color: #fd5f00;}
.iaboutxt{padding-left: 0; padding-right: 45px;}
.iaboutxt p{font-size:1.5rem; text-align: justify;}
.iabout_a{display: block; width:100%; height: auto; overflow: hidden; }
.iabout_a img{max-width:100%;border:5px solid #fff;}
.iabout_a:hover img{transform: scale(1.5);}
.iabout span{display: inline-block; background-color: #fff; margin-top: 5px;}
.iabout span img{width:58px; display: inline-block;/*border:1px solid #ccc;*/ }
.info{padding: 0px; }
.info h2{text-align: left; font-size: 4.2rem; margin-bottom: 40px; text-transform: uppercase;}
.info h2::after{ content: ''; display: block; width:65px; height: 2px; margin-top: 15px; font-size: 0px; background-color: #fd5f00;}
.info h2 span{float: right; margin-top: 15px;}
.info h2 span a{display: inline-block; padding:4px 18px; background-color: #fd5f00; color:#fff;}
.info h2 span a:hover{background-color: #333333;}
.infolist{}
.infolist li{border-bottom: 1px dashed #ccc; margin-bottom: 20px;}
.infolist li dl{}
.infolist li dl dt{float:left; width:30%;}
.infolist li dl dt img{max-width: 100%; }
.infolist li dl dd{float:right; width:70%; padding-left: 15px;}
.infolist li dl dd a{ font-size:1.6rem; color:#000;}
.infolist li dl dd a:hover{color:#fd5f00;}
.infolist li dl dd p{color:#999; padding-top: 10px; font-size:1.4rem;}
.infolist li dl::after{content:'';	display: block; clear: both;}

/*footer*/
.footer{width:100%; padding-top: 40px;}
.subnav{width:100%; padding-bottom: 35px;}
.subnav h4{font-size: 1.6rem; text-transform: uppercase; color:#fd5f00;}
.subnav ul{padding-top: 10px;}
.subnav ul li{margin-bottom:15px;}
.subnav ul li a{font-size: 1.4rem; color:#999; padding-left:0px; /*line-height: 24px;*/}
.subnav ul li a:hover{color:#f94e03;}
.subnav ul li a::before{content: '\f0da'; color:#999; display:block; float:left; width:15px; height:30px;}
.sublink{padding-left: 50px;}
.sublink_pro{ }
.contactinfo{}
.contactinfo ul li{font-size: 1.4rem; color:#999; line-height: 24px;}
.qcpic{ padding-left: 0px;}
.qcpic span{ display: inline-block; margin-right: 10px;}
.qcpic span img{max-width:150px;}
.qcpic p{text-align: center; color:#999; font-size:1.4rem; padding-top: 5px;}

.copyright{padding: 25px 0px 25px; width:100%; background-color: black; font-family: Arial; line-height: 32px;}
.copyright p{text-align: left; font-size: 1.3rem; color:#999;}
.copyright p span{padding-left: 30px; font-size: 1.3rem;}
.copyright a{font-size:1.3rem; color:#999;}
.copyright a:hover{color:#f94e03;}
.copyright img{display: inline;}
.followus{ /*float: right;*/}
.followus a{display: inline-block; width:32px;	height: 32px; margin: 0px 1px; color:#fff; border-radius: 50%; font-size: 1.6rem; text-align: center; line-height: 32px;}
.followus a:nth-of-type(1){background-color: #305891;}
.followus a:nth-of-type(2){background-color: #2ca8d2;}
.followus a:nth-of-type(3){background-color: #d80808;}
.followus a:nth-of-type(4){background-color: #0878ba;}
.followus a:nth-of-type(5){background-color: #d83838;}

/*在线客服QQ层*/
.side2{position:fixed;width:54px;height:275px;right:0px;bottom:80px;z-index:100;}
.side2 ul li{ display:block; width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444; list-style:none;}
.side2 ul li a{ text-decoration:none;}
.side2 ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.6;filter:Alpha(opacity=60);color:#fff;font:normal 24px/54px "HeroicCondensed-Light";overflow:hidden;}
.side2 ul li .sidebox:hover{cursor:pointer;}
.side2 ul li:first-child .sidebox{ border-radius:12px 0 0 0;}
.side2 ul li:last-child .sidetop{ border-radius:0 0 0 12px;}
.side2 ul li #sidebox{position:absolute;width:160px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.6;filter:Alpha(opacity=60);color:#fff;font:normal 24px/54px "HeroicCondensed-Light";overflow:hidden;}
.side2 ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#fd5f00;}
.side2 ul li .sidetop:hover{}
.side2 ul li img{float:left;}

.innerbanner{width:100%; height: 300px; margin: 0 auto; background-color: #ccc; border-bottom: 1px solid #d2d3d4; background-size:cover !important;}
.innerbanner .container{height: 100%;}
.innerwrapside{display: table; width: 100%; height: 100%;}
.innerwrap{display: table-cell; vertical-align: middle;}
.innertitle{text-align: center}
.innertitle h2{font-size: 64px;font-size: 45px; font-family: Arial; color:#fff; font-weight: 700; text-transform: uppercase; margin-top: 10px;}
.location{ color:#fff; font-size: 15px; text-align: center;}
.location a{color:#fff;padding: 0 15px; transition: width 0.3s;}
.location a:hover{text-decoration: underline; }

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    display: inline;
    margin-right: 5px;
}
.breadcrumbs li:not(:last-child)::after {
    content: '›';
    margin-left: 5px;
}

.productmodal{background: url("../images/productmodal.jpg") center top no-repeat;}

.innerlocation{width:100%; padding: 15px 0; background-color: #f1f1f1; border-top:1px solid #d2d3d4; border-bottom:1px solid #d2d3d4;}
.innerlocation .location{text-align: left; color:#333;}
.innerlocation .location a{color:#333; padding: 0 15px; transition: width 0.3s;}

.companyAlbums{width:100%; padding: 35px 0 70px;}
.aprolist {
        position: relative;
        padding: 15px;
        transition: all 0.3s ease;
        background-color: transparent;
        border-bottom: 1px solid transparent;
        margin-bottom: 15px;
    }

    .aprolistwrap {
        max-width: 500px;
        margin: 0 auto;
        padding: 20px;
        background-color: #444;
        background-color: #e8e8e8;
    }

    .aprolistpic {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 67%;
        font-size: 0;
        background-color: transparent;
        overflow: hidden;
    }

    .aprolistpic img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        transition: all 0.5s ease;
    }

    .aprolisttxt {
        margin-top: 0px;
        background-color: transparent;
    }

    .aprolisttxt p {
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    .aprolistname {
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
        padding: 0 35px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 5px;
        font-size: 1.3rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .aprolistname a {
        font-size: 1.2rem;
        color: #666;
    }

    .aprolist:hover .aprolistpic img {
        transform: scale(1.4);
    }

    .aprolist:hover .aprolistname {
        color: #e34646;
        text-align: center;
    }

    .aprolist:hover .aprolistname a {
        color: #e34646;
    }






/*products*/
.productclassies{width:100%; padding: 15px 0; background-color: #f1f1f1; /*border-bottom:1px solid #d2d3d4;*/}
.prevmodel{background: url("../images/prevmodal.jpg") center top no-repeat;}
.classiesdiv{ text-align: left; position: relative; padding-right: 36px; overflow: hidden;}
.classiesdiv a{display: inline-block; border: 1px solid #ccc; background-color: #fff; color:#000; padding: 10px 15px; margin: 5px 2px; font-size: 15px; text-transform: capitalize;}
.classiesdiv a:first-child{margin-left:0;}
.classiesdiv a:hover, .classiesdiv a.active{border:1px solid #f94e03; background-color: #f94e03; color:#fff;}
.classiesdiv a.all{border: 1px solid #333; background-color: #333; color:#fff;}
.classiesdiv a.all:hover{border: 1px solid #ac451e; background-color: #ac451e; color:#fff;}
#jia_btn{width:32px; height: 32px; position: absolute; top:0px; right:0px;}
#jia_btn a{display: block; width:100%; height: 100%; background-color: #f94e03; color:#fff; border:none;}
.pclasshover{background-color: #fff; box-shadow: 0px 3px 5px rgba(0,0,0,0.12);}

.products{min-height: 350px; padding-bottom: 70px; background-color: #f1f1f1;}
.products .row{}
.productcon{padding: 10px 0px 35px;}
.prolist{ position: relative; padding: 15px; transition: all 0.3s ease; background-color: transparent; border-bottom:1px solid transparent; margin-bottom: 15px; }
.prolist:hover{box-shadow: 0px 0px 15px rgba(0,0,0,0.25); background-color: #fff; border-bottom:1px solid #f94e03;}
.prolistwrap{ max-width: 360px; margin: 0 auto; padding: 20px; background-color: #fff;}
.prolistpic{ position: relative; width: 100%; height: 0; padding-top: 100%; font-size: 0; background-color: #fff; overflow: hidden;}
.prolistpic img{position: absolute; left: 0; top:0; right: 0; bottom:0; max-width:100%; max-height:100%; margin: auto; transition: all 0.5s ease;}

.prolisttxt{margin-top: 0px;}
.prolisttxt::before{content: ''; display: block; margin: 0 auto; text-align: center; width:25%; height: 1px; background-color: #ccc;transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-o-transition: all 0.5s ease;}
.prolist:hover .prolisttxt::before{width:100%;}
.prolisttxt p{text-align: center; font-size: 14px; color:#666666;}
.prolistname{ line-height: 24px; height: 48px; margin-top: 10px; padding: 0 35px; text-align: center; overflow: hidden; margin-bottom: 5px; font-size: 1.3rem; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.prolistname a{font-size: 1.5rem; color:#333; }
.prolist:hover .prolistpic img{ transform: scale(1.4);}
.prolist:hover .prolistname{color:#f94e03; text-align: center;}
.prolist:hover .prolistname a{color:#f94e03;}

/** 新测试 **/
.productdomal{width:100%;}
.productleftside{padding-left: 200px; background-color: #f5f5f5; float: left;}
.productleftmenu{margin: 30px; background-color: #fff;}
.productrightside{padding-right: 200px; background-color: green; float: right;}

.f6bg{/*background: none;*/ background-color: #f6f6f6; height: 180px; border-top: 1px solid #d2d3d4; border-bottom: 1px solid #d2d3d4;}
.f6bg .innertitle h2{color:#333;}
.f6bg .location{ color:#333; }
.f6bg .location a{color:#333; }

/*page style*/
.page{clear:both; margin:20px 0px 0px 0px; text-align: center; padding-bottom: 20px;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:9px 12px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none; background-color: #dbdbdb;}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #f94e03 1px solid; color: #fff; background-color: #f94e03;}
.page .current, .page .thisclass, .page .pageinfo, .page span{font-family: Arial;border: #f94e03 1px solid; font-size: 13px; padding:12px 12px; color: #fff;margin: 2px;  background-color: #f94e03;}
.page .pageinfo{background-color: #666; border: #666 1px solid;}
.nolow h2{text-transform: capitalize;}

/*productview*/
.productsview{width:100%; min-height: 350px; padding-bottom: 70px;}
.productwrap{padding: 30px;}
.productpic{text-align: center; margin-top: 30px; border:1px solid #333;}
.productpic a{display: block;padding: 30px;}
.productpic a img{transition: all 0.3s ease; max-width: 100%;}
.productpic a:hover img{transform: scale(1.06);}
.otherbigpic{display: block; margin-top: 10px;}
.otherbigpic li{list-style: none; display: inline-block; margin-right: 7px; margin-bottom: 10px;}
.otherbigpic li a{ display: block; width:80px; height: 80px; overflow: hidden; border: 1px solid #333;}
.otherbigpic li a img{display: block; max-width: 100%;}
.otherbigpic li a:hover{border: 1px solid #ff0000;}
.producttext{padding-left: 30px; padding-right: 30px; padding-top: 60px; padding-bottom: 30px;}
.producttext h3{padding-top:0px; font-size: 2.8rem; color:#000; font-family: "RobotoBoldCondensed"; margin-bottom: 30px !important;}
.producttext h4{padding-top:0px; padding-bottom: 15px; font-size: 2.4rem; color:#434343;}
.producttext p, .producttext div, .producttext span{padding-bottom: 0px; color:#333; margin-bottom: 0; font-size: 1.6rem;}

.producttext a.firsta {display: block; width:164px; height: 36px; background-color: #d11817; color:#fff; text-align: center; font-size: 14px; margin: 15px 15px 10px 0; line-height: 36px;}
.producttext a.firsta:hover{background-color: #303030;}
.producttext a.firsta i{font-size: 20px; padding-right: 10px;}
.producttext img{max-width: 100%;}
.producttext ul{padding-left: 15px;}
.producttext ul li{list-style: outside disc; margin-bottom: 10px; font-size: 1.4rem;}

.productContent{padding: 25px 0;}

.yinbai{display: inline-block; margin-right: 10px; width:36px; height: 18px; background: url(../images/silver.png) no-repeat; border: 1px solid #333; cursor: pointer;}
.xuehua{display: inline-block; margin-right: 10px; width:36px; height: 18px; background: url(../images/snow.png) no-repeat; border: 1px solid #333; cursor: pointer;}
.huangse{display: inline-block; margin-right: 0px; width:36px; height: 18px; background-color:yellow; border: 1px solid #333; cursor: pointer;}
.productdetails{padding: 30px; padding-top: 0;}
.productdetails p, .productdetails span, .productdetails div{color:#333;}
.productdetails img{display: block; margin-bottom: 0px; max-width:100%; border:1px solid #e5e5e5;}
.btn-info {
	margin-top: 10px;
	padding: 6px 20px;
	color: #fff;
	font-size: 16px;
	background-color: #145a96;
	border-color: #145a96;
}
.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #269abc;
}

#pvideo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.do-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin-top: 0px;
	padding: 15px 0px 15px 15px;
	border-top: 1px dashed #f2f2f2;
	border-bottom: 1px dashed #f2f2f2;
	border-left: 2px solid #fd5f00;
	background-color: #f2f2f2;
}
.new-do-title{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin-top: 0px;
	padding: 15px 15px 15px 15px !important;
	border-top: 1px dashed #f2f2f2;
	border-bottom: 1px dashed #f2f2f2;
	border-left: 2px solid #fd5f00;
	background-color: #f2f2f2;
}
.do-video {
	max-width: 980px;
	padding: 30px 0;
	margin: 0 auto;
}
.do-video:hover{	cursor: pointer;}
.table-responsive .table{width:100%;}
.table-responsive .table th{color:#fff; background-color:#fd5f00; font-size: 1.6rem; padding: 10px 0 10px 10px; font-family: Arial; text-align: center;}
.table-responsive .table td{vertical-align: middle; padding-left: 10px; font-size: 1.6rem; text-align: center;}

.table-responsive .table tr:first-child td:first-child{background-color: #fd5f00;}
.table-bordered {border: 1px solid #454545;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #454545;
}

.table-bordered>tbody>tr>th{
    background-color: #fd5f00;
    font-weight: normal;
    color:#fff;
    padding-left:15px;
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td{
    padding-left:15px;
    border: 1px solid #ddd;
}

a.backbtn{display: inline-block; padding: 5px 25px; background-color: #f5f5f5; color:#434343; font-size: 16px; border:1px solid #434343; margin: 50px auto 100px; text-align: center; border-radius: 8px;}
a.backbtn:hover{background-color: #ff6600; border:1px solid #ff6600; color:#fff;}

.aboutmodal{background: url("../images/aboutmodal.jpg") center top no-repeat;}
.solutionmodal{background: url("../images/solutionmodal.jpg") center top no-repeat;}

/*about*/
.aboutInfo{width: 100%; padding: 35px 0px 70px; background: url("../images/about_01_bg.png") left bottom no-repeat; }
.aboutInfoTopContent{padding: 0px 0px;}
.companyText{}
.companyText h3{ font-size: 3.0rem; font-weight:300;}
.companyText h3::after{content:''; display: block; width:42px; height: 2px; background-color: #f94e03; margin: 15px 0px 30px 0px;}
.companyText p{font-size:1.4rem; text-align: justify;}
.companyText h4{font-size:1.8rem; color:#000; margin-top: 20px; line-height: 21px;}
.companyAbility{ margin-top: 70px; margin-bottom: 20px; display: inline-block; padding: 8px 45px; border: 1px solid #f94e03; color:#f94e03; font-size:1.8rem;}
.companyAbilityContent{ text-align: center; padding-bottom: 50px;}
.companyAbilityContent span{font-size:3.2rem; color:#000;text-align: center;}
.companyAbilityContent p{font-size: 1.5rem; text-align: center;}
.companyAlbum{padding-top: 24px; padding-left: 75px;}
.companyAlbumPic{ padding-left: 6px; padding-right: 6px; margin-bottom: 12px; overflow: hidden;}
.companyAlbumPic img{max-width:100%;}
.companyAlbumPic:hover img{transform: scale(1.06);}
.companyAlbumPic:first-child{}
.certificate_of_honor{	width: 100%; padding: 35px 0px 70px; background-color: #f8f8f8;}
.certificate_of_honor h3{font-size: 3.0rem; font-weight:300;}
.certificate_of_honor h3::after{content:''; display: block; width:42px; height: 2px; background-color: #f94e03; margin: 15px 0px 30px 0px;}
.showHonor{width:100%; padding: 20px; /*background: url("../images/tm.png") repeat;*/ background-color: #fff; text-align: center; margin: 0 auto; box-shadow: 0px 0px 8px rgba(0,0,0,0.10);}
.showHonor img{max-width:100%; max-height: 420px; margin: 0 auto;}

#bigHonorTxt{font-size:2.1rem; color:#333333; margin-bottom: 50px; height: 90px; line-height: 30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
#honor_btn_left, #honor_btn_right{
	padding: 6px 15px;
	font-size: 18px;
}

#honorul{ padding-left: 30px; background: url("../images/vline_bg.png") left bottom no-repeat;}
#honorul li{ margin-bottom: 6px;}
#honorul li a{font-size:1.4rem; color:#333; text-decoration: none;}
#honorul li a:hover{color:#f94e03;}
#honorul li a.active{color:#00aff9; font-size:1.5rem;}

.mainmarket{width: 100%; padding: 35px 0px 70px;}
.mainmarket h3{font-size: 3.0rem; font-weight:300;}
.mainmarket h3::after{content:''; display: block; width:42px; height: 2px; background-color: #f94e03; margin: 15px 0px 30px 0px;}
.mainmarket p{font-size:1.4rem; color:#999999; padding-top: 30px;}
.marketmap{}
.marketmap img{max-width:100%;}

.ownbrands{width: 100%; padding: 35px 0px 70px; background-color: #f8f8f8;}
.ownbrands h3{font-size: 3.0rem; font-weight:300;}
.ownbrands h3::after{content:''; display: block; width:42px; height: 2px; background-color: #f94e03; margin: 15px 0px 30px 0px;}
.ownbrands ul li{float:left; margin-right: 15px; margin-bottom: 15px;}
.ownbrands ul li img{max-width:140px; border: 1px solid #ccc;}
.ownbrands ul::after{content:''; display: block; clear: both;}

/*service*/
.servicediv{width: 100%; padding: 35px 0px 70px;}
.servicediv h3{font-size: 3.0rem; font-weight:300;}
.servicediv h3::after{content:''; display: block; width:42px; height: 2px; background-color: #f94e03; margin: 15px 0px 30px 0px;}
.serviceTxt p, .serviceTxt li{font-size:1.4rem; /*color:#999;*/ margin-bottom: 5px;}
.serviceTxt p:nth-of-type(1){color:#000000;}
.serviceTxt ol{padding-left: 15px;}
.serviceTxt ol li{list-style:outside decimal;}
.serviceTxt ul{padding-left: 15px;}
.serviceTxt ul li{padding-left: 0px; list-style:outside disc;}
.servicePic img{max-width: 100%;}
.xyclear{width:100%; height: 35px; clear: both;}
.faqPic img{max-width: 100%;}
.faqTxt p{font-size:1.4rem; margin-bottom: 5px;}

/*news*/
.newsmodal{background: url("../images/newsmodal.jpg") center top no-repeat;}
.maincontent{width:100%; min-height: 510px; padding: 50px 30px;}
.maincontent h3 span{padding-left: 30px; font-family: Arial; font-size: 1.5rem; color:#303030;}
.newsitemlist{margin-bottom: 30px;}
.newsitemlist dl{ display: block; box-sizing: border-box; background-color: transparent; padding: 10px; box-shadow:none; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
.newsitemlist dl:hover{background-color: #fff; padding: 10px; box-sizing: border-box; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.newsitemlist dl dt{float: left;width: 40%;}
.newsitemlist dl dt a img{width:100%; max-width: 100%; padding-right: 20px;}
.newsitemlist dl dd{float: right; width:60%; min-height: 145px; overflow: hidden;}
.newsitemlist dl dd h4{ margin-top: 0px; margin-bottom: 15px;}
.newsitemlist dl dd a{font-size: 1.6rem; color:#303030;}
.newsitemlist dl dd a:hover{color:#f60; text-decoration: none;}
.newsitemlist dl dd p{font-size: 12px; color:#999; text-align: justify; padding-right: 15px; line-height: 120%; overflow: hidden;}
.newsitemlist dl:hover dd a{color:#f60;}

.newscontainer{width:100%; background-color: #fff; margin-bottom: 0px; padding-bottom: 50px;}
.fitcontainer{padding:0px 150px;}
.newscontainer h2{text-align: center; margin-bottom: 30px; font-size: 24px;}
.newscontainer h2 span{padding:5px 15px; font-size: 24px;}

p.athp{font-size: 12px; color:#777; text-align: center; margin-bottom: 35px; margin-top: -20px; }
p.athp span{padding-left: 15px; padding-right: 15px;}
p.athp span i{padding-right: 6px;}

.newsdetails{width:100%;}
.newsdetails p, .newsdetails div{font-size: 1.4rem; line-height: 2;}
.newsdetails img{max-width: 100%;}
.newsdetails img:hover{transform: scale(1.08);}
.newsdetails strong{color:#000; font-weight: normal;}

/*prev next*/
.point{ clear: both; margin:20px 30px 40px 30px; border:1px solid #d6d6d6;  padding-bottom: 20px; font-size: 1.6rem; line-height:22px;}
.point span{font-size: 1.6rem;}
.point span.to_prev{text-align:center; padding-top: 10px;}
.point span.to_prev::after{content: ''; display: block; clear: both;}
.point span.to_prev span{color:#a9a9a9;}
.point span.to_prev a{color:#0068b7; font-size: 1.6rem;}
.point span.to_prev a:hover{color: #ff6600}
.point span.to_next{text-align:center; padding-top: 10px;}
.point span.to_next::after{content: ''; display: block; clear: both;}
.point span.to_next span{color:#a9a9a9;}
.point span.to_next a{color:#0068b7; font-size: 1.6rem;}
.point span.to_next a:hover{color: #ff6600}

/*contact*/
.contactmodal{background: url("../images/contactmodal.jpg") top center no-repeat;}
.contactdiv{width:100%; padding: 0px; background-color: #f0f0f0;}

.googlemap{width:100%; height: 500px; background: url("../images/en-map.jpg") center center no-repeat;}
.contactcontent{padding-top: 40px; border-top:1px solid #fff; background-color: #fff; padding-bottom: 40px;}

.contactcontenttxt{}
.contactcontenttxt h4{font-size: 20px; margin-bottom: 15px;}
.contactcontenttxt p{font-size: 16px; margin-bottom: 25px; line-height: 1.2;}
.contactcontenttxt p span{color: #333; padding-right: 10px; font-size: 27px; display: inline-block; width:38px; text-align: center; }
.contactcontenttxt ul li{list-style: none; font-size: 16px; color:#333; border-bottom:1px dotted #ccc; line-height: 1.7;}
.contactcontenttxt ul li span{color: #333; padding-right: 10px; font-size: 21px; display: inline-block; width:38px; text-align: center; }
.contactcontenttxt ul li span#webicon{background: url(../images/web.png) left center no-repeat;}
.contactcontenttxt ul li:first-child span{font-size: 24px;}
.contactcontenttxt ul li a{color:#333; font-size: 16px;}
.contactpic p{color:#252525; margin-top: 10px; margin-bottom: 15px; font-size: 1.6rem;}
.formdiv{ background-color: #fff; padding:0px; border-radius: 12px;}
.formdiv h2{font-size: 18px; }
.form-group { margin-bottom: 12px;}
.form-control1 {display: block;  padding: 0px; width: 100%; height: 30px; border: 1px solid #ccc; padding-left: 10px; font-size: 14px; }
.submitbtn{ margin-top: 10px;  margin-bottom: 15px; padding: 10px 45px;}
span.input-group-addon {
	background-color: #fff;
	border: none;
}

@media (max-width:767px){
	h6 {font-size: 1.3rem!important;}
	h5 {font-size: 1.4rem!important;}
	h4 {font-size: 1.6rem!important;}
	h3 {font-size: 1.8rem!important;}
	h2 {font-size: 2.4rem!important;}
	h1 {font-size: 3.0rem!important;}
	p {font-size: 1.4rem!important;}
	.topnav {
		height: 60px;
		position: relative;
	}
	.logodiv {
		width: 136px;
		height: 100%;
		padding-left: 0px;
	}
	.logodiv a {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	.logodiv img {
		max-width: 100%;
		width:100px;
	}
	.searchlanguage {
		position: absolute;
		top: 10px;
		right:60px;
		z-index: 9;
		margin: 0;
		padding: 0;
	}
	.searchlanguage #searchform {
		height: 50px;
		width: 280px;
		padding: 5px;
		border-radius: 4px;
		margin: 0;
		left: -140px;
		right: 0;
		border-color: #48c7ec;
		top: 48px;
		position: absolute;
		background-color: #fff;
	}
	.searchlanguage li {
		display: block;
		line-height: 60px;
		float: left;
		padding: 0px 0px;
		margin: 0 auto;
		text-align: center;
	}
	.searchlanguage li.divider {
		height: 1px;
		width: 100%;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
		padding: 0;
		line-height: 1;
	}
	.searchlanguage li a {
		color: #000000;
		background-color: transparent!important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 6px;
		padding-right:4px;
		padding: 10px;
	}

	.languageul {
		min-width: 70px!important;
		position: absolute!important;
		background-color: #ffffff!important;
		float: left!important;
		top: 48px;
		left: -25px;
		padding-left: 0px;
	}
	.languageul li a {
		padding-left: 32px!important;
	}
	.bx-wrapper .bx-prev, .bx-wrapper .bx-next {display: none;}
	.bx-wrapper .bx-pager{display: none;}
	.coreAdvantages {
		width: 100%;
		padding: 15px 0px 15px;
	}
	.coreAdvantages h2 {
		text-align: center;
		font-size: 1.8rem!important;
		text-transform: capitalize;
		margin-top: 3px;
		margin-bottom: 12px;
	}
	.coreAdvantageListCon {
		padding-top: 0px;
		text-align: center;
	}
	.coreAdvantageList {
		width: 33%;
		padding: 15px;
		float: left;
		cursor: pointer;
		background-color: transparent;
	}
	.coreAdvantageList i {
		font-size: 3.6rem;
		color: #fd5f00;
		margin-bottom: 20px;
	}
	.coreAdvantageList p {
		color: #fd5f00;
		height: 28px;
		line-height: 1;
	}
	p.coreAdvantagep {
		margin-top: 0px;
		text-align: justify;
		text-justify: ;
	}

	.coreProducts {
		width: 100%;
		padding: 15px 0px 15px;
		background-color: #f1f1f1;
	}
	.coreProducts h2 {
		text-align: left;
		margin-bottom: 0px;
		text-transform: capitalize;
		font-size:1.8rem!important;
	}
	.application {
		width: 100%;
		padding: 15px 0px 15px;
	}
	.application h2 {
		text-align: left;
		margin-bottom: 20px;
		text-transform: capitalize;
		font-size:1.8rem!important;
	}
	.applicationPic {
		margin-bottom: 10px;
	}
	.appmargin {
		margin-top: 0px;
	}
	.applicationPic .applicationMask {	font-size: 1.4rem;}
	.footer {
		width: 100%;
		padding-top: 15px;
	}
	.subnav ul li a {
		font-size: 1.2rem;
		color: #999;
		line-height: 1.4285;
	}
	.sublink {
		padding-left: 15px;
	}
	.qcpic {
		padding-left: 15px;
	}
	.innerbanner {
		width: 100%;
		height: 150px;
		margin: 0 auto;
		background-color: #ccc;
		background-size: cover;
	}
	.f6bg{background: none; background-color: #f6f6f6; height: 150px;}
	.prolistwrap {padding: 5px;	}
	.prolistname {padding: 0px 0px; font-size:1.2rem;}
	.iaboutandinfo {
		width: 100%;
		padding: 15px 0 15px;
		margin-bottom: 0px;
		background-color: #f2f2f2;
	}
	.iabout h2 {
		font-size: 1.8rem!important;
		margin-bottom: 30px;
	}
	.iaboutxt {
		margin-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.info {
		padding: 15px 15px;
		margin-top: 30px;
		background-color: #fff;
	}
	.aboutInfo {
		width: 100%;
		padding: 15px 0px 15px;
		background: none;
	}
	.companyAbility {
		margin-top: 30px;
		margin-bottom: 20px;
		display: inline-block;
		padding: 8px 45px;
		border: 1px solid #f94e03;
		color: #f94e03;
		font-size: 1.8rem;
	}
	.companyAbilityContent span {
		font-size: 1.6rem;
		color: #000;
		text-align: center;
	}
	.companyAlbum {
		padding-top: 15px;
		padding-left: 15px;
	}
	.companyAlbumPic {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 12px;
		overflow: hidden;
	}
	.certificate_of_honor {
		width: 100%;
		padding: 15px 0px 15px;
		background-color: #f8f8f8;
	}
	#bigHonorTxt {
		color: #333333;
		margin-top: 10px;
		margin-bottom: 0px;
		height: auto;
		line-height: 30px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.mainmarket {
		width: 100%;
		padding: 15px 0px 15px;
	}
	.mainmarket p {
		color: #999999;
		padding-top: 0px;
	}
	.ownbrands {
		width: 100%;
		padding: 15px 0px 15px;
		background-color: #f8f8f8;
	}
	.ownbrands ul li img {
		max-width: 128px;
		border: 1px solid #ccc;
	}

	.classiesdiv a {
		display: inline-block;
		border: 1px solid #ccc;
		background-color: #fff;
		color: #000;
		padding: 5px 8px;
		margin: 5px 2px;
		font-size: 12px;
		text-transform: capitalize;
	}
	.products {
		min-height: 350px;
		padding-bottom: 15px;
		background-color: #f1f1f1;
	}
	.productcon {
		padding: 0px 0px 15px;
	}
	.prolist:nth-of-type(odd) {
		position: relative;
		padding: 15px 8px 15px 15px;
		transition: all 0.3s ease;
		background-color: transparent;
		border-bottom: 1px solid transparent;
		margin-bottom: 5px;
	}
	.prolist:nth-of-type(even) {
		position: relative;
		padding: 15px 15px 15px 8px;
		transition: all 0.3s ease;
		background-color: transparent;
		border-bottom: 1px solid transparent;
		margin-bottom: 5px;
	}
	.prolistname a {
		font-size: 1.2rem;
		color: #333;
	}
	.productsview {
		width: 100%;
		min-height: 350px;
		padding-bottom: 15px;
	}
	.productwrap {
		padding: 15px;
	}
	.productpic {
		text-align: center;
		margin-top: 0px;
		border: 1px solid #333;
	}
	.otherbigpic li a {
		border: 1px solid #333;
	}
	.producttext {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.productdetails {
		padding: 15px;
		padding-top: 0;
	}
	a.backbtn {
		margin: 20px auto 30px;
	}
	.servicediv {
		width: 100%;
		padding: 15px 0px 15px;
	}
	.maincontent {
		width: 100%;
		min-height: auto;
		padding: 15px 15px;
	}
	.newsitemlist {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
		border-bottom: 1px dashed #ccc;
	}
	.newsitemlist dl {
		display: block;
		box-sizing: border-box;
		background-color: transparent;
		padding: 0px;
	}
	.newsitemlist dl dt {
		width: 100%;
	}
	.newsitemlist dl dd {
		width: 100%;
	}
	.newsitemlist dl dd h4 {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.newsitemlist dl dt a img {
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}
	.maincontent {
		width: 100%;
		min-height: auto;
		padding: 20px 15px;
	}
	.newscontainer {
		margin-bottom: 0px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.fitcontainer {
		padding: 0px;
	}
	.newsitemlist dl dd {
		min-height: auto;
	}
	.newscontainer h2 {
		background: none;
		text-align: left;
		margin-bottom: 30px;
		font-size: 2.0rem!important;
	}
	.newscontainer h2 span {
		padding: 0px;
		font-size:2.0rem;
	}
	p.athp {
		text-align: left;
	}
	p.athp span {
		padding-left: 0px;
		padding-right: 15px;
	}
	.point {
		padding-bottom: 10px;
		margin: 15px 0px;
	}
	.point::after {
		content: '';
		display: block;
		clear: both;
	}
	.point span.to_prev {
		text-align: left;
	}
	.point span.to_next {
		text-align: left;
	}
	.contactpic{margin-bottom: 35px;}
}
@media screen and (max-width: 767px) {
    .table-responsive>.table {
    	max-width:100% !important;
        margin-bottom: 12px;
    }
}
@media only screen and (min-width:768px)
{
    
}
@media (min-width:768px) and (max-width:1023px)
{
	.companyAlbum {
		padding-top: 24px;
		padding-left: 15px;
	}
	.innerbanner {
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}
	#honorul {
		display: none;
	}
	.smbigHonor{padding-top:138px;}
	.innertitle h2 {
		font-size: 3.0rem;
	}
	.fitcontainer {
		padding: 0px 10px;
	}
}
@media only screen and (width:1024px){
	.logodiv{width:220px; height: 100%; }
}
@media (min-width:1024px) and (max-width:1365px)
{

    
}
@media (min-width:1366px)
{

}
@media (min-width:1440px)
{

}
	
@media (min-width:1600px)
{

}
@media (min-width:1920px)
{
	.coreProducts .container{width:1460px;}
	.productclassies .container{width:1460px;}
	.products .container{width:1460px;}
	.container{width:1460px;}
}