@charset "UTF-8";
/*栏目banner*/
.pc_ad {
	clear: both;
	height: 240px;
	width: 100%;
	text-align: center;
	background-position: center 0;
}
.web_ad {
	clear: both;
	height: 240px;
	width: 100%;
	text-align: center;
	background-position: center 0;
	display: none
}
@media (max-width:1199px) and (min-width: 992px) {
	.pc_ad {
		height: 240px;
	}
	.web_ad {
		display: none
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.pc_ad {
		height: 210px;
	}
	.web_ad {
		display: none
	}
}
@media (max-width:767px) and (min-width: 425px) {
	.pc_ad {
		height: 200px;
		display: none
	}
	.web_ad {
		height: 200px;
		display: block;
	}
}
@media screen and (max-width:424px) {
	.pc_ad {
		height: 200px;
		display: none
	}
	.web_ad {
		height: 200px;
		display: block;
	}
}
/*栏目banner*/

/*面包屑*/
.mbx{
	background: #f4f4f4;
	padding: 10px 0;
}
.mbx p{
	text-align: right;
}
.mbx a{
	font-size: 14px;
	color: #333333;
}
/*面包屑*/

/*左侧框架*/
.main .left{
	position: relative;
	/*top: -90px;*/
}
.main .left-a{
	margin-bottom: 20px;
}
.main .left-a h2{
	background:#28166f;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 31px 0;
}
.main .left-a ul{
	
}
.main .left-a li{
	
}
.main .left-a a{
	display: block;
	font-size: 16px;
	padding:15px;
	color: #1c4587;
	background: #F1F1F1;
	border-bottom: 1px solid #d0d0d0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .left-a a:hover,
.main .left-a a.cur{
	background: #e77817;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.main .left-b{
	padding: 20px 0 20px 80px;
	background: url(../images/tela.png) no-repeat 20px center;
	background-size:50px;
	border:3px solid #28166f;
}
.main .left-b p{
	font-size: 14px;
}
.main .left-b strong{
	font-size: 23px;
	font-weight: bold;
}
.main .left-c{
	
}
.main .left-c>ul{
	border: 1px solid #efefef;
	border-top: none;
	margin-bottom: 20px;
}
.main .left-c>ul>h2{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: #291770;
	padding-left: 20px;
	font-weight: bold;
}
.main .left-c>ul>li{
	
}
.main .left-c>ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #1c4587;
	background: #F1F1F1;
	border-bottom: 1px solid #d0d0d0;
	padding-left: 30px;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.main .left-c>ul>li>a.cur,
.main .left-c>ul>li>a:hover{
	background: #e77817;
	color: #fff;
    border-bottom: 1px solid #ffffff;
}

.main .left-c>ul>div{
	padding: 15px;
    border: 1px solid #cccccc;
    border-top: none;
}
.main .left-c>ul>div>p{
	font-size: 14px;
    color:#333;
    line-height: 30px;
}
@media (max-width:1199px) and (min-width: 992px) {
	.main .left{
		top: -74px;
	}
	.main .left-a h2{
		font-size: 24px;
		padding: 25px 0;
	}
	.main .left-a a{
		line-height: 45px;
	}
	.main .left-b{
		background: #e77817;
		padding: 25px 0 25px 15px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.main .left{
		top: -74px;
	}
	.main .left-a h2{
		font-size: 24px;
		padding: 25px 0;
	}
	.main .left-a a{
		line-height: 45px;
	}
	.main .left-b{
		background: #e77817;
		padding: 25px 0 25px 15px;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.mbx p{
		text-align: left;
	}
}
@media screen and (max-width:424px) {
	.mbx p{
		text-align: left;
	}
}
/*左侧框架*/

/*右侧框架*/

/*单页*/
.page {
	min-height: 600px;
	padding: 30px 0px;
	line-height: 180%;
	color: #5A5A5A;
	font-size: 16px;
}
/*单页*/

/*产品列表*/
.product-list{
	padding-top: 20px;
}
.product{
	font-size: 0;
}
.product li{
	display: inline-block;
	vertical-align: top;
    margin-bottom: 30px;
}
.product a{
	display: block;
	padding: 15px 20px;
	border: 1px solid #eeeeee;
	transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.product a:hover{
	border: 1px solid #e77817;
}
.product p{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.product img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}
.product h3{
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 10px;
	text-align: center;
}
@media screen and (min-width: 768px){
	.product li{
		width: 31%;
	    margin-right: 3.5%;
	}
	.product li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	.product li{
		width: 48%;
	    margin-right: 4%;
	}
	.product li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:424px) {
	.product li{
		width: 49%;
	    margin-right: 2%;
	}
	.product li:nth-child(2n){
		margin-right: 0;
	}
}
/*产品列表*/

/*新闻列表页*/
.news-list{padding-top:30px;}
.news-list>ul>li{
	padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;
	display: flex;
	margin-bottom: 6px;
	align-items: center;
}
.news-list>ul>li:last-child{
	margin-bottom: 0;
}
.news-list>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.news-list>ul>li>div:nth-child(1){
	width: 85px;
	margin-right: 15px;
	text-align: center;
}
.news-list>ul>li>div:nth-child(1)>p{
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	font-size: 48px;
	color: #cccccc;
	margin-bottom: 9px;
	line-height: 60px;
}
.news-list>ul>li>div:nth-child(1)>span{
	font-size: 14px;
	color: #666666;
}
.news-list>ul>li>div:nth-child(2){
	width: 90%;
}
.news-list>ul>li>div:nth-child(2)>h3{
	margin-top: 7px;
	margin-bottom: 10px;
}
.news-list>ul>li>div:nth-child(2)>span{
	display: none;
	font-size: 14px;
	color: #999999;
}
.news-list>ul>li>div:nth-child(2)>h3>a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>ul>li>div:nth-child(2)>h3>a:hover{
	color: #e77817;
}
.news-list>ul>li>div:nth-child(2)>p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.news-list>ul>li>div:nth-child(1){
		display: none;
	}
	.news-list>ul>li>div:nth-child(2)>span{
		display: block;
	}
}
/*新闻列表页*/



/*内容详情页*/
.product-info {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product-info .hd h1 {
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 5px;
	text-align: center;
}

.product-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
	text-align: center;
}
.product-info .page{
	min-height: 600px;
    padding: 30px 0px;
    line-height: 2;
    color: #5A5A5A;
    font-size: 14px;
}
.product-info .hd p span{
	margin-right: 10px;
}
/*内容详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}

.turn p span{
	display: inline-block;
	vertical-align: middle;
}
.turn p a {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #39424b;
	text-decoration: none;
}
/*上一页/下一页*/


/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0 40px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#e77817; 
  	color:#fff; 
  	border-color: #e77817;
} 
.pagination li.active a { 
  	background: #e77817; 
  	color: #fff;
  	border-color: #e77817;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

.about-content {
	background: #ffffff;
}
.about-content form{
	padding: 25px 0px;
}
.about-content label{
	display: block;
	font-weight: normal;
	margin-bottom: 30px;
}
.about-content label span{
	display: inline-block;
	margin-bottom: 0;
	width: 18%;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.about-content label input{
	width: 40%;
	font-size: 14px;
	line-height: 35px;
	padding-left: 8px;
	outline: none;
	border: 1px solid #cccccc;
	display: inline-block;
	vertical-align: middle;
	height: 37px;
}
.about-content label i{
	color: #ff0000;
	font-style: normal;
	padding-left: 5px;
}
.about-content label textarea{
	width: 75%;
	height: 180px;
	padding: 5px 4px;
	vertical-align: top;
	outline: none;
	border: 1px solid #cccccc;
	resize:none;
	font-size: 14px;
}
.about-content label input[type=submit],
.about-content label input[type=reset]{
	width: 15%;
	background-color: #e77817;
	color: #ffffff;
	border: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	line-height: 40px;
	padding: 0;
}
.about-content label:last-child{
	margin-top: 50px;
}
.about-content label input[type=reset]{
	background: #e8e8e8;
	color: #333;
	margin-left: 20px;
}
@media screen and (max-width:600px) {
	.about-content h2{
		font-size: 26px;
	}
	.about-content label{
		margin-bottom: 15px;
	}
	.about-content label span{
		display: block;
		font-weight: bold;
		text-align: left;
		margin-bottom: 6px;
		width: 100%;
	}
	.about-content label input{
		width: 100%;
	}
	.about-content label i{
		display: none;
	}
	.about-content label textarea{
		width: 100%;
	}
	.about-content label input[type=submit],
	.about-content label input[type=reset]{
		width: 30%;
		line-height: 35px;
	}
}

.support h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edf1f1;
}
.support li{
	margin-bottom: 10px;
}
.support li>div{
	overflow: hidden;
	text-overflow: ellipsis;
}
.support a{
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	padding-left: 18px;
}
.support a:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 100%;
	left: 0;
	top: 8.5px;
}
.support a:hover{
	color: #e77817;
}

/*右侧框架*/

.chanpingxiangqing{
	margin-top: 30px;
}
/*组图CSS*/
#zutu {
  	width: 35%;
  	position: relative;
}
#zutu .hd {
  	position: absolute;
  	bottom: 10px;
  	left: 50%;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
  	z-index: 100;
  	font-size: 0;
}
#zutu .hd li {
  	width: 10px;
  	height:10px;
  	background-color: #28166f;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#zutu .hd .on {
  	background-color: #e77817;
}
#zutu .bd a {
  	display: block;
  	height: 0;
  	padding-bottom: 100%;
  	overflow: hidden;
  	position: relative;
  	border: 1px solid #cccccc;
}
#zutu .bd a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/*组图CSS*/
.xiangqing{
	width: 60%;
}
.xiangqing h2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xiangqing p{
	font-size: 14px;
	color: #999;
	line-height: 2;
}
.xiangqing span{
	margin-top: 20px;
	display: block;
	background: #f5f5f5;
    padding: 0 18px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #b80000;
    font-weight: bold;
}

.product-maincon {
	padding: 15px 0;
}
.info_tab_in {
    
}
.info_tab{
	
}
.info_tab ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.info_tab ul li{
	display: inline-block;
	vertical-align: top;
}
.info_tab ul a{
	display:block;
	font-size: 16px;
	color: #a81d1b;
	height: 35px;
	line-height: 35px;
}

.product-descons{
	
}
.descon_item{
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height:180%;
}

@media (max-width:1199px) and (min-width: 992px) {
	
}
@media (max-width:991px) and (min-width: 768px) {
	#zutu{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.xiangqing{
		margin-top: 25px;
		float: none;
		width: 100%;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	#zutu{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.xiangqing{
		margin-top: 25px;
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:424px) {
	#zutu{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.xiangqing{
		margin-top: 25px;
		float: none;
		width: 100%;
	}
	.xiangqing span{
		font-size: 16px;
	}
}