@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;}
ul li{list-style: none; }
img{-webkit-transition: all 0.35s ease;-moz-transition:  all 0.35s ease;transition:  all 0.35s ease;}
a{text-decoration: none; color: #303030;-webkit-transition: all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    transition:  all 0.2s ease;}
a:hover{}
*{box-sizing: border-box;}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper{
    width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.menu{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    box-shadow: 0 0 5px #ddd;
}
#top-btn{
    width: 80px;
    height: 80px;
    background: #fff url("../images/top.png") no-repeat center top 15px ;
    text-align: center;
    position: fixed;
    right: 192px;
    bottom: 300px;
    padding-top: 46px;
    z-index: 999;
    box-shadow: 0 0 5px #ddd;
}
.index-nav2{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.index-nav2 li{
    background: rgba(0,0,0,0.6);
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: center;
    padding: 15px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.container-full{
    width: 100%;
}
.bold{
    font-weight: bold;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
.mt20{
    margin-top: 0.2rem;
}

.m-nav-bg{
    width: 100%;
    height: 100px;
    background: #262626;
}
.banner{
    position: relative;

}
.banner .swiper-container-horizontal{
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;

}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{

}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 5px 0;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease; -moz-transition:  all 0.3s ease; transition: all 0.3s ease;

}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 30px;

}
.header-top{
    width: 100%;
    height: 46px;
    background: #222222;
    color: #fff;
    line-height: 46px;
}
.header-top h1{
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
}
.phone{
    float: right;
    height: 100%;
    padding-left: 25px;
    background: url("../images/phone.png") no-repeat left center;

}
.phone span{
    font-weight: bold;
}
.header{
    width: 100%;
    height: 100px;
}
.logo{
    margin-top: 35px;
    float: left;
    display: block;
}
.main-nav{
    float: right;
    margin-top: 30px;
}
.main-nav li{
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 0 8px;
    margin: 0 24px;
}
.main-nav li a{
    display: block;
    padding-bottom: 22px;
    border-bottom: 2px solid transparent;
}
.main-nav li.on a{
    border-bottom: 2px solid #fc6d5c;
    color: #fc6d5c;
}
.main-nav li:hover a{
    border-bottom: 2px solid #fc6d5c;
    color: #fc6d5c;
}


.part1{
    margin-top: 46px;
    padding-bottom: 20px;
}
.about-intro{

}
.about-intro h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}
.about-intro h2:after{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background: #1a91ac;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -24px;
}
.about-intro p{
    margin-top: 50px;
    line-height: 22px;
    color: #666;
    height: 234px;
    overflow-y: auto;
}
.about-intro a{
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right,#1a93ad,#1acbc0);
    width: 150px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #1acbc0;
    letter-spacing: 2px;
    font-size: 14px;
}
.about-intro a:hover{
    background: #fff;
    color: #1a93ad;
    border: 1px solid #1a93ad;
}
.part-tit{
    text-align: center;
    padding-top: 50px;
}
.part-tit h2{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin-bottom: 38px;
}
.part-tit h2:after{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background: #1a91ac;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -24px;
}
.part-tit span{
    color: #ccc;
}
.part2-bg{
    width: 100%;
    background: url("../images/part2-bg.jpg") top center;
    background-size: cover;
    margin-top: 65px;
    height: 650px;
    position: relative;
}
.half-cv{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.busi-list{

}
.busi-list li{
    color: #fff;
    position: relative;
    z-index: 2;
    height: 217px;
    width: 946px;
    border-right: 5px solid transparent;

    -webkit-transition: background-color 0.3s ease;-moz-transition:  background-color 0.3s ease;transition:  background-color 0.3s ease;
}
.busi-list li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.busi-icon{
    width: 170px;
    height: 100%;
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.busi-icon i{
    width: 64px;
    height: 64px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.busi-intro{
    float: left;
    padding-left: 30px;
    padding-top: 65px ;
}
.busi-intro h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
}
.busi-intro h3 span{
    font-weight: lighter;
}

.busi-list li:hover{
    background: rgba(252,107,92,0.8) url("../images/add.png") no-repeat right 70px center;
    border-right: 5px solid #e92828;
}
.busi-list li:hover .busi-icon{
    background: #FC6B5C;
}
.busi-list li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    display: block;
    background: transparent;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.busi-list li:hover:before{
    background: rgba(252,107,92,0.8);
}











.case-list{
    margin-left: -20px;
    margin-top: 40px;
}
.case-list li{
    width: 280px;
    height: 280px;
    margin-left: 20px;
    float: left;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-img{
    width: 100%;
    overflow:hidden;
    height: 185px;
    position: relative;
}
.case-name{
    width: 100%;
    height: 95px;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.case-list li:hover{
    background: #f7f7f7;
    box-shadow: 0 0 10px #aaa;
}
.case-name i{
    display: block;
    width: 20px;
    height: 1px;
    background: #999999;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-list li:hover .case-name i{
    width: 48px;
    background: #cca876;
}
.case-list li:hover .case-name{
    color: #be0108;
}
.case-img>div{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url("../images/play.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-list li:hover .case-img>div{
    opacity: 1;

}
.more-btn{
    display: block;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right,#1a93ad,#1acbc0);
    width: 150px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #1acbc0;
}
.more-btn:hover{
    background: #fff;
    color: #1a93ad;
    border: 1px solid #1a93ad;
}
.part3{
    padding-bottom: 60px;
}
.adv-wrap{
    width: 100%;
    background: url("../images/c-bg.jpg") no-repeat center;
    background-size: cover;
    height: 150px;
    overflow: hidden;
}
.adv-wrap p{
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.adv-wrap p span{
    font-size: 34px;
    display: inline-block;
    margin: 0 110px;
}
.news-list{
    margin-top: 40px;
    margin-left: -45px;
}
.news-list li{
    width: 370px;
    float: left;
    margin-left: 45px;
    margin-bottom: 30px;
}
.news-img{
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news-intro{
    padding-top: 25px;
}
.news-intro p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.news-date{
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    margin-top: 15px;
}
.news-date i{
    display: block;
    height: 1px;
    background: #454242;
    width: 1px;
    float: left;
    margin-top: 6px;
    margin-right: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;-moz-transition:  all 0.3s ease-in;transition:  all 0.3s ease-in;
}

.news-list li:hover .news-date i{
    width: 54px;
    opacity: 1;
}
.news-list li:hover p{
    color: #d33034;
}
.news-list li:hover img{
    transform: scale(1.1);
}
.part4{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 50px;
}
.contact-wrap{
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 0 40px 50px;


}
.contact-l{
    float: left;
    width: 644px;
}
.msg-form p{
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 25px;
}
.msg-form input[type=text]{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}
.msg-form textarea{
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
    height: 60px;
    resize: none;
    outline: none;
}
.sub-btn{
    width: 260px;
    height: 40px;
    border: 1px solid #1acbc0;
    background: linear-gradient(to right,#1a93ad,#1acbc0);
    color: #fff;
    outline: none;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.sub-btn:hover{
    background: #fff;
    color: #1a93ad;
    border: 1px solid #1a93ad;
}
.contact-r{
    float: left;
    width: 420px;
    margin-top: 100px;
    margin-left: 40px;
}
.cont-row{
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.cont-row img{
    float: left;
    margin-right: 10px;
}
.footer{
    width: 100%;
    background: #666 url("../images/ft.jpg") top center;
    background-size: cover;
}
.ft-l{
    color: #bababa;
    float: left;
    width: 570px;
}
.ft-l .cont-row{
    font-size: 14px;
}
.ft-tit{
    margin-bottom: 40px;
    position: relative;
    margin-top: 35px;
    color: #fff;
}
.ft-tit:after{
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 1px;
    background: #fab718;
    bottom: -14px;
}
.ft-c{
    width: 260px;
    float: left;
}
.ft-r{
    float: right;
    width: 240px;
}
.qr-box{
    display: block;
    text-align: center;
    float: left;
    color: #aaaaaa;
}
.qr-box img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.qr-box2{
    float: right;
}
.ft-nav{

}
.ft-nav li{
    float: left;
    margin-bottom: 24px;
    margin-right: 50px;
}
.ft-nav li a{
    color: #bababa;

}
.cr{
    width: 100%;
    background: #000 url("../images/cr-bg.jpg") top center;
    text-align: center;
    padding: 14px 10px;
    color: #bebebe;
}
.in-banner{
    width: 100%;
    height: 350px;
    background-size: cover;
    overflow: hidden;
}
.inner-tit{
    width: 220px;
    height: 180px;
    background: rgba(0,0,0,0.65);
    margin-top: 40px;
    overflow: hidden;
}
.inner-tit>div{
    width: 170px;
    height: 120px;
    margin: 28px auto 0;
    text-align: center;
    background: #fff url("../images/in-bannerbg.png") no-repeat center;
    font-size: 24px;
    line-height: 120px;
}
.child-nav{
    width: 100%;
    border-bottom: 3px solid #1a91ac;
    height: 62px;
}
.child-nav li{
    float: left;
    width: 140px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    margin-right: 1px;
}
.child-nav li a{
    display: block;
    width: 100%;
    height: 100%;
}
.child-nav li.on a{
    background: #1a91ac;
    color: #fff;
}
.child-nav li:hover a{
    background: #1a91ac;
    color: #fff;
}
.in-wrap{
    padding-top: 20px;
    padding-bottom: 40px;
}
.page-wrap{
}
.page-wrap ul li{
    float: left;
    margin: 0 1px;
}
.page-wrap ul li a{
    display: block;
    padding: 4px 10px 4px;
}
.page-wrap ul li span{
    display: block;
    padding: 4px 10px 4px;
    background: #1a91ac;
    color: #fff;
}
.page-wrap ul li a:hover{
    background: #1a91ac;
    color: #fff;
}
.about-tit{
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 55px;
}
.about-tit h3{
    font-size: 26px;
    margin-bottom: 8px;
}
.about-tit span{

}
.about-tit:after{
    position: absolute;
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    background: #1a91ac;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -28px;
}
.about-txt{
    line-height: 24px;
}
.str-wrap{

}
.str-wrap ul li{
    float: left;
    width: 33.333%;
    text-align: center;
}
.str-wrap ul li div{
    font-size: 90px;
    font-weight: bold;
}
.str-wrap ul li div sup{
    font-weight: lighter;


}
.str-wrap ul li span{
    font-size: 18px;
}
.map-wrap{
    width: 100%;
    height: 404px;
    border: 3px solid #d9d9d9;
}
.gray-bg{
    background: #f1f1f1;
    width: 100%;
    overflow: hidden;
}

.headline{
    padding: 0 10px;
}
.hl-img{
    width: 100%;
    height: 465px;
    overflow: hidden;
    position: relative;
}
.hl-img div{
    width: 100%;
    height: 100%;
    background: url("../images/play.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}
.hl-tit{
    font-size: 20px;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
    background: #202026;
    color: #afb0b4;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.video-list{
    margin-top: 100px;
}
.video-list li{
    width: 280px;
    float: left;
    margin: 0 10px;
}
.video-cv{
    width: 100%;
    height: 185px;
    position: relative;
}
.play{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url("../images/play.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.time{
    z-index: 2;
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
}
.video-list li:hover .play{
    opacity: 1;
}
.video-list li:hover .time{
    display: none;
}
.video-list li a>p{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 12px 0 8px;
}
.video-list li a>span{
    color: #666;
    font-size: 12px;
    padding: 0 5px;
}
.detail-tit{
    padding: 40px 0 ;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
.detail-tit h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail-tit p{
    color: #999;

}
.detail-txt{
    line-height: 26px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #e9e9e9;
    text-indent: 2em;
}
.flip{
    margin-top: 20px;

}
.flip a{
    color: #666;
}
.flip a:hover{
    color: #1364b3;
}
.shang{
    float: left;
}
.xia{
    float: right;
}
.news-list2{
    margin-top: 50px;
}
.news-img2{
    position: relative;
    overflow: hidden;
}
.more-link{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.more-link div{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 126px;
    background: #1a91ac;
    color: #fff;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.news-list2 li{
    position: relative;
    margin-bottom: 50px;
}
.news-num{
    width: 72px;
    height: 92px;
    text-align: center;
    position: absolute;
    left: 28px;
    top: -10px;
}
.news-num div{
    width: 100%;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    font-weight: bold;
    background: #1a91ac;
    border-radius: 2px;
}
.news-num span{
    font-weight: bold;
    color: #fff;
    display: block;
    background: #1a1a1a;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.news-list2 li>a{
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 10px;
}
.news-list2 li>p{
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-list2 li>span{
    color: #666;
}
.news-list2 li:hover .more-link{
    opacity: 1;

}
.f-link{
    padding: 10px 5px 5px;
}
.f-link a{
    margin: 0 6px 5px;
    display: inline-block;
}
.f-link span{
    margin-left: 6px;
}