/*------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;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



/*container*/
.container{
	width:1200px;
	margin:0 auto;
}

/*header*/
.top{width:100%;height:110px;}
.top .logo{float:left;}
.top .logo .logo_text{float:left;margin-left:13px;margin-top:30px;}
.top .logo .logo_text h1{font-weight:bold;font-size:24px;color:#333;margin-bottom:3px;}
.top .logo .logo_text span{font-size:11.7px;color:#999;text-transform:uppercase;}
.nav{float:right;line-height:110px;}
.navul li{float:left;height:110px;margin-left:43px;position:relative;}
.navul li.cur>a{color:#d9b16b;}
.navul li>a:hover{color:#d9b16b;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 110px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -50px;width: 160px;font-size: 14px;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;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#d9b16b;background:#f5f5f5;}
.navul li .line{width:0px;height:4px;position:absolute;top:75px;left:0px;background:#d9b16b;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}


	
	/*banner*/
#indexbanner{ height: 500px; overflow: hidden; position: relative;}
.bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 99; width: 100%; color: rgba(0,0,0,0);}
.bx-controls .bx-pager{ text-align: center;}
.bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.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);}
.bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
.bx-controls .bx-controls-direction{ display: none;}








#indexabout{width:100%;height:644px;background:url(../images/about.jpg) no-repeat center;}
.about .tit{padding-top:55px;text-align:center;}
.about .tit .tt{font-weight:bold;color:#333;font-size:30px;}
.about .tit .subtt{color:#999;margin-top:32px;}
.about .tit .subtt span{color:#d9b16b;}
.about .tit .line{width:43px;height:4px;margin:auto;background:#d9b16b;margin-top:12px;}
.about .con{line-height:30px;text-align:center;width:775px;height:190px;margin:auto;margin-top:20px;}
.about .pic{width:1047px;height:234px;margin:auto;}
.about .pic img{float:left;margin-right:3px;}
.about .pic img:last-child{margin-right:0;}






#indexproduct{width:100%;height:414px;background:url(../images/bg.jpg) no-repeat center;}
.product .tit{width:100%;padding-top:40px;text-align:center;}
.product .tit .tt{font-weight:bold;color:#000;font-size:30px;}
.product .tit .subtt{color:#333;margin-top:24px;}
.product .tit .line{width:43px;height:4px;margin:auto;background:#f3d9b7;margin-top:16px;}
.product .con{width:865px;margin:auto;margin-top:40px;}
.product .con ul li{width:145px;float:left;margin-right:215px;}
.product .con ul li:last-child{margin-right:0px;}
.product .con ul li .pic{width:145px;height:135px;display:block;overflow:hidden;}
.product .con ul li .pic img{width:145px;height:135px;position:relative;left: -145px;border-right: 145px solid transparent;z-index: 1;-webkit-filter: drop-shadow(#383838 145px 0);filter: drop-shadow(#383838 145px 0);}
.product .con ul li .tt{margin-top:36px;text-align:center;font-size:18px;color:#333;}
.product .con ul li .tt a{color:#333;}
.product .con ul li .tt a:hover{color:#d9b16b;}
.product .con ul li .pic:hover img{-webkit-filter: drop-shadow(#d9b16b 145px 0);filter: drop-shadow(#d9b16b 145px 0);}








#indexnews{width:100%;height:598px;}
.news .tit{width:100%;padding-top:42px;text-align:center;}
.news .tit p{font-size:30px;color:#333;font-weight:bold;}
.news .tit span{margin-top:10px;color:#999;display:block;}
.news .con{width:100%;height:405px;margin-top:43px;}
.news .con .left{width:640px;height:100%;float:left;background:#f7f7f7;}
.news .con .left .one{width:580px;margin:auto;}
.news .con .left .one .date{width:43px;float:left;text-align:center;margin-right:15px;}
.news .con .left .one .date p{border-bottom:1px solid #d6d6d6;font-size:17px;color:#999;padding-bottom:5px;}
.news .con .left .one .date span{font-size:12px;color:#999;margin-top:6px;display:block;}
.news .con .left .one .tt{float:left;width:522px;font-size:13px;margin-top:4px;}
.news .con .left .one .tt a{color:#333;}
.news .con .left .one .tt a:hover{color:#d9b16b;}
.news .con .left .one .des{float:left;width:522px;font-size:12px;margin-top:10px;}
.news .con .left .one .des a{color:#999;}
.news .con .left .one .des a:hover{color:#d9b16b;}
.news .con .news_pic{width:594px;height:294px;margin:23px;margin-bottom:20px;overflow: hidden; position: relative;}
.news .con .news_pic .bx-controls{display:none;}
.news .con ul{width:530px;height:100%;float:right;}
.news .con ul li{width:486px;height:39px;background:#f7f7f7;padding:24px 22px;margin-bottom:19px;}
.news .con ul li .date{width:43px;float:left;text-align:center;margin-right:15px;}
.news .con ul li .date p{border-bottom:1px solid #d6d6d6;font-size:17px;color:#999;padding-bottom:5px;}
.news .con ul li .date span{font-size:12px;color:#999;margin-top:6px;display:block;}
.news .con ul li .tt{float:left;width:428px;font-size:13px;margin-top:4px;}
.news .con ul li .tt a{color:#333;}
.news .con ul li .tt a:hover{color:#d9b16b;}
.news .con ul li .des{float:left;width:428px;font-size:12px;margin-top:10px;}
.news .con ul li .des a{color:#999;}
.news .con ul li .des a:hover{color:#d9b16b;}








#ne_nav{width:914px;height:28px;float:right;margin-top:38px;padding-left:23px;background:url(../images/home.png) no-repeat left top;border-bottom:1px solid #ddd;}
#ne_nav p{color:#999;font-size:12px;margin-top:3px;}
#ne_nav p *{color:#999;}



.col{width:937px;min-height:450px;line-height:200%;margin-top:25px;margin-bottom:50px;float:right;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}




.pxxm{width:937px;min-height:350px;margin-bottom:50px;float:right;margin-top:30px;}
.pxxm ul{width:100%;overflow:hidden;}
.pxxm ul li{width:295px;height:290px;float:left;margin-right:26px;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{width:285px;height:214px;border:5px solid #d2d2d2;text-align:center;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.pxxm ul li .pic:hover{border:5px solid #1c73b3;}
.pxxm ul li p{width:100%;height:66px;text-align:center;line-height:66px;}




.hzhb{width:937px;min-height:350px;margin-bottom:50px;float:right;margin-top:30px;}
.hzhb ul{width:100%;overflow:hidden;}
.hzhb ul li{width:295px;height:154px;float:left;margin-right:26px;}
.hzhb ul li:nth-child(3n){margin-right:0px;}
.hzhb ul li .pic{width:291px;height:100px;border:2px solid #d2d2d2;text-align:center;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.hzhb ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.hzhb ul li .pic:hover{border:2px solid #1c73b3;}
.hzhb ul li p{width:100%;height:50px;text-align:center;line-height:50px;}









.xwzx{width:937px;min-height:350px;margin-bottom:50px;margin-top:27px;float:right;}
.xwzx ul{width:100%;}
.xwzx ul li{width:100%;height:132px;background:#f5f5f5;transition: all 0.3s ease 0s;overflow:hidden;margin-bottom:12px;}
.xwzx ul li img{float:left;margin:11px 22px 0px 13px;}
.xwzx ul li .con{width:725px;margin-top:30px;float:left;}
.xwzx ul li .con .tt{font-size:14px;float:left;}
.xwzx ul li .con .date{float:left;font-size:12px;color:#2793dd;margin-left:20px;margin-top:2px;}
.xwzx ul li .des{width:726px;margin-top:12px;float:left;line-height:200%;font-size:12px;color:#999;}
.xwzx ul li a{width:100%;height:100%;display:block;}
.xwzx ul li:hover .tt,.xwzx ul li:hover .date,.xwzx ul li:hover .des{color:#2793dd;}
.xwzx ul li:hover{box-shadow: 7px 7px 5px -4px #ccc;}





.download{width:937px;min-height:350px;margin-bottom:50px;margin-top:27px;float:right;}
.download ul{width:100%;}
.download ul li{width:837px;height:40px;line-height:40px;padding:0px 50px;background:#f5f5f5;transition: all 0.3s ease 0s;overflow:hidden;margin-bottom:15px;}
.download ul li .tt{font-size:14px;float:left;}
.download ul li .date{float:right;color:#2793dd;}
.download ul li a{width:100%;height:100%;display:block;}
.download ul li:hover .tt{color:#2793dd;}
.download ul li:hover{box-shadow: 7px 7px 5px -4px #ccc;}




.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{width:100%;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#0051a3;float:left;border:none;}





#sidenav{width:237px;margin-top:27px;margin-bottom:50px;float:left;}
#sidenav h2{font-size:22px;color:#fff;width:191px;height:87px;background:#1c73b3;margin-bottom:8px;padding-left:46px;position:relative;}
#sidenav h2 p{font-size:18px;font-weight:bold;color:#fff;font-weight:normal;padding-top:25px;}
#sidenav h2 span{color:#fff;text-transform:uppercase;font-size:14px;margin-top:7px;display:block;font-weight:normal;}
#sidenav h2:before{content:"";width:6px;height:39px;background:#348ed1;position:absolute;top:25px;left:24px;}
#sidenav ul{width:100%;background:#f5f5f5;padding-top:17px;padding-bottom:25px;}
#sidenav ul li{width:180px;margin:auto;}
#sidenav ul li>a{padding-left:62px;height:100%;line-height:39px;display:block;position:relative;border-bottom:1px solid #dcdcdc;}
#sidenav ul li>a:before{width:6px;height:6px;background:#707070;content:"";position:absolute;top:17px;left:40px;}
#sidenav ul li .navson{width:180px;margin:auto;padding:5px 0px;border-bottom:1px solid #dcdcdc;}
#sidenav ul li .navson a{line-height:30px;display:block;padding-left:70px;font-size:12px;position:relative;}
#sidenav ul li .navson a:before{width:6px;height:6px;background:#707070;content:"";position:absolute;top:14px;left:50px;}
#sidenav ul li a:hover{color:#1c73b3;}
#sidenav ul li a.cur{color:#1c73b3;}
#sidenav ul li a.cur:before{background:#1c73b3;}
#sidenav ul li a:hover:before{background:#1c73b3;}
	



.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}







/*footer*/
.footer_top{width:100%;height:238px;background:#f5f5f5;}
.footer_top .address{width:1200px;margin:auto;}
.footer_top .address .logo{float:left;margin-top:68px;margin-right:120px;}
.footer_top .address .logo .words{float:left;margin-left:12px;margin-top:32px;}
.footer_top .address .logo p{font-size:24px;font-weight:bold;margin-bottom:3px;}
.footer_top .address .logo span{font-size:11.7px;text-transform:uppercase;}
.footer_top .con{width:500px;height:190px;margin-top:32px;line-height:30px;float:left;font-size:12px;}
.footer_top .weixin{width:162px;height:164px;background:url(../images/bak.png) center no-repeat;float:right;margin-top:19px;text-align:center;font-size:12px;}	
.footer_bottom{width:100%;height:50px;background:#262626;line-height:50px;color:#c8c8c8;}
.footer_bottom .fter{width:1200px;margin:auto;font-size:12px;}
.footer_nav{width:100%;height:58px;line-height:58px;background:#f5f5f5;border-bottom:1px solid #e3e3e3;}
.footer_nav ul{width:1200px;height:100%;margin:auto;}
.footer_nav ul li{float:left;margin-right:52px;}


.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;
}



