@charset "utf-8";
/* CSS Document */
/*前景色*/
/*#073f7e*/

.banner {
    width: 1020px;
/*	max-width: 1020px;*/
    height: auto;
    overflow: hidden;
    margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.swiper_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper_banner .swiper-slide {
    position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
}
.banner_tit {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 320px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    font-size: 48px;
    font-weight: bold;
    box-sizing: border-box;
	display: none;
}
.banner img {
/*    height: 700px;*/
    width: 100%;
    display: block;
	display: none;
}
.swiper_pagek {
    width: 100%;
    height: auto;
    overflow: hidden;
    top: calc( 100% - 30px )!important;
    position: absolute;
    z-index: 9;
    text-align: center;
}
.swiper_page {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    background-color: #aaa!important;
    border-radius: 5px!important;
    opacity: 0.5!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #073f7e!important;
    width: 20px!important;
    opacity: 0.9!important;
}
.about {
	width: 100%;
    min-width: 1020px;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom:60px;margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center;
	
}
.about_tit {
    width: 1020px;
    height: auto;
    overflow: hidden;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	color: #333;
}
.about_desc {
    width: 1020px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
	color: #5a5656;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}
.about_desc p{
	margin-bottom: 20px;
}
.about_desc strong{
	color: #073f7e;
}
.about_video,.about_img{
    width: 1020px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}
.about_img img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_video video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.services {
    width: 100%;
    min-width: 1020px;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;margin-left: auto;
	margin-right: auto;
}
.services_tit {
    width: 1020px;
    height: auto;
    overflow: hidden;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
	color: #333;
}
.services_tit span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 3px;
    background-color: #073f7e;
    margin-top: 25px;
}
.services_box {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.services_box .swiper_services {
/*
    padding-left: 25px;
    padding-right: 25px;
*/
    box-sizing: border-box;
}
.swiper_services .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.slide_imgbg{
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-size: cover;
    background-position: center;
/*
	-webkit-filter: blur(2px);
	filter: blur(2px);
*/
	-webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.slide_imgbg img{

	width: 100%;
	height: 165px;
	overflow: hidden;
	display: none;
}
.slide_icon{
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-size: cover;
    background-position: center;
	position: absolute;
	left:50%;
	top:0;
	z-index: 3;
	margin-left: -20px;
	margin-top: 15px;
	opacity: 0;
	-webkit-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
/*	display: none;*/
	
}
.slide_icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.slide_pop {
    width: 100%;
    height: 100%;
/*    padding-top: 70%;*/
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
	left:0;
	top:0;
	z-index: 2;
/*	background-color: rgba(255,255,255,0.3);*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);
}
.slide_pop_huibg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0);
    left: 0;
    z-index: 1;
    top: 59%;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.slide_pop_k {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    color: #fff;
    top: 57.5%;
    -webkit-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}
.swiper_services .swiper-slide:hover .slide_pop_huibg {
    top: 0;
    background-color: rgba(255,255,255,0.9);
}
.swiper_services .swiper-slide:hover .slide_pop_k {
    top: 0;
}
.swiper_services .swiper-slide:hover .slide_imgbg{
	-webkit-filter: blur(9px);
	filter: blur(9px);
}
.swiper_services .swiper-slide:hover .slide_icon{
	opacity: 1;
}
.slide_pop_h1 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.slide_pop_h1 a{
	color: #fff;
}
.swiper_services .swiper-slide:hover .slide_pop_h1 a{
    color: #073f7e;
}

.slide_pop_h1 span {
    width: 60px;
    height: 2px;
    background-color: #073f7e;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom: 10px;
    display: block;
/*	display: none;*/

}
.slide_pop_desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}
.slide_pop_desc a{
	color: #666;
}
.slide_pop_desc span {
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #aaa;
    margin-top: 12px;
    margin-right: 5px;
}
.swiper_services_btnr, .swiper_services_btnl {
    width: 32px!important;
    height: 32px!important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0,0.5);
/*	margin-top: 0!important;*/
}
.swiper_services_btnr.swiper-button-disabled, .swiper_services_btnl.swiper-button-disabled {
    background-color: #ccc;
    opacity: 0.7!important;
}
.swiper_services_btnr:after, .swiper_services_btnl:after {
    font-size: 16px!important;
    color: #fff;
}
.news {
    width: 100%;
    min-width: 1020px;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center;
}
.news_tit {
    width: 1020px;
    height: auto;
    overflow: hidden;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
	color: #333333;
}
.news_tit span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 3px;
    background-color: #073f7e;
    margin-top: 25px;
}
.news_box {
    width: 1020px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
}
.swiper_news_list .swiper-slide{
	float: left;
	width: 232px;
	margin-right: 30px;
}
.swiper_news_list .swiper-slide:nth-child(4n){
	margin-right: 0;
}
.slide_news_img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition:  all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.news_box .swiper-slide:hover .slide_news_img{
    transform: scale(1.05);
}
.slide_news_h1 {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}
.slide_news_desc {
    font-size: 12px;
    line-height: 22px;
    height: 48px;
    overflow: hidden;
    color: #999;
	margin-bottom: 10px;
}
/*
.news_box .swiper-slide:hover .slide_news_h1{
    color: #073f7e;
}
*/
.slide_news_time {
    font-size: 12px;
    color: #999;
}
