

.hmobile{ position: fixed;  z-index: 9999; width: 100%; height: 50px;display: block; background: #fff;}
.hmobile .hhead{ width: 94%; margin:0 auto; position: relative;}
.hmobile .logo{  width:100%; text-align: center; font-size:18px;height:50px; line-height:50px;}
.hmobile.on { background:rgba(0,0,0,.8); padding-bottom: 10px;}
.hmobile.on .logo{ margin-top: 10px;}
.hmobile.on .mobile{ margin-top: 15px;}




.mobile{width:80px;height:50px;position: absolute;right: 0; top: 0;}
.mobile-inner{position:relative;margin-right:auto;margin-left:auto;width:100%; height: 50px;}
.mobile-inner-header{position:absolute;top:0;left:0;width:100%;height:50px; z-index: 2;}
.mobile-inner-header-icon{position:relative;float:right;width:50px;height:50px;color:#333;text-align:center;font-size:20px;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s;}
.mobile-inner-header em{ position: absolute; left: 0; color: #333; font-size: 16px; line-height: 50px;}
.mobile-inner-header em.on{ display: none;}
.mobile-inner-header-icon:hover{cursor:pointer;}
.mobile-inner-header-icon span{position:absolute;top:50%;right:10px;width:30px;height:1px;background-color:#333;}
.mobile-inner-header-icon span:nth-child(1){transform:translateY(8px) rotate(0);width: 20px;}
.mobile-inner-header-icon span:nth-child(2){transform:translateY(-8px) rotate(0); width: 23px;}
.mobile-inner-header-icon span:nth-child(3){transform:translateY(0) rotate(0);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:clickfirst;width: 23px;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration:.5s;animation-fill-mode:both;animation-name:clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){display:none;}
@keyframes clickfirst{0%{transform:translateY(9px) rotate(0);}
100%{transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond{0%{transform:translateY(-109pxpx) rotate(0);}
100%{transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration:.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst{0%{transform:translateY(0) rotate(-45deg);}
100%{transform:translateY(-9px) rotate(0);}
}
@keyframes outsecond{0%{transform:translateY(0) rotate(45deg);}
100%{transform:translateY(9px) rotate(0);}
}
.mobile-inner-nav{position:fixed;top:50px;left:0;  display:none;padding-top:15%;padding-bottom:0;width:100%;height:calc(100vh - 50px); background: #fff;}
.mobile-inner-nav .nav{ width: 320px; margin: 0 auto;}
.mobile-inner-nav a{display:block; margin: 0 auto; margin-top: 15px; width:120px; text-align: center; color:#333; font-size: 15px; text-decoration:none;font-weight:300; height: 30px; line-height:30px; box-sizing: content-box;  border: 1px solid #fff;}
.mobile-inner-nav a:hover{color:#0259a7;border:solid 1px #a2c8ea;}
.mobile-inner-nav a.act{color:#0259a7;border:solid 1px #a2c8ea;}
.mobile-inner-nav h1{ font-size:26px; color: #333; text-align: center;  letter-spacing: 2px;width: 320px; margin: 0 auto; }
.mobile-inner-nav .line{ width: 320px;  margin: 20px auto 30px auto}
.mobile-inner-nav .line span{ display: inline-block; width:8px;height:8px; background:#fff; border-radius: 50%;vertical-align: -3px;}
.mobile-inner-nav .line::before{ width: 150px;  height: 1px;background:rgba(255,255,255,.4); content: ''; display: inline-block; margin-right: 5px;}
.mobile-inner-nav .line::after{ width: 150px;  height: 1px; background:rgba(255,255,255,.4);content: ''; display: inline-block;margin-left: 5px;}
.content iframe{max-width:100% !important;width:100% !important;}



.mobile-inner-nav a{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
      
  @-webkit-keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }
  
  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }

.h50{ height: 50px; }
.banner img{ width: 100%; }
.banner .swiper-pagination{ background: rgba(2,91,171,.5); color: #fff; font-size: 11px; width: 40px;border-radius: 50px;left: auto; right: 10px;padding:2px 0; }

.tab{ width: 94%; margin:30px auto; padding:20px 10px; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px 2px #eaf1f8; }
.tab .about{ }
.tab .about .title{ text-align: center; }
.tab .about .title .p1{ font-size: 18px; color: #333; }
.tab .about .title .p1:after{ width: 30px; height: 1px; content: ""; display:block;   background: #0259a7; margin:10px auto 10px auto;}
.tab .about .title .p2{ color: #999; font-size: 12px; text-transform: uppercase; }
.tab .about .content{ margin-top: 15px; color: #666; text-align: center; font-size: 13px; line-height: 24px; }
.tab .about .content img{ width: 100%; display: block; margin-top: 10px; }

.tab .company{ margin-top: 25px; }
.tab .company .title{ margin-bottom: 20px; }
.tab .company .title .p1{ font-size: 18px; color: #333; }
.tab .company .title .p1:after{ width: 30px; height: 1px; content: ""; display:block;   background: #0259a7; margin:10px 0 10px 0;}

.tab .company li{ float: left; width: 31.333%; margin-right: 3%;  }
.tab .company li:last-child{margin-right: 0;}
.tab .company li img{ display: block; width: 100%; border-radius: 4px;}
.tab .company li p{ margin-top: 10px; color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }



.product{ width: 94%; margin:30px auto; }
.product  .title{ text-align: center; }
.product  .title .p1{ font-size: 18px; color: #333; }
.product  .title .p1:after{ width: 30px; height: 1px; content: ""; display:block;   background: #0259a7; margin:10px auto 10px auto;}
.product  .title .p2{ color: #999; font-size: 12px; text-transform: uppercase; }
.product .menu{display: block; margin:0 auto; margin-top: 20px;}
.product .menu a{ font-size: 10px; border:1px solid #dddddd; border-radius: 4px; margin:3px; padding:3px 6px;display:inline-block; }
.product .menu a.on{ background: #0259a7;border:1px solid #0259a7; color: #fff; }


.product .box .list{ display: none }
.product .box .list:nth-child(1){display: block }
.product .box .list li{ float: left; width: 31.333%; margin-right: 3%;box-shadow: 0 0 10px 2px #eaf1f8; border-radius: 4px; padding-bottom: 10px;    margin-top: 20px; }
.product .box .list li:nth-child(3n){margin-right: 0;}
.product .box .list li img{ display: block; width: 100%; }
.product .box .list li p{ width: 90%; margin:0 auto;text-align: center; margin-top: 10px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }



.news{ width: 94%; margin:30px auto; }
.news  .title{ text-align: center; }
.news  .title .p1{ font-size: 18px; color: #333; }
.news  .title .p1:after{ width: 30px; height: 1px; content: ""; display:block;   background: #0259a7; margin:10px auto 10px auto;}
.news  .title .p2{ color: #999; font-size: 12px; text-transform: uppercase; }

.news .menu{display: table; margin:0 auto; margin-top: 20px;position: relative;}
.news .menu a{ font-size: 10px; border:1px solid #dddddd; border-radius: 4px; margin:0 3px; padding:3px 6px;  }
.news .menu a.on{ background: #0259a7;border:1px solid #0259a7; color: #fff; }
.news .menu a:first-child{ margin-right: 80px; }
.news .menu:after{content: ''; display: block; width: 80px; height: 1px; background: #ddd; position: absolute; top: 10px; left: 50%; margin-left: -40px;}
.news .box { margin-top: 20px;  overflow: hidden;}
.news .box .list{opacity: 0; visibility: hidden; }
.news .box .list:nth-child(1){opacity: 1; visibility: visible;}

.news .box .list .swiper-container{padding:10px 0;}
.news .box .list .swiper-slide{ box-shadow: 0 0 10px 2px #eaf1f8; }
.news .box .list img{ width: 100%; }
.news .box .list .p1{ font-size: 15px; color: #333; width: 94%; margin:10px auto; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .box .list .p2{ font-size: 12px; color: #666;  width: 94%; margin:0 auto;line-height: 20px;  padding-bottom:10px;}

.footnav{ width: 94%; margin:30px auto; }
.footnav li{ height: 40px; line-height: 40px; border-bottom: 1px solid #dddddd; padding: 0 10px; box-sizing: border-box; background: url(../images/go.png) 98% center no-repeat;  background-size: 8px;}
.footnav li a{ display: block; }


.foot{ width: 94%; margin:10px auto; }
.foot .fl{ float: left; width: 68%; font-size: 12px; color: #666; line-height: 20px; }
.foot .fl img{ display: block; width: 60%;  margin-bottom:10px;}
.foot .fl a{ color: #666; }
.foot .fr{ float: right; width: 30%; margin-top: 6%; }
.foot .fr img{ display: block; width: 100%; }


.page{padding:20px;text-align:center;}
.page li{display:inline-block;margin:0 5px;padding:5px 10px;font-size:12px;border:1px solid #ccc;border-radius:5px;}
.page li.current{background:#0259a7;color:#fff;border:1px solid #0259a7;}

.newslist{line-height:36px;margin-top:20px;}
.newslist .listp{border-bottom: 1px dashed #afafaf;}


/*面包屑导航*/
.com-bread {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #6b6b6b;
    /*border-bottom: 1px dashed #eee;*/
}
.com-bread a {
	color: #6b6b6b;
}
.com-bread a:hover {
	color: #0259a7;
}

.newtitle {
    padding-bottom: 5%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.newtitle h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000; 
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}
.newtitle time, .newtitle .subtit {
    display: block;
    text-align: center;
    color: #666666;
    font-family: "Arial";
}
.newfix {
    padding-top: 5%;
	font-size: 14px;
    line-height: 28px;
}.newfix img{    max-width:100% !important;height:auto !important;}
.shares {
    margin-top: 7%;
    padding-top: 5px; 
    text-align: center; 
    border-top: 1px solid #ddd;
}
.translatef p {
    line-height: 2;
    font-size: 12px;
}
.translatef p i {
    color: #666;
    font-style: normal;
    margin: 0 6px; 
    display: inline-block;
    font-style: normal;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.prevpage{ margin-top:58px; padding-bottom:24px; position:relative;}
.prevpage .prev{ display:block; padding-left:17px; line-height:1; float:left; color:#333333; font-size:16px;}
.prevpage .first{ background:url(../images/arrow8.png) left center no-repeat;}
.prevpage .last{ float:right; padding-left:0; padding-right:17px; background:url(../images/arrow9.png) right center no-repeat;}
.prevpage a {
    display: inline-block;
    max-width: 400px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.prevpage .backles{ padding-left:28px; color:#333333; font-size:16px; line-height:1; display:inline-block; background:url(../images/back.png) left center no-repeat; position:absolute; left:50%; margin-left:-42px; top:0;}
.prevpage .backles:hover{ color:#0259a7; }
.prevpage {
	margin-top: 5%;
	padding-bottom: 3%;
	/*border-bottom: 1px solid #008857;*/
}
.prevpage .backles {
	display: none;
}
.prevpage .prev {
	padding-left: 10px;
	float: none;
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
	line-height: 2;
	background-size: 5px 4px;
}
.prevpage .last {
	float: none;
	padding-left: 0;
	padding-left: 10px;
	background: url(../images/arrow9.png) left center no-repeat;
	background-size: 5px 4px;
	line-height: 2;
}
.product-head {
    margin-top: 30px;
}

.product-head .tit {
    font-size: 20px;
    color: #333;
}
/*产品详情*/

.product-simple {
    margin-top: 25px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    height: auto;
    overflow: hidden;
}

.product-simple .pic-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    float: none;
}

.product-simple .pic-slide .slick-next {
    right: 0;
}

.product-simple .pic-slide .slick-prev {
    left: 0;
}

.product-simple .pic-slide .slick-dots {
    bottom: 10px;
}

.product-simple .pic-slide .slick-dots li button:before {
    color: #D2D2D2;
    opacity: .5;
}

.product-simple .pic-slide .slick-dots li.slick-active button:before {
    color: #eb5250;
    opacity: 1;
}

.product-simple .simple-info {
    padding: 25px 15px;
    /*border: 1px solid #ddd;*/
    border-left: none;
    float: none;
}

.product-simple .simple-info .tit {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}

.product-simple .simple-info .des {
    line-height: 28px;
    font-size: 14px;
    color: #6b6b6b;
}
.product-simple .simple-info .des img{    max-width:100% !important;height:auto !important;}
.product-simple .simple-info .des p {
    margin-bottom: 10px;
}

.product-simple .simple-info .des p .mini-tit {
    display: block;
    color: #949494;
}

.product-head {
    margin-top: 30px;
}

.product-head .tit {
    font-size: 20px;
    color: #333;
}

.product-detail {
    padding: 45px 0 50px;
}

.product-detail .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.product-detail .des {
    line-height: 1.75;
    font-size: 14px;
    color: #666;
}
/*留言*/

.message-form {
    margin-top: 30px;
}

.message-form .inp {
    float: left;
    width: 32.6666%;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    margin-bottom: 1%;
    font-size: 18px;
    background: #fff;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.message-form .inp1 {
    margin-right: 1%;
}

.message-form .txt {
    width: 100%;
    height: 240px;
    padding: 20px 28px;
    background: #fff;
    color: #666;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.message-form .txt:hover,
.message-form .inp:hover,
.message-form .inp:focus,
.message-form .txt:focus {
    border-color: #0259a7;
}

.message-form .sub {
    position: relative;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    background: #666;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.message-form .sub:hover {
    background: #0259a7;
}

@media (max-width: 900px) {
    .message-form .inp {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        font-size: 14px;
        margin-bottom: 3%;
    }
    .message-form .txt {
        height: 120px;
        padding: 15px;
        font-size: 14px;
    }
    .message-form .sub {
        margin-top: 10px;
        font-size: 16px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 23px;
    }
}