﻿/*******************************
	-------[=公用]-------
********************************/
/* 首页公用标题 */
.g-tit1 {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.g-tit1 h3 {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 0;
	font-weight: bold;
	line-height: 56px;
	color: #1480c0;
}
.g-tit1 h3 span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 36px;
	line-height: 50px;
}
.g-tit1 h3 a {
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	height: 24px;
	border: 1px solid #bbb;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	color: #666;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.g-tit1 h3 a:hover {
	border-color: #1480c0;
	color: #1480c0;
}
.g-tit1 h3:before, .g-tit1 h3:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 590px;
	height: 1px;
	background-color: #dadada;
}
.g-tit1 h3:after {
	left: 100%;
}
.g-tit1 .btm {
	padding: 5px 0 10px;
	text-align: center;
}
.g-tit1 .btm span {
	display: inline-block;
	width: 300px;
	margin-right: 70px;
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	color: #fff;
	background-color: #ffb300;
}

/* 内页背景 */
.bg1 {
	background-color: #e5e5e5;
}

/* 页码 */
.m-page {
	margin-bottom: 40px;
	text-align: center;
}
.m-page ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.m-page ul li {
	float: left;
	min-width: 30px;
	margin: 0 3px;
	line-height: 40px;
	font-weight: bold;
	color: #999;
}
.m-page ul .turn {
	margin: 0 17px;
}
.m-page li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 40px;
	color: #999;
}
.m-page li.on a,
.m-page li a:hover {
	border-color: #1480c0;
	color: #fff;
	background-color: #1480c0;
	background-position: center bottom;
}
.m-page .prev a {
	background: url(../images/page-prev.png) center top no-repeat;
}
.m-page .next a {
	background: url(../images/page-next.png) center top no-repeat;
}
.m-page span {
	margin-left: 10px;
	font-size: 14px;
	line-height: 40px;
	color: #666;
}

/*******************************
	-------[=END 公用]-------
********************************/
/*******************************
	-------[=头部&底部]-------
********************************/
.hd-top {
	overflow: hidden;
	height: 104px;
	line-height: 104px;
}
.hd-top .logo {
	float: left;
}
.hd-top .logo img {
	vertical-align: middle;
}
.hd-top .logo span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	line-height: 25px;
	color: #444;
}
.hd-top .call {
	float: right;
	padding-left: 23px;
	font-size: 14px;
	color: #666;
	background: url(../images/icon1.png) 0 center no-repeat;
}
.hd-top .call span {
	vertical-align: middle;
	margin-left: 15px;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	color: #ffb300;
}

.hd-btm {
	overflow: hidden;
	height: 53px;
	border-bottom: 3px solid #1480c0;
	line-height: 53px;
	background-color: #f4f2ef;
}
.hd-btm .map {
	float: right;
	padding-left: 27px;
	font-size: 14px;
	color: #666;
	background: url(../images/icon2.png) 0 center no-repeat;
}
.hd-btm .map:hover {
	color: #1480c0;
}

.nav {
	overflow: hidden;
}
.nav li {
	float: left;
	margin-right: 8px;
}
.nav li a {
	display: block;
	width: 120px;
	font-size: 16px;
	text-align: center;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav li a:hover,
.nav .on a {
	color: #fff;
	background-color: #1480c0;
}

#fd .top {
	overflow: hidden;
	padding: 50px 0 25px;
	background-color: #525252;
}
#fd .btm {
	font-size: 14px;
	line-height: 60px;
	color: #eee;
	background-color: #303032;
}
#fd .btm .links {
	float: right;
}

.fd-func {
	float: right;
	overflow: hidden;
	width: 410px;
	padding: 10px 0 35px 60px;
	border-left: 1px solid #6f6f6f;
	font-size: 14px;
	color: #fff;
}
.fd-func .code {
	float: right;
	width: 140px;
	text-align: center;
	line-height: 3em;
}
.fd-func .code img {
	vertical-align: top;
}
.fd-func .call {
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 27px;
}
.fd-func .call h4 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	line-height: 36px;
	color: #00a9ee;
}
.fd-func .share {
	overflow: hidden;
}
.fd-func .share .box {
	overflow: hidden;
	padding-top: 6px;
	font-size: 0;
}
.fd-func .share a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.fd-func .share a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.fd-func .share .weixin {
	background: #80c534 url(../images/icon3.png) center no-repeat;
}
.fd-func .share .qq {
	background: #1f94d7 url(../images/icon4.png) center no-repeat;
}
.fd-func .share .sina {
	background: #e63935 url(../images/icon5.png) center no-repeat;
}

.fd-nav {
	overflow: hidden;
}
.fd-nav li {
	float: left;
	width: 20%;
}
.fd-nav li h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.fd-nav li a {
	font-size: 14px;
	line-height: 24px;
	color: #b8b8b8;
}
.fd-nav li a:hover {
	color: #1480c0;
}

.fd-links {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 198px;
	height: 36px;
	border: 1px solid #4f5154;
	margin-left: 10px;
	text-align: left;
	line-height: 36px;
	background: url(../images/icon6.png) right center no-repeat;
	cursor: pointer;
}
.fd-links .show {
	padding: 0 39px 0 17px;
	height: inherit;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fd-links .opt {
	position: absolute;
	bottom: 100%;
	left: -1px;
	z-index: 3;
	display: none;
	width: 100%;
	border: 1px solid #4f5154;
}
.fd-links .opt a {
	display: block;
	height: 2em;
	padding: 0 17px;
	font-size: inherit;
	line-height: 2em;
	color: inherit;
	background-color: #303032;
}
.fd-links .opt a:hover {
	color: #fff;
	background-color: #1480c0;
}
.fd-links a {
	color: inherit;
}

/*******************************
	-------[=END 头部&底部]-------
********************************/
/*******************************
	-------[=banner&内页ban]-------
********************************/
#ban {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

/*******************************
	-------[=END banner&内页ban]-------
********************************/
/*******************************
	-------[=首页]-------
********************************/
.index-search {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background-color: #525252;
}
.index-search .form {
	float: left;
	font-size: 0;
}
.index-search .search {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	font-size: 0;
}
.index-search .search .input {
	vertical-align: middle;
	width: 260px;
	height: 38px;
	padding: 0 18px;
	border: 0;
	font-size: 14px;
	color: #666;
}
.index-search .search .submit {
	vertical-align: middle;
	width: 60px;
	height: 38px;
	border: 0;
	background: #1480c0 url(../images/icon10.png) center no-repeat;
}
.index-search .search .submit:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.index-search .hot {
	overflow: hidden;
	font-size: 14px;
	color: #ffb300;
}
.index-search .hot a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
.index-search .hot a:hover {
	color: #1480c0;
}

.index-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 140px;
	height: 38px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	cursor: pointer;
}
// .index-select:after {
// 	content: "";
// 	position: absolute;
// 	right: 0;
// 	top: 0;
// 	width: 23px;
// 	height: 100%;
// 	background: url(../images/icon18.png) 0 center no-repeat;
// }
.index-select select {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 28px 0 18px;

	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	background: #fff url(../images/icon18.png) 117px center no-repeat;
	cursor: pointer;
}
.index-select select option {
	padding: 0 18px;
	line-height: 1.5em;
}
// .index-select .show {
// 	padding: 0 40px 0 18px;
// 	height: inherit;
// 	overflow: hidden;
// 	white-space: nowrap;
// 	text-overflow: ellipsis;
// 	text-align: left;
// 	background-color: #fff;
// }
// .index-select .opt {
// 	display: none;
// 	position: absolute;
// 	top: 100%;
// 	left: 0;
// 	z-index: 3;
// 	width: 100%;
// 	border: 1px solid #e5e5e5;
// 	-webkit-box-sizing: border-box;
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;
// 	-o-box-sizing: border-box;
// 	box-sizing: border-box;
// }
// .index-select .opt li {
// 	height: 2em;
// 	padding: 0 18px;
// 	font-size: inherit;
// 	text-align: left;
// 	line-height: 2em;
// 	color: inherit;
// 	background-color: #fff;
// }
// .index-select .opt li:hover {
// 	color: #fff;
// 	background-color: #1480c0;
// }

.m-row {
	padding: 50px 0 60px;
}

.m-row-1 {
	background: url(../images/bg-row1.jpg) center no-repeat;
	background-size: cover;
}

.m-row-2 {
	background-color: #f4f4f4;
}

.m-index1 {
	overflow: hidden;
}
.m-index1 .col-r {
	width: 480px;
}
.m-index1 .pic {
	overflow: hidden;
	position: relative;
	padding-top: 52.9167%;
}
.m-index1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m-index1 .pic p {
	position: absolute;
	bottom: 0;
	padding: 25px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.m-index1 .col-l {
	float: none;
	overflow: hidden;
	height: 400px;
	padding-right: 100px;
	font-size: 0;
}
.m-index1 .col-l:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.m-index1 .txt {
	display: inline-block;
	vertical-align: middle;
}
.m-index1 .txt h3 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
}
.m-index1 .txt h3 a {
	color: #333;
}
.m-index1 .txt h3 a:hover {
	color: #1480c0;
}
.m-index1 .con {
	padding-bottom: 45px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.m-index1 .con p {
	margin-bottom: 10px;
}
.m-index1 .more {
	display: block;
	width: 140px;
	height: 44px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	background-color: #1480c0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-index1 .more:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/icon19.png) 0 0 no-repeat;
	background-size: contain;
}
.m-index1 .more:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.ul-list1 {
	overflow: hidden;
	padding-top: 6px;
	margin-left: -6px;
}
.ul-list1 li {
	float: left;
	width: 33.3333%;
}
.ul-list1 a {
	overflow: hidden;
	display: block;
	height: 140px;
	margin-left: 6px;
	text-align: center;
	background-color: #b4cadf;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ul-list1 a:hover {
	background-color: #1480c0;
}
.ul-list1 i {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ul-list1 span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.ul-list1 .i1 i {
	background-image: url(../images/icon20.png);
}
.ul-list1 .i2 i {
	background-image: url(../images/icon21.png);
}
.ul-list1 .i3 i {
	background-image: url(../images/icon22.png);
}

.m-index2 {
	padding-bottom: 20px;
	margin: 0 -14px;
}
.m-index2 .item {
	float: left;
	width: 25%;
	border: 1px solid #ddd;
	margin: 0 14px 26px;

	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.m-index2 .pic {
	overflow: hidden;
	position: relative;
	padding-top: 66.8%;
}
.m-index2 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m-index2 .pic:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.m-index2 .txt {
	padding: 28px 20px;
}
.m-index2 .txt h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.m-index2 .txt h3 a {
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-index2 .txt h3 a:hover {
	color: #1480c0;
}
.m-index2 .slick-arrow {
	position: absolute;
	bottom: 50%;
	z-index: 5;
	width: 60px;
	height: 60px;
	border: 0;
	margin-bottom: 8px;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-index2 .slick-arrow:hover {
	background-color: #999;
}
.m-index2 .slick-prev {
	left: -86px;
	background-image: url(../images/icon16.png);
}
.m-index2 .slick-next {
	right: -86px;
	background-image: url(../images/icon17.png);
}

.g-more {
	display: inline-block;
	padding-right: 30px;
	font-size: 16px;
	color: #666;
	background: url(../images/icon23.png) right center no-repeat;
}

.g-more-1 {
	color: #fff;
	background-image: url(../images/icon19.png);
}

.m-tab1 {
	overflow: hidden;
	margin-left: -10px;
	font-size: 0;
	text-align: center;
}
.m-tab1 li {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.m-tab1 li a {
	position: relative;
	display: block;
	width: 160px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #999;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-tab1 li a:hover {
	background-color: #1480c0;
}
.m-tab1 .on a {
	background-color: #1480c0;
}
.m-tab1 .on a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 15px;
	height: 8px;
	margin-left: -7px;
	background: url(../images/icon24.png) 0 0 no-repeat;
	background-size: contain;
}

.m-index3 {
	overflow: hidden;
	padding: 20px 0 0;
}
.m-index3 .m-pic {
	float: left;
	width: 465px;
}

.m-pic {
	position: relative;
}
.m-pic .pic {
	overflow: hidden;
	position: relative;
	padding-top: 86.6667%;
}
.m-pic .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m-pic .txt {
	position: absolute;
	bottom: 0;
	padding-right: 150px;
	margin: 0 30px 27px 25px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.m-pic .txt h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.m-pic .txt h3 a {
	color: #fff;
}
.m-pic .txt h3 a:hover {
	text-decoration: underline;
}
.m-pic .txt .g-more {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.ul-list2 {
	overflow: hidden;
	padding-left: 7px;
	margin-bottom: -10px;
}
.ul-list2 li {
	float: left;
	width: 33.3333%;
	margin-bottom: 10px;
}
.ul-list2 a {
	position: relative;
	display: block;
	margin-left: 10px;
}
.ul-list2 a:hover .shade {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ul-list2 .pic {
	overflow: hidden;
	position: relative;
	padding-top: 86.7257%;
}
.ul-list2 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ul-list2 .shade {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg2.png) 0 0 repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ul-list2 .shade .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
}
.ul-list2 .shade .box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.ul-list2 .txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
}
.ul-list2 .txt h3 {
	font-size: inherit;
}
.ul-list2 .txt p {
	font-family: Arial;
}

.m-index4 {
	overflow: hidden;
	padding-bottom: 5px;
}
.m-index4 .col-l,
.m-index4 .col-r {
	position: relative;
	width: 47.46%;
}
.m-index4 .top {
	padding-bottom: 4px;
	margin-bottom: 36px;
	background: url(../images/icon25.png) right bottom no-repeat;
	background-size: 100% 9px;
}
.m-index4 .top .g-more {
	float: right;
	line-height: 44px;
}
.m-index4 .tab {
	overflow: hidden;
}
.m-index4 .tab li {
	float: left;
	margin-right: 20px;
}
.m-index4 .tab a {
	display: block;
	border-bottom: 4px solid transparent;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	color: #000;
}
.m-index4 .tab a:hover {
	color: #1480c0;
}
.m-index4 .tab .on a {
	border-color: #1480c0;
	color: #1480c0;
}
.m-index4 .g-more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 44px;
}
.m-index4 .m-list5 {
	padding: 0;
}

.m-index4-box1,
.m-index4-box2 {
	display: none;
}
.m-index4-box1.on,
.m-index4-box2.on {
	display: block;
}

.m-fixed {
	/*overflow: hidden;*/
	position: fixed;
	z-index: 999;
	top: 50%;right: 0;

	margin-top: -100px;

	background-color: #fff;
	border-radius: 5px 0 0 5px;
}
.m-fixed li {position: relative;}
.m-fixed li a {
	display: block;
	width: 50px;height: 50px;

	background-color: #1480c0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-fixed .i1 a {
	background-image: url(../images/icon26.png);
}
.m-fixed .i2 a {
	background-image: url(../images/icon27.png);
}
.m-fixed .i3 a {
	background-image: url(../images/icon28.png);
}
.m-fixed .i4 a {
	background-color: #196d9f;
	background-image: url(../images/icon29.png);
}
.m-fixed li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}


.m-fixed li .sub{
    position: absolute;right: 100%;top: 0;
    border-right: 2px #fff solid;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.m-fixed li:hover .sub{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.m-fixed li dl{
    width: 200px;
    background: #1480c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 5px 10px;
}
.m-fixed li dl dd a{
    display: block;
    width: auto;height: auto;
    font-size: 13px;color: #fff;line-height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none !important;
}
.m-fixed li dl dd a img{
    display: inline-block;vertical-align: middle;
    margin-top: -2px;margin-right: 5px;
}
.m-fixed li .sub .img-ma{
    max-width: none;
    display: block;width: 100px;height: 100px;
}

/*******************************
	-------[=END 首页]-------
********************************/
/*******************************
	-------[=侧边栏&右侧内容布局]-------
********************************/
.bd-row {
	margin-bottom: 20px;
	background-color: #fff;
}

.side-col {
	float: left;
	width: 240px;
	margin-top: -80px;
	background-color: #f4f4f4;
}
.side-col .title {
	overflow: hidden;
	position: relative;
	height: 80px;
	background-color: #1480c0;
}
.side-col .title span {
	position: absolute;
	top: 0;
	left: 25px;
	font-size: 80px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 88px;
	color: #fff;
	opacity: 0.08;
	filter: alpha(opacity=8);
}
.side-col .title h3 {
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	color: #fff;
}

.snav li {
	border-bottom: 1px solid #fff;
}
.snav li:hover .v1 {
	color: #fff;
	background-color: #888;
}
.snav li:hover .v1:after {
	background-position: right 0;
}
.snav li.on .v1 {
	color: #fff;
	background-color: #888;
}
.snav li.on .v1:after {
	background-position: right bottom;
}
.snav li.on dl {
	display: block;
}
.snav li.show .v1:after {
	background-position: left bottom;
}
.snav li.show:hover .v1:after {
	background-position: right bottom;
}
.snav li.show.on .v1:after {
	background-position: right 0;
}
.snav .v1 {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 50px 0 40px;
	font-size: 14px;
	line-height: 48px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #eee;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.snav .v1:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	background: url(../images/icon7.png) 0 0 no-repeat;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.snav dl {
	display: none;
	padding: 13px 0;
}
.snav dl dd {
	padding-left: 40px;
	font-size: 14px;
	line-height: 28px;
}
.snav dl a {
	padding-left: 18px;
	color: #888;
	background: url(../images/icon11.png) 0 center no-repeat;
}
.snav dl a:hover,
.snav dd.on a {
	color: #1480c0;
	background-position: -200px center;
}

.side-txt {
	padding: 40px 0 37px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #666;
}
.side-txt h3 {
	margin-bottom: 36px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #1480c0;
}
.side-txt p {
	margin-top: 15px;
}

.main-col {
	padding-left: 240px;
	margin-top: -46px;
}
.main-col .main1 {
	overflow: hidden;
	margin: 20px 20px 0;
}
.main-col .main2 {
	overflow: hidden;
	margin: 20px 40px 0;
}

.m-cur {
	height: 46px;
	padding: 0 20px;
	font-size: 14px;
	text-align: right;
	line-height: 46px;
	color: #fff;
	background: url(../images/bg1.png) 0 0 repeat;
}
.m-cur em {
	padding-left: 26px;
	background: url(../images/icon8.png) 0 center no-repeat;
}
.m-cur a {
	color: #fff;
}
.m-cur a:hover {
	color: #1480c0;
}

/*******************************
	-------[=END 侧边栏&右侧内容布局]-------
********************************/
/*******************************
	-------[=主内容]-------
********************************/
.m-search {
	height: 80px;
	padding: 0 20px 0 40px;
	font-size: 14px;
	line-height: 80px;
	color: #666;
	background-color: #eee;
}
.m-search .select {
	float: left;
}
.m-search .text {
	float: right;
}
.m-search .text .input {
	vertical-align: middle;
	width: 360px;
	height: 42px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	border-right: 0;
	line-height: 40px;
	color: #666;
}
.m-search .text .submit {
	vertical-align: middle;
	width: 72px;
	height: 42px;
	border: 0;
	background: #1480c0 url(../images/icon10.png) center no-repeat;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-search .text .submit:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.m-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 198px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	cursor: pointer;
}
.m-select:after {
	content: "";
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	height: 42px;
	background: #ffb300 url(../images/icon9.png) center no-repeat;
}
.m-select .show {
	padding: 0 50px 0 17px;
	height: inherit;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
}
.m-select .opt {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 3;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.m-select .opt li {
	height: 2em;
	padding: 0 17px;
	font-size: inherit;
	line-height: 2em;
	color: inherit;
	background-color: #fff;
}
.m-select .opt li:hover {
	color: #fff;
	background-color: #1480c0;
}

/* 产品中心 */
.m-list1 {
	overflow: hidden;
	padding-top: 20px;
	border-bottom: 1px solid #f4f4f4;
	margin-left: -1px;
	margin-bottom: 40px;
}
.m-list1 li {
	position: relative;
	float: left;
	width: 33.3333%;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.m-list1 li:hover .txt {
	opacity: 0;
	filter: alpha(opacity=0);
}
.m-list1 li:hover .shade {
	opacity: 1;
	filter: alpha(opacity=100);
}
.m-list1 .pic {
	overflow: hidden;
	position: relative;
	padding-top: 66.8%;
}
.m-list1 .pic img {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
.m-list1 .txt {
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-list1 .more {
	display: block;
	width: 58px;
	height: 24px;
	border: 1px solid #e2e2e2;
	margin: 7px auto 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	color: #666;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-list1 .more:hover {
	border-color: #666;
	color: #fff;
	background-color: #666;
}
.m-list1 .shade {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px 35px 0;
	text-align: center;
	color: #fff;
	background: url(../images/bg3.png) 0 0 repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-list1 .shade h3 {
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.m-list1 .shade h3 a {
	color: #fff;
}
.m-list1 .shade h3 a:hover {
	text-decoration: underline;
}
.m-list1 .shade span {
	font-size: 16px;
}
.m-list1 .shade p {
	overflow: hidden;
	height: 120px;
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.m-list1 .shade .more {
	// border-color: #8ec2e1;
	border-color: #ccc;
	color: #fff;
}
.m-list1 .shade .more:hover {
	border-color: #fff;
	color: #1480c0;
	background-color: #fff;
}
.m-list1.m-list1-1 {
	margin-bottom: 0;
}

/* 案例工程 */
.m-table {
	width: 700px;
	margin: 22px auto 40px;
}
.m-table th {
	height: 41px;
	border: 1px solid #1480c0;
	border-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #1480c0;
}
.m-table td {
	height: 41px;
	padding-left: 19px;
	padding-right: 19px;
	border: 1px solid #efefef;
	font-size: 14px;
	color: #666;
}

/* 服务支持-下载中心 */
.m-list2 {
	margin-bottom: 30px;
}
.m-list2 li {
	height: 25px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #ececec;
}
.m-list2 li a {
	color: #666;
}
.m-list2 li a:hover {
	color: #1480c0;
}
.m-list2 li .down {
	float: right;
	padding-left: 25px;
	background: url(../images/icon13.png) 0 center no-repeat;
}
.m-list2 li .txt {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/icon12.png) 0 center no-repeat;
}

/* 关于我们-走进威斯特 */
.m-about {
	overflow: hidden;
	padding: 20px 0 40px;
}
.m-about .col-l {
	width: 364px;
	border: 8px solid #f4f4f4;
}
.m-about .pic {
	overflow: hidden;
	position: relative;
	padding-top: 109.6154%;
}
.m-about .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m-about .txt {
	overflow: hidden;
	padding-left: 40px;
}
.m-about .txt h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 64px;
	color: #1480c0;
}
.m-about .txt .con {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.m-about .txt .con p {
	margin-bottom: 1em;
}
#map {
	height: 340px;
}
.iw_poi_title {font-size: 24px;color: #1480c0;}
.iw_poi_content {font-size: 15px;color: #747474;}

/* 人才招聘 */
.m-list3 {
	padding-bottom: 40px;
}
.m-list3 span {
	float: left;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list3 span.s1 {
	width: 48.8372%;
}
.m-list3 span.s2 {
	width: 16.2791%;
}
.m-list3 span.s3 {
	width: 16.2791%;
}
.m-list3 span.s4 {
	width: 18.6046%;
}
.m-list3 dt {
	height: 48px;
	border-bottom: 1px solid #eee;
	line-height: 48px;
	color: #fff;
}
.m-list3 dt span {
	font-weight: bold;
	background-color: #1480c0;
}
.m-list3 dd {
	border-bottom: 1px solid #eee;
}
.m-list3 dd .top {
	display: block;
	overflow: hidden;
	height: 59px;
	line-height: 58px;
	color: #666;
	cursor: pointer;
}
.m-list3 .detail {
	display: none;
	padding: 35px 40px 40px;
	background-color: #f4f4f4;
}
.m-list3 .detail h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
}
.m-list3 .detail .con {
	overflow: hidden;
	margin-bottom: 23px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.m-list3 .detail p {
	margin-bottom: 12px;
}
.m-list3 .detail strong {
	color: #333;
}
.m-list3 .detail .btn {
	display: block;
	width: 140px;
	height: 46px;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background-color: #1480c0;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list3 .detail .btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* 荣誉资质 */
.m-list4 {
	overflow: hidden;
	margin-left: -21px;
}
.m-list4 li {
	float: left;
	width: 33.3333%;
	margin-bottom: 30px;
}
.m-list4 .inner {
	display: block;
	margin-left: 21px;
}
.m-list4 .inner:hover .pic {
	border-color: #1480c0;
}
.m-list4 .inner:hover .txt {
	color: #1480c0;
}
.m-list4 .pic {
	overflow: hidden;
	height: 278px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
	line-height: 278px;
}
.m-list4 .pic img {
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
}
.m-list4 .txt {
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 新闻资讯 */
.m-list5 {
	padding: 10px 0 15px;
}
.m-list5 li {
	overflow: hidden;
	margin-bottom: 25px;
}
.m-list5 .time {
	float: left;
	width: 66px;
	border: 1px solid #999;
	font-family: Arial;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-list5 .time strong {
	overflow: hidden;
	display: block;
	height: 46px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background-color: #999;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-list5 .time span {
	overflow: hidden;
	display: block;
	height: 26px;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	color: #999;
}
.m-list5 .txt {
	overflow: hidden;
	padding-left: 20px;
}
.m-list5 .txt h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-list5 .txt p {
	max-height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	display: box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list5 a:hover .time {
	border-color: #1480c0;
}
.m-list5 a:hover .time strong {
	background-color: #1480c0;
}
.m-list5 a:hover .txt h3 {
	font-weight: bold;
	color: #1480c0;
}

/* 新闻资讯单篇 */
.m-article {
	margin-bottom: 20px;
}
.m-article h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #444;
}
.m-article .info {
	position: relative;
	padding: 5px 0 22px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 16px;
	font-size: 0;
	text-align: center;
}
.m-article .info > span {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	line-height: 2em;
	color: #999;
}
.m-article .info .view {
	padding-left: 29px;
	background: url(../images/icon14.png) 0 center no-repeat;
}
.m-article .info .date {
	padding-left: 23px;
	background: url(../images/icon15.png) 0 center no-repeat;
}
.m-article .info .back {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 2em;
	color: #1480c0;
}
.m-article .info .back:hover {
	text-decoration: underline;
}
.m-article .share a {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	border-radius: 2px;
}
.m-article .share a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m-article .share .qq {
	background: #73a2e1 url(../images/icon4.png) center no-repeat;
}
.m-article .share .sina {
	background: #f77766 url(../images/icon5.png) center no-repeat;
	background-size: 18px;
}
.m-article .share .weixin {
	background: #37bf3f url(../images/icon3.png) center no-repeat;
	background-size: 19px;
}
.m-article .con {
	padding: 20px 0 15px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.m-article .con img {
	vertical-align: top;
	margin-bottom: 12px;
}
.m-article .con p {
	margin-bottom: 10px;
}

/* 应用行业-航空航天、军工 */
.m-txt {
	overflow: hidden;
	background-color: #f4f4f4;
}
.m-txt .col-r {
	width: 500px;
	margin-left: 10px;
}
.m-txt .pic {
	overflow: hidden;
	position: relative;
	padding-top: 66.8%;
	background-color: #fff;
}
.m-txt .pic a {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;

	font-size: 0;
	text-align: center;
}
.m-txt .pic a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.m-txt .pic img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-txt .pic:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m-txt .txt {
	overflow: hidden;
	padding: 30px;
}
.m-txt .txt h3 {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-txt .txt h3 a {
	color: #333;
}
.m-txt .txt h3 a:hover {
	color: #1480c0;
}
.m-txt .txt p {
	height: 156px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	display: box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.m-txt .txt .more {
	display: block;
	width: 138px;
	height: 42px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.m-txt .txt .more:hover {
	border-color: #1480c0;
	color: #fff;
	background-color: #1480c0;
}

/* 在线留言 */
.m-form {
	width: 100%;
	max-width: 500px;
	margin: 10px auto 40px;
}
.m-form input {
	height: 44px;
	line-height: 40px;
}
.m-form .inp {
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #333;
}
.m-form .row {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.m-form .row input {
	float: left;
	width: 100%;
}
.m-form .row textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
	resize: none;
}
.m-form .txt {
	float: left;
	overflow: hidden;
	width: 80px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	color: #666;
}
.m-form .txt i {
	margin-right: 10px;
	font-size: 16px;
	font-style: normal;
	color: #e2403b;
}
.m-form .code {
	display: block;
	margin-top: 15px;
}
.m-form .code .txt {
	font-size: 16px;
}
.m-form .code .inp {
	float: left;
	width: 120px;
	margin-right: 8px;
}
.m-form .code a {
	font-size: 14px;
	line-height: 44px;
	color: #666;
}
.m-form .code a:hover {
	color: #1480c0;
}
.m-form .codeimg {
	float: left;
	width: 93px;
	height: 43px;
	margin-right: 19px;
}
.m-form .codeimg img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-form .btn {
	padding-left: 80px;
	margin-top: 30px;
}
.m-form .btn .submit,
.m-form .btn .reset {
	width: 145px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.m-form .btn .submit:hover,
.m-form .btn .reset:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m-form .btn .submit {
	border: 1px solid #1480c0;
	color: #fff;
	background-color: #1480c0;
}
.m-form .btn .reset {
	border: 1px solid #dedede;
	color: #666;
	background-color: #dedede;
}

/*******************************
	-------[=END 主内容]-------
********************************/
