@charset "utf-8";
html{font-size:20px;}
html,body{width:100%;background-color: #fff;}
.am-contain{width: 100%;height: auto;margin-left:0;margin-right:0;box-sizing: border-box;}
.contain-active{margin-right: 240px;margin-left: -240px;}
.warp{background-color: #000;opacity:0;height: 100%;width: 100%;z-index: -1;position: fixed;top: 0;left: 0;}
.warp-active{z-index: 15;opacity:0.2;}
.am-top{width:100%;height:1.33rem;background-color: #fff;display: flex;justify-content: space-between;align-items: center;}
.am-top-logo{display: block;width:2.1rem;height: 0.69rem;margin-left:0.25rem;background: url(../images/logo.png) 0 0 no-repeat;background-size:100% 100%;}
.toppic{width: 3.61rem;height: 0.48rem;background: url(../images/toppic.png) 0 0 no-repeat;background-size: 100% 100%;margin-top: 0.2rem;margin-left: 0.28rem;}
.am-top-menu{display: block;width: 0.47rem;height: .45rem;background: url(../images/menu.png) 0 0 no-repeat;background-size:100% 100%;margin-right:0.25rem;z-index: 20;}
.am-top-menu-active{background: url(../images/menuh.png) 0 0 no-repeat;background-size:100% 100%;}
.top-box{flex-shrink: 0; display: flex;width: 0.42rem;height: 0.38rem;justify-content: flex-end;align-items: center;flex: 1;margin-right: 0.55rem;position: relative;}
.top-box span{display: block;width: 0.42rem;height: 0.38rem;background: url(../images/topicon.png) 0 0 no-repeat;background-size: 100% 100%;}
.top-box .submenu{
    position: absolute;
    width: 100px;
    top: 100%;
    right: 0;
    z-index: 999;
    background: #fff;
    display: none;
}
.top-box:hover .submenu{
    display: block;
}
.top-box .submenu a{
    display: block;
    padding: 5px 0;
    text-align: center;
}
.searchboxbg{width: 100%;height: 0.58rem;box-sizing: border-box;padding: 0 0.24rem;}
.searchbox{width: 100%;height: 0.58rem; border-radius: 0.29rem;background-color: #f2f2f2;overflow: hidden;}
.searchbox input{width: 100%;height: 0.58rem;border: none;background: url(../images/search.png) 0.29rem center no-repeat;background-size: 0.32rem 0.32rem;text-indent: 82px;}
.am-banner{width: 100%;overflow: hidden;}
.am-banner img{width: 100%;height: auto;}

.am-menu{width: 100%;height: auto;overflow: hidden;position: fixed;top: -10rem;transition: .3s;z-index: 5}
.am-menu-active{top: 0}
.am-menu-list{width: 100%;height: auto;overflow: hidden;background-color: #16478a;box-sizing: border-box;padding-top: 0.6rem!important;}
.am-menu-list li{width: 100%;height: 1.16rem;}
.am-menu-list li a{display: block;width: 100%;height: 1.16rem;font-size: 0.38rem;text-decoration: none;color: #fff;text-align: center;line-height: 1.16rem}

.am-box1{height: 8.66rem;background: url(../images/box1.jpg) center 0 no-repeat;background-size: 100% auto;overflow: hidden;box-sizing: border-box;padding: 0 0.25rem;}
.prodnav{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 0.83rem;;}
.prodnav i{display: block;width:0.11rem;height: 0.11rem;background: url(../images/prodnavicon.png) 0 0 no-repeat;background-size: 100% 100%;margin-right: 0.05rem;}
.prodnav a{width: 30%;display: flex;justify-content: center;color: #fff;background-color: #595959;margin-bottom: 0.36rem;align-items: center}
.box1-cont{width: 100%;height: 4.44rem;background: url(../images/box1pic.jpg) 0 0 no-repeat;background-size: 100% auto;overflow: hidden;box-sizing: border-box;padding: 0 0.4rem;}
.box1-cont h1{width: 100%;height: 0.64rem;margin-top: 0.56rem;position: relative;line-height: 0.64rem;font-size: 0.46rem;font-weight: bold;color: #fff;}
.box1-cont h1::after{content: "";width: 2.54rem;height: 0.04rem;background-color: #fff;position: absolute;left: 2.93rem;top: 0.51rem;}
.box1-cont-content{width: 100%;height: auto;margin-top: 0.24rem;}
.box1-cont-content span{display: block;line-height: 0.51rem;color: #fff;font-size: 0.23rem;text-indent: 2em;}
.am-box2{height: 9.84rem;background: url(../images/box2.jpg) center 0 no-repeat;background-size: 100% auto;overflow: hidden;box-sizing: border-box;padding: 0 0.25rem;}

.am-box2 a{display: flex;width: 2.3rem;height: 0.8rem;border-radius: 0.4rem;background-color: #1772de;color: #fff;margin: 0.3rem auto 0 auto;align-items: center;justify-content: center;}
.box2cont{
   width: 100%;
   height: 4.63rem;
   margin-top: 4.49rem;
   background-color: rgba(255, 255, 255, 0.6);
   box-sizing: border-box;
   padding: 0.76rem 0.22rem 0 0.22rem;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.box2cont .item{
   width: 49%;
   height: 1.6rem;
   margin-bottom: 0.36rem;
   display: flex;
   justify-content: space-between;
}
.box2cont .item i{
   width: 0.7rem;
   height: 1.08rem;
   flex-shrink: 0;
}
.box2cont .item .itemcont{
   flex: 1;
}
.box2cont .item .itemcont h1{
   display: block;
   width: 100%;
   height: 0.31rem;
   line-height: 0.31rem;
   font-size: 0.22rem;
   color: #005bac;
   font-weight: bold;
}
.box2cont .item .itemcont span{
   display: block;
   font-size: 0.17rem;
   line-height: 0.22rem;
   color: #000000;
}
.box2cont .item:nth-child(1) i{
   background: url(../images/box2icon1.png) center center no-repeat;
   background-size: 0.54rem 0.51rem;
}
.box2cont .item:nth-child(2) i{
   background: url(../images/box2icon2.png) center center no-repeat;
   background-size: 0.54rem 0.54rem;
}
.box2cont .item:nth-child(3) i{
   background: url(../images/box2icon3.png) center center no-repeat;
   background-size: 0.48rem 0.45rem;
}
.box2cont .item:nth-child(4) i{
   background: url(../images/box2icon4.png) center center no-repeat;
   background-size: 0.51rem 0.57rem;
}
.am-box3{width: 100%;background: url(../images/box3.jpg) center 0 no-repeat;background-size: 100% 100%;overflow: hidden;box-sizing: border-box;padding: 15px;}
.box3-cont{
   width: 100%;
   height: auto;
}
.box3-cont .left{
   width: 100%;
   padding-bottom: 15px;
   overflow: hidden;
}
.box3-cont .left h1{
   display: block;
   height: 0.74rem;
   line-height: 0.74rem;
   font-size: 0.68rem;
   font-weight: bold;
   color: #005bac;
   margin-top: 1.58rem;
   text-stroke: 2px #FFFFFF;
   -webkit-text-stroke: 2px #FFFFFF;
}
.box3-cont .left span{
   display: block;
   margin-top: .14rem;
   height: 0.56rem;
   line-height: 0.56rem;
   font-size: 0.36rem;
   font-weight: bold;
   color: #333;
   text-stroke: 0.5px #FFFFFF;
   -webkit-text-stroke: 0.5px #FFFFFF;
}
.box3-cont .left .cont{
   line-height: 0.48rem;
   text-indent: 2em;
   font-size: 0.24rem;
   color: #fff;
   margin-top: 0.44rem;
}
.box3-cont .left a{
   display: flex;
   width: 1.84rem;
   height: 0.5rem;
   justify-content: center;
   align-items: center;
   color: #fff;
   text-decoration: none;
   margin-top: 0.47rem;
   background: linear-gradient(261deg, #015EEA, #00C0FA);
   border-radius: 0.1rem;
   font-size: 0.16rem;
   border: 0.03rem solid #FFFFFF;
}
.box3-cont .right{
   width: 100%;
   position: relative;
}
.box3-cont video {
	width: 100%;
}
.box3-cont .right span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}
.box3-cont .btn1{
	background: url(../images/video-icon2.png) center no-repeat;
	background-size: 40px;
}
.box3-cont .btn2{
	opacity: 0;
	background: url(../images/video-icon2.png) center no-repeat;
	background-size: 40px;
}
.box3list{
   width: 100%;
   margin-top: 15px;
   box-sizing: border-box;
   flex-wrap: wrap;
   padding: 0.16rem 0.4rem 0 0.4rem;
   display: flex;
   background-color: #fff;
}
.box3list li{
   width: 50%;
   height: 1.47rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center
}
.box3list li .box3list-top{
   width: 100%;
   height: 0.62rem;
   display: flex;
   align-items: center;
}
.box3list li .box3list-top i{
   display: block;
   width: 0.42rem;
   height: 0.38rem;
   margin-left: 0.11rem;
}
.box3list li .box3list-top .sp1{
   font-weight: bold;
   font-size: 0.48rem;
   height: 0.62rem;
   line-height: 0.62rem;
   color: #FFFFFF;
   margin-left: 0.25rem;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box3list li .box3list-top .sp2{
   font-weight: bold;
   font-size: 0.15rem;
   height:  0.62rem;
   line-height: 0.82rem;
   color: #FFFFFF;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box3list li  .box3list-bottom{
   font-size: 0.2rem;
   line-height: 0.32rem;
   color: #666666;
}
.box3list li:nth-child(1) .box3list-top i{
   background: url(../images/box3icon1.png) 0 center no-repeat;
   background-size: 0.35rem 0.35rem;
}
.box3list li:nth-child(2) .box3list-top i{
   background: url(../images/box3icon2.png) 0 center no-repeat;
   background-size: 0.35rem 0.35rem;
}
.box3list li:nth-child(3) .box3list-top i{
   background: url(../images/box3icon3.png) 0 center no-repeat;
   background-size: 0.35rem 0.35rem;
}
.box3list li:nth-child(4) .box3list-top i{
   background: url(../images/box3icon4.png) 0 center no-repeat;
   background-size: 0.42rem 0.35rem;
}
.am-box4{
   height: 5rem;
   background-color: #f5f5f5;
   box-sizing: border-box;
   padding: 0.33rem 0.25rem 0 0.25rem;
}
.am-box4 .box4pic{
   width: 100%;
   height: 4.35rem;
   box-sizing: border-box;
   padding-left: 0.18rem;
   overflow: hidden;
}
.am-box4 .swiper-slide:nth-child(1) .box4pic{
    background: url(../images/box4pic1.jpg) 0 0 no-repeat;
   background-size: 100% 100% ;
}
.am-box4 .swiper-slide:nth-child(2) .box4pic{
    background: url(../images/box4pic2.jpg) 0 0 no-repeat;
   background-size: 100% 100% ;
}
.am-box4 .swiper-slide:nth-child(3) .box4pic{
    background: url(../images/box4pic3.jpg) 0 0 no-repeat;
   background-size: 100% 100% ;
}
.am-box4 .box4pic .sp1{
   display: inline-block;
   font-size: 0.52rem;
   height: 0.65rem;
   line-height: 0.65rem;
   margin-top: 0.5rem;
   font-weight: bold;
   color: #fff;
   text-stroke: 1px #FFFFFF;
   -webkit-text-stroke: 1px #FFFFFF;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}
.am-box4 .box4pic .sp2{
   width: 100%;
   line-height: 0.28rem;
   margin-top: 0.26rem;
   display: block;
   font-size: 0.2rem;
   font-weight: bold;
   color: #005bac;
   text-stroke: 0.2px #FFFFFF;
   -webkit-text-stroke: 0.2px #FFFFFF;
}
.am-box4 .box4pic a{
   display: flex;
   width: 1.53rem;
   font-size: 0.2rem;
   justify-content: center;
   align-items: center;
   color: #fff;
   text-decoration: none;
   margin-top: 0.7rem;
   height: 0.42rem;
   background: linear-gradient(261deg, #015EEA, #00C0FA);
   border-radius: 0.1rem;
   border: 0.03rem solid #FFFFFF;
}
.am-box5{
   background: url(../images/box5.jpg) center 25px no-repeat;
   background-size: 100% 225px;
   box-sizing: border-box;
   padding: 15px;
   overflow: hidden;
}
.am-box5 h1{
   width: 100%;
   height: 0.62rem;
   line-height: 0.62rem;
   color: #005BAC;
   font-size: 0.5rem;
   margin-top: 5.34rem;

}
.am-box5 .sp1{
   display: inline-block;
   width: 100%;
   line-height: 0.32rem;
   margin-top: 0.15rem;
   font-size: 0.19rem;
   color: #000;
}
.am-box5 .num{
   width: 100%;
   height: 0.73rem;
   overflow: hidden;
   display: flex;
   margin-top: 0.13rem;
}
.am-box5 .num .sp2{
   line-height: 0.76rem;
   color: #005bac;
   font-size: 0.81rem;
   font-weight: bold;
}
.am-box5 .num .sp3{
   font-size: 0.19rem;
   line-height: 1.2rem;
}
.am-box5 .sp4{
   font-size: 0.21rem;
   margin-top: 0.12rem;  
}
.friendlist{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: 0.26rem;
}
.friendlist li{
    flex: 0 0 33%;
   border: 1px solid #e5e5e5;
   margin-bottom: 3px;
}
.friendlist li:nth-child(3n){
   margin-right: 0;
}
.friendlist li img{
    width: 100%;
}
.am-box6{
   height: 9.68rem;
}
.box6pic{
   width: 100%;
   height: 9.68rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.box6pic1{
    background: url(../images/box6.jpg) center no-repeat;
   background-size: cover;
}
.box6pic1{
    background: url(../images/box6.jpg) center no-repeat;
   background-size: cover;
}
.box6pic2{
    background: url(../images/box6pic2.jpg) center no-repeat;
   background-size: cover;
}
.box6pic3{
    background: url(../images/box6pic3.jpg) center no-repeat;
   background-size: cover;
}
.box6pic4{
    background: url(../images/box6pic4.jpg) center no-repeat;
   background-size: cover;
}
.box6pic5{
    background: url(../images/box6pic5.jpg) center no-repeat;
   background-size: cover;
}
.box6pic i{
   width: 1.12rem;
   height: 1.12rem;
   display: block;
}
.box6pic1 i{
   background: url(../images/box6icon1.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box6pic2 i{
   background: url(../images/box6icon2.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box6pic3 i{
   background: url(../images/box6icon3.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box6pic4 i{
   background: url(../images/box6icon4.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box6pic5 i{
   background: url(../images/box6icon5.png) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box6pic h1{
   height: 0.44rem;
   line-height: 0.44rem;
   text-align: center;
   color: #fff;
   font-size: 0.36rem;
   font-weight: bold;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-text-stroke: 0.5px #FFFFFF;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.box6pic .sp1{
   width: 0.43rem;
   height: 0.08rem;
   margin-top: 0.48rem;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   border: 0.01rem solid #fff;
   border-radius: 0.02rem;
}
.box6pic .sp2{
   width: 100%;
   line-height: 0.54rem;
   margin-top: 0.68rem;
   color: #015EEA;
   text-align: center;
   background: linear-gradient(261deg, #015EEA 0%, #00C0FA 100%);
   -webkit-text-stroke: 0.5px #FFFFFF;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.am-box7{
   background: url(../images/box7.jpg) 0 0 no-repeat;
   overflow: hidden;
}
.am-box7 .news-img{
    height: 310px;
    background: url(../images/box7-img.jpg) 0 0 no-repeat;
    background-size: cover;
}
.newslist{
   width: 100%;
   height: auto;
   margin-top: 2.6rem;
}
.newslist li{
   width: 100%;
   box-sizing: border-box;
   padding: 0.18rem 0 0.18rem 0;
   border-bottom: 1px solid #5b5b5b;
}
.newslist li:nth-last-child(1){
   border-bottom: none;
}
.newslist li a{
   display: block;
   text-decoration: none;
   width: 100%;
   overflow: hidden;
   height: 100%;
   box-sizing: border-box;
   padding: 0 0.28rem;
}
.newslist li a h1{
   width: 100%;
   margin-top: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #000;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist li a span{
   width: 100%;
   display: block;
   margin-top: 5px;
   font-size: 12px;
   color: #333333;
}
.newslist li a div{
   width: 115px;
   background: url(../images/newsicon.png) right center no-repeat;
   background-size: auto 100%;
   font-size: 12px;
   color: #333333;
   margin-top: 15px;
}
.am-bottombg{width: 100%;background: url(../images/bottom.jpg) center 0 no-repeat;background-size: 100% auto;padding-top: 120px}
.am-bottom{width: 100%;box-sizing: border-box;padding: 0 0.25rem;overflow: hidden;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.am-bottom .left{
   width: 100%;
   height: auto;
}
.am-bottom .left span{
   width: 100%;
   display: block;
   line-height: 0.52rem;
   color: #fff;
   margin-top: 1.9rem;
   font-size: 0.23rem;
}
.btlist{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.btlist li:nth-child(1),.btlist li:nth-child(2),.btlist li:nth-child(3){
   width: 33.33333%;
   flex-shrink: 0;
   padding-bottom: 35px;
}
.btlist li:nth-child(4){
   width: 5.2rem;
   padding-bottom: 15px;
}
.btlist li:nth-child(5){
   width: 5.2rem;
}
.btlist li:nth-child(6){
   width: 1.68rem;
   margin-top: -1.2rem;
   flex-shrink: 0;
}
.btlist li h1{
   width: 100%;
   display: block;
   text-indent: 0.36rem;
   height: 0.42rem;
   line-height: 0.42rem;
   font-size: 0.3rem;
   color: #fff;
   background: url(../images/bttitle.png) 0.02rem center no-repeat; 
   background-size: auto 100%;
}
.btlist li span{
   line-height: 0.4rem;
   color: #fff;
   font-size: 12px;
}
.btlist li img{
   width: 1.68rem;
   height: 1.68rem;
   margin-top: 0.4rem;
}
.am-footer{width: 100%;border-top: 1px solid #667680;color: #fff;font-size: 0.2rem;}
.am-footer a{
    color: #fff;
}

.pagebanner{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner1.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner1{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner1.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner2{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner2.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner3{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner3.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner4{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner4.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner5{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner5.jpg) center 0 no-repeat;background-size: 100% auto}
.pagebanner6{width: 100%;height: 3.34rem;overflow: hidden;background:url(../images/pagebanner6.jpg) center 0 no-repeat;background-size: 100% auto}

.page-top{
   width: 100%;
   display: flex;
   justify-content: space-between;
   height: 0.62rem;
   border-bottom: 1px solid #e5e5e5;
}
.page-top .left{
   width: 2.6rem;
}
.page-top .left a{
   display: block;
   width: 0.88rem;
   height: 0.62rem;
   background: url(../images/back.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.page-top .right{
   width: 2.6rem;
   display: flex;
   justify-content: flex-end;
}
.page-top .right span{
   display: block;
   padding-left: 0.32rem;
   line-height: 0.68rem;
   background: url(../images/address.png) 0 center no-repeat;
   background-size: 0.19rem 0.17rem;
}
.am-pagebg{padding-left: 0.25rem;padding-right: 0.25rem;width: 100%;height: auto;overflow: hidden;box-sizing: border-box;}
.am-page{width: 100%;height: auto;overflow: hidden;background-color: #fff;padding-top: 0.3rem}
.am-page p{
    margin: 0;
}
.about-text h2{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #dddddd;
    text-transform: uppercase;
}
.about-text h3{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #0154a6;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.partner-box img{
    float: left;
    width: 50%;
    padding: 3px ;
}
.partner-box p img{
    width: 100%;
}
.partner-box p{
    width: 50%;
    float: left;
}
.am-page-nav{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.5rem;
}
.am-page-nav a{
   display: flex;
   width: 2rem;
   height: 0.67rem;
   margin-right: 0.5rem;
   background-color: #e8e8e8;
   justify-content: center;
   align-items: center;
   margin-bottom: 0.23rem;
   font-size: 0.23rem;
}
.am-page-nav a:nth-child(3n) {
   margin-right: 0;
}
.goods-top{
    padding-bottom: 10px;
}
.goods-top img{
    width: 50%;
    float: left;
    padding-right: 10px;
}
.goods-top h2{
    font-weight: bold;
    font-size: 18px;
    color: #0154a6;
    padding-bottom: 10px;
}
.goods-top p{
    margin: 0;
    font-size: 14px;
}
.prodlist{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.prodlist li{
    flex: 0 0 48%;
    margin-bottom: 10px;
   box-shadow: 0px 0.08rem 0.17rem 0px rgba(0,0,0,0.2);
}
.prodlist li img{
    width: 100%;
}
.prodlist li a{
   display: block;
   width: 100%;
   height: 100%;
}
.prodlist li .picboxa{
   width: 100%;
   height: 2.4rem;
   overflow: hidden;
}
.prodlist li .picboxa img{
   width: 100%;
   height: 100%;
}
.prodlist li span{
   display: block;
   width: 100%;
   text-align: center;
   padding: 10px 0;
   border-top: 1px solid #fff;
   box-sizing: border-box;
   font-size: 14px;
   background-color: #e0e0e0;
   color: #000000;
}
.pageindex{width: 100%;height: 2.5rem;line-height: 2.5rem;overflow: hidden;text-align: center;}
.am-page1 img{width: 100%;height: auto;}

.page-newslist{
   width: 100%;
   height: auto;
}
.page-newslist li{
   width: 100%;
   padding-bottom: 5px;
   box-sizing: border-box;
   border-bottom: 1px solid #f6f6f6;
}
.page-newslist li a{
   width: 100%;
   margin-top: 0.64rem;   
   text-decoration: none;
   display: block;
   overflow: hidden;
   display: flex
}
.page-newslist li .left{
   width: 1.43rem;
   flex-shrink: 0;
   overflow: hidden;
}
.page-newslist li .left h1{
   width: 100%;
   display: block;
   height: 0.4rem;
   line-height: 0.4rem;
   font-size: 0.24rem;
   margin-top: 0.69rem;
   color: #3a3f41;   
}
.page-newslist li .left span{
   display: block;
   width: 0.51rem;
   height: 0.4rem;
   margin-top: 0.25rem;
   background: url(../images/pagenewsicon.png) 0 center no-repeat;
   background-size: 100% 100%;
}
.page-newslist li .center{
   width: 0.64rem;
   flex-shrink: 0;
   margin-top: 0.91rem;
   height: 0.03rem;
}
.page-newslist li .center span{
   width: 0.64rem;
   height: 0.03rem;
   display: block;
   background-color: #c9c9c9;
}
.page-newslist li .right{
   flex: 1;
   margin-top: 0.69rem;
   margin-left: 0.28rem;
}
.page-newslist li .right h1{
   font-size: 18px;
   font-weight: bold;
   color: #000;
}
.page-newslist li .right span{
   display: block;
   line-height: 0.31rem;
   margin-top: 0.11rem;
   color: #9e9e9e;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.am-text-title{border-bottom: 1px solid #d5d5d5;height: auto;line-height: 0.5rem;text-align: center;color: #333;padding-top: 10px;padding-bottom: 10px;}
.am-text-title h1{display: block;font-size: 0.4rem}
.am-text-title span{font-size: 0.36rem}
.am-text-img img{width: 100%;height: auto;}
.am-text{color: #333;line-height: 0.3rem;margin-top: 0.1rem;}
.am-text img{width: 100%;height: auto;}
.am-text-bt{width: 100%;height:1.2rem;overflow: hidden;margin-top: 0.5rem;border-top: 1px solid #ccc}
.am-text-bt span{display: block;width: 100%;height: 0.6rem;overflow: hidden;}
.am-text-xx{border-bottom: 1px solid #ccc}

.contact-box1{width: 100%;height: 1.15rem;}
.contact-box1 h1{display: block;width: 100%;line-height: 0.39rem;height: 0.39rem;text-align: center;font-size: 0.22rem;color: #333333;}
.contact-box1 span{display: block;width: 100%;height: 0.46rem;line-height: 0.46rem;text-align: center;font-size: 0.34rem;font-weight: bold;color: #333333;}
.contact-box2{width: 100%;height: 5.71rem;overflow: hidden;position: relative;}
.contact-box2 .map{width: 100%;height: 5rem;margin-top: 0.45rem;box-sizing: border-box;border:0.01rem solid #cccccc;}
.contact-box2 .map h1{display: block;width: 100%;height: 0.41rem;margin-top: 0.41rem;font-size: 0.22rem;color: #333333;text-align: center;margin-top: 0.52rem;}
.contact-box2 .map .mapdiv{width: 100%;height: 3.93rem;;overflow: hidden;margin-top: 0.13rem;}
.contact-box2 i{display: block;width: 0.84rem;height:  0.84rem;background:url(../images/conicon1.png) 0 0 no-repeat;background-size: 100% 100%;left: 50%;margin-left: -0.42rem;top: 0;position: absolute;}
.contact-box3{width: 100%;height: auto;overflow: hidden;}
.contact-box3 .cont1{width: 100%;background:url(../images/conicon2.png) 0.41rem center no-repeat;height: 0.78rem;line-height:0.78rem;display: block;box-sizing: border-box;background-size:0.38rem 0.46rem;padding-left: 0.96rem;color: #333333;font-size: 0.26rem}
.contact-box3 .cont2{width: 100%;background:url(../images/conicon3.png) 0.41rem center no-repeat;height: 0.78rem;line-height:0.78rem;display: block;box-sizing: border-box;background-size:0.41rem 0.41rem;padding-left: 0.96rem;color: #333333;font-size: 0.26rem}
.contact-box3 .cont3{width: 100%;background:url(../images/conicon4.png) 0.41rem center no-repeat;height: 0.78rem;line-height:0.78rem;display: block;box-sizing: border-box;background-size:0.4rem 0.4rem;padding-left: 0.96rem;color: #333333;font-size: 0.26rem}


.piclista{width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 0.2rem;justify-content: space-between;}
.piclista li{width: 49%;padding-bottom: 5px;}
.piclista li img{width: 100%;border: 1px solid #ddd;}

.contactbg{
    margin-bottom: 15px;
   width: 100%;
   padding: 10px 20px;
   color: #fff;
   background: url(../images/contactbg.jpg) 0 0 repeat-y;
   background-size: 100% auto;
}
.contactbg img{
    width: 100%;
}
.contactbg a{
    color: #fff;
}
.map{
   width: 100%;
   height: 4.2rem;
}


.formbox{
   width: 100%;
   box-sizing: border-box;
   margin-top: 0.4rem
   ;
}
.formbox .input1{
   width: 100%;
   height: 2.68rem;
   background-color: #f8f8f8;
   box-sizing: border-box;
   padding-left: 0.15rem;
   padding-top: 0.13rem;
   border: none;
   outline: none;
   margin-bottom: 0.35rem;
}
.formbox .inputbox{
   width: 100%;
   height: 0.7rem;
   display: flex;
   justify-content: space-between;
   margin-bottom: 0.35rem;
}
.formbox .inputbox .i1{
   width: 3.4rem;
   background-color: #f8f8f8;
   height: 0.7rem;
   border: none;
   outline: none;
   padding-left: 0.16rem;
}
.chekebox{
   width: 3.4rem;
   display: flex;
   justify-content: space-between;
}
.chekebox .i2{
   width: 2rem;
   background-color: #f8f8f8;
   height: 0.7rem;
   border: none;
   outline: none;
   padding-left: 10px;
}
.chekebox .checkboxa{
   width: 1.33rem;
   height: 0.7rem;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #f8f8f8;
   color: #1772de;
}
.formbox .i3{
   width: 100%;
   height: 0.7rem;
   background-color: #1772de;
   color: #fff;
   border: none;
}