/* 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%; }
.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;}

.header-top{ height: 60px; line-height: 60px; border-bottom: 1px solid #eee; overflow: hidden;}
.header-top span{ display: inline-block; font-size: 1.4em; color: #666; padding-left: 12px; position: relative;}
.header-top span::before{ content: ""; position: absolute; width: 5px; height: 5px; background: #666; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.header-top b{ font-family: Cambria; font-size: 2.4em; color: #fe0000; display: inline-block;} 
.header-top .fr > *{ float: left;}

.header{ height: 120px; position: relative; z-index: 1;}
.header .logo{ height: 120px; line-height: 120px; width: 30%; float: left;}
.header .pc-nav{ width: 67%; float: left; }
.header .pc-nav li{ width: 16.6666667%; height: 120px; line-height: 120px; float: left; position: relative;}
.header .pc-nav li > a{ display: inline-block; width: 100%; text-align: center; font-size: 1.8em; color: #333;}
.header .pc-nav li:hover > a, .header .pc-nav li.on > a{ background: #0094de; color: #fff;}
.header .pc-nav li dl{ margin-bottom: 0; position: absolute; width: 120%; background: #fff; top: 100%; left: 50%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none;}
.header .pc-nav li:hover dl{ display: block;}
.header .pc-nav li dd{ height: 45px; line-height: 45px; text-align: center; border-bottom: 1px dashed #ccc;}
.header .pc-nav li dd a{ font-size: 1.4em; color: #333;}
.header .pc-nav li dd:hover{ background: #0094de;}
.header .pc-nav li dd:hover a{ color: #fff;}
.header .pc-search{ height: 120px; line-height: 120px; text-align: right; width: 3%; float: left; position: relative;}
.header .pc-search span{ display: inline-block; cursor: pointer;}
.header .pc-search .box{ position: absolute; width: 300px; height: 45px; top: 80%; right: -10px;display: none;}
.header .pc-search:hover .box{ display: block;}
.header .pc-search .box i{ position: absolute; width: 10px; height: 6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ccc; top: -5px; right: 18px;}
.header .pc-search .box i::before{ content: ""; position: absolute; width: 10px; height: 6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; left: -6px; top: 2px;}
.header .pc-search .box input[type="text"]{ width: 255px; float: left; height: 45px; border: 1px solid #ccc; border-radius: 6px 0 0 6px; border-right: none; padding: 0 15px; font-size: 1.4em;}
.header .pc-search .box input[type="submit"]{ width: 45px; height: 45px; float: left; border: 1px solid #ccc; border-left: none; background: url(../images/search-icon.png) no-repeat center #fff; border-radius: 0 6px 6px 0; background-size: 20px;}


@-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 .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: #0094de; 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: 66%; height: 100%; top: 0; right: -66%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #0094de; 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; }
.nav li>a { display: inline-block; width: 100%; height: 100%; text-align: center; font-size: 1.4em; color: #333; }
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; }
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 100%; line-height: 40px; text-align: center; font-size: 1.4em; color: #333; }
.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;}

.header .search{ padding:0 15px; text-align:right;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #0094de; 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:#0094de; 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;}


.banner{ height: 500px; position: relative; z-index: 0;}
.banner .swiper-container, .banner .swiper-wrapper{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: inline-block; width: 100%; height: 100%;}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; opacity: 1; margin: 0 7.5px !important;}
.banner .swiper-pagination-bullet-active{ background: #0094de;}

.index-top{ text-align: center;}
.index-top .cn{ font-size: 3em; font-weight: bold; color: #0094de;}
.index-top .cn span{ color: #333;}
.index-top .en{ text-transform: uppercase; font-size: 1.8em; color: #999; margin-top: 5px;}

.i-product{ padding: 64px 0; position: relative; z-index: 0;}
.i-product .i-pro-fl{ overflow: hidden; margin-top: 50px;}
.i-product .i-pro-fl .box{ position: relative;}
.i-product .i-pro-fl .box .img{ position: relative; z-index: 0; overflow: hidden;}
.i-product .i-pro-fl .box .img img{ transition: all .3s linear;}
.i-product .i-pro-fl .box:hover .img img{ transform: scale(1.1);}
.i-product .i-pro-fl .box .text{ position: absolute; z-index: 1; bottom: 20px; width: 100%; background: rgba(0,0,0,.5); padding: 10px 30px; color: #fff;}
.i-product .i-pro-fl .box:hover .text{ background: #0094de;}
.i-product .i-pro-fl .box .text .t{ font-size: 2.2em; font-weight: bold;}
.i-product .i-pro-fl .box .text .p{ font-size: 1.6em; text-transform: uppercase; margin-top: 1px;}

.i-product .i-pro-fl .ys1{ padding: 0 10px 0 0;}
.i-product .i-pro-fl .ys2{ padding: 0 0 0 10px;}
.i-product .i-pro-fl .ys3{ padding: 0;}
.i-product .i-pro-fl .ys3:nth-child(2){ margin-top: 20px;}

.i-about-tj{ background: url(../images/iabout-bg.png) no-repeat center; background-size: cover; padding: 64px 0 90px; z-index: 0;}
.i-about{ position: relative;  width: 50%; float: left;}
.i-about .box{ padding: 0 50px 0 0; margin-top: 50px;}
.i-about .box .title{ overflow: hidden;}
.i-about .box .title .cn{ font-size: 2em; font-weight: bold; color: #333;}
.i-about .box .title .en{ text-transform: uppercase; font-size: 1.4em; color: #999; margin-top: 5px;}
.i-about .box .text{ font-size: 1.4em; color: #333; text-indent: 2em; line-height: 24px; margin-top: 30px;}
.i-about .box .btns{ margin-top: 45px;}
.i-about .box .btns a{ display: inline-block; width: 110px; height: 42px; line-height: 42px; background: #0094de; color: #fff; text-align: center; font-size: 1.4em;}
.i-about .box .btns span{ display: inline-block; background: url(../images/more.png) no-repeat center right; padding-right: 25px;}

.i-product-tj{ position: relative; z-index: 0; width: 50%; float: left;}
.i-product-tj .hd{ margin: 55px -10px 0; overflow: hidden;}
.i-product-tj .hd li{ width: 16.666667%; float: left; padding: 0 10px; height: 60px; line-height: 60px; text-align: center; cursor: pointer;}
.i-product-tj .hd li span{ display: inline-block; width: 100%; background: #f3f3f3; font-size: 1.8em; color: #333;}
.i-product-tj .hd li.on span{ background: #0094de; color: #fff;}
.i-product-tj .bd{ margin-top: 50px;}
/* .i-product-tj .bd .i-pro-tj{ margin: 0 -7.5px;}
.i-product-tj .bd .i-pro-tj > div{ padding: 0 7.5px;}
.i-product-tj .bd .i-pro-tj .box{ position: relative;}
.i-product-tj .bd .i-pro-tj .box .img{ position: relative; z-index: 0; z-index: 0; overflow: hidden;}
.i-product-tj .bd .i-pro-tj .box .img img{ transition: all .3s linear;}
.i-product-tj .bd .i-pro-tj .box:hover .img img{ transform: scale(1.1);}
.i-product-tj .bd .i-pro-tj .box .title{ position: absolute; z-index: 1; padding: 0 15px; height: 42px; line-height: 42px; bottom: 25px; left: 0; width: 100%;}
.i-product-tj .bd .i-pro-tj .box .title b{ font-size: 1.6em; color: #fff;}
.i-product-tj .bd .i-pro-tj .box:hover .title b{ color: #0094de;}
.i-product-tj .bd .i-pro-tj .box .title .btns{ float: right; display: inline-block; width: 110px; height: 42px; line-height: 40px; background: transparent; color: #fff; text-align: center; font-size: 1.4em; border: 1px solid #fff;}
.i-product-tj .bd .i-pro-tj .box .title .btns span{ display: inline-block; background: url(../images/more.png) no-repeat center right; padding-right: 25px;}
.i-product-tj .bd .i-pro-tj .box .title .btns:hover{ background: #0094de; border: 1px solid #0094de;}
.i-product-tj .bd .i-pro-tj dl{ margin: 0 -7.5px;}
.i-product-tj .bd .i-pro-tj dd{ width: 33.33333%; float: left; padding: 0 7.5px; position: relative;}
.i-product-tj .bd .i-pro-tj dd:nth-child(-n+3){ margin-bottom: 15px;}
.i-product-tj .bd .i-pro-tj dd .img{ position: relative; z-index: 0; overflow: hidden;}
.i-product-tj .bd .i-pro-tj dd .img img{ transition: all .3s linear;}
.i-product-tj .bd .i-pro-tj dd:hover .img img{ transform: scale(1.1);}
.i-product-tj .bd .i-pro-tj dd .title{ position: absolute; height: 50px; line-height: 50px; text-align: center; width: 100%; left: 0; bottom: 0; font-size: 1.6em; color: #fff; font-weight: bold;}
.i-product-tj .bd .i-pro-tj dd:hover .title{ color: #0094de;} */
.i-product-tj .bd .i-pro-tj{ position: relative;}
.i-product-tj .bd .i-pro-tj img{ position: relative; z-index: 0;}
.i-product-tj .bd .i-pro-tj a{ display: inline-block; width: 100%; text-align: center; font-size: 2em; color: #333;}
.i-product-tj .bd .i-pro-tj .cp1{ position: absolute; top: 8.4%; left: 7.3%; width: 19.4%; height: 33%; line-height: 123px;}
.i-product-tj .bd .i-pro-tj .cp1:hover a{ color: #fe0000;}
.i-product-tj .bd .i-pro-tj .cp2{ position: absolute; bottom: 17.1%; right: 7.3%; width: 19.4%; height: 33%; line-height: 123px;}
.i-product-tj .bd .i-pro-tj .cp2:hover a{ color: #f1fe00;}


.i-news{ background: url(../images/inews-bg.jpg) no-repeat center; background-size: cover; padding: 65px 0 80px; position: relative; z-index: 0;}
.i-news-box{ overflow: hidden; margin-top: 70px;}
.i-news-box .hot{ width: 34.6%; float: left;}
.i-news-box .hot .img{ overflow: hidden; position: relative;}
.i-news-box .hot .img img{ transition: all .3s linear; width: 100%; opacity: 0;}
.i-news-box .hot .img .show{ position: absolute; opacity: 1; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.i-news-box .hot:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.i-news-box .hot .text{ background: #0094de; padding: 5px 25px; overflow: hidden;}
.i-news-box .hot .text .title{ font-size: 1.8em; color: #fff; margin-top: 10px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-box .hot .text .date{ font-size: 1.4em; color: #fff; border-bottom: 1px solid #fff; padding: 8px 0 15px;}
.i-news-box .hot .text .btns{ height: 42px; line-height: 42px; color: #fff; text-align: center; font-size: 1.4em; float: right;}
.i-news-box .hot .text .btns span{ display: inline-block; background: url(../images/more.png) no-repeat center right; padding-right: 25px; }
.i-news-box .list{ width: 65.4%; float: left; padding-left: 40px;}
.i-news-box .list ul{ background: #fff; padding: 19px 30px;}
.i-news-box .list li{ padding: 20px 0; overflow: hidden;}
.i-news-box .list li .date{ width: 14%; float: left; text-align: center; padding: 3px 0;}
.i-news-box .list li .date span{ font-size: 4em; font-weight: bold; color: #333; display: inline-block; height: 40px; line-height: 40px;}
.i-news-box .list li .date p{ text-align: center; color: #333; font-size: 1.4em; margin-top: 5px;}
.i-news-box .list li .text{ float: left; width: 74.7%; padding: 0 25px 0 20px; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc;}
.i-news-box .list li .text .t{ font-size: 1.8em; color: #333; font-weight: bold; overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-box .list li .text .p{ font-size: 1.4em; line-height: 20px; color: #828282; margin-top: 6px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news-box .list li .icon{ float: left; width: 11.3%; height: 71px; position: relative; background: url(../images/inews-icon1.png) no-repeat center;}

.i-news-box .list li:hover .date span{ color: #0094de;}
.i-news-box .list li:hover .date p{ color: #0094de;}
.i-news-box .list li:hover .icon{ background: url(../images/inews-icon2.png) no-repeat center;}
.i-news-box .list li .text .t:hover{ color: #0094de;}

.footer{ background: url(../images/foot-bg.jpg) no-repeat center; background-size: cover; padding-top: 45px; overflow: hidden;}
.foot-left{ width: 30%; float: left; overflow: hidden; border-right: 1px solid #dcdcdc;}
.foot-left .foot-logo{ float: left; width: 47.5%; text-align: center; height: 200px; line-height: 200px;}
.foot-left .foot-nav{ float: left; width: 52.5%; padding: 10px 30px;}
.foot-left .foot-nav li{ height: 36px; line-height: 36px;}
.foot-left .foot-nav li a{ position: relative; display: inline-block; padding-left: 20px; font-size: 1.4em; color: #fff;}
.foot-left .foot-nav li a::before{ content: ""; position: absolute; width: 5px; height: 5px; border-radius: 100%; background: #fff; left: 0; top: 50%; transform: translateY(-50%);}
.foot-contact{ float: left; width: 47.7%; text-align: center; border-right: 1px solid #dcdcdc;}
.foot-contact dl{ margin: 0; display: inline-block; text-align: left; padding: 3px 0;}
.foot-contact dt{ font-size: 2em; color: #fff; font-weight: bold; margin-bottom: 10px;}
.foot-contact dd{ font-size: 1.4em; color: #fff; line-height: 26px;}
.foot-contact dd a{ color: #fff;}
.foot-wx{ float: left; width: 22.3%; padding:4px 0 4px 9.8%;}
.foot-wx .title{ text-align: center; font-size: 1.4em; color: #fff; margin-top: 10px;}

.foot-copy{ border-top: 1px solid #dcdcdc; font-size: 1.4em; color: #fff; margin-top: 45px; padding: 15px; text-align: center;}
.foot-copy a{ color: #fff;}

.page-banner{ position: relative; height: 300px;}
.page-banner .container{ position: relative; height: 100%;}
.page-banner .page-banner-text{ position: absolute; top: 50%; transform: translateY(-50%);}
.page-banner .page-banner-text .title{ font-size: 2.8em; color: #fff; font-weight: bold; text-shadow: 0 2px 3px rgba(0,0,0,.45); letter-spacing: 2px; margin: 0;}
.page-banner .page-banner-text .text{ font-size: 1.6em; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.85); margin-top: 5px;}
.page-banner .page-banner-text.blue .title, .page-banner .page-banner-text.blue .text{ color: #0094de; text-shadow:none}
.page-banner .mbx{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,.3); font-size: 1.4em; color: #fff;}
.page-banner .mbx span{ background: url(../images/mbx-icon.png) no-repeat center left; padding-left: 25px; display: inline-block;}
.page-banner .mbx a{ color: #fff; display: inline-block;}

.page-nav{ height: 80px; padding: 15px 0; text-align: center; border-bottom: 1px solid #eee;}
.page-nav ul{ display: inline-block;}
.page-nav li{ width: 150px; height: 50px; line-height: 50px; float: left; font-size: 1.6em; margin: 0 15px;}
.page-nav li a{ color: #333;}
.page-nav li:hover a{ color: #0094de;}
.page-nav li.on{ background: #0094de; }
.page-nav li.on a{ color: #fff;}

.about-box1{ position: relative; padding-top: 65px;}
.about-box1 .container{ position: relative; z-index: 1;}
.about-box1 .box{ width: 50%; float: left; padding-right: 50px;}
.about-box1 .box .title{ overflow: hidden;}
.about-box1 .box .title .cn{ font-size: 2.4em; font-weight: bold; color: #333;}
.about-box1 .box .title .en{ text-transform: uppercase; font-size: 1.6em; color: #999; margin-top: 6px;}
.about-box1 .box .text{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 25px;}
.about-box1 .box .text p{ text-indent: 2em;}
.about-box1 .img{ width: 50%; float: left;}
.about-box1 .bg{ height: 150px; background: #0094de; z-index: 0; position: absolute; bottom: 0; left: 0; width: 100%;}
.about-box1 .bg .boxs{ float: left; margin-right: 70px; padding: 25px 0 34px;}
.about-box1 .bg .boxs .line{ display: inline-block; width: 30px; height: 3px; background: #fff;}
.about-box1 .bg .boxs .title{ font-size: 2.4em; font-weight: bold; color: #fff; margin-top: 10px;}
.about-box1 .bg .boxs .text{ font-size: 1.8em; color: #fff; margin-top: 5px;}

.about-box2{ padding: 40px 0 115px;}
.about-box2 .title-top{ font-size: 2.4em; font-weight: bold; text-align: center; letter-spacing: 1px; padding: 10px 0; position: relative;}
.about-box2 .title-top i{ display: inline-block; width: 35px; height: 2px; background: #0094de; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.about-box2 .box{ margin: 60px -10px 0; overflow: hidden;}
.about-box2 .box li{ float: left; padding: 0 10px; width: 32%;}
.about-box2 .box li:last-child{ width: 36%; padding-left: 25px;}
.about-box2 .box li p{ font-size: 1.4em; color: #333; text-indent: 2em; line-height: 28px;}

.zz-list{ margin: 45px -10px 25px; overflow: hidden;}
.zz-list li{ width: 25%; float: left; padding: 0 10px; margin-bottom: 25px;}
.zz-list li .img{ border: 1px solid #e5e5e5; overflow: hidden;}
.zz-list li .img img{ transition: all .3s linear;}
.zz-list li:hover .img img{ transform: scale(1.1);}
.zz-list li .title{ font-size: 1.4em; color: #333; text-align: center; margin-top: 12px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.news-list{ overflow: hidden; padding: 40px 0 20px;}
.news-list li{ overflow: hidden; padding: 20px 0;}
.news-list li a{ display: block; background: #f6f6f6; width: 100%; overflow: hidden;}
.news-list li .img{ width: 26.2%; float: left; overflow: hidden;}
.news-list li .img img{ transition: all .3s linear; height: 200px;     width: 100%;
    object-fit: cover; }
.news-list li:hover .img img{ transform: scale(1.1);}
.news-list li .text{ width: 73.8%; float: left; padding: 15px 35px;}
.news-list li .text .t{ font-size: 1.8em; color: #333; margin: 15px 0; border-bottom: 1px dashed #d2d2d2; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .text .p{ font-size: 1.4em; color: #818181; line-height: 24px; height: 48px; margin: 15px 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li .text .other{ height: 36px; line-height: 36px; overflow: hidden;}
.news-list li .text .other .date{ font-size: 1.4em; color: #333; float: left;}
.news-list li .text .other .more{ float: right; font-size: 1.4em; color: #333;}
.news-list li .text .other .more span{ display: inline-block; background: url(../images/more2.png) no-repeat center right; padding-right: 25px;}
.news-list li:hover a{ background: #0094de;}
.news-list li:hover .text .t, .news-list li:hover .text .p, .news-list li:hover .text .other .date, .news-list li:hover .text .other .more{ color: #fff;}
.news-list li:hover .text .other .more span{ background: url(../images/more.png) no-repeat center right;}

.pager-list{ text-align:center; margin-top: 10px; margin-bottom: 25px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 6px; margin-bottom:10px;}
.pager-list li>*{ display:inline-block; font-size:12px; color:#333 !important; height:40px; line-height:38px !important; width: 40px; padding:0 !important;  background:#eee; border-radius:100%;}
.pager-list li a:hover{ background:#0094de; color:#fff !important;}
.pager-list li.active>*{ color:#fff !important; background:#0094de; border:1px solid #0094de;}
.pager-list li.disabled>*{ cursor:auto; background:#eee; color:#ccc;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#0094de; border:1px solid #0094de;}
.pager-list .pagination>li:last-child>a, .pager-list .pagination>li:last-child>span{ border-radius:100%; background: url(../images/pager-list-next.png) no-repeat center;}
.pager-list .pagination>li:first-child>a, .pager-list .pagination>li:first-child>span{ border-radius:100%; background: url(../images/pager-list-prev.png) no-repeat center;}
.pager-list .pagination>li:last-child.disabled>*{ background: url(../images/pager-list-next.png) no-repeat center #eee;}
.pager-list .pagination>li:first-child.disabled>*{ background: url(../images/pager-list-prev.png) no-repeat center #eee;}
.pager-list li:last-child a:hover{ background: url(../images/pager-list-next2.png) no-repeat center #0094de;}
.pager-list li:first-child a:hover{ background: url(../images/pager-list-prev2.png) no-repeat center #0094de;}

.news-con{ padding: 25px 0;}
.news-con .title{ text-align: center; font-size: 2.4em; font-weight: bold;}
.news-con .bq{ text-align: center; margin: 12px 0 24px;}
.news-con .bq span{ font-size: 1.4em; color: #666; display: inline-block; padding: 0 15px;}
.news-con .text{ padding-bottom: 35px; border-bottom: 1px solid #d2d2d2;}
.news-con .text p{ font-size: 1.4em; color: #333; line-height: 24px;}
.news-con .text p+p{ margin-top: 20px;}

.pic-list{ text-align: center; overflow: hidden; margin: 20px -8px 0; padding: 0 20%;}
.pic-list li{ float: left; width: 50%; padding: 0 8px;}
.pic-list li:nth-child(2n-1){ clear: left;}
.pic-list li .p{ font-size: 1.4em; color: #333; margin: 10px 0 15px;}

.pager{ position: relative;}
.pager .prev{ text-align: left; width: 100%; height: 35px; line-height: 35px;}
.pager .next{ text-align: left; width: 100%; height: 35px; line-height: 35px;}
.pager .prev a, .pager .prev span, .pager .next a, .pager .next span{ font-size: 1.4em; color: #333; float: left;}
.pager .prev a:hover, .pager .next a:hover{ color: #0094de;}
.pager .back{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.pager .back a{ display: inline-block; height: 50px; line-height: 50px; background: #eee; padding: 0 15px; border-radius: 4px;}
.pager .back a span{ font-size: 1.6em; color: #666; background: url(../images/news-con-icon.png) no-repeat center left; padding-left: 30px;}
.pager .back a:hover{ background: #0094de;}
.pager .back a:hover span{ color: #fff; background: url(../images/news-con-icon2.png) no-repeat center left;}

.contact-box{ padding: 70px 0 65px; overflow: hidden;}
.contact-box .box{ float: left; width: 44%; padding-right: 70px;}
.contact-box .box .title{ font-size: 2.4em; font-weight: bold; color: #333; padding-bottom: 20px; border-bottom: 1px solid #dcdcdc; position: relative;}
.contact-box .box .title i{ display: inline-block; width: 50px; height: 3px; background: #0094de; position: absolute; left: 0; bottom: 0;}
.contact-box .box .text{ padding-top: 30px;}
.contact-box .box .text p{ font-size: 1.4em; color: #333;}
.contact-box .box .text p+p{ margin-top: 12px;}
.map{ height: 270px; float: left; width: 56%;}

.message{ background: #f3f3f3; padding: 45px 0 60px;}
.message .top{ margin-bottom: 25px; padding: 0 7.5px;}
.message .top .t{ font-size: 2.4em; color: #333; font-weight: bold;}
.message .top .p{ font-size: 1.4em; color: #333; margin-top: 5px;}
.message .box{ width: 62.3%; float: left; margin: 0 -7.5px;}
.message .box li{ padding: 0 7.5px; font-size: 1.4em; margin-bottom: 15px;}
.message .box li i{ display: inline-block; width: 6%; float: left; color: #f00; height: 55px; line-height: 64px; background: #fff; text-align: right; font-size: 1.2em;}
.message .box li input[type="text"]{ width: 94%; height: 55px; border: none; float: left; color: #333; padding: 0 10px;}
.message .box li textarea{ width: 100%; height: 150px; border: none; color: #333; padding: 15px 25px;}
.message .box li:last-child{ margin-top: 42px;}
.message .box li:last-child input{ width: 120px; height: 55px; border: none; background: #0094de; color: #fff; float: left;}
.message .box li:last-child input[type="reset"]{ background: #bfbfbf; margin-left: 12px;}
.message .img{ width: 37.7%; float: left; text-align: right; padding-top: 35px; padding-left: 6%;}

.product-box{ padding: 55px 0;}
.ty-left{ float: left; width: 18.5%;}
.ty-left .ty-top{ height: 60px; line-height: 60px; background: #0094de; text-align: center; font-size: 1.8em; color: #fff; letter-spacing: 1px;}
.ty-left .ty-nav{ border-top: 1px solid #e5e5e5; }
.ty-left .ty-nav li{ height: 50px; line-height: 50px; border: 1px solid #e5e5e5; border-top: none;}
.ty-left .ty-nav li a{ display: inline-block; text-align: center; font-size: 1.4em; color: #333; width: 100%; text-align: center;}
.ty-left .ty-nav li:hover a, .ty-left .ty-nav li.on a{ color: #0094de;}
.ty-right{ float: left; width: 81.5%; padding-left: 30px;}
.ty-right .ty-top{ height: 60px; position: relative;}
.ty-right .ty-top h2{ line-height: 60px; font-size: 1.8em; font-weight: bold; color: #333; margin: 0;}
.ty-right .ty-top .search-box2{ position: absolute; height: 40px; line-height: 38px; width: 260px; right: 0; top: 0; overflow: hidden; border: 1px solid #d2d2d2;}
.ty-right .ty-top .search-box2 input[type="text"]{ float: left; border: none; padding: 0 10px; width: 82%;}
.ty-right .ty-top .search-box2 input[type="submit"]{ float: left; border: none; background: url(../images/product-icon.png) no-repeat center; width: 18%;}

.ty-table{ overflow: hidden;}
.ty-table table{ margin-bottom: 30px;}
.ty-table th{ border: 1px solid #e8e8e8; background: #0094de; padding: 10px 0;}
.ty-table th p{ color: #fff; font-size: 1.4em; text-align: center; font-weight: normal;}
/* .ty-table td{ border: 1px solid #e8e8e8; padding: 10px 0;}
.ty-table td p{ padding: 0 10px 0 25px; font-size: 1.4em; color: #333; position: relative;} */
.ty-table td{ border: 1px solid #e8e8e8; padding: 10px ; font-size: 1.4em; text-align: center; color: #333; position: relative;}
/* .ty-table td i{ display: inline-block; width: 7px; height: 7px; background: #333; border-radius: 100%; position: absolute; left: 12px; top: 6px;} */
.ty-table td p { text-align: left; }
.ty-table td p::before{ content: "";  width: 8px; height: 8px; border-radius: 100%; background: #333; display: inline-block; margin-right: 5px; }
.ty-table td a:hover{ color:red }

/* .ty-table td:nth-child(-n+6) p{ text-align: center; padding: 0 10px;}
.ty-table td:nth-child(2) p{ padding: 0 20%;}
.ty-table tr:nth-child(2n-1){ background: #eee;} */

.product-con{ overflow: hidden;}
.product-con .title{ height: 70px; line-height: 70px; font-size: 1.8em; color: #333; padding: 0 25px; background: #eee;}
.product-con .text{ margin-top: 20px; border: 1px solid #dcdcdc; padding: 15px 25px;}
.product-con .text li{ font-size: 1.4em; color: #333; overflow: hidden; width: 100%; line-height: 26px;}
.product-con .text li .t{ float: left;}
.product-con .text li .p{ float: left;}
.product-con .text li .p p{ padding-left: 15px; position: relative;}
.product-con .text li .p p::before{ content: ""; position: absolute; width: 8px; height: 8px; border-radius: 100%; background: #333; left: 0; top: 50%; transform: translateY(-50%);}
.product-con .box{ margin: 20px 0;}


.search-list{ padding: 20px 0;}
.search-list li{ padding: 10px 0;}
.search-list li .img{ width: 36.2%;}
.search-list li .text{ width: 63.8%; padding: 5px 20px;}
.search-list li .text .t{ font-size: 1.6em; padding: 10px 0;}
.search-list li .text .p{ margin: 10px 0;}


.tj-box{ padding: 0 20%; position: relative;}
.tj-box img{ position: relative; z-index: 0; width: 100%;}
.tj-box a{ display: inline-block; width: 100%; text-align: center; font-size: 3.4em; color: #333;}
.tj-box .cp1{ position: absolute; top: 7.6%; left: 32%; width: 19.8%; height: 25.2%; line-height: 257px;}
.tj-box .cp1:hover a{ color: #fe0000;}
.tj-box .cp2{ position: absolute; bottom: 8.4%; right: 26.5%; width: 19.8%; height: 25.2%; line-height: 257px;}
.tj-box .cp2:hover a{ color: #f1fe00;}







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

}
@media (max-width:1365px) and (min-width: 1200px){
.container{ width: 1200px; padding: 0;}
.banner{ height: 460px;}
.i-news-box .list ul{ padding: 16px 30px;}
.i-news-box .list li{ padding: 18px 0;}

.i-product .i-pro-fl .box .text .t{ font-size: 2em;}
.i-product .i-pro-fl .box .text .p{ font-size: 1.4em;}

.i-product-tj .bd .i-pro-tj .cp1{ line-height: 114px;}
.i-product-tj .bd .i-pro-tj .cp2{ line-height: 114px;}

.news-list li .img{ width: 28.4%;}
.news-list li .text{ width: 71.6%;}

.tj-box a{ font-size: 3em;}
.tj-box .cp1{ line-height: 237px;}
.tj-box .cp2{ line-height: 237px;}
}
@media (max-width:1199px) and (min-width:992px){
.header .logo{ width: 27%;}
.header .pc-nav li > a{ font-size: 1.6em;}
.header .pc-nav li dl{ width: 140%;}
.header .pc-search{ width: 6%;}
.banner{ height: 360px;}

.index-top .cn{ font-size: 2.6em;}
.index-top .en{ font-size: 1.6em;}
.i-product{ padding: 36px 0;}
.i-product .i-pro-fl{ margin-top: 30px;}
.i-product .i-pro-fl .box .text .t{ font-size: 2em;}
.i-product .i-pro-fl .box .text .p{ font-size: 1.4em;}
.i-product .i-pro-fl .ys3:nth-child(2){ margin-top: 14px;}

.i-about-tj{ padding: 30px 0 60px;}
.i-about .box{ margin-top: 30px;}

.i-product-tj .hd{ margin: 35px -10px 0;}
.i-product-tj .hd li{ height: 45px; line-height: 45px;}
.i-product-tj .hd li span{ font-size: 1.6em;}
.i-product-tj .bd{ margin-top: 30px;}
.i-product-tj .bd .i-pro-tj .box .title b{ font-size: 1.6em;}
.i-product-tj .bd .i-pro-tj dd .title{ font-size: 1.6em;}

.i-product-tj .bd .i-pro-tj a{ font-size: 1.6em;}
.i-product-tj .bd .i-pro-tj .cp1{ line-height: 88px;}
.i-product-tj .bd .i-pro-tj .cp2{ line-height: 88px;}

.i-news{ padding: 35px 0 50px;}
.i-news-box{ margin-top: 30px;}
.i-news-box .hot .text .title{ font-size: 1.6em;}
.i-news-box .list{ padding-left: 20px;}
.i-news-box .list ul{ padding: 8px 15px;}
.i-news-box .list li{ padding: 12px 0;}

.foot-contact{ width: 51.7%;}
.foot-wx{ width: 18.3%; padding: 16px 0 16px 3.8%;}

.about-box1 .box .title .cn{ font-size: 2em;}
.about-box1 .box .title .en{ font-size: 1.4em;}
.about-box1 .bg{ position: relative;}
.about-box1 .bg .boxs{ padding: 30px 0 34px;}
.about-box1 .bg .boxs .title{ font-size: 2em;}
.about-box1 .bg .boxs .text{ font-size: 1.4em;}
.about-box2 .title-top{ font-size: 2em;}

.zz-list li{ width: 33.33333%;}

.news-list li .img{ width: 36.2%;}
.news-list li .text{ width: 63.8%;}

.pic-list{ padding: 0 10%;}

.contact-box .box .title{ font-size: 2em; padding-bottom: 15px;}
.contact-box .box .text{ padding-top: 20px;}
.message .img{ padding-top: 12%;}

.ty-right .ty-table td:nth-child(2) p{ padding: 0 10%;}

.tj-box{ padding: 0 10%;}
.tj-box a{ font-size: 3em;}
.tj-box .cp1{ left: 26%; width: 26.4%; line-height: 248px;}
.tj-box .cp2{ right: 18.8%; width: 26.4%; line-height: 248px;}
}
@media (max-width:991px) and (min-width: 768px){
.header-top{ height: 45px; line-height: 45px;}
.header-top span{ font-size: 1.2em;}
.header-top b{ font-size: 1.8em;}
.header{ height: 100px; width: 100%;}
.header .logo{ width: 30.6%; height: 100px; line-height: 100px;}
.header .logo img{ height: 60px;}
.header .pc-nav{ width: 63.4%;}
.header .pc-nav li{ height: 100px; line-height: 100px;}
.header .pc-nav li > a{ font-size: 1.4em;}
.header .pc-nav li dl{ width: 140%;}
.header .pc-search{ width: 6%; height: 100px; line-height: 100px;}
.header .pc-search img{ width: 20px;}
.header .pc-search .box input[type="submit"]{ background-size: 16px;}
.banner{ height: 270px;}

.index-top .cn{ font-size: 2.2em;}
.index-top .en{ font-size: 1.4em; margin-top: 3px;}

.i-product{ padding: 36px 0;}
.i-product .i-pro-fl{ margin-top: 30px;}
.i-product .i-pro-fl .box .text{ padding: 10px 15px; bottom: 5px;}
.i-product .i-pro-fl .box .text .t{ font-size: 1.6em;}
.i-product .i-pro-fl .box .text .p{ font-size: 1.2em;}
.i-product .i-pro-fl .ys3:nth-child(2){ margin-top: 14px;}

.i-product .i-pro-fl .ys1{ padding: 0 5px 0 0;}
.i-product .i-pro-fl .ys2{ padding: 0 0 0 5px;}
.i-product .i-pro-fl .ys3{ padding: 0;}
.i-product .i-pro-fl .ys3:nth-child(2){ margin-top: 11px;}

.i-about-tj{ padding: 30px 0 60px;}
.i-about .box{ margin-top: 30px; padding: 0 30px 0 0;}

.i-product-tj .hd{ margin: 35px -5px 0;}
.i-product-tj .hd li{ height: 45px; line-height: 45px; padding: 0 5px;}
.i-product-tj .hd li span{ font-size: 1.4em;}
.i-product-tj .bd{ margin-top: 30px;}
.i-product-tj .bd .i-pro-tj > div{ padding: 0 5px;}
.i-product-tj .bd .i-pro-tj dl{ margin: 0 -5px;}
.i-product-tj .bd .i-pro-tj dd{ padding: 0 5px; width: 50%; margin-bottom: 10px;}
.i-product-tj .bd .i-pro-tj dd:nth-child(-n+3){ margin-bottom: 10px;}
.i-product-tj .bd .i-pro-tj .box .title b{ font-size: 1.6em;}
.i-product-tj .bd .i-pro-tj dd .title{ font-size: 1.6em;}

.i-product-tj .bd .i-pro-tj a{ font-size: 1.6em;}
.i-product-tj .bd .i-pro-tj .cp1{ line-height: 115px; top: 7.6%; left: 21%; width: 32%; height: 25%;}
.i-product-tj .bd .i-pro-tj .cp2{ line-height: 115px; bottom: 8.6%; right: 12%; width: 32%; height: 25%;}

.i-news{ padding: 35px 0 40px;}
.i-news-box{ margin-top: 30px;}
.i-news-box .hot{ display: none;}
.i-news-box .list{ padding-left: 0; width: 100%;}
.i-news-box .list ul{ padding: 8px 15px;}
.i-news-box .list li{ padding: 12px 0;}

.footer{ padding-top: 35px;}
.foot-left{ width: 15%; padding-right: 20px;}
.foot-left .foot-nav{ display: none;}
.foot-left .foot-logo{ width: 100%;}
.foot-contact{ width: 66.7%; padding: 0 20px;}
.foot-wx{ width: 18.3%; padding: 32px 0 32px 3.8%;}
.foot-copy{ font-size: 1.2em;}

.page-banner{ height: 250px;}
.page-banner .page-banner-text{ transform: translateY(-70%);}
.page-banner .page-banner-text .title{ font-size: 2.4em;}
.page-banner .page-banner-text .text{ font-size: 1.4em;}

.page-nav{ height: 72px;}
.page-nav li{  height: 40px; line-height: 40px; font-size: 1.4em;}

.about-box1{ padding-top: 35px;}
.about-box1 .box{ padding-right: 25px;}
.about-box1 .box .title .cn{ font-size: 2em;}
.about-box1 .box .title .en{ font-size: 1.4em;}
.about-box1 .box .text{ margin-top: 15px;}
.about-box1 .bg{ position: relative; height: 140px; margin-top: 25px;}
.about-box1 .bg .boxs .title{ font-size: 2em;}
.about-box1 .bg .boxs .text{ font-size: 1.4em;}
.about-box2{ padding: 35px 0;}
.about-box2 .title-top{ font-size: 2em;}
.about-box2 .box{ margin: 35px -10px 0;}
.about-box2 .box li{ width: 50%; margin-bottom: 20px;}
.about-box2 .box li:last-child{ width: 100%; padding: 0 10px;}

.zz-list li{ width: 33.33333%;}

.news-list{ padding: 20px 0;}
.news-list li{ padding: 10px 0;}
.news-list li .img{ width: 36.2%;}
.news-list li .img img{ height: 153px;}
.news-list li .text{ width: 63.8%; padding: 5px 20px;}
.news-list li .text .t{ font-size: 1.6em; margin: 10px 0;}
.news-list li .text .p{ margin: 10px 0;}

.pager-list{ margin: 5px 0 15px;}

.news-con .title{ font-size: 2em;}
.pic-list{ padding: 0;}

.contact-box{ padding: 40px 0;}
.contact-box .box{ width: 100%; padding-right: 0;}
.contact-box .box .title{ font-size: 2em; padding-bottom: 15px;}
.contact-box .box .text{ padding-top: 20px;}
.map{ width: 100%; margin-top: 30px;}
.message{ padding: 40px 0;}
.message .top .t{ font-size: 2em;}
.message .box{ width: 100%;}
.message .img{ display: none;}

.ty-left{ display: none;}
.ty-right{ width: 100%; padding-left: 0;}
.ty-right .ty-table td:nth-child(2) p{ padding: 0 10%;}

.tj-box{ padding: 0 10%;}
.tj-box a{ font-size: 2.4em;}
.tj-box .cp1{ left: 26%; width: 26.4%; line-height: 190px;}
.tj-box .cp2{ right: 18.8%; width: 26.4%; line-height: 190px;}
}
@media (max-width: 767px){
.header-top{ display: none;}
.header{ position: fixed; height: 60px; background: #fff; width: 100%; box-shadow: 0 3px 5px rgba(0,0,0,.35);}
.header .logo{ width: 78%; height: 60px; line-height: 60px;}
.header .logo img{ height: 45px;}
.header .pc-nav, .header .pc-search{ display: none;}
.header .search{ height: 60px; line-height: 60px; width: 8.33333333%; padding: 0 5px;}

.banner{ margin-top: 60px; height: 170px;}
.banner .swiper-pagination{ bottom: 5px;}
.banner .swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 5px !important;}

.index-top .cn{ font-size: 1.8em;}
.index-top .en{ font-size: 1.2em; margin-top: 3px;}

.i-product{ padding: 20px 0;}
.i-product .i-pro-fl{ margin-top: 15px;}
.i-product .i-pro-fl .box .img img{ width: 100%;}
.i-product .i-pro-fl .box .text{ padding: 10px 15px; bottom: 5px;}
.i-product .i-pro-fl .box .text .t{ font-size: 1.4em;}
.i-product .i-pro-fl .box .text .p{ font-size: 1.2em;}

.i-product .i-pro-fl .ys1{ padding: 0;}
.i-product .i-pro-fl .ys2{ padding: 0; margin: 10px -5px 0;}
.i-product .i-pro-fl .ys2 .ys1{ padding: 0 5px;}
.i-product .i-pro-fl .ys2 .ys2{ margin: 0; padding: 0 5px;}
.i-product .i-pro-fl .ys3:nth-child(2){ margin-top: 10px;}

.i-about-tj{ padding: 20px 0;}
.i-about{ width: 100%;}
.i-about .box{ margin-top: 15px; padding: 0;}
.i-about .box .title .cn{ font-size: 1.6em;}
.i-about .box .title .en{ font-size: 1.2em;}
.i-about .box .text{ margin-top: 15px;}
.i-about .box .btns{ margin-top: 20px;}

.i-product-tj{ padding: 20px 0 0; width: 100%;}
.i-product-tj .hd{ margin: 20px -5px 0;}
.i-product-tj .hd li{ width: 33.33333%; height: 45px; line-height: 45px; margin-bottom: 15px; padding: 0 5px;}
.i-product-tj .hd li span{ font-size: 1.3em;}
.i-product-tj .bd{ margin-top: 15px;}
.i-product-tj .bd .i-pro-tj .box{ margin-bottom: 10px;}
.i-product-tj .bd .i-pro-tj .box .title{ padding: 0 15px; height: 35px; line-height: 35px; bottom: 15px;}
.i-product-tj .bd .i-pro-tj .box .title b{ font-size: 1.4em; font-weight: normal;}
.i-product-tj .bd .i-pro-tj .box .title .btns{ height: 35px; line-height: 35px;}
.i-product-tj .bd .i-pro-tj dl{ margin: 0 -5px;}
.i-product-tj .bd .i-pro-tj dd{ padding: 0 5px; width: 50%; margin-bottom: 10px;}
.i-product-tj .bd .i-pro-tj dd:nth-child(-n+3){ margin-bottom: 10px;}
.i-product-tj .bd .i-pro-tj dd .title{ font-size: 1.4em; height: 35px; line-height: 35px; font-weight: normal;}

.i-product-tj .bd .i-pro-tj a{ font-size: 1.6em;}
.i-product-tj .bd .i-pro-tj .cp1{ line-height: 30.6vw; top: 7.6%; left: 20%; width: 33%; height: 30.6vw;}
.i-product-tj .bd .i-pro-tj .cp2{ line-height: 30.6vw; bottom: 8.6%; right: 11%; width: 33%; height: 30.6vw;}


.i-news{ padding: 20px 0;}
.i-news-box{ margin-top: 15px;}
.i-news-box .hot{  width:100%; margin-bottom: 15px; }
.i-news-box .list{ padding-left: 0; width: 100%;}
.i-news-box .list ul{ padding: 5px 10px;}
.i-news-box .list li{ padding: 5px 0; margin-bottom: 15px; }
.i-news-box .list li .date{ width: 20%; padding: 5px 0;}
.i-news-box .list li .date span{ font-size: 2.8em; height: 30px; line-height: 30px;}
.i-news-box .list li .text{ border-right: none; width: 80%; padding: 0 0 0 15px;}
.i-news-box .list li .text .t{ font-size: 1.5em; font-weight: normal;}
.i-news-box .list li .text .p{ font-size: 1.3em; margin-top: 4px;}
.i-news-box .list li .icon{ display: none;}

.footer{ padding-top: 15px;}
.foot-left{ width: 100%; padding-right: 0; border-right: none; margin-bottom: 10px;}
.foot-left .foot-nav{ display: none;}
.foot-left .foot-logo{ width: 100%; height: auto; line-height: normal;}
.foot-left .foot-logo img{ height: 50px;}
.foot-contact{ width: 70%; padding: 0 15px 0 0; border-right: none;}
.foot-contact dt{ font-size: 1.6em; margin-bottom: 8px;}
.foot-contact dd{ font-size: 1.2em; line-height: 20px;}
.foot-contact dd+dd{ margin-top: 4px;}
.foot-wx{ width: 30%; padding: 5px 0 0 15px;}
.foot-copy{ font-size: 1.2em;}

.page-banner{ height: 160px; margin-top: 60px;}
.page-banner .page-banner-text{ transform: translateY(-70%);}
.page-banner .page-banner-text .title{ font-size: 1.8em; letter-spacing: 1px;}
.page-banner .page-banner-text .text{ font-size: 1.2em;}
.page-banner .mbx{ height: 35px; line-height: 35px; font-size: 1.2em;}
.page-banner .mbx span{ background-size: 11px; padding-left: 20px;}

.page-nav{ height: 72px;}
.page-nav ul{ display: block;}
.page-nav li{  height: 40px; line-height: 40px; font-size: 1.4em; margin: 0; width: 50%;}

.about-box1{ padding-top: 20px; position: relative; z-index: 0;}
.about-box1 .box{ padding-right: 0; width: 100%;}
.about-box1 .box .title .cn{ font-size: 1.8em;}
.about-box1 .box .title .en{ font-size: 1.2em; margin-top: 2px;}
.about-box1 .box .text{ margin-top: 10px;}
.about-box1 .img{ width: 100%; margin-top: 15px; height: 160px; overflow: hidden;}
.about-box1 .bg{ position: relative; height: auto; margin-top: 25px;}
.about-box1 .bg .boxs{ margin-right: 35px; padding: 15px 0 20px;}
.about-box1 .bg .boxs .title{ font-size: 1.8em; margin-top: 4px;}
.about-box1 .bg .boxs .text{ font-size: 1.2em;}
.about-box2{ padding: 10px 0 20px;}
.about-box2 .title-top{ font-size: 1.8em;}
.about-box2 .box{ margin: 20px -10px 0;}
.about-box2 .box li{ width: 100%; margin-bottom: 15px;}
.about-box2 .box li:last-child{ width: 100%; padding: 0 10px;}

.zz-list{ margin: 20px -7.5px 0;}
.zz-list li{ width: 50%; padding: 0 7.5px; margin-bottom: 15px;}

.news-list{ padding: 10px 0;}
.news-list li{ padding: 10px 0;}
.news-list li .img{ width: 100%; height: 160px; position: relative;}
.news-list li .img img{ width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: auto;}
.news-list li:hover .img img { transform: scale(1.1) translate(-50%,-50%);}
.news-list li .text{ width: 100%; padding: 5px 15px;}
.news-list li .text .t{ font-size: 1.6em; padding: 10px 0;}
.news-list li .text .p{ margin: 10px 0;}
.news-list li .text .other{ height: 32px; line-height: 32px;}

.pager-list{ margin: 5px 0 15px;}
.pager-list li{ padding: 0 5px;}
.pager-list li>*{ width: 35px; height: 35px; line-height: 35px !important;}
.pager-list .pagination>li:last-child>a, .pager-list .pagination>li:last-child>span,.pager-list .pagination>li:first-child>a, .pager-list .pagination>li:first-child>span, .pager-list .pagination>li:last-child.disabled>*, .pager-list .pagination>li:first-child.disabled>*{ background-size: 6px;}

.news-con{ padding: 20px 0;}
.news-con .title{ font-size: 1.8em;}
.news-con .bq span{ padding: 0 10px; font-size: 1.2em;}
.news-con .text{ padding-bottom: 20px;}
.pic-list{ padding: 0;}
.pager{ margin-bottom: 0;}
.pager .back{ position: relative; transform: translateY(0); text-align: right;}
.pager .back a{ height: 35px; line-height: 35px; padding: 0 10px;}
.pager .back a span{ font-size: 1.4em; background-size: 15px; padding-left: 25px;}

.contact-box{ padding: 20px 0;}
.contact-box .box{ width: 100%; padding-right: 0;}
.contact-box .box .title{ font-size: 1.8em; padding-bottom: 15px;}
.contact-box .box .text{ padding-top: 20px;}
.map{ width: 100%; margin-top: 20px;}
.message{ padding: 20px 0;}
.message .top .t{ font-size: 1.8em;}
.message .box{ width: 100%;}
.message .box li{ overflow: hidden;}
.message .box li:last-child{ margin-top: 0;}
.message .box li:last-child input{ width: 100px; height: 40px;}
.message .img{ display: none;}

.product-box{ padding: 20px 0;}
.ty-left{ display: none;}
.ty-right{ width: 100%; padding-left: 0;}
.ty-right .ty-top{ height: 40px; margin-bottom: 20px;}
.ty-right .ty-top h2{ line-height: 40px; font-size: 1.5em;}
.ty-right .ty-top .search-box2{ width: 180px;}
.ty-right .ty-top .search-box2 input[type="text"]{ width: 80%;}
.ty-right .ty-top .search-box2 input[type="submit"]{ width: 20%;}
.ty-table{ overflow-x: hidden; overflow: auto;}
.ty-table table{ width: 800px;}
.ty-table td:nth-child(2) p{ padding: 0 10%;}

.product-con .title{ height: auto; line-height: normal; font-size: 1.6em; padding: 20px;}

.tj-box{ padding: 0;}
.tj-box a{ font-size: 1.6em;}
.tj-box .cp1{ line-height: 30.6vw; top: 7.6%; left: 20%; width: 33%; height: 30.6vw;}
.tj-box .cp2{ line-height: 30.6vw; bottom: 8.6%; right: 11%; width: 33%; height: 30.6vw;}
}

