/*全局样式*/
@charset "utf-8";

@font-face {
    font-family:'After Disaster';
    src: url(../font/After-Disaster.ttf);
}
@font-face {
    font-family:'Impact';
    src: url(../font/impact.ttf);
}
html {
    overflow-x:hidden;
}
html.active,
body.active{
    overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}
.container-fluid {
    max-width:1230px !important;
}
.container-fluid-2{
    max-width:1510px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-box{
    position: absolute;
    border-bottom:1px solid rgba(0, 0, 0, .1);
    padding:0 80px;
    width:100%;
    top:0;
    left:0;
    z-index:100;
}
.logo-box .logo{
    width:12%;
    height:110px;
    line-height:110px;
    padding-right:30px;
    border-right:1px solid rgba(0, 0, 0, .1);
}
.logo-box .logo a{
    position: relative;
    z-index:100;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .but-box{
    border-left:1px solid rgba(0, 0, 0, .1); 
    height:110px;
    display:flex;
    align-items:center;
}
.logo-box .but-box ul{
    width:100%;
}
.logo-box .but-box ul li{
    margin-left:30px;
    position:relative;
}
.logo-box .but-box ul li a{
    display:block;
    width:30px;
    height:30px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.logo-box .but-box ul li a img{
    max-width:100%;
    max-height:100%;
}
.logo-box .but-box ul li a .icon-2{
    display:none;
}
.logo-box .but-box ul li:hover a .icon-1{
    display:none;
}
.logo-box .but-box ul li:hover a .icon-2{
    display:inline;
}
.logo-box .but-box ul li:hover form{
    opacity:1;
    visibility:initial;
}
.logo-box .but-box ul li:hover form .con{
    left:0;
}
.logo-box .but-box ul li form{
    width:300px;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
    overflow: hidden;
    opacity:0;
    visibility: hidden;
    transition:all .3s;
}
.logo-box .but-box ul li form .con{
    width:100%;
    position:relative;
    left:100%;
    transition:all .3s;
}
.logo-box .but-box ul li form input{
    width:calc(100% - 50px);
    height:40px;
    background:#fff;
    border:none;
    padding:0 10px;
}
.logo-box .but-box ul li form button{
    width:50px;
    height:40px;
    background:#0163b2;
    border:none;
    color:#fff;
    padding:0;
}


nav{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    text-align:center;
    padding:0 300px;
}
nav ul{
    font-size:0;
}
nav ul li{
    width:16.66%;
    text-align:center;
    float: left;
}
nav ul li a{
    display:block;
    line-height:30px;
    font-size:16px;
    color:#000;
    transition:all .3s;
}
nav ul li a span{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:13px;
    line-height:18px;
}
nav ul li a:hover,
nav ul li a.active{
    color:#e20000;
}


/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .but{
    width:66px;
    height:47px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    left:-66px;
    margin-top:-23px;
    transition:all .3s;
    outline:none;
    background:rgba(51, 51, 51, .6) url(../images/icon1.png) no-repeat center center;
}
.banner .swiper-button-next{
    left:auto;
    right:-66px;
    transform:rotateY(180deg);
}
.banner .but:hover{
    background-color:rgba(226, 0, 0, .6);
}
.banner:hover .swiper-button-prev{
    left:0;
}
.banner:hover .swiper-button-next{
    right:0;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    outline:none;
}

.main1-con{
    position: relative;
    margin-top:-71px;
    z-index:100;
    
}
.main1-con::before{
    content:"";
    width:1000%;
    height:100%;
    background:#0163b2;
    position:absolute;
    top:0;
    right:0;
    box-shadow:0 0 0 12px rgba(255, 255, 255, .3);
}
.main1-con::after{
    content:"";
    width:1000%;
    height:calc(50% + 12px);
    position:absolute;
    right:0;
    bottom:0;
    box-shadow:12px 12px 0 #adcae2;
}
.main1-con ul{
    position:relative;
    z-index:10;
}
.main1-con ul li{
    width:25%;
    text-align:center;
    padding:30px 0;
    position:relative;
    transition:all .3s;
}
.main1-con ul li::before{
    content:"";
    width:2px;
    height:60px;
    border-left:1px solid rgba(0, 0, 0, .2);
    border-right:1px solid rgba(255, 255, 255, .2);
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    transition:all .3s;
}
.main1-con ul li:first-child::before{
    display:none;
}
.main1-con ul li h5{
    line-height:1;
}
.main1-con ul li h5 b{
    font-size:48px;
    font-family:"After Disaster";
    color:#fff;
    font-weight:normal;
}
.main1-con ul li h5 span{
    color:#fff;
    position: relative;
    margin-left:10px;
    position:relative;
    top:-10px;
}
.main1-con ul li h5 span::before,
.main1-con ul li h5 span::after{
    content:"/";
    position: absolute;
    bottom:100%;
    left:5px;
    transform:rotate(25deg);
    font-size:12px;
}
.main1-con ul li h5 span::after{
    bottom:auto;
    top:100%;
}
.main1-con ul li p{
    color:rgba(255, 255, 255, .5);
    display:inline-block;
    position:relative;
    margin-top:18px;
    line-height:1;
}
.main1-con ul li p::before,
.main1-con ul li p::after{
    content:"";
    width:22px;
    height:1px;
    background:rgba(255, 255, 255, .3);
    position:absolute;
    top:50%;
    right:100%;
    margin-right:9px;
}
.main1-con ul li p::after{
    right:auto;
    left:100%;
    margin:0 0 0 9px;
}
.main1-con ul li:hover{
    background:#e20000;
}
.main1-con ul li:hover::before,
.main1-con ul li:hover + li::before{
    opacity:0;
}


.title1{
    background:#f7f7f7;
    padding:70px 0 80px;
    text-align:center;
}
.title1 .con{
    overflow: hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 p{
    margin:10px 0 20px;
}
.title1 p span{
    font-size:12px;
    color:#999;
    font-family:"Arial";
    position:relative;
}
.title1 p span::before,
.title1 p span::after{
    content:"";
    width:30px;
    height:1px;
    background:#e5e5e5;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.title1 p span::after{
    right:auto;
    left:100%;
}
.title1 .text span{
    font-size:18px;
    color:#999;
    position:relative;
}
.title1 .text span::before,
.title1 .text span::after{
    content:"";
    width:137px;
    height:21px;
    background:url(../images/icon5.png) no-repeat;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
    margin-right:10px;
}
.title1 .text span::after{
    background:url(../images/icon5-2.png) no-repeat;
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.title1-2{
    background:none;
}

.title2{
    padding:70px 0 60px;
    text-align:center;
    position:relative;
    z-index:2;
}
.title2 h5{
    font-size:30px;
    font-weight:bold;
    color:#0163b2;
}
.title2 p{
    font-size:18px;
    font-family:"Arial";
    margin-top:10px;
    line-height:20px;
}

.bg-1{
    background:url(../images/bg1.jpg) no-repeat center center /cover;
    border-top:1px solid #ebebeb;
    padding-bottom:288px;
}

.main2-con{
    position:relative;
}
.main2-con img.feiji{
    position:absolute;
    top:-90px;
    left:-185px;
    transition:all .3s;
}
.main2 .con-box{
    background:rgba(255, 255, 255, .5);
    border:1px solid #fff;
    padding:29px;
    position:relative;
    z-index:2;
}
.main2 .con-box .con{
    background:rgba(255, 255, 255, .8);
    padding:40px;
}
.main2 .con-box .text-box{
    color:#333;
    line-height:28px;
    height:416px;
    overflow:auto;
}
.main2 .con-box .con .text-en{
    font-size:12px;
    color:#999;
    line-height:16px;
}

.nav1{
    position:relative;
    margin-top:104px;
}
.nav1::before{
    content:"";
    width:calc(100% + 240px);
    height:calc(100% - 7px);
    background:#004e8c;
    position:absolute;
    top:16px;
    left:-120px;
}
.nav1 .swiper-container{
    padding-top:16px;
}
.nav1 .swiper-slide{
    position:relative;
    transition:all .3s;
}
.nav1 .swiper-slide::before{
    content:"";
    width:1px;
    height:48px;
    background:rgba(255, 255, 255, .3);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    z-index:10;
    transition:all .3s;
}
.nav1 .swiper-slide::after{
    content:"";
    width:100%;
    height:32px;
    background:#e20000;
    position:absolute;
    top:-14px;
    left:0;
    border-radius:50%;
    transition:all .3s;
    opacity:0;
}
.nav1 .swiper-slide:first-child::before{
    display:none;
}
.nav1 .swiper-slide a{
    display:block;
    line-height:85px;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    background:#0163b2;
    text-align:center;
    position:relative;
    z-index:2;
    transition:all .3s;
}
.nav1 .swiper-slide:hover a{
    background:#e20000;
}
.nav1 .swiper-slide:hover::before,
.nav1 .swiper-slide:hover + .swiper-slide::before{
    opacity:0;
}
.nav1 .swiper-slide:hover::after{
    opacity:1;
}

.main3 .title1{
    padding:106px 0 60px;
}
.main3 ul{
    font-size:0;
    text-align:center;
    margin:0 -10px;
}
.main3 ul li{
    width:20%;
    display:inline-block;
    padding:0 10px;
    margin-bottom:10px;
    position:relative;
}
.main3 ul li:nth-child(5),
.main3 ul li:last-child{
    opacity:0;
    visibility: hidden;
}
.main3 ul li:nth-child(n+1):nth-child(-n+4),
.main3 ul li:nth-child(n+11):nth-child(-n+14){
    left:10%;
}
.main3 ul li a,
.main3 .swiper-slide a{
    display:block;
    border:1px solid #e9e9e9;
    border-radius:5px;
    background:#fff;
    overflow: hidden;
    transition:all .3s;
}
.main3 ul li a:hover,
.main3 .swiper-slide a:hover{
    border-color:#e20000;
}
.main3 ul li a:hover .img,
.main3 .swiper-slide a:hover .img{
    transform:scale(.9);
}
.main3 .swiper-pagination{
    bottom:-50px;
    width:100%;
}
.main3-con{
    position:relative;
}
.main3-con .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#0163b2;
    position:relative;
    margin:0 5px;
    opacity:1;
    outline:none;
}
.main3-con .swiper-pagination-bullet-active{
    background:#e20000;
}
.main4 .title1{
    padding:350px 0 60px;
}
.main4 .swiper-container{
    padding:1px;
}
.main4-con{
    position:relative;
}
.main4-con .but{
    width:60px;
    height:60px;
    background:url(../images/jt1.png) no-repeat;
    margin-top:-30px;
    left:-80px;
    opacity:1;
    outline:none;
}
.main4-con .but-next{
    transform:rotateY(180deg);
    left:auto;
    right:-80px;
}

.main7 .main4-con .but{
    background:url(../images/jt2.png) no-repeat;
}

.news1{
    display:block;
    border:1px solid #e9e9e9;
    border-radius:20px;
    background:#fff;
    padding:17px;
}
.news1 .imgbox{
    border-radius:15px;
    overflow: hidden;
}
.news1:hover{
    border-color:#3d9cf1;
}
.news1:hover .img{
    transform:scale(1.1);
}


.bg-2{
    background:url(../images/bg2.jpg) no-repeat center center/cover;
    padding-bottom:400px;
}

.bg-3{
    background:url(../images/bg3.jpg) no-repeat center center/cover;
    padding-bottom:400px;
}

.bg-4{
    background:url(../images/bg4.jpg) no-repeat center center/cover;
    padding-bottom:400px;
}

.bg-5{
    background:url(../images/bg5.jpg) no-repeat center center/cover;
    padding-bottom:400px;
}

.main5 .title1{
    padding:70px 0 60px;
}
.main5 ul{
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
    background:#fff;
}
.main5 ul li:nth-child(1){
    width:41%;
}
.main5 ul li:nth-child(1) .imgbox{
    display:block;
    overflow:hidden;
}
.main5 ul li:nth-child(1) .imgbox .img{
    height:400px;
}
.main5 ul li:nth-child(1) .imgbox:hover .img{
    transform:scale(1.1);
}
.main5 ul li:nth-child(2){
    width:59%;
    padding:60px 40px 0;
}
.main5 ul li:nth-child(2) .text-box{
    overflow:auto;
    color:#333;
    line-height:30px;
    height:300px;
}
.main5 ul li:nth-child(2) .text-box .text-en{
    font-size:12px;
    color:#999;
    line-height:14px;
}

.main6 .title1{
    padding:96px 0 60px;
}
.main6 .swiper-container{
    padding:10px;
    margin:0 -10px;
}
.news2{
    display:block;
    text-align:center;
}
.news2 .imgbox{
    overflow: hidden;
    border:3px solid #fff;
    box-shadow:0 0 5px rgba(0, 0, 0, .3);
}
.news2 h5{
    font-size:18px;
    color:#000;
    line-height:30px;
    margin-top:5px;
}
.news2 p{
    font-size:12px;
    color:#000;
    line-height:14px;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5,
.news2:hover p{
    color:#0163b2;
}

.main7 .title1{
    padding:340px 0 60px;
}
.news3{
    display:block;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    font-size:18px;
    color:#000;
    line-height:25px;
    margin-top:10px;
    text-align:center;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#0163b2;
}

.main8{
    background:url(../images/bg6.jpg) no-repeat center center/cover;
    padding:580px 15px 400px;
}
.main8-con{
    max-width:1000px;
    margin:0 auto;
    border-radius:10px;
    padding:30px;
    background:rgba(255, 255, 255, .5);
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
}
.main8-con .con-box{
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.main8-con .con-box .title{
    background:#0163b2;
    text-align:center;
    color:#fff;
    padding:30px 0;
}
.main8-con .con-box .title h5{
    font-size:30px;
    font-weight:bold;
}
.main8-con .con-box .title p{
    font-size:20px;
    font-family:"Bell MT";
    margin-top:5px;
}
.main8-con .con-box ul{
    padding:0 50px;
    overflow:auto;
    height:1137px;
}
.main8-con .con-box ul li{
    padding:50px 0;
    text-align:center;
    border-bottom:1px solid #e5e5e5;
}
.main8-con .con-box ul li:last-child{
    border-bottom:none;
}
.main8-con .con-box ul li .bt{
    font-size:20px;
    font-weight:bold;
    padding-bottom:40px;
    position: relative;
    margin-bottom:20px;
}
.main8-con .con-box ul li .bt::before{
    content:"";
    width:3px;
    height:24px;
    background:#000;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.main8-con .con-box ul li .text{
    font-size:16px;
    line-height:30px;
}

.main9{
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    top:-100%;
    left:0;
    z-index:9000;
    display:flex;
    align-items:center;
    transition:all .5s;
}
.main9.active{
    top:0;
}
.main9-con{
    background:#fff;
    position:relative;
}
.main9-con i.icon-plus{
    position:absolute;
    top:5px;
    right:5px;
    font-size:25px;
    transform:rotate(45deg);
    cursor: pointer;
    transition:all .3s;
}
.main9-con i.icon-plus:hover{
    color:red;
}
.main9 ul li{
    width:50%;
    height:450px;
    padding:10px;
}
.main9 ul li .img{
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.main9 ul li:nth-child(2){
    padding:30px 40px 0 10px;
}
.main9 ul li .text{
    line-height:28px;
    height:392px;
    overflow:auto;
}

footer{
    background:#0163b2;
}
footer .top{
    padding:20px 60px;
}
footer .top ul{
    font-size:0;
}
footer .top ul li{
    display:inline-block;
    margin-right:40px;
    vertical-align:top;
}
footer .top ul li a{
    font-size:14px;
    color:#fff;
    line-height:20px;
    transition:all .3s;
}
footer .top ul li a:hover{
    color:#fffc00;
}
footer .top dl{
    font-size:0;
}
footer .top dl dd{
    display:inline-block;
    vertical-align:top;
    margin-left:13px;
}
footer .top dl dd a{
    display:block;
    width:20px;
    height:20px;
    color:#0163b2;
    text-align:center;
    line-height:20px;
    transition:all .3s;
    background:#fff;
    border-radius:50%;
    font-size:14px;
}
footer .top dl dd a:hover{
    background:#fffc00;
}
footer .middle{
    border-top:1px solid rgba(255, 255, 255, .15);
    padding:0 60px;
}
footer .middle .con-box{
    margin:0 -30px;
}
footer .middle .con-box .con{
    padding:40px 30px;
} 
footer .middle .con-box .con1{
    width:420px;
}
footer .middle .con-box .con1 img.weixin{
    width:120px;
    height:120px;
    border:5px solid #fff;
}
footer .middle .con-box .con1 .phone{
    margin-left:20px;
    padding-left:30px;
    position: relative;
}
footer .middle .con-box .con1 .phone .bt{
    position:absolute;
    top:0;
    left:0;
    width:15px;
}
footer .middle .con-box .con1 .phone .bt span{
    font-size:12px;
    color:#fff;
    display:inline-block;
    transform-origin:top 0;
    transform:rotate(90deg);
    position:relative;
    top:20px;
    left:-18px;
}
footer .middle .con-box .con1 .phone p{
    color:#fff;
}
footer .middle .con-box .con1 .phone h4{
    font-size:26px;
    color:#fff;
    font-family:"Impact";
    margin:10px 0 15px;
}
footer .middle .con-box .con1 .phone h5{
    font-size:20px;
    color:#fffc00;
    font-weight:bold;
}
footer .middle .con-box .con2{
    width:500px;
    border-left:1px solid rgba(255, 255, 255, .15);
    border-right:1px solid rgba(255, 255, 255, .15);
}
footer .middle .con-box .con2 ul li{
    font-size:13px;
    color:#fff;
    line-height:32px;
}
footer .middle .con-box .con2 ul li i{
    font-size:13px;
    margin-right:10px;
}
footer .middle .con-box .con3{
    width:calc(100% - 920px);
}
footer .middle .con-box .con3 p{
    color:#fff;
    margin-bottom:15px;
}
footer .middle .con-box .con3 form{
    width:100%;
}
footer .middle .con-box .con3 form input{
    width:calc(100% - 130px);
    height:54px;
    background:rgba(255, 255, 255, .5);
    border:none;
    -webkit-appearance:none;
    appearance:none;
    color:#fff;
    padding:0 10px;
    border-radius:0;
}
footer .middle .con-box .con3 form button{
    width:130px;
    height:54px;
    background:#fff;
    color:#000;
    font-size:18px;
    border:none;
    padding:0;
    transition:all .3s;
    border-radius:0;
}
footer .middle .con-box .con3 form button:hover{
    background:#fffc00;
}
footer .bottom{
    background:#014479;
    color:#fff;
    font-size:12px;
    line-height:18px;
    padding:20px 60px;
}
footer .bottom a{
    color:#fff;
    transition:all .3s;
}
footer .bottom a:hover{
    color:#fffc00;
}







/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* 右侧悬浮 */
.suspend_nav{
    background: #0163b2;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index:8000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #031e33;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #0163b2;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0163b2;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #0163b2;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0163b2;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #0163b2;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0163b2;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media (max-width:1640px){
    .main4-con .but{
        display:none;
    }
}
@media (max-width:1600px){
    nav ul li a{
        padding:0 15px;
    }
    .main2-con img.feiji{
        display:none;
    }
}
@media (max-width:1440px){
    .logo-box{
        padding:0 30px;
    }
    nav{
        padding:0 200px;
    }
    nav ul li a{
        font-size:14px;
    }
    nav ul li a span{
        font-size:12px;
    }
    footer .top,
    footer .bottom{
        padding:20px 30px;
    }
    footer .middle{
        padding:0 30px;
    }
    footer .middle .con-box .con2{
        width:350px;
    }
    footer .middle .con-box .con3{
        width:calc(100% - 770px);
    }
    footer .middle .con-box .con3 form input{
        width:calc(100% - 100px);
    }
    footer .middle .con-box .con3 form button{
        width:100px;
    }
}
@media (max-width:1230px){
    .logo-box{
        padding:0 15px;
    }
    nav{
        padding:0 200px 0 150px;
    }
    nav ul li a{
        padding:0 10px;
    }
    footer{
        text-align:center;
    }
    footer .top ul,
    footer .top dl{
        float:none !important;
    }
    footer .top ul li{
        margin:0 15px 10px;
    }
    footer .top dl dd{
        margin:10px 5px 0;
    }
    footer .middle{
        padding:0 15px;
    }
    footer .middle .con-box{
        margin:0;
    }
    footer .middle .con-box .con{
        width:100% !important;
        padding:15px 0;
    }
    footer .middle .con-box .con2{
        height:auto !important;
        border:none;
    }
    footer .top, footer .bottom{
        padding:20px 15px;
    }
    footer .middle .con-box .con1 img.weixin,
    footer .middle .con-box .con1 .phone{
        float:none !important;
    }
    footer .middle .con-box .con1 .phone{
        padding:0;
        margin:20px 0 0 0;
    }
    footer .middle .con-box .con1 .phone .bt{
        display:none;
    }
    footer .bottom{
        margin-top:10px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }

    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }

    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #0163b2;
    }

    header .sjdnav li:last-child {
        border: none;
    }

    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #0163b2;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #0163b2;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .logo-box{
        position:initial;
        border:none;
    }
    .logo-box .logo{
        width:60%;
        height:100px;
        line-height:100px;
        border:none;
    }
    .main1-con{
        margin-top:20px;
        background:#0163b2;
    }
    .main1-con::before,
    .main1-con::after{
        display:none;
    }
    .main3 ul{
        margin:0 -5px;
    }
    .main3 ul li{
        padding:0 5px;
        width:25%;
    }
    .main3 ul li:nth-child(n+1):nth-child(-n+4), 
    .main3 ul li:nth-child(n+11):nth-child(-n+14){
        left:0;
    }
    .main3 ul li:nth-child(5), .main3 ul li:last-child{
        opacity:1;
        visibility:initial;
    }
    .bg-1{
        background:none;
        padding-bottom:0;
    }
    .main2,
    .main4{
        background:#d3ebfd;
    }
    .main4{
        padding-bottom:80px;
    }
    .nav1{
        margin-top:80px;
    }
    .main3{
        padding-bottom:70px;
    }
    .main3 .title1{
        padding:80px 0 60px;
    }
    .main4 .title1{
        padding:80px 0 60px;
    }
    .bg-2,
    .bg-3,
    .bg-4,
    .bg-5{
        background:none;
        padding-bottom:0;
    }
    .main5 ul li{
        width:100% !important;
    }
    .main5 ul li:nth-child(1) .imgbox .img{
        height:auto;
    }
    .main5 ul li:nth-child(2){
        padding:20px;
    }
    .main5 ul li:nth-child(2) .text-box{
        height:auto;
        max-height:300px;
    }
    .main6{
        background:#d3ebfd;
        margin-top:70px;
        padding-bottom:60px;
    }
    .main6 .title1{
        padding:70px 0 50px;
    }
    .main7{
        padding-bottom:70px;
        background:#d3ebfd;
    }
    .main7 .title1{
        padding:70px 0 60px;
    }
    .main8{
        padding:70px 15px;
    }
    .main8-con .con-box ul{
        height:auto;
        max-height:1137px;
    }
    .main9-con{
        position:absolute;
        width:100%;
        height:100vh;
        top:0;
        left:0;
    }
    .main9{
        display:block;
    }
    .main9 ul{
        width:100%;
        height:100%;
    }
    .main9 ul li{
        width:100%;
        padding:10px;
        height:auto;
        
    }
    .main9 ul li:nth-child(1){
        height:300px;
    }
    .main9 ul li:nth-child(2){
        height:calc(100% - 300px);
        padding:10px;
    }
    .main9 ul li .text{
        height:100%;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }

    header .sjdnav {
        top: 80px;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
    }

    header .ydd_btn span {
        height: 4px;
    }

    header .ydd_btn span.span02 {
        margin: 3px 0;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    .main1-con ul li{
        width:50%;
        padding:15px 0;
    }
    .main1-con ul li h5 b{
        font-size:30px;
    }
    .main1-con ul li h5 span{
        font-size:12px;
        top:-6px;
    }
    .main1-con ul li p{
        font-size:12px;
    }
    .title1{
        padding:30px 0;
    }
    .title1 .text span::before, 
    .title1 .text span::after{
        display:none;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        margin:5px 0 10px;
    }
    .title1 .text span{
        font-size:14px;
    }
    .title2{
        padding:30px 0;
    }
    .title2 h5{
        font-size:20px;
    }
    .title2 p{
        font-size:14px;
    }
    .main2 .con-box{
        padding:10px;
    }
    .main2 .con-box .text-box{
        height:auto;
        max-height:416px;
    }
    .main2 .con-box .con{
        padding:15px;
    }
    .nav1{
        margin-top:20px;
    }
    .nav1 .swiper-slide a{
        line-height:50px;
        font-size:16px;
    }
    .main3{
        padding-bottom:50px;
    }
    .main3 .title1{
        padding:40px 0 30px;
    }
    .main3 ul li{
        width:33.33%;
    }
    .main3-2 .title1{
        padding:30px 0;
    }
    .main4 .title1{
        padding:30px 0;
    }
    .main4{
        padding-bottom:30px;
    }
    .news1{
        padding:5px;
    }
    footer .middle .con-box .con3 form input{
        height:40px;
    }
    footer .middle .con-box .con3 form button{
        font-size:15px;
        height:40px;
    }
    footer .middle .con-box .con2 ul li i{
        margin-right:5px;
    }
    .main5 .title1{
        padding:30px 0;
    }
    .main5 ul li:nth-child(2){
        padding:15px;
    }
    .main5 ul li:nth-child(2) .text-box{
        line-height:25px;
    }
    .news2 h5{
        font-size:16px;
        margin:0;
    }
    .main6 .title1{
        padding:30px 0 20px;
    }
    .main6{
        margin-top:30px;
        padding-bottom:20px;
    }
    .main7{
        padding-bottom:30px;
    }
    .main7 .title1{
        padding:30px 0;
    }
    .news3 h5{
        font-size:16px;
        line-height:25px;
        margin-top:5px;
    }
    .main8{
        padding:30px 10px;
    }
    .main8-con{
        padding:10px;
    }
    .main8-con .con-box .title{
        padding:15px 0;
    }
    .main8-con .con-box .title h5{
        font-size:20px;
    }
    .main8-con .con-box .title p{
        font-size:14px;
    }
    .main8-con .con-box ul{
        padding:0 10px;
    }
    .main8-con .con-box ul li{
        padding:15px 0;
    }
    .main8-con .con-box ul li .bt{
        font-size:16px;
    }
    .main8-con .con-box ul li .text{
        font-size:14px;
        line-height:25px;
    }
    .main8-con .con-box ul li .bt::before{
        height:15px;
    }
    .main8-con .con-box ul li .bt{
        padding-bottom:30px;
        margin-bottom:15px;
    }
    .main9 ul li:nth-child(1){
        height:200px;
    }
    .main9 ul li:nth-child(2){
        height:calc(100% - 200px);
    }
    .main9 ul li .text{
        line-height:25px;
    }
    .main3 .swiper-pagination{
        bottom:-30px;
    }
    .main3-con .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    
}