
.g-adv { height: 20rem; overflow: hidden; position: relative;}
.g-adv .sclwrap_box ,.g-adv .m-box,.g-adv .m-box img{ overflow:hidden; height: 20rem;}
.g-adv .m-box li img{ width:100%;}
/* .g-adv .m-cnt{ position: absolute; bottom: 0.6rem; left: 50%; transform: translate(-50%,0); justify-content: center;}
.g-adv .m-cnt li{ float:left; width: 0.4rem; height: 0.4rem; margin: 0 0.6rem; border-radius: 50%;  background: #b8b6b9; }
.g-adv .m-cnt li.no{ margin: 0;}
.g-adv .m-cnt li.z-on{ width: 2.7rem; background:#fff; border-radius:0.2rem; } */

nav{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
nav a{
	width: 33.33%;
	line-height: 3.9rem;
	font-size:1rem;
	color: #666;
	text-align: center;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}
nav a:nth-child(3n){
	border-right: 0;
}
nav a.active{
	background: #0061c7;
	color: #fff;
}



.bts{
	text-align: center;
	background: url(../Images/Index/bts.png) no-repeat center 0.6rem;
	background-size: 100% .45rem;
}
.bts a{
	color: #333;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
}
.bts span{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding-top: .8rem;
	color: #333;
	text-transform: uppercase;
}


.pro{
	padding: 3rem 0 1.7rem 0;
	background: #f1f1f1;
}
.pro .pro-cont{
	width: 92.81%;
	margin: 2rem auto 0;
}
.pro .pro-cont .pro-ul{
	height: 3.2rem;
	margin-bottom: 1.2rem;
	overflow: hidden;
}
.pro .pro-cont .pro-ul li{
	float: left;
	line-height: 3rem;
	text-align: center;
	padding: 0 0.6rem;
	border: 1px solid #0061c7;
	border-radius: 1.8rem;
	background: #fff;
	font-size: 1.2rem;
	color: #0061c7;
	box-sizing: border-box;
	margin-right: 2.5%;
}
.pro .pro-cont .pro-ul li:last-child{
	margin: 0;
}
.pro .pro-cont .pro-ul li.z-on{
	background: #0061c7;
	border-color: #0061c7;
	color: #fff;
}
.pro .pro-cont .con ul{
	overflow: hidden;
}
.pro .pro-cont .con ul li{
	float: left;
	width: 14.2rem;
	margin-right: 3.6%;
	margin-bottom: 1.2rem;
	background: #fff;
	border-radius: .5rem;
}
.pro .pro-cont .con ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.pro .pro-cont .con ul li span{
	display: block;
	line-height: 4rem;
	text-align: center;
	font-size: 1.2rem;
	color: #333;
}
.pro .pro-cont .con ul li:nth-child(2n){
	margin-right: 0;
}



.ys{
	padding: 2.8rem 0 3rem 0;
	box-sizing: border-box;
	background: url(../Images/Index/ys_bg.jpg) #fff no-repeat center top;
	background-size: 100% auto;
}
.ys h2{
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	background: url(../Images/Index/ys_bt.png) no-repeat center 1.8rem;
	background-size: 100% .45rem;
}
.ys h2 i{
	font-size: 3rem;
	color: #ff6800;
	line-height: 1;
}
.ys h2 span{
	color: #fff;
}

.ys .ys-cont{
	width: 93.75%;
	margin: 1.8rem auto 0;
}

.ys .ys-cont .ys-img{
	width: 94%;
	margin: 0 auto;
}
.ys .ys-cont .ys-img img{
	display: block;
	width: 100%;
}

.ys .ys-cont dl{
	margin-top: 1.1rem;
}
.ys .ys-cont dl dt{
	text-align: center;
	font-size: 1.6rem;
	color: #282828;
	line-height: 2.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.ys .ys-cont dl dt b{
	color: #fe7203;
}
.ys .ys-cont dl dd p{
	padding-left: 1.2rem;
	font-size: 1.2rem;
	color: #666;
	line-height: 1.6rem;
	background: url(../Images/Index/ys_icos.png) no-repeat left 0.6rem;
	background-size: .5rem;
	margin-bottom: .8rem;
}
.ys .ys-cont dl dd p b{
	color: #0061c7;
}
.ys .ys-txt{
	width: 17.5rem;
	margin: .7rem auto;
}
.ys .ys-txt img{
	display: block;
	width: 100%;
	height: auto;
}


.case{
	background: #f1f1f1;
	padding: 3rem 0 2rem 0;
}
.case .case-inner{
	width: 92.5%;
	margin: 1.7rem auto 0;
}
.case .case-inner ul{
	overflow: hidden;
}
.case .case-inner ul li{
	float: left;
    width: 14.2rem;
    margin-right: 3.5%;
    margin-bottom: 1.2rem;
    background: #fff;
	border-radius: .5rem;
	overflow: hidden;
}
.case .case-inner ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.case .case-inner ul li:nth-child(2n){
	margin-right: 0;
}
.case .case-inner ul li span{
	display: block;
	padding: .74rem 0;
	text-align: center;
	font-size: 1.2rem;
	color: #282828;
	line-height: 1.6rem;
}

.about{
	padding: 3rem 0 2rem 0;
}
.about .about-cont{
	width: 93.75%;
	margin: 1.8rem auto 0;
}
.about .about-cont .con p{
	width: 100%;
	height: auto;
}
.about .about-cont .con p img{
	display: block;
	width: 100%;
	height: auto;
}
.about .about-ul{
	height: .9rem;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.about .about-ul li{
	width: .56rem;
	height: .56rem;
	margin: 0 .4rem;
	border-radius: 50%;
	border: .1rem solid #404040;
}
.about .about-ul li.z-on{
	background: #404040;
	border-color: #404040;
}
.about .about-txt {
	width: 88%;
	margin: 2rem auto 0;
}
.about .about-txt h4{
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	line-height: 1;
	margin-bottom: 1.3rem;
}
.about .about-txt p{
	font-size: 1.2rem;
	color: #666;
	line-height: 1.8rem;
	text-align: center;
}
.about .about-txt span{
	display: block;
	margin-top: 1.5rem;
}
.about .about-txt span a{
	display: block;
	margin: 0 auto;
	width: 13.8rem;
	line-height: 3.1rem;
	border: 1px solid #0358b5;
	text-align: center;
	font-size: 1.2rem;
	color: #0358b5;
}

.news{
	padding: 2rem 0 3rem 0;
}
.news .news-inner{
	width: 90.625%;
	margin: 2.5rem auto 0;
}
.news .news-inner dl{
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.news .news-inner dl dt{
	float: left;
	width: 11.9rem;
	height: 8.4rem;
	border-radius: .3rem;
	overflow: hidden;
}
.news .news-inner dl dt img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d9d9d9;
}
.news .news-inner dl dd{
	float: right;
	width: 15.5rem;
}
.news .news-inner dl dd h4{
	font-size: 1.4rem;
	color: #333;
	line-height: 1.8rem;
	margin-bottom: .8rem;
}
.news .news-inner dl dd p{
	font-size: 1.2rem;
	color: #666;
	line-height: 1.8rem;
}
.news .news-inner dl dd p a{
	color: #0962c0;
}
.news .news-inner ul li{
	font-size: 1.2rem;
	line-height: 3.1rem;
	height: 3.1rem;
	border-bottom: 1px solid #d3d3d3;
	background: url(../Images/Index/news_ico.png) no-repeat left center;
	background-size: .2rem;
	padding-left: 1rem;
}
.news .news-inner ul li a{
	color: #666;
}


html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size:    10px;}}
@media screen and (min-width:360px){html{font-size: 11.25px;}}
@media screen and (min-width:375px){html{font-size: 11.7px;}}
@media screen and (min-width:384px){html{font-size: 12px;}}
@media screen and (min-width:480px){html{font-size:    15px;}}
@media screen and (min-width:414px){html{font-size:  13px;}}
@media screen and (min-width:560px){html{font-size:  17.5px;}}
@media screen and (min-width:640px){html{font-size:    20px;}}





