*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	line-height:28px;
	font-family: arila;
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*
-----------------[slick]--------------*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
 .a_00000{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
 .a_00000 .t {
	 font-weight:bold;
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}
 .a_00000 .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    /* left: 0; */
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.wp {
    max-width: 1200px;

    width: 100%;
    margin: 20px auto 0px auto;
}
.history-box{
    padding-top: 50px;
    background: #f1f1f1;
    padding-bottom: 92px;
}
.history-box *{
    outline: none;
}
.history-box .item{padding-bottom: 50px;}
.history-box .item p{
    width: 60%;
	font-size:16px;

    margin: 0 auto;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: 1px solid #bfbfbf;
    height: 70px;
    margin-top: 50px;
    overflow: hidden;
}
.enterprise-culture .tit-in{padding-bottom: 0;}

.history-box .flexslider .flex-direction-nav li{
    display: inline-block;
}
.slider-for .slick-arrow{
    width: 17px;
    height: 8px;
    margin-left: 3px;
    font-size: 0;
    border: 0;
    top: 60%;
    z-index: 9999; 
    cursor: pointer;
    position: static;
    opacity: 1;
    position: absolute;
}
.slider-for .slick-prev{
    left: 0;
    background: url(../image/ar_l5.png) no-repeat;
}
.slider-for .slick-next{
    left: auto;
    right: 0;
    background: url(../image/ar_r5.png) no-repeat;
}
.slider-for .slick-arrow:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hb-nav span{
    color: #333333;
    font-size: 25px;
    -webkit-transition:.2s;
    transition:.2s;
    cursor: pointer;
    text-align: center;
    display: block;
    padding-top: 80px;
    position: relative;
    margin-left: -4px;
}
#hb-nav .slick-current span{
    color: #ff0000;
}
#hb-nav{
    padding-left: 17.8%;
    padding-right: 16%;
    background: url(../image/rule.png) no-repeat 50% 50%;
    height: 100px;
}
#hb-nav span:before{
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1);
    -webkit-transition:.4s;
    transition:.4s;
    background: url(../image/loc02.png) no-repeat 50% top;
}
#hb-nav .slick-current span:before{
    background: url(../image/loc.png) 50% top no-repeat;
}


/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
    margin: auto;

}

.listheaderphone{
float: right;
    color: #006e6a;
    font-size: 18px;
    line-height: 109px;
    margin-left: 1%;
}


.listheaderEn{
    float: right;
    line-height: 109px;
}
.listheaderEn a{
    width: 32px;
    display: inline-block;
    height: 32px;
    background: #006e6a;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
}


.listheaderRight{
    width: 100%;
}
.listheaderRights{
    position: relative;
    max-width: 1538px;
    margin: auto;
    padding: 0 10px;
    height: 109px;
}
.listheaderLeft{
    float: left;
	margin-top:20px;
}
.listheaderLeft a{

}
.listheaderLeft a img{

}
.nas{
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin: 0;
    width: 65%;
    line-height: 109px;
}
.nas>li{
    position: relative;
    width: 14.285%;
    height: 100%;
    transition: 0.3s linear;
}
.nas>li>a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    color: #2e2e2e;
    width: 100%;
    text-align: center;
    position: relative;
}
.nas>li>a img{
    /*margin-left: 5px;*/
}
.nas>li:hover>a{
    /*background: #ea7d11;*/
}
.navs{
    transition: 0.3s linear;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}*/
/*.nas>li:hover{
    background: #0060b1;
}
.nas>li:hover .navs{
    color: #fff;
}*/





/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}


.m-nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a{
    display: block;
}
.m-nav li .tit{
    font-size: 1.36rem;
    line-height: 1.46rem;
    padding: 1rem;
    color: #2c2c2c;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.m-nav li .tit:before{
content: "";
    position: absolute;
    right: 1.3rem;
    width: 1.42rem;
    height: 1.42rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
}
.m-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");
}
.m-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
}
.m-nav li .navson{
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.m-nav li .navson a{
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}








.search {

}
.search-box {
    width: 28%;
    position: absolute;
    right: 0;
    top: 166px;
    display: none;
    z-index: 10;
    background: #0d58a9;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.nas>li .more{
    position: absolute;
    left: 0%;
    top: 88px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover{
    color: #03716a;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #171717;
}



.fengIndex_a{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}


.allTop{
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.allTop img{
    display: block;
    margin: 0 auto;
}
.allTop label{
    font-size: 28px;
    color: #03716a;
    display: block;
    line-height: 100%;
    position: relative;
    margin-top: -26px;
    margin-bottom: 19px;
}
.allTop div{
    color: #585858;
    line-height: 100%;
}
/*.fengIndex_anav{
    text-align: center;
    position: relative;
    font-size: 0;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 49px;
}
.fengIndex_anav .line{
    width: 100%;
    height: 1px;
    width: 100%;
    background: #dedede;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    position: absolute;
}
.fengIndex_anav a{
    width: 120px;
    height: 35px;
    display: inline-block;
    background: #e0e0e0;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    color: #1e1e1e;
    font-size: 15px;
    position: relative;
    z-index: 10;
    margin: 0 9px;
    transition: all 0.3s;
}

.fengIndex_anav a.on{
    background: #006f68;
    color: #fff;
}
*/


.fengIndex_as{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 82px;
}


.fengIndex_as .fengIndex_asswiper{
    max-width: 1132px;
    padding: 15px 15px;
}

.fengIndex_as .fengIndex_asswiper .swiper-slide{
    transition: all 0.3s;
}
.fengIndex_as .fengIndex_asswiper .swiper-slide a{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px;
}
.fengIndex_as .fengIndex_asswiper .swiper-slide a:hover .fengIndex_asswipertext{
    opacity: 1;
}

.fengIndex_as .fengIndex_asswiper .swiper-slide:hover{
    transform: scale(1.04);
    box-shadow: 0 0 13px #ccc;
}
.fengIndex_as .fengIndex_asswiper .swiper-slide a>img{
    width: 100%;
}

.fengIndex_as .fengIndex_asswiper .fengIndex_asswipertext{
    position: absolute;
    top: 0;
    background: #fff;
    height: 100%;
    left: 0;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s;
}
.fengIndex_as .fengIndex_asswiper .fengIndex_asswipertext img{
    width: 100%;
}


.fengIndex_as .fengIndex_asswiper .fengIndex_asswipertext span{
    font-size: 18px;
    color: #212121;
    display: block;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 6px;
}

.fengIndex_as .fengIndex_asswiper .fengIndex_asswipertext div{
    color: #767676;
    line-height: 24px;
    padding: 0 10px;
	font-size:14px;
}

.fengIndex_as .fengIndex_asswiper .fengIndex_asswipertext p{
    width: 143px;
    height: 33px;
    background: #c4c4c4;
    margin: auto;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border-radius: 4px;
    margin-top: 11px;

}

.fengIndex_as .fengIndex_asswipernext{
    background: url(../image/4.png)center 0 no-repeat;
    width: 32px;
    height: 54px;
    margin-top: -27px;
}
.fengIndex_as .fengIndex_asswiperprev{
    background: url(../image/3.png)center 0 no-repeat;
    width: 32px;
    height: 54px;
    margin-top: -27px;    
}



.fengIndex_b{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:73px;
}

.fengIndex_b a{
display: block;
    width: 24.5%;
    position: relative;
    overflow: hidden;

}
.fengIndex_b a>img{
    width: 100%;
}
.fengIndex_b a .fengIndex_btext{
position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.fengIndex_b a .fengIndex_btext .fengIndex_btexts{
        border: 1px solid #c8c7c5;
    height: 100%;
    width: 100%;
    display: table;
}
.fengIndex_b a .fengIndex_btext .fengIndex_btexts div{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fengIndex_b a .fengIndex_btext .fengIndex_btexts div span{
        display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.fengIndex_b a .fengIndex_btext .fengIndex_btexts div img{
    
}

.fengIndex_b a:hover .fengIndex_btext{
    opacity: 1;
}


.fengIndex_c{
    width: 100%;
    background: url(../image/images/5_03.jpg)right 0 no-repeat;
    overflow: hidden;
    min-height: 636px;
    margin-bottom: 114px;
}

.fengIndex_cs{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;    
}

.fengIndex_csLeft{
    float: left;
    width: 41%;
    overflow: hidden;
    margin-top: 80px;
}
.fengIndex_csLeft strong{
    font-family: Times New Roman;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 39px;
    color: #006f68;
}
.fengIndex_csLeft span{
    display: block;
    font-size: 24px;
    color: #000000;
    margin-top: 12px;
}
.fengIndex_csLeft p{
    margin: 0;
    color: #797979;
    line-height: 29px;
    margin-top: 30px;
    text-indent: 26px;
    margin-bottom: 26px;
}



.fengIndex_csLefttext{
    overflow: hidden;
}
.fengIndex_csLefttext a{
    display: block;
    float: left;
    width: 150px;
    height: 125px;
    padding: 6px;
    position: relative;
    transition: all 0.3s;

}
.fengIndex_csLefttext a .fengIndex_cbot{
    width: 100%;
    height: 100%;
    border: 1px solid #c7c7c7;
    transition: all 0.3s;
}
.fengIndex_csLefttext a .fengIndex_cbotimg{
    position: relative;
    width: 100%;
    height: 65px;
}

.fengIndex_csLefttext a .fengIndex_cbotimg img{
    position: absolute;
    right: 0;
    top:0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.fengIndex_csLefttext a .fengIndex_cbotimg img:nth-child(1){
    z-index: 10;
}

.fengIndex_csLefttext a .fengIndex_cbot label{
    display: block;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    color: #464646;
}
.fengIndex_csLefttext a .fengIndex_cbot i{
    width: 30px;
    height: 1px;
    background: #cacaca;
    margin: auto;
    display: block;
}


.fengIndex_csLefttext a:hover{
    background: #03716a;
    color: #fff;
}

.fengIndex_csLefttext a:hover .fengIndex_cbot{
    border: 1px solid #fff;
}

.fengIndex_csLefttext a:hover .fengIndex_cbot label{
    color: #fff;
}


.fengIndex_csLefttext a:hover .fengIndex_cbotimg img:nth-child(1){
    z-index: 0;
}





.fengIndex_d{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 73px;
}


.fengIndex_d .fengIndex_dswiper{
    width: 100%;
}


.fengIndex_d .fengIndex_dswiper a{
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
}
.fengIndex_d .fengIndex_dswiper a img{
    width: 100%;
    transition: all 0.3s;
}


.fengIndex_d .fengIndex_dswiper a:hover img{
    transform: scale(1.1);
}



.home_b{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.home_bs{
    margin: 80px auto;
    max-width: 1300px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;  
}


.home_bsLeft{
    float: left;
    width: 54%;
    overflow: hidden;
}

.home_bTop{
    margin-bottom: 30px;
    overflow: hidden;
}
.home_bTop label{
    margin: 0;
    font-size: 24px;
    color: #03716a;
}
.home_bTop span{
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 400;
    margin-left: 10px;
    font-family: Arial;
    text-transform: uppercase;
}
.home_bTop a{
    float: right;
    color: #162a43;
    line-height: 34px;
}


.home_bsLefts{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_bsLefts a{
    display: block;
    position: relative;
    width: 48.5%;
    margin-bottom: 27px;
    overflow: hidden;
}
.home_bsLefts a img{
    width: 100%;
    transition: all 0.3s;
}
.home_bsLefts a span{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    line-height: 50px;
    color: #fff;
    padding: 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.home_bsLefts a:hover img{
    transform: scale(1.1);
}

.home_bsLefts a:nth-child(3){
    margin-bottom: 0;   
}
.home_bsLefts a:nth-child(4){
     margin-bottom: 0;    
}


.home_bsRight{
    width: 44%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.home_bsRights{
    overflow: hidden;
    width: 100%;
}

.home_bsRightsimg{
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.home_bsRightsimg .home_bsRightsimgLeft{
    float: left;
    width: 40%;
    overflow: hidden;
}
.home_bsRightsimg .home_bsRightsimgLeft img{
    transition: all 0.3s;
    width: 100%;
}
.home_bsRightsimg .home_bsRightsimgRight{
    float: right;
    width: 57%;
    overflow: hidden;
}
.home_bsRightsimg .home_bsRightsimgRight label{
    font-size: 16px;
    color: #464646;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_bsRightsimg .home_bsRightsimgRight span{
    color: #757575;
    display: block;
    margin: 4px 0;
}
.home_bsRightsimg .home_bsRightsimgRight div{
    color: #464646;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home_bsRightsimg .home_bsRightsimgRight p{
    width: 104px;
    height: 34px;
    background: #03716a;
    margin: 0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-top: 15px;
}


.home_bsRightsimg:hover .home_bsRightsimgLeft img{
    transform: scale(1.1);
}




.home_bsRightsbox{
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.home_bsRightsbox .newLeft{
float: left;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    width: 12%;
    padding: 10px 0;
}
.home_bsRightsbox .newLeft div{
    color: #142841;
    font-weight: 700;
    font-size: 25px;
}
.home_bsRightsbox .newLeft p{
    color: #9a9a9a;
    margin: 0;
}
.home_bsRightsbox .newRight{
float: right;
    width: 86%;
    overflow: hidden;
}
.home_bsRightsbox .newRight div{
    color: #464646;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_bsRightsbox .newRight p{
    margin: 0;
    color: #6e6e6e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-top: 5px;
}


.home_bsRightsbox:last-child{
    padding-bottom: 0;
    border: 0;
}







.bottom{
    width: 100%;
    background: #444444;
    overflow: hidden;
}

.bottoms{
    margin: 58px auto;
    max-width: 1300px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}


.bottomsLeft{
    float: left;
    width: 68%;
    display: flex;
    overflow: hidden;
}
.bottomsLeft div{
    flex: 1;
}
.bottomsLeft div span{
    color: #fff;
    display: block;
    margin-bottom: 17px;
}
.bottomsLeft div a{
    display: block;
    color: #a7a7a7;
    margin-bottom: 8px;
}


.bottomsRight{
    float: right;
    width: 30%;
    text-align: center;

    overflow: hidden;
}
.bottomsRight img{
    float: left;
    width: 31%;
}
.bottomsRight div{
    display: inline-block;
    text-align: left;
    background: url(../image/images/5_05.jpg)left 5px no-repeat;
    height: 100px;
    color: #a7a7a7;
    line-height: 35px;
    padding-left: 29px;
    margin-left: 4%;
        width: 63%;
}




.allbottom{
    width: 100%;
    border-top: 1px solid #595959;
    line-height: 62px;
    overflow: hidden;  
}


.allbottoms{
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}

.allbottomsLeft{
    float: left;
    color: #a7a7a7;
}
.allbottomsLeft a{
    color: #a7a7a7;
}

.allbottomsRight{
    float: right;
}

.allbottomsRight a{
    color: #a7a7a7;
}
















































































/**/
.listbanner{
    width: 100%;
}


.listbanner img{
    width: 100%;
}


.blk-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.blk {
margin-bottom:20px;
    width: 100%;
    float: left;
}
.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.p12-curmbs-1 b {
    border-left: 10px solid #006f68;
    font-weight: normal;
    padding-left: 8px;
}
.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}
.p12-curmbs-1 i {
    font-style: normal;
}
.p12-curmbs-1 a{
    color: #666;
}

.blk-xs {
    width: 20%;
}

.fdh-01-tit {
    background: #006f68;
    height: 80px;
}
.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
     margin-top: 0px; 
     margin: 0;
}
.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
     margin-top: 0px; 
}
.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #006f68;
}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fdh-01-nav dt.sidenavcur:after, .fdh-01-nav dt:hover:after {
    border-color: #006f68;
}



.cbgg-01 {
    background: #006f68;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
    margin: 0;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}


.blk-sm{
    width: 78%;
}


.fr{
    float: right;
}
.b {
    clear: both;
}
.cplb-3n-ts-03-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 0;
}
.cplb-3n-ts-03-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #006f68;
}


.cplb-3n-ts-03-list{
    overflow: hidden;
}

.cplb-3n-ts-03-list dl {
    width: 23.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.2%;
    cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cplb-3n-ts-03-list dd {
    padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
}


.cplb-3n-ts-03-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cplb-3n-ts-03-list dl a{
        color: #727272;
}

.cplb-3n-ts-03-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}


.cplb-3n-ts-03-list dl:hover {
    border-color:  #006f68;
}

.cplb-3n-ts-03-list dl:hover a {
    color:  #006f68;
}


/**/
.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}
.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}
.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}
.p14-infolist-1-list-deta a{
    color: #fff;
}
.p14-infolist-1-list dl:hover {
    border: 1px solid #006f68;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #006f68;
    border-color: #006f68;
}





/**/
.swipershowleft{
    float: left;
    width: 40%;
    border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext{
    background: url(../image/p15-icon3.png)center 0 no-repeat;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev{
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
    background: url(../image/p15-icon2.png)center 0 no-repeat;
}

.cpcc-ts-01-right {
    width: 46%;
    float: right;
    margin-right: 6%;
}
.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cpcc-ts-01-right-con{
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.cpcc-ts-01-right-con strong{
    font-size: 16px;
}
.cpcc-ts-01-right-con p{

}


.pc-cx-tel-1 {
    width: 100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #006f68;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}
.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.pc-cx-tel-1-t2 p {
    line-height: 24px;
    margin: 0;
}

.cpxq-01-nav {
    font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.cpxq-01-nav span {
    float: left;
    height: 57px;
    line-height: 56px;
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    background: url(../image/p14-icon10.png) no-repeat center bottom #006f68;
    color: #fff;
}

.cpxqpro{
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}



.blk-md{
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
width: 20%;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #006f68;
    border-color: #006f68;
}
.tl-fdh-02 li.sidenavcur a, .tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}
.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}


.kfay {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 0px;
}

.kfay dt {
    width: 188px;
    float: left;
}

.kfay dd {
    width: 930px;
    float: right;
}

.kfay dd h4 {
    height: 59px;
    padding-top: 20px;
    font: 22px "Microsoft YaHei";
    color: #000;
    background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
    margin: 0;
}

.kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    margin: 15px 0;
}


.g-gywm {
    height: 530px;
    overflow: hidden;
    width: 100%;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #006f68;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map{
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
    }

    .map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
    }


/**/

.p4-order-form-1 {
    overflow: hidden;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #006f68;
    margin: 0;
}


.p4-order-form-1-con {
    border: 1px solid #bbb;
    padding: 40px 15%;
    overflow: hidden;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
.p4-order-form-1-con li b {
    color: #f00;
}
.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}


.p4-order-form-1-con li .row-hd {
    color: #666;
}

.p4-order-form-1-con .inputs, .p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}

.code_gg_li img {
    vertical-align: middle;
    width: 100px;
    height: 32px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    line-height: 30px;
    outline: none;
    background: #006f68;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}



.listabout{
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}




.ab_1_1 {
    max-width: 1200px;
    margin:70px auto;
    overflow: hidden;
}
.ab_1_2 {
    width: 38%;
    float: left;
    overflow: hidden;
}
.ab_1_2 img{
    width: 100%;height: auto;
}


.ab_1_3 {
    width: 56%;
    float: right;
}


.ab_1_3 h1 {
    font-size: 40px;
    color: #004098;
    margin-top: 138px;
}
.ab_1_3 h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 22px;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}


.ab_2_1 {
    max-width: 1200px;
    margin:66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #1b1e28;
    overflow: hidden;width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}





.ab_2_1 ul li h1 {
font-size: 40px;
    color: #004098;
    padding-top: 24px;
    padding-left: 46px;
}



.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #004098;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img{
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2{
        padding-left: 12px;
    margin-top: 73px;
}








.licen{
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}



.licentiltle{
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.licentiltle label{
    font-size: 24px;
    color: #464646;
    margin-bottom: 3px;
    display: block;
    text-align: center;
}
.licentiltle label img{
    margin-top: 14px;
    display: block;
    margin: 5px auto;
}
.licentiltle div{
    font-size: 24px;
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
}

.licens{
    position: relative;
    padding: 0 15rem;
    overflow: hidden;
}

.swiperlicens{

}
.swiperlicens .swiper-slide{
    width: 300px;
    height: 171px;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: 0.3s linear;
}
.swiperlicens .swiper-slide:nth-child(2n+1){
    background: url(../image/52.png)center 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 156px;
}
.swiperlicens .swiper-slide:nth-child(2n+1):hover{
    background: url(../image/53.png)center 0 no-repeat;
    background-size: 100% 100%;
}

.swiperlicens .swiper-slide:nth-child(2n):hover{
    background: url(../image/51.png)center 0 no-repeat;
    background-size: 100% 100%;
}

.swiperlicens .swiper-slide:nth-child(2n+1):hover span{
    color: #fff;
}

.swiperlicens .swiper-slide:nth-child(2n):hover span{
    color: #fff;
}


.swiperlicens .swiper-slide:nth-child(2n+1):hover span a{
    color: #fff;
}

.swiperlicens .swiper-slide:nth-child(2n):hover span a{
    color: #fff;
}




.swiperlicens .swiper-slide:nth-child(2n){
    background: url(../image/50.png)center 0 no-repeat;    
    background-size: 100% 100%;
}

.swiperlicens .swiper-slide:nth-child(2n+1) div{
    background: url(../image/54.png)left 0 no-repeat;
    background-position: 0;
    text-align: left;
    padding-left: 1.8rem;
    position: absolute;
    bottom: 2.8rem;
    width: 82%;
    margin-left: 2rem;
}
.swiperlicens .swiper-slide:nth-child(2n+1) span{
    display: block;
    top: 5.6rem;
    position: absolute;
    width: 100%;
}

.swiperlicens .swiper-slide:nth-child(2n) div{
    background: url(../image/54.png)left 0 no-repeat;
    background-position: 0;
    text-align: left;
    padding-left: 1.8rem;
    position: absolute;
    top: 2.8rem;
    width: 79%;
    margin-left: 2rem;
}
.swiperlicens .swiper-slide:nth-child(2n) span{
    display: block;
    bottom: 5.6rem;
    position: absolute;
    width: 100%;
}


.aboline{
    position: absolute;
    width: 100%;
    top: 13.6rem;
    height: 1px;
    background-color: #ccc;
}






.licensnext{
    background: url(../image/images/11_03.jpg)center 0 no-repeat!important;
    width: 43px!important;
    height: 42px!important;
    background-size: 43px 42px!important;
    right: 8rem!important;
}

.licensprev{
    background: url(../image/images/12_03.jpg)center 0 no-repeat!important;
    width: 43px!important;
    height: 42px!important;
    background-size: 43px 42px!important;
    left: 8rem!important;
}



.aboutteam{
    width: 100%;
    overflow: hidden;
}
.aboutteam>div{
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
}

.forenext{
    background: url(../image/42.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 27%!important;

}

.foreprev{
    background: url(../image/41.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 27%!important;

}


#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    max-width: 1000px;
    margin: auto;
}

#certify  .swiper-slide {
     width: 397px; 
    height: 375px;
    text-align: center;

}
#certify  .swiper-slide img{
    display:block;
    margin: auto;
    width: 100%;
    height: 100%;
}



#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}






.listaboutTop{
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.listaboutTop label{
    font-size: 32px;
    color: #0d0d0f;
    font-weight: 700;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.listaboutTop img{
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}

.zhaoxin{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.zhaoxintop{
    display: flex;
    width: 100%;
    background: #7F7F7F;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.zhaoxintop span{
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 1rem 0;
}
.zhaoxins li {
    position: relative;
    margin-bottom: 2rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}
.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}
.zhaoxins li.liNow .topDiv a {
    background: #3791ed;
    color: #fff;
}
.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}
.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}
.zhaoxins li .msgDiv dl{
    display: flex;
    overflow: hidden;
    text-decoration:none;
}
.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration:none;
}
/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/
dl{
    margin-bottom: 0;
}
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}
.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}
.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #3791ed;
    font-size: 14px;
}
.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}
.zhaoxins li .btnDiv a:hover {
    border: #3791ed solid 1px;
    background: #3791ed;
    color: #fff;
    transition: 0.2s linear;
}
.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}



/**/






.houjia{
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}
.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}
.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
	text-transform:uppercase;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.houjia .houjiaswiper{
    width: 100%;
    overflow: hidden;
}
.houjia .houjiaswiper a{
    display: block;
}
.houjia .houjiaswiper a img{
    width: 100%;
}
.houjia .houjiaswiper a span{
        font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}


.houjia .houjianext{

}
.houjia .houjiaprev{
    
}

.houjiamore{
        max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}
.houjiamore a{
    display: block;
}




.xioashou .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.xioashou .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}
.xioashou .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




.dong{
    max-width: 1460px;
    margin: 0 auto;
    padding: 5rem 10px;
    overflow: hidden;
}
.dong .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.dong .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}
.dong .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dongs{
width: 100%;
    overflow: hidden;
    margin-top: 3rem;
}

.dongsLeft{
    float: left;
    width: 43%;
    overflow: hidden;
}

.dongsLeft img{
    width: 100%;
}


.dongsRight{
	font-family:arial;
    width: 54%;
    float: right;
	font-size:12px;
    font-size: 16px;
    line-height: 24px;
}






.listmuiabouttext{
width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.listmuiabouttext .listmuiabouttextleft{
    float: left;
	height:65px;
   
    border-right: 4px solid #b6bbc2;
}
.listmuiabouttext .listmuiabouttextleft img{
    margin-bottom: 5px;
    width: 175px;
    height: 106px;
}
.listmuiabouttext .listmuiabouttextRight{
/*    float: left;
    width: 75%;
    overflow: hidden;*/
        float: left;
    width: 75%;
    overflow: hidden;
    line-height: 35px;
}
.listmuiabouttext .listmuiabouttextRight div{
    overflow: hidden;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
}
.listmuiabouttext .listmuiabouttextRight div label{
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: .6px;
    color: #043055;
    margin: 0;
    margin-right: 6%;
}
.listmuiabouttext .listmuiabouttextRight div span{
    font-size: 15px;
    letter-spacing: .9px;
    color: #5a5b5b;
}

.listmuiabouttextline{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.listmuiabouttextlineleft{
    width: 0%;
    height: 5px;
    border-right: 4px solid #043055;
}



.bioa_000111{
	height:35px;
	border-bottom:2px solid #006f68;
	line-height:35px;
	border-radius:20px;
	padding:0px 50px 0px 20px;
	color:#fff;
width:300px;
background:#006f68;
margin-bottom:15px;
font-weight:bold;
	font-size:16px;
}


.fubiao{
	font-size:16px;
	color:#006f68;
	font-weight:bold;
}

.right_0001{
	float:left;
}

.left_01{
	line-height:35px;
	float:right;
}


