body,html{
	background: #f8f7f6;

}
.max{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.hertre{
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.3s;
}
.fixed{
	background-image: linear-gradient(to right, #166fb2, #4dbbe0);
	height: 70px;
}
.fixed ul li{
	font-size: 14px !important;
}
.hertre_cen{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 100px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav ul{
	width: max-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav ul li{
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin-left: 40px;
}
.an{
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.en{
	width: 130px;
	height: 38px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: -180px;
	border-radius: 8px;
	line-height: 38px;
	padding-left: 20px;
	cursor: pointer;
}
.en::after{
	content: "";
	width: 13px;
	height: 8px;
	background-image: url(../images/logo_06.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.an_nav{
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 0;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgb(0,0,0,0.3);
	padding: 10px 0;
	display: none;
}
.an_nav a{
	width: 100%;
	display: block;
	color: #000;
	line-height: 26px;
	padding-left: 20px;
	font-size: 14px;
}
.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-image: linear-gradient(to right, #166fb2, #4dbbe0);
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	background: none;
	opacity: 1;
	margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 100px;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	line-height: 100px;
}
.lianxi{
	background: #fff;
	margin: 120px auto 120px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgb(0,0,0,0.2);
	padding: 90px 0;
}
.lianxi h1{
	font-size: 36px;
	color: #363535;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	transition: all 0.3s;
}
.lianxi h1::after{
	content: "";
	width: 70px;
	height: 2px;
	background: #169aff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lianxi h2{
	font-size: 18px;
	color: #363535;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-top: 30px;
	transition: all 0.3s;
}
.lianxi form{
	width: 720px;
	overflow: hidden;
	margin: auto;
	display: block;
	margin-top: 40px;
	transition: all 0.3s;
}
.lianxi form>label{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.lianxi form label p{
	font-size: 16px;
	color: #9b9b9b;
}
.lianxi form label input{
	width: 100%;
	height: 60px;
	border: 2px solid #35aadd;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #9b9b9b;
}
.lianxi form label textarea{
	width: 100%;
	height: 160px;
	border: 2px solid #35aadd;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #9b9b9b;
	resize: none;
	font-family: "微软雅黑";
}
.chkFollow{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.chkFollow input{
	width: 16px;
	height: 16px;
	border: 2px solid #35aadd;
	display: inline-block;
	vertical-align: top;
}
.chkFollow .chkFollowa{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 16px;
	margin-left: 10px;
}
.lianxi form .submit{
	width: 220px;
	height: 55px;
	border: none;
	display: block;
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	background-image: linear-gradient(to right, #166fb2, #4dbbe0);
	border-radius: 10px;
	cursor: pointer;
}
.jieshao{
	background: #fff;
	border-radius: 8px;
	margin-top: -100px;
	padding: 50px 60px;
	font-size: 22px;
	color: #181818;
	line-height: 44px;
	position: relative;
	z-index: 99;
	transition: all 0.3s;
}
.suyuan{
	margin-top: 180px;
}
.suyuan h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.suyuan span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.suyuan img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: 60px;
}
.suyuan p{
	font-size: 20px;
	color: #181818;
	font-weight: 500;
	text-align: center;
	margin-top: 50px;
}
.xuanze{
	background: #f3f9fd;
	padding: 130px 0;
	margin-top: 120px;
}
.xuanze .max h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.xuanze .max span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.xuanze ul{
	width: 1200px;
	margin: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.3s;
}
.xuanze ul li{
	width: calc(50% - 45px);
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
	margin-top: 80px;
	padding: 50px;
	transition: all 0.3s;
}
.xuanze ul li>p{
	font-size: 48px;
	background-image: linear-gradient(to right, #0f4d87, #2a81b7);
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	line-height: 48px;
	text-transform: uppercase;
}
.xuanze ul li h2{
	font-size: 30px;
	color: #181818;
	font-weight: 500;
	margin-top: 40px;
}
.xuanze_text{
	font-size: 16px;
	color: #181818;
	line-height: 24px;
	margin-top: 40px;
}
.dizhi{
	background: #fff;
	padding: 90px 0;
}
.dizhi .max h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.dizhi .max span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.dizhi ul{
	width: 1200px;
	margin: auto;
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.3s;
}
.dizhi ul li{
	width: calc(33% - 20px);
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	border-radius: 10px;
	box-shadow: 0px 3px 10px 0px rgb(0,0,0,0.1)
}
.map{
	width: 100%;
	height: 400px;
}
.map>div{
	width: 100%;
	height: 100%;
}
.dizhi_text{
	width: 100%;
	padding: 20px;
}
.dizhi_text h2{
	font-size: 24px;
	color: #3d3d3d;
	font-weight: 500;
	background-image: url(../images/dizhi_45.png);
	background-size: 20px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
.dizhi_text p{
	font-size: 16px;
	color: #afafaf;
	font-weight: 500;
	margin-top: 10px;
}
.fuwu{
	margin: 150px auto;
	overflow: inherit;
}
.fuwu>ul{
	width: 100%;
}
.fuwu>ul>li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 1px rgb(0,0,0,0.1);
	padding: 60px;
	margin-top: 50px;
}
.fuwu_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuwu_l{
	width: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.fuwu_l img{
	width: 100%;
	height: auto;
}
.fuwu_r{
	width: calc(100% - 430px);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.fuwu_r h1{
	width: 100%;
	font-size: 60px;
	color: #1b1b1b;
	line-height: 60px;
	font-weight: 600;
}
.fuwu_r span{
	width: 100%;
	font-size: 30px;
	color: #1b1b1b;
	display: block;
}
.fuwu_r p{
	width: 100%;
	font-size: 16px;
	color: #1b1b1b;
	display: block;
}
.fuwu_r a{
	width: 130px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 30px;
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #166fb2, #4dbbe0);
	text-align: center;
}
.fuwu>ul>li ul{
	width: 100%;
	overflow: hidden;
	margin-top: 170px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuwu>ul>li ul li{
	width: calc(33% - 10px);
	overflow: hidden;
}
.fuwu>ul>li ul li img{
	width: 50px;
	height: auto;
}
.fuwu>ul>li ul li h2{
	width: 100%;
	font-size: 20px;
	color: #1b1b1b;
	margin-top: 20px;
}
.fuwu>ul>li ul li p{
	width: 100%;
	font-size: 16px;
	color: #1b1b1b;
	margin-top: 20px;
}
.alli img{
	width: 600px;
	height: auto;
}
.alli .max{
	margin: 200px auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.gujia{
	width: calc(100% - 800px);
	overflow: hidden;
}
.gujia h1{
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
}
.gujia form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 100px;
}
.gujia form input{
	width: 100%;
	height: 44px;
	background: #68abd0;
	font-size: 16px;
	color: #fff;
	padding: 20px;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
}
.gujia form label{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gujia form label input{
	width: calc(50% - 10px);
}
.gujia form .submit{
	background: #FFBF00;
	color: #fff;
	padding: 0;
	cursor: pointer;
}




.hidden{ 
    display: none;
}
.jq22{
    width: 100%; 
    overflow: hidden;
    background: #fff;
    padding: 60px 0;
    margin-top: 150px;
}
.jq22 ul.list{
	width: 1200px;
	margin: auto;
    overflow: hidden;
}
.jq22 ul.list li{
    width: 32%;
    float: left;
    float: left;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 100px;
}
.jq22 ul.list li:nth-child(3n+1){
	margin-left: 0%;
}
.hidden_img{
	width: 100%;
	height: auto;
}
.hidden_img img{
    width: 100%;
    height: auto;
}
.jq22 ul.list li h1{
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 500;
	margin-top: 30px;
	line-height: 30px;
}
.jq22 ul.list li h1 span{
	color: #000;
	margin-right: 20px;
	font-weight: 600;
}
.hi_bot{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
}
.hi_bot img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.hi_bot p{
	background-image: url(../images/aaa_44.png);
	background-size: 25px auto;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #6a6a6a;
	padding-left: 35px;
	line-height: 25px;
	margin-left: 20px;
}
.hi_bot p:nth-child(3){
	background-image: url(../images/aaa_46.png);
}
.jq22 .more{
    overflow: hidden;
    width: max-content;
    text-align: center;
    margin: auto;
    background: red;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 14px;
    background-image: linear-gradient(to right, #4dbbe0, #166fb2);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@-webkit-keyframes rota2 {
    0% {
        transform:rotate3d(0,0,1,0deg);
    }
    100% {
        transform:rotate3d(0,0,1,360deg);
    }
}
.box2 {
    width:20px;
    height:20px;
    display: none;

}
.box2 svg {
    width:100%;
    height:100%;
    animation:rota2 1s steps(12,end) infinite;
    vertical-align: top;
}
.anli_show{
	margin: 100px auto;
}
.anli_show>h1{
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.anli_show>p{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.anli_show_text{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.lunbowei{
	margin-top: 180px;
	overflow: inherit;
}

.lun_img{
	width: 360px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-left: 100px;
}
.lun_img img{
	width: 100%;
	height: auto;
}
.lun_text{
	width: calc(100% - 10px);
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 60px 100px 40px;
	box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.1);
	padding-left: 560px;
}
.lun_text h1{
	font-size: 26px;
	color: #333333;
	font-weight: 400;
}
.lun_text>p{
	font-size: 16px;
	color: #181818;
	line-height: 30px;
	margin-top: 20px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lun_text a{
	font-size: 18px;
	color: #165a93;
	display: block;
	margin-top: 30px;
}
.lun_text ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.lun_text ul li h2{
	font-size: 36px;
	color: #333333;
	font-weight: 600;
	line-height: 36px;
}
.lun_text ul li p{
	font-size: 14px;
	color: #b5b5b5;
	font-weight: 500;
	margin-top: 10px;
}
.anli_show ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.anli_show ul li h2{
	font-size: 36px;
	color: #686868;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
}
.anli_show ul li p{
	font-size: 14px;
	color: #b5b5b5;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}
.beiji{
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.modidi{
	margin-top: 100px;
}
.modidi>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.modidi>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.modidi ul{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
	text-align: center;
}
.modidi ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #020234;
	line-height: 60px;
	padding: 0 30px;
	border: 2px solid #bbbbbb;
	border-radius: 5px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}
.modidi ul li.mo_nav{
	background-image: linear-gradient(to right, #4dbbe0, #166fb2);
	color: #fff;
}
.modidi ul li:hover{
	background-image: linear-gradient(to right, #4dbbe0, #166fb2);
	color: #fff;
}
.leibiao{
	width: 100%;
	overflow: hidden;
	margin-top: 150px;
}
.leibiao ul{
	width: 100%;
	overflow: hidden;
}
.leibiao ul li{
	width: 100%;
	overflow: hidden;
}
.leibiao ul li .swiper-slide img{
	width: 100%;
	height: auto;
}
.leibiao ul li .swiper-slide h1{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #2a2a2a;
	margin-top: 10px;
	font-weight: 500;
}
.leibiao ul li .swiper-slide p{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #7f7f7f;
	margin-top: 10px;
	font-weight: 500;
	display: none;
	line-height: 26px;
}
.lei_bo{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}
.lei_bo_l{
	width: max-content;
	float: left;
}
.lei_bo_l{
	font-size: 20px;
	color: #ff9000;
	line-height: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
.lei_bo_r{
	font-size: 14px;
	color: #000000;
	float: right;
}
.leibiao ul li .swiper-slide-active p,
.leibiao ul li .swiper-slide-active .lei_bo{
 display: block;
}

.dingwei{
	width: 100%;
	overflow: hidden;

}
.leibiao ul li .swiper-wrapper{
	align-items: flex-end;
	cursor: pointer;
}
.gongsi{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	margin-top: 100px;
	margin-bottom: 100px;
}
.gongsi_cen{
	width: calc(100% - 60px);
	margin: 30px auto;
	background: rgb(255,255,255,0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
}
.gongsi_l{
	width: 50%;
	background: #fff;
	overflow: hidden;
	padding: 90px 50px 60px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.gongsi_l>h1{
	font-size: 30px;
	color: #373737;
	font-weight: 400;
}
.gongsi_l>span{
	font-size: 12px;
	color: #575757;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
.gongsi_l>p{
	font-size: 16px;
	color: #373737;
	line-height: 24px;
	margin-top: 40px;
	font-weight: 400;
}
.gongsi_l ul{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gongsi_l ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	background: #218cce;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}
.gongsi_l ul li:nth-child(2){
	background: #47bae4;
}
.gongsi_l ul li h1{
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.gongsi_l ul li span{
	font-size: 12px;
	color: #ffffff;
	display: block;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.gongsi_l ul li p{
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px;
}
.gongsi_l ul li img{
	width: 50px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.gongsi_r{
	width: 50%;
	overflow: hidden;
	font-size: 40px;
	color: #ffffff;
	text-align: right;
	padding: 40px;
	text-transform: uppercase;
	line-height: 40px;
}
.suosou{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	display: block;
}
.suosou h1{
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
}
.suosou>p{
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 10px;
}
.suosou form{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	background: rgb(255,255,255,0.7);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.suosou_l{
	width: calc(100% - 200px);
	overflow: hidden;
	padding: 30px;
}
.suosou_l label{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.suosou_l label p{
	width: 100px;
	overflow: hidden;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 30px;
}
.suosou_l label input{
	width: calc(100% - 100px);
	overflow: hidden;
	border: none;
	background: none;
	font-size: 16px;
	height: 30px;
	color: #4c4c4c;
}
.suosou_r{
	width: 200px;
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
}
.suosou_r .submita{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
	border: none;
	font-size: 24px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.shijian{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.shijian_a{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.shijian_a p{
	width: 100px;
	overflow: hidden;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 30px;
}
.dateinputer{
	width: calc(100% - 100px);
    line-height:30px;
    height:30px;
    cursor: pointer;
    position:relative;
    font-size:16px !important;
    color: #2a2a2a;
    overflow: hidden;
}

.shijian_a input{
	width: calc(100% - 100px);
	overflow: hidden;
	border: none;
	background: none;
	font-size: 16px;
	height: 30px;
	color: #4c4c4c;
}
.xndatepicker .xntriangle{
	left: 20% !important
}
.in_gongsi{
	margin-top: 60px;
}
.in_sgyb{
	margin-top: 120px;
}
.in_sgyb>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.in_sgyb>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.woen{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 100px 0;
}
.woen .max>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.woen .max>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.woen ul{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woen ul li{
	width: 30%;
	overflow: hidden;
}
.woen ul li img{
	width: 99px;
	height: auto;
	margin: auto;
}
.woen ul li h1{
	font-size: 26px;
	color: #2e2e2e;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
.woen_text{
	font-size: 16px;
	color: #acacac;
	text-align: center;
	margin-top: 20px;
}
.fuwua{
	margin: 100px auto;
}
.fuwua>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.fuwua>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.fuwua ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuwua ul li{
	width: calc(33% - 20px);
	overflow: hidden;
	margin-top: 100px;
	border-radius: 10px;
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
}
.fuwua ul li img{
	width: 100%;
	height: auto;
}
.fuwua ul li h1{
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
.fuwua ul li p{
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}
.fuwua ul li a{
	width: 100px;
	line-height: 26px;
	text-align: center;
	background: #cae2ee;
	display: block;
	font-size: 12px;
	color: #227bb4;
	margin: 20px auto;
	border-radius: 26px;
}



.duznu{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 100px 0;
}
.duznu .max>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.duznu .max>span{
	display: block;
	font-size: 20px;
	color: #4f4f4f;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.duznu ul{
	width: 100%;
	overflow: hidden;
	margin-top: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.duznu ul li{
	width: calc(25% - 20px);
	overflow: hidden;
}
.duznu ul li h1{
	font-size: 20px;
	color: #166da2;
	font-weight: 500;
	text-transform: uppercase;
}
.duznu_img{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.duznu_img img{
	width: 60px;
	height: auto;
}
.duznu_img::after{
	content: "";
	width: calc(100% - 100px);
	height: 1px;
	background-image: url(../images/shaou_40.jpg);
	background-size: 100% 1px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.duznu ul li>p{
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	margin-top: 30px;
}
.duznu_text{
	font-size: 14px;
	color: #bcbcbc;
	margin-top: 20px;
}



.fangan{
	margin: 100px auto;
}
.fangan>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.fangan>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.fangan>p{
	text-align: center;
	font-size: 14px;
	color: #565656;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.fangan ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
.fangan ul li{
	width: calc(50% - 30px);
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 60px;
}
.fangan_im{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fangan_im img{
	width: 100%;
	height: auto;
}
.fangan_im i{
	width: 54px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
}
.fangan_im i img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.fangan ul li h1{
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
	font-weight: 500;
}
.fangan a{
	width: 270px;
	line-height: 44px;
	background: #fff;
	font-size: 16px;
	color: #127bb9;
	border-radius: 44px;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}


.zhuzhong{
	width: 100%;
	overflow: hidden;
	background: #dee7ff;
	padding: 100px 0;
}
.zhuzhong .max>h1{
	font-size: 44px;
	color: #3d3d3d;
	font-weight: 500;
	text-align: center;
}
.zhuzhong .max>span{
	display: block;
	font-size: 20px;
	color: #3096c9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 5px;
}
.zhuzhong ul{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.zhuzhong ul li{
	width: calc(33% - 15px);
	overflow: hidden;
	background: #d7eaff;
	border-radius: 10px;
	position: relative;
}
.zhuzhong ul li>h1{
	font-size: 24px;
	color: #202020;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.zhuzhong_text{
	width: 100%;
	font-size: 14px;
	color: #8b97a4;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0px 10px;
	margin-top: 20px;
	text-align: center;
}
.zhuzhong ul li img{
	width: 100%;
	height: auto;
}
.zhuzhong_cun{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	background: #fff;
	border-radius: 10px;
	padding: 55px 100px 70px;
}
.zhuzhong_cun>p{
	text-align: center;
	font-size: 16px;
	color: #202020;
	line-height: 30px;
}
.zu_ou{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    transition: all 0.3s;
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
}
.zu_ou h1{
	width: 100%;
	font-size: 24px;
	color: #ffe008;
	font-weight: 500;
	text-align: center;
}
.zu_ou>p{
	width: 100%;
	font-size: 70px;
	color: #ffe008;
	line-height: 70px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
.zu_ou_text{
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.zhuzhong_cun ul li:hover .zu_ou{
	top: 0;
}
.di{
	width: 100%;
	overflow: hidden;
	background: #222f4f;
	border-bottom: 3px solid #fff;
}
.di ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto;
	font-family: cursive;
}
.di ul li h1{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.di ul li p{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
}

.denglv{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
display: none;
}
.deng{
	width: 920px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.deng_l{
	width: 45%;
	overflow: hidden;
	padding: 70px 0;
	background-image: linear-gradient(45deg, #27e1ff,#2698ff, #27e1ff);
}
.lofo_p{
	width: 100px;
	overflow: hidden;
	margin: auto;
}
.lofo_p img{
	width: 100%;
	height: auto;
}
.deng_l ul{
	width: 280px;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.deng_l ul li{
	width: 128px;
	height: 128px;
	background: #c7defe;
	border-radius: 10px;
	cursor: pointer;
}
.deng_l ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.deng_l ul li img{
	width: 50px;
	height: auto;
}
.deng_l ul li p{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #105f8c;
	margin-top: 10px;
}
.deng_l h1{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-top: 100px;
	padding: 0 30px;
}
.deng_l h1 p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.deng_r{
	width: 55%;
	overflow: hidden;
	padding: 0 70px;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    position: relative;
}
.denglu{
	width: 100%;
	overflow: hidden;
	display: block;
}

.zhuce_a{
	width: 100%;
	overflow: hidden;
	display: none;
}
.deng_r .zhuce_a form label{
	margin-bottom: 20px;
}
.deng_r .zhuce_a form .submitr{
	margin-top: 30px;
}
.deng_r h1{
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: 500;
}
.deng_r form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 70px;
}
.deng_r form label{
	width: 100%;
	overflow: hidden;
	height: 54px;
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.deng_r form label input{
	width: 100%;
	height: 54px;
	display: block;
	font-size: 16px;
	color: #777777;
	background: #efefef;
	border: none;
	border-radius: 5px;
	padding: 0 10px 0 60px;
	
}
.deng_r form label input.sentBtn.disabled {
	background-color:#CCC !important;
	cursor:not-allowed !important;
}
.deng_r form label input.sentBtn {
	width:125px;
	height: 38px;
	text-align: center;
	border:none;
	color:#FFF;
	background-image: linear-gradient(45deg, #27e1ff,#2698ff, #27e1ff);
	border-radius: 38px;
	font-size: 14px;
	cursor:pointer;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
}

.deng_r form label i{
	width: 27px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
.deng_r form label i img{
	width: 100%;
	height: auto;
}
.submitr{
	width: 100%;
	height: 54px;
	font-size: 16px;
	color: #fff;
	border-radius: 10px !important;
	border: none;
	margin-top: 80px;
	display: block;
	background-image: linear-gradient(to right, #208bce, #4cc0e7);
}

.guanbi{
	width: 30px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 99;
}
.guanbi svg{
	width: 30px;
	height: 30px;
}



