@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;
}


.wenzi{ padding:50px 0 50px 0; max-width:1140px; width:100%; margin:0 auto; text-align:center; font-size:20px; line-height:40px;}
/*-----------第一部分-----------*/
#procata {
	background: #fff;
}
#procata .product-list {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:35px;
}
#procata .product-list ul li {
	width: 20%;
	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;
	margin-bottom:15px;
}
#procata .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color:#fff;
}
#procata .product-list ul li div img {
	border:1px solid #ddd;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#procata .product-list ul li div img:hover {
	border:1px solid #015198;
}

#procata .product-list ul li div h3 {
	font-weight: normal;
	font-size: 16px;
	height:60px;
	line-height:60px;
	/*border-top:1px solid #ddd;*/
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	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;
	font-weight:500;
}

/*#procata .product-list ul li div h3:hover {
	border-top:1px solid #015198;
}*/


#inpartner {
	background: url(../images/inpar.jpg) center; overflow:hidden;
}
#inpartner .product-list {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:35px;
}
#inpartner .product-list ul li {
	width: 14.285%;
	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;
	margin-bottom:35px;
}
#inpartner .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.grid {
	overflow: hidden;
	margin: 2% 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: 22%;
	text-align: center;
	cursor: pointer;
	margin:1%;
}

.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;
}

.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: 1em;
	-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-size:28px;
}

.grid22 figure h2 span {
	font-weight: 800;
}

.grid22 figure h2,
.grid22 figure p {
	margin: 0;
}

.grid22 figure p {
	font-size: 18px;
	line-height:32px;
}
/*---------------*/
/***** 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: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	/*font-size:3.6em;
	font-weight:bold;*/
}

figure.effect-layla p {
	padding-top: 10px;
	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;
}


@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 46%;
		margin:1%;
	}	

	.grid figure figcaption {
	     padding: 1em;
		font-size: 100%;
	}
	
	figure.effect-layla h2 {
	padding-top: 50%;
}

figure.effect-layla p {
   display:none;
}

}


/*--------太阳成tyc7111cc小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 40px auto 20px;
	text-transform: capitalize;
}
main>section hgroup>h2 {
	font-size: 36px;
	padding-bottom: 35px;
	position: relative;
	text-transform:uppercase;
	color:#333;
}
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: 2rem;
	color: #999999;
	font-weight: normal;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	padding: 30px 0;
}

#innews {
   background-color:#fff; margin-bottom:40px;
}
#innews .newmenu {
   display:block; width:100%; overflow:hidden; line-height:80px; margin:20px 0;
}
#innews .newmenu h2{
	font-size:30px;
}
#innews .col {
	margin: 0 20px;
	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:#fff;
}
#innews .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 3 solid #f2f2f2;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#innews .single-post img {
	width: 100%;
}
#innews .single-post:hover {
	border: 3 solid #0074c1;
	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: 20px;
}
#innews .post-content h2 {
	font-size: 20px;
	line-height:36px;
	font-weight: normal;
	margin: 15px 0 25px 0;
	width: 100%;
	height:72px;
}
#innews .post-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}
#innews .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#innews .post-meta li span {
	color: #999;
}
#innews hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#innews p {
	line-height: 30px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
	font-size:14px;
	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:3% auto 3% auto; text-align:center;}
#innews .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;}
#innews .bmore a:hover{ background-color:#0074c1; 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;
}
/*-----太阳成tyc7111cc联系我们----*/
#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;
}

/*-----第二部分（公司简介）-----*/
#inabout { background-color:#FFF; overflow:hidden }
#inabout .dcon {
	padding:70px 0 50px 0; overflow:hidden; width:100%;  margin:0 auto; 
}

#inabout .content {
	color: #666;
	text-align: left;
	width:50%;
	font-size: 16px;
	line-height: 34px;
	float:left;
}
#inabout  .content h2 {
	font-size: 30px;
	margin-bottom: 40px;
	text-transform:uppercase;
	color:#333;
}

#inabout  .content .button {
	color: #fff;
	margin-top: 50px;
}
#inabout  .content a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	border-radius: 25px;
	padding:6px 45px;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border:2px solid #CCCCCC;
}
#inabout  .content a.more:hover {
background-color:#034b97; color:#fff;
}

 .num-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:30px;
}

 .num-list .li {
  width: 25%;
  margin-bottom: 15px;
   text-align:center;
}
/* .num-list .li:nth-child(2) {
  width: 25%;
  margin-bottom: 15px;
   text-align:center;
}
 .num-list .li:nth-child(3) {
  width: 25%;
  margin-bottom: 15px;
   text-align:center;
}
 .num-list .li:nth-child(4) {
  width: 28%;
  margin-bottom: 15px;
   text-align:center;
}*/

 .num-list .li .num {
  margin-bottom: 15px;
  width:100%;
}

.font48{ font-size:48px;}
.font60{ font-size:60px;}

 .num-list .li .num span {
  color: #ea1b28;
  line-height: 1;
  font-weight: bold;
}

 .num-list .li .intro {
  color: #666;
  line-height: 24px;
  font-size:14px;
   width:100%;
}

 .num-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top:60px;
}

 .num-list2 .li {
  width: 22%;
  margin-bottom: 15px;
}
 .num-list2 .li:nth-child(2) {
  width: 25%;
  margin-bottom: 15px;
   text-align:center;
}
 .num-list2 .li:nth-child(3) {
  width: 25%;
  margin-bottom: 15px;
   text-align:center;
}
 .num-list2 .li:nth-child(4) {
  width: 28%;
  margin-bottom: 15px;
   text-align:center;
}

 .num-list2 .li .num {
  margin-bottom: 15px;
  width:100%;
}

 .num-list2 .li .num span {
  color: #ea1b28;
  line-height: 1;
  font-weight: bold;
}

 .num-list2 .li .intro {
  color: #666;
  line-height: 24px;
  font-size:14px;
   width:100%;
}

#inabout .videoindex {
	text-align: left;
	width:50%;
	float:left;
	padding-left:6%;
	padding-top:30px;
}

#video {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}


@media (min-width:1280px) and (max-width:1599px) {
#inabout .dcon {
	padding:60px 0; overflow:hidden; width:100%;  margin:0 auto; 
}

#inabout .videoindex {
	text-align: left;
	width:50%;
	float:left;
	padding-left:5%;
}
}
@media (min-width:1024px) and (max-width:1279px) {
#inabout .dcon {
	padding:50px 0 50px 0; overflow:hidden; width:100%;  margin:0 auto; 
}

#inabout .videoindex {
	text-align: left;
	width:50%;
	float:left;
	padding-left:5%;
}
}

#prochanye{ background-color:#f8f8f8; overflow:hidden; }
#prochanye ul{ margin:40px 0; }
#prochanye li{ margin-bottom:30px; width:100%; overflow:hidden; background-color:#fff;}
#prochanye li .cyimg{ width:500px;}
#prochanye li .cycon{ width: calc(100% - 500px); padding:50px 50px 20px 50px;}
#prochanye li .cycon h2{ font-size:24px; color:#333; line-height:32px; margin-bottom:20px;}
#prochanye li .cycon .cydes{ font-size:16px; color:#666; line-height:32px; margin-bottom:40px; }
#prochanye li .cycon .cybit a{padding:10px 30px; border-radius:25px; border:2px solid #F00;}
#prochanye li .cycon .cybit a:hover{ background-color:#F00; color:#fff;}

#neiprochanye{ background-color:#f8f8f8; overflow:hidden; }
#neiprochanye ul{ margin:40px 0; }
#neiprochanye li{ margin-bottom:30px; width:100%; overflow:hidden; background-color:#fff;}
#neiprochanye li .cyimg{ width:500px;}
#neiprochanye li .cycon{ width: calc(100% - 500px); padding:50px 50px 20px 50px;}
#neiprochanye li .cycon h2{ font-size:24px; color:#333; line-height:32px; margin-bottom:20px;}
#neiprochanye li .cycon .cydes{ font-size:16px; color:#666; line-height:32px; margin-bottom:40px; }
#neiprochanye li .cycon .cybit a{padding:10px 30px; border-radius:25px; border:2px solid #F00;}
#neiprochanye li .cycon .cybit a:hover{ background-color:#F00; color:#fff;}

#chanyecon{ background-color:#f8f8f8; overflow:hidden; }
#chanyecon ul{ margin:40px 0; }
#chanyecon li{width:100%; overflow:hidden; background-color:#FFF }
#chanyecon li .cyimg{ width:500px; padding-top:50px;}
#chanyecon li .cycon{ width: 100%; padding:50px;}
#chanyecon li .cycon h2{ font-size:36px; color:#333; line-height:32px; margin-bottom:40px; text-align:center;}
#chanyecon li .cycon .cydes{ font-size:16px; color:#666; line-height:36px; margin-bottom:40px; }

#downindex{ overflow:hidden;}
#downindex .production {
	position: relative;
	display: inline-block;
	width:59%;
	float:left;
	padding:40px 0;
}

#downindex .production img {
	display: block;
	width: 100%;
	height: auto;
}

#downindex .production .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left:60px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 20px;
	text-transform:uppercase;
}

#downindex .honor {
	width:41%;
	float:left;
	overflow:hidden;
	padding:40px 0 40px 20px;
}

#downindex .honor .con1 {
	position: relative;
	display: inline-block;
	width:100%;
	float:left;
	margin-bottom:20px;
}

#downindex .honor .con1 img {
	display: block;
	max-width: 100%;
	height: auto;
}

#downindex .honor .con1 .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left:40px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 20px;
	text-transform:uppercase;
}

#downindex .honor .con2 {
	position: relative;
	display: inline-block;
	width:100%;
	float:left;
}

#downindex .honor .con2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

#downindex .honor .con2 .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left:40px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 20px;
	text-transform:uppercase;
}

#brand {	overflow:hidden; background-color:#fcfbf9;}
#brand .dcon {overflow:hidden;  margin:0 auto; width:100%; padding: 30px 0; }
#brand h2 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-family: 'DM Serif Display', serif;
	letter-spacing:2px;
	color: #333;
	text-align:center;
}
#brand .dcon  .cimg{ width:100%; text-align:left; position:relative; overflow: hidden;}
#brand .dcon  img{ max-width:1130px; width:100%;  text-align:left; }
#brand .dcon  .content{
	width: 740px;
	height: 600px;
	padding: 120px 90px 50px 90px;
	float: right;
	text-align: left;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 999;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#leadership {	overflow:hidden; background-color:#fcfbf9;}
#leadership .dcon {overflow:hidden;  margin:0 auto; width:100%; padding: 0 0 50px 0; }
#leadership h2 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-family: 'DM Serif Display', serif;
	letter-spacing:2px;
	color: #333;
	text-align:center;
}
#leadership .dcon  .cimg{ width:100%; text-align:right; position:relative; overflow: hidden;}
#leadership .dcon  img{ max-width:1130px; width:100%;  text-align:right; }
#leadership .dcon  .content{
	width: 740px;
	height: 600px;
	padding: 80px 90px 50px 90px;
	float: left;
	text-align: left;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 999;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.menubox{ width:100%; overflow:hidden;}
 .menulist{ margin:20px 0 0 0; overflow:hidden; text-align:center;}
 .menulist a {
	color: #333;
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	padding: 0 50px;
	display: inline-table;
	border:1px solid #ddd;
	margin:0 10px 10px 0;
	background-color:#f2f2f2;
	border-radius:25px;
}
 .menulist a:hover,  .menulist a.active {
	color: #fff;
	background-color:#100a8a;
}


.aboutcon{ width:100%; overflow:hidden; padding:30px 0 50px 0; font-size:16px; line-height:32px; color:#444;}
.aboutcon h2{ font-size:30px; line-height:36px; color:#000; margin-bottom:40px; font-weight: 700; }
.aboutcon img{ margin:20px 0;}
.aboutcon a{ color:#015198; text-decoration:underline;}
.aboutcon .about1{ width:100%; overflow:hidden;}
.aboutcon .about1 img{ width:37%; float:right; margin-left:5%;}
.aboutcon .about1  .abcon{ margin:20px 0; width:58%; float:left; }

.aboutcon .about2{ width:100%; overflow:hidden;}
.aboutcon .about2 img{ width:500px; float:left; margin-left:50px;}
.aboutcon .about2 span{ margin:20px 0; padding-top:60px; width:calc(100% - 550px); float:left; }


#infactory {
   background-color:#f2f2f2; padding:3% 0;
}

#infactory .col {
	margin: 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:#fff;
}

#equipment {
   background-color:#f2f2f2; padding:3% 0;
}
#equipment h2{ text-align:center;  font-size:24px; line-height:36px; color:#333; margin-bottom:40px; font-weight: 700;}

#equipment .col {
	margin: 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:#fff;
}

#certificate {
   background-color:#fff;padding:3% 0;
}
#certificate h2{ text-align:center;  font-size:24px; line-height:36px; color:#333; margin-bottom:40px; font-weight: 700;}

#certificate .col {
	margin: 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:#fff;
}

/*------/产品列表/-------*/
 .prodes{ width:100%; padding:50px 0; line-height:30px; font-size:16px;  padding-bottom:40px; margin-bottom:20px; border-bottom:1px  solid #ccc;}
 .prodes h2{ font-size:24px; margin-bottom:20px; text-align:center; font-weight:600;}

.probox{ width:100%; overflow:hidden;}
 .product-cataname{ margin:20px 0 0 0; overflow:hidden; text-align:center;}
 .product-cataname a {
	color: #333;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 0 20px;
	display: inline-table;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}
 .product-cataname a:hover,  .product-cataname a.active {
	color: #333;
	background-color:#fff;
}


/*-----/产品简介页/-----*/
 .pro-info {
	 margin:50px 0; width:100%; float:left; background:#FFF; padding:30px 50px; 
}
 .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
 .panel .fl {
	width:450px;
	float: left;
	display: inline;
}
 .panel .fr {
	width: calc(100% - 500px);
	float: left;
	display: inline;
	margin-left:50px;
}
 .panel .fr > h1 {
	font-size: 2.4rem;
	margin-bottom: 25px;
	font-weight: 600;
}
 .panel .fr  .description {
	font-size: 1.6rem;
	line-height:32px;
	color:#666666;
}
 .panel .fr  .sendinquiry {
	 display:block; overflow:hidden; margin-top:40px;
}
 .panel .fr  .sendinquiry a{
	font-size: 1.4rem;
	line-height:28px;
	color:#fff;
	background-color:#333;
	padding:10px 20px;
	display:inline-table;
	border-radius:3px;
	margin-right:10px;
}
 .panel .fr  .sendinquiry a:hover{
	color:#ffff;
	background-color:#015198;
}

.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;}

/*-------产品详情页--------*/
 .nav-about {
	height: 40px;
	line-height: 40px;
	margin-top:40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size:2.0rem;
	font-weight:500;
}
 .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}

 ul.tech-list {
	margin: 0 -10px;
	padding: 20px 0;
}
 ul.tech-list li {
	width: 33.3333%;
	height: 100%;
	margin-bottom:25px;
}
 ul.tech-list li div {
	text-align: center;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin:0 10px;
}
 ul.tech-list li div:hover {
	border: 5px solid #333333;
}
 ul.tech-list li img {
	width: 100%;
}
 ul.tech li a {
	
}
 ul.tech li a:hover {
	background: #f5f5f5;
	color: #333333;
}

 ul.tech >li h3 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*----旋转木马轮播---*/
 .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: 32px;
	height: 32px;
	background-color: rgba(0, 0, 0, 0.35);
	font-size:14px;
	padding:0 5px;
}
/*------新闻列表与详情页-----*/
 hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 0;
}
/* hgroup > figure:first-child{
	padding-top:0;
}*/
 hgroup > figure {
	position: relative;
	/*border-bottom: 1px solid #e8e8e8;*/
	overflow: hidden;
	padding: 20px;
}
 hgroup>figure:hover {
	background-color: #f8f8f8;
}
 hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
 hgroup>figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
 hgroup>figure figcaption {
	float: left;
	width: 70%;
}
 hgroup>figure h3 {
	font-weight: blod;
	padding-left: 15px;
	padding-bottom:15px;
	font-size: 1.8rem;
}
 hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
 hgroup>figure>figcaption>span {
	color: #666;
	padding-left: 15px;
}
/*----新闻列表内容-----*/
 hgroup>figure figcaption p {
	line-height: 24px;
	padding: 0 15px 10px;
	color: #999;
	font-size:14px;
}
 hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
 .newsview{
	margin: 0 auto;
	padding: 50px 0;
	overflow:hidden;
}
 .newsleft{
	width:calc(100% - 400px);
	float:left;
	overflow:hidden;
}
 .newsright{
	width:320px;
	margin-left:80px;
	float:left;
	overflow:hidden;
}

@media (min-width:1024px) and (max-width:1279px) {
 .newsleft{
	width:700px;
	float:left;
	overflow:hidden;
}
 .newsright{
	width:calc(100% - 750px);
	margin-left:50px;
	float:left;
	overflow:hidden;
}
}

 .news-info {
	overflow:hidden;
	width:100%;
}
 .news-info .new-tit {
	text-align: left;
}
 .news-info .new-tit h1 {
	font-size: 2.4rem;
	font-weight:600;
	margin-bottom: 20px;
}
 .news-info .new-tit p {
	line-height: 28px;
	font-size: 1.3rem;
	color:#999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
 .news-info .new-tit p time,  .news-info .new-tit p span {
	padding-right: 10px;
}

/*------文章内容----*/
.news-info .news-body {
	padding: 30px 0 60px 0;
	line-height: 36px;
	font-size: 1.6rem;
}

.news-info .news-body img {
	max-width: 1200px;
	vertical-align: middle;
	margin:10px 0;
}
.news-info .news-body a {
	color:#015198; text-decoration:underline;
}
.news-info .news-body a:hover {
	color: #ff0000;
}
.news-info .news-body h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.news-info .news-body h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.news-info .news-body h2, .news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}

 .newsright .xgnew{ overflow:hidden; width:100%; padding-top:10px;}
 .newsright .xgnew li{list-style:none; margin-bottom:10px;}
 .newsright .xgnew li h3{font-size:16px; font-weight:5600; line-height:30px; padding-top:15px;}
 .newsright .xgnew li .cndes{display:block; padding-bottom:15px; color:#666; line-height:24px; font-size:1.4rem;}

/*-----联系我们-----*/
#content .contact {
	width:100%; margin:50px 0; background-color:#7174a7; color:#fff;
}
#content .contact  h2{
 font-size:32px; line-height:48px; font-weight:600; margin-bottom:20px; 
}
#content .contact  .des{
 font-size:16px; line-height:32px;  margin-bottom:50px; width:100%;
}

#content .contact a:hover { color:#F00;}

#content .contact .leftcon {
	width:550px; float:left; font-size:16px; line-height:44px;text-align: left; padding:30px;
}
#content .contact .leftcon a{
	color:#fff;
}
#content .contact .leftcon i{
	margin-right:10px; 
}
#content .contact .leftcon h2{
 font-size:32px; line-height:48px; font-weight:600; margin-bottom:30px; 
}

#content .contact .leftcon .weixinimg{
	width:160px; padding-top:40px;
}
#content .contact .leftcon .weixinimg img{
	width:100%;
}
#content .contact .leftcon .weixinimg .txtcon{
	width:100%; text-align:center; line-height:36px; font-size:14px; 
}

#content .contact .rightcon {
	width:calc(100% - 550px); float:left; overflow:hidden; 
}
#content .contact .rightcon  .ditumap{width:100%;height:500px;}
#content .contact .rightcon h3{
 font-size:16px; line-height:36px; font-weight: 500; margin-bottom:20px;
}
#content .contact .input {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
#content .contact textarea {
	width:100%; border:1px solid #ddd; height:140px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
#content .contact .button {
	width:100%; background-color:#333333; height:50px; line-height:50px; text-align:center; font-size:14px; color:#FFFFFF; margin-bottom:50px;
}

#content .contact .rightcon .downpdf {
	width:100%; overflow:hidden; 
}
#content .contact .rightcon .downpdf li {
	width:180px; margin:20px 20px 0 0; float:left; text-align:center;
}
#content .contact .rightcon .downpdf li span{
	width:100%;  text-align:center; line-height:40px; display:block; font-size:14px;
}


 ul.solution-list {
	margin: 0 -10px;
	padding: 20px 0;
}
 ul.solution-list li {
	width: 31.3333%;
	height: 100%;
	margin:1%;
	padding-bottom:15px;
	border:4px #fff solid;
	background-color:#f5f5f5;
	-webkit-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
 ul.solution-list li div {
	text-align: center;
	/*margin-right:2%;*
	border: 4px solid #f2f2f2;/
	-webkit-transition: all .2s;
	transition: all .2s;
	width:100%;
	/*float:left;*/
}
 ul.solution-list li:hover {
	border: 4px solid #b7a991;
}
 ul.solution-list li img {
	width: 100%; height:260px;
}
 ul.solution li a {
	
}
 ul.solution li a:hover {
	/*background: #006835;
	color: #fff;*/
}
 ul.solution >li span {
 padding:10px 0;
}
 ul.solution >li span h3 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 24px;
	padding:15px 10px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
 ul.solution >li span p {
	font-size: 1.2rem;
	font-weight: normal;
	text-align:left;
	line-height: 26px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding:0 10px;
}
 ul.solution >li span em {
	font-size: 1.2rem;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	margin-top:10px;
	padding:10px;
	
}
 ul.solution >li span em a{ color:#FF0000; padding-top:5px;display:block;}
 ul.solution >li span em a:hover{ color:#006835; text-decoration:underline;}


 .newone-list {
	margin: 0 auto;
	padding: 50px 0;
	overflow:hidden;
}
 .newone-list li {
	width: 100%;
	margin:1% 0 2% 0;
	background-color:#f8f8f8;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding:10px;
	overflow:hidden;
}
 .newone-list li div {
	-webkit-transition: all .2s;
	transition: all .2s;
	width:400px;
	float:left;
}
 .newone-list li:hover {
	background-color:#f2f2f2;
}
 .newone-list li img {
	width: 100%; height:auto;
}

 .newone-list >li span {
 float:left;
 width:calc(100% - 400px);
 padding:20px 40px;
}
 .newone-list >li span h3 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 30px;
	padding-bottom:20px;

}
 .newone-list >li span .ttime {
	font-size: 14px;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	color:#999;
}
 .newone-list >li span p {
	font-size: 1.4rem;
	font-weight: normal;
	text-align:left;
	padding-top:10px;
	line-height: 26px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#666;
}

 .newone-list >li span .newmore{ margin-top:30px;}
 .newone-list >li span .newmore a{ color:#666; font-size:14px; padding:8px 25px; border-radius:20px; border:1px solid #999;}
 .newone-list >li span .newmore a:hover{ color:#fff; background-color: #015198; border:1px solid #015198;}


 .newtwo-list {
	margin: 0 auto;
	padding:  0;
	overflow:hidden;
}
 .newtwo-list li {
	width: 48%;
	margin:1% 2% 1% 0;
	background-color:#f8f8f8;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding:10px;
	overflow:hidden;
	float:left;
}
 .newtwo-list li div {
	-webkit-transition: all .2s;
	transition: all .2s;
	width:260px;
	float:left;
}
 .newtwo-list li:hover {
	background-color:#f2f2f2;
}
 .newtwo-list li img {
	width: 100%; height:auto;
}

 .newtwo-list >li span {
 float:left;
 width:calc(100% - 260px);
 padding:10px 20px;
}
 .newtwo-list >li span h3 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 26px;
	margin-bottom:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
 .newtwo-list >li span .ttime {
	font-size: 14px;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	color:#999;
}
 .newtwo-list >li span p {
	font-size: 1.4rem;
	font-weight: normal;
	text-align:left;
	padding-top:10px;
	line-height: 26px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#666;
}

 .newtwo-list >li span .newmore{ margin-top:30px;}
 .newtwo-list >li span .newmore a{ color:#666; font-size:14px; padding:5px 15px; border-radius:20px; border:1px solid #999;}
 .newtwo-list >li span .newmore a:hover{ color:#fff; background-color: #015198; border:1px solid #015198;}

 .faq-list {
	padding: 50px 0 20px 0;
	margin:0 auto;
}
 .faq-list h2{ font-size:18px; font-weight:600; padding-bottom:30px;}
 .faq-list li {
	width: 100%;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding:15px 0;
	border-bottom:1px solid #eee;
}
 .faq-list >li  h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

 .faq-list >li  p {
	font-size: 16px;
	text-align:left;
	line-height: 30px;
	width: 100%;
	color:#666;
}

/*-----------热门产品2-----------*/
#hotpro_2 { overflow: hidden; background-color: #fff;}
#hotpro_2 .category-list { margin: 20px auto 30px auto; overflow: hidden;}

#hotpro_2 .category-list a {
	color: #333;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 0 20px;
	display: inline-table;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	float: left;
}
#hotpro_2 .category-list a:hover {
	color: #fff;
	background-color:#0074c1;
}

#hotpro_2 .product-list {width: 100%; padding-bottom:35px;}
#hotpro_2 .product-list ul li {
	width: 25%;
	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;
	margin-bottom: 20px;
}
#hotpro_2 .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	
	border-radius: 0;
}
#hotpro_2 .product-list ul li div:hover {
	
}
#hotpro_2 .product-list ul li div h3 {
	font-weight: 600;
	/*overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; */	
	font-size:22px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFFFFF;
	line-height:24px;
	padding:10px 10px 25px 10px;
	text-transform: uppercase;
	width:100%;
}
#hotpro_2 .product-list ul li div::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 256px;
	height: 37px;
	left: 50%;
	margin-left: -128px;
	position: absolute;
}
#hotpro_2 .product-list ul li div > a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
#hotpro_2 .product-list ul li div img {
	width: 100%;
}


#experiences{	
padding:5% 0 2% 0; 
background-image:url(../images/qywhbg.jpg);
display: block;
position: relative;
overflow: visible;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#experiences .experlist{ width:100%; padding-bottom:50px; }
#experiences .experlist li{ width:18.4%; margin-right:2%; float:left; background-color:#fff; padding:50px; text-align:center; -webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s; border-radius:10px;  color:#333;}
#experiences .experlist li:nth-child(5){ margin-right: 0; }
#experiences .experlist li h3{ font-size:24px; line-height:60px;}
#experiences .experlist li p{ padding:15px 0 20px 0;}
#experiences .experlist li p i{ font-size:36px; }
#experiences .experlist li .excon{ height:96px; font-size:16px; line-height:32px; display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 5;	overflow: hidden;}
#experiences .experlist li:hover{ background-color:#035da1; color:#FFF;  }

#newpro {
	background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;
}

#newpro .category-list { margin: 20px auto 30px auto; overflow: hidden; }

#newpro .category-list a {
	color: #333;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 0 20px;
	display: inline-table;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	float: left;	
}
#newpro .category-list a:hover {
	color: #fff;
	background-color:#0074c1;
}


#newpro .col {
	padding: 0 3px;
	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;
}
#newpro .col div {
	transition: .3s;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.16);
	margin: 0 15px;
}
#newpro .col h3 {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}

.common-left {
	padding-top: 50px;
	overflow:hidden;
	width:350px;
	margin-right:50px;
	float:left;
}

.side-search{
    width:100%;
    background:#015198;
    padding:20px;
    box-sizing:border-box;
    position:relative
}
.side-search input{
    width:100%;
    height:42px;
    outline:0;
    border:none;
    padding-left:14px
}
.side-search .btn{ position: absolute; top: 21px; right: 21px; width: 40px; height: 40px; cursor: pointer; background-image: url(../images/search.png); background-color: #000; background-repeat: no-repeat; background-position: center center; }

.side>div{
    margin-bottom:20px
}
.side-title{
    width:100%;
    height:55px;
    line-height:55px;
    font-size:18px;
    font-weight:700;
    background-color:#202020;
    color:#fff;
    padding-left:23px;
    text-transform:uppercase;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul{
    padding:10px 23px;
    background:#fff;
    font-size:14px
}
.side-cate .type-active{
    color:#000;
}
.side-cate>ul li{
    position:relative;
    border-bottom:1px solid #ddd;
    line-height:45px
}
.side-cate>ul li:hover>a{
    color:#006
}
.side-cate>ul li a.active{
    color:#006
}

.side-cate>ul li a{
    width:100%;
    height:100%;
    display:block;
    padding-right:0;
    transition:color .3s;
    line-height:45px;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul>li:last-child{
    border:none
}

.side-cate>ul>li>ul{
    display:none
}
.side-cate>ul>li>ul li{
    padding-left:30px;
    position:relative
}
.side-cate>ul>li>ul li a.active2{
    color:#015198
}
.side-cate>ul>li>ul li:last-child{
    border:none
}
.side-cate>ul>li>ul li:before{
    content:"-";
    position:absolute;
    left:20px
}
.side-cate>ul .pro-menu{
    display:none
}
.side-pro{
    background:#fff;
}
.side-pro li{
    margin:0 10px;
    padding:10px 0;
    display:flex;
    height:100px;
    border-bottom:1px solid #eee;
	transition:all ease-out 0.6;
}
.side-pro li:last-child{
    border:none
}
.side-pro li:hover img{
    transform:scale(1.03)
}
.side-pro-img{
    width:40%
}
.side-pro-img img{
    transition:transform .2s;
    max-height:100%;
    max-width:100%
}
.side-pro-info{
    padding:0 0 0 10px;
    width:60%;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
}
.side-pro-name{
    color:#333;
    font-size:14px;
    display:-webkit-box;
    display:-moz-box;
    max-height:36px;
    line-height:18px;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden
}
.side-pro-more{
    color:#000;
    font-size:12px;
    text-transform:uppercase;
}
.side-pro-more:hover{
    color:#0078d7
}
.side-pro>a{
    width:100%;
    height:100%;
    display:block
}

.side-contact{
    background:#fff;
}
.side-contact li{
    margin:0 10px;
    padding:10px;
    display:flex;
    line-height:30px;
    border-bottom:1px solid #ddd;
	font-size:14px;
}
.side-contact li:last-child{
    border:none
}

#content .product-list2 {
	padding: 50px 0;
	overflow:hidden;
	float:left;
	width:100%
}
#content .product-list2 h2{
	font-size:24px; padding-bottom:10px; margin:0 10px 20px 10px; border-bottom:1px solid #ddd; font-weight:600;
}
#content .product-list2 ul li {
	width: 25%;
	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;
	margin-bottom:15px;
	float:left;
}
#content .product-list2 ul li div {
	margin: 0 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color:#fff;
}
#content .product-list2 ul li div:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

#content .product-list2 ul li div h3 {
	font-weight: normal;
	font-size: 16px;
	height:60px;
	line-height:60px;
	/*border-top:1px solid #ddd;*/
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	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;
	padding:0 5px;
}

#content .product-list2 ul li div h3:hover {
	/*border-top:1px solid #015198;*/
}


 ul.product-list3 {
	padding: 20px 0;
	border-top:1px solid #f2f2f2;
}
 ul.product-list3 li {
	width: 21%;
	margin:1% 2%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

 ul.product-list3 li img {
	width: 100%; border-radius:50%; border:4px solid #f2f2f2;
}


 ul.product-list4 {
	margin: 0 -10px;
	padding: 20px 0;
}
 ul.product-list4 li {
	width: 23%;
	height: 100%;
	margin:1%;
	border: 2px solid #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}

 ul.product-list4 li:hover {
	border: 2px solid #0074c1;
}
 ul.product-list4 li img {
	width: 100%;
}
 ul.product-list4 li h3 {
	text-align: center;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	background-color:#f2f2f2;
	line-height:30px;
}


 ul.download-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.download-list li {
	width: 46%;
	height: 50px;
	line-height:50px;
	margin:0 2%;
	margin-bottom:20px;
	float:left;
	border-bottom:1px dashed #ccc;
}
#content ul.download-list span{
	float:right;
}
#content ul.download-list span a{
	padding:5px 15px; border-radius:15px; border:1px solid #ccc;
}
#content ul.download-list span a:hover{
	background-color:#0074c1; color:#fff;
}

.rcln{width: 1200px;margin: 0 auto; font-size:20px; padding:30px 0 80px 0; text-align:center; overflow:hidden;}
.rcln h2{margin-bottom:30px; font-size:24px;}

.job-warp{width: 1280px;margin: 0 auto 80px;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed; margin-bottom:10px;}
.job-warp li .title{height: 60px;line-height: 60px;padding: 0 40px;color: #4b4b4b;background-color: #ccc;font-size: 16px; font-weight:bold; 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: #f8f8f8;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed; overflow:hidden;}
.job-warp .warp .tbl p{width: 100%;float: left;font-size: 16px;color: #222;line-height: 32px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 16px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 16px;line-height: 28px;color: #565656}
.job-warp .warp .btns{font-size:16px;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: 100%;margin: 0 auto 80px;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed; margin-bottom:10px;}
.job-warp li .title{height: 60px;line-height: 60px;padding: 0 40px;color: #4b4b4b;background-color: #ccc;font-size: 16px; font-weight:bold; 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: #f8f8f8;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed; overflow:hidden;}
.job-warp .warp .tbl p{width: 100%;float: left;font-size: 16px;color: #222;line-height: 32px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 16px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 16px;line-height: 28px;color: #565656}
.job-warp .warp .btns{font-size:16px;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 (max-width: 969px){
.rcln{width: 100%;margin: 0 auto; font-size:18px; line-height:36px; padding:30px 10px 40px 10px; text-align:center; overflow:hidden;}
.rcln h2{margin-bottom:30px; font-size:24px;}

.job-warp{width: 100%;margin: 0 auto 40px;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed; margin-bottom:10px;}
.job-warp li .title{height: 60px;line-height: 60px;padding: 0 20px;color: #4b4b4b;background-color: #ccc;font-size: 16px; font-weight:bold; 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 20px 20px;background-color: #f8f8f8;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed; overflow:hidden;}
.job-warp .warp .tbl p{width: 100%;float: left;font-size: 16px;color: #222;line-height: 32px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 16px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 16px;line-height: 28px;color: #565656}
.job-warp .warp .btns{font-size:16px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp .warp .btns:hover{color: #222;}
}



.head-search {
/*  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 8rem;
  height: 1.35rem;*/
}

.head-search form {
  border: 1px solid #ADADAD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 50px;
  margin-top:25px;
  transition: all .3s ease-in-out;
  text-align:right;
  float:right;
  padding:0 10px 0 10px;
}


/* .head-search div {
  width: .5rem;
}

.head-search div img {
  width: 100%;
  object-fit: cover;
} */

.head-search input[type=text] {
  background: none;
  line-height: 50px;
  width: calc(100% - 20px);
  /* padding: 0 .4rem; */
  color: #333333;
  outline: none;
}

.head-search input[type=text]::placeholder {
  color: #666;
}

.head-search input[type=submit] {
  width: 20px;
  height: 100%;
  background-image: url(../images/search-bt.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.head-search:hover form {
  width: 100%;
}


#zhengshu {
	background-color:#f5f5f5;
}
#zhengshu .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;
}
#zhengshu .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
}
#zhengshu .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; /*设置溢出文本显示为省略标记*/
}
