/* 公共 CSS Document */
body,ul,li,p,h1,h2,h3,h4,h5,dl,dt,dd,input,select {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html,body {
    font-size: 26px;
    line-height: 1.5;
    font-family: 'microsoft yahei',Tahoma,Simsun,sans-serif;
	color: #333;
}
ul,li,ol {
	list-style: none;
}

input,button,textarea,select,optgroup,option {
	outline: none;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

a.img {
	display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}

a:hover {
	color: #007AFF;
	text-decoration: none;
}
.f-bcf5 {
    background-color: #f5f5f5!important;
}
.f-bcf {
    background-color: #fff!important;
}
.fl {
	float: left;
}

.fr {
	float: right !important;
}

em,i {
	font-style: normal;
}
.bg_img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
/*清除浮动*/
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	overflow: hidden;
}
.clearfix {
    zoom: 1;
}
.clear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.clear:after,
.clear:before {
	display: table;
	content: "";
	overflow: hidden;
}
.clear {
    zoom: 1;
}
.center {text-align: center;}
.text_l{text-align: left !important;}
.text_r{text-align: right !important;}

a.box{ display: block;}
.f-pr{position: relative;}
.f-pa { position: absolute;}
/*单行溢出*/

.text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*2行溢出*/

.text-line2 {
	display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.f-fz28 {
    font-size: 28px;
}
.f-fz20 {
    font-size: 20px;
}
.f-fz18 {
    font-size: 18px;
}
.f-fz16 {
    font-size: 16px;
}
.f-fz15 {
    font-size: 15px;
}
.f-fz14 {
    font-size: 14px;
}
.f-fz13 {
    font-size: 13px;
}
.f-fz12 {
    font-size: 12px;
}
.f-fz0 {
    font-size: 0;
}
/*间距*/
.pa50{padding:50px 30px;}
.pa30{padding: 30px;}
.mb60{margin-bottom: 60px;}
.mb40{margin-bottom: 40px;}
.mb20{margin-bottom: 20px;}
.mb10{margin-bottom: 10px;}
.mt10{ margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mgr10,.mr10{margin-right: 10px;}
.mgr20,.mr20{margin-right: 20px;}
.mgl10,.ml10{margin-left: 10px;}
.ml40 {margin-left: 40px;}
.red{ color: #d4282d !important;}
.blue{color: #246fd7 !important;}
.c_999{ color: #999;}
.c_666{ color: #666;}
.c_333{ color: #333;}
.f-wb{ font-weight: bold !important;}
.icon{
	display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
	vertical-align: middle;
}
/*主体宽度*/
.g-row{ width: 1200px; margin: 0 auto;}
* {
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f-hide{ display: none !important;}

/*头部*/
.header{
	position: fixed;
	z-index: 40;
	left:0;
	right:0;
	width: 100%;
	background: rgba(0,0,0,.3);
	transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.head-main,
.head-main .g-row{
	height: 80px;
}
.head-main .left {
	height: 80px;
	font-size: 0;
}
.head-main .left:after{
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.head-main .left .logo{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 30px;
}
.head-main .left .logo img{
	max-width: 210px;
	max-height: 50px;
}
.header .logo .logo_blak{ display: none;}
.head-main .left .logo:after{
	content: "";
	position: absolute;
	right:0;
	height: 40px;
	top:50%;
	margin-top:-20px;
	width: 1px;
	background-color: #cecece;
}
.head-main .left .tel{
	margin-left:20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 21.34px;
	font-weight: bold;
	font-family: arial;
	color:#fff;
	line-height: 30px;
	background: url(../images/icons/tel.png) left center no-repeat;
	background-size: 30px 30px;
	padding-left:40px;
}
.head-main .left .telImg,
.head-main .menu-head {
	display: none;
}
.head_nav .navList>li{
	float: left;
	position: relative;
}
.head_nav .navList li{
	font-size: 16px;
}
.head_nav .navList li a {
	color:#fff;
}
.head_nav .navList li a:hover{
  color:#2b91f9;	
}

.head_nav .navList>li>a{
	display: block;
	padding:0 15px;
	height: 80px;
	line-height: 80px;
}
.head_nav .subNav{
	display: none;
	position: absolute;
	min-width: 100px;
	top: 76px;
	border-top: 4px solid #589fff;
	background: rgba(26,26,26,.8);
	left:50%;
	text-align: center;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
}
.head_nav .subNav .subNavList{
	padding:10px 0;
}
.head_nav .subNav li a {
	padding:3px 0;
	display: block;
}
.header.fixed-header{background: #fff; filter: alpha(opacity=95); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
.fixed-header .head-main .left .tel{color: #333;}
.fixed-header .head-main .left .tel {
   background: url(../images/icons/tel2.png) left center no-repeat;
   background-size: 30px 30px;
}
.fixed-header .head_nav .navList li >a{color: #333;transition:color 0.5s ease-in-out;-webkit-transition:color 0.5s ease-in-out;}
.fixed-header .head_nav .navList li >a:hover,.fixed-header .head_nav .navList li .subNavList a:hover{color: #2b91f9;}
.fixed-header .head_nav .navList li .subNavList a{
	color: #fff;
}
.fixed-header .head_nav{color: #333;}
.header.fixed-header .logo .logo_white{display: none;}
.header.fixed-header .logo .logo_blak{display: block;}
.fixed-header .head-main .left .logo:after {
    background-color: #333333;
}
/*底部*/
.index-footer{
	padding-top:80px;
}
.main_foot .mainList {
    font-size: 0;
    text-align: center;
    padding-left: 4%;
}
.main_foot{
	background-color: #2e2c37;
	padding:34px 0;
	color:#c8c8c8;
}
.main_foot a {
	color:#c8c8c8;
}
.main_foot .item{
	width: 16.4%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
	font-size: 14px;
}
.main_foot .item .inner {
	padding-right: 55px;
}
.main_foot .item h5{
	font-size: 16px;
	color:#fff;
	margin-bottom: 15px;
	line-height: 34px;
}
.main_foot .item ul li{
	margin-bottom: 5px;
}
.main_foot .item ul li a:hover{
	color:#fff;
	text-decoration: underline;
}
.main_foot .baojia__item{
	width: 18%;
	height: 112px;
}
.baojia__item h5 .btn{
	display: block;
	line-height: 34px;
	border:1px solid #f5f5f5;
	text-align: center;
	color:#fff;
	width: 110px;
}
.baojia__item .ewm img{
	width: 112px;
	height: 112px;
	margin:0;
}

.index-footer .foot__ft{
	font-size: 16px;
	color:#fff;
	background-color: #24222b;
	padding:22px 0;
}
.index-footer .ft_logo img{
	height: 35px;
	max-width: 200px;
}
.index-footer .foot__ft .item{
	padding-left:38px;
	float: left;
	margin-left:30px;
}
.foot__ft .tel_item{
	line-height: 28px;
	background: url(../images/icons/ft_tel.png) left top no-repeat;
	background-size: 28px 28px;
}
.foot__ft .tel_item2{
	line-height: 28px;
	background: url(../images/icons/ft_tel2.png) left top no-repeat;
	background-size: 28px 28px;
}
.foot__ft .e-mail_item{
	line-height: 28px;
	background: url(../images/icons/ft_e-mail.png) left top no-repeat;
	background-size: 28px 28px;
}
.foot__ft .address_item{
	line-height: 28px;
	background: url(../images/icons/ft_addr.png) left top no-repeat;
	background-size: 28px 28px;
}

/*分页*/
.Page{ margin: 20px 0;}
.Page .pagination{ text-align: center;}
.Page a,.Page span{ display: inline-block; height: 30px; width: 30px; border: 1px solid #666; margin: 0 4px; border-radius: 6px; line-height: 28px;}
.Page .page-prev,
.Page .page-next{ font-size: 16px;}
.Page .page-spr{ border: none; margin: 0;}
.Page .page-curr{ background: #666; color: #fff;}
.Page a:hover{ border: 1px solid #999;  color: #999;}
















