@charset "utf-8";
/*精美宽屏版，中文*/

.banner {width:100%;height:350px;background-repeat:no-repeat;background-position:center bottom;position:relative;background-size:auto 100%;}
/*当前位置*/
#Path {width:100%;height:48px;border-bottom:1px solid #dcdcdc;background-color:#fff;/*box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);*/}
#Path .p_cont { width:1300px; height:48px; margin:0 auto;}
#Path .p_cont .inc { height:48px; width:28px; float:left; background:url(../images/loca_inc_1.png) no-repeat left center;}
#Path .p_cont .txt { height:48px; line-height:48px; font-size:15px; color:#717171;float:left;}
#Path .p_cont .txt a {font-size:15px; color:#717171;}

#Path_1 {width:100%;height:44px;position:absolute;z-index:99;left:0;bottom:0;}
#Path_1 .p_cont {width:1300px;height:44px;background-color:rgba(0,0,0,0.4);margin:0 auto;}
#Path_1 .p_cont .inc {height:44px;width:28px;float:left;background:url(../images/loca_inc_2.png) no-repeat left center;margin-left:12px;}
#Path_1 .p_cont .txt {height:44px;line-height:44px;font-size:15px;color:#fff;float:left;}
#Path_1 .p_cont .txt a {font-size:15px;color:#fff;}

#Path_2 {width:100%;height:48px;border-bottom:1px solid #dcdcdc;background-color:#fff;box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);}
#Path_2 .p_cont { width:1300px; height:48px; margin:0 auto;}
#Path_2 .p_cont .inc { height:48px; width:28px; float:left; background:url(../images/loca_inc_1.png) no-repeat left center;}
#Path_2 .p_cont .txt { height:48px; line-height:48px; font-size:15px; color:#717171;float:left;}
#Path_2 .p_cont .txt a {font-size:15px; color:#717171;}


/*栏目标题*/
#title {width:620px;height:64px;text-align:center;margin:35px auto 0 auto;background:url(../images/nybt_hr_1.jpg) repeat-x center center;}
#title h1 {display:block;height:40px;width:300px;line-height:40px;font-size:30px;color:#333;text-align:center;background-color:#fff;margin:0 auto;}
#title h1 .f1 {color:#005699;}
#title h3 {height:24px;line-height:24px;font-size:18px;color:#999;font-family:arial;text-transform:uppercase;}

/*栏目分类*/
#tit_class {width:100%;padding:40px 0 25px 0;background-color:#f5f5f5;}
#tit_class .c_cont {width:1200px;margin:0 auto;}
#tit_class .c_cont .c_main {width:100%;text-align:center;}
#tit_class .c_cont .c_main a {display:inline-block;margin:0 10px 8px 10px;padding:0px 30px;border-radius:23px;font-size:19px;color:#333;background-color:#fff;height:44px;line-height:44px;border:1px #e1e1e1 solid;}
#tit_class .c_cont .c_main a:hover {background-color:#005699;border:1px solid #005699;color:#fff;}
#tit_class .c_cont .c_main .show {background-color:#005699;border:1px solid #005699;color:#fff;}
#tit_class .c_cont #cp a { width:150px;overflow:hidden;}
#tit_class .c_cont #yy a { width:190px;overflow:hidden;}


#tit_class_1 {width:100%;padding:35px 0;background-color:#f5f5f5;}
#tit_class_1 .c_cont {width:1300px;margin:0 auto;}
#tit_class_1 .c_cont .c_main {width:100%;text-align:center;}
#tit_class_1 .c_cont .c_main a {display:inline-block;margin:0 20px;padding:0px 50px;font-size:16px;color:#333;background-color:#f5f5f5;height:48px;line-height:48px;border:1px #d5d5d5 solid;}
#tit_class_1 .c_cont .c_main a:hover {background-color:#005699;border:1px solid #005699;color:#fff;}
#tit_class_1 .c_cont .c_main .show {background-color:#005699;border:1px solid #005699;color:#fff;}

/*栏目小类*/
#tit_sub {width:100%;height:32px;margin-bottom:24px;}
#tit_sub .s_cont {width:1300px;margin:0 auto;}
#tit_sub .s_cont h2 {display:inline-block;font-size:26px;color:#333;height:32px;line-height:32px;float:left;margin-right:6px;}
#tit_sub .s_cont h3 {display:inline-block;font-size:24px;color:#afafaf;font-family:Arial, Helvetica, sans-serif;height:22px;line-height:22px;padding-top:10px;text-transform:uppercase;float:left;}

#tit_sub_1 {width:100%;height:32px;margin-bottom:24px;background:url(../images/hr_tit_1.jpg) no-repeat left bottom;padding-bottom:4px;}
#tit_sub_1 .s_cont {width:1300px;margin:0 auto;}
#tit_sub_1 .s_cont h2 {display:inline-block;font-size:26px;color:#333;height:32px;line-height:32px;float:left;margin-right:6px;}
#tit_sub_1 .s_cont h3 {display:inline-block;font-size:24px;color:#afafaf;font-family:Arial, Helvetica, sans-serif;height:22px;line-height:22px;padding-top:10px;text-transform:uppercase;float:left;}

/*产品列表*/
.steam-list-ul {
	margin-top: 60px;
}
.steam-list-ul li {
	float: left;
	width: 22.5%;
	height: 380px;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 15px 0 0;
	transition: all .5s;
	border-radius: 10px;
}
.steam-list-ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list-img {
	display: block;
	margin-bottom: 20px;
}

.pro-list-img img {
	width: 240px;height: 225px;
}

.steam-list {
	margin: 100px auto 60px;
}

.steam-list-ul li:hover {
	
}

.steam-list-ul li:hover h2 a {
	color: #246ACE;
}

.steam-list-ul li:hover .pro-list-btn {
	opacity: 1;
}

.vacuum-list {
	margin-bottom: 0;
}

.vacuum-list-ul {
	padding-bottom: 60px;
}

.vacuum-list-ul li .pro-list-img {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
	padding-bottom: 18px;
}

.vacuum-list-ul li h2 a {
	margin-bottom: 15px;
}

.vacuum-list-ul li .pro-list-btn {
	display: none;
	margin-top: 0;
	transition: all .4s;
}

.vacuum-list-ul li:hover {
	
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vacuum-list-ul li:hover span {
	display: none;
}

.vacuum-list-ul li:hover .pro-list-btn {
	display: block;
}

.wrap{width: 1200px; margin: 40px auto;}
.product_category {
  width: 1200px;
  margin: auto;
}

.product_category .product_top {
  margin-bottom: 20px;
}
.product_category .product_top .product_item{
  margin-bottom: 30px;
}

.product_category .product_top,
.product_category .product_bottom {
 /* display: flex;*/
}

.product_category .product_top .product_item,
.product_category .product_bottom .product_item {
  flex: 1;
height: 300px;
  padding: 0 5px 80px;
  border: 1px solid #F5F5F5;
  box-shadow: 0 10px 19px 0 #F5F5F5;
  border-radius: 4px;
  margin-right: 10px;
  width: 280px; float: left;
  position: relative;
background: #f2f2f2;
}
.product_category .product_top .product_item:nth-of-type(4n){
  margin-right: 0;
}
.product_category{ width:1200px;height: 830px;}

.product_category .product_bottom .product_item {
  height: 590px;
}

.product_category .product_top .product_item:last-child,
.product_category .product_bottom .product_item:last-child {
  margin-right: 0;
}

.product_item .product_item_title {
  font-size: 20px;
  color: #316baa;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0 15px 0;
}
.product_item .product_item_title .icon{
  line-height: 0;
  font-size: 0;
  text-indent: -99999px;
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 16px;
  margin: 2px 10px 0 0px;
  background: #316baa;
}

.product_item img {
  width: 100%;
  height: 240px;
  margin: 0 auto 15px;
    object-fit: cover;
}

.product_item .afterSale_item label {
  width: 54px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

/*  */
/*  */

.product_item .afterSale_item input {
  display: inline-block;
  padding: 5px 6px;
  border: 1px solid #E1E1E1;
  background: #fff;
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
  border-radius: 4px;
  cursor: pointer;
  /* z-index: -1; */
}

/* .product_item .afterSale_item span input {
  width: 25px;
  height: 50px;
  z-index: 1;
} */
/*  */
/*  */

.product_item .afterSale_item input:hover {
  background: #f30;
  color: #fff;
}

.product_item .product_item_footer {
  width: calc(100% - 10px);
  height: 44px;
  line-height: 44px;
  position: absolute;
  bottom: 30px;
}

.product_item .product_item_footer input {
  font-size: 16px;
  color: #999;
  width: 170px;
  height: 44px;
  border: 1px solid #316baa;
  outline: #3284E8;
  border-radius: 5px 0 0 5px;
  position: relative;
  left: 2px;
  text-indent: 10px;
}

.product_item .product_item_footer button {
  width: 103px;
  height: 46px;
  line-height: 46px;
  background: #316baa;
  border-radius: 0 5px 5px 0;
  color: #fff;
  border: 1px solid #316baa;
  outline: none;
  cursor: pointer;
  position: relative;
  /* top: 3px; */
  left: -3px;
  font-size: 16px;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¥Ë†â€ Ã§Â±Â»end */

.product_item .afterSale_item .input_item {
  font-size: 16px;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.right_input {
  float: right;
}

.app_footer button,
.afterSale_button button {
  width: 100%;
  height: 50px;
  border: none;
  background: #3284E8;
  color: #fff;
  margin-top: 30px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}

.afterSale_button button {
  margin-top: 30px;
}
.wrap .btn{    width: 240px;
  line-height: 56px;
  border: 1px solid #232323;
  font-size: 18px;
  color: #232323;
  text-align: center;
  display: block;
  margin: 20px auto;}


.steam-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../images/steam-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.water-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../images/water-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.vacuum-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../images/vacuum-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.electric-list-bg {
	width: 100%;
	height: 240px;
	border-radius: 10px;
	background: url(../images/electric-list-bg.jpg)no-repeat center;
	background-size: 100% 100%;
}


.common-title { font-size:30px; line-height:40px; color: #222; border-left:6px #a30808 solid; padding-left: 20px; margin-bottom: 30px; }
.common-title a { float: right; font-size: 14px; color: #555; padding-right: 20px; background: url(../images/double-right.svg) no-repeat right center; }
.common-title a:hover { color:#a30808; transition: all .3s;background: url(../images/double-right-c.svg) no-repeat right center;}
.pro-relateprobg { overflow: hidden; padding:60px 0; background: url(../images/pro-relateprobg.jpg) no-repeat center top; background-size: cover; }
.pro-relateprobg .content{ width: 1200px;}
.pro-service { height: 400px; padding: 30px 0 60px; background: url(../images/pro-servicebg.jpg) no-repeat center; background-size: cover; }
.pro-service h2 { font-size: 24px; line-height:36px; color: #555; }
.pro-service ul { overflow: hidden; margin-bottom: 40px; }
.pro-service ul li { float:left; }
.pro-service ul li p { font-size: 16px; color: #555; text-align: center; float: left; line-height: 37px;}
.pro-service ul li p span { font-size: 50px; color: #a30808; font-weight: bold; }
.pro-service ul li:after { content: ''; background: #ccc; height: 62px; width: 1px; margin: 0 45px; float: left; margin-top:22px; }
.pro-service ul li:last-child:after { content: none }
.pro-service .pro-sericon { overflow: hidden; margin-bottom:40px; }
.pro-service .pro-sericon a { color:#999; float:left; text-align: center; border-right: 1px #ccc dashed; margin-right: 40px; padding-right: 40px; }
.pro-service .pro-sericon a:last-child { border-right:none; margin-right:0; padding-right:0; }
.pro-service .pro-sericon a p { font-size: 16px; line-height: 32px; padding-top: 40px; }
.pro-service .pro-sericon a:nth-child(1) p {background: url(../images/xxzd.svg) no-repeat center top;}
.pro-service .pro-sericon a:nth-child(2) p {background: url(../images/zxbx.svg) no-repeat center top;}
.pro-service .pro-sericon a:nth-child(3) p {background: url(../images/zppj.svg) no-repeat center top;}
.pro-service .pro-sericon a:nth-child(4) p {background: url(../images/glbk.svg) no-repeat center top;}
.pro-service .pro-sericon a:hover:nth-child(1) p {background: url(../images/xxzd-h.svg) no-repeat center top;}
.pro-service .pro-sericon a:hover:nth-child(2) p {background: url(../images/zxbx-h.svg) no-repeat center top;}
.pro-service .pro-sericon a:hover:nth-child(3) p {background: url(../images/zppj-h.svg) no-repeat center top;}
.pro-service .pro-sericon a:hover:nth-child(4) p {background: url(../images/glbk-h.svg) no-repeat center top;}
.pro-service .pro-sericon a:hover { color:#a30808; }
.pro-service .c-btn { padding: 10px 67px; }
.pro-about { overflow: hidden; padding:60px 0 30px; background: url(../images/pro-aboutbg.jpg) no-repeat center bottom }
.pro-about .pro-about-detail { width: 600px; float: right; margin-top:40px; }
.pro-about .pro-about-detail h3 { font-size:24px; color: #222; font-weight: bold; margin-bottom: 20px; }
.pro-about .pro-about-detail p { font-size: 16px; line-height:28px; color: #555; text-align: justify; padding-bottom:280px; background: url(../images/pro-about-zs.png) no-repeat center bottom; }
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;float: left;  padding-right: 8px;
    padding-left: 15px;

  }

    /*相关产品4个*/
.relatepro { width: 1200px; margin: 0 auto; }
.relatepro .relateprolist{display:flex; width:277px; height: 240px; text-align:center; justify-content:center; align-items:center; background:#fff;}
.relatepro img{max-width:277px; max-height: 240px;}
.relatepro .relatepro-text { padding:15px 15px; background:#fff; border-radius:0 0 4px 4px; transition: all .3s;}
.relatepro .relatepro-text h2 { font-size: 16px; color: #222; line-height:16px; height:16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.relatepro .relatepro-text p { font-size: 15px; color: #999; line-height:24px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.relatepro .relatepro-text p:first-of-type{margin-top: 10px;}
.relatepro .relatepro-text p:last-of-type{margin-bottom: 10px;}
.relatepro .relatepro-text p span { color: #555; }
.relatepro .relatepro-text .c-btn, .relatepro .relatepro-text .b-btn { padding: 7px 26px; }
.relatepro .relatepro-text .c-btn { margin-right: 10px; }
.relatepro .relatepro-text a:hover h2 { color:#316baa; transition: all .3s;}
.relatepro .relatepro-text:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px; }

/*按钮*/
.b-btn { font-size: 16px; line-height: 24px; color: #316baa; background: #fff; border-radius: 4px; border:1px solid #316baa; padding: 6px 30px; display: inline-block; transition: all .3s;}
.b-btn:hover { color: #fff; background: #316baa; }
.c-btn { font-size: 16px; line-height: 24px; color: #fff; background: #316baa; border-radius: 4px; border:1px solid #316baa; padding: 6px 30px; margin-right:20px; display: inline-block; transition: all .3s;}
.c-btn:hover { color: #fff; background: #000; }

.h_page2 .hds {
  padding: 50px 0 30px;
  text-align: center;
}
.h_page2 .hds h2 {
  font-size: 30px;
  line-height: 1.7;
  color: #fff;
}
.h_page2 .hds h2 span {
  font-weight: bold;
}
.h_page2 .hds p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.h_page2 .bd {
  padding: 85px 0 95px;
}
.h_page2 .bds {
  margin: 0 auto;
}
.h_page2 .bd .lt {
  float: left;
  width: 450px;
}
.h_page2 .bd .rt {
  float: right;
  width: calc(100% - 600px);
}
.h_page2 .bd .lt h3 {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
}
.h_page2 .bd .lt h2 {
  font-size: 32px;
  line-height: 1.7;
  color: #ffffff;
  font-weight: bold;
}
.h_page2 .bd .lt .line {
  width: 22px;
  height: 3px;
  background: #ff5c34;
  margin: 15px 0;
}
.h_page2 .bd .lt .num {
  font-size: 100px;
  line-height: 160px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 10px 0px 1px #636772;
}
.h_page2 .bd .lt .num i {
  font-size: 160px;
}
.h_page2 .bd .lt sup {
  font-weight: bold;
  text-shadow: 6px 0px 1px #636772;
  vertical-align: top;
  line-height: 1;
  margin-left: -20px;
}
.h_page2 .bd .lt ul {
  margin-top: 100px;
}
.h_page2 .bd .lt li {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.h_page2 .bd .lt li h4 {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 10px;
}
.h_page2 .bd .lt li h5 {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.3);
}
.h_page2 .bd .lt li:nth-child(3) {
  margin-right: 0;
}
.h_page2 .bd .lt dl {
  overflow: hidden;
  margin-top: 60px;
}
.h_page2 .bd .lt dd {
  width: 215px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 22px;
  border: 1px dashed #fff;
  float: left;
  margin-bottom: 18px;
  cursor: pointer;
}
.h_page2 .bd .lt dd:nth-child(2n) {
  float: right;
}
.h_page2 .bd .lt dd.on {
  background: #ff5e36;
  border: 1px solid #ff5e36;
}
.h_page2 .bd .rt .imgs {
  overflow: hidden;
}
.h_page2 .bd .rt .imgs img {
  float: right;
  display: block;
}
.h_page2 .bd .rt ul {
  margin-top: 105px;
  margin-left: 70px;
}
.h_page2 .bd .rt ul li a {
  display: block;
  position: relative;
}
.h_page2 .bd .rt .pic {
  height: 565px;
  border: 8px solid #fff;
  border-radius: 20px;
}
.h_page2 .bd .rt li .ico {
  position: absolute;
  left: -70px;
  bottom: 35px;
  z-index: 11;
  width: 95px;
  height: 52px;
  background: url(../images/c11.png) no-repeat center #fb5a33;
}
.h_page2 .bd .rt li {
  display: none;
}
.h_page2 .bd .rt li:first-child {
  display: block;
}
  .index_quick_baojia{width:100%;margin:0 auto;background:#fff;z-index:9999;border-radius:10px;padding:10px 30px;}
.index_quick_baojia .hd h3{font-size:24px;text-align:center;color:#f05231;margin:20px 0;}
.index_quick_baojia .hd .tips{color:#969696;font-size:18px;margin-bottom:20px;}
.index_quick_baojia .hd .tips strong{color:#00aaee;font-size:30px;padding-right:30px;}
.index_quick_baojia .hd .tips span{color:#00aaee;font-size:22px;padding:0 5px;}
.index_quick_baojia .bd{border-bottom:1px solid #e6e6e6;border-width:1px 0;padding:20px 0;height:auto;overflow:hidden;zoom:1;}
.index_quick_baojia .bd .attr{width:55%;float:left;}
.index_quick_baojia .bd .attr li{margin:10px 0;display:table;}
.index_quick_baojia .bd .attr strong{width:55px;display: table-cell;}
.index_quick_baojia .bd .attr span{display:inline-block;margin:5px 3px;border-radius:3px;cursor:pointer;}
.index_quick_baojia .bd .attr span input{display: inline-block;padding: 2px 10px;border: 1px solid #E1E1E1;background: #fbfbfb;font-size: 14px;color: #333333;margin-bottom: 9px;
border-radius: 4px;cursor: pointer;}
.index_quick_baojia .bd .attr span.on input{background:#00aaee;border:1px solid #00aaee;color:#fff;}
.index_quick_baojia .bd .quick_baojia_form{width:30%;margin-top:20px;float:right;}
.index_quick_baojia .bd .quick_baojia_form .list_input{margin: 15px 0;}
.index_quick_baojia .bd .quick_baojia_form span{width:80px;display:inline-block;font-weight:bold;font-size:16px;text-align:right;}
.index_quick_baojia .bd .quick_baojia_form span i{color:#ef0000;font-style:normal;}
.index_quick_baojia .bd .quick_baojia_form .ninja_msj1_input{border:1px solid #e6e6e6;height:40px;line-height:40px;padding:0 10px;width:265px;}
.index_quick_baojia .bd .quick_baojia_form button{width:90%;height:65px;color:#fff;background:#0ae;font-size:24px;border:3px solid #f0f0f0;border-radius:5px;margin-top:10px;}
.index_quick_baojia .ft{line-height:36px;font-size:18px;color:#646464;text-align:center;margin-top:20px;}
.index_quick_baojia .ft .ico_tel{background:url(../images/icon34.png) no-repeat 0 center;padding:18px 22px;}
.index_quick_baojia .ft strong{color:#f05231;font-size:24px;}
.index_quick_baojia .close1{position:absolute;right:-15px;top:-15px;width:48px;height:48px;background:url(../images/icon35.png) no-repeat 0 0;cursor:pointer;}
input[type="radio"]{
  -webkit-appearance:none;   
  
  }

/*翻页-返回*/
#pag-return {width:100%;height:48px;border-top:1px solid #b2b2b2;margin-top:35px;padding-top:8px;}
#pag-return .cont {width:1300px;margin:0 auto;}
#pag-return .cont .page {width:450px;font-size:16px;color:#333;line-height:24px;float:left;}
#pag-return .cont .page a {/*display:block;*/font-size:16px;color:#333;}
#pag-return .cont a.top {display:block;width:102px;height:36px;background-color:#636363;font-size:15px;color:#fff;line-height:36px;text-align:center;float:left;margin-top:7px;}
#pag-return .cont a.return {display:block;width:102px;height:36px;background-color:#636363;font-size:15px;color:#fff;line-height:36px;text-align:center;float:right;margin-top:7px;}

/*推荐产品*/
#cp-recommend {width:1300px;background-color:#fff;margin:0 auto 40px auto;box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
#cp-recommend .cont {padding:20px 20px 30px 20px;}
#cp-recommend .cont h3 {display:block; height:48px;line-height:46px;background:url(../images/hr_tit_1.jpg) no-repeat left bottom;font-size:24px;color:#333;font-weight:normal;}
#cp-recommend .cont h3 span {line-height:40px;font-size:18px;font-family:Arial;color:#c2c2c1;text-transform:uppercase;padding-top:6px;}
#cp-recommend .cont .tjcp_list { width:100%;height:266px;position:relative;padding-top:24px;}
#cp-recommend .cont .tjcp_list .prev {background:url(../images/left_1.png) center top;z-index:99;top:110px;left:-16px;}
#cp-recommend .cont .tjcp_list .next {background:url(../images/right_1.png) center top;z-index:99;top:110px;right:-16px;}
#cp-recommend .cont .tjcp_list .prev:hover {background:url(../images/left_1.png) center -46px;}
#cp-recommend .cont .tjcp_list .next:hover {background:url(../images/right_1.png) center -46px;}
#cp-recommend .cont .tjcp_list .btn {width:32px;height:46px;cursor:pointer;position:absolute;}
#cp-recommend .cont .tjcp_list .list-in {overflow:hidden;width:100%;height:266px;}
#cp-recommend .cont .tjcp_list .list-in ul li {width:238px;float:left;border:1px solid #dfdfdf;margin-right:15px;}
#cp-recommend .cont .tjcp_list .list-in ul li .img {width:100%;height:170px;}
#cp-recommend .cont .tjcp_list .list-in ul li .txt {padding:10px;}
#cp-recommend .cont .tjcp_list .list-in ul li .txt h4 {height:30px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;}
#cp-recommend .cont .tjcp_list .list-in ul li .txt h4 a {font-size:17px;color:#333;}
#cp-recommend .cont .tjcp_list .list-in ul li .txt p {height:44px;font-size:14px;line-height:22px;color:#8b8b8b;overflow:hidden;}
#cp-recommend .cont .tjcp_list .list-in ul li:hover {border:1px solid #005699;}
#cp-recommend .cont .tjcp_list .list-in ul li:hover h4 a {color:#005699;}

.in-zx {
	position: relative;
	z-index: 20;
	width: 1200px;
	height: 100px;
	box-sizing: border-box;
	margin: -50px auto 0;
	padding: 0 40px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.in-zx-l h2 {
	font-size: 14px;
	color: #333333;
	float: left;
	line-height: 100px;
}

.in-zx-l ul {
	float: left;
}

.in-zx-l ul li {
	float: left;
	margin-left: 30px;
}

.in-zx-l ul li:first-child {
	margin-left: 20px;
}

.in-zx-l ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 100px;
}
.in-zx-l ul li a:hover{
	color: #246ACE;
}

.switch {
    width: 60px;
    height: 30px;
    background: rgba(36, 106, 206, 1);
    border-radius: 15px;
    border: none;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all .2s;
    vertical-align: middle;
  }

  .form-btn button:nth-child(1) {
    width: 100px;
    height: 40px;
    margin-left: 220px;
    margin-right: 15px;
    border: 1px solid transparent;
    position: relative;
    top: -40px;
    color: #ffffff;
    background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    border-radius: 0px 20px 20px 0px;
  }

/*推荐新闻*/
#xw-recommend {width:1300px;background-color:#fff;margin:0 auto 40px auto;box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
#xw-recommend .cont {padding:20px 20px 10px 20px;}
#xw-recommend .cont h3 {display:block;height:48px;line-height:46px;background:url(../images/hr_tit_1.jpg) no-repeat left bottom;font-size:24px;color:#333;font-weight:normal;}
#xw-recommend .cont h3 span {line-height:40px;font-size:18px;font-family:Arial;color:#c2c2c1;text-transform:uppercase;padding-top:6px;}
#xw-recommend .cont ul {width:100%;padding-top:24px;}
#xw-recommend .cont ul li {width:404px;height:100px;float:left;border:1px solid #dfdfdf;margin-bottom:21px;}
#xw-recommend .cont ul li .img {width:134px;height:100px;float:left;}
#xw-recommend .cont ul li .txt {width:240px;height:74px;padding:13px 15px;float:left;}
#xw-recommend .cont ul li .txt h4 {height:20px;line-height:20px;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#xw-recommend .cont ul li .txt h4 a {font-size:17px;color:#333;}
#xw-recommend .cont ul li .txt i {font-size:13px;color:#8b8b8b;font-style:italic;line-height:18px;}
#xw-recommend .cont ul li:hover {border:1px solid #005699;}
#xw-recommend .cont ul li:hover .txt h4 a {color:#005699;}
#xw-recommend .cont ul .mr {margin-right:14px;}#xw-recommend .cont ul li .txt p {height:36px;font-size:14px;line-height:18px;color:#8b8b8b;overflow:hidden;}

/*询盘*/
#Enquiries {width:1300px;background-color:#fff;margin:0 auto 40px auto;box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
#Enquiries .cont {padding:26px 20px 30px 20px;}
#Enquiries .xp_tit {width:100%; text-align:center;}
#Enquiries .xp_tit h3 {height:34px;line-height:34px;font-size:26px;color:#333;}
#Enquiries .xp_tit p {height:24px;line-height:24px;font-size:16px;color:#6d6d6d;padding-top:6px;margin-bottom:16px;}
#Enquiries .form_bx {width:100%;}
#Enquiries .form_bx ul li.info {width:578px;height:58px;float:left;border:1px solid #dfdfdf;margin-bottom:20px;}
#Enquiries .form_bx ul li.info h4 {display:block;width:110px;height:58px;line-height:58px;float:left;border-right:1px solid #dfdfdf;padding-left:20px;font-size:16px;color:#8d8d8d;margin-right:20px;font-weight:normal;}
#Enquiries .form_bx ul li.info .inp {width:360px;height:58px;line-height:58px;float:left;border:0;background:no-repeat right center;padding-right:46px;font-size:16px;color:#333;}
#Enquiries .form_bx ul li.info:hover {border:1px solid #005699;}
#Enquiries .form_bx ul li.info:hover h4 {border-right:1px solid #005699;color:#333;}
#Enquiries .form_bx ul li.info_1 {width:618px;height:58px;float:left;border:1px solid #d6d6d6;background-color:#f5f5f5;margin-bottom:20px;}
#Enquiries .form_bx ul li.info_1 h4 {display:block;width:110px;height:58px;line-height:58px;float:left;border-right:1px solid #dfdfdf;padding-left:20px;font-size:16px;color:#333;margin-right:20px;font-weight:normal;}
#Enquiries .form_bx ul li.info_1 p {display:block;width:401px;height:58px;line-height:58px;float:left;border:0;background:url(../images/ic_xp_1.png) no-repeat right center;padding-right:46px;font-size:16px;color:#333;}
#Enquiries .form_bx ul li.txt {width:1118px;height:104px;float:left;border:1px solid #dfdfdf;padding:16px 20px;margin-bottom:20px;}
#Enquiries .form_bx ul li.txt .t-area {width:1172px;height:104px;border:0;font-size:16px;color:#333;line-height:26px;background:url(../images/ic_xp_5.jpg) no-repeat right 2px;padding-right:46px;}
#Enquiries .form_bx ul li.txt:hover {border:1px solid #005699;}
#Enquiries .form_bx ul li.but {width:100%;height:52px;float:left;text-align:center;}
#Enquiries .form_bx ul li.but .Submit {height:50px;line-height:50px;border:1px solid #dfdfdf;border-radius:25px;font-size:18px;color:#333;}
#Enquiries .form_bx ul li.but .b_1 {width:242px;background:url(../images/ic_tj_1.png) no-repeat 178px center;padding-left:55px;margin-right:20px;text-align:left;}
#Enquiries .form_bx ul li.but .b_2 {display:inline-block;width:167px;background:url(../images/ic_tj_1.png) no-repeat 159px center;padding-left:73px;text-align:left;}
#Enquiries .form_bx ul li.but .b_1:hover {border:1px solid #005699;color:#fff;background:#005699 url(../images/ic_tj_1a.png) no-repeat 178px center;}
#Enquiries .form_bx ul li.but .b_2:hover {border:1px solid #005699;color:#fff;background:#005699 url(../images/ic_tj_1a.png) no-repeat 159px center;}

.class_bg {
  width: 100%;
  height: 300px;
  min-width: 1200px;
  clear: both;
}

/*左边菜单*/
#menu_left {width:300px;float:left;}
#menu_left h2.tit {height:70px;line-height:70px;background:#006eb1 url(../images/bg_me_1.png) no-repeat 236px center;font-size:24px;color:#fff;text-indent:20px;}
#menu_left h2.tit span {font-size:14px; font-weight:normal; padding-left:4px;}
#menu_left .list {background-color:#e6e6e6;padding:20px;margin-bottom:35px;}
#menu_left .list dl {margin-top:16px;}
#menu_left .list dl:first-child {margin-top:0;}
#menu_left .list dl dt {height:56px;line-height:56px;background:#fff url(../images/t_me_1.png) no-repeat 216px center;text-indent:20px;}
#menu_left .list dl dt a {font-size:17px;color:#333;}
#menu_left .list dl dt:hover {background:#fff url(../images/t_me_1a.png) no-repeat 216px center;}
#menu_left .list dl dt:hover a {color:#005699;}
#menu_left .list dl dd {display:none;background-color:#e7e7e7;margin-top:4px;}
#menu_left .list dl dd a {display:block;height:40px;line-height:40px;margin-bottom:1px;text-indent:20px;font-size:15px;color:#7c7c7c;background:url(../images/t_me_2.png) no-repeat 234px center;}
#menu_left .list dl dd a:hover {color:#005699;background:url(../images/t_me_2a.png) no-repeat 234px center;}
#menu_left h2.hotline {height:44px;background:#e6e6e6 url(../images/ic_h_1b.png) no-repeat 20px center;line-height:22px;padding:20px 0 20px 76px;font-weight:normal; }
#menu_left h2.hotline span.f1 {font-size:16px;color:#999;}
#menu_left h2.hotline span.f2 {font-size:18px;color:#005699;}


#neiye_bx {width:100%;}

/*单页-about*/
#neiye_bx .about {width:1300px;margin:35px auto 0 auto;background-color:#fff;box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
#neiye_bx .about .cont {padding:20px;}
#neiye_bx .about .cont h2 {font-size:24px;color:#333;text-align:center;border-bottom:1px solid #333;line-height:50px;height:50px;}
#neiye_bx .about .cont .text {font-size:15px;line-height:28px;color:#666;padding:16px 0 0 0;}
#neiye_bx .about .cont .text a,
#neiye_bx .about .cont .text span,
#neiye_bx .about .cont .text font {font-size:15px;line-height:28px;color:#666;}
#neiye_bx .about .footer {height:66px;border-top:1px solid #e6e6e7;background:#f6f6f6 url(../images/logo.png) no-repeat right center;padding:0 20px;}

/*gywm-*/
#neiye_bx .about_1 {width:100%; padding:40px 0;}
#neiye_bx .about_1 .cont {width:1300px;margin:0 auto;}

#neiye_bx .about_1 .content_us {width:100%; padding-bottom:40px;}
#neiye_bx .about_1 .content_us .left_bx {width:630px;height:806px;float:left;}
#neiye_bx .about_1 .content_us .left_bx .img {width:100%;height:360px;overflow:hidden;}
#neiye_bx .about_1 .content_us .left_bx .txt {padding:40px 30px 0 0;font-size:16px;color:#555;line-height:28px;}
#neiye_bx .about_1 .content_us .left_bx .txt a,
#neiye_bx .about_1 .content_us .left_bx .txt span,
#neiye_bx .about_1 .content_us .left_bx .txt font {font-size:16px;color:#555;line-height:28px;}
#neiye_bx .about_1 .content_us .right_bx {width:620px;height:780px;float:left;background-color:#f5f5f5;padding:26px 0 0 50px;}
#neiye_bx .about_1 .content_us .right_bx h2 {font-size:26px;color:#006eb1;font-weight:normal;line-height:38px;}
#neiye_bx .about_1 .content_us .right_bx em {display:block;height:2px;width:60px;background-color:#005699;margin:18px 0;}
#neiye_bx .about_1 .content_us .right_bx .txt {height:314px;font-size:16px;color:#555;line-height:28px;margin-bottom:40px;}
#neiye_bx .about_1 .content_us .right_bx .txt a,
#neiye_bx .about_1 .content_us .right_bx .txt span,
#neiye_bx .about_1 .content_us .right_bx .txt font {font-size:16px;color:#555;line-height:28px;}
#neiye_bx .about_1 .content_us .right_bx .video {width:100%;height:350px;overflow:hidden;position:relative;padding:0;}
#neiye_bx .about_1 .content_us .right_bx .video .bg {width:100%;height:100%;background-color:rgba(0,0,0,0.6);position:absolute;z-index:99;left:0;top:0;}
#neiye_bx .about_1 .content_us .right_bx .video .inc {position:absolute;width:66px;height:56px;border:2px solid #fff;background:url(../images/ic_video_1.png) no-repeat center center;margin-left:-35px;margin-top:-30px;z-index:100;left:50%;top:50%;}
#neiye_bx .about_1 .content_us .right_bx .video .txt {width:290px;height:22px;line-height:22px;font-size:18px;color:#fff;margin:-11px 0 0 -145px;position:absolute;z-index:100;left:50%;top:calc(50% + 54px);top:-moz-calc(50% + 54px);top:-webkit-calc(50% + 54px);font-size:18px;color:#fff;font-weight:normal;text-align:center;}
#neiye_bx .about_1 .content_us .right_bx .video:hover .bg {background-color:rgba(0,0,0,0.1);}
#neiye_bx .about_1 .content_us .right_bx .video:hover .inc {width:96px;height:86px;margin-left:-50px;margin-top:-45px;}
#neiye_bx .about_1 .content_us .right_bx .video:hover .txt {top:calc(50% + 84px);top:-moz-calc(50% + 84px);top:-webkit-calc(50% + 84px);}

#neiye_bx .about_1 .content_wh {width:100%;padding:110px 0;background:url(../images/bg_wh_2.jpg) no-repeat center center;background-size:auto 100%;}
#neiye_bx .about_1 .content_wh .ny_wh_1 {width:1300px;height:424px;margin:0 auto;position:relative;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .prev {float:right;background:url(../images/left_2.png) no-repeat center top;z-index:999;top:182px;left:-70px;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .next {float:right;background:url(../images/right_2.png) no-repeat center top;z-index:999;top:182px;right:-70px;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .prev:hover {background:url(../images/left_2.png) no-repeat center bottom;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .next:hover {background:url(../images/right_2.png) no-repeat center bottom;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .btn {width:50px;height:60px;cursor:pointer;position:absolute;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in {position:relative;overflow:hidden;width:100%;height:424px;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li {width:290px;border:1px solid #fff;float:left;margin-right:92px;padding:50px 40px;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .inc {height:114px;background-repeat:no-repeat;background-position:center center;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li h2 {font-size:30px;color:#fff;line-height:38px;margin:20px 0;text-align:center;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li p {height:130px;font-size:18px;color:#eee;line-height:26px;text-align:center;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_1 { background-image:url(../images/ic_wh1_1.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_2 { background-image:url(../images/ic_wh1_2.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_3 { background-image:url(../images/ic_wh1_3.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_4 { background-image:url(../images/ic_wh1_4.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_5 { background-image:url(../images/ic_wh1_5.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li .ic_6 { background-image:url(../images/ic_wh1_6.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover { background:url(../images/bg_wh_1.png) no-repeat center center;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_1 { background-image:url(../images/ic_wh1_1b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_2 { background-image:url(../images/ic_wh1_2b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_3 { background-image:url(../images/ic_wh1_3b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_4 { background-image:url(../images/ic_wh1_4b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_5 { background-image:url(../images/ic_wh1_5b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover .ic_6 { background-image:url(../images/ic_wh1_6b.png);}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover h2 {color:#ff9a65;}
#neiye_bx .about_1 .content_wh .ny_wh_1 .list-in ul li:hover p {color:#ff9a65;}
@media (max-width: 1439px) {
  #index .news .cont_xw .prev {left:10px;}
  #index .news .cont_xw .next {right:10px;}
}

#neiye_bx .about_1 .content_ry {width:100%;padding:40px 0;}
#neiye_bx .about_1 .content_ry ul li {width:244px;height:300px;float:left;position:relative;overflow:hidden;border-radius:10px;}
#neiye_bx .about_1 .content_ry ul li .img {width:100%;height:300px;background-position:center center;background-repeat:no-repeat;background-size:auto 100%;transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
#neiye_bx .about_1 .content_ry ul li h2 {position:absolute;width:100%;height:50px;line-height:50px;font-size:16px;color:#fff; font-weight:normal;text-align:center;overflow:hidden;z-index:99;left:0;bottom:0;background-color:rgba(0,0,0,0.6);}
#neiye_bx .about_1 .content_ry ul li:hover .img {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#neiye_bx .about_1 .content_ry ul li:hover h2 {background-color:rgba(255,116,43,0.8);}
#neiye_bx .about_1 .content_ry ul .mr {margin-right:20px;}

#neiye_bx .about_1 .content_pic {width:100%;padding:40px 0;}
#neiye_bx .about_1 .content_pic ul li.gchj {width:600px;height:480px;float:left;position:relative;overflow:hidden;box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);}
#neiye_bx .about_1 .content_pic ul li.gchj h2 {width:250px;height:26px;line-height:26px;font-size:18px;color:#fff;background:url(../images/hr_pic_1.gif) no-repeat left bottom;padding-bottom:12px;position:absolute;z-index:99;left:25px;top:25px;}
#neiye_bx .about_1 .content_pic ul li.gchj .inc {width:52px;height:46px;background:url(../images/photo_inc_1.png) no-repeat center center;position:absolute;z-index:99;right:25px;top:25px;}

#neiye_bx .about_1 .content_pic ul li.gchj .swiper-gchj {width:100%;height:480px;}
#neiye_bx .about_1 .content_pic ul li.gchj .swiper-gchj .swiper-slide{width:100%;height:480px;}
#neiye_bx .about_1 .content_pic ul li.gchj .swiper-gchj .list {width:600px;height:480px;overflow:hidden;}
#neiye_bx .about_1 .content_pic ul li.gchj .swiper-gchj .swiper-pagination-bullet {height:12px;width:12px;}
#neiye_bx .about_1 .content_pic ul li.list {width:330px;height:230px;float:left;position:relative;overflow:hidden;box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);margin-left:20px;margin-bottom:20px;}
#neiye_bx .about_1 .content_pic ul li.list p {width:220px;line-height:26px;font-size:18px;color:#fff;position:absolute;z-index:99;left:20px;top:20px;}
#neiye_bx .about_1 .content_pic ul li.list .inc {width:34px;height:34px;background:url(../images/photo_inc.png) no-repeat center center;position:absolute;z-index:99;right:20px;top:20px;}



/*news*/
#neiye_bx .news {width:100%;padding-top:35px;}
#neiye_bx .news .cont {width:1300px;margin:34px auto;}
#neiye_bx .news .cont ul li {height:136px;border:1px solid #dedede;padding:34px 24px;margin-top:24px;}
#neiye_bx .news .cont ul li:first-child {margin-top:0;}
#neiye_bx .news .cont ul li .img {width:200px;height:136px;float:left;margin-right:30px;overflow:hidden;}
#neiye_bx .news .cont ul li h2 { height:32px;line-height:32px;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#neiye_bx .news .cont ul li h2 a {font-size:22px;color:#333;}
#neiye_bx .news .cont ul li p {height:96px;line-height:32px;font-size:16px;color:#686868;padding-top:8px;overflow:hidden;}
#neiye_bx .news .cont ul li .riqi {width:60px;height:68px;float:right;border:1px solid #ccc;margin-top:33px;margin-left:30px;text-align:center;}
#neiye_bx .news .cont ul li .riqi span.f1 {display:block;line-height:44px;background:#1b91ff;color:#fff;font-size:26px;font-weight:bold;}
#neiye_bx .news .cont ul li .riqi span.f2 {display:block;font-size:12px;color:#ccc;line-height:24px;}
#neiye_bx .news .cont ul li:hover { background-color:#fafafa;}
#neiye_bx .news .cont ul li:hover h2 a {color:#005699;}
#neiye_bx .news .cont ul li:hover .riqi {border:1px solid #005699;}
#neiye_bx .news .cont ul li:hover .riqi span.f1 {background:#005699;}
#neiye_bx .news .cont ul li:hover .riqi span.f2 {color:#005699;}

/*product*/
#neiye_bx .product {width:100%;padding-top:35px;}
#neiye_bx .product .cont {width:1300px;margin:0 auto;}
#neiye_bx .product .cont ul li {width:628px;height:340px;float:left;position:relative;margin-bottom:35px;}
#neiye_bx .product .cont ul li .img {width:320px;height:220px;position:absolute;z-index:99;left:0;top:50px;overflow:hidden;}
#neiye_bx .product .cont ul li .txt {width:258px;height:290px;float:right;background-color:#e5e5e5;padding:50px 25px 0 225px;}
#neiye_bx .product .cont ul li .txt h2 {line-height:30px;height:30px;padding-top:12px;background:url(../images/nybt_hr_3.jpg) no-repeat left top;overflow:hidden;font-weight:normal;}
#neiye_bx .product .cont ul li .txt h2 a {font-size:22px;color:#99ca3b;}
#neiye_bx .product .cont ul li .txt p {height:130px;font-size:16px;color:#707070;line-height:26px;padding-top:22px;margin-bottom:26px;}
#neiye_bx .product .cont ul li .txt a.more {display:block;width:100px;height:36px;line-height:36px;border:1px solid #acacac;font-size:16px;color:#333;text-align:center;}
#neiye_bx .product .cont ul li:hover .txt {background-color:#99ca3b;}
#neiye_bx .product .cont ul li:hover .txt h2 a {color:#fff;}
#neiye_bx .product .cont ul li:hover .txt p {color:#fff;}
#neiye_bx .product .cont ul li:hover .txt a.more {border:1px solid #fff;color:#fff;}
#neiye_bx .product .cont ul .mr {margin-right:44px;}

#neiye_bx .product_1 {width:100%;padding-top:35px; padding-bottom:40px;}
#neiye_bx .product_1 .cont {width:1300px; margin:0 auto;}
#neiye_bx .product_1 .list_cp {width:990px;float:right;}
#neiye_bx .product_1 .list_cp ul li {margin-bottom:20px;width: 320px;float: left;border: solid 1px #ebebeb;}

#neiye_bx .product_1 .list_cp ul li .img {width:306px;height:220px;float:left;overflow:hidden;}
#neiye_bx .product_1 .list_cp ul li em {display:block;width:1px;height:220px;background-color:#006eb1;margin:0 44px;float:left;}
#neiye_bx .product_1 .list_cp ul li .txt {width:320px;float:left;padding-top:10px;text-align: center;}
#neiye_bx .product_1 .list_cp ul li .txt h2 {height:32px;line-height:32px;margin-bottom:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight: normal;}
#neiye_bx .product_1 .list_cp ul li .txt h2 a {font-size:24px;color:#333;}
#neiye_bx .product_1 .list_cp ul li .txt p {height:78px;font-size:16px;color:#555;line-height:26px;margin-bottom:23px;}
#neiye_bx .product_1 .list_cp ul li .txt a.more {display:block;width:120px;height:42px;line-height:42px;border:1px solid #006eb1;font-size:15px;color:#006eb1;background:url(../images/t_cp_1.png) no-repeat 104px center;padding-left:34px;border-radius:22px;}
#neiye_bx .product_1 .list_cp ul li:hover em {background-color:#005699;}
#neiye_bx .product_1 .list_cp ul li:hover .txt h2 a {color:#005699;}
#neiye_bx .product_1 .list_cp ul li:hover .txt a.more {border:1px solid #005699;color:#fff;background:#005699 url(../images/t_cp_1b.png) no-repeat 104px center;}



/*yinyong*/
#neiye_bx .yinyong {width:100%;padding-top:35px;}
#neiye_bx .yinyong .cont {width:1300px;margin:0 auto;}
#neiye_bx .yinyong .cont ul li {background-color:#f8f8f8;width:307px;float:left;margin-bottom:24px;}
#neiye_bx .yinyong .cont ul li h2 {line-height:28px;height:56px;padding:18px;overflow:hidden;}
#neiye_bx .yinyong .cont ul li h2 a {font-size:20px;color:#333;}
#neiye_bx .yinyong .cont ul li .img {height:240px;width:100%;overflow:hidden;background-color:#a3a3a3;}
#neiye_bx .yinyong .cont ul li .img img {height:240px;width:100%;}
#neiye_bx .yinyong .cont ul li .txt {padding:18px;}
#neiye_bx .yinyong .cont ul li .txt p {font-size:15px;color:#828282;line-height:26px;height:78px;margin-bottom:18px;overflow:hidden;}
#neiye_bx .yinyong .cont ul li .txt a.more {background-color:#006eb1;width:90px;height:30px;display:block;font-size:15px;color:#fff;line-height:30px;text-align:center;}
#neiye_bx .yinyong .cont ul li:hover {box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);}
#neiye_bx .yinyong .cont ul li:hover h2 a { color:#005699;}
#neiye_bx .yinyong .cont ul li:hover a.more {background-color:#005699;}
#neiye_bx .yinyong .cont ul .mr {margin-right:24px;}


/*anli*/
#neiye_bx .anli_1 {width:100%;padding-top:35px;}
#neiye_bx .anli_1 .cont {width:1300px;margin:0 auto;}
#neiye_bx .anli_1 .cont ul li {width:360px;float:left;background-color:#f2f2f2;padding:20px 20px 0 20px;margin-bottom:50px;}
#neiye_bx .anli_1 .cont ul li .img {width:100%;height:270px;}
#neiye_bx .anli_1 .cont ul li h2 {height:70px;line-height:70px;text-align:center;font-weight:normal;}
#neiye_bx .anli_1 .cont ul li h2 a {font-size:18px;color:#333;}
#neiye_bx .anli_1 .cont ul li:hover {background-color:#005699;}
#neiye_bx .anli_1 .cont ul li:hover h2 a {color:#fff;}
#neiye_bx .anli_1 .cont ul .mr {margin-right:50px;}
#neiye_bx .anli_1a {width:100%;padding-top:35px;}
#neiye_bx .anli_1a .cont {width:1300px;margin:0 auto;}
#neiye_bx .anli_1a .cont ul li {width:305px;float:left;background:#fff url(../images/hr_ls_1.jpg) no-repeat center bottom;border:1px solid #d9d9d9;margin-bottom:24px;}
#neiye_bx .anli_1a .cont ul li .img {width:100%;height:210px;overflow:hidden;}
#neiye_bx .anli_1a .cont ul li .txt {padding:0 15px 0 15px;}
#neiye_bx .anli_1a .cont ul li .txt h2 {height:40px;line-height:40px;font-weight:normal;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#neiye_bx .anli_1a .cont ul li .txt h2 a {font-size:18px;color:#333;}
#neiye_bx .anli_1a .cont ul li .txt p {height:48px;font-size:15px;color:#838383;line-height:24px;overflow:hidden;}
#neiye_bx .anli_1a .cont ul li:hover {background:#005699 url(../images/hr_ls_1.jpg) no-repeat center bottom;border:1px solid #005699;}
#neiye_bx .anli_1a .cont ul li:hover .txt h2 {color:#fff;}
#neiye_bx .anli_1a .cont ul li:hover .txt h2 a {color:#fff;}
#neiye_bx .anli_1a .cont ul li:hover .txt p {color:#ffe7da;}

#neiye_bx .anli_1a .cont ul .mr {margin-right:18px;}
#neiye_bx .anli_2 {width:100%;padding-top:35px;}
#neiye_bx .anli_2 .cont {width:1300px;margin:0 auto;}
#neiye_bx .anli_2 .cont ul li {width:242px;height:110px;float:left;border:1px solid #e5e5e5;background-color:#fff;margin-bottom:20px;overflow:hidden;}
#neiye_bx .anli_2 .cont ul li:hover {border:1px solid #005699;}
#neiye_bx .anli_2 .cont ul .mr {margin-right:20px;}

/*video*/
#neiye_bx .video {width:100%;padding-top:35px;}
#neiye_bx .video .cont {width:1300px;margin:0 auto;}
#neiye_bx .video .cont ul li {width:360px;float:left;background-color:#f2f2f2;padding:20px 20px 0 20px;margin-bottom:50px;}
#neiye_bx .video .cont ul li .img {width:100%;height:270px;position:relative;overflow:hidden;}
#neiye_bx .video .cont ul li .img .inc {position:absolute;width:66px;height:56px;border:2px solid #fff;background:url(../images/ic_video_1.png) no-repeat center center;margin-left:-35px;margin-top:-30px;z-index:99;left:50%;top:50%;}
#neiye_bx .video .cont ul li .img h2 {display:block; width:100%;height:50px;line-height:50px;text-align:center;background-color:rgba(0,0,0,0.6);position:absolute;z-index:99;left:0;bottom:0;overflow:hidden;font-weight:normal;}
#neiye_bx .video .cont ul li .img h2 a { font-size:18px;color:#fff;}
#neiye_bx .video .cont ul li p {height:48px;line-height:24px;padding-top:20px;margin-bottom:10px;overflow:hidden;}
#neiye_bx .video .cont ul li p a {font-size:16px;color:#666;}
#neiye_bx .video .cont ul li:hover .img h2 {background-color:rgba(255,116,43,0.6);}
#neiye_bx .video .cont ul li:hover {background-color:#d2d2d2;}
#neiye_bx .video .cont ul li:hover p a {color:#005699;}
#neiye_bx .video .cont ul .mr {margin-right:50px;}


/*下载*/
#neiye_bx .down {width:100%;padding-bottom:40px;padding-top:40px;}
#neiye_bx .down .cont {width:1300px;margin:0 auto;}
#neiye_bx .down .cont ul li {width:calc(100% - 92px);width:-moz-calc(100% - 92px);width:-webkit-calc(100% - 92px);height:100px;background:#f4f5f8 url(../images/ic_d_1.png) no-repeat 20px center;margin-bottom:26px; padding-left:92px;}
#neiye_bx .down .cont ul li h2 {width:calc(100% - 114px);width:-moz-calc(100% - 114px);width:-webkit-calc(100% - 114px);font-weight:600;line-height:26px;height:26px;overflow:hidden;text-transform:uppercase;padding-top:25px;}
#neiye_bx .down .cont ul li h2 a {font-size:20px;color:#444;}
#neiye_bx .down .cont ul li em {display:block;width:calc(100% - 114px);width:-moz-calc(100% - 114px);width:-webkit-calc(100% - 114px);font-size:15px;color:#848484;font-style:normal;line-height:24px;}
#neiye_bx .down .cont ul li a.more1 {display:block;height:100px;width:94px;background:#d6dae1 url(../images/ic_d_2.png) no-repeat center center;float:right;}
#neiye_bx .down .cont ul li:hover {box-shadow:0px 0px 8px 0px rgba(0,0,0,.3);}


/*问答*/
#neiye_bx .faq {width:100%;padding-bottom:40px;padding-top:40px;}
#neiye_bx .faq .cont {width:1300px;margin:0 auto;}
#neiye_bx .faq .cont ul li {width:calc(50% - 20px);width:-moz-calc(50% - 20px);width:-webkit-calc(50% - 20px);height:164px;float:left;background-color:#f7f7f7;margin-bottom:35px;}
#neiye_bx .faq .cont ul li h2 {height:50px;line-height:50px;font-size:20px;color:#333;font-weight:normal;background-color:#e4e4e4;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;/*text-indent:60px;*/position:relative;padding-left:60px;}
#neiye_bx .faq .cont ul li h2 a {font-size:20px;color:#333;}
#neiye_bx .faq .cont ul li h2 b {display:none;}
#neiye_bx .faq .cont ul li h2:before {content:'Q';width:28px;height:28px;line-height:28px;font-size:16px;color:#fff;font-family:"Times New Roman", Times, serif;font-weight:bold;text-align:center;background-color:#006eb1;position:absolute;left:15px;top:10px;border-radius:15px;-moz-border-radius:15px;border:1px solid #006eb1;}
#neiye_bx .faq .cont ul li p {height:78px;line-height:78px;font-size:16px;color:#666;line-height:26px;padding:18px 15px 18px 60px;position:relative;overflow:hidden;}
#neiye_bx .faq .cont ul li p a {font-size:16px;color:#666;}
#neiye_bx .faq .cont ul li p b {display:none;}
#neiye_bx .faq .cont ul li p:before {content:'A';width:28px;height:28px;line-height:28px;font-size:16px;color:#006eb1;font-family:"Times New Roman", Times, serif;font-weight:bold;text-align:center;position:absolute;left:15px;top:10px;border-radius:15px;-moz-border-radius:15px;border:1px solid #006eb1;}
#neiye_bx .faq .cont ul .mr {margin-right:40px;}




/*pic图片*/
#neiye_bx .pic {width:100%;padding-top:35px;}
#neiye_bx .pic .cont {width:1300px;margin:0 auto;}
#neiye_bx .pic .cont ul li {width:360px;height:270px;float:left;background-color:#f2f2f2;padding:20px;margin-bottom:50px;position:relative;}
#neiye_bx .pic .cont ul li .img {width:100%;height:270px;overflow:hidden;}
#neiye_bx .pic .cont ul li .inc {position:absolute;width:46px;height:46px;background:url(../images/ic_pic_1.png) no-repeat center center;margin-left:-23px;margin-top:-23px;z-index:99;left:50%;top:40%;}
#neiye_bx .pic .cont ul li h2 {display:block;width:360px;height:50px;line-height:50px;text-align:center;background-color:rgba(0,0,0,0.6);position:absolute;z-index:99;left:20px;bottom:20px;overflow:hidden;font-weight:normal;}
#neiye_bx .pic .cont ul li h2 a { font-size:18px;color:#fff;}
#neiye_bx .pic .cont ul li:hover h2 {background-color:rgba(255,116,43,0.8);}
#neiye_bx .pic .cont ul li:hover {background-color:#d2d2d2;}
#neiye_bx .pic .cont ul .mr {margin-right:50px;}

/*荣誉证书*/
#neiye_bx .honor {width:100%;padding-top:35px;}
#neiye_bx .honor .cont {width:1300px;margin:0 auto;}
#neiye_bx .honor .cont ul li {width:240px;height:318px;overflow:hidden;float:left;border-radius:10px;background-color:#7d7d7d;margin-bottom:25px;box-shadow:0px 0px 8px 0px rgba(0,0,0,.2);}
#neiye_bx .honor .cont ul li .img {width:100%;height:250px;background-color:#bbb;overflow:hidden;}
#neiye_bx .honor .cont ul li .img .bx {height:250px;width:100%;background:no-repeat center center;background-size: auto 100%;}
#neiye_bx .honor .cont ul li h2 {padding:10px 15px;height:48px;font-size:16px;color:#fff;line-height:24px;font-weight:normal;overflow:hidden;}
#neiye_bx .honor .cont ul .mr {margin-right:25px;}


/*job*/
#neiye_bx .job {width:100%;padding-top:35px;}
#neiye_bx .job .linian { width:1200px; margin:0 auto; padding-bottom:30px;}
#neiye_bx .job .linian .left_bx {width:63%; float:left;}
#neiye_bx .job .linian .left_bx h2 {font-size:34px; color:#333;line-height:42px;}
#neiye_bx .job .linian .left_bx p {padding-top:30px;color:#686767;font-size:15px;line-height:30px}
#neiye_bx .job .linian .right_bx {width:30%; float:right; padding-top:35px;}
#neiye_bx .job .linian .right_bx img { width:100%;}

#neiye_bx .job .job_list {width:100%;padding:30px 0; background-color:#f3f3f3;}
#neiye_bx .job .job_list ul { width:1300px; margin:0 auto;}
#neiye_bx .job .job_list ul li {height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
#neiye_bx .job .job_list ul li .title{height:52px;line-height:52px;padding:0 40px;color:#4b4b4b;background-color:#ffffff;font-size:16px;cursor:pointer;transition:all 0.5s;-webkit-transition:all 0.5s;}
#neiye_bx .job .job_list ul li .title span{float: right;padding-right: 30px;background: url(../images/job-icon1.png) right center no-repeat;font-size:14px;}
#neiye_bx .job .job_list ul .on .title{background-color: #005ba0;color: #fff;}
#neiye_bx .job .job_list ul .on .title span{background: url(../images/job-icon2.png) right center no-repeat}
#neiye_bx .job .job_list ul li .warp{padding: 10px 40px 20px;background-color:#fff;display:none}
#neiye_bx .job .job_list ul .warp .tbl{width:80%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed}
#neiye_bx .job .job_list ul .warp .tbl p{width: 25%;float: left;font-size: 14px;color: #222;line-height: 26px;}
#neiye_bx .job .job_list ul .warp .tbl p span{color: #565656;padding-left: 15px;}
#neiye_bx .job .job_list ul .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
#neiye_bx .job .job_list ul .warp .cont .cent,
#neiye_bx .job .job_list ul .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
#neiye_bx .job .job_list ul .warp .cont .cent,
#neiye_bx .job .job_list ul .warp .cont .cent a {color:#0071bf; font-size:16px;font-weight:bold;}
#neiye_bx .job .job_list ul .warp .btns{font-size:14px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
#neiye_bx .job .job_list ul .warp .btns:hover{color: #222;}


/*contact*/
#neiye_bx .contact {width:100%; }
#neiye_bx .contact .cont {width:1300px;margin:0 auto;}
/*-*/
#neiye_bx .contact .cont .text_bx {height:180px;background:#f3f3f3 url(../images/bg_lxfs_1.png) no-repeat 40px 10px;margin-bottom:40px;padding:40px 40px 40px 320px; margin-top:35px;}
#neiye_bx .contact .cont .text_bx h2 {font-size:26px;color:#333;line-height:34px;}
#neiye_bx .contact .cont .text_bx p {font-size:16px;color:#666;line-height:26px;padding-top:20px;}
/*-*/
#neiye_bx .contact .cont .lxfs_bx {width:100%;margin-bottom:40px;}
#neiye_bx .contact .cont .lxfs_bx ul li {width:216px;float:left;background-color:#f1f1f1;padding:50px 12px;}
#neiye_bx .contact .cont .lxfs_bx ul li .inc {width:100%;height:50px;margin-bottom:20px;text-align:center;}
#neiye_bx .contact .cont .lxfs_bx ul li h3 {height:32px;line-height:32px;font-size:22px;color:#333;text-align:center;font-weight:normal;}
#neiye_bx .contact .cont .lxfs_bx ul li p { height:72px;font-size:16px;color:#666;line-height:24px;padding-top:6px;text-align:center;}
#neiye_bx .contact .cont .lxfs_bx ul .mr {margin-right:25px;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all {border:1px solid #d3d3d3;padding:20px 25px;margin-top:25px;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all .tit {height:56px;background:url(../images/ic_lxfs_6.png) no-repeat left center;border-bottom:2px solid #ebebeb;padding-bottom:17px;margin-bottom:8px;padding-left:66px;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all .tit h3 {font-size:22px;color:#333;line-height:26px;margin-bottom:6px;padding-top:2px;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all .tit h4 {font-size:20px;color:#cfcfcf;line-height:20px;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all .txt {font-size:16px;color:#333;line-height:32px;}
#neiye_bx .contact .cont .lxfs_bx .lxfs_all .txt a {font-size:16px;color:#333;}
/*-*/
#neiye_bx .contact .cont .dzdt_bx {width:100%;margin-bottom:40px;}
#neiye_bx .contact .cont .dzdt_bx .maps {width:100%;height:430px;}
/*-*/
#neiye_bx .contact .cont .zxly_bx {width:100%;margin-bottom:50px;}
#neiye_bx .contact .cont .zxly_bx .inp_1 {width:575px;height:46px;border:1px solid #d3d3d3;float:left;font-size:17px;color:#333;background:no-repeat 10px center; padding:0 10px 0 48px;margin-bottom:24px;}
#neiye_bx .contact .cont .zxly_bx .t-area {width:1240px;height:144px;border:1px solid #d3d3d3;float:left;font-size:16px;color:#333;line-height:24px;background: url(../images/ic_xp_5a.jpg) no-repeat 10px 10px; padding:10px 10px 10px 48px;margin-bottom:24px;}
#neiye_bx .contact .cont .zxly_bx .S_line {width:100%;height:48px;float:left;text-align:center;}
#neiye_bx .contact .cont .zxly_bx .S_line .submit {height:46px;line-height:46px;border:1px solid #d3d3d3;border-radius:24px;font-size:17px;color:#333;text-align:left;}
#neiye_bx .contact .cont .zxly_bx .S_line .s_1 {width:230px;background:#005699 url(../images/ic_tj_1a.png) no-repeat 154px center;border:1px solid #005699;padding-left:70px;margin-right:20px;color:#fff;}
#neiye_bx .contact .cont .zxly_bx .S_line .s_2 {width:190px;background:url(../images/ic_tj_1.png) no-repeat 116px center;padding-left:67px;margin-right:20px;} 
#neiye_bx .contact .cont .zxly_bx .S_line .s_2:hover {background:#005699 url(../images/ic_tj_1a.png) no-repeat 116px center;border:1px solid #005699;color:#fff;}
#neiye_bx .contact .cont .zxly_bx .mr {margin-right:30px;}


#neiye_bx .contact_1 {width:100%; }
#neiye_bx .contact_1 .cont {width:1300px;margin:0 auto;}
#neiye_bx .contact_1 .lxfs_bx {width:100%;margin-top:40px;}
#neiye_bx .contact_1 .lxfs_bx .tit {width:100%;height:28px;margin-bottom:20px;}
#neiye_bx .contact_1 .lxfs_bx .tit h2 {display:block;font-size:22px;color:#333;height:28px;line-height:28px;float:left;margin-right:6px;}
#neiye_bx .contact_1 .lxfs_bx .tit h3 {display:block;font-size:20px;color:#afafaf;font-family:Arial, Helvetica, sans-serif;height:20px;line-height:20px;padding-top:8px;text-transform:uppercase;float:left;}
#neiye_bx .contact_1 .lxfs_bx .info {width:730px;float:left;background-color:#f5f5f5;margin-right:40px;padding:40px;}
#neiye_bx .contact_1 .lxfs_bx .info ul li {height:50px;width:345px;float:left;}
#neiye_bx .contact_1 .lxfs_bx .info ul li .inc {width:50px;height:50px;float:left;margin-right:15px;background-repeat:no-repeat;background-position:center center;}
#neiye_bx .contact_1 .lxfs_bx .info ul li p {display:block;width:280px;height:50px;float:left;font-size:16px;color:#939393;line-height:25px;}
#neiye_bx .contact_1 .lxfs_bx .info ul li p span {font-size:18px;color:#333;font-family:Arial, Helvetica, sans-serif;}
#neiye_bx .contact_1 .lxfs_bx .info ul .mr {margin-right:40px;}
#neiye_bx .contact_1 .lxfs_bx .info ul .md {margin-bottom:45px;}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_1 {background-image:url(../images/ic_lxfs_a_1.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_2 {background-image:url(../images/ic_lxfs_a_2.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_3 {background-image:url(../images/ic_lxfs_a_3.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_4 {background-image:url(../images/ic_lxfs_a_4.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_5 {background-image:url(../images/ic_lxfs_a_5.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul .ic_6 {background-image:url(../images/ic_lxfs_a_6.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_1 {background-image:url(../images/ic_lxfs_a_1b.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_2 {background-image:url(../images/ic_lxfs_a_2b.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_3 {background-image:url(../images/ic_lxfs_a_3b.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_4 {background-image:url(../images/ic_lxfs_a_4b.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_5 {background-image:url(../images/ic_lxfs_a_5b.png);}
#neiye_bx .contact_1 .lxfs_bx .info ul li:hover .ic_6 {background-image:url(../images/ic_lxfs_a_6b.png);}
#neiye_bx .contact_1 .lxfs_bx .details {width:370px;height:288px;float:left;background-color:#f5f5f5;padding:40px;}
#neiye_bx .contact_1 .lxfs_bx .details .txt {font-size:16px;color:#333;line-height:32px;}
#neiye_bx .contact_1 .lxfs_bx .details .txt a {font-size:16px;color:#333;}
/*-*/
#neiye_bx .contact_1 .dzdt_bx {width:100%;margin-bottom:40px;}
#neiye_bx .contact_1 .dzdt_bx .maps {width:100%;height:430px;}
/*-*/
#neiye_bx .contact_1 .zxly_bx {width:100%;background:url(../images/bg_lxfs_2.jpg) no-repeat center top;padding:40px 0 50px 0;}
#neiye_bx .contact_1 .zxly_bx .inp_1 {width:575px;height:46px;border:1px solid #d3d3d3;float:left;font-size:17px;color:#333;padding:0 10px 0 48px;margin-bottom:24px;background-color: #fff;background-repeat: no-repeat;background-position:10px center;}
#neiye_bx .contact_1 .zxly_bx .t-area {width:1240px;height:144px;border:1px solid #d3d3d3;float:left;font-size:16px;color:#333;line-height:24px;background:#fff  url(../images/ic_xp_5a.jpg) no-repeat 10px 10px; padding:10px 10px 10px 48px;margin-bottom:24px;}
#neiye_bx .contact_1 .zxly_bx .S_line {width:100%;height:48px;float:left;text-align:center;}
#neiye_bx .contact_1 .zxly_bx .S_line .submit {height:46px;line-height:46px;border:1px solid #d3d3d3;border-radius:24px;font-size:17px;color:#333;text-align:left;}
#neiye_bx .contact_1 .zxly_bx .S_line .s_1 {width:230px;background:#005699 url(../images/ic_tj_1a.png) no-repeat 154px center;border:1px solid #005699;padding-left:70px;margin-right:20px;color:#fff;}
#neiye_bx .contact_1 .zxly_bx .S_line .s_2 {width:190px;background:#fff url(../images/ic_tj_1.png) no-repeat 116px center;padding-left:67px;margin-right:20px;} 
#neiye_bx .contact_1 .zxly_bx .S_line .s_2:hover {background:#005699 url(../images/ic_tj_1a.png) no-repeat 116px center;border:1px solid #005699;color:#fff;}
#neiye_bx .contact_1 .zxly_bx .mr {margin-right:30px;}



/*内容页*/
#neiye_bx .content {width:1300px;margin:35px auto 40px auto;background-color:#fff;box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
#neiye_bx .content .cont {padding:20px;}
#neiye_bx .content .cont .title_1 {width:100%;float:left;margin-bottom:20px;}
#neiye_bx .content .cont .title_1 h2 {font-size:24px;color:#333;line-height:30px;padding-bottom:10px;}
#neiye_bx .content .cont .title_1 .info {height:26px;border-bottom:#ccc solid 1px;line-height:26px;font-size:14px;color:#888;}
#neiye_bx .content .cont .title_2 {width:560px;height:390px;float:left;background-color:#f7f7f7;border:1px solid #e5e5e5;padding:20px 24px 24px 24px;margin-bottom:20px;}
#neiye_bx .content .cont .title_2 h2 {font-size:24px;color:#333;line-height:30px;padding-bottom:10px;}
#neiye_bx .content .cont .title_2 .info {width:100%;border-top:1px solid #c8c8c8;padding:10px 0;}
#neiye_bx .content .cont .title_2 .info ul li {height:26px;line-height:26px;font-size:14px;color:#666;}
#neiye_bx .content .cont .title_2 .info ul li b {font-weight:bold;color:#333;}
#neiye_bx .content .cont .title_2 .desc {width:100%;height:120px;border-top:1px solid #c8c8c8;padding:10px 0;font-size:14px;color:#666;line-height:26px;}
#neiye_bx .content .cont .title_2 .desc b {font-weight:bold;color:#333;}
#neiye_bx .content .cont .title_2 .contact {width:100%;height:40px;margin-top:40px;}
#neiye_bx .content .cont .title_2 .contact a.xunpan {display:block;width:86px;height:40px;line-height:40px;background:#4b4b4b url(../images/ic_xq_t_1.png) no-repeat 22px center;padding-left:58px;font-size:16px;color:#fff;float:left;margin-right:30px;}
#neiye_bx .content .cont .title_2 .contact a.lianxi {display:block;width:86px;height:40px;line-height:40px;background:#99ca3b url(../images/ic_xq_t_2.png) no-repeat 22px center;padding-left:58px;font-size:16px;color:#fff;float:left;}
#neiye_bx .content .cont .title_3 {width:100%;float:left;margin-bottom:20px;}
#neiye_bx .content .cont .title_3 h2 {font-size:24px;color:#333;line-height:30px;border-bottom:#ccc solid 1px;padding-bottom:10px;}
#neiye_bx .content .cont#faq .title_1 h2 {position: relative;padding-left:60px;}
#neiye_bx .content .cont#faq .title_1 h2:before {content:'Q';width:28px;height:28px;line-height:28px;font-size:16px;color:#fff;font-family:"Times New Roman", Times, serif;font-weight:bold;text-align:center;background-color:#006eb1;position:absolute;left:15px;top:0;border-radius:15px;-moz-border-radius:15px;border:1px solid #006eb1;z-index: 1;} 
#neiye_bx .content .cont#faq .title_1 .info {padding-left: 60px;}
#neiye_bx .content .cont .pic {width:620px;height:430px;float:left;margin-right:26px;margin-bottom:20px;border:1px solid #ededed;padding:1px;overflow:hidden;}
#neiye_bx .content .cont .pic .swiper-cpimg {width:100%;height:430px;position:relative;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-slide {width:100%;height:430px;position:relative;}
#neiye_bx .content .cont .pic .swiper-cpimg img {height: auto;max-height: 100%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index:100;position:absolute;left:50%;top:50%;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-pagination-bullet {width:12px;height:12px;background-color:#fff;border-radius:50%;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-pagination-bullet-active {width:12px;height:12px;background-color:#99ca3b;border-radius:50%;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-prev {position:absolute;top:50%;width:50px;height:60px;margin-top:-18px;z-index:10;cursor:pointer;background: url(../images/left_2.png) no-repeat center top;left:10px;right:auto;opacity:1;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-next {position:absolute;top:50%;width:50px;height:60px;margin-top:-18px;z-index:10;cursor:pointer;background:url(../images/right_2.png) no-repeat center top;right:10px;left:auto;opacity:1;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-prev:hover {background:url(../images/left_2.png) no-repeat center -60px;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-next:hover {background:url(../images/right_2.png) no-repeat center -60px;}
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-prev:after,
#neiye_bx .content .cont .pic .swiper-cpimg .swiper-button-next:after {display:none;}

#neiye_bx .content .cont .viedo {width:100%;height:564px;float:left;margin-bottom:20px;}
#neiye_bx .content .cont .viedo .sp{width:100%;height:500px;background-color:#333;}
#neiye_bx .content .cont .viedo .sp #jr_video_bx {width:100%;height:500px;}
#neiye_bx .content .cont .viedo .info {background-color:#ededed;font-size:15px;color:#8c8c8c;line-height:24px;padding:20px;font-style:italic;}
#neiye_bx .content .cont .images {}

#neiye_bx .content .cont .tit_cp_class {width:100%;height:44px;background-color:#b2b2b2;border-bottom:2px solid #474747;margin:30px 0 25px 0;float:left;}
#neiye_bx .content .cont .tit_cp_class ul li {width:170px;height:44px;line-height:44px; font-size:18px;color:#fff;float:left;text-align:center;cursor:pointer;}
#neiye_bx .content .cont .tit_cp_class ul .show_on {background-color:#f5bb00;}
#neiye_bx .content .cont .tit_cp_class ul .show_off {background-color:#777;}

#neiye_bx .content .cont .text_cp_class {width:100%;float:left;}

#neiye_bx .content .cont h3 {width:100%;float:left;height:26px;line-height:26px;font-size:22px;color:#333;margin-bottom:20px;background:url(../images/ny_nr_hr_1.jpg) no-repeat left top;padding-top:5px;}
#neiye_bx .content .cont h3 .f1 {font-family:Arial, Helvetica, sans-serif;font-size:24px;color:#c0c0c0;text-transform: uppercase;}
#neiye_bx .content .cont .text {width:100%;float:left;font-size:16px;line-height:28px;color:#333333;margin-bottom:30px;}
#neiye_bx .content .cont#faq .text {width:calc(100% - 60px)!important;width:-moz-calc(100% - 60px)!important;width:-webkit-calc(100% - 60px)!important;position:relative;padding-left:60px;}
#neiye_bx .content .cont#faq .text:before {content:'A';width:28px;height:28px;line-height:28px;font-size:16px;color:#fff;font-family:"Times New Roman", Times, serif;font-weight:bold;text-align:center;position:absolute;left:15px;top:0;border-radius:15px;-moz-border-radius:15px;border:1px solid #005699;background-color: #005699;}
#neiye_bx .content .cont .text p,
#neiye_bx .content .cont .text span,
#neiye_bx .content .cont .text font,
#neiye_bx .content .cont .text a {font-size:16px;line-height:28px;color:#333333;}
#neiye_bx .content .cont .text b,
#neiye_bx .content .cont .text strong {font-weight:bold;color:#000;}
#neiye_bx .content .cont .Relevant {width:1220px;float:left;padding:20px;margin:0 0 10px 0;background-color:#fbfbfb;}
#neiye_bx .content .cont .Relevant h3 {display:block;height:32px;line-height:32px;color:#333;font-size:20px;border-bottom:2px solid #ddd; background:none;float:none;margin:0;padding:0;}
#neiye_bx .content .cont .Relevant ul li {width:100%;height:44px;line-height:44px;border-bottom:1px dashed #adadad;}
#neiye_bx .content .cont .Relevant ul li b {font-size:14px;color:#FF9900;}
#neiye_bx .content .cont .Relevant ul li a {font-size:16px;color:#333;}
#neiye_bx .content .cont .Relevant ul li em {color:#9f9f9f;font-size:14px;float:right;}
#neiye_bx .content .footer {height:66px;border-top:1px solid #e6e6e7;background:#f6f6f6 url(../images/logo.png) no-repeat right center;padding:0 20px;}

.detail{ width:650px;}
.detail h1{font-size: 24px;color: #333;height: 40px;line-height: 40px; font-weight:bold;}
.detail ul{ padding:10px 0; border-bottom:1px dashed #dadada; margin-bottom:10px;}
.detail ul li{font-size: 14px;color: #666;line-height: 22px;font-weight: normal;margin: 0;padding: 0;margin-bottom: 5px;}
.detail ul li span,.detail p span,.detail .tel span{color: #c33; }
.detail p{font-size: 14px;color: #c33;line-height: 25px;font-weight: normal; margin-top:6px; color:#333;}
.detail .tel{width:350px; float:right; line-height:30px; height:60px; margin:50px 0; text-indent:15px; font-size:22px; color:#666;word-spacing:8px; letter-spacing: 1px; background:url(../images/tel.jpg) no-repeat; padding-left:70px;}
.detail .tel span{ font-size:30px; display:block;}
.detail .bj{ width:200px; height:46px; line-height:46px; background:#F62E2E; text-align:center; margin-right:20px;}
.detail .bj a{ color:#fff; font-size:24px; display:block}
.detail .bj a:hover{ background:#900}
.detail .zx{ width:200px; height:46px; line-height:46px; background:#1C4B83; text-align:center; margin-right:20px;}
.detail .zx a{ color:#fff; font-size:24px; display:block}
.detail .zx a:hover{ background:#036}
.detail .word a{ width:26px; height:46px; background:url(../images/word.jpg) no-repeat center; display:block; margin-right:15px;}

.detail .pdf a{ width:26px; height:46px; background:url(../images/pdf.jpg) no-repeat center; display:block}

.detail_left{ width:1200px;float: left;}
.detail_left h1{ height:46px; line-height:46px; border-bottom:1px solid #dadada}
.detail_left h1 a{ float:left; margin-right:20px; padding:0 30px; background:#F0F0F0; font-size:18px; font-weight: normal;}
.detail_left h1 a:hover{ background:#015699; color:#fff;}
.detail_left h1 a.current{ background:#015699; color:#fff; }
.detail_left h3{ height:40px; line-height:40px; border-bottom:1px solid #dadada; margin-bottom:20px; }
.detail_left h3 p{ width:auto; height:40px; line-height:40px; float:left; background:#015699; padding:0 20px; display:block;   color:#fff; font-size:16px; font-weight:bold}
.detail_left h3 a{ color:#fff;}
	
.detail_left .cont{ width:1200px;  padding:20px 0px;}
.detail_left .cont1{ width:580px; padding:20px 0;}
.detail_left .cont1 input[type="text"]{ width:320px; font-size:12px; padding-left:5px; height:28px; line-height:28px; margin-bottom:10px; margin-left:20px;}
.detail_left .cont1 textarea{ width:450px; height:80px; font-size:12px; padding-top:5px;margin-left:20px;padding-left:5px;}
.detail_left .cont1 input[type="submit"],.detail_left .cont1 input[type="reset"]{ width:80px; height:32px; line-height:32px; background:#f00; border:none; color:#fff; cursor:pointer}
.detail_left .lxs{ background:url(../images/bg_propage_map.jpg)  right bottom no-repeat}
.detail_right{
    width: 300px;
    height: auto;
    overflow: hidden;
    float: right;
}
.detail_right .xgpro{
    width: 300px;
    overflow: hidden;
}
.detail_right .xgpro .xg_tit{
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/xian2.jpg) no-repeat left bottom;
    margin-bottom: 30px;
}
.detail_right .xgpro .xg_con{
    width: 300px;
}
.xgpro .xg_con ul li{
    margin: 0px 8px;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.xgpro .xg_con ul li a img {
    width: 280px;
    height: 220px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
}
.xgpro .xg_con ul li .title {
    display: block;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.telx strong {
    display: block;
    font-size: 20px;
    line-height: 42px;
    margin-top: 5px;
}

.telx span {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;    color: #ea2622;
}

.telx em {
    display: block;
    color: #ea2622;
    font-style: normal;    color: #ea2622;
}


.lxxx p {
    color: #666;
    height: 30px;
    margin: 10px;
    text-indent: 0;
    font-size: 16px;
}
.lxxx p b {
    color: #c33;
}

.c {
  clear: both;
  font-size: 0px;
  overflow: hidden;
}

.c20 {
  clear: both;
  height: 20px;
  font-size: 0px;
  overflow: hidden;
}

.fl,.left{ float:left;}
.fr,.right{ float:right;}
.path{width:100%;height:90px; line-height:90px; background:#f4f4f4; }
.path .path_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.path_con .subnav{
    width: auto;
    padding-top:18px;
    height: 50px;
    line-height: 50px;
    float: left; 
}
.path_con .subnav a{
    display: block;
    float: left;
    width: 124px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-right: 10px;
    background: #015699;
    color: #fff;
    text-align: center; 
    font-size: 16px;
}
.path h2{float:left; font-weight:bold; font-size:16px; background:#1d72bd; height:40px; padding:0px 30px; color:#fff;}
.path span{float:left; padding-right:10px; font-size:14px;}
.content{width:100%; margin:0 auto; padding:6px 0; font-size:14px; line-height:24px;}
.content table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:98%; margin:10px auto;}
.content table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:8px 0; text-align:center;}
.content p{font-size:16px; line-height:28px;}
.content .datu {
    padding: 15px 0;
}
.view-title{font-size:24px; height:50px; line-height:50px; display:block; text-align:center;}
.view-date{height:25px; line-height:25px; display:block; text-align:center;}
.view_img{
    text-align: center;
    margin: 10px 0;
}
.view_img img{
    max-width: 800px;
    height: auto;
}
.updown{width:100%; clear:both; margin-top:15px; margin-bottom:25px; height:50px; display:block;}
.updown li{width:45%;background:#005699; margin:10px 2%; float:left;height:40px; line-height:40px; overflow:hidden; color:#fff; text-indent:20px; border-radius:20px;}
.updown li a{color:#fff;}
.products{ width:100%; margin:0 auto;}
.products .pros_tit{font-size:28px; text-align:center;height:90px; line-height:90px;margin-top:20px;margin-bottom:20px;clear:both;}
.products .pros_tit a{font-size:28px; background:#005699; color:#fff; padding:10px 30px;}

.row .cptitle{ width:291px; background:#eeeeee; height:50px;}
.row .cptitle p{ color:#333; font-size:16px; text-align:center; line-height:50px;}

/*产品组图*/
.pro_list{padding:0px 0px;}
#imgto{width:500px; height:500px; float: left;}
#imgto .big{width:500px;height:440px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/  text-align:center; background:#f5f5f5;}
#imgto .big img{max-width:500px;max-height:440px;}

#imgto .small{height:100px; margin-top:8px;width:100%; clear:both;}
#imgto .small div{float:left;overflow:hidden;}
#imgto .small div.imgl,#imgto .small div.imgr{width:13px;height:80px; border:1px solid #CCC; background-color:#F6F6F6; text-align:center; line-height:80px; font-weight:bold; color: #999; cursor:pointer;}
#imgto .small div.imgl:hover,#imgto .small div.imgr:hover{ background-color: #E7E7E7; color: #666}
#imgto .small div.imgc{width:486px; position:relative;height:100px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
#imgto .small div.imgc ul{ position:absolute;width:2200px; height:100px;top:0; left:0;}
#imgto .small div.imgc ul li{ float:left; width:108px; margin-left:10px;cursor:pointer;border:1px solid #1a1f23;}
#imgto .small div.imgc ul li img{max-width:106px; height:80px;}
#imgto .small div.imgc ul li.the {border:1px solid #0D83F2}

.pro_right{width:650px; float:right;}
.pro_right h1{height:60px; line-height:40px; font-size:26px;}
.pro_desc{line-height:28px; line-height:28px; font-size:14px; background:#f4f4f4; padding:10px 15px; font-size:15px; text-align:justify;}
.pro_right .pro_zx{width:250px;height:28px; line-height:28px; margin-top:20px; font-size:30px; background:#005699 url(../images/tel2.png) no-repeat 26px 16px; padding:15px 25px; border-radius:3em; text-indent:50px; color:#fff;}
.pro_img{ width:200px; height:200px;padding:0px; border:1px solid #e2e2e2;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
.pro_img img{vertical-align: middle;max-width:200px;max-height:200px;}

.info_desc{background:#f0f0f0; padding:20px; font-size:16px; color:#111; line-height:26px;}

.view_con{width:100%; padding:15px 0; font-size:16px; line-height:36px;}
.view_con img{min-width:440px; max-width:740px;}
.view_pic{width:100%; padding:15px 0; text-align:center;}
.view_pic img{min-width:440px; max-width:640px;}
.view_desc{padding:15px 25px; background:#f5f5f5; border:1px solid #e2e2e2; font-size:14px;}
.view_title{width:100%; background:#f4f4f4; height:50px; line-height:50px;}
.view_title h3{background:#005699 url(../images/ico.png) no-repeat 20px center; display:block; float:left; color:#fff; width:140px; text-indent:50px; font-size:16px;}
.content .datu {
    padding: 15px 0;
    text-align: center;
}
.pro_con{width:100%; margin:0 auto; padding:15px 0; font-size:14px; line-height:26px;}
.pro_con p{padding-top:8px; font-size:16px;}
.pro_con .left p{background:url(../images/heidian.jpg) no-repeat 10px 8px;display:block; padding:0px 10px; text-indent:1em;}
.pro_con strong{background:#005699 url(../images/ico.png) no-repeat 20px center; width:100%; display:block; color:#fff; height:44px; line-height:44px; font-size:18px;text-indent:50px; font-weight:normal;}
.pro_con b{font-weight:normal;}
.pro_con table .pro,.pro_con table .fab{ text-align:left; padding-left:20px; display:block;padding:15px;}
.pro_con .left{width:80%; display:block; padding:15px;}
.pro_con table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:100%; margin:10px auto;}
.pro_con table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:0px; text-align:center;}

.info_title {
	margin: 10px 0 0 0;
	width: 100%;
	height: 50px;
	background: #E2E2E2;
	margin-bottom: 10px; clear:both;
}
.info_title b {
	display: inline-block;
	padding:0 30px;
	height: 100%;
	border-right: 1px solid #fff;
	background: #005699;
	color: #fff;
	line-height: 50px; font-size:16px;
}
.info_title a {
	margin: 8px;
	width: 15px;
	height: 15px;
	background-position: 0 -426px;
}
#allmap{width:100%; height:400px; line-height:25px;}



/*pages*/
.pages_cont { width:100%; margin:0 auto;}
.pages {padding:20px 15px;text-align:center;}
.pages a {display:inline-block;height:36px;line-height:36px;background:#fff;border:1px solid #d6d6d6;text-align:center;color:#333;font-weight:400;font-size:14px;padding:0 15px;border-radius:3px;margin-right: 10px;}
.pages a.a1 {background:#fff;width:56px;padding:0; }
.pages a:hover {background:#005699;border:1px solid #005699;color:#fff;text-decoration:none }
.pages span {display:inline-block;height:36px;line-height:36px;background:#005699;border:1px solid #005699;color:#fff;font-size:14px;text-align:center;padding:0 15px;border-radius:3px;margin-right: 10px;}
.page .noPage {display:inline-block;width:56px; height:22px;line-height:22px;background:url(../images/titleBg.png) repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4; }


.dingsheng_nav {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 170px;
    width: 140px;
    -ms-background-image: linear-gradient(to bottom right, #015699, #015699);
    -moz-background-image: linear-gradient(to bottom right, #015699, #015699);
    -webkit-background-image: linear-gradient(to bottom right, #015699, #015699);
    background-image: linear-gradient(to bottom right, #0a68c0, #0a68c0);
    border-radius: 10px;
    border: 4px solid #015699;
    padding: 12px 0 30px;
}

.dingsheng_nav .weixin_code_nav {
    width: 110px;
    margin: 0 auto;
}

.dingsheng_nav .weixin_code_nav .img_box img {
    width: 100%;
}
.dianhua_nav font{}

.dingsheng_nav .weixin_code_nav .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
}

.Statements_and_Schemes {
    padding: 12px 2px 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.Statements_and_Schemes .item {
    margin-bottom: 7px;
}

.Statements_and_Schemes .item a {
    width: 160px;
    border: 1px solid #015699;
    border-radius: 10px;
    background: rgba(1,86,153,0.76);
    padding: 5px 10px 5px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Statements_and_Schemes .item a .icon {
    width: 38px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.Statements_and_Schemes .item a .icon img {
    width: 100%;
}

.Statements_and_Schemes .item a .right_box {
    padding-left: 10px;
}

.Statements_and_Schemes .item a .right_box .tt {
    font-size: 14px;
    color: #ff0;
}

.Statements_and_Schemes .item a .right_box .text {
    font-size: 14px;
    color: #ffffff;
    padding-top: 2px;
}


.dingsheng_nav .dianhua_nav a {
    display: block;
    font-family: "Impact";
    font-size: 20px;
    color: #ff0;
    text-align: center;
}

.dingsheng_nav .Free_inquiry {
    padding-top: 12px;
}

.dingsheng_nav .Free_inquiry a {
    display: block;
    width: 122px;
    margin: 0 auto;
}

.dingsheng_nav .Free_inquiry a img{
max-width: 100%;
}


.proltcover {width: 1200px;height:auto; border-bottom: 1px solid #f7f7f7; padding-bottom: 32px; overflow: hidden; margin:0 auto; }
.proltcover:hover {border-bottom-color: #ccc; transition: all .6s;}
.yq_box { width: 100%; clear: both; overflow: hidden; }
.yq_box dl { width: 276px; height: 265px; background: #f7f7f7; margin: 40px 32px 0 0;}
.yq_box dl:nth-child(4n) {margin-right: 0;}
.yq_box dl i { display: block; width: 100%; height: 100%; position: absolute; background: black; left: 0; top: 100%; opacity: 0; transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53); }
.yq_box dl i a{display:block;width: 100%; height: 100%;}
.yq_box dl * { transition: all 0.2s; }
.yq_box dt { width: 100%; height: 183px; overflow: hidden; background: #fff; text-align:center; }
.yq_box dt img { max-width: 100%; height:183px;}
.yq_box dd { text-align: center; color: #c70008; font-size: 16px; height: 58px; padding-top: 15px; position: absolute; bottom: 0; width: 100%; background: #f7f7f7; overflow: hidden; }
.yq_box span, .yq_box em { display: block; font-style: normal; font-weight: normal; font-size: 16px; }
.yq_box span { color: #999999; margin: 0px 0 15px; }
.yq_box em { color: #999999; margin-bottom: 7px; opacity: 0; }
.yq_box .con, .yq_box .chat { opacity: 0; }
.yq_box dl:hover i { opacity: .3; top: 0; }
.yq_box dl:hover dd { height: 110px; }
.yq_box dl:hover dd em, .yq_box dl:hover dd a { opacity: 1; }
.yq_box dl:hover dd .pat { color: #c70008;}
.yq_box dl { position: relative; overflow: hidden; float: left; }
.yq_box dl .con, .yq_box dl .chat, .bio_box dl .con, .bio_box dl .chat { display: inline-block; width: 78px; height: 24px; color: #626060; border: 1px solid #999; border-radius: 4px; margin-right: 15px; font-size: 1.0em; line-height: 24px; font-weight: normal; text-align: center; transition: all .2s; }
.yq_box dl .con:hover, .bio_box dl .con:hover { background: #c70008; border-color: #c70008; color: #FFFFFF; }
.yq_box dl .chat, .bio_box dl .chat { border-color: #c70008; background: #c70008; color: #FFFFFF; margin-right: 0; }
.yq_box dl .pat, .bio_box dl .pat { display: block; font-size: 18px; color: #333333; }
.yq_box dl .pat:hover, .bio_box dl .pat:hover { color: #c70008; }
.yq_box dl:after, .bio_box dl:after { content: " "; display: block; width: 0; height: 1px; background: #c70008; position: absolute; bottom: 0; transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53); }
.yq_box dl:hover:after, .bio_box dl:hover:after { width: 100%;}


.ysBox .container {position:relative; width:1200px; margin:0 auto;font-family:microsoft yahei;}
.ysBox .ys1 {background:url(../images/ysbg1.jpg) no-repeat center;height:887px;}
.ysBox .ys2 {background:url(../images/ysbg2.jpg) no-repeat center;height:996px;}
.ysBox .wp {}
.ysBox .wp dt {color:#fff;}
.ysBox .wp dt p {color:#fff; display:block; height:30px; line-height:30px; text-transform:uppercase;}
.ysBox .wp dd p {background:url(../images/ddbg2.png) no-repeat left center;color:#fff;}
.ysBox .ys2 b {font-size:25px;color:#fff;position:absolute;left: 290px;top:903px;}
.ysBox dl {position:absolute;}
.ysBox dt {font-size:30px;color:#322f2e;font-weight:bold;margin-left: 5px;}
.ysBox dt p {font-size:12px;color:#cdcfce;font-weight:normal;text-transform:uppercase;}
.ysBox dd {margin-top:20px;}
.ysBox dd p {height:35px;line-height:35px;font-size:15px;color:#302a2a;background:url(../images/ddbg.png) no-repeat left center;padding-left:28px;}
.ysBox dd .rp {color:#e01313;}
.ysBox dd .yp {color:#fbfe0f;}
.ysBox .dz {left: 110px;}
.ysBox .dr {left: 570px;}
.ysBox .dw1 {top: 290px;background:url(../images/01.png) no-repeat left top; padding-left:120px;}
.ysBox .dw2 {top: 630px;background:url(../images/02.png) no-repeat left top; padding-left:120px;}
.ysBox .dw3 {top: 20px;background:url(../images/03.png) no-repeat left top; padding-left:120px;}
.ysBox .dw4 {top: 395px;background:url(../images/04.png) no-repeat left top; padding-left:120px;}
.ysBox .dw5 {top: 660px;background:url(../images/05.png) no-repeat left top; padding-left:120px;}