.header {
	line-height:110px;
	height:110px;
	background-color:#FFF;
	width: 100%;
	
}
.header .container {
	width: 90%;
	height:100%;
	margin: 0 auto;
	
}
.header .logo {
	padding-top: 8px;
	}
.header .logo img {
	display:inline;
	vertical-align:middle;
}
.header .nav {
	border-left:1px #ddd solid;
	height:100%;
	vertical-align:middle;
}
.header .nav li {
	display:inline-block;
}
.header .nav li a.navAone {
	position:relative;
	display:block;
	color:#343434;
	font-size:18px;
	line-height:110px;
	text-align:center;
	margin:0 23px;
}
.header .nav li a.navAone:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0px;
	width:0%;
	height:1px;
	background:#075991;
	transition:all .4s ease-in-out;
}
.header .nav li:hover a.navAone:before,.header .nav li.active a.navAone:before {
	width:100%
}
.header .nav li:hover a.navAone,.header .nav li.active a.navAone {
	color:#075991;
	font-weight:bold
}
.header .right {
	margin-right: 10px;
	height:100%;
	vertical-align:middle;
	border-left:1px #ddd solid;
}
.header .right .block {
	margin:0 10px;
	display:inline-block;
}
.header .right .block em {
	display:block;
	width:20px;
	height:20px;
	background-position:center;
	background-repeat:no-repeat;
}
.header .right .lang {
	color:#fff;
	font-size:18px;
}
.header .right .lang font {
	padding:5px 10px;
	transition:all .4s ease-in-out;
	background:#075991
}
.header .right .lang:hover font {
	background:#118C3C
}
.header .right .block.search em {
	background-image:url(../images/search_ico.png);
}
.header .right .block.tel em {
	background-image:url(../images/tel_ico.png);
}
.header .right .block.weixin em {
	background-image:url(../images/weixin_ico.png);
}
.header .right .block.search .effect-lower-block {
	transform-origin:95% 0%;
	top:30px;
	width:300px;
}
.header .right .block.search .box {
	background:#f5f5f5
}
.header .right .block.search input {
	line-height:25px;
	border:1px #ddd solid;
	width:210px;
	padding:2px 10px;
	font-size:13px;
}
.header .right .block.search button {
	line-height:25px;
	height:30px;
	width:40px;
	border:none;
	padding:0 5px;
	background:#666;
	color:#fff;
	cursor:pointer;
}
.header .right .block.search button:hover {
	background:#075991
}
.header .right .block.tel .effect-lower-block {
	top:30px;
	color:#666;
	font-size:20px;
	width:200px
}
.header .right .block.weixin .effect-lower-block {
	top:30px;
	width:110px;
	padding:5px;
}
.header .right .block.weixin .effect-lower-block img {
	max-width:100%;
}
.header .lang-wap {
	display:none;
	float:right;
	color:#fff;
	font-size:14px;
	margin:0px 20px 0 0;
}
.header .lang-wap font {
	padding:3px 10px;
	background:#aaa;
}
.menu {
	width:100%;
	margin:20px 0 60px 0
}
.menu ul {
	text-align:center;
	display:table;
	margin:auto;
}
.menu li {
	display:inline-block;
	padding:16px 40px;
	border-right:1px #c8c8c8 solid;
	border-bottom:1px #ddd solid;
	float:left;
	background:#e4e4e4;
}
.menu li a {
	display:block;
	margin:0 0px;
	color:#000;
	font-size:18px;
	-webkit-line-clamp:1;
	display:-webkit-box;
	word-break:break-all;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.menu li:hover,.menu li.active {
	color:#fff;
	background:#075991
}
.menu li:hover a,.menu li.active a {
	color:#fff;
}
.site {
	margin:20px 0 35px 0;
	color:#666666;
	font-size:12px;
}
.site .home {
	padding-left:25px;
	background:url(../images/ico01.png) no-repeat left;
}
.site a {
	color:#666;
	font-size:15px;
	padding:5px 0
}
.site a:hover {
	color:#075991
}
.titleAx {
	margin:20px 0;
	color:#191919;
	font-size:36px;
	text-align:center;
}
.titleAx span {
	display:table;
	color:#343434;
	font-size:14px;
	margin-top:5px;
	margin:5px auto 0;
	text-transform:Capitalize;
}
.titleAx span em {
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#075991;
	margin:5px 0 0 5px;
	float:right;
}
.titleAx .more {
	float:right;
	margin-top:-40px;
	color:#191919;
	font-size:14px;
	padding-left:20px;
	background:url(../images/arrow_04.png) no-repeat left;
}
.titleAx .more:hover {
	color:#075991
}
.titleAx.titleAxLeft span {
	margin:5px 0 0 0;
}
.titleAx-white,.titleAx-white font {
	color:#fff
}
.titleAx.pgTit {
	margin:35px 0 50px 0
}
.titleBx {
	color:#333333;
	font-size:30px;
	text-align:center;
	margin:10px 0;
	float:left;
	width:100%;
}
.titleBx hr {
	display:table;
	border:none;
	margin:10px auto;
	width:20px;
	height:1px;
	background:#075991;
}
.titleTop {
	margin:0 0 35px 0;
	overflow:hidden;
}
.titleTop .titleAx {
	float:left;
	margin:0px;
}
.titleTop .tone {
	float:right;
	margin:20px 0 0 0;
}
.titleTop .tone li {
	float:left;
	padding-left:60px;
	padding:;
	cursor:pointer;
}
.titleTop .tone li a {
	position:relative;
	z-index:2;
	display:block;
	color:#191919;
	font-size:18px;
	padding-bottom:10px;
}
.titleTop .tone li a:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0%;
	height:2px;
	background:#075991;
	transition:all .4s ease-in-out;
}
.titleTop .tone li:hover a,.titleTop .tone li.active a {
	color:#075991;
}
.titleTop .tone li:hover a:before,.titleTop .tone li.active a:before {
	width:100%;
}
.onlineKefu {
	color:#fff;
	font-size:14px;
	padding:10px 50px 10px 30px;
	background-color:#075991;
	background-image:url(../images/online-ico.png);
	background-repeat:no-repeat;
	background-position:105px 12px;
}
.onlineKefu:hover {
	background-color:#f60
}
.wl-home-product {
	padding:60px 0 80px 0;
	background:#f3f3f3;
}
.wl-home-product .swiper-container {
	margin-top:50px;
}
.wl-home-product .swiper-pagination {
	margin-top:40px;
	position:initial;
}
.wl-home-product.spot-1 .swiper-pagination span {
	margin:0 12px;
	background:#ddd;
}
.wl-home-product.spot-1 .swiper-pagination span.swiper-pagination-bullet-active {
	color:#0065b3;
	background:#075991;
}
.wl-home-product .list-product .block {
	padding:10px;
}
.wl-home-product .list-product .block a {
	box-shadow:0 0 10px #ddd;
}

.list-product {
	}.list-product .block {
	text-align:center;
}
.list-product .block a {
	display:block;
	padding:0 0 35px 0;
	text-align:center;
	background:#fff;
}
.list-product .block h4 {
	margin-top:15px;
	color:#343434;
	font-size:16px;
	-webkit-line-clamp:1;
	display:-webkit-box;
	word-break:break-all;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.list-product .block:hover a {
	box-shadow:0 0 10px #999;
}

.wl-ny-productlist .list-product .block {
	float:left;
	width:25%;
}
.wl-ny-productlist .list-product .block a {
	margin:0 15px 30px 15px
}
.ProductShow {
	margin:0 0 70px 0;
}
.ProductShow .sTopLeft {
	width:45%;
}
.ProductShow .sTopRight {
	width:50%;
	/*! padding-left:50px;
	*/
}
.ProductShow .sTopRight h2 {
	color:#075991;
	font-size:20px;
}
.ProductShow .sTopRight p {
	color:#666666;
	font-size:14px;
	display:block;
	margin:30px 0;
}
.ProductShow .sTopRight span {
	padding:20px 0;
	margin:30px 0 40px 0;
	color:#666666;
	font-size:15px;
	display:block;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	line-height:30px;
}
.ProductShow .sTopRight .tel {
	color:#666666;
	font-size:12px;
	padding-left:50px;
	background:url(../images/tel3_ico.png) no-repeat left;
	float:left;
}
.ProductShow .sTopRight .tel font {
	font-size:28px;
	color:#075991;
	display:block;
}
.ProductShow .sTopRight .online {
	margin:5px 0 0 70px;
	padding:10px 40px 10px 70px;
	color:#fff;
	font-size:14px;
	background:#075991 url(../images/ico20.png) no-repeat 40px 10px;
	display:inline-block;
}
.ProductShow .sTopRight .online:hover {
	background:#f60 url(../images/ico20.png) no-repeat 40px 10px;
}
.ProductShow .tabBox {
	overflow:hidden;
	float:left;
	width:100%;
	margin:50px 0;
}
.ProductShow .tabBox .tone {
	border-top:1px #075991 solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	background:#f5f5f5;
	overflow:hidden;
}
.ProductShow .tabBox .tone li {
	color:#333333;
	padding:17px 50px;
	font-size:14px;
	border-left:1px #ddd solid;
	float:left;
	cursor:pointer;
}
.ProductShow .tabBox .tone li.hit {
	color:#075991;
	background:#fff;
}
.ProductShow .tabBox .down {
	margin-top:20px;
}
.ProductShow .relevant {
	overflow:hidden;
	margin:0 0 20px 0;
}
.ProductShow .relevant h2 {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	background:url(../images/line06.jpg) no-repeat left;
	padding-left:10px;
}
.ProductShow .relevant .more {
	color:#999999;
	font-size:12px;
	background:url(../images/line09.png) no-repeat right;
	float:right;
	padding-right:20px;
	margin-top:7px;
}
.ProductShow .relevant .more:hover {
	color:#075991
}
.ProductShow .relevant .list {
	}.ProductShow .relevant .list a {
	display:block;
	background:#fff;
	border:1px #ddd solid;
	padding:0 0 20px 0;
}
.ProductShow .relevant .list li h4 {
	color:#333333;
	font-size:14px;
	text-align:center;
	margin:15px 0;
}
.ProductShow .relevant .list li em {
	display:none;
	margin:auto;
	border:1px #ddd solid;
	color:#ddd;
	border-radius:50%;
	width:20px;
	line-height:20px;
	text-align:center;
}
.ProductShow .relevant .list li:hover h4 {
	color:#075991
}
.ProductShow .relevant .list li:hover em {
	color:#075991;
	border:1px #075991 solid
}
.ProductShow .relevant .down {
	margin-top:50px;
	overflow:hidden;
}
.ProductShow .relevant .swiper-container-relevant {
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
.ProductShow .relevant .prev,.ProductShow .relevant .next {
	background:#505050;
	color:#fff;
	font-size:30px;
	width:35px;
	line-height:35px;
	text-align:center;
}
.ProductShow .relevant .prev:hover,.ProductShow .relevant .next:hover {
	background:#075991
}
.ProductShow .relevant .list li:hover h4 {
	color:#075991
}
.wl-home-solution {
	padding:70px 0 70px 0;
}
.wl-home-solution .list {
	display:flex;
	width:100%;
	margin-top:45px;
	box-sizing:border-box;
	height:540px;
}
.wl-home-solution .list .result {
	flex:1;
	overflow:hidden;
	transition:.5s;
	margin:0 0.5px;
	box-shadow:0 20px 30px rgba(0,0,0,0.1);
}
.wl-home-solution .list .result img {
	width:100%;
	height:calc(100% - 0vh);
	-o-object-fit:cover;
	object-fit:cover;
	transition:1s;
}
.wl-home-solution .list .result > span {
	font-size:3.8vh;
	display:block;
	text-align:center;
	height:10vh;
	line-height:2.6;
}
.wl-home-solution .list .result:hover {
	flex:1 1 30%;
}
.wl-home-solution .list .result:hover img {
	width:100%;
	height:100%;
}

.wl-home-solution .list .block {
	position:relative;
}
.wl-home-solution .list .block a {
	display:block;
	height:100%;
}
.wl-home-solution .list .block:before {
	position:absolute;
	z-index:1;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition:all .4s ease-in-out;
}
.wl-home-solution .list .block:hover:before {
	opacity:0
}
.wl-home-solution .list .block .box {
	opacity:1;
	position:absolute;
	left:11%;
	top:22%;
	z-index:9;
	width:78%;
	margin:auto;
	padding:50px 0;
}
.wl-home-solution .list .block:hover .box {
	opacity:1;
	padding:50px;
}
.wl-home-solution .list .block .box:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:0%;
	background:#118C3C;
	transition:all .7s ease-in-out;
}
.wl-home-solution .list .block:hover .box:before {
	height:100%;
}
.wl-home-solution .list .block h4.title.top {
	display:none;
	position:absolute;
	left:0%;
	top:20%;
	z-index:9;
	width:100%;
	padding-top:50px;
	transition:all .4s ease-in-out;
}
.wl-home-solution .list .block:hover h4.title.top {
	opacity:0
}
.wl-home-solution .list .block h4.title {
	color:#fff;
	font-size:24px;
	text-align:center
}
.wl-home-solution .list .block h4.title font {
	display:block;
	color:#fff;
	font-size:14px;
}
.wl-home-solution .list .block .box p.txt {
	margin-top:0px;
	min-width:430px;
	height:0px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	word-wrap:break-word;
}
.wl-home-solution .list .block:hover .box p.txt {
	margin-top:30px;
	height:auto;
}
.wl-home-solution .list .block .box em.more {
	margin:30px auto 0;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	border-radius:50%;
	color:#fff;
	background:#118C3C;
}
.wl-home-solution .list .block:hover .box em.more {
	color:#075991;
	background:#fff;
}
.wl-home-about {
	padding:100px 0 110px 0;
	margin:50px 0 0 0;
	background:#eee url(../images/videoImgLeft.png) left;
	overflow:hidden;
}
.wl-home-about .left {
	width:50%;
}
.wl-home-about .left .title {
	color:#191919;
	font-size:25px;
}
.wl-home-about .left .title font {
	color:#075991;
	font-size:40px;
	display:block;
}
.wl-home-about .left .wx {
	margin:50px 0;
	color:#4d4d4d;
	font-size:17px;
	line-height:200%
}
.wl-home-about .left .more {
	position:relative;
	margin:10px 0 0 0;
	color:#fff;
	font-size:12px;
	padding:8px 45px 8px 25px;
	border-radius:20px;
	background:#075991;
}
.wl-home-about .left .more:hover {
	color:#333
}
.wl-home-about .left .more:before {
	position:absolute;
	top:15px;
	right:18px;
	content:"";
	width:10px;
	height:5px;
	background:url(../images/line05.png) no-repeat -11px 0px;
	transition:all .4s ease-in-out;
}
.wl-home-about .left .more:hover:before {
	background-position:0px 0px;
}
.wl-home-about .left .mun {
	margin:50px 0 0 0
}
.wl-home-about .left .mun li {
	float:left;
	padding-right:30px;
	margin-right:30px;
	border-right:1px #ddd dashed;
}
.wl-home-about .left .mun li span {
	color:#191919;
	font-size:40px
}
.wl-home-about .left .mun li h5 {
	margin-top:0px;
	color:#191919;
	font-size:14px
}
.wl-home-about .left .mun li:last-child {
	border:none;
}
.wl-home-about .right {
	position:relative;
	width:48%;
}
.wl-home-about .right .bg {
	position:absolute;
	left:0;
	top:-100px;
}
.wl-home-cooperate {
	padding:40px 0;
}
.wl-home-cooperate .titleAx {
	text-align:left;
}
.wl-home-cooperate .list {
	margin:0px 0 0 0;
	border-top:1px #ddd solid;
	border-left:1px #ddd solid;
	overflow:hidden;
}
.wl-home-cooperate .list li {
	float:left;
	position:relative;
	width:14.285%;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid
}
.wl-home-cooperate .list li a:before {
	opacity:0;
	content:"";
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	border:1px #075991 solid;
	transition:all .4s ease-in-out;
}
.wl-home-cooperate .list li a {
	position:relative;
	display:block;
}
.wl-home-cooperate .list li img {
	max-width:100%;
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none;
}
.wl-home-cooperate .list li h4 {
	opacity:0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:10px 10px;
	background:#075991;
}
.wl-home-cooperate .list li:hover a:before {
	opacity:1;
}
.wl-home-cooperate .list li:hover h4 {
	opacity:1;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	font-size:14px
}
.wl-home-news {
	padding:10px 0 60px 0;
}
.wl-home-news .container {
	border-top:1px #ddd solid;
	padding-top:60px;
}
.wl-home-news .titleAx {
	text-align:left;
}
.wl-home-news .down {
	}.wl-home-news .list {
	}.wl-home-news .list li.one {
	float:left;
	width:33%;
}
.wl-home-news .list li.one a {
	display:block;
	margin-right:30px
}
.wl-home-news .list li.one h4 {
	margin-top:15px;
	color:#333333;
	font-size:18px;
}
.wl-home-news .list li.one p {
	margin:15px 0;
	color:#666666;
	font-size:13px;
	line-height:180%
}
.wl-home-news .list li.one span {
	color:#666666;
	font-size:13px;
}
.wl-home-news .list li.one span font {
	float:right;
	position:relative;
	margin-right:30px;
	color:#666666;
	font-size:13px;
	transition:all .4s ease-in-out;
}
.wl-home-news .list li.one:hover span font {
	color:#075991
}
.wl-home-news .list li.one span font:before {
	position:absolute;
	top:8px;
	right:-15px;
	content:"";
	width:10px;
	height:5px;
	background:url(../images/line06.png) no-repeat 0px 0px;
	transition:all .4s ease-in-out;
}
.wl-home-news .list li.one:hover span font:before {
	background-position:-11px 0px;
}
.wl-home-news .list li.one:hover h4 {
	color:#075991
}
.wl-home-news .list li.two {
	float:right;
	width:32%;
	margin:0 0 20px 0px;
	padding:0 0 20px 0px;
	border-bottom:1px #aaa dashed;
}
.wl-home-news .list li.two:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.wl-home-news .list li.two .time {
	float:left;
	margin-right:20px;
	color:#666666;
	font-size:12px;
	text-align:center;
}
.wl-home-news .list li.two .time font {
	color:#191919;
	font-size:45px;
	display:block;
}
.wl-home-news .list li.two h4 {
	color:#333333;
	font-size:16px;
}
.wl-home-news .list li.two p {
	margin-top:10px;
	color:#666666;
	font-size:13px;
	line-height:180%
}
.wl-home-news .list li.two:hover h4 {
	color:#075991
}
.wl-ny-caselist {
	}.wl-ny-caselist .list {
	}.wl-ny-caselist .list li {
	float:left;
	width:25%;
}
.wl-ny-caselist .list li a {
	display:block;
	margin:0 10px 30px 10px
}
.wl-ny-caselist .list li h4 {
	color:#333333;
	font-size:14px;
	margin:20px 0 0 0;
}
.wl-ny-caselist .list li h4 font {
	position:relative;
}
.wl-ny-caselist .list li:hover h4 {
	color:#075991
}
.wl-ny-caselist .list li h4 font:before {
	position:absolute;
	top:8px;
	right:-25px;
	content:"";
	width:10px;
	height:5px;
	background:url(../images/line06.png) no-repeat 0px 0px;
	transition:all .4s ease-in-out;
}
.wl-ny-caselist .list li:hover h4 font:before {
	background-position:-11px 0px;
}
.wl-ny-solution {
	padding:0 0 100px 0;
}
.wl-ny-solution .list li {
	margin:0 0 50px 0;
	clear:both;
	overflow:hidden;
}
.wl-ny-solution .list li .pic {
	float:left;
	width:45%;
}
.wl-ny-solution .list li .box {
	float:right;
	width:51%;
	padding:20px 0 0 0;
}
.wl-ny-solution .list li .box h4 {
	border-left:4px #075991 solid;
	font-size:30px;
	padding-left:15px;
	color:#282828
}
.wl-ny-solution .list li .box h4 font {
	display:block;
	font-size:12px;
	color:#282828
}
.wl-ny-solution .list li .txt {
	margin:50px 0 0 0;
	color:#555555;
	font-size:15px;
	line-height:180%
}
.wl-ny-solution .list li.two .pic {
	float:right;
}
.wl-ny-solution .list li.two .box {
	float:left;
}
.AfterBox {
	padding:0 0 100px 0;
}
.AfterBox .top {
	}.AfterBox .top img {
	max-width:100%
}
.AfterBox .title {
	margin-top:30px;
}
.AfterBox .block.title h4 {
	color:#191919;
	font-size:25px;
}
.AfterBox .block {
	padding:40px 0;
	clear:both;
	overflow:hidden;
}
.AfterBox .block h4 {
	float:left;
	width:20%;
	color:#333333;
	font-size:16px;
}
.AfterBox .block h4 em {
	width:25px;
	line-height:25px;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	color:#fff;
	font-size:14px;
	border-radius:50%;
	background:#075991;
}
.AfterBox .txt {
	float:right;
	width:75%;
	color:#666666;
	font-size:15px;
	line-height:25px;
}
.AfterBox dd {
	border-top:1px #ddd solid;
}
.wl-ny-newslist {
	}.wl-ny-newslist .list {
	}.wl-ny-newslist .list li {
	float:left;
	width:33.3%;
}
.wl-ny-newslist .list li a {
	display:block;
	margin:0 0 30px 20px;
}
.wl-ny-newslist .list li .title {
	color:#191919;
	font-size:15px;
	font-weight:bold
}
.wl-ny-newslist .list li:hover .title {
	color:#075991
}
.wl-ny-newslist .list li .txt {
	color:#666666;
	font-size:14px;
	line-height:23px;
}
.wl-ny-newslist .list li .more {
	position:relative;
	margin:20px 0 0 0px;
	color:#666666;
	font-size:12px;
	transition:all .4s ease-in-out;
	display:table;
}
.wl-ny-newslist .list li:hover .more {
	color:#075991
}
.wl-ny-newslist .list li .more:before {
	position:absolute;
	top:8px;
	right:-15px;
	content:"";
	width:10px;
	height:5px;
	background:url(../images/line06.png) no-repeat 0px 0px;
	transition:all .4s ease-in-out;
}
.wl-ny-newslist .list li:hover .more:before {
	background-position:-11px 0px;
}
.wl-ny-newslist .list .line {
	margin:30px 0 50px 0;
	width:100%;
	height:1px;
	border:none;
	background:#ddd;
	clear:both;
	float:left;
}
.wl-ny-newslist .list li.top {
	width:50%;
}
.wl-ny-newslist .list li.top a {
	background:#eaeaea;
	overflow:hidden;
	padding-right:30px;
}
.wl-ny-newslist .list li.top .pic {
	float:left;
	width:50%;
	margin-right:30px;
}
.wl-ny-newslist .list li.top .title {
	margin:50px 0 30px 0;
}
.wl-ny-newslist .list li.block {
	}.wl-ny-newslist .list li.block a {
	margin-bottom:20px
}
.wl-ny-newslist .list li.block .title {
	margin:25px 0
}
.wl-ny-newsDetail-content {
	float:left;
	width:100%;
}
.wl-ny-newsDetail-content h2 {
	margin:20px 0 0 0;
	font-size:24px;
	line-height:26px;
	text-align:center;
	color:#333;
	padding-bottom:15px;
	font-weight:normal;
}
.wl-ny-newsDetail-content .msg {
	text-align:center;
	border-bottom:1px solid #e7e7e7;
	font-size:14px;
	padding-bottom:26px;
}
.wl-ny-newsDetail-content .msg span {
	padding:0 7px;
	color:#999;
}
.wl-ny-newsDetail-content .msg .fonts a {
	padding:0 3px;
}
.wl-ny-newsDetail-content .msg a.active {
	font-weight:bold;
	color:#9a6834;
}
.wl-ny-newsDetail-content .wl-ny-detailcontent {
	padding:20px 0;
	line-height:26px;
	overflow:hidden;
}
.wl-ny-newsDetail-content .wl-ny-detailcontent embed {
	width:70%;
	height:500px;
	margin:auto;
	display:block;
}
.wl-ny-newsDetail-content .wl-ny-detailcontent .pic {
	text-align:center;
	padding-bottom:20px
}
.pagIng {
	border-top:1px solid #dadada;
	padding:30px 15px;
	overflow:hidden;
}
.pagIng .fl {
	height:60px;
	padding-right:30px;
}
.pagIng .fl a:hover {
	color:#075991
}
.pagIng .fl a {
	display:block;
	height:30px;
	line-height:30px;
}
.pagIng .fr {
	line-height:28px;
	display:block;
	width:85px;
	height:28px;
	margin-top:16px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	background:#075991;
}
.pagIng .fr:hover {
	background:#000;
	color:#fff;
}
.recTitle {
	padding-left:20px;
	height:35px;
	line-height:35px;
	background:url(../images/page_line.jpg) no-repeat 10px 12px #eee;
	font-weight:bold;
	color:#333;
	font-weight:normal;
	margin-top:20px;
}
.relNews {
	overflow:hidden;
	margin-top:15px;
}
.relNews ul {
	width:100%;
}
.relNews ul li {
	float:left;
	margin:0 1%;
	width:48%;
	height:28px;
	line-height:28px;
}
.relNews ul li a {
	display:block;
	width:200px;
	line-height:28px;
	background:url(../images/arrow_02.png) no-repeat left center;
	padding-left:15px;
	float:left;
	font-size:12px;
}
.relNews ul li a:hover {
	background:url(../images/arrow_one.png) no-repeat left center;
	margin-left:5px;
}
.relNews ul li span {
	float:right;
	color:#999;
}
.wl-home-contactlist .map {
	width:50%;
	margin-bottom:70px
}
.wl-home-contactlist .right {
	position:relative;
	width:50%;
	padding:0 200px 0 50px;
	overflow:hidden;
}
.wl-home-contactlist .right h3.title {
	color:#191919;
	font-size:24px
}
.wl-home-contactlist .right h4.title {
	margin:20px 0 30px 0;
	color:#999;
	font-size:20px;
}
.wl-home-contactlist .right h4.title hr {
	margin:10px 0 0 0;
	border:none;
	width:15px;
	height:1px;
	background:#075991;
}
.wl-home-contactlist .right .tel {
	float:left;
	font-size:12px;
	color:#666666;
	margin:0 30px 20px 0;
	width:100%;
}
.wl-home-contactlist .right .tel font {
	display:block;
	font-size:26px;
	color:#075991
}
.wl-home-contactlist .right .tel font i {
	font-style:normal;
	color:#666;
	font-size:12px;
	margin-left:5px;
}
.wl-home-contactlist .right .tel3 {
	}.wl-home-contactlist .right .add {
	position:relative;
	margin-top:30px;
	padding-top:30px;
	color:#494949;
	font-size:14px;
	float:left;
	width:100%;
}
.wl-home-contactlist .right .add:before {
	position:absolute;
	content:"";
	right:-100%;
	top:0;
	width:200%;
	height:1px;
	background:#ccc
}
.wl-home-contactlist .right .online {
	position:absolute;
	right:0;
	top:10px;
	text-align:center;
}
.wl-home-contactlist .right .online .ewm {
	display:block;
	margin:0 0 10px 0;
	border:1px #ddd solid;
	padding:2px;
}
.wl-home-contactlist .right .online .onlineKefu {
	box-shadow:0 0 10px #075991;
	display:block;
}
.wl-ny-newsDetail {
	padding-bottom:50px;
}
.wl-ny-aboutlist {
	margin:0 0 30px 0
}
.wl-ny-aboutlist .titleAx {
	margin:20px 0 40px 0;
}
.wl-ny-aboutlist .wl-home-about {
	border-bottom:1px #ddd solid
}
.wl-ny-aboutlist .wl-home-about .left .title {
	font-size:26px;
}
.wl-ny-aboutlist .information {
	padding:5px 0 60px 0;
}
.wl-ny-aboutlist .information .titleAx {
	margin-bottom:50px;
}
.wl-ny-aboutlist .information .left {
	float:left;
	width:50%;
}
.wl-ny-aboutlist .information .left .title {
	font-size:26px;
	color:#191919
}
.wl-ny-aboutlist .information .left .wx {
	font-size:15px;
	color:#4d4d4d;
	line-height:28px;
	margin-top:30px;
}
.wl-ny-aboutlist .information .right {
	float:right;
	width:45%;
}
.wl-ny-aboutlist .information .right img {
	width:100%;
}
.wl-ny-aboutlist .course {
	padding:70px 0;
	background:url(../images/aboutBg01.jpg) no-repeat center fixed;
	background-size:cover;
}
.wl-ny-aboutlist .course .swiper-container {
	width:100%;
	height:100%;
}
.wl-ny-aboutlist .course .swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.wl-ny-aboutlist .course .swiper-pagination-bullet {
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#000;
	opacity:1;
	background:rgba(0,0,0,0.2);
}
.wl-ny-aboutlist .course .swiper-pagination-bullet-active {
	color:#fff;
	background:#007aff;
}
.wl-ny-aboutlist .course .gallery-thumbs {
	position:relative;
}
.wl-ny-aboutlist .course .gallery-thumbs:before {
	content:"";
	position:absolute;
	left:0;
	bottom:13px;
	width:500%;
	height:1px;
	background:#ddd;
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide {
	color:#666666;
	font-size:24px;
	padding:0px 0 10px 0;
	text-align:center;
	display:block;
	background:none;
	cursor:pointer;
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide font {
	display:table;
	width:100%;
	clear:both;
	line-height:80px;
	vertical-align:bottom;
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide .dot {
	position:relative;
	display:block;
	width:8px;
	height:8px;
	background:#999;
	margin:auto;
	clear:both;
	border-radius:50%;
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide .dot:before {
	opacity:0;
	content:"";
	position:absolute;
	left:-3px;
	top:-3px;
	width:14px;
	height:14px;
	border:1px #075991 solid;
	border-radius:50%;
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide-thumb-active {
	font-size:44px;
	color:#075991
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide-thumb-active .dot {
	background:#075991
}
.wl-ny-aboutlist .course .gallery-thumbs .swiper-slide-thumb-active .dot:before {
	opacity:1;
}
.wl-ny-aboutlist .course .long {
	position:relative;
	margin-top:50px;
}
.wl-ny-aboutlist .course .gallery-top {
	}.wl-ny-aboutlist .course .gallery-top .swiper-slide {
	display:block;
	text-align:left;
}
.wl-ny-aboutlist .course .gallery-top .swiper-slide .pic {
	width:35%;
	margin-right:50px;
}
.wl-ny-aboutlist .course .gallery-top .swiper-slide .pic img {
	max-width:100%;
}
.wl-ny-aboutlist .course .gallery-top .swiper-slide h3.title {
	margin-top:30px;
	color:#666666;
	font-size:34px;
}
.wl-ny-aboutlist .course .gallery-top .swiper-slide h4.title {
	margin:20px 0 30px 0;
	color:#000000;
	font-size:24px;
}
.wl-ny-aboutlist .course .gallery-top .swiper-slide p {
	color:#666666;
	font-size:14px;
	padding-right:100px;
}
.wl-ny-aboutlist .course .swiper-button-prev,.wl-ny-aboutlist .course .swiper-button-next {
	right:-15px;
	width:35px;
	height:35px;
	text-align:center;
	background-color:#626262;
	border-radius:50%;
	background-image:url(../images/arrow_05.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
}
.wl-ny-aboutlist .course .swiper-button-prev:hover,.wl-ny-aboutlist .course .swiper-button-next:hover {
	background-color:#075991
}
.wl-ny-aboutlist .course .swiper-button-prev {
	left:-15px;
	right:auto;
	transform:rotate(180deg);
}
.wl-ny-aboutlist .honor {
	padding:60px 0 60px 0;
	background:url(../images/bg01.jpg);
}
.wl-ny-aboutlist .honor .swiper-container-square1 {
	margin-top:0px;
	float:left;
	width:100%;
}
.wl-ny-aboutlist .honor .swiper-container-square1 .pic {
	padding:0px;
	border:none;
}
.wl-ny-aboutlist .honor .swiper-container-square1 a {
	border:1px #ddd solid;
	background:#fff;
	display:block;
	padding:20px;
}
.wl-ny-aboutlist .honor .swiper-pagination {
	position:initial;
	margin:40px 0 0 0;
}
.wl-ny-aboutlist .honor .swiper-pagination span {
	background:#999999;
	opacity:1;
	position:relative;
	margin:0 8px;
}
.wl-ny-aboutlist .honor .swiper-pagination span:before {
	opacity:0;
	position:absolute;
	left:-3px;
	top:-3px;
	width:14px;
	height:14px;
	content:"";
	border:1px #999 solid;
	border-radius:50%;
}
.wl-ny-aboutlist .honor .swiper-pagination span.swiper-pagination-bullet-active {
	background:#075991
}
.wl-ny-aboutlist .honor .swiper-pagination span.swiper-pagination-bullet-active:before {
	opacity:1;
	border:1px #075991 solid
}
.wl-ny-aboutlist .culture {
	padding:50px 0 80px 0;
	background:#f9f9f9;
}
.wl-ny-aboutlist .culture .long {
	}.wl-ny-aboutlist .culture .left {
	width:50%;
}
.wl-ny-aboutlist .culture .left img {
	max-width:100%
}
.wl-ny-aboutlist .culture .right {
	width:45%;
	color:#4d4d4d;
	font-size:15px;
	line-height:28px
}
.wl-ny-aboutlist .album {
	padding:50px 0 100px 0;
	border-top:1px #ddd solid;
}
.wl-ny-aboutlist .album .focusAlbum {
	position:relative;
	width:49.8%;
}
.wl-ny-aboutlist .album .focusAlbum .list {
	}.wl-ny-aboutlist .album .focusAlbum .list li {
	float:left;
	width:100%;
	position:relative;
}
.wl-ny-aboutlist .album .focusAlbum .list li img {
	max-width:100%
}
.wl-ny-aboutlist .album .focusAlbum .list h4 {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	font-size:14px;
	padding:20px 30px;
	background:rgba(0,0,0,0.5);
}
.wl-ny-aboutlist .album .focusAlbum .spot {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:9;
}
.wl-ny-aboutlist .album .focusAlbum .spot li {
	background:#999999;
	opacity:1;
	position:relative;
	margin:0 8px;
	display:inline-block;
	font-size:0px;
	width:8px;
	height:8px;
	border-radius:50%;
}
.wl-ny-aboutlist .album .focusAlbum .spot li:before {
	opacity:0;
	position:absolute;
	left:-3px;
	top:-3px;
	width:14px;
	height:14px;
	content:"";
	border:1px #999 solid;
	border-radius:50%;
}
.wl-ny-aboutlist .album .focusAlbum .spot li.on {
	background:#075991
}
.wl-ny-aboutlist .album .focusAlbum .spot li.on:before {
	opacity:1;
	border:1px #075991 solid
}
.wl-ny-aboutlist .album .list-2 {
	width:50.2%;
	float:left;
}
.wl-ny-aboutlist .album .list-2 li {
	float:left;
	width:50%;
}
.wl-ny-aboutlist .album .list-2 li a {
	position:relative;
	display:block;
	margin:0 0 10px 10px
}
.wl-ny-aboutlist .album .list-2 h4 {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	font-size:14px;
	padding:10px 20px;
	background:rgba(0,0,0,0.5);
}
/*==åˆ‡æ¢1â†“==*/
.swiper-container-square1 {
	overflow:hidden;
	position:relative;
}
.swiper-container-square1 .list {
	}.swiper-container-square1 .list li h4 {
	margin-top:10px;
	color:#333333;
	font-size:14px;
	text-align:center;
}
.swiper-container-square1 .list .pic {
	padding:20px;
	background:#fff;
	border:1px #eee solid;
}
.swiper-container-square1 .prev,.swiper-container-square1 .next {
	background:#505050;
	color:#fff;
	font-size:30px;
	width:35px;
	line-height:35px;
	text-align:center;
}
.swiper-container-square1 .prev:hover,.swiper-container-square1 .next:hover {
	background:#075991
}
.swiper-container-square1 .list li:hover h4 {
	color:#075991
}
.list-box {
	margin-top:20px;
}
.list-box li {
	float:left;
	width:23%;
	margin:0 1% 1% 1%
}
.list-box li img {
	max-width:100%;
	width:100%;
}
.list-box li .pic {
	padding-top:65%;
	border:1px #ddd solid;
}
.list-box li:hover .pic {
	border:1px #075991 solid;
}
.list-box li h4 {
	color:#666;
	font-size:15px;
	text-align:center;
	padding:10px 0;
	height:50px;
}
.list-box li:hover h4 {
	color:#c31019;
}
#list-box2 li {
	width:18%;
}
/*==è£èª‰èµ„è´¨â†“==*/
.list-honor2 {
	margin:0 0 20px 0;
	overflow:hidden;
}
.list-honor2 h2.title {
	float:left;
	width:100%;
	color:#666;
	font-size:20px;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:1px #ddd solid;
}
.list-honor2 li {
	float:left;
	width:23%;
	margin:0 1% 1% 1%;
	text-align:center;
}
.list-honor2 li a {
	display:block
}
.list-honor2 li .imgBoxB {
	text-align:center;
	border:1px #ddd solid;
	margin:auto;
	height:250px;
}
.list-honor2 li .auto {
	margin:auto;
	display:table
}
.list-honor2 li .imgBox {
	height:248px;
	width:100%;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.list-honor2 li .imgBox img {
	width:auto;
	max-width:100%;
	margin:auto;
	max-height:248px;
	display:block;
	vertical-align:middle;
}
.list-honor2 li .imgPD {
	border:1px #ddd solid;
}
.list-honor2 li h4 {
	color:#666;
	font-size:15px;
	text-align:center;
	padding:10px 0;
	height:50px;
}
.list-honor2 li:hover h4 {
	color:#c31019;
}
