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;
}
.wrapper{
    width: 100%;
    min-width: 1000px;
}
.wrapper .inner{
    width: 1100px;
    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: 40px;
    width: 100%;
    text-align: right;
    color: #CCCCCC;
    background: #FFFBE2;
}
.header .top-left {
    list-style: none;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
    margin-left: 40px;
}
.header .top-left .site-name {
    color: #f60;
}
.header .top-right {
    position: relative;
    z-index: 1000;
    height: 40px;
    float: right;
    margin-right: 40px;
}
.header .top-right .shu{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #B0B0B0;
	vertical-align: middle;
}
.header .top-right .shu:last-child{
	display: none;
}
.header .top-right  a {
    padding: 0 2px;
    line-height: 40px;
    color: #ABABAB;
    font-size: 12px;
}
.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: #fff;
    position: relative;
}
.header .header-content .inner{
	padding: 20px 0px 20px 0px;
	height: 100px;
}
.header-content .inner .cont-left{
	float: left;
	margin-left: 40px;
}
.header-content .inner .cont-left img{
	height: 60px;
}
.header-content .inner .cont-right{
	float: right;
	margin-right: 40px;
	text-align: right;
	position: relative;
}
.header-content .inner .cont-right .phone{
	height: 65px;
	padding-left: 60px;
	line-height: 30px;
	background: url(../image/tel-icon.png) no-repeat;
	background-size: 52px 65px;
	font-size: 18px;
	color: #683637;
	font-weight: bold;
}
.header-content .inner .cont-right .phone span{
	color: #79181D;
	font-size: 20px;
}
.header-content .inner .cont-right .ad{
	position: absolute;
	top: 30px;
	left: 65px;
	margin-top: 8px;
	color: #683637;
	font-weight: bold;
	font-size: 14px;
	background: #F4DB40;
	border-radius: 15px;
	display: inline-block;
	padding: 3px 25px;
}

.header .inner{
	width: 1100px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
}

/*公司logo*/
.header .inner .header-logo{
	width: 30%;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 8px;
}
.header .inner .header-logo img{
	/*width: 100%;
	height: 100%;*/
    width: 230px;
    height: 50.3px;
}

/**--主导航--**/
.header .inner .header-nav{
	width: 64%;
	position: absolute;
	bottom: 15px;
	right: 0px;
	margin: 0;
	padding: 0;
    background: #FFFFFF;
    z-index: 100;
    /*box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);*/
    height: 40px;
}
.header .level-1{
    list-style: none;
    /*margin: 0 40px;*/
    padding: 0;
}
.header .level-1 .item,.header .line{
    float: left;
    position: relative;
}
.header .level-1 .item a{
    display: block;
    width: 115px;
    padding: 0 10px;
    *width:99px;/*IE7*/
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
.header .level-1 .item .item-a-index{
	text-align: right;
	padding-right: 30px;
}
.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{
    /*background: #FFFFFF;*/
    color: #E44A18;
}
.header-nav ul.level-1 li.hover a.item-a .item-a-span,.header-nav ul.level-1 li.cur a.item-a .item-a-span{
	border-bottom: 2px solid #E44A18;
    padding-bottom: 24px;
}
.header-nav ul ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 137%;
    left: 0;
}
.header-nav ul ul li {
    font-weight: normal;
    background: #EEEEEE;
    color: #333333;
    /*opacity: 0.9;
    filter: alpha(opacity=90);*/
    float:none;
}
.header-nav ul.level-1 li.hover ul li a {
    border-right:none;
    display:inline-block;
    height: 36px;
    line-height: 36px;
    color: #E44A18;
}
.header-nav ul li.hover ul li.hover{
    background-color: #E64A19;
}
.header-nav ul li.hover ul li.hover a {
    color:#FFFFFF;
}
/*****------幻灯片-----*******/
.slideShow{
    margin: 0;
    padding: 0 ;
    position: relative;
    z-index: 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{
    height: 400px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
/******------------container 主容器------------*******/
.container{
    min-height: 550px;
    padding: 20px 0;
    background: #ffffff;
}
.slideShow{
    position: relative;
    z-index: 0;
}
.container .cont-left{
	position: relative;
    float: left;
    width: 175px;
    margin-right: 85px;
    top:-45px;
}
.treeBox{
	margin-bottom: 18px;
}
.treeBox h3 {
	text-align: center;
	width: 175px;
	height: 75px;
    margin: 0;
    color: #e4f3de;
    background: #E64A19;
    font-weight: bold;
    font-size: 18px;
	position: relative;
    z-index:999;
}
.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: #E64A19;	
    /*background: url(../image/prolist_icon.png) no-repeat center right;*/
    position: relative;
}
.treeBox li.cur a:after{
	position: absolute;
	content: "";
	border: 4px solid transparent;
	border-left: 4px solid #E64A19;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.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:#eb785e;
}
.container .cont-right{
    float: left;
    width: 740px;
    overflow: hidden;
    min-height: 500px;
}
.container .location {
	font-size: 12px;
	color: #333333;
    line-height: 55px;
}
.container .location .location-address span{
	float: left;
}
.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: 55px;
	background: url(../image/2-icon.png) no-repeat center;
}
.recBox{
    background: #fff;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
}
.recBox .title {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	text-align: center;
	margin: 80px 20px 30px 20px;
	/*background: url(../image/pro-bg.png) center center no-repeat;*/
	background-size: 80%;
}
.recBox .title .name-c{
	display: block;
}
.recBox .title .name-c{
	font-size: 25px;
	color: #525252;
	margin-bottom: 8px;
}
.recBox .title .name-e{
	font-size: 12px;
	letter-spacing: 2px;
	color: #525252;
	padding: 0px 15px;
}
.recBox .title .name-l{
	color: #525252;
}
.recBox img{
	width: 100%;
}

/*主页产品介绍*/
.recBox .rec-product-introduce{
	padding: 10px 50px 50px 50px;
	margin-top: -15px;
}
.recBox .rec-product-introduce .rec-product-introduce-content{
	border: 1px solid #E7E7E7;
	padding: 10px 40px;
	color: #333333;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	box-shadow: #EFEFEF 2px 2px 5px 2px;
	position: relative;
}
.recBox .rec-product-introduce .rec-product-introduce-content .rec-product-introduce-image{
	position: absolute;
	top: -12px;
	left: -55px;
	width: 83px;
	height: 115px;
}
.recBox .rec-product-introduce .rec-product-introduce-content .rec-product-introduce-image img{
	width: 100%;
	height: 100%;
}

/*主页服务样式*/
.recBox .rec-product{
    padding-top: 50px;
    overflow: hidden;
}
.rec-product .item {
    float: left;
    width: 195px;
    margin-left: 30px;
    margin-bottom: 15px;
    text-align: center;
    /*padding: 5px;*/
    background: #fff;
}
.rec-product .item:first-child,
.rec-product .item:nth-child(6n){
	margin-left: 0px;
}
.rec-product .item:hover{
	background: none;
}
.rec-product .item:hover a{
	color: #050404;
}
.rec-product .img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
    margin-bottom: 8px;
}
.rec-product .img a {
    display: block;
}
.rec-product .img img {
	width: 100%;
	height: 100%;
}
.rec-product .name{
	margin-top: 25px;
}
.rec-product .name a{
	color: #2a2a2a;
	font-size: 15px;
	text-decoration: none;
}
.rec-product .description{
	color: #656565;
	font-size: 13px;
	margin-top: 10px;
	line-height: 24px;
	text-align: left;
}
.rec-product .description a{
	display: block;
	color: #656565;
	text-decoration: none;
	cursor: default;
}
.rec-product .item:hover .name a{
	color: #E64A19;
}
.rec-product .item:hover .description a{
	color: #ff6537;
}

/**致力目标**/
.rec-target{
	width: 100%;
	height: 385px;
	background: url(../image/target.jpg) center center no-repeat;
	margin-top: 40px;
}
.rec-target2{
	width: 100%;
	height: 385px;
	background: url(../image/target2.jpg) center center no-repeat;
	margin-top: 30px;
	overflow: hidden;
}
.rec-target3{
	width: 100%;
	height: 300px;
	background: url(../image/target3.jpg) center center no-repeat;
	margin-top: 70px;
}

/*服务保障*/
.rec-target2 .target2-message{
	width: 720px;
	margin: 0 auto;
	margin-top: 100px;
}
.rec-target2 .target2-message ul {
	width: 100%;
	overflow: hidden;
}
.rec-target2 .target2-message ul li{
	float: left;
	width: 140px;
	background: #27282c;
	color: #FFFFFF;
	text-align: center;
	padding: 22px 0px;
	font-size: 13px;
	margin-right: 5px;
}
.rec-target2 .target2-message ul li:last-child{
	margin-right: 0px;
}
.rec-target2 .target2-message ul li .target2-message-one{
	margin-top: 20px;
}
.rec-target2 .target2-message ul li .target2-message-two{
	margin-top: 10px;
}
.rec-target2 .target2-message ul li .target2-message-three{
	font-size: 15px;
}

/*主页车辆样式*/
.recBox .rec-case{
    padding-top: 50px;
    overflow: hidden;
}
.rec-case .item {
    float: left;
    width: 24.2%;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 15px;
}
.rec-case .item:nth-child(4n){
	margin-right: 0px;
}
.rec-case .img{
    margin-bottom: 8px;
    margin: 2px;
    transition: background 2s;
    -ms-transition: background 2s;
    -moz-transition: background 2s;
    -webkit-transition: background 2s;
}
.rec-case .img a {
    display: block;
    padding: 0px;
}
.rec-case .img img {
    width: 100%;
    height: 100%;
    border: 3px solid #FFFFFF;
}
.rec-case .name{
	margin-top: 12px;
}
.rec-case .name a{
	color: #2a2a2a;
	font-size: 15px;
	text-decoration: none;
}
.rec-case .description{
	color: #656565;
	font-size: 13px;
	margin-top: 10px;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding: 0px 5px;
}
.rec-case .item:hover .img img{
    border: 3px solid #E64A19;
}
.rec-case .item:hover .name a{
	color: #E64A19;
}
.rec-case .item:hover .description{
	color: #ff6537;
}

/*主页新闻样式*/
.rec-news-list{
    background: #fff;
    padding: 0 0px 0px;
    margin: 0 auto;
}
.rec-news-list .news-wrap{
	overflow: hidden;
	padding: 0px;
}
.rec-news-list .news-wrap .news-item{
	float: left;
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.rec-news-list .news-wrap .news-item:nth-child(4n){
	margin-right: 0px;
}
.rec-news-list .news-item .news-img{
    margin: 2px;
    margin-bottom: 0px;
}
.rec-news-list .news-item .news-img img{
	width: 100%;
    height: 100%;
    display: block;
}
.rec-news-list .news-item .news-message{
	margin: 0px 2px;
	background: #EEEEEE;
	padding: 10px 10px;
}
.rec-news-list .news-item .news-title{
	color: #0A0905;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rec-news-list .news-item .news-title .news-title-cont{
	font-size: 16px;
	color: #362C24;
	float: left;
}
.rec-news-list .news-item .news-title .news-add-time{
	font-size: 12px;
	color: #999999;
}
.rec-news-list .news-item .news-desc{
	margin-top: 5px;
	color: #525252;
	font-size: 12px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rec-news-list .news-item:hover .news-img img{
    outline: 1px solid #E64A19;
}
.rec-news-list .news-item:hover .news-title{
	color: #E64A19;
}
.rec-news-list .news-item:hover .news-desc{
	color: #ff6537;
}
.rec-news-list .more-news{
	display: block;
	text-decoration: none;
	color: #525250;
	text-align: center;
	margin-top: 5px;
}

/**我们的优势**/
.strength{
	margin-top: 40px;
	padding-bottom:0;
}
.strength .strength-bg{
	width: 100%;
	height: 300px;
	background: #2e2f4d;
}
.strength .inner{
	margin-top: -220px;
}
.strength .inner .strength-title{
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}
.strength .inner .strength-info{
	width: 950px;
	margin: 0 auto;
}
.strength .inner .strength-info img{
    width: 100%;
    display: block;
}

/*服务领域热门服务*/
.recBox .inner .recommend-product-title{
	color: #E64A19;
	margin-top: 10px;
	margin-bottom: 25px;
}
.recBox .inner .recommend-product{
	overflow: hidden;
}
.recBox .inner .recommend-product .item{
	float: left;
	width: 30%;
	margin-right: 5%;
    text-align: center;
    margin-bottom: 15px;
}
.recBox .inner .recommend-product .item:nth-child(3n){
	margin-right: 0px;
}
.recBox .inner .recommend-product .item .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.recBox .inner .recommend-product .item .img a{
	display: block;
}
.recBox .inner .recommend-product .item .img img{
	width: 100%;
	height: 100%;
	border: 3px solid #FFFFFF;
}
.recBox .inner .recommend-product .item .name{
	color: #2a2a2a;
    font-size: 15px;
    text-decoration: none;
    margin-top: 10px;
}
.recBox .inner .recommend-product .item:hover .img img{
	border: 3px solid #E64A19;
}
.recBox .inner .recommend-product .item:hover .name a{
	color: #E64A19;
}

/*服务领域服务里列表*/
.productArea{
	margin-top: 80px;
}
.product-area-left{
	float: left;
	width: 300px;
}
.product-area-left h3{
	color: #E64A19;
	margin-top: 0px;
}
.product-area-left .product-area-left-info{
	font-size: 13px;
	line-height: 28px;
	color: #313131;
	margin-top: 35px;
}
.product-area-right{
	float: right;
	width: 650px;
}
.product-area-right .item{
	float: left;
	width: 48.5%;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 15px;
}
.product-area-right .item:nth-child(2n){
	margin-right: 0px;
}
.product-area-right .item .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product-area-right .item .img a{
	display: block;
	position: relative;
}
.product-area-right .item .img img{
	width: 100%;
	height: 100%;
	border: 3px solid #FFFFFF;
}
.product-area-right .item .img .name{
	position: absolute;
	bottom: 25px;
	left: 3px;
	background: #323e4c;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 20px;
}
.product-area-right .item:hover .img img{
	border: 3px solid #E64A19;
}
.product-area-right .item:hover .name{
	color: #E64A19;
}

/*关于我们*/
.container-introduce{
	padding-top: 0px;
}
.introduce-nav{
	background: #EEEEEE;
	text-align: center;
	color: #505050;
	padding: 10px 0px;
}
.introduce-nav .introduce-nav-a{
	display: inline-block;
	text-decoration: none;
	padding: 15px 45px;
}
.introduce-nav .introduce-nav-a .page-name{
	padding-bottom: 8px;
	border-bottom: 2px solid #EEEEEE;
}
.introduce-nav .introduce-nav-span0{
	display: none;
}
.introduce-nav .cur{
	color: #E74B18;
}
.introduce-nav .cur .page-name{
	border-bottom-color: #E74B18;
}
.introduce-nav .introduce-nav-a:hover{
	color: #E74B18;
}
.introduce-nav .introduce-nav-a:hover .page-name{
	border-bottom-color: #E74B18;
}
.introduce-content{
	width: 100%;
}
.introduce-content .inner{
	overflow: hidden;
	margin-top: 15px;
}
.introduce-content .introduce-title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #E74B18;
	padding: 50px 0px;
}
.introduce-content .introduce-con{
	width: 100%;
	text-align: center;
}
.introduce-content .introduce-con img{
	width: 100%;
	height: 100%;
	display: block;
}
.introduce-content .inner-hidden{
	display: none;
}
.introduce-content .introduce-title-img{
	margin-top: 80px;
}
.introduce-content .introduce-title-img img{
	width: 100%;
	height: 100%;
	display: block;
}


/**--关于鸿兴--**/
.aboutOut .about-out{
	overflow: hidden;
	margin-top: 40px;
}
.aboutOut .about-out .about-out-image{
	float: left;
	width: 350px;
	height: auto;
	padding-top: 45px;
}
.aboutOut .about-out .about-out-image img{
	width: 100%;
	height: 100%;
}
.aboutOut .about-out .about-out-content{
	font-size: 13px;
	margin-left: 420px;
	color: #313131;
	line-height: 30px;
}

/**--核心价值观--**/
.coreValue {
	margin-top: 30px;
}
.coreValue .core-value{
	overflow: hidden;
	margin-top: 40px;
}
.coreValue .core-value .core-value-content{
	float: left;
	width: 500px;
	font-size: 13px;
	color: #313131;
	line-height: 24px;
	position: relative;
}
.coreValue .core-value .core-value-content .core-value-content-info{
	width: 350px;
	height: 232px;
	position: absolute;
	right: 0px;
	top: 40px;
	padding-left: 30px;
	padding-right: 45px;
	overflow: hidden;
	box-shadow: #ebebeb -25px 10px 20px 5px;
}
.coreValue .core-value .core-value-content .core-value-content-info .core-info-ti{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.coreValue .core-value .core-value-content .core-value-content-info .core-info-li{
	width: 30px;
	height: 1px;
	background: #696969;
	margin-top: 18px;
}
.coreValue .core-value .core-value-content .core-value-content-info .core-info-in{
	margin-top: 8px;
	color: #696969;
}

.coreValue .core-value .core-value-image{
	float: right;
	width: 500px;
	height: auto;
	margin-right: 100px;
}
.coreValue .core-value .core-value-image img{
	width: 100%;
	height: 100%;
}

/**--contact联系我们--**/
.contact .smallBox{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.contact .contact-info{
    padding: 5px 10px 20px;
}
.contact .small-title{
    font-size: 24px;
    font-weight: bold;
    color: #0084D6;
    letter-spacing: 2px;
}
.contact .small-title .icon{
    font-size: 24px;
    margin-right: 10px;
}
.contact .small-title-info{
    color: #666;
    margin-left: 35px;
    font-size: 16px;
}

.contact #message{
    margin-top: 5px;
}
.contact #message .input-area {
    margin-bottom: 10px;
    position: relative;
}
.contact #message .label-name {
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.contact #message .content {
    width: 330px;
    height: 80px;
}
.contact #captcha {
    text-transform: uppercase;
}
.contact #message #refreshCode {
    cursor: pointer;
    position: absolute;
    margin-left: 2px;
}
*+html .contact #message #refreshCode{
	cursor: pointer;
	position: relative;
    top:2px;
    right: 0;
}
.contact #message .textInput {
	width: 330px;
    padding: 0 4px;
    height: 28px;
    border: 1px solid #DDDDDD;
}
.contact #message .textarea .label-name{
    vertical-align: top;
}
.contact #message .content{
    height: 80px;
    border: 1px solid #ddd;
}

.contact #captcha{
    text-transform: uppercase;
}
.contact #message .btn:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.contact #message .btn {
	text-decoration: none;
    display: inline-block;
    background-color: #0084D6;
    color: #EEE;
    padding: 6px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
}
.contact #message .my-tip{
    margin-left: 10px;
}
.contact #message .success-info{
    color: #19AB19;
}
.contact #message .error-info{
    color: #cc0000;
}

/*地图位置*/
.contactUs{
	margin-top: 30px;
}
.recBox .rec-box-title{
	text-align: center;
	color: #E64A19;
}
.recBox .rec-box-line{
	width: 30px;
	height: 3px;
	background: #E64A19;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 25px;
}
#myMap{
    height: 360px;
    margin-top: 10px;
}
/*联系我们*/
.touchUs{
	margin-top: 80px;
}
.touchUs .touch{
	overflow: hidden;
	background: #F7F7F7;
}
.touchUs .touch .touch-image{
	float: left;
	width: 350px;
	height: auto;
}
.touchUs .touch .touch-image img{
	width: 100%;
	height: 100%;
}
.touchUs .touch .touch-content{
	font-size: 13px;
	margin-left: 420px;
	padding-top: 60px;
	color: #626262;
}
.touchUs .touch .touch-content .touch-content-title{
	font-size: 20px;
	color: #323232;
}
.touchUs .touch .touch-content .touch-content-title span{
	font-size: 16px;
	color: #626262;
}
.touchUs .touch .touch-content .touch-content-tel,
.touchUs .touch .touch-content .touch-content-email,
.touchUs .touch .touch-content .touch-content-qq,
.touchUs .touch .touch-content .touch-content-address{
	margin-top: 15px;
}

.touchUs .touch .touch-content .touch-content-tel .tel1{
	margin-left: 27px;
}
.touchUs .touch .touch-content img{
	width: 16px;
	height: 16px;
	margin-bottom: -3.5px;
    margin-right: 7px;
}
.touchUs .touch .touch-content .touch-content-tel img{
	margin-bottom: -12.5px;
}

/*运输车辆*/
.container .inner .case-right{
	float: none;
	width: 100%;
	margin-top: 20px;
}
.container .inner .case-right .item{
	float: none;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin-bottom: 50px;
}
.container .inner .case-right .item:nth-child(3n){
	margin-bottom: 20px;
}
.container .inner .case-right .item .name{
	font-size: 18px;
	color: #333333;
}
.container .inner .case-right .item .description{
	font-size: 13px;
	color: #565656;
	margin-top: 15px;
	line-height: 28px;
}
.container .inner .case-right .item .img-list{
	width: 100%;
}

/***新闻中心***/
.news-container .inner{
	overflow: hidden;
}
.container .inner .news-right{
	width: 100%;
	float: none;
	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: 200px;
    height: 135px;
    /*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: #683637;
}
.cont-right .newsList .item .news-info-wrap{
    margin-left: 215px;
    height: 100%;
    width: 800px;
}
.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: 24px;
}
.cont-right .newsList .item:hover .title{
    color: #E64A19;
}
.cont-right .newsList .item:hover .desc{
    color: #ff6537;
}
.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: #683637;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.container .inner .news-detail-right{
	width: 100%;
	float: none;
	margin-top: 10px;
}
.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;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.productList .item:hover{
    background: none;
}
.productList .item .name{
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.productList .item:hover .name a{
    color: #050404;
	text-decoration:none;
}
.productList .item img{
    width: 100%;
}
.productList .item-1{
    margin-right: 5px;
}
.productList .item-2{
    margin: 0 5px;
}
.productList .item-0{
    margin-left: 5px;
}
.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;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;*/
}
.caseList .item:hover{
    /*background: #F4DB41;*/
}
.caseList .item .name{
	/*height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;*/
}
.caseList .item:hover .name a{
    /*color: #050404;*/
	text-decoration:none;
}
.caseList .item img{
    /*width: 100%;*/
}
.caseList .item-1{
   /* margin-right: 5px;*/
}
.caseList .item-2{
    /*margin: 0 5px;*/
}
.caseList .item-0{
    /*margin-left: 5px;*/
}
.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;
    border-bottom:1px solid #eee;
    font-weight: bold;
}
.page .content{
	padding: 20px 0;
}
.page .content img{
	max-width:100%;
}
/*********-----job-----************/
.job-container{
	padding-top: 0px;
}
.job-container .inner{
	overflow: hidden;
}
.container .inner .job-right{
	width: 100%;
	float: none;
	margin-top: 10px;
}
.container .inner .job-right .job-title{
	text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #E74B18;
    padding: 40px 0px;
}
.container .inner .job-right .job-column>ul{
	overflow: hidden;
	background: #E64A19;
	color: #FFFFFF;
}
.container .inner .job-right .job-column>ul>li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 0px;
}
.container .inner .job-right .job-list{
	margin-top: 30px;
}
.container .inner .job-right .job-list .job-item{
	margin-bottom: 50px;
	padding-bottom: 65px;
	border: 1px solid #F8F8F8;
	border-bottom: 1px solid #E3E3E3;
	box-shadow: 0 0 9px 3px #F6F6F6;    
}
.container .inner .job-right .job-list .job-item-title>ul{
	overflow: hidden;
	background: #E5E5E5;
	color: #333333;
}
.container .inner .job-right .job-list .job-item-title>ul>li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0px;
}
.container .inner .job-right .job-list .job-item-title>ul .job-people-num{
	font-size: 19px;
}
.container .inner .job-right .job-list .job-item-wrap{
	background: #FFFFFF;
	padding: 25px 60px;
	color: #7A7A7A;
	position: relative;
}
.container .inner .job-right .job-list .job-item-time{
	position: absolute;
	top: 25px;
	right: 90px;
	z-index: 2;
	color: #B3B3B3;
}
.container .inner .job-right .job-list .job-item-apply{
	display: block;
	width: 120px;
	position: absolute;
	bottom: -35px;
	right: 60px;
	z-index: 2;
	background: #E64A19;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 3px 0px;
	border-radius: 2px;
	text-decoration: none;
}
/*弹框*/
.job-masking{
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    opacity: 1.1;
    display: none;
}
#job-box{
	background: #FFFFFF;
    width: 450px;
    padding: 30px 0px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 35%;
    top: 20%;
    overflow: hidden;
    z-index: 101;
    display: none;
}
#job-box .job-box-title{
	margin-bottom: 12px;
}
#job-box .job-box-info-item{
	padding: 10px 0px;
}
#job-box .job-box-info-item span{
	display: inline-block;
	width: 85px;
	text-align: left;
}
#job-box .job-box-info-item input{
    width: 250px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #E44A18;
    outline: medium;
    padding-left: 10px;
}
#job-box .submit{
	display: inline-block;
	width: 150px;
	background: #E44A18;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 0;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 5px;
}
#job-box .must-fill{
	margin-top: 10px;
	padding-left: 15px;
	color: red;
	display: none;
}
.job .job-form-info .job-tip-info{
	background: #EEEEEE;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.job .job-form-info table{
	width: 100%;
	
}
.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: 5px 20px;
	text-decoration: none;
	margin-right: 20px;
}
.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:#E64A19;
	color: #FFF;
}
.job .job-form-info table td a.reset{
	background-color:#EEEEEE;
	
}
.job .submit-tip-info{
	background-color: #EDECE5;
	padding: 5px 10px;
	width: 300px;
}
/**--message--**/
.message-cont-wrap{
	float: left;
}
.message-cont-wrap table tr{
	text-align: right;
}
.message-content-wrap{
	width: 500px;
	width: 408/0;
	*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 .active{
	background: red;
}
.message-content-wrap table .input-button{
	margin-right: 30px;
	width: 93px;
	border: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	background: #a0a0a0;
}
.message-content-wrap table .button-clear{
	background: #a0a0a0;	
}
.message-content-wrap table .button-submit{
	background: #E64A19;
}
.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;
	text-align: right;
}
.message-content-wrap table .captcha_text{
	width: 200px;
}
.message-content-wrap table .message-input_captcha{
	text-indent: 3PX;
	width: 80%;
	*width: 72%;
	height: 30px;
	margin-left: 2%;
	font-size: 18px;
	border: 1px solid #ddd;
}
.message-content-wrap table #refreshCode{
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -8px;
	*bottom: 0;
	left: 6PX;
}
.message-content-wrap table .message-input{
	text-indent: 3PX;
	width: 98%;
	*width: 95%;
	height: 30px;
	margin-left: 2%;
	font-size: 18px;
	border: 1px solid #ddd;
}
.message-content-wrap table select{
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	*height: 28px;
	height: 28px\0;
}
.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: #E64A19;
    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: 30px 0 5px;
}
.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;
    padding-top: 20px;
    color: #666;
}
.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;
}
.about img{
	width: 100%;
	display: block;
}
/******------------link 友情链接------------*******/
.flink {
    background: #683637;
    color: #EEEEEE;
    padding: 5px 0;
    text-align: center;
}
.link strong {
    color: #EEEEEE;
    font-weight: bold;
}
.link a {
    color: #EEE;
}

/******------------footer 页脚------------*******/
.footer{
    background-image: url("../image/footer_bg.jpg");
    background-size: 100% 100%;
    color: #FFFFFF;
    overflow: hidden;
    margin-top: 50px;
}
.footer .footer-nav{
    width: 600px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer a{
    color: #f7f7f7;
}
.footer ul,.footer li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .level-1 li.item {
    display: inline-block;
    margin-right: 20px;
    padding: 0px 0px;
    font-size: 14px;
}
.footer li span{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.footer .level-1 li.item > a {
	display: block;
	width: 120px;
    padding: 10px 0;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer .level-1 li.item > .item-botm-index{
	text-align: right;
	padding-right: 30px;
}
.footer .level-2 a{
    font-size: 10px;
}
.footer .level-1 li.item:hover a{
    color: #E64A19;
}

/*底部电话地址信息*/
.footer .bot-cont{
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
/*微信二维码*/
.footer .bot-code{
	width: 120px;
	height: auto;
	margin: 0 auto;
}
.footer .bot-code .bot-code-img{
	height: 120px;
	overflow: hidden;
}
.footer .bot-code .bot-code-img img{
	width: 100%;
	height: 100%;
}
.footer .bot-code .bot-code-text{
	font-size: 13px;
	margin-top: 12px;
}
/*电话、地址、邮箱*/
.footer .bot-cont .company-info{
	line-height: 20px;
	color: #fffdfe;
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
}
.footer .bot-cont .company-info .phone,
.footer .bot-cont .company-info .email{
	margin-right: 60px;
}
.footer .bot-cont .company-info .phone img,
.footer .bot-cont .company-info .email img,
.footer .bot-cont .company-info .address img{
	margin-bottom: -3.5px;
	margin-right: 7px;
}

/****---客服服务---****/
.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: #999 url("../image/backTop.png") no-repeat;
    top: 14px;
    left:19px;
}
.service-bar .backTop:hover s{
    background-color: #683637;
}
.service-bar .qqservice,.service-bar .message{
    height: 66px;
    text-decoration: none;
}
.service-bar .qqservice .qq-icon,.service-bar .message .message-icon{
    color: #683637;
    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: #683637;
}
.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: #683637;
}
.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;
}

/*--电话弹框--*/
.footer .tel-wrap {
	display: none;
	width: 450px;
	height: 250px;
	background: url(../image/tel-box.jpg) no-repeat;
	border-radius: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -225px;
	z-index: 3000;
}
.footer .tel-wrap .phone-cont{
	float: right;
	margin: 120px 30px 0 0;
	right: 50px;
	bottom: 70px;
}
.footer .tel-wrap .phone-cont i{
	display: block;
	float: right;
	background: url(../image/tel_icon.png) no-repeat;
	width: 42px;
	height: 42px;
}
.footer .tel-wrap .phone-cont .phone-info{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 22px;
	color: #79181D;
}
.footer .tel-wrap .btn-area{
	margin: 60px 0 0 0;
}
.footer .tel-wrap .btn-area .btn-item{
	float: right;
	padding: 5px 15px;
	border-radius: 8px;
	margin-left: 10px;
}
.footer .tel-wrap .btn-area .consult{
	background: #F4DB40;
}
.footer .tel-wrap .btn-area .consult a{
	color: #683637;
}
.footer .tel-wrap .btn-area .off-bot{
	background: #FFFBE2;
}
.footer .tel-wrap .btn-area .off-bot a{
	color: #75191E;
}
.footer .tel-wrap .btn-area .btn-item a{
	display: block;
	/*color: #fff;*/
	text-decoration: none;
}
.footer .tel-wrap .off-top{
	position: relative;
	right: 0;
	top: 0;
	background: #fff;
	padding: 1px 3px;
	border: 1px solid #333333;
	color: #333333;
	display: inline-block;
	float: right;
	cursor: pointer;
}

/*二级导航新闻*/
.cont-right .newsList-two-nav .item .news-info-wrap{
	width: 470px;
}
.newsList-two-nav .numDate .click-count {
	background-color: #E64A19;
}
