* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden
}

body,
input {
  font-family: arial;
  color: #333;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

i,
em {
  font-style: normal
}

img {
  border: 0;
  vertical-align: middle;
}

ul li {
  list-style: none
}

h1,
b {
  font-weight: normal
}

button {
  border: none;
  background: none;
}

/*公共样式*/
.container {
  max-width: 1200px;
  margin: 0 auto
}

.container-s {
  width: 98%;
  margin: 0 auto
}

.wap-container {
  width: 96%;
  margin: 0 auto
}

input {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c {
  *zoom: 1;
}

.c:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.cl {
  HEIGHT: 0px;
  CLEAR: both;
}
/* 常量设置 */
.wrap {max-width: 1600px;margin-right: auto;margin-left: auto;width: 95%;}
.mwrap {max-width: 1400px;margin-right: auto;margin-left: auto;}
.channel_content .wrap{max-width:1400px;width: 100%;}
.xc_banner .content .mwrap{max-width:1400px;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
/*公共头部*/

/* 头部 */
/* header{height:103px; background:#1252b2;} */
.header { position: fixed; width: 100%; left: 0; top: 0; z-index: 5; transition: .3s ease; background: #fff }
.header.fixed { top: 0; box-shadow: 0 0 8px rgba(0,0,0,0.5); }
/* .header.fixed .head_bott{position:fixed; width:100%; left:0; top:0; z-index:5; transition:.3s ease;} */
.header .head_top { background: #fff; }
.header .head_top .left { float: left; font-size: 13px; color: #fff; line-height: 38px; }
.header .head_top .right { float: right; }
.header .head_top .right>ul>li { position: relative; float: left; line-height: 38px; height: 38px; font-size: 13px; color: #333; margin-right: 20px; cursor: pointer; }
.header .head_top .right>ul>li .icon { width: 19px; height: 19px; font-size: 18px; display: inline-block; margin-top: 10px; }
.header .head_top .right>ul>li.li2 .icon { background: url(../images/tel.svg) no-repeat center; background-size: cover; }
.header .head_top .right>ul>li span { line-height: 38px; display: inline-block; vertical-align: top; margin-left: 7px; }
.header .head_top .right .guanhui_img { display: none; position: absolute; z-index: 1; top: 100%; width: 112px; height: 112px; left: 50%; margin-left: -66px; padding: 12px; }
.header .head_top .right>ul>li.li2 { border: 1px solid #e5e5e5; padding: 0 10px; border-radius: 20px; color: #ff9700; height: 36px; line-height: 36px; }
.header .head_top .right .guanhui_img .img { position: relative; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); padding: 0px; background: #fff; }
.header .head_top .right .guanhui_img .img:after { content: ""; display: block; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; position: absolute; left: 50%; top: -8px; margin-left: -8%; }
.header .head_top .right .li1 .lan_down { position: absolute; width: 80px; position: absolute; left: 50%; margin-left: -40px; top: 100%; display: none; z-index: 3; padding: 5px 0; background: #E6E8EA; background: rgba(230,232,234,0.8); }
.header .head_top .right .li1 .lan_down ul>li { text-align: center; }
.header .head_top .right .li1 .lan_down ul>li a:hover { background: rgba(255,255,255,.9); }
.header .head_top .right .li1 .lan_down ul>li a { display: block; color: #666; height: 30px; }
.header .head_top .right .li1 .lan_down ul>li a img { display: none; }
.header .head_top .right .li1 .lan_down ul>li a span { display: inline-block; font-size: 15px; line-height: 30px; margin-left: 0; }
.header .head_bott {background: #fff;position: relative;}
.header .head_bott .logo { float: left; margin-top: 20px; margin-bottom: 20px; }
.header .head_bott .inav_wrapper {float: left;
  /* width: 50%; */
  margin-left: 10%;}
.header .head_bott .inav_wrapper .nav_ul .nav_li {float: left;font-size: 15px;color: #333;line-height: 90px;padding: 0 30px; position: relative;}
.header .head_bott .inav_wrapper .nav_ul .nav_li>a { display: block; position: relative; }
.header .head_bott .inav_wrapper .nav_ul .nav_li>a:after { content: ''; position: absolute; bottom: 5px; width: 0; left: 0; height: 2px; background: #1252b2; transition: .3s ease; }
.header .head_bott .inav_wrapper .nav_ul .nav_li>a:hover:after { width: 100%; }
.header .head_bott .inav_wrapper .nav_ul .nav_li.active>a:after { width: 100%; }
.header .head_bott .inav_wrapper .nav_ul .nav_li.cur>a:after { width: 100%; }
.header .head_bott .inav_wrapper .nav_ul .nav_li>a:hover { color: #1252b2; }
.header .head_bott .inav_wrapper .nav_ul .nav_li .dropdown { 
  display: none; overflow: hidden;
    position: absolute;
    top: calc(100% + 0px);
    background: #FFFFFF;
    box-shadow: 0px 2px 19px 10px rgba(22, 44, 112, 0.05);
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px;
}
.header .nav_ul .dropdown ul li{line-height:40px}
.header .nav_ul .dropdown ul li a{white-space: nowrap;}
.header .nav_ul .dropdown ul li:hover a{ color:#4166F5;}




.header .head_bott .tool { float: right; }
.header .head_bott .tool .company {float: left;margin-top: 15px;}
.header .head_bott .tool .company .icon { display: inline-block; width: 31px; height: 32px; background: url(../images/ico_tel.png) no-repeat center; }
.header .head_bott .tool .company .tel {display:inline-block;}
.header .head_bott .tool .company .tel p{font-size:14px;color:#333;}
.header .head_bott .tool .company .tel h2 {font-size:29px;font-family:Impact;color:#3768FF;line-height: 1;}
.header .head_bott .tool .search {float: left;width: 32px;height: 32px;margin-left: 20px;background: url(../images/icon_search.png) no-repeat center;cursor: pointer;margin-top: 33px;}
.header .head_bott .head_search { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; }
.header .head_bott .head_search .bg {position: fixed;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);}
.header .head_bott .head_search .content { position: relative; z-index: 1; width: 50%; margin: 0 auto; top: 38px; overflow: hidden; }
.header .head_bott .head_search .form { position: relative; }
.header .head_bott .head_search input {padding: 0 38px 0 39px;width: 92%;line-height: 65px;height: 65px;border: none;background: rgba(18, 82, 178, 0.8);}
.header .head_bott .head_search button { position: absolute; outline: none; background: none; border: none; top: 20px; font-size: 18px; color: #fff; }
.header .head_bott .head_search button.submit { left: 0; }
.header .head_bott .head_search button.close { right: 0; }
.header .head_bott .head_search .text { background: #fff; }
.header .head_bott .head_search .text .text_box { padding: 40px; }
.header .logo, .header .inav_wrapper, .header .tool { opacity: 1; visibility: visible; transition: .5s ease; }
.header.on .logo, .header.on .inav_wrapper, .header.on .tool { opacity: 0; visibility: hidden; }
.header .head_bott .head_search .text .text_box .t { margin-bottom: 20px; }
.header .head_bott .head_search .text .text_box ul li { line-height: 30px; font-size: 14px; padding-left: 20px; }
.header .head_bott .head_search .text .text_box ul li:hover { background: #eee; }
.mobile_key { display: none; }
.m_nav { display: none; }
.head_bott .tool .m_language { display: none; }
.head_bott .tool .m_search { display: none; }
.head_bott .mLan_down { display: none; }



.mobile_key { display: none; }
.m_nav { display: none; }
.head_bott .tool .m_language { display: none; }
.head_bott .tool .m_search { display: none; }
.head_bott .mLan_down { display: none; }
/* 内页底部 */
/* .footer { position: relative; overflow: hidden;background:#e5e5e5;padding:60px 0;} */
.footer .btm_box{overflow: hidden;}
.footer .btm_box .l_box ul{overflow: hidden;}
.footer .btm_box .l_box ul li{float: left;margin-right: 20px;text-align: center;}
.footer .btm_box .l_box ul li .title{font-size: 14px;line-height: 25px;color: #949494;}

.footer .btm_box .r_box{text-align: right;}
.footer .btm_box .r_box .share_box span{display: block;font-family: arial;}
.footer .btm_box .r_box .share_box span.small{font-size: 16px;color: #2b2b2b;}
.footer .btm_box .r_box .share_box span.large{font-size: 33px;color: #1252b2;font-family: Impact;}

.footer .btm_box .r_box .share_box .bdsharebuttonbox {display: inline-block;vertical-align: middle;padding-top: 15px;}
.footer .btm_box .r_box .share_box .bdsharebuttonbox a{margin: 0px 7px;}

/*头部*/


/*首页banner*/

/*首页banner*/
.banner {
  position: relative;
  z-index: 1;
}

.banner-hd {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner-hd ul {
  height: 100%;
  margin: 0 auto;
}

.banner-hd ul li {
  height: 100%;
}

.ny-hd {
  height: 390px;
}

.banner-hd .num {
  overflow: hidden;
  position: absolute;
  bottom: 2%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  zoom: 1;
  z-index: 3;
  text-align: center;
}

.banner-hd .num ul {
  display: inline-block;
  display: inline-block;
  margin-left: 55px;
}

.banner-hd .num li {
  width: 15px;
  height: 15px;
  margin: 15px 10px;
  display: block;
  background: #ccc;
  transition: all .5s;
  cursor: pointer;
  float: left;
  border-radius: 100%
}

.banner-hd .num li.on {
  background: #3768FF;
}

.banner-wz {
  position: absolute;
  bottom: 23%;
  right: 0%;
  text-align: center;
  z-index: 10;
  background: url(../images/banner-bg.html) no-repeat center left;
  width: 799px;
  height: 239px;
}

.banner-wz .b-a {
  position: absolute;
  display: none;
  width: 600px;
  text-align: left;
}

/* 这里的定位需与dd的playOut属性一致 */
.banner-jt {
  width: 59px;
  height: 112px;
  position: absolute;
  z-index: 9999;
  top: 50%;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/*首页banner*/






/*首页banner*/

/*手机banner*/
.banner {
  display: block;
}

.wap-banner {
  display: none;
}

.wap-banner {
  position: relative;
}

/*手机banner*/

/*搜索*/
.search {
  background: #EEEEEE;
  height: 70px;
  line-height: 70px;
}

.search-left span em {
  margin-right: 10px;
  font-size: 15px;
  color: #0E6EB8;
  font-weight: bold;
  line-height: 62px;
  border-top: 3px solid #0E6EB8;
  height: 67px;
  float: left
}

.search-left span {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  float: left
}

.search-nr a {
  color: #666666;
  font-size: 15px;
  margin: 0 10px;
  font-weight: normal;
}

.search-nr a:hover {
  color: #0E6EB8
}

.search-right {
  width: 340px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  margin-top: 15px;
}

.search-right input {
  float: left
}

.search-right .text {
  width: 290px;
  border: none;
  background: none;
  line-height: 40px;
  text-indent: 20px;
}

.search-right .submit {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  background: url(../images/search.png) no-repeat center center;
}

/*搜索*/




.t_b1k2ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.t_b1k2{
  background: #F5F5F5;
}
.t_b1k2nr .t_fonth3{
  font-weight: bold;
}
.t_b1k2li{
  width: 25%;
  padding: 0 21px;
  margin-bottom: 34px;
  box-sizing: border-box;
}
.t_b1k2ul{
  margin: 0 -21px;
  margin-bottom: -34px;
}
.t_b1k2xin{
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 46, 111, 0.05);
  border-radius: 8px;
  transition: all 0.36s;
  padding: 38px 48px 30px;
  position: relative;
}
.t_b1k2xin:hover {
  background: #3768FF;
  cursor: pointer;
}
.t_b1k2xin:hover .t_fonth5 {
  color: #fff;
}

.t_b1k2xin:hover .t_duanp p{
  color: #fff;
}
.t_b1k3xin:hover .t_b1k3ic img:nth-of-type(2){
  opacity: 1;
}
.t_b1k3xin:hover .t_b1k3ic img:first-child{
  opacity: 0;
}
.t_b1k2ic{
  width: 38px;
  margin-right: 12px;
}
.t_b1k2hang .t_fonth5{
  color: #333;
  font-weight: bold;
  line-height: 38px;
  width: calc(100% - 50px);
  transition: all 0.36s;
  font-size: 18px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t_b1k2ic img:nth-of-type(2){
  opacity: 0;
}
.t_fonth3.t_jianxiawai2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
}
.t_b1k2xin .t_duanp {
  min-height: 64px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* display: -webkit-box;   */
}
.t_b1k2xin .t_b1k2hang .t_b1k2ic img{
  width:100%;
}
.t_b1k2xin .t_duanp p{
  transition: all 0.36s;
}
.t_b1k2hang {
  margin-bottom: 11px;
}
.t_b1k2{
  position: relative;
  overflow: hidden;
}
.t_b1k2zh{
  width: 44%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.t_b1k2zh img{
  width: 100%;
}
.t_b1k2xin .t_b1k2hang,.t_b1k2xin .t_duanp{
  position: relative;
  z-index: 2;
}
.t_b1k2bg{
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
}
.t_b1k2 .in_title{
  margin-top:0;
}
.t_b1k2 .ys_cont1360{
  position: relative;
  z-index: 2;
}
.t_b1k3pic{
  width: 100%;
}
.t_b1k3pic img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.t_b1k3lix.t_jiantop1:first-child{
  padding-top: 0;
}
.t_b1k3lix .t_fonth3{
  font-weight: bold;
}
.t_b1k3bo{
  width: 25%;
  padding: 20px;
}
.t_b1k3lun{
  margin: -20px;
}
.t_b1k3xin{
  background: #fff;
  box-shadow: 0px 2px 19px 10px rgba(22, 44, 112, 0.05);
  border-radius: 8px;
  transition: all 0.36s;
  padding: 50px 50px 65px;
  position: relative;
}
.t_b1k3ic{
  width: 44px;
  margin-bottom: 31px;
}
.t_b1k3xin .t_fonth5{
  font-weight: bold;
  transition: all 0.36s;
  margin-bottom: 20px;
  height: 30px;
  overflow: hidden;
}
.t_b1k3xin .t_duanp p{
  color: #999;
  transition: all 0.36s;
}
.t_b1k3zh{
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
.t_b1k3zh img{
  width: 100%;
}
.t_b1k3xin .t_b1k3ic,.t_b1k3xin .t_fonth5,
.t_b1k3xin .t_duanp{
  position: relative;
  z-index: 2;
}
.t_b1k3ic img:nth-of-type(2){
  opacity: 0;
}
.t_b1k3xin .t_duanp{
  height: 128px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;  
}
.t_b1k3lun .slick-prev{
  left: -88px;
}
.t_b1k3lun .slick-next{
  right: -88px;
}
.t_b1k4{
  background: #F5F5F5;
}
.t_syk3xia{
  background: #fff;
}
.t_b1k4ul .t_syk3bo {
  padding: 20px 22px;
}
.t_b1k4ul{
  margin: -20px -22px;
}
.t_b1k4ul .slick-prev{
  left: -86px;
  background: #fff;
}
.t_b1k4ul .slick-next{
  right: -86px;
  background: #fff;
}
.t_b1k4nr .t_fonth3{
  font-weight: bold;
}
.t_b1k5le{
  width: 370px;
  padding-right: 100px;
}
.t_b1k5rg{
  width: calc(100% - 370px);
}
.t_b1k5li{
  width: 33.333333%;
  padding: 15px 15px;
}
.t_b1k5ul{
  margin: -15px -15px;
}
.t_b1k5xin{
  background: #fff;
  box-shadow: 0px 2px 19px 4px rgba(22, 44, 112, 0.05);
  border-radius: 8px;
  text-align: center;
  padding:28px 35px 46px;
}
.t_b1k5tit .t_fonth3{
  font-weight: bold;
}
.t_b1k5pic{
  width: 200px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 39px;
}
.t_b1k5xin .t_fonth5{
  font-weight: bold;
  margin-bottom: 21px;
}
.t_b1k5xin .t_duanp{
  height: 96px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;  
}
.t_b1k5ul .slick-prev{
  left: -355px;
}
.t_b1k5ul .slick-next{
  right: auto;
  left: -289px;
}
.t_b1k5ul .slick-prev,.t_b1k5ul .slick-next{
  top: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  bottom: 45px;
}
.t_jianda{
  padding:80px 0;
}

@media screen and (max-width: 1440px){
.t_jianda {
    padding: 80px 0;
}

}



.in_title{
  margin:60px 0;
}
.in_title h2{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #333;

}

/*ser*/
.ser {
 
}
.ser h2{margin-bottom: 60px;}
.ser_l{float: right;width: 940px;height: 408px;background: #fff;margin-top: 48px;}
.ser_l dd{width: 100%;}
.ser_l dd h3{width: 410px;font-size: 30px;color: #333;font-weight: normal;height: 78px;line-height: 78px;border-bottom: 1px solid #e5e7eb;margin-bottom: 20px;}
.ser_l dd h3 b{float: right;font-size: 46px;color: #333;font-family: Arial;opacity: 0.2;line-height: 40px;height: 26px;overflow: hidden;margin-top: 26px;}
.ser_l dd p{font-size: 14px;color: #4c4c4c;line-height: 27px;}
.ser_l dd .tel{margin-top: 65px;padding-left: 44px;background: url(../images/tel1.png) no-repeat left 6px;}
.ser_l dd .tel i{display: block;font-size: 14px;line-height: 14px;color: #333;font-family: "Arial";}
.ser_l dd .tel b{display: block;font-size: 40px;line-height: 44px;font-family: "Arial";}
.ser_l dd .tel a.zx{float: right;width: 127px;height: 51px;line-height: 51px;text-align: center;font-size: 14px;color: #fff;background: #333;border-radius: 25px;margin-top: 6px;}
.ser_r {
   float: left;
   width: 260px;
   background-color: #fff;
   box-shadow: 0 0 18px #f5f5f5;
   height: 600px;
   border-radius: 50px 0 50px 0px;margin-top: 48px;
}
.ser_r li {
   float: left;
   width: 150px;
   height: 158px;
   text-align: center;
   margin: 26px 10px 10px 55px;
}

.ser_r li i {
   display: block;
   width: 49px;
   height: 49px;
   background: #fff;
   border-radius: 100%;
   margin: 16px auto 0;
   box-shadow: 0 0 20px #d0d0d091;
}
.ser_r li p{font-size: 18px;color: #333;line-height: 18px;padding: 22px 0 18px;}
.ser_r li b{display: block;font-size: 14px;color: #333;position: relative;line-height: 14px;font-family: Arial;z-index: 1;}
.ser_r li b:after{position: absolute;width: 22px;height: 3px;content: "";background: #1e4f9b;left: 50%;margin-left: -11px;bottom: 1px;z-index: -1;}
.ser_r li.on{background: url(../images/ser_li.png) no-repeat;}
.ser_r li.on p,.ser_r li.on b{color: #fff;}



.fw{ background: url(../images/fw_bg.jpg) no-repeat center;box-sizing: border-box; }
.fw_con{position: relative;margin-top: 40px;overflow: hidden;}
.fw_con dl{ float: left;width: 15%;border-right: 1px solid #fff;height: 478px;transition: all 0.3s ease;box-sizing: border-box;overflow: hidden;position: relative;}
.fw_con dl.cur{ width: 25%; }
.fw_con dd .fw_s{ opacity: 1;position: absolute;width: 100%;left:0;bottom:0;height: 478px;background: url(../images/fw_dd1.png) no-repeat center;padding-top: 400px;box-sizing: border-box; z-index: 20;text-align: center;}
.fw_con dd .fw_s span{ display:block;font-size: 30px;color: #fff;line-height: 30px; }
.fw_con dd .fw_s span em{ display: block;font-size: 12px;color: #ffF;opacity: 0.2;font-family: Arial;padding-top: 10px; line-height: 12px;text-transform: uppercase;}
.fw_con dd .fw_t{ opacity: 0; }
.fw_con dl.cur dd .fw_t{ opacity: 1;position: absolute;width: 100%;left:0;bottom:0;height: 478px;
  background: url(../images/fw_dd.png) no-repeat center;padding: 312px 40px 0;box-sizing: border-box; z-index: 1;text-align: left;  }
.fw_con dl.cur dd .fw_t p { font-size: 14px;color: #fff;line-height: 18px; }
.fw_con dl.cur dd .fw_t p img{ display: block;width: 48px;height: 48px; }
.fw_con dl.cur dd .fw_t p b{ display: block;font-size: 40px;line-height: 22px;padding-top: 15px;color-rendering: #fff;padding-bottom: 12px; }
.fw_con dl.cur dd .fw_s{ opacity: 0; }
/*å…³äºŽæˆ‘ä»¬*/

/* b2 */
.t_b2k1le{
  width: 530px;
}
.t_b2k1rg{
  width: calc(100% - 530px);
}
.t_b2k1li{
  width: 50%;
  padding: 0 34px;
}
.t_b2k1xin{
  padding-right: 51px;
  border-bottom: 1px solid #EDEFF0;
  padding-bottom: 28px;
  padding-top: 48px;
}
.t_b2k1li:first-child .t_b2k1xin,.t_b2k1li:nth-of-type(2) .t_b2k1xin{
  padding-top: 0;
}
.t_b2k1ul{
  margin: 0 -34px;
}
.t_b2k1ic{
  width: 44px;
  margin-right: 20px;
}
.t_b2k1ic img{
  width: 100%;
}
.t_b2k1hang .t_fonth5{
  width: calc(100% - 64px);
  font-weight: bold;
}
.t_b2k1hang{
  display: flex;
  align-items: center;
}
.t_b2k1li .t_duanp{
  height: 64px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;  
}
.t_b2k1hang{
  margin-bottom: 15px;
}
.t_b2k1bg{
  position: absolute;
  width: 21.8%;
  left: 77px;
  bottom: 67px;
}
.t_b2k1bg img{
  width: 100%;
}
.t_b2k1{
  position: relative;
}
.t_b2k1 .ys_cont1360{
  position: relative;
  z-index: 2;
}
.t_b2k3li{
  width: 33.333333%;
  padding: 0 22px;
}
.t_b2k3ul{
  margin: 0 -22px;
}
.t_b2k3pic{
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.t_b2k3xia{
  padding:24px 10px 0;
}
.t_b2k3xia .t_fonth5{
  font-weight: bold;
  color:#333;
  margin-bottom: 10px;
}
.t_b2k3xia .t_duanp p{
  color: #666;
}
.t_b2k3xu{
  color: #3768FF;
  font-size: 50px;
  line-height: 1.2;
  position: absolute;
  top: -33px;
  right: 30px;
  z-index: 4;
}
.t_b2k3xia{
  position: relative;
}
.t_fonth3.t_jianxiawai2 {
  font-weight: bold;
}
.t_b2k3xia .t_duanp{
  height: 64px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; 
}
.t_b2k3ul .slick-next {
  right: -86px;
}
.t_b2k3ul .slick-prev {
  left: -86px;
}
.t_b2k4li{
  width: 25%;
  padding: 0 13.5px;
}
.t_b2k4ul{
  margin: 0 -13.5px;
}
.t_b2k4xin{
  background: #fff;
  box-shadow: 0px 2px 19px 10px rgba(22, 44, 112, 0.05);
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 44px 20px 19px;
}
.t_b2k4xin .t_duan18 p{
  color: #333;
  font-weight: bold;
}
.t_b2k4ic{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #3768FF;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.t_b2k4ic img{
  width: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.t_b2k4xin::before{
  content: '';
  width: 32px;
  height: 1px;
  position: absolute;
  background: #3768FF;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
/* .t_b2k4xin .t_duan18{
  height: 72px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box; 
} */

.t_haobg {
  background: linear-gradient(90deg, #3768FF 0%, #00C9FF 100%);
}
.t_neiban3 .t_neibanle{
  width: 560px;
}
.t_neiban3 .t_neibanrg{
  width: 54.26%;
  max-width: calc(100% - 560px);
  position: relative;
  top: 40px;
  right: -20px;
}
.t_neibanpic,.t_neibanpic img{
  width: 100%;
}
.t_b1k1{
  position: relative;
}
.t_b1k1li{
  width: 50%;
  padding: 0 30px;
}
.t_b1k1ul{
  margin: 0 -30px;
}
.t_b1k1xin{
  width: 100%;
  position: relative;
}
.t_b1k1xin::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EDEFF0;
}
.t_b1k1ic{
  width: 50px;
  margin-right: 38px;
}
.t_b1k1ic img{
  width: 100%;
}
.t_b1k1top .t_fonth5{
  width: calc(100% - 88px);
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.t_b1k1top{
  display: flex;
  align-items: center;
  padding:44px 40px;
  transition: all 0.36s;
}
.t_b1k3up{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  background: #3768FF;
  border-radius: 8px;
  padding: 24px 38px;
  opacity: 0;
  z-index: -1;
  transition: all 0.36s;
}
.t_b1k3up .t_fonth5,.t_b1k3up .t_duanp p{
  color: #fff;
}
.t_b1k3up .t_fonth5{
  font-weight: bold;
  margin-bottom: 7px;
}
.t_b1k1rg{
  margin-top: -44px;
}
.t_bei3bg{
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: auto;
}
.t_bei3bg img{
  height: 100%;
}
.t_neiban3xia .ys_cont1360{
  position: relative;
  z-index: 3;
}


.t_b1k1xin:hover .t_b1k3up {
  opacity: 1;
  z-index: 3;
  cursor: pointer;
}


/* c1 */
.t_c1k1{
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.t_c1k1bg{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.t_c1k1bg img{
  width: 100%;
}
.t_c1k1 .ys_cont1360{
  position: relative;
  z-index: 4;
}
.t_c1k1li{
  width: 50%;
  padding: 0 20px;
  margin-bottom: 33px;
}
.t_c1k1ul{
  margin: 0 -20px;
  margin-bottom: -33px;
}
.t_c1k1xin{
  width: 100%;
  background: #fff;
  border-bottom-right-radius: 30px;
  padding: 35px 54px 34px 69px;
}
.t_c1k1ic{
  width: 82px;
  margin-right: 50px;
}
.t_c1k1ic img{
  width: 100%;
}
.t_c1k1rg{
  width: calc(100% - 132px);
  padding-top: 4px;
}
.t_c1k1rg .t_fonth5{
  color: #333;
  font-weight: bold;
  margin-bottom: 13px;
}
.t_c1k1rg .t_duanp p{
  color: #666;
}
.t_c1k3li{
  width: 33.333333%;
  padding: 0 21px;
  margin-bottom: 42px;
}
.t_c1k3ul{
  margin: 0 -21px;
  margin-bottom: -42px;
}
.t_c1k3{
  background: #F5F5F5;
  position: relative;
}
.t_c1k3 .ys_cont1360{
  position: relative;
  z-index: 2;
}
.t_b2k1nr {
  display: flex;
  align-items: stretch;
}
.t_b2k1nr .t_b2k1le {
  display: flex;
  align-items: center;
}
.t_b2k1rg  ul li{
  box-sizing: border-box;
}
.t_b1k5tit h2{
  font-size: 36px;
}

.l{
  float: left;
}
.r{
  float: right;
}

.ipart03{padding:85px 0 100px;}
.ipart03 .wrap{overflow:hidden;position:relative;}
.ipart03 .r{width:52%;}
.ipart03 .l{width:44%;}
.ipart03 .l img{
  max-width: 100%;
}
.ipart03 p{color: #4b4b4b;font-size: 16px;line-height: 2;}
.ipart03 .infor .t {color: #3768FF;font-size: 35px;font-weight: bold;}
.ipart03 .infor .c {color: #dcdcdc;font-size: 33px;font-weight: bold;margin-bottom: 30px;text-transform: uppercase;}
.ipart03 .i_aitem{overflow:hidden;margin-top:40px}
.ipart03 .i_aitem .item{float:left;margin-right:20px;width:calc((100% - 68px)/3);border:1px solid #e5e5e5;text-align:center;padding:30px 0;}



.copper ul {display: flex; flex-wrap: wrap}
.copper ul li{padding:10px;box-shadow: 0px 2px 10px 3px rgb(22 44 112 / 5%); width:18%; margin:0 1%; box-sizing: border-box; margin-bottom: 15px;}
.copper ul li img{max-width: 100%;}



.inn_list{display: flex;justify-content: space-between;
	margin-top:10px;}
	.inn_more h1{font-size:26px;font-weight: bold;color: #333333;}
	.inn_more img{}
	.inn_l .inn_more a{display: block;
    height: 36px;
    line-height: 36px;
    display: block;
    padding-left: 52px;
    font-weight: normal;
    position: relative;
    background: url(../images/inn_ico1.png) no-repeat left;
    color: #333333;
    font-weight: bold;}
	
	.inn_r .inn_more a{display: block;
    height: 36px;
    line-height: 36px;
    display: block;
    padding-left: 52px;
    font-weight: normal;
    position: relative;
    background: url(../images/inn_ico2.png) no-repeat left;
    color: #333333;
    font-weight: bold;}
	.inn_more{height: 56px;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #dcdcdc;margin-bottom: 20px;}
	.inn_l{width: 61%;}
	.inn_l ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.inn_l ul li a{display: flex;align-items: center;justify-content: space-between;}
	.inn_l ul li{margin-bottom: 20px;width: 100%;}
	.inn_l ul li:nth-child(1n+3) a{height: 90px;flex-direction: column;align-items: flex-start;justify-content: center;padding:0 20px;box-sizing: border-box;}
	.inn_l ul li:nth-child(1n+3){width: 49.5%;background: #f2f2f2;margin-bottom: 8px;}
	.inn_txt h1{font-size: 16px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 5px;height: 35px;line-height: 35px;}
	.inn_txt p{line-height: 24px;color: #666666;text-align: justify;height: 48px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
	.inn_l ul li span{font-size: 0.875rem;line-height: 24px;display: block;color: #999999;}
	.inn_l ul li h2{height: 30px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;    font-size: 16px;}
	.inn_img{overflow: hidden;}
	.inn_img img{transition: .5s;width: 245px;
    height: 123px;}
	.inn_img:hover img{transform: scale(1.05);}
	.inn_img2{overflow: hidden;}
	.inn_img2 img{transition: .5s;}
	.inn_img2:hover img{transform: scale(1.05);}
	.inn_txt{width: 64%;}
	.inn_r{width: 33.7%;}
	.inn_txt2{margin-top: 10px;}
	.inn_txt2 h1{font-size:1.25rem; color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; position: relative;margin-bottom: 10px; height: 35px;line-height: 35px; font-weight: normal;}
	.inn_txt2 p{ line-height: 24px;color: #666666; text-align: justify;height: 48px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
	.inn_rt{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #dcdcdc;}
	.inn_bom ul li a{display: flex;align-items: center;height: 30px;}
	.inn_bom ul li p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.inn_bom ul li span{height: 5px;border-radius: 100%;background: #a9a7a8;display: block;margin-right: 12px;color: white;line-height: 5px;text-align: center;flex: 0 0 20px;}
	.inn_bom ul li:hover a{color: #007dde;}
	.inn_bom ul li:hover span{background: #007dde;}
	@media screen and (max-width:520px) {
		.inn_bt{padding-top: 50px;margin-bottom: 20px;}
		.inn_bt h1{font-size: 1.65rem;line-height: normal;margin-bottom: 5px;}
		.inn_bt p{font-size: 1.125rem;line-height: normal;}
		.inn_list{display: block;}
		.inn_l{width: 100%;}
		.inn_r{width: 100%;margin-top: 20px;}
		.inn_l ul li:nth-child(1n+3){width: 100%;}
		.inn_txt h1{font-size: 1rem;height: auto;line-height: 20px;}
		.inn_txt p{font-size: 0.875rem;line-height: 20px;height: 38px;}
		.inn_more h1{font-size: 1.25rem;}
		.inn_more{height: 45px;}
		.inn_more img{width: 27%;}
		.inn_l ul li{margin-bottom: 10px;}
		.inn_l ul li:nth-child(1n+3) a{height: 65px;}
		.inn_l ul li span{line-height: normal;}
		.inn_txt2 h1{height: auto;line-height: normal;margin-bottom: 5px;}
		.inn{padding-bottom: 50px;}
		
		
  }
  


/*产品中心*/
.title b,
.title span {
  display: block;
  text-align: center;
}

.title {
  background: url(../images/title-bg.png) no-repeat center top 20px;
  margin: 30px 0
}

.title b {
  font-size: 32px;
  font-weight: bold
}

.title b em {
  color: #0E6EB8
}

.title span {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.product .hd {
  overflow: hidden;
}

.product .hd a {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
}

.product .hd a.next {
  left: -60px
}

.product .hd a.prev {
  right: -60px;
  left: auto
}

.product {
  margin-bottom: 30px;
  position: relative;
}

.prolist-con li {
  float: left;
  width: 277px;
  border: 1px solid #F1F1F1;
  margin: 10px;
  background: #F9F9F9;
  position: relative;
  transition: all .3s;
}

.prolist-con li .pic {
  width: 277px;
  height: 160px
}

.prolist-con li .pic img {
  width: 100%;
  height: 160px;
}

.prolist-con li .info {
  height: 165px;
  text-align: center;
}

.prolist-con li .info h2 {
  font-size: 18px;
  color: #333333;
  margin: 15px 0 10px 0
}

.prolist-con li .info p {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.prolist-con li .info em {
  font-weight: normal;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #0E6EB8;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
}

.prolist-con li .info em {
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .4s;
}

.prolist-con li:hover {
  background: #0E6EB8;
}

.prolist-con li:hover h2,
.prolist-con li:hover p {
  color: #fff
}

.prolist-con li:hover em {
  transform: rotate(180deg);
  background: #333;
}

.wap-prolist-con li {
  float: left;
  width: 277px;
  border: 1px solid #F1F1F1;
  margin: 10px;
  background: #F9F9F9;
  position: relative;
  transition: all .3s;
}

.wap-prolist-con li .info {
  height: 165px;
  text-align: center;
}

.wap-prolist-con li .info h2 {
  font-size: 18px;
  color: #333333;
  margin: 15px 0 10px 0
}

.wap-prolist-con li .info p {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wap-prolist-con li .info em {
  font-weight: normal;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #0E6EB8;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
}

.wap-prolist-con li .info em {
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .4s;
}

.wap-prolist-con li:hover {
  background: #0E6EB8;
}

.wap-prolist-con li:hover h2,
.wap-prolist-con li:hover p {
  color: #fff
}

.wap-prolist-con li:hover em {
  transform: rotate(180deg);
  background: #333;
}

/*推荐产品*/
.product-tj {
  background: #F9F9F9;
  padding: 10px 0 30px 0;
}

.pro-tj-left .pro-title {
  width: 273px;
  background: url(../images/pro-title.png) no-repeat center center;
  height: 99px;
}

.pro-tj-left .pro-title b,
.pro-tj-left .pro-title span {
  display: block;
  color: #fff;
  text-align: center;
}

.pro-tj-left .pro-title b {
  font-size: 22px;
  font-weight: bold;
  padding-top: 16px;
}

.pro-tj-left .pro-title b:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 10px auto
}

.pro-tj-left .pro-title span {
  font-size: 12px;
  color: #fff;
  font-family: arial;
}

.pro-tj-left .pro-ctitle {
  border: 1px solid #E5E5E5
}

.pro-tj-right {
  width: 900px;
}

.pro-ctitle {
  padding: 20px 0
}

.pro-ctitle li {
  line-height: 40px;
  text-indent: 50px;
  height: 40px;
}

.pro-ctitle li a {
  display: block;
  font-size: 15px;
  color: #666666;
  height: 40px;
  line-height: 40px;
}

.pro-ctitle li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #CBCBCB;
  float: left;
  border-radius: 100%;
  position: relative;
  top: 19px;
  left: 40px
}

.pro-ctitle li.on a,
.pro-ctitle li:hover a {
  background: url(../images/pro-title-bg.png) no-repeat center left 30px;
  color: #fff
}

.pro-ctitle li:hover a:before,
.pro-ctitle li.on a:before {
  background: #fff;
}

.pro-tel {
  background: url(../images/pro-telbg.jpg) no-repeat center center;
  width: 272px;
  height: 100px;
}

.pro-tel em,
.pro-tel b {
  display: block;
  color: #fff
}

.pro-tel em {
  font-size: 13px;
  color: #CACBCB;
}

.pro-tel b {
  font-size: 23px;
  color: #fff;
  font-family: arial;
  font-weight: 900
}

.pro-tel div {
  background: url(../images/pro-tel.png) no-repeat bottom left 20px;
  padding-left: 70px;
  padding-top: 30px;
}

.pro-tj-right li {
  position: relative;
  float: left;
  width: 200px;
  height: 164px;
  background: #fff;
  border: 1px solid #E4E4E4;
  margin: 0 0 13px 23px;
  overflow: hidden;
}

.pro-tj-right li .pic span {
  display: block;
  width: 200px;
  height: 128px;
  margin: 0 auto
}

.pro-tj-right li .pic span img {
  width: 100%
}

.pro-tj-right li .pic b {
  display: block;
  background: url(../images/prolist-bg.png) no-repeat center center;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.pro-tj-right li .info {
  width: 200px;
  height: 164px;
  background: rgba(14, 110, 184, 0.9);
  position: absolute;
  top: 164px;
  left: 0;
  transition: all .4s;
}

.pro-tj-right li .info em {
  color: #fff;
  width: 102px;
  height: 33px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 33px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 60px;
  transition: all .3s;
}

.pro-tj-right li .info abbr {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #212121;
  text-align: center;
}

.pro-tj-right li .info abbr img {
  display: inline-block;
}

.pro-tj-right li:hover .info {
  top: 0
}

.pro-tj-right li .info em:hover {
  background: #fff;
  color: #0E6EB8;
}

.pro-more {
  padding: 8px 15px;
  background: #0E6EB8;
  color: #fff;
  float: right
}


/*一路走来，恪守匠心品质*/
.pro-xie {
  background: url(../images/pro-bg1.jpg) no-repeat center center;
  height: 200px;
  padding-top: 67px;
}

.pro-xie-left p {
  margin-top: 20px
}

.pro-xie-left p span {
  float: left;
  margin-right: 55px;
  background: url(../images/ys-gou.png) no-repeat left center;
  padding-left: 30px;
  font-size: 15px;
  color: #fff
}

.pro-xie-right h3 {
  font-size: 28px;
  color: #fff;
  line-height: 28px;
}

.pro-xie-tel {
  background: url(../images/ys-tel.png) no-repeat center left;
  color: #fff;
  padding: 10px 40px
}

.pro-xie-tel b {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  font-weight: 900;
  font-family: arial
}

.pro-xie-more a {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0E6EB8;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto
}

/*分割线*/
.fg {
  background: url(../images/pro-bg3.jpg) no-repeat center center;
  height: 155px;
  margin: 40px 0;
  padding-top: 50px
}

.fg-left h2 {
  font-size: 28px;
  color: #fff;
}

.fg-left h2 em {
  color: #0E6EB8;
  font-weight: bold
}

.fg-left p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px
}

.fg-right {
  background: url(../images/tel.png) no-repeat center left;
  padding-left: 45px;
  margin-top: 25px
}

.fg-right em,
.fg-right b {
  display: block;
}

.fg-right em {
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
}

.fg-right b {
  font-size: 24px;
  color: #0E6EB8;
  font-family: arial;
  font-weight: 900;
  line-height: 24px;
}



/*为什么选择我们*/
.choose-con {
  background: url(../images/ys-bg.jpg) no-repeat center center;
  height: 813px;
}

.choose-right,
.choose-left {
  width: 50%;
  height: 406px
}

.choose-left {
  margin-top: 406px
}

.choose-dl-div dl {
  margin-top: 30px;
}

.choose-dl-div dl dt {
  float: left;
  margin-left: 30px;
}

.choose-dl-div dl dt {
  font-size: 60px;
  color: #CCCCCC;
  font-family: arial;
  font-weight: bold;
  margin-right: 20px;
}

.choose-dl-div dl {
  overflow: hidden;
}

.choose-dl-div dl dd {
  width: 440px;
  float: left
}

.choose-dl-div dl dd h2 {
  font-size: 20px;
  color: #333333;
  background: url(../images/ys-titlebg.png) no-repeat left bottom;
  padding: 15px 0;
}

.choose-dl-div dl dd p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  color: #777;
  margin-top: 15px;
}

/*谁选择了我们*/
.who-choose-con ul::after{
  content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.who-choose-con ul li {
  float: left;

  margin: 5px;

}

.who-choose-con ul li a {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #E3E3E3;
  width: 230px;
  height: 105px;
  box-sizing: border-box;
  overflow: hidden;
}

/* .more a {
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 40px;
  display: block;
  border: 1px solid #777;
  margin: 20px auto
}

.more a:hover {
  background: #0E6EB8;
  color: #fff
} */

/*咨询2*/
.zx-pro {
  background: url(../images/pro-bg2.jpg) no-repeat center center;
  height: 287px;
  width: 100%;
  margin: 35px 0
}

.zx-pro .zx-pro-left {
  width: 313px;
  position: relative;
  top: 90px;
}

.zx-pro .zx-pro-left .zx-dl dt {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

.zx-pro .zx-pro-left .zx-dl dd {
  color: #0E6EB8;
  font-size: 23px;
  font-family: arial;
  font-weight: 900;
  line-height: 25px;
  font-family: arial;
}

.zx-azx {
  margin-left: 55px;
  margin-top: 30px;
  overflow: hidden;
  display: block;
}

.zx-azx a {
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
  width: 90px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.zx-azx a.zx-1 {
  background: #FFFFFF;
  color: #0E6EB8;
}

.zx-azx a.zx-2 {
  background: #0E6EB8;
  color: #fff
}

.zx-pro-right {
  width: 887px
}

.zx-pro-right dl {
  float: left;
  width: 288px;
  height: 287px;
}

.zx-pro-right dl dt {
  width: 65px;
  margin: 0 auto
}

.zx-pro-right dl dd b,
.zx-pro-right dl dd span {
  color: #fff;
  text-align: center;
  display: block;
}

.zx-pro-right .zx-pro-dl2 {
  width: 305px;
}

.zx-pro-right .zx-pro-dl3 {
  width: 294px;
}

.zx-pro-right dl dt {
  margin-top: 40px
}

.zx-pro-right dl dd b {
  font-size: 20px;
  margin: 10px 0 15px 0
}

.zx-pro-right dl dd span {
  width: 85%;
  margin: 0 auto;
  line-height: 25px;
  color: #F0D0CF;
  font-size: 14px;
}


/*走进贝尔*/
.about-right {
  width: 560px;
}

.about-right h2 {
  margin-top: 20px;
}

.about-right h2 b {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.about-right h2 em {
  color: #888888;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  margin-left: 10px;
}

.about-right h2 p {
  font-size: 14px;
  color: #777777;
  font-weight: normal;
  margin-top: 8px;
}

.about-right h2:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #0E6EB8;
  margin: 25px 0
}

.about-con .about-p {
  line-height: 30px;
  color: #777777;
}

.about-con .about-more a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #737373;
  color: #737373;
  margin-top: 25px;
}

.about-con .about-more:hover a {
  background: #0E6EB8;
  color: #fff
}

/*新闻中心*/
.news-left {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #ccc;
  min-height: 40px;
  width: 350px;
}

.news-left .parHd {
  overflow: hidden;
  margin-bottom: 15px;
}

.news-left .parHd li {
  cursor: pointer;
  margin-right: 10px;
  float: left;
  width: 108px;
  height: 35px;
  background: #F5F5F5;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.news-left .parHd li.on {
  background: #0E6EB8;
  color: #fff;
}

.news-left .parHd li.on a {
  color: #fff
}

.news-left .news-l-img {
  margin: 15px 0
}

.news-left .parBd ul li a {
  color: #666666;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-left .parBd ul li {
  line-height: 32px;
}

.news-left .parBd ul li:before {
  content: '';
  float: left;
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 100%;
  margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
  background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
  color: #0E6EB8;
}

.news-left .parBd ul li a {
  color: #666666
}

.news-left .parBd ul li {
  line-height: 32px;
}

.news-left .parBd ul li:before {
  content: '';
  float: left;
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 100%;
  margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
  background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
  color: #0E6EB8;
}

.news-left .parBd ul li a {
  color: #666666
}

.news-left .parBd ul li {
  line-height: 32px;
  border-bottom: 1px dashed #EEEEEE;
}

.news-left .parBd ul li:before {
  content: '';
  float: left;
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 100%;
  margin: 13px 10px 0 0;
}

.news-left .parBd ul li:hover:before {
  background: #0E6EB8;
}

.news-left .parBd ul li:hover a {
  color: #0E6EB8
}

.news-center {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #ccc;
  min-height: 550px;
  width: 350px;
}

.news-center h2 {
  margin: 7px 0 16px 0
}

.news-center h2 span {
  font-size: 20px
}

.news-center h2 b em {
  font-size: 14px;
  color: #0E6EB8;
  font-weight: normal;
}

.news-center h2 b {
  font-size: 24px;
  font-weight: bold;
  color: #0E6EB8
}

.news-js {
  margin-top: 16px;
}

.news-js ul li a {
  display: block;
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  color: #666666
}

.news-js ul li {
  line-height: 32px;
  border-bottom: 1px dashed #EEEEEE;
}

.news-js ul li:before {
  content: '';
  float: left;
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 100%;
  margin: 13px 10px 0 0;
}

.news-js ul li:hover:before {
  background: #0E6EB8;
}

.news-js ul li:hover a {
  color: #0E6EB8
}

.news-right {
  width: 378px;
}
.tempWrap{
  /* height: 450px!important; */
}
.news-right h2 {
  margin: 7px 0 16px 0;
  text-align: left;
  width: 350px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}

.news-right h2 span {
  font-size: 20px
}

.news-right h2 b em {
  font-size: 14px;
  color: #0E6EB8;
  font-weight: normal;
}

.news-right h2 b {
  font-size: 24px;
  font-weight: bold;
  color: #0E6EB8
}

.news-right-con dl b {
  width: 26px;
  height: 26px;
  background: #0E6EB8;
  float: left;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
}

.news-right-con dl span {
  float: right
}

.news-right-con li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #EEEEEE;
  padding: 8px 0;
}

.news-right-con dl dt,
.news-right-con dl dd {
  overflow: hidden;
  width: 378px;
}

.news-right-con dl b,
.news-right-con dl span {
  float: left
}

.news-right-con dl span {
  width: 300px;
}

.news-right-con dl dt span {
  font-size: 16px;
  color: #333
}

.news-right-con dl dd b {
  background: #666666;
}

.news-right-con dl span {
  margin-left: 10px;
}

.news-right-con dl span {
  color: #777;
}

.news-right-con dl dd {
  margin-top: 8px;
}

.news-right-con li:hover dt span {
  color: #0E6EB8
}

.news-more {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  height: 35px;
}

.news-more:hover {
  color: #0E6EB8
}

/*选择我们*/
.who-choose-con {
  display: block;
}

.wap-who-choose-con {
  display: none;
}

.wap-who-choose-con ul li {
  float: left;
  width: 48%
}

/*底部*/

.footer-top {
  background: #353535;
  height: 60px;
  line-height: 60px;
  background: #353535;
}
.footer-top ul {
  display: flex;
  justify-content: center;
}
.footer-top ul li,
.footer-top ul li a {
  float: left;
  width: 150px;
  color: #D0D0D0;
  font-size: 15px;
  text-align: center;
}

.footer-top ul li a:after {
  content: '|';
  float: left;
  color: #727272
}

.footer-top ul li:hover a {
  color: #fff
}

.footer-top ul li:first-child a:after {
  content: '';
}

.footer-center {
  background: #222222;
  padding-bottom: 10px
}

.footer-center .f-logo {
  margin-top: 40px;
  width: 390px;
  height: 188px;
  padding-right: 25px;
  margin-right: 45px;
}

.footer-center .f-contact {
  margin-top: 25px;
  border-right: 1px solid #393939;
  padding-right: 45px;
  border-left: 1px solid #393939;
  padding-left: 60px;
}

.footer-center .f-contact h2 b {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold
}

.footer-center .f-contact h2 em {
  font-size: 12px;
  font-family: arial;
  color: #959595
}

.footer-center .f-contact h2 {
  padding: 10px 0 15px 0
}

.footer-center .f-contact-div p {
  display: block;
  color: #BEBEBE;
  line-height: 34px;
}

.footer-center .f-wx {
  margin-top: 20px;
}

.footer-center .f-wx h2 b {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold
}

.footer-center .f-wx h2 em {
  font-size: 12px;
  font-family: arial;
  color: #959595
}

.footer-center .f-wx h2 {
  padding: 10px 0 15px 0
}

.footer-center .f-wx-div dl {
  float: left;
  width: 110px;
  margin-right: 40px;
  text-align: center;
}
.footer-center .f-wx-div dl img{
  width: 110px;
  vertical-align: top;
}
.footer-center .f-wx-div dl dd {
  text-align: center;
  color: #BDBDBD;
  font-size: 13px;
  margin-top: 10px;
}

.footer-bottom {
  height: 50px;
  line-height: 50px;
  background: #000000;
}

.footer-bottom div,
.footer-bottom div a {
  color: #BEBEBE
}

.footer-bottom div a:hover {
  color: #fff;
  text-decoration: underline;
}


/*内页banner*/
.ny-banner {
  background: url(../images/pro-banner.jpg) no-repeat center center;
  height: 400px;
  padding-top:80px;
}

.ny-banner .ny-banner-con {
  width: 565px;
  height: 228px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  top: 60px
}

.ny-banner .ny-banner-con h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  padding-top: 30px;
}

.ny-banner .ny-banner-con h2,
.ny-banner .ny-banner-con p {
  width: 90%;
  margin: 0 auto
}

.ny-banner .ny-banner-con h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #0E6EB8;
  margin: 14px 0
}

.ny-banner .ny-banner-con p {
  line-height: 25px;
  color: #fff;
}

.ny-banner-jt {
  text-align: center;
  position: relative;
  top: 100px;
}

/*面包屑导航*/

.position {
  height: 70px;
  line-height: 70px;
}

.position-left {
  background: url(../images/home.png) no-repeat center left;
  padding-left: 30px;
}

.position-left a {
  color: #666666
}

.position-left a:last-child:after {
  content: '';
  display: none;
}

.position-left a:after {
  content: '>';
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
}

.position-right a {
  font-size: 16px;
  background: url(../images/return.png) no-repeat center left;
  padding-left: 40px;
  display: block;
  color: #666666
}

/*产品中心内页*/

.ctitle {
  background: #F6F6F6;
  height: 60px;
  line-height: 60px;
}

.sub-nav {
  text-align: center;
}

.sub-nav li {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
}

.sub-nav li a {
  float: left;
  padding: 0 19px;
  position: relative;
}

.sub-nav li a.on,
.sub-nav li.on a,
.sub-nav li:hover a {
  background: #0E6EB8;
  color: #fff
}

.sub-nav li a.on:after,
.sub-nav li.on a:after,
.sub-nav li:hover a:after {
  content: '';
  background: url(../images/pro-jtup.png) no-repeat center center;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.ny-main {
  margin-bottom: 30px;
}

/*二级导航*/

/*产品简介描述*/
.intro {
  background: #F6F6F6;
  padding: 30px 0;
  margin: 30px auto
}

.intro .intro-left {
  width: 650px;
  line-height: 31px;
  color: #666666;
  margin-left: 40px;
}

.intro .intro-right {
  margin-right: 100px
}

.ny-pro-title {
  margin-bottom: 20px
}

.ny-pro-top ul {
  overflow: hidden;
}

.ny-pro-top ul li {
  float: left;
  margin-right: 5px
}

.ny-pro-top ul li a {
  display: block;
  width: 128px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff
}

.ny-pro-top ul li:nth-child(1) {
  background: #538DD6;
}

.ny-pro-top ul li:nth-child(2) {
  background: #FCD5B4;
}

.ny-pro-top ul li:nth-child(3) {
  background: #FFC000;
}

.ny-pro-top ul li:nth-child(4) {
  background: #FE0000;
}

.ny-pro-top ul li:nth-child(5) {
  background: #FF6600;
}

.ny-pro-top ul li:nth-child(6) {
  background: #00CC65;
}

.ny-pro-top ul li:nth-child(7) {
  background: #AAAAAA;
}

.ny-pro-top ul li:nth-child(8) {
  background: #00CCFF;
}

.ny-pro-top ul li:nth-child(9) {
  background: #4F6328;
}

.title-pro {
  margin-bottom: 20px;
  font-size: 22px;
  text-indent: 30px;
  font-weight: normal;
  background: url(../images/bg-list.png) no-repeat center left;
  height: 77px;
  line-height: 66px;
  color: #fff
}

.ny-pro-bottom .ny-pro-one {
  background: #f5f5f5;
  padding-bottom: 20px
}

.pro-ul {
  overflow: hidden
}

.pro-ul li {
  width: 270px;
  float: left;
  background: #fff;
  margin: 10px 15px
}

.pro-ul li .pic {
  width: 270px;
  height: 173px;
  margin: 0 auto
}

.pro-ul li .pic img {
  width: 100%
}

.pro-ul li .info h2 {
  font-size: 16px;
  color: #333333;
  background: #F6F6F6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F6F6F6;
  font-weight: normal
}

.pro-ul li .info p {
  border-bottom: 1px solid #DDDDDD;
  height: 35px;
  line-height: 35px;
}

.pro-ul li .info p span,
.pro-ul li .info p em {
  float: left;
  width: 50%;
  text-align: center;
}

.pro-ul li .info p span {
  border-right: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.pro-ul li .info p em {
  color: #888
}

.pro-ul li .more {
  height: 40px;
  line-height: 40px;
  background: #AAAAAA;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.pro-ul li:hover .more {
  background: #0E6EB8;
  color: #fff
}

.ny-pro-list {
  padding-top: 60px
}

/*产品中心*/
.ny-pro-main {
  padding-top: 30px;
}

.ny-pro-main dl {
  background: #F5F5F5;
  padding: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.ny-pro-main dl dt {
  width: 329px;
  float: left
}

.ny-pro-main dl dt img {
  width: 100%
}

.ny-pro-main dl dd {
  width: 810px;
  float: right
}

.ny-pro-main dl dd h2 {
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  margin: 0px 0 10px 0
}

.ny-pro-main dl dd h2:after {
  content: '';
  display: block;
  width: 39px;
  height: 3px;
  background: #0E6EB8;
  margin-top: 20px;
}

.ny-pro-main dl dd p {
  line-height: 30px;
  color: #676767;
}

.ny-pro-main dl dd em {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background: #0E6EB8;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}

/*多通路*/
.ny-pro-tonglu .pro-ul {
  overflow: hidden
}

.ny-pro-tonglu .pro-ul li {
  width: 270px;
  float: left;
  background: #fff;
  margin: 10px 15px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.ny-pro-tonglu .pro-ul li .pic {
  width: 197px;
  height: 126px;
  margin: 0 auto
}

.ny-pro-tonglu .pro-ul li .pic img {
  width: 100%
}

.ny-pro-tonglu .pro-ul li .info h2 {
  font-size: 16px;
  color: #333333;
  background: #F6F6F6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F6F6F6;
  font-weight: normal
}

.ny-pro-tonglu .pro-ul li .info p {
  border-bottom: 1px solid #DDDDDD;
  height: 35px;
  line-height: 35px;
}

.ny-pro-tonglu .pro-ul li .info p span,
.ny-pro-tonglu .pro-ul li .info p em {
  float: left;
  width: 50%;
  text-align: center;
}

.ny-pro-tonglu .pro-ul li .info p em {
  color: #888
}

.ny-pro-tonglu .pro-ul li .info p span {
  border-right: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.ny-pro-tonglu .pro-ul li .more {
  height: 40px;
  line-height: 40px;
  background: #AAAAAA;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.ny-pro-tonglu .pro-ul li:hover .more {
  background: #0E6EB8;
  color: #fff
}

/*产品内页详情*/
.ny-pro-xq {
  margin-bottom: 30px;
}

.ny-pro-xq-title {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
  margin: 20px 0 30px 0
}

.ny-pro-xq .pro1 .pro-list-pic {
  width: 500px;
}

.pro-lunbo {
  overflow: hidden;
  display: none;
}

.ny-pro-xq .pro1 .spec-preview img {
  display: block;
}

.ny-pro-xq .pro1 .descript1 strong.title1 {
  line-height: 35px;
  font-size: 27px;
  color: #333;
  display: block;
}

.ny-pro-xq .pro1 .descript1 p {
  width: 655px;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 33px;
  margin: 25px 0 10px 0;
}

.ny-pro-xq .pro1 .descript1 p b {
  font-weight: bold
}

.ny-pro-xq .pro1 .descript1 a.consult {
  display: block;
  width: 285px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background: #EF001D;
  border-radius: 8px;
}

.ny-pro-xq .pro1 .descript1 a.consult:hover {
  background-color: #EF001D;
}

.ny-pro-xq .pro1 .descript1 p.haoma {
  color: #333;
  font-size: 15px;
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  display: block;
}

.ny-pro-xq .pro1 .descript1 p.haoma em {
  display: block;
  color: #EF001D;
  font-size: 25px;
  font-weight: bold
}

.ny-pro-xq .pro1 .share {
  overflow: hidden;
  margin-top: 10px;
}

.ny-pro-xq .detail {}

.ny-pro-xq .detail .de-title a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  color: #333;
  margin-top: 25px;
  background: #eee;
  padding-left: 20px;
}

.pro1 {
  max-width: 1100px;
  margin: 0 auto
}

.pro-descript-top {
  width: 565px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px 0
}

.pro-descript-top dl {
  padding: 20px 0 20px 140px
}

.pro-descript-top dl dt {
  font-size: 18px;
  color: #222222;
}

.pro-descript-top dl dd {
  color: #777777;
}

.pro-descript-top dl:nth-child(1) {
  background: url(../images/pro-icon1.png) no-repeat center left 40px;
}

.pro-descript-top dl:nth-child(2) {
  background: url(../images/pro-icon2.png) no-repeat center left 40px;
}

.pro-descript-top dl:nth-child(3) {
  background: url(../images/pro-icon3.png) no-repeat center left 40px;
}

.pro-descript-bottom {
  width: 565px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 10px;
}

.pro-descript-bottom ul {
  font-size: 15px;
  line-height: 30px;
}

.pro-descript-bottom ul li {
  padding-left: 100px;
  line-height: 40px;
}

.pro-descript-bottom ul li:nth-child(1) {
  background: url(../images/pro-icon4.png) no-repeat center left 50px;
}

.pro-descript-bottom ul li:nth-child(2) {
  background: url(../images/pro-icon5.png) no-repeat center left 50px;
}

.pro-descript-bottom ul li:nth-child(3) {
  background: url(../images/pro-icon6.png) no-repeat center left 50px;
}

/*产品详情页*/
.detail {
  margin-top: 50px;
}

.de-title-div {
  margin: 30px 0
}
.de-title-div img{
  width: 100%;
}
.de-title-div ul{
  width: 100%;
  overflow-x: auto;
}
.de-title-div table{
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse; 
  border-spacing: 0;
  text-align: center;
}

.de-title-list {
  border-bottom: 3px solid #0E6EB8
}

.de-title-list ul {
  overflow: hidden;
}

.de-title-list ul li {
  cursor: pointer;
  margin-right: 7px;
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F1F1F1;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  border-bottom: 0
}

.de-title-list ul li:hover {
  background: #0E6EB8;
  color: #fff
}

.de-title-list ul li.on {
  background: #0E6EB8;
  color: #fff
}

.de-title-case ul {
  overflow: hidden;
}

.de-title-case li {
  float: left;
  width: 275px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px
}

.de-title-case li .pic {
  width: 100%
}

.de-title-case li .pic img {
  width: 100%
}

.de-title-case li .info {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd
}

.de-title-case li:hover {
  background: #f5f5f5;
}


.de-title-load ul {
  overflow: hidden;
}

.de-title-load li {
  float: left;
  width: 275px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px
}

.de-title-load li .pic {
  width: 100%;
}

.de-title-load li .pic img {
  width: 100%
}

.de-title-load li .info {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd
}

.de-title-load li:hover {
  background: #f5f5f5;
}

.pro-message {
  background: #F5F5F5;
}

.pro-message h2 {
  font-size: 30px;
  color: #333;
  padding: 40px 0;
  text-align: center;
}

.pro-message-con {
  overflow: hidden;
  padding-bottom: 30px;
}

.pro-message-con .text {
  float: left;
  width: 33%;
  margin-bottom: 20px;
}

.pro-message-con .text input {
  width: 90%;
  border: 1px solid #E1E1E1;
  height: 43px;
  line-height: 43px;
  text-indent: 20px;
}

.pro-message-con .text em {
  color: #0E6EB8;
  width: 10%
}

.pro-message-con .text-area {
  width: 100%
}

.pro-message-con .text-area textarea {
  width: 92.5%;
  height: 200px;
  border: 1px solid #E1E1E1;
  font-family: "微软雅黑";
  padding: 20px
}

.pro-me-red {
  color: #0E6EB8;
  padding: 20px 0;
}

.submit-message {
  width: 176px;
  ;
  margin: 20px auto 40px auto
}

.submit-message input {
  width: 176px;
  height: 53px;
  margin: 0 auto;
  float: none;
  color: #fff;
  background: #0E6EB8;
  padding: 0;
  font-size: 15px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

.de-title-chicun img {
  width: 100%
}

.news-xq-article img {
  max-width: 90%;
  margin: 0 auto
}
.news-xq-article p span{
  font-size: 20px !important;
}

/*企业风采*/
.ny-showcase-main {
  margin: 30px auto;
}

.ny-showcase-main ul li {
  float: left;
  width: 285px;
  margin: 7px
}

.ny-showcase-main ul li .pic {
  width: 100%;
  height: 200px;
}

.ny-showcase-main ul li .pic img {
  width: 100%
}

.ny-showcase-main ul li .info {
  background: #F6F6F6;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.ny-showcase-fd {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.ny-showcase-fdmain ul li {
  display: none;
}

.ny-showcase-fdmain {
  position: relative;
  top: 25%
}

.ny-showcase-fdmain .ny-s-close {
  cursor: pointer;
  width: 30px;
  float: right;
  position: absolute;
  right: -30px;
  top: -10px;
  height: 30px;
  background: #000;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}

.ny-showcase-fdmain {
  width: 616px;
  margin: 0 auto
}

.ny-showcase-fdmain .pic {
  width: 616px;
  height: 433px;
  border: 5px solid #fff;
}

.ny-showcase-fdmain .pic img {
  width: 100%
}

.ny-showcase-fdmain .info {
  width: 145px;
  height: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  margin: 20px auto
}

/*谁选择了我们*/
.ny-par-list {
  margin-bottom: 30px;
}

.par-h2-title {
  margin: 40px 0
}

.par-h2-title h2,
.par-h2-title p {
  display: block;
}

.par-h2-title h2 {
  font-size: 25px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}

.par-h2-title p {
  color: #777777;
  font-size: 16px
}

.ny-par-list ul li {
  float: left;
  width: 230px;
  height: 105px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  overflow: hidden;
  margin: 5px;
}

.ny-par-list ul li .pic {
  width: 230px;
  height: 105px;
}

.ny-par-list ul li .pic img {
  width: 100%;
  height: 100%
}

/*行业应用*/
.ny-claim-list {
  margin-bottom: 30px;
}

.ny-claim-list li {
  float: left;
  width: 275px;
  margin: 12px;
}

.ny-claim-list li .pic {
  width: 275px;
  height: 176px
}

.ny-claim-list li .pic img {
  width: 100%
}

.ny-claim-list li .info {
  height: 60px;
  line-height: 60px;
  text-align: left;
  text-indent: 20px;
  background: #F6F6F6;
}

.ny-claim-list li:hover .info {
  background: #0E6EB8;
  color: #fff
}

.ny-company-bg {
  background: url(../images/claim-bg.jpg) no-repeat center center;
  height: 440px;
  text-align: center;
}

.ny-company-con span {
  display: block;
  font-size: 30px;
  color: #fff;
  padding-top: 70px
}

.ny-company-con h2 {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0
}

.ny-company-con p {
  font-size: 12px;
  color: #fff;
  background: #0E6EB8;
  padding: 10px;
  max-width: 750px;
  margin: 10px auto
}

.ny-company-con h3 {
  color: #fff;
  line-height: 32px;
  font-weight: normal;
  max-width: 860px;
  margin: 10px auto 20px auto;
  font-size: 15px;
}

.ny-company-con a {
  transition: all .4s;
  width: 185px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #FFFFFF;
  display: block;
  color: #fff;
  margin: 0 auto
}

.ny-company-con a:hover {
  background: #0E6EB8;
  color: #fff;
  border-color: #0E6EB8
}

/*行业应用详情*/
.ny-claim-title span {
  font-size: 24px;
  text-align: center;
  display: block;
}

.ny-claim-title p {
  color: #666666;
  line-height: 32px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 15px 0
}

.ny-company-bg {
  margin-top: 30px;
}

/*技术支持*/
.tech-con {
  margin-top: 30px;
  background: url(../images/technology-bg.jpg) no-repeat center center;
  height: 121px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  padding-top: 40px;
}

.ny-tech-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.ny-tech-list li {
  float: left;
  width: 540px;
  background: #F6F6F6;
  padding: 10px;
  margin: 10px 20px
}

.ny-tech-list li .pic,
.ny-tech-list li .info {
  float: left
}

.ny-tech-list li .pic {
  width: 227px;
  height: 177px
}

.ny-tech-list li .pic img {
  width: 100%
}

.ny-tech-list li .info {
  width: 228px;
  margin-left: 15px;
}

.ny-tech-list li .info h2 {
  margin: 10px 0 16px 0
}

.ny-tech-list li .info h2 a {
  font-size: 18px;
  color: #343434;
}

.ny-tech-list li .info p {
  line-height: 22px;
  color: #777;
}

.ny-tech-list li .info .tea-more {
  margin-top: 20px;
}

.ny-tech-list li .info .tea-more a {
  color: #fff;
  display: block;
  width: 115px;
  height: 35px;
  text-indent: 20px;
  line-height: 35px;
  background: url(../images/te-icon.png) no-repeat center right 10px #0E6EB8;
}

/*目录下载*/
.ny-load-list {
  margin: 30px 0;
}

.ny-load-list li {
  float: left;
  width: 319px;
  margin: 15px 40px
}

.ny-load-list li .pic {
  width: 319px;
  height: 454px;
  border: 1px solid #0E6EB8;
  box-sizing: border-box;
  overflow: hidden;
}

.ny-load-list li .pic img {
  width: 100%
}

.ny-load-list li .info {
  height: 40px;
  line-height: 40px;
  background: #0E6EB8;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.ny-cad-list{
  margin: 30px 0;
  font-size: 0;
}
.ny-cad-list li{
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  border-bottom: 1px dashed #ccc;
}
.ny-cad-list li:nth-of-type(2n){
  margin-right: 0;
}
.ny-cad-list li a{
  display: block;
  font-size: 14px;
  padding: 14px 0;
}


/*新闻资讯*/
.ny-news-list {
  margin: 30px 0
}

.ny-news-list li {
  background: #F6F6F6;
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.ny-news-list li .pic {
  width: 250px;
  height: 149px;
  float: left;
  overflow: hidden;
}

.ny-news-list li .pic img {
  width: 100%
}

.ny-news-list li .info {
  max-width: 900px;
  float: right
}

.ny-news-list li .info h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed #DDDDDD
}

.ny-news-list li .info p {
  line-height: 24px;
  color: #888888;
  margin-top: 15px;
}

.ny-news-list li .info h2 em {
  font-size: 14px;
  color: #888;
  float: right
}

/*行业动态*/
.ny-activy-list li {
  overflow: hidden;
  background: #F6F6F6;
  padding: 15px;
  margin: 20px 0
}

.ny-activy-list li:hover {
  background: #eee;
}

.ny-activy-list .pic {
  width: 100px;
  height: 90px;
  background: #0E6EB8;
  float: left;
  margin-top: 5px;
}

.ny-activy-list .pic b,
.ny-activy-list .pic span {
  display: block;
  text-align: center;
}

.ny-activy-list .pic b {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  padding: 10px 0
}

.ny-activy-list .pic span {
  color: #F7D0D0;
  font-size: 16px;
}

.ny-activy-list li .info {
  width: 1040px;
  float: left;
  margin-left: 30px
}

.ny-activy-list li .info h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
  padding: 10px 0;
  border-bottom: 1px dashed #DDDDDD
}

.ny-activy-list li .info p {
  line-height: 24px;
  color: #888888;
  margin-top: 7px;
}

.ny-activy-list li .info h2 em {
  font-size: 14px;
  color: #888;
  float: right
}

/*新闻详情*/

.ny-news-xq {
  background: #F6F6F6;
  padding: 20px;
  margin: 30px 0 10px 0
}

.ny-news-xq h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0
}

.news-xq-date {
  background: #fff;
  padding: 15px 0;
  margin: 20px 0
}

.news-xq-date span {
  margin-right: 10px;
}

.news-xq-date .zt_div{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 20px;
}
.news-xq-date .zt_div i{
  display: inline-block;
  cursor: pointer;
  margin-top: 2px;
  vertical-align: top;
  margin-right: 6px;
}
.news-xq-date .zt_div i.zt1_i::after{
  content: "+";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.news-xq-date .zt_div i.zt3_i::after{
  content: "-";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.news-xq-date .fl {
  margin-left: 20px
}

.news-xq-date .fr {
  margin-right: 20px
}

.bdsharebuttonbox {
  margin-left: 25px;
  margin-top: -4px
}

.news-xq-fr img {
  margin-left: 10px;
}

.news-xq-article {
  color: #777777;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px
}
.news-xq-article.zt1{
  font-size: 18px;
}
.news-xq-article.zt2{
  font-size: 14px;
}
.news-xq-article.zt3{
  font-size: 12px;
}

.page-item {
  background: #F6F6F6;
  height: 70px;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  margin: 20px 0 30px 0;
}

.page-item a {
  font-size: 16px;
  color: #777;
  margin: 0 10px;
}

.page-item .prev {
  float: left;
}

.page-item .next {
  float: right
}

.page-item .prev em,
.page-item .next em {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 105px;
  text-align: center;
  background: #DDDDDD;
}

.nav-ul{
  padding: 30px 0 10px;
}
.nav-ul li{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  font-size: 14px;
  line-height: 30px;
}
.nav-ul li>a{
  width: 160px;
  height: 30px;
  background-color: #ececec;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.nav-ul li>a:hover{
  background-color: #0E6EB8;
  color: #fff;
}
.nav-ul li dl{
  flex: 1;
}
.nav-ul li dl em{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.nav-ul li dl a{
  display: block;
}
.nav-ul li dl a:hover{
  color: #0E6EB8;
}


/*新闻资讯*/
.news {
  margin-bottom: 45px
}

.news-top-list {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

.news-top-list li {
  overflow: hidden;
  background: #F6F6F6;
}

.news-top-list .pic {
  width: 670px;
  height: 398px;
  overflow: hidden;
}

.news-top-list .pic img {
  width: 100%
}

.news-top-list .pic,
.news-top-list .info {
  float: left
}

.news-top-list .info {
  width: 470px;
  margin-left: 30px;
}

.news-top-list .info h2 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  margin: 50px 0 10px 0;
  font-weight: normal
}

.news-top-list .info em {
  font-size: 14px;
  color: #888888
}

.news-top-list .info p {
  color: #888888;
  line-height: 24px;
  margin-top: 30px;
}

.news-top-list .info b {
  margin-top: 30px;
  width: 135px;
  height: 40px;
  display: block;
  border: 1px solid #CCCCCC;
  text-align: center;
  line-height: 40px;
  color: #666
}

.news-company {
  background: #F6F6F6;
  padding: 30px 0
}

.news-title h2 {
  margin-bottom: 20px;
}

.news-title h2 em,
.news-title h2 b {
  display: block;
}

.news-title h2 b {
  font-size: 24px;
  color: #333;
  line-height: 24px;
}

.news-title h2 em {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  margin-top: 5px;
}

.news-title a {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}

.news-company-list {
  display: block;
}

.news-company-list1 {
  display: none;
}

.news-company-list li {
  float: left;
  width: 380px;
  margin: 10px
}

.news-company-list li .pic {
  width: 380px;
  height: 225px;
  position: relative;
  overflow: hidden;
}

.news-company-list li .pic b {
  font-family: arial;
  background: rgba(0, 0, 0, 0.5);
  width: 124px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0
}

.news-company-list li .pic img {
  width: 100%
}

.news-company-list li .info h2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin: 10px 0
}

.news-company-list .info p {
  color: #888;
  line-height: 24px;
}

.news-company-list li:hover .info h2 {
  color: #0E6EB8
}

.news-company-list li:hover .pic b {
  background: rgba(229, 50, 45, .0.5)
}

.news-industry-list {
  display: block;
}

.news-industry-list1 {
  display: none;
}

.news-industry {
  padding: 30px 0
}

.news-industry-list {
  overflow: hidden;
}

.news-industry-list li {
  float: left;
  width: 380px;
  margin: 10px
}

.news-industry-list li .pic {
  width: 380px;
  height: 225px;
  position: relative;
  overflow: hidden;
}

.news-industry-list li .pic b {
  font-family: arial;
  background: rgba(0, 0, 0, 0.5);
  width: 124px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0
}

.news-industry-list li .pic img {
  width: 100%
}

.news-industry-list li .info h2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin: 10px 0
}

.news-industry-list .info p {
  color: #888;
  line-height: 24px;
}

.news-industry-list li:hover .info h2 {
  color: #0E6EB8
}

.news-industry-list li:hover .pic b {
  background: rgba(229, 50, 45, .0.5);
}


.news-technology-list {
  display: block;
}

.news-technology-list1 {
  display: none;
}

.news-technology {
  background: #F6F6F6;
  padding: 30px 0
}

.news-technology-list li {
  float: left;
  width: 380px;
  margin: 10px
}

.news-technology-list li h2 {
  font-size: 16px;
  color: #333;
  margin: 10px 0
}

.news-technology-list li em {
  display: block;
  color: #666;
  margin: 10px 0
}

.news-technology-list li p {
  color: #888;
  line-height: 24px;
}

.news-technology-list li:hover h2 {
  color: #0E6EB8
}

.ny-activy-list li .info h2 {
  line-height: 28px
}

/*联系我们*/
.ny-contact-con {
  margin: 40px 0
}

.ny-contact-left {
  width: 340px;
}

.ny-contact-left h2 {
  font-size: 21px;
  color: #333333;
  margin-bottom: 10px;
}

.ny-contact-left ul li {
  line-height: 32px;
  color: #666666
}

.ny-contact-right {
  width: 770px
}

.ny-contact-right dl {
  float: left;
  margin-left: 47px
}

.ny-contact-right dl dd {
  margin-bottom: 8px
}

.ny-contact-right dl dd h2 {
  margin: 20px 0
}

.ny-contact-right dl dd h2 span {
  font-size: 21px;
  color: #333;
  font-weight: bold
}

.ny-contact-right dl dd h2 em {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.ny-contact-right dl dd {
  color: #666
}

.ny-contact-right dl dd img {
  margin-left: 30px;
}

.ny-contact-message h3 {
  font-size: 20px;
  background: #F6F6F6;
  height: 67px;
  line-height: 67px;
  text-align: center;
  margin: 67px 0 20px 0
}

.ny-c-form form {
  overflow: hidden;
}

.ny-c-form form div {
  float: left;
  width: 387px;
  height: 44px;
  margin-right: 13px;
  margin-bottom: 20px;
}

.ny-c-form form div input {
  display: block;
  width: 347px;
  height: 44px;
  border: 1px solid #E1E1E1;
  float: left;
  padding-left: 10px;
  font-family: "微软雅黑";
}

.ny-c-form form div span {
  float: left;
  width: 18px;
  text-align: center;
  color: #0E6EB8
}

.ny-c-form form .yzm {
  border: 1px solid #E1E1E1;
}

.ny-c-form form .yzm input {
  width: 300px;
  border: none;
  float: left;
}

.ny-c-form form .yzm b {
  float: right;
  width: 77px;
  margin-top: 7px
}

.ny-c-form .textarea {
  width: 98.4%;
  border: 1px solid #E1E1E1;
  height: 224px;
}

.ny-c-form .textarea textarea {
  width: 97%;
  height: 198px;
  border: none;
  padding: 10px;
  font-family: "微软雅黑";
}

.ny-c-form .ny-c-bz {
  color: #0E6EB8;
  width: 100%
}

.ny-c-form .submit-message {
  width: 100%;
  margin: 20px 0 40px 0
}

.ny-c-form .submit-message input {
  width: 176px;
  height: 53px;
  margin: 0 auto;
  float: none;
  color: #fff;
  background: #0E6EB8;
  padding: 0;
  font-size: 15px
}


/*右侧在线咨询*/
.zx-service {
  position: fixed;
  right: 5px;
  top: 25%;
  border: 1px solid #DFDFDF;
  background: #fff;
  z-index: 99999;
}

.zx-service>ul>li {
  width: 80px;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}

.zx-service>ul>li a {
  display: block;
  width: 80px;
  height: 30px;
  color: #4c4c4c;
  font-size: 15px;
  text-align: center;
  padding-top: 50px;
}

.zx-service01 {
  background: url(../images/online-icon1-1.png) no-repeat center top 10px #0E6EB8;
}

.zx-service02 {
  background: url(../images/online-icon2.png) no-repeat center top 10px;
}

.zx-service03 {
  background: url(../images/online-icon3.png) no-repeat center top 10px;
}

.zx-service04 {
  background: url(../images/online-icon4.png) no-repeat center top 10px;
}

.zx-service .zx-service05 {
  background: url(../images/online-icon5.png) no-repeat center top 10px;
  border-bottom: 0;
  cursor: pointer;
}

.zx-service>ul>li:hover a,
.zx-service>ul .zx-service01 a {
  color: #fff;
}

.zx-service02:hover a {
  background: url(../images/online-icon2-2.png) no-repeat center top 10px #0E6EB8;
}

.zx-service03:hover a {
  background: url(../images/online-icon3-3.png) no-repeat center top 10px #0E6EB8;
}

.zx-service04:hover a {
  background: url(../images/online-icon4-4.png) no-repeat center top 10px #0E6EB8;
}

.zx-service05:hover a {
  background: url(../images/online-icon5-5.png) no-repeat center top 10px #0E6EB8;
}

.weixin-hide {
  width: 140px;
  padding: 125px 10px 10px;
  background: url(../images/wx.jpg) no-repeat center top 10px #0E6EB8;
  position: absolute;
  right: 81px;
  top: 0;
  display: none;
}

.weixin-hide span,
.weixin-hide b,
.weixin-hide em {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.weixin-hide span {
  line-height: 33px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

.weixin-hide em {
  line-height: 35px;
}

.weixin-hide b {
  line-height: 13px;
  font-family: arial;
  font-size: 18px
}


.tel-hide {
  padding: 10px;
  background: #0E6EB8;
  position: absolute;
  right: 81px;
  top: 0;
  width: 140px;
  display: none;
}

.tel-hide li span,
.tel-hide li b {
  display: block;
  color: #fff;
}

.tel-hide li:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff
}

.tel-hide li span {
  line-height: 12px;
  font-size: 14px;
}

.tel-hide li b {
  line-height: 15px;
  font-size: 19px;
  font-family: arial;
  padding-top: 10px;
}

.zx-service03:hover .weixin-hide {
  display: block;
}

.zx-service04:hover .tel-hide {
  display: block;
}

.pagelist {
  padding: 10px 0;
  margin-top: 15px;
  overflow: hidden;
  border-top: 0px solid #eee;
  text-align: center;
}

.pagelist a,
.pagelist span {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 5px;
}

.pagelist span.current {
  color: #f30;
  border: 1px solid #ddd;
}

.login {
  background: url(../images/bg-2.html) no-repeat center center;
  width: 100%;
  height: 100vh
}

.w-sub {
  width: 543px;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 45px;
  border-radius: 10px;
}

.w-sub form {
  width: 408px;
  margin: 0 auto
}

.w-sub h2 {
  margin: 33px auto 15px auto;
}

.w-sub h2 b,
.w-sub h2 p,
.w-sub h2 div {
  text-align: center;
  display: block;
}

.w-sub h2 b {
  font-size: 18px;
  color: #111111;
  font-weight: normal;
  margin: 10px 0 0 0
}

.w-sub h2 p {
  font-size: 26px;
  color: #0E6EB8;
  letter-spacing: 1px;
}

.w-sub form div {
  width: 408px;
  background: #f5f5f5;
  margin-bottom: 15px;
  overflow: hidden;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #BFBDBE;
}

.w-sub form div span,
.w-sub form div input,
.w-sub form div button {
  float: left;
  height: 50px;
}

.w-sub form div input {
  border: none;
  background: none;
  text-indent: 20px;
  font-family: "微软雅黑";
  color: #666;
  width: 75%;
  font-size: 15px
}

.w-sub form div span {
  width: 70px;
  text-align: center;
}

.w-sub form div span:after {
  content: '';
  float: right;
  width: 1px;
  height: 30px;
  background: #ddd;
  margin-top: 10px;
}

.w-sub form div span img {
  margin-top: 12px;
}

.w-sub form .submit {
  overflow: hidden;
  width: auto;
  background: none;
  margin: 0;
  height: auto;
  border: none;
  border-radius: 0;
}

.w-sub form .submit input {
  float: left;
  text-indent: 0;
}

.w-sub form .s-submit {
  width: 228px;
  border-radius: 2px;
  height: 50px;
  background: #0E6EB8;
  border: none;
  color: #fff;
  text-align: center;
}

.w-sub form .s-zhuce {
  width: 178px;
  border-radius: 2px;
  height: 48px;
  background: none;
  border: 1px solid #0E6EB8;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  color: #0E6EB8
}


.zhuce {
  background: url(../images/bg-2.html) no-repeat center center;
  height: 100vh;
}

.zhuce-con {
  background: rgba(255, 255, 255, 1);
  width: 1000px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 30px;
  position: relative;
  top: 100px
}

.zhuce-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.zhuce-top .fr a {
  background: #0E6EB8;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.zhuce-bottom h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  color: #0E6EB8;
}

.zhuce-bottom form {
  overflow: hidden;
}

.zhuce-bottom form div {
  overflow: hidden;
  width: 450px;
  float: left;
  border-radius: 5px;
  background: #f5f5f5;
  height: 45px;
  line-height: 45px;
  margin: 8px 25px
}

.zhuce-bottom form div label {
  float: left;
  width: 100px;
  text-align: center;
  background: #eee;
  color: #333
}

.zhuce-bottom form div input {
  float: left;
  width: 300px;
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  margin-left: 20px;
}

.zhuce-bottom form em {
  color: #0E6EB8
}

.zhuce .gs-submit {
  text-align: center;
  width: auto;
  background: #0E6EB8;
  position: relative;
  margin-left: 320px;
  margin: 30px 0 20px 350px;
  height: 55px;
  line-height: 55px;
}

.zhuce .gs-submit input {
  float: none;
  margin: 0 auto;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
}


/* 0713 */
.logo p{
  font-size: .95rem;
  color: #999;
  display: flex;
  line-height: 1.5rem;
}
.logo-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(0,0,0,.1);
}
.logo h1{
  display: flex;
  align-items: center;
}
.g-btn{
  height: 50px;
  width: 120px;
  background-color: #0E6EB8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #fff;
}
.nav ul li .hide em a{
  color: #fff;
}
.nav ul li .hide{
  background-color: #0E6EB8;
}

@media screen and (max-width: 1400px){

  .header .head_bott .inav_wrapper .nav_ul .nav_li{
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px){


  .t_b2k1le{
    width:400px;
  }
  .t_b2k1rg {
    width: calc(100% - 400px);
}
.copper ul li{
  width:23%;
}
}

@media screen and (max-width: 768px){
  .t_b1k2xin{
    padding: 38px 15px 30px;
  }
  .t_b1k2ic{
    width:28px;
  }
  .inn_l ul li .inn_img{
    margin-right: 10px;
  }
  .in_title h2{
    font-size: 26px;
  }
  .copper ul li{
    width:31.33%;
  }
  .fw_con dl{
    width:48%;
    margin-bottom: 15px;
    margin:0px 1% 10px;
    height: auto;
  }
  .fw_con dl.cur{ width: 48%; }
  
  .fw_con dl dt img{
    width:100%;
  }
  .fw_con dd .fw_s{
    height: 220px;
    padding-top: 160px;
  }
  .fw_con dd .fw_s span{
    font-size: 22px;
  }
  .fw_con dl.cur dd .fw_s{
    opacity: 1;
  }
  .fw_con dd .fw_t{
    display: none;
  }
  .t_b2k1nr {
    flex-wrap: wrap;
  }
  .t_b2k1le{
    width:100%;
    margin-bottom: 30px;
  }
  .t_b2k1rg{
    width:100%;
    margin-top:30px;
  }
  .t_b1k1top{
    padding:15px;
  }
  .t_b1k1ic img{
    width:80%;
  }
  .t_b1k1top .t_fonth5{
    width:100%;
    font-size: 18px;
    margin-top: 10px;
  }
  .ipart03{
    padding-bottom: 0px !important;
  }
}