@charset "utf-8";
@import url("hover-min.css");
.fl {
  float: left;
}
.fr {
  float: right;
}
.pl:hover {
  padding-left: 8px;
}
.pl {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
/* 鼠标箭头 */
.jiantou {
  cursor: default;
}
.hvr-sweep-to-top:active {
  color: #fff;
}
/* 背景主体颜色 */
body {
  background-color: #fff;
  color: #666;
  font-size: 16px;
}
a {
  font-size: 16px;
  color: #222222;
}
/* 图片对齐 */
img {
  vertical-align: middle;
}
i {
  display: inline-block;
  vertical-align: middle;
}
p {
  font-size: 16px;
  color: #2c2c2c;
}
/* h1logo */
h1 {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
}
/* h2轮播图 */
h2 {
  font-size: 70px;
  font-weight: 700;
  color: #222;
}
/* h3模块分隔 */
h3 {
  font-size: 42px;
  font-weight: 700;
  color: #222222;
}
/* h4盒子 */
h4 {
  font-size: 28px;
  font-weight: 400;
  color: #222222;
}
/* h5段落*/
h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
/* h6自定义 */
h6 {
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
/* 单一版心媒体查询修改最大最小宽度 */
@media screen and (min-width:1300px) {
  .strength .container {
    width: 90%;
    max-width: 1280px;
  }
  .s-company{
	padding: 50px 0 80px;
	width: 1600px;
    margin: 0 auto;
}
}
/* 公共部分样式开始 */
/* 头部 */
/* .headboxbigzw {

    height: 285px;

} */
.headbox {
  /* position: fixed; */
  position: relative;
  padding: 0;
}
.headbox_dw .container {
  position: relative;
}
.headboxdw_box {
  width: 540px;
  float: right
}
.headlogo {
  display: block;
  text-align: center;
  padding-top: 0px;
  width:200px;
  float:left;
}
.headnav{
	width: 920px;
    float: right;
    background: none;
	    margin-right: -25px;
}
.headlogo_img img {
  margin: 0 10px;
  /* max-width: 76px; */
  height: 72px;
}
.headlogo_h {
  padding-top: 8px;
}
.headlogo_h h1 {
  font-size: 20px;
  font-weight: 600;
}
.headlogo_p {
  padding-top: 5px;
  font-size: 12px;
  color: #999999;
}
.headtxt {
  position: relative;
  /* margin-top: 10px; */
  margin-left: 15px;
  padding-left: 15px;
}
.headtxt_x {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 55px;
  background-color: rgba(0, 0, 0, .2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.headtxt_tl {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
.headtxt_xz span {
  font-weight: 600;
  font-size: 28px;
  color: #222222;
  vertical-align: middle;
}
.headtxt_xz b {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #4b7ac0;
  margin: 0 8px;
  vertical-align: middle;
}
.headtxt_tl > div:last-child b {
  display: none;
}
.headtxt_tr {
  margin-left: 10px;
}
.headtxt_tr {
  margin-top: 5px;
  padding: 3px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.headtxt_b {
  font-size: 17px;
  color: #666;
 
}
.headtxt_b span{
  color: #4b7ac0;
}
.headtxt_bl {
  font-size: 16px;
  color: #777777;
}
.headtxt_br {
  color: #bbb;
}
.headtxt_b b {
  margin: 0 8px;
  color: #ff8c07;
}
.headtel {
  padding-right: 20px;
  margin-top: 8px;
}
.headtel_img {
  margin-top: 10px;
}
.headtel_img span {
  margin-right: 20px;
}
.headtel_img img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}
.headtel_item p {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 2px;
  color: #777
}
.headtel_item>a{
  display: block;
  /* margin-top: 5px; */
  font-size: 24px;
color: #333;
}
.headtel_item div a {
  font-size: 27px;
  font-weight: bold;
  color: #4b7ac0;
  line-height: 1;
}
.headboxl {
  /* width: 600px; */
  float: left;
  line-height: 46px;
  height: 46px;
  color: #777;
  font-size: 13px;
}
.headboxl i {
  color: #777;
  margin-top: -3px;
}
.headtel_item div:last-child {
  margin-top: -5px;
}
.head_btn {
  display: none;
  width: 50px;
  height: 72px;
  background-color: pink;
  cursor: pointer;
}
#liuyan {
  position: relative;
  top: -76px;
  height: 0;
  overflow: hidden;
  display: block;
}
/* 定位留言 */
.headbox_dw {
  /*

    position: absolute;

    right: 0;

    top: 0;

    width: 339px;

*/
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}
.headbox_dwewm {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.headbox_dwewm_img {
  display: none;
}
.headboxdw_box {
  /*    padding: 10px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.headboxdw_box a {
  padding: 0 20px;
}
.headboxdw_box a{
  border-right: 1px solid #e1e1e1;
}
.headboxdw_box a:last-child{
  border: 0;
  padding-right:0px;
}
.headboxdw_box i {
  font-size: 18px;
  color: #777;
}
.headboxdw_boxwx i {
  font-size: 22px;
}
.headboxdw_box span {
  margin-left: 5px;
  font-size: 13px;
  color: #777;
}

.headboxdw_box span.tel{
    font-size:22px;
    font-weight:bold;
    color:#666;
        background: url(../images/tel.png) no-repeat 0 4px;
            padding-left: 35px;
    display: inline-block;
    height: 46px;
}

.headboxdw_box a:hover i, .headboxdw_box a:hover span {
  color: #4b7ac0;
}
.headnavbox {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background:#4b7ac0;

}
.headnav li {
   position: relative; 
  float: left;
  width: 12%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.headnav_item{
  position: relative;
}
.headnav li:hover a{
  background-color: #4b7ac0;
    color: #fff;
}
.headnav li.active a{
  background-color: none;
  color:#fff;
}
.headnav li:last-child .headnav_itemx {
  display: none !important;
}
.headnav_item .headnav_item_txt {
  display: block;
  text-align: center;
  height: 72px;
  line-height: 72px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.headnav_itemdw {
  position: absolute;
  display: none;
  left: 0;
  /* top: 58px; */
  width: 100%;
  background-color: rgba(34, 34, 34, .8);
  /*    padding: 5px 0 5px;*/
  z-index: 99;
}
.headnav_itemx {
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, .3);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.headnav_itemdw a {
  display: block;
  text-align: center;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.headnav_itemdw a:last-child {
  border-bottom: 0;
}
.headnav_itemdw a:hover {
  background: #4b7ac0
}
.headnav li.active .headnav_itemx {
  display: none;
}
.wcpnav{
  position: absolute;
  left: 0px;
  top: 100%;
  width:130%;
  background-color: #4b7ac0;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
  z-index:9999;
  display: none;
}
.wcpnavbox{
    padding: 15px 0;
    display: flex;
    margin: auto;
    max-width: 1660px;
}
.wcpnavbox_lh{
  font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.wcpnavbox_lp{
  margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #e9e9e9;
    word-break: break-word;
    text-transform: uppercase;
}
.wcpnavbox_x{
  margin: 0 55px;
    width: 1px;
    background-color: #e1e1e1;
}
.wcpnavbox_r{
  width: 420px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
}
.wcpnavbox_r a{
    width: 100%;
    font-size: 15px;
    color: #fff !important;
    padding: 10px;
    transition: all .3s;
    font-size:16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.wcpnavbox_r a:hover{
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  color: #4b7ac0;
}
/* 手机端头部 */
.mbhead {
  display: none;
  padding: 0 15px;
  background-color: #F9F9F9;
}
.mbhead_t {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mbhead_tlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mbhead_tlogo_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mbhead_tlogo img {
  height: 46px;
}
.mbhead_tlogo_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 10px;
}
.mbhead_tlogo_txtbox h6 {
  font-size: 25px;
  font-weight: 700;
  color: #222;
}
.mbhead_tlogo_txtbox p {
  font-size: 12px;
  color: #999;
}
.mbheadr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mbhead_ttel, .mbhead_tlx {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mbhead_tlx {
  margin-left: 10px;
}
.mbhead_ttel i {
  font-size: 24px;
  color: #777;
}
.mbhead_tlx i {
  font-size: 32px;
  color: #fff;
}
.mbhead_b {
  background: #4b7ac0;

  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbhead_b li{
    list-style:none;
}
.mbhead_b .mbhead_bitem {
  width: 100%;
  height: 55px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  line-height:55px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.mbhead_b .mbhead_bitem:nth-child(4n) {
  border-right: none;
}
@media screen and (max-width: 1300px) {
  .headtxt {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* .headbox_dw {

        display: none;

    }

    .headtel {

        display: none;

    } */
}
@media screen and (max-width: 992px) {
    #one_search {
    display: none !important;
}
  .headbox_dw {
    display: none;
  }
  .headtel {
    display: none;
  }
  .head {
    display: none;
  }
  .headnav {
    display: none;
  }
  .mbhead {
    display: block;
    background-color: #4b7ac0;
  }
  .headboxbigzw {
    /* height: 156px; */
    margin-top:72px;
  }
  .headboxbig {
     position: fixed; 
    /*position: relative;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background:#4b7ac0;
  }
  
}
@media screen and (max-width: 768px) {
    .indexbanner{
        margin-top:72px;
    }
  .headbox {
    padding: 0 0 0 15px;
  }
  .mbhead_tlogo img{
    height: 30px;
  }
}
/* 底部 */
.foott {
  background-color: #f3f3f3;
}
.baise .foott {
  background-color: #fff;
}
.footlan {
  z-index: 0;
  margin-top: 110px;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #4b7ac0;

}
.footlanl {
  width: 68%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.footlanl_txt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.footlanlimg {
  margin-right: 30px;
  margin-left: 20px;
  transform: translateY(-126px);
  -webkit-transform: translateY(-126px);
  -moz-transform: translateY(-126px);
  -ms-transform: translateY(-126px);
  -o-transform: translateY(-126px);
}
.footlanlh span {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.footlanlh b {
  font-size: 12px;
  color: #53c59f;
  margin-left: 10px;
}
.footlanlp {
  color: #fff;
}
.footlanr {
  width: 32%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footlanr .footlanra {
  width: 224px;
  height: 54px;
  overflow: hidden;
  text-align: center;
  line-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
}
.footlanr .footlanra:hover {
  border-color: transparent;
}
.footlanra i {
  font-size: 30px;
  color: #fff;
}
.footlanra span {
  font-size: 18px;
  color: #fff;
  margin-left: 8px;
}
.footb {
  background-color: #333;
  z-index: 1;
  position: relative;
}
.footblxfs {
  background-color: #4b7ac0;
}
.footblxfs_item {
  padding: 28px 65px;
  width: 33.33%;
  /* border-right: 1px solid rgba(255, 255, 255, .2);
  padding-left: 50px; */
}
.footblxfs_item:last-child {
  border-right: none;
}
.footblxfs_itemi i {
  font-size: 40px;
  color: #fff;
}
.footblxfs_itemtxt {
  margin-left: 10px;
  margin-top: 5px;
}
.footblxfs_itemtxth {
  color: #fff;
}
.footblxfs_itemtxtp {
  /*    margin-top: 5px;*/
  font-size: 14px;
  color: #fff;
}
.footblxfs_itemtxtp a {
  color: #fff;
}
.footbnav {
  padding: 70px 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footbnav_box {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footbnav_box_itemh {
  font-size: 18px;
  color: #fff;
}
.footbnav_box_itembox {
  margin-top: 25px;
}
.footbnav_box_itembox .footbnav_itembox_link {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.footbnav_weixin {
  width: 20%;
  text-align: center;
}
.footbnav_box .db_logo{
	text-align: left;
	margin-left: -50px;
}


.footbnav_weixintx {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.footbnav_weixinimg img {
  margin: auto;
}
.footbnav_weixinimg img.web_logo{
	margin:0;
}


.footbnav_weixin:hover .footbnav_weixintx {
  color: #fff;
}
.footbnav_box_itembox .footbnav_itembox_link:hover {
  color: #fff;
}
.footbbq {
  border-top: 1px solid #3e3e3e;
  padding: 15px 0;
  line-height: 1;
  font-size: 0;
}
.footbbql_sy {
  font-size: 13px;
  color: #fff;
}
.footbbql .footbbql_ba {
  margin-left: 15px;
  font-size: 13px;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.footbbql .footbbql_ba:hover {
  color: #fff;
}
.footbbqr span {
  font-size: 13px;
  color: #fff;
}
.footbbqr a {
  font-size: 13px;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.footbbqr a:hover {
  color: #fff;
}
.footbnav_box_itembox .footbnav_itembox_link:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
@media screen and (max-width: 1400px){
  .footblxfs_item{
    padding-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .footlan {
    padding: 20px 0;
  }
  .footblxfs_item {
    padding: 20px 0 20px 20px;
  }
  .footbnav {
    padding: 50px 0;
  }
  .footlanlimg {
    transform: translateY(-146px);
    -webkit-transform: translateY(-146px);
    -moz-transform: translateY(-146px);
    -ms-transform: translateY(-146px);
    -o-transform: translateY(-146px);
  }
}
@media screen and (max-width: 992px) {
    #one_search {
    display: none !important;
}
  .footlan {
    padding: 30px;
    height: auto;
    margin-top: 30px;
  }
  .footblxfs_item {
    padding: 25px 0 25px 10px;
  }
  .footblxfs_itemi i {
    display: none;
    font-size: 26px;
  }
  .footblxfs_itemtxtp {
    margin-top: 0;
  }
  .footblxfs_itemtxtp a {
    font-size: 14px;
  }
  .footbbq > div {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .footlanlimg {
    display: none;
  }
  .footlanr .footlanra {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  .footbnav {
    display: block;
  }
  .footbnav_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .footbnav_weixin {
    width: 100%;
    background: rgb(32, 32, 32);
    padding: 30px;
  }
  .footbbq > div.fr {
    display: none;
  }
  .footbbq {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footlan {
    display: none;
  }
  .footblxfs_itemi i {
    display: block;
    font-size: 30px;
  }
  .footblxfs_item {
    width: 100%;
    padding-left: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .footbnav_box .footbnav_box_item {
    display: none;
  }
  .footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3) {
    display: block;
  }
  .footbnav {
    padding: 30px 0 0;
  }
  .footbnav > div {
    /* width: 50%; */
  }
  .footbnav_box_itembox {
    margin-top: 15px;
  }
  .footbbql_sy, .footbbql .footbbql_ba {
    font-size: 12px;
    line-height: 1.2;
  }
}
/* 内页背景 */
.nybg {
  /*    height: 300px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.nybg::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.nybg_title {
  height: 250px;
  position: relative;
  z-index: 2;
}
.nybg_titletxt {
  height: 250px;
  font-size: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.nybg_titletxt p {
  color: rgba(255, 255, 255, 0.4);
}
.nybg_titletxt p::before, .nybg_titletxt p::after {
  content: '';
  width: 80px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  top: -20%;
  margin: 0 10px;
}
.nybg_mbx {
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  /*

    background: -moz-linear-gradient(left, #4b7ac0 0%, #0b92df 100%);

    background: -webkit-linear-gradient(left, #4b7ac0 0%, #0b92df 100%);

    background: -o-linear-gradient(left, #4b7ac0 0%, #0b92df 100%);

    background: -ms-linear-gradient(left, #4b7ac0 0%, #0b92df 100%);

    background: linear-gradient(to left, #4b7ac0 0%, #0b92df 10);

*/
  padding: 0 20px;
  position: relative;
  z-index: 2;
  line-height: 50px;
}
.nybg_mbxbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nybg_mbxboxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.nybg_mbxboxl i {
  font-size: 24px;
  color: #222;
}
.nybg_mbxboxl span {
  font-size: 14px;
  color: #777;
  margin-left: 10px;
}
.nybg_mbxboxr {
  margin-left: 10px;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: auto;
}
.nybg_mbxboxr::-webkit-scrollbar {
  display: none;
}
.nybg_mbxboxr a {
  font-size: 13px;
  color: #777;
  padding: 0 10px;
  flex-shrink: 0;
}
.nybg_mbxboxr a:hover {
  color: #222;
}
.nybg_mbxboxr span {
  flex-shrink: 0;
  width: 10px;
  height: 1px;
  background-color: #c1c1c1;
}
@media screen and (max-width: 992px) {
    #one_search {
    display: none !important;
}
  .nybg {
    /*        height: 200px;*/
  }
  .nybg_title {
    height: 150px;
  }
  .nybg_titletxt {
    height: 150px;
    font-size: 24px;
  }
  .nybg_mbxboxl i {
    font-size: 20px;
  }
  .nybg_mbxboxr span {
    width: 5px;
  }
  .nybg_mbxboxl span, .nybg_mbxboxr a {
    font-size: 12px;
    margin-left: 0;
  }
  .nybg_titletxt p {
    font-size: 12px;
  }
  .nybg_titletxt p::before, .nybg_titletxt p::after {
    width: 40px;
    top: -4px;
  }
}
red {
  color: red;
}
/*内页列表 */
.nylist {
  margin-top: 16px;
}
.nylist_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nylist_box .nylist_box_item {
  width: 15%;
  margin-right: 2%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #e5e5e5;
	background-color: #fff;
  color: #000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  margin-bottom: 10px;
}
.oneself .nylist_box_item {
	height:60px;
	line-height:60px;
	    font-weight: bold;
    font-size: 1.2em;
}


.nylist_box .nylist_box_item:nth-child(6n){
margin-right: 0;
}
.nylist_box .nylist_box_item:hover {
/*
  border-color: #4b7ac0 !important;
  color: #fff;
*/
  /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
	background: none;
	border-color: transparent;
}
.nylist_box .nylist_box_item.on {
  background-color: #4b7ac0;
  border-color: #4b7ac0 !important;
  color: #fff;
  /* box-shadow: 0px 2px 10px 0px rgba(61, 43, 43, 0.18); */
}
@media screen and (max-width: 992px) {
  .nylist {
    margin-top: 30px;
  }
  .nylist_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nylist_box{
    padding: 0 15px;
  }
  .nylist_box .nylist_box_item:nth-child(5n){
    margin-right: 2%;
  }
  .nylist_box .nylist_box_item:nth-child(2n){
    margin-right: 0;
  }
  .nylist_box .nylist_box_item {
    width: 49%;
    margin-bottom: 10px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  
  }
  .oneself .nylist_box_item {
	  height:46px;
	  line-height:46px;
	  font-size:16px;
	  font-weight:bold;
  }
  
  
}
/* 分页 */
.pagebox {
  /* padding-bottom: 60px; */
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cpbigboxs .pagebox{
  width: 100%;
  margin-right: 0;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .pagebox {
    padding-bottom: 10px;
  }
  .nytop {
    padding: 0 10px;
  }
}
.nytop {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nytopl {
  width: 90%;
}
.nytopl .nybg_mbxboxl i, .nytopl .nybg_mbxboxl span {
  color: #333;
  opacity: .3;
}
.nytopl .nybg_mbxboxr a {
  color: #333;
}
.nytopl .nybg_mbxboxr a:hover {
  color: #4b7ac0;
}
.nytopl .nybg_mbxboxr span {
  background-color: #333;
  opacity: .3;
}
.nytoplr {
  width: 10%;
}
.nytoplr i {
  font-size: 18px;
  color: #4b7ac0;
}
.nytoplr span {
  font-size: 14px;
  color: #333;
}
.nytop .nytoplr {
  text-align: right;
}
.nytoplr a {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 8px 30px 10px 30px;
}
.nytoplr a:hover {
  border-color: #4b7ac0;
  background-color: #4b7ac0;
}
.nytoplr a:hover span, .nytoplr a:hover i {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .nytopl {
    width: 100%;
  }
  .nytoplr {
    width: 20%;
    display: none;
  }

}
@media screen and (max-width: 768px) {}
/* 上下页 */
.cpxqct_sy, .cpxqct_xy {
  margin-top: 23px;
  border: 1px solid #eeeeee;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cpxqct_xy {
  margin-top: 0px;
  border-top:none;
}
.cpxqct_sy{
    border-bottom:none;
}

.cpxqct_sy_l, .cpxqct_xy_l {
  width: 90%;
  padding: 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpxqct_sy_l b, .cpxqct_xy_l b {
  font-size: 14px;
  color: #999;
}
.cpxqct_sy_l span, .cpxqct_xy_l span {
  font-size: 14px;
  color: #333333;
}
.cpxqct_sy_l span.nolink {
  color: #777;
}
.cpxqct_sy .cpxqct_sy_r, .cpxqct_xy .cpxqct_xy_r {
  width: 10%;
  text-align: center;
  background-color: #eeeeee;
}
.cpxqct_sy .cpxqct_sy_r:hover, .cpxqct_xy .cpxqct_xy_r:hover {
  background-color: #4b7ac0;
}
.cpxqct_sy_r i, .cpxqct_xy_r i {
  color: #cfcfcf;
}
.cpxqct_sy_l:hover span, .cpxqct_xy_l:hover span {
  color: #4b7ac0;
}
.cpxqct_sy .cpxqct_sy_r:hover i, .cpxqct_xy .cpxqct_xy_r:hover i {
  color: #fff;
}
.biaoqian {
  padding: 63px 0;
}
.biaoqian i {
  font-size: 20px;
  color: #4b7ac0;
  margin-right: 10px;
}
.biaoqian a {
  display: inline-block;
  padding: 0 20px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #dddddd;
  font-size: 13px;
  color: #999;
  margin: 0 1px;
}
.biaoqian a:hover {
  background: #4b7ac0;
  color: #fff;
  border-color: #4b7ac0;
}
.cpxqct_r {
  width: 30%;
}
.cpxqct_rbox {
  -webkit-transform: translateZ(0);
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cpxqct_rnav {
  padding: 20px 35px;
}
.cpxqct_rnav_itemtitle {
  cursor: pointer;
  padding: 0 22px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #333333;
}
.cpxqct_rnav_item {
  margin-bottom: 1px;
}
.fudong {
  position: fixed;
  top: 100px;
  width: 384px;
}
.cpxqct_rnav_itembox {
  /* display: none; */
}
.cpxqct_rnav_itemtitle i {
  font-size: 20px;
  color: #fff;
}
.cpxqct_rnav_itemtitle span {
  margin-left: 8px;
  font-size: 18px;
  color: #fff;
}
.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa {
  display: block;
  padding: 0 34px;
  height: 56px;
  line-height: 55px;
  border-bottom: 1px dashed #e5e5e5;
}
.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:last-child {
  border-bottom: 0;
}
.cpxqct_rnav_itemboxa span {
  font-size: 14px;
  color: #333333;
  margin-left: 8px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.cpxqct_rnav_itemboxa i {
  color: #e5e5e5;
}
.cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:hover span, .cpxqct_rnav_itembox .cpxqct_rnav_itemboxa:hover i {
  color: ;
}
/* 资讯 */
.zixun {
  margin-top: 50px;
}
.zixunbox {
  margin-bottom: 0px;
}
.zixunbox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zixunbox_title_l {
  font-size: 22px;
  font-weight: 600;
  color: #111;
}
.zixunbox_title_l span {}
.zixunbox_title_l em {
  color: #4b7ac0;
}
.zixunbox_title_l b {
  font-size: 13px;
  color: #999999;
  margin-left: 10px;
}
.zixunbox_title_r a {
  font-size: 14px;
  color: #777;
}
.zixunbox_title_r a:hover {
  color: #4b7ac0;
}
.zixunbox_xt {
  position: relative;
  margin-top: 12px;
  border-top: 1px solid #e1e1e1;
  /*    background-color: #f4f4f4;*/
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.baisebg {
  background-color: #fff;
}
.zixunbox_xt .zixunbox_xtdw {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 1px;
  background-color: #4b7ac0;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.zixunbox_xt > div {
  width: 50%;
}
.zixunbox_xtl .zixunbox_xtla {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zixunbox_xtlaimg {
  width: 42%;
  overflow: hidden;
}
.zixunbox_xtlaimg img {
  width: 100%;
  transition: all .3s;
      height: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.zixunbox_xtlatxt {
  width: 58%;
  padding-left: 25px;
}
.zixunbox_xtlatxth {
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zixunbox_xtlatxtp {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zixunbox_xtlatxtsj {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zixunbox_xtlatxtsjs {
  font-size: 13px;
  color: #999;
}
.zixunbox_xtlatxtsjy {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #dcdcdc;
}
.zixunbox_xtlatxtsjy:hover {
  background-color: #4b7ac0;
  border-color: #4b7ac0;
}
.zixunbox_xtlatxtsjy:hover i {
  color: #fff;
}
.zixunbox_xtla {
  border-right: 1px dashed #c3c3c3;
}
.zixunbox_xtla:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.zixunbox_xtla:hover .zixunbox_xtlatxth {
  color: #4b7ac0;
}
.zixunbox_xtlatxtsjy:hover {
  color: #4b7ac0;
}
.zixunbox_xtr {
  width: 50%;
  padding: 0 40px;
}
.zixunbox_xtr .zixunbox_xtr_item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zixunbox_xtr .zixunbox_xtr_item:last-of-type {
  margin-bottom: 0;
}
.zixunbox_xtr .zixunbox_xtr_item:hover span {
  padding-left: 8px;
  color: #4b7ac0;
}
.zixunbox_xtr_item span {
  width: 80%;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.zixunbox_xtr_item b {
  text-align: right;
  width: 20%;
  font-size: 13px;
  color: #999;
}
@media screen and (max-width: 1200px) {
    #one_search {
    display: none !important;
}
  .zixunbox_xtl .zixunbox_xtla {
    padding: 0 20px;
  }
  .zixunbox_xtlatxt {
    padding-left: 10px;
  }
  .zixunbox_xtlatxtp {
    margin-top: 6px;
  }
  .zixunbox_xtlatxtsj {
    margin-top: 0;
  }
  .zixunbox_xtr .zixunbox_xtr_item {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 992px) {
  .zixunbox_xt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zixunbox_xt > div {
    width: 100%;
  }
  .zixunbox_xt {
    padding: 40px 0;
  }
  .zixunbox_xtr {
    margin-top: 15px;
  }
  .zixunbox_xtlatxtp {
    margin-top: 20px;
  }
  .zixunbox_xtlatxtsj {
    margin-top: 54px;
  }
  .zixunbox_xtla {
    border-right: 0;
    border-bottom: 1px dashed #c3c3c3;
  }
  .zixunbox_xtl .zixunbox_xtla {
    padding: 0 30px 15px;
  }
  .zixunbox_xtr {
    padding: 0 30px;
  }
  .zixunbox_xtr .zixunbox_xtr_item {
    margin-bottom: 10px;
  }
  .zixunbox_title_r a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .zixunbox_title_l {
    font-size: 18px;
  }
  .zixunbox_title {
    padding: 0 15px;
  }
  .nyxgfa .zixunbox_title {
    padding: 0;
  }
  .zixunbox_xt .zixunbox_xtdw {
    left: 15px;
  }
  .zixunbox_xtl .zixunbox_xtla {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zixunbox_xtlaimg {
    width: 100%;
  }
  .zixunbox_xtlatxt {
    width: 100%;
  }
  .zixunbox_xtlatxt {
    margin-top: 20px;
  }
  .zixunbox_xtlatxt {
    padding-left: 0;
  }
  .zixunbox_xtlatxtp {
    margin-top: 5px;
  }
  .zixunbox_xtlatxtsj {
    margin-top: 20px;
  }
  .zixunbox_xtl .zixunbox_xtla {
    padding: 0 15px 30px;
  }
  .zixunbox_xtr {
    padding: 0 15px;
  }
  .zixunbox_xtr {
    margin-top: 30px;
  }
  .shiping_list_itemimgdw img {
    max-width: 70%;
    margin: auto;
  }
  .pages a:first-child, .pages a:last-child {
    font-weight: 100;
  }
}
/* 行业分类 */
.hyfl {
  padding: 35px 0;
}
.hyflbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hyflbox .hyflbox_item {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 70px;
  border-right: 1px solid #e1e1e1;
  overflow: hidden;
  line-height: 70px;
  text-align: center;
}
.hyflbox .hyflbox_item:last-child {
  border-right: none;
}
.hyflbox_itemt {
  height: 70px;
  overflow: hidden;
  line-height: 1.3;
}
.hyflbox_itemt i {
  font-size: 38px;
  color: #222222;
}
.hyflbox_itemt span {
  font-size: 18px;
  color: #222222;
  display: block;
}
.hyflbox_itemb {
  height: 70px;
  overflow: hidden;
  line-height: 1.3;
}
.hyflbox_itemb i {
  font-size: 38px;
  color: #4b7ac0;
}
.hyflbox_itemb span {
  margin-left: 8px;
  font-size: 18px;
  color: #222222;
  display: block;
}
.hyflbox_itembox {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.hyflbox .hyflbox_item:hover .hyflbox_itembox {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
}
.hyflbox .hyflbox_item.on .hyflbox_itembox {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
}
/* 推荐产品 */
.catjcp {
  margin-top: 20px;
}
.zixunbox_xt.catjcpbox {
  padding: 0;
  padding: 30px 0;
  background-color: #fff;
}
.catjcpbox.xgcpplb {
  width: 100%;
}
.catjcp_item {
  margin: 0 15px;
}
.catjcp_item .catjcp_itema {
  display: block;
}
.catjcp_itema_img {
  border: 1px solid #eee;
  border-bottom: none;
  overflow: hidden;
}
.catjcp_itema_img img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.catjcp_itema_p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #f4f4f4;
}
.catjcp_item .catjcp_itema:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.catjcp_itema_img:hover {
  border-color: #4b7ac0;
}
.catjcp_item .catjcp_itema:hover .catjcp_itema_p {
  color: #fff;
  background-color: #4b7ac0;
}
.catjcp .owl-controls .owl-page.active span {
  background-color: #4b7ac0;
}
/* 内页客户列表 */
.nykhlb {
  margin-top: 16px;
  padding: 30px 0;
  background-color: #f4f4f4;
}
.nykhlb.wnykhlb{
  margin-top: 0;
}
.nykhlb_list_item {
  float: left;
  width: 25%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.nykhlb_list_item img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.nykhlb_list_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.nykhlb_list_item:nth-child(4n) {
  /* border-right: none; */
  border-right-color: #f4f4f4;
}
.nykhlb_list_item:nth-last-child(-n+4) {
  /* border-bottom: none; */
}
/* 合作列表分页 */
.hzpage {
  margin-top: 65px;
  text-align: center;
}
.hzzixun .zixunbox_xt {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.hzfoot .foott {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .nykhlb {
    /*margin-top: 50px;*/
    padding: 30px 0;
  }
  .hzpage {
    margin-top: 55px;
  }
}
@media screen and (max-width: 992px) {
  .nykhlb {
    margin-top: 30px;
    padding: 40px 0;
  }
  .hzpage {
    margin-top: 42px;
  }
  .catjcp_itema_p {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 5px;
  }
}
@media screen and (max-width:768px) {
  .nykhlb_list_item {
    width: 50%;
  }
  .nykhlb_list_item {
    border-right: 1px solid #e5e5e5 !important;
  }
  .nykhlb_list_item {
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .nykhlb_list_item:nth-child(2n) {
    border-right: 1px solid #f4f4f4 !important !important;
  }
  .nykhlb_list_item:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .hzpage {
    margin-top: 32px;
  }
  .nykhlb {
    margin-top: 20px;
    padding: 40px 0;
  }
  .nykhlb .row {
    padding: 0 15px;
  }
}
/* 视频列表 */
.shiping_list_item {
  float: left;
  width: 31%;
}
.shiping_list_itemimg {
  overflow: hidden;
  position: relative;
}
.shiping_list_itemimgdw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.shiping_list_itemimg > img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.shiping_list_itemtxt {
  padding: 20px 0;
  text-align: center;
  color: #333333;
}
.shiping_list_item {
  position: relative;
  margin-right: 3.43%;
  margin-bottom: 20px;
  cursor: pointer;
}
.shiping_list_item:nth-child(3n) {
  margin-right: 0;
}
.shiping_list_item:hover .shiping_list_itemimg > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.shiping_list_item:hover .shiping_list_itemtxt {
  color: #4b7ac0;
}
.shiping_list_item:hover .shiping_list_itemimgdw {
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -webkit-transition: -webkit-transform 0.6s ease 0;
  transition: transform 0.6s ease 0;
}
/* 弹出视频 */
.videos_box1 {
  width: 100%;
  overflow: hidden;
}
.videos {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9995;
}
.videos_box {
  position: absolute;
  z-index: 9997;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.videos_zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9996;
}
@media screen and (max-width: 1200px) {
  .videos_box {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .shiping_list_item {
    width: 49%;
    margin-right: 2% !important;
  }
  .shiping_list_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .videos_box {
    width: 95%;
  }
  .shiping_list_itemtxt {
    padding: 10px 0;
    font-size: 14px;
  }
}
/* 相册列表 */
.xclist .xclist_item {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  background-color: #fff;
  margin-bottom: 50px;
}
.xclist .xclist_item:nth-child(3n) {
  margin-right: 0;
}
.xclist_itemimg {
  overflow: hidden;
  background-color: #fff;
}
.xclist_itemimg img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.xclist_itemtxt {
  padding: 18px;
  color: #333;
  text-align: center;
}
.xclist .xclist_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.xclist .xclist_item:hover .xclist_itemtxt {
  color: #fff;
}
.xclist .xclist_item:hover {
  background-color: #4b7ac0;
}
#baguetteBox-overlay .full-image figcaption {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: #4b7ac0;

}
.xclist_itemimg .zhengs {
  height:300px;
  max-height: 300px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .xclist .xclist_item {
    width: 49%;
    margin-right: 2% !important;
  }
  .xclist .xclist_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  #baguetteBox-overlay .full-image figcaption {
    font-size: 14px;
    height: auto;
    line-height: 1.6;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .xclist .xclist_item {
    margin-bottom: 20px;
  }
  .xclist_itemtxt {
    padding: 10px;
    font-size: 12px;
  }
  .xclist_itemimg .zhengs {
    max-height: 180px;
    ;
  }
}
/* 上下篇 */
.pagebox {}
.pages {}
.pages a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 1px;
  border: 1px solid #ECECEC;
  BACKGROUND: #fff;
}
.pages ul li{
	display:inline-block;
}

.pages a:first-child, .pages a:last-child {
  font-family: "宋体", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.pages ul li:first-child a{
    font-size:0px;
    background-image:url('/static/images/left.png');
    background-size:20px 20px;
        background-position: center;
    background-repeat: no-repeat;
        line-height: 50px;
}
.pages ul li:last-child a{
    font-size:0px;
    background-image:url('/static/images/right.png');
    background-size:20px 20px;
        background-position: center;
    background-repeat: no-repeat;
        line-height: 50px;
}
.pages span.current{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 1px;
    border: 1px solid #ECECEC;
    BACKGROUND: #fff;
        background: #4b7ac0;
    color: #fff;
    border-color: #4b7ac0;
}
.pages a.nolink {
  cursor: no-drop;
}
.pages a:hover {
  background: #fff;
}
.pages li.active a {
  background: #4b7ac0;
  color: #fff;
  border-color: #4b7ac0;
}
.cpbigboxs_itema {
  position: relative;
}

.l2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #4b7ac0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #4b7ac0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #4b7ac0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.productitem .l1, .productitem .l2, .productitem .l3, .productitem .l4 {
  background: #4b7ac0;
}
.cpbigboxs_itema:hover .l1 {
  width: 100%;
}
.cpbigboxs_itema:hover .l2 {
  height: 100%;
}
.cpbigboxs_itema:hover .l3 {
  width: 100%;
}
.cpbigboxs_itema:hover .l4 {
  height: 100%;
}
.headboxbigzww{height: 340px;-webkit-background-size: cover;overflow: hidden;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;margin-bottom: 15px;}
@media screen and (max-width: 640px){
	.headboxbigzww{
	height: 200px;
    margin-bottom: 5px;
    margin-top: 72px;
	}
}
.text h4, .tit_3 h4{font-family: "DIN-Medium"!important; font-weight:bold;}
		.zbg3 {
			background: url(../images/about124276736.jpg) no-repeat center center;
			background-size: cover;
			margin-top: 0px;
		}

.c_1530_12{ width:100%; float:left; padding:73px 0 81px 0;}
.tit_3{ width:100%; float:left; text-align:center; padding-bottom:20px; background:url(../image/about2.png) no-repeat center bottom;}
.tit_3 h4{ width:100%; font-size:30px; color:#f39700; line-height:45px; letter-spacing:1px; text-transform:uppercase;}
.tit_3 h5{ width:100%; font-size:14px; color:#999; line-height:26px; letter-spacing:1px; text-transform:uppercase; font-family:Arial;}
.c_1530_12 ul{ width:100%; float:left;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.c_1530_12 ul li{ width:25%; float:left; margin-top:30px; padding:0 15px;}
.c_1530_12 ul li .zbox{ width:100%; float:left; background:white; min-height:232px; padding:40px 20px 10px 20px; text-align:center; cursor:pointer;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.c_1530_12 ul li .zbox .ico{ width:72px; height:72px; background:#ffdedf; display:inline-block; vertical-align:top;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.c_1530_12 ul li .zbox:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2);}
.c_1530_12 ul li .zbox:hover .ico{ transform:rotateY(180deg);}
.c_1530_12 ul li .zbox h4{ width:100%; float:left; margin-top:32px; font-size:20px; color:#333; line-height:34px; font-weight:bold; text-transform:uppercase;}
.c_1530_12 ul li .zbox .p{ width:100%; float:left; font-size:16px; color:#666; line-height:30px;}
.c_1530_12 ul li.l1 .zbox{ min-height:261px;}
@media  screen and (max-width:991px){
.zbg3{ margin-top:40px;}
.c_1530_12{ padding:43px 0 41px 0;}
.tit_3{ padding-bottom:9px;}
.tit_3 h4{ font-size:24px; line-height:38px;}
.tit_3 h5{ font-size:12px; line-height:22px;}
.c_1530_12 ul li{ margin-top:20px; padding:0 10px;}
.c_1530_12 ul li .zbox{ padding:20px 10px 10px 10px; min-height:193px;}
.c_1530_12 ul li .zbox .ico{ width:52px; height:52px;}
.c_1530_12 ul li .zbox h4{ margin-top:22px; font-size:16px; line-height:28px;}
.c_1530_12 ul li .zbox .p{ font-size:14px; line-height:24px;}
.c_1530_12 ul li.l1 .zbox{ min-height:231px;}
}
@media  screen and (max-width:767px){
.zbg3{ margin-top:20px;}
.c_1530_12{ padding:23px 10px 21px 10px;}
.tit_3{ padding-bottom:5px;}
.tit_3 h4{ font-size:18px; line-height:32px;}
.tit_3 h5{ line-height:18px;}
.c_1530_12 ul li{ margin-top:10px; padding:0 5px; width:50%;}
.c_1530_12 ul li .zbox{ padding:10px 10px 10px 10px; min-height:143px;}
.c_1530_12 ul li .zbox .ico{ width:32px; height:32px;}
.c_1530_12 ul li .zbox h4{ margin-top:12px; font-size:14px; line-height:28px;}
.c_1530_12 ul li .zbox .p{ font-size:12px; line-height:22px;}
.c_1530_12 ul li.l1 .zbox{ min-height:180px;}
}		
.c_1530_11{ width:100%; float:left; margin-top:0px; background:#f5f5f7; padding:10px 60px;}
.c_1530_11 .zbox{ width:100%; float:left; background:white;}
.c_1530_11 .zbox .img{ width:50%; float:left;}
.c_1530_11 .zbox .img img{ width:100%; float:left;}
.c_1530_11 .zbox .text{ width:50%; float:left; padding:55px 50px 45px 60px; max-height:530px; overflow-y:scroll; background:url(http://demo2.92wailian.com/k453/skin/images/logo2.png) no-repeat 92% 96%;}
.c_1530_11 .zbox .text::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

.c_1530_11 .zbox .text::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353
}

.c_1530_11 .zbox .text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 2px;
	background: #ededed
}
.c_1530_11 .zbox .text h4{ width:100%; float:left; font-size:24px; color:#f39700; line-height:33px;}
.c_1530_11 .zbox .text .p{ width:100%; float:left; font-size:16px; color:#444; line-height:30px; margin-top:19px; letter-spacing:0.5px;}
@media  screen and (max-width:1529px){
.c_1530_11{ padding:20px;}
.c_1530_11 .zbox{ background:none;}
.c_1530_11 .zbox .text{ padding:35px 30px 25px 40px; background:white;}
}
@media  screen and (max-width:991px){
    #one_search {
    display: none !important;
}
.c_1530_11{ padding:20px; margin-top:29px;}
.c_1530_11 .zbox .img{ width:100%;}
.c_1530_11 .zbox .text{ width:100%; padding:25px 20px 15px 20px;}
.c_1530_11 .zbox .text h4{ font-size:18px; line-height:25px;}
.c_1530_11 .zbox .text .p{ font-size:14px; line-height:26px; margin-top:14px; letter-spacing:0px;}
}
@media  screen and (max-width:767px){
    #one_search {
    display: none !important;
}
.c_1530_11{ padding:10px; margin-top:9px;}
.c_1530_11 .zbox .text{ padding:15px 10px 10px 10px;}
.c_1530_11 .zbox .text h4{ font-size:16px; line-height:23px;}
.c_1530_11 .zbox .text .p{ font-size:12px; line-height:22px; margin-top:8px;}
}


.program_txt {
  text-align: center;
  padding-bottom: 40px;
}
.program_txth {
  font-size: 42px;
  color: #222222;
  font-weight: 700;
}
.program_txth span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #4b7ac0;
  margin: 0 10px;
}
.program_txtp {
  font-size: 14px;
  color: #999999;
}
.ul-make li{overflow: hidden;background: #f7f7f7;overflow: hidden;}
.ul-make li .pic{float: left;width: 50%;height: 500px;overflow: hidden;}
.ul-make li .pic .bg{height: 100%;-webkit-background-size: cover;-webkit-transition:.3s;
transition:.3s;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;}
.ul-make li:nth-child(2n) .pic{float: right;}
.ul-make li .txt{overflow: hidden;padding-top: 55px;font-size: 16px;line-height: 30px;color: #666;padding-left: 60px;}
.ul-make li .more,.join .btn{width: 176px;height: 55px;line-height: 55px;text-align: center;border: 1px solid #a0a0a0;color: #333;font-size: 14px;border-radius: 13px;display: inline-block;margin-top: 60px;}
.ul-make li:nth-child(2n) .txt{padding-left: 0;padding-right: 60px;text-align: right;}
.ul-make li h3,.ul-pro li h3{font-size: 30px;font-weight: bold;color: #333;padding-bottom: 25px;margin-bottom: 15px;position: relative;}
.ul-make li h3:after{content: '';width: 70px;height: 3px;background: #4b7ac0;position: absolute;left: 0;bottom: 0;-webkit-transition:.3s;transition:.3s;}
.ul-make li:hover h3:after{width: 120px;}
.ul-make li:nth-child(2n) h3:after{left: auto;right: 0;}
.ul-make li:nth-child(2n) .inner{float: right;}
.ul-make li .more:hover,.join .btn:hover,.ul-pro li:hover .more,.ul-make li:hover .more{background: #4b7ac0;color: #fff;border-color: #4b7ac0;}
.ul-make li .inner{max-width: 640px;width: 100%;}
.ul-make li:hover .pic .bg{-webkit-transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	.ul-make li .pic{float: none;width: 100%;}
	.ul-make li .txt{padding: 20px;margin-bottom: 20px;}
	.ul-make li:nth-child(2n) .txt{text-align: left;}
	.ul-make li:nth-child(2n) h3:after{left: 0;right: auto;}
	.ul-make li h3, .ul-pro li h3{font-size: 20px;}
	.ul-make li .txt{font-size: 14px;}
	.ul-make li .pic{height: 340px;}
	.ul-make li .more, .join .btn{margin-top: 20px;}
	.ul-make li:nth-child(2n) .txt{padding: 20px;}
	
}

.advantage {
	background: #f4f4f4;
	padding: 30px 0;
	margin-top: 10px;
}
.advantage .main-title {
	color: #000;
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #21272b;
}
.advantage .col-md-4{
	
}
.advantage .main-border {
	text-align: center;
	margin: -2px auto 0px;
}
.advantage .main-subtitle {
	color: #222;
}
.adv-item i {
	font-size: 22px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block;
	color: #222;
}
.adv-item:hover i {
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	/* IE 9 */
  -moz-transform:rotateY(360deg);
	/* Firefox */
  -webkit-transform:rotateY(360deg);
	/* Safari and Chrome */
  -o-transform:rotateY(360deg);
	/* Opera */
  transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
}
.adv-item h4 {
	font-size: 16px;
	color: #222;
	font-family: 'Microsoft YaHei', 'Raleway';
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top: 3px;
	display: block;
    height: 78px;
    background: #efefef;
    color: #333;
    font-size: 28px;
    padding: 24px 0 18px 40px;
    margin-bottom: 21px;
    padding: 24px 0 25px 0px;
    margin-bottom: 21px;
    background-color: #4b7ac0;
    border-color: #4b7ac0 !important;
    color: #fff;
    text-align: center;
}
.adv-item p {
	font-size: 15px;
	color: #222;
	font-weight: normal;
	font-family: 'Microsoft YaHei', 'Raleway';
	margin: 0;
	line-height: 24px;
	padding: 0 25px;
	padding-bottom:20px;
}
.main-subtitle {
	color: #222;
	font-weight: normal;
	font-size: 16px;
	/*text-align: center;*/
  margin: 0 auto 0px;
	line-height: 40px;
}
.main-border {
    border-bottom: 2px solid #30b1e6;
	width:30px;
}
.main-title {
    font-size: 20px;
    color: #000;
    font-family: 'Microsoft YaHei', 'Raleway';
    margin: 0;
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e7eaf1;
}
.mb30 {
    margin-bottom: 40px !important;
}
.adv-item i {
    color: #30b1e6;
}

 @media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}
.padtb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-dl {
	background-color: #fcfcfc;
}
.contact-dl .thumb img {
	display: block;
	width: 100%;
}
.contact-dl .infor {
	padding: 15px;
	border: 1px solid #f2f2f2;
	color: #929292;
}
.contact-dl .infor h3 {
	color: #000000;
	padding: 0 0 10px 0;
	font-size:1.17em;
}
.contact-dl .infor .name {
	float: left;
	display: block;
}
.contact-dl .infor .text {
	overflow: hidden;
	display: block;
}
.contact-dl .infor a {
	color: #929292;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
}
 @media (min-width: 1024px) {
.contact-minbox {
	padding-top: 52px;
}
.contact-dl {
	border: 1px solid #f2f2f2;
	    margin-bottom: 40px 

}
.contact-dl .thumb {
	float: left;
	width: 46.5%;
	margin: -1px 0 -1px -1px;
}
.contact-dl .infor {
	overflow: hidden;
	border: 0;
	padding: 3.3% 2% 0 5.8%;
	line-height: 28px;
}
.contact-dl .infor h3 {
	padding: 0 0 16px 0;
	font-size: 1.17em;
}
}
 @media (min-width: 1199px) {
.contact-dl .infor {
	line-height: 36px;
}
}
#allmap {
	width: 100%;
	height: 298px;
	margin: 31px 0 10px;
}
.BMap_Marker img {
	width: auto !important;
	max-width: none !important;
}
.BMap_shadow img, .BMap_pop img {
	max-width: none !important;
}
 @media (min-width: 1024px) {
#allmap {
	height: 437px;
	margin: 47px 0 30px 0;
}
}

/**留言**/
.nyzxly {
    margin-top: 20px;
}

.nylx_tlhtx span {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}

.nylx_tlhtx b {
    font-size: 13px;
    color: #999999;
    margin-left: 8px;
}

.nylx_tlpc {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
}

.nyzxly_ct {
    margin-top: 15px;
    border-top: 2px solid #000000;
    padding-top: 14px;
}

.nyzxly_ctform_item {
    height: 54px;
}

.nyzxly_ctform_item>div {
    float: left;
    /* border-bottom: 1px solid #d8d8d8; */
}
.nyzxly_ctform_item>div.input{
	width:33%;
}
.nyzxly_ctform_item>div.textarea{
	width:100%;
}

.nyzxly_ctform_iteml {
    padding-left: 85px;
    width: 30%;
    height: 100%;
    line-height: 103px;
    border-right: 1px solid #d8d8d8;
}

.nyzxly_ctform_iteml span {
    font-size: 14px;
    color: #000;
}

.nyzxly_ctform_iteml i {
    color: #E21918;
}

.nyzxly_ctform_itemr {
    height: 100%;
    width: 70%;
    position: relative;
}

.nyzxly_ctform_itemr input {
    width: 95%;
    line-height: 42px;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -22px;
    padding-left: 12px;
    font-size: 14px;
    color: #777777;
}

.nyzxly_ctform_itemly.nyzxly_ctform_item {
    height: 318px;
}

.nyzxly_ctform_itemly .nyzxly_ctform_iteml {
    line-height: 317px;
}

.nyzxly_ctform_itemly .nyzxly_ctform_itemrct {
    padding-top: 10px;
    width: 97.5%;
    height: 150px;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -65px;
    padding-left: 12px;
    font-size: 14px;
    color: #777777;
    overflow-y: hidden;
    resize: none;
    outline: none;
}
.nyzxly_ctform_itemly{
    height:158px !important;
}
.nyzxly_ctform_itemryzm {
    width: 35%;
    height: 100%;
    position: relative;
}

.nyzxly_ctform_itemr .nyzxly_ctform_itemryzm input {
    width: 100%;
}

.nyzxly_ctform_itemr #update_vcode{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
.nyzxly_ctform_itemtj {
    padding: 20px 0;
	padding-top:20px;
    text-align: center;
}

.nyzxly_ctform_itemtj input {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #333333;
    line-height: 60px;
    color: #fff;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyzxly_ctform_itemtj input:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}



.inquiress form {
  position: relative;
}

  .inquiress input {
    height: 38px;
    border: 1px solid #000;
    float: left;
    color: #000;
    border-left: none;
    
    padding-left: 10px;
}

.inquiress_tj {
  width: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #4b7ac0;
  background-repeat: no-repeat;
  background-position: center;
}
.inquiress_tj:hover {
  background-color: #4b7ac0;
}
.inquiress_ct::placeholder {
  font-size: 14px;
  color: #a9a9a9;
}
.headboxbigzw{
    margin-top:0px;
}

.fire_ico{
    background:url('../images/fire_ico.png') no-repeat;
    width:25px;
    height:25px;
    background-size:cover;
}
.inquiregj a{
   font-size:15px !important; 
   padding:0 15px !important;
}
.inquiregj span{
    font-size:15px !important;
    padding: 0 15px 0 0px !important;
}



.search150 {
    float: left;
    margin-left: 60px;
}
.search150 .scbar150 {
    width: 441px;
    border-top: 0;
    border-bottom: 0;
    
    background: #fff;
    overflow: hidden;
}
.dean_scbar150txt {
    float: left;
    width: 269px!important;
    padding-left: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 0;
    background: url(../images/search150.png) 10px center no-repeat;
}
.scbar150_txt {
    height: 35px;
    line-height: 35px;
    font-family: Microsoft Yahei;
    width: 270px;
    border: 1px solid #FFF;
    outline: none;
    color: #000 !important;
    font: 12px/1.5 microsoft yahei,Tahoma,Helvetica,'SimSun',sans-serif;
}
.scbar150_btn {
    background: #4b7ac0;
    border: 0;
    width: 70px;
    font-size: 15px;
    font-family: Microsoft Yahei;
    height: 38px;
    line-height: 38px;
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    color: #FFF !important;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}


.down_select,.dean_scbar150_btn{
    display:block;
}
.sousuo_select{
    float:left;
    height:38px;
    opacity: .8;
    padding:0 5px;
}

.newscontentcp{
    overflow: hidden;
    padding:0 15px;
}
.newscontent_boxxg{
      overflow: hidden;
    padding:0 15px;
}

/**底部**/
.footer_bg {
	background: #262626;
	padding: 10px 0px;
}
.footer_left {
	padding: 0px 80px;
}
.footer_nav {
	display: none;
}
.footer_logo {
	margin: 30px 0px;
}
.footer_logo img {
	width: 100%;
}
.footer_guanzhu {
	overflow: hidden;
}
.footer_guanzhu img {
	float: left;
	width: 89px;
	height: 89px;
}
.footer_guanzhu p {
	border-bottom: 1px solid #444444;
	background: url(../img/ind_80.png) no-repeat center left;
	margin-left: 100px;
	width: 130px;
	padding: 20px 0px 20px 40px;
	font-size: 15px;
	color: #efefef;
}
.footer_right {
	display: none;
}
.footer_bq {
	background: #404040;
	padding: 15px 10px;
	text-align: center;
	font-size: 13px;
	color: #c2c2c2;
}
.footer_bq a {
	color: #c7c7c7;
}
.footer_bq a:hover {
	color: #FF0;
	border-bottom: 1px solid #FF;
}
.fqlj {
	padding: 20px 5px;
	margin-bottom: 30px;
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	color: #CCC;
}
.fqlj a {
	color: #999;
	font-weight: normal;
	font-size: 13px;
	margin: 0 5px;
}
.fqlj a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
@media only screen and (min-width: 480px) {
    .footer_bg {
	padding: 30px 0px;
}
.footer_nav {
	display: block;
	font-size: 13px;
	color: #c7c7c7;
}
.footer_nav a {
	color: #c7c7c7;
}
.footer_nav a:hover {
	color: #FF0;
	border-bottom: 1px solid #FF0;
}
.footer_logo img {
	width: 150px;
	height: 84px;
}
.fqlj {
	padding: 0px 5px 20px 5px;
}
}

@media only screen and (min-width: 950px) {
    .footer_bg {
	padding: 30px 0px;
}
.footer {
	overflow: hidden;
}
.footer_left {
	width: 60%;
	float: left;
}
}
@media only screen and (min-width: 1100px) {
    .footer_bg {
	padding: 40px 0px 30px 0px;
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.footer_right {
	display: block;
	width: 35%;
	float: right;
	padding-top: 5px;
}
.footer_con_bt {
	background: url(../img/ind_57.png) no-repeat top left;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.footer_lx {
	margin-top: 25px;
	padding-right: 10px;
}
.footer_lx ul {
	color: #bcbcbc;
	padding-left: 28px;
	font-size: 16px;
	background: url(../img/foot_bg.jpg) no-repeat left center;
	line-height: 31px;
}
.footer_lx ul li a {
	color: #bcbcbc;
}
.fqlj {
	width: 1190px;
	margin: 0 auto 30px auto;
}
#two_search{
    display:none !important;
}
}

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

    .s-company{
           padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .nylx_tl {
        padding: 50px 0 60px;
    }
    .nylx_t {
        padding: 0 15px;
    }
    .nylx_tlct {
        margin-top: 30px;
    }
    .nylx_tlct_item {
        padding: 15px 0;
    }
    .nylx_tlh {
        font-size: 18px;
    }
    .nyzxly {
        margin-top: 50px;
        padding: 0 15px;
    }
    .nylx_tr {
        height: 300px;
    }
    .nylx_tlpc {
        margin-top: 10px;
    }
    .nyzxly_ct {
        margin-top: 10px;
        padding-top: 8px;
        padding-bottom: 30px;
    }
    .nyzxly_ctform_iteml {
        display: none;
    }
    .nyzxly_ctform_itemr {
        width: 100%;
    }
	.nyzxly_ctform_item>div.input{
		width:100%;
	}
	
    .nyzxly_ctform_itemr input {
        width: 85%;
    }
    .nyzxly_ctform_item {
        height: 60px;
    }
    .nyzxly_ctform_itemryzm {
        width: 85%;
    }
    .nyzxly_ctform_itemly .nyzxly_ctform_itemrct {
        width: 85%;
        height: 150px;
        margin-top: -75px;
    }
    .nyzxly_ctform_itemly.nyzxly_ctform_item {
        height: 180px;
    }
    .nyzxly_ctform_itemtj {
        padding: 30px 0;
    }
    .nyzxly_ctform_itemtj input {
        height: 40px;
        line-height: 40px;
    }
    .nylx_tlct_itemimg{
        min-width: 55px;
    }
    .nylx_tlct_itemimg i{
        width: 50px;
        height: 50px;
        line-height: 56px;
    }
    .wfgs{
        margin-top: 50px;
        padding: 50px 15px;
    }
    .inquiress{
        /*display: none;*/
        display:block;
    }
    
    .search150 .scbar150{
        width:100%;
    }
    .search150{
        margin-left:0px;
    }
    .scbar150_txt{
        width:200px;
    }
    .down_select, .dean_scbar150_btn{
        display:inline-block;
    }
    .fr{
        float:left;
    }
    .scbar150_btn{
        margin-top:-29px;
    }
        #two_search{
    display:block !important;
    width:100%;
    }
    #one_search{
        display:none !important;
    }

}
.headboxbig{
    background: #4b7ac0;
}