@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
	overflow: hidden; /*	padding-top: 80px;
*/
}
#banner .swiper-slide {
	height: 600px;
	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;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	top: 32%;
}
#banner .swiper-slide .banner-text-con h4 {
	font-size: 4.5rem;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
	color:#fff;
	position: relative;
	margin-bottom: 10px;
}
#banner .swiper-slide .banner-text-con p {
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.7;
}
#banner .swiper-slide .banner-text-con a.more {
	font-size: 1.5rem;
	color: #fff;
	background-color: #0093da;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 6px 22px;
	display: inline-block;
	margin-top: 20px;
	transition: .2s ease-out;
}
#banner .swiper-slide .banner-text-con a.more:hover {
	background-color: #01458c;
}
#banner .swiper-slide .banner-text-con p i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/dot-1.png) no-repeat;
	margin: 0 8px;
}
#banner .swiper-slide .banner-text-con p span {
	padding-right: 15px;
}

/*-----banner1-----*/
#banner .swiper-slide:nth-child(3n-4) .banner-text-con section {
	float: left;
	text-align: left;
}
#banner .swiper-slide:nth-child(3n-2) .banner-text-con img {
	float: left;
}
/*-----banner2-----*/
#banner .swiper-slide:nth-child(3n-3) .banner-text-con section {
	text-align: center;
}
#banner .swiper-slide:nth-child(3n-3) .banner-text-con {
	top: 22%;
}
#banner .swiper-slide:nth-child(3n-3) .banner-text-con img {
	margin:0 auto;
}
/*----------banner3---------*/
#banner .swiper-slide:nth-child(3n-2) .banner-text-con section {
	float: right;
	text-align: right;
}
#banner .swiper-slide:nth-child(3n-2) .banner-text-con img {
	float: right;
}
/*---------------------------*/
/*#banner .swiper-slide .banner-text-con img {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}*/
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----首页选项滑动特效----*/
#tabs .swiper-wrapper {
	border-bottom: none;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tabs .swiper-wrapper.flex-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
#tabs .swiper-slide {
	width: auto;
}
#tabs .swiper-slide a {
	color: #999;
	font-size: 1.5rem;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 7px 14px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-transform: capitalize;
}
#tabs .tabs-nav li.active a {
	color: #fff;
	background: #4B4D4E;
}
/*---选项卡滚动条----*/
#tabs .swiper-scrollbar {
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 26px;
}
#tabs .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2);
}
/*-----产品列表-----*/
#tabs-container {
	margin: 0 -10px;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	position: relative;
}
/*--------首页小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}
main>section hgroup > h2 {
	font-size: 3.4rem;
	position: relative;
	color: #134FA0;
	text-transform: uppercase;
	border-bottom:1px solid #dedede;
	margin-bottom:10px;
}
main>section hgroup > h2::after {
    content: '';
    display: block;
    height: 4px;
    width: 70px;
    background: #ca2818;
	margin: 10px auto -2px;
}
main>section hgroup > h2 a {
	color: #555;
}
main>section hgroup > h2 a:hover {
	color: #134FA0;
}
main>section hgroup h3 {
	font-size: 1.6rem;
	color: #666;
	line-height: 1.7;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
/*-------产品展示-------*/
#wrapper0{
	padding: 30px 0;
}
#wrapper0 ul.itemlist {
	margin: 0 -.5rem;
}
#wrapper0 ul.itemlist li.col {
	width: 25%;
	padding: 0 .5rem;
	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;
	z-index: 9;
}
#wrapper0 .pic-box1{
	color:#fff;
	width: 35%;
	position:relative;
	background:url(../images/wp0-list-bg.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper0 .pic-box1 .txt {
	padding: 30px 10px 0 20px;
}
#wrapper0 .pic-box1 .txt h3 {
	font-size: 1.8rem;
	text-align:right;
	margin-bottom:10px;
}
#wrapper0 .pic-box1 .txt p.info  {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align:right;
	margin-bottom: 15px;
	text-transform:uppercase;
}
#wrapper0 .pic-box1 .txt a.more  {
	float:right;
	font-size:1.8rem;
	display:block;
	border: 1px solid #fff;
	text-align:center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color:#FFFFFF;
}
#wrapper0 .pic-box1 .txt a.more:hover  {
	background-color:#FFB20E;
}
#wrapper0 .pic-box2{
	width: 65%;
	position:relative;
}
#wrapper0 .pic-box2 a{
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#wrapper0 .pic-box2 a > img{
	width:100%;
	display:block;
	vertical-align:middle;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper0 .pic-box2 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);
}
/*----公司简介---*/
#wrapper1 {
	background-color: #fff;
	padding:30px 0 60px;
}

#wrapper1 ul.about-list {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#wrapper1 ul.about-list {
	width: 100%;
}
#wrapper1 ul.about-list li {
	width: 25%;
	text-align: center;
	padding: 0 .75rem 1.5rem;
	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;
}
#wrapper1 ul.about-list li section {
	padding: 0 20px;
	display: block;
	overflow: hidden;
}

#wrapper1 ul.about-list li section:hover {
	color: #005DB7;
}

#wrapper1 ul.about-list li section>a {
    display: block;
    width: 104px;
    height: 104px;
    text-align: center;
    overflow: hidden;
    margin:0 auto 20px;
}
#wrapper1 ul.about-list li img{
  position: relative;
  width: 208px;
  max-width: inherit;
}
#wrapper1 ul.about-list li:hover img{
  right: 104px;
}


#wrapper1 ul.about-list li section h3 {
	font-size: 1.8rem;
	line-height: 24px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	margin-bottom:15px;
}
#wrapper1 ul.about-list li section p {
    font-size: 1.5rem;
	line-height:1.6;
    height: 50px;
    overflow: hidden;
    color: #555;
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
	padding: 60px 0;
	position: relative;
	overflow: visible;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper2 .container.flex {
	align-items: center;
	justify-content: flex-end;
}
#wrapper2 .container {
	padding: 0 10px;
}
#wrapper2 .content {
	width: 58%;
	position:relative;
}

#wrapper2 .content::before {
    content: '';
	position:absolute;
	background:url(../images/n3.png) no-repeat center;
    display: block;
    height: 34px;
    width: 43px;
	top: 0;
	left: -50px;
   /* margin: 10px auto -2px;*/
}


#wrapper2 .content span {
	color: #00428E;
}
#wrapper2 .about-img {
	margin-left: 20px;
	width: calc(42% - 20px);
	position: relative;
}


#wrapper2 .about-img img {
	width: 100%;
	vertical-align: middle;
}
#wrapper2 .content > h2 {
	font-size: 3rem;
	font-weight:600;
	text-transform: capitalize;
	position: relative;
	color: #fff;
	padding: 15px 0 0 0;
	margin-bottom:15px;
}
#wrapper2 .content > h3 {
	font-weight:normal;
	font-size: 2rem;
	position: relative;
	color: #96B7DE;
	letter-spacing: .5rem;
	text-transform:uppercase;
	margin-bottom: 40px;
}
#wrapper2 ul {
    width: 100%;
    margin: 0 -10px -25px;
}
#wrapper2 ul li {
	color:#fff;
	width: 50%;
	padding:0 10px 25px;
}

#wrapper2 ul li h3 {
	font-size: 1.8rem;
	font-weight: normal;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	
	margin-bottom: 10px;
}
#wrapper2 ul li h3.flex {
	align-items:center;
}
#wrapper2 ul li h3::before {
    content: "";
	 display: block;
	 height: 14px;
    width: 14px;
	background:url(../images/icoy.png) no-repeat left center;
}

#wrapper2 ul li h3 a{
	width: calc(100% - 14px);
	color:#fff;
	padding-left:10px;

}

#wrapper2 ul li p {
	line-height:1.7;
	color: rgba(250,250,250,0.65);
	font-size: 1.4rem;
	height: 50px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	/*white-space: nowrap;*/ /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
}
#wrapper2 ul li  a:hover {
	text-decoration: underline;
}
/*---------产品滚动------*/
#wrapper3 {
	padding: 60px 0;
}
#wrapper3 .col {
	padding: 5px 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;
}
#wrapper3 .col section {
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px rgba(50,50,50,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(50,50,50,0.4);
	box-shadow: 0px 2px 5px rgba(50,50,50,0.4);
	position: relative;
	overflow: hidden;
}
#wrapper3 .col section .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper3 .col section .img .info-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/bg-mask.png) no-repeat center center rgba(0,0,0,.5);
	transition: all ease .5s;
	opacity: 0;
}
#wrapper3 .col section:hover .info-mask {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#wrapper3 .col section h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	padding: 0 10px;
	text-align: center;
	line-height: 42px;
	height: 42px;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
#wrapper3 .col section>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#wrapper3 .col section img {
	width: 100%;
	display: block;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper3 .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);
}

/*-----第二部分（公司简介）-----*/
#wrapper6 {
	position: relative;
	overflow: visible;
	background:#005DB7;
}
#wrapper6 .container {
	padding: 0;
	max-width: 100%;
	height: auto !important;
	overflow: hidden;
	position: relative;
}

#wrapper6 .col {
	position: relative;
}
#wrapper6 .pic-box-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 34%;
	height: 100%;
}
#wrapper6 .pic-box-left .additional-content {
	height: 100%;
	background-position: center center;
	min-height: 500px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper6 .pic-box-right {
	width: 66%;
	float: right;
	display: inline;
}
#wrapper6 .pic-box-right info.flex {
	width: 100%;
	justify-content: space-between;
}
#wrapper6 .pic-box-right .message{
	width: 400px;
	background-color:#FFB10A;
	padding: 50px 40px;
}
#wrapper6 .pic-box-right .message h3 {
  color: #fff;
  font-size: 4.8rem;
  text-transform:uppercase;
  margin-bottom: 10px;
  font-weight:normal;
}

#wrapper6 .right-box{
	color:#fff;
	padding: 50px;
}
#wrapper6 .right-box h2 {
	font-size: 5rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
#wrapper6 .right-box h3 {
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 4rem;
	text-transform: uppercase;
}
#wrapper6 .right-box h4 {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 1rem;
	text-transform: uppercase;
}


#wrapper6 .right-box h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 28px;
}
#wrapper6 .right-box ul:not(:last-child)  {
	margin-bottom: 3rem;

}

#wrapper6 .right-box ul li {
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left: 20px;
	position: relative;
}
#wrapper6 .right-box ul li a{
	color:#fff;
}
#wrapper6 .right-box ul li a:hover{
	color: rgba(250,250,250,0.65);

}

#wrapper6 .right-box ul li i {
	color:#EA9D00;
	font-size: 130%;
	left: 0;
	position: absolute;
	top: 4px;
	width: 15px;
	text-align: center;
}

#wrapper6 .right-box ul li i.fa-mobile {
	top:0;
	font-size: 200%;
}
#wrapper6 .form-actions {
	padding: 10px 0 0;
}

#wrapper6 .stdbtn {
	padding: 1rem 4rem;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: .3rem;
	-moz-border-radius:.3rem;
	border-radius: .3rem;
	cursor: pointer;
	font-size: 1.5rem;
	background-color:transparent;
	
}
#wrapper6 .stdbtn:hover {
	text-decoration: none;
	background-color:#005DB7;
}


/*-----/在线留言页/-----*/
#wrapper6 ul.widget-box {
	position: relative;
}
#wrapper6 ul.widget-box li {
	margin-bottom: 15px;
}
#wrapper6 ul.widget-box li img {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}

#wrapper6 ul.widget-box li input {
  color: #595959;
  height: 42px;
  -webkit-border-radius: .4rem;
  -moz-border-radius: .4rem;
  border-radius: .4rem;
  font-size: 1.4rem;
}
#wrapper6 ul.widget-box li input:not(.valcode) {
	width: 100%;
}

#wrapper6 ul.widget-box li textarea {
	width: 100%;
	height: 110px;
	 -webkit-border-radius: .4rem;
  -moz-border-radius: .4rem;
  border-radius: .4rem;
   font-size: 1.4rem;
}


/*-----------新闻中心-----------*/
#wrapper5 {
	padding: 60px 0;
	background-color: #fff;
}
#wrapper5 .all-news {
	width: 100%;
	justify-content: space-between;
}
#wrapper5 .all-news .tips {
	/*width: 180px;*/
	width: 24%;
	background: #00428e;
	line-height: 1.7;
	color: #a9b6cf;
	padding: 50px 0 0 28px;
}
#wrapper5 .all-news .tips p.en {
	font-size: 3.6rem;
	font-family: Arial;
	color: #fff;
}
#wrapper5 .all-news .tips a.more {
	display: inline-block;
	color: #a9b6cf;
	border: 1px solid #a9b6cf;
	margin-top: 30px;
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
	padding: .3rem 1rem;
}
#wrapper5 .all-news .tips a.more i {
	padding-left: 5px;
}
#wrapper5 .all-news .tips a.more:hover {
	color: #00428e;
	border: 1px solid #fff;
	background-color: #fff;
}
/*------左侧新闻列表----*/
#wrapper5 .all-news .left-box {
	width: 60%;
	background-color: #fff;
}
#wrapper5 .all-news .left-box ul {
	width: 76%;
	padding: 0 20px;/*	padding: 10px 0 0 20px;
*/
}
#wrapper5 .all-news .left-box ul li {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0;
}
#wrapper5 .all-news ul li .news-time {
	width: 80px;
	color: #666;
	padding-right: 12px;
	border-right: 1px dashed #e0e0e0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper5 .all-news ul li .news-time p.news-day {
	font-weight: bold;
	font-size: 3rem;
	height: 40px;
	line-height: 40px;
}
#wrapper5 .all-news ul li .news-year {
	font-size: 1.4rem;
	height: 20px;
	line-height: 20px;
}
#wrapper5 .all-news ul li .news-title {
	padding-left: 12px;
	width: calc(100% - 80px);
}
#wrapper5 .all-news ul li .news-title h3 {
	font-size: 1.8rem;
	font-weight: normal;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
	margin-bottom: 10px;
}
#wrapper5 .all-news ul li .news-title p {
	color: #666;
	font-size: 1.4rem;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	width: 100%;
}
#wrapper5 .all-news ul li .news-title a:hover {
	text-decoration: underline;
}
/*------------右侧联系我们----------------*/
#wrapper5 .all-news .right-box {
	width: calc(40% - 20px);
	margin-left: 20px;
	background-color: #f8f8f8;
}
#wrapper5 .right-box h3 {
	font-size: 2.4rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #00428E;
	margin: 15px 0 30px;
	padding-left: 20px;
}
#wrapper5 .right-box h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 28px;
	background: #00428E;
}
#wrapper5 .right-box ul {
	padding: 0 20px 15px;
}
#wrapper5 .right-box ul li {
	line-height: 1.7;
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
}
#wrapper5 .right-box ul li i {
	color: #00428E;
	left: 0;
	position: absolute;
	top: 4px;
	width: 15px;
	text-align: center;
}
#wrapper5 .right-box ul li i.fa-mobile {
	font-size: 130%;
}
/*------主体公共代码-----*/
#content .left .news-body, #content .left .profile, #content .left .details {
	line-height: 1.8;
	font-size: 1.6rem;
}
#content .left .contact img {
	max-width: none;
}
#content .main-body p {
	margin-bottom: 15px;
}
#content .pimg img{
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
#content .main-body a {
	color: #136ec2;
	text-decoration: none;
}
#content .main-body a:hover {
	text-decoration: underline;
}
#content .main-body h2, #content .main-body h3, #content .main-body h4 {
	color: #333;
	font-weight:bold;
	margin-bottom: 1rem;
}
#content .main-body > ul {
	margin-bottom: 1.5rem;
}
#content .main-body > ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#content .main-body > ul > li > p {
	margin-left: -15px;
}
#content .main-body table p {
	margin-bottom: 0;
}
#content .main-body img[align*="left"] {
	margin-right: 15px;
}
#content .left .profile, #content .left .news-info {
	padding: 30px 30px 0;
}
#content .left .contact i{
	margin-right: 10px;
}

/*------公司简介图片-------*/
#content ul.gallery li {
	margin-left: 0;
	list-style: none;
}
#content ul.gallery li section {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	position: relative;
	overflow: hidden;
}
#content ul.gallery li section .name {
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background-color: rgba(51, 51, 51, 0.68);
}

/*------/产品列表/-------*/
#content ul.product-list {
	margin: 0 -10px;
	padding: 20px;
}
#content ul.product-list li {
	width: 33.33333333%;
	padding: 0 10px;
	height: 100%;
	margin-bottom: 20px;
	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;
}
#content ul.product-list li section {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background: #f0f0f0;
}
#content ul.product-list li section:hover {
	background: #005DB7;
	border: 1px solid #005DB7;
}
#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: 10px 5px;
}

#content ul.product-list li section p {
	font-size: 1.5rem;
}
#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 0.5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.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 ul.ac2 li {
	width: 25%;
}

/*-----企业全景------*/
#content .left h2.small-title::after {
    content: '';
    position: absolute;
    bottom: 0;
	top: 8px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #0e499e;
}
#content .left h2.small-title {
    font-size: 2.4rem;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    color: #0e499e;
    margin: 20px 20px 0;
    padding-left: 15px;
}

#content ul.about-4 li {
	width: 50%;
}
/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width: 430px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 430px);
	float: left;
	display: inline;
	padding-left: 20px;
	font-size: 1.5rem;
	line-height: 1.7;
}
#content .panel .fr > h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
/*-------产品详情页--------*/
#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: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 20px;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px;
}
#content hgroup > figure:hover {
	background-color: #f8f8f8;
}
#content hgroup > figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup > figure img {
	float: left;
	width: 22%;
	border: 1px solid #e8e8e8;
}
#content hgroup > figure figcaption {
	float: left;
	width: 78%;
	padding-left: 15px;
}
#content hgroup > figure h3 {
	font-size: 1.8rem;
}
#content hgroup > figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden; /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup > figure > figcaption > span, #content hgroup > figure > figcaption > span a {
	color: #777;
}
#content hgroup > figure > figcaption > span a:hover {
	color: #0093da;
}
/*----新闻列表内容-----*/
#content hgroup > figure figcaption p {
	line-height: 1.65;
	padding: 0 15px 10px 0;
	color: #777;
}
#content hgroup > figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#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;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 20px 0px;
}
.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;
}
