/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}
.trans{
	transition:all 0.65s ease 0s;
	-ms-transition:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transition:all 0.65s ease 0s; 	/* Opera */
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.box-sizing{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
.container{
	width:1200px;
	margin:0 auto;
	clear:both;
}



/*header*/
.top .head{width:100%;height:30px;background:#f5f5f5;}
.top .head .tit{font-size:12px;color:#999;line-height:30px;float:left;}
.top .head .phone{float:right;font-size:12px;line-height:30px;background:url(../images/phone.png) no-repeat left center;padding-left:25px;}
.top .contain{width:1200px;margin:auto;height:90px;}
.top .contain .logo{float:left;margin-top:8px;font-size:0px;}
.top .contain .words{float:left;width:250px;height:46px;margin-top:22px;border-left:1px solid #e0e0e0;margin-left:16px;}
.top .contain .words p{float:left;font-size:18px;color:#e53b32;padding-left:30px;margin-bottom:10px;position:relative;top:-1px;}
.top .contain .words p:before{content:"";position:absolute;width:6px;height:6px;background:#cbcbcb;left:12px;top:7px;border-radius:50%;}
.nav{float:right;line-height:90px;}
.navul li{float:left;height:90px;margin-left:45px;position:relative;}
.navul li:first-child{margin-left:0px;}
.navul li.cur>a{color:#d90e04;}
.navul li>a:hover{color:#d90e04;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 90px;z-index:100;margin-left: -60px;/*padding: 10px;*/width: 120px;font-size: 14px;text-align: center;line-height: 2;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;}
.navul li .nav_son a:hover{color:#d90e04;}
.navul li .line{width:0px;height:4px;position:absolute;top:66px;left:0px;background:#b50600;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}



	
	/*banner*/
#indexbanner{ height: 500px; overflow: hidden; position: relative;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 500; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;} 




.form_model{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1000;display:none;}
.form_model .form_action{width:480px;margin:50px auto;background:#fff;border-radius:5px;box-shadow: 0 2px 8px rgba(0,0,0,.2);position:relative;z-index:1000;}
.form_model .form_action .mt{padding:16px 24px;border-bottom: 1px solid #c2c2c2;font-size:18px;color:#333;text-align:center;}
.form_model .form_action form{padding:30px;overflow:hidden;}
.form_model .form_action form .text{margin-bottom:25px;height:32px;line-height:32px;}
.form_model .form_action form .text label{width:110px;text-align:right;color:#333;float:left;}
.form_model .form_action form .text label:before{content:"*";color:#f20d1e;margin-right:3px;}
.form_model .form_action form .text input{border:1px solid #c2c2c2;line-height:30px;padding-left:10px;margin-left:20px;width:220px;color:#333;}
.form_model .form_action form .text select{border:1px solid #c2c2c2;height:32px;line-height:32px;padding-left:10px;margin-left:20px;width:232px;}
.form_model .form_action form .btn .close{border: 1px solid #dbdbdb;color:#333;padding:0px 18px;line-height:30px;float:left;background:#f7f7f7;border-radius:3px;cursor:pointer;margin-left:130px;}
.form_model .form_action form .btn .submit{padding:0px 18px;line-height:32px;float:left;color:#fff;border-radius:3px;background:#e94f47;border:none;cursor:pointer;margin-left:10px;}
.form_model .form_box{position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);width:100%;height:100%;overflow:hidden;z-index:600;}






#indexclassify{width:100%;height:435px;overflow:hidden;}
.classify .search{width:930px;height:50px;margin:auto;margin-top:76px;}
.classify .keywords{width:765px;height:50px;border:1px solid #b5b5b5;padding-left:23px;float:left;border-right:none;font-size:16px;}
.classify .btn{width:165px;height:50px;background:#e94f47;font-size:16px;color:#fff;border:none;float:left;cursor:pointer;}
.classify .btn:hover{background:#dd665f;}
.classify .tips{color:#e94f47;margin-top:13px;margin-left:135px;}
.classify .con{width:100%;margin-top:70px;}
.classify .con ul li{float:left;width:135px;line-height:23px;font-size:13px;margin-bottom:11px;}
.classify .con ul li:nth-child(9n){width:120px;}
.classify .con ul li div{width:30px;height:23px;float:left;margin-right:5px;}
.classify .con ul li span{font-size:13px;color:#999;}






#indexserve{width:100%;height:534px;background:url(../images/bg.jpg) no-repeat center;overflow:hidden;}
.serve .mt{width:371px;height:36px;font-size:34px;text-align:center;color:#292929;background:url(../images/line.png) no-repeat center;margin:auto;margin-top:55px;position:relative;}
.serve .mt:after{content:"";width:37px;height:3px;background:#e94f47;position:absolute;bottom:-14px;left:167px;}
.serve .con{width:100%;margin-top:45px;}
.serve .con ul li{float:left;width:400px;height:320px;}
.serve .con ul li a{width:250px;height:320px;display:block;margin:auto;}
.serve .con ul li .c1{width:100%;height:100%;overflow:hidden;}
.serve .con ul li .c1 .pic{width:100%;height:70px;margin-top:90px;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.serve .con ul li .c1 .pic img{max-width:100%;max-height:100%;margin:auto;}
.serve .con ul li .c1 .tt{font-size:18px;color:#333;text-align:center;margin-top:24px;}
.serve .con ul li .c1 .subtt{font-size:18px;color:#b8b8b8;text-align:center;margin-top:9px;}
.serve .con ul li .c1 .line{width:115px;height:4px;background:#e94f47;margin:auto;margin-top:20px;}
.serve .con ul li .c2{width:100%;height:100%;overflow:hidden;display:none;}
.serve .con ul li .c2 .box1{width:100%;height:220px;border:1px solid #dfdfdf;background:#fff;border-bottom:none;}
.serve .con ul li .c2 .pic{width:100%;height:70px;margin-top:40px;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.serve .con ul li .c2 .pic img{max-width:100%;max-height:100%;margin:auto;}
.serve .con ul li .c2 .tt{font-size:18px;color:#333;text-align:center;margin-top:20px;}
.serve .con ul li .c2 .subtt{font-size:18px;color:#b8b8b8;text-align:center;margin-top:9px;}
.serve .con ul li .c2 .box2{width:100%;height:100px;background:#e94f47;text-align:center;color:#fff;line-height:25px;padding:13px 20px;}
.serve .con ul li a:hover .c1{display:none;}
.serve .con ul li a:hover .c2{display:block;}









#indexabout{width:100%;height:658px;overflow:hidden;}
.about .tit{width:100%;height:79px;overflow:hidden;border-bottom:1px solid #dbdbdb;margin-top:43px;}
.about .tit .tt{float:left;}
.about .tit .tt p{font-size:34px;color:#333;margin-bottom:9px;}
.about .tit .tt span{font-size:18px;color:#999;font-weight:400;}
.about .tit .more{float:right;width:41px;height:8px;background:url(../images/more.png) no-repeat;margin-top:40px;transition:all 0.45s ease 0s;}
.about .tit .more:hover{background-position:0px -17px;transition:all 0.45s ease 0s;}
.about .tit ul{float:right;margin-top:36px;}
.about .tit ul li{float:left;margin-right:25px;}
.about .con{width:100%;height:534px;}
.about .con .con_left{width:1057px;height:430px;background:#fbfbfb;margin-top:52px;float:left;overflow:hidden;position:relative;}
.about .con .con_left .con_box{height:430px;position:absolute;left:0px;}
.about .con .con_left .he{float:left;width:1057px;height:430px;}
.about .con .con_left .pic{width:475px;height:325px;margin-top:55px;margin-left:47px;float:left;}
.about .con .con_left .pic .p1{width:23px;height:126px;background:#4e4e4e;margin-top:199px;float:left;}
.about .con .con_left .pic img{float:left;margin-left:2px;margin-bottom:2px;}
.about .con .con_left .pic .p2{width:126px;height:23px;background:#4e4e4e;float:left;}
.about .con .con_left .line{width:42px;border-bottom:1px solid #c8c8c8;margin-top:94px;float:left;}
.about .con .con_left .des{width:425px;height:300px;float:left;margin-left:14px;margin-top:55px;}
.about .con .con_left .des .tt{margin-top:28px;font-size:20px;}
.about .con .con_left .des .et{color:#a4a4a4;margin-top:10px;}
.about .con .con_left .des .content{width:100%;height:115px;margin-top:25px;line-height:200%;color:#999;}
.about .con .con_left .des .geng{width:76px;height:23px;border-bottom:1px solid #c8c8c8;display:block;font-size:12px;position:relative;}
.about .con .con_left .des .geng:after{content:"";position:absolute;bottom:-1px;left:0;width:0;border-bottom:1px solid #ca1c28;transition:all 0.65s ease 0s;}
.about .con .con_left .des .geng:hover:after{width:100%;}
.about .con .con_right{width:142px;height:100%;border-left:1px solid #dbdbdb;float:left;}
.about .con .con_right .prev{width:100%;height:52px;border-bottom:1px solid #dbdbdb;background:url(../images/up.png) no-repeat center;cursor:pointer;transition:all 0.5s;}
.about .con .con_right .prev:hover{background:#4e4e4e url(../images/up1.png) no-repeat center;}
.about .con .con_right .next{width:100%;height:52px;background:url(../images/down.png) no-repeat center;cursor:pointer;transition:all 0.5s;}
.about .con .con_right .next:hover{background:#4e4e4e url(../images/down1.png) no-repeat center;}
.about .con .con_right .te{width:100%;height:430px;overflow:hidden;position:relative;}
.about .con .con_right .te ul{width:100%;height:auto;position:absolute;top:0px;}
.about .con .con_right .te ul li{width:100%;height:142px;border-bottom:1px solid #dbdbdb;text-align:center;cursor:pointer;transition:all 0.5s;position:relative;}
.about .con .con_right .te ul li:first-child .now1{display:block;}
.about .con .con_right .te ul li .now{width:100%;height:100%;position:absolute;z-index:1;}
.about .con .con_right .te ul li .now .tt{padding-top:82px;font-size:16px;}
.about .con .con_right .te ul li .now .et{margin-top:5px;color:#a4a4a4;}
.about .con .con_right .te ul li .now1{width:100%;height:100%;display:none;position:absolute;z-index:10;}
.about .con .con_right .te ul li .now1 .tt{padding-top:82px;font-size:16px;color:#eaeaea;}
.about .con .con_right .te ul li .now1 .et{margin-top:5px;color:#a4a4a4;}
.about .con .con_right .te ul li .now2{width:100%;height:100%;display:none;position:absolute;z-index:10;}
.about .con .con_right .te ul li .now2 .tt{padding-top:82px;font-size:16px;color:#eaeaea;}
.about .con .con_right .te ul li .now2 .et{margin-top:5px;color:#a4a4a4;}





#indexnews{width:100%;height:405px;background:#f5f5f5;overflow:hidden;}
.news .tit{margin-top:60px;overflow:hidden;}
.news .tit .tt{float:left;width:166px;position:relative;}
.news .tit .tt p{font-size:34px;color:#333;margin-bottom:9px;}
.news .tit .tt span{font-size:18px;color:#999;font-weight:400;}
.news .tit .tt:after{content:"";height:43px;border-left:1px solid #ccc;position:absolute;right:0;top:10px;}
.news .tit ul{float:left;height:34px;margin-left:35px;margin-top:16px;}
.news .tit ul li{float:left;width:103px;height:34px;line-height:34px;text-align:center;color:#fff;background:#333;margin-right:7px;}
.news .tit ul li a{color:#fff;}
.news .tit ul li.current{background:#e94f47;}
.news .con{margin-top:40px;}
.news .con ul{display:none;}
.news .con ul:first-child{display:block;}
.news .con ul li{float:left;width:396px;height:183px;background:#fff;margin-right:6px;}
.news .con ul li:last-child{margin:0;}
.news .con ul li a{width:100%;height:100%;padding:0px 22px;display:block;overflow:hidden;}
.news .con ul li .date{font-size:12px;color:#999;margin-top:27px;}
.news .con ul li .line{width:20px;border-top:1px solid #e94f47;margin-top:15px;}
.news .con ul li .tt{font-weight:bold;color:#333;margin-top:30px;}
.news .con ul li .des{line-height:20px;color:#999;font-size:12px;margin-top:12px;height:40px;overflow:hidden;}
.news .con ul li:hover .tt{color:#e94f47;}
.news .con ul li:hover{box-shadow: 0 4px 6px 0 #ddd;-moz-box-shadow: 0 4px 6px 0 #ddd;-webkit-box-shadow: 0 4px 6px 0 #ddd;}




#indexyoushi{width:100%;height:84px;background:url(../images/bg1.jpg) no-repeat center;padding:88px 0;}
.youshi .detail{float:left;width:300px;height:84px;}
.youshi .detail .pic{width:80px;height:80px;border:2px solid #ea5d56;margin-right:15px;border-radius:50%;float:left;margin-left:30px;}
.youshi .detail .con{float:left;}
.youshi .detail .con .tt{font-size:18px;font-weight:bold;color:#fff;margin-top:12px;}
.youshi .detail .con .subtt{color:#c2c2c2;margin-top:10px;}
.youshi .detail .con .des{color:#c2c2c2;margin-top:5px;}






#indexclient{width:100%;height:410px;overflow:hidden;}
.client .tit{margin-top:45px;}
.client .tit p{font-size:34px;color:#333;margin-bottom:9px;}
.client .tit span{font-size:18px;color:#999;font-weight:400;text-transform:uppercase;}
.client .con{width:100%;margin-top:35px;overflow:hidden;}
.client .con ul li{width:194px;height:98px;background:#f5f5f5;float:left;margin-right:7.2px;margin-bottom:8px;}
.client .con ul li a{width:100%;height:100%;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.client .con ul li img{max-width:100%;max-height:100%;margin:auto;}
.client .con ul li:nth-child(6n){margin-right:0px;}









#ne_nav{width:892px;height:25px;float:left;margin-top:75px;border-bottom:1px solid #cbcbcb;}
#ne_nav span{color:#999;font-size:12px;}
#ne_nav span *{color:#999;}





.inset{background:#fff;margin-top:-163px;overflow:hidden;}
.col{width:892px;min-height:450px;line-height:220%;margin-top:30px;margin-bottom:50px;float:left;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}








#sidenav{width:173px;margin:58px 43px 50px 56px;float:left;}
#sidenav h2 p{font-size:20px;color:#333;font-weight:normal;}
#sidenav h2 span{color:#999;font-size:16px;margin-top:7px;display:block;font-weight:200;}
#sidenav ul{width:100%;margin-top:24px;}
#sidenav ul li{width:100%;margin:auto;}
#sidenav ul li>a{padding-left:12px;line-height:44px;display:block;position:relative;border-bottom:1px solid #e1e1e1;font-size:13px;
	transition:all 0.65s ease 0s;
	-ms-transition:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transition:all 0.65s ease 0s; 	/* Opera */}
#sidenav ul li>a:before{content:"";position:absolute;width:3px;height:0;background:#d41912;top:17px;left:0px;
	transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.5s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.5s ease 0s; /* Safari 和 Chrome */
	-o-transition:all 0.5s ease 0s; 	/* Opera */}
#sidenav ul li>a:hover{color:#d41912;padding-left:20px;}
#sidenav ul li>a:hover:before{height:12px;}
#sidenav ul li>a.cur{color:#d41912;}
#sidenav ul li>a.cur:before{height:12px;}
#sidenav ul li.navson>a{padding-left:30px;font-size:12px;}







.trade{padding-top:80px;padding-bottom:50px;min-height:450px;width:1096px;margin:auto;overflow:hidden;}
.trade ul li{float:left;margin-right:53px;width:330px;height:315px;}
.trade ul li:nth-child(3n){margin-right:0;}
.trade ul li a{width:100%;height:100%;display:block;}
.trade ul li .pic{width:100%;height:225px;overflow:hidden;position:relative;}
.trade ul li .pic img{width:100%;height:100%;}
.trade ul li .pic span{position:absolute;width:100%;line-height:40px;bottom:0px;left:0px;text-align:center;color:transparent;z-index:2;font-size:22px;}
.trade ul li .tt{text-align:center;line-height:90px;font-size:16px;}
.trade ul li:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);}
.trade ul li:hover span{background:#d41912;color:#fff;}
.trade ul li:hover .tt{color:#d41912;}




.patent{padding-top:98px;padding-bottom:50px;min-height:450px;width:988px;margin:auto;overflow:hidden;}
.patent ul li{float:left;width:151px;height:231px;margin-right:128px;}
.patent ul li:nth-child(4n){margin-right:0;}
.patent ul li .pic{width:100%;height:131px;display:block;position:relative;}
.patent ul li .pic .p1{width:100%;height:100%;background:url(../images/square.png) no-repeat center;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.patent ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.patent ul li .pic .p2{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:url(../images/square1.png) no-repeat center;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.patent ul li .pic:hover .p2{z-index:2;}
.patent ul li .tt{width:100%;line-height:100px;text-align:center;}





.work{padding-top:130px;padding-bottom:50px;min-height:400px;width:988px;margin:auto;overflow:hidden;}
.work ul li{float:left;width:151px;height:231px;margin-right:128px;}
.work ul li:nth-child(4n){margin-right:0;}
.work ul li .pic{width:100%;height:131px;display:block;position:relative;}
.work ul li .pic .p1{width:100%;height:100%;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.work ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.work ul li .pic .p2{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;display:flex;align-items:center;display:-webkit-flex; -webkit-align-items:center;display:-ms-flex; -ms-align-items:center;}
.work ul li .pic:hover .p2{z-index:2;}
.work ul li .tt{width:100%;line-height:80px;text-align:center;}








.pxxm{width:892px;min-height:350px;margin-bottom:50px;float:left;margin-top:26px;}
.pxxm ul{width:100%;overflow:hidden;}
.pxxm ul li{width:295px;height:300px;float:left;margin-right:3px;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.pxxm ul li .pic{width:295px;height:202px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.pxxm ul li .tt{font-size:16px;color:#000;margin-top:26px;text-align:center;}}
.pxxm ul li:hover .tt{color:#df3543;}
.pxxm ul li:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);}




.sbzr{width:892px;min-height:350px;margin-bottom:50px;float:left;margin-top:26px;}
.sbzr ul{width:100%;overflow:hidden;}
.sbzr ul li{width:202px;height:170px;float:left;margin-right:28px;}
.sbzr ul li:nth-child(4n){margin-right:0px;}
.sbzr ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.sbzr ul li .pic{width:200px;height:100px;overflow:hidden;border:1px solid #dcdcdc;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.sbzr ul li .tt{font-size:16px;color:#000;margin-top:12px;text-align:center;}}
.sbzr ul li:hover .tt{color:#df3543;}
.sbzr ul li:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);}









.xwzx{width:892px;min-height:450px;margin-bottom:50px;margin-top:20px;float:left;}
.xwzx ul li{width:100%;height:60px;line-height:60px;background:#f5f5f5;overflow:hidden;margin-bottom:20px;}
.xwzx ul li a{width:100%;height:100%;display:block;position:relative;}
.xwzx ul li a:before{content:"";width:9px;height:9px;border:2px solid #f54f47;position:absolute;left:22px;top:24px;border-radius:50%;}
.xwzx ul li a:after{content:"";width:8px;height:13px;background:url(../images/right.png) no-repeat center;position:absolute;right:62px;top:24px;}
.xwzx ul li .tit{float:left;margin-left:54px;}
.xwzx ul li .date{float:right;margin-right:42px;color:#999;}
.xwzx ul li .line{float:right;height:22px;border-left:1px solid #d5d5d5;margin-right:110px;margin-top:19px;}
.xwzx ul li:hover{box-shadow: 0 4px 6px 0 #ddd;-moz-box-shadow: 0 4px 6px 0 #ddd;-webkit-box-shadow: 0 4px 6px 0 #ddd;}
.xwzx ul li:hover .tit{color:#f54f47;margin-left:65px;}
.xwzx ul li:hover .date{margin-right:55px;}





.gsxw{width:892px;min-height:450px;margin-bottom:50px;margin-top:20px;float:left;}
.gsxw ul li{width:100%;height:115px;background:#f5f5f5;overflow:hidden;margin-bottom:20px;}
.gsxw ul li a{width:100%;height:100%;display:block;}
.gsxw ul li .pic{width:153px;height:100%;overflow:hidden;float:left;}
.gsxw ul li .pic img{width:100%;height:100%;}
.gsxw ul li .con{float:left;margin-left:35px;width:440px;}
.gsxw ul li .con .tt{color:#333;margin-top:27px;}
.gsxw ul li .con .des{line-height:20px;color:#999;font-size:12px;margin-top:10px;}
.gsxw ul li .date{float:left;margin-left:73px;color:#999;margin-top:48px;}
.gsxw ul li .line{float:left;height:22px;border-left:1px solid #d5d5d5;margin-left:30px;margin-top:46px;}
.gsxw ul li i{width:8px;height:13px;background:url(../images/right.png) no-repeat center;float:left;margin-left:38px;margin-top:50px;}
.gsxw ul li:hover{box-shadow: 0 4px 6px 0 #ddd;-moz-box-shadow: 0 4px 6px 0 #ddd;-webkit-box-shadow: 0 4px 6px 0 #ddd;}
.gsxw ul li:hover .tt{color:#f54f47;}
.gsxw ul li:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);}




/*商标分类*/
.brand_category{min-height:450px;background:#f5f5f5;padding-bottom:50px;}
.brand_category .mt{text-align:center;color:#333;font-size:16px;padding-top:35px;}
.brand_category ul{padding:0 50px;margin-top:20px;}
.brand_category ul li a{width:100%;padding:20px 0;display:block;border-bottom:1px solid #ddd;position:relative;}
.brand_category ul li a:after{content:"";width:0;border-bottom:1px solid #d90e04;position:absolute;left:0px;bottom:-1px;
	transition:all 0.65s ease 0s;
	-ms-transition:all 0.65s ease 0s; 	/* IE 9 */
	-moz-transition:all 0.65s ease 0s; 	/* Firefox */
	-webkit-transition:all 0.65s ease 0s; /* Safari 和 Chrome */
	-o-transition:all 0.65s ease 0s; 	/* Opera */}
.brand_category ul li .tt{font-size:16px;color:#333;padding:0 10px;}
.brand_category ul li .des{line-height:24px;font-size:12px;color:#999;margin-top:10px;padding:0 10px;}
.brand_category ul li a:hover .tt{color:#d90e04;}
.brand_category ul li a:hover:after{width:100%;}
.brand_list{min-height:450px;background:#f5f5f5;padding:0 30px;padding-bottom:50px;}
.brand_list .mt{color:#333;font-size:16px;padding-top:35px;}
.brand_list .con{line-height:26px;margin-top:16px;}
.brand_list .note{margin-top:20px;}
.brand_list .note p{color:#d90e04;font-size:15px;}
.brand_list .note div{line-height:24px;margin-top:10px;}
.brand_list ul{margin-top:50px;overflow:hidden;}
.brand_list ul li{float:left;width:550px;padding:15px 5px;border-bottom: dashed 1px #ddd;margin-right:20px;font-size:12px;}
.brand_list ul li:nth-child(2n){margin-right:0;}
.brand_list ul li .tt{color:#000;float:left;}
.brand_list ul li .more{float:right;color:#d90e04;}
.brand_list ul li .tt:hover{color:#d90e04;}
.brand_info{min-height:450px;background:#f5f5f5;padding:0 30px;padding-bottom:50px;}
.brand_info .mt{color:#333;font-size:16px;padding-top:35px;text-align:center;}
.brand_info table{margin-top:35px;border:1px solid #ddd;border-bottom:none;border-right:none;width:100%;}
.brand_info table tr th{border-collapse:collapse;line-height:1.5em;padding:5px 10px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;text-align:center;color:#333;font-weight:normal;background:#eee;}
.brand_info table tr td{border-collapse:collapse;line-height:1.5em;padding:5px 10px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;font-size:12px;background:#fff;color:#333;}
.brand_info table tr.alt td{background:#f8f8f8;}
.brand_info table tr:hover td{background:#eff8ff;}
.brand_info .note{line-height:25px;color:#333;}





/*国际业务*/
.nation{min-height:450px;padding-bottom:50px;}
.nation .contit{height:60px;line-height:60px;background:#1e1f6b;margin-top:-60px;}
.nation .contit ul li{float:left;width:200px;font-size:20px;text-align:center;color:#fff;cursor:pointer;}
.nation .contit ul li.active{background:url(../images/bg_active.png) no-repeat center;}
.nation .con{margin-top:50px;overflow:hidden;}
.nation .con ul{display:none;}
.nation .con ul:first-child{display:block;}
.nation .con ul li{width: 250px;height: 150px;float: left;padding: 25px 0 25px 20px;margin: 0 40px 40px 0;background-color: #f5f5f5;cursor: pointer;}
.nation .con ul li:nth-child(4n){margin-right:0;}
.nation .con ul li .xx{overflow:hidden;}
.nation .con ul li .xx img{float:left;margin-top:6px;}
.nation .con ul li .xx .des{float:left;margin-left:13px;}
.nation .con ul li .xx .des .tit{font-size:20px;color:#252525;line-height:26px;margin-bottom:3px;}
.nation .con ul li .xx .des .tit p{color:#252525;display:inline-block;}
.nation .con ul li .xx .des .tit span{width:14px;height:17px;display:inline-block;margin-left:14px;background:url(../images/hot.png) no-repeat center;position:relative;top:2px;}
.nation .con ul li .xx .des .ds{line-height:18px;font-size:12px;}
.nation .con ul li a{width: 158px;height: 36px;line-height: 36px;display: block;border: solid 1px #ea4124;color: #ea4124;text-align: center;margin: 26px auto 0;font-size: 18px;}
.nation .con ul li a:hover{color:#fff;background:#ea4124;transition: color 0s;}
.form_model .nation_mt{line-height:56px;font-size:24px;text-align:center;color:#333;border-bottom:1px solid #c2c2c2;}
.form_model .tt{text-align:center;margin-bottom:25px;font-size:15px;}



	



.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}





/*footer*/
#footer{width:100%;height:54px;background:#111;padding:32px 0px;}
.footer .ban{float:left;font-size:12px;color:#999;line-height:30px;width:430px;position:relative;top:-3px;}
.footer .line{height:54px;border-left:2px solid #3f3f3f;float:left;}
.footer .phone{float:left;margin-left:45px;}
.footer .phone p{font-size:18px;color:#999;margin-bottom:8px;}
.footer .phone span{font-size:28px;color:#fda926;}
.footer .address{float:right;font-size:12px;color:#999;line-height:30px;position:relative;top:-3px;}


.mypage{
    text-align: center;
	float:left;
	width:100%;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}



