@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
	overflow: hidden;/*	padding-top: 80px;
*/}
#banner .swiper-slide {
	height: 750px;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*--------首页小标题------*/
main > section hgroup {
	width: 100%;
	height: 50px;
	margin: 0 auto 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #e5e5e5;
}
main > section hgroup > h2 {
	font-size: 2.5rem;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
main>section hgroup>h2 span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #666;
}
/*--------产品类别下拉--------*/
.category-list {
	display:none;
	position: relative;
	font-size: 1.3rem;
}
.category-list a {
	display: block;
	color: #383838;
	background-color: #f7f7f7;
}
.category-list > a {
	min-width: 95px;
	white-space: nowrap;
	padding: 5px 18px 5px 6px;
}
.category-list a:hover {
	color: #008fe2;
	background-color: #fff;
}
.category-list a.current {
	position: relative;
	border: 1px solid #e5e5e5;
}
.category-list span.trigger {
	display: block;
	position: absolute;
	width: 7px;
	height: 4px;
	text-indent: -10000rem;
	top: 1.2rem;
	right: 6px;
	background: url(../images/arrow-down-lg-switcher.png) no-repeat left top;
}
/* Drop-Down Menu */
.category-list ul.dropdown {
	display: none;
	min-width: 100%;
	z-index: 10;
	position: absolute;
	top: 100%;
	right: 0;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.category-list ul.dropdown li > a {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 6px;
	white-space: nowrap;
}
/*---------------End----------------------*/
#wrapper1 hgroup {
	z-index: 10;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
#wrapper1 hgroup nav a {
	font-size: 1.5rem;
	color: #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 20px;
	display: inline-block;
	transition: .2s ease-out;
}
#wrapper1 hgroup nav a:hover, #wrapper1 hgroup nav a.active {
	color: #fff;
	background-color: #008fe2;
}
#wrapper1 hgroup nav a:not(:last-child) {
	margin-right: 5px;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	position: relative;
	padding: 60px 0;
}
/*-------产品展示-------*/
#wrapper1 {
	background-color: #fff;
	padding: 60px 0 30px !important;
}
#wrapper1 .col {
	width: 25%;
	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;
	margin-bottom: 30px;
}
#wrapper1 .col section {
	border: 1px solid #ddd;
/*	-webkit-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	box-shadow: 0px 2px 5px rgba(85,85,85,0.4);*/
	position: relative;
	overflow: hidden;
}
#wrapper1 .col section h3 {
/*	font-weight:normal;
*/	text-align: center;
	font-size: 1.6rem;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
}
#wrapper1 .col section p {
	line-height: 1.6;
	color: #666666;
	min-height: 42px;
	padding: 0 10px 30px;
}
#wrapper1 .col section>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#wrapper1 .col section .img {
	overflow: hidden;
	position: relative;
}
#wrapper1 .col section img {
	width: 100%;
	display: block;
	-webkit-transition: transform .5s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
}
#wrapper1 .col section 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);
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
	background-color: #f5f6f6;
}
#wrapper2 .container.flex {
	justify-content: flex-end;
}
#wrapper2 .container {
	padding: 0 10px;
}
#wrapper2 .content {
	width: 50%;
	padding: 50px 60px;
	background-color: #333;
	color: #ddd;
}
#wrapper2 .content span {
	color: #00428E;
}
#wrapper2 .about-img {
	padding-left: 20px;
	width: 50%;
	position:relative;
}
#wrapper2 .about-img img {
	max-width: 100%;
	z-index: 2;
	vertical-align: middle;
	position: relative;
	box-shadow: 0 13px 21px rgba(20,7,10,0.31);
}
#wrapper2 .about-img::after {
    /* z-index: -1;
	content: '';
	width: 550px;
	height: 116px;
	position: absolute;
	top: 10vw;
	left: 7vw;
	background-color: #333333; */
}
/*------------------------*/
#wrapper2 .content h2 {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
	position: relative;
	color: #fff;
}
/*------------------------------*/
#wrapper2 .intro {
	margin-bottom: 30px;
}
#wrapper2 .intro p {
	font-size: 1.5rem;
	line-height: 1.8;
}
#wrapper2 .intro p:not(:last-child) {
	margin-bottom: 15px;
}
#wrapper2 .button {
	color: #fff;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	color: #666;
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more {
	padding: .4em 1.2em;
}
#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: #008fe2;
	color: #fff;
	letter-spacing: 0px;
	padding-left: 1.2em;
	padding-right: 2em;
}
#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}
/*-----------新闻和联系我们-----------*/
#wrapper5 {
	background-color: #fff;/*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 {
	overflow:hidden;
	border: 1px solid #ddd;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#wrapper5 .single-post:hover {
	border: 1px solid #008fe2;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#wrapper5 .single-post img {
	width: 100%;
}
#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: #008fe2;
}
#wrapper5 ul.post-date li:last-child {
	color: #fff;
	background: #008fe2;
}
#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 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#wrapper5 p {
	color:#666;
	line-height: 1.8;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
}
#wrapper5 .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #008fe2;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#wrapper5 .post-content .btn:hover {
	background-color: #008fe2;
	color: #fff;
}
/*----- /公司简介/-------*/
#content .profile {
	font-size: 1.6rem;
	line-height: 1.7;
}
#content .profile .flex{
	justify-content: space-between;
}
#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 h2, #content .profile h3 {
	font-weight: 600;
}
#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;
}
/*------/产品列表/-------*/
#content ul.product-list {
	width: 100%;
}
#content ul.product-list li {
	width: 25%;
	padding: 0 10px;
	height: 100%;
	margin-bottom: 25px;
}
#content ul.product-list li section {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background: #f0f0f0;
}
#content ul.product-list li section:hover {
	background: #008fe2;
	border: 1px solid #008fe2;
}
#content ul.product-list li section:hover a{
	color: #fff;
}
#content ul.product-list li section h3 {
	font-weight: normal;
	text-align: center;
	font-size: 1.5rem;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding: 12px 5px;
}
#content ul.product-list li section > a {
	display: block;
}
#content ul.product-list li section .img {
	overflow: hidden;
	position: relative;
}
#content ul.product-list li section .img img {
	width: 100%;
	display: block;
	-webkit-transition: transform .5s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
}
#content ul.product-list li section 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);
}
/*-----/产品简介页/-----*/
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .left {
	width: 430px;
}
#content .panel .right {
	width: calc(100% - 430px);
	padding-left: 30px;
	font-size: 1.5rem;
}
#content .panel .right > h2 {
	height: 50px;
    font-size: 2.4rem;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
	margin-bottom:20px;
}
#content .panel .right > h2 span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #008fe2;
}
/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}
/*----旋转木马轮播---*/
#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: 30px;
	height: 30px;
	z-index:19;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 25px;
}
#content hgroup > figure:first-child {
	padding-top: 0;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 0;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
#content hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 25%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 75%;
}
#content hgroup>figure h3 {
	font-weight: normal;
	padding-left: 15px;
	font-size: 2rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #999;
	padding-left: 15px;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	font-size:1.5rem;
	line-height: 1.65;
	padding: 0 15px 10px;
	color: #999;
}
#content hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header 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: 20px 0px 20px 0px;
	line-height: 1.7;
	font-size: 1.6rem;
}
.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 h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}
/*-----联系我们-----*/
#content .contact {
	width: 100%;
}
#content .contact.flex {
	justify-content: space-between;
}
#content .contact .contact-left {
	width: 40%;
}
#content .contact img {
	max-width: none;
}
/*--------人才招聘--------*/
#content .job-title {
	background-color: #169ae1;
}
#content .job-title ul li {
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 1.6rem;
	width: 20%;
}
#content .job-list {
	background-color: #f6f4f4;
	margin-bottom:20px;
}
#content .job-list .job-content .job-desc{
	display: none;
}

#content .job-list .job-content > ul {
	cursor: pointer;
	border-bottom: 1px solid #e8e7e7;
}
#content .job-list .job-content > ul > li{
	color: #393939;
	padding: 15px 0;
	text-align: center;
	width: 20%;
}
#content .job-list .job-content.active > ul > li, #content .job-list .job-content > ul:hover > li{
	color: #008fe2;
}
#content .job-tip {
	line-height:1.7;
	margin-bottom:20px;
}
#content .job-contact h2{
	font-size:2rem;
	margin-bottom:20px;
}
#content .job-contact p{
	line-height: 1.7;
}
/*-------职位描述-----*/
#content .job-list .job-desc {
	width: 100%;
	padding: 20px 50px;
	border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul > li {
	width: 25%;
	line-height:1.8;
}
#content .job-list .job-desc ul li span{
	color:#666;
}
/*--------岗位职责-----*/
#content .job-list .job-desc .zhize.z1{
	margin-bottom: 20px;
}
#content .job-list .job-desc  h2{
	font-size:1.6rem;
	color: #333;
	margin-bottom: 10px;
}
#content .job-list .job-desc  p{
	line-height:1.7;
}