@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:not(input, textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

body {
    width: 100%;
    min-width: 1280px;
    font: normal 12px 'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
    color: #595757;
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
    background: #fff;
}

.bd-hide {
    overflow: hidden;
}

a {
    color: #595757;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    font: normal 12px 'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

textarea,
input {
    resize: none;
    outline: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

ul,
ol,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.whbg {
    background: #fff;
}

.graybg {
    background: #f5f5f5;
}

.font-color-999 {
    color: #999;
}

.font-color-666 {
    color: #333;
}

.font-color-333 {
    color: #333;
}

.font-gray {
    color: #ccc;
}

.font-orange {
    color: #ff4b00;
}

.font-blue {
    color: #0097d8;
}

.verti-mid {
    display: inline-block;
    vertical-align: middle;
}

.mg-r {
    margin-right: 10px;
}

.mg-l {
    margin-left: 10px;
}

.mg-tp {
    margin-top: 10px;
}

.mg-tb {
    margin-bottom: 10px;
}

.pad-tp50 {
    padding-top: 50px;
}

.pad-bt50 {
    padding-bottom: 50px;
}

.mg-tp50 {
    margin-top: 50px;
}

.mg-bt50 {
    margin-bottom: 50px;
}

.mg-rg10 {
    margin-right: 10px;
}

.mg-lf10 {
    margin-left: 10px;
}

.mg-tp10 {
    margin-top: 10px;
}

.mg-bt10 {
    margin-bottom: 10px;
}

.space-line {
    margin: 0 5px;
}


/*分页*/

.ep-pages {
    padding: 40px 0 0;
    clear: both;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 20px;
}

.ep-pages a,
.ep-pages span {
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top
}

.ep-pages a:hover {
    background: #0097d8;
    border: 1px solid #0097d8;
    text-decoration: none;
}

.ep-pages a,
.ep-pages a:visited {
    color: #666
}

.ep-pages a:hover,
.ep-pages a:active {
    color: #ffffff
}

.ep-pages .page-num-current {
    background: #0097d8;
    border: 1px solid #0097d8;
    color: #fff;
}

.ep-pages a.page-num-current,
.ep-pages a.current:visited {
    color: #ffffff
}

.ep-pages a.current:hover,
.ep-pages a.current:active {
    color: #ffffff
}

.ep-pages-e5e5e5 {
    color: #e5e5e5
}

.ep-pages-all {
    font-size: 12px;
    vertical-align: top
}


/* flexslider */

.flexslider {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    text-align: center;
}

.slides li a {
    display: block;
    height: 680px;
    text-align: center;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    right: 47%;
    z-index: 10;
}

.flex-control-nav li {
    float: left;
    margin: 5px;
}

.flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    background: #fff;
    border-radius: 50%;
}

.flex-control-nav .flex-active {
    opacity: 1;
}

.flex-direction-nav a {
    width: 53px;
    height: 53px;
    background: url(../images/bcio.png) no-repeat;
    position: absolute;
    z-index: 5;
    top: 42%;
}

.flex-direction-nav a.flex-prev {
    left: 20px;
}

.flex-direction-nav a.flex-next {
    right: 20px;
}


/*superslide*/

.superslide {
    position: relative;
}

.scallimg {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.scallimg ul li {
    display: inline;
    float: left;
    margin-right: 27px;
    overflow: hidden;
    position: relative;
}

.scallimg ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ccc;
}

.scallimg ul li img {
    display: block;
    width: 100%;
}

.scllbtnBox a {
    display: block;
    width: 16px;
    height: 35px;
    background: url(../images/ico_arrow.png) no-repeat;
    position: absolute;
    top: 47%;
}

.scllbtnBox a.scllbtn-left {
    background-position: -16px 0;
    right: 0;
}

.scllbtnBox a.scllbtn-right {
    background-position: 0 0;
    left: 0;
}


/*tab*/

.tab-con-item {
    display: none;
}

.contain {
    width: 1400px;
    margin: 0 auto;
}


/*头部*/

header {
    background: #fff;
}

.top {
    background: #292828;
    padding: 8px 0;
}

.top-left {
    color: #ccc;
    position: relative;
    padding-left: 18px;
}

.top-left .t-l-ico {
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/ico_adr_02.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0px;
}

.top-left .t-l-city {
    margin-right: 5px;
}

.top-left a.select-city {
    color: #ccc;
}

.top-left a.select-city:hover {
    color: #ff4b00;
    text-decoration: underline;
}

.top-right {
    color: #ccc;
}

.top-right .space-line {
    color: #666;
    font-size: 10px;
    margin: 0 8px;
}

.top-right a {
    color: #ccc;
}

.top-right a:hover {
    color: #E10216;
    text-decoration: underline;
}

.head {
    background: #fff;
    padding: 20px 0;
}

.head.headborder {
    border-bottom: 2px solid #0097d8;
}

.logo {
    width: 200px;
    height: 63px;
}

.logo a,
.logo a img {
    display: block;
    width: 100%;
}

nav {
    margin-right: 15px;
}

nav ul li {
    float: left;
    position: relative;
    cursor: pointer;
    margin: 0 2px;
}

nav ul li a {
    display: block;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    padding: 10px 10px;
    font-weight: 600;
}

nav ul li a:hover,
nav ul li.active a {
    color: #0097d8;
}

nav ul li.space-line {
    width: 5px;
    height: 6px;
    background: url(../images/nav-line.png) no-repeat center;
    margin: 10px 12px 0;
}

nav ul li.nav-select a {
    display: block;
    padding-right: 15px;
}

nav ul li.nav-select a:after {
    content: "";
    display: block;
    width: 9px;
    height: 6px;
    background: url(../images/arrow_down.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 16px;
}

nav ul li.nav-select.navhover a {
    color: #ff4b00;
}

nav ul li.nav-select.navhover a:after {
    content: "";
    background: url(../images/arrow_up.png) no-repeat center;
}

.head-call {
    padding-top: 2px;
}

.head-call-ico {
    width: 36px;
    height: 36px;
    background: #0097d8;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
}

.head-call-ico i {
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}

.head-call-num {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-style: italic;
    margin-left: 6px;
    line-height: 36px;
}

.nav-slide-box {
    width: 98px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: -15px;
    z-index: 10;
    display: none;
}

nav ul li.nav-select .nav-slide-cell a {
    display: block;
    text-align: center;
    padding-right: 0;
    padding: 5px 0;
}

nav ul li.nav-select .nav-slide-cell a:after {
    content: "";
    background: none;
    display: none;
    color: #333;
}

nav ul li.nav-select.navhover .nav-slide-cell a {
    color: #333;
}

nav ul li.nav-select.navhover .nav-slide-cell a:hover {
    color: #ff4b00
}

.top-center {
    margin-top: 10px;
    margin-left: 15px;
}

.top-center span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.top-center span:last-child{
	letter-spacing: 1px;
}

.head-right {
    margin-top: 12px;
}


/*脚部*/

footer {
    background-color: #292828;
    background-repeat: no-repeat;
    background-position: 140px center;
}

.foot {
    padding: 70px 0 30px;
}

.foot-hd {
    border-bottom: 1px solid #3f3e3e;
    padding-bottom: 30px;
}

.nav-ft a {
    font-size: 14px;
    color: #999;
}

.nav-ft a:hover {
    color: #E10216;
}

.nav-ft i {
    margin: 0 20px;
    color: #444;
}

.foot-mid {
    padding-top: 40px;
}

.ft-call {
    margin-bottom: 22px;
    color: #fff;
	font-size: 18px;
}

.ft-call span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ft-call span i {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}
.ft-call span em{
	font-size: 14px;
}
.ft-addr {
    color: #fff;
	font-size: 20px;
}

.ft-addr span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #FFFF00;
}

.ft-call img,
.ft-addr img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.share-con {
    padding-top: 30px;
}

.share-con a {
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    display: inline-block !important;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 20px 0 0 !important;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.share-con a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.share-con a.weibo {
    background-image: url(../images/share_01.png);
}

.share-con a.wechat {
    background-image: url(../images/share_02.png);
}

.share-con a.QQ {
    background-image: url(../images/share_03.png);
}

.share-con a.share-more {
    background-image: url(../images/share_04.png);
}

.bdshare-button-style0-32 a {
    float: none !important;
}

.bdshare-button-style0-32 .bds_tsina,
.bdshare-button-style0-32 .bds_weixin,
.bdshare-button-style0-32 .bds_sqq {
    background-position: 0 0 !important;
}

.foot-mid-r {
    text-align: center;
}

.foot-mid-r img {
    display: block;
    width: 120px;
}

.foot-mid-r p {
    color: #999;
    padding-top: 5px;
}

.copy {
    background: #383737;
    padding: 15px 0;
}

.copy-con {
    text-align: center;
    color: #6e6e6e;
}

.copy-con img {
    display: inherit;
}


/*客服*/

.left-tool {
    position: fixed;
    /* top: 50%;
    transform: translateY(-50%); */
    right: 0;
    z-index: 10;
    width: 58px;    bottom: 60px;
}

.tool-cell {
    position: relative;
}

.tool-btn {
    background: #E10216;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 6px 0;
    height: 56px;
    position: relative;
    z-index: 2;
}

.thover .tool-btn {
    background: #333;
}

.go-top .tool-btn {
    background: #333333
}

.tool-btn i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    background: #ccc;
}

.tool-btn i.tl-ico1 {
    background: url(../images/fl_ico_01.png) no-repeat center;
}

.tool-btn i.tl-ico2 {
    background: url(../images/fl_ico_02.png) no-repeat center;
}

.tool-btn i.tl-ico3 {
    background: url(../images/fl_ico_03.png) no-repeat center;
}

.tool-btn i.tl-ico4 {
    background: url(../images/fl_ico_04.png) no-repeat center;
}

.tool-btn i.tl-ico5 {
    background: url(../images/fl_ico_05.png) no-repeat center;
}

.tool-btn i.tl-ico6 {
    background: url(../images/gotop.png) no-repeat center;
}

.go-top .tool-btn {
    padding-top: 12px;
}

.tool-slide {
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
    min-height: 56px;
    font-size: 14px;
    color: #fff;
    background: #333;
    z-index: 0;
}

.t-s-int {
    padding: 6px 15px;
}

.t-s-int p {
    margin-bottom: 5px;
}

.t-s-int span {
    display: block;
    font-size: 12px;
}


/*.t-arrow{ display:block;width: 0;height: 0;border-top:8px solid transparent;border-left:10px solid #ff4b00;border-bottom:8px solid transparent; position:absolute; right:-6px; top:20px;}*/

.wechat-show {
    width: 150px;
}

.wechat-show .t-s-int {
    padding: 12px;
    text-align: center;
}

.kefu-contact {
    background: url(../images/qq_ico.png) no-repeat 10px center #fff;
    background-size: 16px;
    color: #E10216;
    border-radius: 2px;
    display: block;
    padding: 2px 0;
    margin-top: 5px;
    text-indent: 1em;
    width: 100px;
    text-align: center;
}


/*价格计算*/

.price-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -300px;
    background: #fff;
    z-index: 20;
    width: 900px;
    display: none;
}

.count-int {
    padding: 30px;
    position: relative;
}

.c-title {
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.c-title h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.form-cell {
    width: 380px;
    float: left;
    margin: 0 20px 20px 20px;
}

.form-cell dl dt {
    width: 70px;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    line-height: 40px;
}

.form-cell dl dd {
    width: 300px;
    float: left;
}

.count-select {
    display: block;
    width: 100%;
    padding: 4px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

.count-inp {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px 10px;
    height: 40px;
    font-size: 14px;
    color: #333;
}

.c-inp-date {
    width: 150px;
    margin-right: 10px;
}

.c-select-date {
    width: 140px;
}

.form-area {
    width: auto;
}

.form-area dl dd {
    width: 720px;
}

.c-inp-num {
    width: 120px;
}

.area-tips {
    display: block;
    line-height: 40px;
    margin-left: 10px
}

.area-tips i {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.form-tips {
    padding-top: 4px;
}

.count-btn {
    width: 100%;
    text-align: center;
}

.count-btn-int {
    font-size: 0;
}

.count-btn-int a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    background: #0097d8;
    color: #fff;
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 12px;
    border-radius: 3px;
}

.count-btn-int a:hover {
    background: #E10216;
}

.count-form-ft {
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}

.count-form-ft a {
    color: #ff4b00;
}

.count-form-ft a:hover {
    text-decoration: underline;
}

.price-wrap .this-close {
    width: 36px;
    height: 36px;
    background: url(../images/close_btn.png) no-repeat center;
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 15;
    display: none;
}

.scroll-bar {
    height: 40px;
    position: relative;
    width: 315px;
    margin-right: 20px;
}

.entire-bar {
    width: 100%;
    height: 2px;
    top: 20px;
    left: 0;
    position: absolute;
    background: #dedede;
}

.action-bar {
    top: 20px;
    height: 2px;
    position: absolute;
    background: #0097d8;
}

.action-block {
    top: 12px;
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    background: #0097d8;
    border-radius: 3px;
}


/*位置*/

.position {
    padding: 35px 0 0 0;
    color: #333;
}

.position a {
    color: #333;
}

.position span {
    color: #999;
}


/*友情链接*/

.friend-link {
    border-top: 1px solid #dcdcdc;
}

.friend-cell {
    padding: 20px 0;
}

.friend-cell span,
.friend-cell a,
.friend-cell i {
    display: inline-block;
    vertical-align: middle;
}

.friend-cell span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.friend-cell a {
    font-size: 14px;
}

.friend-cell i {
    margin: 0 12px;
    color: #999;
}