body{
	min-width: 300px;
}
ul,li,p{margin: 0;padding: 0;list-style-type: none;}
a:focus{outline:none;}
a{text-decoration: none !important;}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*#video-back video{
	width: 100%;
	height: 100%;
}*/
.vidbacking-active-body-back{
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.vidbacking-active-block-back{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking{
	display: none;
}
.vidmask-body-back{
	background: url(../images/videooverlay1.jpg) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}
.vidmask-block-back{
	background: url(../images/videooverlay1.jpg) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}



.navbar{
	position: fixed;
	z-index: 99999;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.35);
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar .container{
	align-items: center;
	height: 84px;
}
@media (min-width: 1500px) {
	.navbar .container{
		width: 1370px;
	}
}
.navbar-brand{
	padding: 0;
	height: auto;
}
.navbar-nav{
	margin-left: 170px;
}
.navbar-nav > li{
	margin-left: 30px;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0 3px;
	padding-bottom: 12px;
	padding-top: 12px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background: none;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a::after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navbar-default .navbar-toggle{
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: 0 !important;
}

.swich{
	color: #fff;
	font-size: 16px;
	margin-left: 58px;
	margin-top: 2px;
}

.nnav{
	background: none;
	position: relative;
}
.nav1{
	background: #fff;
}
.navbar-default.nnav  .navbar-nav > li > a,.nnav .swich,.navbar-default.nav1  .navbar-nav > li > a,.nav1 .swich{
	color: #3D3D3D;
}
.nnav .navbar-nav > .active > a, .nnav .navbar-nav > .active > a:focus, .nnav .navbar-nav > .active > a:hover,.nav1 .navbar-nav > .active > a, .nav1 .navbar-nav > .active > a:focus, .nav1 .navbar-nav > .active > a:hover{
	color: #05A5FF !important;
}
.nnav .navbar-nav > .active > a::after,.nav1 .navbar-nav > .active > a::after{
	background: #05A5FF;
}
@media (max-width: 768px){
	.navbar{
		background: rgba(0, 0, 0, 0.35);
	}
	.nnav .swich,.nav1 .swich{
		color: #fff;
	}
	.navbar-default.nnav  .navbar-nav > li > a,.nnav .swich,.navbar-default.nav1  .navbar-nav > li > a,.nav1 .swich{
		color: #fff;
	}
}

@media (max-width: 1500px){
	.navbar-nav {
	    margin-left: 60px;
	}
	.navbar-nav > li {
	    margin-left: 25px;
	}
}
@media (max-width: 1200px){
	.navbar .container {
	    height: 60px;
	}
	.navbar-brand img{
		width: 200px;
	}
	.navbar-nav {
	    margin-left: 30px;
	}
	.navbar-nav > li {
	    margin-left: 16px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 14px;
	}
	.swich{
		margin-left: 20px;
		font-size: 14px;
	}
}
@media (max-width: 992px){
	.navbar-brand img {
	    width: 150px;
	}
	.navbar-nav {
	    margin-left: 10px;
	}
	.navbar-nav > li {
	    margin-left: 5px;
	}
	.swich{
		margin-left: 10px;
	}
}
@media (max-width: 768px){
	.navbar-header{
		width: 100%;
	}
	.navbar-brand{
		margin-top: 10px;
		margin-left: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		position: absolute;
		top: 60px;
		width: 100%;
		padding: 0;
		background: rgba(0, 0, 0, 0.9);
		height: 100vh;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-nav > li{
		margin: 0;
		padding: 0 30px;
	}
	.navbar-nav > li:first-child{
		margin-top: 10px;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 0;
		font-size: 16px;
		line-height: 66px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.navbar-default .navbar-nav > .active > a::after{
		display: none;
	}
}

.section1 .mask{
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	top: 0;
	z-index: 444;
}
.section1 .mask p{
	color: #FFFFFF;
	font-size: 40.5818px;
	font-weight: 100;
	margin-top: 75px;
	display: none;
}
.section1 .mask a{
	display: block;
	box-sizing: border-box;
	padding-left: 32px;
	width: 239px;
	height: 60px;
	border-radius: 8px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	background: url(../images/arrow1.png) no-repeat 188px center #05A5FF;
	margin-top: 105px;
	display: none;
}
@media (max-width: 1200px){
	.section1 .tit img{
		width: 80%;
	}
	.section1 .mask p{
		font-size: 30px;
		margin-top: 60px;
	}
	.section1 .mask a{
		font-size: 18px;
		width: 190px;
		height: 50px;
		line-height: 50px;
		background: url(../images/arrow1.png) no-repeat 150px center #05A5FF;
		margin-top: 70px;
	}
}
@media (max-width: 768px){
	.section1 .tit img{
		width: 90%;
	}
	.section1 .mask p {
	    font-size: 18px;
	    margin-top: 40px;
	}
	.section1 .mask a{
		padding-left: 20px;
		font-size: 14px;
		width: 150px;
		height: 40px;
		line-height: 40px;
		background: url(../images/arrow1.png) no-repeat 115px center #05A5FF;
		background-size: 18px;
		margin-top: 50px;
	}
}

.section2{
	background: url(../images/section2.jpg) no-repeat center/cover;
}
.tit{
	text-align: center;
	display: none;
}
p.titinfo{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 64px;
	display: none;
}
.section2 ul{
	justify-content: center;
	margin-top: 82px;
}
.section2 ul li{
	width: 320px;
	height: 425px;
	margin: 0 20px;
	position: relative;
	overflow: hidden;
	display: none;
}
.section2 ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.section2 ul li a .box{
	position: absolute;
	top: 353px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	transition: .3s ease-out;
}
.section2 ul li a .box span{
	display: block;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}
.section2 ul li a .box p{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 42px;
}
.section2 ul li:first-child{
	background: url(../images/p1.jpg) no-repeat center/cover;
}
.section2 ul li:first-child+li{
	background: url(../images/p2.jpg) no-repeat center/cover;
}
.section2 ul li:first-child+li+li{
	background: url(../images/p3.jpg) no-repeat center/cover;
}
.section2 ul li:first-child+li+li+li{
	background: url(../images/p4.jpg) no-repeat center/cover;
}
.section2 ul li:hover .box{
	top: 0;
	background: rgba(0, 135, 211, 0.78);
	padding-top: 90px;
}
.section2 .more{
	display: block;
	width: 192px;
	height: 60px;
	line-height: 60px;
	background: url(../images/arrow1.png) no-repeat 140px center #05A5FF;
	border-radius: 8px;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
	padding-left: 34px;
	font-weight: 200;
	margin: 0 auto;
	margin-top: 72px;
	display: none;
}
.tit{
	margin-top: 55px;
}
@media (max-width: 1920px){
	.section2 .tit img{
		width: 700px;
	}
	p.titinfo{
		font-size: 16px;
		max-width: 870px;
		line-height: 30px;
		margin-top: 40px;
	}
	.section2 ul{
		margin-top: 40px;
	}
	.section2 ul li{
		width: 300px;
		height: 400px;
	}
	.section2 ul li a .box{
		top: 345px;
	}
	.section2 ul li a .box span{
		font-size: 24px;
	}
	.section2 ul li a .box p{
		font-size: 15px;
		margin-top: 30px;
	}
	.section2 .more{
		width: 180px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		background: url(../images/arrow1.png) no-repeat 130px center #05A5FF;
		margin-top: 50px;
	}
}
@media (max-width: 1680px){
	.section2 .tit img{
		width: 500px;
	}
	p.titinfo{
		font-size: 14px;
		line-height: 26px;
		max-width: 760px;
		margin-top: 30px;
	}
	.section2 ul {
	    margin-top: 30px;
	}
	.section2 ul li {
	    width: 260px;
	    height: 360px;
	    margin: 0 16px;
	}
	.section2 ul li a .box {
	    top: 310px;
	}
	.section2 ul li:hover .box{
		padding-top: 60px;
	}
	.section2 ul li a .box span {
	    font-size: 22px;
	}
	.section2 ul li a .box p{
		font-size: 14px;
	}
	.section2 .more{
		width: 160px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		background: url(../images/arrow1.png) no-repeat 110px center #05A5FF;
		margin-top: 40px;
	}
}
@media (max-width: 1200px){
	.section2 .tit img {
	    width: 450px;
	}
	p.titinfo{
		margin-top: 20px;
	}
	.section2 ul {
	    margin-top: 20px;
	}
	.section2 ul li {
	    width: 230px;
	    height: 330px;
	    margin: 0 12px;
	}
	.section2 ul li a .box {
	    top: 280px;
	}
	.section2 ul li:hover .box {
	    padding-top: 50px;
	}
	.section2 ul li a .box span {
	    font-size: 18px;
	}
	.section2 ul li a .box p{
		margin-top: 20px;
	}
	.section2 .more{
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 26px;
		background: url(../images/arrow1.png) no-repeat 100px center #05A5FF;
	}
}
@media (max-width: 992px){
	.section2 .tit img {
	    width: 400px;
	}
	p.titinfo{
		font-size: 13px;
		line-height: 24px;
		max-width: 700px;
	}
	.section2 ul li {
	    width: 200px;
	    height: 290px;
	    margin: 0 10px;
	}
	.section2 ul li a .box {
	    top: 250px;
	    padding: 0 15px;
	}
	.section2 ul li a .box span {
	    font-size: 16px;
	}
	.section2 ul li a .box p {
	    font-size: 12px;
	    line-height: 22px;
	}
	.section2 .more{
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		padding-left: 20px;
		background: url(../images/arrow1.png) no-repeat 85px center #05A5FF;
		background-size: 20px;
		margin-top: 30px;
	}
}
@media (max-width: 768px){
	.section2 .tit img {
	    width: 330px;
	}
	p.titinfo {
	    font-size: 12px;
	    line-height: 20px;
	    max-width: 100%;
	    box-sizing: border-box;
	    padding: 0 15px;
	}
	.section2 ul{
		flex-wrap: wrap;
	}
	.section2 ul li{
		width: 50%;
		margin: 0;
		height: 160px;
	}
	.section2 ul li a .box{
		top: 0;
		background: rgba(0, 135, 211, 0.2);
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section2 ul li a .box span{
		font-size: 18px;
		font-weight: bold;
	}
	.section2 ul li a .box p{
		display: none;
	}
}

.section3{
	background: url(../images/section3.jpg) no-repeat center/cover;
}
.section3 .titinfo{
	color: #1A3A68;
}
.hidden{
	display: none;
}
.section3 .tit,.section3 p.titinfo{
	display: block;
}
.section3 .pullleft{
	padding-left: 340px;
	margin-top: 20px;
}
.section3 .swiper-wrapper{
    align-items: stretch;
}
.section3 .swiper-slide {
    font-size: 18px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 50px;
}
.section3 .swiper-slide .box{
    align-items: stretch;
}
.section3 .slide_left{
	width: 40%;
	background: url(../images/bg.png) no-repeat center/cover #05A5FF;
	color: #fff;
	box-sizing: border-box;
	padding: 0 26px;
	padding-top: 60px;
}
.section3 .swiper-slide:nth-child(odd) .slide_left{
	background: url(../images/bg.png) no-repeat center/cover #216AD8;
}
.section3 .slide_left h3{
	display: block;
	font-size: 24px;
	line-height: 36px;
}
.section3 .slide_left p{
	font-size: 16px;
	line-height: 34px;
	margin-top: 20px;
}
.section3 .slide_left span{
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin-top: 60px;
}
.section3 .slide_left a{
	display: block;
	position: absolute;
	bottom: 80px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	width: 118px;
	background: url(../images/arrow2.png) no-repeat right center;
}
.section3 .slide_left a::after{
	content: " ";
	width: 110px;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
}
.section3 .slide_left a::before{
	content: " ";
	width: 33px;
	height: 2px;
	background: #fff;
	right: 0;
	bottom: 0;
	position: absolute;
}
.section3 .slide_right{
	width: 60%;
}
.section3 .slide_right img{
	max-width: 100%;
}

.section3 .swiper-container-horizontal > .swiper-pagination-bullets,.section3 .swiper-pagination-custom,.section3 .swiper-pagination-fraction{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	bottom: 0;
	position: absolute;
	height: 16px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	width: auto;
	left: 400px;
	align-items: center;
}
.section3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
}
.section3 .swiper-pagination-bullet-active{
	background: #fff !important;
	width: 10px;
	height: 10px;
}
.section3 .section3-button-next{
	position: absolute;
	z-index: 99;
	width: 90px;
	height: 90px;
	background: url(../images/next.png) no-repeat center;
	background-size: 100%;
	bottom: 30px;
	left: 71%;
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.2); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
}
.section3 .section3-button-next:hover{
  animation: scaleDraw 3s ease-in-out infinite;
}
@media (max-width: 1920px){
	.section3 .tit img{
		width: 300px;
	}
	.section3 .pullleft{
		padding-left: 400px;
	}
	.section3 .swiper-slide{
		width: 75%;
	}
	.section3 .slide_left{
		padding-top: 40px;
	}
	.section3 .slide_left h3{
		font-size: 22px;
	}
	.section3 .slide_left p{
		font-size: 15px;
		line-height: 30px;
	}
	.section3 .slide_left span{
		font-size: 15px;
		line-height: 30px;
		margin-top: 40px;
	}
	.section3 .section3-button-next{
		left: 76%;
	}
}
@media (max-width: 1700px){
	.section3 .pullleft{
		padding-left: 300px;
	}
}
@media (max-width: 1500px){
	.section3 .tit img{
		width: 260px;
	}
	.section3 .pullleft{
		padding-left: 100px;
	}
}
@media (max-width: 1200px){
	.section3 .tit img{
		width: 230px;
	}
	.section3 .pullleft{
		padding-left: 50px;
	}
	.section3 .slide_left {
	    padding-top: 20px;
	}
	.section3 .slide_left h3 {
	    font-size: 18px;
	}
	.section3 .slide_left p{
		margin-top: 15px;
		font-size: 13px;
		line-height: 26px;
	}
	.section3 .slide_left span{
		font-size: 13px;
		line-height: 26px;
		margin-top: 20px;
	}
	.section3 .slide_left a{
		font-size: 16px;
		bottom: 40px;
	}
}
@media (max-width: 992px){
	.section3 .pullleft{
		padding-left: 0;
	}
	.section3 .swiper-slide{
		width: 100%;
	}
}
@media (max-width: 768px){
	.section3 .tit img{
		width: 200px;
	}
	.section3 .slide_left{
		position: absolute;
		width: 100%;
		height: 94%;
		background: rgba(33,106,216,.9);
		padding-top: 0;
		padding: 0 15px;
	}
	.section3 .swiper-slide:nth-child(odd) .slide_left{
		background: rgba(33,106,216,.9);
	}
	.section3 .slide_right{
		width: 100%;
	}
	.section3 .slide_left h3 {
	    font-size: 16px;
	}
	.section3 .slide_left p{
		margin-top: 0;
		font-size: 12px;
		line-height: 22px;
	}
	.section3 .slide_left a {
	    bottom: 20px;
	}
	.section3 .slide_left span {
	    font-size: 12px;
	    line-height: 22px;
	    margin-top: 15px;
	}
	.section3 .section3-button-next {
	    left: 70%;
	    width: 80px;
	    height: 80px;
	    background-size: 80px;
	}
	.section3 .swiper-container-horizontal > .swiper-pagination-bullets, .section3 .swiper-pagination-custom, .section3 .swiper-pagination-fraction{
		left: 42%;
	}
}

.section4{
	background: url(../images/section4.jpg) no-repeat center/cover;
}
.section4 p.titinfo{
	max-width: 1168px;
}
.section4 ul{
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
.section4 ul li{
	margin: 0 8px;
}
.section4 ul li img{
	max-width: 360px;
}
@media (max-width: 1024px){
    .section4 ul li img{
    	max-width: 100%;
    }
}
.section4 a.more{
	display: block;
	width: 239px;
	height: 60px;
	line-height: 60px;
	background: url(../images/arrow1.png) no-repeat 180px center #05A5FF;
	border-radius: 8px;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 44px;
	margin-top: 140px;
}
@media (max-width: 1680px){
	.section4 .tit img{
		width: 460px;
	}
	.section4 ul{
		max-width: 1300px;
		margin: 0 auto;
		margin-top: 50px;
	}
	.section4 ul li{
		width: 22%;
	}
	.section4 a.more{
		margin-top: 100px;
		font-size: 18px;
		width: 170px;
		height: 50px;
		line-height: 50px;
		padding-left: 30px;
		background: url(../images/arrow1.png) no-repeat 130px center #05A5FF;
	}
}
@media (max-width: 1200px){
	.section4 .tit img{
		width: 360px;
	}
	.section4 p.titinfo{
		max-width: 900px;
	}
	.section4 a.more{
		width: 150px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		padding-left: 20px;
		background: url(../images/arrow1.png) no-repeat 110px center #05A5FF;
		margin-top: 80px;
	}
}
@media (max-width: 992px){
	.section4 .tit img{
		width: 300px;
	}
	.section4 p.titinfo{
		max-width: 800px;
	}
	.section4 a.more{
		margin-top: 60px;
	}
}
@media (max-width: 768px){
	.section4 .tit img{
		width: 260px;
	}
	.section4 ul{
		padding: 0 5px;
		margin-top: 20px;
	}
	.section4 ul li{
		width: 50%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.section4 a.more{
		margin-top: 30px;
		width: 130px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		padding-left: 15px;
		background: url(../images/arrow1.png) no-repeat 95px center #05A5FF;
		background-size: 20px;
	}
}

.section5{
	background: url(../images/section5.jpg) no-repeat center/cover;
}
.section5 .tit,.section5 p.titinfo{
	display: block;
}
.section5 p.titinfo{
	max-width: 1000px;
}
.section5 .pullleft5{
	padding-left: 260px;
	margin-top: 120px;
}
.section5_cont{
	color: #fff;
	width: 550px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 130px;
}
.section5_cont span{
	text-align: center;
	display: block;
	font-size: 28px;
	margin-bottom: 30px;
}
.section5_cont p{
	font-weight: lighter;
	padding-left: 56px;
	line-height: 60px;
}
.section5_cont p.tell{
	font-size: 36px;
	background: url(../images/phone.png) no-repeat left center;
	letter-spacing: 1px;
}
.section5_cont p.add{
	font-size: 28px;
	background: url(../images/map.png) no-repeat left center;
	letter-spacing: 2px;
}
@media (max-width: 1920px){
	.section5 .tit img{
		width: 700px;
	}
	.section5 .swiper-slide img{
		max-width: 100%;
	}
	.section5 .pullleft5{
		margin-top: 90px;
	}
	.section5_cont{
		margin-top: 80px;
	}
}
@media (max-width: 1800px){
	.section5 .pullleft5{
		padding-left: 180px;
	}
}
@media (max-width: 1680px){
	.section5 .tit img{
		width: 600px;
	}
	.section5 .pullleft5 {
	    margin-top: 70px;
	}
	.section5_cont {
	    margin-top: 70px;
	    width: 410px;
	}
	.section5_cont span{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.section5_cont p{
		line-height: 50px;
	}
	.section5_cont p.tell{
		font-size: 30px;
	}
	.section5_cont p.add{
		font-size: 24px;
	}
}
@media (max-width: 1200px){
	.section5 .tit img{
		width: 500px;
	}
	.section5 p.titinfo{
		max-width: 900px;
	}
	.section5 .pullleft5 {
	    margin-top: 60px;
	}
	.section5_cont {
	    margin-top: 60px;
	}
	.section5_cont span {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.section5_cont p.tell {
	    font-size: 26px;
	}
	.section5_cont p.add {
	    font-size: 20px;
	}
	.section5_cont p {
	    line-height: 40px;
	}
}
@media (max-width: 992px){
	.section5 .tit img{
		width: 400px;
	}
	.section5 p.titinfo{
		max-width: 800px;
	}
}
@media (max-width: 768px){
	.section5 .tit img{
		width: 300px;
	}
	.section5 .pullleft5{
		padding-left: 0;
	}
	.section5 .pullleft5 {
	    margin-top: 40px;
	}
	.section5_cont{
		width: 100%;
	}
	.section5_cont span{
		font-size: 20px;
	}
	.section5_cont p{
		padding-left: 40px;
	}
	.section5_cont p.tell {
	    font-size: 20px;
	    background-size: 30px;
	}
	.section5_cont p.add {
	    font-size: 16px;
	    background-size: 30px;
	}
}

.section6{
	background: #05A5FF;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.section6 .copy{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.section6 a{
	color: #fff;
}
@media (max-width: 1680px){
	.section6{
		font-size: 14px;
	}
}
@media (max-width: 768px){
	.section6{
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0
	}
	.section6 .copy{
		margin-bottom: 5px;
	}
}

.banner{
	height: 600px;
	position: relative;
}
.submenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	width: 100%;
	justify-content: center;
	bottom: 27px;
}
.submenu .box{
	padding: 12px;
	background: rgba(255, 255, 255, 0.33);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.submenu a{
	text-align: center;
	background: #fff;
	display: block;
	line-height: 64px;
	color: #3D3D3D;
	font-size: 24px;
	padding: 0 40px;
}
.submenu a.hover{
	background: #05A5FF;
	color: #fff;
}

.main{
	background: #E5E5E5;
}
.list{
	max-width: 1376px;
	margin: 0 auto;
	padding-top: 70px;
}
.list li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #fff;
	margin-bottom: 28px;
}
.list li a.box{
	display: block;
	width: 400px;
	overflow: hidden;
}
.list li a.box img{
	width: 100%;
	transition: .3s ease-out;
}
.list li .nr{
	width: 66%;
	margin-left: 28px;
}
.list li .nr h3{
	margin-top: 28px;
}
.list li .nr h3 a{
	display: block;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #3D3D3D;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list li .nr p{
	color: #3D3D3D;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list li .nr .date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.list li .nr .date p{
	font-size: 16px;
	line-height: 28px;
	color: #3D3D3D;
}
.list li .nr .date a{
	width: 60px;
	height: 12px;
	background: url(../images/arrow3.png) no-repeat center;
	transition: .3s ease-out;
}
.list li .nr h3 a:hover{
	color: #05A5FF;
}
.list li .nr .date a:hover{
	margin-right: -10px;
}
.list li a.box:hover img{
	transform: scale(1.1, 1.1);
}
.list li:last-child{
	margin-bottom: 0;
}

.pages{
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
}
.pages span,.pages a{
	padding: 0 10px;
	background: #fff;
	margin: 0 2px;
	color: #333;
}
.pages .current,.pages a:hover{
	background: #05A5FF;
	color: #fff;
}
@media (max-width: 1680px){
	.banner{
		height: 500px;
	}
	.submenu a{
		font-size: 22px;
		line-height: 60px;
	}
}
@media (max-width: 1500px){
	.banner{
		height: 400px;
	}
	.list{
		width: 100%;
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}
	.list li a.box{
		width: 360px;
	}
	.list li .nr{
		width: 62%;
	}
	.list li .nr h3 a{
		font-size: 20px;
		padding-bottom: 18px;
	}
	.list li .nr h3{
		margin-top: 20px;
	}
	.list li .nr p{
		font-size: 14px;
		line-height: 25px;
	}
	.list li .nr .date{
		margin-top: 20px;
	}
	.list li .nr .date p{
		font-size: 14px;
	}
	.list li .nr .date a{
		width: 45px;
		background-size: 45px;
	}
}
@media (max-width: 1200px){
	.banner{
		height: 300px;
	}
	.submenu .box{
		padding: 10px;
	}
	.submenu a{
		font-size: 18px;
		line-height: 46px;
	}
	.list{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
	.list li{
		margin-bottom: 20px;
	}
	.list li a.box {
	    width: 280px;
	}
	.list li .nr{
		width: 66%;
	}
	.list li .nr h3 {
	    margin-top: 15px;
	}
	.list li .nr h3 a {
	    font-size: 16px;
	    padding-bottom: 10px;
	    line-height: 30px;
	}
	.list li .nr p {
	    font-size: 12px;
	    line-height: 22px;
	}
	.list li .nr .date p {
	    font-size: 12px;
	}
	.list li .nr .date a {
	    width: 32px;
	    background-size: 32px;
	}
	.list li .nr .date {
	    margin-top: 6px;
	}
	.pages{
		font-size: 12px;
		line-height: 26px;
	}
}
@media (max-width: 768px){
    .main{
    	margin-top: 100px;
    }
	.banner{
		height: 150px;
	}
	.submenu{
		bottom: -80px;
	}
	.submenu .box{
		width: 100%;
		padding: 5px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.submenu a{
		width: 49%;
		margin: 2px 0.5%;
		padding: 0;
		font-size: 14px;
    	line-height: 30px;
    	background: #eee;
	}
	.list {
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-top: 20px;
	}
	.list li{
		align-items: center;
	}
	.list li {
	    margin-bottom: 10px;
	}
	.list li a.box {
	    width: 100px;
	}
	.list li .nr{
		margin-left: 10px;
	}
	.list li .nr h3 {
	    margin-top: 10px;
	}
	.list li .nr h3 a{
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 0;
		border: none;
	}
	.list li .nr p{
		display: none;
	}
	.list li .nr .date{
		display: none;
	}
}



.footer{
	background: url(../images/fbg.jpg) no-repeat center/cover;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 90px;
}
.fbox{
	max-width: 1396px;
	margin: 0 auto;
	justify-content: space-between;
}
.fcont{
	width: 305px;
	box-sizing: border-box;
	position: relative;
}
.fcont::after{
	content: " ";
	display: block;
	width: 1px;
	height: 215px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
	top: 42px;
}
.fcont img{
	margin-bottom: 24px;
}
.fcont p{
	font-size: 14px;
	line-height: 36px;
}
.fnav li,.fewm .ft{
	font-size: 16px;
	line-height: 22px;
}
.fnav ul{
	text-align: center;
	padding: 0 30px;
}
.fnav li a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 37px;
}
.fnav li:first-child{
	margin-bottom: 14px;
}

.fewm{
	position: relative;
	padding-left: 50px;
}
.fewm::before{
	content: " ";
	display: block;
	width: 1px;
	height: 215px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0;
	top: 42px;
}
.fewm p{
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 12px;
	margin-top: 9px;
	font-weight: bold;
}
.fewm span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
}
@media (max-width: 1500px){
	.fbox{
		justify-content: space-around;
	}
	.fcont img{
		width: 220px;
	}
	.fnav ul{
		padding: 0 20px;
	}
}
@media (max-width: 1300px){
	.fnav ul {
	    padding: 0 16px;
	}
	.fnav li, .fewm .ft{
		font-size: 15px;
	}
	.fnav li a{
		font-size: 13px;
	}
	.fewm p{
		font-size: 20px;
	}
	.fewm span{
		font-size: 13px;
	}
	.fewm img{
		width: 140px;
	}
}
@media (max-width: 1200px){
	.footer{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.fcont{
		width: 270px;
	}
	.fcont img {
	    width: 180px;
	}
	.fcont p{
		font-size: 12px;
		line-height: 32px;
	}
	.fnav ul {
	    padding: 0px 14px;
	}
	.fnav li, .fewm .ft{
		font-size: 14px;
	}
	.fnav li a {
	    font-size: 12px;
	    line-height: 32px;
	}
	.fewm{
		padding-left: 30px;
	}
	.fewm p {
	    font-size: 18px;
	}
	.fewm img {
	    width: 120px;
	}
	.fewm span {
	    font-size: 12px;
	    margin-top: 10px;
	}
}
.wapfoot{
	display: none;
	height: 60px;
	line-height: 60px;
	background: #05A5FF;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.wapfoot a{
	color: #fff;
}
@media (max-width: 992px){
	.footer{
		display: none;
	}
	.wapfoot{
		display: block;
	}
}
@media (max-width: 768px){
	.wapfoot{
		line-height: 22px;
		padding: 5px 20px;
		height: 80px;
	}
}

.pagebox{
	margin: 30px 0;
	background: #fff;
	padding: 40px 50px;
	border-radius: 10px;
}
.content{
	line-height: 30px;
}
.content img{
	max-width: 100%;
}
.showtop{
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.showtop h1{
	margin: 0;
	font-size: 25px;
}
.showtop p span{
	color: #999;
	font-size: 13px;
	line-height: 60px;
}
.show .content{
	margin-top: 20px;
}

.prepage{
	line-height: 30px;
	margin-top: 50px;
}
.prepage a{
	color: #333;
}
@media (max-width: 1200px){
	.pagebox{
		padding: 40px;
	}
	.showtop h1{
		font-size: 20px;
	}
	.showtop p span {
	    font-size: 12px;
	    line-height: 50px;
	}
}
@media (max-width: 768px){
	.pagebox{
		margin: 0 -15px;
		border-radius: 0;
		padding: 20px 15px;
	}
	.showtop h1{
		font-size: 16px;
		line-height: 26px;
	}
	.showtop p span{
		line-height: 40px;
	}
}

.photo{
	margin-top: 50px;
}
.photo a{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.photo a img{
	transition: all 0.2s;
}
.photo a p{
	color: #333;
	font-size: 16px;
	line-height: 50px;
	transition: all 0.2s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.photo a:hover img{
	opacity: 0.8;
}
.photo a:hover p{
	color: #05A5FF;
}
@media (max-width: 768px){
	.photo{
		margin-top:30px;
	}
	.photo a{
		margin-bottom: 0;
	}
	.photo a p{
		font-size: 14px;
		line-height: 40px;
	}
}

.showphotobox{
	background: #fff;
}
.showphoto{
	padding-top: 50px;
}
.showphotobox .content{
	padding: 30px;
}
.img_box{
	height: 500px;
	width: 50%;
}
.showphoto .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.showphoto .swiper-slide {
	background-size: cover;
	background-position: center;
}
.showphoto .gallery-top {
  	height: 80%;
  	width: 100%;
}
.showphoto .gallery-thumbs {
  	height: 20%;
  	box-sizing: border-box;
  	padding: 10px 0;
}
.showphoto .gallery-thumbs .swiper-slide {
  	width: 25%;
  	height: 100%;
  	opacity: 0.4;
}
.showphoto .gallery-thumbs .swiper-slide-thumb-active {
  	opacity: 1;
}

.showphoto .img_info{
	width: 50%;
	box-sizing: border-box;
	padding-left: 35px;
}
.showphoto .info_top{
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #666464;
	line-height: 30px;
	padding-bottom: 5px;
}
.showphoto .info_top h1{
	font-size: 16px;
	color: #231815;
	margin: 0;
	line-height: 30px;
}
.showphoto .info{
	margin-top: 20px;
	line-height: 30px;
	color: #231815;
	font-size: 13px;
}
.showphoto .swiper-button-next.swiper-button-white, .showphoto .swiper-button-prev.swiper-button-white{
	color: #05A5FF;
}
.showphoto .gallery-thumbs .swiper-slide{
	cursor: pointer;
}

@media (max-width: 992px){
	.showphoto{
		flex-wrap: wrap;
	}
	.img_box{
		width: 700px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.showphoto .img_info{
		width: 700px;
	}
}
@media (max-width: 768px){
	.showphoto {
	    padding-top: 30px;
	}
	.img_box,.showphoto .img_info{
		width: 100%;
	}
	.showphoto .img_info{
		padding-left: 0;
	}
	.showphotobox .content{
		padding: 20px 0;
	}
}









.aboutban img{
	width: 100%;
	height: auto;
}
.ab_mid{
	justify-content: center;
	align-items: center;
}
.about1{
	background: url(../images/about1.jpg) no-repeat center/cover;
}
.about2{
	background: url(../images/about2.png) no-repeat center/cover;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.about2 .about2_logo img{
	width: 100%;
}
.about2 .about2_logo{
	width: 358px;
}
.about2 .about2_info{
	width: 962px;
	margin-left: 77px;
}
.about2 .about2_top{
	margin-bottom: 75px;
}
.about2 .about2_top p{
	color: #3D3D3D;
	font-size: 32px;
	line-height: 45px;
}
.about2 .about2_top span{
	line-height: 20px;
	color: #3D3D3D;
	display: block;
	margin-top: 8px;
}
.about2 .info p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 25px;
}
.about2 .info p span{
	color: #05A5FF;;
	font-weight: bold;
}
.about2 .info p:last-child{
	margin-bottom: 0;
}
.modal-backdrop.in{
	z-index: -1;
}
.modal-dialog{
	top: 80px;
}
.about2 .btn-lg{
	display: none;
}
@media (max-width: 1920px){
	.about2 .about2_logo{
		width: 280px;
	}
	.about2 .about2_info {
	    width: 970px;
	    margin-left: 70px;
	}
	.about2 .about2_top {
	    margin-bottom: 50px;
	}
	.about2 .about2_top p{
		font-size: 28px;
	}
	.about2 .about2_top span{
		font-size: 12px;
	}
	.about2 .info p {
	    font-size: 15px;
	    margin-bottom: 20px;
	}
}
@media (max-width: 1680px){
	.about2 .about2_logo{
		width: 220px;
	}
	.about2 .about2_info {
	    width: 900px;
	    margin-left: 50px;
	}
	.about2 .about2_top {
	    margin-bottom: 30px;
	}
	.about2 .about2_top p{
		font-size: 22px;
	}
	.about2 .info p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1200px){
	.about2 .ab_mid{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.about2 .about2_logo{
		width: 180px;
		margin-bottom: 20px;
	}
	.about2 .about2_info{
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.about2 .about2_top{
		text-align: center;
	}
	.about2 .info p{
		display: none;
	}
	.about2 .info p:first-child{
		display: block;
	}
	.about2 .btn-lg{
		display: block;
		margin: 0 auto;
		background: #05A5FF;
		border-color: #05A5FF;
		margin-top: 30px;
		width: 300px;
	}
	.about2 .modal-body p{
		font-size: 12px;
		line-height: 26px;
		text-indent: 2em;
	}
}
@media (max-width: 768px){
	.about1{
		background: url(../images/wap_about1.jpg) no-repeat center/cover;
	}
	.about2 .about2_logo{
		width: 120px;
		margin-bottom: 20px;
	}
	.about2 .about2_top{
		margin-bottom: 20px;
	}
	.about2 .about2_top p{
		font-size: 16px;
		line-height: 28px;
	}
	.about2 .about2_top span {
	    font-size: 10px;
	}
	.about2 .info p:first-child{
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.about2 .btn-lg{
		font-size: 15px;
		width: 100%;
	}
	.modal-dialog {
	    top: 50px;
	}
}

.about3{
	background: url(../images/about3.jpg) no-repeat center/cover;
}
.about3 .center{
	margin: 0 auto;
}
@media (max-width: 1920px){
	.about3 .center{
		width: 1430px;
	}
}
.about3 .about3_top span{
	display: block;
	font-size: 80px;
	line-height: 93px;
	color: #05A5FF;
}
.about3 .about3_top p{
	margin-top: 29px;
	font-size: 32px;
	line-height: 45px;
	color: #FFFFFF;
}
.about3 .history{
	margin-top: 140px;
	padding-left: 260px;
	position: relative;
}
.about3 .history::after{
	content: " ";
	display: block;
	width: 3000px;
	height: 4px;
	background: #05A5FF;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -1500px;
}
.about3 .history_swiper{
	color: #fff;
	height: 300px;
}
.about3 .swiper-slide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 26px;
}
.about3 .swiper-slide::before{
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 150px;
	background: #05A5FF;
	left: 12px;
	top: 0;
}
.about3 .swiper-slide:nth-child(even){
	justify-content: flex-end;
}
.about3 .swiper-slide:nth-child(even)::before{
	top: auto;
	bottom: 0;
}
.about3 .swiper-slide span{
	display: block;
	font-size: 32px;
	margin-top: -5px;
}
.about3 .swiper-slide p{
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
.about3 .swiper-slide span::before{
	content: " ";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background: #05A5FF;
	border-radius: 100%;
	top: 0;
	left: 8px;
}
.about3 .swiper-slide span::after{
	content: " ";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: #05A5FF;
	border-radius: 100%;
	top: 138px;
	left: 0px;
}
.about3 .swiper-slide:nth-child(even) span::before{
	top: auto;
	bottom: 0;
}

@media (max-width: 1920px){
	.about3 .about3_top span{
		font-size: 70px;
		line-height: 80px;
	}
	.about3 .about3_top p{
		margin-top: 20px;
		font-size: 25px;
		line-height: 40px;
	}
	.about3 .history{
		padding-left: 150px;
	}
}
@media (max-width: 1680px){
	.about3 .about3_top span{
		font-size: 60px;
		line-height: 70px;
	}
	.about3 .about3_top p{
		margin-top: 15px;
		font-size: 22px;
		line-height: 30px;
	}
	.about3 .history{
		padding-left: 100px;
	}
	.about3 .swiper-slide span{
		font-size: 28px;
	}
	.about3 .swiper-slide p{
		font-size: 15px;
	}
}
@media (max-width: 1350px){
	.about3 .about3_top{
		padding-left: 20px;
	}
	.about3 .about3_top span{
		font-size: 50px;
		line-height: 60px;
	}
	.about3 .about3_top p{
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
	}
}
@media (max-width: 1200px){
	.about3 .history{
		margin-top: 100px;
	}
}
@media (max-width: 992px){
	.about3 .center{
		width: 100%;
	}
	.about3 .about3_top span {
	    font-size: 40px;
	    line-height: 50px;
	}
	.about3 .about3_top p {
	    margin-top: 0;
	    font-size: 15px;
	}
}
@media (max-width: 768px){
	.about3 .about3_top span {
	    font-size: 36px;
	    line-height: 40px;
	}
	.about3 .about3_top p{
		font-size: 14px;
	}
	.about3 .history_swiper{
		height: 260px;
	}
	.about3 .history{
		padding-left: 30px;
		margin-top: 70px;
	}
	.about3 .history::after{
		height: 2px;
		margin-top: -1px;
	}
	.about3 .swiper-slide::before{
		height: 130px;
	}
	.about3 .swiper-slide span {
	    font-size: 22px;
	}
	.about3 .swiper-slide p {
	    font-size: 12px;
	}
	.about3 .swiper-slide span::before{
		width: 7px;
		height: 7px;
		left: 9px;
	}
	.about3 .swiper-slide span::after{
		width: 18px;
		height: 18px;
		top: 121px;
		left: 4px;
	}

}

.about4{
	background: url(../images/about4.png) no-repeat center/cover;
}
.honortit{
	color: #262626;
	text-align: center;
	font-size: 32px;
	background: url(../images/honortit.png) no-repeat center bottom;
	height: 80px;
	margin-top: 20px;
}
@media (min-width: 1920px){
	.about4 .container{
		width: 1402px;
	}
}
.about4 ul{
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	margin-top: 50px;
}
.about4 ul li{
	width: 338px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	margin-bottom: 16px;
	background: #fff;
}
.about4 ul li img{
	max-width: 100%;
	display: block;
}
.about4 ul li p{
	color: #3D3D3D;
	font-size: 24px;
	line-height: 78px;
	border-top: 1px solid #E8E8E8;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
}
.about4 a.more{
	display: block;
	color: #05A5FF;
	font-size: 18px;
	width: 111px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #05A5FF;
	box-sizing: border-box;
	padding-left: 28px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/arrow.png) no-repeat 74px center;
}
@media (max-width: 1920px){
	.about4 .container{
		width: 1400px;
	}
	.honortit{
		font-size: 26px;
		background: url(../images/honortit.png) no-repeat center bottom;
		background-size: 460px;
		height: 60px;
	}
	.about4 ul{
		margin-top: 30px;
	}
	.about4 ul li{
		width: 330px;
	}
	.about4 ul li p{
		font-size: 18px;
		line-height: 50px;
	}
	.about4 a.more{
		margin-top: 10px;
		font-size: 16px;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 1680px){
	.about4 .container{
		width: 1200px;
	}
	.about4 ul li{
		width: 280px;
	}
	.about4 ul li p {
	    font-size: 16px;
	    line-height: 40px;
	}
	.honortit{
		font-size: 24px;
		background-size: 400px;
	}
}
@media (max-width: 1440px){
	.about4 .container{
		width: 1100px;
	}
	.about4 ul li {
	    width: 256px;
	}
	.about4 ul li p {
	    font-size: 15px;
	    line-height: 38px;
	}
	.about4 a.more{
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		background-size: 6px;
	}
}
@media (max-width: 1200px){
	.about4 .container{
		width: 900px;
	}
	.honortit {
	    font-size: 22px;
	    background-size: 300px;
	    height: 40px;
	}
	.about4 ul {
	    margin-top: 20px;
	}
	.about4 ul li {
	    width: 210px;
	}
}
@media (max-width: 992px){
	.about4 .container{
		width: 750px;
	}
	.about4 ul li {
	    width: 170px;
	    margin-bottom: 10px;
	}
	.about4 ul li p {
	    font-size: 14px;
	    line-height: 30px;
	}
}
@media (max-width: 768px){
	.about4 .container{
		width: 100%;
	}
	.about4 ul li{
		width: 48%;
	}
	.about4 ul li:nth-child(5),.about4 ul li:nth-child(6),.about4 ul li:nth-child(7),.about4 ul li:nth-child(8){
		display: none;
	}
	.about4 a.more{
		margin-top: 20px;
	}
}

.about5{
	background: url(../images/about5.png) no-repeat center/cover;
}
.about5 .center{
	max-width: 1400px;
	margin: 0 auto;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}
.about5 .about5_left {
	width: 842px;
}
.about5 .about5_left .ab5_tit{
	color: #000000;
	font-size: 40px;
	background: url(../images/speech.png) no-repeat 10px bottom;
	height: 115px;
	position: relative;
}
.about5 .about5_left .ab5_tit::after{
	content: " ";
	display: block;
	width: 71px;
	height: 8px;
	background: #05A5FF;
	position: absolute;
	left: 0;
	top: 80px;
}
.about5 .about5_left i{
	display: block;
	font-style: normal;
	color: #000000;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.about5 .about5_left p{
	color: #3D3D3D;
	font-size: 16px;
	line-height: 22px;
	margin-top: 22px;
}
.about5 .about5_left a.more{
	display: block;
	width: 120px;
	line-height: 36px;
	background: #05A5FF;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	display: none;
}
@media (max-width: 1920px){
	.about5 .center{
		max-width: 1380px;
	}
	.about5 .about5_left .ab5_tit{
		font-size: 35px;
		background: url(../images/speech.png) no-repeat 10px bottom;
		background-size: 300px;
		height: 100px;
	}
	.about5 .about5_left .ab5_tit::after{
		width: 66px;
		height: 6px;
		left: 0;
		top: 75px;
	}
	.about5 .about5_left i{
		font-size: 22px;
	}
	.about5 .about5_left p{
		font-size: 14px;
		margin-top: 15px;
	}
	.about5 .center img{
		width: 500px;
	}
}
@media (max-width: 1680px){
	.about5 .center{
		align-items: center;
		max-width: 1200px;
	}
	.about5 .about5_left {
	    width: 770px;
	}
	.about5 .about5_left .info p{
		display: none;
	}
	.about5 .about5_left .info p:first-child,.about5 .about5_left .info p:first-child+p,.about5 .about5_left .info p:first-child+p+p,.about5 .about5_left .info p:first-child+p+p+p,.about5 .about5_left .info p:first-child+p+p+p+p{
		display: block;
	}
	.about5 .center img{
		width: 400px;
	}
	.about5 .about5_left a.more{
		display: block;
	}
}
@media (max-width: 1200px){
	.about5 .center{
		max-width: 900px;
		align-items: flex-end;
	}
	.about5 .about5_left {
	    width: 580px;
	}
	.about5 .about5_left .info p:first-child+p+p+p,.about5 .about5_left .info p:first-child+p+p+p+p{
		display: none;
	}
	.about5 .center img {
	    width: 300px;
	}
}
@media (max-width: 992px){
	.about5 .about5_left .ab5_tit{
		font-size: 25px;
		background-size: 220px;
		height: 70px;
	}
	.about5 .center {
	    max-width: 730px;
	}
	.about5 .about5_left .ab5_tit::after {
	    width: 46px;
	    height: 4px;
	    top: 51px;
	}
	.about5 .about5_left {
	    width: 450px;
	}
	.about5 .about5_left i {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.about5 .about5_left p {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.about5 .center img {
	    width: 260px;
	}
	.about5 .about5_left a.more{
		font-size: 12px;
		width: 100px;
		line-height: 32px;
	}
}
@media (max-width: 768px){
	.about5 .center {
	    max-width: 100%;
	    width: 100%;
	    flex-wrap: wrap;
	    box-sizing: border-box;
	    padding: 0 15px;
	}
	.about5 .about5_left{
		width: 100%;
	}
	.about5 .center img.about5_img{
		display: none !important;
	}
	.about5 .about5_left a.more{
		margin: 0 auto;
		margin-top: 30px;
		font-size: 14px;
		width: 120px;
		line-height: 36px;
		height: 36px;
	}
}

.contbox ul{
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 130px;
	padding-bottom: 135px;
}
.contbox{
	width: 1390px;
	margin: 0 auto;
}
.contbox li{
	width: 686px;
	background: #fff;
	margin-bottom: 16px;
}
.contbox li img{
	max-width: 100%;
}
.contbox li .box{
	padding: 0 18px;
	padding-bottom: 30px;
}
.contbox li .box span{
	display: block;
	font-size: 32px;
	color: #3D3D3D;
	line-height: 110px;
	position: relative;
}
.contbox li .box span::after{
	content: " ";
	display: block;
	width: 119px;
	height: 2px;
	background: #05A5FF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contbox li .box i{
	display: block;
	font-style: normal;
	font-size: 24px;
	line-height: 34px;
	color: #3D3D3D;
	margin-top: 24px;
}
.contbox li .box p{
	color: #3D3D3D;
	font-size: 16px;
	margin-top: 19px;
	line-height: 34px;
}
@media (max-width: 1920px){
	.contbox{
		width: 1375px;
	}
	.contbox ul{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.contbox li{
		width: 680px;
	}
}
@media (max-width: 1680px){
	.contbox{
		width: 1200px;
	}
	.contbox ul{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contbox li {
	    width: 590px;
	}
	.contbox li .box span{
		font-size: 28px;
		line-height: 100px;
	}
	.contbox li .box span::after{
		width: 110px;
	}
	.contbox li .box i{
		font-size: 22px;
	}
	.contbox li .box p {
	    font-size: 15px;
	    margin-top: 15px;
	    line-height: 30px;
	}
}
@media (max-width: 1440px){
	.contbox{
		width: 1100px;
	}
	.contbox ul{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.contbox li {
	    width: 542px;
	}
	.contbox li .box span {
	    font-size: 24px;
	    line-height: 80px;
	}
	.contbox li .box i {
	    font-size: 18px;
	    line-height: 30px;
	    margin-top: 20px;
	}
	.contbox li .box p {
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 26px;
	}
}
@media (max-width: 1200px){
	.contbox{
		width: 900px;
	}
	.contbox ul{
		padding-top: 50px;
	}
	.contbox li {
	    width: 440px;
	}
	.contbox li .box{
		padding-bottom: 20px;
	}
	.contbox li .box span {
	    font-size: 20px;
	    line-height: 60px;
	}
	.contbox li .box span::after {
	    width: 80px;
	}
	.contbox li .box i{
		font-size: 16px;
		margin-top: 10px;
	}
	.contbox li .box p {
	    font-size: 12px;
	    margin-top: 5px;
	    line-height: 22px;
	}
}
@media (max-width: 992px){
	.contbox{
		width: 700px;
	}
	.contbox ul {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.contbox li {
	    width: 342px;
	}
	.contbox li .box span {
	    font-size: 16px;
	    line-height: 50px;
	}
	.contbox li .box i {
	    font-size: 15px;
	}
}
@media (max-width: 768px){
	.contbox {
	    width: 100%;
	}
	.contbox ul {
	    padding: 20px 15px;
	}
	.contbox li {
	    width: 100%;
	}
}

.shown{
	display: block !important;
}
#fp-nav ul li, .fp-slidesNav ul li{
	width: 30px;
	height: 24px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span,#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	width: 30px;
	height: 24px;
	background: url(../images/fp-nav.png) no-repeat 0 -5px;
	margin: -12px 0 0 -15px;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
	width: 30px;
	height: 24px;
	margin: -12px 0 0 -15px;
	background: url(../images/fp-nav.png) no-repeat 0 -36px;
}
@media (max-width: 768px){
	#fp-nav{
		display: none;
	}
}