 @font-face {
	  font-family:'agency'; /*这个相当于给字体起个名字，，，，好比“微软雅黑”*/
	  src:url('/enwap/font/Agency FB Bold.ttf'); /*指定字体的路径*/
}

.content .one ul{display: flex;justify-content: space-between;margin:0.3rem auto;flex-wrap: wrap;padding: 0 0.2rem;}
.content .one ul li{display: block;text-align: center;width: 50%;}
.content .one ul li>div{border: 1px solid #e8e8e8;padding: 0.3rem 0;}
.content .one ul li:nth-child(1)>div{border-top: none;border-left: none;}
.content .one ul li:nth-child(2)>div{border-top: none;border-right: none;}
.content .one ul li:nth-child(3)>div{border-bottom: none;border-left: none;}
.content .one ul li:nth-child(4)>div{border-bottom: none;border-right: none;}
.content .one ul li span{font: 0.6rem "agency";color: #FF0000;}
.content .one ul li span em{font: 0.28rem "agency";color: #FF0000;}
.content .one ul li p{font: 0.24rem "微软雅黑";color: #363636;}

.content .tow{background: #f5f5f5;padding: 0 2%;}
.content .tow h1{font: 0.34rem "微软雅黑";text-align: center;padding: 0.3rem 0;}
.content .tow ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.content .tow ul li{width: 49%;background: #FFFFFF;height: 2.3rem;position: relative;text-align: center;margin-bottom: 2%;}
.content .tow ul li a{display: block;position: absolute;left:50%;top: 50%;transform: translate(-50%, -50%);color: #000;}
.content .tow ul li a img{display: block;/*max-width: 60%;*/width:0.72rem;text-align: center;margin: auto;height: 0.64rem;}
.content .tow ul li a p{font: 0.3rem "微软雅黑";margin-top: 0.1rem;}
.content .tow ul li span{position: absolute;display: block;width: 3px;height: 0.8rem;background: #000000;top: 50%;margin-top: -0.4rem;}

.content .naw{padding:0.4rem 2% 0.8rem;position: relative;}
.naw-list{width: 90%;margin: auto;}
.naw-poin{display: flex;justify-content: space-between;}
.naw-poin span{display: block;}
.naw-poin span img{display: block;width: 2.2rem;}
.naw-right{width:4rem;}
.naw-right p{font: 0.28rem "微软雅黑";color: #333;}
.naw-right em{display: block;font: 0.28rem "微软雅黑";color: #f00;text-align: right;border-top: 1px solid #666666;padding: 0.05rem 0;}
.swiper-button-prev{background-image: url(/enwap/img/zuo.jpg);}
.swiper-button-next{background-image: url(/enwap/img/you.jpg);}
.swiper-button-next, .swiper-button-prev{width: 0.36rem !important;height: 2.2rem !important;background-size: 0.36rem 2.2rem !important;top: 0.4rem !important;margin-top: 0 !important;}

.hwm-banner .swiper-pagination-bullet{background: #FFFFFF !important;opacity: 1 !important;}
.hwm-banner .swiper-pagination-bullet-active{background: #ff0000 !important;}
.naw-list .swiper-pagination-bullet-active{background: #ff0000 !important;}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: -4px !important;}

<!--耗时1757689826.0244秒-->