
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-05-24 16:02:00
 * @version $Id$
 */
*{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: "微软雅黑";
}
input::-moz-placeholder { color: #fff; }
input::-webkit-input-placeholder { color:#fff; }
input::-ms-input-placeholder { color:#fff; }
textarea::-moz-placeholder { color: #fff; }
textarea::-webkit-input-placeholder { color:#fff; }
textarea::-ms-input-placeholder { color:#fff; }
.fl{
	float: left;
}
.fr{
	float: right;
}
 .clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	color: #ff0000;
}
img{
	border: none;
}
/*top*/
.top{
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 0.5rem 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 9;
	box-shadow: 1px 1px 1px #000;
}
.top .logo{
	width: 45%;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 1em;
}
.top .logo a{
	display: flex;
	align-items: center;
}
.top .logo img{
	width: 100%;
	max-width: 148px;
}
.top .menu div{
	margin-top: 0.5rem;
	background: #e40118;
	padding: 0.3rem 0.5rem 0.2rem;
}
.sonmenu{
	display: none;
	position: fixed;
	z-index: 100;
	top: 63px;
	height: 100%;
	width: 100%;
	padding: 1rem 1.5rem;
	background: rgba(0,0,0,0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sonmenu ul{
	margin-bottom: 2rem;
}
.sonmenu ul li{
	line-height: 3rem;
	border-bottom: 1px dashed #fff;
	background: url(../img/icon-menu.png) no-repeat right 1rem center;
}
.sonmenu ul li a{
	display: block;
	color: #fff;
	font-size: 1rem;
}
.sonmenu a.button{
	padding: 0.5rem 2rem;
	border: 1px solid #ddd;
	color: #fff;
	border-radius: 0.5rem;
}
.swiper-slide img{
	width: 100%;
}
.i-title {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
    border-top: 1px #dadada solid;
	border-bottom: 1px #dadada solid;
}

.i-title p {
	float: left;
	font-size: 1rem;
	color: #666666;
	border-left: 3px solid #b04ca6;
	padding-left: 1rem;
}

.i-title span a {
	float: right;
	background: url(../img/icon-more.png) no-repeat right center;
	margin-right: 3%;
	padding-right: 2rem;
	color: #ccc;
	font-size: 0.8rem;
}
/*公司简介*/
.i-about{
	padding: 1rem;
	box-sizing: border-box;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color: #666;
}
/*协会活动/协会通知/媒体摘要*/
.i-box .sel{
	height: 3.3rem;
	line-height: 3rem;
}
.i-box .sel ul li{
	float: left;
	width: 33%;
	text-align: center;
	border: 1px solid #ddd;
	border-left: 0;
}
.i-box .sel ul li:last-child{
	border-right: 0;
}
.i-box .sel ul li.hover{
	color: #0169b2;
	border-bottom: 3px solid #0169b2;
}
.i-box .seldiv{
	display: none;
}
/*应用领域*/
.i-app{
	padding: 1rem;
	box-sizing: border-box;
}
.i-app ul li{
	margin-bottom: 2rem;
}
.i-app ul li div{
	height: 15rem;
	overflow: hidden;
}
.i-app ul li .text{
	padding: 1rem;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
}
.i-app ul li .text p:first-of-type{
	font-size: 1.1rem;
	color: #333;
	line-height: 2.5rem;
}
.i-app ul li .text p:last-of-type{
	font-size: 0.9rem;
	color: #999;
	line-height: 1.8rem;
	text-align: left;
	margin-bottom: 1rem;
}
.i-app ul li .text a{
	padding: 0.4rem 2rem;
	border: 1px solid #aaa;
	color: #666;
	font-size: 0.8rem;
}
.i-app ul li .img{
	line-height: 15rem;
}
.i-app ul li .img img{
	vertical-align: middle;
	max-width: 100%;
}
/*新闻中心*/
.i-news ul{
	padding: 0 1rem;
	box-sizing: border-box;
}
.i-news ul li{
	margin-top: 1rem;
	height: 8rem;
	border-bottom: 1px dashed #eee;
}
.i-news ul li .time{
	float: left;
	height: 7rem;
	width: 25%;
	text-align: center;
	border: 1px solid #eee;
}
.i-news ul li .time p:first-child{
	height: 4rem;
	line-height: 4rem;
	font-size: 32px;
	font-weight: bold;
	color: #0169b2;
}
.i-news ul li .time p:last-child{
	height: 3rem;
	line-height: 3rem;
	font-size: 1.1rem;
	border-top: 1px solid #eee;
	color: #0169b2;
}
.i-news ul li .text{
	float: right;
	width: 70%;
}
.i-news ul li .text p:first-child{
	font-size: 1rem;
	color: #666;
	height: 2rem;
	line-height: 2.2rem;
	overflow: hidden;
}
.i-news ul li .text p:last-child{
	font-size: 0.8rem;
	color: #999;
	height: 5rem;
	line-height: 1.5rem;
	padding: 0.6rem 0;
	box-sizing: border-box;
	overflow: hidden;
}
.i-news ul li:hover .time{
	background: #0169b2;
}
.i-news ul li:hover .time p{
	color: #fff !important;
}
.i-news ul li:hover .text p:first-child{
	color: #b8382c;
}
/*案例*/
.i-case{
	padding: 1rem;
	box-sizing: border-box;
}
.i-case ul li{
	float: left;
	height: 8.5rem;
	line-height: 6rem;
	width: 49%;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.i-case ul li:nth-child(even){
	float: right;
}
.i-case ul li:hover{
	box-shadow: #999 5px 5px 15px ;
}
.i-case ul li:nth-child(5n){
	margin-right: 0;
}
.i-case ul li img{
	width: 100%;
}
.footer{
	padding: 0.5rem;
	text-align: center;
	background: #e40118;
}
.footer p{
	margin-bottom: 1rem;
}
.footer p span:first-child{
	font-size: 1.2rem;
	color: #fff;
}
.footer p span:last-child{
	font-size: 1rem;
	color: #fff;
}
.footer ul{
	/* margin-bottom: 0.5rem; */
}
.footer ul li{
	line-height: 2rem;
	color: #ddd;
}
.copyright{
	padding: 0.5rem 1rem;
	line-height: 2rem;
	border-top: 1px solid #eee;
	color: #fff;
	text-align: center;
	background:#e40118;
}
.copyright a{
	color: #fff;
}
/*翻页*/
.page {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
	height:20px;
}
.page div{
	display: inline-block;
}
.page a,
.page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #36373a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page .current {
    background-color: #36373a;
    border: 1px solid #36373a;
    color: #fff;
}

.page a:first-child,
.page span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page a:last-child,
.page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*内页-关于我们*/
.son-title{
	height: 4rem;
	line-height: 4rem;
	font-size: 1.2rem;
	color: #930784;
	text-align: center;
	background: #fff url(../img/son-title-bg.png) no-repeat center;
}
.page-content{
	padding: 0 1.5rem 3rem;
	background: #fff;
}
.page-content img{
	max-width: 100%;
}
/*内页-产品分类*/
.son-menu p{
	height: 3.5rem;
	background: #e40118 url(../img/icon1.png) no-repeat right 1rem center;
	line-height: 3.5rem;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	border-bottom: 1px solid #fff;
}
.son-menu ul{
	display: none;
	background: #e40118;
}
.son-menu ul li{
	height: 3rem;
	line-height: 3rem;
	border-bottom: 1px dashed #fff;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../img/icon-menu.png) no-repeat right 1rem center;
}
.son-menu ul li:last-child{
	border-bottom: 1px solid #fff;
}
.son-menu ul li a{
	display: block;
	color: #fff;
}
.son-second-menu{
	padding: 1rem 1rem 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.son-second-menu ul li{
	float: left;
	width: 49%;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 1px solid #1682f0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	border-radius: 3rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.son-second-menu ul li:nth-child(odd){
	float: left;
}
.son-second-menu ul li:nth-child(even){
	float: right;
}
.son-second-menu ul li a{
	display: block;
	font-size: 1rem;
	color: #666;
}
.son-second-menu ul li.hover{
	background: #1682f0;
}
.son-second-menu ul li.hover a{
	color: #fff;
}
.son-pro-list{
	background: #fff;
	padding:1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.son-pro-list ul li{
	height: 9rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 10px #666;
}
.son-pro-list ul li .img{
	height: 9rem;
    line-height: 9rem;
    width: 41%;
    /* background: #ddd; */
    overflow: hidden;
    margin-left: 10px;
}
.son-pro-list ul li .img img{
	width: 100%;
	vertical-align: middle;
}
.son-pro-list ul li .text{
	padding: 1rem;
	height: 9rem;
	width: 100%;
	/*background: #1682f0;*/
	box-sizing: border-box;
	overflow: hidden;
}
.son-pro-list ul li .text p:first-child{
	font-size: 1.2rem;
	height: 2.33rem;
	line-height: 2.33rem;
	color: #333;
	overflow: hidden;
}
.son-pro-list ul li .text p:nth-child(2){
	font-size: 1rem;
    height: 4rem;
    line-height: 1.33rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.son-pro-list ul li .text p:nth-child(3){
	font-size: 1.2rem;
	height: 2.33rem;
	line-height: 2.33rem;
	color: #333;
}

/*首页产品*/

.son-product{
	background: #fff;
	padding:1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.product{
	height: 13rem;
	width:48%;
	margin-bottom: 1rem;
	box-shadow: 0 0 10px #666;
	margin-left: 5px;
    float: left;
}
.product .img{
	height: 9rem;
    line-height: 10rem;
    width: 85%;
    /* background: #ddd; */
    overflow: hidden;
    margin-left: 10px;
}
.product .img img{
	width: 100%;
	vertical-align: middle;
}
.product .text{
	padding: 1rem;
	height: auto;
	width: 100%;
	/*background: #1682f0;*/
	box-sizing: border-box;
	overflow: hidden;
}
.product .text p:first-child{
	font-size: 1.2rem;
	height: 2.33rem;
	line-height: 2.33rem;
	color: #333;
	overflow: hidden;
	text-align: center
}
.product .text p:nth-child(2){
	font-size: 1rem;
    height: 4rem;
    line-height: 1.33rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product .text p:nth-child(3){
	font-size: 1.2rem;
	height: 2.33rem;
	line-height: 2.33rem;
	color: #333;
}

/*产品详情页*/
.show-pro-title{
	background: #fff;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.show-pro-title p:first-child{
	font-size: 1.4rem;
	color: #333;
	border-left: 5px solid #0169b2;
	padding-left: 1rem;
	font-weight: bold;
}
.show-pro-title p:nth-child(2){
	line-height: 2rem;
	margin: 1rem 0;
}
.show-pro-title a{
	font-size: 1.2rem;
	background: #36373a;
	padding: 0.7rem 2rem;
	color: #fff;
	-webkit-box-shadow: 2px 2px 2px #36373a;
	        box-shadow: 2px 2px 2px #36373a
}
.show-pro-img{
	padding: 1rem;
	background: #fff;
}
.show-pro-img .bigimg{
	display: none;
	text-align: center;
}
.show-pro-img .bigimg:first-child{
	display: block;
}
.show-pro-img .bigimg img{
	max-width: 100%;
}
.show-pro-img ul li{
	float: left;
	height: 5rem;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
}
.show-pro-img ul li:last-child{
	margin-right: 0;
}
.show-pro-img ul li img{
	width: 100%;
}
.show-pro-cate{
	padding-bottom: 1rem;
	border-bottom: 1px solid #1682f0;
}
.show-pro-cate p:first-child img{
	margin-right: 0.5rem;
	vertical-align: middle;
}
.show-pro-cate p:first-child span{
	font-size: 1.2rem;
	vertical-align: middle;
}
.show-pro-cate p:last-child{
	text-transform: uppercase;
}
.show-pro-content{
	padding: 1rem;
	background: #fff;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.show-pro-content .content-title{
	line-height: 2.2rem;
	border-bottom: 2px solid #0169b2;
}
.show-pro-content .content-title p{
	line-height: 2.2rem;
	width: 30%;
	background: #0169b2;
	text-align: center;
	color: #fff;
}
/*新闻列表*/
.son-list-info{
	padding: 1rem;
	box-sizing: border-box;
}

/*新闻列表*/
.son-list-news{
	padding: 1rem;
	background: #fff;
}
.son-list-news ul li{
	padding: 1rem;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 1rem;
}
.son-list-news ul li img{
	width: 100%;
}
.son-list-news ul li p:nth-of-type(1){
	color: #333;
	line-height: 2rem;
}
.son-list-news ul li p:nth-of-type(2){
	color: #999;
	font-size: 0.8rem;
	line-height: 1.6rem;
}
.son-list-news ul li p:nth-of-type(3){
	color: #666;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
/*新闻详情*/
.show-news-title{
	padding-top: 1rem;
	background: #fff;
	text-align: center;
}
.show-news-title p{
	font-size: 1.2rem;
	color: #0169b2;
	line-height: 2rem;
}
.show-news-title .time{
	font-size: 0.8rem;
	color: #999;
}
.show-news-content{
	padding: 1rem;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
			overflow-y: auto;
}
.paging{
	background: #fff;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.paging .prev,.paging .next{
	line-height: 2.5rem;
}
.paging .prev strong,.paging .next strong{
	color: #1682f0;
}
.paging .prev a,.paging .next a{
	color: #333;
}
/*联系我们*/
.show-pro-message{
	padding: 1rem;
	box-sizing: border-box;
}
.show-pro-message .item p{
	line-height: 3rem;
	font-size: 1rem;
	color: #000;
}
.show-pro-message .item p span{
	font-size: 1rem;
	color: red;
}
.show-pro-message .item input{
	height: 2.5rem;
	width: 100%;
	background: #fff;
	line-height: 2.5rem;
	font-size: 0.9;
	color: #333;
	padding: 0 0.5rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.show-pro-message .item textarea{
	height: 8rem;
	width: 100%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.show-pro-message .item button{
	margin-top: 1rem;
	height: 2.8rem;
	width: 100%;
	background: #e80000;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	border: none;
}
.contact-text{
	padding: 1rem 1rem 0;
}
.contact-text img{
	max-width: 100%;
}
.page-contact{
	padding: 1rem;
}

.bmenu{
	height: 3.5rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #fff;
	background: #000;
	z-index: 999;
}
.bmenu ul{
	height: 100%;
}
.bmenu ul li{
	height: 100%;
	width: 25%;
	height: 100%;
	float: left;
	padding: 0.3rem 0;
	box-sizing: border-box;
	text-align: center;
}
.bmenu ul li img{
	height: 1.5rem;
}
.bmenu ul li p{
	line-height: 1rem;
	color: #fff;
	font-size: 0.8rem;
}

/*产品详情*/
.pro-detail .tab{
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  box-sizing: border-box;
  z-index: 9;
}
.pro-detail .tab ul li{
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #6e6e6e;
  border-top: 3px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.pro-detail .tab ul li:hover{
  border-top: 3px solid #930784;
  box-sizing: border-box;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.pro-detail .tab ul li.hover{
  border-top: 3px solid #930784;
  box-sizing: border-box;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.detail{
	display: none;
	padding: 1rem;
	box-sizing: border-box;
}
.detail img{
	max-width: 100%;
}
/*产品参数*/
.parameter{
	margin-bottom: 2rem;
}
.parameter p.title{
  font-size: 1.5rem;
  color: #333;
  line-height: 5rem;
}
.parameter ul{
  padding: 1rem;
  width: 100%;
  background: url(../img/pro-detail-right-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.parameter ul li{
  height: 37.5px;
  line-height: 37.5px;
  overflow: hidden;
  font-size: 17px;
  color: #333;
}
.parameter ul li span{
  font-size: 18px;
  color: #bd0d0d;
}
.parameter div{
  margin-top: 30px;
  height: 45px;
  width: 100%;
}
.parameter div a{
  float: left;
  display: block;
  height: 45px;
  width: 150px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
}
.parameter div a:last-child{
  margin-left: 20px;
}
.parameter div a img{
  margin-right: 8px;
  vertical-align: middle;
}
.parameter div a span{
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}
.parameter div a:hover{
  border-color: #1682f0;
  background: #1682f0;
}
.parameter div a:hover span{
  color: #fff;
}
.page li{
    margin-bottom: 1rem;
    box-shadow: 0 0 10px #666;
    height: 0 !important;
}
.carousel {
  width:100%;
  height:400px;
  position: relative;
}
.carousel .btn {
  position: absolute;
  height: calc(100% - 15%);
  width: calc(100% - 90%);
  margin: 35px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  overflow: hidden;
}
.carousel .btn:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.carousel .btn i {
  font-size: 1.6rem;
  color: #000;
  transition: all 400ms ease;
  opacity: 0;
}
.carousel .btn-back {
  top: 0;
  left: 0px;
}
.carousel .btn-back:before {
  border-radius: 100% 0 0 100%;
  transform: translateX(100px);
}
.carousel .btn-back .fa-arrow-left {
  transform: translateX(100px);
}
.carousel .btn-next {
  top: 0;
  right: 0px;
}
.carousel .btn-next:before {
  border-radius: 0 100% 100% 0;
  transform: translate(-100px);
}
.carousel .btn-next .fa-arrow-right {
  transform: translateX(-100px);
}
.carousel .btn .right-indicator, .carousel .btn .left-indicator {
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}
.carousel .btn .right-indicator {
  transform: translateX(-20px);
}
.carousel .btn .left-indicator {
  transform: translateX(-5px);
}
.carousel .btn:hover:before {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(0);
}
.carousel .btn:hover .fa-arrow-left, .carousel .btn:hover .fa-arrow-right {
  opacity: 1;
}
.carousel .btn:hover .fa-arrow-left {
  transform: translateX(8px);
}
.carousel .btn:hover .fa-arrow-right {
  transform: translateX(8px);
}
.carousel .btn:hover .right-indicator {
  transform: translateX(100px);
  opacity: 0;
}
.carousel .btn:hover .left-indicator {
  transform: translateX(-100px);
  opacity: 0;
}
.carousel .viewbox {
  width: calc(100% - 20%);
  height: calc(100% - 10%);
  position: relative;
  margin: 25px auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 2px 5px 10px rgba(0, 0, 0, 0.1), -2px 8px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}
.carousel .viewbox .track {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 500ms ease;
  z-index: 2;
}
.carousel .viewbox .track .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.09);
}
.carousel .viewbox .track .slide .images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .nav-indicator {
  position: absolute;
  bottom: -2vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.carousel .nav-indicator .dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 300ms ease;
}
.carousel .nav-indicator .dot.active {
  background: rgba(0, 0, 0, 0.5);
}
