@charset "utf-8";
/* CSS Document */
/*-------banner图-----*/

#banner {
	width: 100%;
	overflow: hidden;
	padding-top:100px;
}
#banner .swiper-slide {
	/*position: relative;*/
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}

.neiban{ padding-top:100px;}
/*-----------第一部分-----------*/
#procata {
	background: #fff;
}
#procata .category-list {
	width: 20%;
	background: url(../images/pbg.jpg) repeat;
	position: relative;
}
#procata .category-list .bt {
	color: #fff;
	text-transform: capitalize;
	font-size: 2rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 25px auto;
	font-weight:bold;
}
#procata .category-list .search {
	width: 100%;
	background: #ffffff;
	margin-top: 34px;
	margin-left: 24px;
}
#procata .category-list form {
	position: relative;
	width: 80%;
	margin: 0 auto 20px;
}
#procata .category-list form input {
	width: 100%;
	height: 30px;
	padding-right: 25px;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#procata .category-list form button {
	position: absolute;
	right: 7px;
	line-height: 28px;
	z-index: 999;
	color: #555;
	background-color: transparent;
}
#procata .category-list ul {
	position: relative;
	margin-bottom: 30px;
}
#procata .category-list ul > li {
	position: relative;
	font-size: 1.5rem;
}
#procata .category-list ul > li a {
	color: #FFF;
	font-size: 1.4rem;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 25px;
}
#procata .category-list ul > li a:hover, #procata .category-list ul > li.active a {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}
/*--------产品系列列表--------------*/

#procata .product-list {
	width: 100%;
	margin:5% auto 0 auto ;
	overflow:hidden;
}
#procata .product-list ul li {
	width: 33.3333%;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#procata .product-list ul li:nth-of-type(2) {
	margin-bottom: 20px;
}
#procata .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#procata .product-list ul li div:hover {
	border: 5px solid #333333;
}
#procata .product-list ul li div h3 {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 10px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	background: #f0f0f0;
}
#procata .product-list ul li div::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 256px;
	height: 37px;
	left: 50%;
	margin-left: -128px;
	position: absolute;
}
/*----------------------*/
#procata .product-list ul li div > a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#procata .product-list ul li div img {
	width: 100%;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
#procata .product-list ul li div > a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#procata .product-list .bmore{ margin:5% auto 3% auto; text-align:center;}
#procata .product-list .bmore a{ background-color:#333333; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#procata .product-list .bmore a:hover{ background-color:#333; color:#fff;}


.grid {
	overflow: hidden;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 19%;
	text-align: center;
	cursor: pointer;
	margin:1% 1% 1% 0;
	float:left;
}
.grid figure:nth-child(5n) {
	margin:1% 0 1% 0;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:36px
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:24px;
}



.grid22 {
	overflow: hidden;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid22 figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 23.5%;
	text-align: center;
	cursor: pointer;
	margin:1% 2% 1% 0;
	float:left;
}
.grid22 figure:nth-child(4n) {
	margin:1% 0 1% 0;
}
.grid22 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
	width:100%;
}

.grid22 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid22 figure figcaption::before,
.grid22 figure figcaption::after {
	pointer-events: none;
}

.grid22 figure figcaption,
.grid22 figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid22 figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid22 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:36px
}

.grid22 figure h2 span {
	font-weight: 800;
}

.grid22 figure h2,
.grid22 figure p {
	margin: 0;
}

.grid22 figure p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:24px;
}


/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #f9f9f9;
}

figure.effect-layla img {
	min-width: 100%;
	/*height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);*/
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/*figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}*/

figure.effect-layla h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:2em;
	font-weight:bold;
}

figure.effect-layla p {
	padding: 1em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color:rgba(0,0,0,.45);
	
	
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


/*effect-sarah*/
figure.effect-sarah {
	background: #0164a3;
}

figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 1.5em 0 0.5em 0;
	font-weight:bold;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (min-width:1440px) and (max-width:1680px) {
.grid figure h2, .grid22 figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
	font-size:28px;
	padding-top: 20%;
}
}

@media (min-width:1366px) and (max-width:1440px) {
.grid figure h2, .grid22 figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
	font-size:24px;
	padding-top: 10%;
}
.grid figure p, .grid22 figure p { line-height:22px;}
}
@media (min-width:1024px) and (max-width:1366px) {
.grid figure h2, .grid22 figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
	font-size:20px;
	padding-top: 10%;
}
.grid figure p, .grid22 figure p { line-height:20px;}
}

@media screen and (max-width: 1023px) {
	.grid figure{
		width: 48%;
		margin:1%;
	}	
	.grid figure:nth-child(5n) {
	margin:1%;
}
 .grid22 figure {
		width: 48%;
		margin:1%;
	}	
	.grid22 figure:nth-child(4n) {
	margin:1%;
}
	.grid figure figcaption, .grid22 figure figcaption {
	     padding: 1em;
		font-size: 100%;
	}
	
/*	figure.effect-layla h2 {
	padding-top: 20%;
}*/
.grid figure h2, .grid22 figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
	font-size:18px;
	padding-top: 20%;
}

.grid figure figcaption p {
   display:none;
}

}

/*@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 95%;
	}
}*/

/*-----第二部分（公司简介）-----*/
.bg2 {/*background: url(../images/inabg2.jpg) no-repeat center 0;*/ background-color:#f2f2f2;padding-bottom: 0; overflow:hidden;}
.inabout{ width:100%; overflow:hidden}
.inabout .in-about {background-color: #fff;padding: 10px; float:left; width:calc(100% - 500px);}
.inabout .in-about dl {margin: 0;}
.inabout .in-about dt {float: left;width: 320px;}
.inabout .in-about dd {margin-left: 320px; font-size:16px; line-height:30px; color: #666;padding:15px 30px;}
.inabout .in-about dd h2 {line-height: 40px; font-size:24px; color:#000; padding-bottom:15px;}
.inabout .in-about dd p {line-height: 30px;text-align: justify;}
.inabout .in-about dd .more {display: inline-block;margin-top: 10px;color: #ea3516;}
.inabout .in-about dd span { margin-top:35px; display:block;}
.inabout .in-about dd span a{ width:120px; height:45px; text-align:center; background-color:#666666; color:#FFFFFF; border:1px solid #666666; float:left; margin-right:15px; margin-bottom:10px; line-height:45px; font-size:14px;}
.inabout .in-about dd span a:hover{ background-color:#0164a3; color:#FFFFFF; }

.inabout .hbhr { float:left; width:450px; margin-left:50px;}
.inabout .hbhr a {width:100%; margin:0 0 4% 0; height:205px; float:left; color:#FFFFFF;}
.inabout .hbhr a:nth-child(2n) {width:100%; margin:0 0 0 0; float:left;}
.inabout .hbhr a span{ padding:50px 0 0 40px; font-size:24px;  display:block; font-weight:800;}
.inabout .hbhr a p{ padding:20px 20px 0 40px; font-size:16px;  display:block; line-height:28px;}
.inabout .hbhr a:hover { padding:10px 0 0 0; }

#video {
	position: relative;
	height:500px;
}

#video video {
	clear: both;
    margin: 0 auto;
	width=100%; 
	height=100%; 
	object-fit: fill;
	background:url(../images/mp4bg.jpg) 50% 50%/cover no-repeat
}


.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}


#ingg{ background-color:#333333; overflow:hidden;}
#ingg .gtit{float:left; font-weight:800; font-size: 2.8rem; line-height:40px; text-transform:uppercase; color:#FFFFFF; font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53; width:calc(100% - 240px);}
#ingg span{ float:right; width:240px; text-align:right; padding-top:10px;}
#ingg span a{ background-color:#FFFFFF; color:#333333; font-size:14px; padding:10px 35px; border-radius:25px; -webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#ingg span a:hover{ background-color:#333; color:#fff;}

/*--------首页小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	text-transform: capitalize;
}
main>section hgroup>h2 {
	font-size: 2.6em;
	padding-bottom: 20px;
	position: relative;
	font-weight:800;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
	text-transform:uppercase;
}
main>section hgroup>h2::after {
	/*background: #333333 none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
main>section hgroup>h3 {
	font-size: 1.6rem;
	color: #666;
	font-weight: normal;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	padding: 50px 0;
}
/*---------解决方案---------*/
#wrapper7 {
	/*background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;*/
	background-color:#f5f5f5;
}
#wrapper7 .col {
	padding-bottom: 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width:31%;
	float:left;
	margin:1% 0;
	margin-right:2.3333%;
}
#wrapper7 .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
	padding-right:2%;
}
#wrapper7 .col span {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
}
#wrapper7 .col span h3 {
	font-size: 1.4rem;
	padding-bottom: 15px;
	text-align:left;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .col span p {
	font-size: 1.2rem;
	font-weight: normal;
	text-align:left;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
#wrapper7 .bmore{ margin:3% auto 0 auto; text-align:center;}
#wrapper7 .bmore a{ background-color:#333333; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#wrapper7 .bmore a:hover{ background-color:#333; color:#fff;}



/*-----第二部分（公司简介）-----*/
#wrapper2 {
	display: block;
	position: relative;
	overflow: visible;
	background: url(../images/fac.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:  0 !important;
	height:500px;
}
#wrapper2 img {
	float: left;
	clear: right;
	margin-right: 50px;
	max-width: 100%;
	vertical-align: middle;
}

#wrapper2 .dcon {
	background-color:rgba(0,0,0,0.5); padding:120px 0 0 0; overflow:hidden; width:100%;height:500px;
}

#wrapper2 .content {
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	margin:0 auto;
	width:96%;
	text-align:center;
}
#wrapper2 h2 {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 25px;
	margin-top:10px;
	letter-spacing:8px;
	text-transform:uppercase;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
}
#wrapper2 p {
	font-size: 2em;
	line-height: 34px;
	margin-bottom: 15px;
	letter-spacing:8px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #fff;
	margin-top: 30px;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 25px;
	font-size: 1.4rem;
	padding:12px 25px;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border:1px solid #CCCCCC;
}
/*#wrapper2 a.more::after {
	font-family: FontAwesome !important;
	position: absolute;
	margin-left: -1em;
	right: 10px;
	opacity: 0;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}*/
#wrapper2 a.more:hover {
background-color:#333333; color:#fff;
}
/*#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}*/
/*-----------新闻和联系我们-----------*/
/*#wrapper5 {
	background: url(../images/shapes.png) repeat-y top center;
}
#wrapper5 .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 1px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#wrapper5 .single-post img {
	width: 100%;
}
#wrapper5 .single-post:hover {
	border: 1px solid #333333;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#wrapper5 ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#wrapper5 ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#wrapper5 ul.post-date li:last-child {
	color: #fff;
	background: #333333;
}
#wrapper5 .post-content {
	padding: 30px;
}
#wrapper5 .post-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#wrapper5 .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#wrapper5 .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#wrapper5 .post-meta li span {
	color: #4c4f60;
}
#wrapper5 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#wrapper5 p {
	line-height: 1.8;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
}
#wrapper5 .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #333333;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#wrapper5 .post-content .btn:hover {
	background-color: #333333;
	color: #fff;
}*/

/*-----------新闻和联系我们-----------*/
#innews {
   background-color:#fff;
   /*background-image:url(../images/shapes.png);*/
}
#innews .col {
	margin: 30px 10px 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color:#f5f5f5;
}
#innews .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 5px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#innews .single-post img {
	width: 100%;
}
#innews .single-post:hover {
	border: 5px solid #0164a3;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	background-color:#FFFFFF
}
#innews ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#innews ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#innews ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#innews ul.post-date li:last-child {
	color: #fff;
	background: #014691;
}
#innews .post-content {
	padding: 15px;
}
#innews .post-content h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#innews .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#innews .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#innews .post-meta li span {
	color: #4c4f60;
}
#innews hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#innews p {
	line-height: 25px;
	margin-bottom: 25px;
	height: 50px;
	overflow: hidden;
	font-size:12px;
	color:#666666;
}
#innews .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #ea3516;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#innews .post-content .btn:hover {
	background-color: #ea3516;
	color: #fff;
}

#innews .bmore{ margin:2% auto 2% auto; text-align:center;}
#innews .bmore a{ background-color:#4b4b4b; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#innews .bmore a:hover{ background-color:#0164a3; color:#fff;}


main#index > section#wrapper5 {
	background: url(../images/news-bg.jpg) repeat center;
	padding: 30px 0 40px;
}
#wrapper5 .contact-right {
	width: 350px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 .news-left {
	margin-right: 20px;
	width: calc(100% - 370px);
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 ul.tabs li a {
	padding: 8px 25px;
	font-size: 1.8rem;
}
#wrapper5 ul.tabs li.active a {
	padding: 7px 25px 8px;
}

/*----新闻中心------*/
#wrapper5 .news-list figure {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .news-list figure > a {
	width: 250px;
}
#wrapper5 .news-list figure a.readmore {
	font-size: 1.3rem;
	padding-top: 20px;
	color: #888;
}
#wrapper5 .news-list figure a.readmore:hover {
	color: #333333;
}
#wrapper5 .contact-right a.readmore {
	padding-top: 10px;
	font-size: 1.3rem;
	color: #888;
	padding-right: 20px;
	padding-bottom: 10px;
}
#wrapper5 .contact-right a.readmore:hover {
	color: #333333;
}
#wrapper5 .news-list figure img {
	border: 1px solid #e8e8e8;
}
#wrapper5 .news-list figure figcaption {
	width: calc(100% - 250px);
	padding: 0 0 0 20px;
}
#wrapper5 .news-list figure h3 {
	font-size: 1.6rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	font-weight: normal;
	line-height: 1.7;
}
#wrapper5 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper5 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	height: 70px;
	overflow: hidden;
}
#wrapper5 .news-list ul {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}
#wrapper5 .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:48%;
	margin-right:4%;
	float:left;
}
#wrapper5 .news-list ul li:nth-child(2n) {
	margin-right:0;
}
#wrapper5 .news-list ul li a {
	display: block;
	width: calc(100% - 85px);
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 .news-list ul li a:hover {
	text-decoration: underline;
}
#wrapper5 .news-list ul li span {
	float: right;
	text-align: right;
	color: #CCC;
	font-size: 1.4rem;
	width: 85px;
}
/*-----首页联系我们----*/
#wrapper5 .contact-right a:hover {
	text-decoration: underline;
}
#wrapper5 .contact-right h3 {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #333333;
	margin: 15px 0 15px;
	padding-left: 20px;
}
#wrapper5 .contact-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 24px;
	background: #333333;
}
#wrapper5 .contact-right ul {
	padding: 0 20px;
}
#wrapper5 .contact-right ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	padding-left: 25px;
	font-size: 1.4rem;
	border-bottom: 1px dashed #BABABA;
}

/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px 0; overflow:hidden;
}
#content .profile {
	font-size: 16px;
	line-height: 32px;
	/*text-align: justify;*/
}
#content .profile > ul, .details .tab-content ul{
	margin-bottom: 1.5rem;
}
#content .profile > ul > li, .details .tab-content ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left:15px;
}
#content .profile ul > li > p{
	margin-left:-15px;
}
#content .profile > ul > li span, .details .tab-content ul >li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h1, #content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h1 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
/*#content .profile p {
	margin-bottom: 15px;
}*/
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#inabout {
	background-color:#f5f5f5;
}
#inabout .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#inabout .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
}
#inabout .col h3 {
	font-size: 1.6rem;
	font-weight:normal;
	line-height:40px;
	padding-bottom: 5px;
	text-align:center;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*------/产品列表/-------*/

#content .product-cataname{ margin:20px 0 40px 0; overflow:hidden; text-align:center;}
#content .product-cataname a{ font-size:14px; text-transform: uppercase; padding:15px 30px; background-color:#CCCCCC; color:#333333; border-radius:25px;  margin-right:25px; display:inline-table; }
#content .product-cataname a:hover, #content .product-cataname a.active{ background-color:#333333; color:#fff; }

#content ul.product-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.product-list li {
	width: 25%;
	height: 100%;
	margin-bottom: 25px;
}
#content ul.product-list li div {
	text-align: center;
	margin: 0 10px;
}
#content ul.product-list li img {
	width: 100%;
}
#content ul.product li a {
	background: #ddd;
	padding: 1px;
	display: block;
}
#content ul.product li a:hover {
	background: #2767BF;
	color: #fff;
}
#content ul.product >li h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 42px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}

/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px 0;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width:600px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 600px);
	float: left;
	display: inline;
	padding-left: 80px;
}
#content .panel .fr > h1 {
	font-size: 2.6rem;
	margin-bottom: 25px;
	font-weight: bold;
}
#content .panel .fr  .description {
	font-size: 1.4rem;
	line-height:28px;
	color:#666666;
}
#content .panel .fr  .catadown {padding-top:55px;}
#content .panel .fr  .catadown a{border:2px solid #333333; border-radius:5px; padding:10px 25px; font-size:22px; font-family:"Times New Roman", Times, serif}
#content .panel .fr  .catadown a:hover{color:#FFFFFF; background-color:#333333; }

.morepic{ margin-top:50px; overflow:hidden;}
.morepic li{ margin:1% 0; width:49%; float:left;}
.morepic li:nth-child(2n){ margin:1% 0 1% 2%; width:49%; float:left;}
.morepic li img{ width:100%;}

.meishipic{ margin-top:50px; overflow:hidden;}
.meishipic li{ margin:1% 2% 1% 0; width:32%; float:left;}
.meishipic li:nth-child(3n){ margin:1% 0 1% 0;; width:32%; float:left;}
.meishipic li img{ width:100%;}

.tianyuanpic{ overflow:hidden;}
.tianyuanpic li{ margin:1% 2% 1% 0; width:32%; float:left;}
.tianyuanpic li:nth-child(3n){ margin:1% 0 1% 0;; width:32%; float:left;}
.tianyuanpic li img{ width:100%; border:1px solid #f2f2f2;}
.tianyuanpic li span{ width:100%; text-align:center; line-height:40px; display:block;}

/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-top:40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size:2.0rem;
	font-weight:bold;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}

#content ul.tech-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.tech-list li {
	width: 33.3333%;
	height: 100%;
	margin-bottom:25px;
}
#content ul.tech-list li div {
	text-align: center;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin:0 10px;
}
#content ul.tech-list li div:hover {
	border: 5px solid #333333;
}
#content ul.tech-list li img {
	width: 100%;
}
#content ul.tech li a {
	
}
#content ul.tech li a:hover {
	background: #f5f5f5;
	color: #333333;
}

#content ul.tech >li h3 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}

/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 0;
}
/*#content hgroup > figure:first-child{
	padding-top:0;
}*/
#content hgroup > figure {
	position: relative;
	/*border-bottom: 1px solid #e8e8e8;*/
	overflow: hidden;
	padding: 20px 0;
	width:48%; margin:1%;
	float:left;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
/*#content hgroup>figure:last-child {
	margin-bottom: 0;
}*/
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 100%;
}
#content hgroup>figure h3 {
	font-weight: blod;
	padding-left: 15px;
	padding-bottom:15px;
	font-size: 2.4rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #444;
	padding-left: 15px;
	padding-top:15px;
	display:block;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	line-height: 26px;
	padding: 0 15px 10px;
	color: #888;
	font-size:14px;
	height:52px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content hgroup>figure figcaption p a {
	color: #888;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px 0;
	width:65%;
	float:left;
}
#content .news-info .new-tit {
	text-align: left;
}
#content .news-info .new-tit h1 {
	font-size: 2.8rem;
	font-weight:bold;
	margin-bottom: 20px;
}
#content .news-info .new-tit p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info .new-tit p.p1 time, #content .news-info .new-tit p.p1 span {
	padding-right: 10px;
}
#content .news-info .new-tit p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 30px 0;
	line-height: 28px;
	font-size: 1.4rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
/*.news-info .news-body p {
	margin-bottom: 20px;
}*/
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.news-info .news-body h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.news-info .news-body h2, .news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}

#content .xgnew{ overflow:hidden; padding:30px 0; width:30%; margin-left:5%; float:left;}
#content .xgnew .xgtit{ font-size:22px; padding-bottom:10px; color:#CC0000; line-height:84px; border-bottom:1px solid #ccc; font-weight:bold;}
#content .xgnew li{list-style:none; border-bottom:1px dashed #ccc;margin-bottom:20px;}
#content .xgnew li a{font-size:18px; font-weight:bold; line-height:40px; color:#333333;}
#content .xgnew li a:hover{color:#333333;}
#content .xgnew li span{display:block; padding-bottom:15px; color:#777; line-height:24px; height:48px; font-size:14px; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}

/*-----联系我们-----*/
.contact img {
	max-width: none;
}
.contact .leftmenu {
	width:250px; margin-right:50px; float:left; font-size:15px; ;text-align: left;
}
.contact .leftmenu li a{
	width:100%; line-height:58px; background-color:#eee; margin-bottom:10px; padding-left:15px; display:inline-table;
}
.contact .leftmenu li a:hover, .contact .leftmenu li a.cur{
	background-color:#0164a3; color:#FFFFFF;
}
.contact .leftmenu li a i{
	padding-right:10px;
}

.contact .leftcon {
	width:450px; margin-right:50px; float:left; font-size:16px; line-height:28px;text-align: left;
}

.contact .leftcon2 {
	width:calc(100% - 300px); float:left; overflow:hidden
}

.contact .rightcon {
	width:calc(100% - 800px); float:left; overflow:hidden
}
.contact .input2 {
	width:48%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .input3 {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact textarea {
	width:100%; border:1px solid #ddd; height:140px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .button {
	width:100%; background-color:#333333; height:50px; line-height:50px; text-align:center; font-size:14px; color:#FFFFFF; margin-bottom:50px;
}


.wel-news-box {
  padding-bottom: 20px;
  padding-top: 50px;
  box-sizing: border-box;
  overflow:hidden;
}
.wel-news-box .swiper-pagination {
  position: static;
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: auto;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.wel-news-box .titbox {
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 55px;
}
.wel-news-box .titbox .more {
  margin-left: 35px;
  font-size: 16px;
  color: #222222;
  transition: .5s ease-in-out;
}
.wel-news-box .titbox .more:hover {
  color: #0060a3;
  transition: .5s ease-in-out;
}
.wel-news-box .titbox .swiper-button-prev, .wel-news-box .titbox .swiper-button-next {
  position: static;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.wel-news-box .titbox .swiper-button-prev:hover, .wel-news-box .titbox .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.wel-news-box .titbox .swiper-button-prev {
  background: url(../img/img2/i6.png) no-repeat center;
  background-size: 100%;
}
.wel-news-box .titbox .swiper-button-prev:hover {
  background: url(../img/img2/i7.png) no-repeat center;
  background-size: 100%;
}
.wel-news-box .titbox .swiper-button-next {
  background: url(../img/img2/i8.png) no-repeat center;
  background-size: 100%;
}
.wel-news-box .titbox .swiper-button-next:hover {
  background: url(../img/img2/i9.png) no-repeat center;
  background-size: 100%;
}
.wel-news-box .item {
  margin-bottom: 10px;
  float: left;
  padding: 30px 0;
  padding-right: 75px;
  box-sizing: border-box;
  width:50%;
}
.wel-news-box .item:hover {
  background: #0164a3;
  transition: .5s ease-in-out;
  color: #ffffff;
}
.wel-news-box .item:hover .left {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.wel-news-box .item:hover .right .h0 {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.wel-news-box .item:hover .right .p {
  transition: .5s ease-in-out;
  color: #def1ff;
}
.wel-news-box .item .left {
  width: 145px;
  text-align: center;
  line-height: 1;
  color: #222222;
  transition: .5s ease-in-out;
  font-family: "beba";
}
.wel-news-box .item .left .num {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.wel-news-box .item .left .num:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 45px;
  background: #dddddd;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.wel-news-box .item .left .time {
  font-size: 16px;
}
.wel-news-box .item .right {
  width: calc(100% - 145px);
}
.wel-news-box .item .right .h0 {
  font-size: 20px;
  color: #222222;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  transition: .5s ease-in-out;
  margin-bottom: 15px;
}
.wel-news-box .item .right .p {
  transition: .5s ease-in-out;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.wel-con-bot {
  display: block;
  height: 140px;
  line-height: 140px;
  color: #ffffff;
  font-size: 15px;
}
.wel-con-bot .words {
  color: #ffffff;
  font-size: 15px;
}

.wel-news-box .item .right .p {
  height: 52px;
  overflow: hidden;
}
@media screen and (max-width: 1750px) {
  .wel-news-box {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .wel-news-box .item .left .num {
    font-size: 45px;
  }

  .wel-con-bot {
    height: 120px;
    line-height: 120px;
  }

  .wel-news-box .titbox {
    margin-bottom: 40px;
  }

  .wel-news-box .item {
    padding: 25px 0;
    padding-right: 55px;
  }

  .wel-news-box .titbox .t40 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1450px) {
  .wel-news-box .titbox .t40 {
    font-size: 32px;
  }
  .wel-news-box .item .left .num {
    font-size: 40px;
    }
    .profile-wrap {
        padding-top: 60px;
        padding-bottom: 80px;
    }
  .wel-news-box .titbox {
    line-height: 45px;
    height: 45px;
    margin-bottom: 32px;
  }
  .down-box .items .words .t0{
    font-size: 18px;
    line-height: 20px;
    height: 20px;
  }
  .profile-wrap .cont{
    font-size: 14px;
    margin-top: 30px;
  }
  .profile-wrap .f48{
    font-size: 35px;
  }
  
  .profile-wrap .f36{
    font-size: 30px;
  }

  .wel-news-box {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .wel-news-box .item {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .wel-news-box .titbox .t40 {
    font-size: 28px;
  }
   .wel-news-box .titbox {
    line-height: 40px;
    height: 40px;
    margin-bottom: 25px;
  }
  .profile0-about-wrap .left-images{
    width:100%;
  }
  .profile0-about-wrap .right-words{
    width: 100%;
    margin-top: 20px;
  }

  .wel-news-box .item {
    padding: 20px 0;
    padding-right: 25px;
	width:100%;
  }

  .wel-news-box .item .right .h0 {
    margin-bottom: 10px;
  }

  .wel-news-box .item .left {
    width: 120px;
    padding: 0 3%;
    box-sizing: border-box;
  }

  .wel-news-box .item .right {
    width: calc(100% - 120px);
  }

  .wel-news-box .item .right .h0 {
    font-size: 18px;
  }

  .wel-news-box {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .wel-news-box .titbox .more {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .wel-news-box .titbox .t40 {
    font-size: 20px;
  }
  .wel-news-box .titbox .more {
    font-size: 14px;
    margin-left: 18px;
  }

  .wel-news-box .item .left .num {
    font-size: 28px;
  }

  .wel-tip-box .items {
    font-weight: normal;
  }

  .wel-news-box .item {
    padding: 15px 0;
    padding-right: 1%;
    position: relative;
  }
  
}

@media screen and (max-width: 500px) {
  .wel-news-box .item .left .time {
    font-size: 14px;
  }
   .wel-news-box .item .left .num {
    font-size: 28px;
  }

  .wel-news-box .item .left {
    width: 75px;
  }

  .wel-con-bot .words {
    font-size: 12px;
  }

  .wel-news-box .item .right {
    width: calc(100% - 80px);
  }

  .wel-news-box .item .right .h0 {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }

  .wel-news-box .item .right .p {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }

  .wel-news-box .item {
    padding: 10px 0;
    margin-bottom: 0;
    padding-right: 1%;
  }

  .wel-news-box {
    padding-bottom: 20px;
  }

  .wel-news-box .swiper-pagination {
    font-size: 14px;
  }

  .wel-tip-box .items .itemtop .span {
    font-size: 12px;
  }

  .wel-news-box .titbox {
    line-height: 30px;
    margin-bottom: 15px;
    height: 30px;
  }

  .wel-news-box .titbox .t40 {
    font-size: 18px;
  }
}


/**********发展历程**********/

.f-cb{
    zoom: 1;
}
.f-cb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.course-wrap{
	padding-top: 0;
	padding-bottom: 40px;
	transition: normal;
}
.course-wrap.m-wrap{
	padding-top: 15px;
	position: relative;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap.m-wrap p.f48{
	font-size: 20px;
	line-height: 34px;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap.m-wrap span.f14{
	line-height: 22px;
}
.course-wrap .course-list{
	/*margin-top: 30px;*/
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-wrap .course-list .ovh{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/bg_12.png) repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}
.course-wrap .course-list li{
	width: 320px;
	position: relative;
	margin-right: -93px;
	float:left;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-wrap .course-list .main{
	padding: 17px 20px 27px;
	background-color: #fff;
	width: 280px;
	color: #777;
}
.course-wrap .course-list .main p{
	padding-left: 18px;
	background: url(../images/ico_125.jpg) no-repeat left 9px;
}
.course-wrap.m-wrap .course-list .main{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-wrap .course-list li .top{
	background: url(../images/bg_10.png) no-repeat left top;
	padding-top: 45px;
	height: 42px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-wrap .course-list li.odd .top{
	background: url(../images/bg_11.png) no-repeat left bottom;
	padding-bottom: 45px;
	padding-top: 0;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .main{
	margin-top: 42px;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-wrap .course-list .prev{
	background: url(../images/ico_40.png) no-repeat center top;
	left: 0;
}
.course-wrap .course-list .next{
	background: url(../images/ico_39.png) no-repeat center top;
	right: 0;
}
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}
.course-wrap .course-list li:hover .top{
	background: url(../images/bg_10.png) no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-wrap .course-list li.odd:hover .top{
	background: url(../images/bg_11.png) no-repeat right top;
	color: #fff;
}

.course-wrap .course-list li{
	font-size: 16px;
	color:#333333;
	line-height: 25px;
	width: 330px;
	/*padding-top: 11px;*/
	position: relative;
	top: 11px;
	padding-left: 18px;
	padding-top:90px;
	box-sizing: border-box;
}
.course-wrap .course-list li:hover:before{
	background:#0060a3;
	transition:.5s ease-in-out;
}
.course-wrap .course-list li:before{
	height: 105px;
	position: absolute;transition:.5s ease-in-out;
	content:"";
	width: 1px;
	left:0;
	top:0;
	background:#dddddd;
}
.course-wrap .course-list li:hover .g0:after{
	transition:.5s ease-in-out;
	background:#0060a3;

}
.course-wrap .course-list li .g0{
	font-size: 20px;
	font-family: "beba";
	color:#0060a3;
	position: relative;
	margin-bottom: 15px;transition:.5s ease-in-out;

}
.course-wrap .course-list li:hover .g0{
	font-size: 35px;transition:.5s ease-in-out;
}

.course-wrap .course-list li .g0:after{
	position: absolute;
	height: 10px;
	width: 10px;
	border: 2px solid #0060a3;
	content:"";
	left: -23px;
	top:15px;transition:.5s ease-in-out;
	bottom:0;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
}
.course-wrap{
	overflow:hidden;
}
.course-wrap .course-list .prev{
	left: 2.5%;
}
.course-wrap .course-list .next{
	right: 2.5%;
}
.course-wrap .course-list li.odd{
	padding-top: 0;
	top: -30px;
}
.course-wrap .course-list li.odd:before{
	top:30px;
	
	height: 100%;
}
.course-wrap .course-list .ovh{
	overflow:visible;
}
.course-wrap .course-list li .p p{
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	background-color:#fff;
	line-height:30px;
}
.course-wrap .course-list li .p p:after{
	content:"";
	position: absolute;
	width:5px;
	height: 5px;
	border-radius: 50%;
	background:#0060a3;
    left: 0;
    top: 11px;
}
.course-wrap .course-list .butn{
	margin-top: -16px;
}
.course-wrap .course-list{
	    background: url(../images/bg_12.png) repeat-x left center;
}
.course-wrap .course-list .ovh{
	width: 87%;
	margin:0 auto;
    background: transparent;

}
.course-wrap .course-list .butn{
	z-index: 5;
}

@media screen and (max-width: 800px){
	.course-wrap .course-list .butn{
		display: none!important;
	}
	.course-wrap .course-list li .g0{
		margin-bottom: 5px;
	}
	.course-wrap .course-list li{
		top:0;
	}
	.course-wrap .course-list li:hover .g0{
		font-size: 20px;
	}
	.course-wrap .course-list li:before{
		height: 100%;
	}
	.course-wrap .course-list li{
		padding:0;
		font-size: 14px;
		padding-left: 18px;
		padding-bottom: 20px;
		width: 100%;
		line-height: 1.6;
	}
	.course-wrap .course-list li.odd:before{
		top: 0;
	}
	.course-wrap .course-list{
		margin-top:0;
	}
	.course-wrap .course-list li.odd{
		top:0;
	}
	.course-wrap .course-list .ovh{
		width: 95%;
	}
	.course-wrap{
		padding-top:0;
	}
	.course-wrap .course-list{
		background:transparent;
	}
}


.menucon {
	 display:block; overflow:hidden; margin:10px auto; text-align:center;
}
.menucon  a{
	width:200px; line-height:58px; background-color:#eee; font-size:16px;  display:inline-table;  margin:15px 0 15px 35px; text-align:center; border-radius:29px;
}
.menucon  a:hover, .menucon a.cur{
	background-color:#0164a3; color:#FFFFFF;
}
.menucon  a i{
	padding-right:15px;
}

.cyabout{ font-size:16px; line-height:32px; padding:20px 0;}

.partner{ width:100%; padding:20px; background-color:#FFFFFF; overflow:hidden; margin-bottom:20px;}
.partner img{ width:400px; float:left; margin-right:30px;}
.partner .pbody{ width:calc(100% - 430px); float:left;}
.partner .pbody h2{ width:100%; line-height:40px; font-size:24px; margin-bottom:15px;}
.partner .pbody span{ width:100%; line-height:30px; font-size:16px;}

.hrln{ width:100%; overflow:hidden}
.hrln li{ float:left; width:18%; margin:1%}
.hrln li span{ width:80px; height:80px; border-radius:40px; background-color:#f5f5f5; font-size:40px; color:#666; display:block; line-height:80px; margin:0 auto;}
.hrln li p{ font-size:16px; line-height:30px; display:block; text-align:center; margin-top:15px;}
.hrln li span:hover{ width:80px; height:80px; border-radius:40px; background-color:#0164a3; font-size:40px; color:#fff; display:block; line-height:80px; margin:0 auto;}


.job-warp{width: 1200px;margin: 0 auto 80px;}
    
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
.job-warp li .title{height: 52px;line-height: 52px;padding: 0 40px;color: #4b4b4b;background-color: #ccc;font-size: 14px;cursor:pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp li.on .title{background-color: #005ba0;color: #fff;}
.job-warp li .title span{float: right;padding-right: 30px;background: url(../images/job-icon1.png) right center no-repeat;}
.job-warp li.on .title span{background: url(../images/job-icon2.png) right center no-repeat}
.job-warp li .warp{padding: 10px 40px 20px;background-color: #f5f5f5;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed}
.job-warp .warp .tbl p{width: 25%;float: left;font-size: 14px;color: #222;line-height: 26px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
.job-warp .warp .btns{font-size:14px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp .warp .btns:hover{color: #222;}

@media screen and (min-width: 970px) and (max-width: 1250px){
.job-warp{width: 90%;}
.job-warp .warp .tbl{width:100%;padding-right: 0;}
.job-warp .warp .tbl p{width: 25%;}
}

@media screen and (max-width: 969px){
.job-warp{width: 90%;margin: 0 auto 0.8rem;box-shadow: 0 1px 0.1rem 0 rgba(0,0,0,0.1)}
.job-warp li .title{height: 0.52rem;line-height: 0.52rem;padding: 0 0.3rem;font-size: 0.26rem;}
.job-warp li .title span{padding-right:0.3rem;background: url(../images/job-icon1.png) right center/0.19rem no-repeat;}
.job-warp li.on .title span{background: url(../images/job-icon2.png) right center/0.19rem no-repeat}
.job-warp li .warp{padding: 0.1rem 0.3rem 0.2rem;background-color: #fff;display: none}
.job-warp .warp .tbl{margin-bottom: 0.25rem;padding:0.1rem 0 0.2rem;width:100%;}
.job-warp .warp .tbl p{font-size:0.24rem;line-height:0.4rem;width: 33.2%;float: left;}
.job-warp .warp .tbl p span{padding-left:0.1rem;}
.job-warp .warp .cont h2{font-size: 0.26rem;color: #222;line-height:0.3rem;margin-bottom:0.15rem;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 0.24rem;line-height:0.28rem;color: #565656}
.job-warp .warp .btns{font-size:0.24rem;line-height:0.2rem;}
}

@media screen and (min-width: 320px) and (max-width: 619px){
.job-warp .warp .tbl p{line-height: 0.4rem;width: 50%;}
    .job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{line-height: 0.4rem;}
}


.menudown {
	 display:block; overflow:hidden; margin:10px auto; text-align:center;
}
.menudown  a{
	width:200px; line-height:58px; background-color:#eee; font-size:16px;  display:inline-table;  margin:15px 0 15px 35px; text-align:center; border-radius:29px;
}
.menudown  a:hover, .menudown a.cur{
	background-color:#0164a3; color:#FFFFFF;
}
.menudown  a i{
	padding-right:15px;
}

.download{ width:100%; overflow:hidden;}
.download li{ width:18%; margin:1%; border:1px solid #ddd; text-align:center; padding:10px; float:left;}
.download li img{ width:120px; height:90px;}
.download li span{ display:block; margin:25px 0; font-size:14px; line-height:28px;}
.download li a{ padding:10px 20px; border-radius:20px; background-color:#cccc; color:#333;}
.download li a:hover{ padding:10px 20px; border-radius:20px; background-color:#0164a3; color:#fff;}


.chanyemenu {
	width:100%; margin-top:40px; font-size:15px; text-align: left;
}
.chanyemenu li a{
	width:100%; line-height:58px; background-color:#fff; margin-bottom:10px; padding-left:15px; display:inline-table;
}
.chanyemenu li a:hover, .chanyemenu li a.cur{
	background-color:#0164a3; color:#FFFFFF;
}
.chanyemenu li a i{
	padding-right:10px;
}




