.top{
	width:100%;
	height:120px;
	margin:0 auto;
	position:fixed;
	z-index:100;
	border-bottom:#D0D0D0 solid 1px;
}
.header_bg{
  background: #fff;
  height: 80px;
}
.header ul{
  margin-top: 35px;
}
.header ul li{
  float: left;
  margin-right: 40px;
}
.header ul li a{
  display: block;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}
.header ul li dl.list dd a{font-size:12px;}
.header img{
  margin-top: 15px;
}
.header ul li a.on,.header ul li a:hover{
  color:#257dc7;
  border-bottom: 1px solid #257dc7;
}

.head_top_bg{
	width: 100%;
	height: 40px;
	background-color:#535352 ;
	background-color:rgba(0,0,0,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000,endcolorstr=#e5000000);
}
.head_top{
	width: 1220px;
	margin:0px auto;
	height: 40px;
}
.head_top b{
	display: block;
	float: right;
	color: #fff;
	margin-left: 40px;
	font-weight: 400;
}
.head_top b i{
	display: inline-block;
	line-height: 40px;
    color: #fff;
	font-style:normal;
    font-size: 14px;
}
.head_top b a{
	display: inline-block;
	line-height: 40px;
    color: #EDB323;
    font-size: 14px;
}
.head_top span{
	line-height:40px;
	float: left;
	display: block;
	color: #EDB323;
	font-size: 14px;
}
.head_top div{
	height: 40px;
	padding-left: 30px;
	background: url(../images/phone_icon.png) no-repeat left center;
	line-height:40px;
	float: right;
	display: block;
	color: #fff;
	font-size: 14px;
} 
.head_top div i{
	color: #EDB323;
}

.slideBox{ width:100%; padding-top:120px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center;
  background:#fff;
  cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 100%;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{background:url(../img/ico_sliding.png) no-repeat;position:absolute;left:30px;top:50%;margin-top:-36px;display:none;width:72px;height:72px;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{left:auto;right:30px;}
.slideBox .prev:hover,
.slideBox .next:hover{filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.slideBox .prev{
    background-position: 0 0;
}
.slideBox .next{
    background-position: 0 -72px;
}







.tit{
  text-align: center;
  margin-top: 45px;
}
.tit .jz{
  display: inline-block;
}
.tit .jz h5{
  color: #333;font-size: 30px;
  font-weight: normal;
}
.tit .jz div{
  width: 810px;
  font-size: 14px;
  color: #999;
  text-align:center;
  line-height: 200%;
  margin-top: 15px;
}

.cp_1 li{
  float: left;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;

}
.cp_1 li .img_l_s{
  position: relative;
  transition: all 500ms ease-in;
}
.cp_1 li .maska{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  background: rgba(65, 152, 218,.5);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  height: 0;
  transition: all 500ms ease-in;
}
.cp_1 li .maska img{
position: absolute;
  left: 50%;
  margin-left: -35px;
  top:-300px;
  transition: all 500ms ease-in;
  opacity: .8;
}
.cp_1 li .maska .lj_btn{
  position: absolute;
  left:55px;
  bottom: -500px;
  transition: all 500ms ease-in;
}
.cp_1 li .maska .lj_btn:after,.cp_1 li .maska .lj_btn:before{
  content: "";
  display:inline-block;
  border-top: 1px solid #fff;
  width: 50px;
  position: relative;
  top:-5px;


}
.cp_1 li .maska .lj_btn:before{
  margin-right: 5px;
}
.cp_1 li .maska .lj_btn:after{
  margin-left: 5px;
}
.cp_1 .f_t{
  display: block;
  margin-top:15px;
  font-size: 16px;
}
.cp_1 li{
  margin-top: 30px;
}
.cp_1 li:hover .maska img{
  top:80px;
}
.cp_1 li:hover .maska img:hover{
  opacity: 1;
}
.cp_1 li:hover .maska .lj_btn{
  bottom: 55px;
}

.cp_1 li:hover .maska{
  height:99%;
}
.cp_1 li:hover .f_d{
  background: #257dc7;
  color:#fff;
}
.cp_1 li a:hover{
  color: #257dc7;
}
.ck_btn{
  text-align: center;
  margin-top: 20px;
}
.ck_btn a{
  display: inline-block;
  padding: 10px 0;
  width: 145px;
  border: 1px solid #666;
  border-radius: 10px;
  margin-top: 30px;
}
.ck_btn a{
  margin-bottom: 30px;
}
.ck_btn a:hover{
  color: #257dc7;
  border-color: #257dc7;
}
.hx li{
  margin-right: 9px;
  position: relative;
}
.hx .f_t{
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #666666;
  color: #fff;
  font-size: 14px;
}

.zs_banner{
  margin-top: 65px;
}
.jjfa ul li{
  float: left;
  margin-right: 23px;
  position: relative;
}
.jjfa ul li .tita{
  position: absolute;
  left: 0;
  bottom:0px;
  width: 100%;
  background: rgba(12, 111, 186,.5);
  height: 40px;
  line-height: 40px;
}
.jjfa ul li .tita div{
  color: white;
  font-size:14px;
}
.jjfa ul li .tita div:before{
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  position: relative;
  top:-5px;
  width: 50px;
  margin-right: 10px;

}
.jjfa ul li .tita div:after{
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  position: relative;
  top:-5px;
  width: 50px;
  margin-left: 10px;
}
.jjfa ul li{
  margin-top: 20px;
}
.jjfa ul li .tita{
  display: block;
}
.jjfa ul li .tita:hover{
  background: rgba(12, 111, 186,1);
}
.jjfa ul li:hover .tita{
  background: rgba(12, 111, 186,1);
}
.str{
  margin-top: 40px;
}
.str li{
  float: left;
  width: 284px;
  margin-right: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  line-height: 180%;
  height: 432px;
}
.str li a{
  font-size: 16px;
  color: #333;
}
.str li:hover{
  border-color: #257dc7;
}
.str li:hover a{
  color: #257dc7;
}
.str li h5{
  padding:10px;
  font-size: 18px;
  font-weight: normal;
}
.str li div{
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.sss li{
  float: left;
  width: 379px;
  margin-right: 30px;
}
.sss li:last-child{
  margin-right: 0;
}
.sss li h5{
  padding: 0 25px;
  font-size: 16px;
  color: #383838;
  margin-top:24px;
  font-weight: normal;
}
.sss li h5 span{
  color: #999 !important;
}
.sss li h5 a{
  font-size: 16px;
  color: #383838;
}
.sss li h5 a:hover{
  color: #257dc7;
}
.sss li h5:hover span{
  border-color: #257dc7;
  color:#257dc7;
}
.sss li h5:hover a{
  color: #257dc7;
}
.sss{
  margin-top: 45px;
}
.sss li h5 span{
  display: block;
  color: #666;
   margin-top: 10px;
  border-bottom:1px solid #333 ;
  padding-bottom: 10px;
}
.sss li h5+div{
  padding:10px 25px;
  font-size: 12px;
  color: #999;
  line-height: 200%;
}
.sss li{
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  height: 545px;
}
.sss li{
  position: relative;
}
.sss li .gd_btn{
  position: absolute;
  right: 35px;
  bottom: 15px;
  border:1px solid #b7b7b7;
  display: inline-block;
  width: 110px;
  padding: 5px;
  border-radius: 9px;
  text-align: center;
}
.sss li .gd_btn:hover{
  color: #257dc7;
  border-color:#257dc7;
}
.hs_bg{
  background: #f0f4f6;
  padding: 45px 0 80px 0;
}
.w_tit{
  margin-top: 0;
}



.yq li{
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.yq{
  margin-top: 45px;
}

.footer{
  background: url("../img/footer——bg.png") no-repeat left center;
  background-size: 100% 96px;
  height: 96px;
  line-height: 96px;
}
.footer li{
  float: left;
  margin-left:45px;
}
.footer li a{
  font-size: 12px;
  color: #fff;
}
.footer li:first-child{
  width: 200px;
  text-align: center;
  line-height: 96px;
  font-size: 24px;
  color: #fff;
}
.footer li:nth-child(2){
  margin-left:50px;
}
.footer li span{
  display: inline-block;
  margin-left: 10px;
}
.gy{
  background:#141414;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.gy li{
  float: left;
  margin-right: 50px;
}
.gy li:last-child{
  margin-right: 0;
  width: 170px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.gy li:last-child div{
  margin-top:15px;
  color: #999;
}
.gy li dt{
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.gy li dd a{
  color: #fff;
  font-size:12px;
}
.gy dl{
  line-height: 200%;
}
.gy_p{
  padding: 15px;
  padding-top:80px;

}
.gy_p li{
  margin-right: 70px;
}
.gy_p ul{
  position: relative;
}
.bt{
  background: url("../img/yqlj.png") no-repeat left top;
  width: 97px;
  height: 46px;
  position: absolute;
  left: 0;
  top:-70px;
  line-height: 30px;
  color: #fff !important;
}
.gy_p li a:hover{
  color: #257dc7;
}
.copy{
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height:250%;
  padding: 20px 0 10px 0;
}
.titaa .d{
  font-size: 18px;
  color: #666;
}
.titaa span{
  font-size: 12px;
  color: #999;
  position: relative;
  top:5.5px;
  left: 12px;
  font-family: 微软雅黑;
}
.titaa img{
  margin-right: 5px;
}

.titab{
  position: relative;
  padding-bottom: 15px;
}
.titaa .line{
  position: absolute;
  left: 0;
  top:38px;
  width: 115px;
  border-bottom: 2px solid #257dc7;
}
.titaa .da{
  font-size: 16px;
  color: #666;
  position: relative;
  top:7px;
}
.titaa .fr span{font-size:16px;
  color: #666;
  position: relative;
  left: 3px;
  top:7px;
  color: #257dc7;
}
.titaa{
  margin-top: 20px !important;
}
.zs{
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #333;
  border-radius: 5px;
  margin-top: 20px;
}

.AVG_list li{
  float: left;
  margin-right: 48px;
  text-align: center;
  position: relative;
  margin-top:30px;
}
.AVG_list li:hover a{
background: #257dc7;
  color:#fff !important;
}
.AVG_list li a{
  display: block;
}
.AVG_list li .AVG_t{
  background: rgba(0,0,0,.8);
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: white;
}
.AVG_list li .AVG_t:hover{
  color: #257dc7;
}
.fy{
  text-align: center;
}
.fy ul{
  display: inline-block;
}
.fy ul li{
  float: left;
  margin-right:22px;

}
.fy ul li a{
  display:block;
  padding: 13px 20px;
  border: 1px solid #999899;
  border-radius: 3px;
  }
.fy ul li a:hover,.fy ul li.on a{
  background: #257dc7;
  color:#fff;
}
.fy{
  margin-top:70px;
  margin-bottom:50px;
}


.fr_header li{
  float: left;
}
.fr_center li{
  float: left;
}
.xq>.fr{
  width: 710px;
}
.xq .fr_header{
  padding: 28px 0;
}
.xq .fr_header li{
  font-size: 16px;
  color: #333;
  margin-right: 60px;
}
.xq .fr_header li:last-child{
  margin-right: 0;
}
.xq .fr_header{
  border-bottom: 1px solid #ddd;
}
.xq .fr_header li span{
  font-size:16px;
  color: #666;
}
.fr_center{
  margin-top: 30px;
}
.fr_center li img{
  display: inline-block;
  padding: 10px;
}
.fr_center li span{
  border-right: 1px solid #ddd;
}
.fr_center li div{
  padding: 10px;
  width: 125px;
  line-height: 220%;
  text-align: center;
}
.fr_center li{
  border: 1px solid #ddd;
  margin-right: 49px;
}
.fr_center li:last-child{
  margin-right: 0;
}
.xq_banner{
  max-width: 630px;
}

ul,li{list-style: none;margin:0;padding:0;}
.bg{width:1200px;margin:0 auto;overflow: hidden;min-width: 1200px;
  box-sizing: border-box;background: #fff;}
.bg_left{width: 430px;height:auto;float: left}
.bg_right{float: left;
  position: absolute;
  /* width: 100%; */
  /* height: 400px; */
  left: 450px;}
.show{width: 437px;position: relative;cursor:move}
.show img{width:100%;}
.mask{width: 215px;height: 215px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;
  display: none;}
.bigshow{width: 430px;height: 430px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.bigshow img{width: 860px;height: 860px;margin-right: 10px;}
.smallshow{width: 100%;position: relative}
.smallshow img{width:100%;border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.smallshow>.middle_box{margin-left: 30px;margin-right: 30px;width:630px;overflow: hidden;}
.smallshow .middle{overflow: hidden;transition: all 0.5s;}
.smallshow .middle>li{width: 200px;float: left;cursor:pointer;padding:0 5px;}
.smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.smallshow>.prev{left: -14px;background: url(../img/hover-prev.png) no-repeat;transition: all 0.5s}
.smallshow>.next{right: 0;background: url(../img/hover-next.png) no-repeat;transition: all 0.5s}
.smallshow>.prev.prevnone{left: -18px;background: url(../img/prev.png) no-repeat;cursor: not-allowed}
.smallshow>.next.nextnone{right: 0;background: url(../img/next.png) no-repeat;cursor: not-allowed}

.smallshow img{
  height: 190px;
}
.show img{
  height: 404px;
}
.bigshow img{
  width: 101%;
  height: auto;
}

.bg{
  position: relative;
  margin-top:40px;
}
.smallshow{
  position: absolute;
  width: 710px;
  right: 0;
  bottom: 0;
}


.cpsm h5{
  font-size: 20px;
  color: #333;
  font-weight:normal;
  margin-top: 20px;
}
.cpsm span{
  display: inline-block;
  margin-top:5px;
  color: #808080;
  font-family: Arial;
}
.cpsm{
  padding-bottom: 10px;
}
.cpsm .hx{
  height: 1px;
  background: url("../img/hx.jpg") repeat-x left top;
  margin-top: 10px;
}

.t_nr{
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  line-height: 200%;
}
.t_nr li{
	width:100%;
	height:auto;
	padding-left:35px;
	background: url("../images/zjt.png") no-repeat 10px 10px;
}
.t_nr iframe{
   width:60%; height:405px;
}
.t_nr table{
 border-collapse: collapse;
}
.t_nr td{
  border:1px solid #ddd;
  padding:0 10px;
}
.tp_zs li{
  float: left;
 margin-right: 20px;
  margin-top: 20px;
}
.tp_zs{
  margin-top:35px;
}

.nr_f{
  color: #666;
}
.ej_dh{
  margin: 15px auto;
}
.ej_dh li{
  float: left;
  width: 198px;
  height:65px;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  margin-right: 2px;

}
.ej_dh li:last-child{
  margin-right: 0;
}
.ej_dh li a{
  display: block;
  color: #fff;
  background:#383838;
}
.ej_dh li a:hover{
  color: #fff;
  background: #edb323;
}
.ej_dh li a.on{
  color: #fff;
  background: #edb323;
}
.hs_gg{
  padding-top: 25px;
  background:#f7f7f7;
  padding-bottom: 60px;
}
.xq_list_aa li{
  padding: 20px 25px;
  background: #fff;
  margin-top: 30px;
}
.xq_list_aa li div{
  font-size: 13px;
  color: #666666;
  margin-top: 15px;
}
.xq_list_aa li h5{
  font-size: 16px;
  font-weight: normal;
  color: #333;
  cursor:pointer;
}
.xq_list_aa li .fr i{
  width: 0px;
  height: 0px;
  display: inline-block;
  border: 5px solid red;
  border-color: transparent;
  border-left-color: #515558;
  margin-left: 5px;
}


.titaa .fr span span{
  font-size:14px;
  position: relative;
  top:0px;
}
.titaa .fr a:hover{
  color: #257dc7;
}

.xq_list_aa{
  margin-top: 80px;
}
.xq_list_aa li a{
  transition: all 500ms ease-in;
}
.xq_list_aa li:hover a{
  color: #257dc7;
  display: inline-block;
 margin-right: 20px;
}
.xq_list_aa li:hover i{
 border-left-color: #257dc7;
}

.lxwm_header .fl{
  width: 460px;
  height:292px;
  background:#f6f6f6;
  padding: 40px;
}
.lxwm_header .fl h5{
  color: #666666;
  font-weight: normal;
  font-size:15px;
  margin-bottom: 60px;
}
.lxwm_header .fl h5 span{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #257dc7;
}
.lxwm_header .fl{
  font-size: 15px;
  color: #666;
  line-height: 180%;
}
.lxwm_header{
  margin-top: 55px;
}
.dt{
  margin-top:60px;
  margin-bottom: 50px;
}

.qyjs .fl{
  width: 660px;
  line-height: 210%;
  font-size: 16px;
  color: #999;
}
.qyjs .xg{
  width: 1200px;
  line-height: 210%;
  font-size: 16px;
  color: #666;
}
.qyjs .xg img{
float:right; padding:0 0 0 20px;
}
.tit_ggg{
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 60px;
}
.js li a{
  display: block;
  background: url("../img/gY_bg.png") no-repeat;
  width: 288px;
  height: 241px;
}
.js li{
  float: left;
  text-align: center;
  margin-right: 15px;
}
.js li h5{
  font-size: 24px;
  color: white;
  font-weight: normal;
  padding-top: 65px;
}
.js li div{
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
.js{
  margin-top:50px;
}

.xw_list li .fr{
  width: 840px;
  height: 215px;
  position: relative;
}
.xw_list li .fr h5 a{
  font-size: 18px;
  color: #257dc7;
  font-weight: normal;
  height: 40px;
}
.xw_list li .fr div{
  font-size: 14px;
  color: #666;
  margin-top:25px;
}
.xw_list li .fr div a:hover{
  color: #257dc7;
}
.xw_list li .fr .db_f{
 position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%
}
.xw_list li .fr .db_f li{

  float: left;

}
.xw_list li .fr .f{
  margin-left: 710px;
  position: relative;
  top:-23px;
}.xw_list li .fr{
   font-size: 14px;
   color: #666;
 }
.xw_list li .fr .c{
  margin-left: 80px;
  font-size: 14px;
  color: #666;
}
.xw_list li .fr .f span{
  display: inline-block;
  margin: 0 5px;
}

.xw_list li .fr .f img{
  margin: 0 3px;
}

.xw_list li .fr{
  border-bottom: 1px dashed #a0a0a0;
}

.xw_list>li{
  margin-top: 30px;
}
.db_f li{
  margin-bottom: 5px;
}
.footer li a{
  display: block;
}
.footer li a:hover{
  color: #257dc7;
}

.gy li a:hover{
  color: #257dc7;
}
.hx h5{
  color: #333 !important;
  font-size: 16px;
  font-weight: normal;
}

.jusm{
  margin-top: 25px;
  display: inline-block;
  width:150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #257dc7;
  color: white;
}
.jusm:hover{
  background:#edb323;
}
.hx{
  border-bottom: none !important;
}
.hx div{
  padding-top: 15px;
  border-top: 1px dashed #d8d8d8;
  line-height: 180%;
}

.hxxx li{
  padding: 25px;
  border: 1px solid #d8d8d8;
  margin-top: 30px;
}

.hx_t{
  margin-top:37px;
}
.hx_t h5{
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.hx_t div{
  margin-top:18px;
  color: #666;
  font-size: 14px;
}
.line_h{
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top:25px;
}

.gss{
  position: relative;
   padding-bottom:0;
}

.jjfa{
  background: #fff;
  margin-top: 50px;
}

.jjfa h4{
  display: inline-block;
  background: url("../img/qq_h.png") no-repeat left center;
  width: 350px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}
.jjfa>div{
  text-align: center;
}
.jjfa h4+div{
  font-size: 14px;
  color: #999;
  margin-top: 25px;
}

.kbd li{
  margin-top: 16px;

}
.hs_list_a li .fr{
  width: 690px;
}
.hs_list_a li{
  width: 1080px;
  background:#f2f2f2;
  margin: 0 auto;
  padding: 40px 20px;
}

.jjaaa ul li{
  margin-right: auto !important;
}

.jjaaa ul li{
  float: none;
}
.hs_list_a li h5{
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 20px;
}
.hs_list_a li div{
  font-size: 16px;
  color: #666;
}

.hs_list_a li span{
  font-size: 12px;
  color: #bababa;
  display: inline-block;
  margin-top: 10px;
  font-family: Arial;
}

.hs_list_a{
  padding-bottom: 90px;
}
.xx_banner{
  width: 100%;
  padding-top:120px;
}
.xx_banner img{
  width: 100%;
}
.xx_banner2{
  width: 100%;
  padding-top:120px;
}
.xx_banner2{
  width: 100%;
  height:475px;
  background-color:#515151
}
.xx_banner3{
  width: 100%;
  padding-top:120px;
}
.xx_banner3{
  width: 100%;
  height:475px;
  background-color:#515151
}
.zjb{
  width: 1200px;
  height:475px;
  margin:0 auto;
  overflow:hidden;
  position:relative
}
.zjb_l{
  width:455px;
  height:475px;
  float:left;
  text-align:left;
  color:#FFFFFF;
  font-size:16px;
  line-height:200%;
  overflow:hidden;
  position:relative
}
.bt1{
  font-size:28px;
  padding-top:100px;
  padding-bottom:20px;
}
.zjb_l p{
  font-size: 34px;
  line-height: 150%;
  font-weight:bold;
  padding-bottom:20px;
}
.xm_list li{
  float: left;
  margin-right:30px;
  margin-top: 30px;
  text-align: center;
}
.zjb_r{
  width:702px;
  height:475px;
  text-align:right;
  float:right;
  overflow:hidden;
  position:relative
}
.xm_list li a{
  display: block;
  width: 380px;
  height: 220px;
  background: white;
  font-size: 18px;
}
.xm_list li a img{
  margin-top: 54px;
  height: 60px;
  margin-bottom: 10px;
}
.xm_list{
  margin-top: 30px;
}
.bs_t{
  text-align: center;
}

.bs_t h5{
  font-size:30px;
  color: #383838;
  font-weight: normal;
  margin-top: 80px;
  margin-bottom: 35px;
}
.bs_t div{
  font-size: 14px;
  color: #999;
}

.sj{
  margin-top: 100px;
}
.sj img{
  margin-left: 50px;
  margin-bottom: 150px;
}
.fooo>div{
  overflow: hidden;
}
.fooo>div div.fl{
  width: 100px;
  text-align: justify;
  font-size: 16px;
  color: #666;
}
.fooo>div input{
  width: 330px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  border: none;
  padding-left: 15px;
  margin-top: 15px;
}
.fooo>div textarea{
  max-width: 444px;
  min-width: 444px;
  max-height: 210px;
  min-height: 210px;
  border: none;
  background:#f6f6f6;
  margin-top: 15px;
  padding-top: 30px;
  padding-left: 15px;
  margin-right: 60px;
}
.nr{
  margin-top: 100px;
}
.form>.fl{
width: 520px;
  height: 490px;
  background: #f6f6f6;
  padding: 40px 60px;
  box-sizing: border-box;
}
.form>.fl dt h5{
  font-size: 30px;
  font-weight: normal;
  color: #666;
}
.form>.fl dt div{
  font-size: 24px;
  color: #edb323;
}
.form>.fl dd{
  font-size: 15px;
  color: #666;
  line-height: 250%;
  margin-top: 48px;
}
.form{
  margin-top: 40px;
  margin-bottom: 80px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#dedede;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#dedede;
}

input:-ms-input-placeholder{
  color:#dedede;
}
input::-webkit-input-placeholder{
  color:#dedede;
}
textarea::-webkit-input-placeholder{
  color:#dedede;
}
.jjaaa ul{
  perspective: 1000px;
}
.jjaaa ul li{
  transition: all 500ms ease-in ;
}


.xm_list a{
  display: block;
  transition: all 200ms ease-in;
  overflow: hidden;
}
.xm_list a img{
  transition: all 200ms ease-in;
}
/*.xm_list a:hover{*/
  /*box-shadow:0 0 10px rgba(255,255,0,.9);*/
/*}*/
.xm_list a:hover img{
  transform: scale(1.03);
}
.jg img{
  width: 100%;
  animation:mymove 20s infinite;
  -moz-animation:mymove 20s infinite; /* Firefox */
  -webkit-animation:mymove 20s infinite; /* Safari and Chrome */
  -o-animation:mymove 20s infinite; /* Opera */

}
.jg{
  width: 100%;
  position: absolute;
  left: 0;
  top:-60px;
  height: 115%;
  margin: 0 auto;
  perspective: 3000px;
  box-shadow:0 0 10px yellow;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
  opacity: .8;


}

@keyframes mymove
{
  0% {
    transform-origin: center;
    transform:rotatex(0deg);
  }
  50% {
    transform-origin: center;
    transform:rotatex(360deg);
  }
  60%{
    transform:scale(1.03);
  }
  80%{
    transform: skewx(360deg);
  }
  100%{
    transform-origin: left top;
    transform:rotateY(360deg);
  }
}

.hxxx li img{
  transition: all 500ms ease-in;
}
.hxxx li:hover img{
  transform: scale(1.03);
}


.xw_list li .fr:hover h5 a{
color: #edb323;
}

.tj{
  width: 60% !important; display: block; margin:30px auto 20px !important; height: 40px; line-height: 40px;
  text-align: center; color: #fff; background: #257dc7!important;
}
.tj:hover{
  background: #edb323 !important;
}


.zs_banner_box{
  width: 410px;
  height: 275px;
  background: rgba(0,0,0,.2);
  padding: 50px 25px;

}
.zs_banner_nr{
  color: #dedede;
  line-height: 250%;
  font-size: 12px;
}

.zs_banner_icon a{
  display: inline-block;
  width: 75px;
  height: 75px;
  background: #257dc7;
  border-radius: 9999px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
}
.zs_banner_icon a img{
  margin-top:26px;
  height: 24px;
}

.zs_banner_icon li a{
  transition: 500ms all ease-in;
  float: left;
  margin-left: 20px;
  display: inline-block;
}
.zs_banner_icon li a div{
  margin-top: 40px;
}
.zs_banner_icon li a img{
  transition: all 500ms ease-in ;
}
.zs_banner_icon li a:hover img{
  transform:rotateZ(360deg);
}
.dw_box{
  position: relative;
}
.zs_banner_box{
  position: absolute;
  top: -445px;
  left: 335px;
}

.zs_banner_aa{
  margin-top: 60px;
  height: 500px;
}
.tit_aa div{
  color: #ebebeb !important;
}
.tit_aa h5{
color: #ffffff !important;
}


.ydd li{
  float: left;
  margin-left: 95px;
  color:#fff;
  font-size: 16px;
  cursor:pointer
}
.ydd li img{
  margin-bottom: 10px;
}
.ydd li:first-child{
  margin-left: 160px;
}
.ydd{
  margin-top: 75px;
  text-align:center
}

.xw_list li a{
  display: inline-block;
  overflow: hidden;
  width: 333px;
  height: 215px;
}
.xw_list li a.jusm{
  width: 190px;
  height: 40px;
}
.xw_list li img{
  transition: all 500ms ease-in;
}
.xw_list li img.fl{width:100%;height:100%;}
.xw_list li:hover img{
  transform: scale(1.03);
}

.hhh div{
  border: none !important;
  padding-top: 0;
}

.ydd li img{
  transition: all 500ms ease-in;
}
.ydd li img:hover{
  transform: rotateZ(360deg);
}

.js li:hover{
  opacity: .5;
}

.yq li{
  width: 228px;
  height: 73px;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 10px;
}
.yq li img{
  height: 50px;
  margin-top: 10px;
}

.yq li:hover{
border-color:#999999;
}
.sss li a.d1{
  display:inline-block;
  width: 380px;
  height: 245.345px;
  overflow: hidden;
}
.sss li img{
  transition: all 500ms ease-in;
}
.sss li:hover img{
  transform: scale(1.05);
}
.hhh li{
  width:394px;
  height: 260px;
  overflow: hidden;
}
.hhh img{
  transition: all 500ms ease-in;
}
.hhh li:hover img{
  transform: scale(1.03);
}

.jjfa li img{
  transition: all 500ms ease-in;
}
.jjfa li{
  width: 588px;
  height: 300px;
  overflow: hidden;
}
.jjfa li:hover img{
  transform: scale(1.03);
}
.str li a{
  display: inline-block;
  width: 282px;
  height: 240px;
  overflow: hidden;
}
.str li h5 a{
  height: 22px;
}
.str li a img{
  transition: all 500ms ease-in;
}
.str li:hover img{
  transform: scale(1.03);
}
.hs_list_a li{
  width: 1100px;
  height: 180px;
}

.hs_list_a li div.fl{
  width: 357px;
  height: 182px;

  overflow: hidden;
}
.titaa .da{
  font-size: 14px;
}

.titaa .fr span a{
  display: inline-block;
  margin: 0 5px;
}

.header li{
  position: relative;
}

.header ul li .list{
  position: absolute;
  left: -57px;
  top: 21px;
  width: 180px;
  z-index: 999999999999;
  background:rgba(0, 0, 0,.5);
  padding: 10px 0;
  box-shadow:0 0 5px #ffff00;
  border-radius: 9px;
}
.header ul li .list{
  transition: all 500ms ease-in;
  display: none;
}
.header ul li .list a{
  display: block;
  color: white;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.header ul li .list a:hover{
 background:rgba(37, 125, 199,.8);
}
.header ul li:hover .list{
  display: block;
}
.ry_list li img{
  width: 100%;
  height: 100%;
}
.ry_list li{
  float: left;
  width: 280px;
  height: 405px;
  margin-right: 25PX;
  margin-top: 70px;
  text-align: center;
}


.xq_xw{
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.xq_xw div{
  text-align: right;
}
.xq_xw div a:hover{
  color: #edb323;
  font-size: 14px;

}
.xq_xw h5{
  font-size: 18px;
  color:#383838;
  font-weight: normal;
}
.xw_lll .img_xw{
  text-align: center;
}
.xw_lll dd h5{
  font-size: .16rem;
  font-weight: normal;
  color:#666;
  margin: 30px 0;
}
.xw_lll dd div{
  line-height: 200%;
  color: #666;
  margin-bottom: 20px;
}

.fffyyy a{
  font-size: 14px;
}
.fffyyy a:hover{
  color: #edb323;
}
.fffyyy{
  margin-top: 50px;
  margin-bottom: 100px;
}



/*gaibian*/


.zs_banner{
  height:500px;
  background: url("../img/zcc_bbb.png") no-repeat left center;
  background-size: 100% 100%;
}

.zs_banner_box{
  position: absolute;
  top: 100px;
  left: 335px;
}


.zs_banner_box{
  width: 410px;
  height: 310px;
  background: rgba(0,0,0,.2);
  padding: 0 25px;

}
.zs_banner_nr{
  margin-top: 45px;
  line-height: 200%;
}
.zs_banner_icon a{
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #257dc7;
  border-radius: 9999px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
}
.zs_banner_icon a img{
  margin-top: 16px;
}
.zs_banner_icon li a div{
  margin-top: 22px;
}
.zs_banner_icon li a{
  margin-left: 35px;
}
.jjjaa{
  margin-top: 40px;
}
.ls{
  margin-top: 100px;
}

.titaa .fr span{
  font-size:14px;
  top:0px !important;
  margin-top:10px;
}

.titaa .fr span a{
  margin:0;

}

.titaa{
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.titaa .line{
  position: absolute;
  left: 0;
  top:33px;
  width: 115px;
  border-bottom: 2px solid #257dc7;
}

.line_h{
  width: 100%;
  margin-top:15px;
}



.AVG_list img{
  width: 275px;
  height: 275px;
}

.AVG_list li{
  float: left;
  margin-right: 33px;
  height:315px;
  overflow:hidden;
  text-align: center;
  position: relative;
}


/*解决方案*/

.insidepage-solution ul {
	padding: 0 0 20px;
}
.insidepage-solution h3 {
	color: #000;
	margin: 20px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}
.insidepage-solution li {
	width: 23%;
	float: left;
	margin-top: 40px;
	padding: 0 1%;
}
.insidepage-solution li a {
	display: block;
	border: 1px solid #a0a0a0;
	padding: 12px 10px 60px 10px;
	-webkit-transition: border .6s;
	transition: border .6s;
	background: url(../images/arr.png) no-repeat center bottom 15px;
}

.insidepage-solution li a:hover {
	border-color:#257DC7;
	background: url(../images/arr_hover.png) no-repeat center bottom 15px;
}

.insidepage-solution li .liTitle {
	height: 24px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

.insidepage-solution li .pic {
	overflow: hidden;
	margin-top: 10px;
	height:170px;
	position: relative;
}

.insidepage-solution li .pic:after {
	content: "";
	display: block;
	padding-bottom: 79%;
}

.insidepage-solution li .pic img {
	-webkit-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}

.insidepage-solution li .liIntro {
	font-size: 12px;
	line-height: 21px;
	margin-top: 14px;
	height: 84px;
	overflow: hidden;
}

.insidepage-solution li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.vcenter{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;display:block;vertical-align:middle;text-align:center;margin:auto}

.zwbf{
	width:73%;
	font-size:14px;
	line-height:200%;
	float: left;
	height:auto;
	margin-top: 40px;
	overflow:hidden
}
.zsx{
    width:73%;
	float:left;
	height:35px;
	line-height:35px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-top:35px;
	border-bottom:2px solid #ddd;
}
.zwbf3{
	/*width:73%;*/
	float: left;
	height:auto;
	overflow:hidden
}
.zwbf3 li{
  float: left;
  margin-right: 20px;
  text-align: center;
  position: relative;
  margin-top:30px;
  width:275px;
  height: 315px;
  overflow: hidden;
}
.zwbf3 li img{
  width:275px;
  height: 275px;
}
.zwbf3 li:hover a{
background: #257dc7;
  color:#fff !important;
}
.zwbf3 li a{
  display: block;
}
.zwbf3 li .AVG_t{
  background: rgba(0,0,0,.8);
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: white;
}
.zwbf3 li .AVG_t:hover{
  color: #257dc7;
}
.zwbf2{
	width:76%;
	float: left;
	height:auto;
	overflow:hidden
}
.zwbf2 ul {
	padding: 0 0 20px;
}
.zwbf2 h3 {
	color: #000;
	margin: 20px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
}
.zwbf2 li {
	width: 30%;
	float: left;
	margin-top: 40px;
	padding: 0 1.5%;
}
.zwbf2 li a {
	display: block;
	border: 1px solid #a0a0a0;
	padding: 12px 10px 60px 10px;
	-webkit-transition: border .6s;
	transition: border .6s;
	background: url(../images/arr.png) no-repeat center bottom 15px;
}

.zwbf2 li a:hover {
	border-color:#257DC7;
	background: url(../images/arr_hover.png) no-repeat center bottom 15px;
}

.zwbf2 li .liTitle {
	height: 24px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

.zwbf2 li .pic {
	overflow: hidden;
	margin-top: 10px;
	height:170px;
	position: relative;
}

.zwbf2 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 79%;
}

.zwbf2 li .pic img {
	-webkit-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}

.zwbf2 li .liIntro {
	font-size: 12px;
	line-height: 21px;
	margin-top: 14px;
	height: 84px;
	overflow: hidden;
}

.zwbf2 li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.zwbf img{
	max-width:100%;
}
.inside-menu {
	width:23%;
	float: right;
	margin-top: 40px;
	padding-top: 20px;
	background: #f3f3f3;
}
.inside-menu h3 {
	color: #000;
	font-size:18px;
	padding-left: 30px;
	padding-bottom: 10px;
}

.inside-menu ul {
	padding: 0 30px 30px 30px;
	border-bottom: solid 10px #fff;
}

.inside-menu li {
	margin-bottom: 10px;
	font-size: 16px;
	margin-right:25px;
}

.inside-menu li > a {
	color: #fff;
	display: block;
	overflow: hidden;
	line-height:27px;
	height: 27px;
	font-weight:bold;
	padding-left: 12px;
	border-radius: 10px;
	background: #595757;
}
.inside-menu li > a span{
	color:#fff;
	margin-right:5px;
	display:inline-block;
}

.inside-menu li > a:hover {
	background: #257DC7;
}

.inside-menu li .submenu {
	padding-bottom: 10px;
	padding-top: 5px;
}

.inside-menu li .submenu a {
	font-size: 14px;
	display: block;
	padding: 2px 5px;
	border-radius: 10px;
    height:27px;
    line-height:22px;
    overflow:hidden;
}

.inside-menu li .submenu a span {
	margin-left: 5px;
	display: inline-block;
	margin-right: 5px;
}

.inside-menu li .submenu a:hover {
	color: #333;
	background: #c9c9c9;
}

.inside-menu li .submenu a:hover span {
	color:#257DC7;
}

.inside-menu li .submenu .cur {
	color: #333;
	background: #c9c9c9;
}

.inside-menu li .submenu .cur span {
	color: #257DC7;
}

.inside-menu .active a {
	background-color: #257DC7;
}

.inside-menu .content {
	padding: 30px;
}

.inside-menu .content h3 {
	padding-left: 0;
	padding-bottom:0;
	color:#000;
}

.inside-menu .content .t1 {
	color: #000;
	/*margin-top: 10px;*/
}

/*产品中心*/
.insidepage-product{
	padding-bottom:50px
}
.insidepage-product ul {
	padding: 0 0;
}
.insidepage-product li {
	float: left;
	margin-top: 40px;
	padding: 0 24px;
	width: 350px;
}
.insidepage-product li .box {
	position: relative;
}

.insidepage-product li .pic {
	overflow: hidden;
	position: relative;
}

.insidepage-product li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.insidepage-product li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.insidepage-product li span {
	display: block;
}

.insidepage-product li .proChild {
	color: #fff;
	position: absolute;
	width:90%;
	padding:0 5%;
	text-align: center;
	left: 0;
	top: 130px;
	z-index: 2;
	line-height: 21px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	line-height: 20px;
	height: 102px;
	overflow: hidden;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:5;//控制行数
overflow:hidden;
}
.insidepage-product li .proChild a {
    color:#FFFFFF;
	font-size:14px;
}
.insidepage-product li .proMore {
	border: 1px solid #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -59px;
	bottom: 43px;
	width: 118px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 26px;
	z-index: 2;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.insidepage-product li .proMore a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.insidepage-product li:hover .proTitle {
		top: 50%;
	}

.insidepage-product li:hover .proChild {
	opacity: 1;
}

.insidepage-product li:hover .proMore {
	opacity: 1;
}

.insidepage-product li:hover .proMask {
	opacity: 1;
}
.insidepage-product li .proMask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.insidepage-product li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.insidepage-product li:hover .proTitle {
	top: 80px;
}
.insidepage-product li .proTitle {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 134px;
	z-index: 2;
	height: 24px;
	overflow: hidden;
	-webkit-transition: top .6s ease;
	transition: top .6s ease;
}
.zwbf4{
	width:69%;
	float: left;
	height:auto;
	line-height:200%;
	padding:30px 2%;
	overflow:hidden;
	background-color:#F2F2F2
}
.zw_l{
	width:530px;
	float: left;
	height:auto;
}
.zw_r{
	width:245px;
	height:380px;
	float: right;
	overflow:hidden	
}
.zw_r img{
	width:245px;
	height:380px;
}