html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
html,body{min-width: 1200px;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;width: 1400px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}

@font-face {
	font-family: din;
	src: url(../fonts/DIN-BOLD.OTF);
} 





.fp-right{ position: fixed; left: 20px; top: 50%; margin-top: -130px;z-index: 99999;}
.fp-right a{ display: block; width: 10px; height: 10px; border-radius: 50%; -webkit-border-radius: 50%;-moz-border-radius: 50%; background: #e4e4e4;opacity: .7; margin: 0 auto 15px;position: relative;}
.fp-right li { width: 17px;padding-bottom: 15px;position: relative;margin-bottom: 4px; }
.fp-right li span{display: none;}
.fp-right a::after{content: "";display: block;width: 30px;height: 30px;border: 1px solid #e4e4e4;border-radius: 50%;border-radius: 100%;position: absolute;left: -11px;top: -11px;opacity: 0;transition: .3s;}
.fp-right li a.active::after{opacity: 1;}


.section{overflow: hidden;}

/*********************** header start ********************************/
.header{padding-right: 50px;background: rgba(255,255,255,.9);position: fixed;z-index: 999;top:0;left: 0;width: 100%;min-width: 1200px;}
.header .h_logo{float: left;}
.header .h_logo .img{float: left;width: 200px;height: 100px;display: flex;transition: .3s;justify-content: center;align-items: center;}
.header .h_logo .img img{height:80px;transition: .3s;}
.header .h_logo .img1{background: #2040BB;}
.header .h_logo .img2{background: #FDB700;}

.header .h_nav{margin-right: 50px;float: right;}
.header .h_nav ul>li{float: left;margin: 0 7px;position: relative;}
.header .h_nav ul>li>a{font-size: 18px;color: #000000;line-height: 100px;padding: 0 20px;position: relative;display: block;}
.header .h_nav ul>li>a:after,.header .h_nav ul>li>a:before{content: "";display: block;width: 0px;height: 2px;background: #FDB700;position: absolute;top: 50%;margin-top: -1px;transition: .3s;}
.header .h_nav ul>li>a:after{right: 10px;}
.header .h_nav ul>li>a:before{left: 10px;}
.header .h_nav ul>li>a:hover:after,.header .h_nav ul>li.active>a:after{right: 0px;width: 10px;}
.header .h_nav ul>li>a:hover:before,.header .h_nav ul>li.active>a:before{left: 0px;width: 10px;}
.header .h_nav ul>li>a:hover{color: #FDB700;}
.header .h_nav ul>li.active>a{font-weight: bold;color: #FDB700;}
.h_subnav {width:220px;background:rgba(255,255,255,.9);font-size:12px;position:absolute;transform: translateX(-50%); left:50%;top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:414;}
.h_subnav ol {padding:0px 0;}
.h_subnav ol li{width: 100%;margin: 0 !important;}
.h_subnav a { transition: .3s; overflow: hidden;text-overflow:ellipsis; white-space: nowrap; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 16px;text-align: center;}
.h_subnav a:hover {color:#FFF!important;background: #FDB700;}
.h_nav ul > li:hover .h_subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.header .h_more{margin-top: 38px;transition: .3s;float: right;}
.header .h_more .phone_box{float: left;padding-left:30px;margin-left: 30px;position: relative;}
.header .h_more .phone_box:before{content: "";display: block;width: 1px;height: 20px;background: #CCCCCC;position: absolute;left: 0;top: 2px;}
.header .h_more .phone_box i{position: relative;top: -3px;margin-right: 4px;}
.header .h_more .phone_box span{font-size: 24px;color: #000000;line-height: 24px;font-weight: bold;font-family: DIN;}
.header .h_more .search_btn{float: left;}
.header .h_more .search_btn i{cursor: pointer;position: relative;top: -3px;}

.header.active {box-shadow: 0px 0px 10px #eee;}
.header.active .h_nav ul>li>a{line-height: 80px;}
.header.active .logo{margin-top: 15px;}
.header.active .h_more{margin-top: 28px;}
.header.active .h_logo .img{height: 80px;}
.header.active .h_logo .img img{height: 70px;}

/* 搜索弹窗 */
.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9999;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: .9;z-index: 9999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 38px;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 40px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}
/*********************** header end ********************************/



/*********************** banner start ********************************/
.banner .swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.banner_item{height: 100%;width: 100%;background-position: center !important;background-size: cover !important;padding-top: 100px;}
.banner_item a{display: block;height: 100%;}
.banner_item .container{display: flex;height: 100%;align-items: center;}
.banner_item img{width: 100%;}
.banner .swiper-pagination-bullet{background: url(../images/dian.png);height: 30px;width: 24px;opacity: .7;margin: 0 15px!important;}
.banner .swiper-pagination-bullet-active{opacity: 1;}

/*********************** banner end ********************************/



.ind_tit{text-align: center;padding-bottom: 40px;}
.ind_tit p{font-size: 40px;font-weight: bold;color: #000000;padding-bottom: 24px;}
.ind_tit span{font-size: 16px;color: #333333;line-height: 30px;display: block;max-width: 865px;margin: 0 auto;}
.ind_tit.white p{color: #FFFFFF;}
.ind_tit.white span{color: #FFFFFF;}


/*********************** sec1 start ********************************/
.sec1{background: url(../images/sec1_bg.jpg) center/cover;}

.sec1_item{width: calc(25% - 30px);float: left;margin-right: 30px;margin-bottom: 30px;}
.sec1_item:nth-of-type(4n){margin-right: 0;}
.sec1_item .img{overflow: hidden;}
.sec1_item .img img{width: 100%;transition: .5s;}
.sec1_item p{display: block;background: #FFFFFF;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #000000;transition: .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sec1_item:hover img{transform: scale(1.1);}
.sec1_item:hover p{background: #FDB700;color: #FFFFFF;}


/*********************** sec1 end ********************************/


/*********************** sec2 start ********************************/
.pro_sel_list{text-align: center;margin-bottom: 40px;}
.pro_sel_item{display: inline-block;width: 150px;text-align: center;height: 50px;line-height: 50px;background: #F8F8F8;border-radius: 5px;margin: 0 8px;transition: .3s;}
.pro_sel_item a{display: block;font-size: 18px;color: #333333;}
.pro_sel_item.active{background: #2040BB;}
.pro_sel_item.active a{color: #fff;}


.pro_list{position: relative;display: none;}
.pro_list.active{display: block;}
.pro_list .swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.pro_list .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.pro_item{border: 1px solid #CCCCCC;background: url(../images/pro_bg.jpg) center/cover;text-align: center;width: 100%;position: relative;}
.pro_item .i1{display: block;width: 0%;height: 1px;background: #2040BB;position: absolute;top: 0;left: 0;transition: .15s .0s;}
.pro_item .i2{display: block;width: 0%;height: 1px;background: #2040BB;position: absolute;bottom: 0;right: 0;transition: .15s .3s;}
.pro_item .i3{display: block;width: 1px;height: 0%;background: #2040BB;position: absolute;top: 0;right: 0;transition: .15s .15s;}
.pro_item .i4{display: block;width: 1px;height: 0%;background: #2040BB;position: absolute;bottom: 0;left: 0;transition: .15s .45s;}
.pro_item:hover .i1{width: 100%;}
.pro_item:hover .i2{width: 100%;}
.pro_item:hover .i3{height: 100%;}
.pro_item:hover .i4{height: 100%;}

.pro_item a{display: block;padding: 30px 35px;}
.pro_item .img{overflow: hidden;}
.pro_item .img img{transition: .6s;width: 100%;}
.pro_item .desc{}
.pro_item .desc p{font-size: 20px;font-weight: bold;color: #000000;line-height: 30px;height: 30px;margin-bottom: 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro_item .desc span{font-size: 14px;font-weight: 400;color: #666666;line-height: 24px;height: 48px;display: block;margin-bottom: 18px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.pro_item .desc i{display: block;border: 1px solid #CCCCCC;border-radius: 5px;background: #FFFFFF;height: 34px;line-height: 32px;width: 100px;text-align: center;font-size: 14px;color: #666666;margin: 0 auto;transition: .3s;}
.pro_item:hover .desc i{border-color: #FDB700;background: #FDB700;color: #fff;}

.pro_list .btns{display: flex;justify-content: center;padding: 40px 0 0px;}
.pro_list .swiper-button-next:after,.pro_list .swiper-button-prev:after{display: none;}
.pro_list .swiper-button-next,.pro_list .swiper-button-prev{position: relative;top: auto;left: auto;right: auto;bottom: auto;display: block;height: 51px;width: 51px;background: url(../images/btn1.png) no-repeat;transition: .3s;margin: 0;}
.pro_list .swiper-button-next:hover,.pro_list .swiper-button-prev:hover{background: url(../images/btn2.png) no-repeat;}
.pro_list .swiper-button-next{background-position: -70px 0px !important;}
.pro_list .swiper-button-prev{background-position: 0px 0px !important;}
.pro_list .swiper-pagination{position: relative;display: flex;align-items: center;margin: 0 20px;}
.pro_list .swiper-pagination-bullet{height: 10px;width: 10px;opacity: 1;margin: 0 7px!important;background: #CCCCCC;}
.pro_list .swiper-pagination-bullet-active{background: #2040BB;}

/*********************** sec2 end ********************************/


/*********************** sec3 start ********************************/
.sec3{background: url(../images/sec3_bg.jpg) center/cover;}
.sec3_box{position: relative;}
.sec3 .sec3_sel_list{float: right;width: 450px;}
.sec3 .sec3_sel_item{height: 83px;line-height: 83px;background: #3753C2;border-radius: 10px;font-size: 24px;color: #FFFFFF;text-align: center;transition: .3s;}
.sec3 .sec3_sel_item+.sec3_sel_item{margin-top: 20px;}
.sec3 .sec3_sel_item .icon{display: inline-block;height: 31px;width: 31px;background: url(../images/sec3_icon1.png) no-repeat;position: relative;top: 8px;margin-right: 18px;transition: .3s;}
.sec3 .sec3_sel_item .icon1{background-position: 0px 0px !important;}
.sec3 .sec3_sel_item .icon2{background-position: 0px -103px !important;}
.sec3 .sec3_sel_item .icon3{background-position: 0px -206px !important;}
.sec3 .sec3_sel_item .icon4{background-position: 0px -311px !important;}
.sec3 .sec3_sel_item.active{background: #FDB700;color: #222222;}
.sec3 .sec3_sel_item.active .icon{background: url(../images/sec3_icon2.png) no-repeat;}


.sec3 .img_box{position: absolute;width: calc(100% - 480px);border-radius: 10px;height: 100%;left: 0;top: 0;}
.sec3 .img{display: none;height: 100%;position: relative;background-position: center !important;background-size: cover !important;}
.sec3 .img.active{display: block;}
.sec3 .img .desc{position: absolute;bottom: 0;left: 0;width: 100%;font-size: 16px;color: #FFFFFF;line-height: 26px;padding: 35px 35px 40px 30px;background: rgba(0,0,0,.5);}



/*********************** sec3 end ********************************/


/*********************** sec4 start ********************************/
.sec4{background: url(../images/sec4_bg.jpg) center/cover;}
.about_box{}
.about_box .ab_box{width: calc(50% - 25px);float: left;}
.about_box .ab_box p{font-size: 40px;line-height: 40px;font-weight: bold;color: #000000;}
.about_box .ab_box .x{display: block;width: 50px;height: 4px;background: #2040BB;margin: 30px 0 20px;}
.about_box .ab_box span{font-size: 16px;color: #333333;line-height: 30px;display: block;max-height: 180px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
.about_box .ab_box a{display: block;margin-top: 120px;width: 150px;height: 50px;line-height: 50px;background: #2040BB;border-radius: 5px;text-align: center;font-size: 16px;color: #FFFFFF;}
.about_box .ab_box a .more{display: inline-block;background: url(../images/right.png);height: 16px;width: 16px;position: relative;top: 2px;margin-left: 12px;}


.about_box .out_box{width: calc(50% - 25px);float: right;}
.about_box .out_box .img{position: relative;}
.about_box .out_box .img img{width: 100%;}
.about_box .out_box .img .video-open{display: block;background: url(../images/video-open.png);height: 95px;width: 95px;cursor: pointer;position: absolute;top: 50%;left: 57%;transform: translate(-50%,-50%);}
.layui-layer-video{max-width: 1400px;}
.layui-layer-video video{display: block;width: 100%;}

.number_box{margin-top: 80px;}
.number_item{width: 20%;float: left;background: #FDB700;text-align: center;padding: 40px 0;}
.number_item+.number_item{border-left: 2px solid #F8F8F8;}
.number_item p{font-family: DIN;font-size: 60px;font-weight: bold;color: #222222;line-height: 60px;}
.number_item p i{font-size: 30px;font-family: Arial;color: #222222;line-height: 30px;position: relative;top: -25px;margin-left: 5px;font-weight: normal;}
.number_item b{font-size: 16px;color: #333333;line-height: 30px;font-weight: normal;display: block;padding-top: 10px;}


/*********************** sec4 end ********************************/


/*********************** sec5 start ********************************/
.ind_tit2{margin-bottom: 40px;}
.ind_tit2 b{font-size: 36px;font-weight: bold;color: #000000;position: relative;float: left;line-height: 40px;}
.ind_tit2 .sel_list{float: right;}
.ind_tit2 .sel_list a{display: block;float: left;height: 40px;line-height: 40px;padding: 0 15px;background: #f5f5f5;}
.ind_tit2 .sel_list a+a{margin-left: 20px;}
.ind_tit2 .sel_list a:hover,.ind_tit2 .sel_list a.active{background: #2040BB;color: #fff;}


.xw_box{background: #f5f5f5;display: none;}
.xw_box.active{display: block;}
.xw_box .x_box{width: 50%;float: left;}
.xw_box .w_box{width: 50%;float: left;}
.xw_item{box-sizing: border-box;padding: 25px 50px;transition: .3s;}
.xw_item+.xw_item{border-top: 1px solid rgba(255, 255, 255, .5);}
.xw_item p{display: block;font-size: 24px;font-weight: 400;color: #222222;line-height: 36px;height: 36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.xw_item span{display: block;font-size: 16px;font-weight: 400;color: #999999;line-height: 36px;height: 36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.xw_item b{display: inline-block;font-weight: normal;height: 30px;line-height: 30px;background: #2040BB;border-radius: 4px;color: #fff;font-size: 14px;box-sizing: border-box;padding: 0 10px;transition: .3s;}
.xw_item i{display:inline-block;padding-left: 30px;background: url(../images/time1.png) no-repeat;background-position: left center!important;font-size: 16px;color: #CCCCCC;line-height: 30px;margin-left: 15px;transition: .3s;}

.xw_item2{position: relative;}
.xw_item2 .img{height: 462px;width: 100%;overflow: hidden;}
.xw_item2 .img .bg{display: block;width: 100%;height: 100%;background-position: center !important;background-size: cover !important;transition: .6s;}
.xw_item2 .desc{position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);box-sizing: border-box;padding: 25px 50px;}
.xw_item2 p{display: block;font-size: 24px;font-weight: 400;color: #fff;line-height: 36px;height: 36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xw_item2 span{display: block;font-size: 16px;font-weight: 400;color: #fff;opacity:0.5;line-height: 36px;height: 36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xw_item2 b{display: inline-block;font-weight: normal;height: 30px;line-height: 30px;background: #2040BB;border-radius: 4px;color: #fff;font-size: 14px;box-sizing: border-box;padding: 0 10px;}
.xw_item2 i{display:inline-block;padding-left: 30px;background: url(../images/time2.png) no-repeat;background-position: left center!important;font-size: 16px;color: #CCCCCC;line-height: 30px;margin-left: 15px;}
.xw_item2+.xw_item{border-left: 1px solid rgba(238, 238, 238, .5);}

/* .xw_item:hover{background: #2040BB;} */
/* .xw_item:hover p,.xw_item:hover span{color: #fff;} */
.xw_item:hover b{background: #FDB700;}
/* .xw_item:hover i{background: url(../images/time2.png) no-repeat;color: #fff;} */
.xw_item2:hover .bg{transform: scale(1.1);}


/*********************** sec5 end ********************************/


/*********************** sec6 start ********************************/
.hk_box{background: url(../images/sec6_bg.jpg) center/cover;}
.hk_box .swiper {width: 100%;height: auto;position: relative;overflow: hidden;}
.hk_box .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.hk_box .kh_item{overflow: hidden;width: 100%;}
.hk_box .kh_item img{width: 100%;transition: .5s;}
.hk_box .kh_item:hover img{transform: scale(1.1);}

/*********************** sec6 end ********************************/


/*********************** footer start ********************************/
.foot1{background: url(../images/footer_bg.jpg) center/cover;padding: 80px 0 70px;}
.f_nav{}
.f_nav dl{width: calc((100% - 400px)/3);float: left;}
.f_nav dl:nth-of-type(4){width: 400px;}
.f_nav dl dt{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 24px;position: relative;}
.f_nav dl dt::after{content: "";display: block;width: 34px;height: 2px;background: #FDB700;margin: 17px 0 11px;}
.f_nav dl dd{font-size: 14px;font-weight: 400;color: #9E9E9E;line-height: 30px;}
.f_nav dl dd a{font-size: 14px;font-weight: 400;color: #9E9E9E;line-height: 30px;}

.foot2{background: #1C1C1C;padding: 15px 0;}
.foot2 a,.foot2 span{line-height: 50px;font-size: 14px;font-weight: 400;color: #9E9E9E;}

.yqlj_box{position: relative;}
.yqlj span{display: block;float: right;height: 50px;line-height: 48px;color: rgba(255,255,255,.3);border: 1px solid rgba(255,255,255,.15);box-sizing: border-box;padding: 0 18px 0 50px;background: url(../images/yqlj.png) no-repeat;background-position: 15px 14px;font-size: 16px;}
.yqlj i.jt{height: 50px;width: 50px;margin: 0;background: url(../images/jt.png) no-repeat #444;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;display: block;float: right;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 50px;left: 0;background: #333;text-align: center;}
.yqlj_list a{display: block;color: rgba(255,255,255,.3);height: 50px;line-height: 50px;}
.yqlj_list a:hover{color: #fff;}

.footer a:hover{color: #FFFFFF !important;}


.hk_box{height: calc(100% - 520px);display: flex;flex-direction: column;justify-content: center;padding-top: 80px;}
.footer{height: 520px;}
.foot1{padding: 0;display: flex;height: calc(100% - 80px);align-items: center;}


/*********************** footer end ********************************/



@media screen and (max-width:1800px) {
	.header .h_nav{margin-right: 20px;}
	.header .h_nav ul>li{margin: 0 2px;}
}
@media screen and (max-width:1688px) {
	.header .h_nav ul>li>a{padding: 0 15px;}
	.header .h_more .phone_box{padding-left: 20px;margin-left: 20px;}
	.header .h_logo .img{width: 160px;}
	.header{padding-right: 20px;}
}
@media screen and (max-width:1460px) {
	.header .h_nav ul>li>a{font-size: 16px;}
	.header .h_more .phone_box span{font-size: 20px;}
	.header .h_nav ul>li>a{padding: 0 10px;}
	.header .h_nav ul>li>a:hover:before, .header .h_nav ul>li.active a:before{width: 8px;}
	
	.container{width: 1180px;}
	.about_box .ab_box a{margin-top: 50px;}
	.sec3 .sec3_sel_item{height: 70px;line-height: 70px;}
	.pro_sel_item{margin: 0 2px;}
	.pro_sel_item{width: 135px;}
	.pro_sel_item a{font-size: 16px;}
	.ind_tit p{padding-bottom: 15px;}
	.ind_tit{padding-bottom: 25px;}
	.xw_item{padding: 20px 50px;}
	.xw_item2 .img{height: 432px;}
	.pro_item a{padding: 30px 15px;}
}
@media screen and (max-width:1340px) {
	.header .h_nav ul>li>a{font-size: 14px;}
	.header .h_more .phone_box{padding-left: 10px;margin-left: 10px;}
}


.right_menu{position: fixed;z-index: 9999;right: 10px;top: 50%;transform: translateY(-50%);border-radius: 10px;background: #FFFFFF;box-shadow: 0 0 10px #aaa;}
.menu_item+.menu_item{border-top: 1px solid #F8F8F8;}
.menu_item{position: relative;text-align: center;width: 80px;padding: 12px 0 8px;}
.menu_item>img{display: inline-block;}
.menu_item p{font-size: 12px;font-weight: 400;color: #2040BB;line-height: 30px;}

.menu_item .ewm{position: absolute;top: 50%;right: 100%;background: #fff;transform: translateY(-50%);margin-right: 5px;width: 120px;margin-top: 10px;visibility: hidden;opacity: 0;transition: .3s;box-shadow: 0 0 10px #aaa;}
.menu_item .ewm img{width: 100%;}
.menu_item .text{position: absolute;top: 50%;right: 100%;background: #fff;transform: translateY(-50%);margin-right: 5px;padding: 10px 10px;border-radius: 10px;color: #2040BB;font-size: 18px;margin-top: 10px;visibility: hidden;opacity: 0;transition: .3s;width: 200px;text-align: center;box-shadow: 0 0 10px #aaa;}

.menu_item:hover .ewm{opacity: 1;visibility: visible;margin-top: 0;}
.menu_item:hover .text{opacity: 1;visibility: visible;margin-top: 0;}


.NavList_a1 {text-transform: capitalize;}
.NavList_a1 ul {text-align: left;display: block;font-size: 0px;}
.NavList_a1 a {position: relative;font-size: 15px;height: 70px;line-height: 70px;padding: 0px 20px;color: #333;display: block;transition: 0.3s ease 0s;}
.NavList_a1 .more:after {content: "";position: absolute;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;right: 0px;}
.NavList_a1 a:before {position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 3px;background-color: none;transition: all .3s;}
.NavList_a1 a:hover:before {width: 80%;left: 10%;background-color: #FDB700;}
.NavList_a1 li {position: static;display: inline-block;color: #fff;width: auto;vertical-align: top;}
.mbx_box .container{display: flex;justify-content: space-between;}
.mbx_box .dh{}
.mbx_box .mb{flex-shrink: 0;}