/*-----------------[初始化]--------------*/
@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
body {font-family: "Microsoft Yahei","Arial","Roboto","PingFang SC";color: #333;font-size: 14px;line-height: 1.5;-webkit-font-smoothing: antialiased;}
table{border-collapse:collapse; border-spacing:0; } 

ol,ul{list-style:none; }

em{font-style: normal;}

a{text-decoration:none; } 

.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
.fl{float:left;}

.fr{float:right;}

.dn{display:none; }

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {max-width: 100%;border: none; vertical-align: middle;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Microsoft Yahei","Arial","Roboto","PingFang SC";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {font-size: 14px;color: #999;}
::-moz-placeholder {font-size: 14px;color: #999;}
::-ms-input-placeholder {cfont-size: 14px;olor: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}

.inner_tit{
    font-size: 48px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.inner_mtit{
    font-size: 22px;
    color: #666666;
    text-align: center;
    font-family: "Arial";
}

.banner_nr{
    width: 100%;
    position: relative;
}
.banner_nr .pic{}
.banner_nr .pic img{
    width: 100%;
    height: auto;
}
.banner_nr .text{
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
    color: #ffffff; 
}
.banner_nr .text .tit{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}
.banner_nr .text p{
    font-size: 18px;
}

.mnav{
    width: 100%;
    background: #fafafa;
}
.mnav ul{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.mnav li{
    height: 80px;
    line-height: 80px;
    margin: 0 20px;
    display: -webkit-inline-box;
    position: relative;
}
.mnav li a{
    font-size: 18px;
    color: #222222;
    padding: 0 15px;
    display: block;
}
.mnav li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #e60113;
    transition: all 1s;
}
.mnav li.on a:after, .mnav li:hover a:after{
    width: 100%;
}


.fwzx_inner{
    width: 100%;
    padding: 70px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.fwzx_box{
    width: 100%;
    margin-top: 50px;
}
.fwzx_box .item{
    float: left;
    width: 46%;
    margin-right: 8%;
    position: relative;
}
.fwzx_box .item:nth-child(2){
    margin-right: 0;
}
.fwzx_box .item .pic{
    width: 100%;
}
.fwzx_box .item .pic img{
    width: 100%;
}
.fwzx_box .item .text{
    width: 86%;
    margin: 0 auto;
    padding: 7% 7% 10% 7%;
    position: relative;
    background: #f0f0f0;
    margin-top: -14%;
    transition: all .3s;
}
.fwzx_box .item .text .tit{
    font-size: 30px;
    color: #222222;
    margin-bottom: 35px;
    text-align: center;
}
.fwzx_box .item .text p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
/*.fwzx_box .item:hover .text{
    margin-top: -16%;
}*/

.hzkh_inner{
    width: 100%;
    position: relative;
}
.hzkh_box{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.hzkh_box ul{
    width: 100%;
}
.hzkh_box li{
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}
.hzkh_box li:nth-child(4n){
    margin-right: 0;
}
.hzkh_box li .re_pic{}
.hzkh_box li .re_pic img{
    transition: all .3s;
}
.hzkh_box li p{
    line-height: 75px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.hzkh_box li a:hover .re_pic img{
    transform: scale(1.1);
}
.hzkh_box li a:hover p{
    color: #ffffff;
    background: #e60113;
}

.fwhzkh_inner{
    width: 100%;
    position: relative;
}
.fwhzkh_box{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.fwhzkh_box ul{
    width: 100%;
}
.fwhzkh_box li{
    float: left;
    width: 18.4%;
    margin: 0 2% 2% 0;
}
.fwhzkh_box li:nth-child(5n){
    margin-right: 0;
}
.fwhzkh_box li p{
    line-height: 75px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.fwhzkh_box li a:hover p{
    color: #ffffff;
    background: #e60113;
}

.hyyy_inner{
    width: 100%;
    position: relative;
    padding: 85px 0 85px 0;
}
.hyyy_box{
    margin-top: 45px;
}
.hyyy_box ul{}
.hyyy_box li{
    position: relative;
    margin-bottom: 30px;
    box-shadow:5px 5px 5px #eaeaea,5px -5px 5px #eaeaea,-5px 5px 5px #eaeaea,-5px -5px 5px #eaeaea;
    overflow: hidden;
}
.hyyy_box .hyyy_l{
    width: 57%;
    position: relative;
    padding-bottom: 31%;
    float: left;
}
.hyyy_box .hyyy_l img{}
.hyyy_box .hyyy_r{
    width: 43%;
    float: right;
    position: relative;
}
.hyyy_box .hyyy_r .text{
    color: #000000;
    position: absolute;
    left: 10%;
    right: 5%;
    margin-top: 20%;
}
.hyyy_box .hyyy_r i{
    width: 69px;
    height: 69px;
    display: -webkit-inline-box;
    margin-bottom: 15px;
}
.hyyy_box .hyyy_r .tit{
    font-size: 30px;
    margin-bottom: 10px;
}
.hyyy_box .hyyy_r p{
    font-size: 16px;
}
.hyyy_box li:nth-child(1) .hyyy_r i{
    background: url(../images/icon_hy1.png) no-repeat;
}
.hyyy_box li:nth-child(2) .hyyy_r i{
    background: url(../images/icon_hy2.png) no-repeat;
}
.hyyy_box li:nth-child(3) .hyyy_r i{
    background: url(../images/icon_hy3.png) no-repeat;
}
.hyyy_box li:nth-child(4) .hyyy_r i{
    background: url(../images/icon_hy4.png) no-repeat;
}
.hyyy_box li:nth-child(2n) .hyyy_l{
    float: right;
}

.intro_inner{
    width: 100%;
    padding: 70px 0 70px 0;
}
.intro_box{}
.intro_box .intro_text{
    padding: 50px 0 50px 0;
}
.intro_box .intro_text p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}
.intro_ul{
    overflow: hidden;
    margin-top: 45px;
}
.intro_ul li{
    float: left;
    width: 25%;
    text-align: center;
    display: list-item;
    padding: 15px 0 30px 0;
}
.intro_ul li i{
    width: 84px;
    height: 84px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
}
.intro_ul li:nth-child(1) i{
    background: url(../images/icon_gsjj1.png) no-repeat;
}
.intro_ul li:nth-child(2) i{
    background: url(../images/icon_gsjj2.png) no-repeat;
}
.intro_ul li:nth-child(3) i{
    background: url(../images/icon_gsjj3.png) no-repeat;
}
.intro_ul li:nth-child(4) i{
    background: url(../images/icon_gsjj4.png) no-repeat;
}
.intro_ul li .tit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.intro_ul li p{
    font-size: 16px;
    color: #717171;
    width: 80%;
    margin: 0 auto;
}


.video_inner{
    width: 100%;
    background: url(../images/bg_qysp.webp) no-repeat;
    position: relative;
    padding: 9% 0 15.5% 0;
}
.video_inner .tit_box .inner_tit{
    color: #ffffff;
    margin-bottom: 10px;
}
.video_inner .tit_box .inner_mtit{
    color: rgba(255, 255, 255, .6);
}
.ico_video{
    text-align: center;
    margin-top: 30px;
}
.index_about .about_video{
    position: absolute;
    top: 10%;
    right: 0;
}
.ico_video a{
    display: -webkit-inline-box;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.ico_video i{
    width: 17px;
    height: 20px;
    background: url(../images/icon_qysp.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.ico_video a:hover i{
    width: 25.5px;
    height: 30px;
}
.video_b{
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    border-radius: 15px;
    bottom: -140px;
    padding: 50px 0;
    box-shadow: -1px 3px 3px #eaeaea,1px 3px 3px #eaeaea;
}
.video_b ul{
    overflow: hidden;
}
.video_b ul li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    display: list-item;
    padding: 20px 0 40px 0;
}
.video_b ul li:last-child{
    border-right: 0;
}
.video_b ul li .num{
    font-size: 18px;
}
.video_b ul li .num span{
    font-size: 48px;
    color: #000000;
}
.video_b ul li p{
    font-size: 16px;
    color: #5b5a59;
}

.qywh_inner{
    width: 100%;
    padding: 200px 0 150px 0;
    background: #f1f3f5;
}
.qywh_box{
    margin-top: 50px;
    background: url(../images/bg_qywh.webp) no-repeat;
    padding: 8% 6% 8% 6%;
    overflow: hidden;
}
.qywh_l{
    width: 48%;
    float: left;
}
.qywh_l .text_l{
    text-align: left;
    padding-top: 6%;
}
.qywh_l .text_l .inner_tit{
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
.qywh_l .text_l .en{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}
.qywh_l .text_l .cn{
    font-size: 16px;
    color: #ffffff;
}
.qywh_r{
    width: 52%;
    float: right;
    background: rgba(230, 1, 19, .8);
}
.qywh_r .text_r{
    padding: 8% 8% 8% 8%;
}
.qywh_r .text_r p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.zlzs_inner{
    width: 100%;
    padding: 90px 0 138px 0;
    position: relative;
    background: url(../images/bg_zljs.webp) no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.zlzs_box{
    margin-top: 90px;
}
.zlzs_inner .inner_tit{
    color: #ffffff;
}
.zlzs_box .swiper-wrapper{}
.zlzs_box .swiper-slide{}
.zlzs_box .swiper-slide a{
    display: block;
    width: 100%;
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
}
.zlzs_box .swiper-slide img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-img{
    display: block;
}
.m-img{
    display: none;
}






@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1500px) {
    .hyyy_box .hyyy_r .text{
        margin-top: 12%;
    }
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1359px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1023px) {
.banner_nr .text .tit {
    font-size: 34px;
    margin-bottom: 5px;
}
.banner_nr .text p {
    font-size: 14px;
}
.inner_tit{
    font-size: 30px;
}
.inner_mtit{
    font-size: 16px;
}
.mnav li {
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
}
.mnav li a{
    font-size: 16px;
}

.hyyy_inner {
    padding: 50px 0 50px 0;
}

.fwzx_inner {
    padding: 50px 0 50px 0;
}
.fwzx_box {
    margin-top: 30px;
}
.fwzx_box .item {
    width: 48%;
    margin-right: 4%;
}
.fwzx_box .item .text {
    width: 100%;
    margin-top: 0;
}
.fwzx_box .item .text .tit {
    font-size: 24px;
    margin-bottom: 15px;
}
.fwzx_box .item .text p {
    font-size: 14px;
    line-height: 26px;
}
.hzkh_box {
    padding: 30px 0 30px 0;
}
.hzkh_box li p {
    line-height: 40px;
    font-size: 14px;
}
.fwhzkh_box {
    padding: 30px 0 30px 0;
}
.intro_inner {
    padding: 50px 0 50px 0;
}
.intro_box .intro_text {
    padding: 30px 0 0 0;
}
.intro_ul li i {
    width: 60px;
    height: 60px;
    background-size: 100% 100% !important;
}
.intro_ul li .tit {
    font-size: 20px;
}
.intro_ul li .tit {
    font-size: 20px;
}
.intro_ul li p {
    font-size: 14px;
}
.video_b ul li .num {
    font-size: 14px;
}
.video_b ul li .num span {
    font-size: 30px;
}
.video_b ul li p {
    font-size: 12px;
}
.qywh_l .text_l .inner_tit {
    font-size: 30px;
}
.qywh_l .text_l .en{
    font-size: 15px;
}
.qywh_l .text_l .cn{
    font-size: 14px;
}
.qywh_r .text_r p {
    font-size: 14px;
    line-height: 24px;
}
.qywh_inner {
    padding: 200px 0 50px 0;
}
.qywh_box{
    margin-top: 30px;
}
.zlzs_inner {
    padding: 60px 0 60px 0;
    margin-bottom: 50px;
}
.zlzs_box {
    margin-top: 40px;
}

.pc-img{
    display: none;
}
.m-img{
    display: block;
}
.hyyy_box .hyyy_l{
    width: 100%;
    float: none;
}
.hyyy_box .hyyy_r{
    width: 100%;
    float: none;
}
.hyyy_box .hyyy_r .text{
    position: relative;
    left: 0;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
}
.hyyy_box li:nth-child(2n) .hyyy_l {
    float: none;
}
.hyyy_box .hyyy_r .tit {
    font-size: 24px;
}
.hyyy_box .hyyy_r p {
    font-size: 14px;
}

}

@media only screen and (max-width: 767px) {
.inner_tit {
    font-size: 24px;
}
.banner_nr {
    margin-top: 60px;
}
.banner_nr .text {
    top: 20%;
}
.banner_nr .text .tit {
    font-size: 24px;
}
.banner_nr .text p {
    font-size: 13px;
}

.mnav li {
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
}
.mnav li a {
    font-size: 14px;
    padding: 0 5px;
}

.hyyy_inner {
    padding: 30px 0 0 0;
}

.fwzx_inner {
    padding: 30px 0 30px 0;
}
.fwzx_box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.fwzx_box .item .text{
    padding: 5% 5% 7% 5%;
}
.fwzx_box .item .text .tit {
    font-size: 20px;
    margin-bottom: 10px;
}
.fwzx_box .item .text p {
    line-height: 24px;
}

.hzkh_box li {
    width: 49%;
}
.hzkh_box li:nth-child(2n) {
    margin-right: 0;
}

.fwhzkh_box li {
    width: 49%;
}
.fwhzkh_box li:nth-child(2n) {
    margin-right: 0;
}

.intro_inner {
    padding: 30px 0 30px 0;
}
.intro_box .intro_text {
    padding: 15px 0 0 0;
}
.intro_box .intro_text p {
    font-size: 14px;
    line-height: 24px;
}
.intro_ul {
    margin-top: 20px;
}
.intro_box .intro_ul li{
    width: 50%;
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
}
.intro_ul li .tit {
    font-size: 18px;
}
.intro_ul li p {
    font-size: 12px;
    height: 60px;
}
.intro_ul li i {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.video_b {
    position: relative;
    bottom: -25px;
}
.video_b ul li {
    width: 50%;
    padding: 20px 0 20px 0;
    margin-bottom: 15px;
}
.video_b ul li .num {
    font-size: 12px;
}
.video_b ul li .num span {
    font-size: 25px;
}
.video_b ul li p {
    height: 40px;
}

.qywh_inner {
    padding: 30px 0 50px 0;
}
.qywh_box {
    margin-top: 15px;
}
.qywh_l {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.qywh_l .text_l {
    padding-top: 0;
    text-align: center;
}
.qywh_l .text_l .inner_tit {
    font-size: 24px;
    text-align: center;
}
.qywh_l .text_l .en {
    font-size: 13px;
}
.qywh_l .text_l .cn {
    font-size: 13px;
}
.qywh_r {
    width: 100%;
    float: none;
}
.qywh_r .text_r {
    padding: 5% 5% 5% 5%;
}
.zlzs_inner {
    padding: 40px 0 40px 0;
    margin-bottom: 30px;
}
.zlzs_box {
    margin-top: 20px;
}
.hyyy_box .hyyy_r .tit {
    font-size: 20px;
}
.hyyy_box .hyyy_r p {
    font-size: 13px;
}


}