﻿@charset "utf-8";
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;background: #fff}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
input,textarea,button{border: none;outline: none;background: none}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}
.text-center{text-align: center}

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 0.3rem 0 0.6rem;line-height: 2;border-top: 1px solid #d2d2d2;}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wengzhengfanye b{font-weight: normal}

/* 文章类别上下页 */
.page{text-align:center;padding: 0.6rem 0;overflow:hidden;}
.page span,.page a
{ display:inline-block;text-align:center;width:32px;line-height: 30px;border: 1px solid #ccc;color: #999;border-radius: 3px;margin: 0 4px}
.page a.on {background: #0046a3;color: #fff;border-color: #0046a3}
.page span{display:inline-block; color:#fff; background:#0046a3;border-color: #0046a3}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;font-size: 0.26rem}
.flex-center{display: flex;justify-content: space-between}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;position: fixed;top: 0;left: 0;z-index: 999;width: 100%;/*background: #fff;position: fixed;top: 0;left: 0;z-index: 999;width: 100%*/}
.logo img{width: 1.8rem}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.35rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #fff; border-top:3px solid #fff; width:25px; height:3px;}

.logo2{display: none;}
.top.on{background: #fff;box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);transition: all .5s ease;}
.top.on .logo2{display: block}
.top.on .logo1{display: none}
.top.on .menu-button:before{border-color: #0046a3}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:26px; position:absolute; top:1px; right:13px;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; padding-left:20px;float: left}
.submenu-toggle{cursor:pointer;line-height:36px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:35px;color: #1f1d1c;width: 100%;font-size: 12px}

/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;height:90vh;display:flex;justify-content:center;align-items:center;text-align: center}
.banner li .ban_img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner li dl{color: #fff;text-align: center;position: relative;z-index: 999}
.banner li h3{font-size: 0.32rem;font-family: 'Oswald',impact,Arial,sans-serif !important;font-weight: normal}
.banner li h2{font-size: 0.38rem;margin-top: 20px}
.banner li h6{width: 50px;margin: 0.3rem auto;height: 2px;background: #fff;}
.banner li h4{font-size: 0.26rem;color: rgba(255,255,255,0.8);line-height: 1.8;font-weight: normal}
.banner li p{color: #fff;font-size: 12px;color: rgba(255,255,255,0.8);}
.banner li.swiper-slide-active .ban_img{-webkit-animation: slide-fade 6s infinite 0s;animation: slide-fade 6s infinite 0s}
@keyframes slide-fade {
	0% {
		opacity: .9
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
}
.banner .swiper-pagination{bottom:40px!important; }
.banner .swiper-pagination-bullet {width: 10px;height: 10px;background-color: #ffffff;margin: 0 8px!important;opacity: 0.5;color: transparent;}
.banner .swiper-pagination > span {display: inline-block;vertical-align: middle;position: relative;}
.banner .swiper-pagination-bullet-active {opacity: 1;width: 36px;height: 36px;line-height: 36px;text-align: center;border: 1px solid rgba(255, 255, 255, 0.4);background-color: transparent;color: #ffffff;}
.banner .swiper-pagination-bullet-active .rightcircle {animation: circleProgressLoad_right 6s linear infinite;}
.banner .swiper-pagination-bullet-active .leftcircle {animation: circleProgressLoad_left 6s linear infinite;}
.banner .wrapper_con {width: 18px;height: 36px;position: absolute;top: -1px;overflow: hidden;display: none;}
.banner .left {left: -1px;}
.banner .right {right: -1px;}
.banner .swiper-pagination-bullet-active .wrapper_con {display: block;}
.banner .swiper-pagination {font-size: 0;}
.banner .circleProgress {width: 36px;height: 36px;border: 1px solid transparent;border-radius: 50%;position: absolute;top: 0;-webkit-transform: rotate(-135deg);}
.banner .rightcircle {border-bottom: 1px solid #ffffff;border-left: 1px solid #ffffff;right: 0;}
.banner .leftcircle {border-top: 1px solid #ffffff;border-right: 1px solid #ffffff;left: 0;}
.f-14{font-size: 12px}
@keyframes circleProgressLoad_right {
	0% {
		transform: rotate(45deg);
	}

	50%, 100% {
		transform: rotate(225deg);
	}
}

@keyframes circleProgressLoad_left {
	0%, 50% {
		transform: rotate(45deg);
	}

	100% {
		transform: rotate(225deg);
	}
}

.title{padding-top: 0.5rem}
.title h3{font-size: 0.34rem;font-family: Impact;text-transform: uppercase;font-weight: normal;color: #e1e1e1;}
.title h2{font-size: 0.34rem;}
.title i{margin: 0.2rem auto;display: inline-block;width: 22px;height: 3px;background: #0046a3;}
.title p{color: #666;font-size: 12px}

.oneA{background: #f2f2f2;overflow: hidden;padding-bottom: 0.6rem}
.oneAa{display: flex;margin-top: 25px}
.oneAal{background: #00429b;width: 300px;height: 85px;display: flex;padding: 20px 30px;}
.oneAal h3{color: #fff;font-size: 22px;margin-top: -2px}
.oneAal p{color: rgba(255,255,255,0.6)}
.oneAal dd{margin-right: 25px}
.oneAar{border: 1px solid #d1d1d1;width: 1000px;overflow: hidden}
.oneAar ul li{line-height: 80px;font-size: 16px;float: left;margin-left: 25px}
.oneAar ul li a:hover{color: #0046a3}

.oneAb{}
.oneAb ul li{width: 48.5%;float: left;background: #fff;padding: 0.2rem 5px;position: relative;margin-top: 0.3rem}
.oneAb ul li .text1{transition: all .3s linear;}
.oneAb ul li .text1 dd{height: 2.6rem;overflow: hidden}
.oneAb ul li .text1 dd img{max-width: 100%;}
.oneAb ul li .text1 p{text-align: center;margin-top: 0.2rem}
.oneAb ul li .text2{position: absolute;width: 100%;height: 100%;background: #191D25;top: 0;left: 0;padding: 30px;
	display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .3s linear;}
.oneAb ul li .text2 h3{font-size: 20px;font-weight: normal;color: #fff}
.oneAb ul li .text2 p{color: rgba(118,129,137,1);line-height: 1.5;margin-top: 30px;margin-bottom: 30px;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.oneAb ul li .text2 span{color: #0478cb;}
.oneAb ul li:nth-child(2n){float: right}


.oneB{overflow: hidden;margin-top: 0.4rem}
.oneBl{width: 100%;position: relative;overflow: hidden}
.oneBl dd{position: relative}
.oneBl dd img{width: 100%;height: 100%;object-fit: contain;transition: all .8s ease;}
.oneBl dd:after {content: '';position: absolute;bottom: 0;left: 0;background: rgba(32,43,102,.8);width: 100%;height: 0;z-index: 0;transition: all .5s ease;}
.oneBl dl{position: absolute;top: 0;left: 0;padding: 5%;color: #fff}
.oneBl dl h3{font-size: 0.34rem}
.oneBl dl p{color: #fff;line-height: 1.8;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;margin-top: 20px;}
.oneBl dl a{display: block;position: relative;overflow: hidden;text-align: center;box-sizing: border-box;width: 120px;border-radius: 0;padding: 8px;margin-top: 30px;border: 1px solid #fff;background: 0 0;transition: all .5s ease;color: #fff;}


.oneBr{}
.oneBr ul li{width: 49%;float: left;position: relative;overflow: hidden;margin-top: 0.15rem}
.oneBr ul li dd img{width: 100%;height: 100%;object-fit: contain;transition: all .8s ease;}
.oneBr ul li dd:after {content: '';position: absolute;bottom: 0;left: 0;background: rgba(32,43,102,.8);width: 100%;height: 0;z-index: 0;transition: all .5s ease;}
.oneBr ul li .text{position: absolute;top: 0;left: 0;color: #fff;display: flex;justify-content: center;align-items: center;text-align: center;height: 100%;width: 100%}
.oneBr ul li .text dl{padding: 5%;}
.oneBr ul li dl h3 {line-height: 1.5;font-size: 0.26rem;color: #fff;text-align: center;margin-top: 5px;transform: translate3d(0,0,0);height: auto;opacity: 1;transition: all .5s ease;}
.oneBr ul li dl hr {border-top-style: solid;border-top-width: 1px;border-top-color: #fff;width: 30px;height: 0;margin-left: auto;margin-right: auto;margin-top: 15px;margin-bottom: 15px;transform: translate3d(0,40px,0);opacity: 0;transition: all .5s ease;}
.oneBr ul li dl p{line-height: 1.5;text-align: center;color: #fff;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;transform: translate3d(0,40px,0);height: 0;opacity: 0;transition: all .5s ease;}
.oneBr ul li dl i img{width: 0.8rem}
.oneBr ul li:nth-child(2n){float: right}

.oneC{overflow: hidden;margin-top: 0.6rem}
.oneC ul{display: flex;justify-content: center;flex-wrap: wrap}
.oneC ul li{border-right: 1px solid #ddd;padding: 2vw 3vw;float: left;width: 50%}
.oneC ul li dd{text-align: left}
.oneC ul li dd img{width: 0.5rem}
.oneC ul li dl{color: #666666;margin-top: -0.1rem;font-size: 14px;}
.oneC ul li dl b{font-size: 0.34rem;font-family: Impact;font-weight: normal;color: #0046A3}
.oneC ul li dl em{font-style: normal;font-size: 12px;font-family: Impact;color: #0046A3;}
.oneC ul li:last-child,.oneC ul li:nth-child(2){border: none}


.oneD{background: url("../img/od.jpg") no-repeat top;background-size: cover;margin-top: 0.6rem;padding-bottom: 0.8rem}
.oneD .title h3{color: rgba(255, 255, 255, .14);}
.oneD .title h2{color: #fff}
.oneD .title p{color: #fff}
.oneD .hd{text-align: center;margin-top: 0.3rem}
.oneD .hd ul li{display:inline-block;text-align: center;font-size: 18px;position: relative;z-index: 2;margin: 0 56px;cursor: pointer;color: #fff}
.oneD .hd ul li dd{width: 72px;height: 72px;margin: 0 auto 10px;border: 1px solid #FFFFFF;border-radius: 50%;background-repeat: no-repeat;background-position: center center;position: relative;z-index: 2;}
.oneD .hd ul li:nth-child(1) dd{background: url("../img/od1.png") no-repeat center}
.oneD .hd ul li:nth-child(2) dd{background: url("../img/od2.png") no-repeat center}
.oneD .hd ul li:nth-child(3) dd{background: url("../img/od3.png") no-repeat center}
.oneD .hd ul li:nth-child(4) dd{background: url("../img/od4.png") no-repeat center}
.oneD .hd ul li::after {content: '';display: block;position: absolute;top: 43px;right: -141px;width: 170px;height: 1px;background: rgba(255, 255, 255, 0.5);}
.oneD .hd ul li:last-child {margin-left: 46px;}
.oneD .hd ul li:last-child::after{display: none;}
.oneD .hd ul li.on{font-weight: bold}
.oneD .hd ul li.on dd{background-color: #0046a3;border-color: #0046a3;}

.oneD .bd{margin-top: 30px;overflow: hidden}
.oneD .bd ul li{padding: 0.2rem;background: #FFFFFF;border: 1px solid #EEEEEE;overflow: hidden;position: relative;}
.oneD .bd ul li dd{width: 100%;overflow: hidden}
.oneD .bd ul li dd img{max-width: 100%}
.oneD .bd ul li .text{padding: 0.2rem 0 0.6rem}
.oneD .bd ul li dl{border-bottom: 1px solid #f2f4f6;padding: 0.2rem 0 0.2rem 1rem;line-height: 1.6}
.oneD .bd ul li dl h3{font-size: 0.32rem;}
.oneD .bd ul li dl p{color: rgba(51, 51, 51, .29);text-transform: uppercase;font-size: 12px}
.oneD .bd ul li:nth-child(1) dl{background: url("../img/odr1.png") no-repeat left;background-size: 0.8rem}
.oneD .bd ul li:nth-child(2) dl{background: url("../img/odr2.png") no-repeat left;background-size: 0.8rem}
.oneD .bd ul li:nth-child(3) dl{background: url("../img/odr3.png") no-repeat left;background-size: 0.8rem}
.oneD .bd ul li:nth-child(4) dl{background: url("../img/odr4.png") no-repeat left;background-size: 0.8rem}
.oneD .bd ul li .desc{line-height: 2;margin-top: 20px;min-height: 2.6rem}
.oneD .bd ul li .num{position: absolute;bottom: 0.2rem;right: 0;font-weight: bold;font-size: 0.26rem;color: #C2C2C2;}
.oneD .bd ul li .num b{font-size: 0.36rem;font-style: normal;margin: 0 5px;}
.oneD .bd ul li .num span {color: #0046A3;margin: 0 5px;}

.oneE{margin-top: 40px;overflow: hidden}
/*.oneE ul{display: flex;justify-content: space-between}*/
.oneE ul li{width: 100%;height: 500px;position: relative;transition: all .3s;
	background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;background-position: center;}
/*.oneE ul li.on{width: 42%;background-position: top;-webkit-background-size: 100% 365px;background-size: 100% 365px;}*/
/*.oneE ul li.on .hide {display: block;}*/
/*.oneE ul li.on .num {display: none;}*/
.oneE ul li::after {content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);}
.oneE ul li .num {display:none;position: absolute;top: 50px;right: 25px;font-family: Impact;font-size: 60px;line-height: 60px;color: #fff;z-index: 2;}
.oneE ul li .show {display:none;position: absolute;bottom: 50px;left: 0;right: 0;z-index: 2;background: url(../img/oe.png) no-repeat right 30px center;padding: 0 15px;background-position: right 15px center;color: #fff;}
.oneE ul li .show h3{font-size: 24px;margin-bottom: 5px}
.oneE ul li .show p{font-size: 12px;color: #EDEDED;font-family: Arial;text-transform: uppercase;}
.oneE ul li .hide {display: block;position: absolute;bottom: 0;left: 0;right: 0;height: 233px;color: #fff;
	background: rgba(0,70,163,0.8);z-index: 2;padding: 0.4rem;}
.oneE ul li .hide .num2 {position: absolute;right: 0.4rem;top: 0.2rem;font-size: 0.6rem;font-family: Impact;color: rgba(237, 237, 237, .19);}
.oneE ul li .hide h3{font-size: 0.34rem;}
.oneE ul li .hide .en {text-transform: uppercase;font-size: 13px;font-family: Arial;margin: 0.3rem 0 0.2rem;}
.oneE ul li .hide .desc{line-height: 1.8;}

.oneF{background: #f5f5f5;margin-top: 0.5rem;padding-bottom: 0.6rem}
.oneFs{margin-top: 30px;overflow: hidden}
.oneFsl{overflow: hidden;background: #fff}
.oneFsl dd{overflow: hidden}
.oneFsl dd img{max-width: 100%;transition: all 0.8s ease}
.oneFsl dl{padding: 0.3rem 0.4rem;}
.oneFsl dl h3{font-size: 0.3rem;margin-bottom: 0.2rem;}
.oneFsl dl p{color: #666666;line-height: 1.5;margin-bottom: 10px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.oneFsl dl span{color: #AEADAD;font-size: 12px}


.oneFsr{}
.oneFsr ul li{background: #fff;overflow: hidden;margin-top: 0.2rem;padding: 0.2rem;border-top: 1px solid #fff;}
.oneFsr ul li dd{width: 35%;height: 1.8rem;overflow: hidden;}
.oneFsr ul li dd img{max-height: 100%;transition: all 0.5s ease}
.oneFsr ul li dl{width: 62%;}
.oneFsr ul li dl h3{font-size: 0.26rem;margin: 0.2rem 0 0.1rem}
.oneFsr ul li dl p{color: #666666;line-height: 1.5;margin-bottom: 0.1rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 12px}
.oneFsr ul li dl span{color: #AEADAD;font-size: 12px}


.foot{padding:0.2rem;font-size:12px;line-height: 2;background: #222;color: #fff;}
.foot a{color: #fff!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#0046A3; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 60vh;display:flex;justify-content:center;align-items:center;text-align: center;color: #fff}
.ny_ban h2{font-weight: normal;font-size: 0.3rem;line-height: 1.6}
.ny_ban i{display: inline-block;height: 2px;width: 0.45rem;background: #fff;margin: 0.2rem auto;}
.ny_ban p{font-size: 0.34rem;font-weight: bold;line-height: 1.8}

.nav_box{}
.nav_box h5{line-height:0.7rem;padding-left:0.2rem;color:#fff;font-size:0.3rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #0046a3;}
.nav_box .nav1{display: none}
.nav_box .nav1 ul{/*border: 1px solid #e5e5e5;*/}
.nav_box .nav1 ul li{border-bottom: 1px solid #e5e5e5;line-height: 35px;overflow: hidden;padding: 0 0.2rem}
/*.nav_box .nav1 ul li:last-child{border-bottom: none}*/
.nav_box .nav1 ul li.active a{color: #0046a3}
.nav_box .nav1 ul li .submenu{float: right;font-size: 20px;}
/*.nav_box .nav1 ul li .sub-menu{display: none}*/
.nav_box .nav1 ul li .sub-menu a{width: 50%;color: #666;display: inline-block;font-size: 12px;line-height: 30px}
.nav_box .nav1 ul li .sub-menu a.active{color: #0046a3}


.ny_local{overflow: hidden;line-height: 70px;background: #EEF2F5}
.ny_nav ul{display: flex;justify-content: center;text-align: center;flex-wrap: wrap}
.ny_nav ul li{padding: 0 25px;position: relative;width: 33.3%}
.ny_nav ul li:before {position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 3px;background-color: none;transition: all .3s;}
.ny_nav ul li:after {content: "";position: absolute;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;right: 0px;}
.ny_nav ul li.active:before,.ny_nav ul li:hover:before {width: 80%;left: 10%;background-color: #0046a3;}
.ny_nav ul li.active a,.ny_nav ul li:hover a{color: #0046a3;}
/*.ny_nav ul li:hover,.ny_nav ul li.active{background: #ec660e}*/
/*.ny_nav ul li:hover a,.ny_nav ul li.active a{color: #fff}*/

.local{font-size: 14px;background: url("../img/local.png") no-repeat left;padding-left: 25px}


.aboutA{line-height: 2;color: #666;margin: 0.6rem 0.2rem}
.aboutA img{max-width: 100%}

.culture{background: url("../img/culture.jpg") no-repeat center;background-size: cover;color: #fff;padding: 0.45rem;margin: 0.6rem 0.2rem}
.culture h2{font-size: 0.34rem}
.culture dl{margin-top: 0.35rem}
.culture h3{font-size: 0.3rem}
.culture p{line-height: 2}

.honor{overflow: hidden;padding-bottom: 0.6rem;margin-top: 20px}
.honor ul li{text-align: center;margin: 0.4rem 0 0 0;}
.honor ul li dd{overflow: hidden;}
.honor ul li dd img{width: 100%;transition: 0.5s linear 0s;}
.honor ul li p{border: 1px solid #ddd;transition: 0.3s ease 0s;padding: 0.2rem;color: #666;}


/*========================================= 产品中心 =====================================*/
.product{overflow: hidden}
.product ul li{width: 48.5%;margin: 0.4rem 0 0 0;float: left;border: 1px solid #f2f2f2;}
.product ul li dd{overflow: hidden;position: relative}
.product ul li dd img{max-width: 100%;transition: all .5s ease;}
.product ul li .showBox{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;background: rgba(14,104,176,.8);transition: all 0.5s ease;display: flex;justify-content: center;align-items: center;}
.product ul li .showBox h2{font-size: 0.26rem;color: #fff;font-weight: normal;position: relative;padding: 0.1rem 0}
.product ul li .showBox h2::before {content: '';position: absolute;top: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.product ul li .showBox h2::after {content: '';position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.product ul li dl{padding: 0.2rem 0.2rem 0.1rem;border-top: 1px solid #f2f2f2;}
.product ul li dl h3{color: #333;overflow: hidden;text-overflow: ellipsis;position: relative;white-space: nowrap;width: 100%;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;font-weight: normal;}
.product ul li dl p{position: relative;color: #777;line-height: 30px;display: flex;justify-content: space-between;align-items: center;}
.product ul li:nth-child(2n){float: right}

.news{overflow: hidden}
.news ul li{padding: 0.2rem 0;border-bottom: 1px solid #DDD;margin-top: 0.2rem}
.news ul li a{display: flex;justify-content: space-between}
.news ul li dt{width: 100px}
.news ul li dt span{color: #999;font-size: 20px;display: block;margin-bottom: 30px}
.news ul li dt i{display: inline-block;padding: 4px 9px;border: 1px solid transparent;transition: all .5s ease;color: #ccc;}
.news ul li dl{width: 65%;transition: all .5s ease;position: relative;}
.news ul li dl h3{font-size: 0.26rem;margin: 0.1rem 0}
.news ul li dl p{line-height: 24px;overflow: hidden;color: #999;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 12px;}
.news ul li dd{width: 30%;height: 1.6rem;overflow: hidden;float: right}
.news ul li dd img{height: 1.6rem;transition: all .5s ease;}


.case{overflow: hidden}
.case ul li{width: 100%;float: left;margin: 0.4rem 0 0 0}
.case ul li dd{overflow: hidden}
.case ul li dd img{max-width: 100%;transition: all 0.5s ease}
.case ul li p{padding: 0.2rem;background: #EEF2F5;text-align: center}


/*=======================================联系我们============================================*/
.contact{background: #F2F4F6;padding: 0.2rem 0 0.6rem}

.contactA{}
.contactA ul li{width: 100%;float: left;padding: 0.5rem 0.2rem;background: #fff;text-align: center;min-height: 3.6rem;transition: all .5s ease;margin-top: 0.4rem}
.contactA ul li dd{width: 60px;height: 60px;margin: 0 auto;color: rgba(213,10,29,1);}
.contactA ul li dd svg{margin: 0;width: 100%;height: 100%;fill: currentColor;}
.contactA ul li h3{font-size: 0.34rem;font-weight: normal;margin: 0.2rem 0}
.contactA ul li p{line-height: 2;}

#dituContent{height: 400px;border: 1px solid #ccc;margin-top: 0.6rem}


/*=======================================详情页============================================*/
.ny_con{padding-bottom: 0.6rem}
.news_info{overflow:hidden;margin-top: 0.5rem;}
.info_title h1{font-size:0.34rem;text-align: center;font-weight: normal}
.info_laiyuan{color: #999;margin-top: 0.2rem;text-align: center;font-size: 12px}
.info_text{line-height:2;min-height: 300px;color: #666;margin-top: 0.3rem;padding: 0.4rem 0;border-top: 1px solid #d2d2d2;}
.info_text img{max-width:100%;}


/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/
