@charset "utf-8";
@import "font-awesome.css";
html{ overflow-y:scroll;}
body {
	margin: 0px;
	padding:0px;
}
body,td,th,input,textarea,select {
	font-size: 14px;
	color:#3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
}

input,textarea{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
textarea{ resize:none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #ececec;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #ececec;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #ececec;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #ececec;}

ul,li,form{ margin:0; padding:0; list-style-type:none;}
a{color:#3e3e3e; text-decoration:none; position:relative;}
a:hover{color:#2c77cc; text-decoration:none;}
a,.animation{
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.noanimation a{
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}

.movex{}
.movex a{ display:inline-block;}
.movex a:hover{ -moz-transform:translateX(5px); -webkit-transform:translateX(5px); -o-transform:translateX(5px); -ms-transform:translateX(5px); transform: translateX(5px);}
.movex2{}
.movex2 a{ display:inline-block;}
.movex2 a:hover{ -moz-transform:translateX(-5px); -webkit-transform:translateX(-5px); -o-transform:translateX(-5px); -ms-transform:translateX(-5px); transform: translateX(-5px);}

.movey{}
.movey a{ display:inline-block;}
.movey a:hover{ -moz-transform:translateY(5px); -webkit-transform:translateY(5px); -o-transform:translateY(5px); -ms-transform:translateY(5px); transform: translateY(5px);}
.movey2{}
.movey2 a{ display:inline-block;}
.movey2 a:hover{ -moz-transform:translateY(-5px); -webkit-transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); transform: translateY(-5px);}

a.white{color:#FFFFFF; text-decoration:none;}
a.white:hover{color:#FFFFFF; text-decoration:underline;}
.relative{ position:relative;}
.floatl{ float:left;}
.floatr{ float:right;}
.clear{ clear:both;}
.r5{-moz-border-radius:5px; border-radius:5px;}
.r10{-moz-border-radius:10px; border-radius:10px;}
.r15{-moz-border-radius:15px; border-radius:15px;}
.r20{-moz-border-radius:20px; border-radius:20px;}
.ellipsis{ overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow: ellipsis;}
.ellipsis2{ overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -o-text-overflow:ellipsis; text-overflow: ellipsis;}
.setp{}
.setp p{ margin:0; padding:0;}
.setimg{}
.setimg img{ max-width:100%;}
.setimg2{}
.setimg2 img{ width:100%;}
.flex1{display:flex; display:-webkit-flex; flex-wrap:wrap; align-items:stretch;}
.flex2{display:flex; display:-webkit-flex; flex-wrap:wrap; align-items:stretch;justify-content:center;}
.row3{ margin:0 -5px;}
.row3>div, .row3>a{ width:50%; padding:8px 5px;}
.row4{ margin:0 -5px;}
.row4>div, .row4>a{ width:50%; padding:8px 5px;}
.AnimationScale img{transition:all 0.5s;-ms-transition::all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.AnimationScale:hover img{transform:scale(1.06);-ms-transform::scale(1.06);-moz-transform:scale(1.06);-webkit-transform:scale(1.06);-o-transform:scale(1.06);}
.AnimationTranslateX{transition:all 0.3s;-ms-transition::all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.AnimationTranslateX:hover{transform:translateX(5px);-ms-transform::translateX(5px);-moz-transform:translateX(5px);-webkit-transform:translateX(5px);-o-transform:translateX(5px);}
.AnimationRight{animation:fadeInRight 0.6s .1s ease both; -webkit-animation:fadeInRight 0.6s .1s ease both; -moz-animation:fadeInRight 0.6s .1s ease both; -ms-animation:fadeInRight 0.6s .1s ease both; -o-animation:fadeInRight 0.6s .1s ease both;}

@keyframes fadeInRight{0%{opacity:0;transform:translateX(-15px)}100%{opacity:1;transform:translateX(0)}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-15px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(-15px)}100%{opacity:1;-moz-transform:translateX(0)}}
@-ms-keyframes fadeInRight{0%{opacity:0;-ms-transform:translateX(-15px)}100%{opacity:1;-ms-transform:translateX(0)}}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(-15px)}100%{opacity:1;-o-transform:translateX(0)}}

.body_container{ width:92%; max-width:1200px; position:relative; margin:0 auto;}
.body1{width:1200px; margin:0px auto;}
.body2{background-color:#FFF; padding:20px;}
.body3{background-color:#FFF;}

.tdh{height:10px; font-size:1px; line-height:1px;}
.tdh2{height:20px; font-size:1px; line-height:1px;}
.tdh3{height:30px; font-size:1px; line-height:1px;}
.tdh4{height:40px; font-size:1px; line-height:1px;}
.tdw{width:10px; font-size:1px; line-height:1px;}
.tdw2{width:20px; font-size:1px; line-height:1px;}

.txtshadow1{-webkit-text-shadow:2px 2px 6px rgba(0,0,0,0.5); -moz-text-shadow:2px 2px 6px rgba(0,0,0,0.5); text-shadow:2px 2px 6px rgba(0,0,0,0.5);}
.shadow1{-webkit-box-shadow:3px 3px 6px rgba(0,0,0,0.08); -moz-box-shadow:3px 3px 6px rgba(0,0,0,0.08); box-shadow:3px 3px 6px rgba(0,0,0,0.08);}
.shadow2{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.a_shadow1{}
.a_shadow1:hover{-webkit-box-shadow:0 3px 10px #a5a5a5; -moz-box-shadow:0 3px 10px #a5a5a5; box-shadow:0 3px 10px #a5a5a5;}
.a_shadow2 img{}
.a_shadow2:hover img{-webkit-box-shadow:0 3px 10px #a5a5a5; -moz-box-shadow:0 3px 10px #a5a5a5; box-shadow:0 3px 10px #a5a5a5;}
/*
.shadow1 a{-webkit-box-shadow:3px 3px 15px #B8B8B8; -moz-box-shadow:3px 3px 15px #B8B8B8; box-shadow:3px 3px 15px #B8B8B8;}
*/

.header_bg{ height:60px;}
.header{ background-image:url(../images/top_bg.jpg); background-repeat:no-repeat; background-size:auto 100%; background-position:right top; background-color:#FFF; height:60px; position:fixed; z-index:99997; width:100%; -webkit-transform:translateZ(0); -webkit-box-shadow:0 0 10px rgba(255,255,255,0.5); -moz-box-shadow:0 0 10px rgba(255,255,255,0.5); box-shadow:0 0 10px rgba(255,255,255,0.5);}
.header>div{ padding:0 5px;}
.header .header1{}
.header .header1 a{display:inline-block;float: left;}
.header .header1 h2{
    float: left;
    margin-top: 50px;
    font-size: 36px;
}
.header .header1 img{ height:60px; float:left;}

.header .header2{ position:absolute; right:0px; top:40px;}

.header .header3{}
.header .header3 a{ cursor:pointer;}
.header .header3 a:hover{ color:#2c77cc;}
.header .header3 a i{ height:60px; line-height:60px; padding:0 20px; font-size:18px;}

.header .header4{ position:absolute; right:64px; top:20px; line-height:22px;}
.header .header4>div{ margin-right:20px;}
.header .header4_1{ position:relative; z-index:1000; background-image:url(../images/lang.png); background-size:auto 22px; background-repeat:no-repeat; padding-left:30px;}
.header .header4_1:after{ width:1px; height:22px; position:absolute; left:110px; top:0; background-color:#333; content:""; display:inline-block;}
.header .header4_1 span{}
.header .header4_1 span i{ width:18px; text-align:center;}
.header .header4_1 div{ display:none; position:absolute; width:120px; top:22px; left:-12px; padding:10px 0 0;}
.header .header4_1 div ul{ background-color:rgba(255,255,255,0.95); padding:10px 16px 20px;}
.header .header4_1 div li{ border-bottom:dashed 1px rgba(0,0,0,0.2);}
.header .header4_1 div a{ display:block; text-align:center; padding:8px 0; font-size:14px;}
.header .header4_1:hover div{ display:inline-block;}
.header .header4_2{}
.header .header4_2 a{ display:inline-block; color:#FFF; margin:0 3px; width:22px; height:22px; -moz-border-radius:22px; border-radius:22px;}
.header .header4_2 a i{ width:22px; height:22px; line-height:22px; text-align:center;}
.header .header4_2 a.linkedin{ background-color:#007fb1;}
.header .header4_2 a.facebook{ background-color:#3b5998;}
.header .header4_2 a:hover{ background-color:#666;}
.header .header4_3{ text-transform:uppercase; font-weight:bold;}

.header .tools{ position:absolute; right:5px;}
.header .tools li{ float:left;}
.header .tools a{width:40px; display:block; height:60px; line-height:60px; font-size:18px; text-align:center; margin:0 2px;}
.header .tools a i{height:60px; line-height:60px;}
.header .tools a:hover{}
.header .tools .find{ background-color:#FFF; border:solid 1px #2c77cc; position:absolute; padding:0 0 0 6px; width:234px; margin-top:-3px; margin-left:-194px; z-index:1000; transform:scale(0);}
.header .tools .find .find_txt{ width:170px; border:0; height:30px; line-height:28px; outline:none;}
.header .tools .find .find_bt{ background-color:#2c77cc; padding:4px; cursor:pointer; outline:none;}
.header .tools .find .find_bt:hover{ background-color:#2c77cc;}


/*主菜单*/
.mainnav{ position:relative; z-index:1; display:inline-block; z-index:999;}
.mainnav a{ color:#000000;}
.mainnav .nLi{ float:left; position:relative; display:inline;}
.mainnav .nLi span{ float:left; margin:0;}
.mainnav .nLi span a{ display:block; line-height:60px; padding:0 10px; font-weight:bold; font-size:15px; color:#2c77cc;}
.mainnav .on span a{ color:#e49600;}

/*
.mainnav::after{ position:absolute; margin-top:20px; width:1px; height:40px; background-color:rgba(255,255,255,0.5); content:""; display:table;}
.mainnav .nLi::after{ position:absolute; right:0; margin-top:20px; width:1px; height:40px; background-color:rgba(255,255,255,0.5); content:""; display:table;}

.mainnav .nLi span a::after{
	position: absolute;
	height: 2px;
	background-color: transparent;
	display: table;
	content: " ";
	clear: both;
	bottom: 14px;
	left: 50%;
	width: 0;
	background-color: #2c77cc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mainnav .on span a::after {
	background-color: #2c77cc;
	width: 70%;
	left: 15%;
}
*/

.mainnav .sub{ display:none; left:50%; top:60px; position:absolute; background-color:rgba(255,255,255,0.95); padding:5px 20px 30px;-moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;}
.mainnav .sub li{ zoom:1; border-bottom:dashed 1px rgba(0,0,0,0.2);}
.mainnav .sub a{ display:block; line-height:25px; font-size:14px; color:#222; padding:8px 0;}
.mainnav .sub a:hover{ color:#2c77cc;}
.mainnav .sub a i{ margin:0 5px;}


.banner{ height:150px; background-position:center -30px; background-repeat:no-repeat; border-bottom:solid 5px #FFF;} /* background-size:auto 100%;*/

.foot1{ background-color:#eeeeee; padding:30px 0;}
.foot1_1{ border-bottom:solid 1px #c9c9c9;}
.foot1_2{ margin:20px 0; background-color:#FFF; padding:15px;}
.foot1_3{ border-top:solid 1px #c9c9c9; border-bottom:solid 1px #c9c9c9; margin-bottom:20px;}
.foot1_3_1{ float:left;}
.foot1_3_1 ul{}
.foot1_3_1 li{ float:left; line-height:60px;}
.foot1_3_1 li a{ display:inline-block; padding:0 15px; font-weight:bold;}
.foot1_3_2{ float:right; margin-right:20px;}
.foot1_3_2{ position:relative; z-index:1000; background-image:url(../images/lang.png); background-position:left center; background-size:auto 22px; background-repeat:no-repeat; padding-left:30px;}
.foot1_3_2 span{ line-height:60px;}
.foot1_3_2 span i{ width:18px; text-align:center;}
.foot1_3_2 div{ display:none; position:absolute; width:120px; left:-12px; bottom:0px; padding:0 0 54px;}
.foot1_3_2 div ul{ background-color:rgba(255,255,255,0.95); padding:10px 16px 20px;}
.foot1_3_2 div li{ border-bottom:dashed 1px rgba(0,0,0,0.2);}
.foot1_3_2 div a{ display:block; text-align:center; padding:8px 0; font-size:14px;}
.foot1_3_2:hover div{ display:inline-block;}

.foot1_4{}
.foot1_4_1{}
.foot1_4_2{ padding:10px 0 0;}
.foot1_4_2 a{ margin:5px 10px 5px 0;}

.foot2{ background-color:#707070; color:#FFF; padding:18px 10px; line-height:1.6; margin-bottom:60px; text-align:center;}
.foot2 a{ color:#FFF;}
.foot2 a:hover{ color:#f39801;}



/*地图开始------------------*/
.map-content{ position:relative; overflow-x:auto; background-color:#daebee; text-align:center; } /* margin:0 auto; max-width:1060px;*/
.map-content-box{ position:relative; margin:0 auto; width:734px; height:640px; background:url(../images/mapbj.png) no-repeat left top;}
.map-name { position: absolute; font-size:13px; color:#666;}
.map-dot { text-align: center; cursor: pointer; font-weight:bold; color:#2c77cc; padding-bottom:7px;}
.map-dot:after {
    content: "";
	position:absolute;
	left:50%;
    bottom: 0px;
    display: block;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #d16200;
    border-radius: 50%;
}
.map-dot:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d16200;
    animation: dot 4s infinite;
}
.map-factory{}
.map-factory:after{ background-color:#00c800;}
.map-factory:before{ border-color:#00c800;}
@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}
@keyframes dot01 {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(3);
        opacity: 0;
    }
}

.map-dot.cur:before{border: 1px solid #f00;animation: dot01 4s infinite;}
.map-dot.cur:after{ background:#f00;width:10px;height:10px}

.jiangxi{left:538px;top: 420px;}
.hebei{left: 510px;top: 260px;}
.shandong{left: 550px;top: 278px;}
.guangdong{left:503px;top:485px}
.guangxi{left:440px;top:485px}
.beijing{left: 520px;top: 215px;}
.tianjin{left: 564px;top: 247px;}
.tianjin:after, .tianjin:before{ left:-10px; margin-bottom:18px;}
.gansu{left:370px;top:310px;}
.qinghai{left:315px;top:290px;}
.xinjiang{left:190px; top:200px;}
.sichuan{left:360px;top:370px;}
.chongqing{left:403px; top:388px}
.guizhou{left:404px;top:450px;}
.yunnan{left:330px;top:470px;}
.henan{left:500px;top:320px}
.hubei{left:490px;top:365px}
.fujian{left:580px;top:440px}
.zhejiang{left:600px;top:390px}
.hunan{left:490px;top:427px}
.jiangsu{left:580px;top:320px;}
.heilongjiang{left:615px;top:100px;}
.jilin{left:640px;top:150px;}
.liaoning{left:600px;top:190px}
.anhui{left:550px;top:350px}
.shanxii{left:475px;top:280px}
.neimeng{left:420px;top:220px}
.ningxia{left:400px;top:270px}
.shanxi{left:440px;top:320px}
.xizang{left:220px;top:375px}
.hainan{left:460px;top:550px}
.shanghai{left:632px;top:363px;}
.shanghai:after, .shanghai:before{ left:-10px; margin-bottom:13px;}
.taiwan{left:644px;top:480px;}
.taiwan:after, .taiwan:before{ left:-10px; margin-bottom:13px;}
.hongkong{left:548px;top:525px;}
.hongkong:after, .hongkong:before{ left:-10px; margin-bottom:18px;}

.map-info{ position:absolute; top:0; left:0; width:100%; min-width:734px; height:100%; background-color:rgba(0,0,0,0.2); -webkit-transform:translateZ(0); display:flex; display:-webkit-flex; align-items:center; justify-content:center;}
.map-info>div{ position:relative; background-color:rgba(19,87,159,0.9); padding:10px 15px; color:#FFF; width:300px; text-align:left; line-height:1.6;}
.map-info h1{ font-size:18px; line-height:1.4; color:#FF0;}
.map-btn-close{ width:30px; height:30px; position:absolute; right:0; top:0; display:inline-block; background-image:url(../images/icon_close.png); cursor:pointer;}

/*地图结束------------------*/




.mt1{ margin-top:10px;}
.mt2{ margin-top:20px;}
.mt3{ margin-top:30px;}
.mt4{ margin-top:40px;}
.mt5{ margin-top:50px;}
.myrow{ overflow:hidden;}
.myrow:after{ clear:both;display: table; content:" ";}
.myrow2{}
.myrow2:after{ clear:both;display: table; content:" ";}

.index_title1{ text-align:center; font-size:20px; color:#2c77cc; border-bottom:solid 1px #cdcdcd;}
.index_title2{ font-size:20px; color:#2c77cc;}
.index_height2{ height:15px;}


.index_prod_class{}
.index_prod_class1{ position:relative; z-index:10; margin:15px 0 0; padding:5px; background-color:#FFF; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.3);}
.index_prod_class1>div{ padding:5px;}
.index_prod_class1 a{ display:block; overflow:hidden;}
.index_prod_class1 .pic{}
.index_prod_class1 .pic img{ width:100%; transition: all 1s}
.index_prod_class1 .txt{ position:absolute;bottom:10px;left:0;width:100%}
.index_prod_class1 .txt .title {padding-left:10px;color:#fff;display:inline-block;width:74%; line-height:30px;font-size:15px}
.index_prod_class1 .txt .arrow { position:absolute; right:0;display:inline-block;width:30px; padding:6px 0;text-align:center;transition: all .5s}
.index_prod_class1 .txt>.title, .index_prod_class1 .txt>.arrow{background-color:rgba(44,119,204,0.8)}
.index_prod_class1 a:hover .pic img{transform: scale(1.8)rotate(10deg);	transition: transform 10s}
.index_prod_class1 a:hover .arrow, .index_prod_class1 a:focus .arrow {transform: scale(1.3);margin-right:4px;}


.index_prod{ background-color:#f2f2f2; align-items:center;}
.index_prod>div{ width:100%;}
.index_prod .info{ padding:20px 4%;}
.index_prod .info .title{ color:#2c77cc; font-size:16px; line-height:1.6; border-bottom:solid 1px #9b9b9b;}
.index_prod .info .title span{ font-weight:bold; font-size:18px;}
.index_prod .info .desc{ padding:10px 0; line-height:1.5;}
.index_prod .info .more{}
.index_prod .pic{}


.index_about{ background-color:#f4f4f4; background-image:url(../images/index_about1.jpg); background-position:center top; background-size:100%; background-repeat:no-repeat; padding-top:200px;}
.index_about1{ background-color:#f4f4f4; padding:15px 0px 25px;}
.index_about1_1{ line-height:1.6; padding:0 15px;}
.index_about1_1 h1{ margin:0 0 10px; color:#2c77cc; font-size:18px; font-weight:bold; line-height:1.4;}
.index_about1_2{ padding:10px 15px 0;}


.index_factory{ background-image:url(../images/index_factory1.jpg); background-repeat:no-repeat; background-position:center;}
.index_factory1{ padding:10px 0 0;}
.index_factory2{}

.article_swiper{ position:relative; padding:0 20px; margin:0 -10px;}
.article_swiper a{ text-align:center; padding:8px 4px; display:block;}
.article_swiper a .pic{ overflow:hidden;}
.article_swiper a .title{ margin-top:10px; line-height:22px; height:22px;-webkit-line-clamp:1;}


.scroll_list{ overflow:hidden; margin-top:20px;}
.scroll_list .hd{}
.scroll_list .bd ul{}
.scroll_list .bd a{ padding:5px 0; margin:0px 5px; float:left; display:inline-block;}
.scroll_list .bd a .pic{ overflow:hidden;}
.scroll_list .bd a .pic img{ width:180px; height:125px;}
.scroll_list .bd a .title{ margin-top:10px; line-height:22px; height:22px;-webkit-line-clamp:1;}
@media (min-width: 768px) {	
  .scroll_list .bd a{ margin:0 10px;}
  .scroll_list .bd a .pic img{ width:230px; height:160px;}
}
@media (min-width: 992px) {	
  .scroll_list .bd a{ margin:0 10px;}
  .scroll_list .bd a .pic img{ width:230px; height:160px;}
}
@media (min-width: 1200px) {	
  .scroll_list .bd a{ margin:0 10px;}
  .scroll_list .bd a .pic img{ width:280px; height:194px;}
}
@media (min-width: 1400px) {	
  .scroll_list .bd a{ margin:0 10px;}
  .scroll_list .bd a .pic img{ width:360px; height:250px;}
}


.left{ min-height:330px;}
.left_title{ background-color:#2c77cc; text-transform:uppercase; padding:10px 15px; line-height:42px; font-size:20px; color:#FFF;}
.left_menu{ border-left:solid 1px #dedede; border-right:solid 1px #dedede;}


.right{ width:100%;}

.page_content{ padding:20px 0; background-color:#FFF;}
.content1{ line-height:1.6;}
.newscontent{}
.prodcontent{}
.downloadcontent{ padding:30px 0;}
.messagecontent{ padding:20px 0 0; max-width:700px; margin:0 auto;}
.feedback{}
.feedback div{ padding:5px 0;}


/*当前位置*/
.location0{ background-color:#8499a5; text-align:center; padding:22px 0 20px 0;}
.location1{ text-transform:uppercase; font-size:28px; line-height:42px; color:#2c77cc;}
.location2{ line-height:18px; padding:0 0 15px;}
.location2 a{display:inline-block;}
.location2 a:hover{}


#productmenu{padding:0px 0px 0px 33px;}
#productmenu .tdset{vertical-align:top; height:400px; padding:8px 8px 0px;}
#productmenuc2 {font-size:14px; font-weight:bold; margin-bottom:5px;}
#productmenuc3 {margin-top:18px;}
#productmenu1 a{font-size:12px; color:#FFFFFF; width:93px; display:block; float:left; height:17px;}
#productmenu1 a:hover,#productmenu1 .this{font-size:12px; color:#FF9024;}
#productmenu2 a{font-size:12px; color:#FFFFFF; width:75px; display:block; float:left; height:17px;}
#productmenu2 a:hover,#productmenu2 .this{font-size:12px; color:#FF9024;}
#productmenu3 a{font-size:12px; color:#FFFFFF; width:70px; display:block; float:left; height:17px;}
#productmenu3 a:hover,#productmenu3 .this{font-size:12px; color:#FF9024;}


.prodclass1{ padding:10px; vertical-align:top;}
.prodclass1 a{ position:relative; display:block; background-color:#000;}
.prodclass1 a div{ position:absolute; width:100%; margin-top:50%; display:block; text-align:center;}
.prodclass1 a div span{ background-color:#000; font-size:15px; color:#FFF; padding:10px 0px; width:85%; opacity:0.7; display:inline-block;}
.prodclass1 a:hover div span{ background-color:#FFF; color:#000;}

.ProdclassReadme{ padding:10px 15px 15px; line-height:1.8;}

/*产品图标菜单*/
.prodclass_menu{ padding:0 0 30px;}
.prodclass_menu li{ width:16%; text-align:center; float:left; margin:15px 0 0;}
.prodclass_menu li a{ display:block; padding:0 6px; text-transform:uppercase; line-height:1.3;}
.prodclass_menu li a div{ padding:0 10%;}
.prodclass_menu li a img{ max-width:100%; margin:0 0 6px;-moz-border-radius:200px; border-radius:200px;}

/*产品首页*/
.product_home1{ padding:5px 0; text-align:center; font-size:20px; font-weight:bold;}
.product_home2{}

/*产品列表样式*/
.col-prod-list{ width:50%; float:left;}

.productlist1{}
.productlist1 a{ border:solid 1px #e1e1e1; display:block; position:relative; font-size:15px; text-align:center; line-height:1.6; padding:0 10px 10px;}
.productlist1 .pic{ position:relative; overflow:hidden; border:solid 0px #dedede;}
.productlist1 .pic img{ width:100%;}
.productlist1 .txt1{ font-size:15px;}
.productlist1 .txt2{ font-size:14px; color:#2c77cc;}
.productlist1 a:hover{ border-color:#2c77cc;}

.productlist2{ text-align:center; padding:6px;}
.productlist2 a{ display:block; position:relative; font-size:18px; color:#FFF; overflow:hidden;}
.productlist2 .pic{ position:relative; overflow:hidden;}
.productlist2 .pic img{ width:100%;}
.productlist2 .txt{ position:absolute; top:100%; background-color:rgba(0,0,0,0.5); height:100%; width:100%; display:flex;display:-webkit-flex; align-items:center; justify-content:center;}
.productlist2 .txt span{ padding:0 15px;}
.productlist2 a:hover .txt{ top:0;}

.productlist2s{}
.productlist2s img{ width:170px; height:170px;}

.productlist3{}
.productlist3 img{ width:260px; height:195px;}

.prod_search{ text-align:center; margin:0 5px 10px;}
.prod_search li{ border:solid 2px #cecece; margin:5px 0; width:100%; line-height:40px; display:inline-block; position:relative; vertical-align:top;}
.prod_search1{ display:table; width:100%;}
.prod_search1>div{ display:table-cell;}
.prod_search1 .txt{ width:90px; font-weight:bold;}
.prod_search1 .select{}
.prod_search1 .select select{ width:100%; height:40px; border:0; outline:none;}
.prod_search li.prod_search2{ width:100%; border:0;}
.prod_search li.prod_search2 input{ width:100%; border:0; height:44px; background-color:#2c77cc; color:#FFF; font-size:16px; outline:none;}
.prod_search li.prod_search2 input:hover{ background-color:#4d4948;}


.prod_tft{ padding:10px 0 0;}
.prod_tft1{ width:100%;}
.prod_tft2{ width:100%; padding:20px 0 0;}
.prod_tft2>div{ overflow-x:auto;}
.prod_tft2 table{ width:100%; min-width:760px; border:0; border-collapse:collapse;}
.prod_tft2 th, .prod_tft2 td{ border:solid 1px #d6d7d6; padding:8px 3px; text-align:center;}
.prod_tft2 th{ font-size:12px; background-color:#2c77cc; color:#FFF;}
.prod_tft2 td{ font-size:12px;}
.prod_tft2 td a{ color:#2c77cc; font-size:13px;}
.prod_tft2 td a:hover{ color:#d16200;}


/*产品详细样式*/
.prod_detail{ padding:0;}
.prod_detail_left{ width:100%;}
.prod_detail_left1{ text-align:center;}
.prod_detail_left2{ padding:10px 0 0; text-align:center;}
.prod_detail_left2 a{ margin:4px; display:inline-block; overflow:hidden;}
.prod_detail_left2 a img{ width:56px; height:56px; border:0;}
.prod_detail_right{ width:100%;}
.prod_detail_title{ font-size:28px; color:#222; padding:10px 0; line-height:1.2; font-weight:bold;}
.prod_detail_otherpic{ padding:6px 0;}
.prod_detail_otherpic a{ display:inline-block; border:solid 1px #dbdbdb; margin:0 8px 8px 0;}
.prod_detail_otherpic a:hover{ border-color:#ababab;}
.prod_detail_otherpic a img{ width:80px; height:80px; border:0;}
.prod_detail_desc{ line-height:1.8;}
.prod_detail_cartbt{ padding:15px 0 0;}
.prod_detail_content{ padding:0; font-size:14px; line-height:1.6;}
.prod_detail_content h1{ margin:10px 0; font-size:22px; color:#2c77cc; line-height:1.4;}
.prod_detail_content h2{ margin:10px 0; font-size:17px; color:#2c77cc; line-height:1.2; position:relative; padding:0 0 10px;}
.prod_detail_content h2:after{ width:70px; height:2px; background-color:#2c77cc; content:""; position:absolute; left:0; bottom:0;}
.prod_detail_content .line{ position:relative; height:40px;}
.prod_detail_content .line:after{ background-color:#eeeeee; width:100%; height:1px; content:""; position:absolute; left:0; top:15px;}
.prod_detail_more_list{ background-color:#e6e6e6; padding:20px 0;}

.prod_otherdetail_title{ font-size:28px; color:#222; padding:10px 0; line-height:1.2; font-weight:bold;}
.prod_otherdetail_photo{ text-align:center; padding:10px 0 0;}
.prod_otherdetail_content{ padding:20px 0; line-height:1.8;}

.prod_detail_bt{ padding:15px 0;}
.prod_detail_bt a{ margin:0 5px 0 0;}

.prod_detail_othertitle{ text-align:center; padding:15px 0;}
.prod_detail_othertitle span{ border-bottom:solid 2px #8b002b; font-size:22px; font-weight:bold; text-transform:uppercase; color:#8b002b; padding:0 5px; display:inline-block; line-height:40px;}
.prod_detail_more{ padding:10px 0 0;}

.proddetail1{ padding:5px 5px 10px; text-align:center; font-size:20px; font-weight:bold; color:#000;}
.proddetail2{ text-align:center; padding-bottom:8px;}
.proddetail3{ line-height:26px; padding:10px 0 10px;}
.proddetail4{ text-align:center; padding:0 0 30px;}
.proddetail5 { line-height:1.8; padding:20px 0 0;}
.proddetail2 img, .proddetail3 img{ max-width:100%;}


.detail_tabs{ border:solid 0px #e6e6e6;}
.detail_tabs td{ padding:8px; line-height:1.6;}
.detail_tabs td.bg{ background-color:#efefef;}
.detail_tabs td.title{ font-size:14px; font-weight:bold; width:150px;}
.detail_tabs td.title span{ font-size:12px;}


/*生产线*/
.production_line{}
.production_line1{ text-align:center; font-size:18px; font-weight:bold; color:#2c77cc; line-height:40px; position:relative;}
.production_line1:after{width:70px; height:2px; background-color:#2c77cc; content:""; position:absolute; left:50%; margin-left:-35px; bottom:0;}
.production_line2{ padding:15px 0 0;}
.production_line2 .hd{}
.production_line2 .bd ul{}
.production_line2 .bd ul li{ margin:0 5px; float:left;}
.production_line2 .bd ul li img{ border:solid 1px #eeeeee; padding:5px; background-color:#FFF; width:190px; height:145px;}
		


/*新闻列表页样式*/
.newslist1{border-bottom:dashed 1px #cccccc;background-image:url(../images/arrow1.gif); background-repeat:no-repeat; background-position:8px 20px;font-size:14px;padding:15px 0 15px 24px;}
.newslist1 span{ float:right; color:#999; width:100px; text-align:center;}

.newslist2{ padding:20px 0px; border-bottom:dashed 1px #cccccc;}
.newslist2>div{ padding:0;}
.newslist2_1{}
.newslist2_1 a{ overflow:hidden; display:block; border:solid 1px #d3d3d3; padding:3px;}
.newslist2_1 img{ border:0;}
.newslist2_1 a:hover{ border-color:#2c77cc;}
.newslist2_2{}
.newslist2_2_1{ padding:5px 0; line-height:28px;}
.newslist2_2_1 a{ font-size:16px; font-weight:bold; display:block;}
.newslist2_2_1 a:hover{}
.newslist2_2_2{ line-height:22px;}
.newslist2_2_3{ line-height:26px; color:#959595; padding:5px 0 0;}
.newslist2_2_4{ padding:10px 0 0;}
.newslist2_2_4 a{background-color:#2c77cc; height:30px; line-height:30px; color:#FFF; display:inline-block; padding:0 20px;}
.newslist2_2_4 a:hover{background-color:#4d4948; color:#FFF;}

.newslist3{}
.newslist3 a{ display:block; text-align:center; line-height:22px;}
.newslist3 .pic{ border:solid 1px #d3d3d3; padding:3px; overflow:hidden;}
.newslist3 img{ border:0;}
.newslist3 a:hover .pic{ border-color:#2c77cc;}
.newslist3 .txt{ margin-top:8px;}
.fenye{
    overflow: hidden;
    width: 450px;
    margin: auto;
    margin-top: 20px;
}
.page-num{
    border: 1px #666 solid;
    width: 40px;
    text-align: center;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.newslist4{}
.newslist4 a{ display:block; text-align:center; line-height:22px; margin:10px 0;}
.newslist4 .pic{ overflow:hidden;}
.newslist4 img{ border:0;}
.newslist4 a:hover .pic{ border-color:#2c77cc;}
.newslist4 .txt{ margin-top:10px;}


/*新闻详细页样式*/
.newdetail{}
.newdetail1{padding:5px 5px 0; text-align:center; font-size:22px; color:#2c77cc; font-weight:bold;}
.newdetail2{border-bottom:dashed 1px #cccccc; color:#a8a8a8; padding:8px 0px 12px; text-align:center;}
.newdetail3{line-height:1.8; padding:10px 0px;}
.newdetail3 img{ max-width:100%;}
.newdetail4{padding-top:10px; border-top:dashed 1px #cccccc; line-height:26px; width:100%; display:inline-block;}
.newdetail4_1{}
.newdetail4_2{ text-align:left;}
.newdetail5{line-height:1.8; padding:0;}
.newdetail5 img{ max-width:100%;}


/*视频窗口*/
.video{}
.video video{ width:100%; height:auto; max-height:300px; background-color:#000;}
.video .iframe_video{ margin:0 auto; width:100%;}
.video .iframe_video iframe{ width:100%; height:60vw; max-height:550px; background-color:#000; border:0; text-align:center;}
.video2 video{ width:100%; background-color:#000;}
@media (min-width: 768px) {
	.video video{ max-width:600px; max-height:450px;}
	.video .iframe_video{ max-width:600px;}
	.video iframe{ height:45vw;}
	.video2 video{ width:100%;}
}
@media (min-width: 992px){
	.video video{ max-width:720px; max-height:500px;}
	.video .iframe_video{ max-width:720px;}
	.video2 video{ width:100%;}
}
@media (min-width: 1200px){
	.video video{ max-width:820px; max-height:600px;}
	.video .iframe_video{ max-width:820px;}
	.video2 video{ width:100%;}
}


/*
.my-gallery{}
.my-gallery a{ padding:0 5px;}
*/



/*联系我们*/
.contact1{ line-height:2.2; font-size:16px; margin-bottom:20px;}
.contact1 h1{ font-size:24px; color:#222222; line-height:1.4;}
.contact1 i{ font-size:18px; width:24px; text-align:center; margin-right:8px;}
/*
.contact_title{ font-size:18px; font-weight:bold; line-height:18px; padding:20px 0;}
.contact_title2{ padding-left:0;}
.contact1{ border-right:0;}
.contact1_1{ line-height:32px;}
.contact2{}
.contact2_1{}
.contact2_1_1{ padding:6px 0}
.contact2_1_1 label{ font-size:13px; padding:0 5px 0 0; text-align:right; width:80px; font-weight:normal;}
.contact2_1_1 input{ border:solid 1px #e4e4e4; line-height:36px; height:36px; width:65%; margin:0; padding:0 10px;}
.contact2_1_1 textarea{ border:solid 1px #e4e4e4; line-height:22px; height:84px; width:65%; margin:0; padding:0 10px;}

.contact2_1_3{ text-align:center; padding:10px 0 0;}
.contact3{border-top:solid 1px #e3e3e3; padding:30px 0 0;}
.contact3_1{ border:solid 1px #E1E1E1; height:350px;}
.contact_map{ height:300px;}
*/


.txtinput{background-color:#F9F9F9; border:solid 1px #D1D1D1; height:40px; line-height:38px; padding:0 8px; width:100%;}
.txtinput2{background-color:#F9F9F9; border:solid 1px #D1D1D1; line-height:20px; padding:5px 8px; width:100%;}

.bt,.bt:link{ background-color:#2c77cc; width:90px; height:30px; line-height:30px; cursor:pointer; border:0; color:#FFF; font-size:14px; display:inline-block; text-align:center;}
.bt:hover{ background-color:#4d4948; color:#FFF;}
.otherbt1{ border:solid 1px #2c77cc; background-color:#2c77cc; color:#FFF; display:inline-block; padding:0 20px; line-height:30px;}
.otherbt1:hover{ background-color:#FFF; color:#2c77cc;}
@media (min-width: 992px) {	
	.otherbt1{ font-size:16px; line-height:40px;}
}


/*下载*/
.download{ border-collapse:collapse;}
.download th, .download td{ border:solid 1px #e8e8e8; padding:8px;}
.download th{ background-color:#f5f5f5; text-align:center;}
.downloadtd1{}
.downloadtd2{ width:120px; text-align:center;}
.downloadtd2 .bt{ width:110px;}


/*视频样式*/
.videolist{text-align:center; vertical-align:top; width:250px; padding:0px 13px 20px;}
.videolist img{ width:240px; height:180px; border:solid 1px #E4E4E3; background-color:#FFF; margin-bottom:6px; padding:4px;}
.videolist a{ display:inline-block;}

.videodetail1{ text-align:center; padding:20px 0 10px; font-size:20px; font-weight:bold; color:#2c77cc;}
.videodetail2{ text-align:center;}
.videodetail3{ text-align:center; padding:15px 0 0;}


/*会员样式*/
.star{ color:#F00; font-size:16px;}
.mb_title{ text-align:center; font-size:22px; padding:10px 0; color:#333333;}
.mb_name{ padding:3px; line-height:36px; color:#999; text-align:right;}
.mb_txt{ padding:3px;}
.mb_txt input{ border:solid 1px #e4e4e4; line-height:32px; height:32px; margin:0; padding:0 5px; width:200px;}
.mb_txt textarea{ border:solid 1px #e4e4e4; line-height:22px; height:84px; margin:0; padding:0 5px; width:200px;}
.mb_bt{ text-align:center; padding:10px 0;}


/*购物车*/
.InquireBasket{z-index: 1501; background-color:#FFF; border:solid 1px #aaaaaa; width:230px; height:270px; position:fixed; right:0; bottom:60px;-webkit-box-shadow:5px 5px 20px #1f2732; -moz-box-shadow:5px 5px 20px #1f2732; box-shadow:5px 5px 20px #1f2732; -webkit-transform:translateZ(0);}
.InquireBasket_Title{ background-color:#7298ba; color:#FFF; line-height:40px; font-weight:bold; text-align:center;}
.InquireBasket_Title span{}
.InquireBasket_Title1{ font-size:20px; width:40px; cursor:pointer; display:inline-block;}
.InquireBasket_Title2{ width:148px; font-size:13px; display:inline-block;}
.InquireBasket_Title2 span{ color:#ffb629;}
.InquireBasket_Content{ height:190px; overflow:auto; background-color:#FFF; font-size:12px;}
.InquireBasket_Content li{border-bottom:solid 1px #e8e8e8; padding:8px;}
.InquireBasket_Content li img{ width:40px; height:40px; float:left; border:0; margin-right:10px;}
.InquireBasket_Content li:hover{ background-color:#fffeee;}
.InquireBasket_Content .name{ display:block; line-height:20px; height:20px; overflow:hidden;}
.InquireBasket_Content .name a{ color:#246bb3;}
.InquireBasket_Content li .delbt{ display:none;}
.InquireBasket_Content li:hover .delbt{ display:block; line-height:20px;}
.InquireBasket_Content .delbt a{ color:#888;}
.InquireBasket_Content .delbt a:hover{ color:#444; text-decoration:underline;}

.InquireBasket_Submit{ text-align:right; padding:8px 10px 0 0;}
.InquireBasket_Submit a{ background-color:#e64545; color:#FFF; line-height:24px; width:70px; display:inline-block; text-align:center;}

.Inquire_Tabs{ border:0; border-collapse:collapse;}
.Inquire_Tabs th, .Inquire_Tabs td{ border:solid 1px #d3d3d3; padding:8px;}
.Inquire_Tabs th{ background-color:#f1f1f1; height:20px; text-align:center;}
.Inquire_Tabs1{ width:40%; text-align:center;}
.Inquire_Tabs1 img{ width:120px; max-width:100%; border:0;}
.Inquire_Tabs2{}

.Inquire_Tabs_Data{ border:0; border-collapse:collapse;}
.Inquire_Tabs_Data th, .Inquire_Tabs_Data td{ padding:6px;}

.ts{ text-align:center; margin:60px 0;}


/*产品滚动列表样式*/
.roll {display: inline-block;overflow: hidden;width: 500px; height:122px;}
.roll .LeftBotton{display: inline; float: left; overflow: hidden; width:20px; cursor: pointer; text-align:center; margin-right:10px;}
.roll .LeftBotton img{ width: 20px; height:85px;}
.roll .RightBotton img{ width: 20px; height:85px;}
.roll .RightBotton {display: inline;float: left;overflow: hidden; width: 20px; cursor: pointer; text-align:center; margin-left:10px;}
.roll .Cont { padding-right: 0px; padding-left: 0px; float: left; overflow: hidden; width: 440px;}
.roll .ScrCont {width: 10000000px}
.roll #List1 {float: left;}
.roll #List2 {float: left;}


/*友情连接*/
.link{ border:solid 2px #c6c6c5; padding:20px;}
.link1{}
.link1 .n1{ color:#828282; height:20px; line-height:20px; font-size:30px; display:inline-block; padding:6px 0 0;}
.link1 .n2{ background-color:#828282; color:#FFF; line-height:32px; padding:0 10px; display:inline-block; margin:0 20px 0 5px;}
.link2{ clear:both; padding:10px 0 0; line-height:32px;}
.link2 a{ padding:0 10px; display:inline-block;}

.wk1_1{ background-color:#eeeeee; height:38px; line-height:38px;}
.wk1_1 h1, .wk1_1 h2{ margin:0; background-color:#2c77cc; background-image:url(../images/wk1_1.gif); background-repeat:no-repeat; background-position:right top; display:inline-block; color:#FFF; padding:0 50px 0 20px; line-height:38px; font-size:17px; width:180px; font-weight:normal;}
.wk1_1 span{}
.wk1_1 span a{ padding:0 20px; display:inline-block;}
.wk1_1 a{ color:#FFF;}
.wk1_1 a:hover{ color:#FF0;}


.submenu{position:relative; margin:-40px 0 0; height:40px; background-image:url(../images/submenubg.png);}
.submenu li{ float:left;}
.submenu li a{ line-height:40px; color:#FFF; display:inline-block; line-height:35px; padding:3px 15px 0;}
.submenu li a:hover{ color:#FF0;}
.submenu li .this{ border-top:solid 3px #e77817; padding:0 15px;}


.lmenu1{ border-bottom:solid 1px #dedede;}
.lmenu1 a{ display:block;}

.leftmenu1{ padding:15px 10px 15px 34px; font-size:14px; background-image:url(../images/left-menu1-up.png); background-repeat:no-repeat; background-position:13px 19px; background-size:8px auto; color:#2c77cc;}
.leftmenu1:hover, .leftmenu1.this{ color:#d16200; background-image:url(../images/left-menu1-over.png);}

.lmenu2{ padding:0 0 0 30px;}
.lmenu2 li{ border-top:dashed 1px #dedede;}
.leftmenu2{ padding:10px 10px 10px 26px; font-size:15px; background-image:url(../images/left-menu2-up.png); background-repeat:no-repeat; background-size:5px auto; background-position:10px 18px;}
.leftmenu2:hover{ background-image:url(../images/left-menu2-over.png);}
.leftmenu2o{ padding:10px 10px 10px 26px; font-size:15px; color:#2c77cc; background-image:url(../images/left-menu2-over.png); background-repeat:no-repeat; background-size:5px auto; background-position:10px 18px;}

.menulist{ padding:0 0 15px;}
.menulist a{ background-color:#2c77cc; color:#FFF; padding:5px 20px; font-size:15px; line-height:22px; display:inline-block; margin:0 5px 5px 0;}
.menulist a:hover, .menulist .this{ background-color:#4d4948; color:#FFF;}


/*招聘样式*/
/*
.jobs_list{ border:solid 1px #d3d3d3; padding:0px; margin:0 0 15px;}
.jobs_list .jobs_title{ background-color:#ededed; color:#222; font-size:16px; font-weight:bold; line-height:20px; padding:12px 15px;}
.jobs_list .jobs_content{ padding:15px 20px;}
.jobs_list .jobs_content div{ margin:3px 0; line-height:1.5;}
*/

.jobs_list {border: 0;}
.jobs_list li {	border-bottom: 1px dashed #cccccc;}
.jobs_list li span {
	line-height: 26px;
	display: block;
	color: #222;
	cursor:pointer;
	font-size:16px;
	padding:17px 25px 17px 5px;
	position:relative;
}
.jobs_list li span:after{ width:10px; height:17px; content:""; background-image:url(../images/left-menu1-up.png); position:absolute; right:10px; top:21px;transform:rotate(90deg); opacity:0.6; transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;}
.jobs_list li span:hover{color: #2c77cc;}
.jobs_list li.selected span {
	color: #2c77cc;
	font-weight:bold;
}
.jobs_list li.selected span:after{transform:rotate(-90deg); opacity:1;}
.jobs_list li div {
	display: none;
}
.jobs_list li.selected div {
	display: block;
	padding:0 5px;
}
.jobs_list li.selected div table{ border-color:#d3d3d3;}
.jobs_list li.selected div table td{ line-height:1.6;}

.jobs_list1{ overflow-x:auto; margin-bottom:15px;}
.jobs_list1 table{ width:100%; min-width:780px;}
.jobs_list2{ text-align:center; margin-bottom:25px;}
.jobs_list2 a{ margin:0 10px;}

.JobsAdd{}
.JobsAdd div{float:left; margin:0 0 10px;}
.JobsAdd2{ display:table-cell; width:25%; text-align:center; height:36px; padding:8px 0; line-height:20px;}
.JobsAdd3, .JobsAdd4{ display:table-cell; width:75%; height:36px; line-height:36px;}
.JobsAdd5{ display:table-cell; height:100px; width:75%; text-align:center;}
.JobsAdd3 input, .JobsAdd5 textarea{ background-color:#fafafa; border:solid 1px #d3d3d3; width:100%; height:36px; line-height:36px; outline:none; padding:0 8px;}
.JobsAdd5 textarea{ height:100px; line-height:20px;}
.JobsAdd6{ text-align:center; width:100%;}


.setpage{ text-align:center; line-height:20px;}
.setpage a{ background-color:#F0F0F0; padding:1px 6px; display:inline-block; border:solid 1px #666; margin:6px 3px;}
.setpage input{ border:solid 1px #3e3e3e; background-color:#000; height:19px; color:#FFF; width:30px; margin-bottom:1px;}
.setpage .currentpage{ padding:1px 6px; display:inline-block; border:solid 1px #2c77cc; color:#FFF; background-color:#2c77cc; margin:6px 3px;}


/*右边在线浮动图标*/
.side_right{ right:5px; position:fixed; z-index:9998; top:50%; width:100px; margin-top:-180px;}
.side_right1{ background-image:url(../images/1.png); height:50px;}
.side_right2{ background-color:#ff8a00; text-align:center; padding:5px 0 0;}
.side_right2_1{}
.side_right2_2{}
.side_right2_2 ul{}
.side_right2_2 ul li{ margin:5px 0;}
.side_right2_2 ul li a{ background-image:url(../images/bt.gif); background-repeat:no-repeat; background-position:center; line-height:28px; height:28px; display:block; color:#a40000; font-weight:bold; font-size:14px;}
.side_right2_2 ul li a:hover{ color:#000;}
.side_right2_3{ color:#FFF; padding:5px 0 10px; font-size:13px;}
.side_right3{ border-top:solid 1px #ffd099; cursor:pointer;}

.fenxiang{ height:36px; line-height:36px; padding:10px 0 0 0; font-size:12px;}
.fenxiang1{ float:left; margin-right:8px; font-weight:bold;}
.fenxiang2{ float:left;}


.sitemap_location{ padding:0 0 20px;}
.sitemap_menu{}
.sitemap_menu>li{ border-top:dotted 1px #d1d1d1; padding:20px;}
.sitemap_menu>li>a{ padding:10px; display:inline-block; font-weight:bold; font-size:18px;}
.sitemap_menu>li>ul>li{ float:left;}
.sitemap_menu>li>ul>li>a{ padding:10px; display:inline-block; font-size:16px;}


/*图片相册*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}                    
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}                    

.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#2c77cc;opacity:.3;}
.jssora106 .a {fill:none;stroke:#fff;stroke-width:550;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

.jssort101{}
.jssort101 .p {position:absolute;top:0;left:0; box-sizing:border-box; cursor:pointer;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover{}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none; opacity:0.4; border:solid 1px #666;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}


/*=============================*/
/*手机兼容*/

/*底部导航*/
.bottom{ position:fixed; z-index:99997; height:60px; width:100%; bottom:0; background-color:#222; -webkit-box-shadow:0 0 10px rgba(255,255,255,0.5); -moz-box-shadow:0 0 10px rgba(255,255,255,0.5); box-shadow:0 0 10px rgba(255,255,255,0.5); -webkit-transform:translateZ(0);}
.bottom li{ width:25%; float:left; text-align:center; line-height:22px;}
.bottom img{ width:80%; max-width:20px;}
.bottom a{ background-size:auto 40%; line-height:24px; padding:34px 0 6px; display:inline-block; width:100%; background-repeat:no-repeat; background-position:center 8px; color:#FFF;}
.bottom a:hover{ color:#FFF;}
.bottom_home{ background-image:url(../images/foottool_home.png);}
.bottom_tel{ background-image:url(../images/foottool_tel.png);}
.bottom_qq{ background-image:url(../images/foottool_qq.png);}
.bottom_map{ background-image:url(../images/foottool_map.png);}
.bottom_email{ background-image:url(../images/foottool_email.png);}
.bottom_skype{ background-image:url(../images/foottool_skype.png);}
.bottom_whatsapp{ background-image:url(../images/foottool_whatsapp.png);}
.bottom_weixin{ background-image:url(../images/foottool_weixin.png);}
.foottool_dir{ background-image:url(../images/foottool_dir.png);}


/*菜单背景颜色*/
.mobile-nav-back{
	height:100%;
	width:100%;
	position:fixed;
	background-color:#000;
	z-index:99998;
	top:0;
	left:-100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
}
.mobile-nav-back.menu-is-open{
	left:0;
}

/*菜单*/
.mobile-nav{ 
	height:100%; 
	width:90%;
	max-width:300px;
	overflow:hidden;
	background-color:#FFF; 
	position:fixed;
	z-index:99999;
	top:0; 
	left:-300px;
	display:inline-block;
}
.mobile-nav.menu-is-open{
	left:0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.mobile-nav-close{ position:absolute; right:0; z-index:99999;}
.mobile-nav-close img{ width:30px;}
.mobile-nav-menu{ height:100%; overflow:auto; padding:0 20px;}
.mobile-nav-tools{ position:fixed; z-index:99999; bottom:0; width:100%; text-align:center; padding:15px 0; background-color:#FFF;}
.mobile-nav-tools a{ display:inline-block; width:40%; text-align:center; margin:0 3%; line-height:36px; font-size:14px; border:solid 1px #efefef;}
.mobile-nav-tools a:hover{ border-color:#c3c3c3;}
.mobile-nav-tools img{ width:20px; margin-right:4px;}

.mobile-find{ padding:0 0 40px;}
.mobile-find1{ width:228px; line-height:32px; height:34px; padding:0 5px; border:solid 1px #CCC;}
.mobile-find2{ width:32px; padding:4px 3px;}


/*弹出菜单样式*/
.toplang{ padding:40px 0 10px;}
.toplang img{ margin-right:5px;}
.toplang a{ display:inline-block; padding:5px; margin-right:3px;}
.topnav {width:100%; margin:10px 0 30px;}
.topnav {line-height: 0.5em;}
.topnav>li {border-bottom:solid 1px #efefef;}
.topnav li a {
	line-height: 20px;
	font-size: 15px;
	padding: 15px 5px;
	color: #3e3e3e;
	display: block;
	font-weight:bold;
	text-decoration: none;
}
.topnav li a:hover {
	color:#2c77cc;
}
.topnav ul {
	display: none;
	padding:0 0 10px;
}
.topnav ul li {
	clear: both;
}
.topnav ul li a {
	color:#3e3e3e;
	background-image:url(../images/mobile-navigation-icon1.png);
	background-repeat:no-repeat;
	-moz-background-size:6px;
	-webkit-background-size:6px;
	-o-background-size:6px;
	background-size:6px;
	background-position:8px 10px;
	padding:5px 5px 5px 20px;
	font-size: 14px;
	font-weight: normal;
	outline:0;
}
.topnav ul li a:hover {
	background-position:8px -28px;
}
/*二级*/
.topnav ul ul{ padding:8px 0;}
.topnav ul ul li a {
	color:#3e3e3e;
	background-image:url(../images/mobile-navigation-icon2.png);
	background-position:20px 10px;
	padding:3px 5px 3px 35px;
	font-size:13px;
}
.topnav ul ul li a:hover {
	background-position:20px -31px;
}
/*三级*/
.topnav ul ul ul{ padding:8px 0 8px 16px;}
.topnav ul ul ul li a {
	color:#3e3e3e;
	background-image:url(../images/mobile-navigation-icon3.png);
	background-position:20px 10px;
	padding:3px 5px 3px 35px;
	font-size:12px;
}
.topnav ul ul ul li a:hover {
	background-position:20px -64px;
}

.topnav span{
	float:right;
	margin-top:3px;
}
.topnav .active a{color:#2c77cc;}

.csshide{display:none;}
.cssshow{display:block;}


.survey{ line-height:1.8; padding:20px 0 0;}
.survey1{ width:100%; padding:10px 0;}
.survey1_1{ font-size:16px; color:#2c77cc; padding-bottom:8px;}
.survey1_1 .nu{ background-image:url(../images/customer-survey2.png); width:47px; height:47px; line-height:45px; margin-right:10px; text-align:center; color:#FFF; display:inline-block;}
.survey1_2{ position:relative;}
.survey1_2 .code{ position:absolute; bottom:4px; right:4px;}
.survey1_3{background-color:#fafafa; border:solid 1px #d3d3d3; padding:8px 5%; line-height:1;}
.survey1_3>div{display:flex; display:-webkit-flex; flex-wrap:wrap; align-items:stretch; justify-content:space-between;}
.survey1_3>div>div{ width:33.33%;}
.survey1_3 label{ font-weight:normal;}
.survey2{ padding:0 0 10px; margin-top:-10px;}
.survey3{ padding:10px 0; text-align:center;}

.survey_txt input, .survey_txt textarea{ background-color:#fafafa; border:solid 1px #d3d3d3; width:100%; height:40px; line-height:40px; outline:none; padding:0 8px;}
.survey_txt textarea{ height:100px; line-height:20px; padding:5px 8px;}
@media (min-width: 768px) {
	.survey1_3>div>div{ width:auto;}
}