.latest-news {
	width: 100%;
	height: 70px;
	background: #d2d7e1;
	box-shadow: #a9a9a97a 1px 1px 5px 0px;
}
.latest-news dl {
	width: 1200px;
	margin: 0 auto;
}
.latest-news dl dt {
	float: left;
}
.latest-news dl dt span {
	float: left;
	width: 60px;
	height: 70px;
	line-height: 70px;
	background: url(../images/bulletin.png) no-repeat center center #ffffff;
}
.latest-news dl dt h3 {
	float: left;
	line-height: 70px;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
	color: #294595;
}
.latest-news dl dd {
	float: left;
	width: 70%;
	position: relative;
	z-index: 99;
}
.slides li{
	position:relative;
}
.slides li h2{
	position:absolute;
	bottom:50px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	width:100%;
}
.slides li img{
	width:100%;
}
.slides li h2 span{
	font-size:15px;
	font-weight:normal;
	margin-top:20px;
	width:100%;
	float:left;
}
.slides li h2 span a{
	color:#ffffff;
}
.latest-news dl dd ul {
	float: left;
	width: 100%;
}
.latest-news dl dd ul li {
	float: left;
	line-height: 70px;
	height: 70px;
	width: 100%;
	font-size: 16px;
	transition: all 0.5s ease 0s;
}
.latest-news dl dd ul li a {
	color: #294595;
}
.m {
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
	overflow: hidden;
}
.h-business {
	width: 1200px;
	margin: 0 auto;
}
.h-business-title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 6%;
}
.h-business-title h1 {
	display: inline-block;
	font-size: 32px;
	position: relative;
}
.h-business-title h1:before {
	content: "";
	width: 120px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 22px;
	right: -155px;
	z-index: 99;
	transition: all 0.5s ease 0s;
}
.h-business-title h1:after {
	content: "";
	width: 120px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 22px;
	left: -155px;
	z-index: 99;
	transition: all 0.5s ease 0s;
}
.h-business-title p {
	width: 100%;
	font-size: 18px;
	color: #666666;
	margin-top: 2%;
}
.h-business-content {
	width: 100%;
	float: left;
	padding-bottom: 6%;
	margin-top: 5%;
}
.h-business-content dl {
	width: 100%;
	margin: 0 auto;
}
.h-business-content dl dt {
	width: 780px;
	float: left;
	position:relative;
}
.h-business-content dl dt .yw-img {
	display: none;
	width: 100%;
	float: left;
	transition: all 0.5s ease 0s;
}
.h-business-content dl dt .yw-img .flex-control-nav {
	display: none;
}
.h-business-content dl dt .thisclass {
	display: block;
	transition: all 0.5s ease 0s;
}
.h-business-content dl dd {
	width: 410px;
	float: right;
}
.h-business-content dl dd ul {
	width: 100%;
	float: left;
}
.h-business-content dl dd ul li {
	width: 100%;
	float: left;
	height: 130px;
	background: #294595;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.h-business-content dl dd ul li.cur {
	width: 100%;
	float: left;
	height: 130px;
	background: #3f5ed4;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.h-business-content dl dd ul li label {
	float: left;
	margin: 30px 0 0 40px;
	width: 100px;
	text-align: center;
}
.h-business-content dl dd ul li label img {
	display: inline-block;
}
.h-business-content dl dd ul li h2 {
	color: #ffffff;
	font-size: 32px;
	margin: 26px 0 0 20px;
	width: 200px;
	float: left;
}
.h-business-content dl dd ul li span {
	color: #ffffff;
	font-size: 16px;
	margin: 3px 0 0 20px;
	width: 250px;
	float: left;
}
.h-solution-content {
	width: 100%;
	float: left;
	padding-bottom: 8%;
	margin-top: 7%;
}
.h-solution-content ul {
	width: 1240px;
	float: left;
}
.h-solution-content ul li {
	width: 270px;
	float: left;
	height: 400px;
	margin-right: 40px;
	overflow: hidden;
	position: relative;
}
.h-solution-content ul li._bottom {
	margin-top: 65px;
}
.h-solution-content ul li:nth-child(5n){
	display: none;
}
.h-solution-content ul li dt {
	width: 100%;
	height: 400px;
}
.h-solution-content ul li dt img {
	width: 100%;
}
.h-solution-content ul li dd {
	width: 80%;
	margin: 0 10%;
	position: absolute;
	/**bottom: -23%;**/
	bottom:13%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.h-solution-content ul li:hover dd {
	width: 80%;
	margin: 0 10%;
	position: absolute;
	/**bottom:13%;*这儿写的根本没有作用*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateY(-90%);
	-moz-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	transform: translateY(-90%);
}
.h-solution-content ul li dd label {
	width: 100%;
}
.h-solution-content ul li dd label img {
	width: 22%;
}
.h-solution-content ul li dd h2 {
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	margin-top: 20px;
}
.h-solution-content ul li dd p {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
}
.h-solution-content ul li dd span {
	width: 100%;
	font-size: 14px;
	float: left;
	color: #ffffff;
	margin-top: 35px;
}
.h-solution-content ul li dd span a {
	color: #ffffff;
}
.h-link-content {
	width: 100%;
	float: left;
	padding-bottom: 6%;
	margin-top: 5%;
}
.h-link-content dl {
	width: 100%;
	float: left;
}
.h-link-content dl dt {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 35px;
}
.h-link-content dl dt ul {
	width: 100%;
	float: left;
	text-align: center;
}
.h-link-content dl dt ul li {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	margin: 0 35px;
	color: #294595;
	cursor: pointer;
	padding: 0 18px;
	border: 1px solid #bec7df;
	border-radius: 15px;
}
.h-link-content dl dt ul li.cur {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	margin: 0 35px;
	color: #ffffff;
	cursor: pointer;
	background: #294595;
	padding: 0 18px;
	border: 1px solid #294595;
	border-radius: 15px;
}
.h-link-content dl dd {
	width: 100%;
	float: left;
}
.h-link-content dl dd .link-l {
	display: none;
}
.h-link-content dl dd .thisclass {
	display: block;
}
.h-link-content dl dd ul {
	width: 1250px;
	float: left;
	margin-top: 30px;
}
.h-link-content dl dd ul li {
	width: 200px;
	float: left;
	margin-right: 50px;
	margin-top: 20px;
}
.h-link-content dl dd ul li a {
	width: 100%;
	float: left;
}
.h-link-content dl dd ul li a img {
	width: 100%;
	float: left;
	display:block;
	border: 1px solid #eeeeee;
}
.h-link-content dl dd ul li span {
	width: 100%;
	text-align: center;
	color: #666666;
	line-height: 40px;
	font-size: 16px;
	float: left;
}
.h-honor-content {
	width: 100%;
	float: left;
	padding-bottom: 6%;
	margin-top: 5%;
	overflow: hidden;
	position: relative;
}
.h-honor-content a.l-left {
	width: 30px;
	height: 50px;
	background: #ffffff;
	position: absolute;
	top: 18%;
	left: 0;
}
.h-honor-content a.l-right {
	width: 30px;
	height: 50px;
	background: #ffffff;
	position: absolute;
	top: 18%;
	right: 0;
}
.h-honor-list {
	width: 1094px;
	margin: 0 auto;
}
.h-honor-list ul {
	width: 100%;
	float: left;
}
.h-honor-list ul li {
	width: 280px;
	float: left;
	margin: 0 42px;
}
.h-honor-list ul li label {
	width: 100%;
	float: left;
}
.h-honor-list ul li label img {
	width: 100%;
	float: left;
}
.h-honor-list ul li h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin-top: 15px;
}
.h-honor-list ul li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 3px;
}
.h-news-content {
	width: 100%;
	float: left;
	padding-bottom: 6%;
	margin-top: 4%;
}
.h-news-content ul {
	width: 100%;
	float: left;
}
.h-news-content p {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 3%;
	font-size: 16px;
}
.h-news-content p a {
	color: #333333;
}
.h-news-content ul li {
	width: 48%;
	float: left;
	font-size: 16px;
	padding: 2px 0;
	line-height: 36px;
}
.h-news-content ul li dt {
	width: 80%;
	float: left;
}
.h-news-content ul li dt a {
	color: #333333;
}
.h-news-content ul li dt span {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #e70618;
	vertical-align: middle;
	margin: 9px 9px 0 0;
}
.h-news-content ul li dd {
	float: right;
	font-size: 14px;
	color: #999999;
}
.h-news-content ul li._right {
	float: right;
}
.try-out {
	width: 100%;
	height: 240px;
	background: url(../images/try-bg.jpg) no-repeat center top;
}
.try-out h1 {
	width: 100%;
	margin-top: 4%;
	float: left;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}
.try-out p {
	width: 100%;
	margin-top: 3%;
	float: left;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}
.try-out p input {
	width: 239px;
	height: 43px;
	border: 1px solid #a2a8ab;
	border-radius: 22px 0 0 22px;
	background: none;
	outline: none;
	padding: 0 20px;
	color: #ffffff;
	font-size: 14px;
}
.try-out p button {
	height: 45px;
	width: 120px;
	background: #ffffff;
	line-height: 45px;
	font-size: 16px;
	color: #294595;
	border-radius: 0 22px 22px 0;
	margin-left: -1px;
	outline: none;
	cursor: pointer;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 10%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	position: relative;
	padding: 0;
	
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 32%;
	width: 27px;
	height: 50px;
	margin-top: -25px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
	right: 10px;
	left: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 5px;
	cursor: pointer
}
.swiper-slide img:hover {
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 20px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 20px;
	box-shadow: rgba(0,0,0,.3) 0 0 20px
}
.banner-box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden
}
.swiper-container {
	width: 90%;
	margin: 0px 5%;
	overflow:hidden;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(.8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-moz-box-shadow: rgba(0,0,0,.2) 0 0 30px
}
.swiper-slide-active, .swiper-slide-duplicate-active {
	
}
.swiper-slide img {
	width: 100%;
	display: block;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 0 20px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 0 20px;
	box-shadow: rgba(0,0,0,.2) 0 0 20px
}
.swiper-slide h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-top: 15px;
}
.swiper-slide span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 3px;
}
.swiper-pagination {
	position: relative;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8)
}
@media screen and (max-width:668px) {
.swiper-pagination {
	position: relative;
	margin-bottom: 20px
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8)
}
}
.banner-arrow div:hover {
	background-color: #4a4a4a
}
.swiper-button-prev {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
	left: 10px
}
.swiper-button-next {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat
}
.banner-top {
	padding-top: 3.730928444707274%
}
.banner-title {
	padding: 5px 0
}
.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-family: microsoft yahei, 寰蒋闆呴粦, MicrosoftJhengHei, 鍗庢枃缁嗛粦, STHeiti, MingLiu;
	font-weight: 400;
	color: #444;
	padding-bottom: 14px
}
.banner-text {
	text-align: center
}
.banner-text p {
	font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "氓戮庐猫陆炉茅鈥衡€γ┞烩€�", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	color: #444
}
.banner-top-one {
	padding-top: 3.311649911295092%
}
.banner-button {
	width: 100%;
	vertical-align: middle;
	text-align: center
}
.banner-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 100%;
	padding: 15px 32px;
	position: relative
}
.banner-button-btn {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	font-family: helvetica neue, helvetica, stheitisc-light, hiragino sans gb, Arial, microsoft yahei, 寰蒋闆呴粦, stheiti, wenquanyi micro hei, pingfang sc, SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #69ca72!important;
	border-radius: 100px
}
.banner-button-btn {
	background: #cedad0;
	display: inline-block;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}
.banner-button-btn, .banner-button-btn::before {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.banner-button-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #1a7c29;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.7, 1, 1);
	-moz-transform: scale3d(.7, 1, 1);
	-ms-transform: scale3d(.7, 1, 1);
	-o-transform: scale3d(.7, 1, 1);
	transform: scale3d(.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.banner-button-btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}