
/*------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;
}


/* header */
.header{position:relative;height:50px;}
.header h1{font-size:0px;}
.header .phone{float:right;margin-top:10px;margin-right:3px;}
.header .phone p{margin-bottom:3px;font-size:12px;color:#333;}
.header .phone span{color:#e25024;}
#head .header-navigation{
	float:right;
	margin-top: 10px;
    margin-right: 13px;
}
#head .header-navigation i{
	font-size:38px;
}
.header .lang {
    float: right;
    margin-right: 10px;
    width: 90px;
    height: 30px;
    font-size: 12px;
    background: #f28a31;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 5px;
}

/*Bottom Ball Menu*/

.menu-wrapper-background{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display:none;
}

/*Top Sliding Menu*/

.menu-top{
    position:fixed!important;
    z-index:999999999;
    max-height:428px;
    width:300px!important;
    left:50%;
    margin-left:-150px;
    border:solid 1px #cacaca;
}


.active-submenu{
    display:block;
    min-height:100%;
    max-height:500px!important;
}

.active-menu .fa-circle{
    color:#2ecc71!important;
    margin-top:26px;
}


.menu-top li{list-style:none; margin-bottom:0px;}
.menu-top li a:hover{background-color:rgba(0,0,0,0.05)!important; }
.submenu{margin-bottom:0px;}


.page-content{
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    transition:all 350ms ease;
}

.menu-top{
    border-top:solid 1px rgba(0,0,0,0.1);   
    background-color:rgba(255,255,255,1);
    position:absolute;
    width:100%;
    z-index:99999999;
    height:100%;
    top:-500px;
    overflow:scroll!important;
    -webkit-overflow-scrolling: touch!important;
    transition:all 350ms ease;
    border-radius:10px;
}

.show-menus{
    top:50%;
    margin-top:-210px;
    transition:all 350ms ease;
}

.menu-top span{
    border-bottom:solid 1px rgba(0,0,0,0.01); 
    display:block;
    font-size:11px;
    font-family:'Roboto', sans-serif;
    text-align:Center;
    padding-top:5px;
    padding-bottom:5px;
}

.menu-top a i{
    position:absolute;
    margin-top:24px;
    margin-left:-40px;
    font-size:14px;
}

.menu-top .fa-circle{
    /*position:absolute!important;*/
    float:right;
    right:0px;
    margin-right:25px;
    font-size:8px;
    margin-top:29px;
}

.menu-top .fa-angle-right{  
    position:absolute;
    left:40px;
    top:-3px;
}

.menu-top .fa-plus{
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    position:absolute!important;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top .fa-times{    
    position:absolute;
    right:0px;
    margin-right:24px;
    font-size:11px;
    margin-top:27px;
    transition:all 350ms ease;
}

.menu-top a{
    font-size:13px;
    font-weight:500;
    padding-left:70px;
    color:#3b4043;
    line-height:60px;
	display: block;
	position: relative;
	overflow: hidden;
    border-bottom:solid 1px rgba(0,0,0,0.1); 
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.08)!important;
}

.menu-top a:hover{color:#000000;}

/*.submenu{display:none;}*/

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 350ms ease;
}

.show-submenu{
    max-height:5000px!important;
    transition:all 350ms ease;
}

.submenu a{
    font-size:12px;
    line-height:60px!important;
    opacity:0.8;
    padding-left:90px;
}

.submenu li:hover{
    background-color:rgba(0,0,0,0.02);
}

.submenu .fa-angle-right{
    margin-left:26px;
    margin-top:27px;
}

.active-plus{
    color:#c0392b;
    -ms-transform: rotate(135deg)!important; 
    -webkit-transform: rotate(135deg)!important; 
    transform: rotate(135deg)!important;
    transition:all 350ms ease;
    margin-top:25px!important;
}

.submenu .fa-circle{
    position:absolute;
    z-index:999999;
    margin-top:28px;
    font-size:6px!important;
}

.has-submenu .fa-mobile{
    font-size:22px;
    margin-top:20px;
}



#head header .right {
  float: right;
  margin-top: 28px;
}
#head header .right p {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1; 
  background: url(../../images/toptel.png) no-repeat left center;
  padding-left: 40px;
  font-size: 16px;
  color: #3078cc;
  line-height: 20px;
}
#head header .right p span {
  font-size: 12px;
  color: #666;
}
#head header .right .wrapper-demo {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin-left: 50px;
}
#head header .right .wrapper-demo #dd {
  border: 1px solid #ccc;
}
#head header .right .wrapper-demo #dd .dropdown > li > a {
  padding: 15px 0;
}

	
		/*banner*/
#indexbanner{ width:100%; overflow: hidden; position: relative;}
/*.bx-controls{ position: absolute; left: 0; bottom: 182px; z-index: 999; 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,1);}
.bx-controls .bx-controls-direction{ display: none;}*/
.bx-controls{display:none;}







#indexcon{width:100%;background:#f5f5f5;padding-bottom:10px;}
#indexcon .tt{font-size:20px;color:#333;text-align:center;padding-top:12px;}
#indexcon .subtt{color:#333;text-transform:uppercase;text-align:center;margin-top:6px;line-height:150%;}




#indexabout{width:100%;margin-top:17px;}
.about{width:96%;margin:auto;}
.about .tit{width:100%;height:26px;border-bottom:1px solid #e2e2e2;}
.about .tit .cn{font-size:18px;color:#333;float:left;height:26px;text-transform:uppercase;}
.about .tit .en{float:left;color:#d6d4d4;text-transform:uppercase;margin-top:7px;margin-left:5px;font-size:13px;}
.about .con{width:100%;margin-top:6px;}
.about .con .pic{width:100%;}
.about .con .content{line-height:200%;font-size:12px;color:#363636;}
.about .con .more{color:#e1e0e0;float:right;background:url(../../images/more.png) no-repeat right center;padding-right:30px;}







#indexproduct{width:100%;background:#f6f6f6;margin-top:16px;padding-bottom:12px;}
.product{width:96%;margin:auto;}
.product .tit{width:100%;padding-top:15px;text-align:center;}
.product .tit .cn{font-size:18px;color:#222;}
.product .tit .en{color:#d6d4d4;font-size:16px;margin-top:5px;font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;}
.product .tab{width:100%;height:37px;margin-top:8px;overflow:hidden;}
.product .tab ul li{float:left;width:25%;height:35px;text-align:center;border:1px solid #e1e1e1;border-right:none;background:#fff;line-height:35px;}
.product .tab ul li a{width:100%;height:100%;display:block;color:#151515;font-size:11px;overflow:hidden;}
.product .tab ul li:first-child{background:#e98f31;}
.product .tab ul li:first-child a{color:#fff;}
.product .tab ul li:last-child{border-right:1px solid #e1e1e1;width:23%;}
.product .cpzs{width:100%;margin-top:10px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:49%;float:left;margin-right:2%;margin-bottom:8px;}
.product .cpzs ul li:nth-child(2n){margin-right:0px;}
.product .cpzs ul li .pic{width:99%;height:140px;border:1px solid #e1e1e1;background:#fff;position:relative;display:block;overflow:hidden;text-align:center;-moz-box-shadow:1px 6px 13px #C7C6C6; -webkit-box-shadow:1px 6px 13px #C7C6C6; box-shadow:1px 6px 13px #C7C6C6;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;}
.product .cpzs ul li .tt{height:35px;padding-left:10px;border-bottom:2px solid #070707;line-height:35px;display:block;}





#indexprocess{width:100%;margin-top:17px;padding-bottom:20px;}
.process{width:96%;margin:auto;}
.process .content{width:100%;}
.process .content ul li{float:left;height:120px;}
.process .content ul li .pic{width:50%;height:100%;float:left;}
.process .content ul li .con{width:50%;height:100%;float:left;background:#f2f2f2;text-align:center;}
.process .content ul li .con .tt{padding-top:11px;font-size:18px;color:#e98f31;}
.process .content ul li .con .des{margin-top:3px;font-size:14px;color:#d6d4d4;}
.process .content ul li .con .xx{color:#999;line-height:140%;margin-top:2px;font-size:12px;padding:0px 10px;}





.col{width:96%;min-height:350px;line-height:200%;margin:auto;margin-top:15px;margin-bottom:20px;overflow:hidden;}
.col img{max-width:100%;}

.slzs{width:96%;margin:auto;min-height:300px;margin-top:15px;margin-bottom:15px;overflow:hidden;}
.slzs ul{width:100%;float:left;}
.slzs ul li{width:49%;float:left;margin-right:2%;margin-bottom:8px;}
.slzs ul li:nth-child(2n){margin-right:0px;}
.slzs ul li .pic{width:99%;height:140px;border:1px solid #e1e1e1;background:#fff;position:relative;display:block;overflow:hidden;text-align:center;-moz-box-shadow:1px 6px 13px #C7C6C6; -webkit-box-shadow:1px 6px 13px #C7C6C6; box-shadow:1px 6px 13px #C7C6C6;}
.slzs ul li .pic img{max-width:100%;max-height:100%;}
.slzs ul li .tt{height:35px;padding-left:10px;border-bottom:2px solid #070707;line-height:35px;display:block;}


.xwzx{width:96%;min-height:300px;margin:auto;margin-bottom:20px;margin-top:15px;}
.xwzx ul{width:100%;margin:auto;}
.xwzx ul li{width:100%;height:120px;transition: all 0.3s ease 0s;overflow:hidden;margin-bottom:10px;background:#f9f3f3;}
.xwzx ul li:hover *,.xwzx ul li:hover .con{color:#f28a31;}
.xwzx ul li a{width:100%;height:100%;display:block;}
.xwzx ul li .tt{padding-top:10px;font-weight:bold;font-size:12px;}
.xwzx ul li .date{font-size:12px;margin-top:10px;}
.xwzx ul li .con{margin-top:6px;line-height:180%;color:#999;font-size:12px;}



.online1{width:100%;margin-top:12px;}
.online1 form{width:100%;}
.online1 .text{width:100%;height:38px;margin-bottom:10px;}
.online1 .text input{width:70%;height:36px;border:1px solid #c9c9c9;padding-left:4%;}
.online1 .text p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online1 .text p span{color:#eb0000;position:relative;top:2px;}
.online1 .con{width:100%;height:205px;float:left;margin-bottom:8px;}
.online1 .con textarea{padding:5%;border:1px solid #c9c9c9;height:163px;width:64%;}
.online1 .con p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online1 .con p span{color:#eb0000;position:relative;top:2px;}
.online1 .verify{height:38px;margin-bottom:10px;}
.online1 .verify p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online1 .verify p span{color:#eb0000;position:relative;top:2px;}
.online1 .verify input{width:35%;height:36px;border:1px solid #c9c9c9;float:left;padding-left:2%;margin-right:2%;}
.online1 .verify img{cursor:pointer;width:32%;height:40px;}
.online1 .submit{width:100px;height:30px;color:#fff;cursor:pointer;background:#be252e;margin-left:20%;float:left;border:none;margin-right:5%;}
.online1 .reset{width:100px;height:30px;color:#fff;cursor:pointer;background:#ff8a26;float:left;border:none;}





#ne_nav .tit{color:#f28a31;font-size:18px;font-weight:bold;display:block;width:98%;padding-left:2%;border-bottom:1px solid #332c2b;height:35px;line-height:35px;}



#goTopBtn {position: fixed;z-index:100;line-height:30px;width:30px;height:30px;right:2%;bottom:35px;cursor:pointer;display:none;background:url(../images/up.png);}



.orientation{margin-top:20px;
}





/*footer*/
#footer .zx{width:96%;margin:auto;margin-bottom:20px;padding-bottom:16px;background:#fff;-moz-box-shadow:1px 1px 13px #d4d3d3; -webkit-box-shadow:1px 1px 13px #d4d3d3; box-shadow:1px 1px 13px #d4d3d3;}
#footer .zx .zx_con{width:90%;height:100%;margin:auto;}
#footer .zx .zx_con .zx_tt{width:100%;border-bottom:2px solid #151515;padding-top:16px;padding-bottom:6px;}
#footer .zx .zx_con .zx_tt p{font-size:20px;color:#000;}
#footer .zx .zx_con .zx_tt div{padding-left:8px;color:#000;line-height:180%;margin-top:3px;}
#footer .zx .zx_con .online{width:100%;margin-top:13px;}
#footer .zx .zx_con .online .text{width:100%;height:40px;margin-bottom:12px;}
#footer .zx .zx_con .online .text p{width:16%;height:100%;line-height:40px;color:#000;font-size:16px;float:left;}
#footer .zx .zx_con .online .text input{width:80%;height:38px;color:#000;line-height:38px;padding-left:3%;border:1px solid #dbdbdb;}
#footer .zx .zx_con .online .submit{width:100%;height:40px;margin:auto;background:#e98f31;color:#fff;border:none;font-size:16px;display:block;cursor:pointer;margin-top:15px;}
#footer .footer_top{width:100%;background:#313639;padding:8px 0px;padding-top:13px;font-size:12px;text-align:center;line-height:180%;color:#999;}
#footer .footer_top .weixin{margin:auto;}
#footer .footer_bottom{width:100%;text-align:center;line-height:200%;padding:5px 0px;font-size:12px;color:#c8c8c8;background:#151515;}


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



