@font-face {
    font-family: "zzh";
    src: url(../fonts/zzh.ttf);
    font-weight: normal;
    font-style: normal;
  }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

  
  body {
    font-family: "å¾®è½¯é›…é»‘";
  }
  .container-fluid {
    max-width: 1560px !important;
    margin: 0 auto;
    padding: 0;
    
  }
  .row {
    margin: 0 auto;
	width: 1200px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding: 0;
    margin: 0;
  }
  .lt {
    float: left;
    padding-left: 20px;
  }
  .rt {
    float: right;
  }
  a {
    text-decoration: none;
  }
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    max-width: 100%;
  }
  .fl{
      float:left;
  }
  .fr{
      float: right;
  }

 
 .header{
   padding:15px 0;

 } 
   .nav-ul{
    margin-top:10px;
  }
   .nav-ul .navlist {
    position: relative;
    display: inline-block;
    float: left;
    width:12%;
    height: 30px;
    z-index: 999;
  }
   .nav-ul .navlist a.listh1 {
    line-height: 50px;
    text-decoration: none;
    display: block;
    color: #3a3a3a;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 16px;
  }
   .nav-ul .navlist a.listh1:hover,
   .nav-ul .navlist a.listh1.on {

    background:#4786e0;
    color:#fff;
  }


   .nav-ul .navlist .list2-ul {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    z-index: 10;
	background: #fff;
    /* background: rgba(255, 255, 255, 0.8) !important; */
    filter: alpha(opacity=80);
    width: 100%;
  }
   .nav-ul .navlist .list2-ul .list {
    position: relative;
  }
   .nav-ul .navlist .list2-ul .list .listh2 {
    text-align: center;
    /* padding-left: 10px; */
    line-height: 35px;
    color: #3a3a3a;
    display: block;
    text-decoration: none;
    font-size: 15px;
  }
   .nav-ul .navlist .list2-ul .list .listh2:hover,
   .nav-ul .navlist .list2-ul .list .listh2.on {
    background: #4786e0;
    color: #fff;
  }
   .nav-ul .navlist .list2-ul .list .list3-ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    background: #fff;
    filter: alpha(opacity=80);
  }
   .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
    text-align: center;
  }
  .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
    display: block;
    line-height: 35px;
    color: #3a3a3a;
  }
  .banner-wrap {
    position: relative;
  }
  .banner-wrap #owl-demo {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-wrap #owl-demo .item {
    display: block;
  }
  .banner-wrap #owl-demo img {
    display: block;
    width: 100%;
  }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
    background: #fff;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2897d4;
  }
  .banner-wrap .owl-theme .owl-controls .owl-page.active span {
    background: #2897d4;
  }
  .banner-wrap .banner .swiper-wrapper .swiper-slide img {
    width: 100%;
  }

  .in_title{
    margin:80px auto 7px;
  }
  .in_title h2{
    font-size: 36px;
    color:#000000;
    text-align: center;
    font-weight: bold;
  }
  .in_title h2 span{
    color:#4786e0;
    font-weight: normal;
    text-transform: uppercase;
  }
 .in_title i{
   width:48px;
   height: 1px;
   background: #313131;
   display: inline-block;
   vertical-align: middle;
   margin:0 40px;
 }
a{
  text-decoration: none;
  
}
a:hover{
  text-decoration: none;
}
a.amore{
  width:163px;
  height: 34px;
  border: 1px solid #4786e0;
  line-height: 34px;
  color:#4786e0;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 40px auto 80px;
}
a.amore:hover{
  background: #4786e0;
  color:#fff;
}
/* about */
.aboutxt p{
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  margin:0px auto 40px;
  /*text-indent: 50px;*/
  text-align: left;
}
.aboutxt ul{
  overflow: hidden;
  height: 113px;
}
.aboutxt ul li{
 /*  text-align: center;*/
 padding-left: 30px;
}
.aboutxt ul li h3{
  font-size: 43px;
  color:#4786e0;
  font-weight: bold;
}
.aboutxt ul li h3 span{
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  vertical-align: middle;
}
.aboutxt ul li p{
  font-size: 20px;
  color:#000000;
}
  .searchbox-wrap {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 5px #b2b2b2;
    padding: 20px 0;
  }
  .searchbox-wrap .stxtbox {
    font-size: 1.4rem;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    float: left;
    width: 60%;
    margin-top: 8px;
  }
  .searchbox-wrap .stxtbox .tit {
    float: left;
    width: 12%;
    color: #292929;
  }
  .searchbox-wrap .stxtbox .cnbox {
    float: left;
    width: 88%;
  }
  .searchbox-wrap .stxtbox .cnbox a {
    color: #696969;
    margin: 0 10px;
  }
  .searchbox-wrap .sbox {
    position: relative;
    float: right;
    width: 40%;
    text-align: right;
  }
  .searchbox-wrap .sbox .textbox1 {
    width: 380px;
    height: 40px;
    padding: 5px 40px 5px 10px;
    font-size: 1.4rem;
    color: #696969;
    border: 1px solid #ccc;
    outline: none;
  }
  .searchbox-wrap .sbox .submitbtn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/searchbox-icon1.png) no-repeat center center;
    border: none;
    width: 22px;
    height: 22px;
    outline: none;
  }
   {
    padding: 35px 0;
  }
   .w-ltside .mb {
    margin-bottom: 20px;
  }
   .w-ltside .mb .tit-show .title {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #0078d9;
    background-size: cover;
    overflow: hidden;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 16px;
    color: #fff;
    text-indent: 1em;
    cursor: pointer;
  }
   .w-ltside .mb .tit-show .title .arrow {
    float: right;
    margin-right: 15px;
    margin-top:15px;
  }
   .w-ltside .mb .tit-show .title .icon {
    margin-right: 10px;
  }
   .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%;
  }
   .w-ltside .show-hide .div2 {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
   .w-ltside .show-hide .div2 a {
    display: block;
    color: #707070;
    text-decoration: none;
  }
   .w-ltside .show-hide .div2:hover a {
    background: #0078d9;
    color: #fff;
  }
   .w-ltside .show-hide .div3 {
    display: none;
  }
   .w-ltside .show-hide .div3 ul {
    margin: 0;
    padding: 0;
  }
   .w-ltside .show-hide .div3 ul li {
    display: block;
    height: 34px;
    line-height: 34px;
    list-style: none;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }
   .w-ltside .show-hide .div3 ul li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #666;
  }
   .w-ltside .show-hide .div3 ul li a:hover {
    color: #0078d9;
  }
   .ltside {
    /* padding-right: 30px; */
    width:290px;
  }
   .ltside .linkbox .titbox {
    background: url(../images/pro_top.png) no-repeat top left;
    background-size: cover;
    height: 90px;
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    padding-top: 30px;
  }
   .ltside .linkbox .titbox span {
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.6rem;
    color: #c9c9c9;
  }
   .ltside .linkbox .lbox {
    border:5px solid #0368be;
    width:270px;
    box-sizing: content-box;
  }
   .ltside .linkbox .lbox .list {
    border-left: 2px solid #fff;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    color: #343434;
    /* border-bottom: 1px solid #ccc; */
    height: 52px;
    line-height: 52px;
    padding:0 15px;

    background: url(../images/prolibg.jpg) no-repeat center;
    margin:15px 0
  }
   .ltside .linkbox .lbox .list:hover {
    font-weight: bold;
    border-left-color: #f19000;
    color: #f19000;
  }
   .ltside .linkbox .lbox .list:hover .arrow img {
    -webkit-filter: brightness(1);
  }
   .ltside .linkbox .lbox .list.on1 {
    font-weight: bold;
    border-left-color: #f19000;
    border-bottom: none;
    color: #f19000;
  }



   .ltside .linkbox .lbox  span{
      display: block;
      text-align: center;
  }
   .ltside .linkbox .lbox .list.on1 .arrow img {
    -webkit-filter: brightness(1);
  }
   .ltside .linkbox .lbox .list .arrow {
    margin-top: -2px;
    margin-right: 20px;
  }
   .ltside .linkbox .lbox .list .arrow img {
    -webkit-filter: brightness(0);
  }
   .ltside .linkbox .lbox .list2 {
    display: none;
  }
   .ltside .linkbox .lbox .list2 ul li a {
    display: block;
    border-left: 2px solid #f19000;
    font-size: 1.4rem;
    color: #474747;
    line-height: 35px;
    height: 35px;
    padding-left: 55px;
    text-decoration: none;
  }
   .ltside .linkbox .lbox .list2 ul li a:hover {
    color: #f19000;
  }
   .ltside .contactbox {
    /* border: 1px solid #ccc; */
    border-top: none;
    /* padding: 10px 0 0; */
  }
   .ltside .contactbox .pic img {
    width: 100%;
  }
  .in_pro{
    background: #f8f9f9;
    overflow: hidden;
	height: 543x;
  }
   .product-con .title-morebtn .titbox .tit {
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0078d9;
  }
   .product-con .title-morebtn .titbox .tit span {
    font-size: 1.2rem;
    color: #595959;
    font-family: "Arial";
    font-weight: normal;
    text-transform: uppercase;
  }
   .product-con .title-morebtn .titbox .morebtn a {
    line-height: 45px;
    color: #595959;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: "Arial";
  }
   .product-con .title-morebtn .line-wrap {
    height: 2px;
    width: 100%;
    background: #f19000;
  }
   .product-con .title-morebtn .line-wrap .line {
    width: 130px;
    height: 2px;
    /* background: #0078d9; */
  }
   .product-con .pbox {
    margin-top: 20px;
  }
   .product-con .pbox .plist {
    /* padding: 0 10px 20px; */

    max-width: 95%;
    /* margin-left: 20px; */
    /* background: #ededed; */
    padding: 10px;
    /* float: left; */
    margin-bottom: 25px;
    border:1px solid #e8e8e8;
    background: #fff;
    margin:0 auto 25px

  }
  .product-con .pbox .plist .picbox{
    position: relative;
  }
  .product-con .pbox .plist .picbox2{
    position: absolute; 
    top:0;
    width:100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5) !important;
    display: none;
    


  }
  .product-con .pbox .plist .picbox2::before{
    content: "";
    background: url(../images/hover2.png) no-repeat center;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
  }

   .product-con .pbox .plist:hover{
     border:1px solid #4786e0;}

     .product-con .pbox .plist:hover .picbox2{
       display: block;
       z-index: 99999;
     }

   .product-con .pbox .plist .picbox img{
      transition: all 2s;
  }
   .product-con .pbox .plist .picbox .pic{
      overflow: hidden;
  }
   .product-con .pbox .plist:hover img {
    transform: scale(1.2);
  }




   .product-con .pbox .plist a {
    text-decoration: none;
    display: block;
    border: 1px solid #fff;
  }
   .product-con .pbox .plist a:hover .btit {
    /* color: #fff; */
  }
   .product-con .pbox .plist a .btit {
    /* border-top: 1px solid #ccc; */
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 1.4rem;
    color: #454545;
    font-weight: bold;
    text-align: left;
  }
  .product-con .pbox .plist a .btit1 {
    /* border-top: 1px solid #ccc; */
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 1.4rem;
    color: #a9a9a9;
    text-align: left;
  }

  .in_video{
    background: #f8f9f9;
    overflow: hidden;
  }
  .in_video .owl-carousel{
    overflow:visible;
  }
 .in_video .owl-theme .owl-controls{
   position: absolute;
   top:30%;
   width:100%;
 }
  .in_video .owl-theme .owl-controls .owl-buttons div{
    width:25px;
    height: 63px;
    font-size: 0;
    position: absolute;

  }
  .in_video .owl-theme .owl-controls .owl-buttons div.owl-prev{
    background: url(../images/prev.png) no-repeat;
    left:-50px;
  
  }

  .in_video .owl-theme .owl-controls .owl-buttons div.owl-next{
    background: url(../images/next.png) no-repeat;
    right: -50px;
  }


  #owl-demo2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo2 .owl-pagination{
  display: none;
}
#owl-demo2 .item {
    display: block;
    margin: 5px;
}
#owl-demo2 img {
    display: block;
    width: 100%;
}


.cooperlist ul li{
  width:18%;
  margin:1%;
  float: left;
  border:1px solid #e8e8e8;
  height: 148px;
}




/*footer*/
.footer{background: url(../images/footbg.jpg) no-repeat center;
  overflow: hidden;
  padding:100px;
  
  }
  .foot_min{
      background: #fff;
      padding:42px 96px;
	  height: 508px;

      
  }
  .foot_min .lt ul{
    margin-top:20px;
  }
  .foot_min .lt li {
    color:#1f1a17;
    font-size: 18px;
    margin-bottom:20px;
  }
  .foot_min .lt li i{
    display: inline-block;
    padding-right:10px;
  }
  .foot_min .lt form{
    margin-top:35px;
  }
  .foot_min .lt dl{
    float: left;
  }
  .foot_min .lt dl dt{
    margin-bottom: 5px;
    font-size: 18px;
    color:#000000;
    font-weight: normal;
    
  }
  .foot_min .lt dl em{
    color: #4786e0;
    vertical-align: top;
    font-style: normal;
  }
  .foot_min .lt input {
    width: 340px;
    height: 45px;
    line-height: 40px;
    padding: 0 10px;
    background: #fff;
    margin-bottom:10px;
    color: #3e3e3e;
    float: left;
    margin-right: 25px;

    border: 1px solid #d7d7d7;
}

.foot_min .lt .sub {
  display: block;
  width: 160px;
  height:40px;
  color: #4786e0;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border: none;
  border:1px solid #4786e0;
}

.foot_min .rt p{
  font-size: 18px;
  text-align: center;
  color:#000000;
  line-height: 50px;
}

.foot {
  background: #f8f9f9;
  line-height: 75px;
  font-size: 18px;
  color:#000000;
}

.foot span a{
  color:#000000;
}
.foot p{
  line-height: 75px;
}

  @media (min-width: 992px) {

    .toplist{
        /* margin-right: 30px; */
        margin-top: 13px;
        display: block;
    }
    .toplist li{
        float: left;
        border-right: 1px solid #e7e7e7;
        width: 95px;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 3px;
    }
    .toplist li:last-child{
        border: none;
    }
    .toplist li .toptus{
        width: 19px;
        height: 19px;
        margin:0 auto;
        text-align: center;
    }
    .toplist li h3{font:normal 14px/14px MicrosoftYaHei;	color: #333333;margin-top: 7px;}
    .toplist li h4{font:normal 12px/12px MicrosoftYaHei;color: #666666;margin-top: 6px;}

    

    .col-md-13 {
      width: 20%;
      float: left;
    }
    .header-wrap .header {
      height: 130px;
    }
    .header-wrap .header .logo {
      line-height: 100px;
      margin-top:15px;
    }
    .content-wrap .about-wrap .about-con a .conbox {
      padding-left: 50px;
    }
    .content-wrap .about-wrap .about-con a .conbox .con {
      margin: 50px 0;
      padding-right: 30px;
      
    }
    .content-wrap .about-wrap .about-con a .conbox .morebtn {
      margin-bottom: 0;
      margin-top:-40px;
    }
    .content-wrap .news-wrap .news-con .bnlist {
      padding-right: 10px;
    }
    .content-wrap .news-wrap .news-con .nconbox {
      padding-left: 10px;
    }
    .content-wrap .faq-wrap .faq-con {
      margin-top: 0;
    }
    .content-wrap .contact-wrap .contact-con .ccon {
      padding-right: 20px;
    }
    .content-wrap .contentbox .main-wrap {
      padding-left: 20px;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
      width: 13%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
      width: 86%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
      width: 86%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
      margin-left: 14%;
    }
    .footer-wrap .footer .f2box .fbox1 {
      padding: 30px 0;
    }
    .footer-wrap .footer .f2box .fbox1 .flogobox {
      padding: 45px 20px 0 0;
      text-align: center;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox {
      padding: 25px 0 25px 40px;
      background: url(../images/footer-line1.png) no-repeat left center;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .cbox {
      background: url(../images/footer-line1.png) no-repeat right center;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox {
      text-align: right;
      float: right;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox .etxt {
      float: left;
      margin-right: 20px;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox .etxt .e1 {
      font-size: 1.6rem;
      color: #747474;
      line-height: 30px;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox .etxt .e2 {
      margin-top: 30px;
      color: #fff;
      font-size: 2.4rem;
      font-family: "Impact";
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox .etxt .e2 i {
      margin-right: 10px;
    }
    .footer-wrap .footer .f2box .fbox1 .cconbox .ewmbox .pic {
      float: left;
    }
    .youshi1 .left{padding-right:30px;padding-top: 40px}
    .youshi2 .left{padding-left: 30px;padding-top: 40px}
  }
  


  .product-details-con .dcon table{
    width:100% !important;
  }
  .product-details-con .dcon td{
    border:1px solid #ddd !important;
  }
  @media (max-width:1100px){
  .header-wrap .header .logo img{max-height: 55px;}
  .header-wrap .header .phonetxt p span{font-size: 1.5rem}
  }
  
  @media (max-width: 990px) {
    .fnav{display: none;}
    .header-wrap .header .logo img{
      margin:20px 0;
    }
    .pr_bg{background: none;}
    .container-fluid {
      padding-left: .5em;
      padding-right: .5em;
    }
    .footer-wrap {
      /* margin-bottom: 75px; */
    }
    .youshi{margin-bottom: -20px}
    .youshi .tu img{margin:10px auto;display: block;}
    .header-wrap .hezi{padding-right: 0}
    .header-wrap .qiehuan{top: 20px;right: 50px;}
  }
  
  @media (max-width: 600px) {
  .header-wrap .qiehuan{top: 5px;}
  .header-wrap .qiehuan a{display: block;margin:3px 0;}
  .fewms{display: none;}
  .pr_top{padding-right:0; text-align: center; font-size: 18px; padding-top:0}
  .in_title h2{font-size: 36px;}
  .in_title p{font-size: 14px;}
  .youshi .youshi4 .left{ margin-top:15px;}
  .youshi .youshi4{background-size:100% 100%;}
  }
  
  @media (max-width: 480px) {
    .logo img {
      /* max-width: 60%; */
    }
     .product-con .pbox{
      margin-top:0;
    }
    .content-wrap .news-wrap .title-line .title .chtit {
      margin-top: 0;
      position: relative;
      bottom: 0;
      margin-bottom: 20px;
    }
    .content-wrap .news-wrap .news-con .nconbox .nlist a .timebox {
      width: 25%;
    }
    .content-wrap .news-wrap .news-con .nconbox .nlist a .con {
      width: 73%;
    }
    .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
      width: 35%;
    }
    .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
      width: 63%;
    }
    .zxly_B{margin-bottom: 15px}
    .zxly_btn{width: 100px}
  .title11{margin:40px 0 36px;}
  .title11 .xian{margin:10px 0;}
  .title11 .xian:before{top: -1px; width: 280px; height: 3px;margin-left: -140px}
  .youshi .youshi11{padding:25px 20px;}
  .youshi .imgbox .shu{width: 55px;height: 70px;font-size: 30px;}
  .youshi .imgbox .text{width:calc(100% - 55px); padding-left:20px;}
  .youshi .imgbox .text .tou h4{font-size: 18px;margin-bottom: 6px !important}
  .youshi .imgbox .text ul li{margin-bottom: 15px;font-size: 14px;line-height: 26px}
  }
  @media (max-width: 375px) {
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
      width: 28%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
      width: 71%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
      width: 71%;
    }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
      margin-left: 28%;
    }
  }
  



  /*list page*/
.page {
  width: 100%;
  margin: 10px auto;
  line-height: 30px;
  text-align: right;
}
.page span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.page a.num.select {
  padding: 3px 10px;
  color: #fff;
  background: #1b4d9a;
}
.page a.num {
  /* background: #fff; */
  padding:3px 10px;
  box-sizing: content-box;
}
.page a.num:hover {
  padding: 3px 10px;
  color: #fff;
  background: #1b4d9a;
}

/*guestbook*/
.guestbook_show {
  margin: 20px auto 0;
}
.guestbook_top {
  height: 40px;
  background: #eee;
  line-height: 40px;
  padding: 0 10px 0 17px;
}
.guestbook_top .mustwrt {
  display: block;
  float: right;
}
.guestbook_show em {
  color: #f00;
  font-style: normal;
}
.guestbook_form .inp_one {
  width: 180px;
  height: 25px;
  outline: none;
  border: 1px solid #ccc;
  padding-left: 4px;
}
.guestbook_form .inp_one:focus {
  border: 1px solid #1b4d9a;
}
.guestbook_form {
  padding: 20px 20px 0;
}
.guestbook_form dl {
  width: 100%;
  overflow: hidden;
  line-height: 25px;
  height: 25px;
  padding: 10px 0;
  box-sizing: content-box;
}
.guestbook_form dt {
  width: 80px;
  float: left;
}
.guestbook_form dd {
  width: 510px;
  float: left;
}
.guestbook_form dd span {
  padding-left: 20px;
}
.guestbook_form dd span b {
  font-weight: 500;
}
.guestbook_form dd span i {
  color: #F00;
  padding: 0 5px;
}
.guestbook_form dd span.quetion {
  display: block;
}
.guestbook_form .bookdl {
  height: 160px;
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 0;
}
.guestbook_form .bookdl dd textarea {
  width: 439px;
  height: 112px;
}
.guestbook_form .button {
  width: 150px;
  height: 32px;
  background: #1b4d9a;
  border: none;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}
.guestbook_form .button:hover {
  background: #b8b8b8;
  color: black;
}
.guestbook_form .form_b {
  /* width: 693px; */
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.guestbook_title {
  padding: 20px 20px 0;
  color: #1b4d9a;
}
.guestbook_title strong {
  color: #f00;
}
.guestbook_title b {
  padding: 0 10px;
  font-weight: normal;
}
.guestbook_cnt {
  padding: 5px 20px 20px;
  border-bottom: 1px dashed #ccc;
}
.guestbook_reply {
  color: #f00;
  background: #f6f6f6;
  line-height: 40px;
}
.bookpage {
  line-height: 40px;
  text-align: right;
}
.search_x {
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.search_x .top {
  padding: 0 20px;
}
.search_x .xbox {
  padding: 0 20px;
}
.search_x .guestbook_top {
  text-indent: 25px;
}
.current2 {
  width: 17px;
  height: 17px;
  background: #3ab250;
  border: 2px solid #FFF;
  color: #FFF;
}
.num {
  width: 17px;
  height: 17px;
  background: #aaaaaa;
  border: 2px solid #FFF;
  color: #FFF;
}

.wpsidebar-fkf {
  position: fixed;
  right: 56px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 9999;
}
.fkf-item {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
.fkf-item img {
  width: 30px;
  height: 30px;
}

.fkf-item img.hover {
  /* display: none; */
}
.fkf-item-right-content-top img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 40px;
}
.fkf-item-right {
  position: absolute;
  right: 35px;
  padding-right: 25px;
  top: -15px;
  display: none;
}
.wpsidebar02 .fkf-item-right-content {
  border-top-color: #4786e0;
}
.fkf-item-right-content {
  width: 430px;
  border: 1px solid #ccc;
  border-top: 4px solid #ff6800;
  padding: 20px;
  padding-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
  position: relative;
}

.fkf-item-right-content .arrow, .right-content-ewm .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -15px;
  top: 23px;
  z-index: 20;
}

.fkf-item-right-content-top {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 70px;
  border-bottom: 1px solid #ccc;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.fkf-item-right-content-bottom p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.right-content-tele .fkf-item-right-content-top:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.fkf-item-right-content-bottom .content-bottom-item {
  display: inline-block;
  width: 32%;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.content-bottom-item img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-color: #333;
  vertical-align: top;
}


.wpsidebar02 .fkf-item:hover {
border: 1px solid #eeeeee;
padding: 10px;
}

.wpsidebar02 .fkf-item {
margin-bottom: 6px;
}

.wpsidebar02 .fkf-item {
background-color: #f6f6f6;
}

.wpsidebar02 .fkf-item:hover {
background-color: #ffffff;
}

.wpsidebar02 .fkf-item-right-content {
border-top-color: #4786e0;
}
.fkf-item-right-content-top h2 {
  margin-bottom: 8px;
  color: #ff6800;
  font-size: 22px;
}
.wpsidebar02 .fkf-item-right-content-top h2,.wpsidebar02 .right-content-ewm .ewm p,.wpsidebar02 .content-bottom-item:hover span {
  color: #4786e0;
  margin-top:0;
  margin-bottom:0;
}

.wpsidebar02 .fkf-cart>span,.wpsidebar02 .content-bottom-item:hover img {
background-color: #4786e0;
}

.wpsidebar02 .fkf-cart>span {
background-color: #4786e0;
}/**//*layer6602F3B0FB8483A1CECB81147E17BD09*/#nav_layer6602F3B0FB8483A1CECB81147E17BD09,#nav_layer6602F3B0FB8483A1CECB81147E17BD09 ul,#nav_layer6602F3B0FB8483A1CECB81147E17BD09 li {
list-style-type: none;
margin: 0px;
padding: 0px;
border: thin none;
}
.right-content-ewm {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
  position: relative;
  display: flex;
  flex-direction: row;
  width: max-content;
}
.right-content-ewm .ewm div {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  /* margin-bottom: 10px; */
}
.right-content-ewm .ewm div img {
  width: 100px;
  height: 100px;
  margin-top: 15px;
  margin-left: 15px;
  background: #fff;
}

.fkf-item-right-content .arrow, .right-content-ewm .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -15px;
  top: 23px;
  z-index: 20;
}

.right-content-ewm .arrow {
  top: initial;
  bottom: 23px;
}

.bannerback{
  position: absolute;
  width:100%;
  height: 100%;
 /* background:rgba(0, 0, 0, 0.5); */
  z-index: 9;

}
.bannertxt{
  width:735px;
  position: absolute;
  left:50%;
  margin-left:-350px;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  text-align: center;
}

.bannertxt strong {
  font-size: 45px;
  
}

.bannertxt p{
  font-size: 24px;
  letter-spacing: 30px;

}


.bannertxt p::before{
  width:100%;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  margin:20px auto;
}

.bannertxt .more{
  width:142px;
  height: 40px;
  text-align: center;
  text-align: center;
  border:1px  solid #fff;
  color:#fff;
  display: block;
  margin:100px auto 0;
  line-height: 40px;
  cursor: pointer;
}
.bannertxt .more a{
  color:#fff;
}
.bannertxt .more:hover{
  background: #4786e0;
  color:#fff;
  border:none;
}

			.zhuce {
				background-color: #4786e0;
				border-radius: 25px;
				text-align: center;
				line-height: 30px;
				top: 7px;
				margin-right: 8px;
				left: 120px;
			}

			.zhuce a {
				color: #fff;


			}
.in_title h6{
font-size: 18px;
text-align: center;
line-height: 42px;
			}