/* CSS Document */
*{margin:0;padding:0;border:0;outline:none}
@font-face{font-family:"SourceHanSansCN-Regular";src:url(../fonts/SourceHanSansCN-Regular.woff2) format("woff2"),url(../fonts/SourceHanSansCN-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:"SourceHanSansCN-Bold";src:url(../fonts/SourceHanSansCN-Bold.woff2) format("woff2"),url(../fonts/SourceHanSansCN-Bold.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}
@font-face{font-family:"PingFang-Regular";src:url(../fonts/PingFang-Regular.woff2) format("woff2"),url(../fonts/PingFang-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}
body,html{font-family:"SourceHanSansCN-Regular";height:100%}
body{text-align:center;margin:0 auto;padding:0;background:#fff;font-size:14px;color:#333;width:100%;width:expression(document.body.clientWidth <= 320? "320px":"auto");min-width:320px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
select,input,img{vertical-align:middle}
ul,ol,li{list-style:none}
table{table-layout:fixed !important;width:100% !important}
table,td,input,select,input,textarea{font-size:15px;padding:0;border-color:#ddd;font-family:"SourceHanSansCN-Regular";}
input::-moz-focus-inner{border:none;padding:0px}
select,input{vertical-align:middle}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none}
textarea{resize:none}
.clear{display:block;height:0px;visibility:hidden;clear:both}
.clearfix{zoom:1}
.box{width:100%;max-width:1300px;margin:0 auto;text-align:left;box-sizing:border-box}
.clearfix:after,.max:after{content:"";display:block;height:0px;visibility:hidden;clear:both}
.lf{float:left}
.rg{float:right}
/* 默认链接颜色 */
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#eb0404;text-decoration:none}
/*清除链接虚框*/
a,area{blr:expression(this.onFocus=this.blur())}
:focus{-moz-outline-style:none}

.flexa{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap;}
.itema{-webkit-align-items:center;align-items:center;}
.justb{-webkit-justify-content:space-between;justify-content:space-between;}
.justc{-webkit-justify-content:center;justify-content:center;}

.wbg{ background:#fff;}

/*-------*/
.header{padding:20px 0;width:100%;}
.header .logo{ width:260px;}
.header .logo img{ display:block; max-width:100%; height:55px;}
.header .nav{ max-width:calc(100% - 300px);}
.header .nav ul{ width:100%;}
.header .nav ul li a{ display:block; height:55px; line-height:55px; font-size:17px; color:#333; font-weight:700; padding:0 22px;}
.header .nav ul li a:hover{ color:#eb0404;}
.header .menu{background:url(../images/mue.png) no-repeat center center; width:30px; height:55px; display:none; z-index:99}
.header .menu.toggle-animate{ background:url(../images/muc.png) no-repeat center center;}
.header .meng{ background:rgba(0,0,0,.5); position:fixed; top:0;left:0; width:100%; height:100%; z-index:90; display:none}
.header .meng.show{ display:block}
.header.header-white{position:fixed;top:0;left:0;z-index:999;box-shadow:0px 2px 10px rgba(0,0,0,.08);}

.mySwiper{width:100% !important;height:700px !important;position:relative}
.mySwiper .swiper-slide{overflow:hidden;height:100%}
.mySwiper .swiper-slide .txt{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:94%;color:#fff; padding:0 3%;}
.mySwiper .swiper-slide .txt .p1{ font-size:64px;font-family:"SourceHanSansCN-Bold";font-weight:700;}
.mySwiper .swiper-slide .txt .p2{ font-size:40px; letter-spacing:10px; padding:15px 0;}
.mySwiper .swiper-slide .txt .p1{
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
					transform: translate3d(0, -20px, 0);
	transition: .1s ease .2s;
}
.mySwiper .swiper-slide .txt .p2{
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
					transform: translate3d(0, 20px, 0);
	transition: .1s ease .2s;
}
.mySwiper .swiper-slide-active .txt .p1,.mySwiper .swiper-slide-active .txt .p2{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .15s ease .4s;
}
.mySwiper .swiper-dian{bottom:4%; text-align:center; width:94%; padding:0 3%}
.mySwiper .swiper-dian span{ width:12px; height:12px;border-radius:50% background:#fff;opacity:1}
.mySwiper .swiper-dian .swiper-pagination-bullet-active{ background:#eb0404}

.htit{ padding-top:55px; padding-bottom:20px; text-align:center}
.htit h2{ font-size:48px;font-family:"SourceHanSansCN-Bold";}
.htit p{ font-size:16px; color:#c8c8c8; text-transform:uppercase; letter-spacing:5px; line-height:1.2; padding-top:10px; padding-bottom:17px; background:url(../images/hx_r4.png) no-repeat center bottom;}
.ntit{ padding-bottom:0;}

.show-h{ padding-bottom:45px;}
.show-h .hd{ width:100%; padding-top:15px; padding-bottom:15px;}
.show-h .hd ul{ width:100%; text-align:center;}
.show-h .hd ul li{ width:15%; margin-right:2%;}
.show-h .hd ul li:nth-of-type(6n){ margin-right:0;}
.show-h .hd ul li span,.show-h .hd ul li a{ display:block; font-size:18px; height:55px; line-height:55px; color:#545454; font-weight:700;border-radius:7px; background:#f2f2f2; cursor:pointer;}
.show-h .hd ul li.on span,.show-h .hd ul li.on a{background:#eb0404; color:#fff;}
.show-h .bd{ width:100%;}
.show-h .bd dl{ width:23.5%; margin-top:2%; margin-right:2%; box-sizing:border-box; border:1px solid #ddd; background:#fff;}
.show-h .bd dl:nth-of-type(4n){ margin-right:0;}
.show-h .bd dl dt{ width:100%; height:0; padding-top:75.4%; position:relative;}
.show-h .bd dl dt a{display:block; position:absolute; width:100%; height:100%; top:0; left:0;}
.show-h .bd dl dt img{ display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.show-h .bd dl dd{ padding:10px 10px 15px; text-align:center; line-height:32px;}
.show-h .bd dl dd a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:18px; font-weight:700;}
.show-h .bd dl dd p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; font-size:16px; color:#686868;}

.more{ text-align:center; padding-bottom:75px;}
.more a,.more a:hover{ display:inline-block; height:66px; line-height:66px; font-size:20px; padding:0 70px 0 30px; background:url(../images/hx_r5.png) no-repeat 86% center #eb0404;border-radius:7px; color:#fff;}

.lbg{ background:url(../images/bg1.jpg) no-repeat center top; background-size:cover; padding-top:100px;}
.lybox .zuo{ width:52%;}
.lybox .ztt{font-family:"SourceHanSansCN-Bold"; color:#fff;}
.lybox .ztt p{ font-size:26px; color:#fff; line-height:1.2; padding:5px 0; text-transform:uppercase}
.lybox .ztt h2{ font-size:48px; line-height:1.5;}
.lybox .hd{ padding-bottom:70px;}
.lybox .hd dl{ width:48.5%; margin-right:3%; margin-top:3%; background:rgba(0,0,0,.2); text-align:center; box-sizing:border-box; padding:20px 15px; cursor:pointer}
.lybox .hd dl:nth-of-type(even){ margin-right:0;}
.lybox .hd dl dt img{ display:block; margin:0 auto; width:60px; height:60px;}
.lybox .hd dl dd{ font-size:18px; font-weight:700; color:#fff; line-height:32px; padding-top:5px;}
.lybox .hd dl.on{ background:#e80706;}
.lybox .you{ width:40%; background:#fff; box-sizing:border-box; padding:40px 35px;}
.lybox .you h2{ font-size:32px;font-family:"SourceHanSansCN-Bold"; line-height:46px; padding:5px 0;}
.lybox .you p{ padding-top:25px; padding-left:40px; font-size:17px; line-height:29px; color:#606a73; position:relative}
.lybox .you span.num{ display:block; position:absolute; left:0; top:26px; font-size:24px; font-family:Arial, Helvetica, sans-serif; opacity:.3; font-weight:700;}
.lybox .you a,.lybox .you a:hover{ display:inline-block; height:64px; line-height:64px; font-size:18px; font-weight:700; padding:0 65px 0 30px; background:url(../images/hx_r5.png) no-repeat 85% center #eb0404;border-radius:7px; color:#fff; margin-top:40px;}

.hbg{ background:#f7f8f9;}
.case-h{position:relative; padding-top:15px;}
.case-h .swiper-case{ width:100% !important; height:auto !important; position:relative; padding-bottom:45px;}
.case-h .swiper-case .swiper-slide dl{ text-align:center;-moz-box-shadow:0 0 25px rgba(0,0,0,.1);-webkit-box-shadow:0 0 25px rgba(0,0,0,.1);box-shadow:0 0 25px rgba(0,0,0,.1); background:#fff;}
.case-h .swiper-case .swiper-slide dl dt{width:100%; height:0; padding-top:71%; position:relative;}
.case-h .swiper-case .swiper-slide dl dt a{display:block; position:absolute; width:100%; height:100%; top:0; left:0;}
.case-h .swiper-case .swiper-slide dl dt img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.case-h .swiper-case .swiper-slide dl dd{ padding:20px 20px 25px; text-align:left}
.case-h .swiper-case .swiper-slide dl dd a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:20px; font-weight:700;font-family:"SourceHanSansCN-Bold"; line-height:36px;}
.case-h .swiper-case .swiper-slide dl dd div{ padding-top:15px;}
.case-h .swiper-case .swiper-slide dl dd span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; width:48.5%; box-sizing:border-box; font-size:16px; color:#6f6f6f; padding-left:20px; background:url(../images/hx_r8.png) no-repeat left center; background-size:13px auto;}
.case-h .cnext,.case-h .cprev{ position:absolute; width:23px; height:23px; top:50%; margin-top:-12px; cursor:pointer; opacity:.5; z-index:2;}
.case-h .cnext{ right:-28px; background:url(../images/hx_r7.png) no-repeat center center; background-size:100% 100%;}
.case-h .cprev{ left:-28px; background:url(../images/hx_r6.png) no-repeat center center; background-size:100% 100%;}
.case-h .cnext:hover{ opacity:1}
.case-h .cprev:hover{ opacity:1}

.about-h{ position:relative; padding-top:22px;}
.about-h .zuo{ width:52.3%; height:464px; overflow:hidden}
.about-h .zuo img{ display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.about-h .you{ background:#fff; width:52.3%; height:464px; padding:35px; margin-left:-60px; margin-top:30px;border-radius:25px 0 0 0; box-sizing:border-box;}
.about-h .you .tit{ position:relative;}
.about-h .you .tit h2{display:block;font-size:36px;font-weight:700;font-family:"SourceHanSansCN-Bold";color:#000;line-height:1.5;}
.about-h .you .btt{ padding:25px 0 20px;}
.about-h .you .btt a{ display:block; width:28%; background:#f2f2f2;border-radius:5px; font-size:18px; color:#545454; height:55px; line-height:55px; text-align:center; margin-right:2%; font-weight:700;}
.about-h .you .btt a:nth-of-type(3n){ margin-right:0;}
.about-h .you .btt a.on{ background:#eb0404; color:#fff;}
.about-h .you .txt{ color:#454545; font-size:16px; line-height:35px; height:245px; text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;font-family:"PingFang-Regular";}
.about-h .you .t30{ padding-top:20px;}

.ysbox{box-shadow:0px 2px 25px rgba(0,0,0,.1); margin-top:30px; margin-bottom:80px; padding:32px 0;}
.ysbox dl{ width:25%; text-align:center;}
.ysbox dl:not(:last-child){ background:url(../images/hr1.png) repeat-y right top;}
.ysbox dl dt{ font-size:46px; line-height:56px; color:#eb0404; font-weight:700;font-family:"SourceHanSansCN-Bold";}
.ysbox dl dt sup{ font-size:17px; padding-left:10px; line-height:21px;height:21px; display:inline-block;}
.ysbox dl dd{ font-size:16px; line-height:26px; padding-top:10px;}

.xbg{ background:#f8f8f8;}
.news-h{ padding-bottom:80px;}
.news-h .hd{ width:100%; padding-top:15px; padding-bottom:10px;}
.news-h .hd ul{ width:100%; text-align:center;}
.news-h .hd ul li{ width:15%; margin-right:2%;}
.news-h .hd ul li:nth-of-type(3n){ margin-right:0;}
.news-h .hd ul li span{ display:block; font-size:18px; height:55px; line-height:55px; color:#545454; font-weight:700;border-radius:7px; background:#f2f2f2; cursor:pointer;}
.news-h .hd ul li.on span{background:#eb0404; color:#fff;}
.news-h .bd dl{ width:49%; margin-top:2%; margin-right:2%; background:#fff; box-sizing:border-box; padding:20px;border-radius:10px;box-shadow:0px 2px 15px rgba(0,0,0,.05);}
.news-h .bd dl:nth-of-type(even){ margin-right:0;}
.news-h .bd dl dt{ width:190px; overflow:hidden;}
.news-h .bd dl dt img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.news-h .bd dl dd{width:calc(100% - 190px); box-sizing:border-box; padding-left:20px;}
.news-h .bd dl dd a.t{ font-size:18px; line-height:36px; height:36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; font-weight:700;font-family:"SourceHanSansCN-Bold";}
.news-h .bd dl dd a.x{ display:inline-block; color:#eb0404;}
.news-h .bd dl dd p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-size:15px; line-height:28px; color:#8b8b8b; padding-top:3px;}
.news-h .bd dl dd span{ display:block; font-size:15px; line-height:28px; color:#a9a9a9; background:url(../images/hx_r11.png) no-repeat 0 9px; background-size:15px 15px; padding-top:3px; padding-left:22px;}

.fbg{ background:#1a1a1a;}
.links{ padding:30px 0; border-bottom:1px solid #3c3c3c;}
.links .ltit{ height:36px; line-height:36px; font-size:14px; color:#545454;}
.links .ltit h2{ font-size:20px;font-family:"SourceHanSansCN-Bold"; display:inline-block; color:#fff;}
.links .ltit span{ text-transform:uppercase; display:inline-block; padding-left:10px;}
.links .list{ padding-top:10px;}
.links .list a{ display:inline-block; color:#828282; font-size:15px; line-height:27px; padding-right:30px;}

.footer{ color:#fff; padding-top:45px; padding-bottom:55px;}
.footer .zuo{ background:url(../images/hr2.png) repeat-y right top; width:24%; padding-right:5%;}
.footer .zuo span{ display:block; font-size:18px; line-height:32px;font-family:"PingFang-Regular";}
.footer .zuo h3{ font-size:30px; line-height:36px; padding:15px 0 25px 40px;font-family:"SourceHanSansCN-Bold"; font-weight:700; background:url(../images/hx_r12.png) no-repeat 0 20px; background-size:29px auto;}
.footer .zuo a,.footer .zuo a:hover{display:inline-block; height:52px; line-height:52px; font-size:16px; padding:0 60px 0 30px; background:url(../images/hx_r17.png) no-repeat 78% center #eb0404;border-radius:7px; color:#fff;}
.footer .mid{width:35%; padding:0 5.5%; background:url(../images/hr2.png) repeat-y right top;}
.footer .mid h3{ font-size:19px; font-weight:700;font-family:"SourceHanSansCN-Bold"; letter-spacing:1px; padding-bottom:15px;}
.footer .mid p{ font-size:16px; color:#767676; line-height:39px; padding-left:25px;}
.footer .mid p.s1{ background:url(../images/hx_r13.png) no-repeat 0 10px; background-size:17px 17px;}
.footer .mid p.s2{ background:url(../images/hx_r14.png) no-repeat 0 10px; background-size:17px 17px;}
.footer .mid p.s3{ background:url(../images/hx_r15.png) no-repeat 0 11px; background-size:17px 17px;}
.footer .mid p.s4{ background:url(../images/hx_r16.png) no-repeat 0 10px; background-size:17px 17px;}
.footer .you{ width:20%; padding-left:5%;}
.footer .you img{display:block;max-width:calc(100% - 60px);}
.footer .you span{display:block;writing-mode:vertical-rl;font-size:15px;letter-spacing:2px;width:30px;padding-left:15px;}

.copy{ color:#767676; font-size:14px; line-height:28px; padding:24px 0; text-align:center; border-top:1px solid rgba(255,255,255,.07)}
.copy a{ color:#767676;}


/*-内页-*/
.nbanner{ height:400px;}
.nbanner .box{ height:100%;}
.nbanner .nr{ border-left:6px solid #fff; padding-left:20px;}
.nbanner .nr .tt{ display:block;font-size:42px;font-weight:700;font-family:"SourceHanSansCN-Bold"; height:50px; line-height:50px; color:#fff;}
.nbanner .nr p{ font-size:16px; line-height:22px; padding-top:8px; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:5px;}

.nnav{ width:100%; padding-top:30px;}
.nnav ul{ width:100%; text-align:center;}
.nnav ul li{ width:15%; margin-right:2%;}
.nnav ul li a{ display:block; font-size:18px; height:55px; line-height:55px; color:#545454; font-weight:700;border-radius:7px; background:#f2f2f2; cursor:pointer;}
.nnav ul li.on a{background:#eb0404; color:#fff;}
.xnav{ padding-bottom:40px;}
.cnav{ padding-bottom:15px;}
.xnav ul li:nth-of-type(3n){ margin-right:0;}
.cnav ul li:nth-of-type(6n){ margin-right:0;}

.news-n{ border-top:1px dotted #c1c1c1;}
.news-n dl{ width:100%; padding:35px 0; background:#fff; box-sizing:border-box; border-bottom:1px dotted #c1c1c1;}
.news-n dl:nth-of-type(even){ margin-right:0;}
.news-n dl dt{ width:240px; overflow:hidden; height:158px;}
.news-n dl dt img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.news-n dl dd{width:calc(100% - 240px); box-sizing:border-box; padding-left:25px;font-family:"PingFang-Regular";}
.news-n dl dd a.t{ font-size:22px; line-height:46px; height:46px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; font-weight:700;font-family:"SourceHanSansCN-Bold";}
.news-n dl dd p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-size:16px; line-height:28px; color:#8b8b8b; padding-top:5px;}
.news-n dl dd span{ display:block; font-size:16px; line-height:28px; color:#a9a9a9; background:url(../images/hx_r11.png) no-repeat 0 6px; background-size:15px 15px; margin-top:10px; padding-left:22px;}

.case-n dl{ width:31.6%; text-align:center;-moz-box-shadow:0 0 25px rgba(0,0,0,.1);-webkit-box-shadow:0 0 25px rgba(0,0,0,.1);box-shadow:0 0 25px rgba(0,0,0,.1); background:#fff; margin-right:2.6%; margin-top:2.6%;}
.case-n dl:nth-of-type(3n){ margin-right:0;}
.case-n dl dt{width:100%; height:0; padding-top:71%; position:relative;}
.case-n dl dt a{display:block; position:absolute; width:100%; height:100%; top:0; left:0;}
.case-n dl dt img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.case-n dl dd{ padding:20px 20px 25px; text-align:left}
.case-n dl dd a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:20px; font-weight:700;font-family:"SourceHanSansCN-Bold"; line-height:36px;}
.case-n dl dd div{ padding-top:15px;}
.case-n dl dd span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; width:48.5%; box-sizing:border-box; font-size:16px; color:#6f6f6f; padding-left:20px; background:url(../images/hx_r8.png) no-repeat left center; background-size:13px auto;}

.show-n dl{ width:23.5%; margin-top:2%; margin-right:2%; box-sizing:border-box; border:1px solid #ddd; background:#fff;}
.show-n dl:nth-of-type(4n){ margin-right:0;}
.show-n dl dt{ width:100%; height:0; padding-top:75.4%; position:relative;}
.show-n dl dt a{display:block; position:absolute; width:100%; height:100%; top:0; left:0;}
.show-n dl dt img{ display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.show-n dl dd{ padding:10px 10px 15px; text-align:center; line-height:32px;}
.show-n dl dd a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:18px; font-weight:700;}
.show-n dl dd p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; font-size:16px; color:#686868;}

.join-n{ padding-top:40px;}
.join-n table{ width:100%;}
.join-n table tr td{ font-size:16px; color:#5b5b5b; box-sizing:border-box; line-height:25px; padding:27px 25px 25px; border-bottom:1px dotted #ddd;}
.join-n table tr:nth-of-type(1) td{ color:#fff; background:#eb0404; border-bottom:none}
.join-n table tr td:nth-of-type(1){ width:35%;}
.join-n table tr td:nth-of-type(2){ width:28%;}
.join-n table tr td:nth-of-type(3){ width:18%;}
.join-n table tr td:nth-of-type(4){ width:19%;}
.join-n table tr td a{ color:#5b5b5b;}

.contact-n{ padding-bottom:70px;}
.lxbox{display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);grid-gap:30px; padding-top:40px; padding-bottom:60px;}
.lxbox dl{ border:1px solid #e5e5e5; text-align:center; padding:50px 30px; color:#000}
.lxbox dl dt img{ display:block; width:93px; margin:0 auto}
.lxbox dl:nth-of-type(4) dt img{ width:130px;}
.lxbox dl dd{ padding-top:25px;}
.lxbox dl dd h3{ font-size:17px; line-height:30px;}
.lxbox dl dd p{ font-size:16px; line-height:26px; padding-top:10px;font-family:"PingFang-Regular";}

.map-n{ box-sizing:border-box; border:1px solid #e5e5e5; height:500px;}

.b18{border-top:18px solid #f4f4f4;}
.lytab ul{ float:left; width:100%; padding:25px 0 60px;}
.lytab ul li{ float:left; width:100%; position:relative; padding:10px 0; text-align:center;}
.lytab ul li.liz{ float:left; width:49%;}
.lytab ul li.lir{ float:right;}
.lytab ul li.lib{ padding-top:25px;}
.lytab ul li.liz input,.lytab ul li.li10 textarea{ display:block; width:100%; border:1px solid #eee; font-size:16px; box-sizing:border-box; background:#fff; color:#333;}
.lytab ul li.liz input{ height:62px; line-height:62px; padding:0 20px;}
.lytab ul li.li10 textarea{ padding:17px 20px; width:100%; height:180px; line-height:24px;}
.lytab ul li.li10 input{ background:#eb0404; color:#fff; font-size:18px; font-weight:bold; border:none; height:56px; line-height:56px; width:180px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.lytab ul li.li10 input#reset{ background:#9c9c9c; margin-left:26px;}

.rbg{ background:#eb0404; margin-top:40px;}
.ysbox-n{ padding:32px 0;}
.ysbox-n dl{ width:25%; text-align:center; color:#fff;}
.ysbox-n dl:not(:last-child){ background:url(../images/hr6.png) repeat-y right top;}
.ysbox-n dl dt{ font-size:46px; line-height:56px; color:#fff; font-weight:700;font-family:"SourceHanSansCN-Bold";}
.ysbox-n dl dt sup{ font-size:17px; padding-left:10px; line-height:21px;height:21px; display:inline-block;}
.ysbox-n dl dd{ font-size:16px; line-height:26px; padding-top:10px;}

.whbox{ padding-bottom:90px;}
.whbox dl{ width:31.6%; text-align:center;-moz-box-shadow:0 0 25px rgba(0,0,0,.1);-webkit-box-shadow:0 0 25px rgba(0,0,0,.1);box-shadow:0 2px 15px rgba(0,0,0,.03); background:#fff; margin-right:2.6%; margin-top:2.6%; text-align:center; box-sizing:border-box; padding:35px 30px;}
.whbox dl:nth-of-type(3n){ margin-right:0;}
.whbox dl dt{width:100%;}
.whbox dl dt img{ display:block; width:65px; height:65px; margin:0 auto;}
.whbox dl dd{ padding-top:20px;}
.whbox dl dd h3{ font-size:20px; line-height:32px;font-family:"SourceHanSansCN-Bold"; font-weight:700}
.whbox dl dd p{ font-size:15px; color:#4c4c4c; line-height:27px; padding-top:10px;}

.honor-n{position:relative; padding-top:16px; padding-bottom:75px;}
.honor-n .swiper-honor{ width:100% !important; height:auto !important; position:relative;}
.honor-n .swiper-honor .swiper-slide dl{ width:100%; text-align:center;}
.honor-n .swiper-honor .swiper-slide dl dt{ width:100%; height:0; padding-top:137%; position:relative; box-sizing:border-box; border:1px solid #ddd;}
.honor-n .swiper-honor .swiper-slide dl dt a{display:block; position:absolute; width:100%; height:100%; top:0; left:0;}
.honor-n .swiper-honor .swiper-slide dl dt img{ display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}
.honor-n .swiper-honor .swiper-slide dl dd{ padding-top:12px; color:#585858; font-size:16px; line-height:32px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honor-n .rnext,.honor-n .rprev{ position:absolute; width:37px; height:37px; top:50%; margin-top:-18px; cursor:pointer; opacity:.4; z-index:2;border-radius:50%;}
.honor-n .rnext{ right:-45px; background:url(../images/rrb.png) no-repeat center center; background-size:100% 100%;}
.honor-n .rprev{ left:-45px; background:url(../images/rlb.png) no-repeat center center; background-size:100% 100%;}
.honor-n .rnext:hover{ opacity:1}
.honor-n .rprev:hover{ opacity:1}

.weizhi{ font-size:14px; color:#535353; line-height:30px; padding:20px 0; background:url(../images/hr4.png) repeat-x left bottom #f8f8f8;}
.weizhi a{color:#535353; display:inline-block; padding:0 10px;}
.weizhi a:nth-of-type(1){ background:url(../images/wz.png) no-repeat left center; background-size:20px auto; padding-left:30px;}

.xcbox{ padding-top:45px; padding-bottom:65px;}
.xcbox .ximg{ width:48.5%; height:475px; background:#fff;}
.xcbox .ximg img{display:block;max-width:100%;max-height:100%;object-fit:cover;object-position:center center;}
.xcbox .xtxt{ width:48.5%;}
.xcbox .xtxt h1{ font-size:34px; color:#343434;font-family:"SourceHanSansCN-Bold"; font-weight:700; line-height:52px; padding:20px 0; background:url(../images/hr4.png) repeat-x left bottom;}
.xcbox .xtxt p{ font-size:15px; line-height:35px; color:#616161; padding:22px 0 50px;}
.xcbox .xtxt .cs,.xcbox .xtxt .bt{ width:100%;}
.xcbox .xtxt .cs{ background:url(../images/hr4.png) repeat-y left top;}
.xcbox .xtxt .cs li{ width:33.33333%; font-size:15px; color:#8a8a8a; text-align:center; padding:10px; background:url(../images/hr4.png) repeat-y right top; box-sizing:border-box;}
.xcbox .xtxt .cs li span{ display:block; font-size:17px; font-weight:700; line-height:31px; padding-bottom:5px; color:#010101;}
.xcbox .xtxt .bt{ padding-top:35px;}
.xcbox .xtxt .bt .an{ width:56%; text-align:center; background:#eb0404; padding:17px; box-sizing:border-box;border-radius:5px;}
.xcbox .xtxt .bt .an span{ display:inline-block; padding-left:50px; height:50px; line-height:50px; color:#fff;font-family:"SourceHanSansCN-Bold"; font-weight:700; text-align:left}
.xcbox .xtxt .bt .an:nth-of-type(1){width:42%; opacity:.3}
.xcbox .xtxt .bt .an:nth-of-type(1) span{ background:url(../images/s_r1.png) no-repeat left center; font-size:17px;}
.xcbox .xtxt .bt .an:nth-of-type(2) span{ background:url(../images/s_r2.png) no-repeat left center; font-size:24px; line-height:28px;}
.xcbox .xtxt .bt .an:nth-of-type(2) em{ display:block; font-size:14px; line-height:22px; font-weight:500; font-style:normal}

.ctit{ padding:50px 0 15px; background:url(../images/hr4.png) repeat-x left bottom;}
.ctit h2{ display:block; font-size:24px; height:46px; line-height:46px; font-weight:700;font-family:"SourceHanSansCN-Bold"; background:url(../images/hr5.png) no-repeat left center; padding-left:20px;}

.cptxt{ padding-top:30px; padding-bottom:60px; font-size:16px; line-height:36px;}
.cptxt img{ max-width:100% !important; height:auto !important;}

.nrtit{ padding-top:45px; text-align:center}
.nrtit h1{ font-size:32px; font-weight:700; line-height:46px;}
.nrtime{ font-size:15px; line-height:25px; padding:15px 0; color:#999; text-align:center; border-bottom:1px solid #eee;}
.nrtxt{ padding:20px 0; font-size:16px; line-height:36px;}
.nrtxt img{ max-width:100% !important; height:auto !important;}

.xglist{ padding:20px 0 70px;}
.xglist ul{ width:100%;}
.xglist ul li{ width:48.5%; font-size:16px; line-height:44px; padding:5px 0; border-bottom:1px dashed #eee;}
.xglist ul li span{ float:right; color:#999;}
.xglist ul li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}



/*--------分页-------*/
.next_fy{text-align:center;font-size:14px;padding-bottom:75px;padding-top:50px;}
.next_fy a{height:36px;line-height:36px;margin:3px;display:inline-block;border:1px solid #ddd;background:#fff;padding:0 13px;}
.next_fy a:hover,.next_fy a.active{border:1px solid #e61c1c;background:#e61c1c;color:#fff;border-radius:3px;}
.next_fp{ font-size:16px;line-height:32px;color:#333;padding-top:20px;border-top:1px solid #eee;}
.next_fp a{color:#333}
.next_fp a:hover{color:#eb0404}
.next_fp p{width:49%;text-align:left;}
.next_fp p:nth-of-type(2){text-align:right;}


@media (max-width:1440px) {
.box{ width:94%;}
.mySwiper{ height:600px !important;}
.mySwiper .swiper-slide .txt .p1{ font-size:60px;}
.mySwiper .swiper-slide .txt .p2{ font-size:36px;}
.htit{ padding-top:50px;}
.htit h2{ font-size:44px;}
.htit p{ font-size:15px;}
.more{ padding-bottom:70px;}
.more a,.more a:hover{ height:62px; line-height:62px; padding-right:60px; font-size:19px;}
.lbg{ padding-top:90px;}
.lybox .zuo{ width:50%;}
.lybox .ztt h2{ font-size:44px;}
.lybox .ztt p{ font-size:22px;}
.lybox .hd{ padding-top:5px;}
.lybox .you{ width:44%;}
.lybox .you h2{ font-size:30px; line-height:44px;}
.case-h .cnext,.case-h .cprev{ width:35px; height:35px; margin-top:-18px;}
.case-h .cnext{ right:10px; background-color:#fff !important; background-size:23px 23px;}
.case-h .cprev{ left:10px; background-color:#fff !important; background-size:23px 23px;}
.honor-n .rnext{ right:10px; background-color:#fff !important;}
.honor-n .rprev{ left:10px; background-color:#fff !important;}
.about-h .you .tit h2{ font-size:34px;}
.ysbox{ margin-bottom:75px; padding:30px 0;}
.ysbox dl dt,.ysbox-n dl dt{ font-size:42px;}
.news-h{ padding-bottom:75px;}
.nbanner{ height:360px;}
.nbanner .nr .tt{ font-size:40px;}
.news-n dl{ padding:33px 0;}
}

@media (max-width:1200px) {
.header{ padding:18px 0;}
.header .nav ul li a{ font-size:16px; padding:0 20px;}
.mySwiper{ height:560px !important;}
.mySwiper .swiper-slide .txt .p1{ font-size:56px;}
.mySwiper .swiper-slide .txt .p2{ font-size:32px; padding:13px 0;}
.htit{ padding-top:45px; padding-bottom:16px;}
.htit h2{ font-size:40px;}
.show-h{ padding-bottom:40px;}
.show-h .hd ul li span,.show-h .bd dl dd a,.show-n dl dd a{ font-size:17px;}
.show-h .bd dl dd p,.show-n dl dd p{ font-size:15px;}
.more{ padding-bottom:65px;}
.more a,.more a:hover{ font-size:18px; height:60px; line-height:60px;}
.lbg{ padding-top:80px;}
.lybox .you{ padding:35px 30px;}
.lybox .you p{ padding-top:22px;}
.lybox .you span.num{top:23px;}
.lybox .ztt h2{ font-size:42px;}
.lybox .ztt p{ font-size:20px;}
.lybox .hd dl{ padding:17px 15px;}
.case-h .swiper-case{ padding-bottom:40px;}
.case-h .swiper-case .swiper-slide dl dd{ padding:16px 17px 20px;}
.case-h .swiper-case .swiper-slide dl dd a{ font-size:19px;}
.case-h .swiper-case .swiper-slide dl dd div{ padding-top:13px;}
.case-h .swiper-case .swiper-slide dl dd span{ font-size:15px;}
.about-h .you{ padding:30px;border-radius:20px 0 0 0;}
.about-h .you .tit h2{ font-size:32px;}
.about-h .you .btt{ padding-top:23px;}
.about-h .you .btt a{ font-size:17px; height:52px; line-height:52px;}
.ysbox{ margin-bottom:70px; margin-top:25px;}
.news-h{ padding-bottom:70px;}
.news-h .bd dl{ padding:17px;}
.links{ padding:26px 0;}
.footer .zuo{ width:27%; padding-right:3%;}
.footer .zuo span{ font-size:17px;}
.footer .zuo h3{ font-size:28px;}
.footer .mid{ width:39%; padding:0 3.5%;}
.footer .you{ padding-left:3%; width:21%;}
.xcbox .xtxt h1{ font-size:32px;}
.whbox{ padding-bottom:80px;}
.lxbox{ padding-top:25px;grid-gap:26px; padding-bottom:55px;}
.lxbox dl{ padding:40px 25px;}
}

@media (max-width:1100px) {
.header .menu{ display:block}
.header .nav{ position:fixed; width:50%; left:-110%; top:0; height:100vh; background:#fff; overflow:auto; max-width:none; z-index:999;}
.header .nav.active{left:0;}
.header .nav ul{ display:block; padding-top:10%;}
.header .nav ul li{ border-bottom:1px solid #f6f6f6;}
.mySwiper{ height:500px !important;}
.mySwiper .swiper-slide .txt .p1{ font-size:52px;}
.mySwiper .swiper-slide .txt .p2{ font-size:29px; padding:12px 0;}
.htit h2,.lybox .ztt h2{ font-size:38px;}
.htit p{ font-size:14px;}
.nbanner{ height:300px;}
.nbanner .nr .tt{ font-size:38px;}
.xnav{ padding-top:20px; padding-bottom:35px;}
.news-n dl{ padding:30px 0;}
.next_fy{ padding-top:40px; padding-bottom:60px;}
.nrtit{ padding-top:40px;}
.nrtit h1{ font-size:28px;}
.ctit{ padding-top:40px;}
.ctit h2{ font-size:22px;}
.xglist{ padding-top:15px; padding-bottom:55px;}
.xcbox{ padding-top:35px; padding-bottom:50px;}
.cptxt{ padding-top:25px; padding-bottom:50px;}
.xcbox .xtxt .bt .an{ padding:13px;}
.xcbox .xtxt .bt .an span{ padding-left:45px; height:44px; line-height:44px;}
.xcbox .xtxt .bt .an:nth-of-type(1) span{ font-size:16px; background-size:36px 36px;}
.xcbox .xtxt .bt .an:nth-of-type(2) span{ font-size:20px; background-size:36px 36px; line-height:24px;}
.xcbox .xtxt .bt .an:nth-of-type(2) em{ font-size:13px; line-height:20px;}
.xcbox .xtxt h1{ font-size:30px; line-height:46px; padding:16px 0}
.xcbox .xtxt p{ padding-top:18px; padding-bottom:35px;}
.xcbox .xtxt .cs li{ padding:5px;}
.xcbox .xtxt .bt{ padding-top:30px;}
.rbg{ margin-top:30px;}
.whbox,.honor-n{ padding-bottom:70px;}
}

@media (max-width:990px) {
.header{ padding:15px 0;}
.mySwiper .swiper-slide .txt .p1{ font-size:50px;}
.mySwiper .swiper-slide .txt .p2{ font-size:28px;}
.show-h .hd{ padding-top:0;}
.show-h .hd ul li{ width:32%; margin-top:2%;}
.show-h .hd ul li:nth-of-type(3n){ margin-right:0;}
.htit{ padding-top:35px; padding-bottom:12px;}
.htit h2,.lybox .ztt h2{ font-size:36px;}
.htit p{ padding-bottom:15px;}
.show-h .bd dl{ width:49%;}
.show-h .bd dl:nth-of-type(4n){ margin-right:2%;}
.show-h .bd dl:nth-of-type(even){ margin-right:0;}
.show-h{ padding-bottom:32px;}
.more{ padding-bottom:55px;}
.lbg{ padding-top:35px; padding-bottom:40px;}
.lybox .zuo{ width:100%;}
.lybox .you{ width:100%;}
.lybox .hd{ padding-bottom:35px;}
.case-h{ padding-top:20px;}
.about-h{ padding-top:17px;}
.about-h .zuo{ width:100%; height:auto;}
.about-h .you{ width:100%; margin:0 auto; padding:30px 0 15px; height:auto;}
.about-h .you .txt{ height:auto;}
.ysbox{ margin-bottom:50px; padding:25px 0;}
.ysbox dl,.ysbox-n dl{ box-sizing:border-box; padding:0 5px;}
.ysbox dl dt,.ysbox-n dl dt{ font-size:36px;}
.ysbox dl dt sup,.ysbox-n dl dt sup{ font-size:15px; height:20px; line-height:20px;}
.ysbox dl dd,.ysbox-n dl dd{ font-size:15px; padding-top:6px;}
.news-h{ padding-bottom:55px;}
.news-h .bd dl{ width:100%; margin-right:0;}
.links{ padding:20px 0;}
.links .ltit h2{ font-size:18px;}
.links .list a{ font-size:14px; line-height:26px; padding-right:20px;}
.footer{ padding:30px 0 35px;}
.footer .zuo{ display:none}
.footer .mid{ width:68.5%; background:none; padding-left:0;}
.footer .you{ width:25%;}
.news-h .hd ul li{ width:23.5%;}
.nbanner{ height:270px;}
.nbanner .nr{ border-left-width:5px; padding-left:16px;}
.nbanner .nr .tt{ font-size:35px;}
.nbanner .nr p{ font-size:15px; padding-top:6px;}
.nnav{ padding-top:0;}
.nnav ul li{ width:32%; margin-top:2%;}
.nnav ul li:nth-of-type(3n){ margin-right:0;}
.xnav ul li{ width:23.5%;}
.show-n dl{ width:49%;}
.show-n dl:nth-of-type(4n){ margin-right:2%;}
.show-n dl:nth-of-type(even){ margin-right:0;}
.case-n dl{ width:48.7%;}
.case-n dl:nth-of-type(3n){ margin-right:2.6%;}
.case-n dl:nth-of-type(even){ margin-right:0;}
.join-n{ padding-top:20px;}
.join-n table tr td{ padding:20px 15px;}
.weizhi{ padding:16px 0;}
.nrtit{ padding-top:35px;}
.nrtit h1{ font-size:26px;}
.xcbox .ximg{ width:100%;}
.xcbox .xtxt{ width:100%;}
.xcbox .xtxt h1{ font-size:26px; line-height:42px; padding-top:20px;}
.whbox,.honor-n{ padding-bottom:65px;}
.honor-n .swiper-honor .swiper-slide dl dd{ font-size:15px; padding-top:10px;}
.whbox dl{ padding:30px 20px;}
.lxbox{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2, 1fr); padding-bottom:45px;}
.contact-n{ padding-bottom:55px;}
.copy{ padding:20px 0;}
}

@media (max-width:860px) {
.mySwiper{ height:450px !important}
.mySwiper .swiper-slide .txt .p1{ font-size:46px;}
.mySwiper .swiper-slide .txt .p2{ font-size:25px;}
.xnav{ padding-top:16px; padding-bottom:30px;}
.news-n dl{ padding:26px 0;}
.news-n dl dd{ padding-left:22px;}
.next_fy{ padding-top:35px;}
.whbox,.honor-n{ padding-bottom:60px;}
}
@media (max-width:768px) {
.header{ padding:12px 0;}
.mySwiper .swiper-slide .txt .p1{ font-size:44px;}
.mySwiper .swiper-slide .txt .p2{ font-size:22px;}
.htit{ padding-top:30px; padding-bottom:10px;}
.htit h2,.lybox .ztt h2{ font-size:32px;}
.htit p{ font-size:13px;}
.lybox .hd{ padding-bottom:30px;}
.lybox .you{ padding:25px 25px 30px;}
.lybox .you h2{ font-size:28px; line-height:40px;}
.lybox .you p{ padding-top:20px;}
.lybox .you span.num{top:20px;}
.lybox .you a,.lybox .you a:hover{ margin-top:25px; height:52px; line-height:52px; padding:0 55px 0 25px; font-size:17px; background-size:auto 6px;}
.case-h .swiper-case{ padding-bottom:35px;}
.more{ padding-bottom:45px;}
.more a,.more a:hover{ font-size:16px; height:52px; line-height:52px; padding-right:55px; padding-left:25px;}
.about-h .you{ padding-top:20px;}
.about-h .you .tit h2{ font-size:30px;}
.about-h .you .btt{ padding-top:20px;}
.ysbox{ padding:20px 0; margin-top:20px;}
.ysbox dl dt,.ysbox-n dl dt{ font-size:32px; line-height:46px;}
.nbanner{ height:250px;}
.nbanner .nr .tt{ font-size:32px;}
.nnav ul li a{ font-size:16px; height:46px; line-height:46px;}
.news-n dl dd a.t{ font-size:20px; height:44px; line-height:44px;}
.news-n dl dd p,.news-n dl dd span{ font-size:15px; line-height:27px;}
.join-n table tr td{ font-size:15px;}
.xcbox{ padding-top:25px; padding-bottom:40px;}
.xcbox .xtxt h1{ font-size:24px;}
.lytab ul{ padding-top:15px; padding-bottom:45px;}
.lytab ul li{ padding:8px 0;}
.lytab ul li.liz input,.lytab ul li.li10 textarea{ font-size:15px;}
.lytab ul li.liz input{ height:56px; line-height:56px; padding:0 15px;}
.lytab ul li.li10 textarea{ padding:15px;}
.lytab ul li.lib{ padding-top:20px;}
.ctit{ padding-top:35px;}
.whbox,.honor-n{ padding-bottom:50px;}
.whbox dl{ width:48.7%;}
.whbox dl:nth-of-type(3n){ margin-right:2.6%}
.whbox dl:nth-of-type(even){ margin-right:0;}
}

@media (max-width:640px) {
.mySwiper{ height:420px !important;}
.mySwiper .swiper-slide .txt .p1{ font-size:40px;}
.mySwiper .swiper-slide .txt .p2{ font-size:19px;}
.htit{ padding-top:25px;}
.htit h2,.lybox .ztt h2{ font-size:30px;}
.show-h .hd ul li span,.news-h .hd ul li span{ height:52px; line-height:52px;}
.lybox .hd{ padding-bottom:25px;}
.lybox .hd dl{ padding:12px;}
.lybox .hd dl dt img{ width:52px; height:52px;}
.lybox .hd dl dd{ font-size:17px;}
.lybox .you h2{ font-size:26px;}
.case-h,.about-h{ padding-top:15px;}
.case-h .swiper-case{ padding-bottom:30px;}
.case-h .swiper-case .swiper-slide dl dd,.case-n dl dd{ padding:12px 12px 15px;}
.case-h .swiper-case .swiper-slide dl dd div,.case-n dl dd div{ padding-top:10px;}
.case-h .swiper-case .swiper-slide dl dd a,.case-n dl dd a{ font-size:18px; line-height:32px;}
.case-h .swiper-case .swiper-slide dl dd span,.case-n dl dd span{ width:100%; padding-top:2px; padding-bottom:2px; font-size:15px;}
.more{ padding-bottom:40px;}
.about-h .you .tit h2{ font-size:28px;}
.about-h .you .btt{ padding:15px 0;}
.about-h .you .btt a{ font-size:16px; width:26%; height:50px; line-height:50px;}
.ysbox{ background:url(../images/hr4.png) repeat-x left center; padding:0;}
.ysbox dl,.ysbox-n dl{ width:50%; padding:10px 5px;}
.ysbox dl:nth-of-type(even),.ysbox-n dl:nth-of-type(even){ background:none}
.news-h{ padding-bottom:45px;}
.news-h .hd ul li{ width:32%;}
.news-h .hd ul li span{ font-size:17px;}
.news-h .bd dl{ padding:15px;}
.news-h .bd dl dd{ padding-left:15px;}
.footer{ padding:20px 0 30px;}
.footer .mid h3{ font-size:18px; padding-bottom:12px;}
.footer .mid p{ font-size:15px; line-height:37px;}
.nbanner{ height:220px;}
.nbanner .nr .tt{ font-size:30px; height:42px; line-height:42px;}
.news-n dl{ padding:22px 0;}
.news-n dl dt{ width:200px; height:140px;}
.news-n dl dd{ width:calc(100% - 200px); padding-left:18px;}
.news-n dl dd a.t{ font-size:19px; height:40px; line-height:40px;}
.next_fy{ padding-top:25px; padding-bottom:45px;}
.next_fy a{ height:32px; line-height:32px; padding:0 11px;}
.join-n{ overflow:auto;}
.join-n .jtab{ width:150%;}
.join-n table tr td{ padding:15px 12px;}
.weizhi{ padding:12px 0;}
.nrtit{ padding-top:25px;}
.nrtit h1{ font-size:22px; line-height:40px;}
.nrtime{ padding-top:10px; font-size:14px; line-height:24px;}
.nrtxt{ padding:15px 0; font-size:15px; line-height:33px;}
.next_fp{ font-size:15px; padding-top:15px;}
.next_fp p{ width:100%;}
.next_fp p:nth-of-type(2){ text-align:left}
.ctit{ padding-top:35px; padding-bottom:10px;}
.ctit h2{ font-size:20px; height:40px; line-height:40px; padding-left:15px;}
.xglist{ padding-bottom:45px;}
.xglist ul li{ width:100%; font-size:15px; line-height:40px;}
.weizhi{ font-size:13px; padding:10px 0; line-height:29px;}
.weizhi a{ padding:0 7px;}
.weizhi a:nth-of-type(1){ background-size:17px auto; padding-left:22px; background-position:0 5px;}
.lytab ul{ padding-top:10px;}
.xcbox .xtxt h1{ font-size:22px; line-height:36px;}
.xcbox .xtxt p{ padding-top:15px; padding-bottom:25px;}
.ysbox-n{ background:url(../images/hr6.png) repeat-x left center; padding:25px 0;}
.lxbox{grid-gap:15px; padding-bottom:35px; padding-top:15px;}
.lxbox dl{ padding:35px 20px;}
.contact-n{ padding-bottom:40px;}
}

@media (max-width:568px) {

}

@media (max-width:440px) {
.header{ padding:8px 0;}
.header .logo img,.header .menu{ height:50px;}
.mySwiper{ height:360px !important}
.mySwiper .swiper-slide .txt .p1{ font-size:36px;}
.mySwiper .swiper-slide .txt .p2{ font-size:17px; letter-spacing:5px;}
.htit{ padding-top:20px;}
.htit h2,.lybox .ztt h2{ font-size:27px;}
.htit p{ font-size:12px;}
.show-h{ padding-bottom:26px;}
.show-h .hd ul li span,.news-h .hd ul li span{ height:46px; line-height:46px; font-size:16px;}
.show-h .bd dl dd,.show-n dl dd{ padding-bottom:12px;}
.more{ padding-bottom:35px;}
.more a,.more a:hover{ font-size:15px; height:46px; line-height:46px; padding-left:20px; padding-right:50px; background-size:auto 6px;}
.lbg{ padding-top:25px;}
.lybox .ztt p{ font-size:18px;}
.lybox .you{ padding:20px 20px 25px;}
.lybox .you h2{ font-size:24px; line-height:36px;}
.lybox .you p{ font-size:16px; padding-top:15px;}
.lybox .you span.num{ font-size:22px; top:16px;}
.about-h .you .tit h2{ font-size:24px;}
.about-h .you .btt a{ width:32%; height:46px; line-height:46px;}
.ysbox dl dt,.ysbox-n dl dt{ font-size:30px; line-height:42px;}
.news-h .bd dl dt{ width:100%;}
.news-h .bd dl dd{ width:100%; padding-left:0; padding-top:10px;}
.footer .mid{ width:100%; padding:0; background:none;}
.footer .you{ width:100%; padding:15px 0 0;-webkit-justify-content:start;justify-content:start;}
.nbanner{ height:170px;}
.nbanner .nr{border-left-width:4px; padding-left:15px;}
.nbanner .nr .tt{ font-size:26px; height:38px; line-height:38px;}
.nbanner .nr p{ font-size:14px; letter-spacing:3px;}
.xnav ul li{ width:32%;}
.xnav{ padding-top:12px; padding-bottom:25px;}
.news-n dl{ padding:20px 0;}
.news-n dl dt{ width:100%; height:auto;}
.news-n dl dd{ width:100%; padding-left:0; padding-top:10px;}
.news-n dl dd span{ margin-top:6px;}
.news-n dl dd a.t{ font-size:17px; height:37px; line-height:37px;}
.news-n dl dd p,.news-n dl dd span{ font-size:14px; line-height:26px;}
.case-n dl{ width:100%; margin-right:0;}
.case-n dl:nth-of-type(3n){ margin-right:0;}
.join-n{ padding-top:12px;}
.join-n .jtab{ width:170%;}
.next_fy{ padding-bottom:40px;}
.nrtit{ padding-top:20px;}
.nrtit h1{ font-size:20px; line-height:36px;}
.nrtime{ padding-top:8px; padding-bottom:10px; font-size:13px;}
.xglist{ padding-top:10px; padding-bottom:35px;}
.xcbox{ padding-top:20px; padding-bottom:35px;}
.xcbox .xtxt h1{ font-size:20px; padding-bottom:12px;}
.xcbox .xtxt p{ padding-top:12px; padding-bottom:20px; line-height:32px;}
.xcbox .xtxt .cs li{ font-size:14px;}
.xcbox .xtxt .cs li span{ font-size:16px; line-height:30px;}
.xcbox .xtxt .bt{ padding-top:25px;}
.xcbox .xtxt .bt .an{ padding:10px 5px;}
.ctit{ padding-top:25px;}
.ctit h2{ font-size:18px; height:36px; line-height:36px;}
.lytab ul li{ padding:6px 0;}
.lytab ul li.liz{ width:100%;}
.lytab ul li.liz input{ height:50px; line-height:50px; padding:0 10px;}
.lytab ul li.li10 textarea{ padding:10px;}
.lytab ul li.li10 input{ height:48px; line-height:48px; width:150px; font-size:16px;}
.rbg{ margin-top:15px;}
.about-h .you .t30{ padding-top:10px;}
.whbox,.honor-n{ padding-bottom:35px;}
.ysbox-n{ padding:20px 0;}
.whbox dl{ padding:20px 15px;}
.whbox dl dd{ padding-top:15px;}
.whbox dl dd h3{ font-size:18px;}
.whbox dl dd p{ font-size:14px; line-height:26px; padding-top:8px;}
.lxbox{ display:block; padding-top:5px; padding-bottom:25px;}
.lxbox dl{ margin-top:15px;}
.copy{ padding:15px 0; font-size:13px;}
.xcbox .ximg{ height:auto;}
}

@media (max-width:375px) {
.mySwiper{ height:280px !important;}
.mySwiper .swiper-slide .txt .p1{ font-size:32px;}
.mySwiper .swiper-slide .txt .p2{ font-size:16px;}
.htit h2,.lybox .ztt h2{ font-size:25px;}
.lybox .hd dl{ padding:8px;}
.lybox .hd dl dt img{ width:46px; height:46px;}
.lybox .hd dl dd{ font-size:15px; line-height:29px;}
.nbanner .nr .tt{ font-size:24px; height:36px; line-height:36px;}
.nbanner .nr p{ font-size:13px; letter-spacing:2px; line-height:20px;}
}

@media (max-width:360px) {

}







