@charset "UTF-8";

@font-face {
    font-family: hyqh;
    src: url("../font/HYQiHei-65S.otf");
}

body{
    overflow: hidden;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
}
#online{
    display: none;/**/
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 14px;
    transform: translate(-50%,-50%);
    z-index: 11;
}
#online a:hover{
    background-color: #fff;
    color: #666;
}
#online a.on{
    background-color: #fff;
    color: #666;
}
#online a{
    position: absolute;
    top: 55%;
    width: 110px;
    height: 33px;
    border: 1px solid white;
    color: white;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
}
#online .service{
    right: 230px;
}
#online .message{
    right: 70px;
}
#online .close{
    top: 12px;
    right: 12px;
    width: 10px;
    height: 9px;
    background: url("../img/close1.png") no-repeat center/100%;
    cursor: pointer;
}
#guide{
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#guide > img{
    width: 100%;
    height: 100%;
}
#guide .g-nav{
    top: 0;
    left: 50%;
    width: 1700px;
    transform: translateX(-50%);
}
#guide .g-nav .logo{
    width: 124px;
    margin-top: 30px;
}
#guide .g-right{
    margin-top: 55px;
}
#guide .g-right .search{
    width:14px ;
    height: 14px;
    margin-left: -30px;
    background: url("../img/search1.png") no-repeat center/100%;
    cursor: pointer;
}
#guide .g-right > div{
    margin-right: 60px;
}
#guide .g-right input{
    width: 200px;
    height: 30px;
    border: 1px solid transparent;
    border-bottom-color:#fff ;
    background-color: transparent;
    color: white;
    font-size: 14px;
    text-indent: 14px;
}
input[name="color"]::-ms-input-placeholder{
    color: rgba(255,255,255,.5);
}
input[name="color"]:-ms-input-placeholder {
    color: rgba(255,255,255,.5);
}
input[name="color"]:-moz-placeholder {
    color: rgba(255,255,255,.5);
}
input[name="color"]::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
}
#guide .g-right > a{
    margin-right: 15px;
    color: #fff;
}
#guide .g-right i{
    width: 14px;
    height: 14px;
    background: url("../img/link.png") no-repeat center/100%;
}
#guide .g-title{
    top: 25%;
    width: 100%;
    color: white;
    text-align: center;
}
#guide .g-title h2{
    position: relative;
    top: 50px;
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: 3px;
    opacity: 0;
    transition: 1s;
}
#guide .g-title h2.on{
    top: 0;
    opacity: 1;
}
#guide .g-title h2 span{
    font-family: hyqh;
    font-weight: bold;
}
#guide .g-title p{
    position: relative;
    top: 100px;
    font-size: 18px;
    opacity: 0;
    transition: 1s;
}
#guide .g-title p.on{
    top: 0;
    opacity: 1;
}
#guide .right-bottom{
    right: 100px;
    bottom:130px;
}
#guide .right-bottom .email a{
    width:30px ;
    height: 30px;
    background:#0e6fb8 url("../img/email.png") no-repeat center;
    border-radius: 50%;
}
#guide .right-bottom .wechat a{
    width:30px ;
    height: 30px;
    margin-top: 25px;
    background:#0e6fb8 url("../img/weichat.png") no-repeat center;
    border-radius: 50%;
}
#guide .right-bottom > div a:hover ~div{
    opacity: 1;
}
#guide .right-bottom .email div{
    top: -4px;
    right: 40px;
    width: 220px;
    padding: 10px;
    background-color: #133a57;
    font-size: 14px;
    border-radius: 10px;
    color: white;
    opacity: 0;
    transition: 0.3s;
}
#guide .right-bottom .email div:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #133a57;
}
#guide .show{
    left: 50%;
    bottom: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
}
#guide .show i {
    position: relative;
    width: 22px;
    height: 13px;
    margin-bottom: 20px;
    background: url("../img/down1.png") no-repeat center/100%;
    animation: run 1s infinite;
}
@keyframes run {
    0%{top:0 ;}
    100%{top:10px ;}
}




.b-bottom{
    bottom: 0;
    width: 100%;
    height: 53px;
    color: white;
    font-size: 14px;
    line-height: 53px;
    background-color: rgba(0,0,0,.7);
    z-index: 3;
}
.b-bottom > div{
    width: 1200px;
    height: 100%;
    margin:auto;
    overflow: hidden;
}
.b-bottom > div > i{
    float: left;
    width: 19px;
    height: 53px;
    background: url("../img/voice.png") no-repeat center/100%;
}
.b-bottom .content{
    float: right;
    width: 95%;
}
.b-bottom .content .swiper-container1{
    height: 100%;
}
.b-bottom  .swiper-slide a{
    color: #fff;
}
.b-bottom .content .swiper-container1 .swiper-button-prev,
.b-bottom .content .swiper-container1 .swiper-button-next{
    top: 26px;
    width: 11px;
    height: 8px;
    margin-top: -4px;
    background-size: 11px 8px;
}
.b-bottom .content .swiper-container1 .swiper-button-prev{
    background-image: url(../img/up.png);
    right: 20px;
    left: auto;
}
.b-bottom .content .swiper-container1 .swiper-button-next{
    background-image: url(../img/down.png);
    right: 0px;
}
.r-bottom{
    right: 0;
    bottom: 108px;
    width: 200px;
    height: 2px;
    background-color: white;
    z-index: 5;
}
.r-bottom:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: white;
    border-radius: 50%;
}
.r-bottom div{
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #1e91e7;
}
.r-bottom div.on{
    right: 0%;
    transition: 6s;
}
.banner .swiper-container2 .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-container2 .swiper-pagination-custom,
.banner .swiper-container2 .swiper-pagination-fraction{
    right: 230px;
    bottom: 100px;
    left: auto;
    width: unset;
    color: #fff;
}
.banner .swiper-container2 .swiper-pagination-fraction:before,
.banner .swiper-container2 .swiper-pagination-fraction:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    margin-top: -4px;
}
.banner .swiper-container2 .swiper-pagination-fraction:before{
    left: -10px;
    top: 50%;
    background: url("../img/zuo.png") no-repeat center/100%;
}
.banner .swiper-container2 .swiper-pagination-fraction:after{
    right: -10px;
    top: 50%;
    background: url("../img/you.png") no-repeat center/100%;
}
.container {
    width: 1800px;
    margin: auto;
    padding: 40px 0 60px;
}
.container > div{
    width: 31.33%;
    height: 320px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px -10px ;
}
.container > div + div{
    margin-left: 3%;
}
.container > .left{
    background: url("../img/img2.png") no-repeat center/cover;
}
.container > .left > p{
    width: 85%;
    margin: 40px auto 0;
    color: white;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.container > .left > a {
    left: 40px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.container > .left > a span{
    display: inline-block;
    width: 30px;
    height: 9px;
    margin-left: 10px;
    background: url("../img/go.png") no-repeat center top;
    transition: .6s;
}
.container > .left > a:hover span{
    background-position: center bottom;
}
.container > .left > div{
    right: 40px;
    bottom: 20px;
    color: #fff;
    text-align: right;
}
.container > .left > div h3{
    margin-bottom: 5px;
    font-size: 20px;
}
.container > .left > div p{
    color: rgba(255,255,255,.6);
    font-size: 14px;
}
.container .center {
    background:url("../img/bg.png") no-repeat center/cover;
}
.container .center .swiper-slide > div{
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    padding: 15px 20px 15px 35px;
}
.container .center .swiper-slide > div:hover{
    background-color: #0d6fb8;
}
.container .center .swiper-slide > div:hover .left div p{
    border-bottom-color: white;
    color: white;
}
.container .center .swiper-slide > div:hover .left div h4 a{
    color: white;
}
.container .center .swiper-slide > div:hover .left div span{
    color: #fff;
}
.container .center .swiper-slide > div .left{
    width: 90%;
}
.container .center .swiper-slide > div .left div{
    vertical-align: middle;
}
.container .center .swiper-slide > div .left div p{
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    color: #333;
    font-size: 20px;
}
.container .center .swiper-slide > div .left div:nth-of-type(2){
    width: 90%;
    margin-top: 6px;
    margin-left: 3%;
}
.container .center .swiper-slide > div .left div h4{
    font-size: 14px;
}
.container .center .swiper-slide > div .left div h4 a{
    color: #333;
    font-size: 14px;
}
.container .center .swiper-slide > div .left div span{
    color: #333;
    font-size: 12px;
}
.container .center .swiper-slide > div .right{
    width: 30px;
    height: 9px;
    margin-top: 15px;
    background: url("../img/go.png") no-repeat center top;
}
.container .center .left-bottom{
    left: 40px;
    bottom: 20px;
    color: #000;
}
.container .center .left-bottom h3{
    margin-bottom: 5px;
    font-size: 20px;
}
.container .center .left-bottom p{
    font-size: 14px;
    color:rgba(0,0,0,.56);
}
.container .center .swiper-button-next,
.container .center .swiper-button-prev{
    top: auto;
    bottom: 20px;
    left: auto;
    width: 53px;
    height: 37px;
}
.container .center .swiper-button-next{
    right: 20px;
    background:#f2f2f2 url("../img/next1.png") no-repeat center;
}
.container .center .swiper-button-prev{
    right: 73px;
    background:#f2f2f2 url("../img/prv1.png") no-repeat center;
}
.container .center .swiper-button-next.swiper-button-disabled{
    opacity: unset;
    background-image: url("../img/next.png");
}
.container .center .swiper-button-prev.swiper-button-disabled{
    opacity: unset;
    background-image: url("../img/prv.png");
}
.container .right .r-left{
    top:0;
    left: 0;
    width:70% ;
    height: 100%;
}
.container .right .swiper-button-next,
.container .right .swiper-button-prev{
    top: auto;
    bottom: 20px;
    left: auto;
    width: 53px;
    height: 37px;
}
.container .right .swiper-button-next{
    right: 20px;
    background:#f2f2f2 url("../img/next1.png") no-repeat center;
}
.container .right .swiper-button-prev{
    right: 73px;
    background:#f2f2f2 url("../img/prv1.png") no-repeat center;
}
.container .right .swiper-button-next.swiper-button-disabled{
    opacity: unset;
    background-image: url("../img/next.png");
}
.container .right .swiper-button-prev.swiper-button-disabled{
    opacity: unset;
    background-image: url("../img/prv.png");
}
.container .right .swiper-container-horizontal>.swiper-pagination-bullets,
.container .right .swiper-pagination-custom,
.container .right .swiper-pagination-fraction{
    width: unset;
    bottom: 23px;
    left: 40px;
}
.container .right .swiper-pagination-current{
    color: #0d6fb8;
    font-size: 30px;
}
.container .right .swiper-pagination-total{
    color: #808080;
    font-size: 16px;
}

.container .right .r-left .line{
    bottom: 36px;
    right: 126px;
    width: 38%;
    height: 1px;
    background-color: #e6e6e6;
}
.container .right .r-right{
    top:0;
    right: 0;
    width: 30%;
    height: 100%;
    background:#666 url("../img/bg1.png") no-repeat center/100%;
}
.container .right .r-right div{
    top: 25px;
    right: 20px;
    color: white;
    text-align: right;
}
.container .right .r-right div h3{
    margin-bottom: 10px;
    font-size: 20px;
}
.container .right .r-right div p{
    color: rgba(255,255,255,.2);
    font-size: 14px;
}
.container .right .r-right > a{
    right: 15px;
    bottom:30px;
    width: 30px;
    height: 9px;
    background: url("../img/go.png") no-repeat center top;
    transition: .6s;
}
.container .right .r-right > a:hover{
    background-position: center bottom;
}





