body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
*+html body{
	font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.wrapper{
    width: 100%;
    min-width: 1000px;
}
.wrapper .about{
   display: flex;
}
.wrapper .about img{
    margin-right: 10px;
}
.wrapper .inner{
    width: 1000px;
    margin: 0 auto;
}
.cf{
    clear: both;
}
.cf:after{
    display: table;
    clear: both;
    content: "";
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: underline;
}
img{
    border: none;
}
ul,ol,p{
    margin: 0;
    padding:0;
}
ul,ol{
    list-style: none;
}
*{
    box-sizing: border-box;/**盒子模型：怪异模式**/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/******------------header 页头------------*******/
.header{
    margin: 0;
}
.header .header-top{
    height: 140px;
    width: 100%;
}
.header .top{
    width: 100%;
    height: 100%;
    background:#fff url("../image/header-top.png") no-repeat center center;
    background-size: cover;
}
.header .top-left .site-name {
    color: #f60;
}
.header .top-right {
    position: relative;
    z-index: 1000;
    height: 30px;
    float: right;
}
.header .top-right  a {
    padding: 0 6px;
    line-height: 30px;
    color: #666;
}
.header .top-right .favorite {
    background: url(../image/icon_sc.png) no-repeat left center;
    padding: 0 0 0 20px;
}
.header .top-right  s {
    width: 1px;
    height: 10px;
    background:#DDD;
    display: inline-block;
    overflow: hidden;
}

.header .header-content{
    background: #f0fbff;
    height: 80px;
    _height: 80px;
    line-height: 80px;
    position: relative;
}
.header .header-content .logo .main {
    float: left;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}
.header .header-content .small-title{
    font-size: 18px;
    margin-left: 30px;
    color: #FFFFFF;
}
.header .header-content .service{
    position: absolute;
    top: 0;
    right: 120px;
    background-size: 60px,60px;
    font-size: 16px;
    color: #FFFFFF;
}
/**--主导航--**/
.header .header-nav{
    margin: 0;
    padding: 0;
    background: #0890e1;
    position: relative;
    z-index: 100;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);
    height: 50px;
}
.header ul,.header li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .level-1 .item,.header .line{
    float: left;
    position: relative;
}
.header .level-1 .item a{
    display: block;
    width: 123px;
    padding: 0 12px;
    *width:99px;/*IE7*/
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.header .line{
    height: 50px;
    width: 2px;
    background: url(../image/nav_line.png) no-repeat 0 50%;
}
.header-nav ul.level-1 li.hover, .header-nav ul.level-1 li.cur {
    position: relative;
}
.header-nav ul.level-1 li.hover a.item-a, .header-nav ul.level-1 li.cur a.item-a {
	color: #ffffff;
    /*background: url(../image/nav_active.jpg) repeat-x;*/
   background: #ec0017;
}
.header-nav ul ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-nav ul ul li {
    font-weight: normal;
    background:#202020;
    opacity: 0.95;
    filter: alpha(opacity=95);
    float:none;
}
.header-nav ul.level-1 li.hover ul li a {

    border-right:none;
    display:inline-block;
    height: 36px;
    line-height: 36px;
}
.header-nav ul li.hover ul li.hover{
    background-color: #ec0017;
}
.header-nav ul li.hover ul li.hover a {
    color:#ecbb79;
}
/*****------幻灯片-----*******/
.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;
}
.slideShow .swiper-slide a{
	width: 100%;
    height: 600px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
/******------------container 主容器------------*******/
.container{
    min-height: 550px;
    background: #ffffff;
}
.container .cont-left{
	position: relative;
    float: left;
    width: 175px;
    margin-right: 85px;
    top:-45px;
}
.slideShow{
	position: relative;
	z-index: 0;
}
.treeBox{
	margin-bottom: 18px;
}
.treeBox h3 {
	text-align: center;
	width: 175px;
	height: 75px;
    margin: 0;
    color: #e4f3de;
    background: #ec0017;
    font-weight: bold;
    font-size: 18px;
	/* position: absolute; */
}
.treeBox h3 .treeBox_cn_nav{
	padding-top: 18px;
	font-size: 20px;
}
.treeBox h3 .treeBox_en_nav{
	padding-bottom :18px;
	font-size: 12px;
	font-style: normal;
}
.treeBox h3 .treeBox_nav_icon{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 30px;
	background: url(../image/treeBox_nav_icon.png) no-repeat center;
}
.treeBox ul,.treeBox li{
    list-style: none;
    padding-left: 0;
}
.treeBox li {
	border: 1px solid #eeeeee;
    line-height: 50px;
}
.treeBox li.cur a{
    color: #ec0017;
    background: url(../image/prolist_icon.png) no-repeat center right;
}
.treeBox li a {
	width: 130px;
	margin: 0 auto;
	font-size: 16px;
	display: block;
	text-align: center;
    color: #797979;
}
.treeBox li a:hover{
	text-decoration: none;
	color: #ec0017;
}
.container .cont-right{
    float: left;
    width: 740px;
    overflow: hidden;
    min-height: 500px;
}
.container .location {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	color: #333333;
    line-height: 55px;
    margin-bottom: 40px;
}
.container .location .location-info{
	width: 50%;
	text-align: right;
	float: right;
}
.container .location .location-info-left{
	float: left;
	font-size: 18px;
	font-weight: 500;
}
.container .location .location-address span.home{
	padding-left: 25px;
	background: url(../image/home.png) left 18px no-repeat;
}
.container .location .separator{
	display: inline-block;
	width: 16px;
	height: 8px;
	background: url(../image/2-icon.png) no-repeat center;
}
.container .location .second-nav{
	color: red;
}
.recBox{
    margin: 0 auto;
    margin-top: 40px;
}
.recBox h3 {
    line-height: 30px;
    height: 30px;
    *height: 30px;
    color: #999;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}
.recBox h3 .title{
	display: block;
    display: inline-block;
    color: #000;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.recBox h3 .title:hover{
	text-decoration: none;
}
.recBox .more {
	display: block;
	width: 58px;
	height: 22px;
	text-align: center;
	line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    color: #b1b1b1;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.recBox .more:hover{
	color: red;
	text-decoration: none;
	border: 1px solid red;

}
/*主页产品样式*/
.rec_product_title{
	background:url(../image/rec_title.png) no-repeat top center;
}
.recBox .rec-product{
    font-size: 16px;
}
.rec-product .item {
    float: left;
    width: 50%;
    height: 555px;
    text-align: center;
    margin-bottom: 30px;
}
.rec-product .img {
	height: 470px;
}
.rec-product .name{
	height: 60px;
	margin-top: 25px;
	position: relative;
}
.rec-product .name-left{
	float: left;
	width: 60%;
	height: 60px;
	border-right: 1px dashed #999;
	line-height: 60px;
	text-align: center;
}
.rec-product .en-name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #ccc;
	text-align: center;

}
.rec-product .name-right{
	float: left;
	width: 60px;
	height: 60px;
	margin-left: 10%;
	background: url("../image/rec-product-look.jpg") no-repeat center;
	overflow: hidden;
}
.rec-product .item a {
    display: block;
}
.rec-product .item:hover a{
	text-decoration: none;
	color: #ec3c49;
}
.rec-product .item:hover a .name-right{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.rec-product .img img {
    width: 100%;/*产品宽度*/
}
/*标题样式*/
.rec_title{
	width: 100%;
	height: 70px;
 	position: relative;
    background:url(../image/rec_title.png) no-repeat top center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rec_title-wrap{
	padding-top: 20px;
	height: 70px;
	font-size: 18px;
}
.rec_title-wrap .title_cn,.rec_title-wrap .title_en{
	width: 100%;
	text-align: center;
}
.rec_title-wrap .title_cn{
	color: #666;
}
.rec_title-wrap .title_en{
	font-style: Verdana;
	font-size: 18px;
	color: #888;
	text-transform:uppercase;
}
/*主页公司简介样式*/
.recBox .rec-introduce{
    width: 100%;
    height: 460px;
    background:url("../image/rec-about.jpg") no-repeat top center;
}
.recBox .rec-introduce-more h3{
	padding: 0;
	margin: 0;
}
.recBox .rec-introduce .cont-wrap{
	width: 1000px;
	margin: 0 auto;
	height: 460px;
	position: relative;
}
.recBox .rec-introduce .inner{
	position: relative;
	height: 460px;
}
.recBox .rec-introduce .slide-Show{
	width: 1000px;
	margin: 0 auto;
	height: 460px;
}
.recBox .rec-introduce .cont{
	margin-top: 55px;
	height: 296px;
}
.recBox .rec-introduce .img{
	width: 296px;
	height: 296px;
	overflow: hidden;
	float: left;
}
.recBox .rec-introduce .img img{
	display: block;
	width: 100%;
}
.recBox .rec-introduce .info{
	position: relative;
	float: right;
	width: 660px;
	height: 296px;
}
.recBox .rec-introduce .cont .cont_title{
	text-indent: 0;
	text-align: left;
	margin-bottom:25px ;
	margin-top:10px ;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}
.recBox .rec-introduce .cont .cont_title span{
	display: inline-block;
	font-weight: 500;
}
.recBox .rec-introduce .cont a{
	position: relative;
	display: block;
	widows: 100%;
	height: 100%;
}
.recBox .rec-introduce .cont p{
	line-height: 28px;
}
.recBox .rec-introduce .cont a,.recBox .rec-introduce .cont a:hover{
	color: #fff;
	text-decoration: none;
}

.recBox .rec-introduce .cont:hover .cont_link{
	border: 1px solid red;
	color: red;
}
.recBox .rec-introduce .cont:hover {
	cursor: pointer;
}
.recBox .rec-introduce .cont_link{
	width: 100px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	border: 1px solid #fff;
	bottom: 20px;
	left: 0;
	text-align: center;
	text-indent: 0;
	font-size: 18px;
}

/*主页企业优势样式*/
.recBox .rec-strength{
    padding-top: 10px;
    width: 100%;
}
/*主页案例样式*/
.recBox .rec-case{
    padding-top: 10px;
}
.rec-case .item {
    float: left;
    width: 25%;
    text-align: center;
}
.rec-case .img {
    border: 1px solid #E4E4E4;
    margin-bottom: 8px;
    margin: 5px;
    transition: background 2s;
    -ms-transition: background 2s;
    -moz-transition: background 2s;
    -webkit-transition: background 2s;
}
.rec-case .item:hover .img{
    background: #36add6;
}
.rec-case .img a {
    display: block;
    padding: 5px;
}
.rec-case .img img {
    width: 80%;/*产品宽度*/
}
/*主页新闻样式*/
.rec-news-list .inner{
	padding-top: 25px;
}
.rec-news-list{
    margin: 0 auto;
    margin-bottom: 45px;
}
.rec-news-list ul,.rec-news-list li{
    list-style: none;
}
.rec-news-list h3{
	padding: 0;
	margin: 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
}
.rec-news-list h3 .title{
    margin: 0;
    border-bottom: 3px solid #b31c45;
}
.rec-news-list h3 .en-title{
	display: inline-block;
	font-style: normal;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.rec-news-list .smallBox{
	position: relative;
	width: 488px;
    float: left;
    margin-right: 24px;
}
.rec-news-list .smallBox-2{
	margin-right: 0;
}
.rec-news-list .smallBox ul{
	position: absolute;
	top:55px;
	right: 0;
	height: 210px;
 	margin-left: 15px;
 	overflow: hidden;
}
.rec-news-list .smallBox:hover .news_more {
	color: red;
}
.rec-news-list .rec-news_img{
	float: left;
	height: 210px;
	width: 170px;
	overflow: hidden;
}
.rec-news-list .rec-news_img img{
	display: inline-block;
	width: 100%;
	height: 210px;
}
.rec-news li {
	position: relative;
	height: 44px;
    line-height: 44px;
    width: 303px;
}
.rec-news li a{
	position: absolute;
	left: 0;
	top:0;
	width: 210px;
	color: #333333;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.rec-news li span {
	position: absolute;
	right: 0;
	top:0;
    color: #b4b4b4;
}
.rec-news li:hover a{
	text-decoration: none;
	color: red;
}
.rec-news-list .news_more {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom:0;
    color: #b1b1b1;
    font-size: 10px;
    font-weight: normal;

}
.rec-news-list h3:hover .news_more{
	text-decoration: none;
	color: red;
}
.rec-pic{
	width: 100%;
	height: 390px;
	background: url("../image/rec-pic3.jpg") no-repeat center;
}
/**优势**/
.strength{
	padding-bottom:0;
}

.strength-info img{
    width: 100%;
    display: block;
}
/**--contact联系我们--**/
.contact{
	margin-top: 40px;
	color: #000;
}
.contact .line{
	margin-top: 20px;
	width: 90px;
	height: 3px;
	background: #69cc33;
}
.contact .smallBox{
    float: left;
    width: 50%;
}
.contact .contact_wrap{
	padding-left: 8px;
}
.contact .contact_info_title_border{
	color: #ec0017;
	border: 1px solid #e5e5e5;
	padding-left: 8px;
	margin-top: 25px;
}
.contact .smallBox .contact_info_distance{
	margin-top: 35px;
}
.contact .contact_info_title .contact_info_cn_title{
	font-size: 20px;
}
.contact .contact_info_title .contact_info_en_title{
	font-size: 12px;
	text-transform: uppercase;
}
.contact .contact_info_title .contact_info_en_title span{
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 10px;
	background: url(../image/prolist_icon.png) no-repeat center;
}
.contact .contact_info_title{
	font-size: 20px;
}
.contact .contact-info{
    padding: 10px 0;
    position: relative;
}
.treeBox_icon{
	position: absolute;
	left:0;
}
.contact .contact_phone{
	display: block;
	color: #6a6a6a;
}
.contact .small-title-info{
    color: #6a6a6a;
    font-size: 14px;
    font-style: normal;
}
.contact .treeBox_small-title-info{
	display: block;
	width: 142px;
    color: #6a6a6a;
    font-size: 14px;
    font-style: normal;
    position: relative;
    left: 25px;
    top:0;
}
.contact #message{
    margin-top: 5px;
}
.contact #message .label-name{
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.contact #message .input-area{
    margin-bottom: 10px;
}
.contact #message input{
    width: 330px;
}
.contact #message .textarea .label-name{
    vertical-align: top;
}
.contact #message .content{
    width: 330px;
    height: 80px;
}
.contact #captcha{
    text-transform: uppercase;
}
.contact #message .btn{
    text-decoration: none;
}
.contact #message .my-tip{
    margin-left: 10px;
}
.contact #message .success-info{
    color: #19AB19;
}
.contact #message .error-info{
    color: #cc0000;
}
#myMap{
    height: 400px;
    margin-top: 10px;
}
/***---资讯中心---***/
.cont-right .newsList .item{
    border-bottom: 1px dotted #d2d2d2;
    padding: 20px 0;
    position: relative;
    height: 168px;
    *height: 128px;
}
.cont-right .newsList .item a{
    text-decoration: none;
}
.cont-right .newsList .item .img-wrap{
    position: absolute;
    left: 0;
    top: 20px;
    width: 182px;
    height: 128px;
    border: 1px solid #444444;
    padding: 4px;
}
.cont-right .newsList .item .img-wrap img{
    width: 100%;
    height: 100%;
}
.cont-right .newsList .item:hover .img-wrap{
    border-color: #B31C45;
}
.cont-right .newsList .item .news-info-wrap{
    margin-left: 200px;
    height: 100%;
    width: 460px;
}
.cont-right .newsList .item .news-info-wrap .title{
    padding: 15px 0;
    font-size: 18px;
    color: #333;
}
.cont-right .newsList .item .news-info-wrap .desc{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
}
.cont-right .newsList .item:hover .title{
    color: #B31C45;
}
.cont-right .newsList .item:hover .desc{
    color: #333;
}
.cont-right .newsList .numDate {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
}
.cont-right .newsList .numDate p{
    color: #999;
    font-size: 13px;
}
.newsList .numDate .click-count {
    float: right;
    margin-top: 10px;
    width: 37px;
    height: 25px;
    line-height: 25px;
    background-color: #ec0017;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.news .info, .case .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}
.news .content img{
    max-width: 100%;
}
/*******---product---******/
.productList .item{
    float: left;
    width: 240px;
    text-align: center;
    margin-right: 10px;
}
.productList .item-0{
	margin-right: 0;
}
.productList .item .name{
	height:20px;
	margin: 3px 0 20px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.productList .item:hover .name a{
    color: #B31C45;
	text-decoration:none;
}
.productList .item img{
    width: 100%;
    padding: 2px;
	border: 1px solid #e5e5e5;
}
.productList .item:hover img{
	border: 1px solid #B31C45;
}
.product .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.product .main-image{
    max-width:60% ;
}
.product .content img{
    max-width: 100%;
}
/***--case--***/
.caseList .item{
    float: left;
    width: 240px;
    margin-right: 10px;
    text-align: center;
}
.caseList .item-0{
	margin-right: 0;
}
.caseList .item .name{
	margin: 3px 0 20px 0;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.caseList .item:hover .name a{
    color: #B31C45;
	text-decoration:none;
}
.caseList .item img{
    width: 100%;
    padding: 2px;
	border: 1px solid #e5e5e5;
}
.caseList .item:hover img{
	border: 1px solid #B31C45;
}
.case .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.case .content img{
    max-width: 100%;
}
/*******------column------*******/
.columnList .item{
    float: left;
    width: 240px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.columnList .item:hover{
    background: #19B4EA;
}
.columnList .item:hover .name a{
    color: #FFFFFF;
}
.columnList .item img{
    width: 230px;
}
.columnList .item-1{

}
.columnList .item-2,.columnList .item-3{

}
.columnList .item-0{

}
.columnContent .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.columnContent .main-image{
    max-width: 80%;
}
.columnContent .content img{
    max-width: 100%;
}
/*******------page------*******/
.page h1 {
    color: #333333;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
.page .content{
	padding: 20px 0;
}
.page .content img{
	max-width:100%;
}
/*********-----job-----************/
 .job-tip-info{
	background: #EEEEEE;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-align: center;
}
.job .job-form-info{
	margin-bottom: 110px;
}
.job .job-form-info table{
	width: 60%;
	margin: 0 auto;

}
.job .job-form-info table td{
	padding: 4px;
}
.job .job-form-info table .col-1{
	width: 70px;
}
.job .job-form-info table td input[type='text']{
	border: 1px solid #CCCCCC;
	height: 30px;
	width: 300px;
	padding: 0 5px;
	*width: 288px;
	*height: 28px;
}
.job .job-form-info table td textarea{
	border: 1px solid #CCCCCC;
	height: 100px;
	width: 300px;
	padding: 0 5px;
	*width: 288px;
	*height: 28px;
}
.job .job-form-info table td a{
	display:inline-block;
	border: 1px solid #DDDDDD;
	padding: 3px 10px;
	text-decoration: none;
	margin-right: 10px;
}
.job .job-form-info table td a:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.job .job-form-info table td a.submit{
	background-color:#65cc33;
	margin-left: 50px;
}
.job .job-form-info table td a.reset{
	background-color:#a0a0a0;
}
.job .job-form-info table td .btn{
	border-radius: 5px;
    width: 93px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.job .submit-tip-info{
	background-color: #EDECE5;
	padding: 5px 10px;
	width: 300px;
	text-align: center;
	color: red;
	height: 30px;
}
/**--message--**/
.message-cont-wrap{
	float: left;
}
.message-cont-wrap table tr{
	text-align: right;
}
.message-cont-wrap label{
	font-size: 15px;
}
.message-cont-wrap #info_length {
	margin-left: 12px;
	width:403px ;
	*width: 390px;
}
.message-cont-wrap .contact_text{
	display: inline-block;
}
.message-content-wrap{
	width: 500px;
	/*width: 408;*/
	width: 408px;
}
.message-content-wrap h2{
	text-align: center;
	padding-top: 47px;
}
.message-content-wrap table{
	text-align: left;
	table-layout: fixed;
	width: 100%;
	height: 380px;
}
.message-content-wrap table td.col-1{
	width: 85px;
	text-align: right;
}
.message-content-wrap table td.col-2{
	width: 415px;
}
.message-content-wrap table .button{
	text-align: center;
}
.message-content-wrap table .address{
	width: 97px;
	margin-left: 11px;
}
.message-content-wrap table #province{
	margin-left: 0;
}
.message-content-wrap table .active{
	background: red;
}
.message-content-wrap table .input-button{
	margin-right: 30px;
	border-radius: 5px;
	width: 93px;
	border: 0;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	background: #a0a0a0;
}
.message-content-wrap table .button-clear{
	background: #a0a0a0;
}
.message-content-wrap table .button-submit{
	background: #B31C45;
}
.message-content-wrap table .button-submit:hover,.message-content-wrap table .button-clear:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.message-content-wrap table .text{
	color: #333;
	width: 60px;
}
.message-content-wrap table .message-tip-info_wrap{
}
.message-content-wrap table .message-input{
	width: 100%;
	*width: 98%;
	height: 30px;
	text-indent: 3px;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #ddd;
}
.message-content-wrap table .vcode{
	width: 83%;
	*width: 76%;
}
.message-content-wrap table #refreshCode{
	position: relative;
	top: 8px;
	*top: 0;
	right: 0;

}
.message-content-wrap table select{
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	height: 28px;
	/*height: 28px\0;*/
}
.message-content-wrap table .message-addr{
	margin-top:10px ;
}
.message-content-wrap table .message-content{
	height: 85px;
	resize: none;
}
.message-content-wrap table .message-tip{
	float: right;
	width: 100%;
	padding-left:12px;
}
.message-content-wrap table .message-tip-info{
	height: 30px;
}
.message-content-wrap table .success-info{
	text-align: center;
	line-height: 30px;
	color: #008000;
    background-color: #DDDDDD;
    height: 30px;
    font-size: 15px;
}
.message-content-wrap table .error-info{
	text-align: center;
	line-height: 30px;
	color: #FF2F2F;
    background-color: #DDDDDD;
    height: 30px;
    font-size: 15px;
}
.message-board-wrap{
	width: 285px;
	height:310px;
	position: absolute;
	left:795px ;
	top:90px;
	color: #333333;
	overflow: hidden;
}
.message-board-wrap #messageRecord{
	height: 100%;
}
.message-board-wrap .table-base{
	width: 100%;
}
.message-board-wrap .table-base .col-1{
	font-size: 13px;
	display: block;
	float: left;
	width: 23px;
	color: #999999;
}
.message-board-wrap .table-base .col-3{
	font-size: 12px;
	display: block;
	float: left;
	width: 188px;
	color: #999;
}
.message-board-wrap .table-base .col-2{
	display: block;
	float: right;
	font-size: 12px;
	color: #999999;
}
.container .message-wrap{
    position: relative;
    margin-top: 30px;
    margin-left: 200px;
}
.container .message-list{
    position: absolute;
    right: 0;
    top: 50px;
    width: 500px;
    max-height: 800px;
    overflow-y: auto;
}
.container .message-list{
    padding: 0 10px 10px;
}
.container .message-list-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.container .message-list table{
    width: 100%;
}
.message-list .col-2{
    text-align: right;
    width: 70px;
    font-size: 12px;
    color: #999;
}
.message-list .guest-message td{
    padding-top: 10px;
}
.message-list .guest-message td.col-1{
    color: #FF2F2F;
    width: 60px;
}

p, ul, ol{
    margin: 0;
    padding: 0;
}
/* step
----------------------------------------------- */
.step{
    margin: 50px 0 110px 0;
}
.step div{
    margin-bottom: 10px;
}
.step .back a{
    padding:4px 10px;
    border: 1px solid #DDDDDD;
}
.step .last,.step .next{
    padding-left: 10px;
}
/**--分页--**/
.pager {
    text-align: right;
    color: #666;
    padding-bottom: 30px;
    margin-top: 50px;
}
.pager a {
    color: #666;
    text-decoration: underline;
}
/***---关于我们---***/
.about .left{
    float: left;
    width: 300px;
	margin-right:10px;
}
.about .left img{
    width: 100%;
}
.about .right{
    padding-top: 20px;
    color: #666666;
}
/******------------link 友情链接------------*******/
.flink {
	float: left;
	margin: 0 50px;
    color: #EEEEEE;
    text-align: center;
}
.link {
	text-align: left;
}
.link a {
    display: inline-block;
    width: 110px;
    height: 20px;
}

/******------------footer 页脚------------*******/
.footer{

    background-color: #202020;
    line-height: 25px;
}
.footer .line{
	float: left;
	height: 200px;
	width: 1px;
	background: #666;
}
.footer_link{
	margin: 0 40px;
}
.footer_link .f_link{
    color: #333;
    display: inline-block;
    height: 30px;
    color: #ddd;
    font-size: 15px;
    border-bottom: 1px solid #b0bcbc;
    margin-bottom: 18px;
}
.footer a,.footer span{
    color: #666666;
}
.footer .footer_wrap{
	padding: 30px 0;
	width: 800px;
	display: none;
}
.footer .footer-contact{
	height: 200px;
	background:#232323 url(../image/contact.jpg) center center no-repeat;
	background-size: cover;
    background-color: #0890e1;
}
.footer .footer-contact .inner{
	position: relative;

}
.footer .footer-contact .inner-right .img1{
	/*display: none;*/
	position: absolute;
	right: 143px;
	width: 105px;
	top: 42px;
}
.footer .footer-contact .inner-right .img2{
    /*display: none;*/
    position: absolute;
    right: 0;
    width: 100px;
    top: 42px;
}
.footer .inner-left{
    position: absolute;
    left:0;
    top: 40px;
    display:flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}
.footer .inner-left .inner-text-info{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer .inner-left .inner-text-info img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.footer .inner-left .logo{
    width: 97px;
    height: 103px;
    margin-right: 10px;
}
.footer .inner-left{
    position: absolute;
    left:0;
}
.footer .footer-nav{
    width: 100px;
    float: left;
}
.footer .footer-nav li a{
	color: #ddd;
}
.footer ul,.footer li{
    list-style: none;
    padding: 0;
}
.footer .level-1 li.item {
    list-style: none;
}
.footer .level-1 li.item > a {
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 35px;
    font-size: 14px;
}
.footer .level-2 a{
    font-size: 10px;
}
.footer .company-info{
   float: left;
   text-align: left;
   width: 300px;
}
.footer .copyRight span{
    margin:10px 10px;
}
.footer .copyRight{
	text-align: center;
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    background: #000;
}
.footer .copyRight a,.footer .copyRight span{
    color: #ecbb79;
}
.footer .copyRight span{
	margin: 0 8px;
}
.footer .footer_pic{
	height: 180px;
	float: right;
}
.footer .footer_pic .footer_img{
	width: 210px;
	height: 185px;
	background: url(../image/footer_pic.jpg) no-repeat;
}
.footer .footer_pic .footer_pic-email{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
	font-size: 10px;
}
.footer .footer_pic .footer_pic-name{
	height: 20px;
	line-height:20px;
	text-align: left;
	position: relative;
	left: -90px;
	top:5px;
	color: #666;
	font-size: 10px;
}
/****---客服服务---****/
.service-bar{
    border: 1px solid #E7E7E7;
    border-bottom: none;
    background: #fff;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
    font-size: 12px;
}
.service-bar a {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    color: #676767;
    text-align: center;
}
.service-bar s,.service-bar .qq-icon,.service-bar .message-icon{
    display: block;
    margin: 0 auto;
    position: absolute;
}
.service-bar .backTop{
    display: none;
    overflow: hidden;
}
.service-bar .backTop s{
    height: 32px;
    width: 32px;
    background: #C82A21 url("../image/backTop.png") no-repeat;
    top: 14px;
    left:19px;
}
.service-bar .backTop:hover s{
    background-color:  #B31C45;
}
.service-bar .qqservice,.service-bar .message{
    height: 66px;
    text-decoration: none;
}
.service-bar .qqservice .qq-icon,.service-bar .message .message-icon{
    color: #C82A21;
    top:6px;
    left: 19px;
    height: 32px;
    line-height: 32px;
}
.service-bar .qqservice i,.service-bar .message i{
    font-size: 32px;
}
.service-bar .qqservice:hover .qq-icon,.service-bar .message:hover .message-icon{
    color: #B31C45;
}
.service-bar .qqservice span,.service-bar .message span{
    display: block;
    padding-top: 44px;
}
.service-bar .weixin s{
    width: 36px;
    height: 36px;
    background: #999 url("../image/weixin_icon.png") center center no-repeat;
    top: 12px;
    left: 17px;
}
.service-bar .weixin:hover s{
    background-color: #057DBF;
}
.service-bar .weixin i{
    background: url("../image/weixin.png") center center no-repeat;
    background-size:230px ;
    width: 240px;
    height: 220px;
    position: absolute;
    left: -240px;
    top: 50%;
    margin-top: -100px;
    display: none;
}
.service-bar .weixin:hover i{
    display: block;
}
