﻿@charset "UTF-8";
/*内页大图*/
.page-banner {
  	width: 100%;
  	height: 250px;
  	background-repeat: no-repeat;
  	background-position: 50%;
}
/*内页大图*/

/*面包屑*/
.page-position {
	background: #cfced4;
	padding: 12px 0;
}
.page-position .mbx {
  	font-size: 12px;
  	color: #666666;
}
.page-position a:first-child{
	color: #fe0000;
}
.page-position a {
  	display: inline-block;
  	vertical-align: middle;
  	font-size: 12px;
  	color: #666666;
  	line-height: 16px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.page-position a:hover {
  	color: #fe0000;
}
/*面包屑*/

/*主要内容部分*/
.page-main{
	background: #F1F1F1;
	padding-top: 20px;
	padding-bottom: 30px;
}
.page-main .page-con{
	background: #ffffff;
	padding: 3%;
	border-bottom: 5px solid #fe0000;
}

/*栏目分类*/
.page-menu {
  	padding: 10px 0 35px;
  	border-bottom: 2px solid #E8E8E8;
  	margin-bottom: 40px;
}
.page-menu ul li{
  	margin-right: 15px;
}
.page-menu ul li:last-child{
	margin-right: 0;
}
.page-menu ul li a {
	display: block;
  	font-size: 16px;
  	color: #000000;  	
  	line-height: 20px;
  	padding: 9px 27px;
	margin-bottom: 5px;
  	border: 1px solid #ddd;
  	border-radius: 50px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.page-menu ul li:hover a,
.page-menu ul li.active{
  	background-color: #fe0000;  	border: 1px solid #fe0000;  	border-radius: 50px;
  	color: #ffffff;
}
.page-menu ul li.active a{
  	background-color: #fe0000;  	border: 1px solid #fe0000;  	border-radius: 50px;
  	color: #ffffff;
}
/*栏目分类*/

/*产品推荐*/
.pro_tui .top{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 30px;
	background: url(../images/xian.png) no-repeat bottom center;
}
.pro_tui .picScroll-left{
	margin-top: 30px;
	position:relative;
}
.pro_tui .picScroll-left .hd{
	width: 1200px;
	overflow:hidden;
	height:75px;
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pro_tui .picScroll-left .hd .prev,
.pro_tui .picScroll-left .hd .next{
	display:block;
	width:35px;
	height:75px;
	float:left;
	cursor:pointer;
	background-image:url(../images/pro_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pro_tui .picScroll-left .hd .next{
	float: right;
	background-position:-35px 0;
}
.pro_tui .picScroll-left .bd{
	overflow: hidden;
	margin: 0 61px;
}
.pro_tui .picScroll-left .bd .tempWrap{
	margin: 0 auto;
}
.pro_tui .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.pro_tui .picScroll-left .bd ul li{
	margin-right: 12px;
	float:left;
	_display:inline;
	text-align:center;  
}
.pro_tui .picScroll-left .bd ul li .pic{ 
	width: 206px;
	height: 185px;
	overflow: hidden;
	font-size: 0;
	background: #ffffff;
	border: 1px solid #E0E0E0;
}
.pro_tui .picScroll-left .bd ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.pro_tui .picScroll-left .bd ul li .pic img{ 
	position: absolute;
	max-height: 100%;
	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%);
}
.pro_tui .picScroll-left .bd ul li .pic a:hover img{
	border-color:#999;  
}
.pro_tui .picScroll-left .bd ul li .title{ 
	width: 206px;
	padding: 15px 0;
}
.pro_tui .picScroll-left .bd ul li .title a{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*产品推荐*/

/*单页*/
.single-page {
  	width: 100%;
  	line-height: 32px;
  	font-size: 16px;
  	/*min-height: 630px;*/
}
.single-page_left {
  	width: 48%;float:left;
}
.single-page_right {
  	width: 50%;float:right;
}
/*单页*/

/*新闻列表模板*/
.news-main {
  	
}
.news-main .news-list {
  	
}
.news-main .news-list .item {
  	margin-top: 20px;
  	border-bottom: 1px solid #E8E8E8;
  	padding-bottom: 20px;
}
.news-main .news-list .item:first-child{
	margin-top: 0;
}
.news-main .news-list .list-a {
  	display: block;
  	width: 180px;
  	height: 120px;
  	overflow: hidden;
  	border: 1px solid #E8E8E8;
  	position: relative;
  	margin-right: 25px;
}
.news-main .news-list .list-a img {
  	display: block;
  	width: 100%;
  	max-height: 100%;
	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%);
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.news-main .news-list .list-a:hover img {
  	transform: translate(-50%,-50%) scale(1.3);
  	-ms-transform: translate(-50%,-50%) scale(1.3);
  	-webkit-transform: translate(-50%,-50%) scale(1.3);
  	-moz-transform: translate(-50%,-50%) scale(1.3);
  	-o-transform: translate(-50%,-50%) scale(1.3);
}
.news-main .news-list .list-section {
  	width: 915px;
}
.news-main .news-list .list-section .title {  	
  	font-size: 0;
}
.news-main .news-list .list-section .title a {
  	display: inline-block;
  	font-size: 18px;
  	color: #333333;
  	line-height: 27px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	max-width: 100%;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.news-main .news-list .list-section .title a:hover {
  	color: #fe0000;
}
.news-main .news-list .list-section .desc {
  	font-size: 12px;
  	line-height: 24px;
  	color: #999999;
  	height: 48px;
  	max-height: 48px;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	margin: 8px 0 16px 0;
}
.news-main .news-list .list-section .desc a {
  	font-size: 12px;
  	line-height: 24px;
  	color: #fe0000;
}
.news-main .news-list .list-section .time {
  	font-size: 12px;
  	line-height: 18px;
  	color: #a9a9a9;
}
/*新闻列表模板*/

/*新闻详情页模板*/
/*详情页标题+发布时间+浏览次数*/
.news-info .hd {
  	text-align: center;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	margin-bottom: 20px;
  	border-bottom: 1px solid #E8E8E8;
}
.news-info .hd h1 {
  	font-size: 26px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.news-info .hd p {
  	
}
.news-info .hd p span{
	font-size: 14px;
  	line-height: 20px;
  	color: #787878;
  	display: inline-block;
  	vertical-align: top;
  	margin-right: 20px;
}
.news-info .hd p span:last-child{
	margin-right: 0;
}
/*详情页标题+发布时间+浏览次数*/

/*上一页+下一页*/
.turn {
  	margin-top: 50px;
  	border-top: 2px solid #cccccc;
  	border-bottom: 2px solid #cccccc;
  	padding: 10px 0;
  	overflow: hidden;
}
.turn .btn {
  	width: 50%;
  	overflow: hidden;
}
.turn .btn .iconfont {
  	display: inline-block;
  	vertical-align: middle;
  	font-size: 30px;
  	line-height: normal;
  	color: #cccccc;
  	margin: 0 10px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn .btn .iconfont:hover {
  	text-decoration: none;
  	color: #fe0000;
}
.turn .btn .turn-main {
  	display: inline-block;
  	vertical-align: middle;
 	font-size: 14px;
    line-height: 30px;    
  	color: #333333;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn .btn .turn-main a{
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn .btn .turn-main:hover a{
  	color:#fe0000;
  	text-decoration: none;
}
.turn .btn .turn-main span {
  	display: block;
}
.turn .prev {
  	float: left;
}
.turn .next {
  	text-align: right;
  	float: right;
}
.turn .next .iconfont {
  	text-align: right;
}
.turn .next .turn-main {
  	text-align: right;
}
/*上一页+下一页*/

/*相关新闻*/
.correlation {
  	margin-top: 50px;
}
.correlation h2 {
  	font-size: 24px;
  	line-height: 40px;
  	color: #333333;
  	font-weight: bold;
  	margin-bottom: 15px;
}
.correlation ul {
  	font-size: 0;
}
.correlation li{
	padding: 5px 0;
}
.correlation li a,
.correlation li span {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.correlation li a {
  	max-width: 80%;
  	text-align: left;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.correlation li a:hover {
  	color: #fe0000;
}
.correlation li span {
  	max-width: 20%;
}
/*相关新闻*/
/*新闻详情页模板*/

/*产品列表模板*/
.pro_main {
  	
}
.pro_main .pro_list{
	
}
.pro_main .pro_list .item{
  	width: 23%;
  	margin-right: 2%;
  	margin-top: 20px;
}
.pro_main .pro_list .item:nth-child(1),
.pro_main .pro_list .item:nth-child(2),
.pro_main .pro_list .item:nth-child(3),
.pro_main .pro_list .item:nth-child(4){
	margin-top: 0;
}
.pro_main .pro_list .item:nth-child(4n){
	margin-right: 0;
}
.pro_main .pro_list .item .list-img {
  	display: block;
  	width: 100%;
  	height: 265px;
  	overflow: hidden;
  	position: relative;
  	border: 1px solid #dddddd;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.pro_main .pro_list .item .list-img img {
	position: absolute;
  	display: block;
  	max-height: 100%;
  	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%);
}
.pro_main .pro_list .item .list-title {
  	display: block;
  	text-align: center;
  	font-size: 16px;
  	line-height: 20px;
  	padding: 10px;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.pro_main .pro_list .item:hover .list-img {
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.pro_main .pro_list .item:hover .list-title {
  	color: #fe0000;
}
/*产品列表模板*/

/*产品详情页模板*/
.pro-info{
	margin-bottom: 45px;
}
.pro-info .left{
	width: 53%;
	padding: 0 0;
	position: relative;

}
.pro-info .left .title{
	font-size: 28px;
	color: #000000;
	margin-bottom: 25px;
}
.pro-info .left .title_1{
	font-size: 30px;
	color: #000000;
}
.pro-info .left .desc{	
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.pro-info .left .caozuo{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 0;
}
.pro-info .left .caozuo li{
	
}
.pro-info .left .caozuo a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 20px;
	padding: 5px 0 5px 22px;
}
.pro-info .left .caozuo li:nth-child(1) a{
	background-image: url(../images/1.png);
}
.pro-info .left .caozuo li:nth-child(2) a{
	background-image: url(../images/2.png);
}
.pro-info .right{
	width: 40%;
	height: 530px;
	overflow: hidden;
}
.pro-info .right a{
	display: block;
	width: 98%;
	height: 100%;
	position: relative;
	border: 1px solid #DADADA;
}
.pro-info .right 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%);
}
/*产品详情页模板*/

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 8px; 
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	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:#fe0000; 
  	color:#fff; 
  	border-color: #fe0000;
} 
.pagination li.active a { 
  	background: #fe0000; 
  	color: #fff;
  	border-color: #fe0000;
} 
.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;
}
/*分页*/

/*在线留言模板*/
/*在线留言*/
.form-div {
  	padding-top: 30px;
  	padding-bottom: 30px;
  	width: 100%;
}
#form2 {
  	width: 100%;
  	text-align: center;
}
#form2 ul {
  	overflow: hidden;
}
#form2 li {
  	border: 1px solid #dddddd;
  	float: left;
  	width: 98%;
  	margin-bottom: 10px;
  	font-size: 0;
}
#form2 li:nth-child(2n){
	margin-right: 0;
}
#form2 li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #fe0000;
  	vertical-align: middle;
}
#form2 li:last-child {
  	width: 98%;
}
#form2 input {
  	border: 0;
  	outline: none;
}
#form2 input[type=text],
#form2 input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 10px;
}
#form2 textarea {
  	display: inline-block;
  	width:98%;
  	height: 120px;
  	border: 0;
  	padding: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#form2 .sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 5px 40px;
  	background-color: #fe0000;
  	color: #ffffff;
  	cursor: pointer;
}
/*在线留言*/
/*在线留言模板*/

/* 视频 */
.common {
    margin: 0 auto;
}
.common-title-con {
    position: relative;
    width: 100px;
    line-height: 50px;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-left: 20px;
    cursor: pointer;
    text-align: center;
}
.buttonBox {
    position: absolute;
    bottom: 4px;
    left: 0;
    right:0px;
    width:0px;
    height:2px;
    border-radius:2px;
    background-color:red;
    margin:0 auto;
    transition:width .5s linear;
}
.common-title-con:hover .buttonBox{
    width:70px;
}
.common-title-fr {
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: red;
    animation:mymove 1s linear infinite alternate;
}
@keyframes mymove
{
    0%  {font-size: 18px;}
    50% {font-size: 20px;}
    100%{font-size: 22px;}
}
 
@-webkit-keyframes mymove /* Safari 与 Chrome */
{
    0%  {font-size: 18px;}
    50% {font-size: 20px;}
    100%{font-size: 22px;}
}
.common-con {
    width: 100%;
    margin-top: 20px;
}
.common-con-div {
    width: 33.333%;float:left;
}
.common-con-div div img {
    width:380px;
    height:220px;
}
.common-con div img {
    border-radius: 0px;
    margin: 10px;
    cursor: pointer;
}
.common-con-size {
    margin: 0 auto;
    width: 260px;
    height: 50px;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 26px;
}
.common-con-btn {
    display: block;
    width: 260px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #ef740a;
    color: #fff;
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: bold;
    border-radius: 10px;
}
.common-con-btn:hover {
    font-size: 34px;
}
.common-con-people {
    margin: 15px 10px;
    color: #8e856d;
}
.common-con-people span {
    color: red;
}
.common-con-right {
    /*margin-right:20px;*/ 
}
/* 按钮效果 */
.sp_dw{position:absolute;left:200px;top:45px;}
.sp_dw .sp_an{background:url(../images/sp_an.png) no-repeat;height:45px;width:45px;position: absolute;left: 50%;margin-left: -25px;top:55px;cursor: pointer;z-index: 99;
      transition:background 1s;
      -webkit-transition:background 1s;
      -moz-transition:background 1s;
      -ms-transition:background 1s;
      -o-transition:background 1s;
    }
.sp_dw .sp_an:hover{background:  url(../images/sp_an2.png) no-repeat;}
.sp_dw .sp_an2{position: absolute;height:60px;width:60px;left: 50%;margin-left: -33px;top:47px;background: #ef740a;
      border-radius: 100%;
      -webkit-animation: an_bg 1s linear infinite;
      -moz-animation: an_bg 1s linear infinite;
      animation: an_bg 1s linear infinite;
     }
@-webkit-keyframes an_bg {
      0% {-webkit-transform: scale(.6);opacity: 0;}
      50% {-webkit-transform: scale(1);opacity: .7;}
      100% {-webkit-transform: scale(1.3);opacity: 0;}
    }

@-moz-keyframes an_bg {
      0% {-moz-transform: scale(.6);opacity: 0;}
      50% {-moz-transform: scale(1);opacity: .7;}
      100% {-moz-transform: scale(1.3);opacity: 0;}
    }

@keyframes an_bg {
        0% {transform: scale(.6);opacity: 0;}
        50% {transform: scale(1);opacity: .7;}
        100% {transform: scale(1.3);opacity: 0;}
    }


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; color: #fff;
	left: 37%;text-align:center;
	margin-left: -300px;
	width: 1000px;
	background: rgba(0,0,0,0.6) url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal h1{margin-bottom:30px;}
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 32px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
/*主要内容部分*/

@media (max-width: 767px){
.page-menu ul li {
    width: 100%;text-align:center;margin-bottom:5px;
}
.pro_main .pro_list .item{
  	width: 48%;
  	margin-right: 2%;
}
.pro_main .pro_list .item .list-img {
    height: 185px;
}
.pro-info .left{
	width: 100%;     padding-top: 5px;   
}
.pro-info .right{
	width: 100%;    height: 330px;
}
.common-con-div {
    width: 100%;float:left;
}
.single-page_left {
    width: 100%;
    float: left;
}
.single-page_right {
    width: 100%;
    float: left;
}
}