/*通用样式*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
}

html {
    font-size: 100px; /*方便用rem*/
    font-family: 'Microsoft Yahei', sans-serif;
    /*font-family: "NotoSansHans-Thin-Windows";*/
    outline: 0;
    -webkit-text-size-adjust: none; /*字体小于12px时候，依然用12px*/
}

body {
    width: 100%;
    margin: 0;
    /*-webkit-user-select: none;*/
    position: relative;
    background-color: #F7F7F7;
    overflow-y: scroll;
}

input {
    border: none;
    /*有一些手机需要用下面的来去除扁平化*/
    -webkit-appearance: none;
}

a {
    /*去掉下划线*/
    text-decoration: none;
}

fieldset,
img,
input,
button,
textarea {
    /*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    vertical-align: middle;
}

button {
    background-color: transparent;
}

img {
    border: 0;
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

/*.fl{*/
/*float: left;*/
/*}*/
/*.fr{*/
/*float: right;*/
/*}*/
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.w {
    width: 12rem;
    margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button {
    display: none;
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
}

.header {
    background-color: #F9F9F9;
    border: 1px solid #dedede;
    height: 0.4rem;
    line-height: 0.4rem
}

.header > .w {
    overflow: hidden;
}

.h_welcome {
    font-size: 0.13rem;
    float: left;
}

.h_menu {
    float: right;
}

.h_menu > ul {
    list-style: none;
}

.h_menu > ul > li {
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-top: 0.1rem;
}

.h_menu > ul > li > a {
    font-size: 0.13rem;
    vertical-align: top;
    line-height: 0.2rem;
    border-right: 1px solid silver;
    padding-right: 0.3rem;
}

.h_menu > ul > li:last-child a {
    padding-right: 0;
    border-right: none;
}

.ht_main > .w {
    overflow: hidden;
    position: relative;
}

.ht_main .logo {
    width: 543px;
    height: 100px;
    display: block;
    margin: 0.2rem auto;
}

.ht_main .logo > img {
    width: 100%;
    height: 100%;
    display: block;
}

.ht_main > .w > div {
    float: right;
    position: absolute;
    right: 0.2rem;
    top: 0.4rem;
    font-size: 0;
}

.ht_main > .w > div > span {
    font-size: 0.15rem
}

.ht_main > .w > div > h3 {
    font-size: 0.3rem;
}

.common_nav {
    background-color: #014b92
}

.m_design {
    font-size: 0;
    background-color: #F3F3F3
}

.m_design > div, .msg_con {
    padding: 0.3rem 0;
    border-bottom: 1px solid silver;
    overflow: hidden;
    width: 12rem;
    margin: 0 auto;
}

.dl {
    float: left;
    width: 12%;
    margin-top: 0.2rem;
}

.dl > h3 {
    font-size: 0.32rem;
    font-weight: bold;
}

.dl > span {
    font-size: 0.15rem;
}

.dl2 {
    float: left;
    width: 88%;
}

.d_ul {
    list-style: none;
    margin-left: 0.3rem;
}

.d_ul > li {
    float: left;
    font-size: 0.16rem;
    line-height: 0.5rem;
    margin: 0 0.3rem;
    text-align: center;
    color: #000000;
}
.d_ul > li .pic{
    width: 0.82rem;
    height: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #3a3332;
    border-radius: 50%;
}
.msg_con {
    overflow: hidden;
    width: 12rem;
    border-bottom: none !important;
}

.wdf {
    width: 85%;
    overflow: hidden;
    float: left
}

.wdf > div {
    width: 47.5%;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #dedede;
    height: 0.5rem;
    float: left
}

.wdf > div:last-child {
    margin-left: 5%
}

.wdf > div > input {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 0.3rem;
    line-height: 0.5rem;
    font-size: 0.15rem;
}

.wds {
    width: 15%;
    overflow: hidden;
    text-align: center;
    font-size: 0.2rem;
    float: left;
}

.wds button {
    background-color: #014b92;
    color: #ffffff;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 80%;
    font-size: 0.18rem;
}

.fdesign {
    padding: 1rem 0;
    font-size: 0;
    background-color: #ffffff;
}

.d_title {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0;
}

.d_title > h3 {
    font-size: 0.4rem;
    line-height: 0.8rem;
}

.d_title > span {
    font-size: 0.2rem;
    font-weight: normal;
}

.d_title > ul {
    list-style: none;
    overflow: hidden;
    background-color: #F3F3F3;
    width: 100%;
}

.d_title > ul > li {
    float: left;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.2rem;
    width: 12.5%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d_title > ul > li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    /*color: #3a3332;*/
}
.d_title > ul > li:hover {
    background-color: #014b92;
}

.d_title > ul > li:hover a {
    color: #ffffff;
}

.ht_main {
    background-color: #ffffff;
}

.d_active {
    background-color: #014b92;
}

.d_active > a {
    color: #ffffff;
}

.dcon {
    overflow: hidden;
    display: none;
}

.dcon > ul {
    list-style: none;
    width: 100%
}

.dcon > ul > li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.dcon > ul > li:first-child {
    margin-left: 0 !important;
}
.dcon > ul > li:nth-child(4n+1){
	margin-left: 0 !important;
}

.dcon > ul > li > a > div > img {
    width: 100%;
    height: 2.03rem;
    display: block;
}

.dcon_title {
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.5rem;
    display: block;
    color: #000000;
}

.join {
    font-size: 0;
    background: url("../img/m_bg.jpg") no-repeat;
    background-size: cover;
    height: 8rem;
}

.bg {
    height: 8rem;
    background: rgba(0, 0, 0, 0.5)
}

.j_con {
    padding: 0.9rem 0 0.7rem 0;
    z-index: 9999;
}

.j_title {
    text-align: center;
}

.j_title > h3 {
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.6rem;
}

.j_title > span {
    font-size: 0.2rem;
    color: #ffffff;
    font-weight: normal;
}

.j_content {
    overflow: hidden;
}

.j_content > div {
    float: left;
    width: 31%;
    margin-left: 3.5%;
    background-color: #ffffff;
    overflow: hidden;
}

.j_content > div:first-child {
    margin-left: 0 !important;
}

.c_t {
    font-size: 0.28rem;
    text-align: center;
}

.c_c {
    font-size: 0.14rem;
    margin-top: 0.36rem;
    line-height: 0.3rem;
    overflow: hidden;
}

.pd15 {
    padding: 0.5rem;
}

.more_con {
    font-size: 0.18rem;
    text-align: center;
    margin-top: 0.3rem
}

.more_con > a {
    display: inline-block;
    padding: 0.09rem 0.7rem;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #b2acab;
    font-size: 0.16rem;
}

.more_con > a:hover .r_jiantou{
    transform: translate(200%,-5%);
}

.r_jiantou {
    transition: all 0.3s;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url("../img/right.png") no-repeat;
    background-size: cover;
    vertical-align: middle;
    transform: translateY(-5%);
}

.udl {
    height: 0.03rem;
    width: 0.6rem;
    background-color: #014b92;
    margin: 0.16rem auto 0;
}

.ot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p_menu {
    font-size: 0;
    padding: 0.4rem 0
}

.p_menu > ul {
    list-style: none;
    overflow: hidden;
    margin-top: 0.3rem;
}

.p_menu > ul > li {
    float: left;
    width: 11.7%;
    margin-left: 0.25rem;
    font-size: 0.2rem;
    background-color: #F3F3F3;
    line-height: 0.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.16rem;
    cursor: pointer
}
.p_menu > ul > li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
}
.p_menu > ul > li:nth-child(7n+1) {
    margin-left: 0 !important;
}

.p_menu > ul > .current a{
    background-color: #014b92;
}

.p_menu > ul > .current a {
    color: #FFFFFF;
}

.p_title {
    text-align: center;
}

.p_title > h3 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #3a3332;
}

.p_title > span {
    font-size: 0.18rem;
    color: #3a3332;
}

.a_active {
    color: #014b92;
}

.btn-book {
    background-color: #014b92;
    display: block;
    text-align: center;
    margin-top: 0.3rem;
    color: #ffffff;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 1.5rem;
    font-size: 0.18rem;
}

.list > ul {
    overflow: hidden
}

.p_menu2 {
    font-size: 0
}

.p_menu2 > ul {
    list-style: none;
    overflow: hidden;
    margin-top: 0.4rem;
    text-align: center
}

.p_menu2 > ul > li {
    display: inline-block;
    width: 11.7%;
    margin-left: 3%;
    font-size: 0.2rem;
    background-color: #F3F3F3;
    line-height: 0.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 3%;
    cursor: pointer
}
.p_menu2 > ul > li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    background-color: #f3f3f3;
}


.p_menu2 > ul > .current a {
    color: #FFFFFF;
    background-color: #014b92;

}

.about_content_con > .con {
    overflow: hidden;
    padding-bottom: 0.5rem;
}