﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
  
*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Microsoft YaHei';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000000;
    display: inline-block;
}
.clear{
    clear: both;
}
img{
    border: none;
    vertical-align: bottom;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body{
    background: #f7f7f7;
}
.contact-slide{height:180px;}
/*顶部*/
.top{
    width: 100%;
    height: 30px;
    background: #003dad;
}
.top .top-content{
    width: 1200px;
    margin: 0 auto;
}
.top .top-left{
    font-size: 12px;
    color: #98a8f7;
    line-height: 30px;
}
.top .top-right{
    position: relative;
}
.top .top-right span{
    display: inline-block;
    padding: 0 10px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/top-line.png) no-repeat center right;
    float: left;
}
.top .top-right a{
    font-size: 12px;
    color: #98a8f7;
    line-height: 30px;
    cursor: pointer;

}
.top .top-right a.on-a{
     padding-left: 10px;
     color: #fff;
}
.top .top-right i{
    display: inline-block;
}
.top .top-right .mail-icon{
    width: 16px;
    height: 13px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/mail.png) no-repeat;
}
.top .top-right .search-icon{
    width: 13px;
    height: 13px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/search.png) no-repeat;
    margin-top: 8px;
}

.top .top-right span input{
    width: 165px;
    height:25px ;
    line-height: 25px;
    border: 3px solid #7b9bd7;
    border-radius: 0;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 30px;
    padding-left: 10px;
    z-index: 999;
    outline: none;
    display: none;
}

.top .top-right span input::-webkit-input-placeholder { /* WebKit browsers */
    color: #7b9bd7;
}
.top .top-right span input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7b9bd7;
}
.top .top-right span input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7b9bd7;
}
.top .top-right span input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #7b9bd7;
}

/*导航*/
.nav{
    width: 100%;
    height: 90px;
    border-bottom: 2px solid #f7f7f7;
    background: #ffffff;
}
.nav .nav-content{
    width: 1200px;
    margin: 0 auto;
}
.nav .nav-left{
    margin-top: 15px;
}
.nav .nav-right li{
    float: left;
    position: relative;
}
.nav .nav-right li a{
    font-size: 15px;
    color: #707070;
    padding: 35px 0 35px 55px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.nav .nav-right a::before {
    position: absolute;
    top: 0;
    height: 20px;
    padding: 35px 0 2px;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #e6232b;
    color: #e6232b;
    content: attr(data-hover);
    -webkit-transition: max-width 0.6s;
    -moz-transition: max-width 0.6s;
    transition: max-width 0.6s;
}
.nav-right li a:hover::before,
.nav-right li a:focus::before {
    max-width: 100%;
}

/*banner*/
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet{
    border: 1px solid #fff;
    background: transparent;
}
.banner .swiper-pagination-bullet-active{
    border: 1px solid #fff;
    background: #fff;
}
.banner .swiper-slide{
    position: relative;
}
.slide-info{
    width: 43.75%;
    height: 600px;
    background: #585858;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.slide-padding{
    /*padding: 130px 0 140px 30px;*/
}
.slide-info .slide-title{
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px;
}
.slide-info .slide-content{
    font-size: 16px;
    width: 400px;
    line-height: 28px;
    color: #fff;
    opacity: 0.9;
}
.slide-info .slide-more a{
    font-size: 16px;
    width: 140px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 95px;
}
.animated1{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-timing-function:ease-out;
}
.animated2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function:ease;
}
.swiper-slide-li .slide-info{
    width: auto;
    position: static;
    margin-left: 100px;
    margin-top: 100px;
}
.swiper-slide-li {
    display: none;
}

.main{
    width: 100%;
}
.main .main-content{
    width:1200px;
    margin: 0 auto;
}
.main-content1{
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}


/*首页业务概况*/
.index-business li{
    float: left;
    width: 14.28%;
    text-align: center;;
    transition: all 0.6s ease-out 0s;
    cursor: pointer;
    position: relative;
}
.index-business li a{
    width: 100%;
    padding: 30px 0 12px
}
.index-business li p{
    font-size: 14px;
    color: #87a7e2;
}
.index-business li i{
    display: inline-block;
    height: 35px;
}
.index-business li .bus-icon1{
    width:53px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon1.png) no-repeat;
}
.index-business li .bus-icon2{
    width:46px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon2.png) no-repeat;
}
.index-business li .bus-icon3{
    width:32px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon3.png) no-repeat;
}
.index-business li .bus-icon4{
    width:51px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon4.png) no-repeat;
}
.index-business li .bus-icon5{
    width:29px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon5.png) no-repeat;
}
.index-business li .bus-icon6{
    width:49px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon6.png) no-repeat;
}
.index-business li .bus-icon7{
    width:47px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon7.png) no-repeat;
}
.index-business li a::before{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    border-top: 2px solid #003dad;
    color: #003dad;
    content: '';
    -webkit-transition: max-width 0.6s;
    -moz-transition: max-width 0.6s;
    transition: max-width 0.6s;
}
.index-business li a:hover::before{
    width: 171px;
}
.index-business li:hover{
    background: #ebecef;
}
.index-business li:hover p{
    color: #003dad;
}
.index-business li:hover .bus-icon1{
    width:53px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon11.png) no-repeat;
}
.index-business li:hover .bus-icon2{
    width:46px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon22.png) no-repeat;
}
.index-business li:hover .bus-icon3{
    width:32px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon33.png) no-repeat;
}
.index-business li:hover .bus-icon4{
    width:51px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon44.png) no-repeat;
}
.index-business li:hover .bus-icon5{
    width:29px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon55.png) no-repeat;
}
.index-business li:hover .bus-icon6{
    width:49px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon66.png) no-repeat;
}
.index-business li:hover .bus-icon7{
    width:47px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-icon77.png) no-repeat;
}

.main1{
    margin-top: 60px;
}

.main-left{
    width: 300px;
    margin-right: 30px;
}
.main-middle{
    width: 510px;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.main-right{
    width: 298px;
    margin-left: 20px;
}
.main-title{
    width: 100%;
    height: 18px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/index-line.png) no-repeat left center;
    margin-bottom: 20px;
}
.main-title .mt-left{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 7px;
}
.main-title .mt-right a{
    font-size: 12px;
    color: #585858;
}
.main-title .mt-right .more-icon{
    display: inline-block;
    width:13px ;
    height:13px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/more-icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 3px;
}
.index-video{
    width: 300px;
    height: 220px;
}
.index-video img{
    width: 100%;
}
.index-about .about-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.index-about .about-info{
    font-size: 14px;
    color: #434343;
    line-height: 20px;
}
.index-about .about-info p{
    font-size: 14px;
    color: #434343;
    line-height: 18px;
}
.index-about .about-info img{
    max-width: 100%;
    margin-top: 10px;
}

.index-company{
    position: relative;
}
.index-company .ic-icon{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.index-company .ic-left{
    left: 10px;
}
.index-company .ic-right{
    right: 10px;
    text-align: right;
}
.index-company i{
    display: inline-block;
    width: 9px;
    height:9px ;
    margin-top: 13px;
}
.index-company .il-icon{
    background: url(http://file.hedaweb.com/skin/wl5419/img/xsqy-left-icon.png) no-repeat;
}
.index-company .ir-icon{
    background: url(http://file.hedaweb.com/skin/wl5419/img/xsqy-right-icon.png) no-repeat;
    right: 10px;
    top: 13px;
}
.ic-middle{
    width: 300px;
    height: 36px;
    overflow: hidden;
}
.ic-middle li{
    float: left;
}
.ic-middle li a{
    width: 300px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #7b9bd7;
}

.index-con-img{
    position: relative;
    margin-bottom: 10px;
}
.index-con-info{
    position: absolute;
    top: 20px;
    left: 13px;
}
.index-con-info .p{
    font-weight: bold;
}
.index-contact li{
    font-size: 12px;
    color: #434343;
    line-height: 22px;
}
.online-list{
    padding: 8px 5px;
    background: #ecedf0;
}
.online-list li{
    width: 51px;
    height: 50px;
    background: #dddfe5;
    float: left;
    text-align: center;
    border-right: 1px solid #ecedf0;
    transition: all 0.6s ease-out 0s;
}
.online-list li a{
    font-size: 12px;
    color: #535353;
    padding: 7px 0;
}
.online-list li:last-of-type{
    border-right: none;
}
.online-list li:hover{
    background: #7b9bd7;
}
.online-list li:hover a{
    color: #fff;
}

.com-news{
    position: relative;
}
.com-news-info{
    position: absolute;
    left: 15px;
    top: 80px;
}
.com-news-info .p1{
    font-size: 16px;
}
.com-news-info .p2{
    font-size: 12px;
    font-family: 'Arial';
}
.com-news-info1{
    position: absolute;
    right: 30px;
    left: auto;
    top: 80px;
}
.main2{
    margin: 30px 0 55px;
}
.main-news{
    width: 860px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}

.index-news-left{
    width: 385px;
    height: 300px;
}
.index-news-left img{
    width: 385px;
    height: 300px;
}

.index-news-left .swiper-button-prev{
    position: absolute;
    top: auto;
    bottom:0;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size:auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/news-left-icon.png);
    left: auto;
    right: 30px;
}
.index-news-left .swiper-button-next {
    position: absolute;
    top: auto;
    bottom:0;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size:auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/news-right-icon.png);
    right: 0;
    left: auto;
}

.index-news{
    width: 470px;
    border-top: 1px solid #e5e5e5;
}
.index-news-list p{
    font-size: 16px;
    margin-bottom: 20px;
}
.index-news .in-top{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    padding: 0 10px;
}
.index-news .in-top i{
    display: inline-block;
    width:10px ;
    height:5px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/up-icon.png) no-repeat;
}
.index-news .hide{
    display: none;
}
.index-news .show{
    display: block;
}
.index-news .in-bottom{
    padding: 12px 5px;
    border-bottom: 1px solid #e5e5e5;
}
.index-news .in-bottom .ib-info{
    font-size: 14px;
    line-height: 20px;
}
.index-news .in-bottom .ib-info span{
    color: #e6232b;
}
.color{
    background: #e4e5e9;
}
.com-news1{
    margin-bottom: 5px;
}


/*底部*/
.bottom{
    width: 100%;
    padding: 34px 0;
    background: #fff;
}
.bottom .bottom-content{
    width: 1200px;
    margin: 0 auto;
}
.bottom .fl p{
    font-size: 12px;
    line-height: 20px;
}
.bottom .fl  img{
    margin-bottom: 20px;
}
.bottom  .bom-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.bom2{
    width: 335px;
    margin: 0 60px;
}
.bom2 .com-info{
    font-size: 12px;
    line-height: 23px;
}
.bottom .fr{
    text-align: right;
}
.bottom .fr p{
    margin-top: 5px;
    font-size: 13px;
}

.bdsharebuttonbox1 .a2{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon1.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox1 .a1{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon2.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox1 .a3{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon3.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox1 .a2:hover{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon11.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox1 .a1:hover{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon22.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox1 .a3:hover{
    width: 26px;
    height: 26px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/share-icon33.png) no-repeat;
    padding-left: 0;
    margin: 0 5px 0 0;
}
.bottom select{
    width: 272px;
    padding-left: 10px;
    height: 33px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(http://file.hedaweb.com/skin/wl5419/img/select.png) no-repeat;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    margin: 13px 0;
}
.bottom select option{
    outline: none;
    font-size: 12px;
}



/*公司简介*/
.p50{
    padding: 50px 0;
}
.inner-banner{
    width: 100%;
}
.inner-banner img{
    width: 100%;
}

.main-menu{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d2d2d2;
}
.left_menu{
    width: 100%;
}
.left_menu ul{
    overflow: hidden;
}
.left_menu ul li{
    float: left;
    text-align: center;
    line-height: 50px;
    background: url(http://file.hedaweb.com/skin/wl5419/img/inner-line.png) right center no-repeat;
}
.left_menu ul li a{
    width: 100%;
}
.left_menu ul li:last-of-type{
    background:none;
}
.left_menu ul li a.on{
    border-bottom: 2px solid #003dad;
}
.about-menu li{
    width: 14.286%;
}
.about-content{
    padding-top: 30px;
}
.about-content .about-p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
.about-content  p{
    font-size: 14px;
    line-height: 22px;
}
.about-content img{
    max-width: 100%;
}
.p50 .about-content{
    padding-top: 0;
}
.about-content a{
    font-size: 13px;
    color: #003dad;
   text-decoration: underline;
}


/*业务领域*/
.business-list{
    margin-top: 20px;
}
.business-list li{
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.business-list li.last-li{
    margin-right: 0;
}
.business-list li img{
    width:100%;
    height:auto;
    display:block;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.business-list .bus-info{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #7b9bd7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.business-list .bus-info .fl{
    color: #fff;
    font-size: 16px;
}
.business-list .bus-info .next-icon{
    display: inline-block;
    width:9px ;
    height:9px ;
    background: url(http://file.hedaweb.com/skin/wl5419/img/xsqy-right-icon.png) no-repeat;
}
.business-list li:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.business-menu li{
    width: 14.28%;
}

/*新闻动态*/

.news-menu li{
    width: 50%;
}

.news-list{

}
.news-list li{
    float: left;
    width: 380px;
    position: relative;
    padding-right: 30px;
    margin-bottom: 182px;
}
.news-list li.last-li{
    padding-right: 0;
}
.news-list .news-img{
    width: 380px;
    height: 253px;
    overflow: hidden;
}
.news-list .news-img img{
    display: block;
    width: 380px;
    height: 253px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list .news-img .news-bg{
    width: 380px;
    height: 253px;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.news-list li a::after {
    content: "查看更多 >";
    width: 70px;
    height:25px;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    margin-left: -50px;
    border-image: initial;
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}

.news-list .news-info{
    padding: 20px 30px 30px 0;
    position: absolute;
    height: 105px;
    width:380px;
    bottom: -152px;
    margin-top: 0;
    top: auto;
    border-bottom: 1px solid #d2d2d2;
}
.news-list li.last-li .news-info{
    padding-right: 0;
}
.news-list .news-info .news-title{
    font-size: 16px;
}
.news-list .news-info .news-time{
    font-size: 12px;
    margin: 15px 0;
}
.news-list .news-info .news-content{
    font-size: 14px;
    color: #535353;
}
.news-list li:hover .news-bg{
    background: rgba(123,155,215,.9);
}
.news-list li:hover .news-img img {transform: scale(1.1, 1.1)}
.news-list li:hover a::after { margin-top: -26px; top: 50%; opacity: 1; }

/*分页*/
.page-main{
    width: 100%;
}
.page-main .page{
    width: 820px;
    margin: 0 auto;
    text-align: center;
}
.page-main .page span{
    font-size: 12px;
    margin-right: 5px;
}
.page-main .page span a{
    font-size: 12px;
}
.page-main .page .JZD_PAGE_NEXT{
    display: inline-block;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #757575;
    border: 1px solid #d2d2d2;
}
.page-main .page .JZD_PAGE_SHUZIYE{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #d2d2d2;
}
.page-main .page .JZD_PAGE_DISABLED{
    background: #8d8e8f;
    color: #fff;
}
.page-main .page .JZD_PAGE_GONG ,.JZD_PAGE_PREVIOUS,.JZD_PAGE_ZONGSHU,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_NUMBER,.JZD_PAGE_XIEGANG,.JZD_PAGE_YE,.JZD_PAGE_ZHUANGDAO,.JZD_PAGE_SELECT,.JZD_PAGE_SELECT_YE,.JZD_PAGE_LAST,.JZD_PAGE_FIRST{
    display: none;
}

/*人力资源*/
.join-table{
    margin: 20px 0 50px;
}
.join-table table th{
    text-align: left;
    font-weight: normal;
    color: #003dad;
    height: 50px;
    padding-left: 20px;
    background: #dcdcdc;
}
.join-table table td{
    padding-left: 20px;
    font-size: 12px;
    height: 50px;
    border-bottom: 1px dashed #939393;
    cursor: pointer;
}
.join-table table tr a{
    transition: all ease-out .5s;
}
.join-table table tr:hover td a{
    color: #003dad;
}

/*联系方式*/
.contact-map{
    margin: 30px 0;
}
.contact-map img{
  width:880px;
  height:256px;

}
.contact-fr{
    background: #7b9bd7;
    padding: 20px;
    width: 280px;
    height: 216px;
}
.contact-fr li{
    margin-bottom: 10px;
}
.contact-fr p{
    color: #fff;
}
.contact-title{
    font-size: 18px;
    color: #fff;
   border-bottom: 1px solid #a3b9e3;
    padding-bottom: 20px;
    margin-bottom: 21px;
}

.contact-box{
    width: 275px;
    float: left;
    padding-right:15px ;
    margin-top: 15px;
    cursor: pointer;
    border-right: 1px solid #c6c6c6;
}
.contact-box.last-box{
    padding-right: 0;
    border-right: 0;
}
.contact-box p{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-box .fl{
    display: inline-block;
    float: left;
    font-size: 13px;
}
.contact-box .cl{
    margin-left: 45px;
    font-size: 13px;
}
.contact-box li{
    font-size: 13px;
    line-height: 25px;
}

/*在线留言*/
.send{ font-family:微软雅黑; font-size:16px; font-weight:bold; padding-left:5px}
.line{ border-bottom:solid 1px #acacac; margin-top:30px}
.msg_title{font-family:微软雅黑; font-size:14px; font-weight:bold; padding-top:30px}
.msg_title span{ margin-right:100px}
.msg_list{ margin-top:30px}
.msg_name{ float:left; width:130px}
.msg_info{ float:left; line-height:30px; width:1070px}
.msg_info span{ color:#003ead}
.msg_title1{font-family:微软雅黑; font-size:16px; font-weight:bold; padding-top:30px}
.msg{ margin-top:30px}
.msg table{ width:100%}
.msg tr{ width:100%; height:40px}
.msg .txt{ width:600px; height:30px}
.msg .but{ width:200px; height:35px; background-color:#6288d9; color:#FFF; border:0 none}


.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}
.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url(http://file.hedaweb.com/skin/wl5419/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}
}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}
}
  


