/*
全局css，适合所有页面
*/
 * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	font-family:"微软雅黑";
	color: #333;
}
a {
	text-decoration: none;
	color: #000;
}
p {
	text-indent:0em;
}
li {
	list-style-type: none;
}
img {
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	font-weight:normal;
}
.clear {
	clear: both;
}
/*浏览器滚动条不变化*/
 /*html {
	overflow-y: scroll;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}
:root body {
	position: absolute;
}
body {
	width: 100vw !important;
	overflow: hidden;
}*/
/*header*/
 .top-nav {
	height: 110px;
}
.top1 {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
.logo {
	float: left;
	height: 110px;
	line-height: 110px;
}
.logo img {
	vertical-align: middle;
}
.menu {
	float: right;
	height: 110px;
}
.menu ul#nav {
	list-style: none;
	height: 110px;
	line-height: 110px;
}
.menu ul .menu-nav-li  {
	float: left;
	margin: 0px 18px;
	position: relative;
}
.menu ul .menu-nav-li  .menu-nav-a {
	color: #4c4c4c;
	font-size:16px;
	padding: 0 8px;
	display: block;
}
.menu ul .menu-nav-li  .menu-nav-a:hover {
	color: #1479bf;
}
.active .menu-nav-a {
	color: #1479bf !important;
}
.menu .nav-hr {
	height: 2px;
	width: 100%;
	border-bottom: 2px solid #1479bf;
	position: absolute;
	bottom: 0;
	display: block;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.menu ul li:hover .nav-hr {
	opacity: 1;
	bottom: 30px;
}
/*banner*/
 .banner .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: 25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/banner-l.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: 25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/banner-r.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .next:hover, .banner .prev:hover {
	opacity: 1;
}
.banner {
	position: relative;
}
.banner .hd {
	position: absolute;
	z-index: 3;
	height: 30px;
	line-height: 30px;
	text-align: center;
	bottom: 30px;
	width: 100%;
}
.banner .hd ul {
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 2px;
	margin: 5px;
	overflow: hidden;
	font-size: 0;
	background-color: #fff;
}
.banner .hd ul li.on {
	background-color: #00b9ef !important;
}
/*index*/
 .index-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
.index-about {
	float: left;
	width: 387px;
	height: 100%;
	margin-right: 39px;
}
.title-bt {
	border-bottom: 1px solid #1279be;
	/*line-height: 30px;*/
	height: 30px;
	cursor: default;
}
span.tbt-ch {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
span.tbt-en {
	font-size: 16px;
	color: #333333;
}
span.tbt-more {
	float: right;
	/* display: block; */
	/* text-align: center; */
	/* line-height: 30px; */
	/* height: 30px; */
}
span.tbt-more img {
	vertical-align: middle;
}
.i-a-image {
	margin-top: 13px;
	margin-bottom: 15px;
	width: 387px;
	height: 161px;
}
.i-a-image img {
	width: 387px;
	height: 161px;
}
.i-a-description {
    font-size: 14px;
    line-height: 2em;
    color: #333;
    text-indent: 2em;
    /*padding-top: 10px;*/
    height: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.index-jsfw {
	float: left;
	height: 100%;
	width: 355px;
	margin-right: 39px;
}
.ls-list ul li {
	border-bottom: 1px dashed #E2DFDC;
	height: 42px;
	line-height: 42px;
	background: url(../images/lxyd.png) no-repeat scroll center left;
	padding-left:20px;
}
.ls-list ul li:hover a {
	color: #1479bf;
}
.index-jjfa {
	float: left;
	width: 380px;
	height: 100%;
}
.jjfa-lb {
	margin-top: 13px;
	position: relative;
}
.jjfa-lb-title {
	position: absolute;
	bottom: 0px;
	left: 0;
	/* display: block; */
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}
.jjfa-lb .hd {
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 60px;
	z-index: 1;
}
.jjfa-lb .hd ul {
	overflow: hidden;
	zoom: 1;
}
.jjfa-lb .hd ul li {
	margin-right: 5px;
	width: 5px;
	height: 5px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.jjfa-lb .hd ul li.on {
	background: url(../images/lxyd.png) no-repeat scroll center center;
	width:11px;
	height:11px;
}
/*footer*/
 .footer-centera {
	background-color: #1479bf;
	height:175px;
}
.fc-a {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.fc-logo {
	padding: 30px 0;
	float: left;
	text-align: center;
}
span.fc-logoimg {
	display: block;
}
span.gsmc {
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
span.gsmcen {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	display: block;
}
.fc-lsxx {
	float: left;
	padding-top: 30px;
	height: 100%;
}
.ft-phone, .ft-email, .ft-address {
	height: 42px;
}
.ft-phone .txt-phone, .ft-email .txt-email {
	font-size: 18px;
	color: #fff;
	padding-left: 12px;
	line-height: 25px;
}
.ft-address .txt-address {
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	line-height: 30px;
}
.ft-phone img, .ft-email img, .ft-address img {
	float: left;
}
.fca-a {
	width: 387px;
	margin-right: 39px;
	float: left;
	height: 100%;
}
.fc-vcode {
	float: right;
	padding-top: 30px;
	height: 100%;
}
.fc-vcode img{
	width:100px;
	height:100px;
}
.mobile {
	float: left;
	margin-right: 27px;
}
.wechat {
	float: right;
}
.mobile span, .wechat span {
	display: block;
	text-align: center;
	color: #e5e5e5;
	line-height: 30px;
	height: 30px;
}
.footer-centerb {
	height: 30px;
	background-color: #005086;
}
.fs {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	color: #e3e3e3;
}
.fs a {
	color: #e3e3e3;
}
.footer {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
    padding-top: 35px;
}
/*分页*/
 .wdcms-page {
	text-align: center;
	/*padding-bottom: 35px;*/
	padding-top: 10px;
}
.wdcms-page a {
	padding: 5px 10px;
	background-color: #f1f1f1;
	margin: 0 8px;
	font-size: 12px;
	border: 1px solid #eae2e2;
	color: #595959;
}
.wdcms-page span {
	padding: 5px 10px;
	background-color: #1479bf;
	margin: 0 8px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #1479bf;
	color:#fff;
}
.wdcms-page a:hover {
	background-color: #1479bf;
	border-color: #1479bf;
	color:#fff;
}
/*position*/
 .ny-position-center {
	width: 1200px;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
}
.ny-position-title {
	float: left;
	font-size: 18px;
	color: #1479bf;
	font-weight: bold;
	padding-left: 12px;
	border-left: 4px solid #1479bf;
	height: 25px;
	line-height: 25px;
}
.ny-position-location {
	float: right;
	color: #666666;
	height: 25px;
	line-height: 25px;
}
.ny-position-location a {
	color: #666666;
}
.ny-position-location a:hover {
	color: #1479bf;
}
span.ny-position-img {
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
.list-position {
	margin-top: 45px;
	margin-bottom: 35px;
}
.list-position-title {
	font-size: 30px;
	line-height: 30px;
	height: 33px;
	border-left: 6px solid #1478bf;
	padding-left: 12px;
}
.show-updown a:hover {
	color: #1479bf;
}
/*page*/
 .page-container {
	width: 1200px;
	margin: 0 auto;
	padding: 32px 40px 45px;
}
.row {
	width: 1200px;
	margin: 0 auto;
}
/*list_product*/
.li-pic-div {
	/*height: 234px;*/
	height: 365px;
	overflow: hidden;
	width: 380px;
	/*position: relative;*/
}
.li-pic-div img{
	height:100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.li-pic-title {
	position: absolute;
	bottom: 152px;
	left: 0;
	/*display: block;*/
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 22px;
	color: #fff;
	padding-left: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}
.li-pic-title a {
	color: #fff;
}
.list-all {
	-moz-box-shadow:1px 1px 6px #9E9D9D;
	-webkit-box-shadow:1px 1px 6px #9E9D9D;
	box-shadow:1px 1px 6px #9E9D9D;
	width:380px;
	/*height:386px;*/
	height:517px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.list-description {
	font-size: 14px;
	color: #666666;
	padding: 24px 29px 11px 20px;
	height: 152px;
	cursor: pointer;
}
.list-ckmore {
	position: absolute;
	right: 24px;
	bottom: 25px;
	/* height: 20px; */
	/* line-height: 20px; */
}
.list-ckmore span {
	margin-right: 10px;
	color: #4c4c4c;
	/*float: left;
    padding-right: 20px;*/
}
.list-ckmore img {
	vertical-align: text-bottom;
}
.list-all:hover {
	-moz-box-shadow: 1px 1px 6px #232020;
	-webkit-box-shadow: 1px 1px 6px #232020;
	box-shadow: 1px 1px 6px #232020;
}
.list-all:hover .li-pic-div img{
    transform: scale(1.2, 1.2);
}
.list-list-9 ul li {
	margin-bottom: 50px;
	float: left;
	width: 400px;
}
/*show*/
 .show-container {
	padding: 0 40px;
	margin-top: 30px;
}
.show-title {
	font-size: 20px;
	color: #1479bf;
	text-align: center;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}
.show-xx {
	color: #9f9f9f;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 28px;
}
.show-updown {
	color: #4d4d4d;
	margin: 25px 0;
}
.show-updown a {
	color: #4d4d4d;
}
/*news*/
 .zd {
	position: relative;
	margin-bottom: 35px;
	height: 150px;
}
.zd-li {
	float: left;
	width: 570px;
}
.zd-thumb {
	float: left;
	margin-right: 15px;
	height: 100%;
}
.zd-thumb img{
	width:216px;
	height:100%;
}
.zd-text-time {
	color: #0a3bb1;
	margin-bottom: 15px;
}
.zd-text-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}
.zd-text-descrption {
	color: #6f6f6f;
}
.news-more {
	position: absolute;
	right: 10px;
	color:#4c4c4c;
}
.news-more img {
	vertical-align: bottom;
}
.news-list {
	position: relative;
}
.news-list-li {
	width: 570px;
	float: left;
	padding: 40px 5px 65px;
	border-top: 1px solid #e6e6e6;
}
/*.news-list-li:hover {
	-moz-box-shadow: 1px 1px 6px #9E9D9D;
	-webkit-box-shadow: 1px 1px 6px #9E9D9D;
	box-shadow: 1px 1px 6px #9E9D9D;
	transition: all .5s;
	transform: scale(1.02, 1.02);
	border: none;
}*/
.news-list-li:hover .zd-text-title,.news-list-li:hover .zd-text-descrption{
	color:#1479bf
}

/*.page-art-content {
    float: left;
    margin-right: 40px;
}*/
.page-map {
    float: right;
}