﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*min-width: 1200px;*/
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
/*.container{
	width:1200px;
	margin:auto;
}*/






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/
.bread{
	background-color: #F4F4F4;
}
.breadcrumbs{
    font-size: 14px;
    width:100%;
    margin: 0 auto;
}
.wraps {
	padding: 16px 0;
}
.breadcrumbs a {
    color: #666666;
}
.breadcrumbs span{
    color: #666666;
}
.breadcrumbs .wraps a + *:before {
    content: '>';
    margin: 0 8px;
}
.wraps a:first-child:before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../images/home.png);
	margin: -4px 4px 0 0;
	vertical-align: middle;
}
/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ height: 40px; text-align: center; margin-bottom: 90px;overflow: hidden;margin-top: 40px;}
.pages a{ display: inline-block;margin: 0 3px;background-color: #FFF;}
.pages .fir,.pages .end{
width: 60px;
height: 32px;
background: #f4f4f4;
color: #626262;	
font-size: 14px;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.pages .end{
	margin-right: 0;
}
.pages a.fff{
	background: #fff;
}
.pages .prev,.pages .next{width: 40px; height: 40px;  color: #333; text-align: center; line-height: 40px;  font-size: 14px;}
.pages .on{ color: #fff;background: #D91F2D;}
.pages a:hover{ color: #fff;background: #D91F2D;}
.pages .number a{ width: 40px; height: 40px; text-align: center; line-height: 40px;color: #626262; font-size: 14px;}
.pages .number a.on{ color: #fff;background: #D91F2D;border: none;}
.pages .number a:hover{ color: #fff;background: #D91F2D;border: none;}
.pages .text{ display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px;  background: #FFFFFF; color: #08c357; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 40px; height: 40px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/
/*加载更多*/
.dropload-down{
    background-color:#F2F2F2;
}
.dropload-down .dropload-load{
    padding: 3% 0 3% 47%;
    background: url(../images/loading.gif) no-repeat 40% center /5.2%;
    color: #999999;
    font-size: 1rem;
    display: block;
}
.dropload-refresh
{
     color: #999999;
    
    display: block;
    text-align: center;
    padding:3% 0  ;
}
.dropload-down .dropload-noData{
    color: #999999;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding:3% 0  ;
}
/*加载更多*/

/*头部导航*/
.intop{
	background: #FFF;
	line-height:initial;
	box-sizing:border-box;
}
.intop .container{
	padding:0;
}
.intopm1{
	overflow:hidden;
}
.inlogo{
	box-sizing: border-box;
	float: left;
	margin-top:18px;
}
.intop_link{
	display:inline-block;
	margin-top:28px;
	font-size:16px;
	margin-left:20px;
	border:1px solid #e5e5e5;
	border-radius:3px;
	/*padding:5px 10px;*/
	font-weight:bold;
	padding:8px 20px;
}
.intop_link img{
	width:17px;
	margin-right:8px;
}
.intop_link a{
	color:#666666;
}
.intop_link span{
	color:#d71518;
}
/*.intopul{
	display:inline-block;
}*/
.intopul li{
	float: left;
	position: relative;
	
}
.intopul li a{
	display: block;
	position: relative;
	color: #3b3b3b;
	font-size:16px;
	padding:30px 20px;
}
.intopul li:hover a,.intopul li.on a{
	color: #fff;
	background-color:#d71518;
}
.intop-cc{float:right;text-align:center;}
@media (min-width:200px) and (max-width:767px){
	body{
		padding-top:50px;
	}

}
@media (min-width: 768px) {
	.phone_header .logo_p img{
		width:80%;
	}
	.intopul li a{padding:25px 17px;}
}
@media (min-width: 992px) {
	.inlogo{
		width: 173px;
	}
	.phone_header .logo_p img{
		width:100%;
	}
	.intopul li a{padding:25px 15px;}
}
@media (min-width: 992px) and (max-width:1199px){
	.inlogo{width:140px;}
	.intop_link{
		margin-left: 10px;
		padding:8px;
	}
}
@media (min-width: 768px) and (max-width:991px){
	.intop_link{margin-top:20px;}
	.inlogo{width:16%;}
}
@media (min-width: 1200px) {
	.intopul li a{padding:15px 0;width:104px;}


}
@media (min-width: 1500px) {
	.intopul li a{width:140px;padding:22px 0;}
	.intop .container{width:1440px;}
	.container{
		width:1440px;
	}
}

/*头部导航结束*/
/*手机端*/
.phone_header{
	position: fixed;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
}
.phone_header .logo_p{
	float: left;
}
.phone_header .logo_p img{
	width: 65%;
}
.phone_header .open_p{
	float: right;
	width: 25px;
	height: 100%;
	background: url(../images/p_icon.png) right center no-repeat;
	background-size: 20px;
}
.phone_header .open_p.on{
	background: url(../images/p_close.png) right center no-repeat;
	background-size: 20px;
}
.nav_phone1{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0;
	z-index: 9999;
    border-top: 1px solid #ececec;
}
.nav_phone{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}
.nav_phone ul{
	padding-bottom: 100px;
}
.nav_phone ul li{	
	border-bottom:1px solid #ececec;
	line-height:35px;
	font-size: 14px;
	padding-left: 20px;	
	padding-right: 20px;
}
.nav_phone ul li a{
	display: block;
}
.in_ti{
	display: none;
}
.in_ti p{
	width: 92%;
	margin: 0 auto;
}
.in_ti p a{
	display: block;
	width: 100%;
	height: 100%;
}

/*footer  start*/
footer{
	padding:55px 0 0;
	background:#2e2f39;
	position: relative;
}
footer .container{
	padding: 0;
}
footer .content{
	overflow: hidden;
	padding-bottom: 40px;
}
footer .logofoot{
	position: relative;
	padding-left:0;
	padding-right:35px;
}
.copy-p{
	color:#fff;
	margin-top:75px;
}
.copy-p a{
	color:#fff;
}
.copy-p a:hover{
	color:#d71518;
}
footer .right{
	padding: 0 0 0 40px;
}
footer .right .tit{
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	margin-right: 76px;
}
footer .right .link-item .text{
	display: inline-block;
}
footer .right .link-item .text a{
	margin-right:101px;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	width: auto;
}
footer .right .link-item .text a:hover{
	color:#d71518 ;
}
footer .right .link-item .text a:last-child{
	margin-right: 0;
}
footer .right .link-item{
	margin-bottom: 45px;
	/*overflow: hidden;*/
}
footer .right .tit{
	float: left;
}
footer .right .text{
	display: inline-block;
	float: left;
}
footer .right .tellme {
	width: 100%;
	overflow: hidden;
}
footer .right .tellme .text li{
	line-height: 38px;
	color: #FFF;
}
footer .right .tellme .text li a{
	color: #FFF;
}
footer .right .tellme .text li i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
footer .right .tellme .text li:last-child i{
	background-size:100% auto;
}
footer .right .tellme .footma{
	float: right;
	text-align: center;
	color: #FFF;
}
footer .right .tellme .footma p{
	margin-top: 10px;
}
.firend{
	position: absolute;
	top: -55px;
	height: 110px;
	box-shadow: 0 0 10px #F8F8F8;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF;
	line-height: 110px;
	padding: 0;
}
.firend .firend-tit{
	width: 200px;
	height: 100%;
	text-align: center;
	background: url(../images/firend.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #FFF;
	font-size: 24px;
	display: inline-block;
	float: left;
}
.firend .links{
	display: inline-block;
	width: calc(100% - 205px);
	overflow: hidden;
	float: left;
	height: 100%;
	white-space:nowrap;
	overflow-x: auto;
	
}
.firend .links::-webkit-scrollbar{
	height: 0;
	width: 0;
}
.firend .links .Awarp{
	width: auto;
}
.firend .links a{
	margin: 0 33px;
	font-size: 18px;
	color: #666666;
	display: inline-block;
}
.firend .links a:hover{
	color: #0AABCD;
}
.last{
	padding: 15px 0;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	background: #004857;
	font-size: 14px;
}
.last a{
	color: #FFF;
}
@media (min-width:200px) and (max-width:767px) {
	footer{padding-top:0;}
	footer .right{padding:0 15px;}
	.copy-p{padding:0px 15px;margin-top:15px;}
	.copy-p span{display:block;}
	footer .content{padding-bottom:20px;}
	footer .right .link-item{margin-bottom:20px;}
	footer .right .link-item .text a{width:32.3%;margin-right:0;margin-bottom:10px;}
	footer .right .tellme .text li i{margin-right:5px;}
	footer .right .tellme .text li{line-height:25px;margin-bottom:5px;}
	footer .right .tellme .text li span{display:inline-block;width:72%;vertical-align:top;}

	.phone_header .logo_p{
		width:35%;
		display: inline-block;
	}
}
@media (min-width: 768px) {
	footer .right{border-left:1px solid #585961;}
	footer .right .link-item .text a{margin-right:55px;}
	footer .logofoot{padding-right:15px;}
	footer .right{padding-left:20px;}
	footer .logofoot p{margin-top:57px;}
	footer .logofoot>a{
		display: inline-block;
		width:87%;
	}
}
@media (min-width: 992px) {
	footer .right .link-item .text a{margin-right:71px;}
	footer .logofoot{padding-right:35px;}
	footer .right{padding-left:40px;}
	footer .logofoot p{margin-top:75px;}
	footer .logofoot>a{
		display: inline-block;
		width:72%;
	}
}
@media (min-width:1200px) {
	footer .right .link-item .text a{margin-right:101px;}
}


/*侧边栏*/
.c_cbl{
	position: fixed;
	right:0px;
	bottom: 0;
	margin-top: -170px;
	width:85px;
	height:300px;
	box-shadow: 0 0 20px #f3f3f3;
	background: #fff;
	z-index: 999;
}
.c_cbl.on{
	height: 340px;
	margin-top: -170px;
}
.c_cbl.on ul li.hdlis{
	display: none;
}
.c_cbl ul li{
	position: relative;
	text-align: center;
	width: 100%;
	height: 75px;
	font-size: 14px;
	color: #fff;
	background: #bababa;
	border-bottom:1px solid #fff;
}
.c_cbl ul li:hover{background:#d81b1e;}
.c_cbl ul li:hover a{color:#fff;}
.c_cbl ul li a{
	display: block;
}
.c_cbl ul li .box1{
	position: absolute;
	top: 0;
	left:8px;
	z-index: 2;
	width: 280px;
	height: 100%;
}
.c_cbl ul li.lis3 .box1{
	/*background: #fff;*/
}
.c_cbl ul li .box1 img{
	margin-top: 13px;
}
.c_cbl ul li .box1 p{
	margin-top: 5px;
	color:#fff;
}
.c_cbl ul li .pic1{
	width: 85px;
	height: 85px;
	float: left;
}
.c_cbl ul li .pic2{
	float: left;
	width: 195px;
	height: 85px;
	font-size: 24px;
	line-height: 85px;
	color: #fff;
	background:#d81b1e;
}
.c_cbl ul li .pic{
	margin-left: -15px;
}
.pic1 p{
	margin-left: -15px;
}
.c_cbl ul li.lis3 .box2{
	z-index: 999;
	position: absolute;
	left: 8px;
	left:100px;
	top: 0;
	width: 140px;
	height: 150px;
	background:url(../images/cb-bg1.png) left center no-repeat;
	background-size:100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
    z-index: -1;

}
.c_cbl ul li.lis3 .box2 .p_ic{
	display: inline-block;
	border: 10px solid #fff;
	width: 120px;
	margin-bottom:5px;
	border-radius:5px;
}
.c_cbl ul li.lis4 .box1 img{
	margin-top:20px;
}
.box3{
	height: 75px;
	background: #d81b1e;
	position: absolute;
	z-index: 999;
    left: 215px;
	width: 300px;
	color: #fff;
	padding: 20px 0;
	box-sizing: border-box;
    z-index: -1;
}
.box3_1{
	float: left;
	width: 80px;
	/*border-right: 1px solid #fff;*/
}
.box3_1 img{
	margin-top: 5px;
}
.box3_2{
	float: left;
	font-size: 24px;
	line-height: 25px;
	margin-left: 15px;
	text-align: left;
	margin-top: -3px;
}
.box3_2 p{
	font-size: 18px;
}

.pic img:nth-of-type(2){
	display: none;
}
.c_cbl ul li:hover .pic1 img:nth-of-type(1){
	display: none;
}
.c_cbl ul li:hover .pic1 img:nth-of-type(2){
	display: block;
	margin: 0 auto;
	margin-top:8px;
}


/* a链接去掉下划线 */
a:link{text-decoration:none; }


.hcase_pic i{
	display: block;
}
.hcase_pic i img{
	width: 100%;
}

.titleList li{cursor：pointer；}
.intopul a .en{
	font-size: 14px;
    color: #999;
	margin-top: 15px;
}
.intopul li:hover a .en{
   color: rgba(255,255,255,0.6);
}
.intopul .on a .en{
   color: rgba(255,255,255,0.6);
}