@charset "utf-8";

.subbanner{
    width: 100%;overflow: hidden;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subbanner .wrap{
    max-width: 1240px;padding: 0 20px;margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.subbanner .en{
    color: #1f96e6;font-size: 24px;
}
.subbanner .ch{
    color: #4e7991;font-size: 34px;
}
.subbanner .state{
    color: #999999;font-size: 14px;line-height: 1.8;
    margin-top: 5px;
    max-width: 330px;
}
.subbanner .state2{max-width: 100%;}
.inpage{width: 100%;overflow: hidden;padding: 20px 0 60px;}
.inpage .wrap{max-width: 1240px;margin: 0 auto;padding: 0 20px;}
.location{
    color: #666666;font-size: 14px;
    margin-bottom: 20px;
    background: url(../images/addr.png) no-repeat left center;
    padding-left: 26px;
}
.location a{
    color: #666666;font-size: 14px;
}
.location a:hover{color: #1f96e6;}
.leftbar{
    width: 200px;
}
.rightcon{
    overflow: hidden;
    padding-left: 70px;
}
.bartitle{
    background: url(../images/bg7.png) no-repeat center;
    padding: 18px 16px 10px 16px;
    background-size: auto 100%;
    min-height: 74px;
}
.bartitle .t1{
    color: #fff;font-size: 18px;
    font-weight: bold;
}
.bartitle .t2{
    color: #fff;font-size: 14px;
}
.barlist{
    padding-bottom: 18px;
    background: #f6f6f6;
    border-right: 1px solid #d2d2d2;
    display: block;
}
.barlist li{border-bottom: 1px dashed #dddddd;}

.barlist li .item{
    display: block;color: #333333;font-size: 14px;
    line-height: 48px;
    padding-left: 18px;
    transition: all .3s ease;
    position: relative;
}

.barlist li .item::after{
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 0;
    width: 2px;
    background: #0291dd;
    transition: all .3s ease;
}

.barlist li .item:hover{
    color: #0291dd;
    text-decoration: none;
}
.barlist li .item:hover::after{
    height: 100%;
}
.barlist li.active .item{color: #0291dd;}
.barlist li.active .item::after{height: 100%;}
.barlist li .submenu{display: none;}
.barlist li.active .submenu{display: block;}
.submenu a{
    display: block;
    padding-left: 32px;
    background: url(../images/rr.png) no-repeat 20px center;
    line-height: 48px;
    color: #666666;font-size: 12px;
    position: relative;
}
.submenu a::after{
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 0;
    width: 2px;
    background: #0291dd;
    transition: all .3s ease;
}
.submenu a.on::after, .submenu a:hover::after{height: 100%;}
.submenu a.on,
.submenu a:hover{
    color: #0291dd;
    background: url(../images/rr2.png) no-repeat 20px center;
    text-decoration: none;
}

.submenu .ww .threenav{display: none;}
.submenu .active .on+.threenav{display: block;}
.threenav a{
    background: none;
    color: #666666;font-size: 12px;
    padding-left: 44px;
    line-height: 30px;
    overflow: hidden;height: 30px;
    text-overflow: ellipsis;white-space: nowrap;
}
.threenav a:hover, .threenav a.on{
    background: none;
    color: #0291dd;
    text-decoration: none;
}


.hottel{
    padding: 10px 8px;
    background: url(../images/bg0.png) no-repeat center top;
    border: 1px solid #d2d2d2;
    border-top: 0;
    margin-top: 15px;
}
.hottel .tel{
    background: url(../images/tel3.png) no-repeat center;
    height: 104px;
    color: #fff;font-size: 14px;
    font-weight: bold;
    padding: 25px 0 0 75px;
    line-height: 2;
    margin-bottom: 20px;
}
.hottel .hinfo{
    color: #555555;font-size: 12px;line-height: 1.8;
}
.hottel .hinfo a{color: #555555;font-size: 12px;}
.hottel .hinfo p{
    text-indent: -35px;
    padding-left: 35px;
}


.innews li{margin-bottom: 20px;}
.innews li a{
    display: block;position: relative;
    padding: 20px 140px 20px 20px;
    background: #eeeeee;
}
.innews li .pic{width: 158px;height: 120px;}
.innews li .pic img{width: 100%;height: 100%;}
.innews li .con{
    overflow: hidden;
    padding-left: 25px;
    padding-top: 15px;
}
.innews li .date{
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
    height: 120px;
    text-align: center;
    color: #666666;font-size: 12px;
    border-left: 1px solid #d6d6d6;
    padding-top: 20px;
}
.innews li .date span{font-size: 34px;}
.innews li .date2{color: #666;font-size: 12px;display: none;}
.innews li a:hover .date2{color: #1f96e6;}
.innews li .title{
    color: #333333;font-size: 14px;
    font-weight: bold;
}
.innews li .state{
    color: #666666;font-size: 12px;
    line-height: 1.8;margin-top: 13px;
}
.innews li a:hover .title{color: #1f96e6;}
.innews li a:hover .state{color: #1f96e6;}
.innews li a:hover .date{color: #1f96e6;}
.pages{
    font-size: 0;
    text-align: center;
    padding-top: 50px;
}
.pages a{
    display: inline-block;
    color: #999999;font-size: 16px;
    width: 38px;height: 38px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #eaeaea;
    margin: 0 5px;
}
.pages .ss{width: 88px;}
.pages a:hover, .pages a.active{
    background: #1394d9;color: #fff;
}
.indetail .dtitle{
    text-align: center;
    margin-bottom: 26px;
}
.indetail .dtitle .t1{
    color: #333333;font-size: 24px;
    margin-bottom: 5px;
}
.indetail .dtitle .t2{
    color: #999999;font-size: 12px;
}
.indetail .dcon{
    color: #6e6e6e;font-size: 14px;
    line-height: 1.8;
    padding-bottom: 50px;
}
.indetail .dcon .nn img{margin-right: 70px;}
.switch{
    position: relative;
    padding-right: 200px;
}
.switch .item{
    display: block;
    color: #666666;font-size: 14px;
}
.switch .item+.item{margin-top: 10px;}
.switch .back{
    position: absolute;
    width: 140px;height: 42px;
    color: #fff;font-size: 18px;
    background: #165aa1;
    right: 0;
    top: 50%;
    margin-top: -21px;
    text-align: center;
    line-height: 42px;
}
.switch .item:hover{color: #1394d9;}
.itemimg{
    margin-top: 14px;
    padding-bottom: 6px;
    background: #f6f6f6;
    border-right: 1px solid #d2d2d2;
}
.itemimg .title{
    background: url(../images/bg7.png) no-repeat center;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;margin-right: -1px;
}
.itemimg .title::after{
    content: "";
    width: 4px;
    height: 17px;
    background: #fff;
    top: 15px;
    left: 9px;
    position: absolute;
}
.itemimg li{border-bottom: 1px dashed #dddddd;}
.itemimg li a{
    display: block;
    padding: 10px 0;
}
.itemimg li .tt{
    background: url(../images/xing.png) no-repeat 6px center;
    padding:0 10px 0 30px;
    color: #333333;font-size: 14px;
    transition: all .6s ease;
}
.itemimg .list li.active a .tt{
    color: #0291dd;
    background: url(../images/xing2.png) no-repeat 6px center;
}
.listswiper{
    overflow: hidden;
    height: 125px;
}
.listswiper .imglist{display: none;}
.itemimg .hotswiper li .pic{
    margin: 0 10px 12px 10px;;position: relative;overflow: hidden;
    transition: all ease .3s;
}
.itemimg .hotswiper li .pic img{width: 100%;transition: all ease 3s;}
.hotswiper{width: 100%;overflow: hidden;margin-top: 10px;}


.itemimg .hotswiper li .line{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 9;
    text-align: center;
    padding: 8px;
}
.itemimg .hotswiper li .line p{
    color: #fff;font-size: 16px;
    height: 100%;
    border: 1px solid #fff;
}
.itemimg .hotswiper li .line span{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* .itemimg li.active .pic{
    opacity: 1;
    height: auto;
    -webkit-animation: slideInUp 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: slideInUp 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
} */
.itemimg2 .listswiper2 li .tt{
    background: url(../images/huo.png) no-repeat 10px center;
}
.itemimg2 .listswiper2 li.active a .tt{
    background: url(../images/huo2.png) no-repeat 10px center;
}
.rightcon2{padding-left: 45px;}
.incase li{
    float: left;
    width: 33.3%;
    padding: 0 25px;
    margin-bottom: 45px;
}
.incase li .pic{width: 100%;overflow: hidden;}
.incase li .pic img{
    width: 100%;
    transition: all ease 3s;
}
.incase li a:hover .pic img{
    transform: scale(1.2);
}
.incase li .title{
    margin-top: 20px;
    color: #333333;font-size: 14px;
}
.incase li a:hover .title{color: #0291dd;}
.indetail2 .dtitle{
    text-align: left;
    position: relative;
    padding-right: 172px;
}
.indetail2 .dtitle .t1{font-weight: bold;margin-bottom: 15px;}
.indetail2 .dtitle .t3{color: #333333;font-size: 14px;margin-bottom: 5px;}
.indetail .state{
    text-align: right;color: #333;font-size: 14px;
    padding-top: 15px;
    border-top: 1px dashed #cccccc;
    line-height: 30px;
}
.indetail .state span{font-weight: bold;display: inline-block;vertical-align: middle;}
.indetail .state a{color: #4688e8;font-size: 24px;font-weight: bold;display: inline-block;vertical-align: middle;}
.indetail .state i{display: inline-block;vertical-align: middle;}
.indetail2 .dtitle .back2{
    position: absolute;
    right: 0;
    top: 0;
    color: #1f96e6;font-size: 14px;
    padding-left: 25px;
    background: url(../images/back.png) no-repeat left center;
    line-height: 36px;
}
.about-title{margin-bottom: 40px;}
.about-title .title{
    color: #333333;font-size: 22px;
    margin: 22px 0 18px;
}
.about-title .entitle{
    color: #b6b6b6;font-size: 40px;
    font-family: 'souce';
    line-height: 1.2;
}
.about-title .line{
    width: 62px;height: 1px;
    background: #000000;
}
.manager{padding-right: 10px;}
.manager-list li{
    margin-bottom: 68px;
}
.manager-list .pic{width: 40%;}
.manager-list .pic img{width: 100%;}
.manager-list .con{
    width: 60%;
    padding:8% 28px 12%;
    box-shadow: 3px 5px 18px 0px rgba(0,0,0,.1);
}
.manager-list .name{
    color: #333333;font-size: 30px;font-weight: bold;
}
.manager-list .name span{
    font-weight: normal;
    font-size: 14px;
}
.manager-list .tt{
    color: #333333;font-size: 16px;
    line-height: 1.6;
    text-indent: -80px;
    padding-left: 80px;
    margin-top: 35px;
}
.manager-list .tt span{font-weight: bold;}
.teamshow{width: 100%;overflow: hidden;position: relative;}
.teamshow li .pic img{width: 100%;}
.teamshow li .con{
    position: relative;
    background: #ffffff;
    width: 80%;margin: 0 auto;
    top: -64px;
}
.teamshow li .state{
    background: #0978bd;
    color: #fff;font-size: 14px;
    line-height: 1.6;
    padding: 16px 30px;
}
.teamshow li .tt{
    padding: 0 166px 0 30px;
    color: #333333;font-size: 18px;
    height: 64px;line-height: 64px;
}
.teamshow .btns{
    position: absolute;
    right: 10%;
    z-index: 9;
    padding-right: 25px;
}
.teamshow .btns a{
    width: 64px;text-align: center;
    height: 64px;
    line-height: 64px;
    display: inline-block;
}
.yearcon{margin-top: 60px;}
.yearcon .box{display: none;}
.yearcon .box.open{display: block;}
.his-year{position: relative;padding: 0 32px;margin-top: 20px;}
.his-year .sbtn{
    position: absolute;
    top: 0;z-index: 9;
    height: 36px;
    line-height: 36px;
}
.his-year .prev{left: 0;}
.his-year .next{right: 0;}
.yearswiper{
    width: 100%;overflow: hidden;
}
.yearswiper li{text-align: center;}
.yearswiper li a{
    display: inline-block;
    color: #999999;font-size: 22px;
    height: 36px;
    line-height: 36px;
}
.yearswiper li.active a{
    color: #333333;
    border-bottom: 3px solid #0879e3;
}
.yearcon li .con{overflow: hidden;padding-right: 30px;}
.yearcon .pic{width: 275px;overflow: hidden;}
.yearcon .pic img{width: 100%;}
.yearcon ul{overflow: hidden;}
.yearcon li{margin-bottom: 20px;}
.yearcon li .t1{color: #333333;font-size: 16px;font-weight:bold;margin-bottom: 15px;}
.yearcon li .t2{color: #555;font-size: 16px;}
#map{
    width: 100%;
    height: 455px;
    margin: 30px 0;
}
#map img{max-width: inherit;}
.anchorBL, .BMap_cpyCtrl{display: none;}
.board{margin-top: 50px;}
.board .info{
    margin-bottom: 30px;
    width: 50%;float: left;
}
.board .info .t{
    color: #666;font-size: 15px;
    height: 48px;line-height: 48px;
    width: 94px;
    text-align: right;
    padding-right: 10px;
}
.board .info .t i{color: #c9161c;}
.board .info .con{overflow: hidden;}
.board .info input{
    color: #666;font-size: 15px;
    max-width: 285px;
    height: 48px;
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
}
.board .info input:focus{border: 1px solid #0879e3;}
.board .area{width: 100%;}
.board .area textarea{
    color: #666;font-size: 15px;
    height: 338px;
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 10px;
}
.board .area textarea:focus{border: 1px solid #0879e3;outline: 0;}
.board .yzm{width: 100%;}
.board .yzm input{width: 205px;}
.board .yzm .yzmimg{height: 48px;line-height: 48px;width: 138px;display: inline-block;margin-left: 10px;}
.board .yzm .yzmimg img{width: 100%;height: 44px;}
.board .submit{width: 100%;}
.board .submit a{
    display: block;
    max-width: 362px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #4587e8;
    margin-left: 94px;
    transition: all ease .3s;
}
.board .submit a:hover{
    background: #0978bd;
}
.board .submit button{
    border: none;
    display: block;
    width: 362px;
    max-width: 362px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #4587e8;
    margin-left: 94px;
    transition: all ease .3s;
}
.board .submit button:hover{
    background: #0978bd;
}
.zz-list li{
    width: 33.3%;
    padding: 0 15px;
    float: left;
}
.zz-list li .pic img{width: 100%;}
.zz-list li .con{
    color: #666666;font-size: 14px;line-height: 2;
    margin-top: 24px;
    height: 112px;overflow: hidden;;
}
.sort{font-size: 0;margin-bottom: 30px;}
.sort span{
    display: inline-block;
    color: #666666;font-size: 16px;
    width: 14%;text-align: center;
}
.sort .s1{width: 17%;}
.sort .s2{width: 17%;}
.sort .s7{width: 12%;}
.sort .s3{width: 10%;}
.re-list{margin-bottom: 6px;}
.re-list .zhiwei{font-size: 0;background: #d2e3fd;}
.re-list .zhiwei span{
    display: inline-block;
    height: 50px;line-height: 50px;
    color: #666666;font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 14%;
}
.re-list .zhiwei .z1{width: 17%;}
.re-list .zhiwei .z2{width: 17%;}
.re-list .zhiwei .z3{width: 10%;}
.re-list .zhiwei .z7{
    width:12%;
    background: url(../images/jia.png) no-repeat center;
    color: transparent;
    cursor: pointer;
    transition: all .3s ease;
}
.re-list .zhiwei.on .z7{
    background: url(../images/jian.png) no-repeat center;
}
.re-list .description{
    color: #666666;font-size: 14px;line-height: 1.7;
    padding: 28px 8%;display: none;
}
.re-list .description .tt{font-weight: bold;margin-bottom: 5px;}
.re-list .description p span{font-weight: bold;}
.re-list .description .mail{
    height: 50px;line-height: 50px;
    color: #fff;font-size: 14px;
    background: #739ee1;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
}
.solution{margin: 0 -10px;}
.solution li{
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.solution li .pic{overflow: hidden;}
.solution li .pic img{
    width: 100%;
    transition: all ease 3s;
}
.solution li .con{padding-top: 10px;}
.solution li .t1{
    color: #333333;font-size: 18px;
    margin-bottom: 8px;
}
.solution li .state{
    color: #888888;font-size: 12px;
    line-height: 1.6;height: 57px;overflow: hidden;
}
.solution li a:hover .pic img{transform: scale(1.2);}
.solution li a:hover .t1{color: #1f96e6;}
.solution li a:hover .state{color: #1f96e6;}
.solution-title{
    color: #333333;font-size: 24px;
    font-weight: bold;
    padding-left: 22px;
    background: url(../images/sj3.png) no-repeat left center;
    margin-bottom: 20px;
}
.incase2 li .title{text-align: center;font-size: 16px;}
.incase2 li a:hover .pic{border: 1px solid #1f96e6;}
.incase2 li a .pic{
    border: 1px solid #fff;
    text-align: center;
    height: 200px;line-height: 200px;
}
.incase2 li a .pic img{transition: none;}
.incase2 li a:hover .pic img{transform: scale(1);}
.incase2 li .pic img{width: 160px;height: 160px;}
.topdetail{
    border: 1px dashed #cccccc;
    padding: 30px;
    margin-bottom: 56px;
}
.topdetail .pic{
    text-align: center;
    width: 30%;
}
.topdetail .con{
    overflow: hidden;
    padding-left: 30px;
}
.topdetail .title{
    color: #333333;font-size: 24px;
    margin-bottom: 24px;
}
.topdetail .state{
    color: #333333;font-size: 14px;
    line-height: 1.8;
}
.topdetail .tel{
    padding-left: 54px;
    margin-top: 18px;
    background: url(../images/tel4.png) no-repeat left center;
}
.topdetail .tel .t1{
    color: #0291dd;font-size: 14px;font-weight: bold;
}
.topdetail .tel .t2{
    color: #0291dd;font-size: 22px;font-weight: bold;
}
.equip-tabs{
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 25px;
}
.equip-tabs a{
    display: inline-block;
    color: #666;font-size: 20px;
    border-bottom: 4px solid transparent;
    transition: all ease .3s;
    margin-right: 25px;
    padding-bottom: 6px;
}
.equip-tabs a.active, .equip-tabs a:hover{
    color: #0291dd;
    border-bottom: 4px solid #0291dd;
}
.edetail{
    color: #666666;font-size: 14px;line-height: 2;
}
.edetail .tt{
    font-size: 16px;font-weight: bold;
}
.equip-wrap .box{display: none;}
.equip-wrap .box.open{display: block;}
.equip-wrap .dimg table{width: 100%;}
.ketitle{margin-bottom: 30px;}
.ketitle .title{
    color: #333333;font-size: 24px;
}
.ketitle .entitle{
    color: #999999;font-size: 16px;
}
.baike li{margin-bottom: 20px;}
.baike li .question{
    padding: 12px 20px;
    background: #eeeeee;
}
.baike li .t{
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
.baike li .con{
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
.baike li .answer{padding: 12px 20px;}
.baike li .answer .t{color: #888;}
.baike li .answer .con{color: #888;}
.ketitle2{margin: 50px 0;}





