* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
	font-family: "微软雅黑";
	background: white;
	font-size: 14px;
	margin: 0 auto;
}
/*logo*/

.logo {
	width: 1000px;
	height: 100px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 {
	width: 40%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 i img {
	margin-top: 5px;
}

#logo_1r {
	width: 70%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
	margin-left: 5%;
	color: #0896e0;
}

h1 {
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 70px;
}

#logo_1r span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 15.5px;
}

#hr {
	width: 100%;
	border-bottom: 1px solid #a8a7a2;
}

#logo_2 {
	width: 20%;
	height: 100px;
}

#logo_2 img {
width: 100%;
	margin-top: 25px;
}

#logo_3 {
	width: 15%;
	height: 100px;
}

#logo_3 img {
	width: 100%;
	/*margin-top: 17px;*/
}

#logo_4 {
	width: 25%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

.logo_4l {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}

.logo_4l p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4l span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 12px;
}
.logo_4t p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}
/*导航*/
.nav {
	width: 100%;
	height: 60px;
	background: url(../img/newsdaohang.jpg);
	display: flex;
	flex-flow: row wrap;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nav ul {
	width: 1000px;
	margin: auto;
	height: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.nav ul li a {
	color: white;
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
/*内容开始*/
.guide{
	width: 1000px;
	height: auto;
	margin:15px auto;
	text-align: center;
}
.guide img{
	width: 100%;
}
h2{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 34px;
}
.kid{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.kid img{
	width: 100%;
}
.circle{
	width: 1000px;
	height: auto;
	margin: 10px auto;
}
.circle1{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.circle1 li{
	width: 200px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	
}
.circle1 li span{
	background: #82b0da;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	display: block;
	
}
.circle1 li span img{
	width: 96%;
	margin-top: 4px;
	margin-left: 2px;
}
.circle1 li p{
	width: 70%;
	height: 30px;
	margin:10px auto;
	text-align: center;
	border: 1px solid #82b0da;
	line-height: 30px;
	border-radius: 10px;
}
.circle2{
	width: 80%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 10px auto;	
}
.circle2 li{
	width: 200px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.circle2 li span{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: #82b0da;
	display: block;
}
.circle2 li span img{
	width: 96%;
	margin-top: 4px;
	margin-left: 2px;
}
.circle2 li p{
	width: 70%;
	height: 30px;
	margin:10px auto;
	text-align: center;
	border: 1px solid #82b0da;
	line-height: 30px;
	border-radius: 10px;
}
.open{
	width: 40%;
	height: 50px;
	background: #ff4911;
	border-radius: 10px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}
.open a{
	width: 98%;
	height: 44px;
	display: block;
	text-align: center;
	border: 1px dashed white;
	border-radius: 10px;
	margin: auto;
	color: white;
	line-height: 44px;
	font-size: 18px;
}
.open1{
	width: 40%;
	height: 50px;
	background: #ff4911;
	border-radius: 10px;
	margin:20px auto;
	display: flex;
	flex-flow: row wrap;
}
.open1 a{
	width: 98%;
	height: 44px;
	display: block;
	text-align: center;
	border: 1px dashed white;
	border-radius: 10px;
	margin: auto;
	color: white;
	line-height: 44px;
	font-size: 18px;
}
.tishis{
	width: 800px;
	height: 250px;
	background: url(../img/tishi.png) no-repeat;
	background-position: 0;
	background-size: 100% 100%;
	margin:25px auto;
}
.tishis p{
	width: 500px;
	height: 160px;
	position: relative;
	left: 250px;
	top: 75px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
	box-sizing: border-box;
}
.detection{
	width: 1000px;
	height: auto;
	margin:20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.detect{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.detect_l{
	width: 30%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.detect_l p{
	width: 80%;
	height: 40px;
	margin:auto;
	background: #ff9600;
	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 40px;
}
.detect_l div{
	width: 100%;
	margin-top: 10px;
}
.detect_l div img{
	width: 100%;
}
.detect_c{
	width: 30%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.detect_c p{
	width: 80%;
	height: 40px;
	background: #079fff;
	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 40px;
}
.detect_c ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px dashed #A8A7A2;
	margin-top:10px;
}
.detect_c ul li{
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}
.detect_c div{
	width: 100%;
	height:auto;
	font-size: 18px;
	line-height: 40px;
	margin-top: 15px;
}
.detect_c div span{
	color: red;
}
.detect_c a{
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #ff5816;
}
.detect_r{
	width: 28%;
	height: auto;
	border: 5px solid #ffcc00;
	display: flex;
	flex-flow: row wrap;
}
.detect_r p{
	width: 100%;
	height:40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin-top: 20px;
}
.detect_r span{
	width: 100%;
	font-size: 24px;
	color: red;
	text-align: center;
}
.detect_r ul{
	width: 100%;
	margin-top: 10px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.detect_r ul li{
	text-align: center;
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.detect_r div{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: 15px;
}
.detect_r div a{
	display: block;
	font-size: 16px;
	color: white;
	line-height: 40px;
}
.detect_r div a:nth-of-type(1){
	background: #ff9000;
	width: 60%;
	height: 40px;
	border-radius: 10px;
	text-align: center;
}
.detect_r div a:nth-of-type(2){
	background: #079fff;
	width: 30%;
	height: 40px;
	border-radius: 10px;
	text-align: center;
}
.detecti{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.detecti_p{
	width: 80%;
	margin:10px auto;
	
}
.detecti_p img{
	width: 100%;
}
.detecti_b{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.pic{
	width: 40%;
}
.pic img{
	width: 100%;
}
.detecti_r{
	width: 58%;
	display: flex;
	flex-flow: row wrap;
}
.detect_rt{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid #A8A7A2;
}
.detect_rt li{
	width: 49%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height:35px;	
}
.detect_rt li img{
	width: 100%;
}
.detect_rb{
	width: 94%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin: auto;
}
.detect_rb p{
	width: 100%;
	height: 50px;
	color: #ff9600;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
}
.detect_rb ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.detect_rb ul li{
	width: 100%;
	height:45px;
	font-size: 16px;
	display: flex;
	flex-flow: row wrap;
}
.detect_rb ul li img{
	width: 22px;
	height: 21px;
	margin-top: 2px;
}
.efficient{
	width: 1000px;
	height: auto;
	margin: auto;
}
#dian{
	text-align: center;
	font-size: 22px;
	color: #FF4911;
	display: block;
	margin: 15px 0;
}
.effic{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 10px auto;
}
.effic_r{
	width: 30%;
	height: auto;
}
.effic_r img{
	width: 100%;
}
.effic_c{
	width: 30%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.effic_l{
width: 30%;
height: auto;
display: flex;
flex-flow: row wrap;
}
.effic_l p{
	width: 60%;
	height: 40px;
	margin:auto;
	background: #ff9600;
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 40px;
}
.effic_l div{
	width: 100%;
	height: auto;
	text-align: center;
}
.effic_l div img{
	width: 250px;
	height:250px;
	margin-top: 10px;
}
.effic_c{
	width: 30%;
	height: auto;
}
.effic_c p{
	width: 100%;
	height: 40px;
	background: #079fff;
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 40px;
	margin: auto;
}
.effic_c ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.effic_c ul li{
	width: 30%;
	height: auto;
	text-align: center;
}
.effic_c ul li img{
	width: 100%;
}
.effic_c span{
	width: 80%;
	margin:15px auto;
	height:15px 40px;
	display: block;
	background: #ff5926;
	color: white;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.effic_c div{
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.efficent{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.efficent_p{
	width: 28%;
	height: auto;
}
.efficent_p img{
	width: 100%;
}
.efficent_r{
	width: 70%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}
.efficent_r p{
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.efficent_r ul{
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.efficent_r ul li{
	width: 48%;
	height: 40px;
	font-size: 18px;
}
.child{
	width: 1000px;
	margin: auto;
	height: auto;
	
}
.child_t{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 10px 0;
}
.child_t i{
	display: block;
	width: 32%;
}
.child_tr{
	width: 32%;
	border: 1px solid #ec4e4f;
}
.child_tr div{
	width: 80%;
	background: #EC4E4F;
	height: 40px;
	margin: auto;
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: white;
	line-height: 40px;
	font-size: 22px;
	letter-spacing: 4px;
}
.child_tr p{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size:20px;
	line-height: 40px;
}
.child_tr p:nth-of-type(1){
	margin-top: 40px;
}
.child_tr span{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
}
.child_b{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.child_bl{
	width: 49%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 15px;
}
.child_bl i{
	display: block;
	width: 100%;
}
.child_bl i img{
	width: 100%;
}
.child_bl div{
	width: 99%;
	height: auto;
	border: 2px solid #EC4E4F;
	border-top: none;
	display: flex;
	flex-flow: row wrap;
}
.child_bl div span{
	width: 20%;
	height:35px;
	background: #EC4E4F;
	display: block;
	border-radius: 8px;
	color: white;
	text-align: center;
	line-height: 35px;
	margin-top: 5px;
	font-size: 16px;
}
.child_bl div  p{
	width: 80%;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	
}
/*底部*/
.bottom{
	width: 100%;
	height: 340px;
	background: url(../img/xinfooter.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}