@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	
}

body{
	
	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 {
	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: 12px;
	line-height: 1.0;
}

.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

.clear,.clr{
	clear:both;
	overflow:hidden;
	height: 0;
}

.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%;
}
.w1300{
	width:1300px;
}
.w1200,.w1300{
	margin-left: auto;
	margin-right: auto;
}

.w1200{
	width:1200px;
}

.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%;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

/* 基础样式 */

.bg-f{
	background: #fff;
}

.bg-f5{
	background: #f5f5f5;
}

h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	color: #404040;
}

p{
	/* font-size: 16px; */
	/* font-weight: normal;
	line-height: 22px;
	color: #404040; */
}

.wrapper{
	width: 1200px;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.main_container_wrapper *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

/* banner */
.banner_wrapper{
	height: 450px;
}
.banner_wrapper a img{
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.zt_title{
	background: url(../images/title_bg.png) no-repeat center;
	height: 80px;
	text-align: center;
	margin: 40px auto;
}

.zt_title h2{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #16529d;
}
.zt_title p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #666666;
}

/* col1 */
.col1{
	text-align: center;
}
.bd_bottom{
	border-bottom: solid 8px #f8bb5d;
}
.col1_box{
	background-color: #f3f3f3;
	padding-top: 1px;
}
.col_title{
	text-align: center;
	height: 130px;
	background: url(../images/title_border.png) no-repeat center bottom;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
}
.col_title b{
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #16529d;
}
.col_title b em{
	vertical-align: middle;
	background: url(../images/line.png)no-repeat center;
	width: 21px;
	height: 99px;
	display: inline-block;
}
.col_title h3{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #282828;
	text-align: left;
	line-height: 40px;
}
.col_title h3 span{
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #282828;
}

/* col2 */
.col2_box{
	align-items: center;
}
.col2_box ul{
	width: 530px;
}
.col2_box ul li{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 38px;
}
.col2_box ul li:before{
	content: '';
	display: inline-block;
	width:6px;
	height:6px;
	border-radius: 50%;
	background-color: #16529d;
	margin:0 9px;
	vertical-align: middle;
}

.col2_box ul li span{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #16529d;
}

/* col3 */
.col3_box{
	background: url(../images/col3_bg.png) no-repeat center;
	height: 503px;
	align-items: center;
}
.col3_box ul{
	background: url(../images/col3_img1.png) no-repeat center;
	height: 367px;
	padding-top: 50px;
	
}
.col3_box ul li b{
	font-family: Impact;
	font-size: 54px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #f8bb5d;
	margin-right: 10px;
}
.col3_box ul li{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #282828;
	padding-left: 79px;
	width: 530px;
	margin: 20px 0;
}

/* col4 */
.col4_cont{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
.col4_box p{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #1b74a1;
}

/* col5 */
.col5_box{
	background: url(../images/col5_img1.png) no-repeat center;
	height: 445px;
	position: relative;
}
.col5_box b{
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ff9b00;
	padding-left: 55px;
}
.col5_box p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.col5_box div{
	width: 410px;
}
.col5_box1{
	position: absolute;
	left: 0;
	top: 55px;
}
.col5_box2{
	position: absolute;
	left: 0;
	top: 217px;
}
.col5_box3{
	position: absolute;
	right: 0;
	top:  58px;
}
.col5_box4{
	position: absolute;
	right: 0;
	top:245px;
}

/* col6 */
.col6{
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 0 80px;
}
.col6 span{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
}
.col6_box{
	margin-top: 40px;
}
.col6_box div{
	width: 25%;
	text-align: center;
}
.col6_box p{
	width: 238px;
	height: 138px;
	background-color: #d6e1f3;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 auto;
	padding-top: 10px;
}

/* col7 */
.col7 p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
.col7 ul{
	width: 999px;
	margin:0 auto;
	background: url(../images/col7_img1.png) no-repeat center top;
	background-size: 100%;
	height: 950px;
	margin-bottom: 20px;
}
.col7_inner li:first-child{
	padding-top: 70px;
	margin-bottom: 96px;
}

.col7_inner li h3{
	width: 275px;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 62px;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.col7_inner li p{
	width: 407px;
	font-family: SourceHanSansCN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 0;
}
.col7_inner li:nth-child(2){
	margin-left: 576px;
	margin-bottom:122px;
}
.col7_inner li:nth-child(2) h3{
	margin-left: 150px;
}

/* col8 */
.col8{
	background-color: #e4f4f4;
	position: relative;
	padding-top: 1px;
	padding-bottom: 80px;
}
.col8 .col8_bg1{
	width: 380px;
	height: 495px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/col8_bg1.png) no-repeat center;
}
.col8 .col8_bg2{
	width: 243px;
	height: 442px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/col8_bg2.png) no-repeat center;
}
.col8_inner ul{
	height:687px;
	background: url(../images/col8_img1.png) no-repeat center top;
	position: relative;
}
.col8_inner ul h3{
	width: 316px;
	border-radius: 26px;
	font-family: Impact;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.col8_inner ul p{
	width: 343px;
	font-family: SourceHanSansCN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 20px;
}
.col8_inner ul li{
	position: absolute;
	top: 0;
	left:0;
}
.col8_inner ul li:nth-child(2){
	top:311px;
}
.col8_inner ul li:nth-child(3){
	top:475px;
	left: 444px;
}
.col8_inner ul li:nth-child(4),.col8_inner ul li:nth-child(5){
	left: 881px;
}
.col8_inner ul li:nth-child(5){
	top: 302px;
}

/* col9 */
.col9{
	
}
.col9_box{
	margin: 60px auto;
}
.col9_box li{
	background: url(../images/col9_img1.png) no-repeat center;
	width: 238px;
	height: 270px;
	text-align: center;
	cursor: pointer;
	
}
.col9_box li:nth-child(2){
	background: url(../images/col9_img2.png) no-repeat center;
}
.col9_box li:nth-child(3){
	background: url(../images/col9_img3.png) no-repeat center;
}
.col9_box li:nth-child(4){
	background: url(../images/col9_img4.png) no-repeat center;
}
.col9_box li h3{
	width: 238px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: bold;
	font-family: SourceHanSansCN;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #4cb4b7;
}
.col9_box li h2{
	width: 238px;
	height: 270px;
	font-size: 32px;
	font-weight: bold;
	font-family: SourceHanSansCN;
	line-height: 270px;
	letter-spacing: 0px;
	color: #fff;
	display: none;
}
.col9_box li.on h3{
	font-weight: bold;
	color: #fff;
}
.col9_box li.on,.col9_box li.on h3{
	width: 238px;
	height: 270px;
}
.col9_box li.on:nth-child(1){
	background: url(../images/col9_img1_on.png) no-repeat center;
}
.col9_box li.on:nth-child(2){
	background: url(../images/col9_img2_on.png) no-repeat center;
}
.col9_box li.on:nth-child(3){
	background: url(../images/col9_img3_on.png) no-repeat center;
}
.col9_box li.on:nth-child(4){
	background: url(../images/col9_img4_on.png) no-repeat center;
}
.col9_box p{
	height: 76px;
	font-family: SourceHanSansCN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
.col9_box p span{
	font-weight: bold;
	color: #378ad7;
}
.col9_box .on h3{
	display: none;
}
.col9_box .on h2{
	display: block;
}
/* 动画 */
.animation-control-container .trans-up {
    opacity: 0;
    filter: alpha(opacity=100)\9;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.animation-control-container .is-visible .trans-up {
    opacity: 1;
    filter: alpha(opacity=100)\9;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.animation-control-container .is-visible .delay-05 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.animation-control-container .is-visible .delay-06 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.animation-control-container .is-visible .delay-07 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.animation-control-container .is-visible .delay-08 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.animation-control-container .is-visible .delay-09 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.animation-control-container .is-visible .delay-10 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.animation-control-container .is-visible .delay-11 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.animation-control-container .is-visible .delay-12 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.animation-control-container .is-visible .delay-13 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.animation-control-container .is-visible .delay-14 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s
}

.animation-control-container .is-visible .delay-15 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.animation-control-container .is-visible .delay-16 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.animation-control-container .is-visible .delay-17 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.animation-control-container .is-visible .delay-18 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.animation-control-container .is-visible .delay-19 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.animation-control-container .is-visible .delay-20 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.animation-control-container .is-visible .delay-21 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.animation-control-container .is-visible .delay-22 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.animation-control-container .is-visible .delay-23 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.animation-control-container .is-visible .delay-24 {
    -webkit-transition-delay: 2.0s;
    transition-delay: 2.0s
}

.animation-control-container .is-visible .delay-25 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.animation-control-container .is-visible .delay-28 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.animation-control-container .is-visible .delay-30 {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}
