.header {

	height: 88px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px rgba(18, 27, 31, 0.1);
	line-height: 88px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.banner {
	margin-top: 88px;
}

.wrap {
	width: 82%;
	margin: 0 auto;
}

.header .logo {
	background-color: #fff;
	width: 320px;

}

.searchbox {
	position: absolute;
	right: 0px;
	width: 250px;
	right: 100px;
	top: 90px;
	padding: 15px 10px;
	display: none;
	background: rgba(3, 29, 120, 0.9);
	z-index: 99;
}

.searchbox form {
	width: 100%;
	display: flex;
	height: 35px;
	line-height: 35px;
	background: #fff;
}

.searchbox form input {
	width: 80%;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	box-sizing: border-box;
}

.searchbox form button {
	width: 20%;
	height: 35px;
	line-height: 35px;
	background: url(../images/search.png) no-repeat center center/60%;
}

.header .logo a {
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
}

.header .logo img {
	height: 40px;
}

.header .center {
	position: absolute;
	left: 50%;
	text-align: center;
	margin-left: -30%;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .center>ul>li {
	float: left;
	margin: 0 25px;
	position: relative;
	box-sizing: border-box;
	height: 88px;
}

.header .center>ul>li.active {
	border-bottom: 2px solid #E62129;
}

.header .center>ul>li a {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
}

.header .center>ul .sub {
	position: absolute;
	top: 80px;
	width: 150px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 15px 0px rgba(18, 27, 31, 0.5);
	z-index: 99;
	left: 50%;
	margin-left: -75px;
	display: none;
}

.header .center>ul>li:hover .sub {
	display: block;
}

.header .center>ul .sub li {
	line-height: 45px;
}

.header .center>ul .sub li a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.header .center>ul .sub li a:hover {
	font-weight: bold;
	color: rgba(26, 104, 180, 1);
}

.header .fr {
	display: flex;
	padding-right: 80px;
}

.header .fr span img,
.header .fr a img {
	margin-right: 8px;
	vertical-align: middle;
}

.header .fr .langs {
	position: relative;


}

.header .fr .langs img {
	padding-left: 18px;
	margin-left: 18px;
	border-left: 1px solid #eee;
	vertical-align: middle;
}

.newszixun {
	height: 75px;

	width: 100%;
}

.yuyan {
	position: absolute;
	width: 180px;
	height: 75px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	z-index: 99;
	top: 90px;
	display: none;
}

.yuyan li {
	line-height: 36px;
	text-align: center;
}

.yuyan li a {

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	left: auto !important;
	color: #fff;
	z-index: 999;
	right: 25px;
	bottom: 100px !important;
	text-align: right;
	font-size: 30px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #FFFFFF;
}

.swiper-pagination-total {
	font-size: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	margin-top: 15px;
	border-radius: 0;
	margin: 8px 5px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(72, 136, 143, 1);
}

.indexbox1 {
	padding: 60px 0;
}

.indexbox1 .wrap {
	width: 100%;
}

.indexbox1 .wrap .fl {
	width: 46%;
	padding-left: 9%;
	box-sizing: border-box;
}

.indexbox1 .wrap .fl h2 {

	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 40px;
}

.indexbox1 .wrap .fl>p {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #2D3C74;
	padding-bottom: 20px;
}

.indexbox1 .wrap .fl .content {
	margin-top: 20px;
}

.indexbox1 .wrap .fl .content p {
	font-size: 18px;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 20px;
}

.indexbox1 .wrap img.fr {
	width: 48%;
}

.indexbox2 {
	background: url(../images/bg.png) no-repeat top center/cover;
	padding: 60px 0 140px;
}

.indexbox2 li {
	float: left;
	width: 33%;

}

.indexbox2 h2,
.indexbox3 h2,
.indexbox4 h2,
.indexbox5 h2 {

	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	text-align: center;
	background: url(../images/bg2.png) no-repeat bottom center;
	padding-bottom: 20px;
}

.indexbox3 h2,
.indexbox4 h2,
.indexbox5 h2 {
	background: url(../images/bg2.png) no-repeat bottom left;
	text-align: left;
}

.indexbox3 h2 {
	text-align: center;
	background: url(../images/bg2.png) no-repeat bottom center;
}

.indexbox3 h2.title {

	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	background: none;
}

.indexbox2 li .photo {
	background: rgba(230, 230, 230, 1);
	padding: 30px 0;
}

.indexbox2 li .photo i {
	display: block;
	height: 60px;
	width: 100%;
	text-align: center;

}

.indexbox2 li .text p a {
	color: #BF1E20;
}

.indexbox2 li.swiper-slide-active .photo {

	background: #2D3C74;

}

.indexbox2 li.swiper-slide-active .photo span {
	color: #fff;
}

.indexbox2 li i img:last-child {
	display: none;
}

.indexbox2 li.swiper-slide-active i img:first-child {
	display: none;
}

.indexbox2 li.swiper-slide-active i img:last-child {
	display: block;
	margin: 0 auto;
}

.indexbox2 li.swiper-slide-active {
	border: 1px solid #2D3C74;
	margin-top: -1%;


}

.indexbox2 ul {
	margin-top: 70px;
}

.indexbox2 li .text {
	padding: 30px 35px 40px;
	background: rgba(255, 255, 255, 1);
}

.indexbox2 li .text span {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.indexbox2 li .text p {
	font-size: 18px;
	color: #888;
	line-height: 25px;
	height: 125px;
	overflow: hidden;
}

.indexbox2 li .photo span {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	width: 80%;
}


.indexbox3 {
	padding: 40px 0 80px;
	background: url(../images/bg3.png) no-repeat top center/cover;
}

.indexbox3 .text {
	margin-top: 20px;
}

.indexbox3 .text p {

	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #222222;
	line-height: 36px;

	font-size: 18px;
}

.indexbox3 .content {
	margin-top: 40px;
}

.indexbox3 .content table tr:nth-of-type(5):hover th,
.indexbox3 .content table tr:nth-of-type(6):hover th {
	color: #e34d4d;
}

.indexbox3 .content .title {
	display: flex;
}

.indexbox3 .content .title li {
	width: 12%;
	line-height: 44px;

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.indexbox3 .content .title li:nth-of-type(n+4) {
	width: 16%;
}

.indexbox3 .content .title li:nth-of-type(1) {

	background: #595959;
}

.indexbox3 .content .title li:nth-of-type(2) {


	background: #595959;
}

.indexbox3 .tab .list ul {
	display: flex;
	line-height: 44px;
}

.indexbox3 .tab .list ul:nth-of-type(even) {
	background: #F7F7F7;

}

.indexbox3 .tab .list ul:nth-of-type(odd) {

	background: #EEEEEE;
}

.indexbox3 .tab .list li {
	width: 12%;
	text-align: center;

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.indexbox3 .tab .list li:nth-of-type(n+4) {
	width: 16%;
}

.indexbox3 .content .title li:last-child {
	background: #EEEEEE;
	color: #333
}

.progress {
	height: 17px;
	margin-top: 10px;
	/* overflow: hidden; */
	padding-left: 3px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 9px;
	padding: 0 5px;
}

.progress-bar {
	float: left;
	width: 0;
	border-radius: 3.4px;
	height: 40%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #0899D9 !important;
	/*border-radius: 0px 9px 9px 0px;*/
	background: linear-gradient(90deg, #22C29C 25%, #91CE24 50%, #F4B720 75%, #DA542A 100%);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


.technology .list .text {
	width: 50%;
	padding: 60px 4% 0 10%;
	float: left;
	box-sizing: border-box;
}

.technology .list:nth-of-type(1) .text span.title {

	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	display: block;
	margin: 0 0 50px;
}

.technology .list span.title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
	line-height: 50px;
	display: block;
	margin: 20px 0;
	width: 550px;
}

.technology .list:nth-of-type(1) .text p {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	line-height: 50px;
}

.technology .list .text p {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8295AA;
	line-height: 33px;
}

.technology .list .text img {
	display: block;
}

.technology .list .text a {
	width: 160px;
	height: 44px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #2D3C74;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
	line-height: 44px;
	margin-top: 40px;
}

.technology .list:nth-of-type(2n)>img {
	float: left;
}

.technology .list:nth-of-type(2n) .text {
	float: right;
	padding: 60px 10% 0 4%;
}

.technology .list>img {
	width: 50%;
	float: right;
}

.partners {
	padding: 60px 0;
}

.partners h2.title {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
}

.partners .text {
	margin-top: 20px;
}

.partners .text p {

	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #222222;
	line-height: 36px;

	font-size: 18px;
}

.partners .content {
	margin-top: 65px;
}

.partners .content>a,
.newslist a.more,
.career a.more {
	display: block;
	text-align: center;

	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.partners .content li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 3.6% 60px 0;
	;
	background: #F7F7F7;
	padding: 50px 80px 80px 50px;
	box-sizing: border-box;
}

.partners .content li:nth-of-type(2n) {
	margin-right: 0;
}

.indexbox3 .content .title li:nth-of-type(3) {


	background: #595959;
}

.partners .content li img {
	display: block;
	max-width: 50%;
	max-height: 100%;
}

.partners .content li span.title {

	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	margin: 10px 0 20px;
}

.partners .content li i {
	display: block;
	height: 140px;
}

.partners .content li p {

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.indexbox3 .content .title li:nth-of-type(4) {


	background: #595959;
}

.indexbox3 .content .title li:nth-of-type(6) {


	background: #91CE24;
}

.indexbox3 .content .title li:nth-of-type(7) {



	background: #F4B720;
}

.indexbox3 .content .title li:nth-of-type(8) {



	background: #DA542A;
}

.indexbox3 .content .title li:nth-of-type(5) {



	background: #22C29C;
}

.indexbox3 .content .title li:nth-of-type(9) {



	background: #F4B720;
}

.indexbox4 {
	padding: 50px 0 150px;
}

.indexbox4 ul {
	margin-top: 90px;

	display: flex;
	/* align-items: center;
	justify-content: center; */
	flex-wrap: wrap
}

.indexbox4 li {
	width: 16.6%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
	height: 160px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.indexbox4 li img {
	max-width: 100%;
}

.indexbox5 .fn-clear {
	position: relative;

}

.indexbox5 {

	background: #F3F3F3;
	padding: 50px 0 70px;
}

.indexbox5 .box {
	float: right;
	background: #FFFFFF;
	width: 100%;
	padding: 20px 5%;
	box-sizing: border-box;
	margin-top: 30px;
}

.indexbox5 .box li {
	display: inline-block;
	vertical-align: top;
	width: 100%;

}

.indexbox5 .box li:last-child {
	margin: 0;
}

.indexbox5 .box li img {
	display: block;
	height: 253px;
	width: 100%;
}

.indexbox5 .box li p.title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	width: 90%;
	margin: 30px 0 20px;
}

.indexbox5 .box li p.font {
	overflow: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	height: 60px;
	marign-bottom: 20px;
}

.indexbox5 .box li p.time {

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 20px;
}

.indexbox5 .swiper-container {
	padding-bottom: 50px;
}

.indexbox5 .swiper-pagination {
	bottom: 0 !important
}

.indexbox5 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #DEDEDE;
	border-radius: 50%;
}

.indexbox5 .swiper-pagination-bullet-active {

	background: #2D3C74;
}

.indexbox5 .left {
	position: absolute;
	left: 0;
	width: 48%;
	top: 100px;

}

.indexbox5 .left>img {
	width: 100%;
}

.indexbox5 .left .text {
	position: absolute;
	top: 20%;
	width: 100%;
	padding: 0 70px;
}

.indexbox5 .left .text p.title {
	overflow: hidden;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	height: 100px;
	margin-bottom: 60px;
}

.indexbox5 .left .text p.font {

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	height: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}

.indexbox5 .left .text span.time {
	background: url(../images/time2.png) no-repeat left center/17px;

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 30px;
}

.indexbox5 .left .text a {
	width: 260px;
	height: 56px;
	background: #2D3C74;
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	float: right;
	border-radius: 10px;
}

.indexnews li {
	padding: 30px 0;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.indexnews li img {
	width: 18%;
}

.indexnews li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexnews li .text {
	width: 80%;
	float: right;
}

.indexnews li .text span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(18, 27, 31, 1);
	line-height: 30px;
}

.indexnews li .text p.title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(18, 27, 31, 1);
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.indexnews li .text p.font {
	font-size: 16px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(18, 27, 31, 1);
	line-height: 30px;
}

.indexnews li:last-child {
	border: none;
}

.footer .fr a {
	height: 31px;
	width: 30px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.footer .fr a.ico1 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: 0 0;
}

.footer .fr a.ico2 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -50px 0;
}

.footer .fr a.ico3 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -100px 0;
}

.footer .fr a.ico4 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -105px 0;
}

.footer .fr a.ico4 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -158px 0;
}

.footer .fr a.ico5 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -210px 0;
	width: 35px;
}

.footer .fr a.ico6 {
	background: url(../images/icon.png) no-repeat center center;
	background-position: -270px 0;
}

.morearticle {}

.footer {
	padding-bottom: 10px;
	background: #2D3C74;
	box-shadow: 0px 5px 15px 0px rgba(18, 27, 31, 0.5);
}

.footer .fl img {

	vertical-align: middle;
	width: 290px;
}

.footer .wrap {
	line-height: 106px;
	border-bottom: 1px solid rgba(45, 84, 113, 1);

}

.footer .fl li {
	float: left;
}

.footer .fl li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);

	margin-right: 70px;
}

.footer .copy ul {
	padding: 30px 0 0 0%;
	box-sizing: border-box;
	width: 600px;
}

.footer .copy .fr {
	padding-right: .6rem;
}

.footer .copy li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.footer .copy {
	padding: 0 10%;
}

.footer .copy li a {

	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8B99CA;
	line-height: 40px;
	margin: 0;
}

.footer .copy p {

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8B99CA;
	text-align: left;
	margin-top: 20px;
}

.footer .copy .fr span {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 10px 0;
}

.footer .copy .fr img {
	width: 130px;
}

.aboutbox1 .text img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.aboutbox1 {

	background: #E5EFFE;
	padding: 45px 0 75px;
}

.aboutbox1 h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
	text-align: center;
}

.aboutbox1 p {

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2D3C74;
	line-height: 35px;
	margin-bottom: 20px;
}

.aboutbox2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aboutbox2 li {
	flex: 1;
	width: 25%;

}

.aboutbox2 li img {
	width: 100%;
	display: block;
}

.aboutbox3 {
	padding: 40px 0 460px;
}

.aboutbox3 .photo {
	width: 100%;
	height: 350px;
	background: #F7F7F7;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutbox3 .photo img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.aboutbox4 {

	background: #F7F7F7;
	padding: 40px 0 100px;
}

.aboutbox5 {
	background: url(../images/bg4.png) no-repeat top center/cover;
	padding: 90px 0;
}

.aboutbox5 ul {
	margin-top: 60px;
}

.aboutbox5 li {
	padding: 20px 40px 50px;
	box-sizing: border-box;
	margin-bottom: 25px;
	background: #FFFFFF;
	border: 2px solid #E5E5E5;
}

.aboutbox5 li p {

	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.aboutbox5 li img {
	display: block;
	max-width: 100%;
	margin-bottom: 25px;
}

.aboutbox3 h2,
.aboutbox4 h2,
.aboutbox5 h2 {

	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

.aboutbox3 ul {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.aboutbox3 li {
	width: 19%;

	transition: all .3s;
}

.aboutbox3 li.active .photo {
	transform: scale(1.1);
}

.aboutbox3 li.active .photo {
	border: 3px solid #2D3C74;
}


.aboutbox3 li .text {
	position: absolute;
	width: 85%;
	padding: 60px 0 0;
	display: none;
	left: 5%;
}

.aboutbox6 li {
	width: 100%;
}

.aboutbox6 {
	padding: 70px 0;
}

.aboutbox6 li .text {
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

.aboutbox3 li.active .text {
	display: block;
}

.aboutbox3 li .text span.ch {
	font-size: 25px;
	color: #333;
	display: block;
}

.aboutbox3 li .text span.en {
	font-size: 20px;
	color: #999;
}

.aboutbox3 li .text .con {
	background: url(../images/dh4.png) no-repeat top 10px left 10px, url(../images/dh3.png) no-repeat bottom 10px right 10px;
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px 100px;
}

.aboutbox3 li .text .con p {

	font-size: 18px;
	font-family: NewsGothicBT;
	font-weight: normal;
	color: #333333;
}

.aboutbox4 .wrap>p,
.aboutbox3 .wrap>p {
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.aboutbox4 li {
	float: left;
	width: 100%;
	margin: 0 4% 20px 0;
	background: #fff;
	border-radius: 20px;
	padding: 50px 60px;
}

.aboutbox4 li .photo {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutbox4 li:nth-of-type(2n) {
	margin-right: 0;
}

.aboutbox4 li .photo>img {
	display: block;
	margin-right: 4%;
	width: 20%;

}

.aboutbox4 li .photo>div {
	width: 80%;
}

.aboutbox4 li .photo .text>p {
	font-size: 24px;
	font-family: PingFang;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.aboutbox4 li .photo .text .con p {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 400;
	color: #fff;
	height: 54px;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 54px;
	background: #3167c9;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 20px 0;
	border-radius: 10px;
}

.aboutbox4 li .photo .text .con span.more {
	font-size: 24px;
	color: #3167c9;
	display: block;
	margin-top: .2rem;
}

.jsbox {
	padding: 70px 170px 100px;
}

.jsbox h2 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 40px;
}

.jsbox p {
	font-size: 24px;
	line-height: 40px;
	text-indent: 2em;
}

.jsbox2>ul {
	display: flex;
}

.jsbox2>ul>li {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.jsbox2>ul>li .text2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.jsbox2>ul>li>img {
	width: 100%;
	display: block;
}

.jsbox2>ul>li .text {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;

	box-sizing: border-box;
	text-align: center;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.jsbox2>ul>li:hover .text {
	background: url(../images/n00.png) no-repeat center center/cover;
	padding-top: 15%;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);

}

.jsbox2>ul>li .text span,
.jsbox2>ul>li .text2 span {
	font-size: 30px;
	color: #fff;
	display: block;
	margin: 30px 0;
	text-align: center;
}

.jsbox2>ul>li .text p {
	font-size: 24px;
	color: #fff;
	text-indent: 2em;
	line-height: 30px;
	width: 84%;
	text-align: left;
	margin: 0 auto 40px;
	display: none;
}

.jsbox2>ul>li:hover .text p {
	display: block;
}

.jsbox2>ul>li .text a {
	width: 220px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	border-radius: 30px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
}

.js .list ul {
	display: flex;

	justify-content: space-between;
	padding: 0 170px 100px;
}

.js .list li {
	width: 32%;
	background: #f7f7f7;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	border-radius: 10px;
}

.js .list li img {
	width: 100%;
	margin-bottom: 20px;
}

.indexnews .title a h2 {
	color: #333;
	margin-right: 80px;
}

.indexnews .title a.active h2 {
	color: #3A487D;
	border-bottom: 2px solid #3A487D;
}

.indexbox3 .content table {
	width: 100%;
}

.indexbox3 .content table td {
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #595959;
	width: 10%;
white-space:nowrap;
}

.indexbox3 .content table td:nth-of-type(2) {
	background: #e34d4d
}

.indexbox3 .content table td:nth-of-type(3) {
	background: #e67a4a
}

.indexbox3 .content table td:nth-of-type(4) {
	background: #ecaf40
}

.indexbox3 .content table td:nth-of-type(5) {
	background: #8dc32d
}

.indexbox3 .content table td:nth-of-type(6) {
	background: #38b8a3
}

.indexbox3 .content table td:nth-of-type(7) {
	background: #3b93bf
}

.indexbox3 .content table td:nth-of-type(8) {
	background: #e34d4d
}

.indexbox3 .content table th img {
	width: 130px;
}

.indexbox3 .content table td:nth-of-type(9) {
	background: #e67a4a
}

.indexbox3 .content table th {
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #d1cfcf;
	border-bottom: 1px solid #d1cfcf;
	background: #e7e6e6;
	font-size: 16px;
	color: #333;
white-space:nowrap;
}

.js .list li .font {
	font-size: 30px;
	line-height: 40px;

	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}

.js .list li .font2 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	background: url(../images/dot.png) no-repeat left top 5px/15px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.aboutbox4 li .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px 0;
	background: #2D3C74;
	height: 100%;
}

.aboutbox4 li .layer>p {
	text-align: center;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../images/bg6.png) no-repeat bottom center;
}

.aboutbox4 li>a>p {

	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.aboutbox4 li:hover .layer {
	display: block;
}

.aboutbox4 li:hover>p {
	display: none;
}

.aboutbox4 li .layer .con {
	background: url(../images/dh1.png) no-repeat top 10px left 10px, url(../images/dh2.png) no-repeat bottom 10px right 10px;
	background-color: rgba(229, 239, 254, 0.3);
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	line-height: 40px;
	word-break: break-all;
	padding-left: 40px;
	box-sizing: border-box;
}

.aboutbox4 li .layer .con p {
	overflow: hidden;
	font-size: 14px;
	font-family: NewsGothicBT;
	font-weight: normal;
	height: 200px;
	color: #FFFFFF;
	line-height: 25px;
}

.aboutbox4 ul {

	margin-top: 40px;
}

.aboutbox5 h2 {
	text-align: left;
}

.submenu {
	line-height: 44px;
	background: rgba(230, 233, 237, 1);
}

.career>.content {
	padding: 60px 0 85px;
}

.career>.content h2 {

	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	margin-bottom: 30px;
}

.career>.content p {

	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #222222;
	line-height: 36px;
	word-break: break-all;
}

.career>ul {
	display: flex;
	flex-wrap: wrap
}

.career>ul>li {
	width: 25%;
}

.career>ul>li img {
	width: 100%;
	display: block;
}

.jobsearch {
	padding: 60px 0 30px;
	background: #F8F8F8;
}

.jobsearch h2 {

	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	margin-bottom: 40px;
}

.jobsearch select {
	width: 240px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #2D3C74;
	border-radius: 5px;
	padding-left: 30px;
	box-sizing: border-box;

	background: url(../images/arrow.png) no-repeat right 10px center;
	background-color: #fff;
	margin-right: 20px;
}

.joblist {
	padding: 20px 0 65px;
}

.joblist .tab {


	border-radius: 10px;
	padding: 28px 20px;
	margin-bottom: 20px;

	background-color: #F8F8F8;
}

.joblist .tab .photo {
	display: block;
	width: 15px;
	margin-top: 10px;
	cursor: pointer;
	height: 15px;
	background: url(../images/arrow2.png) no-repeat left center/12px;
}

.joblist .tab .photo.active {
	background: url(../images/arrow3.png) no-repeat left center/12px;
}

.joblist .tab.active {

	background-color: #F8F8F8;
}

.joblist .tab .last {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
	display: none;
}

.joblist .tab .text p {}

.joblist .tab span.title {

	font-size: 24px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}

.joblist .tab .last .text p {

	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 30px !important;
	margin-bottom: 15px !important;
}

.joblist .tab .last .text>div,
.joblist .tab .last .text>span {
	margin-bottom: 15px !important;
	display: block;
}

.joblist .tab span.name {
	display: block;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}

.joblist .tab .last .contact {
	padding: 20px;

	background: #FFFFFF;
}

.joblist .tab .last .contact span {

	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}

.joblist .tab .last .contact p {

	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
}

.joblist .tab .last .contact p a {
	display: block;
	color: #3A487D
}

.submenu a,
.submenu span {
	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(22, 54, 78, 1);
}

.newslist {
	background-color: #fff;
	padding: 60px 0 100px;
}

.newslist h2 {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A487D;
	background: none;
	margin-bottom: 40px;
}

.newslist .wrap>p {

	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #212121;
	line-height: 36px;
	margin-bottom: 50px;
}

.newslist ul {
	border-top: 1px solid rgba(210, 210, 210, 1);
	margin-bottom: 55px;

}

.newslist li:last-child {
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.page {
	text-align: center;
}

.page a {
	padding: 8px 14px;
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 2px;
}

.page input {
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(229, 229, 229, 1);
	width: 50px;
	border-radius: 2px;
	text-align: center;
}

.page a:hover,
.page a.active {
	background: #eee;
}

.contact {
	padding: 130px 0;
}

.contact .contact_top .fl {
	padding-left: 3%;
}

.contact .contact_top .fl h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
	margin-bottom: 20px;
}

.contact .contact_top .fl p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.contact .contact_top .right {
	margin-left: 15%;
	width: 40%;
}

.contact .contact_top .right input {
	width: 234px;
	height: 46px;
	background: rgba(246, 246, 246, 1);
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 5px;
}

.contact .contact_top .right input {
	width: 47.5%;
	height: 46px;

	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 5px;
	margin: 0 2% 10px 0;
	padding-left: 44px;
	box-sizing: border-box;
}

.contact .contact_top .right input.name {

	background: url(../images/ico9.png) no-repeat left 15px center;
	background-color: rgba(246, 246, 246, 1);
}

.contact .contact_top .right input.mail {

	background: url(../images/ico10.png) no-repeat left 15px center;
	background-color: rgba(246, 246, 246, 1);
}

.contact_map h2 {

	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #333333;
	text-align: center;
	padding: 90px 0 50px;
}

.contact .contact_top .right input.phone {
	background: url(../images/tel.png) no-repeat left 15px center/20px;
	background-color: rgba(246, 246, 246, 1);
}

.contact .contact_top .right input.company {
	background: url(../images/gs.png) no-repeat left 15px center/20px;
	background-color: rgba(246, 246, 246, 1);
}

.contact .contact_top .right textarea {
	width: 100%;
	height: 179px;
	background: rgba(246, 246, 246, 1);
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 5px;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	display: block;
	resize: none;
}

.contact .contact_top .right button {
	width: 161px;
	height: 47px;
	background: rgba(26, 103, 179, 1);
	border-radius: 24px;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	display: block;
	margin-top: 10px;
}

.contact .contact_list {
	margin: 100px 10% 0;
	padding: 35px 0%;
	border-top: 1px solid rgba(238, 238, 238, 1);
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.contact .contact_list ul {
	display: flex;
	justify-content: center;

}

.contact .contact_list li {
	width: 28%;
	margin-right: 5%;
}

.contact .contact_list li:last-child {
	margin-right: 0;
}

.contact .contact_list span.title {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 48px;
	margin-bottom: 20px;
	display: block;
}

.contact .contact_list span {
	font-size: 10px;
	font-family: Montserrat;
	font-weight: bold;
	color: rgba(194, 194, 194, 1);
	line-height: 27px;
}

.contact .contact_list p {
	font-size: 14px;
	font-family: OpenSans;
	font-weight: bold;
	color: rgba(108, 108, 108, 1);
	line-height: 26px;
}

.contact .contact_map img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.contact_top {
	margin: 0 10%;
}

.about .text1 {
	padding: 75px 15% 80px;
}

.about .text2 {
	background: rgba(238, 238, 238, 1);
	padding: 65px 15% 0;
}

.about .text1 h2,
.about .text2 h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	text-align: center;
	margin-bottom: 30px;
}

.about .text1 p,
.about .text2 p,
.about .text3 p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	line-height: 48px;
	text-align: center;
	max-width: 82%;
	margin: 0 auto;
}

.about .wrap {
	width: 100%;

}

.about .wrap img {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
}

.about .text3 {
	padding: 120px 15% 160px;
}

.Special_research .text {
	padding: 80px 0 120px;
}

.Special_research .text h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(18, 27, 31, 1);
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(229, 233, 237, 1);
	margin-bottom: 40px;
}

.Special_research .text .content p {
	color: #121b1f
}

.Special_research .contents {
	background: rgba(26, 103, 179, 1);
	padding: 50px 0 100px;
}

.Special_research .contents h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 60px;
}


.Special_research .contents li p.qus {
	line-height: 60px;
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	padding-left: 60px;
	height: 60px;
	overflow: hidden;
	background: url(../images/jia.png) no-repeat left 20px center;
	border: 2px solid rgba(255, 255, 255, 1);
}

.Special_research .contents li {
	margin-bottom: 20px;
}

.Special_research .contents li .ans {

	background: url(../images/shou.png) no-repeat left 20px top 20px;
	background-color: rgba(189, 222, 254, 1);
	padding: 0 20px 30px;
	margin-top: 20px;
	display: none;
}

.Special_research .contents li .ans span.title {
	line-height: 60px;
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(26, 104, 180, 1);
	display: block;
	padding-left: 50px;
	border-bottom: 1px solid rgba(165, 205, 243, 1);
}

.Special_research .contents li .ans .text {
	padding: 15px 40px 0;
}

.Special_research .contents li .ans .text p {
	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(26, 104, 180, 1);
	line-height: 30px;
}

.service .text {
	padding: 80px 0;
}

.service .text h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	border-bottom: 1px solid rgba(230, 233, 237, 1);
	padding-bottom: 30px;
}

.service .text h2 span {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
}

.service .text ul {
	margin-top: 50px;
}

.service .text li {
	width: 12%;
	height: 200px;

	max-width: 200px;
	margin: 0 2.5% 40px 0;
	float: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
}

.service .text li label {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 1);
	border: 6px solid rgba(204, 204, 204, 1);
	border-radius: 100px;
}

.service .text li input {
	display: none;
}

.service .text li input:checked+label {
	background: rgba(26, 104, 179, 1);
	border: 6px solid rgba(165, 205, 243, 1);
	color: #fff;
}

.service .text li.active {}

.service .text li:nth-of-type(7n) {
	margin-right: 0;
}

.service .content {
	background: rgba(253, 246, 227, 1);
	padding: 50px 0 70px;
}

.service .content h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #666;
	margin-bottom: 50px;
}

.service .content .choose {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(52, 52, 52, 1);
}

.service .content .choose div {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(52, 52, 52, 1);
	width: 85%;
}

.service .content input {
	display: block;
	height: 56px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	width: 100%;
	margin: 25px 0 10px;
}

.service .content form p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(154, 154, 154, 1);
}

.service .content form button {
	width: 201px;
	height: 60px;
	background: rgba(26, 104, 180, 1);
	box-shadow: 1px 2px 5px 0px rgba(18, 28, 32, 0.3);
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	text-align: center;
	margin-top: 40px;
}

.back_work .text1 {
	padding: 70px 0;
}

.back_work .text1 h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	margin-bottom: 20px;
	text-align: center;
}

.back_work .text1 p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	line-height: 30px;
	text-align: center;
}

.back_work .text1 .wrap>Ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	height: 350px;
}

.back_work .text1 .wrap>Ul>li {
	float: left;
	width: 300px;
	transition: all .3s;
	margin-right: 60px;
	border: 1px solid rgba(238, 238, 238, 1);
}

.back_work .text1 .wrap>Ul>li:last-child {
	margin-right: 0;
}

.back_work .text1 .wrap>Ul>li p.title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin: 0 25px;
	color: rgba(26, 104, 180, 1);
	line-height: 70px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	text-align: left;
}

.back_work .text1 .wrap>Ul>li ul {
	padding-top: 40px;
	height: 260px;
	overflow: hidden;
	margin: 0 25px;
}

.back_work .text1 .wrap>Ul>li li {
	font-size: 16px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	background: url(../images/gou.png) no-repeat left center;
	padding-left: 30px;
}

.back_work .text1 .wrap .choose {
	line-height: 54px;
	text-align: center;
	background: rgba(26, 104, 180, 1);
	border-radius: 0px 0px 3px 3px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: none;
	cursor: pointer;

}

.back_work .text1 .wrap>Ul>li:hover {
	transform: translateY(-20px);
	transform: scale(1.05);
}

.back_work .text1 .wrap>Ul>li:hover .choose {
	display: block;


}

.back_work .wrap {
	width: 1200px;
	max-width: 80%;
}

.back_work .text2 {

	background: rgba(238, 238, 238, 1);
	padding: 60px 0;
}

.back_work .text2 h2 {
	font-size: 36px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(52, 52, 52, 1);
	text-align: center;
	margin-bottom: 30px;
}

.back_work .text2 a {
	width: 120px;
	line-height: 40px;
	background: rgba(26, 104, 180, 1);
	box-shadow: 1px 2px 5px 0px rgba(18, 28, 32, 0.3);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	display: block;
	margin: 0 auto;
	text-align: center;
}

.back_work .text3 {
	padding: 80px 0;
}

.back_work .text3 h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	text-align: center;
	margin-bottom: 30px;
}

.back_work .text3 p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	text-align: center;
}

.back_work .text3 .content {
	margin-top: 100px;
	position: relative;
	background: url(../images/d1.png) no-repeat top center/40%;
}

.back_work .text3 .content li {
	margin-bottom: 80px;
}

.back_work .text3 .content li:nth-of-type(odd) {
	width: 20%;
	float: left;

}

.back_work .text3 .content li:nth-of-type(even) {
	float: left;
	margin-left: 60%;
	width: 20%;

}

.back_work .text3 .content li span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(19, 28, 32, 1);
	line-height: 30px;
	display: block;
	text-align: right;
}

.back_work .text3 .content li p {
	font-size: 16px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	line-height: 25px;
	margin-top: 15px;
	height: 75px;
	overflow: hidden;
	text-align: right;

}

.back_work .text4 {
	background: url(../images/item3-bg.png) no-repeat top center/cover;
	padding: 60px 0 100px;
}

.back_work .text4 h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 70px;
}

.back_work .text4 li {
	float: left;
	width: 16.6%;
}

.back_work .text4 li img {
	display: block;
	margin: 0 auto 25px;
}

.back_work .text4 li p {
	width: 90%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	background: url(../images/bg4.png) no-repeat center center;
}

.back_work .text4 li:last-child p {
	background: url(../images/bg5.png) no-repeat center center;
}

.back_work .text5 {
	padding: 85px 0 150px;
}

.back_work .text6 ul {
	margin-top: 100px;
}

.back_work .text6 {
	padding-bottom: 60px;
}

.back_work .text6 li {
	width: 16.6%;
	height: 79px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_work .text6 li:hover {
	box-shadow: 0 0 3px #ccc;
}

.back_work .text6 li img {
	max-width: 100%;

	max-height: 100%;

}

.back_work .text5 ul {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.back_work .text5 h2,
.back_work .text6 h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	text-align: center;
	margin-bottom: 30px;
}

.back_work .text5 p,
.back_work .text6 p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
	line-height: 30px;
	text-align: center;
}

.back_work .text5 li {
	float: left;
	width: auto;
	padding-right: 6%;
	background: url(../images/arrow.png) no-repeat right center;
}

.back_work .text5 li span {
	display: block;
	text-align: center;
	font-size: 48px;
	font-family: Arenq;
	font-weight: 400;
	color: rgba(154, 154, 154, 1);
	margin-bottom: 25px;
	line-height: 50px;
}

.back_work .text5 li p {
	font-size: 16px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(19, 28, 32, 1);
}

.back_work .text5 li img {
	display: block;
	margin: 0 auto 30px;
	width: 80px;
	height: 80px;

}

.back_work .text5 li:last-child {
	background: none;
	padding-right: 0;
}

.back_work .text5 li span {
	display: block;
}
.xq_box ul,.xq_box ul li{
 border: none;   
}
.xq_box ul li:last-child{
    border: none;
}.xq_box ul li{
    line-height: 30px;
}

.xq_box .xq_title .title_p {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(22, 54, 78, 1);
	text-align: center;
	margin-bottom: 30px;
}

.xq_box .xq_title .time {
	text-align: justify;
	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(22, 54, 78, 1);
}

.xq_box .xq_title .time span:first-child {
	padding-left: 30px;
	background: url(../images/ico7.png) no-repeat left center;
}

.xq_box .xq_title .time span:last-child {
	padding-left: 30px;
	background: url(../images/ico8.png) no-repeat left center;
}

.newslist .wrap {
	width: 80%;
	margin: 0 auto;
}

.xq_box .content {
	padding-top: 60px;
}

.xq_box .content p {
	font-size: 18px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(22, 54, 78, 1);
	line-height: 30px;
	text-align: justify;
}

.xq_box .content img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}


.layer {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.layer .popup {
	background: rgba(253, 246, 227, 1);

	width: 1200px;
	padding: 55px 50px 70px;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.layer .popup img.delete {
	position: absolute;
	top: 20px;
	right: 20px;
}

.layer .popup h2 {
	font-size: 48px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(52, 52, 52, 1);
	margin-bottom: 40px;
}

.layer .popup p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(52, 52, 52, 1);

}

.layer .popup p span {
	margin-left: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(52, 52, 52, 1);
}

.layer .popup form p {
	font-size: 24px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: rgba(154, 154, 154, 1);
}

.layer .popup input {
	width: 100%;
	height: 56px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	padding-left: 10px;
	box-sizing: border-box;
	margin: 30px 0 10px;

}

.layer .popup button {
	width: 201px;
	line-height: 60px;
	margin-top: 45px;
	display: block;
	background: rgba(26, 104, 180, 1);
	box-shadow: 1px 2px 5px 0px rgba(18, 28, 32, 0.3);
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);

}

.morearticle {
	background: url(../images/bg3.png) no-repeat top center;
	padding: 60px 0;
}

.morearticle a {
	width: 220px;
	line-height: 40px;
	background: rgba(26, 104, 180, 1);
	box-shadow: 1px 2px 5px 0px rgba(18, 28, 32, 0.3);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	display: block;
	margin: 0 auto;
	text-align: center;
}

#top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 98;
}

.phoneheader,
.mobile-container,
.phonebanner {
	display: none;
}

.banner .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 108px;
	height: 46px;
	background: rgba(255, 255, 255, 0.2);
	z-index: 999;
}

.progress-bar {
	position: relative;
}

.indexbox3 .content table .progress-bar:after {
	content: '';
	display: block;
	width: 0;
	height: 15px;
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #0899D9;
	/* border-top: 12px solid transparent; */
	/* border-left: 12px solid #6fabc0; */
	/* border-bottom: 9px solid transparent; */
	position: absolute;
	right: -10px;
	/* top: -2px;

	/* border-top: 10px solid #6fabc0;
	border-bottom: 10px solid #6fabc0;
	border-left: 10px solid #6fabc0;
	position: absolute;
	right: -10px;
	top: 0;
	border-top:10px solid transparent; */
}

.banner .btn .swiper-button-prev {
	background: url(../images/next.png) no-repeat center;
	transform: rotate(180deg);
}

.banner .btn .swiper-button-next {
	background: url(../images/next.png) no-repeat center;
}