/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#083b69;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#083b69}
::-webkit-scrollbar-thumb:vertical:hover{background:#083b69}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:320px;overflow-x: hidden;color:#333;padding-top:60px}
body,html{height:100%}
@font-face{
	font-family:DIDOTLH-ROMANSC;
	src:url(../fonts/DIDOTLH-ROMANSC.ttf) format("truetype");
	font-weight:400;font-style:normal
}
@font-face{
	font-family:DIN-Medium;
	src:url(../fonts/DIN-Medium.ttf) format("truetype");
	font-weight:400;
	font-style:normal
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
textarea{resize: none;}
.bgColorF0{background-color:#f0f0f0}
.bgColorF7{background-color:#f7f7f7}
em,i{font-style:normal}
a{display: block;color:#333;}
a:focus,a:hover{text-decoration:none;color:#333}
video{display: block;max-width:100%}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px}
.container{position:relative;z-index:2}
img{display: block;}
.img{width:100%;overflow:hidden;margin:0 auto;position:relative}
.img>img{display:block;width:100%;transition:all .5s}
.img:hover>img{transform: scale(1.1);}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
/* .index_body{padding-top:0;} */

@media (max-width:767px){
	.banner-text .container,.section .container{width:100%}
	.PC-img{display:none!important}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section{padding-top:0}
}
@media (min-width:768px){
	.section{padding-top:74px}
	.section1,body{padding-top:110px}
	.min-img{display:none!important}
	.container{width:83.33333%;max-width:1500px;padding-left:0;padding-right:0}
}
@media (min-width:992px){
	.section1,body{padding-top:124px}
}
@media (min-width:1200px){
	.section{padding-top:100px}
	.section1,body{padding-top:150px}
}


/*搜索页面*/
.noResult{text-align:center;font-size:16px;text-transform:uppercase;margin:50px 0}
@media (min-width:768px){
	.noResult{font-size:20px}
}


/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:50px;z-index:2;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:5px}
.gotop:hover{background-image:url(../images/icon/gotop1.png)}
.footer{width:100%;background-color:#073b6a;overflow:hidden}
.copyright{border-top:1px rgba(255,255,255,.2) solid;padding:15px 0;color:rgba(255,255,255,0.6);text-align:center;}
.copyright a{display:inline-block;color:rgba(255,255,255,0.6)}
.copyright a:hover{color:#fff;}
.foot-top{display:flex;flex-flow:row wrap;justify-content:space-between;margin-left:-15px;margin-right:-15px;padding-top:30px}
.foot-top>.column{padding:0 15px}
.foot-nav-box>.column,.foot-top>.column{margin-bottom:35px}
.foot-top .foot-nav-box{margin-bottom:0}
.foot-nav-box .h2{font-size:16px;color:#fff;letter-spacing:2px;margin:0 0 15px}
.foot-nav-box .h2 a{display:block;color:#fff}
.foot-nav{list-style:none;padding:0;margin:0}
.foot-nav li{margin-top:4px}
.foot-nav a{display:block;color:rgba(255,255,255,0.6);letter-spacing:2px;font-weight:lighter}
.foot-nav a:hover{color:#fff}
.foot-top-left a{display:block;color:#fff}
.foot-logo img{display:inline-block;max-width:100%}
.foot-tel{margin-top:20px}
.foot-tel span{display:block;letter-spacing:2px}
.foot-tel i{display:block;font-size:28px;line-height:1;font-family:DIN-Medium;margin-top:10px}
.foot-wechat img{max-width:148px;margin:0 auto 8px;}
.foot-wechat span{display:block;color:#fff;text-align:center;}
.section:last-child{padding-top:0!important}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	.copyright{font-size:12px;padding:10px 0}
	.foot-nav-box>.column{margin-bottom:20px}
	.foot-nav-box .h2{margin-bottom:8px}
	.foot-nav{display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}
	.foot-nav li{padding:0 10px}
	.foot-wechat img{max-width:128px;}
	.section .foot-top{padding-top:20px}
	.section .foot-top>.column{margin-bottom:20px}
	/* .section .foot-top-center,.section .foot-top-left{display:none} */
	.section .foot-nav-box{display: none;}
}
@media (max-width:767px) and (orientation:portrait ) {
	.foot-top{display:block}
	.foot-top-left{text-align:center}
}
/*@media (max-width:359px){
	.section .foot-top-center,.section .foot-top-left{display:block}
	.section .foot-nav-box{display:none}
} */

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section .foot-top-center,.section .foot-top-left{display:block}
	.section .foot-nav-box{display:none}
}
@media (min-width:768px){
	.foot-top-center{flex:0 0 auto;max-width:200px}
	.foot-top-left{flex:0 0 auto;max-width:360px}
	.foot-nav-box{display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}
	.foot-nav-box>.column{padding:0 10px}
	.foot-tel i{font-size:32px}
}
@media (min-width:992px){
}
@media (min-width:1200px){
	.foot-nav-box{margin-left:-15px;margin-right:-15px}
	.foot-nav-box>.column{padding:0 15px}
}
@media (min-width:1344px){
	.foot-top{flex-wrap:nowrap}
}
@media (min-width: 1450px){
	.foot-wechat .img{max-width:168px}
	.foot-wechat span{font-size:16px;}
	.foot-tel{margin-top:35px}
	.foot-tel i{font-size:38px}
}
@media (min-width:1600px){
	.foot-nav-box{margin-left:-25px;margin-right:-25px}
	.foot-nav-box>.column{padding:0 25px}
}


/*导航*/
.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition:all .5s;transition:all .5s
}
.navbar-brand img {
	height: 50px;
	-webkit-transition:all .5s;transition:all .5s
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	background-color: #083b69;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu-close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
}
.navbar-default .menu-close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu-close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #666;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	-webkit-transition:all .5s;transition:all .5s
}
.navbar-default .navbar-nav>li>a:before,
.navbar-default .navbar-nav>li>a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px transparent solid;
	border-right: 6px transparent solid;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>a:before {
	border-top: 6px #083b69 solid;
	top: -12px;
}
.navbar-default .navbar-nav>li>a:after {
	border-bottom: 6px #083b69 solid;
	bottom: -12px;
}
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>.active>a:before {
	top: 0;
}
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after {
	bottom: 0;
}
.logo a:before,
.logo a:after {
	display: none;
}
.logo img {
	display: block;
	height: 50px;
	-webkit-transition:all .5s;transition:all .5s
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #083b69;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a {
	font-weight: 700;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top-tip{color:#fff;font-size:12px;background-color:#083b69;padding:10px 0;-webkit-transition:all .5s;transition:all .5s}
.top-tip a{color:#fff}
.top-tip .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.top-tip .container:after,.top-tip .container:before{display:none}
.top-nav{display:flex;flex-flow:row wrap;margin-right:-10px;}
.top-nav a{position:relative;padding:0 10px;}
.top-nav a:after{content:"";width:1px;height:14px;background-color:#fff;position:absolute;top:50%;margin-top:-7px;right:0}
.top-nav a:last-child:after{display: none;}
.top-nav a:hover{text-decoration: underline;}
.section1Header .top-tip{margin-top:-37px}


.navbar-lan{position: absolute;right:0;top:50%;transform: translateY(-50%);text-transform: uppercase;font-weight: 700;line-height: 40px;}
.navbar-lan>a,.navbar-lan>span{float:left;padding:0 3px;color:#999}
.navbar-lan>a:hover,
.navbar-lan>a.cur{color: #083b69;}
@media (max-width:767px){
	.navbar-lan{right:75px;}
	.header .navbar-fixed-top .navbar-collapse{max-height:none;position:fixed;left:0;right:0;bottom:0;top:97px;background-color:#fff;margin:0}
	.logo{display:none!important}
	.header.section1Header .navbar-fixed-top .navbar-collapse{top:60px;}
	.navbar-default .navbar-nav>li>a{border-bottom:1px solid #f6f6f6;}
}
@media (max-width:567px){
	.header .navbar-fixed-top .navbar-collapse{top:60px}
	.top-tip{display:none}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.indexHeader{display:none}
}
@media (min-width:768px){
	.navbar-brand{padding-top:5px;padding-bottom:5px;padding-right:0;display:none}
	.logo img,.navbar-brand img{height:64px}
	.logo{padding-left:15px;padding-right:15px}
	.navbar-nav{float:none;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:-20px;margin-right:-20px}
	.navbar-default .navbar-nav>li>a{padding:15px 10px}
	.navbar-default .navbar-nav>.logo>a{padding-top:5px;padding-bottom:5px}
	
	.headerEffect .top-tip{padding:10px 0;}
	.headerEffect .navbar-brand img,
	.headerEffect .logo img{height: 60px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}
	.headerEffect .navbar-default .navbar-nav>.logo>a{padding-top:5px;padding-bottom:5px;}
}
@media (min-width:768px) and (max-width:991px){
	.header .container{width:auto;padding:0 15px}
	.navbar-lan{right:15px;}
}
@media (min-width:992px){
	.logo{padding-left:2.33333%;padding-right:2.33333%}
	.top-tip{padding:15px 0;font-size:14px;}
	.section1Header .top-tip{margin-top:-50px}
}
@media (min-width:1200px){
	.logo{padding-left:3.33333%;padding-right:3.33333%}
	.navbar-brand{padding-top:8px;padding-bottom:8px}
	.logo img,.navbar-brand img{height:84px}
	.navbar-default .navbar-nav>li>a{font-size:16px;padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;}
	.navbar-default .navbar-nav>.logo>a{padding-top:8px;padding-bottom:8px}
	
	.headerEffect .navbar-default .navbar-nav>.logo>a{padding-top:8px;padding-bottom:8px;}
}
@media (min-width:1450px){
	.logo{padding-left:5.33333%;padding-right:5.3333%}
}

/*第一屏*/
.section1 .swiper-container {
	width: 100%;
	height: 100%;
}
.section1 img {
	display: block;
	width: 100%;
}
.banner-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-text {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text img{width:auto;max-width:100%;-webkit-transition:all 1s;transition:all 1s;opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.swiper-slide-active .banner-text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.section1 .swiper-button-prev,
.section1 .swiper-button-next {
	width: 20px;
	height: 40px;
	margin-top: -20px;
	background-color: rgba(35,24,21,.8);
	background-size: 12px;	
	outline: none;
}
.section1 .swiper-button-next.swiper-button-disabled,
.section1 .swiper-button-prev.swiper-button-disabled {
	opacity: .4;
}
.section1 .swiper-button-prev {
	left: 5px;
}
.section1 .swiper-button-next {
	right: 5px;
}
.section1 .swiper-pagination{width:100%;}
.section1 .swiper-pagination-bullet-active{background:#083b69;}
@media (max-width: 767px) {
	.section1 .swiper-button-prev, .section1 .swiper-button-next{display: none;}
}
@media (min-width: 768px) {
	.section1 .swiper-button-prev,
	.section1 .swiper-button-next {
		width: 30px;
		height: 60px;
		background-size: 16px;
	}
	.section1 .swiper-button-prev {
		left: 4.16667%;
	}
	.section1 .swiper-button-next {
		right: 4.16667%;
	}
	.section1 .swiper-pagination{display: none;}
}

.index-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.index-title a {
	color: #333;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.index-title .h2 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 4px;
	margin: 0;
	padding: 0 5px;
}
.index-title span {
	display: block;
	font-size: 24px;
	font-family: "DIDOTLH-ROMANSC";
	padding: 0 5px;
}

.index-more a {
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #083b69;
	padding: 10px;
	max-width: 120px;
	margin-top: 20px;
	position: relative;
}
.index-more a:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #083b69;
	position: absolute;
	left: 0;
	bottom: -4px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-more a:hover:after {
	width: 0;
}

.section .index-title,
.section .index-more {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section.active .index-title,
.section.active .index-more {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section.active .index-more {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.textColor,
.textColor a,
.textColor .submenu li a,
.textColor .InfoContent{color:#fff;}
.textColor .submenu li:after{background:#fff;}
.textColor .submenu li a:hover,
.textColor .submenu li a:focus,
.textColor .submenu .active a {
	background-color: transparent;
	text-decoration: underline;
	color:#fff;
}

@media (min-width: 768px) {
	.index-title {
		margin-bottom: 25px;
	}
	.index-title .h2 {
		font-size: 24px;
	}
	.index-title span {
		font-size: 30px;
	}
	.index-more a {	
		padding: 15px;
		max-width: 156px;
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {
	.index-title .h2 {
		font-size: 30px;
	}
	.index-title span {
		font-size: 38px;
	}
	.index-more a {
		padding: 20px;
		max-width: 196px;
		margin-top: 50px;
	}
}

/*第二屏*/
.section2-list {
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}
.section2-list .column {
	padding: 0;
}
.section2-left .inner {
	padding: 30px 4% 30px 0;
	position: relative;
}
.section2-left .inner:before,
.section2-left .inner:after {
	content: "";
	width: 30px;
	height: 30px;
	border: 1px rgba(0,0,0,.4) solid;
	position: absolute;
	right: 0;
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
	-webkit-transition: all .8S;
	transition: all .8S;
	opacity: 0;
}
.active .section2-left .inner:before,
.active .section2-left .inner:after {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.section2-left .inner:before {
	top: 0;
	border-width: 1px 1px 0 0;
}
.section2-left .inner:after {
	bottom: 0;
	border-width: 0 1px 1px 0;
}
.section2-list .index-title,
.section2-list .index-title a {
	display: block;
	text-align: left;
}
.section2-list .index-title .h2 {
	padding: 0;
}
.section2-list .index-title span {
	padding: 0;
	color:#083b69;
}
.section2-content {
	line-height: 30px;
	max-height: 150px;
	overflow: hidden;
}
.section2-list .line {
	border-top-color: #999;
}
.section2-content,
.section2-list .line {
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
}
.active .section2-content,
.active .section2-list .line {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.section2-list .img {
	overflow: inherit;
	-webkit-transform: translate3d(100%,100%,0);
	transform: translate3d(100%,100%,0);
}
.active .section2-list .img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.section2-list .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	left: -10px;
	bottom: -10px;
	z-index: -1;
}

@media (max-width: 767px) {
	/* .section2-right {
		display: none;
	} */
	.section2-content{
		line-height:24px;
		max-height:48px;
	}
	.section2-left .inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section2-left .inner:before,
	.section2-left .inner:after {
		width: 30px;
		height: 30px;
	}
}
@media (min-width: 768px) {
	.section2-list .section2-left {
		padding-right: 4%;
	}
	.section2-list .line {
		margin-top: 20px;
	}
	.section2-left{max-width:750px;}
	.section2 .container{width:100%;max-width:100%;padding-left:8.333335%;}
}
@media (min-width: 992px) {
	.section2-left .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section2-left .inner:before,
	.section2-left .inner:after {
		width: 50px;
		height: 50px;
	}
	.section2-list .index-title {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.section2-content{font-size:16px;}
}
@media (min-width: 1600px) {
	.section2-list .index-title span {
		font-size: 48px;
	}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section2-list .column{width:50%;}
	.section2-content{max-height:96px;}
}
/*第三屏*/
.section3-list {
	padding: 0 34px;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}
.section3-list .swiper-button-prev,
.section3-list .swiper-button-next {
	width: 24px;
	height: 60px;
	margin-top: -30px;
	border: 1px #b2b2b2 solid;
	background-size: 12px;
	outline: none;
}
.section3-list .swiper-button-prev {
	left: 0;
}
.section3-list .swiper-button-next {
	right: 0;
}
.section3-list a {
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
.section3-list .text {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 5px 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-transition: all .5s;
	transition: all .5s;
	background:url(../images/bg.png) no-repeat center;
	background-size:105% 105%;
}
.section3-list .text:after {
	content: "";
	border: 1px transparent solid;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: -1;
}
.section3-list .h2 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 0 0 auto;
}
.section3-list p {
	margin: 0;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.section3-list a:hover .text {
	height: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}
.section3-list a:hover .text:after {
	border-color: rgba(229,236,242,.4);
	-webkit-transition: border-top-color .3s linear .5s, border-right-color .3s linear .55s, border-bottom-color .3s linear .6s, border-left-color .3s linear .65s;
	transition: border-top-color .3s linear .5s, border-right-color .3s linear .55s, border-bottom-color .3s linear .6s, border-left-color .3s linear .65s;
}
.section3-list a:hover .h2 {
	line-height: 1.1;
	margin-bottom: 10px;
}
.section3 .index-more a{
	margin-left:auto;
	margin-right:auto;
	border:1px solid transparent;
}
.section3 .index-more a:hover{
	border-color: #fff;
	-webkit-transition: border-top-color .3s linear .5s, border-right-color .3s linear .55s, border-bottom-color .3s linear .6s, border-left-color .3s linear .65s;
	transition: border-top-color .3s linear .5s, border-right-color .3s linear .55s, border-bottom-color .3s linear .6s, border-left-color .3s linear .65s;
}
.tab-content,
.section .submenu {
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
}
.active .tab-content,
.section.active .submenu {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.active .tab-content {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section3 .submenu{display: none;}
}
@media (max-width:767px) and (orientation:portrait){
	.section3 .index-more{display: none;}
}
@media (max-width: 567px) {
	.section3-list {
		max-width: 330px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.section3-list {
		padding-left: 66px;
		padding-right: 66px;
		min-height: 250px;
	}
	.section3-list .swiper-button-prev,
	.section3-list .swiper-button-next {
		width: 36px;
		height: 90px;
		margin-top: -45px;
		background-size: 16px;
	}
	.section3-list .h2 {
		font-size: 16px;
	}
	.section3-list .text{
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media (min-width: 1200px) {
	.section3-list .h2 {
		font-size: 18px;
	}
	.section3-list a:hover .h2 {
		margin-bottom: 15px;
	}
	.section3 .index-more a{margin-top:70px;}
}
@media (min-width: 1450px) {
	.section3-list .text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section3-list a:hover .text {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section3-list .h2 {
		font-size: 20px;
	}
}

/*第四屏*/
.section4 .container {
	max-width: 1200px;
}
.section4-list {
	position: relative;
	margin-bottom: 50px;
}
.section4-list .swiper-slide {
	opacity: 0!important;
}
.section4-list .swiper-slide-active {
	opacity: 1!important;
}
.section4-list a {
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 10px;
	padding-bottom: 10px;
}
.section4-list .img {
	width: 66.66667%;
	overflow: inherit;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.section4-list .img:after {
	content: "";
	width: 25%;
	height: 100%;
	background-color: rgba(27,18,16,.2);
	position: absolute;
	left: -10px;
	bottom: -10px;
	z-index: -1;
}
.section4-list .text {
	width: 33.33333%;
	padding-left: 5%;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.section4-list .h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color:#083b69;
}
.section4-list .h2:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #1b1210;
	display: block;
	margin-top: 10px;
}
.section4-list p {
	color: #666;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 15px 0 0;
}
.section4-list em {
	display: block;
	text-align: center;
	text-transform: uppercase;
	border: 1px #ccc solid;
	padding: 10px;
	max-width: 120px;
	margin-top: 15px;
	color:#083b69;
}
.section4-list em:hover {
	background-color: #083b69;
	color: #fff;
}

.section4-list .swiper-container {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section4-list .swiper-button-prev,
.section4-list .swiper-button-next,
.section4-list .swiper-pagination {
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
}
.active .section4-list .swiper-container,
.active .section4-list .swiper-button-prev,
.active .section4-list .swiper-button-next,
.active .section4-list .swiper-pagination,
.section4-list .swiper-slide-active .img,
.section4-list .swiper-slide-active .text {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.active .section4-list .swiper-button-prev,
.active .section4-list .swiper-button-next {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	opacity: .4
}
.active .section4-list .swiper-pagination {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.section4-list .swiper-button-prev,
.section4-list .swiper-button-next {
	width: 34px;
	height: 34px;
	margin-top: 0;
	border: 1px #333 solid;
	border-radius: 100%;
	background-size: 8px;
	top: calc(100% - 10px);
	outline: none;
}
.section4-list .swiper-button-prev {
	left: 72.21311%;
}
.section4-list .swiper-button-next {
	right: auto;
	left: calc(72.21311% + 70px);
}
.section4-list .swiper-pagination {
	left: 0;
	right: 0;
	margin-top: 30px;
}
.section4-list .swiper-pagination:before{content: '<';}
.section4-list .swiper-pagination:after{content: ">";}
.section4-list .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	padding: 0 12px;
	position: relative;
	outline: none;
}
.section4-list .swiper-pagination-bullet-active{
	color:#083b69;
}
.section4-list .swiper-pagination-bullet:after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #083b69;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section4-list .swiper-pagination-bullet-active:after {
	width: 10px;
} 

@media (max-width: 767px) {
	.section4-list {
		margin-bottom: 30px;
	}
	.section4-list .swiper-button-prev,
	.section4-list .swiper-button-next {
		width: 28px;
		height: 28px;
		background-size: 6px;
		top: 100%;
	}
	.section4-list .swiper-button-next {
		left: calc(72.21311% + 50px);
	}
	.section4-list .swiper-pagination {
		margin-top: 10px;
	}
}
@media (max-width: 567px) {
	.section4-list p {
		height: 48px;
		-webkit-line-clamp: 2;
	}
	.section4-list em {
		padding: 8px;
	}
}
@media (max-width: 479px) {
	.section4-list {
		margin-bottom: 30px;
	}
	.section4-list a {
		display: block;
		padding: 0;
	}
	.section4-list .img {
		margin: 5px auto 35px;
	}
	.section4-list .text {
		width: 100%;
		padding-left: 0;
	}
	.section4-list .swiper-button-prev {
		left: calc(100% - 84px);
		margin-top: -28px;
	}
	.section4-list .swiper-button-next {
		left: calc(100% - 28px);
		margin-top: -28px;
	}
	.section4-list .swiper-pagination {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.section4 .index-title {
		margin-bottom: 45px;
	}
	.section4-list {
		margin-left: -20px;
	}
	.section4-list a {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.section4-list .img:after {
		left: -20px;
		bottom: -20px;
	}
	.section4-list .h2 {
		font-size: 18px;
	}
	.section4-list .h2:after {
		width: 30px;
		height: 3px;
		margin-top: 15px;
	}
	.section4-list p,
	.section4-list em {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.section4-list .text {
		margin-bottom: 60px;
	}
	.section4-list .h2 {
		font-size: 20px;
	}
	.section4-list .swiper-button-prev,
	.section4-list .swiper-button-next {
		top: auto;
		bottom: 10.71429%;
	}
}
@media (min-width: 1366px) {
	.section4-list .text {
		margin-bottom: 90px;
	}
	.section4-list .h2 {
		font-size: 24px;
	}
	.section4-list .h2:after {
		width: 40px;
		height: 4px;
		margin-top: 25px;
	}
	.section4-list p {
		margin-top: 30px;
	}
	.section4-list em {
		margin-top: 45px;
	}
}

/*第五屏*/
.section5 .index-title {
	margin-bottom: 25px;
}
.section5 .index-title,
.section5 .index-title a {
	color: #fff;
}
.section5-left a {
	display: block;
	color: #fff;
	position: relative;
}
.section5-left .date {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80px;
	background-color: #083b69;
	padding: 10px;
	text-align: center;
	line-height: 1;
	font-family: "DIN-Medium";
}
.section5-left .date span {
	display: block;
}
.section5-left .date .day {
	font-size: 24px;
	letter-spacing: 4px;
}
.section5-left .date .year {
	font-size: 14px;
	margin-top: 8px;
}
.section5-left .text {
	/* background-color: rgba(255,255,255,.2); */
	padding: 10px;
}
.section5-left .h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section5-left p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 8px 0 0;
}
.section5-left a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.section5-list .panel-group {
	margin-bottom: 0;
}
.section5-list .panel-group .panel {
	background-color: rgba(255,255,255,.2);
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.section5-list .panel-group .panel+.panel {
	margin-top: 1px;
}
.section5-list .panel-heading {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.section5-list .panel-heading a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 12px 10px 12px 50px;
	position: relative;
}
.section5-list .panel-heading a i {
	width: 40px;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section5-list .panel-heading a i:before,
.section5-list .panel-heading a i:after {
	content: "";
	background-color: #4c4c4c;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section5-list .panel-heading a i:before {
	width: 16px;
	height: 2px;
}
.section5-list .panel-heading a i:after {
	width: 2px;
	height: 16px;
}
.section5-list .active .panel-heading a i {
	height: 68.75%;
}
.section5-list .active .panel-heading a i:after {
	height: 0;
}
.section5-list .panel-body {
	padding: 10px;
	padding-top: 0!important;
	border: 0!important;
}
.section5-list .p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.section5-list .p p {
	margin: 0;
}
.section5-list .span {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.section5-list .span span {
	display: block;
	margin-bottom: 5px;
}
.section5-list .span a {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
.section5-list .span a:hover {
	opacity: .8;
}

.section5-left {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.section5-right {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
.on.section5 .index-title,
.on .section5-left,
.on .section5-right,
.active .section5-left,
.active .section5-right {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.active .section5-left,
.active .section5-right {	
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

@media (max-width: 767px) {
	.section5-list .panel-group .panel:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 639px) {
	.section5-list .panel-group .panel:nth-child(n+3) {
		display: none;
	}
}
@media (max-width: 479px) {
	.section5-list .column {
		width: 100%;
	}
	.section5-left {
		display: none;
	}
	.section5-list .panel-group .panel:nth-child(n+3) {
		display: block;
	}
}
@media (min-width: 768px) {
	.section5 .index-title {
		margin-bottom: 45px;
	}
	.section5-left .date {
		width: 90px;
	}
	.section5-left .date .day {
		font-size: 30px;
	}
	.section5-left .date .year {
		font-size: 16px;
	}
	.section5-left .text,
	.section5-list .panel-body {
		padding: 20px;
	}
	.section5-left p {
		font-size: 14px;
		margin-top: 14px;
	}
	.section5-left .h2,
	.section5-list .panel-heading a {
		font-size: 16px;
	}
	.section5-list .panel-heading a {
		padding: 15px 20px 15px 70px;
	}
	.section5-list .panel-heading a i {
		width: 50px;
	}
	.section5-list .panel-heading a i:before {
		width: 22px;
	}
	.section5-list .panel-heading a i:after {
		height: 22px;
	}
	.section5-list .p {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.section5-list .span {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.section5-left .date {
		width: 100px;
	}
	.section5-left .date .day {
		font-size: 36px;
	}
	.section5-left .date .year {
		font-size: 18px;
	}
	.section5-left .h2,
	.section5-list .panel-heading a {
		font-size: 20px;
	}
	.section5-list .panel-heading a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 1366px) {
	.section5-list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.section5-list .column {
		padding: 0 30px;
	}
}
@media (min-width: 1450px) {
	.section5-list .panel-heading a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}
@media (min-width: 1600px) {
	.section5-left .date {
		width: 120px;
	}
	.section5-left .date .day {
		font-size: 48px;
	}
	.section5-left .date .year {
		font-size: 24px;
	}
	.section5-left .h2,
	.section5-list .panel-heading a {
		font-size: 24px;
	}
	.section5-list .panel-heading a {
		padding-top: 23px;
		padding-bottom: 23px;
	}
}


@media (min-width: 1600px) and (max-height: 768px) {
	.section3 .index-title {
		margin-bottom: 15px;
	}
	.section3 .submenu {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-height: 705px) {
	.section2-left .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section2-list .line {
		margin-top: 30px;
	}
	.section3 .index-title {
		margin-bottom: 15px;
	}
	.section3 .submenu {
		margin-bottom: 30px;
	}
	.section4 .index-title,
	.section5 .index-title {
		margin-bottom: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) and (max-height: 705px) {
	.section3 .container {
		max-width: 830px;
	}
}
@media (min-width: 1200px) and (max-height: 705px) {
	.section {
		padding-top: 80px;
	}
	body,
	.section1 {
		padding-top: 130px;
	}
	.navbar-brand img,
	.logo img {
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav>.logo>a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.index-title .h2 {
		font-size: 24px;
	}
	.index-title span,
	.section2-list .index-title span {
		font-size: 30px;
	}
	.index-more a {	
		padding: 15px;
		max-width: 156px;
		margin-top: 40px;
	}
	.section4-list {
		margin-bottom: 30px;
	}
	.section4-list .swiper-pagination {
		margin-top: 0;
	}
}
@media (min-width: 1366px) and (max-height: 705px) {
	.section2 .container{padding-left:0;}
	.section2 .container,
	.section3 .container,
	.section4 .container,
	.section5 .container {
		max-width: 1140px;
	}
	.section4-list .h2 {
		font-size: 20px;
	}
	.section4-list .h2:after {
		width: 30px;
		height: 3px;
		margin-top: 15px;
	}	
}
@media (min-width: 1450px) and (max-height: 705px) {
	.section3-list .h2 {
		font-size: 18px;
	}
	.section5-list .panel-heading a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.section5-left .h2,
	.section5-list .panel-heading a {
		font-size: 20px;
	}
}


/*内页*/
.wrapper {
	min-height: calc(100vh - 284px);
	position: relative;
}
.inside-banner {
	overflow: hidden;
	position: relative;
}
.inside-banner img {
	display: block;
	width: 100%;
}

.location-main {
	background-color: #ededed;
}
.location {
	color: #848585;
	padding: 10px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #848585;
	line-height: 20px;
	display: inline;
}
.location a:hover {
	color: #083b69;
}

.inside-main {
	padding: 30px 0;
	position: relative;
}
.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}

.layout-info {
	min-height: 45vh;
	max-width: 1350px;
	margin: 0 auto;
}
.layout-right {
	width: 100%;
	/*overflow: hidden;*/
}

.submenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -5px 20px;
}
.submenu li {
	position: relative;
	padding: 0 5px;
	margin-bottom: 5px;
}
.submenu li:after{
	content: '';
	position: absolute;
	width:1px;
	height:60%;
	right:0;
	top:20%;
	background:#b2b2b2;
}
.submenu li:last-child:after{display: none;}
.submenu li a {
	color: #333;
	padding: 5px;
	min-width: 90px;
	text-align: center;
}
.submenu li a:hover,
.submenu li a:focus,
.submenu .active a {
	background-color: transparent;
	color:#083b69;
}

.inside-title {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.inside-title .h2 {
	font-size: 20px;
	margin: 0;
}
.inside-title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}

.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	color: #666;
	margin-top: 5px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #083b69;
}

.pager {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px -10px 0;
}
.pager li {
	padding: 0 10px;
	margin: 5px 0;
}
.pager li>a,
.pager li>span {
	border: 1px #ccc solid;
	background-color: transparent;
	color: #666;
	border-radius: 0;
	padding: 8px 30px;
	margin: 0;
}
.pager .previous>a,
.pager .previous>span,
.pager .next>a,
.pager .next>span {
	float: none;
	display: block;
	background-color: #666;
	border: 0;
	color: #fff;
	width: 70px;
}
.pager li>a:hover,
.pager .active>a {
	color: #fff;
	border-color: #083b69;
	background-color: #083b69;
}

.info-previous-next-wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.info-previous-next-wrap b {
	font-weight: normal;
}
.info-previous-next-wrap a {
	color: #666;
	text-decoration: none;
	display: inline;
}
.info-previous-next-wrap a:hover {
	color: #083b69;
}
.info-Previous,
.info-Next {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.layout-left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 1031;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu-icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu-close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.png) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin: 0 auto 15px;
	}
	.submenu-main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu-main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}
@media (max-width: 767px) {	
	.info-previous-next-wrap {
		font-size: 12px;
		margin-top: 30px;
	}
	.section .submenu li {
		margin-bottom:0;
		max-width:50%;
	}
	.section .submenu li a{
		white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	}
}
@media (min-width: 768px) {
	.inside-main {
		padding: 50px 0;
	}
	.bg {
		background-attachment: fixed;
	}
	.submenu {
		margin-bottom:50px;
	}
	.inside-title .h2 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
	}
	.pager .previous>a,
	.pager .previous>span,
	.pager .next>a,
	.pager .next>span {
		width: 106px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 20px;
	}
	.goBack a {
		font-size: 16px;
		padding: 12px 50px;
	}
	
	.info-Next,.info-Previous{width:45%;}
	.info-Previous{float:left;}
	.info-Next{float:right;text-align:right;}
}
@media (min-width: 992px) {	
	.menu-icon,
	.submenu-close {
		display: none;
	}
	.layout-info {
		display: flex;
		flex-direction: row;
	}
	.layout-left {
		flex: 0 0 auto;
		width: 200px;
		margin-right: 30px;
		position: relative;
	}
	.layout-right1 {
		width: calc(100% - 230px);
	}
}
@media (min-width: 1200px) {
	.inside-main {
		padding: 70px 0;
	}
	.layout-left {
		width: 242px;
		margin-right: 48px;	
	}
	.layout-right1 {
		width: calc(100% - 290px);
	}
	.inside-title {
		margin-bottom: 40px;
	}
	.inside-title .h2 {
		font-size: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.submenu li a{font-size:16px;}
}

/*列表*/
.list {
	margin-left: -10px;
	margin-right: -10px;
}
.list .column {
	padding: 0 10px;
	margin-bottom: 30px;
}
.list a {
	display: block;
	color: #333;
	position: relative;
}
.list .text {
	border: 1px #f2f2f2 solid;
	padding: 15px;
}
.list .h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list p {
	color: #888;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 6px 0 0;
}
.list em {
	display: block;
	font-size: 12px;
	color: #083b69;
	margin-top: 10px;
}
.list a:hover .h2 {
	color: #083b69;
}
.list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.list .column {
		padding: 0 20px;
		margin-bottom: 45px;
	}
	.list .text {
		padding: 20px 30px;
	}
	.list .h2 {
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.list .column {
		padding: 0 30px;
	}
}

/*关于我们*/
.about-main1 {
	color: #fff;
}
.honor-list {
	margin-left: -12px;
	margin-right: -12px;
}
.honor-list .column {
	padding: 0 12px;
	margin-bottom: 15px;
}
.honor-list .h2 {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 15px 0 0;
}
.honor-list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 567px) {
	.honor-list .column {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.honor-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.honor-list .column {
		padding: 0 5px;
	}
	.honor-list .h2 {
		font-size: 14px;
		margin-top: 10px;
	}
}

/*新闻资讯*/
.news-list a {
	border-bottom: 1px #e5e5e5 solid;
	padding: 40px 0;
	color: #333;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.news-list .column:first-child a {
	padding-top: 0;
}
.news-list .img {
	width: 200px;
	flex: 0 0 auto;
}
.news-list .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news-list .h2 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.news-list p {
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.news-list em {
	color: #666;
	text-align: center;
	border: 1px #e5e5e5 solid;
	max-width: 150px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.news-list em:after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon1.png) no-repeat center right;
	background-size: auto 100%;
	display: block;
	margin-left: 10px;
}
.news-list a:hover {
	color: #083b69;
}
.news-list a:hover em {
	background-color: #083b69;
	border-color: #083b69;
	color: #fff;
}
.news-list a:hover em:after {
	background-image: url(../images/icon/icon1-1.png);
}
.news-list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.news-list a {
		display: block;
	}
	.news-list .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.news-list .text {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.news-list .img {
		width: 300px;
	}
	.news-list .text {
		padding-left: 30px;
	}
	.news-list .h2 {
		font-size: 18px;
	}
	.news-list p {
		height: 72px;
		-webkit-line-clamp: 3;
		margin-top: 20px;
	}
	.news-list em {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.news-list a .img {
		width: 384px;
	}
	.news-list .text {
		padding-left: 50px;
	}
	.news-list .h2 {
		font-size: 20px;
	}
	.news-list em {
		margin-top: 60px;
	}
}

/*招贤纳士*/
.job-list .panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
.job-list .panel-heading {
	border-radius: 0;
	border-bottom: 0;
	padding: 0;
	position: relative;
}
.job-list .panel-heading>a {
	display: block;
	color: #333;
	background-color: #ddd;
	overflow: hidden;
	padding: 10px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.job-list .active .panel-heading>a {
	background-color: #083b69;
	color: #fff;
}
.job-list .panel-heading>a:after {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon26.png) no-repeat center;
	background-size: contain;
	flex: 0 0 auto;
	margin-left: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.job-list .active .panel-heading>a:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	background-image: url(../images/icon/icon26-1.png);
}
.job-list .panel-heading a .h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
}
.job-requirement ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.job-requirement ul li {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.job-requirement ul li span {
	display: block;
	border-bottom: 1px #ddd solid;
	line-height: 20px;
	padding: 10px 0;
}
.job-list .panel-body {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
.job-list .panel-body:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #f1f1f1;
	left: 30px;
	top: -12px;
}
.job-description .column {
	margin-bottom: 10px;
}
.job-description .inner>.h4 {
	font-size: 16px;
	margin: 0;
	position: relative;
	padding-left: 15px;
}
.job-description .inner>.h4:before {
	content: "";
	width: 4px;
	height: 16px;
	background-color: #083b69;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}
.job-description .inner .InfoContent {
	margin-top: 10px;
}
.apply-btn {
	margin-top: 20px;
	text-align: center;
}
.apply-btn a {
	display: block;
	background-color: #666;
	line-height: 20px;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
.apply-btn a:hover {
	background-color: #083b69;
}

@media (min-width: 768px) {
	.job-requirement {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.job-requirement ul {
		display: flex;
		flex-flow: row wrap;
	}
	.job-requirement ul li {
		float: left;
		width: 50%;
		padding-right: 10%;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.apply-btn {
		flex: 0 0 auto;
		width: 120px;
	}
	.job-list .panel-body {
		padding: 30px 30px 40px;
	}
	.job-description .inner .InfoContent {
		padding-left: 40px;
	}
}

/*联系我们*/
.map #dituContent {
	height: 300px
}
.BMap_bubble_title{font-size:16px;font-weight: 700;color:#083b69;}
.contact-list {
	list-style: none;
	margin: 40px -8px 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
}
.contact-list .column {
	padding: 0 8px;
	margin: 15px 0;
}
.contact-list .inner {
	height: 100%;
	padding: 20px 10px;
	text-align: center;
}
.contact-list .img {
	max-width: 140px;
	margin-bottom: 15px;
}
.contact-list .icon {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 15px;
	position: relative;
}
.contact-list .icon img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contact-list li:hover .icon .iconDefalut,
.contact-list .icon .iconHover {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.contact-list li:hover .icon .iconHover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.contact-list .icon:before,
.contact-list .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;	
}
.contact-list .icon:before {
	border: 2px #929292 solid;
}
.contact-list .icon:after {
	background-color: #083b69;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.contact-list li:hover .icon:before {
	border-color: #083b69;
}
.contact-list li:hover .icon:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact-list .text a {
	display: block;
	color: #333;
}
.contact-list .text a+a {
	margin-top: 5px;
}
.contact-list p {
	word-break: break-all;
	margin: 0;
}

.message_form .column{margin-bottom:5px;}
.message_form .form-control{height:40px;color:#000;background-color:#fafafa;border-color:#ddd;box-shadow:none}
.message_form .error input{border-color:#ff0000}
.message_form .success input,.message_form .tip input{border-color:#999}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:auto}
.message_form .btn{display:block;width:180px;font-size:16px;background-color:#083b69;color:#fff;border:1px solid #083b69;line-height:20px;padding:14px;margin:20px auto 0;outline:0!important;text-transform: uppercase;transition: all 0.3s;border-radius: 10px;}
.message_form .btn:hover{color:#083b69;background-color:transparent;}


@media (max-width: 767px) {
	.contact-list .inner {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
}
@media (max-width: 479px) {
	.contact-list .column {
		width: 100%;
	}	
}
@media (min-width: 768px) {
	.map #dituContent {
		height: 400px;
	}
	.contact-list .inner:hover {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.contact-list .icon {
		width: 80px;
		height: 80px;
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.contact-list .text {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.message_form .btn{width:200px;padding:16px;}
}
@media (min-width: 1200px) {
	.contact-list .column {
		width: 20%;
	}
	.message_form .column{margin-bottom:10px;}
	.message_form .btn{width:220px;padding:20px;}
}
@media (min-width: 1450px) {
	.map #dituContent {
		height: 500px;
	}
}

/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
