﻿@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

@font-face {
	font-family:"SourceHanSansCN-Regular";font-display:swap;src:url('../font/SourceHanSansCN-Regular.eot');src:url('../font/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),url('../font/SourceHanSansCN-Regular.woff2') format('woff2'),url('../font/SourceHanSansCN-Regular.woff') format('woff'),url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),url('../font/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg')
}

body {
	font-family: "SourceHanSansCN-Regular",'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	color: #666;
	text-decoration: none
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1460px
}

@media(max-width:1460px) {
	.container {
		padding: 0 15px;
		width: 100%
	}
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.fix {
	height: 105px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 8;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	transition: .5s
}

.header .logo {
	padding: 23px 37px 0 0;
	overflow: hidden;
	float: left;
	transition: .5s
}

.header .logo a {
	display: block;
	overflow: hidden
}

.header .logo a img {
	display: block;
	transition: .5s;
	height: 60px
}

.header .logo a .logo2 {
	display: none
}

.header .yg {
	float: right;
	margin-top: 39px;
	position: relative;
	color: #fff;
	transition: .5s
}

.header .yg a {
	display: inline-block;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase
}

.header .yg a:hover {
	text-decoration: underline
}

.header .yg a:nth-child(2) {
	color: rgba(255,255,255,0.5)
}

.header .header-search {
	float: right;
	position: relative;
	transition: .5s;
	margin-top: 39px;
	margin-left: 20px
}

.header .header-search .pull-right a {
	display: block;
	height: 35px;
	width: 35px;
	transition: .5s;
	color: #fff;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	text-align: center;
	line-height: 33px;
	padding: 5px 0
}

.header .header-search .pull-right a svg {
	fill: #fff;
	width: 20px
}

.header .header-search .search {
	z-index: 99
}

.header .header-search .search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.header .header-search .search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.header .header-search .search .search-main {
	top: 63px;
	right: 0;
	z-index: 9;
	width: 330px;
	display: none;
	position: absolute;
	padding: 14px;
	background: #fcfcfc
}

.header .header-search .search-container {
	padding-left: 0;
	position: relative
}

.header .header-search .search-info {
	width: 100%;
	position: relative;
	background: 0
}

.header .header-search .search-info .inp_srh {
	color: #555;
	width: 254px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	background: 0;
	border: 1px solid #ccc;
	float: left;
	border-right: 0
}

.header .header-search .search-info .inp_srh:focus {
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9
}

.header .header-search .btn_srh {
	background: #29648a;
	width: 48px;
	line-height: 18px;
	height: 34px;
	float: right;
	border: 0;
	color: #FFF
}

.header .header-search #search-closed {
	right: 10px;
	top: 15px;
	max-width: 30px;
	position: absolute;
	cursor: pointer
}

.nav {
	z-index: 6;
	padding-top: 37px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -244px;
	transition: .5s
}

.nav ul li {
	float: left;
	position: relative;
	margin-right: 14px
}

.nav ul li a {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	padding: 0 25px 0 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative
}

.nav ul li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #29648a;
	transition: .3s
}

@media(min-width:1025px) {
	.nav ul li:hover a {
		color: #29648a;
		background: url("../images/dot1.png") no-repeat 90% center
	}
}

.nav ul li .subnav {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	display: none;
	padding-top: 35px
}

.nav ul li .subnav ul {
	overflow: hidden;
	border-top: 3px solid #29648a;
	background: #f5f5f6
}

.nav ul li .subnav ul li {
	float: none;
	margin: 0;
	padding: 0
}

.nav ul li .subnav ul li a {
	color: #666;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	height: auto;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-weight: normal;
	background: 0
}

.nav ul li .subnav ul li a:after {
	display: none
}

@media(min-width:1025px) {
	.nav ul li .subnav ul li a:hover {
		background: #fff
	}
}

.nav ul li:first-child:hover a,.nav ul li:nth-last-child(1):hover a {
	background: 0
}

.nav ul .active>a {
	color: #29648a
}

.fix1 .container {
	width: 1260px
}

.fix1 .logo a .logo1 {
	display: none
}

.fix1 .logo a .logo2 {
	display: block
}

.fix1 .nav li a {
	color: #333
}

.fix1 .nav ul .active>a {
	color: #2a6790
}

.fix1 .header-search .pull-right a {
	border: 1px solid #2a6790
}

.fix1 .header-search .pull-right a svg {
	fill: #2a6790
}

.fix1 .phone-nav svg {
	fill: #29648a
}

@media(max-width:1260px) {
	.fix1 .container {
		width: 100%
	}
}

.headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1)
}

.headerFixed .logo {
	padding-top: 10px
}

.headerFixed .logo a img {
	height: 40px
}

.headerFixed .logo a .logo1 {
	display: none
}

.headerFixed .logo a .logo2 {
	display: block
}

.headerFixed .nav {
	padding-top: 10px
}

.headerFixed .nav li a {
	color: #333
}

.headerFixed .nav ul .active>a {
	color: #2a6790
}

.headerFixed .nav ul li .subnav {
	padding-top: 17px
}

.headerFixed .header-search {
	margin-top: 10px
}

.headerFixed .header-search .pull-right a {
	border: 1px solid #2a6790
}

.headerFixed .header-search .pull-right a svg {
	fill: #2a6790
}

.headerFixed .yg {
	margin-top: 10px
}

.headerFixed .header-search .search .search-main {
	top: 49px
}

.phone-nav {
	position: fixed;
	right: 15px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666;
	z-index: 15
}

.phone-nav svg {
	width: 26px;
	display: block;
	fill: #fff;
	height: 21px;
	margin-top: 19px
}

#menu .lan {
	margin-top: 20px;
	margin-left: 20px
}

#menu .search {
	position: relative;
	border: 1px solid #29648a;
	margin: 10px 10px 10px 20px;
	background: #fff
}

#menu .search #text1 {
	text-align: left;
	width: 100%;
	font-size: 14px;
	height: 35px;
	padding-right: 30px;
	padding-left: 6px;
	color: #666;
	line-height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	-webkit-appearance: none;
	transition: .5s;
	border: 0;
	background: 0
}

#menu .search #btn1 {
	border: 0;
	font-size: 12px;
	color: #666;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	background: #29648a;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0
}

#menu .search #btn1 svg {
	fill: #fff;
	width: 20px;
	margin-top: 7px
}

#menu .phone {
	color: #29648a;
	font-size: 25px;
	font-family: "DINPro-Regular";
	line-height: 46px;
	font-weight: bold;
	padding: 10px 0 10px 20px
}

#menu .phone img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

@-webkit-keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1
}

.home-banner .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 118px;
	border-top: 1px solid rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.1)
}

.home-banner .hover ul li {
	width: 33.333333333333336%;
	float: left
}

.home-banner .hover ul li a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 118px;
	display: block
}

@media(min-width:1025px) {
	.home-banner .hover ul li a:hover {
		background: rgba(255,255,255,0.4)
	}
}

.home-banner .hover ul li svg {
	fill: #fff;
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px
}

.home-banner .hover ul li img {
	fill: #fff;
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px
}

.home-banner .home-banner-slick .item {
	position: relative
}

.home-banner .home-banner-slick .item img {
	display: block;
	text-align: center;
	width:100%;
	margin: 0 auto
}

.home-banner .home-banner-slick .banner-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 145px;
	transform: translateY(-50%)
}

.home-banner .home-banner-slick .banner-info .bt {
	font-size: 70px;
	color: #fff
}

.home-banner .home-banner-slick .banner-info .jsh {
	font-size: 22px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal
}
.home-banner .home-banner-slick .banner-info.b2{
text-align:left;
top: 56.3%;
}
.home-banner .home-banner-slick .banner-info.b3{
top: 39.3%;
}
.home-banner .home-banner-slick .banner-info.b3 .info{
float:right;
}

.home-banner .home-banner-slick .banner-info.b2 .bt {
font-size: 40px;
line-height: 35px;
margin-bottom:5px;
}

.home-banner .home-banner-slick .banner-info.b2 .jsh {
font-size: 14px;
margin-bottom: 14px;
text-transform:none;
}

.home-banner .home-banner-slick .slick-dots {
	z-index: 10;
	bottom: 146px;
	line-height: 0
}

.home-banner .home-banner-slick .slick-dots li {
	margin: 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid transparent;
	padding: 1px
}

.home-banner .home-banner-slick .slick-dots li button {
	width: 9px;
	height: 9px;
	padding: 0;
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick .slick-dots .slick-active {
	border: 2px solid #fff
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
	background: 0
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
	color: transparent
}

.home-banner .home-banner-slick .slick-active img {
	-webkit-animation: mymove 5s ease;
	animation: mymove 5s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .bt {
	-webkit-animation: jump 1.5s ease;
	animation: jump 1.5s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .jsh {
	-webkit-animation: jump 2s ease;
	animation: jump 2s ease
}

.home-banner .home-banner-slick-phone {
	display: none
}

.home-banner .home-banner-slick-phone .item {
	position: relative
}

.home-banner .home-banner-slick-phone .item img {
	display: block
}

.home-banner .home-banner-slick-phone .banner-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-45%)
}

.home-banner .home-banner-slick-phone .banner-info .bt {
	font-size: 24px;
	color: #fff
}

.home-banner .home-banner-slick-phone .banner-info .jsh {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal
}
.home-banner .home-banner-slick-phone .banner-info.b2 .bt {

}

.home-banner .home-banner-slick-phone .banner-info.b2 .jsh {

text-transform:none;
}
.home-banner .home-banner-slick-phone .slick-dots {
	z-index: 10;
	bottom: 70px;
	line-height: 0
}

.home-banner .home-banner-slick-phone .slick-dots li {
	margin: 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid transparent;
	padding: 1px
}

.home-banner .home-banner-slick-phone .slick-dots li button {
	width: 9px;
	height: 9px;
	padding: 0;
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active {
	border: 2px solid #fff
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
	background: 0
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button:before {
	color: transparent
}

.home-banner .home-banner-slick-phone .slick-active img {
	-webkit-animation: mymove1 5s ease;
	animation: mymove1 5s ease
}

.home-banner .home-banner-slick-phone .slick-active .banner-info .bt {
	-webkit-animation: jump 1.5s ease;
	animation: jump 1.5s ease
}

.home-banner .home-banner-slick-phone .slick-active .banner-info .jsh {
	-webkit-animation: jump 2s ease;
	animation: jump 2s ease
}
@media(max-width:1280px){
.home-banner .home-banner-slick .banner-info.b3{
top:56%;
}
}
@media(max-width:1024px) {
	.home-banner .hover {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 50px;
		background: #29648a
	}

	.home-banner .hover .container {
		padding: 0
	}

	.home-banner .hover ul li {
		border-right: 1px solid rgba(255,255,255,0.1)
	}

	.home-banner .hover ul li a {
		font-size: 14px;
		line-height: 50px
	}

	.home-banner .hover ul li:nth-child(3) {
		border: 0
	}
}

@media(max-width:768px) {
	.home-banner .home-banner-slick-phone {
		height: 621px;
		overflow: hidden
	}
}

@media(max-width:640px) {
	.home-banner .home-banner-slick-phone {
		height: 518px;
		overflow: hidden
	}
}

@media(max-width:414px) {
	.home-banner .home-banner-slick-phone {
		height: 335px;
		overflow: hidden
	}
}

@media(max-width:375px) {
	.home-banner .home-banner-slick-phone {
		height: 303px;
		overflow: hidden
	}
}

@media(max-width:360px) {
	.home-banner .home-banner-slick-phone {
		height: 291px;
		overflow: hidden
	}
}

@media(max-width:320px) {
	.home-banner .home-banner-slick-phone {
		height: 259px;
		overflow: hidden
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes mymove {
	0% {
		transform: translateY(80px) scale(1.2)
	}

	100% {
		transform: translateY(0) scale(1)
	}
}

@keyframes mymove1 {
	0% {
		transform: translateY(0) scale(1.2)
	}

	100% {
		transform: translateY(0) scale(1)
	}
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 105px
}

.inbanner .inbanner-slick img {
	text-align: center;
	margin: 0 auto;
	display: block;
	transition: 5s;
	width:100%;
	animation: mymove4 5s
}

.inbanner .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick-phone img {
	display: block
}

@media(max-width:1024px) {
	.inbanner {
		margin-top: 60px
	}
}

@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}

@media(max-width:1024px) {
	.phone-nav {
		display: block
	}
}

@media(max-width:1024px) {
	.home-banner .home-banner-slick {
		display: none
	}

	.home-banner .home-banner-slick-phone {
		display: block
	}

	.inbanner .inbanner-slick {
		display: none
	}

	.inbanner .inbanner-slick-phone {
		display: block
	}
}

.home-title {
	text-align: center
}

.home-title .h3 {
	font-size: 36px;
	color: #333;
	line-height: 50px
}

.home-title .p {
	font-size: 16px;
	color: #999;
	font-family: arial;
	letter-spacing: 2px
}

.home-project {
	padding-top: 44px;
	padding-bottom: 160px;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat bottom center
}

.home-project .home-bottom {
	position: relative;
	margin-top: 43px
}

.home-project .home-bottom .pics-3 {
	height: 746px;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0
}

.home-project .home-bottom .pics-3 .slick-list {
	width: 100%
}

.home-project .home-bottom .pics-3 .item {
	height: 746px
}

.home-project .home-bottom .pics-3 .item a {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5) url(../images/bg.png) no-repeat bottom center
}

.home-project .home-bottom .container {
	position: relative
}

.home-project .home-bottom .pics-2 {
	height: 746px;
	position: relative;
	z-index: 6;
	overflow: hidden
}

.home-project .home-bottom .pics-2 .item {
	height: 746px;
	position: relative
}

.home-project .home-bottom .pics-2 .item .pic {
	width: 1920px;
	height: 746px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px
}

.home-project .home-bottom .pics-2 .item .pic:before {
	background: rgba(0,0,0,0.5) url(../images/bg.png) no-repeat bottom center;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	content: ''
}

.home-project .home-bottom .pics-2 .item a {
	padding-top: 127px;
	display: block;
	overflow: hidden;
	height: 100%;
	padding-right: 300px;
	position: relative;
	z-index: 4
}

.home-project .home-bottom .pics-2 .bt {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-project .home-bottom .pics-2 .span {
	font-size: 16px;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	margin-bottom: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-project .home-bottom .pics-2 .jsh {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 64px;
	width: 47%
}

.home-project .home-bottom .pics-2 .more {
	background: url("../images/more.png") no-repeat center left;
	height: 12px;
	transition: .5s;
	width: 65px
}

.home-project .home-bottom .pics-2 .more:hover {
	margin-left: 10px
}

.home-project .home-bottom #custom_paging {
	display: none
}

.home-project .home-bottom .custom_paging {
	position: absolute;
	top: 107px;
	right: 50%;
	width: 200px;
	z-index: 6;
	overflow: hidden;
	text-align: right;
	margin-right: -730px
}

.home-project .home-bottom .custom_paging li {
	height: 38px;
	line-height: 38px;
	border: 0;
	float: none;
	width: 200px
}

.home-project .home-bottom .custom_paging li a {
	text-align: right;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block
}

.home-project .home-bottom .custom_paging li a:hover {
	color: #2a6790
}

.home-project .home-bottom .pics-1 {
	z-index: 6;
	overflow: hidden;
	position: relative;
	margin: -21px -3px 0 -3px
}

.home-project .home-bottom .pics-1 .item {
	padding: 0 3px
}

.home-project .home-bottom .pics-1 .item a {
	padding-top: 31px;
	display: block
}

.home-project .home-bottom .pics-1 .item a .img {
	border: 2px solid #fff
}

.home-project .home-bottom .pics-1 .item a .pic:after {
	padding-bottom: 59.79899497487437%
}

.home-project .home-bottom .pics-1 .item a .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 100%;
	padding: 26% 10px;
	display: none
}

.home-project .home-bottom .pics-1 .slick-current a {
	background: url("../images/bgh.png") no-repeat top left
}

.home-project .home-bottom .pics-1 .slick-current a .img {
	border: 2px solid #2a6790
}

@font-face {
	font-family:"DIN-Medium";src:url("../font/DIN-Medium.woff2") format("woff2"),url("../font/DIN-Medium.woff") format("woff"),url("../font/DIN-Medium.ttf") format("truetype"),url("../font/DIN-Medium.eot") format("embedded-opentype"),url("../font/DIN-Medium.svg") format("svg");font-weight:normal;font-style:normal
}

.home-about {
	background: #f7f7f7 url("../images/bg2.jpg") no-repeat top center;
	overflow: hidden
}

.home-about .left {
	float: left;
	width: 68%;
	padding: 143px 0
}

.home-about .left .img {
	float: left;
	width: 56.041%
}

.home-about .left .img img {
	display: block
}

.home-about .left .text {
	float: right;
	width: 37%
}

.home-about .left .text .bt {
	font-size: 36px;
	color: #333;
	margin-bottom: 3px
}

.home-about .left .text .span {
	color: #999;
	font-size: 16px;
	font-family: arial;
	margin-bottom: 35px;
	letter-spacing: 2px
}

.home-about .left .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	height: 224px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 81px
}

.home-about .left .text .more a {
	display: block;
	width: 108px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #999;
	border: 1px solid #d8d8d8;
	transition: .5s;
	overflow: hidden;
	position: relative
}

.home-about .left .text .more a:before {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 90%;
	left: -110%;
	background: #29648a;
	transition: all .5s;
	z-index: 1;
	transition-timing-function: cubic-bezier(0.31,-0.105,0.43,1.59)
}

.home-about .left .text .more a span {
	position: relative;
	z-index: 2
}

.home-about .left .text .more a svg {
	display: inline-block;
	width: 22px;
	fill: #333;
	vertical-align: middle;
	margin-left: 8px;
	transition: .5s
}

@media(min-width:1025px) {
	.home-about .left .text .more a:hover {
		color: #fff;
		border: 1px solid #29648a
	}

	.home-about .left .text .more a:hover:before {
		top: -50px;
		left: -20px
	}

	.home-about .left .text .more a:hover svg {
		fill: #fff
	}
}

.home-about .right {
	float: right;
	width: 27%;
	padding: 143px 0 89px 92px;
	color: #fff;
	position: relative
}

.home-about .right:after {
	content: '';
	display: block;
	width: 624px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	background: url("../images/bg1.jpg") no-repeat top center;
	background-size: cover;
	z-index: 1
}

.home-about .right ul {
	position: relative;
	z-index: 2
}

.home-about .right ul li {
	margin-bottom: 50px
}

.home-about .right ul li .num {
	line-height: 60px;
	height: 65px
}

.home-about .right ul li .num .counter {
	font-size: 54px;
	line-height: 60px;
	display: inline-block;
	font-family: "DIN-Medium"
}

.home-about .right ul li .num .sub {
	font-size: 12px;
	vertical-align: bottom;
	margin-left: 7px
}

.home-news {
	padding: 82px 0 108px 0;
	overflow: hidden;
	 
}

.home-news .home-bottom {
	padding-top: 53px
}

.home-news .home-bottom .one {
	float: left;
	width: 48.151%
}

.home-news .home-bottom .one .pic img {
	transition: .5s
}

.home-news .home-bottom .one .pic:after {
	padding-bottom: 48.22190611664296%
}

.home-news .home-bottom .one .text {
	padding-top: 54px
}

.home-news .home-bottom .one .text .bt {
	font-size: 22px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
	transition: .5s
}

.home-news .home-bottom .one .text .span {
	color: #939393;
	font-size: 16px;
	font-family: arial;
	margin-bottom: 25px
}

.home-news .home-bottom .one .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

@media(min-width:1025px) {
	.home-news .home-bottom .one:hover .pic img {
		transform: scale(1.04)
	}

	.home-news .home-bottom .one:hover .text .bt {
		color: #29648a;
		padding-left: 10px
	}
}

.home-news .home-bottom ul {
	float: right;
	width: 49%
}

.home-news .home-bottom ul li {
	margin-bottom: 25px;
	overflow: hidden
}

.home-news .home-bottom ul li .box {
	position: relative;
	padding-left: 115px;
	height: 113px;
	padding-top: 1px
}

.home-news .home-bottom ul li .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 113px;
	text-align: center;
	color: #fff;
	font-family: arial;
	padding-top: 30px;
	transition: .5s;
	background: #b9b9b9
}

.home-news .home-bottom ul li .date h3 {
	font-size: 36px;
	line-height: 36px
}

.home-news .home-bottom ul li .date p {
	font-size: 20px;
	line-height: 25px
}

.home-news .home-bottom ul li .text {
	padding-top: 12px
}

.home-news .home-bottom ul li .text .bt {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	transition: .5s;
	margin-bottom: 10px
}

.home-news .home-bottom ul li .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

@media(min-width:1025px) {
	.home-news .home-bottom ul li:hover .date {
		background: #29648a
	}

	.home-news .home-bottom ul li:hover .text .bt {
		color: #29648a
	}
}

.home-link {
	background: url("../images/bg1.png") no-repeat bottom center;
	padding-bottom: 89px
}

.home-link .home-title {
	text-align: left;
	border-top: 1px solid #e7e7e7;
	padding-top: 38px;
	margin-bottom: 22px
}

.home-link .home-title .h3 {
	font-size: 18px;
	color: #333;
	line-height: 25px
}

.home-link .home-title .p {
	line-height: 20px;
	letter-spacing: 3px
}

.home-link .home-bottom {
	padding: 44px 0 26px 0;
	background: #fff;
	position: relative
}

.home-link .home-bottom .pic {
	height: 80px
}

.home-link .home-bottom .pic:after {
	padding-bottom: 37.98076923076923%
}

.home-link .home-bottom .slick-prev,.home-link .home-bottom .slick-next {
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: -18px;
	border-radius: 50%
}

.home-link .home-bottom .slick-prev:before,.home-link .home-bottom .slick-next:before {
	content: ''
}

.home-link .home-bottom .slick-prev {
	left: -45px;
	background: #dcdcdc url(../images/left2.png) no-repeat center center
}

@media(min-width:1025px) {
	.home-link .home-bottom .slick-prev:hover {
		background: #29648a url(../images/left2.png) no-repeat center center
	}
}

.home-link .home-bottom .slick-next {
	right: -45px;
	background: #dcdcdc url(../images/right2.png) no-repeat center center
}

@media(min-width:1025px) {
	.home-link .home-bottom .slick-next:hover {
		background: #29648a url(../images/right2.png) no-repeat center center
	}
}

.swiper-container {
	color: #fff;
	text-align: center
}

.swiper-slide {
	height: 100%;
	padding: 10px;
	border-right: 1px solid #f0f0f0
}

@media(max-width:1440px) {
	.home-link .home-bottom .slick-prev {
		left: 0
	}

	.home-link .home-bottom .slick-next {
		right: 0
	}

	.home-link .home-bottom {
		padding: 10px 45px
	}
}

@media(max-width:1023px) {
	.home-link {
		padding-bottom: 30px
	}
}

.footer {
	background: url("../images/fbg.jpg") no-repeat top center;
	background-size: cover
}

.footer .footer-top {
	padding-top: 22px
}

.footer .footer-top .fb {
	padding-top: 36px;
	padding-bottom: 59px
}

.footer .footer-top .fb .left {
	float: left;
	width: 65%
}

.footer .footer-top .fb .left .title {
	padding-left: 102px;
	padding-top: 14px;
	min-height: 94px;
	background: url("../images/title.png") no-repeat top left;
	margin-bottom: 33px
}

.footer .footer-top .fb .left .title h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 9px
}

.footer .footer-top .fb .left .title p {
	font-size: 14px;
	color: rgba(255,255,255,0.3)
}

.footer .footer-top .fb .left .list ul {
	margin: 0 -7px
}

.footer .footer-top .fb .left .list ul li {
	width: 25%;
	float: left;
	margin-bottom: 15px;
	padding: 0 7px;
	position: relative
}

.footer .footer-top .fb .left .list ul li .box {
	position: relative
}

.footer .footer-top .fb .left .list ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 52px
}

.footer .footer-top .fb .left .list ul li .cs {
	background: url("../images/f1.png") no-repeat center center
}

.footer .footer-top .fb .left .list ul li .mj {
	background: url("../images/f2.png") no-repeat center center
}

.footer .footer-top .fb .left .list ul li .ch {
	background: url("../images/f3.png") no-repeat center center
}

.footer .footer-top .fb .left .list ul li .dh {
	background: url("../images/f4.png") no-repeat center center
}

.footer .footer-top .fb .left .list ul li input {
	width: 100%;
	height: 54px;
	border: 0;
	padding: 0 10px 0 42px;
	color: #fff;
	background: rgba(255,255,255,0.05)
}

.footer .footer-top .fb .left .list ul li input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5)
}

.footer .footer-top .fb .left .list ul li input:-moz-placeholder {
	color: rgba(255,255,255,0.5);
	opacity: 1
}

.footer .footer-top .fb .left .list ul li input::-moz-placeholder {
	color: rgba(255,255,255,0.5);
	opacity: 1
}

.footer .footer-top .fb .left .list ul li input:-ms-input-placeholder {
	color: rgba(255,255,255,0.5)
}

.footer .footer-top .fb .left .list ul li input:focus::-webkit-input-placeholder {
	color: #fff
}

.footer .footer-top .fb .left .list ul li input:focus:-moz-placeholder {
	color: #fff;
	opacity: 1
}

.footer .footer-top .fb .left .list ul li input:focus::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.footer .footer-top .fb .left .list ul li input:focus:-ms-input-placeholder {
	color: #fff
}

.footer .footer-top .fb .left .list .submit a {
	width: 150px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	display: block;
	background: #286d9c;
	font-size: 18px;
	color: #fff
}

.footer .footer-top .fb .right {
	float: right;
	width: 25%
}

.footer .footer-top .fb .right .ewm {
	text-align: right;
	width: 100%;
	margin-bottom: 25px
}

.footer .footer-top .fb .right .ewm .f-share {
	float: right
}

.footer .footer-top .fb .right .ewm .f-share .item {
	vertical-align: top;
	margin-left: 5px;
	position: relative;
	float: left
}

.footer .footer-top .fb .right .ewm .f-share .item a {
	display: block;
	transition: all .5s;
	width: 36px!important;
	height: 36px!important;
	cursor: pointer;
	opacity: .5
}

.footer .footer-top .fb .right .ewm .f-share .item .hover {
	position: absolute;
	bottom: 45px;
	left: 50%;
	padding: 10px;
	background: #fff;
	width: 180px;
	margin-left: -90px;
	text-align: center;
	display: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
	font-size: 13px;
	line-height: 23px
}

.footer .footer-top .fb .right .ewm .f-share .item .hover img {
	width: auto;
	margin-left: 0
}

.footer .footer-top .fb .right .ewm .f-share .item .hover .arrow,.footer .footer-top .fb .right .ewm .f-share .item .hover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.footer .footer-top .fb .right .ewm .f-share .item .hover .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-color: #fff;
	bottom: -22px;
	border-width: 11px
}

@media(min-width:1025px) {
	.footer .footer-top .fb .right .ewm .f-share .item:hover a {
		opacity: 1
	}

	.footer .footer-top .fb .right .ewm .f-share .item:hover .hover {
		display: block
	}
}

.footer .footer-top .fb .right .ewm img {
	display: block;
	float: right;
	width: 131px;
	margin-left: 41px
}

.footer .footer-top .fb .right .jsh {
	text-align: right
}

.footer .footer-top .fb .right .jsh p {
	padding-right: 37px;
	color: #fff;
	font-size: 16px;
	line-height: 40px
}

.footer .footer-top .fb .right .jsh p a {
	color: #fff
}

@media(min-width:1025px) {
	.footer .footer-top .fb .right .jsh p a:hover {
		color: #fff;
		text-decoration: underline
	}
}

.footer .footer-top .fb .right .jsh .tel {
	background: url("../images/tel.png") no-repeat right 11px
}

.footer .footer-top .fb .right .jsh .mail {
	background: url("../images/mail.png") no-repeat right 15px
}

.footer .footer-top .fb .right .jsh .add {
	background: url("../images/add.png") no-repeat right 11px
}

.footer .footer-bottom {
	color: rgba(255,255,255,0.5);
	padding: 14px 0;
	background: #001a34
}

.footer .footer-bottom a {
	color: rgba(255,255,255,0.5)
}

@media(min-width:1025px) {
	.footer .footer-bottom a:hover {
		color: #fff;
		text-decoration: underline
	}
}

.footer .footer-bottom span {
	float: right
}

@media(max-width:1460px) {
	.home-project .home-bottom .custom_paging {
		right: 15px;
		margin-right: 0
	}
}

@media(max-width:1024px) {
	.nav,.header-right {
		display: none
	}

	.fix {
		height: 60px
	}

	.header .logo {
		padding: 10px 37px 0 0
	}

	.header .logo a img {
		height: 40px
	}

	.headerFixed .phone-nav svg {
		fill: #29648a
	}

	.home-title .h3 {
		font-size: 24px;
		line-height: 40px
	}

	.home-title .p {
		font-size: 14px
	}

	.home-project {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home-project .home-bottom {
		margin-top: 20px
	}

	.home-about .container {
		padding: 0
	}

	.home-about .left {
		width: 100%;
		padding: 30px 15px
	}

	.home-about .right {
		width: 100%;
		padding: 30px 0
	}

	.home-about .right:after {
		width: 100%;
		background: url(../images/bg1.jpg) no-repeat center center;
		background-size: cover
	}

	.home-about .right ul li {
		margin-bottom: 0;
		width: 25%;
		float: left;
		text-align: center
	}

	.home-about .right ul li .num .counter {
		font-size: 34px;
		line-height: 40px
	}

	.home-about .right ul li .num {
		line-height: 40px;
		height: 40px
	}

	.home-news {
		padding: 30px 0 30px 0
	}

	.home-news .home-bottom {
		padding-top: 20px
	}

	.home-news .home-bottom .one {
		width: 100%
	}

	.home-news .home-bottom ul {
		width: 100%;
		margin-top: 20px
	}

	.home-news .home-bottom .one .text {
		padding-top: 10px
	}

	.home-news .home-bottom .one .text .bt {
		font-size: 18px
	}

	.home-news .home-bottom .one .text .span {
		font-size: 14px;
		margin-bottom: 5px
	}

	.home-news .home-bottom .one .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 50px
	}

	.home-news .home-bottom ul li .date {
		width: 70px;
		height: 70px;
		padding-top: 7px
	}

	.home-news .home-bottom ul li .date h3 {
		font-size: 26px;
		line-height: 30px
	}

	.home-news .home-bottom ul li .date p {
		font-size: 16px
	}

	.home-news .home-bottom ul li .box {
		padding-left: 80px;
		height: 70px;
		padding-top: 0
	}

	.home-news .home-bottom ul li .text {
		padding-top: 0
	}

	.home-news .home-bottom ul li .text .bt {
		font-size: 16px;
		margin-bottom: 2px
	}

	.home-news .home-bottom ul li .text .jsh {
		font-size: 13px;
		line-height: 21px;
		height: 42px
	}

	.home-news .home-bottom ul li {
		margin-bottom: 20px
	}

	.footer .footer-top .flink {
		padding-bottom: 20px;
		padding-right: 0
	}

	.footer .footer-top .flink .f-share {
		position: relative;
		top: auto;
		right: auto
	}

	.footer .footer-top .flink .info a {
		margin-right: 20px;
		margin-bottom: 3px;
		display: block;
		float: left
	}

	.footer .footer-top .fb {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.footer .footer-top .fb .left {
		width: 100%
	}

	.footer .footer-top .fb .right {
		width: 100%
	}

	.footer .footer-top .fb .left .title {
		padding-left: 45px;
		padding-top: 0;
		min-height: 0;
		background: url(../images/title.png) no-repeat top left;
		margin-bottom: 10px;
		background-size: 35px
	}

	.footer .footer-top .fb .left .title h3 {
		font-size: 16px;
		margin-bottom: 0
	}

	.footer .footer-top .fb .left .title p {
		font-size: 12px
	}

	.footer .footer-top .fb .left .list {
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 20px
	}

	.footer .footer-top .fb .left .list ul li {
		width: 50%;
		margin-bottom: 6px;
		padding: 0 3px
	}

	.footer .footer-top .fb .left .list ul li input {
		height: 45px;
		padding: 0 10px 0 42px
	}

	.footer .footer-top .fb .left .list ul li span {
		height: 40px
	}

	.footer .footer-top .fb .left .list .submit a {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.footer .footer-top .fb .right .ewm {
		margin-bottom: 5px
	}

	.footer .footer-top .fb .right .ewm img {
		float: none;
		margin: 0 0 10px 0
	}

	.footer .footer-top .fb .right .ewm .f-share {
		float: none
	}

	.footer .footer-top .fb .right .jsh {
		text-align: left
	}

	.footer .footer-top .fb .right .jsh p {
		padding-left: 36px;
		padding-right: 0;
		font-size: 14px
	}

	.footer .footer-top .fb .right .jsh .tel {
		background: url(../images/tel.png) no-repeat left 11px
	}

	.footer .footer-top .fb .right .jsh .mail {
		background: url(../images/mail.png) no-repeat left 15px
	}

	.footer .footer-top .fb .right .jsh .add {
		background: url(../images/add.png) no-repeat left 11px
	}

	.footer .footer-bottom {
		padding: 10px 0;
		text-align: center
	}

	.footer .footer-bottom span {
		float: none;
		display: block
	}
}

@media(max-width:768px) {
	.home-about .right {
		padding: 20px 0
	}

	.home-about .right ul li {
		width: 50%;
		padding: 10px 0
	}

	.home-about .right ul li .p {
		font-size: 12px
	}

	.home-project .home-bottom .pics-2 .more {
		background: url(../images/more.png) no-repeat center right;
		width: 35px
	}

	.home-project .home-bottom .custom_paging {
		display: none!important
	}

	.home-project .home-bottom .pics-2 .item a {
		padding-right: 0
	}

	.home-project .home-bottom .pics-1 .item a .pic .hover {
		display: block
	}

	.home-project .home-bottom .pics-2 {
		height: 467px
	}

	.home-project .home-bottom .pics-2 .item {
		height: 467px
	}

	.home-project .home-bottom .pics-2 .item .pic {
		width: 1200px;
		height: 467px;
		margin-left: -600px
	}

	.home-project .home-bottom .pics-2 .jsh {
		font-size: 14px;
		margin-bottom: 34px;
		width: 100%
	}

	.home-project .home-bottom .pics-2 .span {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 18px
	}

	.home-project .home-bottom .pics-2 .bt {
		font-size: 24px
	}

	.home-about .left .img {
		width: 100%
	}

	.home-about .left .text {
		width: 100%
	}

	.home-about .left .text .bt {
		font-size: 24px;
		margin-top: 10px
	}

	.home-about .left .text .span {
		margin-bottom: 10px
	}

	.home-about .left .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: auto;
		margin-bottom: 20px;
		max-height: 200px
	}

	.home-about .left .text .more a {
		width: 120px;
		height: 40px;
		line-height: 38px
	}
}

@media(max-width:414px) {
	.footer .footer-top .fb .left .list ul li {
		width: 100%
	}
}

.second-nav {
	text-align: center;
	border-bottom: 1px solid #ededed
}

.second-nav ul {
	font-size: 0
}

.second-nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	position: relative
}

.second-nav ul li a {
	font-size: 16px;
	color: #666;
	line-height: 51px;
	border-bottom: 2px solid #fff;
	display: block;
	width: 125px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media(min-width:1025px) {
	.second-nav ul li:hover a {
		color: #29648a;
		border-bottom: 2px solid #29648a
	}

	.second-nav ul li:hover ul {
		display: block
	}
}

.second-nav ul li ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 44%;
	background: #f5f5f5;
	z-index: 5;
	padding: 10px;
	width: 140px;
	margin-left: -62px
}

.second-nav ul li ul li a {
	line-height: 36px;
	border-bottom: 0!important;
	text-align: left;
	background: url("../images/line.png") no-repeat center left;
	padding-left: 15px;
	color: #333!important
}

.second-nav ul li ul li a:hover {
	background: url("../images/lineh.png") no-repeat center left;
	color: #29648a!important
}

.second-nav ul .active a {
	color: #29648a;
	border-bottom: 2px solid #29648a
}

.content {
	padding: 88px 0
}

@media(max-width:1024px) {
	.content {
		padding: 30px 0
	}

	.second-nav .container {
		padding: 0
	}
}

.container02 {
	width: 95%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto
}

@media(max-width:1260px) {
	.container02 {
		width: 100%;
		padding: 0 15px
	}
}

.honor .honor-list {
	overflow: hidden
}

.honor .pro-min {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 -45px
}

.honor .pro-min .getIndex {
	padding: 0 45px;
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px
}

.honor .pro-min .getIndex:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 68%;
	background: #e5e5e5;
	content: '';
	display: block
}

.honor .pro-min .getIndex .item {
	overflow: hidden;
	position: relative
}

.honor .pro-min .getIndex .item .pic {
	display: block;
	position: relative;
	background: #d8d8d8
}

.honor .pro-min .getIndex .item .pic img {
	transition: .5s
}

.honor .pro-min .getIndex .item .pic:after {
	padding-bottom: 69.79591836734694%
}

@media(min-width:1025px) {
	.honor .pro-min .getIndex .item:hover .pic img {
		transform: scale(1.05)
	}
}

.honor .pro-min .getIndex h3 {
	text-transform: uppercase;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 64px;
	margin-bottom: 26px
}

.honor .pro-min .getIndex:nth-child(4n):after {
	display: none
}

@media(max-width:1025px) {
	.honor .pro-min .getIndex:hover .item .pic img {
		transform: scale(1.05)
	}

	.honor .pro-min .getIndex:hover h3 {
		color: #0071b3
	}
}

@media(max-width:992px) {
	.honor {
		padding: 30px 0
	}

	.honor .pro-min {
		text-align: center;
		overflow: hidden;
		padding: 20px 0 14px 0;
		position: relative;
		margin: 0 -10px
	}

	.honor .pro-min .getIndex {
		padding: 0 10px;
		width: 50%;
		margin-bottom: 20px
	}

	.honor .pro-min .getIndex h3 {
		font-size: 16px;
		line-height: 50px;
		margin-bottom: 0
	}

	.honor .pro-min .getIndex:nth-child(2n):after {
		display: none
	}
}

@font-face {
	font-family:"AvantGardeITCbyBT-Book";src:url("../font/AvantGardeITCbyBT-Book.woff2") format("woff2"),url("../font/AvantGardeITCbyBT-Book.woff") format("woff"),url("../font/AvantGardeITCbyBT-Book.ttf") format("truetype"),url("../font/AvantGardeITCbyBT-Book.eot") format("embedded-opentype"),url("../font/AvantGardeITCbyBT-Book.svg") format("svg");font-weight:normal;font-style:normal
}

.bg {
	background: #fff url("../images/bgg.jpg") no-repeat top center
}

.news {
	overflow: hidden
}

.news .list {
	margin-bottom: 43px
}

.news .list li {
	padding-bottom: 33px;
	margin-bottom: 37px;
	position: relative
}

.news .list li:before,.news .list li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s
}

.news .list li:before {
	width: 100%;
	height: 1px;
	background: #e3e3e3
}

.news .list li:after {
	height: 2px;
	background: #2060aa;
	width: 0
}

.news .list .box {
	display: block;
	position: relative;
	min-height: 80px
}

.news .list .box:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto
}

.news .list .date {
	display: inline-block;
	min-width: 80px;
	text-align: center;
	background: #f5f5f5;
	font-family: "AvantGardeITCbyBT-Book";
	line-height: 1;
	padding: 15px 0;
	transition: all .5s;
	position: absolute;
	left: 28px;
	top: 0
}

.news .list .date .day {
	display: block;
	color: #666;
	font-size: 32px;
	margin-bottom: 4px
}

.news .list .date .year {
	font-size: 14px;
	color: #999
}

.news .list .text {
	position: relative;
	padding-left: 110px;
	padding-right: 340px;
	background: url(../images/more1.png) no-repeat 97% 25px
}

.news .list .txt {
	padding-left: 25px
}

.news .list .title {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news .list .info {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin-top: 6px
}

.news .list .hot {
	padding-bottom: 56px;
	clear: both
}

.news .list .hot:after {
	display: none
}

.news .list .hot .box {
	min-height: 251px;
	background: #fff;
	padding-left: 350px;
	box-shadow: 0 0 79px 0 rgba(0,0,0,0.1)
}

.news .list .hot .box:after {
	display: none
}

.news .list .hot .pic {
	width: 350px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.news .list .hot .pic img {
	transition: all .5s
}

.news .list .hot .pic:after {
	padding-bottom: 71.71428571428571%
}

.news .list .hot .date {
	left: 28px;
	top: 67px
}

.news .list .hot .text {
	padding-left: 102px;
	padding-right: 51px;
	min-height: 251px;
	background: 0
}

.news .list .hot .txt {
	padding-top: 62px
}

.news .list .hot .info {
	max-height: 44px
}

.news .list .hot .more {
	position: absolute;
	right: 0;
	bottom: 0
}

.news .list .hot .more span {
	background: #29648a;
	color: #fff;
	display: inline-block;
	min-width: 130px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	padding: 0 5px;
	transition: all .5s;
	position: relative
}

.news .list .hot .more span:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow-right-2-s.png);
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px
}

@media(min-width:1025px) {
	.news .list li:hover:after {
		width: 100%
	}

	.news .list li:hover .date {
		background: #29648a
	}

	.news .list li:hover .date .day {
		color: #fff
	}

	.news .list li:hover .date .year {
		color: #fff
	}

	.news .list li:hover img {
		transform: scale(1.05)
	}

	.news .list li:hover .more span {
		min-width: 160px
	}
}

@media(max-width:768px) {
	.news {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.news .list {
		margin-bottom: 20px
	}

	.news .list li {
		padding-top: 0;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.news .list .box {
		min-height: 80px
	}

	.news .list .box:after {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/arrow-right-s.png);
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.news .list .date {
		min-width: 60px;
		padding: 5px 0;
		left: 0
	}

	.news .list .date .day {
		font-size: 24px
	}

	.news .list .date .year {
		font-size: 12px
	}

	.news .list .text {
		position: relative;
		padding-left: 75px;
		padding-right: 40px
	}

	.news .list .txt {
		padding-left: 0
	}

	.news .list .title {
		font-size: 16px
	}

	.news .list .hot {
		padding-bottom: 21px;
		margin-bottom: 20px
	}

	.news .list .hot .box {
		padding-left: 0
	}

	.news .list .hot .pic {
		width: 100%;
		position: relative;
		left: auto;
		top: auto
	}

	.news .list .hot .date {
		left: 15px;
		top: 10px
	}

	.news .list .hot .text {
		padding-left: 90px;
		padding-right: 10px;
		min-height: 0;
		padding-top: 10px;
		padding-bottom: 50px
	}

	.news .list .hot .txt {
		padding-top: 0
	}

	.news .list .hot .info {
		max-height: 44px
	}

	.news .list .hot .more {
		position: absolute;
		right: 0;
		bottom: 0
	}

	.news .list .hot .more span {
		background: #2060aa;
		color: #fff;
		display: inline-block;
		min-width: 130px;
		line-height: 36px;
		text-align: center;
		font-size: 12px;
		padding: 0 5px;
		transition: all .5s;
		position: relative
	}

	.news .list .hot .more span:after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 5px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/arrow-right-2-s.png);
		vertical-align: middle;
		margin-top: -3px;
		margin-left: 10px
	}
}

.news .list1 {
	margin: 0 -25px 26px -25px
}

.news .list1 li {
	margin-bottom: 50px;
	width: 33.333%;
	float: left;
	padding: 0 25px
}

.news .list1 li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	padding: 46px 29px 47px 29px;
	transition: all 700ms ease
}

.news .list1 li .tit {
	font-size: 20px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	overflow: hidden;
	font-family: syhei
}

.news .list1 li .picbox {
	margin-top: 33px;
	position: relative
}

.news .list1 li .picbox .time {
	right: 0;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	position: absolute;
	text-align: center;
	font-family: "DIN-Medium";
	background: rgba(42,103,144,0.9)
}

.news .list1 li .picbox .time .date {
	font-size: 22px;
	margin-top: 5px;
	display: block
}

.news .list1 li .picbox .time .year {
	line-height: 16px;
	display: block;
	margin-top: 5px
}

.news .list1 li .picbox .pic {
	overflow: hidden;
	position: relative
}

.news .list1 li .picbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 64.0625%
}

.news .list1 li .picbox .pic img {
	transition: all 700ms ease
}

.news .list1 li .txt {
	color: #666;
	height: 66px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 16px;
	font-size: 14px
}

.news .list1 li .more {
	width: 106px;
	height: 35px;
	color: #b9b9b9;
	line-height: 33px;
	text-align: center;
	margin-top: 37px;
	position: relative;
	display: block;
	border: 1px solid #d8d8d8
}

@media(min-width:1025px) {
	.news .list1 li:hover a {
		background: #29648a
	}

	.news .list1 li:hover .pic img {
		transform: scale(1.05)
	}

	.news .list1 li:hover .tit,.news .list1 li:hover .txt {
		color: #fff
	}

	.news .list1 li:hover .more {
		border: 1px solid #fff;
		color: #fff
	}
}

@media(max-width:1200px) {
	.news .list1 {
		margin: 0 -15px
	}

	.news .list1 li {
		padding: 0 15px;
		margin-bottom: 30px
	}

	.news .list1 li a {
		padding: 20px
	}

	.news .list1 li .picbox {
		margin-top: 15px
	}

	.news .list1 li .tit {
		font-size: 16px
	}

	.news .list1 li .txt {
		height: 44px
	}
}

@media(max-width:640px) {
	.news .list1 {
		margin: 0 -10px;
		padding-top: 20px
	}

	.news .list1 li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media(max-width:420px) {
	.news .list1 li {
		width: 100%
	}
}

.page {
	font-size: 16px;
	text-align: center;
	font-family: "DIN-Medium"
}

.page a {
	display: inline-block;
	font-size: 18px;
	color: #666;
	margin: 0 14px
}

.page .num {
	line-height: 46px;
	text-align: center
}

@media(min-width:1025px) {
	.page .num:hover {
		color: #29648a
	}
}

.page .num.cur {
	color: #29648a;
	font-size: 22px
}

.page .last {
	width: 52px;
	font-size: 14px;
	background: #f39800
}

@media(max-width:780px) {
	.page {
		font-size: 14px;
		margin-top: 20px
	}

	.page a {
		border-width: 1px
	}

	.page .num {
		height: 40px;
		line-height: 36px
	}

	.page .num.cur {
		border-width: 1px
	}
}

.current {
	text-align: right;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 0 16px 0
}

.current a {
	color: #999
}

.current a:hover {
	color: #29648a
}

.current b {
	font-weight: normal
}

.news-show .leftbox {
	width: 63.5%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666
}

.news-show .leftbox .content1 {
	position: relative
}

.news-show .leftbox .content1 .share {
	right: 0;
	top: 0;
	background: #29648a;
	position: absolute
}

.news-show .leftbox .content1 .share img {
	transition: all 500ms ease
}

.news-show .leftbox .content1 .share:hover {
	background: #3178a6
}

.news-show .leftbox .content1 h1 {
	font-size: 28px;
	color: #333;
	padding-right: 100px
}

.news-show .leftbox .content1 .info {
	font-size: 14px;
	overflow: hidden;
	line-height: 60px;
	margin-bottom: 38px;
	border-bottom: solid 1px #dcdcdc
}

.news-show .leftbox .content1 .info img {
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle
}

.news-show .leftbox .content1 .info span {
	font-family: arial;
	padding-left: 15px
}

.news-show .leftbox .content1 .nr {
	line-height: 28px
}

.news-show .leftbox .content1 .return {
	margin-top: 40px;
	text-align: right
}

.news-show .leftbox .content1 .return a {
	color: #fff;
	height: 35px;
	padding: 0 20px;
	line-height: 35px;
	display: inline-block;
	background: #bebebe;
	transition: .5s
}

.news-show .leftbox .content1 .return a img {
	margin: 11px 10px 0 0
}

.news-show .leftbox .content1 .return a:hover {
	padding: 0 30px;
	background: #29648a
}

.news-show .rightbox {
	width: 32.2%;
	float: right
}

.news-show .rightbox .related-news .title {
	color: #333;
	font-size: 18px;
	margin-bottom: 23px
}

.news-show .rightbox .related-news li {
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 11px
}

.news-show .rightbox .related-news li a {
	display: block;
	padding-bottom: 11px
}

.news-show .rightbox .related-news li a span {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 3px
}

.news-show .rightbox .related-news li a p {
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media(min-width:1025px) {
	.news-show .rightbox .related-news li:hover a p {
		color: #29648a;
		text-decoration: underline
	}
}

@media(max-width:1023px) {
	.news-show .leftbox,.news-show .rightbox {
		width: 100%;
		float: none
	}

	.news-show .leftbox .content1 h1 {
		font-size: 20px;
		color: #333;
		padding-right: 0
	}

	.news-show .leftbox .content1 .info img {
		margin-top: 0
	}

	.news-show .leftbox .content1 .info {
		margin-bottom: 20px
	}

	.news-show .leftbox .content1 .nr {
		line-height: 25px
	}

	.news-show .leftbox .content1 .return {
		margin-top: 20px
	}
}

.contact {
	padding-bottom: 0
}

.contact .contact-info {
	border-top: 3px solid #2a6790;
	overflow: hidden;
	padding-bottom: 77px;
}

.contact .contact-info ul li {
	border-bottom: 1px solid #e5e5e5
}

.contact .contact-info ul li .box {
	position: relative;
	text-align: center;
	padding: 20px 0 31px 0
}

.contact .contact-info ul li .box .pic {
	width: 130px;
	height: 130px;
	display: inline-block;
	vertical-align: top
}

.contact .contact-info ul li .box .text {
	overflow: hidden;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-top: 16px
}

.contact .contact-info ul li .box .text .bt {
	font-size: 22px;
	color: #333;
	margin-bottom: 7px
}

.contact .contact-info ul li .box .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 30px
}

.contact .contact-info ul li .box .text .jsh a {
	color: #666
}

.contact .mess-list {
	padding: 116px 0 103px 0;
	background: #f6f6f6
}

.contact .mess-list .content-title h3 {
	font-size: 24px;
	color: #333
}

.contact .mess-list .content-title p {
	color: #999;
	font-size: 13px
}

.contact .mess-list .list {
	padding-top: 45px;
	width: 35%;
	float: left
}

.contact .mess-list .list1 {
	float: right;
	width: 52.5%
}

.contact .mess-list li {
	position: relative;
	padding: 0 0 21px 0
}

.contact .mess-list .p-01 {
	line-height: 50px;
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 0;
	left: 12px
}

.contact .mess-list .p-01 .red {
	color: #f00
}

.contact .mess-list .si input {
	padding-left: 100px
}

.contact .mess-list font {
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	border-radius: 5px;
	background: #f57878;
	top: -47px;
	right: 26px;
	width: 160px;
	position: absolute;
	display: none
}

.contact .mess-list font::after {
	content: '';
	margin-top: 42px;
	display: inline-block;
	border-width: 6px 10px 9px 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #f57878;
	transform: rotate(147deg) translate(-12px,6px);
	position: absolute;
	bottom: -18px;
	left: 10px
}

.contact .mess-list input,.contact .mess-list textarea {
	background: 0;
	padding: 0 20px 0 70px;
	height: 50px;
	color: #333;
	border: 1px solid #ccc;
	vertical-align: middle
}

.contact .mess-list input {
	width: 100%
}

.contact .mess-list input:focus {
	background: #e4f0fd;
	border: 1px solid #29648a
}

.contact .mess-list textarea {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	min-height: 125px
}

.contact .mess-list textarea:focus {
	background: #e4f0fd;
	border: 1px solid #29648a
}

.contact .mess-list .btn {
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}

.contact .mess-list .btn a {
	width: 177px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	float: right;
	background: #29648a;
	border: 1px solid #29648a
}

.contact .mess-list .btn a span {
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 20px
}

@media(min-width:1025px) {
	.contact .mess-list .btn a:hover {
		border: 1px solid #286d9c;
		background: #286d9c
	}

	.contact .mess-list .btn a:hover span {
		color: #fff
	}
}

@media(max-width:1023px) {
	.contact .contact-info ul li .box .pic {
		width: 70px;
		height: 70px
	}

	.contact .contact-info ul li .box .text {
		padding-top: 0
	}

	.contact .contact-info ul li .box .text .bt {
		font-size: 16px
	}

	.contact .contact-info ul li .box .text .jsh {
		font-size: 13px;
		line-height: 25px
	}

	.contact .contact-info {
		padding-bottom: 20px
	}

	.contact .mess-list {
		padding: 30px 0
	}

	.contact .mess-list .content-title h3 {
		font-size: 18px
	}

	.contact .mess-list .list {
		padding-top: 20px;
		width: 100%
	}

	.contact .mess-list .list1 {
		width: 100%;
		padding-top: 0
	}

	.contact .mess-list input,.contact .mess-list textarea {
		height: 40px
	}

	.contact .mess-list .p-01 {
		line-height: 40px
	}

	.contact .mess-list .btn a {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.contact .contact-info ul li .box {
		padding: 20px 0
	}
}

.about .about01 {
	margin-bottom: 34px
}

.about .about01 .text {
	width: 42%;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	padding: 74px 0;
	text-align: justify;
	text-justify: distribute-all-lines
}

.about .about01 .img {
	float: right;
	width: 50%;
	position: relative;
	min-height: 421px
}

.about .about01 .img .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.about .about01 .img .pic:after {
	padding-bottom: 66.93163751987281%
}

.about .about01 .img .list {
	margin: 67px 39px 0 0;
	width: 222px;
	float: right
}

.about .about01 .img ul {
	position: relative;
	z-index: 2;
	padding: 12px 27px 0 27px;
	background: rgba(42,103,144,0.95)
}

.about .about01 .img ul li {
	margin-bottom: 39px;
	color: #fff
}

.about .about01 .img ul li .num {
	line-height: 40px
}

.about .about01 .img ul li .num .counter {
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	font-family: "DIN-Medium"
}

.about .about01 .img ul li .num .sub {
	font-size: 12px;
	vertical-align: bottom;
	margin-left: 7px
}

.about .about01 .img ul li .p {
	font-size: 14px
}

.about .about02 {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 83px;
	text-align: justify;
	text-justify: distribute-all-lines
}

.about .about03 {
	border-top: 1px solid #ededed
}

.about .about03 ul li {
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid #ededed
}

.about .about03 ul li .box {
	padding: 46px 20px
}

.about .about03 ul li .pic {
	width: 75px;
	height: 87px;
	display: inline-block;
	vertical-align: top;
	background: url("../images/ab.png") no-repeat center center
}

.about .about03 ul li .pic .ah {
	display: none
}

.about .about03 ul li .p {
	line-height: 87px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 5px;
	color: #2a6790
}

@media(min-width:1025px) {
	.about .about03 ul li:hover .pic {
		background: url("../images/abg.png") no-repeat center center
	}

	.about .about03 ul li:hover .pic .a {
		display: none
	}

	.about .about03 ul li:hover .pic .ah {
		display: block
	}
}

.about .about03 ul li:nth-last-child(1) {
	border: 0
}

@media(max-width:1023px) {
	.about .about01 .text {
		width: 100%;
		font-size: 14px;
		line-height: 25px;
		padding: 0 0 10px 0;
		float: none
	}

	.about .about01 .img {
		float: none;
		width: 629px
	}

	.about .about01 {
		margin-bottom: 20px
	}

	.about .about02 {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px
	}

	.about .about03 ul li .box {
		padding: 15px
	}

	.about .about03 ul li {
		width: 50%
	}

	.about .about03 ul li:nth-child(2n) {
		border-right: 0
	}

	.about .about03 ul li .p {
		line-height: 64px;
		font-size: 14px
	}

	.about .about03 ul li .pic {
		width: 55px;
		height: 64px;
		background-size: 55px
	}

	.second-nav ul li a {
		font-size: 14px
	}
}

@media(max-width:640px) {
	.about .about01 .img {
		width: 100%
	}

	.about .about01 .img .pic {
		position: relative;
		top: auto;
		left: auto
	}

	.about .about01 .img .list {
		margin: 0;
		width: 100%;
		padding: 20px 20px 10px 20px
	}

	.about .about01 .img ul li {
		margin-bottom: 10px;
		width: 50%;
		float: left;
		text-align: center
	}

	.about .about01 .img ul li .p {
		font-size: 12px
	}

	.second-nav ul li {
		width: 20%;
		margin: 0
	}

	.second-nav ul li a {
		width: 100%
	}
}

.container-02 {
	width: 100%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto
}

.organization {
	padding: 90px 0;
	text-align: center
}

.qygg {
	padding-top: 90px;
	padding-bottom: 100px
}

.qygg .titleBig {
	text-align: center;
	font-size: 24px;
	color: #333
}

.qygg .nr {
	padding-top: 80px
}

.qygg .list {
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: 30px
}

.qygg .list li {
	width: 50%;
	float: left;
	padding: 0 22px 30px 22px
}

.qygg .list .box {
	display: block;
	border: 1px #ececec solid;
	padding: 40px;
	overflow: hidden;
	transition: all .5s
}

.qygg .list .pic {
	width: 38%;
	max-width: 196px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: relative
}

.qygg .list .text {
	width: 62%;
	float: left;
	padding-left: 60px;
	padding-top: 45px
}

.qygg .list .title {
	color: #333;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.qygg .list .info {
	margin: 10px 0;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
	word-break: break-word;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.qygg .list .box:hover {
	border-color: #fff;
	box-shadow: 0 0 35px 0 rgba(42,103,144,0.28)
}

.partner {
	padding-top: 90px;
	padding-bottom: 60px
}

.partner .list li {
	width: 38.3%;
	float: left
}

.partner .list li:nth-child(3n+1) {
	clear: both
}

.partner .list li:nth-child(3n) {
	width: 23.4%
}

.partner .list .box {
	text-align: left;
	display: inline-block
}

.partner .list .first {
	margin-bottom: 15px
}

.partner .list .first span {
	display: inline-block;
	background: #2a6790;
	color: #fff;
	min-width: 100px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 18px;
	text-align: center
}

.partner .list .childs {
	line-height: 40px;
	padding-bottom: 40px
}

.partner .list .sencond {
	color: #2a6790;
	font-size: 18px
}

.partner .list .third {
	font-size: 16px;
	color: #666
}

.business {
	padding-top: 90px;
	padding-bottom: 100px
}

.business .list {
	margin-left: -14px;
	margin-right: -14px
}

.business .list li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 14px;
	margin-bottom: 32px
}

.business .list .box {
	display: block;
	border-bottom: 1px #f1f1f1 solid;
	max-width: 400px
}

.business .list .pic:after {
	content: "";
	display: block;
	padding-bottom: 61.25%
}

.business .list img {
	transition: all .5s
}

.business .list .text {
	margin-top: 2px;
	padding: 20px 35px 30px 20px;
	position: relative
}

.business .list .icon {
	width: 20px;
	height: 20px;
	border: 1px #fff solid;
	background: url(../images/icon/arrow-right.png) no-repeat center center;
	background-size: 6px 9px;
	position: absolute;
	right: 15px;
	top: 34px
}

.business .list .title {
	font-size: 18px;
	color: #333;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.business .list .info {
	font-size: 14px;
	color: #666;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media(min-width:1025px) {
	.business .list .box:hover {
		border-color: #fff
	}

	.business .list .box:hover img {
		transform: scale(1.1)
	}

	.business .list .box:hover .text {
		background: #2a6790;
		color: #fff
	}

	.business .list .box:hover .icon {
		background: url(../images/icon/arrow-right-02.png) no-repeat center center;
		background-size: 6px 9px
	}

	.business .list .box:hover .title {
		color: #fff
	}

	.business .list .box:hover .info {
		color: #fff
	}
}

.bread {
	color: #999;
	text-align: right;
	font-weight: 400;
	font-size: 12px;
	line-height: 48px;
	border-bottom: 1px #f0f0f0 solid
}

.bread a {
	color: #999
}

.bread a:hover {
	color: #2a6790
}

.business-show {
	color: #666;
	font-size: 14px;
	padding-top: 90px;
	padding-bottom: 140px
}

.business-show .container02 {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto
}

.business-show .pics {
	padding-bottom: 50px;
	margin-bottom: 40px;
	position: relative
}

.business-show .pics .slick-track {
	overflow: hidden
}

.business-show .pics .box {
	position: relative
}

.business-show .pics .pic {
	position: relative
}

.business-show .pics .pic:after {
	content: "";
	display: block;
	padding-bottom: 61.25%
}

.business-show .pics .slick-dots {
	bottom: 0
}

.business-show .pics .slick-dots li {
	width: 13px;
	height: 13px;
	border: 1px #fff solid;
	padding: 0;
	position: relative;
	border-radius: 50%
}

.business-show .pics .slick-dots li button {
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	border: 1px #cacaca solid;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.business-show .pics .slick-dots li button:before {
	display: none
}

.business-show .pics .slick-dots .slick-active {
	border: 1px #2a6790 solid
}

.business-show .pics .slick-dots .slick-active button {
	background: #2a6790;
	border-color: #fff
}

.business-show .nr {
	padding-bottom: 90px
}

.business-show .title {
	color: #333;
	font-size: 26px
}

.business-show .info {
	line-height: 26px;
	padding: 17px 0
}

.business-show .con {
	line-height: 22px
}

.prev-next-return {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	position: relative
}

.prev-next-return .list li {
	width: 50%;
	float: left
}

.prev-next-return .list li a {
	height: 60px;
	line-height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: relative
}

.prev-next-return .list li a:before {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.prev-next-return .list li a:hover {
	color: #2a6790
}

.prev-next-return .list a {
	color: #333;
	font-size: 14px
}

.prev-next-return .list .prev {
	padding-right: 30px;
	height: 60px;
	line-height: 60px;
}

.prev-next-return .list .prev a {
	padding-left: 15px
}

.prev-next-return .list .prev a:before {
	left: 0;
	background: url(../images/icon/arrow-left-03.png) no-repeat center center;
	background-size: 8px 13px
}

.prev-next-return .list .next {
	text-align: right;
	padding-left: 30px;
	height: 60px;
	line-height: 60px;
}

.prev-next-return .list .next a {
	padding-right: 15px
}

.prev-next-return .list .next a:before {
	right: 0;
	background: url(../images/icon/arrow-right-03.png) no-repeat center center;
	background-size: 8px 13px
}

.prev-next-return .return {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon/return.png) no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.prev-next-return .return:hover {
	background: url(../images/icon/return-02.png) no-repeat center center;
	background-size: 18px 18px
}

.message {
	background: #f6f6f6;
	padding-top: 120px;
	padding-bottom: 110px
}

.message .titleBig .title {
	color: #333;
	font-size: 24px
}

.message .titleBig .en {
	color: #999;
	font-size: 13px;
	font-family: arial
}

.message .red {
	color: #f00;
	margin-left: 5px
}

.message .list {
	padding-top: 50px
}

.message .list .div-01 {
	width: 50%;
	float: left;
	max-width: 500px
}

.message .list .div-02 {
	width: 50%;
	float: right
}

.message .list li {
	position: relative;
	color: #333;
	clear: both;
	margin-bottom: 20px
}

.message .list .li-03 {
	margin-bottom: 10px
}

.message .list .box {
	display: block;
	position: relative
}

.message .list .placeholder {
	line-height: 50px;
	z-index: 9;
	color: #999;
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transform: translateY(0) translateX(0) scale(1);
	transform-origin: 0 50%;
	top: 0;
	transition: transform 200ms,color 200ms,top 200ms
}

.message .list .placeholder.hidden {
	opacity: 0
}

.message .list input,.message .list textarea {
	width: 100%;
	border: 1px #ccc solid;
	color: #333;
	font-size: 14px;
	background: 0;
	padding: 0 15px
}

.message .list input:focus,.message .list textarea:focus {
	border-color: #2a6790;
	box-shadow: 0 0 6px 0 rgba(42,103,144,0.8)
}

.message .list input:focus ~ .placeholder,.message .list textarea:focus ~ .placeholder {
	transform: translateY(0) translateX(0) scale(0);
	opacity: 0;
	top: -31px;
	visibility: visible
}

.message .list input::not(:placeholder-shown) ~ .placeholder,.message .list textarea::not(:placeholder-shown) ~ .placeholder {
	transform: translateY(0) translateX(0) scale(0);
	opacity: 0;
	top: -31px;
	visibility: visible
}

.message .list input {
	height: 50px;
	line-height: 48px
}

.message .list textarea {
	height: 125px;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top
}

.message .list .info {
	position: relative
}

.message .list .info .error {
	background: #f00;
	color: #fff;
	padding: 0 6px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0
}

.message .list .btn {
	text-align: right
}

.message .list .btn a {
	display: inline-block;
	background: #29648a;
	color: #fff;
	min-width: 180px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	position: relative;
	z-index: 1;
	transition: all .5s
}

.message .list .btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	transition: all .5s
}

.message .list .btn a:hover:after {
	width: 100%
}

@media screen and (max-width:992px) {
	.organization {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.qygg {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.qygg .nr {
		padding-top: 30px
	}

	.qygg .list {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px
	}

	.qygg .list li {
		width: 100%;
		padding: 0 0 10px 0
	}

	.qygg .list .box {
		padding: 10px
	}

	.qygg .list .text {
		padding-left: 20px;
		padding-top: 10px
	}

	.qygg .list .title {
		font-size: 18px
	}

	.qygg .list .info {
		font-size: 14px
	}

	.partner {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.partner .list li {
		width: 100%;
		text-align: left
	}

	.partner .list li:nth-child(3n) {
		width: 100%;
		text-align: left
	}

	.partner .list .first {
		margin-bottom: 10px
	}

	.partner .list .first span {
		font-size: 16px
	}

	.partner .list .childs {
		line-height: 30px;
		padding-bottom: 20px
	}

	.partner .list .sencond {
		font-size: 16px
	}

	.partner .list .third {
		font-size: 14px
	}

	.business {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.business .list {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px
	}

	.business .list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px
	}

	.business .list .pic img {
		width: 100%
	}

	.business .list .text {
		padding: 10px 35px 20px 15px
	}

	.business .list .icon {
		top: 18px
	}

	.business-show {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.business-show .title {
		font-size: 24px
	}

	.business-show .nr {
		padding-bottom: 30px
	}

	.prev-next-return .list li {
		width: 33.333333333333336%
	}

	.prev-next-return .list li a {
		font-size: 0!important;
		height: 40px;
		line-height: 40px
	}

	.prev-next-return .list .prev,.prev-next-return .list .next {
		width: 33.333333333333336%;
		padding: 0
	}

	.prev-next-return .list .prev a,.prev-next-return .list .next a {
		display: block
	}

	.prev-next-return .list .prev a:before,.prev-next-return .list .next a:before {
		left: 0;
		right: 0;
		margin: auto
	}

	.prev-next-return .list .next {
		float: right
	}

	.prev-next-return .return {
		width: 33.333333333333336%;
		height: 100%
	}

	.contact .lxfsh {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 14px
	}

	.contact .lxfsh .title {
		font-size: 20px
	}

	.contact .lxfsh .pic {
		text-align: center;
		width: 100%
	}

	.contact .lxfsh .pic img {
		max-width: 74px
	}

	.contact .lxfsh .text {
		padding-left: 0
	}

	.message {
		padding-top: 30px;
		padding-bottom: 20px
	}

	.message .titleBig .title {
		font-size: 20px
	}

	.message .list {
		padding-top: 20px
	}

	.message .list .div-01 {
		width: 100%;
		max-width: 100%
	}

	.message .list .div-02 {
		width: 100%;
		max-width: 100%
	}

	.message .list li {
		margin-bottom: 10px
	}

	.message .list .li-03 .placeholder {
		line-height: 1.5;
		padding-top: 10px
	}

	.message .list .btn {
		text-align: center
	}

	.message .list .btn a {
		width: 100%
	}
}