*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #333;
}
body{
    font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*ç¼“å­˜*/
.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;
    z-index: 100;
}
.listheaderTop{
    width: 100%;
    background: #f0f0f0;
    line-height: 45px;
}

.listheaderTops{
    max-width: 1288px;
    height: 45px;
    margin: auto;
    overflow: hidden;
}

.listheaderTops span{
    float: left;
}
.listheaderTops p{
    float: right;
}
.listheaderTops p a{
    color: #333;
    margin-left: 16px;
}

.listheaderTops p a img{
    margin-right: 10px;
}

.imgs{
    max-width: 1289px;
    display: block;
    margin: auto;
}



















/*.listheaderRight{
    margin-right: 2rem;
}*/


/*.listheaderRight ul{
    font-size: 0;
    width: 100%;
    margin: 0;
    height: 120px;
}
.listheaderRight ul>li{
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 120px;
    line-height: 120px;
}
.listheaderRight ul>li>a{
    color: #464646;
    padding-left: 7.5rem;
}
*/

.listheaderRight{
    width: 100%;
    background: #00559a;
}

.nas{
    max-width: 1288px;
    height: 55px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.nas>li{
    position: relative;
    width: 12.5%;
    line-height: 55px;
}
.nas>li>a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}
.navs{
    transition: 0.3s linear;
}


.xiamore{
    position: absolute;
    width:100%;
    left: 0px;
    top: 55px;
    background: rgba(103, 97, 97, 0.6);
    display:none;
    z-index: 100;
}
.xiamore a{
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    position: relative;
    border-bottom: 1px solid #666;
    color: #fff;
     text-align:center;
    font-size: 13px;
    transition:all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xiamore a span{
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    left: 0;
       background: rgba(0, 85, 154, 0.8);
    z-index: -1;
    transition:all 0.3s;
}
.xiamore a:hover span{
    width:100%;
}
.nas>li:hover .xiamore{
    display:block;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/





/**/
.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;
}














.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 128px;
    display: none;
    z-index: 10;
    background: #003366;
    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;
}*/
/*.more{
    position: absolute;
    left: 50%;
    top: 88px;
    width: 200px;
    margin-left: -69px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.more a{
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding-left: 60px;
    transition: all 0.3s linear 0s;
}

.more a:hover{
    color: #c8a063;
}*/
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #00559a;
}




.sous{
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.sous>div{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
}




.sousLeft{
    float: left;
    line-height: 89px;
    overflow: hidden;
}

.sousLeft>img{
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.sousLeft span{
    color: #181616;
    font-weight: 700; 
    font-size: 16px;   
}

.sousLeft a{
    color: #464646;
    font-family: 宋体 常规;
    font-size: 14px;
}


.sousRight{
    float: right;
    overflow: hidden;
    margin-top: 20px;
    width: 238px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 30px;
}

.sousRight input:nth-child(1){
    width: 190px;
    height: 45px;
    display: block;
    float: left;
    overflow: hidden;
    outline: none;
    border: 0;
}
.sousRight input:nth-child(2){
    width: 27px;
    height: 27px;
    overflow: hidden;
    display: block;
    float: left;
    background: url(../image/6_03.jpg)center 0 no-repeat;
    border: 0;
    text-align: center;
    outline: none;
    margin-top: 7px;
}

.home_a{
    background: #f4f4f4;
    overflow: hidden;
    width: 100%;
}

.alltop{
    text-align: center;
    margin-top: 6.6rem;
    margin-bottom: 6rem;
}
.alltop div{
    font-size: 33px;
    color: #2e2c2c;
    font-weight: 700;
}
.alltop div span{
    color: #013476;
    margin: 0 10px;
}
.alltop p{
    font-size: 18px;
    color: #27282a;
}
.alltop i{
    display: block;
    width: 57px;
    height: 6px;
    margin:17px auto;
    background: #e52f33;
    margin-top: 10px;
}

.home_as{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_as a{
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 23%;
    margin-bottom: 2.8%;
}
.home_as a span{
    display: block;
    height: 74px;
    line-height: 74px;
    color: #27282a;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
.home_as a div{
    overflow: hidden;
}
.home_as a div img{
    width: 100%;
    transition: all 0.3s;
}

.home_as a p{
    margin: 0;
    height: 63px;
    line-height: 63px;
    font-size: 16px;
    color: #12559a;
    font-weight: 700;
    background: url(../image/7_03.jpg)center 0 no-repeat;
    background-position: center;
}

.home_as a:hover img{
    transform: scale(1.1);
}



.home_b{
    position: relative;
    margin-bottom: 5rem;
}

.home_bswiper{
    max-width: 1288px;
    box-shadow: 0 0 9px #CCC;
}
.home_bswiper .home_bs{
        overflow: hidden;
}
.home_bswiper .home_bs img{
        float: left;
    width: 47%;
}
.home_bswiper .home_bsRight{
        float: right;
    height: 363px;
    width: 53%;
    position: relative;
    padding-left: 4.7rem;
    padding-right: 3rem;
    padding-top: 4rem;
}
.home_bswiper .home_bsRight div{
        font-size: 22px;
    color: #101111;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.home_bswiper .home_bsRight p{
    font-size: 16px;
    color: #464748;
}
.home_bswiper .home_bsRight a{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 66px;
    background: #013476;
    text-align: center;
    line-height: 66px;
    color: #fff;
    font-size: 19px;
}



.home_b .home_bpagination{
    text-align: center;
    width: 100%;
    margin: 5rem 0;
    background: url(../image/7.png)center 0 no-repeat;
    background-position: center;
    position: relative;
}
.home_b .home_bpagination span{
    width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 25px;
    color: #332d2d;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 9rem;
}

.home_bswiper .home_bnext{
    width: 53px;
    height: 53px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #cccccc;
    font-size: 31px;
    right: 40%;
    top: 70%;
}
.home_bswiper .home_bnext:hover{
    background: #013476;
}
.home_bswiper .home_bprev:hover{
    background: #013476;
}
.home_bswiper .home_bprev{
    width: 53px;
    height: 53px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #cccccc;
    font-size: 31px;
    left: 51%;
    top: 70%;
}

.home_b .home_bpagination span.swiper-pagination-bullet-active{
    background: #013476;
    color: #fff;
}


.home_c{
    width: 100%;
    background: url(/image/8.png)center 0 no-repeat;
    height: 632px;
    overflow: hidden;
}
.home_ctop{
    text-align: center;
    margin-top: 6.6rem;
    margin-bottom: 4rem;
}
.home_ctop div{
    font-size: 33px;
    color: #fff;
    font-weight: 700;
}
.home_ctop div span{
    color: #fff;
    margin: 0 10px;
}
.home_ctop p{
    font-size: 18px;
    color: #fff;
}
.home_ctop i{
    display: block;
    width: 57px;
    height: 6px;
    margin:17px auto;
    background: #e52f33;
    margin-top: 10px;
}



.home_cs{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_cs a{
    display: block;
    background: #fff;
    width: 30%;
    margin-bottom: 2%;
    border-radius: 26px 0 26px 0;
    overflow: hidden;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.home_cs a img{
    float: left;
    width: 28%;
    transition: all 0.5s;
}
.home_cs a div{
    float: right;
    width: 68%;
    margin-top: 1.4rem;
}
.home_cs a label{
    font-size: 25px;
    color: #013476;
}
.home_cs a p{
    margin: 0;
    font-size: 17px;
    color: #013476;
    text-transform: uppercase;
}

.home_cs a:hover img{
    transform: rotateY(360deg);
}

.home_d{
    width: 100%;
   
    overflow: hidden;
}
.home_ds{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
}

.myabout{
    width: 100%;
    overflow: hidden;
    margin: auto;
}


.myaboutTop{
    width: 100%;
    overflow: hidden;
    margin-top: 3rem;

}

.myaboutTop img{
    float: left;
    width: 12.4%;
    margin-left: 4rem;
}
.myaboutTop div{
    float: right;
    width: 80%;
}
.myaboutTop label{
    font-size: 33px;
    color: #110e0e;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
}
.myaboutTop p{
    margin: 0;
    line-height: 27px;
}




.myabouts{
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}
.myabouts>img{
    width: 100%;
}

.myabouts div{
    width: 12.4%;
    position: absolute;
    top: 0;
    margin-left: 4rem;
    background: rgba(62,104,156,0.6);
    color: #fff;
    padding: 2rem;
    padding-bottom: 11rem;

}
.myabouts span{
    display: block;
    text-transform: uppercase;
}
.myabouts i{
    display: block;
    font-size: 21px;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.myabouts a{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 0.5rem;
}



.home_dsbottom{
    width: 100%;
    background: #f4f4f4;
    display: flex;
    margin-bottom: 3.7rem;
}
.home_dsbottom a{
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 3rem 0;
}
.home_dsbottom a img{
    float: left;
    margin-left: 5rem;
    transition: all 0.5s;
}
.home_dsbottom a div{
    font-size: 18px;
    color: #0b0b0b;
    float: left;
    margin-left: 1rem;
    margin-top: 3px;
}
.home_dsbottom a span{

}
.home_dsbottom a p{
    margin: 0;
}

.home_dsbottom a:hover img{
    transform: rotateY(360deg);
}





.news_title {
height: 112px;
    background: url(../image/newsbg.png) no-repeat 92.5% center;
    margin: auto;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
    max-width: 562px;
    position: relative;
}

.news_title h3 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -73px;
    margin-bottom: 5px;
}
.news_title p {
    font-family: 'georgia';
    font-size: 72px;
    color: #e5e5e5;
    margin-top: 5px;
    text-transform: uppercase;
}
.news_title .home_enext{
    background: url(../image/next01.jpg) no-repeat center;
    width: 26px;
    top: 83px;
    height: 26px;
    right: -26px;
    background-size: 26px 26px;
}
.news_title .home_enext:hover{
    background: url(../image/next01_h.jpg) no-repeat center;    
}
.news_title .home_eprev:hover{
    background: url(../image/prev01_h.jpg) no-repeat center;    
}
.news_title .home_eprev{
    background: url(../image/prev01.jpg) no-repeat center;
    width: 26px;
    top: 83px;
    height: 26px;
    background-size: 26px 26px;
    left: 42rem;
}



.home_e{
    max-width: 1288px;
    margin: auto;
    margin-bottom: 5rem;
    position: relative;
}

.home_eswiper{
    width: 100%;
}
.home_eswiper a{
    display: block;
    overflow: hidden;
    margin: 0px 10px;
    position: relative;
    width: 100%;
}
.home_eswiper a .news_fl{
    overflow: hidden;
    text-align: center;
    width: 16.66666667%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.home_eswiper a .news_fl p{
        font-size: 30px;
    color: #666;
    font-weight: bold;
}
.home_eswiper a .news_fl span{
        padding-top: 5px;
    display: inline-block;
    border-top: 1px solid #ccc;
    color: #333;
}
.home_eswiper a .news_fr{
    width: 83.33333333%;
    overflow: hidden;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.home_eswiper a .news_fr .news_fr_txt{
        overflow: hidden;
    margin-bottom: 20px;
}
.home_eswiper a .news_fr .news_fr_txt h3{
        font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_eswiper a .news_fr .news_fr_txt p{
        color: #666;
    line-height: 2.0;
    height: 84px;
    overflow: hidden;
}

.home_eswiper a .news_fr .news_fr_img{
    overflow: hidden;
}
.home_eswiper a .news_fr .news_fr_img img{
        width: 100%;
    height: auto;
    transform: translateZ(0px);
    transition: transform 1s ease 0s;
    transition: .5s;
}
.home_eswiper a:hover .news_fr_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home_eswiper a:hover .news_fl p {
    color: #00559a;
}


.bottom{
    width: 100%;
    background: #013476;
    overflow: hidden;
}

.bottoms{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
}

.bottoms_a{
    overflow: hidden;
    margin-top: 4.8rem;
    padding-bottom: 7rem;
    border-bottom: 1px solid #042f67;
}

.bottoms_aLeft{
    float: left;
    width: 60%;
    display: flex;
}
.bottoms_aLeft div{
    flex: 1;
    background: url(../image/14_03.jpg)left 0 no-repeat;
    padding-left: 2rem;
    padding-top: 6px;
    height: 186px;
}
.bottoms_aLeft a{
    display: block;
    color: #fff;
    margin-bottom: 9px;
}
.bottoms_aLeft a:nth-child(1){
    margin-bottom: 16px;
}


.bottoms_acenter{
    float: left;
    color: #fff;
}
.bottoms_acenter p{
    font-size: 16px;
}
.bottoms_acenter label{
    font-size: 25px;
    color: #c30d23;
}
.bottoms_acenter div{
    line-height: 27px;
}

.bottomimg{
    float: right;
    margin-top: 1rem;
}


.allbottom{
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #0f4b98;
    color: #fff;
}
.allbottom a{
    color: #fff;
}












/*list*/

.listnav{
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 69px;
    line-height: 69px;
    font-size: 0;
    overflow: hidden;
}

.listnav a{
    color: #333;
    padding: 2rem 3rem;
    font-size: 16px; 
}
.listnav a.actived{
    background: #01569b;
    color: #fff;  
}
.listnav a:hover{
    background: #01569b;
    color: #fff;    
}


.listnew{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
}

.listnew a{
   display: block;
    float: left;
    width: 30%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5rem;
    margin-right: 5%;
    height: 428px;
}
.listnew span{
    display:block;
    overflow: hidden;
}
.listnew span img{
    max-width: 100%;
    transition: all 0.3s;
}
.listnew label{
    color: #1a1515;
    font-weight: 400;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: block;
    padding: 0px 1.4rem;
}
.listnew p{
    color: #616060;
    margin: 0;
    line-height: 26px;
    margin-bottom: 1rem;
    padding: 0px 1.4rem;
}
.listnew div{
    overflow: hidden;
    padding: 0px 1.4rem;
    margin-bottom: 1.5rem;
     text-align:left;
}
.listnew div i{
    font-style: normal;
    color: #616060;
     margin-right:1rem;
}

.listnew a:hover span img{
    transform: scale(1.1);
}
.listnew a:nth-child(3n){
    margin-right: 0;
}


/*contact*/

/**/
.listcontact{
    width: 100%;
    max-width: 1440px;
    margin:4rem auto;
    background: #01569b;
    overflow: hidden;
    color: #fff;
    padding: 0 2rem 5rem 3rem;
}

.listcontacttop{
    margin-top: 4rem;
    margin-bottom: 2rem;
    float: left;
    width: 100%;
}
.listcontacttop label{
    font-size: 49px;
    line-height: 100%;
    display: block;
    margin: 0;
}
.listcontacttop div{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

.listcontactLeft{
    font-size: 16px;
    float: left;
    line-height: 30px;
    width: 22%;
}

.listcontactLeft div{
    margin-top: 7px;
    margin-bottom: 8px;
}
.listcontactLeft img{
    width: 59%;
}

.listcontactRight{
    float: right;
    width: 75%;
    height: 381px;
    background: #fff;
}


/*case*/
.listcase{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
}

.listcase a{
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 5rem;
    margin-right: 5%;
    text-align: center;
    background: #f1f1f1;
}
.listcase span{
    display: block;
    overflow: hidden;
}
.listcase span img{
    width: 100%;
    transition: all 0.3s;
}
.listcase a:nth-child(3n){
    margin-right: 0;
}
.listcase div{
    font-size: 16px;
    color: #1d1a1a;
    margin: 1.5rem 0;
}
.listcase p{
    color: #1d1a1a;
    text-align: left;
    width: 91%;
    margin: auto;
    line-height: 25px;
}
.listcase i{
    display: block;
    font-style: normal;
    background: url(../image/3_03.jpg)center 0 no-repeat;
    width: 235px;
    height: 46px;
    overflow: hidden;
    margin:2rem auto;
    transition: all 0.3s;
}
.listcase a:hover i{
    background: url(../image/2_03.jpg)center 0 no-repeat;
}

/**/

.listpro{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
	margin-bottom: 6rem;
}
.listpro a{
    display: block;
    width: 24%;
    float: left;
    text-align: center;
    margin-right: 1.3%;
    margin-bottom: 2rem;
}
.listpro a span{
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #cccccc;
}
.listpro a span>img{
    width: 100%;
}

.listpro a div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(48,113,164,0.6);
    transform: scale(0);
    transition: all 0.3s;
}
.listpro a div img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.listpro a label{
    font-weight: 400;
    color: #1d1a1a;
    font-size: 16px;
    display: block;
    margin-top: 2rem;
}

.listpro a:hover div{
    transform: scale(1);
}


.listpro a:nth-child(4n){
    margin-right: 0;
}

/*proshow*/
.proshows{
    max-width: 1080px;
    margin:3rem auto;
    overflow: hidden;
    width: 100%;
}

.proshowLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}

.bigImg{
    width: 78%;
}
.swiper-containerDetail{
    width: 70%;
    margin: auto;
}
.swiper-containerDetail img{
    width: 100%;
    border: 1px solid #ccc;
}
.detailLefts{
    width: 100%;
     margin-top:2rem;
    overflow: hidden;
    position: relative;
}

.detailnext{
    background: url(../image/20_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}

.detailprev{
    background: url(../image/21_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}


.proshowRight{
    float: right;
    width: 33%;
    overflow: hidden;
    margin-top: 6rem;
}
.proshowRight span{
    display: block;
    font-size: 26px;
    color: #37383a;
    margin-bottom: 2rem;
}
.proshowRight div{
    font-size: 16px;
    color: #37383a;
    margin-bottom: 9px;
}


.dm {
    max-width: 1543px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.cpxq_tit{
max-width: 1080px;
    margin: auto;
    margin-bottom: 4rem;
}
.cpxq_tit span {
    display: inline-block;
    width: 207px;
    height: 45px;
    line-height: 45px;
    background: url(../image/prodetail_27.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 20px;
}

.cpxq_tit div{
    line-height: 28px;
    margin-top: 2rem;
}
.cpxq_tit div img{
    max-width: 100%;
}

/**/


.about_a{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.about_aTop{
    float: left;
    width: 100%;
    overflow: hidden;
}
.about_aTop div{
    font-size: 32px;
	display:none;
    color: #002051;
}
.about_aTop span{
    width: 110px;
    height: 2px;
    background: #002051;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right:auto;
}

.about_a>p{
    float: left;
    overflow: hidden;
    width: 53%;
    height: 331px;
    overflow-y: auto;
    color: #818181;
    line-height: 31px;
/*    padding: 21px;*/
    /*text-indent: 27px;*/
}
.about_a>img{
    float: right;
    width: 42.4%;
}


.about_a>p::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
        width: 1px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
        height: 1px;
    }
.about_a>p::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #01569b;
    }
.about_a>p::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: #EDEDED;
    }

.about_aimg{
    width: 100%;
}

.clut{
    width: 100%;
    background-size: 100% 100%;
    padding: 4rem 0;
}
.clut div {
    font-size: 32px;
    color: #fff;
}
.clut span {
    width: 110px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.clut .clut_aTop{
    background-color: #3273c7;
    padding:30px 0 20px;
}

.clut .Culture-box {
    max-width: 1200px;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(1),
 .clut .Culture-box .row div.Culture_con:nth-of-type(3),
  .clut .Culture-box .row div.Culture_con:nth-of-type(5) {
    background-color: #FFFFFF;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(2), 
.clut .Culture-box .row div.Culture_con:nth-of-type(4),
 .clut .Culture-box .row div.Culture_con:nth-of-type(6) {
    background-color: #ebebeb;
}
.clut .Culture-box .row div.Culture_con {
    padding: 29px;
    min-height: 170px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .Culture2 {
    background: url(../image/Culture2.png)left top no-repeat;
}
.clut .Culture-box .Culture3 {
    background: url(../image/Culture3.png)left top no-repeat;
}
.clut .Culture-box .Culture4 {
    background: url(../image/Culture4.png)left top no-repeat;
}
.clut .Culture-box .Culture5 {
    background: url(../image/Culture5.png)left top no-repeat;
}
.clut .Culture-box .Culture6 {
    background: url(../image/Culture6.png)left top no-repeat;
}
.clut .Culture-box .Culture_icon {
    width: 130px;
    height: 110px;
    margin-right: 5%;
}
.clut .Culture-box .Culture_text {
    max-width: 310px;
}
.clut .Culture-box .Culture_text h3 {
    margin: 18px 0 20px 0;
    color: #2d2d2d;
    font-size: 24px;
}
.clut .Culture-box .Culture_text p {
    color: #676767;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.clut .Culture-box .row div.Culture_con:hover {
        background-color: #01569b;
}

.clut .Culture-box .row div.Culture_con:hover .Culture_icon {
    background-position-x: -125px;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .row div.Culture_con:hover .Culture_text h3, .clut .Culture-box .row div.Culture_con:hover .Culture_text p {
    color: #FFFFFF;
}



.hexin{
    width: 100%;
    background: #3273c7;
    color: #fff;
    overflow: hidden;
    height: 228px;
}
.hexin>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    text-align:center;
}
.hexin span{
    font-size: 32px;
}
.hexin label{
    width: 110px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left:auto;
    margin-right:auto;
}

.about_b{
    max-width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 18px;
    margin-top: -6rem;
}
.about_b i{
    overflow: hidden;
    font-style: normal;
    display: block;
    float: left;
    width: 49%;
}
.about_b img{
    float: none;
    width: 100%;
    transition: all 0.3s;
}
.about_b img:hover{
    transform:scale(1.05);
}
.about_b div{
    width: 48%;
    float: right;
    overflow: hidden;
}
.about_b span{
    font-size: 22px;
    color: #101111;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 2rem;
    margin-top: 10px;
}
.about_b p{
    margin: 0;
    margin-top: 1rem;
    line-height: 30px;
    text-indent: 27px;
}

.shazong{
    max-width: 1358px;
    margin:5rem auto;
    overflow: hidden;
    position: relative;
}


.swipershazong{
    max-width: 1200px;
}

.swipershazong a{
display: block;
    text-align: center;
    border: 2px solid #01569b;
    border-radius: 18px;
}
.swipershazong a img{
    width: 80%;
    border-radius: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.swipershazong a label{
    font-size: 15px;
    color: #01569b;
}
.swipershazong a div{
 color: #161313;
    font-size: 13px;
    width: 90%;
    margin: auto;
    line-height: 26px;
    margin-bottom: 2rem;

}

.shazong .zongnext{
    width: 53px;
    height: 52px;
    background-size: 53px 52px;
    background: url(../image/28.png)center 0 no-repeat;
}
.shazong .zongprev{
    width: 53px;
    height: 52px;
    background-size: 53px 52px;
    background: url(../image/27.png)center 0 no-repeat;   
}


.licen{
    width: 100%;
    background: url(../image/30.png)center 0 no-repeat;
    height: 658px;
    color: #002051;
    overflow: hidden;
    position: relative;
}
.licenTop{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    text-align: center;
}
.licenTop>span{
    font-size: 32px;
    text-align: center;
    display: block;
}
.licenTop>label{
    width: 110px;
    height: 2px;
    background: #002051;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left:auto;
    margin-right:auto;
}
/*.licen img:nth-child(3){
    max-width: 100%;
}
.licen img:nth-child(4){

}*/



.about_c{
    text-align: center;
    margin: 5rem 0;
}
.about_c div{
    font-size: 32px;
    color: #0d0d0f;
}
.about_c img{

}





.forenext{
    background: url(../image/31.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 40%!important;
/*    right: 0!important;*/
}

.foreprev{
    background: url(../image/32.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 40%!important;
/*    left: 0!important;*/
}


#certify {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    max-width: 949px;
    margin: auto;
}

#certify  .swiper-slide {
     width: 400px; 
    height: auto;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
    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;
}


.hzkehu{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.hzkehu>span{
    display: block;
    text-align: center;
    color: #0d0d0f;
    font-size: 32px;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.swiper-containerabouthz{
    max-width: 1200px;
    margin-bottom: 6rem!important;
}

.swiper-containerabouthz img{
    width: 100%;
    border: 1px solid #ccc;
}





.swiperlistabout_c{
    max-width: 1440px;
    height: 410px;
}
.swiperlistabout_c a{
    display: block;
    width: 100%;
    height: 276px;
    position: relative;
    padding-top:2px;
    padding-bottom:2px;
}
.swiperlistabout_c .swiper-slide:nth-child(1) a div{
    background: url(../image/a1.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(2) a div{
    background: url(../image/a2.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(3) a div{
    background: url(../image/a3.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(4) a div{
    background: url(../image/a4.png)center 0 no-repeat;    
}

.swiperlistabout_c .swiper-slide:nth-child(5) a div{
    background: url(../image/a5.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(6) a div{
    background: url(../image/a6.png)center 0 no-repeat;    
}
.swiperlistabout_c .swiper-slide:nth-child(2n) a div{
     
}
.swiperlistabout_c a div{
    width: 63px;
    height: 75px;
    background: url(../image/a3.png)center 0 no-repeat;
    text-align: center;
    line-height: 63px;
    font-size: 20px;
    color: #fff;
    margin: auto;
transition: 0.3s linear;
}
.swiperlistabout_c a div:hover{
    transform: scale(1.05);
}
.swiperlistabout_c a p{
    font-size: 15px;
    color: #2e292a;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 26px;
    text-align:center;
}

.swiperlistabout_c .swiper-slide:nth-child(2n+1){
    margin-top: 128px;
}

.swiperlistabout_c .swiper-slide:nth-child(2n) a div{
    line-height: 82px;
    bottom: 0;
    position: absolute;
    left: 31%;
}
.swiperlistabout_c .swiper-slide:nth-child(2n) a{
        height: 290px;
}
.swiperlistabout_c .swiper-slide:nth-child(2n) p{
    margin-top: 58px;
}

.lin{
    height: 5px;
    background: #9d9b9b;
    position: absolute;
    width: 100%;
    top: 50%;
}
.muk{
    position: relative;
    width: 100%;
}






.youabout{
    max-width: 1255px;
    background: url(../image/aa_03.jpg)center 0 no-repeat;
    height: 569px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 6rem;
}


.youabout>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}


.youaboutLeft{
    width: 36%;
    background: rgba(248,246,247,0.5);
    float: left;
    border-radius: 22px;
    line-height: 36px;
    padding: 2rem 0;
    padding-left: 2rem;
    margin-top: 9rem;

}
.youaboutLeft div{
    font-size: 22px;
    color: #181515;

}
.youaboutLeft p{
    font-size: 18px;
    color: #181515;
}



#certifys {
    overflow: hidden;
    margin-top: 5rem;
    width: 49%;
    float: right;
    margin-right: 9rem;
}

#certifys .swiper-container {

    width: 100%;
}

#certifys  .swiper-slide {
     width: 281px; 
    height: 412px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certifys  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
}


.mmhzimg{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 6rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.mmhzimg a{
    width: 15%;
    display: block;
    margin-right: 1.23%;
    margin-bottom: 1.23%;
    overflow: hidden;
    border: 1px solid #ccc;
}
.mmhzimg img{

    width: 100%;
    transition: all 0.3s;
}
.mmhzimg a:nth-child(6n){
    margin-right: 0;
}
.mmhzimg img:hover{
    transform: scale(1.1);
}



/**/
.listMessage{
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 6%;

}
.listMessages{
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
}
.listMessages>img{
    float: left;
    width: 37%;
    margin-top: 4%;
}

.messageRight{
    float: right;
    width: 63%;
    overflow: hidden;
}

.messageRight span{
    font-size: 36px;
    display: block;
    margin-bottom: 2%;
}
.messageRight>form>input{
    height: 47px;
    width: 30%;
    text-align: center;
    line-height: 47px;
    background: #00559a;
    display: block;
    margin-top: 2.5%;
    color: #fff;
    font-size: 25px;
    border: 0;
}
.messageRight textarea{
    height: 116px;
    width: 100%;
    display: block;
    padding-left: 13px;
    font-size: 17px;
    border: 1px solid #ccc;
    padding-top: 13px;
    margin-top: 2.5%;
    outline: none;
}
.messageRights{
    overflow: hidden;
}
.messageRights input{
    height: 47px;
    width: 49%;
    display: block;
    float: left;
    padding-left: 13px;
    font-size: 17px;
    border: 1px solid #ccc;
}
.messageRights input:nth-child(2){
    margin-left: 2%;
}


.messageRightsone{
    overflow: hidden;
    margin-top: 2.5%;
}
.messageRightsone input{
    height: 47px;
    width: 100%;
    display: block;
    float: left;
    padding-left: 13px;
    font-size: 17px;
    border: 1px solid #ccc;    
}

.messageRightstow{
    overflow: hidden;
    margin-top: 2.5%;
    position: relative;    
}
.messageRightstow input{
    height: 47px;
    width: 30%;
    padding-left: 13px;
    font-size: 17px;
    border: 1px solid #ccc;
    float: left; 
}
.messageRightstow img{
    margin-left: 2%;
}







