/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body {font:13px/1.75 "Microsoft YaHei", arial,sans-serif; color: #333;  background:#fff;overflow-x: hidden;font-family: "微软雅黑";}
a { text-decoration: none; color: #333;display: block;}
p{color: #434343;}
a:hover {text-decoration: none}
a img {border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none}
div {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
li {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
p,strong,em{padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;font-weight: normal;}
form {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;}
em{font-style: normal; font-weight: normal}
table {padding-bottom: 0px;list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dt {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dl {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dd {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
tr {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
input,textarea,select{outline: none;border: 0;}
.cl{height: 0px; clear: both;}
.fl{float: left; display: block;}
.fr{float: right;}
.container{width:1520px; margin:0 auto; height: 100%;}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{ text-align: left !important;}
.txt-r{text-align: right;}
.bg-black{background: #000;}
.col-black{color: #000;}
.col-white{color: #fff !important;}
strong{ font-weight: bold;}
i{font-style: normal;}
.m{ margin: 0 auto;}
.blue{color:#0056a1;}


body{
    background: #fff;
}


/* vx公众号 */
.vx{
    display: flex;
    justify-content: space-between;
    width: 239px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 30%;
    padding: .3%;
    z-index: 99;
}
    .vx .vx-img{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
.vx-ms p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.vx-ms span{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.vx-ck{
    background-color: #07c05f;
    padding: 0 6%;
}
.vx-ms{
    width:67%;
}
/* ban图 */
.ban{
    width: 100%;
    position: relative;
}
.ban a img{
    width: 100%;
}
.ban-nr{
    position: absolute;
    content: "";
    top:50%;
    left: 10%;
    transform:translateY(-62%);
}
.ban-nr h3 {
    font-size: 47px;
    line-height: 55px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 550;
}
.kong{
    width: 60%;
    height: 3px;
    background-color: #fff;
    margin-top: 1.5%;
    margin-bottom: 4%;
}
.ban-nr h4{
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 9%;
}
.ban-nr p{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 5%;
}
.ban-ck{
    position: relative;
    width: 100px;
	height: 40px;
    border: 1px solid #ffffff;
	border-radius: 5px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
    text-align: center;
    margin-top: 13%;
    transition: .5s;
}
.ban-ck a{
	color: #fff;
}
.ban-ck:after,.ban-ck:before {
    transition: .3s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ff572c;
    z-index:-2;
    border-radius: 5px;
}

.ban-ck:hover{
    z-index:1;
    background:transparent;
    border: 1px solid #ff572c;
}            

.ban-ck:before {
    transition: .3s;
    background: #ff572c;
    z-index:-1;
    border-radius: 5px;
}          

.ban-ck:hover:after,.ban-ck:hover:before {
    width: 100%;
}
/* 手机ban */
.sj-ban{
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/sjbj.png) no-repeat;
    display: none;
}
#sj-bannr{
    z-index: 99;
        position: absolute;
    content: "";
    top: 29%;
    left: 10%;
    transform: translateY(-62%);
}
#sj-bannr h3{
    font-size: 24px !important;
    line-height: 18px;
}
#sj-bannr h4{
    margin-top: 11%;
    font-size: 18px !important;
    line-height: 22px;
    letter-spacing: 1px;
}
#sj-bannr p{
    margin-top: 3%;
    font-size: 14px !important;
    line-height: 18px;
}
#ban-ck{
   margin-top: 15%;
}
.sjk{
    width: 58%;
    height: 2px;
    background: #fff;
    margin-top: 3%;
}
.sj-img{
    width: 88%;
    position: absolute;
    right: 5%;
    bottom: 16%;
}
/* 下拉 */
.cx{
    width: 100%;
    border-bottom: solid 1px #dddddd;
}
.cx ul{
    width: 70%;
    margin: auto;
    /* height: 80px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}
.cx ul a{
    width: 100%;
    height: 100%;
}
.cx ul li{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 20px;
	color: #333333;
    transition: .8s;
}
.cx ul a li::after{
    content: "";
    width: 1px;
	height: 41px;
    background: #e5e5e5;
    position: absolute;
    left: -.3%;
    top: 20%;
}
.cx ul a:nth-child(1) li::after{
    display: none;
}
.active{
    background: #4271ce;
}
.active>span{
    color: #fff;
}
.active>.img1{
    display: none;
}
.active>.img2{
    display: inline-block;
}
.img1{
    position: absolute;
    left: 23%;
    top: 27%;
}
.img2{
    position: absolute;
    left: 23%;
    top: 27%;
    display: none;
}
.cx ul li:hover .img2{
    display: block !important;
}
.cx ul li:hover{
    background: #4271ce;
        color: #ffffff;
}
.input{
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 1.5% 3%;
    color: #333333 !important;
}
.input>form{
    display: flex;
    justify-content: space-between;
}
.form-control{
    width: 32%;
	height: 56px;
	background-color: #ffffff;
	border: solid 1px #dedede;
    -webkit-tap-highlight-color: #000;
}
.cx-btn{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.cx-btn2{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.cx-btn3{
	width: 24%;
	height: 56px;
	background-color: #4271ce;
	border-radius: 2px;
    color: #fff;
    font-size: 22px;
	color: #ffffff;
}
.input-box{
    width: 70%;
    display: flex;
    justify-content: flex-start;
}
.input-box>input{
    width: 100%;
    margin-left: 2%;
}
.input3>form{
    display: flex;
    justify-content: space-between;
}
.input2{
    display: none;
}
.input3{
    display: none;
}
/* 核心业务 */
.hxyw{
    max-width: 1300px;
    padding-top: 4%;
    margin: auto;
}
.hxyw-title{
    width: 100%;
}
.hxyw-title h3{
	font-size: 38px;
	color: #333333;
    font-weight: 600;
    text-align: center;
}
.hxyw-title h4{
	font-size: 26px;
	color: #333333;
    text-align: center;
    margin-top: .5%;
}
.hxyw-nr{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.hxyw-nr li{
    width: 23%;
    position: relative;
    overflow: hidden;
}
.hxyw-nr li img{
    width: 100%;
}
.hxyw-ljxq{
    width: 100%;
    height: 437.5px;
    background: transparent;
    padding:  0px 12%;
    position: absolute;
    left: 0;
    top: 56%;
    transition: .5s;
}
.hxyw-ljxq h5{
	font-size: 24px;
	color: #ffffff;
    text-align: center;
    padding-top: 30%
}
.hxyw-ljxq h6{
	font-size: 14px;
	color: #ffffff;
    text-align: center;
    padding-top: 4%;
}
.hxyw-ljxq p{
    font-size: 14px;
    color: #ffffff;
    padding-top: 12%;
    line-height: 28px;
    display: none;
}
.hxyw-ljxq img{
    /* margin-left: 23%; */
    margin: auto;
    padding-top: 21%;
    display: none;
}
.hxyw-nr li:hover .hxyw-ljxq{
    background-color: rgba(40, 124, 153, .8) !important; 
    left: 0;
    top: 0;
}
.hxyw-nr li:hover .hxyw-ljxq p{
    display: block;
}
.hxyw-nr li:hover .hxyw-ljxq img{
    display: block;
}
.hxyw-ljxq>img{
    width: 50% !important;
}
/* 关于中欧 */
.about{
    padding-top: 5% !important;
    margin: auto;
}
.about-title{
    width: 100%;
}
.about-title h3{
	font-size: 38px;
	color: #333333;
    font-weight: 600;
    text-align: center;
}
.about-title h4{
	font-size: 26px;
	color: #333333;
    text-align: center;
    margin-top: .5%;
}
.about-nr{
    display: flex;
    justify-content: space-between;
    margin-top: 6.5% !important;
    background-color: #f6f6f6;
}
.about-nrleft{
    display: flex;
    align-items: center;
    width: 50%;
}
.about-nrleft img{
    width: 100%;
}
.about-nrright{
    width: 50%;
    padding: 4% 5%;
}
.about-nrright h3{
    display: inline-block;
	font-size: 30px;
	color: #333333;
}
.about-nrright span a{
    display: inline-block;
	font-size: 15px;
	color: #4271ce;
    margin-left: 4%;
    font-weight: 600;
}
.about-nrright h5{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
.about-nrright p{
	font-size: 16px;
	color: #666666;
    line-height: 32px;
}
.about-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
    /* padding: 2% 0; */
}
.about-btn2{
    display: flex;
    justify-content: space-between;
    /* height: 113px; */
    width: 47%;
    background-color: #ff572c;
	border-radius: 25px;
    padding: 2% 3%;
}
.about-btn1{
    display: flex;
    justify-content: space-between;
    /* height: 113px; */
    width: 47%;
    background-color: #ff572c;
	border-radius: 25px;
    padding: 2% 10%  ;
}
.about-btn1 .about-img{
    display: flex;
    align-items: center;
}
.about-btn2 .about-img2{
    display: flex;
    align-items: center;
}

.about-btn .btn-nr h5{
	font-size: 20px;
	color: #ffffff;
}
.about-btn .btn-nr p{
	font-size: 14px;
	color: #ffffff;
}
/* 行业案例 */
.yxal{
    padding: 4% 0;
    margin: auto;
    background: url(../images/bj.jpg) no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
.yxal-title{
    width: 100%;
}
.yxal-title h3{
	font-size: 38px;
	color: #333333;
    font-weight: 600;
    text-align: center;
}
.yxal-title h4{
	font-size: 26px;
	color: #333333;
    text-align: center;
    margin-top: .5%;
}
#mySwiper2{
    width: 100%;
    position: relative;
    margin-top: 7%;
    overflow-x: hidden;
}
.swiper-nr2 img{
    width: 100%;
}
.swiper-nr2 p{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
	line-height: 30px;
	color: #ffffff;
    text-align: center;
}
.swiper-nr2:hover img{
    filter: blur(3px);
    transform : scale(.98);
    transition: 1s;
}
.swiper-nr2:hover{
    box-shadow: 0px 1px 20px 0px 
    rgba(0, 0, 31, 0.2);
}
.swiper-box1{
    position: relative;
}
.swiper-button-next1{
    position: absolute;
    right: 0;
    top: 50%;
}
.swiper-button-prev1{
    position: absolute;
    left: 0;
    top: 50%;
}
.swiper-button-next1:hover{
    background-color: #4271ce;
    color: #fff;
}
.swiper-button-prev1:hover{
    background-color: #4271ce;
    color: #fff;
}
/* 新闻咨询 */
.news{
    /*padding-top: 4%;*/
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
}
.news-title{
    width: 100%;
    margin-top: 4%;
}
.news-title h3{
	font-size: 38px;
	color: #333333;
    font-weight: 600;
    text-align: center;
}
.news-title h4{
	font-size: 26px;
	color: #333333;
    text-align: center;
}
.swiper-box{
    position: relative;
}
#mySwiper{
    overflow: hidden;
    margin-top: 5%;
}
#swiper-list{
    /* min-height: 240px !important; */
    background-color: #eeeeee;
}
#swiper-list a img{
    display: block;
    overflow: hidden;
    width: 100%;
}
#swiper-list a .swiper-nr{
    padding: 5%;
    transition: .5s;
    min-height: 241px;
}
#swiper-list a .swiper-nr h4{
    font-size: 18px;
	line-height: 29px;
	color: #333333;
}
#swiper-list a .swiper-nr p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
    margin-top: 5%;
}
#swiper-list a .swiper-nr h5{
	font-size: 14px;
	line-height: 31px;
	color: #999999;
    margin-top: 10%;
}
#swiper-list:hover .swiper-nr{
    background-color: #4271ce;
}
#swiper-list:hover .swiper-nr h4{
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
}
#swiper-list:hover .swiper-nr p{
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
#swiper-list:hover .swiper-nr h5{
	font-size: 14px;
	line-height: 31px;
	color: #ffffff;
}
.swiper-button-next2{
    position: absolute;
    color: #4271ce;
    padding: 3% 1.5%;
    top: 50%;
    right: -5%;
    transition: .5s;
}
.swiper-button-next2:hover{
    background-color: #4271ce;
    color: #fff;
}
.swiper-button-prev2{
    position: absolute;
    color: #4271ce;
    padding: 3% 1.5%;
    top: 50%;
    left: -5%;
    transition: .5s;
}
.swiper-button-prev2:hover{
    background-color: #4271ce;
    color: #fff;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
/* 战略伙伴 */
.zlhb{
    width: 100%;
    padding: 4% 0;
    background: url(../images/bj1.jpg) no-repeat;
    background-size: cover;
    margin-top: 5%;
}
.zlhb-nr{
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
}
.zlhb-title{
    width: 100%;
}
.zlhb-title h3{
	font-size: 38px;
	color: #333333;
    font-weight: 600;
    text-align: center;
}
.zlhb-title h4{
	font-size: 26px;
	color: #333333;
    text-align: center;
}
.zlhb-img{
    margin-top: 5%;
}
.zlhb-img ul{
    display: flex;
    flex-wrap: wrap;
}
.zlhb-img ul li{
    width: calc(100%/6);
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    transition: .5s;
}
.zlhb-img ul li:hover {
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
}
/* 底部 */
footer{
    background: #111;
    width: 100%;
}
.footer-nav{
    /* max-width: 1300px; */
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding:  4% 0;
}
.footer-navlist h4{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    position: relative;
}
.footer-navlist h4::after{
    content: "";
    width: 37px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    top: -45%;
    left: 0;
}
.footer-navlist a h5{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.footer-navlist ul{
    margin-top: 15px;
}
.footer-navlist ul a li{
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
}
#footer-navlist h5{
	font-size: 30px;
	line-height: 32px;
    margin-top: 2px;
	color: #ffffff;
	opacity: 0.8;
}
.bq{
    border-top: 1px solid rgba(41, 41, 41, 0.5);
    width: 100%;
}
.bq-nr{
    /* max-width: 1300px ; */
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
}
.bq-nr p{
    color: #ffffff;
    opacity: 0.6;
}


@media (max-width:1600px) {
    .ban{
        display: block;
    }
    .sj-ban{
        display: none;
    }
    .header-nav li {
        margin-left: 56px;
    }
    .img1 {
        position: absolute;
        left: 22%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 22%;
        top: 27%;
    }
    .about-btn1 .about-img{
        display: none;
    }
    .about-btn2 .about-img2{
        display: none;
    }
}
@media (max-width:1500px) {
    .header-nav li {
        margin-left: 56px;
    }
    .img1 {
        position: absolute;
        left: 20%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 20%;
        top: 27%;
    }
    .ban-nr h3 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .kong{
    width: 57%;
    height: 2px;
    /*background-color: #ff572c;*/
    margin-top: 1.5%;
    margin-bottom: 4%;
}
    .ban-nr h4 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .ban-nr p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 2%;
    }
    .ban-ck {
        width: 100px;
        height: 39px;
        /*background-color: #ff572c;*/
        border-radius: 5px;
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin-top: 12%;
    }
}
@media (max-width:1400px) {
    .header-nav li {
        margin-left: 43px;
    }
    .img1 {
        position: absolute;
        left: 16%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 16%;
        top: 27%;
    }
    .kong {
    width: 57%;
    height: 2px;
    /*background-color: #ff572c;*/
    margin-top: 1.5%;
    margin-bottom: 4%;
}
}
@media (max-width:1300px) {
    .header-nav li {
        margin-left: 26px;
    }
    .img1 {
        position: absolute;
        left: 14%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 14%;
        top: 27%;
    }
}
@media (max-width:1199px) {
    header{
        display: none;
    }
    .img1 {
        position: absolute;
        left: 12%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 12%;
        top: 27%;
    }
    .about-btn{
        display:none;
    }
    .swiper-nr2 p{
        font-size: 20px;
    }
    .swiper-button-next2 {
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        right: -10%;
        transition: .5s;
    }
    .swiper-button-prev2{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        left: -10%;
        transition: .5s;
    }
    .zlhb-img ul li {
        width: calc(100%/4);
    }
    .footer-nav{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-navlist{
        width: 50%;
    }
    .footer-navlist{
        margin-top: 3%;
    }
    .ban-nr h3 {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .kong {
    width: 57%;
    height: 2px;
    /* background-color: #ff572c; */
    margin-top: 1.5%;
    margin-bottom: 4%;
}
    .ban-nr h4 {
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .ban-nr p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 4%;
    }
    .ban-ck {
        width: 110px;
        height: 40px;
        /* background-color: #ff572c; */
        border-radius: 5px;
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin-top: 7%;
    }
}
@media (max-width:1100px) {
    .img1 {
        position: absolute;
        left: 7%;
        top: 27%;
    }
    .img2 {
        position: absolute;
        left: 7%;
        top: 27%;
    }
}
@media (max-width:990px) {
    .cx ul{
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .form-control{
        width: 100%;
    }
    .form-control1{
        margin-top: 2%;
    }
    .cx ul a{
        width: 100%;
    }
    .cx ul li{
        width: 100%;
        border:  solid 1px #dddddd;
        margin-top: 2%;
    }
    .cx{
        border: none;
    }
    .cx ul a li::after{
        display: none;
    }
    .input{
        margin-top: 2%;
        padding: 0;
        border: none;
    }
    .input>form{
        display: flex;
        flex-wrap: wrap;
    }
    .input>form>input{
        width: 100%;
        margin-top: 2%;
    }
    .input>form>input:nth-child(1){
        margin-top: 0;
    }
    .input-box{
        width: 100%;
    }
    .hxyw-nr{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hxyw-nr li{
        width: 48%;
        margin-top: 5%;
    }
    .hxyw-ljxq{
        width: 100%;
        height: 100%;
    }
    .about-nr{
        display: flex;
        flex-wrap: wrap;
    }
    .about-nrleft{
        width: 100%;
    }
    .about-nrright{
        width: 100%;
    }
    .yxal-nr{
        display: flex;
        flex-wrap: wrap;
    }
    .yxal-nr a{
        width: 48.6%;
        margin-top: 2%;
    }
    .swiper-button-next2{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        right: -15%;
        transition: .5s;
    }
    .swiper-button-prev2{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        left: -15%;
        transition: .5s;
    }
    #swiper-list:hover .swiper-nr h4{
        font-size: 16px;
    }
    #swiper-list a .swiper-nr h4{
        font-size: 16px;
    }
    .zlhb-img ul li {
        width: calc(100%/3);
    
    }
    .ban-nr h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .ban-nr h4 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    .ban-nr p {
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 2%;
    }
        .kong {
    width: 46%;
    height: 2px;
    /* background-color: #ff572c; */
    margin-top: 1.5%;
    margin-bottom: 4%;
}
    .ban-ck {
        width: 100px;
        height: 40px;
        background-color: none;
        border-radius: 5px;
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin-top: 2%;
    }
}
@media (max-width:767px) {
    .hxyw {
    padding-top: 7%;
}
    .ban{
        display: none;
    }
    .sj-ban{
        display: block;
    }
    .cx ul{
        width: 100%;
        padding: 0 2%;
    }
    .input{
        margin: 0;
        margin-top: 2%;
        width: 100%;
        padding: 0 2%;
    }
    .input>form>input:nth-child(1){
        margin-top: 0;
    }
    .cx ul a li span{
        font-size: 16px;
    }
    #btncx{
        font-size: 16px;
        height: 45px;
    }
    .vx{
        display: none;
    }
    .input-box{
        width: 100%;
    }
    .hxyw-nr{
        padding: 3% 5%;
        margin-top: 0;
    }
    .hxyw-nr li{
        width: 100%;
    }
    .hxyw-ljxq{
        width: 100%;
        height: 100%;
    }
    .hxyw-title h3{
        font-size: 24px;
    }
    .hxyw-title h4{
        font-size: 18px;
    }
    .hxyw-ljxq h5{
        font-size: 16px;
    }
    .hxyw-ljxq h6{
        padding-top: 7%;
    }
    .hxyw-ljxq p{
        padding-top: 15%;
    }
    .about-title h3{
        font-size: 24px;
    }
    .about-title h4{
        font-size: 18px;
    }
    .about-nrright{
        padding: 4% 5%;
    }
    .about-nrright h3{
        font-size: 18px;
    }
    .about-nrright p{
        font-size: 14px;
    }
    .about{
        padding: 2% 5%;
    }
    .about-nr{
        margin-top: 3.5%;
    }
    .yxal-title h3{
        font-size: 24px;
        margin-top: 5%;
    }
    .yxal-title h4{
        font-size: 18px;
    }
    .yxal-nr{
        padding: 2%;
        margin-top: 0;
    }
    .swiper-box1{
        padding: 0 5%;
    }
    .yxal-nr a{
        width: 100%;
    }
    .swiper-nr2 p{
        font-size: 16px;
    }
    .yxal{
        padding-top: 2%;
    }
    .news-title h3{
        font-size: 24px;
    }
    .news-title h4{
        font-size: 18px;
    }
    .news{
        padding: 2%;
    }
    .yxal{
        background: none;
        padding: 0;
    }
    .zlhb{
        margin: 0;
    }
    #swiper-list a .swiper-nr h4{
        font-size: 15px;
    }
    #swiper-list:hover .swiper-nr p{
        font-size: 14px;
    }
    #swiper-list a .swiper-nr h5{
        margin-top: 5%;
    }
    .zlhb-title h3{
        font-size: 24px;
        margin-top: 3%;
    }
    .zlhb-title h4{
        font-size: 18px;
        margin-bottom: 3%;
    }
    .zlhb-img{
        margin-top: 0;
    }
    .zlhb-nr{
        width: 100%;

    }
    .zlhb-img{
        padding: 5% 0 0 0;
    }
    .zlhb-img ul li {
        width: calc(100%/2);
    }
    .zlhb {
        padding: 5%;
    }
    .footer-navlist h4::after{
        display: none;
    }
    .footer-nav{
        width: 100%;
        padding: 2%;
    }
    .footer-navlist h4{
        font-size: 16px;
    }
    .footer-navlist a h5{
        font-size: 16px;
    }
    /* .footer-navlist ul{
        margin-top: 7%;
    } */
    #footer-navlist h5{
        font-size: 15px;
    }
    .bq-nr{
        width: 100%;
        padding:2%;
    }
    #swiper-list:hover .swiper-nr h4{
        font-size: 16px;
    }
    #swiper-list a .swiper-nr h4{
        font-size: 16px;
    }
    #swiper-list a .swiper-nr h5 {
        margin-top: 5%;
    }
    .ban-nr h3 {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .ban-nr h4 {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 5px;
    }
    .ban-nr p {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 1%;
        margin-top: 5px;
    }
    .ban-ck {
        width: 69px;
        height: 28px;
        background-color: transparent !important;
        border-radius: 5px;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin-top: 2%;
    }
    .swiper-button-next1{
        position: absolute;
        right: 5%;
        top: 50%;
    }
    .swiper-button-prev1{
        position: absolute;
        left: 5%;
        top: 50%;
        display: block;
    }
    .news-title {
        margin-top: 9%;
    }
    .news {
        margin-top: 1%;
        margin-bottom: 4%;
    }
    #mySwiper{
        margin-top: 7%;
    } 
    #swiper-list a .swiper-nr{
       height: auto !important;
    }

}