html {
    background: #ffffff;
    transition: .3s ease;
}

body {
    min-width: 1220px;
    font-size: 14px !important;
    background: #ffffff;
    color: #444;
    font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
    transition: .3s ease;
}

pre {
    font-family: "Arial", "微软雅黑";
}

a {
    transition: .3s ease;
}

.slick-prev,
html.um .slick-prev {
    left: 0px !important;
}

.slick-next,
html.um .slick-next {
    right: 0px !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #008DF1;
}

.g_cw {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.g_cw::after {
    content: '';
    display: block;
    clear: both;
}

.g_mt {
    margin-top: 80px;
}

html.um .g_mt {
    margin-top: 40px;
}

.g_mb {
    margin-bottom: 80px;
}

html.um .g_mb {
    margin-bottom: 40px;
}

.g_page>ul.list>li a {
    background: #e0e0e0;
}

.g_page>ul.list>li a:hover,
.g_page>ul.list>li a.on {
    background: #008DF1;
}

.g_page>ul.list>li.prev a,
.g_page>ul.list>li.next a {
    background: none;
    color: #999;
    padding: 0 25px;
}

.g_page>ul.list>li.prev a:hover,
.g_page>ul.list>li.next a:hover {
    background: none;
    color: #008DF1;
}

html.um .g_page>ul.list {
    display: none;
}

html.um .g_page>p.tip {
    display: block;
}

html.um body {
    position: relative;
    min-width: 0;
    padding-top: 50px;
    left: 0;
    transition: .3s ease;
}

html.um.navon {
    overflow: hidden;
    text-overflow: clip;
}

html.um.navon body {
    left: 100%;
    margin-left: -70px;
    transition: .5s ease;
}

html.um .g_cw {
    width: 100%;
    max-width: 100%;
}

.g_header {
    clear: both;
    height: 80px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
}

.g_header .logo {
    float: left;
    line-height: 80px;
    font-size: 0;
}

.g_header .logo img {
    vertical-align: middle;
}

.g_header .logo .pc {
    max-height: 80px;
}

.g_header .logo .mb {
    display: none;
}

.g_header .nav {
    float: right;
    line-height: 80px;
}

.g_header .nav>li {
    position: relative;
    float: left;
    z-index: 10;
}

.g_header .nav>li a {
    display: block;
    padding: 0 15px;
    color: #777;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

.g_header .nav>li:last-child a {
    margin-right: 0;
}

.g_header .nav>li:hover a,
.g_header .nav>li a:hover,
.g_header .nav>li.on a {
    color: #000;
    border-bottom-color: #008DF1;
}

.g_header .nav>li.on a {
    font-weight: bold;
}

.g_header .nav>li a .fa-angle-down {
    margin-left: 10px;
    font-size: 14px;
}

.g_header .nav>li .sub {
    position: absolute;
    margin-top: -3px;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid transparent;
    white-space: nowrap;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s ease;
}

.g_header .nav>li:hover .sub {
    visibility: visible;
    opacity: 1;
    border-top-color: #008DF1;
}

.g_header .nav>li .sub>li {
    display: block;
}

.g_header .nav>li .sub>li a {
    display: block;
    color: #777;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    border-bottom: 0 !important;
}

.g_header .nav>li .sub>li:not(:first-child) a {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.g_header .nav>li .sub>li a:hover {
    background-color: #f0f0f0;
}

html.um .g_header {
    position: fixed;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    background: #008DF1;
    z-index: 100;
    transition: .3s ease;
}

html.um.navon .g_header {
    left: 100%;
    margin-left: -70px;
    width: 100%;
}

html.um .g_header .menu {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    color: #fff;
    width: 70px;
    height: 50px;
    overflow: hidden;
}

html.um .g_header .menu .l1,
html.um .g_header .menu .l2 {
    position: absolute;
    left: 20px;
    top: 18px;
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
}

html.um .g_header .menu .l1 {
    top: 18px;
    transition: 0.5s ease;
}

html.um .g_header .menu .l2 {
    top: 31px;
    transition: 0.3s ease;
}

html.um.navon .g_header .menu .l1,
html.um.navon .g_header .menu .l2 {
    top: 25px;
}

html.um.navon .g_header .menu .l1 {
    transform: rotate(405deg);
}

html.um.navon .g_header .menu .l2 {
    transform: rotate(315deg);
}

html.um .g_header .logo {
    float: none;
    line-height: 50px;
    text-align: center;
}

html.um .g_header .logo .pc {
    display: none;
}

html.um .g_header .logo .mb {
    display: inline-block;
    max-height: 50px;
}

html.um .g_header .nav {
    position: fixed;
    z-index: 99;
    background: linear-gradient(to top right, rgba(0, 141, 241, 1), rgba(0, 141, 241, .8), rgba(0, 141, 241, 1));
    height: auto;
    left: -100%;
    right: 100%;
    top: -10px;
    bottom: -10px;
    padding: 30px 10px;
    visibility: hidden;
    overflow-y: auto;
    transition: .5s ease;
}

html.um.navon .g_header .nav {
    left: 0;
    right: 70px;
    visibility: visible;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    transition: .3s ease;
}

html.um .g_header .nav>li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.um .g_header .nav>li a {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    font-size: 15px;
    border-bottom: 0;
    opacity: 0.8;
}

html.um .g_header .nav>li a:before {
    content: '';
    display: inline-block;
    height: 22px;
    width: 0;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    transition: .5s ease;
}

html.um .g_header .nav>li a:hover,
html.um .g_header .nav>li.on a {
    border-bottom: 0;
    opacity: 1;
}

html.um .g_header .nav>li a:hover:before,
html.um .g_header .nav>li.on a:before {
    margin-right: 10px;
    width: 5px;
}

html.um .g_header .nav>li a .fa-angle-down {
    float: right;
    line-height: 50px;
}

html.um .g_header .nav>li .sub {
    position: static;
    margin-top: 0;
    padding-left: 1em;
    min-width: 0;
    visibility: hidden;
    box-shadow: none;
    border-top: 0;
    opacity: 0;
    height: 0;
}

html.um .g_header .nav>li.on .sub {
    visibility: visible;
    opacity: 1;
    height: auto;
}

html.um .g_header .nav>li .sub>li a {
    background: transparent;
    opacity: 0.8 !important;
}

html.um .g_header .nav>li .sub>li:not(:first-child) a {
    border-top: 0;
}

html.um .g_header .nav>li .sub>li a:before {
    display: none;
}

.g_footer {
    clear: both;
    padding: 15px 0;
    font-size: 12px;
    color: #666;
    background: rgba(0, 0, 0, .1);
    margin-top: 80px;
    line-height: 1.8em;
}

body.home .g_footer {
    margin-top: 0;
}

.g_footer span {
    margin-right: 10px;
    display: inline-block;
}

html.um .g_footer span {
    display: block;
    margin: 0;
}

.g_book:hover table .btn {
    background: #008DF1;
}

.g_tool>li>a {
    background: #fff;
}

.g_tool>li>a:hover,
html.theme-back-black .g_tool>li>a:hover {
    background: #008DF1;
    border: 1px solid #008DF1;
    color: #fff;
}

.g_title {
    clear: both;
    margin-bottom: 50px;
}

.g_title .t1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}

.g_title .t2 {
    color: #888;
    text-align: center;
}

html.um .g_title {
    margin-bottom: 25px;
}

.g_cate {
    clear: both;
    text-align: center;
    margin-bottom: 50px;
}

.g_cate a {
    display: inline-block;
    padding: 0 0 12px 0;
    margin: 0 25px;
    color: #999;
    border-bottom-color: transparent;
}

.g_cate a:hover,
.g_cate a.on {
    border-bottom: 3px solid #008DF1;
    color: #000;
}

html.um .g_cate {
    margin-bottom: 25px;
}

.bannerhome {
    position: relative;
    z-index: 0;
    clear: both;
    margin-bottom: 80px;
}

.bannerhome .frames,
.bannerhome .frames a,
.bannerhome .frames div {
    display: block;
    height: 100%;
}

.bannerhome .frames a {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.bannerhome .frames .txt {
    display: inline-block;
    width: 60%;
    float: right;
}

.bannerhome .frames .txt .t1 {
    font-size: 40px;
    color: #008DF1;
}

.bannerhome .frames .txt .t2 {
    margin-top: 20px;
    font-size: 18px;
    opacity: 0.5;
}

html.um .bannerhome {
    top: 0;
    margin-bottom: 80px;
}

html.um .bannerhome .frames .t1 {
    font-size: 25px;
}

html.um .bannerhome .frames .t2 {
    font-size: 16px;
}

.bannerhome.pc {
    display: block;
}

.bannerhome.mobile {
    display: none;
}

html.um .bannerhome.pc {
    display: none;
}

html.um .bannerhome.mobile {
    display: block;
}

.bannersingle {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.bannersingle table.g_cw {
    height: 100%;
}

.bannersingle .txt {
    width: 60%;
    padding: 30px 0;
    float: right;
}

.bannersingle .txt .t1 {
    font-size: 25px;
    color: #008DF1;
    margin-bottom: 10px;
}

.bannersingle .txt .t2 {
    font-size: 16px;
}

.bannersingle.pc {
    display: block;
}

.bannersingle.mobile {
    display: none;
}

html.um .bannersingle.pc {
    display: none;
}

html.um .bannersingle.mobile {
    display: block;
}

.contacthome {
    clear: both;
    margin-top: 100px;
    background: #f0f0f0;
    padding: 20px 0;
}

.contacthome .left {
    float: left;
}

.contacthome .left .third {
    margin-bottom: 30px;
}

.contacthome .left .third i.fa {
    display: inline-block;
    color: #888;
    margin: 0 0 0 10px;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
}

.contacthome .left .third a:hover i.fa {
    background: #008DF1;
    color: #fff;
}

.contacthome .left .contact {
    width: 700px;
}

.contacthome .left .contact td {
    width: 10%;
    padding: 5px 0;
    color: #999;
}

.contacthome .book {
    float: right;
    overflow: hidden;
}

.contacthome .book table {
    width: 400px;
}

.contacthome .book table td {
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.contacthome .book table td input {
    width: 100%;
    border: 0;
    height: 30px;
}

.contacthome .book table td textarea {
    border: 0;
    width: 100%;
    height: 80px;
    overflow: auto;
}

.contacthome .book table .b td {
    border-bottom: 0;
}

.contacthome .book table .btn {
    width: 150px;
    height: 40px;
    float: right;
    border: 0;
    background: #ccc;
    font-weight: lighter;
}

.contacthome .book:hover table .btn {
    background: #008DF1;
    color: #fff;
}

html.um .contacthome .left {
    float: none;
    margin-bottom: 30px;
}

html.um .contacthome .left .third {
    text-align: center;
}

html.um .contacthome .left .contact {
    width: 100%;
}

html.um .contacthome .left .contact td {
    display: block;
    width: auto;
}

html.um .contacthome .book {
    float: none;
}

html.um .contacthome .book table {
    width: 100%;
}

html.um .contacthome .book table .btn {
    width: 100%;
    float: none;
}

.newshome {
    clear: both;
    margin-bottom: 80px;
}

.newshome .front {
    float: left;
    display: block;
    width: 520px;
    margin-right: 30px;
}

.newshome .front p.pic {
    margin-bottom: 10px;
    min-height: 300px;
}

.newshome .front p.pic img {
    max-width: 100%;
}

.newshome .front>div {
    padding: 10px 0 10px 10px;
    overflow: hidden;
    background-color: transparent;
    transition: .3s ease;
}

.newshome .front:hover>div {
    background: #008DF1;
}

.newshome .front>div p.time {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: .3s ease;
}

.newshome .front>div p.time em {
    display: block;
    font-size: 18px;
    color: #999;
    transition: .3s ease;
}

.newshome .front:hover>div p.time {
    color: #fff;
}

.newshome .front:hover>div p.time em {
    color: #fff;
}

.newshome .front>div>div {
    overflow: hidden;
    padding-right: 20px;
}

.newshome .front>div>div p.title {
    font-size: 16px;
    margin-bottom: 10px;
    transition: .3s ease;
}

.newshome .front:hover>div>div p.title {
    color: #fff;
}

.newshome .front>div>div p.out {
    color: #999;
    transition: .3s ease;
}

.newshome .front:hover>div>div p.out {
    color: #fff;
}

html.um .newshome .front {
    float: none;
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
}

html.um .newshome .front p.pic {
    min-height: 0;
}

.newshome>.list {
    overflow: hidden;
}

.newshome>.list>li {
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}

.newshome>.list>li a {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    background-color: transparent;
    transition: .3s ease;
}

.newshome>.list>li a:hover {
    color: #fff;
    background: #008DF1;
}

.newshome>.list>li a .time {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: .3s ease;
}

.newshome>.list>li a .time em {
    display: block;
    font-size: 18px;
    color: #999;
    transition: .3s ease;
}

.newshome>.list>li a:hover .time {
    color: #fff;
}

.newshome>.list>li a:hover .time em {
    color: #fff;
}

.newshome>.list>li a div {
    overflow: hidden;
    padding-right: 20px;
}

.newshome>.list>li a div .title {
    font-size: 15px;
    margin-bottom: 10px;
}

.newshome>.list>li a div .out {
    color: #999;
    transition: .3s ease;
}

.newshome>.list>li a:hover div .out {
    color: #fff;
}

.tt2home {
    clear: both;
    margin-bottom: 80px;
}

.tt2home .bg {
    padding: 50px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.tt2home .g_cw {
    padding: 20px 50px;
    background: #fff;
}

.tt2home .list {}

.tt2home .list a.c {
    display: block;
    padding: 0 25px;
}

.tt2home .list a.c:hover {
    color: #008DF1;
}

.tt2home .list a.c .pic {
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 30px;
}

.tt2home .list a.c .pic img {
    display: inline-block;
    max-width: 100%;
}

.tt2home .list a.c div {
    overflow: hidden;
    padding: 20px 0 0;
}

.tt2home .list a.c div .name {
    margin-bottom: 10px;
    font-size: 28px;
}

.tt2home .list a.c div .level {
    color: #999;
    margin-bottom: 20px;
    font-size: 16px;
    transition: .3s ease;
}

.tt2home .list a.c:hover div .level {
    color: #008DF1;
}

.tt2home .list a.c div .out {
    color: #999;
    margin-bottom: 20px;
    line-height: 2.8em;
    transition: .3s ease;
    font-size: 17px;
}

.tt2home .list a.c:hover div .out {
    color: #008DF1;
}

html.um .tt2home .bg {
    padding: 0;
    background-image: none !important;
}

html.um .tt2home .g_cw {
    padding: 0;
}

html.um .tt2home .list a.c .pic {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
}

html.um .tt2home .list a.c div .name {
    text-align: center;
}

html.um .tt2home .list a.c div .level {
    text-align: center;
}

.newslist {
    clear: both;
    margin-bottom: 80px;
}

.newslist>.cate {
    float: right;
    width: 200px;
    margin-left: 80px;
}

.newslist>.cate>li {
    margin-bottom: 10px;
}

.newslist>.cate>li a {
    display: block;
    padding: 15px 30px;
    background: #f0f0f0;
}

.newslist>.cate>li a:before {
    content: '\f104';
    font-family: 'FontAwesome';
    opacity: 0;
    margin-right: 0;
    transition: .3s ease;
}

.newslist>.cate>li a:hover,
.newslist>.cate>li a.on {
    background: #008DF1;
    color: #fff;
}

.newslist>.cate>li a:hover:before,
.newslist>.cate>li a.on:before {
    margin-right: 10px;
    opacity: 0.5;
}

.newslist>.list {
    margin-bottom: 30px;
    overflow: hidden;
}

.newslist>.list>li {
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}

.newslist>.list>li a {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    background-color: transparent;
    transition: .3s ease;
}

.newslist>.list>li a:hover {
    color: #fff;
    background: #008DF1;
}

.newslist>.list>li a .time {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: .3s ease;
}

.newslist>.list>li a .time em {
    display: block;
    font-size: 18px;
    color: #999;
    transition: .3s ease;
}

.newslist>.list>li a:hover .time {
    color: #fff;
}

.newslist>.list>li a:hover .time em {
    color: #fff;
}

.newslist>.list>li a div {
    overflow: hidden;
    padding-right: 20px;
}

.newslist>.list>li a div .pic {
    float: left;
}

.newslist>.list>li a div .pic img {
    max-width: 320px;
    margin-right: 20px;
}

.newslist>.list>li a div .title {
    font-size: 15px;
    margin-bottom: 10px;
}

.newslist>.list>li a div .out {
    color: #999;
    transition: .3s ease;
}

.newslist>.list>li a:hover div .out {
    color: #fff;
}

html.um .newslist>.cate {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
}

html.um .newslist>.list>li a div .pic {
    float: none;
}

html.um .newslist>.list>li a div .pic img {
    margin-right: 0;
    max-width: 100%;
}

.newsdetail {
    clear: both;
}

.newsdetail>p.title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.newsdetail>p.time {
    margin-bottom: 40px;
    color: #999;
    text-align: center;
}

.tt1list {
    clear: both;
    margin-bottom: 20px;
}

.tt1list>.list {}

.tt1list>.list>li {
    width: 360px;
    float: left;
    margin-left: 60px;
    margin-bottom: 60px;
}

.tt1list>.list>li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.tt1list>.list>li a {
    display: block;
}

.tt1list>.list>li a:hover {
    color: #008DF1;
}

.tt1list>.list>li a .pic {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.tt1list>.list>li a .pic img {
    max-width: 100%;
}

.tt1list>.list>li a .name {
    font-size: 15px;
}

.tt1list>.list>li a .price {
    float: right;
    padding-left: 10px;
    font-size: 12px;
}

.tt1list>.list>li a .price em {
    font-size: 16px;
    color: #f60;
}

.tt1list>.list>li a:hover .price em {
    color: #f30;
}

html.um .tt1list>.list>li {
    clear: both;
    width: 100%;
    float: none;
    margin-left: 0;
}

.tt1detail {
    clear: both;
}

.tt1detail .pictures {
    position: relative;
    z-index: 0;
    clear: both;
    margin-bottom: 40px;
}

.tt1detail .pictures a {
    display: inline-block;
    float: none;
    text-align: center;
    font-size: 0;
    vertical-align: middle;
}

.tt1detail .pictures a img {
    max-width: 100%;
    display: inline-block;
}

.tt1detail .pictures .slick-prev {
    left: -40px !important;
}

.tt1detail .pictures .slick-next {
    right: -40px !important;
}

html.um .tt1detail .pictures .slick-prev {
    left: 0 !important;
}

html.um .tt1detail .pictures .slick-next {
    right: 0 !important;
}

.tt1detail>p.name {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.tt1detail>p.price {
    margin-bottom: 20px;
    font-size: 17px;
}

.tt1detail>p.price em {
    font-size: 16px;
    color: #f60;
}

.tt1detail>pre.out {
    color: #999;
    margin-bottom: 20px;
    line-height: 1.8em;
}

.tt1detail>table.property {
    width: 100%;
    color: #999;
}

.tt1detail>table.property td {
    vertical-align: top;
    width: 33.3%;
    padding: 8px 0;
}

.tt1detail>hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html.um .tt1detail>table.property td {
    display: block;
    width: auto;
}

.tt2list {
    clear: both;
    margin-bottom: 80px;
}

.tt2list>.list {}

.tt2list>.list>li {
    clear: both;
    margin-bottom: 60px;
}

.tt2list>.list>li a {
    display: block;
    overflow: hidden;
    padding: 0 25px;
}

.tt2list>.list>li a:hover {
    color: #008DF1;
}

.tt2list>.list>li a .pic {
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 30px;
}

.tt2list>.list>li a .pic img {
    display: inline-block;
    max-width: 100%;
}

.tt2list>.list>li a div {
    overflow: hidden;
    padding: 20px 0 0;
}

.tt2list>.list>li a div .name {
    margin-bottom: 10px;
    font-size: 18px;
}

.tt2list>.list>li a div .level {
    color: #999;
    margin-bottom: 20px;
    font-size: 16px;
    transition: .3s ease;
}

.tt2list>.list>li a:hover div .level {
    color: #008DF1;
}

.tt2list>.list>li a div .out {
    color: #999;
    margin-bottom: 20px;
    line-height: 1.8em;
    transition: .3s ease;
}

.tt2list>.list>li a:hover div .out {
    color: #008DF1;
}

html.um .tt2list>.list>li {
    clear: both;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
}

html.um .tt2list>.list>li a .pic {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
}

html.um .tt2list>.list>li a .pic img {
    width: auto;
    max-width: 80%;
    display: inline-block;
}

html.um .tt2list>.list>li a div {
    padding: 10px;
}

html.um .tt2list>.list>li a div .name {
    text-align: center;
}

html.um .tt2list>.list>li a div .level {
    text-align: center;
}

html.um .tt2list>.list>li a div .out {
    margin-bottom: 0;
}

.tt2detail {
    clear: both;
}

.tt2detail>p.pic {
    position: relative;
    float: left;
    margin-right: 50px;
}

.tt2detail>p.pic img {
    max-width: 400px;
}

.tt2detail>div {
    overflow: hidden;
}

.tt2detail>div>.name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.tt2detail>div>.level {
    color: #999;
    margin-bottom: 20px;
}

.tt2detail>div>.g_content {
    color: #666;
}

html.um .tt2detail>p.pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}

html.um .tt2detail>p.pic img {
    max-width: 100%;
}

html.um .tt2detail>div>.name {
    text-align: center;
}

html.um .tt2detail>div>.level {
    text-align: center;
}

.docdetail {
    clear: both;
    margin-bottom: 80px;
}

.docdetail .g_title .t1,
.docdetail .g_title .t2 {
    text-align: center;
}

.tag {
    width: 100%;
    color: #6c6c6c;
    height: 25px;
    background: #F5F5F5;
    border-bottom: 1px solid #eee;
}

.in {
    width: 1200px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 12px;
}

.left {
    margin-left: 10px;
    float: left;
}

.right {
    margin-right: 10px;
    float: right;
}

.t_tab {
    width: 100%;
    color: #666666;
    height: 50px;
    background: #fffff;
    padding-top: 50px;
}

.t_tab p {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
}