﻿/*public css*/

*{margin: 0px;padding: 0;border: 0;}
a{text-decoration: none;  color: #000000;}
input,textarea{outline: medium;}
textarea{outline: medium;}
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;height:100%;}
/*end*/

#mian_body {overflow:hidden;}

.header {height:100px;background:#fff;width:100%;}
    .header .logo {float:left;margin-top:15px;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:inline; }
		.nav .nLi h3{ float:left;font-weight:initial;  }
		.nav .nLi h3 a{ display:block; margin:0 20px; 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:999; }
            .nav #zhuangbei .sub {
                width:200px;
                left:-50px;
            }
            .nav #about .sub {
                width: 150px;
                left: -25px;
            }
            .nav #xinwen .sub {
                width: 120px;
                left: -10px;
            }
        .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;}
.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 .nLi:hover .sub {
    display:block;
}
.nav .xz a {
    color: #004b91;
}
.nav .shu {height:14px;width:1px;background:#63666a;float:left;    margin-top: 44px;}
.nav .xz span{display:block;
}
.product {
    margin-top: 20px;
}

.pro_name {
    margin-bottom: 30px;
    line-height: 50px;
    color: #333333;
    font-size: 24px;
}

.product .text, .product .text {
    margin-bottom:50px;
}

.product .text, .product .text p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.pro_list .kk {
    width: 32%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    margin-bottom:2%;
    height:280px;
}

    .pro_list .kk img {
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform .68s ease-in-out;
        -moz-transition: -moz-transform .68s ease-in-out;
        -o-transition: -o-transform .68s ease-in-out;
        transition: transform .68s ease-in-out;
        height:100%;
    }

    .pro_list .kk:nth-child(3n) {
        margin-right: 0;
    }

.pro_list {
    padding: 0 0 20px 0;
}

    .pro_list .kk:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }
.width1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.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;
    opacity: 1;
    margin-left: -36px;
}

   
.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;
    background: #f8f8f8;
}

.width1300 {width:1300px;margin:0 auto;}
.ind_lingyu .kk {float:left;width:30%;display:block;margin-top:46px;}
    .ind_lingyu .kk .tit {color:#000;font-size:24px;margin-bottom:56px;}
        .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:#a3a3a3;text-align:center;line-height:44px;color:#fff;font-size:14px;margin-top:24px;}

.ind_lingyu .shu {background:url(/img/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:492px;width:100%;background:url(/img/ind_bj_02.jpg) center;}
    .ing_video .video {width:50%;margin-top:95px;float:left;height:85%;}
        .ing_video .video img {width:100%;display:block;}
    .ing_video .con { width:49%;float:left;height:492px;display:flex;justify-content:center;align-items:center;margin-left:1%;}
        .ing_video .con .ind_tit {text-align:left;margin-bottom:2%;}

        .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%;}



.ind_list {padding-top:80px;padding-bottom:166px;}

    .ind_list .news {
        width: 45%;
        float: left;
        background-color: #fff;
        padding: 2%;
        height:400px;
    }
    .ind_list .baogao {
        width: 45%;
        float: right;
        background-color: #fff;
        padding: 2%;
        height: 400px;
    }
.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:48%;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_map {width:100%;position:relative;margin-bottom:50px;}
    .ind_map .qq {
    width:1024px;position:absolute;top:-80px;left:50%;margin-left:-512px;height:160px;}



   .ind_map .wrap {border-radius:50%;float:left;margin-right:45px;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:48px;}
   .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:420px;text-align:center;}
    .footer .link .ewm p{text-align:center;color:#fff;font-size:14px;line-height:44px;}

    .footer .link .ewm {
    margin-bottom:20px;
    float:left;
    margin-left:10px;
    }

        .footer .link .ewm img{
            width:108px;
            height:108px;
        }

    .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(/img/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;
}


.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:90%;display:flex;justify-content:center;align-items:center;border:1px solid #dcdcdc;}

        .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:90%;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(/img/about_bj_02.jpg) center;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 .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(/img/rongyu_jt_l.png);width:70px;height:70px;background-size:70px 70px;}
.about_ry .swiper-button-next {background-image:url(/img/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(/img/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(/img/rongyu_jt_l.png) 0 0 no-repeat; left: 8px; background-position:0 0;}
    .mod18 #nextTop { background: url(/img/rongyu_jt_r.png) 0 0 no-repeat; right: 8px;}
    .mod18 .next { right: -62px; width:60px; height: 145px; background: url(/img/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: 123px; 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(/img/rongyu_jt_l2.png) no-repeat #c9c9c8 center;}
    .mod18 .next:hover {background: url(/img/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;}
        .yewu_kk .kk .tit_cn {font-size:24px; color:#b2b2b3; text-transform:uppercase;   font-family:Arial;    }
        .yewu_kk .kk .con {color:#000;font-size:16px;line-height:26px; margin-top:50px;}

        .yewu_kk .kk .con p{color:#000;font-size:16px;line-height:26px;}

#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;
    }
}

@media screen and (max-width:1400px) {
    .nav {
        margin-left: 10%;
    }

        .nav .nLi h3 a {
            margin: 0 12px;
        }

    .ing_video .con .text {
        width: 85%;
    }

    .ing_video, .ing_video .con {
        height: 530px;
    }

    .width1300 {
        width: 98%;
    }

    .about_team .about_zc .img {
    }
}

@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: 4%;
        }

        .about_team .list .kk:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width:1200px) {
    .header .logo {
        margin-top: 32px;
        /*width: 300px;*/
    }

    .header .a {
        width: 33px;
        margin-top: 33px
    }

    .width1200 {
        width: 100%;
        margin-left:10px;
    }

}


@media screen and (max-width:1100px) {
    .about .kk {
        width: 100%;
    }

    .nav {
        margin-left: 10px;
    }
}

@media screen and (max-width:1000px) {

    .nav .nLi h3 a {
        margin: 0 15px;
    }

    .header .logo {
        margin-top: 32px;
        /*width: 300px;*/
    }

    .header .a {
        width: 33px;
        margin-top: 33px
    }

    .pro_list .kk {
        height: 230px;
    }
}

@media screen and (max-width:800px) {
    .pro_list .kk {
        width: 46%;
        margin-left: 2%;
    }

        .pro_list .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .pro_list .kk:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width:1400px) {
    .nav {
        margin-left: 30px;
    }
}

@media screen and (max-width:1300px) {
    .nav {
        margin-left: 10px;
    }
}








