@charset "UTF-8";

a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.clear_float::after {
	content: ' ';
	display: block;
	clear: both;
}


.footer2 .footer-c,
.Honor ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: NONE;
}



body {
	margin: 0;
	font-size: 14px;
	font-family: 'Times New Roman',"微软雅黑",Georgia,Serif;
	color: #333;
}



p {
	margin: 0;
}



ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



a {
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	color: #333;
}



a:hover {
	text-decoration: none;
}



.wrap {
	display: block;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}



.wrap:after {
	content: "";
	display: block;
	clear: both;
}



img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

@media screen and (min-width: 1250px) {

	.r img {
		width: 30px;
	}

	.l img {
		width: 30px;
	}

}

@media screen and (min-width: 532px) {

	.r img {
		width: 30px;
	}

	.l img {
		width: 30px;
	}

}



i,
em {
	font-style: normal;
}



.fr {
	float: right;
}



.fl {
	float: left;
}



.clearfix:after {
	content: "";
	display: block;
	clear: both;
}



.clearfix {
	zoom: 1;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
	margin: 0;
}



@font-face {
	font-family: 'iconfont';

	/* project id 1471332 */

	src: url("../fonts/font_1471332_ptvbhibuktc.eot");
	src: url("../fonts/font_1471332_ptvbhibuktc.eot") format("embedded-opentype"), url("../fonts/font_1471332_ptvbhibuktc.woff2") format("woff2"), url("../fonts/font_1471332_ptvbhibuktc.woff") format("woff"), url("../fonts/font_1471332_ptvbhibuktc.ttf") format("truetype"), url("../fonts/font_1471332_ptvbhibuktc.svg#iconfont") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.head_con {
	display: block;
	width: 1240px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.head_con .logo {
	display: block;
	height: 40px;
	width: 238px;
	position: absolute;
	left: 0px;
	top: 15px;
}

.head_con .logo h1 {
	display: block;
	height: 40px;
	width: 238px;
	background-color: transparent;
	background-image: url(../pp/logo.png);
	background-repeat: no-repeat!important;
	background-position:center center!important;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% 100%!important;
}



.wrap_head {
	display: block;
	width: 100%;
	height: 72px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}



.en-us .menu_list .menu_item {
	margin-left: 36px;
}



.menu_list {
	display: block;
	height: 72px;
	position: absolute;
	right: 220px;
	top: 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
}



.menu_list .menu_item {
	display: inline-block;
	height: 72px;
	float: left;
	margin-left: 62px;
	position: relative;
}



.menu_list .menu_item .txt {
	display: block;
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	opacity: 0.95;
	-webkit-transition: color 0.3s linear;
	position: relative;
	z-index: 2;
}



.menu_list .menu_item .txt:hover {
	opacity: 1;
}



.menu_list .menu_item .txt:after {
	display: block;
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 19px;
	left: 0px;
	background: #194ac3;
	opacity: 0;
	-webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transform-origin: 50% 0%;
	transform: scale(0.01, 1);
}



.menu_list .menu_item .txt:before {
	display: none;
	content: "";
	height: 400px;
	width: 100%;
	position: absolute;
	top: 19px;
	left: -10px;
	background: #194ac3;
	opacity: 1;
}



.menu_list .menu_item:hover .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}



.menu_list .menu_item.menu_item_lan {
	display: none;
}



.menu_list .menu_item .menu_hook {
	display: none;
	width: 100%;
	height: 445px;
	position: absolute;
	left: -36px;
	top: 0px;
	z-index: 1;
}



.en-us .menu_list .menu_item {
	margin-left: 60px;
}



.en-us .sub_list li a {
	padding: 10px 0;
}



.sub_list {
	display: none;
	background-color: white;
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	z-index: 2;
}



.sub_list li a {
	display: block;
	font-size: 16px;
	color: #2b2e2e;
	opacity: 0.7;
	padding: 13px 0;
}



.sub_list li a:hover {
	opacity: 1;
}



/*语言框*/

.lang_area {
	display: block;
	position: absolute;
	right: 0px;
	top: 22px;
}



.lang_area a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-family: "PingFangSC-Regular";
	opacity: 0.7;
	cursor: pointer;
}



.lang_area a:hover {
	opacity: 0.95;
}



.lang_area a.current {
	opacity: 1;
}



.lang_area .s_line {
	display: inline-block;
	font-size: 12px;
	margin: 0px 3px;
	position: relative;
	top: -2px;
	opacity: 0.7;
}



.serch {
	cursor: pointer;
	width: 18px;
	height: 19px;
	background: url(../pp/serch.png) no-repeat center;
	display: inline-block;
	margin-right: 30px;
	vertical-align: bottom;
}



.head_white .head_con .lang_area .serch {
	background: url(../pp/serch_hover.png) no-repeat center;
}



.banner_txt .hook_area>i {
	opacity: 0;
}



.submenu_show .bg_hover {
	display: block !important;
	width: 100%;
	height: 72px;
	background: white;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-animation: a_bg_hover_show 0.2s ease-out both;
	-webkit-transform-origin: 50% 0%;
}



.submenu_show .logo h1,
.head_white .logo h1 {
	background-image: url(../pp/logo_hover.png);
	background-size: 100% 100%!important;
}



.submenu_show .menu_list .menu_item .txt,
.head_white .menu_list .menu_item .txt {
	color: #2b2e2e;
}



.submenu_show.search_area_show .search_area,
.head_white.search_area_show .search_area {
	width: 676px;
	background: #f6f6f6;
}



.submenu_show.search_area_show .search_area .search_icon,
.head_white.search_area_show .search_area .search_icon {
	opacity: 0.3;
}



.submenu_show.search_area_show .search_area .ipt_search,
.head_white.search_area_show .search_area .ipt_search {
	color: #2b2e2e;
}



.submenu_show .search_area .search_icon,
.head_white .search_area .search_icon {
	background-image: url(../pp/icon_search_hover.png);
}



.submenu_show .lang_area a,
.head_white .lang_area a {
	color: #2b2e2e;
}



.submenu_show .lang_area .s_line,
.head_white .lang_area .s_line {
	color: #2b2e2e;
}



.submenu_show .menu_list .menu_item.sublist_show .sub_list,
.head_white .menu_list .menu_item.sublist_show .sub_list {
	-webkit-animation: a_menu_item_show 0.2s ease-out both;
}



.submenu_show .menu_list .menu_item.sublist_hide .sub_list,
.head_white .menu_list .menu_item.sublist_hide .sub_list {
	-webkit-animation: a_menu_item_hide 0.15s ease-out both;
}



.submenu_show .menu_list .menu_item .menu_hook {
	display: block;
}



.submenu_hide,
.sublist_hide {
	pointer-events: none;
}



/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/

.submenu_hide .bg_hover {
	-webkit-animation: a_bg_hover_hide 0.15s ease-out both;
	-webkit-transform-origin: 50% 0%;
}



.wrap_content {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}



.descript_area {
	display: block;
	width: 100%;
}



.descript_area .txt {
	text-align: center;
	font-size: 24px;
	color: #5f6464;
	line-height: 54px;
	padding: 105px 0 74px;
	font-family: 'Times New Roman',"微软雅黑",Georgia,Serif;
}



.descript_area .txt span.m {
	display: none;
}



.descript_area .txt span.pc {
	display: block;
}



.details_area {
	display: block;
	width: 100%;
	margin-bottom: 84px;
}



.details_con {
	display: block;
	width: 1240px;
	margin: 0px auto;

}



.detail_list {
	display:flex;
	flex-wrap: wrap;
}



.detail_list li {
	display: inline-block;
	float: left;
	height: 100%;
	width: 30%;
	text-align: center;
	margin:0 1.6% 3%;
	position: relative;
	overflow: hidden;
}



.detail_list li a {
	display: block;
	height: 100%;
	width: 100%;
}



.detail_list li a:after {
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 82, 217, 0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}



.detail_list li h4 {
font-size:18px;
font-weight:bold;
margin-bottom:10px;
color:#333;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
overflow:hidden;
}

.detail_list li .info{
	padding-top:20px;
	text-align: left;
}

.detail_list li p{
	font-size:14px !important;
	margin-bottom:10px ;
	color:#333;
	display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
}
.detail_list li .info div{
	display:flex;
	justify-content:space-between;
	font-size:14px;
	color:#666;
}


.detail_list li p:after {
	content: ' ';
	width: 0;
	height: 2px;
	background: #fff;
	bottom: -2px;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
}



.detail_list li img {
	display: block;
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	transform: scale(1);
	transition: transform 0.3s ease-out;
}



.detail_list li.last {
	margin-right: 0px;
}

.detail_list li a{height:250px;}

.detail_list li a:hover:after {
	opacity: 1;
}



.detail_list li a:hover p:after {
	opacity: 1;
	left: 0;
	width: 100%;
}



.detail_list li a:hover img {
	transform: scale(1.024);
}



.link_area {
	display: block;
	width: 100%;
	height: 725px;
	background: #1b1f25;
	margin-bottom: 84px;
}



.link_area .link_hook {
	display: block;
	width: 1440px;
	height: 725px;
	margin: 0px auto;
}



.link_area .link_hook {
	display: block;
	width: 100%;
	height: 725px;
	margin: 0px auto;
	/*background:#1b1f25 url(../pp/bg_3.png) no-repeat 0 0; background-size: contain;*/
}



.link_area .link_tab {
	display: block;
	width: 36%;
	height: 100%;
	float: left;
}



.link_area .tab_list {
	display: block;
	height: 100%;
}



.link_area .tab_list li {
	display: block;
	height: 50%;
	opacity: 0.4;
	position: relative;
	border-bottom: 1px solid #26282d;
	padding-bottom: 38px;
	box-sizing: border-box;
}



.link_area .tab_list .tit {
	display: block;
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -32%;
	top: 50%;
	margin-top: -4.9%;
	transition: margin-left 0.3s ease-out;
	font-family: 'TencentSansw7';
	right: 32px;
}



.link_area .tab_list .txt {
	display: block;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -32%;
	top: 50%;
	margin-top: 3.8%;
	transition: margin-left 0.3s ease-out;
	font-family: 'TencentSansw3';
	right: 30px;
}



.link_area .tab_list .icon {
	display: block;
	height: 17px;
	width: 38px;
	background: url(../pp/icon_arrow_r.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	/*margin-left: -21.5%;*/
	margin-left: -32%;
	top: 50%;
	margin-top: 10.8%;
	opacity: 0;
	transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
	background-size: 100% 100%;
}



.link_area .tab_list .tit:after {
	display: block;
	content: "";
	height: 70px;
	width: 6px;
	background: #1e52d8;
	position: absolute;
	left: 50%;
	margin-left: -62%;
	top: 18%;
	opacity: 0;
	transform: translate(-20px, 0px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}



.link_area .tab_list li.current {
	opacity: 1;
}



.link_area .tab_list li.current .tit {
	margin-left: -28%;
}



.link_area .tab_list li.current .txt {
	margin-left: -28%;
}



.link_area .tab_list li.current .tit:after {
	opacity: 1;
	transform: translate(0px, 0px);
}



.link_area .tab_list li.current .icon {
	opacity: 1;
	margin-left: -27.5%;
}



.link_area .link_content {
	display: block;
	width: 64%;
	height: 725px;
	margin-left: 36%;
	overflow: hidden;
}



.link_area .link_content .con {
	display: none;
	width: 100%;
	height: 100%;
}



.link_area .link_content .con_1 {
	display: block;
}



.link_area .link_con_list {
	display: block;
	width: 100%;
	height: 100%;
}



.link_area .link_con_list li {
	display: block;
	width: 33.3%;
	float: left;
	height: 50%;
	background: url(../pp/index_link_1_1.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

/*.link_area .link_con_list .link_merge {*/
/*width: 50%;*/
/*}*/
.link_area .link_con_list .link_merge1 {
	height: 100%;
}



.link_area .link_con_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
}



.link_area .con_1 .link_con_list li.item_1 {
	background-image: url(../pp/index_link_1_1.png);
}



.link_area .con_1 .link_con_list li.item_2 {
	background-image: url(../pp/index_link_1_2.png);
}



.link_area .con_1 .link_con_list li.item_3 {
	background-image: url(../pp/index_link_1_3.png);
}



.link_area .con_1 .link_con_list li.item_4 {
	background-image: url(../pp/index_link_1_4.png);
}



.link_area .con_1 .link_con_list li.item_5 {
	background-image: url(../pp/index_link_1_5.png);
}



.link_area .con_1 .link_con_list li.item_6 {
	background-image: url(../pp/index_link_1_6.png);
}



.link_area .con_2 .link_con_list li.item_1 {
	background-image: url(../pp/index_link_2_1.jpg);
}



.link_area .con_2 .link_con_list li.item_2 {
	background-image: url(../pp/index_link_2_2.jpg);
}



.link_area .con_2 .link_con_list li.item_3 {
	background-image: url(../pp/index_link_2_3.jpg);
}



.link_area .con_3 .link_con_list li.item_1 {
	background-image: url(../pp/index_link_3_1.jpg);
}



.link_area .con_3 .link_con_list li.item_2 {
	background-image: url(../pp/index_link_3_2.jpg);
}



.link_area .con_3 .link_con_list li.item_3 {
	background-image: url(../pp/index_link_3_3.jpg);
}



.link_area .con_3 .link_con_list li.item_4 {
	background-image: url(../pp/index_link_3_4.jpg);
}



.link_area .link_con_list .script {
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}



.link_area .link_con_list .script .tit {
	display: block;
	text-align: center;
	margin-top: 119px;
	font-size: 24px;
	color: #fff;
	transition: margin-top 0.3s ease-out;
	font-family: 'TencentSansw7';
}



.link_area .link_con_list .script .txt {
	display: block;
	margin-top: 9px;
	line-height: 1.8;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	transform: translate(0px, 15px);
	transition: opacity 0.3s ease-out;
	font-family: 'TencentSansw3';
	padding: 0 10%;
}



.link_area .link_con_list .script .icon {
	display: block;
	height: 17px;
	width: 38px;
	background: url(../pp/icon_arrow_r.png) no-repeat 0 0;
	position: absolute;
	right: 50%;
	top: 64px;
	opacity: 0;
	transition: all 0.3s ease-out;
	background-size: 100% 100%;
}



.link_area .link_con_list li a:hover .script .tit {
	margin-top: -80px;
}



.link_area .link_con_list li a:hover .script .txt {
	opacity: 1;
	transform: translate(0px, 0);
}



.link_area .link_con_list li a:hover .script .icon {
	animation: a_arrow_r 0.2s linear forwards;
	opacity: 1;
}



.resp_area {
	display: block;
	width: 1240px;
	height: 621px;
	margin: 0px auto 84px;
	/*background:url(../pp/bg_4.png) no-repeat 0 0; background-size: contain;*/
	position: relative;
}



.resp_area .public_welfare {
	display: block;
	width: 661px;
	height: 621px;
	position: absolute;
	left: 0px;
	top: 0px;
}



.resp_area .slide_area {
	display: block;
	width: 661px;
	height: 621px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}



.resp_area .slide_list {
	display: block;
	width: 100%;
	height: 621px;
	position: relative;
}



.resp_area .slide_list li {
	width: 661px;
	height: 621px;
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	left: 0;
	top: 1;
}



.resp_area .slide_list li.active {
	opacity: 1;
}



.resp_area .slide_list li .img {
	display: block;
	width: 661px;
	height: 621px;
	position: absolute;
	left: 0px;
	top: 0px;
}



.resp_area .slide_list li .img1 {
	background: url(../pp/index_resp_bg1.png) no-repeat center center;
	background-size: cover;
}



.resp_area .slide_list li .img2 {
	background: url(../pp/index_resp_bg2.png) no-repeat center center;
	background-size: cover;
}



.resp_area .slide_list li .img3 {
	background: url(../pp/index_resp_bg1.png) no-repeat center center;
	background-size: cover;
}



.resp_area .slide_list li .tit {
	display: block;
	width: 500px;
	font-size: 24px;
	position: absolute;
	left: 53px;
	bottom: 125px;
	z-index: 1;
	font-family: 'TencentSansw7';
}



.resp_area .slide_list li .txt {
	display: block;
	width: 500px;
	font-size: 16px;
	position: absolute;
	left: 52px;
	bottom: 41px;
	line-height: 29px;
	z-index: 1;
	font-family: 'TencentSansw3';
}



.resp_area .public_welfare .hook_tri {
	display: block;
	width: 43px;
	height: 621px;
	background: url(../pp/i_tri.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	right: 0px;
	bottom: 0px;
}



.resp_area .slide_area .icon_arrow {
	display: block;
	width: 10px;
	height: 16px;
	background: url(../pp/sli-left-icon.png) no-repeat center;
	position: absolute;
	left: 20px;
	/* right: 144px; */
	bottom: 20px;
	margin-top: -30px;
	z-index: 5;
	background-size: 12px 19px;
	padding: 5px;
	cursor: pointer;
	display: none\9;
	opacity: 0;
	transition: opacity 0.2s linear;
}



.resp_area .slide_area .icon_arrow_r {
	left: 60px;
	/* right: 98px; */
	background: url(../pp/sli-right-icon.png) no-repeat center;
	background-size: 12px 19px;
}



.resp_area .slide_area:hover .icon_arrow {
	display: block;
	opacity: 1;
}



.en-us .resp_area .slide_area .icon_arrow {
	right: 84px;
	bottom: 15px;
}



.en-us .resp_area .slide_area .icon_arrow_r {
	right: 48px;
}



.resp_area .resp_details {
	display: block;
	width: 450px;
	position: absolute;
	left: 50%;
	margin-left: 68px;
	top: 50%;
	margin-top: -8.3%;
}



.resp_area .resp_details .tit {
	display: block;
	color: #2a2e2e;
	width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'TencentSansw7';
}



.resp_area .resp_details .txt {
	display: block;
	color: #5f6464;
	width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'TencentSansw3';
}



.resp_area .resp_details .icon_arrow_r {
	display: block;
	width: 38px;
	height: 17px;
	background: url(../pp/icon_arrow_r2.png) no-repeat 0 0;
	margin-left: 3px;
	background-size: 100% 100%;
}



.en-us .resp_area .resp_details .txt {
	white-space: normal;
}



.develop_area {
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
}



.develop_con {
	width: 1240px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



.develop_area .develop_details {
	display: block;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 1;
}



.develop_area .develop_details .tit {
	display: block;
	color: #2a2e2e;
	width: 255px;
	height: 225px;
	overflow: hidden;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}



.develop_area .develop_details .txt {
	overflow: hidden;
	font-size: 36px;
	margin-bottom: 20px;
	float: left;
	padding: 0 26px;
	padding-top: 50px;
}

.develop_area .develop_details .txt h3 {
	font-size: 36px;
}

.develop_area .develop_details .txt p {
	font-size: 20px;
	margin-top: 10px;
	line-height: 32px;
}

.develop_area .develop_details .txt a {
 display: block;
    width: 140px;
    background: url(../pp/icon_arrow_r.png) no-repeat center right;
    margin-top: 40px;
    color: white;
    font-size: 22px;
    line-height: 28px;
	 animation: moveleft 2s ease infinite;
}

  @keyframes moveleft{
    from{
      opacity: 0;
      transform: translateX(-40px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }



.develop_area .develop_details .icon_arrow_r {
	display: block;
	width: 38px;
	height: 16px;
	background: url(../pp/icon_arrow_r_dark.png) no-repeat 0 0;
	margin-left: 3px;
	background-size: 100% 100%;
}



.develop_area .slide_area {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}



.develop_area .slide_list {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	height: 1040px;
}



.develop_area .slide_list li {
	display: inline-block;
	width: 100%;
	height: 1040px;
	float: left;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	position: absolute;
	left: 0;
	top: 0;
}



.develop_area .slide_list li.active {
	opacity: 1;
}



.develop_area .slide_list .li1 {
	background: url(../pp/banner.png) no-repeat top;
	background-size: cover;
}



.develop_area .slide_list .li2 {
	background: url(../pp/banner.png) no-repeat top;
	background-size: cover;
}



.develop_area .slide_list .li3 {
	background: url(../pp/banner.png) no-repeat top;
	background-size: cover;
}



.slide-tab {
	position: absolute;
	right: 32px;
	bottom: 24px;
}



.slide-tab .li {
	float: left;
	margin-left: 8px;
	width: 12px;
	height: 12px;
	background: #fff;
	transition: width 0.3s linear;
	-moz-transition: width 0.3s linear;
	-ms-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	-webkit-transition: width 0.3s linear;
	cursor: pointer;
	border-radius: 50%;
}



.slide-tab .li.active {
	width: 30px;
	background: #0052d9;
	border-radius: 6px;
}



.block-link {
	display: block;
	height: 100%;
	width: 100%;
}



.footer1 {
	width: 1240px;
	margin: 22px auto;
}

.footer1 select {
	float: left;
	width: 402px;
	padding-left: 16px;
	color: #858383;
	height: 46px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../pp/xiala.png) no-repeat right center;
	background-position-x: 374px;
}

.footer1 .list {
	display: flex;
	float: right;
}

.footer1 .list ul {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}

.footer1 .list ul li {
	float: right;
	margin: 0 17px;
}

.footer1 .swiper-container,
.footer1 #swiper2sj
 {
	width: 656px;
}

.footer1 .lb {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	margin-left: 48px;
}

.footer1 .lb span {
	cursor: pointer;
}

.footer1 .lb .l {
	margin-right: 27px;
}



.footer2 {
border-top: 1px solid #e7e7e7;
    padding: 40px 0;
    box-sizing: border-box;
    background: #4e4e4e;
}

.footer2 .footer-c {
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
	align-items: baseline;
}

.footer2 .footer-c h4 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 26px;
}

.footer2 .footer-c h4 a{color:#fff;}

.footer2 .footer-c .foot-list{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.footer2 .footer-c .foot-list li{
	padding:0 40px;
	position: relative;
}

.footer2 .footer-c .foot-list li a{
	font-size: 16px;
	color: #ddd;
}

.footer2 .footer-c .foot-list li a:hover{
	color: #fff;
}

.footer2 .footer-c .foot-list li:first-child{
	padding-left: 0;
}
.footer2 .footer-c .foot-list li:last-child{
	padding-right: 0;
}
.footer2 .footer-c .foot-list li::after{
	content: '';
	height: 14px;
	width: 1px;
	background-color: #63747c;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer2 .footer-c .foot-list li:last-child::after{
	display: none;
}


.footer2 .footer-c .list li a {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}

.footer2 .footer-c .ts {
	text-align: center;
}

.footer2 .footer-c .ts h4 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 26px;
}

.footer2 .footer-c .ts .ewm {
	display: block;
	margin-bottom: 12px;
}

.footer2 .tit_area {
	display: block;
	height: 52px;
	line-height: 52px;
	position: relative;
}

.footer2 .footer-c .group.sublist_show .list {
	height: 105px;
}

.footer2 .footer-c .contact_us.sublist_show .list {
	height: 140px;
}

.footer2 .footer-c .legal_info.sublist_show .list {
	height: 105px;
}

.footer2 .footer-c .dynamic.sublist_show .list {
	height: 70px;
}

.footer2 .footer-c .responsibility.sublist_show .list {
	height: 35px;
}

.footer2 .footer-c .join_us.sublist_show .list {
	height: 140px;
}



.head_white {
	background: #fff;
}

.address-info{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 0 0;
	border-top:1px solid #b8b8b8 ;
	border-bottom:1px solid #b8b8b8 ;
}

.address-info li{
	width: 50%;
	text-align: left;
	margin-bottom: 30px;
}

.address-info li p{
	color: #b8b8b8;
}
.address-info li p span{
	margin-right: 10px;
}
.address-info li p span img{
	vertical-align: bottom;
	width: 22px;
	height: 22px;
}
.footer3 {
    background: #4e4e4e;
    text-align: center;
    width: 100%;
 
    line-height: 30px;
  
    color: #fff;
    font-size: 14px;
padding-bottom: 20px;

}
.footer3 p,.footer3 a{color: #b8b8b8 !important;}
.footer3 .wrap-md{
	width: 100%;
    margin: 0 auto;
	max-width: 1240px;
	text-align: left;
}

.footer3 a{color:#fff;}



.wrap_footer {
	width: 100%;
	height: 480px;
	background: #fbfbfb;
	position: relative;
	z-index: 1;
}



.footer_con {
	width: 1200px;
	margin: 0px auto;
	height: 480px;
	position: relative;
}



.footer_con .tit {
	display: block;
	font-size: 20px;
	color: #5f6464;
	font-weight: normal;
	margin-bottom: 30px;
}



.footer_con ul li a {
	display: block;
	font-size: 16px;
	color: #5f6464;
	font-weight: normal;
	margin-bottom: 18px;
}



.focus_us {
	display: block;
	height: 55px;
	width: 100%;
	border-bottom: 1px solid #f2f3f5;
	padding-top: 33px;
	margin-bottom: 40px;
}



.focus_us .tit {
	float: left;
	margin-right: 33px;
}



.focus_us .focus_list li {
	display: inline-block;
	float: left;
	margin-right: 28px;
}



.focus_us .focus_list li a {
	display: block;
	height: 28px;
	width: 28px;
}



.focus_us .focus_list li a .icon {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../pp/icon_wechat.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	transition: background 0.2s ease-in-out;
}



.focus_us .focus_list li a .i_weibo {
	background: url(../pp/icon_weibo.png) no-repeat center;
	background-size: 100% 100%;
}



.focus_us .focus_list li a .i_twitter {
	background: url(../pp/icon_twitter.png) no-repeat center;
	background-size: 100% 100%;
}



.focus_us .focus_list li a .i_in {
	background: url(../pp/icon_in.png) no-repeat center;
	background-size: 100% 100%;
}



/*banner*/

.banner_area {
	display: block;
	height: 780px;
	width: 100%;
	position: relative;
	margin-top: -72px;
	overflow: hidden;
}



.banner_bg {
	display: block;
	height: 780px;
	width: 100%;
	background: #000;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}



.banner_txt {
	display: block;
	width: 640px;
	height: 81px;
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 2;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'TencentSansw3';
	letter-spacing: 18px;
}



.banner_txt2 {
	top: 58%;
}



.banner_txt .hook_area {
	display: block;
	height: 100px;
	width: 150px;
	position: absolute;
	left: 157px;
	top: -9px;
	overflow: hidden;
	/* -webkit-mask: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(0,0,0,0)); */
}



.banner_txt .txt {
	display: none;
}



.banner_txt .hook_area .word {
	display: block;
	height: 81px;
	min-width: 160px;
	position: absolute;
	left: 0px;
	top: 9px;
	color: #fff;
	font-size: 54px;
	font-style: normal;
	text-align: left;
}



.banner_txt .txtbox {
	display: inline-table;
}



.banner_txt .txtbox p {
    font-family: 'Times New Roman',"微软雅黑",Georgia,Serif;
	display: inline-block;
	color: #fff;
	font-size: 54px;
}



.banner_txt .txtbox .ltxt {
}



.en-us .banner_txt {
	width: 440px;
	height: 150px;
	letter-spacing: 0;
	top: 38%;
}



.en-us .banner_txt .txtbox p {
	font-size: 48px;
	line-height: auto;
}



.en-us .banner_txt .hook_area .word {
	height: 70px;
}



.en-us .banner_txt .hook_area {
	min-width: 600px;
	height: 90px;
	top: -14px;
	left: 275px;
	text-align: left;
}



.slide_tips {
	display: block;
	width: 30px;
	height: 57px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 62px;
	z-index: 2;
}



.slide_tips .s_line {
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 0px;
	background: url(../pp/hd.png) no-repeat center;
}



.slide_tips .txt {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0px;
	font-size: 12px;
	letter-spacing: 2px;
}



.en-us .slide_tips .txt {
	left: -6px;
}



.slide_tips .s_line {
	animation: myMove 2s infinite;
	-webkit-animation: myMove 2s infinite;
	/* infinite 表示无限循环 */
}



.back_to_top {
	display: none;
}



/* .banner_txt .hook_area .word_2{ -webkit-animation: a_banner_word_2 9s linear 0.7s both infinite;}

.banner_txt .hook_area .word_3{ -webkit-animation: a_banner_word_2 9s linear 2.7s both infinite;}

.banner_txt .hook_area .word_4{ -webkit-animation: a_banner_word_2 9s linear 4.7s both infinite;} */

.banner_txt {
	opacity: 0;
}



.banner_txt.animation {
	animation: a_banner 0.5s 0.5s linear forwards;
	-webkit-animation: a_banner 0.5s 0.5s linear forwards;
	-ms-animation: a_banner 0.5s 0.5s linear forwards;
	-moz-animation: a_banner 0.5s 0.5s linear forwards;
	-o-animation: a_banner 0.5s 0.5s linear forwards;
}



.banner_txt .hook_area .word_1 {
	opacity: 1;
}



.banner_txt .hook_area.animation1 .word_1 {
	animation: a_banner_start 0.2s linear forwards;
	-webkit-animation: a_banner_start 0.2s linear forwards;
	-ms-animation: a_banner_start 0.2s linear forwards;
	-moz-animation: a_banner_start 0.2s linear forwards;
	-moz-animation: a_banner_start 0.2s linear forwards;
	-o-animation: a_banner_start 0.2s linear forwards;
}



.banner_txt .hook_area.animation2 .word_1 {
	animation: a_banner_end 0.2s linear forwards;
	-webkit-animation: a_banner_end 0.2s linear forwards;
	-ms-animation: a_banner_end 0.2s linear forwards;
	-moz-animation: a_banner_end 0.2s linear forwards;
	-o-animation: a_banner_end 0.2s linear forwards;
}



.banner_txt .hook_area.animation2 .word_2 {
	animation: a_banner_start 0.2s linear forwards;
	-webkit-animation: a_banner_start 0.2s linear forwards;
	-ms-animation: a_banner_start 0.2s linear forwards;
	-moz-animation: a_banner_start 0.2s linear forwards;
	-o-animation: a_banner_start 0.2s linear forwards;
}



.banner_txt .hook_area.animation3 .word_2 {
	animation: a_banner_end 0.2s linear forwards;
	-webkit-animation: a_banner_end 0.2s linear forwards;
	-ms-animation: a_banner_end 0.2s linear forwards;
	-moz-animation: a_banner_end 0.2s linear forwards;
	-o-animation: a_banner_end 0.2s linear forwards;
}



.banner_txt .hook_area.animation3 .word_3 {
	animation: a_banner_start 0.2s linear forwards;
	-webkit-animation: a_banner_start 0.2s linear forwards;
	-ms-animation: a_banner_start 0.2s linear forwards;
	-moz-animation: a_banner_start 0.2s linear forwards;
	-o-animation: a_banner_start 0.2s linear forwards;
}



.banner_txt .hook_area.animation4 .word_3 {
	animation: a_banner_end 0.2s linear forwards;
	-webkit-animation: a_banner_end 0.2s linear forwards;
	-ms-animation: a_banner_end 0.2s linear forwards;
	-moz-animation: a_banner_end 0.2s linear forwards;
	-o-animation: a_banner_end 0.2s linear forwards;
}



.banner_txt .hook_area.animation4 .word_4 {
	animation: a_banner_start 0.2s linear forwards;
	-webkit-animation: a_banner_start 0.2s linear forwards;
	-ms-animation: a_banner_start 0.2s linear forwards;
	-moz-animation: a_banner_start 0.2s linear forwards;
	-o-animation: a_banner_start 0.2s linear forwards;
}



.video1 {
	width: 2560px;
	height: 780px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1280px;
	z-index: 1;
}



@keyframes myMove {
	0% {
		top: 0px;
	}

	50% {
		top: 10px;
	}

	100% {
		top: 0px;
	}
}

@-webkit-keyframes myMove {
	0% {
		top: 0px;
	}

	50% {
		top: 10px;
	}

	100% {
		top: 0px;
	}
}

@keyframes a_banner {
	0% {
		transform: translate(-50%, 20px);
		-webkit-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		opacity: 1;
	}
}

@-webkit-keyframes a_banner {
	0% {
		transform: translate(-50%, 20px);
		-webkit-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		opacity: 1;
	}
}

@-ms-keyframes a_banner {
	0% {
		transform: translate(-50%, 20px);
		-webkit-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		opacity: 1;
	}
}

@-moz-keyframes a_banner {
	0% {
		transform: translate(-50%, 20px);
		-webkit-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		opacity: 1;
	}
}

@-o-keyframes a_banner {
	0% {
		transform: translate(-50%, 20px);
		-webkit-transform: translate(-50%, 20px);
		-ms-transform: translate(-50%, 20px);
		-moz-transform: translate(-50%, 20px);
		-o-transform: translate(-50%, 20px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		opacity: 1;
	}
}

@keyframes a_banner_start {
	0% {
		transform: translate(0, 88px);
		-webkit-transform: translate(0, 88px);
		-ms-transform: translate(0, 88px);
		-moz-transform: translate(0, 88px);
		-o-transform: translate(0, 88px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes a_banner_start {
	0% {
		transform: translate(0, 88px);
		-webkit-transform: translate(0, 88px);
		-ms-transform: translate(0, 88px);
		-moz-transform: translate(0, 88px);
		-o-transform: translate(0, 88px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@-ms-keyframes a_banner_start {
	0% {
		transform: translate(0, 88px);
		-webkit-transform: translate(0, 88px);
		-ms-transform: translate(0, 88px);
		-moz-transform: translate(0, 88px);
		-o-transform: translate(0, 88px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@-moz-keyframes a_banner_start {
	0% {
		transform: translate(0, 88px);
		-webkit-transform: translate(0, 88px);
		-ms-transform: translate(0, 88px);
		-moz-transform: translate(0, 88px);
		-o-transform: translate(0, 88px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@-o-keyframes a_banner_start {
	0% {
		transform: translate(0, 88px);
		-webkit-transform: translate(0, 88px);
		-ms-transform: translate(0, 88px);
		-moz-transform: translate(0, 88px);
		-o-transform: translate(0, 88px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes a_banner_end {
	0% {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		opacity: 1;
	}

	100% {
		transform: translate(0, -88px);
		-webkit-transform: translate(0, -88px);
		-ms-transform: translate(0, -88px);
		-moz-transform: translate(0, -88px);
		-o-transform: translate(0, -88px);
		opacity: 1;
	}
}

@-webkit-keyframes a_banner_end {
	0% {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		opacity: 1;
	}

	100% {
		transform: translate(0, -88px);
		-webkit-transform: translate(0, -88px);
		-ms-transform: translate(0, -88px);
		-moz-transform: translate(0, -88px);
		-o-transform: translate(0, -88px);
		opacity: 1;
	}
}

@-ms-keyframes a_banner_end {
	0% {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		opacity: 1;
	}

	100% {
		transform: translate(0, -88px);
		-webkit-transform: translate(0, -88px);
		-ms-transform: translate(0, -88px);
		-moz-transform: translate(0, -88px);
		-o-transform: translate(0, -88px);
		opacity: 1;
	}
}

@-moz-keyframes a_banner_end {
	0% {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		opacity: 1;
	}

	100% {
		transform: translate(0, -88px);
		-webkit-transform: translate(0, -88px);
		-ms-transform: translate(0, -88px);
		-moz-transform: translate(0, -88px);
		-o-transform: translate(0, -88px);
		opacity: 1;
	}
}

@-o-keyframes a_banner_end {
	0% {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		opacity: 1;
	}

	100% {
		transform: translate(0, -88px);
		-webkit-transform: translate(0, -88px);
		-ms-transform: translate(0, -88px);
		-moz-transform: translate(0, -88px);
		-o-transform: translate(0, -88px);
		opacity: 1;
	}
}

@keyframes a_banner_s_line {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	20% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	30% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 0;
	}

	31% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 0;
	}

	50% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}
}

@keyframes a_banner_word {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}

	12.5% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}

	25% {
		-webkit-transform: translate(0, -70px);
		opacity: 0;
	}

	25.01% {
		-webkit-transform: translate(0, -70px);
		opacity: 0;
	}

	25.02% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	50% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	87.5% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes a_banner_word_2 {
	0% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	12.5% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	25% {
		-webkit-transform: translate(0, 0px);
		opacity: 1;
	}

	37.5% {
		-webkit-transform: translate(0, 0px);
		opacity: 1;
	}

	50% {
		-webkit-transform: translate(0, -70px);
		opacity: 0;
	}

	50.01% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 70px);
		opacity: 0;
	}
}

.header-seat {
	padding-bottom: 72px;
	transition: .25s ease;
}



.mod-section-ad {
	width: 100%;
	height: 482px;
	overflow: hidden;
	position: relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover!important
}



.submenu_show .logo h1,
.head_white .logo h1 {
	background-image: url(../pp/logo_hover.png);
	background-size: 100% 100%;
}



.brief .mod-section-ad {
	background: url(../pp/brief-1.jpg) no-repeat center bottom;
	background-size: cover;
}



.mod-section-ad {
	width: 100%;
	height: 482px;
	overflow: hidden;
}



.mod-s-con {
	width: 1200px;
	margin: 0 auto;
}

 
.mod-con {
	width: 1240px;
	margin: 0 auto;
}


.mod-tab .clearfix {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 63px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod-tab .clearfix::after{
	display: none;
}

.mod-tab .clearfix ul {
	position: absolute;
	right: -54px !important;
	top: 0;
	height: 63px;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
}

.mod-con.clearfix .link-news a{
	display: inline-block;
    line-height: 63px;
    padding: 0 20px;
}

.mod-con.clearfix .link-news .on a{
    color: #fff;
    background: #ccc;
}

.business .mod-tab .clearfix {
	height: 68px;
}



.business .mod-tab .clearfix ul {
	height: 68px;
	position: relative;
	left: 0;
}



.mod-max-con {
	width: auto;
	margin-left: 12px;
	margin-right: 12px;
	box-sizing: border-box;
}



.mod-section-ad h2 {
	font-family: 'TencentSansw3';
	font-size: 44px;
	color: #2A2E2E;
	letter-spacing: 0;
	margin-bottom: 8px;
	margin-top: 202px;
	font-weight: 400;
	/*text-indent: 2em;*/
}



.brief .mod-section-ad h2 {
	color: #fff;
}



.media .mod-section-ad h2 {
	margin-top: 207px;
}



.mod-section-ad .desc {
	font-size: 16px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 29px;
	margin-bottom: 27px;
}



.brief .mod-section-ad .desc {
	color: #fff;
}



.responsibility .mod-section-ad h2 {
	color: #fff;
}



.responsibility .mod-section-ad .desc {
	color: #fff;
}



.mod-section-ad .video-text {
	font-size: 20px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 32px;
	display: none;
}



.video-icon {
	width: 32px;
	height: 32px;
	margin-right: 12px;
	cursor: pointer;
}



.header-seat {
	padding-bottom: 72px;
	transition: .25s ease;
}



.mod-tab {
	border-bottom: 1px solid #f4f4f4;
	transform: translateY(0);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-sizing: border-box;
}



.mod-tab-wrap .mod-tab-content {
	display: none;
}



.mod-tab-wrap .mod-tab-content.active-show {
	display: block;
}



.mod-tab.mod-tab-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}



.brief .mod-tab,
.investor .mod-tab,
.media .mod-tab {
	background: #fbfbfb;
}



.mod-tab-container {
	width: 100%;
	height: 63px;
	position: relative;
}



.business .mod-tab-container {
	height: 69px;
}



.mod-tab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}



.mod-tab.fixed {
	position: fixed;
	z-index: 99;
}



.mod-tab li {
	float: none;
	display: inline-block;
	margin-right: 54px;
	position: relative;
	cursor: pointer;
}



.mod-tab .line {
	width: 64px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0052d9;
}



.mod-tab li:last-child {
	margin-right: 0;
}



.mod-tab li a {
	padding: 16px 0;
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #5F6464;
}



.mod-tab li.active-tab a {
	color: #2a2e2e;
}



.mod-tab-nt li a {
	padding: 12px 0;
	line-height: 29px;
	font-size: 16px;
}



.mod-tab .mc-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 53px;
	z-index: 10;
	cursor: pointer;
	display: none;
}



.mod-tab .mc-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	z-index: 10;
	cursor: pointer;
	display: none;
}



.mod-tab .mc-left img,
.mod-tab .mc-right img {
	height: 100%;
}



.loca {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 63px;
}



.brand-item {
	position: relative;
}



.brand-item.white-bg {
	padding-top: 96px;
}



.brand-item.gray-bg {
	padding-top: 96px;
	padding-bottom: 96px;
}



.mod-m-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	color: #2a2e2e;
	font-weight: normal;
}



.brand-item .label-box {
	width: auto;
	float: left;
}



.business .brand-item .label-box,
.student .label-box {
	min-width: 240px;
	margin-right: 20px;
}



.brand-item .label-box img {
	display: inline-block;
}



.brand-item .desc-box {
	overflow: hidden;
}



.business-ent .brand-one-item .label-box img {
	width: 200px;
}



.business-ent .brand-two-item .label-box img {
	width: 181px;
}



.brand-item .label-box h3 {
	font-size: 30px;
	color: #2a2e2e;
	font-family: 'TencentSansw7';
}



.t-line-flx {
	padding-bottom: 24px;
	border-bottom: 1px solid #F2F3F5;
	margin-bottom: 50px;
}



.brand-item .desc-box .desc {
	font-size: 14px;
	line-height: 25px;
	color: #5f6464;
	margin-top: 7px;
}
 

.en-us .brand-item .desc-box .desc {
	text-align: justify;
}



.brand-item .desc-box .go-icon {
	margin-top: 15px;
	display: inline-block;
}



.brand-item .desc-box .go-icon img {
	width: 40px;
}



.brand-item .look-more {
	float: right;
	margin-top: 12px;
}



.brand-item .look-more a {
	font-size: 16px;
	color: #5F6464;
	letter-spacing: 0;
	font-weight: bold;
}



.brand-item .look-more i {
	width: 8px;
	height: 14px;
	background: url(../pp/more-awart.png) no-repeat center;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 10px;
}



.brief .mod-section-ad h2 {
	color: #fff;
}



.brief .mod-section-ad .desc {
	color: #fff;
}



.brief .mod-tab li a {
	height: 53px;
	line-height: 53px;
	padding: 0;
	font-size: 16px;
}



.brief-text-box {
	width: 100%;
	margin-top: 52px;
	text-align: center;
	position: relative;
}



.brief-text-box h4 {
	font-size: 20px;
	color: #2A2E2E;
	letter-spacing: 0;
	text-align: center;
	line-height: 36px;
	margin-bottom: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
}



.brief-text-box .desc {
	font-size: 20px;
	color: #2a2e2e;
	letter-spacing: 0;
	text-align: center;
	line-height: 55px;
	width: 918px;
	margin: 0 auto 70px auto;
}



.brief-text-box .more-awant-icon {
	width: 16px;
	height: 8px;
	background: url(../pp/more-awant-icon.png) no-repeat center;
	background-size: 100% 100%;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	animation: a_arrow_d 2s linear both infinite;
	display: none;
}



.mission {
	background: #f5f5f5;
	height: auto;
	width: 1240px;
	position: relative;
	margin-top: 96px;
	padding: 80px 100px;
	margin: 0 auto;
	box-sizing: border-box;
}



.mission .text-bg {
	width: 824px;
	position: absolute;
	left: 82px;
	bottom: 0;
}



.mission .l-mess {
	float: left;
	width: 50%;
}



.mission .l-mess .label {
	font-size: 30px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 385px;
	font-family: 'TencentSansw7';
	text-align: center;
}



.mission .r-mess {
	float: right;
	width: 50%;
	/* height: 190px; */
	position: relative;
}



/* .mission .r-mess:before {
  content: ' ';
  width: 1px;
  position: absolute;
  left: -60px;
  top: 0;
  display: block;
  bottom: 0;
  background: #D8D9DC;
} */



.mission .r-mess .label {
	font-size: 20px;
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 55px;
}



.mission .r-mess .desc {
	font-size: 20px;
	color: #5F6464;
	letter-spacing: 0;
	line-height: 55px;
	text-align: center;
	border-left: 1px solid #D8D9DC;
	padding: 0 45px;
}



.mission .line {
	width: 1px;
	height: 189px;
	background: #D8D9DC;
	position: absolute;
	left: 55.24%;
	top: 67px;
	display: none;
}



.clearfix-mission {
	display: none;
}



.bg {
	background: #f5f5f5;
	width: 100%;
	display: block;
}



.mst {
	max-width: 1240px;
	margin: 0 auto;
	height: 522px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.mst::after{
	display: none;
}
.mst .img {
	float: left;
	margin-left: 50px;
}

.mst .txt {
	font-size: 14px;
	color: #2a2e2e;
	float: right;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 55px;
	text-align: center;
	margin-left: 60px;
}



.ceo {
	background: url(../pp/bg.jpg) no-repeat center;
	background-size: cover;
	height: 729px;
	overflow: hidden;
}

.ceo .ct {
	width: 1240px;
	height: 567px;
	background-color: #f4f4f4;
	opacity: 0.8;
	margin: auto;
	margin-top: 78px;
	padding: 52px 26px;
}

.ceo .ct .l {
	width: 554px;
	float: left;
	text-align: center;
}

.ceo .ct .l p {
	margin-top: 20px;
}

.ceo .ct .txt {
	padding-left: 30px;
	height: 463px;
	overflow-y: auto;
	position: relative;
}

.ceo .ct .txt h4 {
	font-size: 30px;
	color: #2a2e2e;
	font-weight: normal;
	margin-bottom: 28px;
}

.ceo .ct .txt p {
	color: #000;
	color: #2a2e2e;
	line-height: 1.6;
	margin-bottom: 20px;
	text-indent: 28px;
}

.ceo .ct .ll,.ceo .ct .ll .img img{
	height: 100%;
}
.ceo .ct .txt p img{
	position: absolute;
    right: 0;
    bottom: -80px;
    z-index: -1;
    opacity: .4;
}

.ceo .ct .txt p.mb0 {
	margin-bottom: 0;
}



.bbg {
	position: relative;
	margin-top: 80px;
}

.bbg .big {
	width: 1240px;
	margin: 0 auto;
	margin-bottom: 130px;
	position: relative;
}

.bbg .big h4 {
	font-size: 30px;
	color: #2a2e2e;
	font-weight: normal;
	text-align: center;
	margin-bottom: 90px;
}

.bbg .big .x {
	margin-top: 90px;
	position: relative;
	margin: 0 57px;
}

.bbg .big .x ul li {
	width: 280px;
	float: left;
	text-align: center;
}

.bbg .big .x ul li span {
	color: #2a2e2e;
	font-size: 30px;
	margin-bottom: 87px;
	display: block;
	position: relative;
}

.bbg .big .x ul li span::after {
	position: absolute;
	top: 67px;
	left: 50%;
	content: "";
	width: 11px;
	height: 11px;
	border: solid 4px #dcdcdc;
	background: #fff;
	border-radius: 50%;
	margin-left: -11px;
}

.bbg .big .x ul li.swiper-slide-next span::after {
	border: 4px solid #018389;
}

.bbg .big .x ul li p {
	font-size: 18px;
	color: #838383;
}

.bbg .big .swiper-button-prev,
.bbg .big .swiper-container-rtl .swiper-button-next {
	background: url(../pp/l.jpg);
}

.bbg .big .swiper-button-next,
.bbg .big .swiper-container-rtl .swiper-button-prev {
	background: url(../pp/r.jpg);
}

.bbg .big .swiper-button-next,
.bbg .big .swiper-button-prev {
	width: 57px;
	height: 57px;
	margin-top: 10px;
}

.bbg::after {
	position: absolute;
	top: 206px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}



.Honor {
	background: #f5f5f5;
	height: 623px;
	overflow: hidden;
}

.Honor .tit {
	font-size: 24px;
	color: #2a2e2e;
	margin-bottom: 24px;
	font-weight: normal;
	text-align: center;
}

.Honor ul {
	margin-top: 105px;
}

.Honor ul li {
	width: 100%;
}

.Honor ul li .txt {
	background: #e6e6e6;
	padding: 0 17px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.Honor ul li .txt .tit2 {
	font-size: 14px;
	color: #2a2e2e;
	margin-bottom: 24px;
	font-weight: normal;
}

.Honor ul li .txt .b {
	overflow: hidden;
	border-top: 1px solid #fff;
	padding-top: 15px;
}

.Honor ul li .txt .b a {
	color: #404040;
	float: left;
}

.Honor ul li .txt .b .icon_arrow {
	display: block;
	float: right;
	width: 26px;
	height: 11px;
	background: url(../pp/icon_arrow_r3.png) no-repeat center;
}

.Honor ul li:hover .txt {
	background: #018389;
}

.Honor ul li:hover .b a,
.Honor ul li:hover .txt .tit2 {
	color: #fff;
}

.Honor ul li:hover .b .icon_arrow {
	background: url(../pp/icon_arrow_r4.png) no-repeat center;
}



.wrap-c {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 105px;
	width: 100%;
}

 

/* 新增 */
.about_8 {
	width: 100%;
	height: 240px;
}

.about_8 img {
	max-height: 100%;
	width: 100%;
}


@media screen and (max-width: 769px) {
	.footer2 .footer-c .foot-list{display: none;}
	.address-info li{width: 100%;}
	.footer2{padding: 40px 15px;}
	.footer3{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.posnav{
	width: 1240px;
	margin: 0 auto;
    height: 63px;
    line-height: 63px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #efefef;
} 
.posnav .youlocal{
	width: 35%;
	float: left;
}
.posnav ul{
	width: 64%;
	float: right;
	text-align: right;
}
.posnav ul li{
    margin-left: 34px;
    display: inline-block;
    position: relative; 
	text-align: right; 
}
.posnav ul li a{font-size: 15px;}
 

@media only all and (max-width: 768px) {
  .posnav {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
  }
  .posnav::-webkit-scrollbar{ display: none!important}
  .posnav .youlocal  {display: none; }
  .posnav ul li{margin: 0 12px;}
}

 

.pages {padding-top:10px;padding-bottom: 50px;text-align: center; clear: both;position: relative;}
.pages a,
.pages b,
.pages span {display: inline-block;padding:3px 15px;line-height: 2.43;font-size: 14px;margin-left: -1px;vertical-align: top;text-align: center;font-weight: 400;font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, sans-serif;color: rgb(102, 102, 102);background-color: rgb(255, 255, 255);overflow: hidden;border-width: 1px;border-style: solid;border-color: rgb(238, 238, 238);border-image: initial;}
.pages a {cursor: pointer;text-decoration: none;-webkit-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.pages b,
.pages a:hover {color: #fff;background-color:#017EC1;} 
.pages a:first-child{display: none!important;}
.pages a:last-child{display: none!important;}


 
@media only all and (max-width: 768px) {
.pages {padding-top: 0;padding-bottom: 10px;}
.pages a,
.pages b,
.pages span {display: inline-block;padding:1px 7px;line-height: 180%;font-size: 12px;margin-left: -1px;  margin: 1px 0;}
.pages b,
.pages a:hover {color: #fff;background-color:#017EC1;} 
.wapnone{display: none;}
}
