@font-face{
	 font-family:"sanb";
	 src:url('../fonts/SourceHanSansCN-Bold.otf'),
	 url('../fonts/SourceHanSansCN-Bold.otf'),
	 url('../fonts/SourceHanSansCN-Bold.otf');
}

.hertre{
	width: 100%;
	height: 100px;
	background: rgb(255,255,255,0.8);
	z-index: 999;
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
}
.hertre_cen{
	width: 1550px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width:200px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	transition: auto;
}
.nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nav ul li{
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin-left: 50px;
	border-bottom: 2px solid rgb(0,0,0,0);
	padding-bottom: 10px;
}

.nav ul li.nav_cen{
	color: #0696de;
	border-bottom: 2px solid #0696de;
	padding-bottom: 10px;
}
.nav ul li:hover{
	color: #0696de;
	border-bottom: 2px solid #0696de;
	padding-bottom: 10px;
}
.an{
	width: 70px;
	height: 70px;
	display: none;
	position: absolute;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f0f2f5;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner_text{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.baner_bei{
	background: rgb(101,150,226,0.5);
	width: 700px;
	overflow: hidden;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
    align-items: center;
}
.juzhong{
	width: auto;
}
.banner_text h1{
	font-size: 50px;
	color: #ffffff;
	font-family: "san";
	font-weight: 500;
	line-height: 50px;
}
.banner_text p{

	font-size: 26px;
	color: #ffffff;
	font-family: "pop";
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
}
.zongbu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	position: relative;
	padding-bottom: 80px;
}
.zongbu_l{
	width: 55%;
	overflow: hidden;
}
.zongbu_l img{
	width: 100%;
	height: auto;
}
.zongbu_r{
	width: 60%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 100px 70px;
}
.zongbu_r h1{
	font-size: 30px;
	color: #333333;
	font-weight: 500;
}
.zongbu_texe{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 30px;
}
.dizhi{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 120px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.dizhi h1{
	text-align: center;
	font-size: 50px;
	color: #333333;
	font-weight: 500;
}
.dizhi_cen{
	width: 1200px;
	overflow: hidden;
	background: rgb(255,255,255,0.8);
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px 0;
}
.dizhi_text{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
	padding: 0 20px;
}
.fangshi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fangshi_l{
	width: 45%;
	overflow: hidden;
}
.fangshi_l h1{
	font-size: 24px;
	color: #333333;
	font-weight: 500;
}
.fangshi_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	text-align: left;
	line-height: 24px;
}
.fangshi_text img{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top
}
.fangshi_text p{
	margin-top: 70px;
}
.fangshi_r{
	width: 45%;
	overflow: hidden;
}
.fangshi_r h1{
	font-size: 24px;
	color: #333333;
	font-weight: 500;
}
.fangshi_r form{
	width: 100%;
	overflow: hidden;
	display: block;
}
.fangshi_r form label{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 30px;
}
.fangshi_r form label p{
	font-size: 16px;
	color: #666666;
}
.fangshi_r form label input{
	width: 100%;
	height: 50px;
	display: block;
	border: 1px solid #999999;
	padding: 0 10px;
	margin-top: 10px;
	font-size: 14px;
}
.fangshi_r form label textarea{
	width: 100%;
	height: 100px;
	display: block;
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 10px;
	font-size: 14px;
	resize: none;
}
.fangshi_r form .submit{
	width: 200px;
	height: 50px;
	background: #0696de;
	border: none;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}
.guanyiu{
	width: 100%;
	overflow: hidden;
}
.guanyu{
	width: 1560px;
	overflow: hidden;
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 120px;
}
.guanyu_l{
	width: 38%;
	overflow: hidden;
}
.guanyu_l h2{
	font-size: 40px;
	color: #333333;
	font-weight: 500;
}
.guanyu_l>p{
	font-size: 14px;
	color: #999999;
	font-weight: 900;
	text-transform: uppercase;	
}
.guanyu_l h1{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-top: 50px;
}
.guanyu_texe{
	font-size: 14px;
	color: #999999;
	font-weight: 900;
	line-height: 26px;
	margin-top: 20px;
}
.guanyu_r{
	width: 60%;
	overflow: hidden;
}
.guanyu_r img{
	width: 100%;
	height: auto;	
}
.anli{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.anli ul{
	width: 100%;
	overflow: hidden;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.anli ul li{
	width: 48%;
	overflow: hidden;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
	background: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
}
.anli ul li img{
	width: 40%;
	height: auto;
}
.anli_r{
	width: 50%;
	overflow: hidden;
	margin-right: 5%;
}
.anli_r h1{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}
.anli_text{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-top: 20px;
}
.anli h2{
	font-size: 24px;
	color: #333333;
	font-weight: 600;
}
.anli>p{
	font-size: 14px;
	color: #999999;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;	
}
.huanjing{
	width: 100%;
	overflow: hidden;
}
.huanjing_cen{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 120px;
}
.huanjing_cen img{
	width: 100%;
	height: auto;
	border-radius: 5px;	
}
.qiehuan{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.qiehuan ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.qiehuan ul li{
	background: #dcdcdc;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	border-radius: 5px;
	padding: 0 20px;
	margin-right: 30px;
}
.qiehuan ul li.uro_op{
	background: #0696de;
	color: #fff;
}
.qiehuan ul li:hover{
	background: #0696de;
	color: #fff;
}
.qiehuan p{
	font-size: 14px;
	color: #666666;
}
.xinwen{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 45px;
}
.xinwen ul{
	width: 100%;
	overflow: hidden;
}
.xinwen ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.xinwen ul li img{
	width: 25%;
	height: auto;
}
.xinwen_r{
	width: 73%;
	overflow: hidden;
}
.xinwen_r h1{
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: 500;
}
.xinwen_r p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-top: 20px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xinwen_r a{
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
	width: 110px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	text-align: center;
}
.page{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.page .active,
.page .total{
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding: 5px 8px;
	margin: 0 3px;
	border: 1px solid #999;
}
.neir{
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	margin-top: 100px;
}
.neir ul{
	width: 1400px;
	overflow: hidden;
	margin: auto;
}
.neir ul li{
	float: left;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	margin-right: 50px;
}
.text_nei{
	width: 1400px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.text_nei img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.anli_poi{
	margin-top: 0px;
}
.qiehuan h5{
	font-size: 24px;
	color: #333333;
	font-weight: 500;
}

.ios{
	margin: auto;
}
.ios h1{
	text-align: center;
	font-size: 70px;
	line-height: 70px;
}
.ios p{
	text-align: center;
}
.renzhou{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.renzhou h2{
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	text-align: center;
}
.renzhou>p{
	font-size: 14px;
	color: #999999;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;	
	text-align: center;
}
.renzhou ul{
	width: 100%;
	padding: 5px;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.renzhou ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #ebf4ff;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 1px rgb(235, 244,255,0.8);
	padding: 50px 30px;
	align-items: center;
	display: flex;
	margin-top: 40px;
}
.renzhou ul li h1{
	font-size: 20px;
	color: #333333;
}
.renzhou_text{
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	margin-top: 30px;
}
.iosren{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.iosren_cen{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
	padding: 0 20px;
	padding-bottom: 150px;
	margin-top: 70px;
}
.iosren_cen>p{
	font-size: 36px;
	color: #ffffff;
	line-height: 36px;
	text-transform: uppercase;
}
.iosren_cen i{
	width: 50px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 20px;
}
.iosren_cen>h1{
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	margin-top: 20px;
}
.iosren_cen ul{
	width: 100%;
	margin-top: 50px;
	border-left: 2px solid #fff;
	padding-top: 40px;
	padding-bottom: 70px;
}
.iosren_cen ul li{
	width: 100%;
	position: relative;
	margin-top: 70px;
	padding-left: 40px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}
.iosren_cen ul li:nth-child(1){
	margin-top: 0px;
}
.iosren_cen ul li em{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	color: #0696de;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: -15px;
	text-indent: 7px;
}
.iosren_cen h2{
	font-size: 20px;
	color: #ffffff;
	margin-top: 20px;
	font-weight: 500;
}
.iosjianjie{
	width: 50%;
	overflow: hidden;
	background: rgb(21,48,137,0.8);
	padding: 55px 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.iosjianjie h3{
	font-size: 20px;
	color: #ffffff;
}
.iosjianjie_text{
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	margin-top: 20px;
}
.poiudoi{
	display: none;
	position: static;
	bottom: auto;
	right: auto;
	width: 100%;
}
.yiyi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	border: 1px solid #d8d8d8;
	padding: 60px 70px 90px;
}
.yiyi h3{
	font-size: 24px;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 50px;
}
.yiyi_text{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 60px;
	font-weight: 600;
}
.shuangbi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.shuangbi ul{
	width: 100%;
	overflow: hidden;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shuangbi ul li{
	width: 23%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
	padding: 40px 30px;
	margin-bottom: 25px;
}
.shuangbi ul li h1{
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.shuangbi_text{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 20px;
	min-height: 140px;
}
.shuangbi ul li a{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	background: #e85542;
	border-radius: 5px;
	width: 80%;
	display: block;
	margin: auto;
}
.renouo{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 100px;
}
.renouo_cewn{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.renouo_cewn h1{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.renouo_cewn p{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.renouo_text{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	padding: 30px 100px;
}
.yewu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.yewu h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.yewu>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.yewu ul{
	width: 100%;
	overflow: hidden;
}
.yewu ul li{
	width: 32%;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
	float: left;
	margin-left: 2%;
}
.yewu ul li:nth-child(3n+1){
	margin-left: 0%;
}
.yewu ul li em{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #07a2ef;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0px;
	text-indent: 10px;
}
.yewu ul li h1{
	padding-left: 25px;
	padding-top: 25px;
}
.yewu ul li p{
	line-height: 100px;
	text-align: center;
	border: 2px solid #07a2ef;
}

.laoshi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.laoshi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px;
}
.laoshi ul li{
	width: 32%;
	overflow: hidden;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
	margin-bottom: 32px;
}
.laoshi ul li img{
	width: 100%;
	height: auto;
}
.laoshi ul li h1{
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	padding: 0 10px;
}
.laoshi_text{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	padding: 0 10px;
}
.laoshi ul li a{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	background: #e85542;
	border-radius: 5px;
	display: block;
	width: 150px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.shenqin{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	padding: 5px;
}
.shenqin ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px;
}
.shenqin ul li{
	width: 32%;
	overflow: hidden;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
	background: #fff;
}
.shenqin ul li img{
	width: 100px;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
.shenqin ul li h1{
	text-align: center;
	font-size: 22px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}
.shenqin_text{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding: 0 50px;
	margin-top: 20px;
}
.shenqin ul li a{
	width: 200px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #e85542;
	border: 1px solid #e85542;
	display: block;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
.shenqin ul li a:hover{
	background: #e85542;
	color: #fff;
}
.zhuanlio{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.zhuanlio>h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.zhuanlio>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.zhuanlio_cen{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.zhuanlio_poi{
	width: 600px;
	overflow: hidden;
	background: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 40px;
}
.zhuanlio_poi h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.zhuanlio_poi>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.zhuanlio_text{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 20px;
}
.zhuanliuo{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 100px;
}
.zhuanliuo_cewn{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.zhuanliuo_cewn h1{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.zhuanliuo_cewn p{
	font-size: 16px;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.zhuanliuo_text{
	width: 650px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.zhuanliuo_cewn i{
	width: 140px;
	height: 4px;
	display: block;
	margin: auto;
	background: #b7e4fb;
	margin-top: 30px;
}
.poldop h1{
	line-height: 80px;
	font-style: italic;
}
.poldop a{
	width: 350px;
	line-height: 80px;
	text-align: center;
	background: #e85542;
	border-radius: 5px;
	font-size: 30px;
	color: #fff;
	display: block;
	margin-top: 50px;
}
.biaozhunu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.biaozhunu>h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.biaozhunu>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.biao_cen{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.biao_cen img{
	width: 45%;
	height: auto;
}
.biao_text{
	width: 50%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.numCount{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.numCount ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.numCount ul li{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid #0696de;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    align-items: center;
}
.numCount ul li h1{
	display: inline-block;
	font-size: 60px;
	color: #0696de;
}
.numCount ul li p{
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.mouo{
	font-size: 60px;
	color: #0696de;
	text-align: center;
	font-weight: 600;
}
.mouo span{
	font-size: 18px;
	color: #333333;
	font-weight: 500;
}
.jiazhi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
}
.jiazhi>h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.jiazhi>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.jiazhi_cen{
	width: 100%;
	overflow: hidden;
	background: #f1f6fc;
	margin-top: 50px;
}
.jiazhi_cen ul{
	width: 1200px;
	overflow: hidden;
	margin: 60px auto 20px;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jiazhi_cen ul li{
	width: 48%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	padding: 40px 100px 60px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.05)
}
.jiazhi_cen ul li img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.qiyeu{
	width: 70%;
	overflow: hidden;
}
.qiyeu h1{
	font-size: 20px;
	color: #333333;
	font-style: italic;
}

.qiyeu_text{
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	line-height: 20px;
	margin-top: 30px;
}
.tiaojian{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.tiaojian ul{
	width: 100%;
	overflow: hidden;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tiaojian ul li{
	width: 23%;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: 2px solid #ebf4ff;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.05);
	padding: 20px 30px;
	padding-left: 60px;
	display: flex;
	align-items: center;
}
.tiaojian ul li h1{
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	font-weight: 500;
}
.tiaojian ul li p{
	width: 42px;
	line-height: 60px;
	background: #71b1ff;
	position: absolute;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 70px;
	top: 0;
	left: 5px;
	font-size: 30px;
	font-style: italic;
	font-weight: 900;
	color: #fff;
	text-indent: 7px;
}

.fuwiu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.fuwiu img{
	width: 100%;
	height: auto;
}
.ziping{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 120px;
	padding: 80px 0px;
}
.ziping h1{
	text-align: center;
	font-size: 40px;
	color: #125083;
	line-height: 40px;
}
.ziping a {
    width: 250px;
    line-height: 50px;
    text-align: center;
    background: #e85542;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.fuwup{
	width: 100%;
	overflow: hidden;
	margin: auto;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 120px;
	padding: 80px 0px;
}
.fuwup>h1{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.fuwup>p {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.fuwup ul{
	width: 1200px;
	overflow: hidden;
	margin:  auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.fuwup ul li{
	width: 23%;
	overflow: hidden;
	border: 4px solid #a3ccff;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 50px 0;
}
.fuwup ul li img{
	width: 50%;
	height: auto;
	margin: auto;
}
.fuwup ul li h2{
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}
.guanyu_l a{
	font-size: 20px;
	color: #666666;
	display: block;
	width: 150px;
	line-height: 50px;
	border: 1px solid #666666;
	border-radius: 5px;
	margin-top: 30px;
	text-align: center;
}
.guanyu_in{
	align-items: center;
}
.dului{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.dului ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dului ul li:nth-child(1){
	width: 66%;
}
.dului ul li{
	width: 32%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 50px 30px;
}
.dului ul li h1{
	font-size: 20px;
	color: #fefefe;
}
.dului ul li p{
	font-size: 16px;
	color: #fefefe;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}
.dului ul li a{
	display: block;
	width: 190px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-top: 40px;
	text-align: center;
}
.dului ul li a:hover{
	background: #fff;
	color: #000;
}
.ronyyu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ronyyu_l{
	width: 42%;
	overflow: hidden;
}
.ronyyu_l h1{
	font-size: 22px;
	color: #333333;
}
.ronyyu_l p{
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
}
.ronyyu_l ul{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.ronyyu_l ul li{
	width: 30%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	line-height: 36px;
	color: #44a6e2;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #44a6e2;
	cursor: pointer;
}
.ronyyu_l ul li:hover{
	background: #44a6e2;
	color: #fff;
}
.ronyyu_l ul li.aapo{
	background: #44a6e2;
	color: #fff;
}
.ronyyr{
	width: 55%;
	overflow: hidden;
}
.ronyyr img{
	width: 100%;
	height: auto;
}
.zizhiu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}
.zizhiu ul{
	width: 100%;
	overflow: hidden;
	padding: 5px;
	display: none;
}
.zizhiu ul li{
	width: 23%;
	overflow: hidden;
	margin-left: 2.66%;
	box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.1);
	padding: 20px;
	float: left;
}
.zizhiu ul li:nth-child(4n+1){
	margin-left: 0%;
}
.zizhiu ul li img{
	width: 100%;
	height: auto;
}
.zizhiu ul li p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	border-top: 1px solid #999999;
	padding-top: 20px;
	margin-top: 20px;
}
.anliin{
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
	background: #f1f6fc;
}
.amlou{
	margin-top: 50px;
}
.anliin>h2{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedfe0;
}
.anliin ul{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.anliin ul li{
	width: 32%;
	overflow: hidden;
}
.anliin ul li img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.anliin ul li h1{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.anliin ul li p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nameoui{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.nameoui>a{
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: right;
	font-size: 16px;
	color: #999999;
}
.name_cen{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.name_l{
	width: 55%;
	overflow: hidden;
	position: relative;
}
.name_l img{
	width: 100%;
	height: auto;
}
.name_l p{
	position: absolute;
	bottom: 20px;
	font-size: 30px;
	color: #fff;
	padding: 0 20px;

}
.name_cen ul{
	width: 40%;
	overflow: hidden;
}
.name_cen ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.name_cen ul li h1{
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.name_cen ul li p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.name_cen ul li:nth-child(1){
	margin-top: 0px;
}
.hezuo{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 60px;
	padding: 0 20px;
	background: #f1f6fc;
}
.hezuo ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hezuo ul li{
	width: 19%;
	overflow: hidden;
	margin-top: 30px;
}
.hezuo ul li img{
	width: 100%;
	height: auto;
}
.youqing{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 120px;
	text-align: center;
}
.youqing p{
	font-size: 15px;
	color: #333333;
	margin: 0 3px;
	font-weight: 600;
	display: inline-block;
}
.di{
	width: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/dibubeijhi_17.png);
	margin-top: 30px;
}
.dicen{
	width: 1200px;
	overflow: hidden;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dicen ul{
	width: 50%;
	overflow: hidden;
}
.dicen ul li{
	width: 25%;
	overflow: hidden;
	float: left;
}
.dicen ul li h1{
	font-size: 16px;
	color: #ffffff;
}
.dicen ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.di_r{
	width: 40%;
	overflow: hidden;
}
.di_r p{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}
.di_r img{
	width: 150px;
	height: auto;
}
.beioan{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
	background: #1b1b1b;
	font-size: 14px;
	color: #fff;
}
.pingfen{
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.xitong{
	width: 1200px;
	overflow: hidden;
	margin: 120px auto;
	padding: 5px;
}
.xitong_top{
	width: 100%;
	overflow: hidden;
}
.xitong_top h1{
	text-align: center;
	width: 100%;
	line-height: 60px;
}
.xitong_top h1 p{
	font-size: 60px;
	color: #333333;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
 .xitong_top h1 span{
 	color: #cdcdcd;
 	font-size: 20px;
 	vertical-align: top;
 }
.xitong_top i{
	width: 90px;
	height: 4px;
	background: #e85542;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.xitong_top p{
	text-align: center;
	font-size: 22px;
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}
.poisp{
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.07);
	margin-top: 80px;
	margin-bottom: 5px;
	padding: 50px 60px 80px;
}
.poisp h1{
	font-size: 20px;
	color: #e85542;
	font-weight: 500;
	margin-top: 30px;
}
.poisp ul{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	margin-top: 30px;
}
.poisp ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px #dddddd dashed;
}
.poisp ul li:nth-child(1){
	border: none;
}
.poisp ul li p{
	width: 28%;
	font-size: 16px;
	color: #666666;
	background: #f8fbff;
	padding: 30px 10px;
}
.poisp ul li p span{
	display: block;
}
.poisp ul li .poip{
	width: 68%;
	overflow: hidden;
	height: 100%;
	display: block;
	background: #fff;
}
.poip label{
	cursor: pointer;
}

.poip label input{
	width: 16px;
	height: 16px;
}
.poip label span{
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
	margin-left: 5px;
}

.poisp ul.oidioi{
	border: none;
}
.poisp ul.oidioi li{
	border-bottom: 1px #dddddd dashed;
}
.poisp ul.oidioi li p{
	width: auto;
	background: none;
	padding: 20px 0;
}
.poisp ul.oidioi li .poip{
	width: auto;
}
.poisp .button{
	width: 300px;
	height: 80px;
	background: #e85542;
	border-radius: 5px;
	display: block;
	margin: auto;
	margin-top: 60px;
	font-size: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.ouoko{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    z-index: 9999;
    transition: auto;
}
.ouoko p{
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 50px 100px;
    border-radius: 10px;
    font-size: 20px;
}
.ouoko p span{
    font-size: 30px;
    color: red;
    font-weight: 600;
    
}
.ouoko svg{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -35px;
    right: -35px;
    cursor: pointer;
}

