@charset "utf-8";
@import url("../css/common/grid.css"); /*网格*/
@import url("../css/common/layout.css"); /*整体框架*/
@import url("../css/common/icon.css"); /*图标*/
@import url("../css/common/ie.css"); /*图标*/
@import url("../css/animate.css"); /*动画效果*/
@import url("../css/common/page.css"); /*图标*/
@import url("../css/navi/navi_02.css"); /*02导航*/
@import url("../css/common/kefu.css"); /*02导航*/
@import url("../css/navi/navi_01.css"); /*02导航*/
/*@import url("../css/animate.min.css");*/ /*动画*/

html {
    overflow-x: hidden;
}
.clear {
    clear: both;
}
.dowebok .section {
    overflow: hidden;
}

body {
    overflow: hidden;
}

.header {
    width: 100%;
    background: none;
    position: fixed !important;
    z-index: 999 !important;
    background: #fff;
}
.header .navbar {
    margin: 0 auto;
    position: relative;
    padding: 0 4%;
}
.header .navbar .pc_menu {
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s 0s ease-in-out;
    transition: all 0.2s linear -1ms;
    -webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
}
.header .navbar .pc_menu .pc_logo {
    height: 100%;
    align-items: center;
    display: -webkit-flex;
    position: absolute;
    z-index: 10;
}
.header .navbar .pc_menu .pc_logo a {
    display: block;
    height: 38%;
}
.header .navbar .pc_menu .pc_logo a img {
    height: 100% !important;
}
.header .navbar .pc_menu .pc_logo p {
    font-size: 20px;
    color: #999;
    line-height: 34px;
    font-weight: lighter;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dddddd;
}

.header .navbar .pc_menu .pc_menu_right > li {
    float: left;
    margin-left: 2.3%;
    margin-right: 2.3%;
}
.header .navbar .pc_menu .pc_menu_right > li .t {
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.header .navbar .pc_menu .pc_menu_right .active > a {
    position: relative;
}

.header .navbar .pc_menu .pc_menu_right > li:hover .t {
    color: #d82e31;
}

.header .navbar .pc_menu .pc_menu_right > li.active .t {
    color: #d82e31;
}

/* 登录注册 */
.Big-index {
    position: relative;
}
.login {
    position: absolute;
    right: 60px;
    top: 0;
}
.login ul {
    display: flex;
}
.login ul li {
    line-height: 100px;
}
.login ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    padding: 0 9px;
    border-left: 1px solid #999;
}
.login ul li:nth-child(1) a {
    border: none;
}
.login ul li:hover a {
    color: #d82e31;
}

/*-----滚动后--------*/
.header.pc_fixed {
    transition: all 0.2s linear -1ms;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.header.pc_fixed .header-top {
    opacity: 0;
    height: 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1500px) {
    .header .navbar .pc_menu .pc_menu_right > li .t {
        line-height: 90px;
        font-size: 15px;
    }
    .login ul li {
        line-height: 90px;
    }
}
@media (max-width: 1400px) {
    .header .navbar .pc_menu .pc_menu_right > li .t {
        line-height: 85px;
    }
    .login ul li a {
        font-size: 13px;
        line-height: 13px;
    }
    .login ul li {
        line-height: 85px;
    }
    .login {
        right: 50px;
    }
}
@media (max-width: 1300px) {
    .header .navbar .pc_menu .pc_menu_right > li .t {
        line-height: 80px;
        font-size: 14px;
    }
    .login ul li a {
        font-size: 12px;
        line-height: 12px;
    }
    .login ul li {
        line-height: 80px;
    }
}
@media (max-width: 1200px) {
    .header .navbar .pc_menu .pc_menu_right > li .t {
        line-height: 75px;
        font-size: 13px;
    }
    .login ul li {
        line-height: 75px;
    }
    .sb-search-input {
        height: 30px;
        font-size: 13px;
    }
    .sb-search {
        top: calc(50% - 15px);
    }
    .sb-icon-search,
    .sb-search-submit,
    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-width: 960px) {
    .header .navbar .pc_menu .pc_logo a {
        height: 48%;
    }
    .login ul li {
        line-height: 55px;
    }
    .Big-index {
        height: 55px;
    }
    .login {
        right: 90px;
    }
}
@media (max-width: 760px) {
}

/* banner */
.page_banner {
    position: relative;
}
.part_one,
.banner,
.page_banner {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}
.banner img,
.page_banner img {
    display: inline-block;
    width: 100%;
}
.page_banner img {
    height: 32vw;
    object-fit: cover;
}
.page_banner .home {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
    height: 100%;
}
.page_banner .home h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 1.6%;
}
.page_banner .home p {
    color: #f0f0f0;
    font-size: 16px;
}
.page_banner .home p a {
    color: #f0f0f0;
}
.page_banner .home p a:hover {
    color: #204c97;
}
@media (max-width: 1600px) {
    .page_banner .home h1 {
        font-size: 34px;
    }
}
@media (max-width: 1500px) {
    .part_one,
    .banner,
    .page_banner {
        margin-top: 90px;
    }
    .page_banner .home h1 {
        font-size: 32px;
    }
    .page_banner .home p {
        font-size: 15px;
    }
}
@media (max-width: 1400px) {
    .part_one,
    .banner,
    .page_banner {
        margin-top: 85px;
    }
    .page_banner .home h1 {
        font-size: 30px;
    }
    .page_banner .home p {
        font-size: 14px;
    }
}
@media (max-width: 1300px) {
    .part_one,
    .banner,
    .page_banner {
        margin-top: 80px;
    }
    .page_banner .home h1 {
        font-size: 28px;
    }
    .page_banner .home p {
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
    .part_one,
    .banner,
    .page_banner {
        margin-top: 75px;
    }
    .page_banner .home h1 {
        font-size: 26px;
    }
}
@media (max-width: 960px) {
    .part_one,
    .banner,
    .page_banner {
        margin-top: 55px;
    }
    .page_banner .home h1 {
        font-size: 24px;
    }
}
@media (max-width: 760px) {
    .page_banner .home h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .banner img,
    .page_banner img {
        width: 200%;
        margin-left: -50%;
    }
}

/* 底部 */
.footer {
    width: 100%;
    padding: 4% 0 0;
    background: #2b2e34;
}
.footer-content {
}
.footer-top {
    display: flex;
    border-bottom: 1px solid #555555;
    padding-bottom: 2%;
    margin-bottom: 3%;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-top .footer-top-left {
    width: 80%;
}
.footer-top .footer-top-left a img {
    display: inline-block;
    height: 40px;
    filter: grayscale(0) brightness(100);
    -webkit-filter: grayscale(0) brightness(100);
}
.footer-top .footer-top-left p {
    font-size: 14px;
    line-height: 32px;
    color: #ccc;
    margin-top: 3%;
}
.footer-top .footer-top-right {
    text-align: right;
}
.footer-top .footer-top-right p {
    font-size: 14px;
    color: #ccc;
}
.footer-top .footer-top-right h1 a {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.footer-left {
    display: inline-block;
    width: 25.875%;
}
.footer-left img {
    display: inline-block;
    width: 50.1%;
    margin-bottom: 10%;
}
.footer-left p {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}
.footer-left p a {
    color: #fff;
}
.footer-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8%;
}

.footer-center ul {
    display: flex;
    justify-content: space-between;
    width: calc(85% - 80px);
}
.footer-center ul > li:nth-child(1) {
    display: inline-block;
    width: 36.98%;
}
.footer-center ul > li > a {
    display: inline-block;
    font-size: 16px;
    color: #f0f0f0;
    position: relative;
    padding-bottom: 18px;
}
.footer-center ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #fff;
}
.footer-center ul > li ol li a {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-center ul > li:nth-child(1) ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-center ul > li:nth-child(1) ol li {
    display: inline-block;
    width: 48%;
}

.footer-code {
    width: 80px;
    text-align: center;
}
.footer-code img {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-code p {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #555555;
    padding: 2.5% 0;
    margin-top: 3%;
}
.copy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.copy p {
    display: inline-block;
}
.copy p,
.copy p a {
    font-size: 14px;
    color: #999;
}

@media (max-width: 1600px) {
    .footer-top .footer-top-right h1 a {
        font-size: 30px;
    }
}
@media (max-width: 1500px) {
    .footer-top .footer-top-right h1 a {
        font-size: 28px;
    }
    .footer-top .footer-top-right p,
    .footer-center ul > li ol li a,
    .copy p,
    .copy p a {
        font-size: 13px;
    }
    .footer-center ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    .footer-top .footer-top-right h1 a {
        font-size: 26px;
    }
}
@media (max-width: 1300px) {
    .footer-top .footer-top-right h1 a {
        font-size: 24px;
    }
    .footer-top .footer-top-right p {
        font-size: 12px;
    }
    .footer-top .footer-top-right p,
    .footer-center ul > li ol li a,
    .copy p,
    .copy p a {
        font-size: 12px;
    }
    .footer-center ul > li > a {
        font-size: 13px;
        padding-bottom: 25px;
    }
    .footer-center ul > li ol li a {
        margin-bottom: 15px;
    }
}
@media (max-width: 1200px) {
    .footer-top .footer-top-right h1 a {
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .footer-center ul {
        width: calc(85% - 80px);
    }
    .footer-top {
        align-items: flex-start;
    }
    .footer-top .footer-top-right {
        width: 160px;
    }
    .footer-top .footer-top-left {
        width: calc(90% - 160px);
    }
}
@media (max-width: 760px) {
    .footer {
        padding-top: 5%;
    }
    .footer-center ul {
        display: none;
    }
    .footer-center {
        justify-content: center;
    }
    .footer-top {
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    .footer-top .footer-top-left a img {
        height: 30px;
    }
}
@media (max-width: 580px) {
}

/* 轮播箭头 */
.row-arrow .owl-nav .owl-prev,
.row-arrow .owl-nav .owl-next {
    width: 17px;
    height: 30px;
    position: absolute;
    top: 44.5%;
    background: url(../img/about02-arrow.png) no-repeat;
    background-size: 100% 100%;
    display: block !important;
}
.row-arrow .owl-nav .owl-prev {
    left: -3.5%;
}
.row-arrow .owl-nav .owl-next {
    right: -3.5%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.row-arrow .owl-nav .owl-prev:hover {
    background: url(../img/about02-arrow-hover.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.row-arrow .owl-nav .owl-next:hover {
    background: url(../img/about02-arrow-hover.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
@media (max-width: 760px) {
    .row-arrow .owl-nav .owl-prev {
        left: -25px;
    }
    .row-arrow .owl-nav .owl-next {
        right: -25px;
    }
    .row-arrow .owl-nav .owl-prev,
    .row-arrow .owl-nav .owl-next {
        width: 15px;
        height: 26px;
    }
}

/* info页面 */
.info-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6%;
}
.info-container {
    margin: 6.5% 0;
}
.info-edit img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .info {
        padding: 0 3%;
    }
    .info-container {
        margin: 8% 0;
    }
}
@media (max-width: 760px) {
    .info-container {
        margin: 12% 0;
    }
}

.bshare-custom span {
    float: left;
    color: #646464;
    line-height: 30px;
}
.bshare-custom a {
    padding: 0px !important;
    margin: 0px;
    width: 30px;
    height: 30px !important;
    float: left;
    margin-left: 10px;
}
.bshare-custom a.bshare-weixin {
    background: url(../img/fx1.png) no-repeat center;
}
.bshare-custom a.bshare-sinaminiblog {
    background: url(../img/fx2.png) no-repeat center;
}
.bshare-custom a.bshare-qqim {
    background: url(../img/fx3.png) no-repeat center;
}
.bshare-custom a.bshare-qzone {
    background: url(../img/fx4.png) no-repeat center;
}

.bdsharebuttonbox a {
    padding: 0px !important;
    margin: 0px;
    width: 30px;
    height: 30px !important;
    float: left;
    margin-left: 10px;
}
.bdsharebuttonbox a.bds_weixin {
    background: url(../img/fx1.png) no-repeat center;
}
.bdsharebuttonbox a.bds_tsina {
    background: url(../img/fx2.png) no-repeat center;
}
.bdsharebuttonbox a.bds_sqq {
    background: url(../img/fx3.png) no-repeat center;
}
.bdsharebuttonbox a.bds_qzone {
    background: url(../img/fx4.png) no-repeat center;
}

/* 标题 */
.index-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index-title p {
    font-size: 15px;
    color: #204c97;
    padding-left: 60px;
    position: relative;
}
.index-title h1 {
    font-size: 44px;
    color: #999;
    font-weight: lighter;
    margin-top: 10px;
}
.index-title p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #204c97;
}
.index-title a {
    display: inline-block;
    width: 150px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #999;
    color: #999;
    font-size: 15px;
    text-align: center;
}
.index-title a:hover {
    color: #fff;
    background: #204c97;
    border: 1px solid #204c97;
}
@media (max-width: 1600px) {
    .index-title h1 {
        font-size: 40px;
    }
}
@media (max-width: 1500px) {
    .index-title p {
        font-size: 14px;
        padding-left: 50px;
    }
    .index-title p:after {
        width: 40px;
    }
    .index-title h1 {
        font-size: 36px;
    }
    .index-title {
        margin-bottom: 28px;
    }
    .index-title a {
        font-size: 14px;
        width: 140px;
        line-height: 38px;
    }
}
@media (max-width: 1400px) {
    .index-title h1 {
        font-size: 34px;
    }
}
@media (max-width: 1300px) {
    .index-title h1 {
        font-size: 32px;
    }
    .index-title p {
        font-size: 13px;
        padding-left: 40px;
    }
    .index-title p:after {
        width: 30px;
    }
    .index-title {
        margin-bottom: 25px;
    }
    .index-title a {
        font-size: 13px;
        width: 120px;
        line-height: 35px;
    }
}
@media (max-width: 1200px) {
    .index-title h1 {
        font-size: 30px;
    }
    .index-title {
        margin-bottom: 20px;
    }
}
@media (max-width: 960px) {
    .index-title h1 {
        font-size: 28px;
        margin-top: 5px;
    }
    .index-title a {
        font-size: 12px;
        width: 100px;
        line-height: 32px;
    }
}
@media (max-width: 760px) {
    .index-title h1 {
        font-size: 26px;
    }
}

/* padding */
.padding {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 6%;
}
@media (max-width: 1200px) {
    .padding {
        padding: 0 3%;
    }
}

/* 二级栏目 */
.inside-nav {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6%;
    position: relative;
}
.inside-nav-container {
    background: #fff;
    box-sizing: border-box;
    border-bottom: 2px solid #dddddd;
}
.inside-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2%;
}
.inside-nav ul li {
    display: flex;
    margin: 0% 2.5%;
}
.inside-nav ul li a {
    display: block;
    font-size: 15px;
    color: #666;
    display: block;
    padding: 20px 0;
    position: relative;
}
.inside-nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #204c97;
}
.inside-nav ul li.active a:after {
    width: 100%;
}
.inside-nav ul li.active a {
    color: #204c97;
}
.inside-nav ul li:hover a {
    color: #204c97;
}
@media (max-width: 1600px) {
    .inside-nav ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1400px) {
    .inside-nav ul li a {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .inside-nav {
        padding: 0 3%;
    }
    .inside-nav ul li a {
        font-size: 13px;
        padding: 20px 0;
    }
}
@media (max-width: 960px) {
}
@media (max-width: 760px) {
    .inside-nav ul li {
        margin: 0 10px;
    }
    .inside-nav ul li a {
        padding: 15px 0;
    }
}
@media (max-width: 580px) {
    /* .inside-nav ul li a{font-size: 12px;} */
}

/* 用户协议 */
.my-container {
    max-width: 1280px;
    margin: 100px auto 5%;
    padding: 0 6%;
}
.my-container .text-title {
    border-bottom: 1px dashed #ccc;
}
.my-container .text-title h1 {
    font-size: 22px;
    color: #204c97;
    margin-bottom: 10px;
}
.my-container .text-title p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.my-container .text-title p a {
    color: #204c97;
}
.my-form {
    margin-top: 3%;
    width: 460px;
}
.my-form1 {
    margin-top: 3%;
}
.my-form ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.my-form ul li p:nth-child(1) {
    width: 100px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 40px;
}
.my-form ul li .inp {
    outline: none;
    border: 1px solid #ddd;
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(95% - 100px);
}
.my-form1 ul li:nth-child(2) .inp {
    width: calc(95% - 200px);
}
.my-form ul li img {
    display: inline-block;
    width: 80px;
    height: 40px;
    margin-right: 20px;
}
.my-form ul li span {
    color: #d82e31;
    display: inline-block;
    margin-left: 5px;
}
.my-form .submit a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 45px;
    background: #204c97;
}
.my-form > p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.my-form > p span {
    color: #d82e31;
}

@media (max-width: 1400px) {
    .my-container .text-title h1 {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .my-container .text-title h1 {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .my-container {
        margin-bottom: 10%;
    }
}
@media (max-width: 580px) {
    .my-form {
        width: 100%;
    }
}

/* 弹窗 */
.qrcode_box {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.qrcode_box .qrcode_pic img {
    display: inline-block;
    height: 200px;
}
.qrcode_box .qrcode_text {
    width: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.qrcode_box .qrcode_input {
    width: 100%;
}
.qrcode_box .qrcode_input input {
    outline: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 220px;
    box-sizing: border-box;
    padding-left: 10px;
}

.page_banner .home {
    display: none !important;
}
.inside-nav2 .hide {
    display: none !important;
}

.map .infowindow-content {
    padding: 0.9375rem;
    white-space: nowrap;
}

.map .infowindow-content h3 {
    font-size: 1rem !important;
    margin: 0rem !important;
}

.map .infowindow-content p {
    margin-bottom: 0rem;
}
