@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	
}

body{
	/*line-height:1.0;*/.
	color: #333;
	/*font-size: 0.12rem;*/
	background: #fff;
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
}

div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}

table{
	outline:none;
	border-collapse: collapse;
}

th,td,tr{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

a,a:hover, a:visited ,a:active{
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}

img{
	font-size: 0.12rem;
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;
	text-align: center;
	/*display: block;*/
	position: relative;
}
/* img:before{
	content: "因为未知原因，图片加载失败 :(";
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
} */
img:after {
	content: "\f1c5" " " attr(alt);
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent; */
	background-color: #ddd;
}

/* 预设样式 */

.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

.clear,.clr{
	clear:both;
	overflow:hidden;
}

.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}

.container{ 
	margin-left: auto;
	margin-right: auto;
	padding-left:2%;
	padding-right:2%;
}

.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:340%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}

/* 移动端设置 */
.w1200{
	width: 1200px;
}
.w750{
	max-width: 750px;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
.w670{
	width: 90%;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* 顶部top */
.bg-blue{
	background-color: #20a7f6;
}
.bg-blur-blue{
	background-color: #e0eeff;
}
.bg-eee{
	background-color: #eeeeee;
}
.bg-f6{
	background-color: #f6f6f6;
}
.bg-f5{
	background-color: #f5f5f5;
}
.bg-f0{
	background-color: #f0f0f0;
}
.bg-f{
	background-color: #fff;
}

/* 轮播banenr */
.banner-spec{
	height: 546px;
	text-align: center;
	/* margin-bottom: 30px; */
	overflow: hidden;
}
/* .banner-spec a{
	display: block;
} */
.banner-spec img{
	display: inline-block;
	/*margin: 0 -100%;*/
}
.colospec{
	padding-top: 30px;
	padding-bottom: 30px;
}
.title-spec{
	text-align: center;
}
.title-spec h2{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: -2px;
	color: #041469;
	position: relative;
}
.title-spec h2:before,.title-spec h2:after{
	content: "";
	display: block;
	width: 5px;
	height: 56px;
	transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	background-color: #041469;
	position: absolute;
	top: 16px;
}
.title-spec h2:before{
	left: -30px;
}
.title-spec h2:after{
	right: -30px;
}
.inline-title h2:before,.inline-title h2:after{
	top: -5px;
}
/*  */
.colospec-a-text{
	margin-top: 40px;
	margin-bottom: 40px;
}
.colospec-a-text p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #363636;
}
.colospec-a-box{
	background-color: #041469;
	height: 476px;
	position: relative;
	z-index: 0;
}
.csa-box{
	position: relative;
	z-index: 1;
}
.csa-box img{
	display: block;
	width: 100%;
	height: 100%;
}
.csa-text{
	position: absolute;
	z-index: 20;
	bottom: 30px;
	left: 50%;
	margin-left: -600px;
	/* height: 111px; */
}
.csa-text ul{
	width: 1000px;
	margin-left: 65px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.csa-text ul li{
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.csa-btm{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 111px;
	background-color: #213e68;
	z-index: 1;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(Opacity=40);
}
.colospec-a-btm{
	height: 18px;
}
.colospec-a-btm span{
	float: right;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #484848;
}
/* 第二部分 */
.colospec-b-box{
	margin-top: 30px;
	margin-bottom: 30px;
	height: 700px;
	background: url(../images/colimg-02.jpg) center no-repeat;
	position: relative;
}
.colospec-b-box ul{}
.colospec-b-box ul li{
	position: absolute;
}
.colospec-b-box ul li:nth-child(1){
	left: 180px;
	top: 465px;
}
.colospec-b-box ul li:nth-child(2){
	left: 175px;
	top: 120px;
}
.colospec-b-box ul li:nth-child(3){
	left: 430px;
	top: 13px;
}
.colospec-b-box ul li:nth-child(4){
	right: 185px;
	top: 136px;
}
.colospec-b-box ul li:nth-child(5){
	right: 171px;
	top: 354px;
}
.colospec-b-box ul li:nth-child(6){
	left: 440px;
	top: 614px;
}
.colospec-b-box ul li h5{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #363636;
}
.colospec-b-box ul li p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	font-size: 18px;
	color: #6b6b6b;
}
.colospec-btn{
	text-align: center;
}
.colospec-btn a{
	display: inline-block;
	vertical-align: middle;
	width: 505px;
	height: 42px;
	background-color: #041469;
	border-radius: 6px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
}
.colospec-btn a:before{
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 3px;
	height: 58px;
	left: 20px;
	top: -9px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* 第三部分 */
.colospec-c-box{
	margin-top: 30px;
	margin-bottom: 30px;
}
.colospec-c-box ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.colospec-c-box ul li{
	width: 276px;
	height: 221px;
}
.colospec-c-box ul li img{
	display: block;
	width: 100%;
}

/* 第四部分 */
.colospec-d-box{
	margin-top: 70px;
	margin-bottom: 50px;
	height: 296px;
	position: relative;
	z-index: 0;
	background: url(../images/colimg-04-bg.jpg) center no-repeat;
}
.csd-box-text{
	position: absolute;
	z-index: 1;
	width: 492px;
	height: 350px;
	background-color: #32364a;
	top: -28px;
	left: 75px;
}
.csd-box-text p{
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 50px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #fffefe;
}
.csd-box-text p b{
	color: #f8bb5d;
}

/* 第五部分 */
.colospec-e-box{
	margin-top: 30px;
	margin-bottom: 10px;
}
.colospec-e-box p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #363636;
	text-indent: 182px;
}
.colospec-e-box ul{
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.colospec-e-box ul li{
	width: 285px;
	height: auto;
}
.colospec-e-box ul li dl{}
.colospec-e-box ul li dl dt{
	display: block;
	width: 285px;
	height: 181px;
	margin-bottom: 10px;
}
.colospec-e-box ul li dl dt img{
	width: 100%;
	height: 100%;
}
.colospec-e-box ul li dl dd{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #363636;
	text-align: center;
}

/* 第六部分 */
.colospec-f-text{
	margin-top: 30px;
	margin-bottom: 25px;
}
.colospec-f-text p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #363636;
	text-indent: 2em;
	padding-left: 130px;
	padding-right: 130px;
}
.colospec-f-box{
	width: 1074px;
	height: 533px;
}
.csf-box{
	margin-left: 30px;
	margin-right: 30px;
}
.csf-box ul{
	padding-top: 15px;
}
.csf-box ul li{
	margin-bottom: 5px;
	font-size: 0;
	line-height: 1;
}
.csf-box ul li dl{
	
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.csf-box ul li dl dt{
	width: 162px;
	text-align: center;
	background-color: #735c39;
}
.csf-box ul li:first-child dl dt{
	background: #fff;
}
.csf-box ul li dl dt h6{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.csf-box ul li dl dd{
	text-align: center;
	width: 278px;
}
.csf-box ul li dl dd h5{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #363636;
}
.csf-box ul li dl dd img{
	display: block;
	width: 278px;
	height: 109px;
}
.csf-text{
	width: 542px;
}
.csf-text ul{}
.csf-text ul li{
	margin-bottom: 10px;
}
.csf-text ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.csf-text ul li dl dt{
	width: 133px;
	height: 34px;
	margin-right: 14px;
	background-color: #041469;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.csf-text ul li dl dd{
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #363636;
}

/* 第七部分 */
.colospec-g-box{
	margin-top: 30px;
}
.colospec-g-box ul{}
.colospec-g-box ul li{
	margin-bottom: 20px;
}
.colospec-g-box ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.colospec-g-box ul li dl dt{
	width: 229px;
	height: 229px;
	margin-right: 20px;
}
.colospec-g-box ul li dl dt img{}
.colospec-g-box ul li dl dd{
	width: 852px;
	height: 229px;
}
.colospec-g-box ul li dl dd img{}

/* 第八部分 */
.colospec-h-box{
	width: 1140px;
	margin-top: 40px;
	border-radius: 25px 25px 25px 0;
	/* overflow: hidden; */
}
.colospec-h-box ul{}
.colospec-h-box ul li{}
.colospec-h-box ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.colospec-h-box ul li dl dt{
	width: 570px;
	height: 250px;
}
.colospec-h-box ul li dl dt img{
	width: 100%;
}
.colospec-h-box ul li dl dd{
	box-sizing: border-box;
	width: 570px;
	height: 250px;
	padding-left: 35px;
	padding-top: 45px;
	padding-right: 50px;
	position: relative;
}
.colospec-h-box ul li dl dd h3{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #323232;
	margin-bottom: 30px;
}
.colospec-h-box ul li dl dd p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #525252;
}
.colospec-h-box ul li dl dd em,.colospec-h-box ul li dl dd span{
	position: absolute;
	display: block;
	width: 27px;
	height: 7px;
	background-color: #01164e;
	bottom: 24px;
}
.colospec-h-box ul li dl dd em{
	right: 23px;
}
.colospec-h-box ul li dl dd span{
	left: 23px;
}

/* 第九部分 */
.colospec-i-box{
	margin-top: 30px;
}
.csi-box-title{
	width: 600px;
	height: 57px;
}
.csi-box-title img{
	width: 100%;
}
.csi-box-text{
	margin-top: 24px;
}
.csi-box-text p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #363636;
	text-indent: 65px;
}
.csi-box-img{
	width: 754px;
	height: 344px;
	margin-top: 30px;
}
.csi-box-img img{
	width: 100%;
}

/* 第十部分 */
.colospec-j-box{
	margin-top: 30px;
}
.colospec-j-box ul{}
.colospec-j-box ul li{
	
}
.colospec-j-box ul li:nth-child(1){
	margin-left: 303px;
}
.colospec-j-box ul li:nth-child(2){
	margin-left: 106px;
}
.colospec-j-box ul li:nth-child(3){
	margin-left: 542px;
}
.colospec-j-box ul li:nth-child(4){
	margin-left: 288px;
	margin-top: -10px;
}
.colospec-j-box ul li:nth-child(5){
	margin-left: 601px;
	margin-top: -10px;
}
.colospec-j-box ul li:nth-child(6){
	margin-left: 468px;
	margin-top: -10px;
}
.colospec-j-box ul li img{}

/* 第十一部分 */
.colospec-l-title{
	width: 592px;
	height: 62px;
}
.colospec-l-title img{}
.colospec-l-box{
	margin-top: 40px;
}
.colospec-l-box ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.colospec-l-box ul li{
	box-sizing: border-box;
	width: 400px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.colospec-l-box ul li:nth-child(4),
.colospec-l-box ul li:nth-child(5),
.colospec-l-box ul li:nth-child(6){
	border-bottom: none;
	padding-top: 20px;
}
.colospec-l-box ul li:nth-child(3n){
	border-right: none;
}
.colospec-l-box ul li dl{
	min-height: 245px;
}
.colospec-l-box ul li dl dt{
	width: 92px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
}
.colospec-l-box ul li dl dt img{}
.colospec-l-box ul li dl dd{
	
}
.colospec-l-box ul li dl dd h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #1c1815;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.colospec-l-box ul li dl dd p{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #525252;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}

/* 第十二部分 */
.colospec-k-box{
	overflow: hidden;
	margin-top: 30px;
	z-index: 0;
}
.csk-hd{
	position: relative;
	z-index: 1;
}
.csk-hd ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.csk-hd ul li{
	margin-left: 6px;
	margin-right: 6px;
	width: 191px;
	height: 48px;
	background-color: #a7a7a7;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.csk-hd ul li:hover,.csk-hd ul li.on{
	background-color: #735c39;
}
.csk-hd a{
	width: 47px;
	height: 129px;
	position: absolute;
	display: block;
	z-index: 15;
	cursor: pointer;
}
.csk-hd a.prev-spec{
	top: 240px;
	left: 0;
	background: url(../images/icon-spec-prev.png) center no-repeat;
}
.csk-hd a.next-spec{
	top: 240px;
	right: 0;
	background: url(../images/icon-spec-next.png) center no-repeat;
}
.csk-bd{
	position: relative;
	margin-top: 42px;
}
.csk-bd ul{}
.csk-bd ul li{}
.csk-bd ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.csk-bd ul li dl dd{
	width: 490px;
	height: 550px;
	margin-right: 40px;
	position: relative;
}
.csk-bd ul li dl dd h4{
	font-size: 55px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #735c39;
	padding-top: 10px;
	margin-bottom: 15px;
}
.csk-bd ul li dl dd h5,.csk-bd ul li dl dd h6{
	display: inline-block;
	width: 102px;
	height: 32px;
	
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	text-indent: 1em;
	margin-top: 30px;
	margin-bottom: 15px;
}
.csk-bd ul li dl dd h5{
	background-color: #606060;
}
.csk-bd ul li dl dd h6{
	background-color: #735c39;
}
.csk-bd ul li dl dd p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #606060;
}
.csk-bd ul li dl dd a{
	position: absolute;
	display: inline-block;
	width: 126px;
	height: 48px;
	border-radius: 24px;
	background: #fe3509;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	color: #fff;
	bottom: 40px;
}
.csk-bd ul li dl dt{
	width: 491px;
	height: 551px;
	background-color: #585858;
}
.csk-bd ul li dl dt img{
	width: 100%;
}


/* 第十三部分 */
.colospec-n-box{
	margin-top: 40px;
	margin-bottom: 50px;
}
.colospec-n-box ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.colospec-n-box ul li{
	width: 290px;
	box-sizing: border-box;
}
.colospec-n-box ul li dl{}
.colospec-n-box ul li dl dt{
	width: 290px;
	height: 210px;
	
}
.colospec-n-box ul li dl dt img{}
.colospec-n-box ul li dl dd{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #525252;
	text-align: center;
	margin-top: 10px;
}

/* 频道页 */

