﻿@charset "utf-8";
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/**banner**/
.banner{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/banner_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
  background-position: 50% 50%;
}
.banquan{
	position: fixed;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #09062c;
	font-size: 14px;
	font-family: arial;
}
/**头部**/
.header{
	position: fixed;
	left: 0;
	background: #fff;
	top: 0;
	width: 100%;
	height: 96px;
	z-index: 9;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.logo{
	width: 112px;
	float: left;
	display: block;
	margin-top: 18px;
}
.nav{
	float: left;
	margin-left: 165px;;
}
.nav ul li{
	float: left;
	font-size: 20px;
}
.nav ul li a{
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 25px 34px 0;
	height: 96px;
}
.nav ul li a em{
	margin-top: 5px;
	font-style: normal;
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.nav ul li:hover,
.nav ul li.cur{
	background: #d52b21;
}
.nav ul li:hover a,
.nav ul li.cur a,
.nav ul li:hover a em,
.nav ul li.cur a em{
	color: #fff;
}
.sub{
	background: rgba(229,40,40,.8);
	height: 60px;
	position: fixed;
	left: 0;
	top: 96px;
	width: 100%;
	z-index: 2;
}
.sub ul li{
	float: left;
	width: 33.33333%;
}
.sub ul li .bt{
	float: left;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 5px;
	color: #fff;
	padding: 0 18px;
	font-size: 18px;
	line-height: 32px;
	margin-top: 12px;
	display: inline-block;
}
.sub ul li .bt.cur,
.sub ul li .bt:hover{
	border-color: #fff;
}
.sub ul li .t{
	float: left;
}
.sub ul li .t a{
	float: left;
	display: block;
	color: #ffc8c8;
	font-size: 16px;
	margin: 14px 25px 0;
	padding: 5px 0;
	position: relative;
	border-bottom: 2px solid transparent;
}
.sub ul li .t a:before{
	content: "";
	position: absolute;
	right: -25px;
	top: 9px;
	width: 1px;
	height: 15px;
	background: #ffc8c8;
}
.sub ul li .t a:last-child::before{
	display: none;
}
.sub ul li .t a.cur,
.sub ul li .t a:hover{
	color: #fff;
	border-bottom-color:#fff;
}
.fixed_ewm{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 124px;
	line-height: 0;
	z-index: 9;
}
.mian{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
  background-position: 50% 50%;
  padding-top: 198px;
}
.mian_box{
	width: 1200px;
	height: 86%;
	margin: 0 auto;
	overflow: auto;
	background: rgba(255,255,255,.92);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.mian_box .mian_con{
	padding: 60px;
}

.mian_box .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
}
.mian_box .swiper-scrollbar-drag{
	background: #d52b21;
}
.title h3{
	color: #d9302f;
	font-size: 40px;
	float: left;
	margin-right: 18px;
	font-family: MFDianHei-Bold;
	line-height: 40px;
}
.title i{
	display: inline-block;
	float: left;
	width: 340px;
	height: 10px;
	margin-top: 12px;
	background: url(../images/icon1.png) no-repeat center center;
}
.name{
	margin-top: 15px;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}
.name span{
	color: #d52b21;
	font-size: 22px;
}
.chuancheng .imgbox{
	margin-top: 52px;
	margin-bottom: 55px;
	text-align: center;
}
.chuancheng .imgbox li{
	display: inline-block;
	width: 160px;
	line-height: 0;
	margin: 0 45px;
}
.chuancheng .fzlc_list{
	margin-top: 40px;
	background: url(../images/ls_bg.png) no-repeat center top;
	min-height: 1406px;
}
.chuancheng .fzlc_list ol li{
	float: left;
	width: 100%;
	text-align: right;
}
.chuancheng .fzlc_list ol li .text{
	position: relative;
	padding-right: 32px;
}
.chuancheng .fzlc_list ol li .text:before{
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: #ffb430;
	border-radius: 50%;
}
.chuancheng .fzlc_list ol li:nth-child(2n){
	text-align: left;
}
.chuancheng .fzlc_list ol li:nth-child(2n) .text{
	padding-left: 32px;
	padding-right: 0;
	float: right;
}
.chuancheng .fzlc_list ol li:nth-child(2n) .text::before{
	left: 0;
	right: auto;
}
.chuancheng .fzlc_list ol li .num{
	font-family: DIN1451EF-EngNeu;
	color: #d52428;
	font-size: 34px;
}
.chuancheng .fzlc_list ol li .bt{
	color: #d52428;
	font-size: 18px;
}
.chuancheng .fzlc_list ol li .t{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.chuancheng .fzlc_list ol li.li1 .text{
	margin-top: -5px;
	width: 49.2%;
}
.chuancheng .fzlc_list ol li.li2 .text{
	width: 48.6%;
}
.chuancheng .fzlc_list ol li.li3 .text{
	width: 44.5%;
}
.chuancheng .fzlc_list ol li.li4 .text{
	width: 44%;
	margin-top: 22px;
}
.chuancheng .fzlc_list ol li.li5 .text{
	width: 44%;
}
.chuancheng .fzlc_list ol li.li6 .text{
	width: 51%;
	margin-top: 10px;
}
.chuancheng .fzlc_list ol li.li7 .text{
	width: 49.8%;
	margin-top: 5px;
}
.chuancheng .fzlc_list ol li.li8 .text{
	width: 48%;
}
.chuancheng .fzlc_list ol li.li9 .text{
	width: 46%;
}
.chuancheng .fzlc_list ol li.li10 .text{
	width: 54%;
	margin-top: -20px;
}
.fixed_box{
	position: fixed;
	z-index: 2;
	bottom: 150px;
	right: 0;
	width: 186px;
	height: 392px;
	background: url(../images/fixed_bg.png) no-repeat center center;
	padding: 26px 0 0 23px;
}
.fixed_box ul{
	width: 128px;
}
.fixed_box ul li{
	float: left;
	width: 100%;
	margin-bottom: 27px;
}
.fixed_box ul li .img{
	line-height: 0;
}
.fixed_box ul li p{
	margin-top: 5px;
	color: #444444;
	font-size: 16px;
	text-align: center;
}
.jianshou .olList{
	margin-bottom: 40px;
}
.jianshou .olList li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
}
.jianshou .olList li:nth-child(3n){
	margin-right: 0;
}
.jianshou .olList li .icon{
	float: left;
	width: 100px;
	line-height: 0;
}
.jianshou .olList li .text{
	float: right;
	width: 65%;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 100px;
	display: table;
}
.jianshou .olList li .text p{
	display: table-cell;
  vertical-align: middle;
}
.jianshou .olList li .text span{
	color: #d52428;
}
.jianshou .gongxian_img{
	margin-top: 35px;
}
.jianshou .js_text{
	margin-top: 25px;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}
.jianshou .js_text span{
	color: #d9302f;
}
.zhigen .imgbox{
	margin-top: 40px;
}
.zhigen .imgbox span{
	display: block;
	width: 50%;
	float: left;
	line-height: 0;
}
.zhigen .olBox{
	margin-top: 40px;
}
.zhigen .olBox li{
	float: left;
	width: 20%;
	text-align: center;
}
.zhigen .olBox li .icon{
	line-height: 0;
}
.zhigen .olBox li .t{
	margin-top: 15px;
	color: #333333;
	font-size: 17px;
	line-height: 26px;
}
.zhigen .olBox li .t span{
	color: #d52b21;
	font-size: 20px;
}
.weilai .img{
	line-height: 0;
	margin-top: 40px;
}
.hksh .hksh_t1{
	margin-top: 40px;
}
.hksh .hksh_t1 li{
	background: url(../images/hksh_bg.png) no-repeat center center;
	width: 250px;
	height: 131px;
	text-align: center;
	float: left;
	padding-top: 22px;
	margin-right: 26px;
}
.hksh .hksh_t1 li:nth-child(4n){
	margin-right: 0;
}
.hksh .hksh_t1 li h3{
	color: #d52b21;
	font-size: 24px;
	line-height: 30px;
}
.hksh .hksh_t1 li p{
	color: #666666;
	font-size: 18px;
	margin-top: 8px;
}
.hksh .hksh_t2{
	margin-top: 40px;
	margin-bottom: 40px;
}
.hksh .hksh_t2 dl{
	float: left;
	width: 690px;
}
.hksh .hksh_t2 dl dt,
.hksh .hksh_t2 dl dd{
	width: 47.2%;
}
.hksh .hksh_t2 dl dt .num,
.hksh .hksh_t2 dl dd .num{
	color: #d9302f;
	font-size: 32px;
	font-family: DIN1451EF-EngNeu;
}
.hksh .hksh_t2 dl dt .t,
.hksh .hksh_t2 dl dd .t{
	margin-bottom: 15px;
}
.hksh .hksh_t2 dl dt p,
.hksh .hksh_t2 dl dd p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.hksh .hksh_t2 .img{
	float: right;
	width: 390px;
	line-height: 0;
	margin-top: 119px;
}
.hksh .hksh_t3{
	margin-top: 30px;
}
.hksh .hksh_t3 dt{
	width: 600px;
	color: #333333;
	font-size: 20px;
	line-height: 34px;
}
.hksh .hksh_t3 dt span{
	font-weight: bold;
}
.hksh .hksh_t3 dt .d1{
	color: #d9302f;
	font-weight: bold;
}
.hksh .hksh_t3 dd{
	width: 460px;
}
.hksh .hksh_t3 dd span{
	margin-bottom: 10px;
	width: 32%;
	display: block;
	border: 2px solid #ec6d5b;
	border-radius: 5px;
	margin-right: 2%;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #555555;
	font-size: 15px;
}
.hksh .hksh_t3 dd span:nth-child(3n){
	margin-right: 0;
}
.hksh .hksh_t4{
	margin-top: 30px;
	background: url(../images/hksh_bg2.png) no-repeat center center;
	height: 128px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 22px;
}
.hksh .hksh_t4 h3{
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: normal;
}
.hksh .hksh_t5{
	margin-top: 30px;
}
.hksh .hksh_t5 ul li{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.hksh .hksh_t5 ul li:last-child{
	margin-bottom: 0;
}
.hksh .hksh_t5 ul li .img{
	width: 455px;
	line-height: 0;
	float: left;
}
.hksh .hksh_t5 ul li .text{
	float: right;
	width: 604px;
}
.hksh .hksh_t5 ul li .text h3{
	color: #d9302f;
	font-size: 22px;
	line-height: 30px;
}
.hksh .hksh_t5 ul li .text h3 span{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
}
.hksh .hksh_t5 ul li .text .t{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.join .join_list1{
	margin: 40px 0;
}
.join .join_list1 li{
	float: left;
	width: 33.333333%;
	text-align: center;
}
.join .join_list1 li .icon{
	line-height: 0;
}
.join .join_list1 li .t{
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.join .join_list2{
	margin-top: 40px;
}
.join .join_list2 li{
	float: left;
	width: 25%;
	text-align: center;
}
.join .join_list2 li .icon{
	line-height: 0;
}
.join .join_list2 li .b{
	margin-top: 15px;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}
.join .join_list2 li .t{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.xuanjian .text_t1{
	margin-top: 30px;
	margin-bottom: 50px;
	color: #333333;
	font-size: 22px;
	line-height: 40px;
}
.xuanjian .text_t1 span{
	color: #d9302f;
	font-size: 24px;
}
.xuanjian .text_t2{
	margin-top: 40px;
	background: url(../images/xj_bg.png) no-repeat center top;
	min-height: 1204px;
}
.xuanjian .text_t2 li{
	float: left;
	width: 100%;
}
.xuanjian .text_t2 li .text{
	float: right;
	width: 50%;
}
.xuanjian .text_t2 li .text .icon{
	width: 86px;
	line-height: 0;
	float: left;
}
.xuanjian .text_t2 li .text .t{
	float: left;
	margin-left: 25px;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	padding-top: 11px;
}
.xuanjian .text_t2 li .text .t p:first-child{
	color: #d52428;
}
.xuanjian .text_t2 li .text .t p:last-child span.dz{
	color: #333333;
	font-size: 20px;
}
.xuanjian .text_t2 li .text .t p:last-child span{
	display: block;
	float: left;
	margin-right: 20px;
}
.xuanjian .text_t2 li:nth-child(2n) .text{
	float: left;
	text-align: right;
}
.xuanjian .text_t2 li:nth-child(2n) .text .icon{
	float: right;
}
.xuanjian .text_t2 li:nth-child(2n) .text .t{
	float: right;
	margin-left: 0;
	margin-right: 25px;
}
.xuanjian .text_t2 li:nth-child(2n) .text .t p:last-child span{
	margin-right: 0;
	margin-left: 20px;
}
.jobs .imgTop{
	line-height: 0;
	margin-top: 30px;
	margin-bottom: 40px;
}
.jobs .tabs{
	margin-top: 35px;
}
.jobs .tabs ul li{
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.jobs .tabs ul li:last-child{
	margin-bottom: 0;
}
.jobs .tabs ul li .bt{
	background: #f6f6f5;
	line-height: 57px;
	color: #333333;
	font-size: 18px;
	border-left: 3px solid #f35f5f;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}
.jobs .tabs ul li .bt:before{
	content: "";
	position: absolute;
	right: 20px;
	top: 10px;
	width: 36px;
	height: 36px;
	/*background: url(../images/more1.png) no-repeat center center/cover;*/
}
.jobs .tabs ul li .text{
	padding: 30px 40px 40px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.jobs .tabs ul li .text .tit{
	color: #333333;
	font-size: 18px;
}
.jobs .tabs ul li .text .more{
	margin-top: 30px;
}
.jobs .tabs ul li .text .more a{
	display: block;
	width: 157px;
	height: 47px;
	background: url(../images/more2.png) no-repeat center center;
	line-height: 47px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.jobs .tabs ul li .text .more a i{
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 21px;
	position: relative;
	top: 4px;
	background: url(../images/jt01.png) no-repeat center center/cover;
}
.jobs .tabs ul li.cur .bt:before{
	background-image: url(../images/more3.png);
}
.fqa .tabs{
	margin-top: 35px;
}
.fqa .tabs ul li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.fqa .tabs ul li:last-child{
	margin-bottom: 0;
}
.fqa .tabs ul li .bt{
	line-height: 57px;
	color: #333333;
	font-size: 18px;
	padding: 0 35px;
	position: relative;
	cursor: pointer;
	float: right;
	width: 98.2%;
	background: #f6f6f5;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #f35f5f;
}
.fqa .tabs ul li .bt:before{
	content: "";
	position: absolute;
	right: 20px;
	top: 10px;
	width: 36px;
	height: 36px;
	background: url(../images/more1.png) no-repeat center center/cover;
}
.fqa .tabs ul li .bt::after{
	content: "";
	position: absolute;
	left: -23px;
	top: 7px;
	width: 43px;
	height: 43px;
	background: url(../images/fqa1.png) no-repeat center center/cover;
}
.fqa .tabs ul li .text{
	padding: 20px 35px 40px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	width: 98.2%;
	float: right;
	background: #f6f6f5;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #f35f5f;
	position: relative;
}
.fqa .tabs ul li .text:before{
	content: "";
	position: absolute;
	left: -23px;
	top: 10px;
	width: 43px;
	height: 43px;
	background: url(../images/fqa2.png) no-repeat center center/cover;
}
.fqa .tabs ul li.cur .bt:before{
	background-image: url(../images/more3.png);
}
/*.tabs ul li .text{
	display: none;
}*/
.more a{color: #333;}

