body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,header,footer{margin:0;padding:0;border:0;outline: none;box-sizing: border-box;font-family: "黑体";}
body{background:#fff;color:#333;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333;}
dl,dt,dd{margin: 0;}

.clear{
	clear: both;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}


@font-face {
	font-family:'simli';
	src: url(SIMLI.TTF);
}


.home-banner{
	position: relative;
}
.banner-img{
	width: 100%;
}
.banner-img img{
	display: block;
	width: 100%;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner-swiper .swiper-pagination{
	width: auto;
	position: absolute;
	bottom: 30px;
	left: 5%;
}
.banner-swiper .swiper-pagination-bullet{
	width: 36px;
	height: 36px;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	background: none;
	opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active{
	background: #FFFFFF;
	color: #006c90 !important;
}

.banner-swiper .swiper-slide{
	position: relative;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-title h3{
	font-size: 88px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1;
	font-family: 'simli';
	text-shadow: 4px 4px 2px #333;
}
.banner-title p{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #333;
}
.swiper-slide-active .banner-title h3{
	animation: fadeInDown 1 2s;
}
.swiper-slide-active .banner-title p{
	animation: fadeInUp 1 2s;
}

.banner-notice{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 10;
}
.banner-notice img{
	animation:myfirstt 2s infinite;
}

@keyframes myfirstt{
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.home-qywh{
	background: #006090;
	padding: 20px 0;
}
.home-qywh ul li{
	float: left;
	width: 33.333%;
	padding: 0 5%;
	display: flex;
	position: relative;
}
.home-qywh ul li:after{
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,0.25);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.home-qywh ul li:last-child:after{
	display: none;
}
.home-qywh-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #FFFFFF;
	overflow: hidden;
}
.home-qywh-icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.home-qywh-title{
	width: calc(100% - 70px);
	padding-left: 15px;
}
.home-qywh-title h4{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
}
.home-qywh-title p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4;
	opacity: 0.7;
}
.home-qywh ul li:hover .home-qywh-icon img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.home-about{
	padding: 120px 0 100px;
	background: #FFFFFF;
	display: flex;
	position: relative;
}
.home-about:after{
	display: block;
	content: '';
	width: 249px;
	height: 517px;
	background: url(../images/ab-bg01.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: -157px;
	z-index: 2;
}
.home-about-fl{
	width: 50%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.home-about-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-about-fl:hover img{
	transform: scale(1.1);
}
.home-about-fr{
	width: 50%;
	padding: 70px 160px 0 70px;
	background: url(../images/ab-bg02.png) no-repeat;
	background-position-x: 70px;
	background-position-y: 0;
	position: relative;
	z-index: 3;
}
.home-about-fr h3{
	font-size: 68px;
	color: #116ea0;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.home-about-fr h4{
	font-size: 34px;
	color: #333333;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 40px;
}
.home-about-content{
	margin-bottom: 50px;
}
.home-about-content p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 20px;
}
.home-about-content p:last-child{
	margin-bottom: 0;
}
.get-more{
	font-size: 16px;
	color: #299898;
	text-transform: uppercase;
	position: relative;
}
.get-more:after{
	display: block;
	content: '';
	width: 38px;
	height: 12px;
	background: url(../images/jt01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 110%;
	top: 50%;
	margin-top: -6px;
	transition-duration: 0.5s;
}
.get-more:hover:after{
	left: 120%;
}

.home-jcfw{
	padding: 75px 0 100px;
	background: url(../images/jcfw-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.home-jcfwBox{
	position: relative;
	z-index: 3;
}
.home-jcfw-top{
	display: flex;
	margin-bottom: 40px;
}
.jcfw-title{
	width: 14.6%;
	padding-top: 7px;
	zoom: 1;
}
.jcfw-title:after{
	display: block;
	content: '';
	clear: both;
}
.jcfw-title img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.jcfw-title h4{
	float: left;
	font-size: 34px;
	color: #FFFFFF;
	font-weight: normal;
}

.jcfw-info{
	width: 65.4%;
	padding-left: 45px;
	padding-right: 8%;
	position: relative;
}
.jcfw-info:before{
	display: block;
	content: '';
	width: 1px;
	height: 36px;
	background: rgba(255,255,255,0.18);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}
.jcfw-info p{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6;
}
.jcfw-more{
	width: 20%;
	zoom: 1;
}
.jcfw-more:after{
	display: block;
	content: '';
	clear: both;
}
.jcfw-more a{
	display: block;
	float: right;
	width: 190px;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	transition-duration: 0.5s;
}
.jcfw-more a:hover{
	background: #FFFFFF;
	color: #116ea0;
}
.home-jcfw-bottom ul li{
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
}
.home-jcfw-bottom ul li:last-child{
	margin-right: 0;
}
.jcfw-list{
	width: 100%;
}
.jcfw-img{
	width: 100%;
	overflow: hidden;
}
.jcfw-img img{
	display: block;
	width: 100%;
}
.jcfw-name{
	width: 100%;
	background: #FFFFFF;
	font-size: 22px;
	color: #333333;
	line-height: 70px;
	text-align: center;
}
.jcfw-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: #FFFFFF;
	padding: 90px 60px 0;
	transition-duration: 0.5s;
}
.jcfw-cover img{
	display: block;
	margin: 0 auto;
}
.jcfw-cover h4{
	margin-top: 30px;
	font-size: 22px;
	color: #289999;
	font-weight: normal;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.jcfw-cover h4:after{
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #289999;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -10px;
}

.jcfw-td{
	zoom: 1;
}
.jcfw-td:after{
	display: block;
	content: '';
	clear: both;
}
.jcfw-td span{
	display: block;
	float: left;
	width: 50%;
	font-size: 15px;
	font-family: "宋体";
	color: #555555;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 14px;
	box-sizing: border-box;
	position: relative;
}
.jcfw-td span:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #289999;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}
.home-jcfw-bottom ul li:hover .jcfw-cover{
	top: 0;
}

.home-news{
	padding: 100px 0 120px;
	background: #f4f4f4;
}
.home-news-top{
	zoom: 1;
	margin-bottom: 40px;
}
.home-news-top:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-title{
	float: left;
	width: 14.6%;
	zoom: 1;
	margin-top: 6.5px;
}
.home-news-title:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-title img{
	float: left;
	margin-right: 10px;
    margin-top: 6px;
}
.home-news-title h4{
	float: left;
    font-size: 34px;
    color: #333;
    font-weight: normal;
}

.home-news-more{
	float: right;
	width: 190px;
}
.home-news-more a{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #289999;
    border-radius: 8px;
    font-size: 16px;
    color: #289999;
    text-align: center;
    line-height: 50px;
    transition-duration: 0.5s;
}
.home-news-more a:hover{
	background: #289999;
	color: #fff;
}
.home-news-box{
	display: flex;
}
.home-news-fl{
	width: 50%;
}
.home-news-img{
	display: none;
	width: 100%;
	overflow: hidden;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-img:hover img{
	transform: scale(1.1);
}
.home-news-list{
	width: 50%;
	background: url(../images/news-bg01.png) no-repeat center center #FFFFFF;
	background-size: cover;
}
.home-news-list ul{
	width: 100%;
	height: 100%;
}
.home-news-list ul li{
	width: 100%;
	height: 33.3333%;
	padding: 30px 60px 30px 30px;
	position: relative;
	cursor: pointer;
}
.home-news-info{
	position: relative;
	z-index: 3;
}
.home-news-info h4{
	font-size: 22px;
	color: 333333;
	margin-bottom: 10px;
	font-weight: normal;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-news-info p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-news-info span{
	display: block;
	font-size: 15px;
	color: #555555;
	margin-top: 20px;
	transition-duration: 0.5s;
}
.news-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #289999;
	right: 0;
	top: 0;
	transition-duration: 0.5s;
	opacity: 0;
}
.home-news-list ul li:hover .news-mask{
	width: 105%;
	opacity: 1;
}
.home-news-list ul li:hover .home-news-info h4{
	color: #FFFFFF;
}
.home-news-list ul li:hover .home-news-info p{
	color: #FFFFFF;
}
.home-news-list ul li:hover .home-news-info span{
	color: #FFFFFF;
}


@media only screen and (max-width: 1500px){
	.banner-title h3{
		font-size: 60px;
	}
	.home-qywh ul li{
		padding: 0 2%;
	}
	.home-qywh-title h4{
		font-size: 22px;
	}
	.home-about{
		padding: 100px 0 80px;
	}
	.home-about-fr{
		padding: 60px 120px 0 70px;
	}
	.home-about-fr h3{
		font-size: 58px;
	}
	.home-about-fr h4{
		font-size: 28px;
	}
	.home-about-content p{
		font-size: 16px;
	}
	.jcfw-cover{
		padding: 50px 20px 0;
	}
	.jcfw-cover h4{
		margin-bottom: 40px;
	}
	.home-news{
		padding: 80px 0 100px;
	}
	.home-news-info h4{
		font-size: 20px;
	}
	.home-news-list ul li{
		padding: 20px 60px 20px 30px;
	}
}

@media only screen and (max-width: 1366px){
	.home-about-fr{
	    padding: 40px 80px 0 70px;
	}
}
@media only screen and (max-width: 769px){
	.banner-title h3{
		font-size: 22px;
	}
	.home-banner{
		margin-top: 55px;
	}
	.banner-title p{
		font-size: 12px;
	}
	.banner-swiper .swiper-pagination-bullet{
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.banner-notice{
		display: none;
	}
	.banner-swiper .swiper-pagination{
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-qywh ul li{
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.home-qywh ul li:after{
		display: none;
	}
	.home-qywh-title{
		padding-top: 2px;
	}
	.home-qywh-title h4{
		font-size: 18px;
		margin-bottom: 4px;
	}
	.home-about{
		padding: 40px 0 30px;
		display: block;
	}
	.home-about-fl{
		width: 100%;
	}
	.home-about-fr{
		width: 100%;
		padding: 30px 3% 0;
	}
	.home-about-fr h3{
		font-size: 36px;
	}
	.home-about-fr h4{
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.home-about-content p{
		text-align: justify;
	}
	.home-jcfw{
		padding: 40px 0 50px;
	}
	.home-jcfw-top{
		display: block;
	}
	.jcfw-title{
		width: 100%;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.jcfw-title h4{
		font-size: 28px;
		line-height: 34px;
	}
	.jcfw-title img{
		margin-top: 2px;
	}
	.jcfw-info{
		width: 100%;
		padding: 0;
	}
	.jcfw-more{
		width: 100%;
	}
	.jcfw-more a{
		float: none;
		width: 140px;
    	height: 40px;
    	line-height: 40px;
    	margin: 0 auto;
	}
	.home-jcfw-bottom ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.jcfw-name{
		font-size: 20px;
		line-height: 50px;
	}
	
	.home-news{
		padding: 40px 0 50px;
	}
	.home-news-title{
		width: calc(100% - 140px);
	}
	.home-news-title h4{
		font-size: 28px;
		line-height: 34px;
	}
	.home-news-title img{
		margin-top: 3px;
	}
	.home-news-more{
		width: 140px;
	}
	.home-news-more a{
    	height: 40px;
    	line-height: 40px;
	}
	.home-news-box{
		display: block;
	}
	.home-news-fl{
		width: 100%;
	}
	.home-news-list{
		width: 100%;
	}
	.home-news-top{
		margin-bottom: 30px;
	}
	
}

@media (-webkit-device-pixel-ratio: 1.1){
	body{
		zoom: 0.9;
	}
}
@media (-webkit-device-pixel-ratio: 1.25){
	body{
		zoom: 0.8;
	}
}
@media (-webkit-device-pixel-ratio: 0.8){
	body{
		zoom: 1.25;
	}
}




















