@charset "utf-8";
/*内页大图*/
.ad{	
	background-position: top center;
	background-repeat: no-repeat;
}
/*内页主内容部分*/
.main{
	padding: 62px 0;
}
.main .main-left{
	width: 280px;
}
.main .main-left .main-left-top{
	
}
.main .main-left .main-left-top .cate-title{
	font-size: 0;
	border: 1px solid #b4b6b8;
	text-align: center;
	padding: 18px 0;
}
.main .main-left .main-left-top .cate-title h2{
	font-size: 24px;
	color: #6d83c0;
	line-height: 26px;
	margin-bottom: 8px;
}
.main .main-left .main-left-top .cate-title p{
	font-size: 14px;
	color: #6d83c0;
	text-transform: uppercase;
}
.main .main-left .main-left-top .cate-list{
	padding-top: 20px;
}
.main .main-left .main-left-top .cate-list li{
	margin-bottom: 20px;
}
.main .main-left .main-left-top .cate-list li:last-child{
	margin-bottom: 0;
}
.main .main-left .main-left-top .cate-list a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #666666;
	border: 1px solid #b4b6b8;
	line-height: 20px;
	padding: 19px 20px 19px 50px;
	background: url(../images/jiantou.png) no-repeat left 20px center;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.main .main-left .main-left-top .cate-list a:hover,
.main .main-left .main-left-top .cate-list a.active{
	color: #6d83c0;
	border: 1px solid #6d83c0;
}
.main .main-left .main-left-bottom{
	margin-top: 20px;
	font-size: 0;
}
.main .main-left .main-left-bottom a{
	display: block;
}
.main .main-right{
	width: 885px;
}
.main .main-right .main-right-top{
	font-size: 0;
	border: 1px solid #d8d8d8;
	padding: 19px 20px;
}
.main .main-right .main-right-top h2{
	font-size: 16px;
	color: #469c4a;
	font-weight: bold;
	line-height: 20px;
	padding-left: 14px;
	position: relative;
}
.main .main-right .main-right-top h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 17px;
	background: #469c4a;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.main .main-right .main-right-top p{
	font-size: 12px;
	height: 20px;
	color: #666666;
	line-height: 20px;
	background: url(../images/mbx.png) no-repeat left center;
	background-size: 16px;
	padding-left: 20px;
}
.main .main-right .main-right-top p a{
	font-size: 12px;
	height: 20px;
	color: #666666;
	line-height: 20px;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.main .main-right .main-right-top a:hover{
	color: #6d83c0;
}

/*单页*/
.singlepage{
	margin-top: 20px;
	border: 1px solid #d8d8d8;
	min-height: 500px;
	font-size: 14px;
	line-height: 2;
	padding: 20px;
}

/*产品列表*/
.main .main-right .productList{
	
}
.main .main-right .productList li{
	width: 275px;
	margin-right: 30px;
	border: 1px solid #d8d8d8;
	padding: 10px;
	margin-top: 20px;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.main .main-right .productList li:nth-child(3n){
	margin-right: 0;
}
.main .main-right .productList a.pic{
	display: block;
	width: 100%;
	height: 256px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.main .main-right .productList 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%);	
}
.main .main-right .productList a.title{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #6d83c0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.main .main-right .productList li:hover{
	border: 1px solid #6d83c0;	
}

/*新闻列表页*/
.news-list{
	font-size: 0;
	margin-top: 20px;
}
.news-list>li{
	margin-bottom: 20px;
}
.news-list>li>a{
	display: block;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>li>a>div{
	display: inline-block;
	vertical-align: top;
}
.news-list>li>a>div.time{
	text-align: center;
	width: 80px;
	height: 80px;
	padding-top: 6px;
	margin-right: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>li>a>div.time>strong{
	font-size: 48px;
	color: #000000;
	display: inline-block;
	height: 48px;
	font-weight: normal;
	line-height: 48px;
}
.news-list>li>a>div.time>p{
	font-size: 14px;
	color: #000000;
	height: 20px;
	line-height: 20px;
}
.news-list>li>a>div.news-content{
	width: 740px;
}
.news-list>li>a>div.news-content>h3{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>li>a>div.news-content>p{
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>li>a.cur{
	border: 1px solid #6d83c0;
	background: #6d83c0;
}
.news-list>li>a.cur>div.time{
	background: #555555;
}
.news-list>li>a.cur>div.news-content>h3{
	color: #fff;
}
.news-list>li>a.cur>div.news-content>p{
	color: #fff;
}

/*在线留言*/
.form-div {
  	margin-top: 20px;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	width: 100%;
  	min-height: 400px;
  	border: 1px solid #d8d8d8;
}
#mes-form {
  	width: 100%;
  	text-align: center;
}
#mes-form ul {
  	overflow: hidden;
}
#mes-form li {
  	border: 1px solid #d8d8d8;
  	float: left;
  	width: 380px;
  	margin: 0 30px 30px 30px;
  	font-size: 0;
  	vertical-align: bottom;
}
#mes-form li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #ED1B24;
  	vertical-align: middle;
}
#mes-form li:last-child {
  	width: 820px;
}
#mes-form input {
  	border: 0;
  	outline: none;
}
#mes-form input[type=text],
#mes-form input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 10px;
}
#mes-form textarea {
  	display: inline-block;
  	width: 100%;
  	height: 150px;
  	border: 0;
  	padding: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#mes-form #sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 10px 60px;
  	background-color: #6d83c0;
  	color: #ffffff;
  	cursor: pointer;
}

/*新闻详情页*/
.news-main{
	margin-top: 20px;
	border: 1px solid #d8d8d8;
    padding: 15px 20px 30px 20px;
}
.news-info .hd {
  	text-align: center;
  	padding-bottom: 20px;
  	border-bottom: 1px solid #d8d8d8;
}
.news-info .hd h1 {
  	font-size: 22px;
  	line-height: 36px;
  	font-weight: bold;
  	color: #000000;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.news-info .hd p {
  	font-size: 12px;
  	line-height: 18px;
  	color: #333333;
}
.news-info .bd {
  	min-height: 600px;
  	padding: 20px 0px 0 0px;
  	margin-bottom: 30px;
}
.news-info .bd .page{
	line-height: 2;
    font-size: 14px;
}
.turn {
  	width: 100%;
  	border-top: 1px solid #cccccc;
  	border-bottom: 1px solid #cccccc;
  	padding: 10px 0;
  	overflow: hidden;
}
.turn > div {
  	width: 50%;
  	overflow: hidden;
}
.turn > div a.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 > div a.iconfont:hover {
  	text-decoration: none;
  	color: #6d83c0;
}
.turn > div p.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 > div p.turn-main a{
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn > div p.turn-main:hover a{
  	color:#6d83c0;
  	text-decoration: none;
}
.turn > div p.turn-main span {
  	display: block;
}
.turn .prev {
  	float: left;
}
.turn .next {
  	text-align: right;
  	float: right;
}
.turn .next a.iconfont {
  	text-align: right;
}
.turn .next a.turn-main {
  	text-align: right;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 60px 0 0px 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:#6d83c0; 
  	color:#fff; 
  	border-color: #6d83c0;
} 
.pagination li.active a { 
  	background: #6d83c0; 
  	color: #fff;
  	border-color: #6d83c0;
} 
.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;
}
/*分页*/