﻿
/* CSS Document */

/************************************
Use for:         www.tuour.com
Version:         1.0
Date:            2016-09-01 15:00:00
Author:          php
Employee number: 206742
Update:  
*************************************/
/*--------------reset--------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1.000001;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
    clear: all;
}

html {
    font-family: "hanyiyaya", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    height: 100%;
}

body {
    margin: 0;
    color: #000;
    background-color: #2d2d2d;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

input::-moz-placeholder, textarea::-moz-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    font-family: "hanyiyaya", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    font-family: "hanyiyaya", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a *, a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:active {
    outline: 0;
    color: inherit;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

i {
    font-style: normal;
}

.hide {
    display: none;
}

.no-opacity {
    opacity: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both
}

.p {
    width: 750px;
    min-height: 100%;
    background: url(../../../../../kdzf/2016/09/20/m/bg.jpg) no-repeat top center;
    margin: 0 auto;
    padding-bottom: 60px;
}

/*****************************
************content***********
******************************/
/*-------current-location---------*/
.current-location {
    background: #3c3c3c;
    padding-bottom: 10px;


}

.current-location .tit {
    display: block;
    padding-left: 20px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
    font-weight: bold;
    color: #f8f6f6;
}

.current-location p {
    padding-left: 20px;
    font-size: 24px;
    color: #d0d0d0;
}

.current-location p a {
    color: #d0d0d0;
}

/*---------main-con------------*/
.main-con {
}

/*tab-menu*/
.tab-menu {
    width: 706px;
    height: 60px;
    border-bottom: 3px solid #a9a8a9;
    margin: 10px auto 0;
    text-align: center;
}

.tab-menu a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 29px;
    color: #747474;
    margin-right: 50px;
}

.tab-menu a:before {
    content: "";
    opacity: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../../kdzf/2016/09/20/m/tab-selected.png) no-repeat;
    margin-right: 6px;
}

.tab-menu a.on {
    color: #d28e24;
}

.tab-menu a.on:before {
    opacity: 1;
}

/*tab-con*/
.swiper-container.main-detail-con {
    width: 715px;
    height: 930px;
    margin: 0 auto;
}

.swiper-container.main-detail-con .swiper-wrapper,
.swiper-container.main-detail-con .swiper-slide {
    width: 715px;
    height: 870px;
}

.swiper-container.main-detail-con .swiper-slide ul {
    width: 100%;
}

.main-detail-con .swiper-slide ul li {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 2px dashed #c5c5c5;
}

.main-detail-con .swiper-slide ul li a {
    display: block;
    font-size: 29px;
    color: #272727;
}

.main-detail-con .swiper-slide ul li a:active {
    color: #d0d0d0;
}

.main-detail-con .swiper-slide span {
    display: block;
    float: left;
}

.main-detail-con .swiper-slide .news-item {
    width: 610px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-detail-con .swiper-slide .time {
    width: 105px;
    text-align: right;
}

.swiper-container.img-swiper {
    width: 712px;
    height: 195px;
    margin: 60px auto 0;
}

.swiper-container.img-swiper img {
    width: 712px;
    height: 195px;
}

/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}

.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 6px;
    font-size: 26px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
}

.page .current,
.page a:hover {
    background: #747474;
    color: #fff;
}

.page .prev,
.page .next {
    width: 85px;
    color: #bdbdbd;
    font-weight: bold;
}

/*download*/
.main-detail-tit {
    margin: 0 auto;
    padding: 15px 0;
    width: 713px;
    border-bottom: 3px solid #ababab;
}

.main-detail-tit h2 {
    font-size: 28px;
    color: #c58a26;
    line-height: 48px;
    text-align: center;
}

.time {
    display: block;
    font-size: 18px;
    color: #9b9b9b;
    text-align: center;
}

.main-article {

    margin: 15px auto;
    padding: 15px 0;
    width: 713px;
    font-size: 24px;
    line-height: 40px;
    color: #4a4a4a;
    background: rgba(255, 255, 255, 0.7);
}

.main-article p,.main-article h3 {
    display: table;
}

.main-article p {
    padding: 20px 8px;
    text-indent: 2em;
}

.main-article img {
    text-align: center;
    width: 615px;
}

.download-btns-box {
    font-size: 0;
    text-align: center;
}

.download-btns-box a {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: 94px;
    color: #6b420d;
    vertical-align: middle;
}
.download-btns-box a.iOS-download-back{
    font-size:24px;
}
.androi-download {
    background: url("../../../../../kdzf/2016/09/21/m-download-btns.png") 0 0 no-repeat;
}

.iOS-download {
    background: url("../../../../../kdzf/2016/09/21/m-download-btns.png") -231px 0 no-repeat;
}

.iOS-download-back {
    background: url("../../../../../kdzf/2016/09/21/m-download-btns.png") -462px 0 no-repeat;
}

.download-btns-box p {
    width: 33%;
    float: left;
    padding: 24px 0 0;
    font-size: 30px;
    color: #4c2600;
    text-align: left;
    text-indent: 60px;
    line-height: 90px;
    font-size: 28px;
    font-weight: bold;
}

.iOS-download-back p {
    font-size: 24px;
}

.download-btns-box ul {
    margin-left: 60px;
}

.download-btns-box ul {
    font-size: 12px;
    color: #4d2500;
    list-style-type: disc;
    text-align: left;
}

.download-btns-box ul {
    height: 12px;
    line-height: 12px;
}

.teach-tab {
    margin: 35px auto 30px;
    width: 502px;
    height: 58px;
    font-size: 0;
}

.teach-tab a {
    display: inline-block;
    width: 251px;
    height: 58px;
    font-size: 18px;
    color: #f4f3f2;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    background: url("../../../../../kdzf/2016/09/21/m-download-ways.png") -251px 0 no-repeat;
}

.teach-tab a.on {
    color: #6a3f0a;
    background: url("../../../../../kdzf/2016/09/21/m-download-ways.png") 0 0 no-repeat;
}

.bg-light-grey {
    background: #e6e6e6;
}

.bg-dark-grey {
    background: #c8c8c8;
}

.model-table {
    position:relative;
    margin: 30px auto;
    width: 600px;
    font-size: 18px;
    color: #4a4a4a;
}

.model-table p {
    padding: 0;
    width:100%;
    text-indent:0;
    text-align:center;
}

.model-table table,
.model-table td {
    line-height: 54px;
    border: 1px solid #b2b2b2;
}

.model-table td.table-head-tr {
    border-bottom: 5px solid #737373;
    background: #fff;
}

.bg-light-grey {
    background: #e6e6e6;
}

.bg-dark-grey {
    background: #c8c8c8;
}

.full-bg-top, .full-bg-content, .footer, .goto-top, .public_top_full_bg {
    display: none;
}

