.page-cen {
    width: 1200px
}

html {
    overflow-x: auto
}

body {
    min-width: 1200px;
}

#dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#dialog .dialogWrap {
    padding: 16px 28px;
    background: #00448b;
}

#dialog p {
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

#dialog .ok {
    float: right;
    height: 28px;
    background: #fff;
    width: 96px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

#dialog .ok span {
    font-weight: bold;
    color: #000;
}

#fix_data {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 37%;
    width: 206px;
    /*height: 157px;*/
    padding: 25px 16px;
    background: #f9f9f9;
    border: 1px solid #999999;
}

#fix_data .title_h {
    border-bottom: 1px solid #999999;
}

#fix_data .title_h p {
    font-size: 18px;
    line-height: 28px;
    color: #00448b;
    font-weight: bold;
}

#fix_data .f_d_con {
    padding-top: 16px;
}

#fix_data .f_d_ele {
    padding-left: 20px;
    background: url(../images/pdf.png) no-repeat left 3px;
}

#fix_data .f_d_ele p {
    color: #666;
}

#fix_data .f_d_ele:hover p {
    color: #00448b;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto
}

.header {
    height: 130px;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    /*-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)*/
}

.header .logo-pic {
    width: 250px;
    height: 130px;
    float: left;
    background: url(../images/logo.png) no-repeat 0 center;
    overflow: hidden;
    line-height: 500px;
}

.header .page-cen {
    position: relative
}

.header-nav {
    float: right;
    height: 90px;
    line-height: 90px;
    margin-top: 40px
}

.header-nav>li {
    float: left;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 0 10px;
    padding: 0 20px;
    z-index: 1;
}

.header-nav>li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

.header-nav>li a {
    display: block
}

.header-nav>li ul {
    background-color: #fff;
    display: none;
    position: absolute;
    border-top: 1px solid #eee;
    top: 90px;
    left: 0px;
    /*width: 96px;*/
    text-align: left;
}

.header-nav>li ul.ul02 {
    width: 194px;
}

.header-nav>li:hover ul {
    display: block;
}

.header-nav>li ul li {
    height: 30px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    line-height: 30px;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    transition: transform .2s;
    overflow: hidden;
    white-space: nowrap;
}

.header-nav>li ul.ul02 li {
    width: 50%;
    float: left;
    border: none;
    border-bottom: 1px solid #eee;
}

.header-nav>li ul.ul02 li a {
    text-align: left;
    padding-left: 20px;
}

.header-nav>li ul li a {
    color: #161819;
    padding: 0 17px;
}

.header-nav>li ul li:hover {
    background-color: #0098d7;
    /*font-size: 16px*/
}

.header-nav>li ul li:hover a {
    color: #fff
}

.header-nav>li:hover span,
.header-nav>li .active span {
    color: #0098d7
}

.header-nav li.active span,
.header-nav .menu-uls li.active span {
    color: #0098d7
}

.header-nav li span,
.header-nav .menu-uls li span {
    color: #161819
}

.search {
    position: absolute;
    right: 0;
    top: 20px
}

.search-box {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/serch.png) no-repeat center center;
}

.search #searchform {
    padding-top: 0px;
    position: relative;
    width: 147px;
    height: 26px;
}

.search .searchext {
    border: none;
    outline: none;
    background: url(../images/serach_wrap.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    text-indent: 16px;
}

.search .searchbtn {
    position: absolute;
    top: 3px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    overflow: hidden;
    text-indent: 1000px;
    font-size: 0;
    background: url(../images/serch.png) no-repeat center center;
}

.lan {
    position: absolute;
    right: 0;
    top: 24px
}

.lan a {
    color: #666
}

.lan .active {
    color: #44853c
}

.menu-uls {
    position: absolute;
    top: 80px;
    display: none;
    left: 0;
    width: 120%;
    margin: 0 -12px;
    text-align: center;
    background-color: #fff;
    border-top: 2px solid #02abe2
}

.menu-uls li {
    float: none;
    padding: 10px 12px;
    margin: 0;
    line-height: 24px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.menu-uls li:hover {
    background-color: #0098d7
}

.menu-uls li:hover span {
    color: #fff
}

.header-other {
    width: 294px
}

.header-other .tel {
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
    width: 113px;
    float: left;
    margin-top: 38px;
    margin-left: 20px
}

.header-other .tel a {
    padding: 6px 0;
    display: block;
    text-align: center;
    letter-spacing: -1px
}

.header-other .login_btn {
    padding-bottom: 40px
}

.footer {
    position: absolute;
    bottom: 0;
    padding: 60px 0 0;
    background: url(../images/fb.png) no-repeat 86% 32%;
    background-color: #07254f;
    width: 100%
}

.footer .footer-cen {
    max-width: 1200px;
    margin: 0 auto
}

.footer .footer-milder ul {
    padding: 10px 0;
    white-space: nowrap
}

.footer .footer-milder ul.ul_02 {
    width: 212px;
}

.footer .footer-milder li {
    display: inline-block;
    width: 139px;
    color: #c6c6c6;
    vertical-align: top
}

.footer .footer-milder .li_02 {
    width: 224px;
}

.footer .footer-milder ul.ul_02 li {
    width: 50%;
    float: left;
}

.footer .footer-milder li h6 {
    color: #f0f0f0
}

.footer .footer-milder li li {
    display: block;
    line-height: 30px
}

.footer .footer-milder li a {
    color: #c6c6c6
}

.footer .footer-bottom {
    height: 80px;
    line-height: 80px;
    color: #c6c6c6;
    border-top: 1px solid #203b61;
    text-align: center
}

.Htop {
    display: none;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 80%;
    right: 20px;
    background: url(../images/ht.png) no-repeat;
    cursor: pointer
}

.Htop.show {
    display: block
}

.pageBox {
    text-align: center
}

.pageBox .hidden {
    display: none
}

.pageBox ul {
    display: inline-block
}

.pageBox li {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/page-bg.png) no-repeat;
    margin: 0 8px;
    text-align: center;
    line-height: 24px;
    background-position: 0 -36px
}

.pageBox li a {
    display: block;
    color: #666
}

.pageBox li.selected {
    background-position: 0 0
}

.pageBox li.selected a {
    color: #fff
}

.pageBox li.frist,
.pageBox li.last {
    display: none
}

.search-area {
    text-align: center;
    margin-top: 214px
}

.search-area form {
    display: inline-block
}

.search-area .search_input {
    float: left;
    border: 1px solid #969696;
    width: 417px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 2px 53px 2px 5px
}

.search-area .btn {
    width: 116px;
    height: 36px;
    float: left;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #c8c8c8
}

.search-result-content .title {
    font-size: 18px;
    color: #004386;
    line-height: 32px
}

.search-error,
.search-result-empry {
    text-align: center;
    width: 100%;
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto 100px
}

.search-result-content {
    max-width: 1200px;
    margin: auto
}

.search-item {
    padding: 20px 0;
    border-bottom: 1px dashed #333
}

form {
    padding-top: 10px
}

.banner {
    position: relative;
    height: 300px;
    background: no-repeat 50%;
    background-size: cover;
    min-width: 1200px
}

.banner .info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 72px;
    color: #fff;
    font-size: 26px;
    line-height: 100%
}

.banner .info h2 {
    position: relative;
    padding-bottom: 20px
}

.banner .info h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #fff;
    width: 46px
}

.bar {
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #888
}

.bar a {
    color: #888
}

.bar .nav {
    float: left
}

.bar .breadcrumbs {
    float: right
}

.breadcrumbs li,
.nav li {
    float: left;
    font-size: 14px
}

.breadcrumbs li span,
.nav li span {
    padding: 0 10px
}

.breadcrumbs li.current span,
.nav li.current span {
    color: #0098d7;
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.newsDetail {
    padding-bottom: 100px;
    font-size: 15px;
    line-height: 30px;
    color: #666
}

.newsDetail .section-title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.newsDetail .section-title p {
    padding-top: 10px;
    color: #666;
}

.newsDetail .section-title h3 {
    font-size: 20px;
    font-weight: bold
}

.newsDetail .section-title h1 {
    font-size: 20px;
    font-weight: bold
}

.section-title .s_t_detail {
    padding-top: 15px;
}

.pro_list {
    padding-bottom: 40px;
}

.pro_describe {
    float: left;
}

.pro_describe p {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    padding-right: 13px;
    font-weight: bold;
}

.pro_list_wrap {
    float: left;
    position: relative;
    width: 238px;
}

.pro_show {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #00448b;
    cursor: pointer;
    overflow: hidden;
}

.pro_show p.p_l_show {
    background: url(../images/right_angle.png) no-repeat right center;
}

.pro_show.active p.p_l_show {
    background-image: url(../images/right_angle_active.png);
}

.pro_hidden {
    position: absolute;
    width: 100%;
    top: 55px;
    display: none;
    max-height: 272px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pro_hidden .pro_ele {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #dedede;
    border-top: 2px solid #fff;
}

.pro_hidden .pro_ele p {
    color: #000;
}

.newsDetail .page-cen .info {
    max-width: 860px;
    margin: 0 auto
}

.newsDetail .page-cen .info p {
    font-size: 14px;
    line-height: 26px
}

.newsDetail .page-cen .info img {
    max-width: 100%;
    max-height: 480px;
    display: block;
    margin: 0 auto
}

.letter .page-cen .info {
    max-width: inherit
}

.letter ul,
.letter ol {
    padding-left: 20px
}

.letter ul>li {
    list-style: disc
}

.letter ol>li {
    list-style: decimal;
}

.section-title {
    padding: 40px 0 28px
}

.section-title h2 {
    padding-bottom: 16px;
    font-weight: bold;
    height: 32px;
    color: #00448b;
    font-size: 32px
}

.section-title p {
    font-size: 14px;
    color: #1f160f
}

.section-title.tw h2,
.section-title.tw p {
    color: #fff
}

.more {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 44px;
    height: 44px;
    width: 175px;
    border-radius: 22px;
    margin-top: 22px
}

.more a {
    color: #fff;
    display: block
}

.section {
    padding-top: 26px;
    padding-bottom: 100px;
    min-width: 1170px
}

.section p {
    white-space: normal;
    word-break: break-word
}

.section.company .info {
    color: #666;
    font-size: 15px;
    line-height: 30px
}

.section.company .info img {
    max-width: 100%
}

.section.dep {
    height: 485px;
    background: url(../images/a3.jpg) no-repeat 50%
}

.section.dep .axis {
    margin-top: 20px
}

.section.dep .axis li {
    float: left;
    position: relative;
    width: 48px;
    padding-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    height: 40px;
    background: url(../images/a-6.png) no-repeat 0 60px;
}

.section.dep .axis li.hasC {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

.section.dep .axis li span {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.section.dep .axis li.hasC span {
    filter: alpha(opacity=100);
    opacity: 1;
}

.section.dep .axis li .tip {
    width: 150px;
    height: 46px;
    line-height: 36px;
    text-align: center;
    color: #0098d7;
    position: absolute;
    top: 10px;
    background: url(../images/a-7.png) no-repeat;
    display: none;
    left: 20px;
    font-size: 15px
}

.section.dep .axis li.hover .tip {
    display: block
}

.section.dep .axis li.selected {
    background-position: -48px 60px
}

.section.dep .slider {
    position: relative;
    padding-top: 40px
}

.section.dep .slider .next,
.section.dep .slider .prev {
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(../images/a_arrow.png) no-repeat;
    top: 98px;
    cursor: pointer
}

.section.dep .slider .prev {
    left: 0
}

.section.dep .slider .next {
    right: 0;
    background-position: -24px
}

.section.dep .slider li {
    float: left;
    height: 180px;
    width: 940px;
    font-size: 0
}

.section.dep .slider .pic {
    border: 2px solid #fff;
    width: 296px;
    display: inline-block;
    vertical-align: middle;
    max-height: 180px
}

.section.dep .slider .pic img {
    display: block;
    width: 100%
}

.section.dep .slider .text {
    color: #fff;
    width: 600px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px
}

.section.dep .slider .text .time {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px
}

.section.dep .slider .text .time p {
    padding-left: 12px;
    background: url(../images/diandian.png) no-repeat left 8px;
    padding-bottom: 8px;
}

.section.dep .slider .text .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%
}

.section.custom h4 {
    margin: 40px 0 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px
}

.section.custom p img {
    margin: 0 40px 20px 0;
    display: inline-block;
    width: 580px
}

.section.custom p img+img {
    margin-right: 0
}

.section.odd {
    background: url(../images/c3.jpg) no-repeat 0 0;
    background-color: #f6f6f6
}

.section.rd {
    font-size: 15px;
    line-height: 30px
}

.section.rd .section-title {
    padding-top: 10px
}

.section.rd .section-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0
}

.section.rd .section-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0
}

.section.rd p {
    color: #666
}

.section.rd p img {
    margin-top: 8px
}

.section.rd .pInfo {
    margin-top: 10px
}

.section.rd .pInfo li {
    float: left;
    width: 580px;
    margin-right: 40px;
    position: relative
}

.section.rd .pInfo li .text {
    position: absolute;
    width: 100%;
    /*height: 50px;*/
    background-color: rgba(5, 37, 78, 0.8);
    color: #fff;
    bottom: 0;
    line-height: 22px;
    padding: 12px 0;
}

.section.rd .pInfo li .text p {
    color: #fff;
    /*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
    padding: 0 20px
}

.section.rd .pInfo li .pic img {
    width: 100%;
    display: block
}

.section.rd .pInfo li+li {
    margin-right: 0
}

.section.case {
    background: url(../images/c3.jpg) no-repeat 0 0;
    background-color: #f6f6f6
}

.section.case .section-title {
    padding-top: 10px
}

.section.case .section-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.section.case .section-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.section.case ul {
    white-space: normal;
    word-break: break-word
}

.section.case li {
    display: inline-block;
    float: left
}

.section.case li .pic {
    width: 380px
}

.section.case li .pic img {
    width: 100%
}

.section.case li .text {
    color: #333;
    font-size: 15px;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section.case li .text h4 {
    color: #00448b;
    margin: 30px 0 18px;
    font-weight: bold
}

.section.case li+li {
    margin-left: 30px
}

.section.forword p {
    font-size: 15px;
    line-height: 30px
}

.section.forword p img {
    margin: 0 40px 20px 0;
    display: inline-block;
    max-width: 580px
}

.section.forword p img+img {
    margin-right: 0
}

.section.forword .infoList {
    font-size: 0
}

.section.forword .infoList>li {
    width: 580px;
    margin-right: 35px;
    display: inline-block;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    vertical-align: top
}

.section.forword .infoList>li h4 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px
}

.section.forword .infoList>li ul {
    padding-left: 20px
}

.section.forword .infoList>li li {
    list-style: disc
}

.section.forword .infoList>li img {
    margin-top: 20px
}

.section.forword .infoList>li+li {
    margin-right: 0
}

.section.forword .pInfo .pic {
    margin-bottom: 20px
}

.section.product {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 60px
}

.section.product h4 {
    color: #0098d7;
    margin: 10px 0 22px;
    font-weight: bold;
}

.section.product .con_way {
    padding-top: 30px;
}

.section.product .btn {
    width: 200px;
    padding-left: 30px;
    border: 1px solid #08090b;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    background: url(../images/r4.png) no-repeat 40px 50%;
    margin-top: 16px;
    color: #666
}

.section.product.first .pic {
    display: none;
    width: 580px;
    /*margin-right: 40px*/
    float: right
}

.section.product.first .pic img {
    width: 100%;
    float: left
}

.section.product.first .right {
    float: none;
    width: auto;
}

.section.product.first .right img {
    width: auto;
    max-width: 580px
}

.section.product.first ul {
    padding-left: 20px
}

.section.product.first ul li {
    list-style: disc
}

.section.product .list {
    margin-top: 27px;
}

.section.product .list p {
    padding-bottom: 15px;
}

.section.newsDetail .list {
    width: 640px;
    margin: 0 auto;
}

.section.product .list .twoWrap .left {
    float: left;
    width: 50%;
}

.section.product .list .twoWrap .right {
    float: left;
    width: 48%;
    padding-left: 2%;
}

.section.product .list a {
    color: #0098d7
}

.section.product .list.listApp ul {
    padding: 0;
    overflow: hidden
}

.section.product .list.listApp ul li {
    list-style: none;
    /*width: 16.8%;*/
    float: left;
    text-align: center;
    margin-bottom: 20px
}

.section.product .list.listApp ul li+li {
    margin-left: 4%
}

.section.product .list.listApp ul li img {
    display: block;
    width: 100px;
}

.section.product .list.listApp02 ul li img {
    padding: 0 8px;
    width: 84px;
}

.section.message {
    padding-bottom: 110px
}

.section.message a {
    color: #0098d7
}

.section.app {
    padding-bottom: 200px
}

.section.app .list {
    overflow: hidden
}

.section.app .list ul {
    overflow: hidden;
    margin: 0 -25px 0;
    font-size: 0
}

.section.app .list li {
    display: inline-block;
    width: 195px;
    margin: 40px 25px 0;
    text-align: center;
    vertical-align: top;
    font-size: 15px
}

.section.app .list li img {
    height: 100%;
    display: block;
    margin-bottom: 20px
}

.section .news li {
    padding-bottom: 50px;
    margin: 22px 0 50px;
    border-bottom: 1px dashed #c3c3c3
}

.section .news .pic {
    height: 230px;
    width: 380px;
    margin-right: 30px;
    overflow: hidden
}

.section .news .pic img {
    display: block;
    height: 100%;
    width: 100%
}

.section .news .news-info {
    width: 790px
}

.section .news .news-info h4 {
    color: #555;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: bold
}

.section .news .news-info .news-date {
    color: #0098d7;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px
}

.section .news .news-info .news-text {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px
}

.section .news .news-info .more {
    color: #0098d7;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500
}

.section .newsletter .news-info {
    width: auto
}

.section .newsletter .news-info .news-date {
    margin: 20px 0;
    font-size: 16px;
    line-height: 100%
}

.section .newsletter .news-info .news-text {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section .event {
    overflow: hidden
}

.section .event ul {
    margin-top: 22px;
    margin-right: -40px
}

.section .event li {
    float: left;
    padding-bottom: 48px;
    border-bottom: 1px dashed #c3c3c3;
    margin-bottom: 50px;
    width: 580px;
    margin-right: 40px
}

.section .event li .pic {
    float: left;
    width: 266px;
    height: 232px;
    background: url(../images/e1.png) no-repeat;
    position: relative
}

.section .event li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 200px;
    max-height: 130px
}

.section .event li .info {
    float: left;
    margin-left: 20px;
    /*widows: 294px*/
    padding-top: 35px;
}

.section .event li .info .title {
    color: #333;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px
}

.section .event li .info p {
    color: #666;
    font-size: 15px;
    line-height: 40px
}

.section .event li .info p span {
    color: #333;
    font-weight: bold;
    padding: 10px 0 10px 30px;
    background: url(../images/e5.png) no-repeat 0 10px
}

.section .event li .info .address span {
    background-position: 0 -30px
}

.section .event li .info .num span {
    background-position: 0 -70px
}

.section .event li .info .more {
    color: #0098d7;
    display: block;
    margin-top: 16px;
    text-align: left;
    width: auto;
    height: auto
}

.section.contact {
    padding-bottom: 100px
}

.section.contact ul {
    padding: 40px 16px 0
}

.section.contact ul li {
    margin: 0 34px;
    width: 224px;
    float: left;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 26px
}

.section.contact ul li .pic {
    width: 220px;
    margin-bottom: 20px
}

.section.contact ul li img {
    width: 100%
}

.section.contact .page-msg {
    width: 960px;
    margin: 18px auto 0;
    padding: 0;
    overflow: inherit
}

.section.contact .page-msg .label-btn [type=reset] {
    border: 1px solid #6e6e6e;
    color: #505050
}

.section.contact .page-msg a {
    color: #0098d7
}

.section.contact .page-msg p {
    color: #666
}

.section.join {
    color: #666;
    font-size: 15px;
    line-height: 30px
}

.section.join .right_pic {
    width: 100%;
    margin-top: 40px
}

.section.offers .info-box {
    padding-bottom: 40px;
    color: #666;
    margin-top: 12px
}

.section.offers ul {
    border-top: 1px solid #ededed
}

.section.offers li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer
}

.section.offers li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 20px;
    background: url(../images/icon-global.png) no-repeat 10px 4px;
    width: 20px
}

.section.offers li.active .list-box {
    background-position: 100% -56px
}

.section.offers li.active .info {
    display: block
}

.section.offers .list-box {
    height: 20px;
    font-size: 0;
    background: url(../images/icon-global.png) no-repeat 100% -56px;
    font-weight: bold;
    padding: 0 30px
}

.section.offers .list-box .list {
    display: inline-block;
    color: #555;
    font-size: 16px;
    line-height: 20px;
    margin-right: 186px
}

.section.offers .info {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    cursor: default;
    display: none
}

.section.offers .info h2,
.section.offers .info h3,
.section.offers .info h4,
.section.offers .info h5,
.section.offers .info h6 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 30px
}

.section.offers .info strong {
    font-weight: bold
}

.section.offers .more {
    display: block;
    line-height: 40px;
    background-color: #0187ff;
    width: 210px;
    border-radius: 20px;
    color: #fff;
    margin: 44px 0 20px
}

.page-msg {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 26px
}

.page-msg .label {
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #fff
}

.page-msg .label.active {
    border-color: #0080cc;
    -webkit-box-shadow: 0 0 2px 0 #0187ff;
    -moz-box-shadow: 0 0 2px 0 #0187ff;
    -ms-box-shadow: 0 0 2px 0 #0187ff;
    box-shadow: 0 0 2px 0 #0187ff
}

.page-msg .label input {
    border: none;
    outline: none;
    display: block;
    width: 408px;
    margin: 0 auto;
    padding: 14px 0;
    background: none;
    height: 20px;
    font-size: 14px;
    line-height: 20px
}

.page-msg .label textarea {
    width: 920px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    resize: none;
    border: none;
    outline: none;
    height: 150px;
    padding: 20px;
    background: none
}

.page-msg .error {
    -webkit-box-shadow: 0 0 2px 0 #f00;
    -moz-box-shadow: 0 0 2px 0 #f00;
    -ms-box-shadow: 0 0 2px 0 #f00;
    box-shadow: 0 0 2px 0 #f00
}

.page-msg .label-2 {
    width: 458px;
    margin: 0 40px 30px 0;
    height: 48px;
    float: left
}

.page-msg .label-1 {
    width: 958px;
    margin: 0 40px 30px 0
}

.page-msg .label-3 {
    margin: 0 40px 30px 0;
    border-radius: 6px;
    float: left;
    overflow: hidden;
    width: 218px
}

.page-msg .label-3 input {
    width: 180px
}

.page-msg .nomg {
    margin-right: 0
}

.page-msg .label-btn {
    margin: 0 40px 30px 0;
    overflow: hidden;
    border: none;
    background: none
}

.page-msg .label-btn.active {
    border: none;
    box-shadow: none
}

.page-msg .label-btn input {
    width: 220px;
    float: left;
    height: 48px;
    border-radius: 6px
}

.page-msg .label-btn [type=submit] {
    background-color: #0187ff;
    color: #fff;
    margin-right: 20px
}

.page-msg .label-btn [type=reset] {
    border: 1px solid #d0d0d0;
    color: #505050
}

.page-msg .label-select {
    position: relative;
    background: url(../images/select.png) no-repeat 98% 50%
}

.page-msg .label-select input {
    width: 908px;
    cursor: pointer
}

.page-msg .label-select .select {
    position: absolute;
    top: 52px;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #fff;
    display: none;
    -webkit-box-shadow: 2px 2px 2px 0 #f8f8f8;
    -moz-box-shadow: 2px 2px 2px 0 #f8f8f8;
    -ms-box-shadow: 2px 2px 2px 0 #f8f8f8;
    box-shadow: 2px 2px 2px 0 #f8f8f8
}

.page-msg .label-select .select .option {
    padding: 14px 26px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    cursor: pointer
}

.page-msg .label-select .select .option:hover {
    background-color: #0187ff;
    color: #fff
}

.resort .section-title {
    margin-bottom: 0;
    padding-bottom: 0
}

.resort .list {
    padding: 86px 0
}

.resort .odd {
    background-color: #f8f8f8
}

.resort .odd .bottom .big {
    float: right
}

.resort .odd .bottom .small {
    float: left
}

.resort .top {
    margin: 0 40px
}

.resort .top .title {
    position: relative;
    width: 240px;
    float: left;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 100%;
    color: #333;
    margin-bottom: 10px
}

.resort .top .title p {
    font-size: 16px;
    line-height: 20px;
    text-align: right
}

.resort .top .title:after,
.resort .top .title:before {
    content: '';
    position: absolute;
    background-color: #ebebeb
}

.resort .top .title:before {
    height: 100px;
    width: 1px;
    right: -38px;
    top: 0
}

.resort .top .title:after {
    width: 336px;
    left: 0;
    bottom: 0;
    height: 1px
}

.resort .top .info {
    width: 780px;
    float: right;
    margin-top: -8px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.resort .bottom {
    height: 408px;
    margin: 40px 40px 0
}

.resort .bottom img {
    display: block;
    min-height: 100%;
    min-width: 100%
}

.resort .bottom .big {
    width: 790px;
    float: left;
    overflow: hidden
}

.resort .bottom .small {
    overflow: hidden;
    float: right;
    width: 310px
}

.resort .bottom .small .pic {
    height: 198px;
    margin-bottom: 14px
}

.page-box {
    text-align: center
}

.page-box li {
    font-size: 16px;
    display: inline-block
}

.page-box li.selected {
    background: #1d2d85
}

.page-box li.selected a {
    color: #fff
}

.page-box li.hidden {
    display: none
}

.page-box li a {
    display: block;
    padding: 4px 10px;
    color: #666
}

.footer {
    position: inherit
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/themes/basic/skin/images/blck20.png)
}

.view-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 48px 0;
    width: 1200px;
    height: 60%;
    box-shadow: 0 0 16px 0 #3b3b3b;
    background-color: #fff;
    border-radius: 6px
}

.view-box h4 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #1b2992;
    font-weight: bold;
    text-align: center
}

.view-box .content {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0 48px
}

.view-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url(/themes/basic/skin/images/close_btn.png) no-repeat
}

.view-box .carslider {
    position: relative
}

.view-box .carslider img {
    width: 100%;
    display: block
}

.view-box .carslider li {
    float: left;
    height: 520px
}

.view-box .prev,
.view-box .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: rgba(155, 155, 155, 0.6);
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.view-box .prev {
    left: 0
}

.view-box .next {
    right: 0
}

.about_honors {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    padding: 80px 0;
    padding-bottom: 100px;
    box-sizing: border-box
}

.about_honors_con {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.about_honors .title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px
}

.about_honors .title h3 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center
}

.about_honors .title p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    text-align: center
}

.about_honors_container {
    width: 100%;
    height: auto
}

.about_honors_list {
    width: 100%;
    height: auto
}

.about_honors_list ul {
    margin: 0 -3%
}

.about_honors_list ul li {
    float: left;
    width: 100%;
    height: auto
}

.about_honors_list ul li .li_item {
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3%;
    border-bottom: 1px solid #cdcdcd;
    position: relative
}

.about_honors_list ul li:first-child .li_item {
    border-top: 1px solid #cdcdcd
}

.about_honors_list ul li .li_item h3 {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    padding: 30px 0;
    padding-right: 50px;
    box-sizing: border-box;
    cursor: pointer
}

.about_honors_list ul li .li_item h3:hover {
    color: #00448b
}

.about_honors_list ul li .li_item .down {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/down_icon.png') no-repeat center center;
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer
}

.about_honors_list ul li .li_item.li_active .down {
    background: url('../images/up_icon.png') no-repeat center center
}

.about_honors_list ul li .li_item .about_honors_show {
    width: 100%;
    height: auto;
    display: none
}

.about_honors_list ul li .li_item .about_honors_show .pic {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    box-sizing: border-box
}

.about_honors_list ul li .li_item .about_honors_show .pic img {
    float: left;
    width: 100px;
    height: 70px;
    margin: 0 20px;
    margin-bottom: 20px
}

.section.service {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 60px
}

.section.service p {
    margin-bottom: 24px;
}

.section.service ul {
    overflow: hidden;
}

.section.service ul li {
    float: left;
    /*font-size: 12px;*/
    width: 230px;
    margin-right: 10px;
    margin-bottom: 34px;
    text-align: left;
}

.section.service .nofloat li {
    float: none;
    margin-bottom: 0;
    list-style: circle;
}

.section.service .nofloat li:before {
    content: "·";
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    width: 4px;
    height: 4px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: top;
    margin-top: 14px;
}

.section.service ul li img {
    width: 50px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.section.service ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    line-height: 20px;
}

.section.service ul {
    margin-bottom: 24px;
}

.section.service ul li.disc {
    float: none;
    padding-left: 13px;
    font-size: 15px;
    line-height: 30px;
    background: url(../images/disc.png) no-repeat left center;
    background-size: 6px;
    margin-bottom: 0px;
}