/*------公共css属性-------------*
 *******@author jjhu*************
*-------@since 2015-12-21-------*/
body {
    font-family: Microsoft Yahei,"Helvetica Neue",Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wrapper{
    width: 100%;
    min-width: 1020px;
    overflow: hidden;
}
.wrapper .inner{
    width: 1250px;
    margin: 0 auto;
}
.cf{
    clear: both;
}
.cf:after{
    content: "";
    clear: both;
    display: table;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: underline;
}
img{
    border: none;
}
ul,li{
    list-style: none;
}
p, ul, ol,li{
    margin: 0;
    padding: 0;
}
/******------------header 页头------------*******/
.header{
    margin: 0;
}
.header .header-top{
    height: 30px;
    line-height: 30px;
    color: #717171;
    background: #f1f1f1;
    font-size: 12px;
}
.header .top-left {
    float: left;
    letter-spacing: 1px;
}
.header .top-right {
    float: right;
}
.header .top-right  a {
    padding: 0 6px;
    color: #717171;
}
.header .top-right  s {
    width: 1px;
    height: 10px;
    background:#909090;
    display: inline-block;
    overflow: hidden;
}

.header .header-content{
    background:#fff ;
    background-position: center center;
    height: 145px;
    position: relative;
}
.header .header-content .inner{
    height: 100%;
}
.header .header-content .left-side{
    float: left;
    margin-top: 42px;
}
.header .header-content .center-side{
	width: 318px;
    float: left;
    margin-top: 60px;
    margin-left: 55px;
    position: relative;
}
.header .header-content .center-side input{
	width: 280px;
	height: 30px;
	border: 1px solid #ddd;
	border-right: 0;
	text-indent: 5px;
	outline: none;
}
.header .header-content .center-side span{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #338de6;
	display: inline-block;
	cursor: pointer;
}
.header .header-content .center-side .text{
	font-size: 13px;
	color: #999;
	margin-top: 3px;
}
.header .left-side li{
    float: left;
}
.header .left-side .logo-area{
    padding:4px 0 4px 0;
}
.header .left-side .logo-area a{
    display:block;
}
.header .left-side .logo-area img{
    height: 100%;
}
.header .left-side .desc-info{
    padding-left: 20px;
    width: 220px;
    height: 70px;
    background-image: url("../image/small-icon.gif");
    background-position: top center;
    background-repeat: no-repeat;
}
.header .left-side .desc-info .text-info{
    font-size: 20px;
    font-family: "microsoft yahei";
    font-weight: 700;
    color: #ea8010;
    margin: 5px 0 10px 0;
}

.header .header-content .right-side{
    float: right;
    width: 288px;
    height: 71px;
    margin-top: 42px;
    position: relative;
    background-image: url("../image/tel.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.header .header-content .right-side img{
	display:block;
}
.header .header-content .right-side .tel{
	position: absolute;
	right: 0;
	top: 23px;
	font-weight: bold;
	font-size: 28px;
	color: #338DE6;
}
.header .header-content .tel-wrap{
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 32px;
    color: #338de6;
    font-weight: 600;
    white-space: nowrap;
}

/**--主导航--**/
.header .header-nav{
    margin: 0;
    padding: 0;
    background: #0fb3e6 url("../image/nav_bj.png") repeat-x left center;
    color: #ffffff;
    position: relative;
    z-index: 100;
    height: 60px;
}
.header .level-1{
    float: left;
    position: relative;
}
.header .level-1 .item,.header .line{
    float: left;
}
.header .line{
    background: url("../image/nav-line.png") no-repeat;
    width: 2px;
    height: 60px;
}
.header .level-1 .item a{
    display: block;
    width: 134.5px;
    text-align: center;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    font-family: "microsoft yahei";
    color: #FFFFFF;
    text-decoration: none;
}
.header ul.level-1 .item-a{
    font-size: 20px;
}
.header-nav ul.level-1 li.hover,
.header-nav ul.level-1 li.cur {

}
.header-nav ul.level-1 li.hover a.item-a,
.header-nav ul.level-1 li.cur a.item-a {
    background: #f39800;
}
.header-nav ul ul {
    width: 180px;
    position: absolute;
    z-index: 100;
    top:40px;
    left: 62px;
}
.header .header-nav ul.level-2 a{
    font-size: 22px;
    color: #1c1c1c;
    width: 100%;
}

.header-nav ul.level-1 ul.level-2 li a {
    color:#1c1c1c;
    height: 50px;
    line-height: 50px;
}
.header-nav ul.level-1 ul.level-2 li:hover a {
    color: #F39800;
}
.header .header-nav ul .nav-hover-content-wrap{
    position: absolute;
    display: none;
    z-index: 1100;
    left:0;
    top: 100%;
    background: #FEFCE8;
    background-color: rgba(255,255,255,0.9);
    filter: alpha(opacity = 90);
    height: 260px;
    padding: 10px;
    *height: 240px;
    width: 100%;
}
.header .nav-hover-content-wrap .left-side,
.header .nav-hover-content-wrap .right-side
{
    height: 100%;
}
.header .nav-hover-content-wrap .left-side{
    border-right: 2px solid #cacacb;
    width: 60%;
    padding-left: 300px;
}
.header .nav-hover-content-wrap .left-side p{
    padding: 40px 40px 0 0;
    font: 16px/25px "microsoft yahei" ;
    color: #666666;
    text-indent: 2em;
}
.header .nav-hover-content-wrap .right-side{
    text-align: center;
    width: 40%;
    padding-top: 20px;
}
.header .nav-hover-content-wrap .right-side img{
    max-width: 100%;
    max-height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.must-tag{
    color: #FF2F2F;
    display: inline-block;
    width: 9px;
}
/*****------主页幻灯片-----*******/
.slideShow{
    margin: 0;
    padding: 0 ;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-container{
	position: relative;
	width: 100%;
}
.slideShow .swiper-slide a{
    height: 500px;
    display: block;
    background-position: center center;
}
.inner-slidesShow .swiper-slide a{
    height: 300px;
    display: block;
    background-position: center;
}
/*********------------内页 幻灯片------------*********/
.inner-slideShow .swiper-wrapper{
    width: 100%;
}
.inner-slideShow .swiper-slide{
    width: 100%;
}
.inner-slideShow  .swiper-slide a{
    height: 300px;
    width: 100%;
    display: block;
    background-position: center center;
}
/******------------container 主容器------------*******/
.container{
    min-height: 550px;
    background: #ffffff;
    padding-top: 90px;
}

/******------------link 友情链接------------*******/
.flink {
    background: #fff;
    color: #333;
    padding: 20px 0;
    text-align: left;
}
.flink .link{
    background: url("../image/link.png") left top no-repeat;
    padding-left: 140px;
}
.link strong {
    color: #333;
    font-weight: bold;
    height: 20px;
    width: 140px;
    display: inline-block;
}
.link a {
    color: #444;
    display: inline-block;
    padding: 2px 0;
    margin-right: 10px;
}

/******------------footer 页脚------------*******/
.footer{
    background-color: #0b2f47;
    color: #f7f7f7;
}
.footer .block-000 {
	background: #224e6b;
	padding: 30px 0;
	}
.footer .block-000 .notice{
	font-size: 16px;
	text-align: center;
}
.footer .block-000 .link-wrap {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .block-000 .link-wrap a{
	display: inline-block;
	width: 280px;
	height: 80px;
	line-height: 80px;
	text-indent: 18%;
	font-size: 22px;
	color: #fff;
	float: left;
	border-radius: 3px;
	text-decoration: none;
	background:#318cb8 url("../image/weIntro/ad-block-QQ.png") no-repeat 20% center;
	background-size: 17%;
}
.footer .block-000 .link-wrap a.link-tel{
	float: right;
	background:#318cb8 url("../image/weIntro/ad-block-tel.png") no-repeat 20% center;
	background-size: 17%;
}
.footer .block-000 .link-wrap a.link-tel div,
.footer .block-000 .link-wrap a.link-qq div {
	margin-left: 55px;
	line-height: 20px;
	font-size: 16px;
}
.footer .block-000 .link-wrap a.link-tel div.tel,
.footer .block-000 .link-wrap a.link-qq div.tel{
	margin-top: 20px;
}
.footer .block-000 .link-wrap a:hover{
	background-color: #0197d6;
}
.footer .block-01 .img{
	margin: 70px 0 40px 0;
}
.footer .block-01 {
	position: relative;
	height: 300px;
}
.footer a{
    color: #f7f7f7;
}
.footer ul,.footer li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .level-1 li.item {
    list-style: none;
    float: left;
    padding-right: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.footer .level-1 li.item > a {
    font-size: 16px;
    display: inline-block;
}
.footer .weixin-img{
	position: absolute;
	bottom: 30px;
	right: 0;
}
.footer a {
	color: #FFFFFF;
    text-decoration: none;
}
.footer a:hover{
	  color: #0197d6;
}
.footer .level-2 li{
    margin-bottom: 8px;
}
.footer .level-2 a{
    font-size: 13px;
}
.footer .company-info{
    height: 75px;
}
.footer .company-info span,.footer .copyRight span{
    margin-right:20px;
    font-size: 12px;
}
.footer .contact-info{
    font-size: 12px;
    margin: 5px 0;
}
.footer .other-info{
    font-size: 12px;
    margin: 5px 0;
    line-height: 32px;
}
.footer .other-info span{
    float: left;
    margin-right: 10px;
}
.footer .other-info img{
    max-height: 32px;
    float: left;
    display: block;
    margin-right: 10px;
}
.footer .copyRight a{
    color: #f7f7f7;
}
.footer .inner{
    position: relative;
}
.footer .copyRight{
	height: 50px;
	line-height: 50px;
}
.hotline-area{
    position: absolute;
    bottom:-20px;
    right: -50px;
    background: url("../image/hotline.png") no-repeat left center;
    font-size: 16px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
}
.hotline-area .hotline-info{
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
/****---在线客服服务---****/
.service-bar-nav{
	position: fixed;
    right:20px;
    bottom: 330px;
	width: 150px;
	z-index: 999;
	cursor: pointer;
	display: none;
}
.service-bar-nav img{
	display: block;
	width: 100%;
}
.service-bar{
    position: fixed;
    right:20px;
    bottom: 0px;
    width: 150px;
    min-height: 360px;
    z-index: 999;
    font-size: 12px;
}
.service-bar  .service-img{
    width: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.service-bar  .service-img img{
	display: block;
	width: 100%;
}
.service-bar .service-info-wrap{
	position: relative;
}
.service-bar .center{
	width: 100%;
	padding-left: 35px;
	min-height: 100px;
}
.service-bar .center .text-wrap .top-icon img,
.service-bar .center  .text-wrap .bottom-icon img{
	display: block;
	width: 100%;
}
.service-bar .center  .text-wrap .info-wrap{
	background-color: #f5815a;
	width: 100%;
	padding: 0 5px ;
}
.service-bar .center  .text-wrap .title{
	text-indent: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.service-bar .center  .text-wrap .title-phone{
    background: url("../image/online-consult-tel.png") no-repeat 20px 4px;
}
.service-bar .center  .text-wrap .title-qq{
    background: url("../image/online-consult-qq.png") no-repeat 20px 4px;
}
.service-bar .center  .text-wrap a{
	display: block;
}
.service-bar .center  .text-wrap .info-wrap .tel-wrap{
	padding: 3px 0;
}
.service-bar .center  .text-wrap .phone-info,
.service-bar .center  .text-wrap .qqservice{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	position: relative;
}
.service-bar .center  .text-wrap .qqservice .kefu{
	text-indent: 8px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	padding: 2px 0;
}
.service-bar .center  .text-wrap .qqservice img{
	display: block;
	position: absolute;
	width: 25px;
	right: 5px;
	top: 0;
}
.service-bar .bottom{
	width: 100%;
	height: 120px;
	position: relative;
	margin-left: 20px;
}
.service-bar .bottom img{
	display: block;
	width: 100%;
}
.service-bar .bottom .bottom-bg{
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-bar .bottom div{
	position: absolute;
	top: 0;
}
.service-bar .bottom div.back{
	width: 25%;
	top: 20%;
	left: 2%;
	cursor: pointer;
}
.service-bar .bottom div.weixin{
	width: 60%;
	left: 23%;
}
.service-bar .line{
	width: 7px;
	height: 15px;
	margin: 0 auto;
}
.service-bar .line-1{
	height: 15px;
	margin-left: 90px;
}
.service-bar .line-3{
	margin-left: 92px;
}
.service-bar .line img{
	display: block;
	width: 100%;
	height: 100%;
}
/*隐藏百度统计的图上链接*/
.wrapper > a[href^="http://tongji.baidu.com"]{
	display:none;
}

/*引导用户操作弹出框*/
.act-main{
    position: fixed;
    width: 550px;
    height: 300px;
    margin: 0 auto;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -275px;
    bottom: 0;
    z-index: 40001;
    display: none;
}
.act-main .bg{
    background:#F1EDEC url('../image/dialog_bg.jpg') center center no-repeat;
    width: 100%;
    height: 100%;
}
.act-main .close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
}
.act-main .oper-wrap{
    margin: 0 auto;
    padding-left:250px;
    padding-top: 107px;
}
.act-main .oper-wrap .block-1 a{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background-color: #29c4fe;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 16px;
    margin-right: 15px;
    text-align: center;
}
.act-main .oper-wrap .block-1 a:hover{
    background-color: #990a03;
}
.act-main .block-2{
    margin-top: 50px;
    padding-left: 20px;
}
.act-main .block-2 a{
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
}
.act-main .block-2 a.ask{
    background-color: #00a0e9;
    margin-right: 24px;
}
.act-main .block-2 .close-dialog{
    background-color: #a0a0a0;
}

.dialog{
	position: fixed;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 220px;
	z-index: 1000;
}
.dialog .bg{
	position: absolute;
	left: 0;
	top: 36.5%;
	width: 100%;
	height: 63.5%;
	background: #051223;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: -222;
}
.dialog .img{
	z-index: 999;
}
.dialog .small-img{
	height: 212px;
	width: 850px;
	margin: 0 auto;
	position: relative;
}
.dialog .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.dialog .close{
	position: absolute;
	top: 38%;
	right: 10%;
	width: 38px;
	height: 38px;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	font-family: Simsun;
	cursor: pointer;
}
.dialog .info{
	position: absolute;
	top: 42%;
	right: 31.3%;
	width: 310px;
	height: 125px;
}
.dialog .info .item{
	width: 70px;
	height: 30px;
	margin-left: 25px;
	float: left;
	margin-bottom: 10px;
}
.dialog .info .item:hover a{
	background: #f19149;
	border-color: #f19149;
}
.dialog .info .item a{
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
}
.dialog .info .num-wrap span,.dialog .info .num-wrap a{
	display: inline-block;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
}
.dialog .info .num-wrap span{
	margin-left: 55px;
	font-size: 18px;
}
.dialog .info .num-wrap a{
	border-radius:3px ;
	width: 85px;
	float: right;
	text-indent: 28px;
	margin-right: 25px;
	background:#00b7ee url('../image/QQ-1.png') 5px center no-repeat;
}
.dialog .info .num-wrap a:hover{
	background: #f19149 url('../image/QQ-1.png') 5px center no-repeat;
}
.left-dialog{
	position: fixed;
	bottom: 0;
	left:-100%;
	height: 180px;
	z-index: 999999;
	cursor: pointer;
}
.left-dialog img{
	height: 100%;
}
