﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
ul,li{margin:0; padding:0;}

body{font:normal 14px/1.5 "微软雅黑",tahoma, arial, \5b8b\4f53;color:#333;background-color:#ffffff}
select, input, textarea, button {font-size:12px;}
ol,ul{list-style:none;}
p{ line-height:18px;}
a img{border:0;}
img{vertical-align:middle;}
.clearfix:after{content:"."; display:block; height:0; visibility:hidden;clear:both;}
.clearfix{zoom:1;}
.clear{ clear:both}
.hide{ display:none}

a{text-decoration:none; color:#333; outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{ text-decoration:none; color: #e43c1f;}

.hide{display:none;}
.float-l {float:left; display:block;}
.float-r {float:right; display:block;}
.text-over{word-break:nowrap; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.bg-gray{ background-color: #f3f3f3; min-height: 380px;}

.wrapper{width:1200px; margin:0 auto;} /*全局页面宽度*/
.mt_5{ margin-top:5px;}
.mt_8{ margin-top:8px;}
.mt_10{ margin-top:10px;}
.mt_15{ margin-top:15px;}
.mt_20{ margin-top:20px;}
.mb_5{ margin-bottom:5px;}
.mb_8{ margin-bottom:8px;}
.mb_10{ margin-bottom:10px;}
.mr_8 { margin-right:8px;}
.mr_10 { margin-right:10px;}
.mt_25{ margin-top:25px;}

.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn1 {
    margin: 0 auto 20px;
    padding: 0 30px;
    height: 40px;
    border-radius: 8px;
    background-color: #ff6535;
    color: #fff;
    font: 16px/40px "微软雅黑";
}

.btn2 {
    position: relative;
    padding-left: 0;
    height: 40px;
    border: none;
    border-radius: 10px;
    border-radius: 10px;
    background-color: #ffa400;
    background-image: -moz-linear-gradient(top,#f4be49,#ffa400);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ffa400),color-stop(1,#f4be49));
    color: #fff;
    font: 16px/40px "微软雅黑";
    cursor: pointer;
}

.btn-mx {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff6535;
    border-color: #f64200;
    color: #FFF;
    font-size: 16px;
}

.btn-block {
    display: block;
    width: 100%;
}

/*表格2*/
.form-list {
    width: 99%;
    background-color: #f2f2f2;
    margin:0 auto;
}
.form-list td, .form-list th {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    height:30px;
    background: #ffffff;
}
.form-list th{ background: #f2f2f2;}



.formtable
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    width: 99%;
    /* min-width: 1135px; */
    margin: 0 auto;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
    }

.formtable thead th{padding: 0px; height:45px; line-height:45px; background-color: #f2f2f2; border: none; border-right: 1px solid #ccc;}
.formtable tr td{padding: 2px; height: 30px;line-height: 30px; border: 1px solid #ccc; text-align:left;}





/*
.page-main{width:1160px; min-height:500px; margin:0 auto;background-color: #ffffff;padding: 10px 30px 30px 30px;border: 1px solid #e1e1e1;margin-top: 20px;margin-bottom: 30px;}
.page-main .title{line-height: 40px; font-size: 18px;padding-bottom: 10px;padding-top: 15px;border-bottom: 1px solid #ddd; color: #666;}
.page-main .page-content{ padding: 20px 0; line-height: 30px; overflow: hidden;}
.page-main .page-content .page-list { width:100%; margin-bottom:30px; padding-bottom:30px; overflow:hidden; border-bottom:1px dotted #E8E8E8;}


.page-main .page-content .contact{ width: 48%; float: left; overflow: hidden;}
.page-main .page-content .contact .p-title { font-size:18px;}
.page-main .page-content .contact p{ line-height: 40px; font-size: 16px;}
.page-main .page-content .map{ width: 48%; height: 300px; float: right;}
 
 .page-main .page-content .calc-table{ width: 100%; background: #f8f8f8;border: 1px solid #ddd; border-top: none;}
 .page-main .page-content .calc-table tr td{ background: #ffffff; line-height: 45px;}
.page-main .page-content .calc-table .calc-title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    padding-left: 20px;
    font-weight:bold;
    font-size: 16px;
} 
.page-main .page-content .calc-table .form-list {
    width: 99%;
    background-color: #f2f2f2;
    margin:0 auto;
}
.page-main .page-content .calc-table .form-list td, .form-list th {
    padding: 5px 15px;
    min-height: 20px;
    line-height: 20px;
    height:30px;
}


.box-pack { border: 1px solid #ddd;border-top: 0;border-bottom: 0;}

.page-main .page-content .calc-table .calc-foot{background-color: #fff6e8;padding: 20px; border-top: 1px solid #ccc; text-align: center;}
.page-main .page-content .calc-table .calc-btn{
    width: 210px;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #21a901;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.page-main .page-content .calc-table .
.page-main .page-content .calc-table .btn-mt{ margin-top: 22px;}
*/

/* 
#faq{width:100%;border:1px solid #e7e7e7;}
#faq li h5 .UI-ask,#faq li h5 .UI-bubble{position:absolute;left:0px;top:9px;}
#faq li{border-bottom:1px solid #E8E8E8;padding:0 14px 5px 14px;vertical-align:bottom; background: #f9f9f9;}
#faq li h5{height:40px;position:relative;color:#666;font-size:14px;cursor:pointer;line-height:40px;height:40px;overflow:hidden;padding:0 0 0 26px;}
#faq li .foldContent{border-left:3px solid #018ccb;padding:10px 26px;border-top:1px dashed #e2e2e2;line-height:24px;background:#ffffff;color:#888; display:none}
#faq .UI-bubble{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) 0 0 no-repeat;}
#faq .UI-ask{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) -25px 0px no-repeat;}
 */




/*分页样式  AspNetPager*/
.paginator { width:100%; font: 12px Arial, Helvetica, sans-serif;padding:0; margin: 0px;}
.paginator a { 
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}
.paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .cpb {   
    background: #c81623;
    color: #FFF;
    border-color: #444;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}
.pagination a[disabled]{ color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.paginator a:hover {color:#c81623;text-decoration:none;}
.paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover{height:15px;min-width:15px;_width:15px;margin-right:5px;text-align:center;
 white-space:nowrap; font-size:14px;font-family:Arial,SimSun;padding:8px 12px;}

/* 分页样式二 */
.page { height:30px; line-height:30px; text-align:center; padding:20px;}
.page a {border: solid thin #DDDDDD;margin: 2px;padding: 5px 10px;}
.page a.active {border: solid thin #0099FF; background-color: #0099FF; color: white; cursor:text;}
.page .disabled{color: #d2d2d2!important;cursor: not-allowed!important;}


/*CheckBox和RadioButtonList默认样式*/
input[type=checkbox], input[type=radio] {
    cursor: pointer;
    background-color: #ffffff;
    color: #C4C4C4;
    border: 0;
    height: 18px;
    width: 18px;
    margin: 2px;
    padding: 0px;
    vertical-align: middle;
    outline: 0;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}


/*时间轴*/
.layui-timeline {
    padding-left: 5px;
}
.layui-timeline-item {
    position: relative;
    padding-bottom: 20px;
}
.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #ff6800;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
	font-size:18px;
}
.layui-timeline-content {
    padding-left: 35px;
}
.layui-text {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.layui-timeline-item:before {
    background-color: #e6e6e6;
}
.layui-timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
}
.layui-timeline-item:last-child:before {
    display: none;
}




.header {background-color: #fff; border-bottom: 1px solid #ddd; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header .topBar {height: 40px;line-height: 40px;background-color: #f5f5f5; border-bottom: 1px solid #dcdcdc; color: #333333;}
.header .topBar ul.main { width:1200px; height:40px; margin:0 auto; position:relative;}
.header .topBar ul.main li { line-height:40px; font-size:14px;}
.header .topBar ul.main li.tel { color:#dc1e32; font-weight: bold; margin-left:20px; float:left;}
.header .topBar ul.main li a { color: #333333; font-size:14px; padding:5px 0 5px 12px;}
.header .topBar ul.main li.right{overflow: hidden; text-align:right;}

.header .head { width:1200px; height:90px; line-height:90px; margin:0 auto;}
.header .head .logo { width:250px; height:80px; float:left;}
.header .head .nav { float:right; overflow:hidden;}
.header .head .nav li { width:110px; height:90px; display: block; _display:block; float:left; height: 90px; line-height: 90px; text-align:center; overflow:hidden}
.header .head .nav li a { width:110px;display: inline-block;height: 90px; line-height: 90px; font-size:16px;}
.header .head .nav li a:hover { height:84px; color:#e43c1f; font-weight:bold; background-color:#FAF8F9; border-bottom:4px solid #e43c1f;}
.header .head .nav li a.current {height:84px; color:#e43c1f; font-weight:bold; background-color:#FAF8F9; border-bottom:4px solid #e43c1f;}

.callbacks_container .quicklogin {
    position: absolute;
    top: 10%;
    left: 55%;
    z-index: 2;
    margin-left: 170px;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    background: url(../images/quicklogin.png) center repeat;
}

.quicklogin h6 {color: #fff;font: 18px/40px "微软雅黑";}
.quicklogin .quicklogin1, .quicklogin .quicklogin2,.quicklogin3 {margin: 5px 0 15px;padding-left: 40px;height: 40px;background: #666 10px 10px no-repeat;}
.quicklogin .quicklogin1 {background-image: url(../images/quicklogin1.png);}
.quicklogin .quicklogin2 {background-image: url(../images/quicklogin2.png);}
.quicklogin input[type="text"] {color: #999;}
.quicklogin input {padding-left: 10px;width: 200px;height: 40px;border: none;font: 14px/40px "微软雅黑";}
.quicklogin .quicklogin3{background-image: url(../images/quicklogin3.png);}
.quicklogin .quicklogin3 input{width:90px;}
.quicklogin .quicklogin3 img{height:40px;}

.quicklogin .quicklogin4{padding: 15px auto !important;}
.quicklogin .quicklogin4 .btn-login{ width:100px; padding:0; background-color: #b00; cursor:pointer;margin-bottom:10px;}
.quicklogin .quicklogin4 .btn-reg{ width:100px; padding:0; background-color: #ffa400; cursor:pointer;margin-bottom:10px;}



.quicklogin .rem-login{ height: 15px; color: #ffffff; margin-bottom: 15px; font-size: 12px; overflow: hidden;}
.quicklogin .rem-login input{width: 15px;height: 15px; padding: 0;float: left;display: block;}
.AutoLogin_t {color: #FFFFFF;font-size: 12px;float: left;display: block;line-height: 15px;}
.AutoLogin_p {color: #CCCCCC;font-size: 12px;float: left;display: block;line-height: 15px;margin-left: 5px;margin-bottom: 20px;}
.quicklogin .hr {width: 100%;border: 0;border-top: 1px solid #ccc;}
.quicklogin .quick-foot{ text-align: right; padding: 0;}
.quicklogin .quick-foot a{ color: #ffffff;}


.callbacks_container .ban_form{position: absolute;bottom: 0;height: 71px;width: 100%;background: url(../images/ban_bg.png) no-repeat center; z-index: 999;; overflow: hidden;}
.callbacks_container .ban_form .b_fm{width: 1200px; margin: 0 auto; color: #ffffff; overflow: hidden;}
.callbacks_container .ban_form .b_fm .home-notice-left{width: 520px; height: 24px; text-align: left; padding: 10px 0 0 10px; float: left; position: relative;margin: 24px 40px; overflow: hidden;}
.callbacks_container .ban_form .b_fm .home-search-right{ width: 530px; float: left; padding: 15px 0 0 0; overflow: hidden;}
.callbacks_container .ban_form .b_fm .home-search-right .b_fm1 {width: 300px;height: 39px;line-height: 39px;padding: 0 10px;background: #fff;border: none;}
.callbacks_container .ban_form .b_fm .home-search-right .b_fm2 {width: 111px;height: 39px;line-height: 39px;color: #fff;font-weight: 600;background: #e43c1f;border: none;}


.home-main{width: 100%;margin: 0 auto; clear: both; background: #FFFFFF; overflow: hidden;}
.home-main .wrapper {width: 1200px;margin: 0 auto;padding: 60px 0; overflow: hidden;}
.home-main .wrapper-p30{ padding: 40px 0 10px 0;}
.home-main .wrapper h3{font-size: 23px; font-family: "新宋体"; letter-spacing: 3px;}

.home-main .wrapper .main-title{ width: 1200px; height: 63px; text-align: center; font-size: 35px; color: #e43c1f; font-family: "新宋体"; background: url(../images/bg_title.png) no-repeat center; }
.home-main .wrapper .main-title strong{ font-weight: bold; font-size: 42px; font-family: "微软雅黑";}

.home-main .wrapper .main-title-line{height: 40px; line-height: 40px; margin-bottom: 5px; border-bottom: 2px solid #e2e2e2; position: relative; overflow: hidden;}
.home-main .wrapper .main-title-line h4{width: 100px; text-align: center; color: #e43c1f;font-size: 20px;font-weight: bold;border-bottom: 2px solid #e43c1f;margin-bottom: -2px;} 
.home-main .wrapper .main-title-line a.more{ position: absolute; right: 0; top: 5px; color: #999999;}

.home-notice{width: 100%;height: 40px; line-height: 40px; background-color: #EEEEEE;box-shadow: 0px 2px 3px #DADCDD;}
.home-notice .notice-box{ width: 1180px; padding-left: 20px; margin: 0 auto; position: relative; font-size: 16px; color: #e43c1f;}
.home-notice .notice-box .fa-volume-up{ position: absolute; left: 0; top:12px; color: #333333;}


.home-main .wrapper ul.home-news{ width: 1200px; padding: 20px 0; overflow: hidden;}
.home-main .wrapper ul.home-news li{ width: 550px; float: left; margin:0 50px 50px 0; overflow:hidden;}
.home-main .wrapper ul.home-news li .news-num{ width: 65px; font-size: 55px; text-align: center; float: left; overflow: hidden;}
.home-main .wrapper ul.home-news li .news-num span{ width: 65px; display: block; font-size: 12px; color: #999999;border-top: 1px solid #D8D8D8;}
.home-main .wrapper ul.home-news li .news-item{ width: 470px; float:right; overflow: hidden;}
.home-main .wrapper ul.home-news li .news-item h4{ width: 470px; height: 30px; line-height: 30px;font-size: 16px; word-break:nowrap; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.home-main .wrapper ul.home-news li .news-text{ width: 470px; height: 70px; line-height: 25px; display: block; color: #999999; overflow: hidden;}

.home-step{ background: #e8eeef;}
.home-step .step-list{width: 1200px; padding: 20px 0; overflow: hidden;}
.home-step .step-list .item{ width: 190px; min-height: 250px; float: left; text-align: center;}
.home-step .step-list .item i{ color: #ffffff;font-size: 85px; padding: 32px 0 0 0;}
.home-step .step-list .item .item-text{ padding: 60px 0 0 0; font-size: 18px; color: #BABABA;}
.home-step .step-list .item .item-text span{color: #000;font-size: 16px; margin-left: 8px;font-weight: bold;}
.home-step .step-list .item .item-text p{color: #808080;font-size: 14px;margin-top: 7px;}
.home-step .step-list .item:hover{background: url("../images/bg_h.png") no-repeat center top; }
.home-step .step-list .item:hover span{color: #c43e27;}
.home-step .step-list .item-line{width: 116px;background: url(../images/jt.gif) no-repeat center top;float: left;height: 240px;}
.home-step .step-list .item-01{background: url(../images/bg1.png) no-repeat center top;}
.home-step .step-list .item-02{background: url(../images/bg2.png) no-repeat center top;}
.home-step .step-list .item-03{background: url(../images/bg3.png) no-repeat center top;}
.home-step .step-list .item-04{background: url(../images/bg4.png) no-repeat center top;}

.home-serve{ overflow: hidden;background: url(../images/bg_pic.png);}
.home-serve .serve-main{ width: 100%;margin: 0 auto; padding: 20px 0; clear: both; overflow: hidden;}
.home-serve .serve-main .serve-num{ width: 52px; height: 713px; display: block; float: left; background: url("../images/1_5.png") no-repeat center center;}
.home-serve .serve-main .serve-list{ width: 550px; padding: 0 0 0 40px;float: left; overflow: hidden;}
.home-serve .serve-main .serve-list li{ width: 550px; height: 135px; padding: 0 0 30px 0;overflow: hidden;}
.home-serve .serve-main .serve-list li h3{ color: #e43c1f; font-size: 20px; font-weight: bold; font-family: "微软雅黑";}
.home-serve .serve-main .serve-list li span{ color: #666666; font-size: 16px; line-height: 30px;}
.home-serve .serve-main .serve-img{ width: 510px; height: 800px; background: url(../images/santu.png) no-repeat center center; float: right; overflow: hidden;}

.home-about{ background: #e2f0fb;}
.home-about .wrapper .about-main{ max-height: 300px; padding: 30px 0 0 0; overflow: hidden;}
.home-about .wrapper .about-main p{ line-height: 30px; font-size: 16px;}

.home-box{ width: 320px; height: 220px; padding: 20px 30px 0 30px; box-shadow: 0 0 5px #ccc; margin: 0 10px; overflow: hidden;}
.home-box .box-list{ padding: 10px 0;}
.home-box .box-list li{ height: 30px; line-height: 30px;}

.wrapper ul.link-list{ padding: 10px 0; overflow: hidden;}
.wrapper ul.link-list li{ width: 155px; height: 57px; float: left; margin:0 5px 15px 5px; overflow: hidden;}
.wrapper ul.link-list li img{ width:151px; height:55px; border:1px solid #f5f5f5;}


.page-main {width: 1200px;margin: 0 auto;margin-top: 20px;margin-bottom: 20px; overflow: hidden;}
.page-main .page-main-title{width: 100%; text-align: center; padding: 30px 0 20px 0; color: #666666;}
.page-main .page-main-title h2{ font-size: 30px; overflow: hidden; font-family: "宋体"; }
.page-main .page-main-title p{color: #888;line-height: 1.8;}
.page-main .page-main-title p span{padding: 0 20px;}

.page-main .page-main-nav{ width: 100%; text-align: center; border-bottom: #ddd solid 1px;padding: 25px 0 40px 0;}
.page-main .page-main-nav a{ text-align: center; font-size: 18px;  padding: 10px 20px;}
.page-main .page-main-nav a:hover{ font-weight: bold;}
.page-main .page-main-nav a.current{ line-height: 30px; color: #e43c1f; font-weight:bold; border-bottom: 2px solid #e43c1f;}
.page-main .page-main-box{min-height: 300px; min-height: 300px; margin: 40px 0; line-height: 30px; font-size: 16px;color: #666;}
.page-main .page-main-box p{line-height: 36px;text-indent: 2em;text-align: justify;}

.page-main .page-main-box .news-list{ width: 100%; overflow: hidden;}
.page-main .page-main-box .news-list li{ width: 100%; padding: 30px 0; border-bottom: #ddd solid 1px; overflow: hidden;}
.page-main .page-main-box .news-list span{ display: block;}
.page-main .page-main-box .news-list .news-img{ width: 180px; height: 120px; padding: 3px; border: 1px solid #ccc; float: left;overflow: hidden;}
.page-main .page-main-box .news-list .news-img img{ width: 180px; height: 120px;}
.page-main .page-main-box .news-list .news-item{ width: 820px; margin-left: 15px; float: left; overflow: hidden;}
.page-main .page-main-box .news-list .news-item h4 a{font-size: 24px; color: #555555;}
.page-main .page-main-box .news-list .news-item h4 a:hover{ color: #e43c1f;}
.page-main .page-main-box .news-list .news-item .news-item-text{font-size: 16px;color: #999;line-height: 28px;margin-top: 12px;height: 80px;overflow: hidden;}
.page-main .page-main-box .news-list .news-date{width: 120px;height: 126px;background: url(../images/news_time_bg.png) no-repeat center center; float: right; overflow: hidden;}
.page-main .page-main-box .news-list .news-date i {display: block;font-size: 18px;font-family: arial;font-weight: bold;color: #fff;text-align: center;line-height: 20px;font-style: normal;margin-top: 18px;}
.page-main .page-main-box .news-list .news-date strong {width: 100%; padding: 25px 0 0 0; color: #3385cc; display: block;text-align: center;font-family: arial;font-size: 64px;}


.page-main .page-main-box .announce-list {width: 100%;  overflow: hidden;}
.page-main .page-main-box .announce-list li{ width: 100%; height:40px; border-bottom: 1px dotted #E8E8E8; padding-top: 5px; overflow:hidden;}
.page-main .page-main-box .announce-list li span { height:40px; line-height:40px; display:block; word-break:nowrap; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.page-main .page-main-box .announce-list li span.left { width:1000px; float:left;}
.page-main .page-main-box .announce-list li span.right { width:120px; float:right; text-align:right;}




.page-main .breadcrumb {height: 40px;line-height: 40px;border-bottom: 1px solid #DFE3E4;font-size: 14px;color: #999;width: 100%;}
.page-main .news-title {width: 100%;text-align: center;border-bottom: dashed 1px #bfbfbf;;padding: 25px 0 30px 0;}
.page-main .news-title p{width: 100%;padding: 10px 0 10px 0;color: #999;display: block;text-align: center;}

.page-main .page-main-box .contact-list{ overflow: hidden;}
.page-main .page-main-box .contact-list li{width: 300px; text-align: center;font-size: 16px;color: #888; float: left; overflow: hidden;}
.page-main .page-main-box .contact-list li p{ margin-top: 30px; text-align: center; line-height: 25px;}

.page-main .page-main-box .map { width: 100%;height: 400px; margin-top: 40px;}


.page-main .page-main-box .form-item{width: 280px; height: 47px; float: left; position: relative;margin-bottom: 15px;border: 1px solid #ccc; margin: 20px; border: 1px solid #ccc; border-radius: 4px; overflow: hidden;}
.page-main .page-main-box .form-item label { width: 70px; height: 45px; line-height: 45px; display: block; float: left; text-align: center; border-right: 1px solid #ccc;}
.page-main .page-main-box .form-item input[type=text]{ height: 45px; float: left; border: none; padding-left: 10px;}
.page-main .page-main-box .form-item .txt-w{ width: 200px;}
.page-main .page-main-box .form-item em{ width: 40px; height: 45px; line-height: 45px; display: block; float: left; font-style: normal;border-left: 1px solid #ccc; padding-left: 10px;}
.page-main .page-main-box .calc-btn2{width: 160px;height: 40px;margin-top: 22px;font-weight: bold;font-size: 16px;color: #fff;background-color: #ff6800; cursor:pointer; border-radius: 5px;border: none; float: left;}

.page-main .page-main-box .calc-result{ width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 22px; clear: both; overflow: hidden;}
.page-main .page-main-box .calc-result strong{ color: #FF0000;}





/* faq begin */
#faq{width:100%;min-height: 800px;}
#faq li h5 .UI-ask,#faq li h5 .UI-bubble{position:absolute;left:0px;top:9px;}
#faq li{border-bottom:1px solid #E8E8E8;padding:0 14px 5px 14px;vertical-align:bottom; background: #f9f9f9;}
#faq li h5{height:40px;position:relative;color:#666;font-size:14px;cursor:pointer;line-height:40px;height:40px;overflow:hidden;padding:0 0 0 26px;}
#faq li .foldContent{border-left:3px solid #018ccb;padding:10px 26px;border-top:1px dashed #e2e2e2;line-height:24px;background:#ffffff;color:#888; display:none}
#faq .UI-bubble{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) 0 0 no-repeat;}
#faq .UI-ask{display:inline-block;width:23px;height:23px;overflow:hidden;background:url(../images/sicons.png) -25px 0px no-repeat;}
/* faq end */


.kd-search{ width:800px; padding-top:30px; margin:0 auto; overflow:hidden;}
.kd-search .kd-text {
    width: 583px;
    height: 46px;
	line-height:46px;
    border: 2px solid #ff6800;
    float: left;
    border-right: none;
    padding: 5px 8px;
    display: inline-block;
    background-color: #fff;
    font-size: 25px;
}

.kd-search .kd_btn {
    background-color: #ff6800;
    width: 100px;
    height: 60px;
	line-height: 60px;
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    float: left;
    font-size: 18px;
    background-position: 0px -25px;
    float: left;
}
.kd-search a.kd_btn:hover{ color:#ffffff;}
.kd-list{ padding:30px; border: #ff6800 1px solid; border-top:3px solid #ff6800; margin-top:50px; overflow: hidden;}
.kd-list .empty {  text-align:center; color:#ff0000; font-size:20px;}





/*foot begin*/
.foot{ width: 100%; background-color: #3d444e; clear:both; overflow: hidden;}
.foot .wrapper{width: 1200px;color: #cfd0d1;   margin: 0 auto; padding: 20px 0; overflow: hidden;}
.foot .wrapper .img-wx{ width: 110px; height: 110px; display: block;  float: left; overflow: hidden;}

.foot .wrapper .intro{ width: 750px; float: left; font-size: 12px; margin-left: 40px; overflow:hidden}
.foot .wrapper .intro p{ line-height: 22px;}
.foot .wrapper .intro a{ color:#cfd0d1}
.foot .wrapper .intro .p1 { padding:5px 0 0 0;}
.foot .wrapper .tel{ width: 250px; text-align: right;float: right;}
.foot .wrapper .tel p{ margin: 0; padding: 0;}
.foot .wrapper .tel .p1{  font-size: 14px; background:url(../images/tel_sm.png) 148px center no-repeat;}
.foot .wrapper .tel .p2{color: #e70012;font-size: 30px;line-height: 36px;margin: 6px 0; font-weight: bold;}
.foot .wrapper .tel .p3{ font-size: 12px; color: #999;}

/*foot end*/

/*kefu begin*/
.floating_ck{position:fixed;right:10px;top:30%; z-index: 999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#ff6800;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_ck a{ color: #666;}

.floating_left{ 
	padding: 5px 0; 
	position:absolute;
	right:80px;
	top:0px;
	background-color:#ffffff;
	border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    display:none;
    text-align: left;
}
   
.floating_left p{ height: 30px; line-height: 30px; min-width: 110px;}
.floating_left p.date{ height: 20px; line-height: 20px;}

.kefu-qq{background:url(../images/icon_qq.png) left center no-repeat; width: 250px;}
.kefu-qq .qq-w{ width: 280px;}
.kefu-qq .qq-w .title{ padding-left:60px; border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; overflow:hidden; background: url(../images/icon_kefu.png) left top no-repeat;}
.kefu-qq .qq-w .title h5{ color: #ff6800; font-size: 20px; font-family: "新宋体";}
.kefu-qq .qq-w i{position: absolute; left: 20px; top: 15px; font-size: 60px; color: #ccc;}
.kefu-qq .qq-w .title p{ color: #999;}
.kefu-qq .qq-w .work{ font-size:12px; height:auto;}

.kefu-qq .qq-w a{ display: inline-block;color: #666;font-size: 13px;padding-left: 35px;background: url(../images/q1.gif) no-repeat left 3px;line-height: 36px; margin-right: 15px;}

.kefu-tel{background:url(../images/icon_tel.png) left center no-repeat;}
.kefu-tel .tel-w{ width: 170px; padding-left: 80px;}
.kefu-tel .tel-w i{position: absolute; left: 20px; top: 15px; font-size: 60px; color: #ccc;}
.kefu-tel .tel-w h5{ font-size: 18px;color: #ff6800;}
.kefu-tel .tel-w p{ color: #999999;}

.kefu-wx{background:url(../images/icon_wx.png) left center no-repeat;}
.kefu-wx .floating_left p{ text-align: center; color: #ff4c41; font-size: 16px; line-height: 30px;}

.kefu-tool{background:url(../images/icon_tool.png) left center no-repeat;}
.kefu-tool .tool-w{ width: 190px;}
.kefu-tool .tool-w a{ width: 80px; line-height: 25px; padding: 5px 0; display: block; color: #ff6800;border:1px solid #ff6800;margin: 5px 5px; border-radius: 5px;float: left; text-align: center; font-size: 10px; }
.kefu-tool .tool-w a i{ font-size: 40px;}
.kefu-tool .tool-w a:hover{ background: #ff6800; color: #FFFFFF;}

.take-tool {background:url(../images/icon-home.png) left center no-repeat;}
.take-tool a{color: #fff;display: block;padding-top: 54px;}

.kefu-truck{background:url(../images/icon_truck.png) left center no-repeat;}
.return{background-image:url(../images/fanhui.png);}
/*kefu end*/

/* 楼层滚动跳转定位 */
.fixedmeau{ border: 1px solid #ececec; position: fixed; top: 150px; left: 50px; display: none;background: #fff;word-break:nowrap; }
.fixedmeau li{ width: 100px; height: 30px;line-height: 30px; text-align: left; text-indent: 5px; cursor: pointer;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.fixedmeau li+li{border-top: 1px solid #ececec;}
.fixedmeau span{display: none;}
.fixedmeau .active{background: white; color: #e43c1f;font-weight: 700}
.fixedmeau li:hover span{display: block; font-size: 12px; background: #e43c1f; color: white;}
.fixedmeau li:hover i{display: none;}
.fixedmeau li i{font-style:normal;}

.louceng{ width: 1200px;min-height: 300px; margin-bottom: 30px;}
.louceng .title{width:100%;height:50px;font-size: 20px;line-height: 50px;text-align: left;font-weight: 700;color: #e43c1f;}
.louceng .list{ overflow: hidden;}
.louceng .list li{ width: 330px; height: 250px; padding: 15px; margin:15px; float: left; border: 1px solid #f0f0f0; border-radius: 5px; overflow: hidden; background:#fefefe}
.louceng .list li:hover { background:#c81623; }
.louceng .list li:hover p {color:#ffffff; cursor:pointer;}
.louceng .list li h5{ padding-bottom: 10px;}
.louceng .list li p{ line-height: 30px; color: #333;}



/**************************
***** HINT STYLING *******
**************************/

.hint{position:relative;display:inline-block;}

.hint:before, .hint:after{
	position:absolute;
	opacity:0;
	z-index:1000000;
	
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	pointer-events:none;
}		
.hint:hover:before, .hint:hover:after{opacity:1;}
.hint:before{
	content:'';
	position:absolute;
	background:transparent;
	border:6px solid transparent;
	position:absolute;
}	
.hint:after{
	content:attr(data-hint);
	background:rgba(0, 0, 0, 0.8);
	color:white;
	padding:8px 10px;
	font-size:12px;
	white-space:nowrap;
	box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* top */
.hint-top:before{
	bottom:100%;
	left:50%;
	margin:0 0 -18px 0;
	border-top-color:rgba(0, 0, 0, 0.8);
}		
.hint-top:after{
	bottom:100%;
	left:50%;
	margin:0 0 -6px -10px;
}
.hint-top:hover:before{
	margin-bottom:-10px;
}
.hint-top:hover:after{
	margin-bottom:2px;
}

/* default:bottom */
.hint-bottom:before{
	top:100%;
	left:50%;
	margin:-14px 0 0 0;
	border-bottom-color:rgba(0, 0, 0, 0.8);
}	
.hint-bottom:after{
	top:100%;
	left:50%;
	margin:-2px 0 0 -10px;
}
.hint-bottom:hover:before{
	margin-top:-6px;
}
.hint-bottom:hover:after{
	margin-top:6px;
}




/* autoMenu */
.autoMenu{
	position: fixed;
	top: 20%;
	left: 3%;
	z-index: 1;
	text-align: left;
}
.autoMenu ul{
	line-height: 2;
    max-height:500px;
	overflow-y: auto; 
	background: #fff;
	-webkit-box-shadow:0 0 10px #CCC;  
  -moz-box-shadow:0 0 10px #CCC;  
  box-shadow:0 0 10px #CCC;
}
.autoMenu ul>li.sub{
	padding-left: 20px;
}
.autoMenu ul>li>a{
	color: #399c9c;
}
.autoMenu ul>li.active>a{
	color: #ff5370;
}

.btn-box{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
}
.icon-plus-sign{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border:4px solid #91ba61;
	background: #91ba61;
	position: absolute;
	top:3px;
	left:3px;
}
.icon-plus-sign:before,.icon-plus-sign:after{
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top:3px;
	left:11.5px;
}
.icon-plus-sign:after{
	-webkit-transform:rotate(90deg);
}
.icon-minus-sign{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border:4px solid #ff5370;
	background: #ff5370;
	position: absolute;
	top:3px;
	left:3px;
}
.icon-minus-sign:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	left:3px;
	top:11.5px;
}






/**************************
***** HINT STYLING *******
**************************/

/**************************
***** HINT STYLING *******
**************************/

.hint{position:relative;display:inline-block;}

.hint:before, .hint:after{
	position:absolute;
	opacity:0;
	z-index:1000000;
	
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	pointer-events:none;
}		
.hint:hover:before, .hint:hover:after{opacity:1;}
.hint:before{
	content:'';
	position:absolute;
	background:transparent;
	border:6px solid transparent;
	position:absolute;
}	
.hint:after{
	content:attr(data-hint);
	background:rgba(0, 0, 0, 0.8);
	color:white;
	padding:8px 10px;
	font-size:12px;
	white-space:nowrap;
	box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* top */
.hint-top:before{
	bottom:100%;
	left:50%;
	margin:0 0 -18px 0;
	border-top-color:rgba(0, 0, 0, 0.8);
}		
.hint-top:after{
	bottom:100%;
	left:50%;
	margin:0 0 -6px -10px;
}
.hint-top:hover:before{
	margin-bottom:-10px;
}
.hint-top:hover:after{
	margin-bottom:2px;
}

/* default:bottom */
.hint-bottom:before{
	top:100%;
	left:50%;
	margin:-14px 0 0 0;
	border-bottom-color:rgba(0, 0, 0, 0.8);
}	
.hint-bottom:after{
	top:100%;
	left:50%;
	margin:-2px 0 0 -10px;
}
.hint-bottom:hover:before{
	margin-top:-6px;
}
.hint-bottom:hover:after{
	margin-top:6px;
}

/* right */
.hint-right:before{
	left:100%;
	bottom:50%;
	margin:0 0 -4px -8px;
	border-right-color:rgba(0,0,0,0.8);
}		
.hint-right:after{
	left:100%;
	bottom:50%;
	margin:0 0 -13px 4px;
}
.hint-right:hover:before{
	margin:0 0 -4px -0;
}
.hint-right:hover:after{
	margin:0 0 -13px 12px;
}


.uil_swith {
    position: absolute;
    right: -0px;
    top: 35px;
    z-index: 100;
    border: 1px solid #e5e5e5;
    cursor:pointer;
    background: #ffffff;
}

.uil_swith p{text-align:center; padding-bottom:15px; font-size:16px;}

.swi_ame {
    width: 12px;
    height: 7px;
    position: absolute;
    top: -6px;
    right: 60px;
}


.mobile-bg{ width:460px; height:500px; background: url(../images/app.png) no-repeat center center; float:left; overflow:hidden;}
.main-app{ width:700px; float:right;}
.home-main .wrapper .main-app h3{ width:300px; height:80px; font-size:30px; margin:0 auto; letter-spacing:10px; font-family:"微软雅黑"}
.home-main .wrapper .main-app .qrcode{  height:350px; text-align:center; padding:30px 0 0 0;}
.home-main .wrapper .main-app .qrcode img{ width:300px; height:300px;}
.home-main .wrapper .main-app .qrcode p{ margin:0; padding:0;  font-size:18px;letter-spacing:3px; font-family:"微软雅黑"; font-weight:bold;}
.home-main .wrapper .main-app .app-btn{ text-align:center;}

/*.mobile-btn {
    display: inline-block;
    width: 170px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #ff5d23;
    border: 2px solid #ff5d23;
    border-radius: 30px;
    margin-left: 45px;
    margin-bottom: 30px;
}*/






