/*public css*/

*{margin: 0px;padding: 0;border: 0;}

a{text-decoration: none;  color: #000000;}
input,textarea{outline: medium;}
textarea{outline: medium;}
body{font-family:'microsoft yahei';}
ul li{list-style: none;}
.slh {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.clear_float{height: 0px;clear: both;display: block;}
.container{width: 93.75%;margin: 0 auto;position: relative;}
input[type=text]{font-family: "microsoft yahei";}
/*end*/

#mian_body {overflow:hidden;}

.header {height:100px;background:#fff;width:100%;}
    .header .logo {float:left;margin-top:25px;float:left;}


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{float:left;height:100px; line-height:100px;position:relative;margin-left:100px; }
		.nav a{ color:#000;  }
		.nav .nLi{ float:left;  position:relative; display:normal; }
		.nav .nLi h3{ float:left;font-weight:normal;  }
		.nav .nLi h3 a{ display:block; margin:0 34px; font-size:16px;line-height:100px; position:relative;}
		.nav .sub{ display:none; width:100%; left:0; top:100px;  position:absolute; /*background:#4E4E4E;*/  line-height:26px; text-align:center;z-index:9; }
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:10px; color:#53565a;font-size:14px;background:rgba(255,255,255,0.7);margin-bottom:1px;}
            .nav .sub li:hover a{background:rgba(0,75,145,0.7);color:#fff;}
/* .header .a {display:block;float:right;margin-left:18px;margin-top:25px;} */
.header .a {display:block;float:right;margin-left:18px;line-height: 100px;}
.nav .nLi span {width:100%;position:absolute;bottom:0;height:3px;background:#004b91;display:none;}
.nav .nLi:hover span {display:block;}
.nav .nLi:hover a {color:#004b91;}
.nav .xz a{color:#004b91;}
.nav .shu {height:14px;width:1px;background:#63666a;float:left;    margin-top: 44px;}
.nav .xz span{display:block;
}
.fixednav {position:fixed;top:-118px;left:0;background:#fff;width:100%;z-index:999;opacity:0.9;border-bottom: 1px solid #ebebeb;    box-shadow: 0 0 5px #888;-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s}

  .fixed-nav-appear{top:0;-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s}
@keyframes mymove
{
from {top:20px;}
to {top:0px;}
}
 .index .swiper-container {
      width: 100%;
      height: 100%;
    }
    .index .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .index .swiper-slide img {
        width:100%;
    }
.swiper-pagination-bullet {

    float: left;
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    margin-top: 22px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;opacity:1;

}

.swiper-pagination-bullet-active {
    width: 8px;
    height: 30px;
    border-radius: 10px;
    margin-top: 0;
    background-color: #fff !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { 
    overflow: hidden;
    position: absolute;
    left:50%;
    bottom: 10px;
    z-index: 2;width:72px;opacity:1;
    margin-left:-36px;
}

.base {
    margin-top: 20px;
}

.baseAnd .right h3 {
    font-size: 24px;
    color: #004b91;
    font-weight: bold;
    margin: 2% 0;
    margin-left: -21px;
    padding-left: 10px;
}
.container .baseAnd:nth-of-type(2n) .left{float: right;}
.container .baseAnd:nth-of-type(2n) .right{float: right;}
.baseAnd {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
} 

.baseAnd .left {
    width: 49%;
    height: auto;
    float: left;
    flex-direction: column;
}
.baseAnd .left  img {
    width: 100%;
}
.baseAnd .right {
    width: 50%;
    height: auto;
    float: left;
    flex-direction: column;
}

.baseAnd .right .ctext {
    color: #000;
    font-size: 14px;
    padding: 10px;
    line-height: 30px;
    padding-right: 52px;
    margin-left: -23px;
}

.baseAnd .right .pRight {
    margin: 0;
    padding-left: 22px;
    padding-right: 0;
}
.ind_tit{
    text-align:center;color:#000;font-size:30px;line-height:30px;
}
    .ind_tit span {font-family:Arial;color:#898b8e;font-size:14px;letter-spacing:2px;text-transform:uppercase;}


.ind_lingyu {padding-top:46px;}

.width1300 {width:1300px;margin:0 auto;}
.ind_lingyu .kk {float:left;width:30%;display:block;margin-top:46px; text-align:center}
    .ind_lingyu .kk .tit {color:#000;font-size:24px;margin-bottom:56px;color:#004b91;}
        .ind_lingyu .kk .tit .img2 {display:none;}
/*     .ind_lingyu .kk:hover .img1 {
    display:none;}
    .ind_lingyu .kk:hover .img2 {
    display:inline-block}
    .ind_lingyu .kk:hover .tit {
    color:#004b91;}
    .ind_lingyu .kk:hover p {
    color:#000;}
    .ind_lingyu .kk:hover .btn {
    background:#004b91;} */
    .ind_lingyu .kk p {color:#76787b;font-size:14px;line-height:30px;
    }

    .ind_lingyu .kk .btn {
    width:120px;height:44px;background:#004b91;text-align:center;line-height:44px;color:#fff;font-size:14px;margin:24px auto 0 auto;}

.ind_lingyu .shu {background:url(../template/static/images/ind_tb_04.png) center;width:1px;height:268px;margin:0 2.4%;float:left;margin-top:46px;}
.ind_lingyu .kk .tit img {
vertical-align:bottom}

.ing_video {margin-top:120px;height:592px;width:100%;background:url(../template/static/images/ind_bj_02.jpg) center;}
    .ing_video .video {width:48%;margin-top:109px;float:left;}
        .ing_video .video img {width:100%;display:block;}
    .ing_video .con { width:48%;float:right;height:592px;display:flex;justify-content:center;align-items:center;}
        .ing_video .con .ind_tit {text-align:left;margin-bottom:11.48%;}

        .ing_video .con p {color:#525252;font-size:14px;line-height:30px;}
        .ing_video .con .btn {margin-top:40px;
        display:block;height:44px;width:160px;background:#004b91;line-height:44px;text-align:center;color:#fff;font-size:14px;}

.ing_video .con .btn img{vertical-align:middle;margin-left:8px;}
        .ing_video .con .text {width:700px;
        }

.ind_cases {
padding-top:50px;}




/* featured-area */
#featured-area{height:632px;width:100%;margin:40px auto 0 auto;position:relative;}
.roundabout-holder{list-style:none;width:100%;height:632px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;width:58.8%;cursor:pointer;position:relative;}
.roundabout-moveable-item img{height:auto;width:100%;background-color:#FFFFFF;margin:0;    filter: url(blur.svg#blur);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);}
.roundabout-in-focus{cursor:auto;}
.roundabout-in-focus:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}

.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}

.roundabout-in-focus img {
        filter:inherit;
    -webkit-filter:initial;
    -moz-filter:initial;
    -ms-filter:initial;
    filter:initial;
    filter:initial;
}
.roundabout-moveable-item .tit {
display:none;}
.roundabout-in-focus .tit {height:75px;line-height:75px;background:rgba(0,0,0,0.4);position:absolute;left:0;bottom:0;color:#fff;text-align:center;font-size:16px;width:100%;display:block;}

#featured-area .p {
position:absolute;top:50%;margin-top:-30px;left:3.125%;}
#featured-area .n {position:absolute;top:50%;margin-top:-30px;right:3.125%;}

/* 修改的业务领域 */
.yewu{overflow: hidden;padding-top: 60px;}
.yewu .yewu_left{float: left;width: 24%;margin-top: 29px;padding-left: 368px;}
.yewu .yewu_right{float: left;width: 24%;margin-left: 10px;}
.yewu .yewu_right .yewutext1 {overflow: hidden;margin-bottom: 50px;}
.yewu .yewu_right .yewutext1 .textleft1{float: left;}
.yewu .yewu_right .yewutext1 .textright1{float: left;margin-left: 30px;width: 60%;}
.yewu .yewu_right .yewutext1 .textleft1 .h1left{float: left;text-align: center;margin-top: 20px;margin-left: 5px;}
.yewu .yewu_right .yewutext1 .textleft1 img{float: left;}
.yewu .yewu_right .yewutext1 .textleft1 a{font-size: 24px;color: #135707;cursor:pointer;font-weight: bold;}
.yewu .yewu_right .yewutext1 .textright1 p{font-size: 16px;color: #a2bd94;line-height: 26px;cursor:pointer}
.yewu .yewu_right .yewutext1 .textright1 p:hover{transition: all 0.2s ease;transition: all 2s;color: #135707;}
/* .yewu .yewu_right .yewutext1 .textright1 p span {font-size: 17px;font-weight: bold;color: #306c25;} */

.yewu .yewu_right .yewutext2 {overflow: hidden;margin-bottom: 100px;}
.yewu .yewu_right .yewutext2 .textleft1{float: left;}
.yewu .yewu_right .yewutext2 .textright1{float: left;margin-left: 30px;width: 60%;}
.yewu .yewu_right .yewutext2 .textleft1 .h1left{float: left;text-align: center;margin-top: 20px;margin-left: 5px;}
.yewu .yewu_right .yewutext2 .textleft1 img{float: left;}
.yewu .yewu_right .yewutext2 .textleft1 a{font-size: 24px;color: #268a79;cursor:pointer;font-weight: bold;}
.yewu .yewu_right .yewutext2 .textright1 p{font-size: 16px;color: #8bc1b8;line-height: 26px;cursor:pointer}
.yewu .yewu_right .yewutext2 .textright1 p:hover{transition: all 0.2s ease;transition: all 2s;color: #268a79;}
/* .yewu .yewu_right .yewutext2 .textright1 p span {font-size: 17px;font-weight: bold;color: #268a79;} */

.yewu .yewu_right .yewutext3 {overflow: hidden;}
.yewu .yewu_right .yewutext3 .textleft1{float: left;}
.yewu .yewu_right .yewutext3 .textright1{float: left;margin-left: 30px;width: 60%;}
.yewu .yewu_right .yewutext3 .textleft1 .h1left{float: left;text-align: center;margin-top: 20px;margin-left: 5px;}    

.yewu .yewu_right .yewutext3 .textleft1 img{float: left;}
.yewu .yewu_right .yewutext3 .textleft1 a{font-size: 24px;color: #71bb2c;cursor:pointer;font-weight: bold;}
.yewu .yewu_right .yewutext3 .textright1 p{font-size: 16px;color: #acd783;line-height: 26px;cursor:pointer}
.yewu .yewu_right .yewutext3 .textright1 p:hover{transition: all 0.2s ease;transition: all 2s;color: #71bb2c;}
/* .yewu .yewu_right .yewutext3 .textright1 p span {font-size: 17px;font-weight: bold;color: #71bb2c;} */
.yewuswiper{width: 100%;overflow: hidden;}
.yewuswiper   .swiper-container { width: 100%; height: 100%;}

.yewuswiper .swiper-slide {text-align: center;font-size: 18px; background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}









.ind_list {padding-top:80px;padding-bottom:166px;}

    .ind_list .news{width:45%;float:left;}
    .ind_list .baogao {width:44%;float:right;}
.ind_list .ind_tit {border-bottom:1px solid #dfdfdf;text-align:left;}

.ind_list p {font-size:14px;line-height:24px;color:#000;}
.ind_list .time {color:#76787b;font-size:14px;letter-spacing:2px;margin-top:10px;}
    .ind_list .time img {float:left;margin-right:16px;}
    .ind_list .time .img2 {display:none;}
    .ind_list .kk:hover .time .img1 {display:none;}
    .ind_list .kk:hover .time .img2 {display:block;}
    .ind_list .kk:hover .time {color:#004b91;}

.ind_list .kk {display:block;width:49%;margin-right:2%;margin-top:44px;float:left;}
.ind_list .kk .tit {color:#000;font-size:18px;font-weight:bold;line-height:38px;}
.ind_list .kk:nth-child(2n){margin-right:0;}
    .ind_list .kk:hover .tit {color:#004b91;}

    .ind_list .more {display:block;float:right;margin-top:-16px;}
    .ind_list .baogao .list a{display:block;border-bottom:1px solid #dfdfdf; padding:16px 7px;    }
        .ind_list .baogao .list a img {margin-right:22px;
        float:left;}
        .ind_list .baogao .list a .img2 {
        display:none;}
        .ind_list .baogao .list a:hover .img1 {
        display:none;}
        .ind_list .baogao .list a:hover .img2 {display:block;}
        .ind_list .baogao .list a .tit{color:#000;font-size:16px;width:365px;float:left;line-height:41px;}
        .ind_list .baogao .list a .t{color:#76787b;font-size:16px;line-height:41px;letter-spacing:2px;
        float:right;}
        .ind_list .baogao .list a:hover .tit {
        color:#004b91;}
        .ind_list .baogao .list a:hover .t {
        color:#004b91;}

    .ind_list .baogao .list {margin-top:20px;}
	
	.ind_list .news .list a{display:block;border-bottom:1px solid #dfdfdf; padding:16px 7px;    }
        .ind_list .news .list a img {margin-right:22px;
        float:left;}
        .ind_list .news .list a .img2 {
        display:none;}
        .ind_list .news .list a:hover .img1 {
        display:none;}
        .ind_list .news .list a:hover .img2 {display:block;}
        .ind_list .news .list a .tit{color:#000;font-size:16px;width:365px;float:left;line-height:41px;}
        .ind_list .news .list a .t{color:#76787b;font-size:16px;line-height:41px;letter-spacing:2px;
        float:right;}
        .ind_list .news .list a:hover .tit {
        color:#004b91;}
        .ind_list .news .list a:hover .t {
        color:#004b91;}

    .ind_list .news .list {margin-top:20px;}

.ind_map {width:100%;position:relative;margin-bottom:50px;}
    .ind_map .qq {
    width:1024px;position:absolute;top:-80px;left:50%;margin-left:-512px;height:160px;display:flex;justify-content:space-around;}



   .ind_map .wrap {border-radius:50%;float:left;margin:auto;cursor:pointer; 
            position: relative;
            width: 150px;
            height: 150px;
            /*overflow: hidden;*/
             border:4px solid  rgba(96, 178,255, 0.5);
        }
   
   .ind_map   .circle {display:flex;justify-content:center;align-items:center;flex-direction:column;height:150px;width:150px;box-sizing: border-box;/*border:5px solid #60b2ff;*/border-radius:100px;background:#60b2ff;text-align:center;color:#fff;font-size:16px;}

   .ind_map .circle strong {font-family:Arial;font-size:32px;}
   .ind_map  .circle:before {
                content: '';
                position: absolute;
                display: block;
                width: 160px;
                height: 80px;
                box-sizing: border-box;
                top: 50%;
                left: -5px;
            
                z-index: 2; 
            }
    .ind_map .wrap:hover .circle:before {
        border: 5px solid #60b2ff;
        border-top: transparent;
        border-radius: 0 0 50% 50%/ 0 0 100% 100%;
    }

    .ind_map .top, .ind_map .bottom {position: absolute;left: -5px;width: 160px;height: 80px;box-sizing: border-box;}
       
    .ind_map .wrap .bottom {z-index: 3;top: 50%;transform-origin: center top;}
    .ind_map .wrap .top    {top: -5px;z-index: 1; }


        .ind_map  .wrap:hover .circle div{color:#60b2ff; }
        .ind_map .wrap:hover {border-color:#60b2ff;}
        .ind_map  .wrap:hover .circle{background:#fff;color:#000; }
        .ind_map .wrap:hover  .top {z-index: 1;transform-origin: center bottom;animation: 1s back-half linear 1s;animation-fill-mode: forwards;border:8px solid  #fff;border-bottom: transparent; border-radius: 50%  50% 0 0/100% 100% 0 0 ;}
        .ind_map .wrap:hover .bottom {
            z-index: 3;
            transform-origin: center top;
            animation: 1s front-half linear;
            animation-fill-mode: forwards;border:8px solid  #fff;border-top: transparent; border-radius: 0 0 50% 50%/ 0 0 100% 100%;
        }

        @keyframes front-half {
            0% {
                transform: rotate( 0 );
            }

            99% {
                transform: rotate( 180deg );
                opacity: 1;
            }

            100% {
                transform: rotate( 180deg );
                opacity: 0;
            }
        }

        @keyframes back-half {
            0% {
                transform: rotate( 0 );
            }

            99% {
                transform: rotate( 180deg );
                opacity: 1;
            }

            100% {
                transform: rotate( 180deg );
                opacity: 0;
            }
        }
.footer {background:#282828;padding-top:60px;}
    .footer .link {
    padding-bottom:40px;border-bottom:1px solid #4b4b4b;}
    .footer .link .ul{float:left;}
        .footer .link .ul li {float:left;color:#ffffff;font-size:16px;min-width:140px;margin-right:40px;line-height:50px;}
            .footer .link .ul li a {display:block;font-size:12px;line-height:24px;color:#fff;}


    .footer .link .r {
    float:right;width:240px;text-align:center;}
    .footer .link .ewm p{text-align:center;color:#fff;font-size:14px;line-height:44px;}

    .footer .link .ewm {
    margin-bottom:20px;}

    .yqlj {
    width: 235px;
    height: 45px;
    float: right;
    position: relative;
    margin-top: 14px;
}
    .yqlj:hover ul{display:block;    }
.yl1 {
    width: 100%;
    height: 45px;
    cursor: pointer;
}
.yl11 {
    width: 190px;
    height:45px;
    float: left;
    background: #6f6f6f;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
}
.yl12 {
    width: 45px;
    height: 45px;
    float: right;
    background: url(../template/static/images/ind_png_53.png) center no-repeat #4f4f4f;
}
.yqlj ul {display:none;
    position: absolute;
    bottom: 45px;
    left: 0;
}
.yqlj ul li {
    height: 26px;
    background: #fff;
    line-height: 26px;
    width: 190px;
    text-indent: 12px;
}
.yqlj ul li a {
    color: #000;
    font-size: 12px;
}

.btnacontainer .swiper-pagination-yewu {
    width: 30px !important;
    right: 50px !important;
    height: 30px;
}

.btnacontainer .swiper-pagination-yewu .swiper-pagination-bullet {
    margin-bottom: 20px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 100%;
}
.yewu_kk .kk .con p{text-align: justify;}
.btnacontainer .swiper-pagination-bullet-active{background-color: #fff !important;}
.footer .bottom {
width:100%;line-height:28px;text-align:center;color:#fff;font-size:12px;padding:30px 0;}

    .footer .bottom a {color:#fff;font-size:12px;    }

.son_banner {width:100%;}
.son_banner img {width:100%;display:block;}

.son_menu {border-bottom:1px solid #dcdcdc;padding:30px 0;}
.son_menu ul{width:1024px;margin:0 auto;display:flex;justify-content:center;min-height:40px;}
.son_menu ul li {float:left;margin:0 19px;}
.son_menu ul li a {color:#000;font-size:16px;line-height:38px;padding:0 20px;border:1px solid #fff;display:block;}
.son_menu ul li a:hover {color:#004b91;border:1px solid #004b91;}
.son_menu ul li .xz {color:#004b91;border:1px solid #004b91;}
.about_zc {margin:46px 0;width:100%;display:flex;justify-content:center;}
    .about_zc .img {
    width:50%;float:left;}
    .about_zc .img img{display:block;width:100%;}
    .about_zc .con {float:left;width:50%;display:flex;justify-content:center;align-items:center;border:1px solid #dcdcdc;border-left:none;padding:10px 0}

        .about_zc .con .text .heng{width:29px;height:5px;background:#004b91;margin-bottom:5%;        }
        .about_zc .con .text p {color:#000000;font-size:14px;line-height:24px;}
        .about_zc .con .text {width:85%;margin:0 auto;}
.case_list {width:93.75%;margin:45px auto;}
    .case_list .kk {width:33%;float:left;margin-right:0.5%;position:relative;margin-bottom:16px;}
        .case_list .kk:nth-child(3n) {
        margin-right:0;}
        .case_list .kk >img {
        display:block;width:100%;}
        .case_list .kk .tit {line-height:75px;width:100%;height:75px;background:rgba(0,0,0,0.5);position:absolute;left:0;bottom:0;}
            .case_list .kk .tit .k {width:85%;margin:0 auto;font-size:17px;color:#fff;line-height:75px;}
                .case_list .kk .tit .k img {
                vertical-align:middle;}
                .case_list .kk .tit .k .jt {
                float:right;margin-top:20px;}
.fenye {text-align:center;}

.case_list .fenye {margin-top:26px;}

.about {width:100%;height:1080px;background:url(../template/static/images/gongsijieshao2.jpg) center;background-repeat: no-repeat;background-size: 100% 100%; display:flex;align-items:center;margin:30px 0;}
.about .kk {width:960px;background:rgba(0,75,145,0.6);float:right;margin-top:135px\9;}
.about .kk .con {width:87.5%;margin:0 auto;padding:60px 0;}
    .about .kk .con .heng {width:22px;height:12px;background:#fff;margin-bottom:20px;}
    .about .kk .con .tit_en {color:#fff;text-transform:uppercase;letter-spacing:2px;
        font-size: 36px;
       
        font-weight: bold;line-height:40px;
    }
    .about .kk .con .tit {font-size:24px;color:#fff; text-transform:uppercase; margin-bottom:36px;font-family: Arial;  }
    .about .kk .con p {font-size:14px;line-height:24px;color:#fff;}


.about_cul {margin:56px 0;}
.about_cul .kk {width:33%;float:left;margin-right:0.5%;position:relative;margin-bottom:7px;overflow:hidden;cursor:pointer;}
.about_cul .kk:nth-child(3n) {margin-right:0;}

.about_cul .largeKK { width: 47%; margin-left: 41px;}

    .about_cul .cover {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.3);text-align:center;display:flex;align-items:center;;flex-direction:column;justify-content:center;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

        .about_cul .cover .tit {color:#ffffff;font-size:18px;line-height:30px;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
        .about_cul .cover .tit_en {font-family:Arial;font-size:14px;text-transform:uppercase;color:#fff;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .about_cul .cover .heng {width:30px;height:3px;background:#fff;margin:0 auto;margin-top:22px;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
        .about_cul .cover .tit_cn {color:#fff;font-size:24px;margin-bottom:20px;line-height:46px;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
        .about_cul .cover p {color:#ffffff;font-size:14px;line-height:24px;text-align:center    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;;}
        .about_cul .cover .con {width:72%;margin:0 auto;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        display:none;}

    .about_cul .kk>img {display:block;width:100%;}
    .about_cul .kk:hover .cover{background:rgba(0,75,145,0.7);}
    .about_cul .kk:hover .tb {
    display:none;}
    .about_cul .kk:hover .con {
    display:block;}

    .about_cul .kk:hover .cover .heng {margin-top:12px;}


.about_team {
margin:40px auto;}


.about_team .about_zc {margin-bottom:48px;width:100%;display:flex;justify-content:center;}
    .about_team .about_zc .img {
    width:50%;float:left;}
   .about_team  .about_zc .img img{display:block;width:100%;}
    .about_team .about_zc .con {float:left;width:50%;display:flex;justify-content:center;align-items:center;border:1px solid #dcdcdc;border-left:none;}

       .about_team  .about_zc .con .text .heng{width:29px;height:5px;background:#004b91;margin-bottom:5%;        }
        .about_team .about_zc .con .text p {color:#000000;font-size:14px;line-height:24px;}
       .about_team  .about_zc .con .text {width:85%;margin:0 auto;}
    .about_team .zw {
   color:#000;font-size:18px; font-weight:bold;}
    .about_team .rz {color:#000000;font-size:14px;line-height:24px;    }
    .about_team .about_zc .rz {
    margin-left:30px;}
    .about_team .about_zc .zw {margin-bottom:  20px}
    .about_team .list .kk{min-height:620px; overflow:hidden; float:left;width:33%;margin-right:0.5%;background:#ebebeb;margin-bottom:22px;}
        .about_team .list .kk:nth-child(3n) {margin-right:0;}

    .about_team .list .kk img{display:block;width:100%;    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -m-transform: scale(1);
    transform: scale(1);}
        .about_team .list .kk .con {
        width:88%;margin:38px auto 0 auto;}
    .about_team .zw .span {font-size:24px;margin-right:30px;    }
    .about_team .list .kk p {color:#000;font-size:14px;line-height:22px;
    }
    .about_team .list .kk:hover img{ transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -m-transform: scale(1.12);
    transform: scale(1.12);  }
.fengcaiList .fsPart:hover img {transform: scale(1.08);   
}
    .about_team .list .rz {
    margin:10px 0 20px 0;}

.jiagou {width:100%;margin:45px 0;}
.jiagou img {width:100%;display:block;}

.about_ry {background:#f4f4f4;padding:37px 0;}
.about_ry .menu{height:88px;background:#fff;}
    .about_ry .menu ul {width:250px;margin:0 auto;
    }
    .about_ry .menu ul li {float:left;}
        .about_ry .menu ul li a {width:124px;display:block;text-align:center;color:#010101;font-size:16px;line-height:88px;}
            .about_ry .menu ul li a:hover {color:#004b91;}
        .about_ry .menu ul .shu {
        height:13px;width:1px;background:#d9d9d7;margin-top:38px;}
    .about_ry .menu ul .xz a {color:#004b91;}



 

.about_ry .container {background:#fff;}

.about_ry .swiper-button-prev {background-image:url(../template/static/images/rongyu_jt_l.png);width:70px;height:70px;background-size:70px 70px;}
.about_ry .swiper-button-next {background-image:url(../template/static/images/rongyu_jt_r.png);width:70px;height:70px;background-size:70px 70px;}


.mod18 { position: relative; width:100%; margin: 0 auto; padding-bottom:40px;}
    .mod18 .btn { position: absolute; width: 20px; height: 93px; bottom: 0px; cursor: pointer; z-index: 99; font-size: 50px; font-weight: bold; }
    .mod18 .prev { left: -73px; width: 60px; height:145px; background: url(../template/static/images/rongyu_jt_l2.png) no-repeat #f4f4f4 center; bottom: 0; border-radius:10px 0 0 10px}
    .mod18 #prevTop, .mod18 #nextTop ,#prevTop { top: 213px; width: 70px; height: 70px; }
    .mod18 #prevTop { background: url(../template/static/images/rongyu_jt_l.png) 0 0 no-repeat; left: 8px; background-position:0 0;}
    .mod18 #nextTop { background: url(../template/static/images/rongyu_jt_r.png) 0 0 no-repeat; right: 8px;}
    .mod18 .next { right: -62px; width:60px; height: 145px; background: url(../template/static/images/rongyu_jt_r2.png) no-repeat #f4f4f4 center; bottom: 0;border-radius:0px 10px 10px 0px ; }
    /*.mod18 #prevTop:hover { background-position: 0 -74px;
    }
    .mod18 #nextTop:hover { background-position: -39px -74px;
    }*/
    


    .mod18 li { float: left; }
    .mod18 .cf li { position: relative; color: #fff; }
    .mod18 .cf img { }
    .mod18 .cf li span { display: block; width: 910px; position: absolute; left: 0; bottom: 0; padding: 10px 20px; line-height: 22px; text-align: left; background: rgba(0,0,0,0.6); filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000"); }
    .mod18 .picBox { position: relative; overflow: hidden; width: 730px; height: 475px; text-align: center;margin:0 auto;border:1px solid #d9d9d7;margin-bottom:50px; }
        .mod18 .picBox ul { height: 475px; position: absolute;}
        .mod18 .picBox li { width:730px; height: 475px; }
            .mod18 .picBox li .cover { height: 58px; width: 100%; position: absolute; bottom:0; left: 0; line-height: 58px; font-size: 16px; color: #000;text-indent:30px;text-align:center; }
            .mod18 .picBox li img { width:616px; height:371px;margin:50px 58px;}
    .mod18 .listBox { width: 1011px; height: 145px; margin: 0 auto; position: relative; padding-top:38px; overflow: hidden; }
        .mod18 .listBox ul { height: 123px; position: absolute; }
        .mod18 .listBox li { width: 256px; height: 146px; cursor: pointer; position: relative; }
            .mod18 .listBox li i { display: none; }
            .mod18 .listBox li a { display: block; width: 123px; height: 81px; }
            .mod18 .listBox li img { width: 242px; }
        /*.mod18 .listBox .on img { border: 1px solid #c61623; }*/
        .mod18 .listBox .on i { display: block; }

    .mod18 .rongyu_kk {    width:1026px;left:50%;margin-left:-508px;height:730px;position: absolute;}
    .mod18 .prev:hover {background: url(../template/static/images/rongyu_jt_l2.png) no-repeat #c9c9c8 center;}
    .mod18 .next:hover {background: url(../template/static/images/rongyu_jt_r2.png) no-repeat #c9c9c8 center;}
.mod18  .heng {height:20px;width:100%;background:#f4f4f4}
.yewu_kk {width:750px;height:460px;position:absolute;top:50%;margin-top:-230px;background:rgba(255,255,255,0.7);right:170px;}
    .yewu_kk .kk {width:76%;margin:0 auto;margin-top:90px;}
        .yewu_kk .kk .heng {width:22px;height:12px;background:#004b91;margin-bottom:18px;}
        .yewu_kk .kk .tit_en {text-transform:uppercase; color:#000;font-size:36px;font-weight:bold;letter-spacing:6px;text-align: left;}
        .yewu_kk .kk .tit_cn {font-size:24px; color:#b2b2b3; text-transform:uppercase;   font-family:Arial;  text-align: left;  }
        .yewu_kk .kk .con {color:#000;font-size:16px;line-height:26px; margin-top:30px;}

        .yewu_kk .kk .con p{color:#000;font-size:16px;line-height:26px;text-align: justify;}

.btnacontainer .swiper-slide:nth-child(3) .num .yewu_kk {position: absolute;top: 50%; left:170px !important;}
.btnacontainer .swiper-slide:nth-child(5) .yewu_kk { width: 750px;height: 460px;position: absolute;top: 69%; margin-top: -230px;background: rgba(255,255,255,0.7);right: 170px;}



#num_2 .yewu_kk {
right:auto;left:60px;}
@media screen and (max-width:1500px) {
    .about_cul .kk {
    width:49%;margin-right:2%;}
    .about_cul .kk:nth-child(3n) {margin-right:2%;}
     .about_cul .kk:nth-child(2n) {margin-right:0;}
    .footer .link .ul li {
    min-width:85px;}
  
    .menu ul {
        width: 18% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 55% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width:1440px) {
    .ing_video .video {
        margin-top: 70px;
        width: 48%;
    }
}
@media screen and (max-width:1400px) {
.nav {margin-left:10%;}
.nav .nLi h3 a {margin:0 15px;}
    .ing_video .con .text {width:85%;
    }
    .ing_video, .ing_video .con {
    height:530px;}
    .width1300 {
    width:98%;}
    .about_team .about_zc .img {
    }
  
    .menu ul {
        width: 20% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 58% !important;
        margin: 0 auto;
    }
} 
@media screen and (max-width:1300px) {
    .ind_list .news { width:90%;float:none;margin:0 auto;}
    .ind_list .baogao {
    width:90%;float:none;margin:0 auto;margin-top:40px;}
    .about_team .about_zc .img img{
    width:872px;max-width:872px;}
    .about_team .about_zc .img {overflow:hidden;}

.about_zc .img img{
    width:872px;max-width:872px;}
.about_zc .img {overflow:hidden;}


    .about_team .list .kk{width:49%;margin-right:2%;}
        .about_team .list .kk:nth-child(3n) {
        margin-right:2%;}
        .about_team .list .kk:nth-child(2n) {
        margin-right:0;}
        .ind_list {
            padding-bottom:120px;
        }
        .baseAnd {  
            width: 100%;
        }
        .menu ul {
            width: 22% !important;
            margin: 0 auto;
        }
        .menusyil ul {
            width: 70% !important;
            margin: 0 auto;
        }
}
@media screen and (max-width:1100px) {
    .about .kk {width:100%;}.nav {margin-left:10px;}
    .yewu .yewu_left {
        padding-left: 284px;
    }
    .yewu .yewu_right .yewutext1 {
        overflow: hidden;
        margin-bottom: 30px;
    }
    .yewu .yewu_right .yewutext2 {
        overflow: hidden;
        margin-bottom: 74px;
    }
    .menu ul {
        width: 25% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 80% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width:1024px) {
    .baseAnd .left {
        width: 100%;
        float: none;
    }
    .baseAnd .right {
        width: 100%;
        float: none;
    }
    .yewu .yewu_right .yewutext1 {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .yewu .yewu_right .yewutext2 {
        overflow: hidden;
        margin-bottom: 60px;
    }
    .menu ul {
        width: 30% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 80% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width:1000px) {

.nav .nLi h3 a {margin:0 15px;}
.header .logo{margin-top:32px;width:130px;}
    .header .a {width:33px;margin-top:33px}

    .menu ul {
        width: 31% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 90% !important;
        margin: 0 auto;
    }
    
}


.container .menu ul {
    width: 250px;
    margin: 0 auto;
}

.container .menu {
    height: 88px;
    background: #fff;
}

    .container .menu ul .xz a {
        color: #004b91;
    }

    .container .menu ul li a {
        width: 124px;
        display: block;
        text-align: center;
        color: #010101;
        font-size: 16px;
        line-height: 88px;
    }

    .container .menu ul li {
        float: left;
    }

.shu {
    height: 13px;
    width: 1px;
    background: #d9d9d7;
    margin-top: 38px;
}
.yewuswiper{position: relative;}
/* .yewuswiper .num{width: 100% !important;height: 885px !important;} */

.investmenttop{
    width: 100%;
    margin: 30px 0;
}
.investmenttop img{
    display: block;
    width: 100%;
}

.windpowertop{
    width: 100%;
    margin: 30px 0;
    height: 885px;
    overflow: hidden;
 
}
.windpowertop img{
    display: block;
    width: 100%;
}
.menu ul {
    width: 14%;
    margin: 0 auto;
}
.menusyil ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.menu {
    height: 88px;
    background: #fff;
}

    .menu ul .xz a {
        color: #004b91;
    }

.menu ul li a {
    width: 124px;
    display: block;
    text-align: center;
    color: #010101;
    font-size: 16px;
    line-height: 88px;
}

.menu ul li {
    float: left;
}

@media screen and (max-width:900px) {
    .yewu .yewu_left {
        padding-left: 225px;
    }
    .yewu .yewu_right .yewutext1 {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .yewu .yewu_right .yewutext2 {
        overflow: hidden;
        margin-bottom: 41px;
    }
    .menu ul {
        width: 33% !important;
        margin: 0 auto;
    }
    .menusyil ul {
        width: 100% !important;
        margin: 0 auto;
    }
    .fsMapView .slideBox .hd {
        left: 43%;
    }
}
@media screen and (max-width:768px) {
    .yewu .yewu_left {
        padding-left: 70px;
    }
    .yewu .yewu_left {
        width: 41%;
    }
    .yewu .yewu_right {
        width: 30%;
    }
    .yewu .yewu_right .yewutext2 {
        overflow: hidden;
        margin-bottom: 98px;
    }
    .yewu .yewu_right .yewutext1 {
        overflow: hidden;
        margin-bottom: 55px;
    }
    .menu ul {
        width: 40%!important;
        margin: 0 auto;
    }
    .menusyil ul {
        width:100% !important;
        margin: 0 auto;
    }
    .menu ul li a {
        width: 114px;
    }
    .swiper-slide-active{
        height: auto !important;
    }
    .swiper-container {
        height: 80% !important;
    }
}
@media screen and (max-width:375px) {
    .swiper-slide-active{
        height: auto !important;
    }
    .swiper-container {
        height: 54% !important;
    }
}
.swiper-pagination-bullet {margin: 0 4px!important;}


.windUl ul{
    align-items: center;
}
.windUl ul li a{
    width: auto;
}

.windUl ul .shu {
    margin: 0 20px;
}