/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
/* html.on { overflow: hidden; height: 100%; } */
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

::-webkit-scrollbar-track{background-color:#f7f7f7}
::-webkit-scrollbar{width:3px; height: 3px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

.header-top{ background: #c02220; height: 60px; line-height: 60px; position: relative; z-index: 9;}
.header-top .container{ display: flex; flex-direction: row; justify-content: space-between;}
.header-top span{ display: inline-block; padding-left: 30px; position: relative; font-size: 1.4em; color: #fff;}
.header-top span img{ position: absolute; width: 20px; height: 20px; left: 0; top: 50%; transform: translateY(-50%);}
.header-top .information{ flex: 1;}
.header-top .information span{ margin-right: 35px;}
.header-top .language{ position: relative;}
.header-top .language span{ padding-right: 20px; padding-left: 35px;}
.header-top .language span img{ width: 24px; height: 24px;}
.header-top .language i{ font-size: 1.2em; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.header-top .language .box{ position: absolute; top: 100%; width: 120px; left: 50%; transform: translateX(-50%); background: #fff; text-align: center; border-radius: 0 0 10px 10px; display: none; cursor: pointer; overflow: hidden; box-shadow: 0 3px 5px rgba(0,0,0,.35);}
.header-top .language:hover .box{ display: block;}
.header-top .language .box li{ width: 100%; height: 45px; line-height: 45px; border-bottom: 1px dashed #c1c1c1;}
.header-top .language .box li:last-child{ border-bottom: none;}
.header-top .language .box li a{ display: block; font-size: 1.4em;}
.header-top .language .box li:hover a{ background: #c02220; color: #fff;}

.header{ background: #21211f; height: 120px; line-height: 120px; position: relative; z-index: 1;}
.header .container{ display: flex; flex-wrap: wrap; align-items: center;}
.header .logo{ width: 40%;}
.header .logo .img2{ display: none;}
.header .pc-nav{ width: 55%; padding-right: 3%;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;     justify-content: space-between;}
.header .pc-nav li{ float: left; height: 120px; position: relative;}
.header .pc-nav li > a{ font-size: 1.6em; color: #fff; padding: 18px 0; position: relative;}
.header .pc-nav li:hover > a, .header .pc-nav li.on > a{ color: #c02220;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #c02220; width: 0; left: 0; bottom: 0; transition: all .3s;}
.header .pc-nav li:hover > a::before, .header .pc-nav li.on > a::before{ width: 100%;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 160px; background: #fff; top: 100%; left: 50%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 0 0 6px 6px;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .nav-box dl{ margin-bottom: 0;}
.header .pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.header .pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.header .pc-nav li .nav-box dd:hover{ background: #c02220;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}

.header.on{ background: rgba(255,255,255,.85); position: fixed; width: 100%; z-index: 999; top: 0;}
.header.on .logo img{ display: none;}
.header.on .logo .img2{ display: inline-block;}
.header.on .pc-nav li > a{ color: #333;}
.header.on:hover{ background: #21211f;}
.header.on:hover .logo img{ display: inline-block;}
.header.on:hover .logo .img2{ display: none;}
.header.on:hover .pc-nav li > a{ color: #fff;}


.header .pc-search{ width: 5%; position: relative; height: 45px;}
.header .pc-search img{ position: absolute; width: 24px; height: 24px; top: 50%; transform: translateY(-50%); right: 0; z-index: 1; cursor: pointer;  }
.header .pc-search .img2{ display: none;}
.header .pc-search .box{ position: absolute; top: 100%; right: -99px; width: 360px; height: 45px; display: flex; flex-wrap: wrap; border-radius: 30px; overflow: hidden; z-index: 0; opacity: 0; visibility: hidden;  transition: all .3s;}
.header .pc-search.hover .box{ opacity: 1; right: -25px; visibility: visible;}
.header .pc-search .box input[type="text"]{ width: 80%; border: none; background: #fff; padding: 0 15px 0 25px; height: 45px; line-height: 45px; font-size: 1.4em; color: #333;}
.header .pc-search .box input[type="submit"]{ width: 20%; border: none; height: 45px; line-height: 45px; background: url(../images/search-icon.svg) no-repeat center #c02220; background-size: 24px;}

.header.on .pc-search img{ display: none;}
.header.on .pc-search .img2{ display: inline-block;}
.header.on:hover .pc-search img{ display: inline-block;}
.header.on:hover .pc-search .img2{ display: none;}


@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0,-30px,0);
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0,-30px,0) ;
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

.header .search{ padding:0 15px; text-align:right;}
.header .search > img{ width: 28px;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #c02220; box-shadow: 0 5px 5px rgba(0,0,0,.5); display:none;}
.header .search-box input[type="text"]{ float:left; width:80%; height:40px; border:none; font-size:1.4em; color:#333; padding-right: 10px; line-height:40px;}
.header .search-box input[type="submit"]{ float:left; width:20%; height:40px; border:none; font-size:1.4em; background:#c02220; color:#fff; line-height:40px;}
.header .search-box select{ position: absolute; width: 18%; top: 0; left: 0; height: 100%; padding: 0 10px; font-size: 1.4em; color: #333; border: none;}


.header .nav-btn { height: 60px; line-height: 60px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 24px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #c02220; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 10px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 20px }
.header .nav-active .nav-icon span:nth-child(2) { width: 26px; }
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; right: -100%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #c02220; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: 91%;}
.nav li{ width: 100%; line-height: 50px; border-bottom: 1px solid #ccc; position: relative;}
.nav li>a { display: inline-block; width: 80%; padding-left: 30px; height: 100%; font-size: 1.4em; color: #333; }
.nav li i{ position: absolute; font-size: 1.8em; color: #333; right: 20px; top: 18px; transition: all .3s;}
.nav li.on > i, .nav li dd.on > i{ transform: rotate(90deg);}
.nav li.on > a{ color: #c02220;}
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; position: relative;}
.nav li dd i{ top: 14px;}
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 80%; line-height: 45px; text-indent: 4em; font-size: 1.4em; color: #333; }
.nav li dd.on > a{ color: #c02220;}
/* .nav li dd .nav-box{ display: none; }
.nav li dd .nav-box a{ border-top: 1px dashed #ccc; text-indent: 6em; }
.nav li dd .nav-box a:hover{ color: #c02220;} */
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ position: relative; height: 28.65vw; width: 100%; overflow: hidden; z-index: 0;}
.banner .swiper-container, .banner .swiper-wrapper, .banner .swiper-slide{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%;}
.banner .swiper-slide img{ position: absolute; width: 100%; height: 100%;}
.banner .swiper-button-next{ right: 10px;}
.banner .swiper-button-prev{ left: 10px;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 40px; height: 80px; border-radius: 4px; margin-top: -40px; background: rgba(0,0,0,.3); transition: all .3s;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 5px; background: #fff; margin: 0 7.5px !important; border-radius: 0; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 40px;}

.i-product{ background: url(../images/index-box1-bg.jpg) no-repeat center; background-size: cover; padding: 85px 0 140px; position: relative; z-index: 0;}
.i-product .container{ display: flex; flex-wrap: wrap;}
.i-product .hd{ background: url(../images/iproduct-hd-bg.jpg) no-repeat center bottom; background-size: cover; flex: 1; padding: 46px 20px;}
.i-product .hd .top{ font-size: 3em; font-weight: bold; color: #fff; position: relative; line-height: 1;  padding-left: 38px; margin-bottom: 40px;}
.i-product .hd .top i{ position: absolute; width: 8px; height: 100%; top: 0; left: 0; background: #fff;}
.i-product .hd li{ height: 60px; line-height: 60px; width: 100%; border: 2px solid #fff; text-align: center;}
.i-product .hd li+li{ margin-top: 25px;}
.i-product .hd li span{ display: inline-block; padding-left: 54px; font-size: 1.8em; font-weight: bold; color: #fff; line-height: 56px;}
.i-product .hd li span.icon1{ background: url(../images/product-icon1.png) no-repeat center left; background-size: 33px;}
.i-product .hd li span.icon2{ background: url(../images/product-icon2.png) no-repeat center left; background-size: 33px;}
.i-product .hd li.on{ background: #fff;}
.i-product .hd li.on span{ color: #c02220;}
.i-product .hd li.on span.icon1{ background: url(../images/product-icon1-2.png) no-repeat center left; background-size: 33px;}
.i-product .hd li.on span.icon2{ background: url(../images/product-icon2-2.png) no-repeat center left; background-size: 33px;}
.i-product .bd{ width: 76.92%;}
.i-product .bd .frame ul{ display: flex; flex-wrap: wrap; }
.i-product .bd .frame li{ width: calc((100% - 80px) / 2); margin-left: 40px; margin-top: 20px; padding-top: 48px; position: relative;}
.i-product .bd .frame li:nth-child(-n+2){ margin-top: 0;}
.i-product .bd .frame li .text{ background: #fff; position: relative; z-index: 0; padding: 28px 43.05% 28px 34px; transition: all .6s;}
.i-product .bd .frame li:hover .text{ box-shadow: 0 0 10px rgba(0,0,0,.35); background: #c02220;}
.i-product .bd .frame li .text .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-product .bd .frame li .text .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 15px; min-height: 72px; text-align: justify; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.i-product .bd .frame li .text .more{ margin-top: 15px; font-size: 1.4em; color: #c02220;}
.i-product .bd .frame li .text .more:hover{ text-decoration: underline;}
.i-product .bd .frame li .img{ position: absolute; z-index: 1; width: 43.05%; right: 0; top: 2px; padding-left: 32px; height: 227px;}
.i-product .bd .frame li .img img{ max-height: 100%;}
.i-product .bd .frame li:hover .text .t, .i-product .bd .frame li:hover .text .p, .i-product .bd .frame li:hover .text .more{ color: #fff;}

.i-other{ background: url(../images/index-box2-bg.jpg) no-repeat center; background-size: cover; padding: 95px 0;}
.i-other ul{ display: flex; flex-wrap: wrap;}
.i-other li{ width: 33.33%; display: flex; flex-wrap: wrap; align-items: center; padding: 0 40px 15px; border-right: 1px solid rgba(255,255,255,.5); position: relative;}
.i-other li::before{ content: ""; position: absolute; z-index: 0; width: 100%; height: 100%; background:  repeating-radial-gradient( rgba(255,255,255,.6), transparent); top: 50%; left: 50%; transform: translate(-50%,-50%); display: none; border-radius: 6px;}
.i-other li:hover::before{ display: block;}
.i-other li:first-child{ padding-left: 30px;}
.i-other li:last-child{ padding-right: 0; border-right: none;}
.i-other li .icon{ width: 25%; position: relative; z-index: 1;}
.i-other li:last-child .icon{ padding-top: 25px;}
.i-other li .icon .hover{ display: none;}
.i-other li:hover .icon img{ display: none;}
.i-other li:hover .icon .hover{ display: inline-block;}
.i-other li .text{ width: 75%; padding-left: 25px; position: relative; z-index: 1;}
.i-other li .text .t{ font-size: 1.8em; font-weight: bold; color: #fff; line-height: 30px;}
.i-other li .text .p{ font-size: 1.4em; line-height: 24px; color: #fff; margin-top: 10px;}
.i-other li:first-child .text{ padding-left: 30px;}
.i-other li:hover .text .t, .i-other li:hover .text .p{ color: #c02220;}

.i-about{ padding: 88px 0 98px; background: url(../images/index-box3-bg.jpg) no-repeat center; background-size: cover;}
.i-about .frame{ display: flex; flex-wrap: wrap;}
.i-about .frame .text{ width: 51.5%; padding-right: 50px;}
.i-about .frame .text .t{ font-size: 3em; color: #c02220; font-weight: bold; line-height: 40px; padding-bottom: 36px; position: relative;}
.i-about .frame .text .t i{ position: absolute; width: 100px; height: 3px; background: #c02220; left: 0; bottom: 0;}
.i-about .frame .text .p{ font-size: 1.4em; margin-top: 45px; line-height: 24px; color: #868686; text-indent: 2em; text-align: justify;}
.i-about .frame .text .btns{ margin-top: 55px;}
.i-about .frame .text .btns a{ display: inline-block; width: 150px; height: 50px; background: #c02220; border: 1px solid #c02220; font-size: 1.4em; color: #fff; line-height: 50px; text-align: center; position: relative; overflow: hidden;}
.i-about .frame .text .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.i-about .frame .text .btns a:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.i-about .frame .img{ flex: 1; position: relative; overflow: hidden;}
.i-about .frame .img img{ position: absolute; width: 100%; height: 100%;}
.i-about .list{ margin-top: 60px;}
.i-about .list ul{ display: flex; flex-wrap: wrap; align-items: center; border: 1px solid #d2d2d2;}
.i-about .list li{ width: 25%; border-right: 1px solid #d2d2d2;  padding: 20px 0; text-align: center;}
.i-about .list li:last-child{ border-right: none;}
.i-about .list li .t{ font-size: 5em; color: #c02220; font-weight: bold; line-height: 1;}
.i-about .list li .p{ font-size: 1.4em; color: #333; text-align: center; margin-top: 8px;}

.index-title{ font-size: 3em; color: #333; font-weight: bold; line-height: 1; position: relative; padding-top: 32px; text-align: center;}
.index-title i{ position: absolute; width: 90px; height: 3px; background: #333; top: 0; left: 50%; transform: translateX(-50%);}

.i-why_me{ background: url(../images/index-box4-bg.jpg) no-repeat center; background-size: cover; padding: 66px 0 88px;}
.i-why_me .index-title{ color: #fff;}
.i-why_me .index-title i{ background: #fff;}
.i-why_me .frame{ margin-top: 68px;}
.i-why_me .frame ul{ display: flex; flex-wrap: wrap;}
.i-why_me .frame li{ width: calc((100% - 160px) / 3); margin-right: 80px;}
.i-why_me .frame li:last-child{ margin-right: 0;}
.i-why_me .frame li .icon{ position: relative; height: 110px; text-align: center;}
.i-why_me .frame li .icon span{ position: absolute; width: 110px; height: 110px; border: 3px solid #c02220; border-radius: 100%; top: 0; left: 50%; transform: translateX(-50%);}
.i-why_me .frame li .icon span img{ position: absolute; width: 64px; height: 64px; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: inherit;}
.i-why_me .frame li:first-child .icon span img{ width: 54px; height: 54px;}
.i-why_me .frame li .text{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 30px; }
.i-why_me .frame li:hover .text{ color: #c02220;}

.i-news{ background: url(../images/index-box5-bg.jpg) no-repeat center; background-size: cover; padding: 66px 0 138px;}
.i-news .frame{ margin-top: 78px; display: flex; flex-wrap: wrap;}
.i-news .frame .hot{ width: 38.5%; margin-right: 38px;}
.i-news .frame .hot .img{ width: 100%; height: 300px; position: relative; overflow: hidden;}
.i-news .frame .hot .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;
}
.i-news .frame .hot:hover .img img{ transform: scale(1.1);} 
.i-news .frame .hot .date{ font-size: 1.4em; color: #333; margin-top: 25px;}
.i-news .frame .hot .t{ font-size: 1.8em; font-weight: bold; color: #333; line-height: 1; margin-top: 10px; margin-bottom: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .frame .hot .p{ margin-top: 12px; font-size: 1.4em; line-height: 24px; color: #999; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news .frame .hot .more{ font-size: 1.4em; color: #c02220; margin-top: 20px;}
.i-news .frame .hot:hover .t{ color: #c02220;}
.i-news .frame .hot .more:hover{ text-decoration: underline;}

.i-news .frame .list{ flex: 1;}
.i-news .frame .list li{ padding-bottom: 46px; border-bottom: 1px solid #d2d2d2;}
.i-news .frame .list li+li{ padding-top: 46px;}
.i-news .frame .list li:last-child{ border-bottom: none; padding-bottom: 0;}
.i-news .frame .list li a{ display: flex; flex-wrap: wrap; align-items: center;}
.i-news .frame .list li .img{ width: 40.71%; height: 186px; position: relative; overflow: hidden; margin-right: 30px;}
.i-news .frame .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-news .frame .list li:hover .img img{ transform: scale(1.1);}
.i-news .frame .list li .text{ flex: 1;}
.i-news .frame .list li .text .date{ font-size: 1.4em; color: #333;}
.i-news .frame .list li .text .t{ font-size: 1.8em; font-weight: bold; color: #333; line-height: 1; margin-top: 20px; margin-bottom: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .frame .list li .text .p{ margin-top: 15px; font-size: 1.4em; line-height: 24px; color: #999; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.i-news .frame .list li .text .more{ font-size: 1.4em; color: #c02220; margin-top: 20px;}
.i-news .frame .list li:hover .text .t{ color: #c02220;}
.i-news .frame .list li .text .more:hover{ text-decoration: underline;}

.footer{ background: url(../images/footer-bg.jpg) no-repeat center; background-size: cover; padding-top: 42px;}
.footer .foot-box{ display: flex; flex-wrap: wrap; margin-bottom: 56px;}
.foot-contact{ width: 25.4%; border-right: 1px solid rgba(255,255,255,.5);}
.foot-contact .logo{ padding-right: 6%;}
.foot-contact .tel{ font-size: 1.8em; font-weight: bold; color: #fff; line-height: 30px; margin-top: 20px; margin-bottom: 15px;}
.foot-contact .tel span{ color: #c02220;}
.foot-contact li{ font-size: 1.4em; color: #fff; line-height: 24px;}
.foot-nav{ width: 49.62%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 3%; border-right: 1px solid rgba(255,255,255,.5);}
.foot-nav dl{ margin-bottom: 0;}
.foot-nav dt{ color: #c02220; font-size: 1.8em; margin-bottom: 5px;}
.foot-nav dt a{ color: inherit;}
.foot-nav dd{ font-size: 1.4em; color: #fff; line-height: 30px;}
.foot-nav dd a{ color: inherit;}
.foot-nav dd a:hover{ color: #c02220;}
.foot-wx{ flex: 1;}
.foot-wx ul{ display: flex; flex-wrap: wrap; justify-content: flex-end;}
.foot-wx li{ margin-left: 30px; width: 36.8%;}
.foot-wx li .t{ font-size: 1.4em; color: #fff; margin-top: 15px; text-align: center;}

.foot-gz{ display: flex; flex-wrap: wrap; justify-content: flex-end; line-height: 30px; padding: 15px 0;}
.foot-gz .t{ font-size: 1.4em; color: #fff;}
.foot-gz .p ul{ display: flex; flex-wrap: wrap;}
.foot-gz .p li{ width: 30px; height: 30px; position: relative; margin-left: 10px;}
.foot-gz .p li .icon{ width: 100%; height: 100%; position: absolute;}
.foot-gz .p li .icon img{ position: absolute; width: 20px; height: 20px; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: inherit;}
.foot-gz .p li .box{ width: 140px; position: absolute; bottom: 140%; background: #fff; padding: 10px; border-radius: 10px; left: 50%; transform: translateX(-50%); display: none;}
.foot-gz .p li .box .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 5px;}
.foot-gz .p li:hover .box{ display: block;}

.foot-copy{ background: #21211f; font-size: 1.4em; line-height: 24px; color: #999; text-align: center; padding: 13px 0;}
.foot-copy a{ color: inherit; display: inline-block;}


.page-banner{ height: 23.44vw; position: relative; z-index: 0;}
.page-banner .container{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
.page-banner .page-banner-text{ line-height: 1; text-align: center; color: #fff; padding: 0 60px; position: relative;}
.page-banner .page-banner-text .cn{ font-size: 4em; font-weight: bold;}
.page-banner .page-banner-text .en{ font-size: 2.4em; font-weight: bold; text-transform: uppercase; margin-top: 22px;}
.page-banner .page-banner-text::before{ content: ""; width: 34px; height: 100%; background: url(../images/page-banner-icon.png) no-repeat center; background-size: cover; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.page-banner .page-banner-text::after{ content: ""; width: 34px; height: 100%; background: url(../images/page-banner-icon.png) no-repeat center; background-size: cover; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}

.mbx{ font-size: 1.4em; color: #666; height: 60px; line-height: 24px; padding: 18px 0; background: #f4f4f4;}
.mbx span{ display: block; position: relative; width: 32px; height: 24px; line-height: 1; float: left;}
.mbx span img{ position: absolute; width: 21px; height: 21px; left: 0; top: 50%; transform: translateY(-50%);}
.mbx a{ color: inherit;}
.mbx a:hover{ color: #c02220; text-decoration: underline;}

.page-box{ overflow: hidden;}
.page-box .list li{ height: 425px;}
.page-box .list li .container{ display: flex; flex-wrap: wrap; align-items: center; height: 100%;}
.page-box .list li .box{ flex: 1;}
.page-box .list li .box .title{ line-height: 1;}
.page-box .list li .box .title .cn{ color: #c02220; font-size: 7em; font-weight: bold;}
.page-box .list li .box .title .cn span{ color: #333;}
.page-box .list li .box .title .en{ font-size: 2.4em; color: #999; text-transform: uppercase; margin-top: 20px;}
.page-box .list li .box .xl{ margin-top: 27px;}
.page-box .list li .box .xl dl{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0;}
.page-box .list li .box .xl dd{ width: calc((100% - 54px) / 3); margin-right: 18px; height: 50px; line-height: 50px; margin-top: 18px;}
.page-box .list li .box .xl dd a{ display: inline-block; width: 100%; background: #dcdcdc; font-size: 1.8em; color: #c02220; font-weight: bold; text-align: center;     white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis; }
.page-box .list li .box .xl dd:hover a{ background: #c02220; color: #fff;}
.page-box .list li .img{ width: 31.16%; height: 100%; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 3.6%;}
.page-box .list li .btns{ width: 23.08%; margin-top: 6vw;}
.page-box .list li .btns a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; background: #c02220; color: #fff; text-align: center; position: relative; overflow: hidden;}
.page-box .list li .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.page-box .list li .btns a:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}


.product-list{ padding: 70px 0 40px;}
.product-nav{ margin-bottom: 15px;}
.product-nav ul{ display: flex; flex-wrap: wrap; align-items: center;}
.product-nav li{ width: calc((100% - 90px) / 3); margin-right: 45px; height: 60px; line-height: 60px; font-size: 2.4em; font-weight: bold; color: #333; background: #efefef; margin-bottom: 45px;}
.product-nav li:nth-child(3n){ margin-right: 0;}
.product-nav li a{ display: inline-block; width: 100%; color: inherit; text-align: center;}
.product-nav li.on a, .product-nav li:hover a{ background: #c02220; color: #fff;}

.product-list .list{ overflow: hidden;}
.product-list .list ul{ display: flex; flex-wrap: wrap;}
.product-list .list li{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 20px; padding: 15px 12px; border: 1px solid #e5e5e5; position: relative;}
.product-list .list li:nth-child(4n){ margin-right: 0;}
.product-list .list li .icon{ position: absolute; width: 90px; height: 82px; top: 0; left: 0;}
.product-list .list li .icon i{ position: absolute; width: 22px; height: 22px; background: url(../images/search-icon2.svg) no-repeat center; background-size: cover; top: 32%; left: 32%; transform: translate(-50%,-50%);}
.product-list .list li .icon::before{ content: ""; position: absolute; border-top: 37px solid #c02220; border-left: 50px solid #c02220; border-right: 40px solid transparent; border-bottom: 45px solid transparent; z-index: 0; display: none;}
.product-list .list li .t{ font-size: 2.4em; font-weight: bold; color: #333; margin-bottom: 0; text-align: center;}
.product-list .list li .img{ height: 236px; text-align: center; position: relative; margin-top: 25px;}
.product-list .list li .img img{ max-height: 96%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.product-list .list li .btns{ margin-top: 20px;}
.product-list .list li .btns span{ display: inline-block; width: 100%; height: 40px; line-height: 40px; font-size: 1.4em; color: #999; text-align: center; position: relative; border: 1px solid #e5e5e5; overflow: hidden;}
.product-list .list li .btns span::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.product-list .list li .btns span:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}

.product-list .list li:hover .btns span{ background: #c02220; border-color: #c02220; color: #fff;}
.product-list .list li:hover .icon i{ background: url(../images/search-icon.svg) no-repeat center; background-size: cover;}
.product-list .list li:hover .icon::before{ display: block;}

.product-con-top{ overflow: hidden;}
.product-con-top .box{ padding: 100px 10% 30px; display: flex; flex-wrap: wrap;}
.product-con-top .img{ height: 460px; width: 50%; position: relative; padding-right: 50px;}
.product-con-top .img img{ max-height: 100%;}
.product-con-top .text{ flex: 1;}
.product-con-top .text .t{ font-size: 4em; font-weight: bold; color: #c02220; margin: 15px 0 0;}
.product-con-top .text .ys{ font-size: 1.4em; color: #333; margin-top: 15px;}
.product-con-top .text .ys p{ position: relative; padding-left: 20px; margin-top: 8px;}
.product-con-top .text .ys p::before{ content: ""; position: absolute; width: 8px; height: 8px; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%); background: #c02220;}
.product-con-top .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px;}
.product-con-top .text .btns{ margin-top: 30px;}
.product-con-top .text .btns a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; text-align: center; background: #c02220; font-size: 1.4em; color: #fff; position: relative; overflow: hidden;}
.product-con-top .text .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.product-con-top .text .btns a:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.product-con-top .text .other{ line-height: 24px; margin-top: 30px;}
.product-con-top .text .other a{ position: relative; display: inline-block; padding-left: 32px; font-size: 1.4em; color: #333; background: none; }
.product-con-top .text .other a+a{ margin-left: 30px;}
.product-con-top .text .other a img{ position: absolute; width: 24px; height: 24px; left: 0; top: 50%; transform: translateY(-50%);}
.product-con-top .text .other a:hover{ color: #c02220;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomDiv img{ max-width: none;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.product-con-box{ background: #f7f7f7; padding: 54px 0 60px;}
.product-con-box .top{ height: 60px; line-height: 60px; background: #fff;}
.product-con-box .top span{ background: #c02220; font-size: 2.4em; text-align: center; display: inline-block; width: 180px; font-weight: bold; color: #fff;}
.product-con-box .box{ margin-top: 50px;}

.page-title{ font-size: 3em; font-weight: bold; color: #333; line-height: 1; text-align: center; padding-bottom: 28px; position: relative;}
.page-title i{ position: absolute; width: 60px; height: 5px; background: #c02220; bottom: 0; left: 50%; transform: translateX(-50%);}

.service-box1{ padding: 84px 0;}
.service-box1 .text{ font-size: 1.4em; color: #666; line-height: 24px; margin-top: 30px;}
.service-box1 .list{ margin-top: 40px;}
.service-box1 .list ul{ display: flex; flex-wrap: wrap;}
.service-box1 .list li{ width: calc((100% - 60px) / 2); height: 200px; margin-right: 60px;  background: #f4f4f4; padding: 0 35px;}
.service-box1 .list li > div{ display: flex; flex-wrap: wrap; align-items: center; height: 100%;}
.service-box1 .list li:hover{ background: #c02220;}
.service-box1 .list li:nth-child(-n+2){ margin-bottom: 45px;}
.service-box1 .list li:nth-child(2n){ margin-right: 0;}
.service-box1 .list li .icon{ width: 16%;}
.service-box1 .list li .icon .hover{ display: none;}
.service-box1 .list li:hover .icon img{ display: none;}
.service-box1 .list li:hover .icon .hover{ display: inline-block;}
.service-box1 .list li .box{ flex: 1; padding-left: 8%;}
.service-box1 .list li .box .t{ font-size: 1.8em; font-weight: bold; color: #333; line-height: 1;}
.service-box1 .list li .box .p{ font-size: 1.4em; line-height: 24px; color: #666; margin-top: 15px; white-space: pre-wrap; }
.service-box1 .list li:hover .box .t, .service-box1 .list li:hover .box .p{ color: #fff;}

.service-box2{ background: #f4f4f4; padding: 72px 0 76px;}
.service-box2 .list{ margin-top: 28px;}
.service-box2 .list li{ padding: 45px 0; border-bottom: 1px solid #e5e5e5;}
.service-box2 .list li a{ display: flex; flex-wrap: wrap; align-items: center;}
.service-box2 .list li .img{ width: 300px; height: 200px; position: relative; overflow: hidden;}
.service-box2 .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.service-box2 .list li:hover .img img{ transform: scale(1.1);}
.service-box2 .list li .text{ flex: 1; padding-left: 45px;}
.service-box2 .list li .text .t{ font-size: 2.4em; font-weight: bold; color: #333; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.service-box2 .list li a:hover .text .t{ color: #c02220;}
.service-box2 .list li .text .date{ font-size: 1.4em; color: #666; margin-top: 15px;}
.service-box2 .list li .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.service-box2 .list li .text .more{ text-align: right; margin-top: 24px;}
.service-box2 .list li .text .more span{ height: 45px; display: inline-block; width: 80px; background: url(../images/service-icon5.svg) no-repeat center #e1e1e1; background-size: 26px;}
.service-box2 .list li .text .more span:hover{ background: url(../images/service-icon5-2.svg) no-repeat center #c02220; background-size: 26px;}
.service-box2 .more{ margin-top: 60px; text-align: center;}
.service-box2 .more a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; font-size: 1.4em; background: #c02220; color: #fff; overflow: hidden; position: relative;}
.service-box2 .more a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.service-box2 .more a:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}

.service-list{ padding: 64px 0 45px;}
.service-list .list{ margin-top: 28px; padding-bottom: 25px;}
.service-list .list li{ padding: 45px 0; border-bottom: 1px solid #e5e5e5;}
.service-list .list li a{ display: flex; flex-wrap: wrap; align-items: center;}
.service-list .list li .img{ width: 300px; height: 200px; position: relative; overflow: hidden;}
.service-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.service-list .list li:hover .img img{ transform: scale(1.1);}
.service-list .list li .text{ flex: 1; padding-left: 45px;}
.service-list .list li .text .t{ font-size: 2.4em; font-weight: bold; color: #333; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.service-list .list li a:hover .text .t{ color: #c02220;}
.service-list .list li .text .date{ font-size: 1.4em; color: #666; margin-top: 15px;}
.service-list .list li .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.service-list .list li .text .more{ text-align: right; margin-top: 24px;}
.service-list .list li .text .more span{ width: 150px; height: 50px; line-height: 50px; display: inline-block; background: #dadada; font-size: 1.4em; color: #666; text-align: center;}
.service-list .list li .text .more span:hover{ background: #c02220; color: #fff;}

.service-con{ padding: 75px 0 80px;}
.service-con .title{ font-size: 3em; font-weight: bold; color: #333; text-align: center; margin: 0;}
.service-con .bq{ font-size: 1.4em; color: #333; text-align: center; padding: 15px 0 25px; border-bottom: 1px solid #e5e5e5; line-height: 24px;}
.service-con .bq span{ margin: 0 10px; display: inline-block;}
.service-con .text{ padding: 30px 0; font-size: 1.4em; color: #333; line-height: 1.8;}
.service-con .text p+p{ margin-top: 10px; }

.news-hot{ margin-top: 65px; padding-bottom: 56px; position: relative;}
.news-hot .bg{ background: #f4f4f4; height: 350px; position: absolute; bottom: 0; left: 0; width: 100%;}
.news-hot .container{ position: relative; z-index: 1;}
.news-hot .page-title{ text-align: left; position: absolute; z-index: 1; background: #fff; padding-right: 20px;}
.news-hot .page-title i{ left: 0; transform: translateX(0);}
.news-hot .frame{ position: relative; z-index: 0;}
.news-hot .frame .box{ display: flex; flex-direction: row; align-items: flex-end;}
.news-hot .frame .box .text{ padding-bottom: 50px; width: 50%; padding-right: 25px;}
.news-hot .frame .box .text .date{ font-size: 2.4em; color: #c02220; font-weight: bold; line-height: 1;}
.news-hot .frame .box .text .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1; margin: 18px 0 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-hot .frame .box .text .p{ font-size: 1.4em; color: #a6a6a6; line-height: 24px; font-weight: normal; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.news-hot .frame .box .img{ width: 50%; height: 400px; position: relative; overflow: hidden;}
.news-hot .frame .box .img img{ position: absolute; width: 100%; height: 100%;}
.news-hot .swiper-pagination{ width: auto;}
.news-hot .swiper-pagination-bullet{ width: 10px; height: 10px; margin: 0 9px !important; background: #d2d2d2; opacity: 1;}
.news-hot .swiper-pagination-bullet:first-child{ margin-left: 0 !important;}
.news-hot .swiper-pagination-bullet-active{ background: #c02220;}

.news-list{ padding: 70px 0;}
.news-list .list ul{ display: flex; flex-wrap: wrap; }
.news-list .list li{ width: calc((100% - 70px) / 3); margin-right: 35px; margin-bottom: 40px;}
.news-list .list li:nth-child(3n){ margin-right: 0;}
.news-list .list li .img{ width: 100%; height: 280px; position: relative; overflow: hidden;}
.news-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list .list li:hover .img img{ transform: scale(1.1);}
.news-list .list li .text{ padding-top: 15px;}
.news-list .list li .text .date{ font-size: 1.4em; color: #a6a6a6; line-height: 24px;}
.news-list .list li .text .t{ font-size: 1.8em; color: #333; font-weight: bold; margin: 8px 0 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list .list li:hover .text .t{ color: #c02220;}
.news-list .list li .text .p{ font-size: 1.4em; line-height: 24px; color: #a6a6a6; margin-top: 8px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list .list li .btns{ margin-top: 15px;}
.news-list .list li .btns span{ display: inline-block; height: 40px; line-height: 40px; width: 100%; font-size: 1.4em; color: #999; border: 1px solid #e5e5e5; text-align: center; position: relative; overflow: hidden;}
.news-list .list li:hover .btns span{ background: #c02220; border-color: #c02220; color: #fff;}
.news-list .list li .btns span::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.news-list .list li .btns span:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}


.about-box1{ padding: 84px 0 40px;}
.about-box1 .frame{ margin-top: 68px; display: flex; flex-wrap: wrap;}
.about-box1 .frame .text{ width: 50%; padding-right: 40px; display: flex; flex-direction: column; justify-content: space-between;}
.about-box1 .frame .text .p{ font-size: 1.4em; line-height: 24px; color: #333; white-space: pre-wrap; }
.about-box1 .frame .text .p p{ text-indent: 2em;}
.about-box1 .frame .text .btns{ margin-top: 20px;}
.about-box1 .frame .text .btns a{ display: inline-block; width: 150px; height: 50px; line-height: 50px; text-align: center; background: #c02220; font-size: 1.4em; color: #fff; position: relative; overflow: hidden;}
.about-box1 .frame .text .btns a::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.about-box1 .frame .text .btns a:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.about-box1 .frame .img{ width: 50%; padding-left: 10px; overflow: hidden;}
.about-box1 .frame .img img{ transition: all .3s;}
.about-box1 .frame .img:hover img{ transform: scale(1.1);}
.about-box1 .list{ margin-top: 60px;}
.about-box1 .list ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.about-box1 .list li{  padding: 20px 0; text-align: center;}
.about-box1 .list li .t{ font-size: 5em; color: #c02220; font-weight: bold; line-height: 1;}
.about-box1 .list li .p{ font-size: 1.4em; color: #333; text-align: center; margin-top: 8px;}

.about-box2{ padding: 86px 0; background: #f4f4f4;}
.about-box2 .list{ margin-top: 56px;}
.about-box2 .list ul{ display: flex; flex-wrap: wrap;}
.about-box2 .list li{ width: calc((100% - 70px) / 3); height: 300px; position: relative; margin-right: 35px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.about-box2 .list li:last-child{ margin-right: 0;}
.about-box2 .list li .text{ position: relative; z-index: 1; text-align: center; line-height: 1;}
.about-box2 .list li .text .line{ height: 5px; width: 100%; position: relative;}
.about-box2 .list li .text .line i{ width: 80px; height: 5px; background: #c02220; position: absolute; left: 50%; transform: translateX(-50%);}
.about-box2 .list li .text .t{ font-size: 2.4em; color: #fff; font-weight: bold; margin-top: 26px;}
.about-box2 .list li .text .p{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 15px;}
.about-box2 .list li .bg{ width: 100%; height: 100%; position: absolute; z-index: 0; overflow: hidden;}
.about-box2 .list li .bg img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.about-box2 .list li:hover .bg img{ transform: scale(1.1);}

.about-box3{ padding: 72px 0 85px;}
.history-box{ margin-top: 85px;}
.history-box .mySwiper2{ padding: 0 90px 32px; position: relative;}
.history-box .mySwiper2 .list{ position: relative; overflow: hidden;}
.history-box .mySwiper2 .swiper-slide{ width: 12.5%; height: 82px; padding: 0 10px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;}
.history-box .mySwiper2 .swiper-slide .num{ line-height: 1; font-size: 1.8em; color: #999; text-align: center;}
.history-box .mySwiper2 .swiper-slide .icon{ text-align: center; height: 30px; margin-top: 5px;}
.history-box .mySwiper2 .swiper-slide .icon i{ display: inline-block; width: 30px; height: 30px; position: relative; border-radius: 100%;} 
.history-box .mySwiper2 .swiper-slide .icon i::before{ content: ""; position: absolute; border-radius: 100%; width: 13px; height: 13px; background: #999; top: 50%; left: 50%; transform: translate(-50%,-50%);}    
.history-box .mySwiper2 .swiper-slide-thumb-active .num{ font-size: 3.2em; font-weight: bold; color: #c02220;}
.history-box .mySwiper2 .swiper-slide-thumb-active .icon{ margin-top: 20px;}
.history-box .mySwiper2 .swiper-slide-thumb-active .icon i{ width: 30px; height: 30px; border: 1px solid #c02220; background: #fff;}
.history-box .mySwiper2 .swiper-slide-thumb-active .icon i::before{ content: ""; width: 22px; height: 22px; position: absolute; border-radius: 100%; background: #c02220;}
.history-box .mySwiper2 .line{ height: 1px; width: 100%; border-bottom: 1px dashed #d2d2d2; position: absolute; z-index: 0; left: 0; bottom: 14px;}

.history-box .swiper-button-next{ right: 0px;}
.history-box .swiper-button-prev{ left: 0px;}
.history-box .swiper-button-next, .history-box .swiper-button-prev{ width: 60px; height: 60px; border-radius: 100%; margin-top: -20px; transition: all .3s;}
.history-box .swiper-button-next{ background: url(../images/about-next.png) no-repeat center; background-size: cover;}
.history-box .swiper-button-prev{ background: url(../images/about-prev.png) no-repeat center; background-size: cover;}
.history-box .swiper-button-next::after, .history-box .swiper-button-prev::after{ display: none;}
.history-box .swiper-button-next i, .history-box .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.history-box .mySwiper{ padding: 10px 0;}
.history-box .mySwiper .list{ overflow: hidden;}
.history-box .mySwiper .frame{ text-align: center; font-size: 1.4em; color: #333; line-height: 30px; white-space: pre-wrap; }
/* .history-box .mySwiper .frame p{ text-align: center;} */

.about-box4{ background: #f4f4f4; padding: 74px 0;}
.about-box4 .box{ margin-top: 58px;}
.about-box4 .box .mySwiper{ padding: 0 110px;}
.about-box4 .box .list{ overflow: hidden;}
.about-box4 .box .swiper-slide{ width: 33.33%; padding: 0 14px;}
.about-box4 .box .swiper-slide .img{ width: 100%; height: 260px; background: #fff; position: relative; overflow: hidden;}
.about-box4 .box .swiper-slide .img img{ position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.about-box4 .box .swiper-slide:hover .img img{ transform: translate(-50%,-50%) scale(.9);}
.about-box4 .box .swiper-slide .t{ width: 100%; height: 45px; line-height: 45px; background: #c02220; font-size: 1.4em; color: #fff; text-align: center; margin-top: 16px; overflow: hidden; position: relative;}
.about-box4 .box .swiper-slide .t::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.about-box4 .box .swiper-slide .t:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}
.about-box4 .swiper-button-next{ right: 0px;}
.about-box4 .swiper-button-prev{ left: 0px;}
.about-box4 .swiper-button-next, .about-box4 .swiper-button-prev{ width: 60px; height: 60px; border-radius: 100%; margin-top: -20px; transition: all .3s;}
.about-box4 .swiper-button-next{ background: url(../images/about-next.png) no-repeat center; background-size: cover;}
.about-box4 .swiper-button-prev{ background: url(../images/about-prev.png) no-repeat center; background-size: cover;}
.about-box4 .swiper-button-next::after, .about-box4 .swiper-button-prev::after{ display: none;}
.about-box4 .swiper-button-next i, .about-box4 .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}


.contact-ln{ padding: 84px 0 70px;}
.contact-ln .text{ margin-top: 60px; font-size: 1.4em; color: #333; line-height: 24px;}
.contact-ln .text p{ text-indent: 2em;}

.contact-job{ padding: 60px 0 84px; background: #f4f4f4;}
.contact-job .box{ margin-top: 56px;}
.contact-job .box .top{ padding: 0 50px; height: 60px; line-height: 60px; background: #c02220; color: #fff; font-size: 1.4em; display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center;} 
.contact-job .box .w1{ width: 18%; text-align: left; padding: 0 45px;}
.contact-job .box .w2{ width: 20%;}
.contact-job .box .w3{ width: 16.84%;}
.contact-job .box .w4{ width: 10%;}
.contact-job .list{ overflow: hidden;}
.contact-job .list li{ padding: 0 50px; background: #f4f4f4;}
.contact-job .list li:nth-child(2n){ background: #fff;}
.contact-job .list li .t{ height: 60px; line-height: 60px; color: #333; font-size: 1.4em; display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.contact-job .list li.on .t{ border-bottom: 1px solid #e5e5e5;}
.contact-job .list li .t .w4{ font-size: 2em;}
.contact-job .list li .t .w4 i{ transition: all .3s;}
.contact-job .list li .p{ font-size: 1.4em; color: #333; line-height: 24px; padding: 20px 35px 30px; display: none;}
.contact-job .list li.on .t .w4 i{ transform: rotate(180deg);}

.contact-box{ padding: 82px 0 76px;}
.contact-box .frame{ display: flex; flex-wrap: wrap; margin-top: 50px;}
.contact-box .frame .box{ flex: 1; width: 38.5%; border: 1px solid #dcdcdc; padding: 12px 38px;}
.contact-box .frame .box .t{ font-size: 1.8em; line-height: 30px; color: #333; font-weight: bold; padding: 18px 0; border-bottom: 1px solid #dcdcdc;}
.contact-box .frame .box .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 20px;}
.contact-box .frame .box .p p+p{ margin-top: 10px;}
.contact-box .frame .box .p span{ font-weight: bold;}
.contact-box .frame .map{ height: 340px; width: 57.7%; margin-left: 3.8%;}
.contact-box .frame .map img{ max-width: none;}

.contact-message{ padding: 65px 0 90px; background: #f4f4f4;}
.contact-message .box{ margin-top: 54px;}
.contact-message .box ul{ display: flex; flex-wrap: wrap;}
.contact-message .box li{ margin-bottom: 25px; width: 100%;}
.contact-message .box li:nth-child(-n+4){ width: calc((100% - 60px) / 4); margin-right: 20px;}
.contact-message .box li:nth-child(-n+4) input{ width: 100%; height: 60px; border: none; background: #fff; font-size: 1.4em; color: #333; padding: 0 20px;}
.contact-message .box li:nth-child(4){ margin-right: 0;}
.contact-message .box li textarea{ width: 100%; height: 150px; padding: 10px 20px; border: none; background: #fff; font-size: 1.4em; color: #333;}
.contact-message .box li:last-child{ margin-top: 20px; margin-bottom: 0;}
.contact-message .box li input[type="reset"], .contact-message .box li input[type="submit"]{ width: 48%; height: 60px; font-size: 1.6em; border: none; float: left;}
.contact-message .box li input[type="reset"]{ background: #dcdcdc; color: #333;}
.contact-message .box li input[type="submit"]{ background: #c02220; color: #fff; margin-left: 4%;}

.fzlc-box{ padding: 60px 0;}
.fzlc-box .frame{ margin-top: 40px; position: relative;}
.fzlc-box .frame .top{ width: 100%; height: 30px; position: relative; z-index: 1;}
.fzlc-box .frame .top i{ position: absolute; width: 30px; height: 30px; border: 1px solid #d2d2d2; left: 50%; top: 0; transform: translateX(-50%); border-radius: 100%; background: #fff;}
.fzlc-box .frame .top i::before{ content: ""; position: absolute; width: 19px; height: 19px; border-radius: 100%; background: #c02220; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.fzlc-box .frame .list{ margin-top: 30px; padding-bottom: 30px; position: relative; z-index: 1;}
.fzlc-box .frame .list ul{ display: flex; flex-direction: column;}
.fzlc-box .frame .list li{ display: flex; flex-wrap: wrap; justify-content: flex-end;}
.fzlc-box .frame .list li:nth-child(2n){ justify-content: flex-start;}
.fzlc-box .frame .list li .box{ width: 50%; padding-left: 60px; position: relative; transition: all .4s ease-out;}
.fzlc-box .frame .list li:nth-child(2n) .box{ padding-left: 0; padding-right: 60px;}
.fzlc-box .frame .list li .box .icon{ position: absolute; width: 20px; height: 20px; border: 1px solid #d2d2d2; border-radius: 100%; background: #fff; left: 0; transform: translateX(-50%); top: 4px;}
.fzlc-box .frame .list li .box .icon i{ position: absolute; width: 10px; height: 10px; border-radius: 100%; background: #c02220; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.fzlc-box .frame .list li:nth-child(2n) .box .icon{ left: inherit; right: 0; transform: translateX(50%);}
.fzlc-box .frame .list li .box .year{ font-size: 2.4em; color: #333; line-height: 1; position: relative; transition: all .3s;}
.fzlc-box .frame .list li .box .year::before{ content: ""; position: absolute; width: 0; height: 3px; background: #c02220; left: 0; top: 50%; transform: translateY(-50%); transition: all .3s;}
.fzlc-box .frame .list li:nth-child(2n) .box .year{ text-align: right;}
.fzlc-box .frame .list li:nth-child(2n) .box .year::before{ left: inherit; right: 0;}
.fzlc-box .frame .list li .box .p{ font-size: 1.4em; color: #666; line-height: 24px; margin-top: 20px; white-space: pre-wrap; }
.fzlc-box .frame .list li:nth-child(2n) .box .p{ text-align: right;}
/* .fzlc-box .frame .list li .box .p p+p{ margin-top: 15px;} */
.fzlc-box .frame .list li .box:hover{ transform: translateY(10px);}
.fzlc-box .frame .list li .box:hover .year{ padding-left: 40px;}
.fzlc-box .frame .list li .box:hover .year::before{ width: 30px;}
.fzlc-box .frame .list li:nth-child(2n) .box:hover .year{ padding-right: 40px;}
.fzlc-box .frame .line{ width: 1px; height: 100%; left: 50%;  background: #d2d2d2; position: absolute; top: 0;}

.qyry-box{ padding: 60px 0;}
.qyry-box .list{ margin-top: 40px;}
.qyry-box .list ul{ display: flex; flex-wrap: wrap;}
.qyry-box .list li{ width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px;}
.qyry-box .list li:nth-child(3n){ margin-right: 0;}
.qyry-box .list li .img{ width: 100%; height: 260px; background: #fff; position: relative; overflow: hidden;}
.qyry-box .list li .img img{ position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.qyry-box .list li:hover .img img{ transform: translate(-50%,-50%) scale(.9);}
.qyry-box .list li .t{ width: 100%; height: 45px; line-height: 45px; background: #c02220; font-size: 1.4em; color: #fff; text-align: center; margin-top: 16px; overflow: hidden; position: relative;}
.qyry-box .list li .t::before{ content: ""; position: absolute; width: 100%; height: 0; padding-bottom: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; transition: all .6s;}
.qyry-box .list li .t:hover::before{ -webkit-animation: button_zk .75s; animation: button_zk .75s;}



.pager-list{ text-align:center; margin-top: 30px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; padding:0 !important;  background:#f4f4f4 !important; border-radius:0 !important; width: 36px;}
.pager-list li a:hover{ background: #c02220 !important; color:#fff !important; border:1px solid #c02220;}
.pager-list li.active>*{ color:#fff !important; background:#c02220 !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#c02220 !important; border:1px solid #c02220; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}

.pager{ display: flex; flex-wrap: wrap; margin: 18px 0 0; line-height: 40px; background: #eee; padding: 5px 30px;}
.pager .prev, .pager .next{ width: 50%; height: 40px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .prev{ text-align: left; padding-right: 15px; }
.pager .next{ padding-left: 15px; text-align: right; }
.pager a{ font-size: 1.4em; color: #333; display: contents;}
.pager a:hover{ color: #c02220;}



@-webkit-keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes button_zk{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}









@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}


}
@media (max-width:1365px) and (min-width: 1200px){
.news-hot .frame{ margin-top: 40px;}
.news-hot .frame .box .img{ height: 350px;}
.news-list .list li .img{ height: 250px;}

.history-box .mySwiper2 .swiper-slide{ width: 16.6667%;}
}
@media (max-width:1199px) and (min-width:992px){
.header .logo{ padding-right: 5%;}

.i-product .hd .top{ font-size: 2.6em;}
.i-product .bd .frame li .img{ padding: 0 3% 0 5%;}

.i-other{ padding: 80px 0;}

.page-banner .page-banner-text .cn{ font-size: 3em;}
.page-banner .page-banner-text .en{ font-size: 1.8em; margin-top: 18px;}
.page-banner .page-banner-text::after, .page-banner .page-banner-text::before{ background-size: contain;}

.page-box .list li .box .title .cn{ font-size: 6em;}

.product-con-top .img{ height: 400px;}

.news-hot{ padding-bottom: 30px;}
.news-hot .frame{ margin-top: 80px;}
.news-hot .frame .box .img{ height: 290px;}
.news-hot .bg{ height: 290px;}
.news-list .list li .img{ height: 200px;}

.history-box .mySwiper2 .swiper-slide{ width: 20%;}

.about-box4 .box .swiper-slide .img{ height: 160px;}

.contact-job .box .w1{ padding: 0 25px;}

.qyry-box .list li .img{ height: 190px;}
}
@media (max-width:991px) and (min-width: 768px){
.header-top{ height: 40px; line-height: 40px;}
.header-top span{ font-size: 1.2em;}
.header-top .language .box li{ height: 40px; line-height: 40px;}
.header-top .language .box li a{ font-size: 1.2em;}
.header{ height: 80px; line-height: 80px;}
.header.on{ position: fixed; width: 100%; top: 0; left: 0; transition: all .3s; z-index: 999; background: #21211f;}
.header .logo{ width: 75%;}
.header .logo img{ height: 45px;}
.header .pc-nav, .header .pc-search{ display: none;}
.nav{ margin-top: 40px; border-top: 1px solid #21211f;}
.header.on .nav{ margin-top: 0; border-top: none;}
.nav .nav-top{ height: 80px; line-height: 80px;}

.i-product{ padding: 60px 0 80px;}
.i-product .hd{ padding: 30px 20px;}
.i-product .hd .top{ font-size: 2.4em; margin-bottom: 30px;}
.i-product .hd .top i{ width: 5px;}
.i-product .hd ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.i-product .hd li{ width: calc((100% - 40px) / 2); margin-right: 40px; border: 1px solid #fff;}
.i-product .hd li+li{ margin-top: 0;}
.i-product .hd li:last-child{ margin-right: 0;}
.i-product .bd{ width: 100%; margin-top: 20px;}
.i-product .bd .frame li{ width: calc((100% - 40px) / 2);}
.i-product .bd .frame li:nth-child(2n-1){ margin-left: 0;}
.i-product .bd .frame li .img{ padding: 0 5% 0 8%;}

.i-other{ padding: 60px 0;}
.i-other li{ padding: 0 25px 15px;}
.i-other li .icon{ width: 100%; padding: 0 5%; text-align: center;}
.i-other li .icon img{ width: 50px; height: 50px;}
.i-other li .text{ width: 100%; padding-left: 0; text-align: center; margin-top: 15px;}
.i-other li:first-child .text{ padding-left: 0;}
.i-other li .text .t{ line-height: 26px;}

.i-about{ padding: 60px 0;}
.i-about .frame .text .t{ font-size: 2.4em;}
.i-about .list li{ width: 50%;}
.i-about .list li:nth-child(2n){ border-right: none;}
.i-about .list li:nth-child(-n+2){ border-bottom: 1px solid #d2d2d2;}
.i-about .list li .t{ font-size: 3.8em;}
.i-about .list li .p{ padding: 0 15px;}

.index-title{ font-size: 2.4em;}

.i-why_me .frame{ margin-top: 40px;}
.i-why_me .frame li{ width: calc((100% - 120px) / 3); margin-right: 60px;}
.i-why_me .frame li .icon{ height: 90px;}
.i-why_me .frame li .icon span{ width: 90px; height: 90px;}
.i-why_me .frame li .icon span img{ width: 50px; height: 50px;}
.i-why_me .frame li:first-child .icon span img{ width: 40px; height: 40px;}
.i-why_me .frame li .text{ margin-top: 25px;}

.i-news{ padding: 60px 0 80px;}
.i-news .frame{ margin-top: 48px;}
.i-news .frame .hot .img{ height: 220px;}
.i-news .frame .list li{ padding-bottom: 35px;}
.i-news .frame .list li+li{ padding-top: 35px;}
.i-news .frame .list li .img{ height: 160px;}
.i-news .frame .list li .text .p{ -webkit-line-clamp: 2;}

.footer .foot-box{ margin-bottom: 20px;}
.foot-contact{ width: 54.4%;}
.foot-nav{ display: none;}

.page-banner .page-banner-text .cn{ font-size: 2.4em;}
.page-banner .page-banner-text .en{ font-size: 1.6em; margin-top: 18px;}
.page-banner .page-banner-text::after, .page-banner .page-banner-text::before{ background-size: contain;}

.page-box .list li{ height: 400px;}
.page-box .list li .box .title .cn{ font-size: 5em;}
.page-box .list li .box .xl dd{ width: calc((100% - 36px) / 2);}

.product-nav li{ width: calc((100% - 60px) / 3); margin-right: 30px; font-size: 1.8em; height: 50px; line-height: 50px; margin-bottom: 30px;}

.product-list .list li{ width: calc((100% - 40px) / 3);}
.product-list .list li:nth-child(4n){ margin-right: 20px;}
.product-list .list li:nth-child(3n){ margin-right: 0;}

.product-con-top .box{ padding: 60px 0 30px;}
.product-con-top .img{ height: 360px;}
.product-con-top .text .t{ font-size: 3em;}
.product-con-top .text .btns a{ width: 120px; height: 40px; line-height: 40px;}
.product-con-box .top{ height: 50px; line-height: 50px;}
.product-con-box .top span{ font-size: 1.8em; width: 150px;}

.page-title{ font-size: 2.4em; padding-bottom: 22px;}
.page-title i{ height: 3px;}

.service-box1{ padding: 60px 0;}
.service-box1 .list li{ width: 100%; margin-right: 0;}
.service-box1 .list li:nth-child(-n+3){ margin-bottom: 45px;}
.service-box2{ padding: 50px 0;}
.service-box2 .list{ margin-top: 15px;}
.service-box2 .list li .img{ width: 220px;}
.service-box2 .list li .text .t{ font-size: 2em;}
.service-box2 .list li .text .more span{ height: 40px;}

.service-list{ padding: 50px 0;}
.service-list .list{ margin-top: 15px;}
.service-list .list li .img{ width: 220px;}
.service-list .list li .text .t{ font-size: 2em;}
.service-list .list li .text .more span{ height: 40px; line-height: 40px; width: 120px;}

.service-con{ padding: 50px 0;}
.service-con .title{ font-size: 2.4em;}

.news-hot{ padding-bottom: 30px; margin-top: 45px;}
.news-hot .frame{ margin-top: 100px;}
.news-hot .frame .box .text .date{ font-size: 1.8em;}
.news-hot .frame .box .text .t{ font-size: 1.8em;}
.news-hot .frame .box .text .p{ -webkit-line-clamp: 3;}
.news-hot .frame .box .img{ height: 220px;}
.news-hot .swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 5px !important;}
.news-hot .bg{ height: 280px;}

.news-list{ padding: 60px 0;}
.news-list .list li{ width: calc((100% - 35px) / 2);}
.news-list .list li:nth-child(3n){ margin-right: 35px;}
.news-list .list li:nth-child(2n){ margin-right: 0;}
.news-list .list li .img{ height: 230px;}

.about-box1{ padding-top: 60px;}
.about-box1 .list li{ width: 50%;}
.about-box1 .list li .t{ font-size: 3.8em;}
.about-box1 .list li .p{ padding: 0 15px;}

.about-box2{ padding: 60px 0;}
.about-box2 .list li{ width: calc((100% - 40px) / 3); margin-right: 20px; height: 220px;}
.about-box2 .list li .text .t{ font-size: 2em;}

.history-box{ margin-top: 50px;}
.history-box .mySwiper2{ padding: 0 65px 32px;}
.history-box .mySwiper2 .swiper-slide{ width: 25%;}
.history-box .mySwiper2 .swiper-slide-thumb-active .num{ font-size: 2.4em;}
.history-box .swiper-button-next, .history-box .swiper-button-prev{ width: 40px; height: 40px; margin-top: -10px;}

.about-box4 .box .mySwiper{ padding: 0 80px;}
.about-box4 .box .swiper-slide{ width: 50%;}
.about-box4 .box .swiper-slide .img{ height: 190px;}
.about-box4 .swiper-button-next, .about-box4 .swiper-button-prev{ width: 40px; height: 40px; margin-top: -10px;}

.contact-job .box .top{ padding: 0 30px;}
.contact-job .box .w1{ padding: 0 15px;}
.contact-job .list li{ padding: 0 30px;}

.contact-box .frame .box{ width: 100%; }
.contact-box .frame .map{ width: 100%; margin-left: 0; margin-top: 30px;}

.contact-message .box li:nth-child(-n+4){ width: calc((100% - 20px) / 2);}
.contact-message .box li:nth-child(2n){ margin-right: 0;}

.qyry-box .list li{ width: calc((100% - 30px) / 2);}
.qyry-box .list li:nth-child(3n){ margin-right: 30px;}
.qyry-box .list li:nth-child(2n){ margin-right: 0;}

}
@media (max-width: 767px){
.header-top{ height: 60px; line-height: 22px; padding: 8px 0;}
.header-top span{ font-size: 1.2em;}
.header-top .language{ display: flex; align-items: center;}
.header-top .language .box li{ height: 40px; line-height: 40px;}
.header-top .language .box li a{ font-size: 1.2em;}
.header{ height: 60px; line-height: 60px;}
.header.on{ position: fixed; width: 100%; top: 0; left: 0; transition: all .3s; z-index: 999; background: #21211f;}
.header .logo{ width: 75%;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .pc-search{ display: none;}
.header .search{ padding: 0 20px;}
.nav{ margin-top: 60px; border-top: 1px solid #21211f;}
.header.on .nav{ margin-top: 0; border-top: none;}

.banner{ height: 35.65vw;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 20px; height: 40px; margin-top: -20px;}
.banner .swiper-pagination-bullet{ height: 2px; width: 30px;}

.i-product{ padding: 30px 0 40px;}
.i-product .hd{ width: 100%;  padding: 30px 20px;}
.i-product .hd .top{ font-size: 1.8em; padding-left: 22px; margin-bottom: 30px;}
.i-product .hd .top i{ width: 3px;}
.i-product .hd ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.i-product .hd li{ width: calc((100% - 20px) / 2); margin-right: 20px; height: 45px; line-height: 45px; border: 1px solid #fff;}
.i-product .hd li+li{ margin-top: 0;}
.i-product .hd li:last-child{ margin-right: 0;}
.i-product .hd li span{ font-size: 1.4em; padding-left: 35px; line-height: 43px;}
.i-product .hd li span.icon1, .i-product .hd li span.icon2{ background-size: 22%;}
.i-product .hd li.on span.icon1, .i-product .hd li.on span.icon2{ background-size: 22%;}
.i-product .bd{ width: 100%; margin-top: 20px;}
.i-product .bd .frame li{ width: 100%; margin-left: 0; padding-top: 0;}
.i-product .bd .frame li:nth-child(-n+2){ margin-top: 20px;}
.i-product .bd .frame li:first-child{ margin-top: 0;}
.i-product .bd .frame li .text{ padding: 20px 30.05% 20px 30px;}
.i-product .bd .frame li .text .t{ font-size: 1.8em; }
.i-product .bd .frame li .text .p{ -webkit-line-clamp: 2; min-height: 48px;}
.i-product .bd .frame li .img{ padding: 0 5%; width: 30.05%; top: 50%; transform: translateY(-50%); height: auto;}

.i-other{ padding: 30px 0;}
.i-other li{ padding: 0 20px 25px; width: 100%; border-right: none;}
.i-other li:first-child{ padding-left: 20px;}
.i-other li:last-child{ padding-right: 20px;}
.i-other li .icon{ width: 100%; padding: 0 5%; text-align: center;}
.i-other li .icon img{ width: 50px; height: 50px;}
.i-other li .text{ width: 100%; padding-left: 0; text-align: center; margin-top: 15px;}
.i-other li:first-child .text{ padding-left: 0;}
.i-other li .text .t{ line-height: 26px; font-size: 1.6em;}

.i-about{ padding: 25px 0 30px;}
.i-about .frame .text{ width: 100%; padding-right: 0;}
.i-about .frame .text .t{ font-size: 1.8em; padding-bottom: 5px;}
.i-about .frame .text .t i{ width: 60px; height: 1px;}
.i-about .frame .text .p{ margin-top: 20px;}
.i-about .frame .text .btns{ margin-top: 25px;}
.i-about .frame .text .btns a{ width: 120px; height: 45px; line-height: 45px;}
.i-about .frame .img{ width: 100%; height: 240px; padding-left: 1px; margin-top: 25px;}
.i-about .list{ margin-top: 30px;}
.i-about .list li{ width: 100%; border-right: none;  border-bottom: 1px solid #d2d2d2;}
.i-about .list li:last-child{ border-bottom: none;}
.i-about .list li .t{ font-size: 2.4em;}
.i-about .list li .p{ padding: 0 15px;}

.index-title{ font-size: 1.8em; padding-top: 20px;}
.index-title i{ width: 60px; height: 1px;}

.i-why_me{ padding: 30px 0;}
.i-why_me .frame{ margin-top: 40px;}
.i-why_me .frame li{ width: 100%; margin-right: 0;}
.i-why_me .frame li+li{ margin-top: 30px;}
.i-why_me .frame li .icon{ height: 70px;}
.i-why_me .frame li .icon span{ width: 70px; height: 70px; border: 2px solid #c02220;}
.i-why_me .frame li .icon span img{ width: 40px; height: 40px;}
.i-why_me .frame li:first-child .icon span img{ width: 30px; height: 30px;}
.i-why_me .frame li .text{ margin-top: 20px; padding: 0 10%;}

.i-news{ padding: 30px 0;}
.i-news .frame{ margin-top: 25px;}
.i-news .frame .hot{ width: 100%; margin-right: 0;}
.i-news .frame .hot .img{ height: 230px;}
.i-news .frame .hot .date{ margin-top: 20px;}
.i-news .frame .hot .t{ font-size: 1.6em;}
.i-news .frame .list{ margin-top: 20px;}
.i-news .frame .list li{ padding-bottom: 20px;}
.i-news .frame .list li+li{ padding-top: 20px;}
.i-news .frame .list li .img{ height: 140px; margin-right: 20px; width: 32.71%;}
.i-news .frame .list li .text .t{ font-size: 1.6em; line-height: 1.2; margin-top: 12px;}
.i-news .frame .list li .text .p{ margin-top: 10px; -webkit-line-clamp: 2;}
.i-news .frame .list li .text .more{ font-size: 1.2em; margin-top: 10px;}

.footer{ padding-top: 30px;}
.footer .foot-box{ margin-bottom: 5px;}
.foot-contact{ width: 100%; border-right: none;}
.foot-contact .logo{ padding-right: 32%;}
.foot-nav{ display: none;}
.foot-wx{ margin-top: 20px; padding: 0 12%;}
.foot-wx li{ width: 50%; margin-left: 0; padding: 0 5%; text-align: center;}
.foot-wx li .img{ padding: 0 10%;}
.foot-wx li .t{ margin-top: 10px;}

.page-banner{ height: 36.44vw;}
.page-banner .page-banner-text{ padding: 0 40px;}
.page-banner .page-banner-text .cn{ font-size: 1.8em;}
.page-banner .page-banner-text .en{ font-size: 1.2em; margin-top: 12px;}
.page-banner .page-banner-text::after, .page-banner .page-banner-text::before{ background-size: contain;}

.mbx{ height: 50px; padding: 13px 0; font-size: 1.2em;}

.page-box .list li{ height: auto; padding: 30px 0;}
.page-box .list li .box{ width: 100%; flex: none;}
.page-box .list li .box .title .cn{ font-size: 2.4em;}
.page-box .list li .box .title .en{ font-size: 1.4em; margin-top: 10px;}
.page-box .list li .box .xl{ margin-top: 10px; margin-bottom: 25px;}
.page-box .list li .box .xl dd{ width: calc((100% - 36px) / 3);}
.page-box .list li .box .xl dd:nth-child(3n){ margin-right: 0;}
.page-box .list li .box .xl dd a{ font-size: 1.4em; font-weight: normal;}
.page-box .list li .img{ width: 50%;}
.page-box .list li .btns{ width: 50%; padding-left: 10%;}
.page-box .list li .btns a{ width: 120px; height: 40px; line-height: 40px;}

.product-nav li{ width: calc((100% - 40px) / 3); margin-right: 20px; font-size: 1.5em; height: 45px; line-height: 45px; margin-bottom: 20px;}

.product-list{ padding: 30px 0;}
.product-list .list li{ width: calc((100% - 20px) / 2); padding: 12px;}
.product-list .list li:nth-child(2n){ margin-right: 0;}
.product-list .list li .icon{ width: 56px; height: 56px;}
.product-list .list li .icon i{ width: 15px; height: 15px; top: 30%; left: 30%;}
.product-list .list li .icon::before{ border-top: 10px solid #c02220; border-left: 45px solid #c02220; border-right: 10px solid transparent; border-bottom: 45px solid transparent;}
.product-list .list li .t{ font-size: 1.8em;}
.product-list .list li .img{ height: 160px;}
.product-list .list li .btns span{ font-size: 1.2em;}

.product-con-top .box{ padding: 30px 0;}
.product-con-top .img{ width: 100%; height: 240px; text-align: center; padding-right: 0;}
.product-con-top .text .t{ font-size: 2.4em;}
.product-con-top .text .btns a{ width: 120px; height: 40px; line-height: 40px;}
.product-con-top .text .other a+a{ margin-left: 20px;}
.product-con-box{ padding: 30px 0;}
.product-con-box .top{ height: 40px; line-height: 40px;}
.product-con-box .top span{ font-size: 1.4em; width: 120px; font-weight: normal;}
.product-con-box .box{ margin-top: 25px;}

.page-title{ font-size: 1.8em; padding-bottom: 18px;}
.page-title i{ height: 1px;}

.service-box1{ padding: 30px 0;}
.service-box1 .text{ margin-top: 20px;}
.service-box1 .list{ margin-top: 20px;}
.service-box1 .list li{ width: 100%; margin-right: 0; padding: 20px; height: auto;}
.service-box1 .list li:nth-child(-n+3){ margin-bottom: 15px;}
.service-box1 .list li .box{ padding-left: 6%;}
.service-box1 .list li .box .t{ font-size: 1.6em;}
.service-box2{ padding: 30px 0;}
.service-box2 .list{ margin-top: 15px;}
.service-box2 .list li{ padding: 20px 0;}
.service-box2 .list li .img{ width: 150px; height: 100px;}
.service-box2 .list li .text{ padding-left: 20px;}
.service-box2 .list li .text .t{ font-size: 1.6em;}
.service-box2 .list li .text .date{ font-size: 1.2em; margin-top: 10px;}
.service-box2 .list li .text .p{ margin-top: 10px;}
.service-box2 .list li .text .more{ display: none;}
.service-box2 .list li .text .more span{ height: 40px;}
.service-box2 .more{ margin-top: 30px;}
.service-box2 .more a{ font-size: 1.2em; width: 120px; height: 40px; line-height: 40px;}

.service-list{ padding: 30px 0;}
.service-list .list{ margin-top: 15px; padding-bottom: 0;}
.service-list .list li{ padding: 20px 0;}
.service-list .list li .img{ width: 150px; height: 100px;}
.service-list .list li .text{ padding-left: 20px;}
.service-list .list li .text .t{ font-size: 1.6em;}
.service-list .list li .text .date{ font-size: 1.2em; margin-top: 10px;}
.service-list .list li .text .p{ margin-top: 5px;}
.service-list .list li .text .more{ display: none;}

.service-con{ padding: 30px 0;}
.service-con .title{ font-size: 1.8em; line-height: 26px;}
.service-con .bq{ padding: 10px 0 15px; font-size: 1.2em;}
.service-con .text{ padding: 20px 0;}

.news-hot{ padding-bottom: 30px; margin-top: 30px;}
.news-hot .page-title{ position: relative; width: 100%; text-align: center; padding-right: 0; background: transparent;}
.news-hot .page-title i{ left: 50%; transform: translateX(-50%);}
.news-hot .frame{ margin-top: 25px;}
.news-hot .frame .box{ flex-direction: column;}
.news-hot .frame .box .text{ order: 2; width: 100%; padding: 0; padding-bottom: 40px; margin-top: 15px;}
.news-hot .frame .box .text .date{ font-size: 1.4em;}
.news-hot .frame .box .text .t{ font-size: 1.6em; margin: 15px 0 10px;}
.news-hot .frame .box .text .p{ -webkit-line-clamp: 3;}
.news-hot .frame .box .img{ order: 1; width: 100%; height: 236px;}
.news-hot .swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 5px !important;}
.news-hot .bg{ height: 280px;}

.news-list{ padding: 30px 0;}
.news-list .list li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
.news-list .list li .img{ height: 230px;}
.news-list .list li .text .t{ font-size: 1.6em;}

.about-box1{ padding: 25px 0 30px;}
.about-box1 .frame{ margin-top: 20px;}
.about-box1 .frame .text{ width: 100%; padding-right: 0; order: 2; margin-top: 15px;}
.about-box1 .frame .text .p{ margin-top: 0;}
.about-box1 .frame .text .btns{ margin-top: 25px;}
.about-box1 .frame .text .btns a{ width: 120px; height: 45px; line-height: 45px;}
.about-box1 .frame .img{ width: 100%; padding-left: 1px; margin-top: 0; order: 1;}
.about-box1 .list{ margin-top: 30px;}
.about-box1 .list li{ width: 50%;}
.about-box1 .list li .t{ font-size: 2.4em;}
.about-box1 .list li .p{ padding: 0 15px;}

.about-box2{ padding: 30px 0;}
.about-box2 .list{ margin-top: 25px;}
.about-box2 .list li{ width: 100%; margin-right: 0; height: 220px;}
.about-box2 .list li+li{ margin-top: 20px;}
.about-box2 .list li .text .t{ font-size: 1.8em; margin-top: 20px;}
.about-box2 .list li .text .line{ height: 2px;}
.about-box2 .list li .text .line i{ height: 2px; width: 60px;}

.about-box3{ padding: 30px 0 20px;}
.history-box{ margin-top: 20px;}
.history-box .mySwiper2{ padding: 0 35px 32px;}
.history-box .mySwiper2 .swiper-slide{ width: 33.33%; height: 55px;}
.history-box .mySwiper2 .swiper-slide .num{ font-size: 1.4em;}
.history-box .mySwiper2 .swiper-slide .icon{ height: 20px; margin-top: 10px;}
.history-box .mySwiper2 .swiper-slide .icon i{ width: 20px; height: 20px;}
.history-box .mySwiper2 .swiper-slide-thumb-active .num{ font-size: 1.8em;}
.history-box .mySwiper2 .swiper-slide-thumb-active .icon i{ width: 20px; height: 20px;}
.history-box .mySwiper2 .swiper-slide-thumb-active .icon i::before{ width: 12px; height: 12px;}
.history-box .swiper-button-next, .history-box .swiper-button-prev{ width: 24px; height: 24px; margin-top: -10px;}
.history-box .mySwiper2 .line{ bottom: 10px;}

.about-box4{ padding: 30px 0;}
.about-box4 .box{ margin-top: 25px;}
.about-box4 .box .mySwiper{ padding: 0 35px;}
.about-box4 .box .swiper-slide{ width: 100%;}
.about-box4 .box .swiper-slide .img{ height: 230px;}
.about-box4 .swiper-button-next, .about-box4 .swiper-button-prev{ width: 24px; height: 24px; margin-top: -12px;}

.contact-ln{ padding: 30px 0;}
.contact-ln .text{ margin-top: 20px;}

.contact-job{ padding: 30px 0;}
.contact-job .box{ margin-top: 30px; overflow-y: hidden;}
.contact-job .box .top{ padding: 0 30px; width: 800px;}
.contact-job .box .w1{ padding: 0 15px;}
.contact-job .list{ width: 800px;}
.contact-job .list li{ padding: 0 30px;}

.contact-box{ padding: 30px 0;}
.contact-box .frame{ margin-top: 30px;}
.contact-box .frame .box{ width: 100%; padding: 12px 20px 20px;}
.contact-box .frame .box .t{ padding: 15px 0;}
.contact-box .frame .map{ width: 100%; margin-left: 0; margin-top: 10px;}

.contact-message{ padding: 30px 0;}
.contact-message .box{ margin-top: 20px;}
.contact-message .box li:nth-child(-n+4){ width: 100%; margin-right: 0;}
.contact-message .box li:last-child{ margin-top: 0;}
.contact-message .box li input[type="reset"], .contact-message .box li input[type="submit"]{ height: 50px; font-size: 1.4em;}

.fzlc-box{ padding: 30px 0;}
.fzlc-box .frame{ margin-top: 20px;}
.fzlc-box .frame .top i{ left: 0; transform: translateX(0);}
.fzlc-box .frame .list li+li{ margin-top: 30px;}
.fzlc-box .frame .list li .box{ width: 95.5%; padding-left: 25px;}
.fzlc-box .frame .list li .box .year{ font-size: 1.8em;}
.fzlc-box .frame .list li .box .icon{ top: -1px;}
.fzlc-box .frame .list li:nth-child(2n){ justify-content: flex-end}
.fzlc-box .frame .list li:nth-child(2n) .box{ padding-left: 25px; padding-right: 0;}
.fzlc-box .frame .list li:nth-child(2n) .box .icon{ left: 0; right: inherit; transform: translateX(-50%);}
.fzlc-box .frame .list li:nth-child(2n) .box .year{ text-align: left;}
.fzlc-box .frame .list li:nth-child(2n) .box .p p{ text-align: justify;}
.fzlc-box .frame .line{ left: 15px;}

.qyry-box{ padding: 30px 0;}
.qyry-box .list{ margin-top: 20px;}
.qyry-box .list li{ width: calc((100% - 15px) / 2); margin-right: 15px; margin-bottom: 15px;}
.qyry-box .list li:nth-child(3n){ margin-right: 15px;}
.qyry-box .list li:nth-child(2n){ margin-right: 0;}
.qyry-box .list li .img{ height: 120px;}
.qyry-box .list li .t{ height: 40px; line-height: 40px; font-size: 1.2em;}

.pager{ line-height: 34px;}
.pager .prev{ padding-right: 0; width: 100%;}
.pager .next{ padding-left: 0; width: 100%; text-align: left;}
.pager .next>a, .pager .next>span{ float: none;}
}