* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none
}

html {
	height: auto;
}

body,
ul,
dl,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}

a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #666;
}

img,
input {
	border: 0 none;
	outline-style: none;
	padding: 0;
	/*vertical-align: top;*/
}
.page_header {
	width: 100%;
	height: auto;
	position: relative;
}
.header_btn>button a,.index_footer_top_02>div:last-child>div>button a{
	color: #fff;
}
.header_logo {
	width: 100%;
	height: auto;
	line-height: 60px;
	padding-left: 44px;
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	z-index: 1000;
}
.header_logo>div:nth-child(3) span{
	display: inline-block;
}
.header_logo>div:nth-child(3) span a{
	color: #fff;
}
.header_logo>div {
	float: left;
}

.header_logo>div:nth-child(1) img {
	max-width: 100%;
	height: auto;
}
.header_logo>div:nth-child(3) span{
	float: left;
}
.header_logo>div:nth-child(3)>span:first-of-type{
	padding-right: 30%;
}
.header_logo>div:nth-child(3)>span:first-of-type a span{
	font-size: 20px;
	color: #80c8f6;
}
.header_logo>div:nth-child(3)>span:last-of-type{
	padding-left: 10%;
}
.header_logo>div:nth-child(3)>span:last-of-type a span{
	font-size: 20px;
}
.header_logo>div:nth-child(3) span a{
	color: #fff;
	font-size: 12px;
}
.header_logo>div:nth-child(2) {
	width: 72%;
	padding-left: 24%;
}

.header_logo>div:nth-child(2) ul li {
	padding: 0 3%;
	line-height: 60px;
	float: left;
	text-align: left;
}

.header_logo>div:nth-child(2) a {
	color: #fff;
	position: relative;
	font-size: 15px;
}

.header_logo>div:nth-child(2) a:after {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #c3e3fb;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -14px;
	z-index: 11;
}
.header_logo>div:nth-child(2)>ul>li:first-of-type>a:after{
	display: none;
}
.header_logo>div:nth-child(2) ul a:before{
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 26%;
	transition: .6s;
}

.header_logo>div:nth-child(2) ul li:hover a {
	/*color: cyan;*/
	font-weight: bold;
	transition: .6s;
}
.header_logo>div:nth-child(2) ul li:hover a:before{
	transition: .6s;
	width: 100%;

}


.header_logo>div:nth-child(3) {
	width: 8%;
	height: 60px;
	color: #fff;
	line-height: 60px;
	position: relative;
}
.header_logo>.search_active{
	height: 40px!important;
	transition: .6s;
}
.header_logo>.header_btn{
	height: 0;
	overflow: hidden;
	float: none;
	position: absolute;
	right: 4%;
	bottom: -50%;
	transition: .6s;
}
.header_btn>input{
	width: 200px;
	height: 100%;
	background-color: #fff;
	text-indent: 2em;
	float: left;
}
.header_btn>button{
	width: 60px;
	height: 100%;
	color: #fff;
	background-color: #575757;
	float: left;
}
.header_logo .header_navs{
	width: 100%;
	height: auto;
	background-image: url("../images/banner_nav.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -4000px;
	left: 0;
	z-index: 100;
	padding-top: 220px;
	transition: .2s;
}
.header_logo>.header_ani_btn{
	top: -25px;
	transition: .6s;
}
.header_logo .header_navs_list{
	padding: 0 160px 330px 160px;
}
.header_logo .header_navs_list>ul{
	display: inline-block;
	width: 11%;
	vertical-align: top;
	text-align: center;
}
.header_logo .header_navs_list>ul li:nth-of-type(1){
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
}
.header_logo .header_navs_list>ul li a{
	color: #fff;
	font-size: 17px;
	line-height: 40px;

}
.header_logo .header_navs_list>ul>li:nth-of-type(1) a{
	font-weight: bold;
}
.header_navs_btns{
	position: absolute;
	right: 76px;
	top: 58px;
	cursor: pointer;
}
.header_navs_btns>div{
	display: inline-block;
	vertical-align: middle;
}
.header_navs_btns>div:last-of-type p{
	font-size: 15px;
	color: #fff;
	padding-left: 18px;
}
.header_navs_btns>div>img{
	max-width: 100%;
}


.header_logo>div:nth-child(3) span:first-child img {
	width: 15px;
	height: 15px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;

}


.header_logo>div:nth-child(3) span:last-child img {
	width: 21px;
	height: 16px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 106px;
}


.page_banner {
	width: 100%;
	/*height: 686px;*/
	overflow: hidden;
}

.page_banner>div img {
	max-width: 100%;
	/*height: 100%;*/
}
.join_main_list:hover>div{
	overflow: hidden;
}
.join_main_list>div h4{
	transition: .6s;

}
.join_main_list:hover>div h4{
	color: #0062b0;
	transition: .6s;
}
.join_main_list>div img{
	transition: 2s;
}
.join_main_list:hover>div img{
	transform: scale(1.4);
	transition: 2s;
}
.page_title {
	width: 470px;
	height: 175px;
	background: url(../images/banner_s_xwzx.png) no-repeat;
	background-size: 468px 144px;
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.ani_index{
	opacity: 1;
	transition: .6s;
}
.page_title>p:first-child {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 100;
}
.ani_index>p:first-child{
	transform: translateY(0)!important;
	opacity: 1;
	transition: .6s;
}

/* .join_main .join_main_btns{
	top: -8%!important;
} */
.ani_index>p:last-child{
	transform: translateY(0)!important;
	opacity: 1;
	transition: .6s;
}
.page_title>p:last-child {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.ani_index>p:last-child{
	transform: translateY(0);
	opacity: 1;
	transition: .6s;
}
.index_footer{
	width: 100%;
	height: auto;
}
.index_footer_top{
	width: 100%;
	background: #f9f9f9;
	box-sizing: border-box;
}

.index_footer_top_01{
	width: 100%;
	/*height: 120px;*/
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #e2e2e2;
	padding: 52px 160px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.index_footer_top_01>div:first-child{
	float: left;
}
.index_footer_top_01>div:first-child>ul>li{
	float: left;
	min-width: 144px;
	min-height: 14px;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	font-weight: bold;
}
.index_footer_top_01>div:first-child>ul>li a{
	color: #666;
	font-weight: bold;
	font-size: 15px;

}
.index_footer_top_01>div:first-child>ul>li:first-child{
	border: none;
}








.index_footer_top_01>div:nth-child(2){
	position: absolute;
	right: 9%;
}
.index_footer_top_01>div:nth-child(2)>a span{
	color: #414141;
	font-size: 14px;
	font-weight: bold;
}
.index_footer_top_01>div:nth-child(2)>a img{
	width: 26px;
	height: 26px;
	padding-right: 12px;
}
.index_footer_top_02{
	width: 100%;
	/*height: 228px;*/
	padding: 60px 160px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_footer_top_02>div:first-child{
	width: 32%;
	/*min-width: 250px;*/
	/*min-height: 110px;*/
	float: left;
	/*position: relative;*/
	/*top: 50%;*/
	/*margin-top: -55px;*/
}
.index_footer_top_02>div:first-child div{
	float: left;
	padding-right: 28px;
}
.index_footer_top_02>div:first-child div img{
	width: 110px;
	height: 110px;
}
.index_footer_top_02>div:first-child p:nth-of-type(1){
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.index_footer_top_02>div:first-child p:nth-of-type(2){
	width: 94px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #989898;
	color: #fff;
	font-size: 12px;
	margin-left: 138px;
	margin-top: 12px;
	margin-bottom: 14px;
}
.index_footer_top_02>div:first-child p:nth-of-type(3){
	font-size: 14px;
	color: #7c7c7c;
}
.index_footer_top_02>div:nth-child(2){
	float: left;
	/*margin-top: -45px;*/
	/*padding-left: 270px;*/
}
.index_footer_top_02>div:nth-child(2) p{
	line-height: 42px;
	color: #7c7c7c;
	font-size: 14px;
	text-indent: 44px;
}
.index_footer_top_02>div:nth-child(2) p:first-child{
	background: url(../images/icon_92.png) no-repeat;
	background-size: 21px 21px;
	background-position: left center;
}
.index_footer_top_02>div:nth-child(2) p:last-child{
	background: url(../images/icon_95.png) no-repeat;
	background-size: 21px 18px;
	background-position: left center;
}
.index_footer_top_02>div:last-child{
	float: right;
	width: 30.1%;
	/*position: relative;*/
	/*top: 50%;*/
	/*margin-top: -38px;*/
}
.index_footer_top_02>div:last-child>p{
	padding-bottom: 12px;
	font-size: 14px;
	color: #aeaeae;
}
.index_footer_top_02>div:last-child>div>input{
	width: 80%;
	/*height: 43px;*/
	padding: 12px 0;
	background: #e6e6e6;
	text-indent: 20px;
}
.index_footer_top_02>div:last-child>div>button{
	width: 20%;
	/*height: 43px;*/
	text-align: center;
	line-height: 43px;
	font-weight: bold;
	background: #989898;
	border: none;
	color: #fff;
	font-size: 17px;
}

.index_footer_btm{
	width: 100%;
	height: 60px;
	background: #575757;
	padding: 0 160px;
	box-sizing: border-box;
	line-height: 60px;
}
.index_footer_btm{
	width: 100%;
	height: 60px;
	background: #575757;
	padding: 0 160px;
	box-sizing: border-box;
}
.index_footer_btm>p{
	color: #fff;
	font-size: 14px;
}
.index_footer_btm>p:first-child{
	float: left;
}
.index_footer_btm>p:last-child{
	float: right;
}
.join_main {
	width: 100%;
	height:auto;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}

.join_main_btns {
	width: 1600px;
	height: 148px;
	position: absolute;
	top: -5%;
	left: 50%;
	margin-left: -800px;
}

.join_main_btns>div {
	width: 50%;
	height: 100%;
	background: #fff;
	float: left;
	color: #fff;
	box-shadow: 0px 0px 30px -18px #000;
}

.join_main_btns .join_active {
	width: 50%;
	height: 100%;
	background: #fff;
	float: left;
	color: #fff;
	background: url(../images/banner_join_03.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: left center;
	box-shadow: none;
}

.join_main_btns>div>div {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #0080cb;
	position: relative;
	top: 50%;
	margin-top: -42px;
	float: left;
	margin-left: 290px;
}

.join_main_btns>.join_active>div {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	top: 50%;
	margin-top: -42px;
	float: left;
	margin-left: 290px;
}

.join_main_btns>div>div img {
	width: 41px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.join_main_btns>div>p:first-of-type {
	color: #167bc6;
	font-size: 20px;
	font-weight: bold;
	padding-top: 54px;
	text-indent: 406px;
}

.join_main_btns>.join_active>p:first-of-type {
	color: #000;
}

.join_main_btns>div>p:last-of-type {
	color: #b9b9b9;
	font-size: 12px;
	text-indent: 406px;
	padding-top: 6px;
}

.join_main_btns>.join_active>p:first-of-type {
	color: #fff;
}

.join_main_btns>.join_active>p:last-of-type {
	color: #fff;
}

.main_list_btn{
	text-align: center;
	margin-top: 50px;
}
.main_list_btn>ul li{
	min-width: 30px;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	margin: 0 6px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	display: inline-block;
}
.main_list_btn>ul li a{
	color: #666;
}
.main_list_btn>ul li:first-child{
	min-width: 98px;
}
.main_list_btn>ul li:last-child{
	min-width: 98px;
}
.main_list_btn>ul .list_active{
	background: #0080cb;
}
.main_list_btn>ul .list_active a{
	color: #fff;
}
.main_list_btn>ul .prohibit_active a{
	color: #ccc;
}

.join_main_lists{
	width: 100%;
	height: auto;
	position: relative;
	padding: 172px 160px 200px 160px;
	box-sizing: border-box;
}
.join_main_list{
	width: 100%;
	height: 242px;
	border-bottom: #e6e6e6 1px solid;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.join_main_list>div{
	/*height: 242px;*/
	float: left;
	position: relative;
}
.join_main_list>div:first-child{
	width: 10%;
	/*height: 50px;*/
	position: relative;
	/*top: 50%;*/
	/*margin-top: -25px;*/
	margin-top: 6%;

}
.join_main_list>div:first-child>h2{
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #0062b0;
	text-align: center;
	border-left: 3px solid #216fd3;
	line-height: 30px;
	padding-left: 8%;
	box-sizing: border-box;
}
.join_main_list>div:first-child>h2 p{
	font-size: 14px;
	font-weight: bold;
	color: #0062b0;
	text-indent: -56px;
}
.join_main_list>div:nth-child(2){
	width: 60%;
	height: 100%;
	padding-left: 54px;
	box-sizing: border-box;
}
.join_main_list>div:nth-child(2)>h4{
	padding-top: 78px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	padding-bottom: 20px;
}
.join_main_list>div:nth-child(2)>p{
	font-size: 14px;
	color: #8b969e;
	line-height: 24px;
}
.join_main_list>div:nth-child(2):after{
	content: '';
	display: block;
	width: 0;
	height: 26px;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 0;
}
.join_main_list>div:last-child{
	float: right;
	width: 19.4%;
	/*height: 100%;*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.join_main_list>div:last-child img{
	max-width: 100%;

}
.join_main_list:hover>div:nth-child(2)>h4{
	color: #0062b0;
}


.join_main_btns>.join_active>a>div {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	top: 50%;
	margin-top: -42px;
	float: left;
	margin-left: 36%;
}
@media screen and (max-width: 1800px){
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.9);
		-ms-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
	}
	.header_logo>div:nth-child(2) {
		width: 68%;
		padding-left: 16%;
	}
}


/*css2*/
@media screen and (max-width: 1680px){
	.join_main .join_main_btns {
		width: 1400px;
		margin-left: -700px;
		transition:all 0.6s;
		-ms-transition:all 0.6s;
		-moz-transition:all 0.6s;
		-webkit-transition:all 0.6s;
		-o-transition:all 0.6s;
	}
	.join_main_btns>.join_active>a>div {
		margin-left: 32%!important;
	}
	.join_main_btns>div>a>div {
		margin-left: 32%!important;
	}
	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.8);
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 20%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 20px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 20px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 66%;
		padding-left: 10%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 3%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 14px;

	}



	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}
	.page_banner {
		width: 100%;
		/*height: 686px;*/
		overflow: hidden;
	}

	.page_banner>div img {
		max-width: 100%;
		/*height: 100%;*/
	}

	.page_title {
		width: 470px;
		height: 175px;
		background: url(../images/banner_s_xwzx.png) no-repeat;
		background-size: 468px 144px;
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.page_title>p:first-child {
		font-size: 50px;
		color: #fff;
		text-align: center;
		font-weight: 100;
	}

	.page_title>p:last-child {
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}

	.index_footer{
		width: 100%;
		height: auto;
	}
	.index_footer_top{
		width: 100%;
		background: #f9f9f9;
		box-sizing: border-box;
	}

	.index_footer_top_01{
		width: 100%;
		/*height: 120px;*/
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #e2e2e2;
		padding: 52px 160px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.index_footer_top_01>div:first-child{
		float: left;
	}
	.index_footer_top_01>div:first-child>ul>li{
		float: left;
		min-width: 144px;
		min-height: 14px;
		line-height: 14px;
		text-align: center;
		border-left: 1px solid #e2e2e2;
		font-weight: bold;
	}
	.index_footer_top_01>div:first-child>ul>li a{
		color: #666;
		font-weight: bold;
		font-size: 14px;

	}
	.index_footer_top_01>div:first-child>ul>li:first-child{
		border: none;
	}








	.index_footer_top_01>div:nth-child(2){
		position: absolute;
		right: 9%;
	}
	.index_footer_top_01>div:nth-child(2)>a span{
		color: #414141;
		font-size: 14px;
		font-weight: bold;
	}
	.index_footer_top_01>div:nth-child(2)>a img{
		width: 26px;
		height: 26px;
		padding-right: 12px;
	}
	.index_footer_top_02{
		width: 100%;
		/*height: 228px;*/
		padding: 60px 160px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.index_footer_top_02>div:first-child{
		width: 32%;
		/*min-width: 250px;*/
		/*min-height: 110px;*/
		float: left;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -55px;*/
	}
	.index_footer_top_02>div:first-child div{
		float: left;
		padding-right: 28px;
	}
	.index_footer_top_02>div:first-child div img{
		width: 110px;
		height: 110px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		font-size: 16px;
		color: #666;
		font-weight: bold;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		width: 94px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		background: #989898;
		color: #fff;
		font-size: 12px;
		margin-left: 138px;
		margin-top: 12px;
		margin-bottom: 14px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		font-size: 14px;
		color: #7c7c7c;
	}
	.index_footer_top_02>div:nth-child(2){
		float: left;
		/*margin-top: -45px;*/
		/*padding-left: 270px;*/
	}
	.index_footer_top_02>div:nth-child(2) p{
		line-height: 42px;
		color: #7c7c7c;
		font-size: 14px;
		text-indent: 44px;
	}
	.index_footer_top_02>div:nth-child(2) p:first-child{
		background: url(../images/icon_92.png) no-repeat;
		background-size: 21px 21px;
		background-position: left center;
	}
	.index_footer_top_02>div:nth-child(2) p:last-child{
		background: url(../images/icon_95.png) no-repeat;
		background-size: 21px 18px;
		background-position: left center;
	}
	.index_footer_top_02>div:last-child{
		float: right;
		width: 30.1%;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -38px;*/
	}
	.index_footer_top_02>div:last-child>p{
		padding-bottom: 12px;
		font-size: 14px;
		color: #aeaeae;
	}
	.index_footer_top_02>div:last-child>div>input{
		width: 80%;
		/*height: 43px;*/
		padding: 12px 0;
		background: #e6e6e6;
		text-indent: 20px;
	}
	.index_footer_top_02>div:last-child>div>button{
		width: 20%;
		/*height: 43px;*/
		text-align: center;
		line-height: 43px;
		font-weight: bold;
		background: #989898;
		border: none;
		color: #fff;
		font-size: 15px;
	}

	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
		line-height: 60px;
	}
	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
	}
	.index_footer_btm>p{
		color: #fff;
		font-size: 14px;
	}
	.index_footer_btm>p:first-child{
		float: left;
	}
	.index_footer_btm>p:last-child{
		float: right;
	}
	.join_main {
		width: 100%;
		height:auto;
		background-color: #fff;
		position: relative;
		box-sizing: border-box;
	}

	.join_main_btns {
		width: 1600px;
		height: 148px;
		position: absolute;
		top: -5%;
		left: 50%;
		margin-left: -800px;
	}

	.join_main_btns>div {
		width: 50%;
		height: 100%;
		background: #fff;
		float: left;
		color: #fff;
		box-shadow: 0px 0px 30px -18px #000;
	}

	.join_main_btns .join_active {
		width: 50%;
		height: 100%;
		background: #fff;
		float: left;
		color: #fff;
		background: url(../images/banner_join_03.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: left center;
		box-shadow: none;
	}

	.join_main_btns>div>div {
		width: 84px;
		height: 84px;
		border-radius: 50%;
		background-color: #0080cb;
		position: relative;
		top: 50%;
		margin-top: -42px;
		float: left;
		margin-left: 290px;
	}

	.join_main_btns>.join_active>div {
		width: 84px;
		height: 84px;
		border-radius: 50%;
		background-color: #fff;
		position: relative;
		top: 50%;
		margin-top: -42px;
		float: left;
		margin-left: 290px;
	}

	.join_main_btns>div>div img {
		width: 41px;
		height: 31px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.join_main_btns>div>p:first-of-type {
		color: #167bc6;
		font-size: 18px;
		font-weight: bold;
		padding-top: 54px;
		text-indent: 406px;
	}

	.join_main_btns>.join_active>p:first-of-type {
		color: #000;
	}

	.join_main_btns>div>p:last-of-type {
		color: #b9b9b9;
		font-size: 12px;
		text-indent: 406px;
		padding-top: 6px;
	}

	.join_main_btns>.join_active>p:first-of-type {
		color: #fff;
	}

	.join_main_btns>.join_active>p:last-of-type {
		color: #fff;
	}
	.main_list_btn>ul li{
		min-width: 30px;
		min-height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		margin: 0 6px;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}
	.main_list_btn>ul li a{
		color: #666;
	}
	.main_list_btn>ul li:first-child{
		min-width: 98px;
	}
	.main_list_btn>ul li:last-child{
		min-width: 98px;
	}
	.main_list_btn>ul .list_active{
		background: #0080cb;
	}
	.main_list_btn>ul .list_active a{
		color: #fff;
	}
	.main_list_btn>ul .prohibit_active a{
		color: #ccc;
	}

	.join_main_lists{
		width: 100%;
		height: auto;
		position: relative;
		padding: 172px 160px 200px 160px;
		box-sizing: border-box;
	}
	.join_main_list{
		width: 100%;
		height: 242px;
		border-bottom: #e6e6e6 1px solid;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}
	.join_main_list>div{
		/*height: 242px;*/
		float: left;
		position: relative;
	}
	.join_main_list>div:first-child{
		width: 10%;
		/*height: 50px;*/
		position: relative;
		/*top: 50%;*/
		/*margin-top: -25px;*/
		margin-top: 8%;

	}
	.join_main_list>div:first-child>h2{
		height: 50px;
		font-size: 28px;
		font-weight: bold;
		color: #0062b0;
		text-align: center;
		border-left: 3px solid #216fd3;
		line-height: 30px;
		padding-left: 8%;
		box-sizing: border-box;
	}
	.join_main_list>div:first-child>h2 p{
		font-size: 14px;
		font-weight: bold;
		color: #0062b0;
		text-indent: -56px;
	}
	.join_main_list>div:nth-child(2){
		width: 60%;
		height: 100%;
		padding-left: 54px;
		box-sizing: border-box;
	}
	.join_main_list>div:nth-child(2)>h4{
		padding-top: 78px;
		font-size: 18px;
		color: #222;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.join_main_list>div:nth-child(2)>p{
		font-size: 14px;
		color: #8b969e;
		line-height: 24px;
	}
	.join_main_list>div:nth-child(2):after{
		content: '';
		display: block;
		width: 0;
		height: 26px;
		border-right: 1px solid #e6e6e6;
		position: absolute;
		top: 50%;
		margin-top: -13px;
		left: 0;
	}
	.join_main_list>div:last-child{
		float: right;
		width: 19.4%;
		/*height: 100%;*/
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		overflow: hidden;
	}
	.join_main_list>div:last-child img{
		max-width: 100%;

	}
}




/*css2*/
@media screen and (max-width: 1440px){
	.join_main .join_main_btns {
		width: 1200px;
		margin-left: -600px;
		transition:all 0.6s;
		-ms-transition:all 0.6s;
		-moz-transition:all 0.6s;
		-webkit-transition:all 0.6s;
		-o-transition:all 0.6s;
	}
	.join_main_btns>.join_active>a>div {
		margin-left: 28%!important;
	}
	.join_main_btns>div>a>div {
		margin-left: 28%!important;
	}
	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.6);
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
	}
	.index_content_03  .content_02_top>a>div>p {
		color: #afafaf;
		font-size: 14px;
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 10%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 18px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 18px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 60%;
		padding-left: 16%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 2.18%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 12px;

	}



	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}
	.page_banner {
		width: 100%;
		/*height: 686px;*/
		overflow: hidden;
	}

	.page_banner>div img {
		max-width: 100%;
		/*height: 100%;*/
	}

	.page_title {
		width: 470px;
		height: 175px;
		background: url(../images/banner_s_xwzx.png) no-repeat;
		background-size: 468px 144px;
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.page_title>p:first-child {
		font-size: 50px;
		color: #fff;
		text-align: center;
		font-weight: 100;
	}

	.page_title>p:last-child {
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}

	.index_footer{
		width: 100%;
		height: auto;
	}
	.index_footer_top{
		width: 100%;
		background: #f9f9f9;
		box-sizing: border-box;
	}

	.index_footer_top_01{
		width: 100%;
		/*height: 120px;*/
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #e2e2e2;
		padding: 52px 160px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.index_footer_top_01>div:first-child{
		float: left;
	}
	.index_footer_top_01>div:first-child>ul>li{
		float: left;
		min-width: 144px;
		min-height: 14px;
		line-height: 14px;
		text-align: center;
		border-left: 1px solid #e2e2e2;
		font-weight: bold;
	}
	.index_footer_top_01>div:first-child>ul>li a{
		color: #666;
		font-weight: bold;
		font-size: 12px;

	}
	.index_footer_top_01>div:first-child>ul>li:first-child{
		border: none;
	}








	.index_footer_top_01>div:nth-child(2){
		position: absolute;
		right: 9%;
	}
	.index_footer_top_01>div:nth-child(2)>a span{
		color: #414141;
		font-size: 12px;
		font-weight: bold;
	}
	.index_footer_top_01>div:nth-child(2)>a img{
		width: 26px;
		height: 26px;
		padding-right: 12px;
	}
	.index_footer_top_02{
		width: 100%;
		/*height: 228px;*/
		padding: 60px 160px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.index_footer_top_02>div:first-child{
		width: 32%;
		/*min-width: 250px;*/
		/*min-height: 110px;*/
		float: left;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -55px;*/
	}
	.index_footer_top_02>div:first-child div{
		float: left;
		padding-right: 28px;
	}
	.index_footer_top_02>div:first-child div img{
		width: 110px;
		height: 110px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		font-size: 14px;
		color: #666;
		font-weight: bold;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		width: 94px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		background: #989898;
		color: #fff;
		font-size: 12px;
		margin-left: 138px;
		margin-top: 12px;
		margin-bottom: 14px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		font-size: 12px;
		color: #7c7c7c;
	}
	.index_footer_top_02>div:nth-child(2){
		float: left;
		/*margin-top: -45px;*/
		/*padding-left: 270px;*/
	}
	.index_footer_top_02>div:nth-child(2) p{
		line-height: 42px;
		color: #7c7c7c;
		font-size: 12px;
		text-indent: 44px;
	}
	.index_footer_top_02>div:nth-child(2) p:first-child{
		background: url(../images/icon_92.png) no-repeat;
		background-size: 21px 21px;
		background-position: left center;
	}
	.index_footer_top_02>div:nth-child(2) p:last-child{
		background: url(../images/icon_95.png) no-repeat;
		background-size: 21px 18px;
		background-position: left center;
	}
	.index_footer_top_02>div:last-child{
		float: right;
		width: 30.1%;
		/*position: relative;*/
		/*top: 50%;*/
		/*margin-top: -38px;*/
	}
	.index_footer_top_02>div:last-child>p{
		padding-bottom: 12px;
		font-size: 12px;
		color: #aeaeae;
	}
	.index_footer_top_02>div:last-child>div>input{
		width: 80%;
		/*height: 43px;*/
		padding: 12px 0;
		background: #e6e6e6;
		text-indent: 20px;
	}
	.index_footer_top_02>div:last-child>div>button{
		width: 20%;
		/*height: 43px;*/
		text-align: center;
		line-height: 43px;
		font-weight: bold;
		background: #989898;
		border: none;
		color: #fff;
		font-size: 13px;
	}

	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
		line-height: 60px;
	}
	.index_footer_btm{
		width: 100%;
		height: 60px;
		background: #575757;
		padding: 0 160px;
		box-sizing: border-box;
	}
	.index_footer_btm>p{
		color: #fff;
		font-size: 12px;
	}
	.index_footer_btm>p:first-child{
		float: left;
	}
	.index_footer_btm>p:last-child{
		float: right;
	}
	.join_main {
		width: 100%;
		height:auto;
		background-color: #fff;
		position: relative;
		box-sizing: border-box;
	}

	.join_main_btns {
		width: 1600px;
		height: 148px;
		position: absolute;
		top: -5%;
		left: 50%;
		margin-left: -800px;
	}

	.join_main_btns>div {
		width: 50%;
		height: 100%;
		background: #fff;
		float: left;
		color: #fff;
		box-shadow: 0px 0px 30px -18px #000;
	}

	.join_main_btns .join_active {
		width: 50%;
		height: 100%;
		background: #fff;
		float: left;
		color: #fff;
		background: url(../images/banner_join_03.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: left center;
		box-shadow: none;
	}

	.join_main_btns>div>div {
		width: 84px;
		height: 84px;
		border-radius: 50%;
		background-color: #0080cb;
		position: relative;
		top: 50%;
		margin-top: -42px;
		float: left;
		margin-left: 290px;
	}

	.join_main_btns>.join_active>div {
		width: 84px;
		height: 84px;
		border-radius: 50%;
		background-color: #fff;
		position: relative;
		top: 50%;
		margin-top: -42px;
		float: left;
		margin-left: 290px;
	}

	.join_main_btns>div>div img {
		width: 41px;
		height: 31px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.join_main_btns>div>p:first-of-type {
		color: #167bc6;
		font-size: 16px;
		font-weight: bold;
		padding-top: 54px;
		text-indent: 406px;
	}

	.join_main_btns>.join_active>p:first-of-type {
		color: #000;
	}

	.join_main_btns>div>p:last-of-type {
		color: #b9b9b9;
		font-size: 12px;
		text-indent: 406px;
		padding-top: 6px;
	}

	.join_main_btns>.join_active>p:first-of-type {
		color: #fff;
	}

	.join_main_btns>.join_active>p:last-of-type {
		color: #fff;
	}

	.main_list_btn>ul li{
		min-width: 30px;
		min-height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		margin: 0 6px;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}
	.main_list_btn>ul li a{
		color: #666;
	}
	.main_list_btn>ul li:first-child{
		min-width: 98px;
	}
	.main_list_btn>ul li:last-child{
		min-width: 98px;
	}
	.main_list_btn>ul .list_active{
		background: #0080cb;
	}
	.main_list_btn>ul .list_active a{
		color: #fff;
	}
	.main_list_btn>ul .prohibit_active a{
		color: #ccc;
	}

	.join_main_lists{
		width: 100%;
		height: auto;
		position: relative;
		padding: 172px 160px 200px 160px;
		box-sizing: border-box;
	}
	.join_main_list{
		width: 100%;
		height: 242px;
		border-bottom: #e6e6e6 1px solid;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}
	.join_main_list>div{
		/*height: 242px;*/
		float: left;
		position: relative;
	}
	.join_main_list>div:first-child{
		width: 12%;
		/*height: 50px;*/
		position: relative;
		/*top: 50%;*/
		/*margin-top: -25px;*/
		margin-top: 8.8%;

	}
	.join_main_list>div:first-child>h2{
		height: 50px;
		font-size: 26px;
		font-weight: bold;
		color: #0062b0;
		text-align: center;
		border-left: 3px solid #216fd3;
		line-height: 30px;
		padding-left: 8%;
		box-sizing: border-box;
	}
	.join_main_list>div:first-child>h2 p{
		font-size: 12px;
		font-weight: bold;
		color: #0062b0;
		text-indent: -56px;
	}
	.join_main_list>div:nth-child(2){
		width: 60%;
		height: 100%;
		padding-left: 54px;
		box-sizing: border-box;
	}
	.join_main_list>div:nth-child(2)>h4{
		padding-top: 78px;
		font-size: 16px;
		color: #222;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.join_main_list>div:nth-child(2)>p{
		font-size: 12px;
		color: #8b969e;
		line-height: 24px;
	}
	.join_main_list>div:nth-child(2):after{
		content: '';
		display: block;
		width: 0;
		height: 26px;
		border-right: 1px solid #e6e6e6;
		position: absolute;
		top: 50%;
		margin-top: -13px;
		left: 0;
	}
	.join_main_list>div:last-child{
		float: right;
		width: 19.4%;
		/*height: 100%;*/
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		overflow: hidden;
	}
	.join_main_list>div:last-child img{
		max-width: 100%;

	}
}




/*css2*/
@media screen and (max-width: 1280px){
	.page_header {
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner_title {
		transition:all .6s;
		-ms-transition:all .6s;
		-moz-transition:all .6s;
		-webkit-transition:all .6s;
		-o-transition:all .6s;

		transform: scale(0.5);
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
	}
	.index_content_03  .content_02_top>a>div>p {
		color: #afafaf;
		font-size: 12px;
	}
	.header_logo {
		width: 100%;
		height: auto;
		line-height: 60px;
		padding-left: 44px;
		box-sizing: border-box;
		position: absolute;
		top: 25px;
	}

	.header_logo>div {
		float: left;
	}
	.header_logo>div:nth-child(3) span{
		float: left;
	}
	.header_logo>div:nth-child(3)>span:first-of-type{
		padding-right: 10%;
	}
	.header_logo>div:nth-child(3)>span:first-of-type a span{
		font-size: 12px;
		color: #80c8f6;
	}
	.header_logo>div:nth-child(3)>span:last-of-type{
		padding-left: 10%;
	}
	.header_logo>div:nth-child(3)>span:last-of-type a span{
		font-size: 12px;
	}
	.header_logo>div:nth-child(3) span a{
		color: #fff;
		font-size: 12px;
	}
	.header_logo>div:nth-child(1) img {
		max-width: 100%;
		height: auto;
	}

	.header_logo>div:nth-child(2) {
		width: 60%;
		padding-left: 16%;
	}

	.header_logo>div:nth-child(2) ul li {
		padding: 0 2.18%;
		line-height: 60px;
		float: left;
		text-align: left;
	}

	.header_logo>div:nth-child(2) a {
		color: #fff;
		position: relative;
		font-size: 12px;

	}





	.header_logo>div:nth-child(3) {
		width: 8%;
		color: #fff;
		line-height: 60px;
		position: relative;
	}

	.header_logo>div:nth-child(3) span:first-child img {
		width: 15px;
		height: 15px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 0;

	}

	.header_logo>div:nth-child(3) span:last-child img {
		width: 21px;
		height: 16px;
		line-height: 60px;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 106px;
	}


}

@media screen and (max-width: 1280px){

	.header_navs{
		display: none;
	}
	.header_logo>div:nth-child(2){
		width: 100%;
		padding: 0!important;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
	}
	.header_logo>div:nth-child(2)>ul li{
		float: none;
		text-align: center;
		background-color: #0181cc;
	}
	.header_logo>div:first-child{
		width: 200px;
	}
	.header_logo>div:nth-child(3){
		width: 14%;
	}
	.header_logo>div:nth-child(2)>ul li:first-of-type a:after{
		display: block;
	}
	.header_logo>div:nth-child(2) ul a:before{
		bottom: 6%;
	}
	.header_logo>div:nth-child(2) a:after{
		left: 46%;
	}
	.header_logo>div:nth-child(3){
		float: right;
	}
	.header_logo{
		top: 0;
		padding: 0 20px;
	}
	.index_footer_top_01{
		padding: 52px 30px;
	}
	.index_footer_top_01>div:nth-child(2){
		top: 50%;
		right: 4%;
		transform: translateY(-50%);
	}
	.index_footer_top_02{
		padding: 60px 30px;
	}

	.index_footer_btm{
		padding: 0 30px;
	}









	.join_main .join_main_btns{
		width: 100%;
		height: 90px;
		position: static;
		top: 0;
		left: 0;
		margin: 0;
	}
	.join_main_btns>div>a>div{
		display: none;
	}
	.join_main_btns>div>a>p{
		text-indent: 0;
		text-align: center;
	}
	.join_main_btns>div>a>p:first-of-type{
		padding-top: 5%;
	}
	.join_main_list>div:first-child>h2{
		padding-left: 0;
		border: none;
	}
	.join_main_list>div:first-child>h2 p{
		text-indent: 0;
		display: inline-block;
		padding-left: 4%;
	}
	.join_main_list>div:nth-child(2)>h4{
		padding-top: 20px;
	}
	.join_main_lists{
		padding: 40px 30px;
	}
	.join_main_list{
		height: auto;
		border: none;
	}
	.join_main_list>div{
		width: 100%!important;
		float: none;
		display: block;
		text-align: center;
	}
	.join_main_list>div:nth-child(2){
		padding: 0;
		padding-bottom: 40px;
	}
	.join_main_list>div:last-child{
		top: 0;
		transform: translateY(0);
	}
	.header_logo>.header_btn{
		display: none;
	}
	.index_footer_top_02>div:first-child div{
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}


	.page_title>p:first-child {
		font-size: 40px;
	}
	.index_footer_top_02>div:nth-child(2) p {
		text-indent: 0;
	}
	.index_footer_btm {
		height: auto;
		line-height: 40px;
	}
	.index_footer_btm>p:first-child, .index_footer_btm>p:last-child{
		display: block;
		text-align: center;
	}
}



@media screen and (max-width: 800px){
	.index_footer_top_02>div:first-child{
		width: 100%;
		float: none;
	}
	.join_main_btns>div,.join_main_btns .join_active{
		height: 70%!important;
	}
	.index_footer_top_02{
		padding: 30px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(1){
		text-align: center;
		line-height: 30px;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(2){
		margin: 12px auto;
	}
	.index_footer_top_02>div:first-child p:nth-of-type(3){
		text-align: center;
	}
	.index_footer_top_01>div:first-child>ul>li{
		min-width: 80px;
	}
	.index_footer_top_02>div:nth-child(2){
		float: none;
		display: block;
		width: 100%;
		padding-top: 40px;
	}
	.index_footer_top_02>div:last-child{
		float: none;
		width: 100%;
		display: block;
		margin-top: 30px;
	}

	.page_title{
		transform: scale(0.25);
		top: 18%;
	}
	.header_logo>div:nth-child(3){
		width: 20%;
	}
}
@media screen and (max-width: 600px) {
	.page_title {
		width: 100%;
		background-size: 100% 100%;
		height: auto;
		bottom: 0;
		margin: 0;
		overflow: initial;
	}

	.page_title > p:first-child {
		margin-top: -6%;
	}
}