﻿@charset "utf-8";
html {
    font-size: 75px;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "微软雅黑";
    overflow-x: hidden;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

img {
    border: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px !important;
    color: rgba(204, 204, 204, 1);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px !important;
    color: rgba(204, 204, 204, 1);
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px !important;
    color: rgba(204, 204, 204, 1);
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px !important;
    color: rgba(204, 204, 204, 1);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}


/* 公共样式*/

.w {
    width: 1200px;
    margin: 0 auto;
}

.time4 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.time10 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.c {
    clear: both;
}

header,
.in-select ul li,
.login .login-main .login-list li input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h100 {
    height: 100%;
}

.show {
    display: block !important;
}

.translate1 {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.translate2 {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.translate3 {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.disf {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}


/* 按钮 */

.btn1 {
    display: inline-block;
    line-height: 40px;
    color: #fff !important;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(146deg, #63EDC8 0%, #25CC89 100%) !important;
    background: -webkit-linear-gradient(146deg, #63EDC8 0%, #25CC89 100%);
    box-shadow: .053333rem .133333rem .4rem 0rem rgba(38, 188, 130, 0.5);
}

.btn2 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(146deg, #FFAB7F 0%, #FC7B37 100%);
    background: -webkit-linear-gradient(146deg, #FFAB7F 0%, #FC7B37 100%);
    box-shadow: 4px 10px 30px 0px rgba(233, 148, 69, 0.5);
    text-align: center;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.btn2:hover {
    color: #fff;
}

.btn_on:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}


/* 标题 */

.z-title {
    color: rgba(34, 34, 34, 1);
    text-align: center;
    font-size: .32rem;
}

.z-title span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}


/* 首页公共标题 */

.g-title-box {
    position: relative;
    display: inline-block;
}

.g-title-box::before {
    content: '';
    position: absolute;
    top: -0.32rem;
    left: -0.333333rem;
    width: 1.16rem;
    height: 1.026667rem;
    background: url(../images/title-1.png) no-repeat center center;
    background-size: 100% 100%;
}

.g-title-box::after {
    content: '';
    position: absolute;
    bottom: -0.093333rem;
    right: -0.44rem;
    width: .573333rem;
    height: .573333rem;
    background: url(../images/title-2.png) no-repeat center center;
    background-size: 100% 100%;
}

.g-title-box .g-title {
    font-size: .48rem;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    line-height: .666667rem;
    position: relative;
    z-index: 10;
}

.g-title-box .g-title1 {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: .226667rem;
    position: relative;
    z-index: 10;
}


/* 字体颜色 */

.col {
    color: rgba(37, 198, 137, 1) !important;
}


/* banner */

.index-bg {
    position: relative;
    background: linear-gradient(180deg, rgba(216, 238, 225, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
}


/* header */

.index-bg header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 115px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    z-index: 9999;
    background-color: #fff;
}

.fixed {
    background-color: #fff !important;
    line-height: 100px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.fixed-h {
    height: 100px !important;
}

.top-logo {
    float: left;
}

.top-nav {
    margin-left: 2.693333rem;
    float: left;
}

.top-nav ul {
    font-size: 0;
}

.top-nav ul li {
    display: block;
    float: left;
    margin-right: .533333rem;
}

.top-nav ul li:last-child {
    margin-right: 0;
}

.top-nav ul li a {
    display: block;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.top-nav ul li a:hover {
    color: rgba(37, 198, 137, 1);
}

.top-but {
    float: right;
}

.top-but ul {
    font-size: 0;
}

.top-but li {
    padding: 0 .133333rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.top-but li a {
    display: block;
    width: 1.466667rem;
    height: .533333rem;
    border-radius: .266667rem;
    text-align: center;
    line-height: .533333rem;
    background-color: rgba(0, 0, 0, 0);
}

.top-but li a.login {
    border: 2px solid #FD7E3D;
    color: rgba(253, 126, 61, 1);
    line-height: .48rem;
}

.top-but li a.login:hover {
    background: linear-gradient(146deg, #FFAB7F 0%, #FC7B37 100%);
    border: 2px solid #FFAB7F;
    color: #fff;
}

.top-but li a.free {
    background: linear-gradient(146deg, #FFAB7F 0%, #FC7B37 100%);
    color: #fff;
    animation: shake 1.82s cubic-bezier(0.4, 0, 1, 1) both;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.top-but li a.free:hover {
    animation-name: shakeAnim;
    box-shadow: 4px 10px 30px 0px rgba(233, 148, 69, 0.5);
}

.h {
    height: 115px;
}

@keyframes shakeAnim {
    0% {
        left: 0
    }
    1% {
        left: 0
    }
    2% {
        left: 0
    }
    3% {
        left: 0
    }
    4% {
        left: 0
    }
    5% {
        left: 0
    }
    6% {
        left: 0
    }
    7% {
        left: 0
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* end header */

.index-banner {
    padding: .266667rem 0 1.28rem;
    text-align: center;
}

.index-banner .layout-left {
    float: left;
    width: 32.6%;
    text-align: left;
}

.index-banner .layout-left>p {
    margin-top: .906667rem;
    font-size: .853333rem;
    font-weight: 600;
    line-height: 1.2rem;
}

.index-banner .layout-left span {
    margin-top: .266667rem;
    display: block;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.index-banner .layout-left a {
    margin-top: .666667rem;
    width: 2rem;
}

.index-banner .layout-left ul {
    margin: .8rem 0 -0.2rem;
    font-size: 0;
}

.index-banner .layout-left ul li {
    margin-right: .533333rem;
    display: inline-block;
    text-align: center;
}

.index-banner .layout-left ul li p {
    margin-top: .213333rem;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

.index-banner .banner-right .layout-right {
    position: absolute;
    right: 0;
    max-width: 808px;
}

.index-banner .banner-right .layout-right img {
    float: right;
}

.index-banner .layout-right {
    float: right;
    width: 67.4%;
}

.index-banner .swiper-pagination {
    float: left;
    position: relative;
    vertical-align: middle;
}

.index-banner .swiper-pagination-bullet {
    margin: 0 7.5px;
    width: 10px;
    height: 10px;
    background: #DDDDDD;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    background: linear-gradient(146deg, #63EDC8 0%, #25CC89 100%) !important;
}

.index-banner .banner-but {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index-banner .banner-but .banner-swi-prev {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 4px 10px 30px 0px rgba(23, 104, 73, 0.1);
    border-radius: 50%;
}

.index-banner .banner-but .banner-swi-next {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 4px 10px 30px 0px rgba(23, 104, 73, 0.1);
    border-radius: 50%;
}

.index-banner .banner-but img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.index-banner .banner-but img.on {
    display: none;
}

.index-banner .banner-but .banner-swi-prev:hover .on {
    display: block;
}

.index-banner .banner-but .banner-swi-next:hover .on {
    display: block;
}


/* end banner */


/* index  */

.in-problem {
    text-align: center;
}

.in-problem .eight {
    padding-top: 1.066667rem;
    font-size: 0;
}

.in-problem .eight li {
    margin-bottom: .92rem;
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.in-problem .eight li p {
    margin: 25px 0 7px 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}

.in-problem .eight li span {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 23px;
}

.in-problem .cost {
    padding: .24rem 0 1.28rem 0;
    font-size: 0;
    left: 0;
}

.in-problem .cost li {
    position: relative;
    margin-right: 2%;
    display: inline-block;
    width: 23.5%;
    overflow: hidden;
}

.in-problem .cost li:nth-child(4n) {
    margin-right: 0;
}

.in-problem .cost li img {
    width: 100%;
}

.in-problem .cost li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.in-problem .cost li p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    font-size: .213333rem;
    font-weight: bold;
    line-height: .293333rem;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}

.in-fvaic {
    text-align: center;
}

.in-fvaic ul {
    margin: .666667rem 0 .933333rem 0;
}

.in-fvaic ul li {
    padding: .666667rem 0;
    background-color: #fff;
}

.in-fvaic ul li:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
}

.in-fvaic ul li:nth-child(odd) dl {
    flex-flow: row-reverse wrap;
}

.in-fvaic ul li dl {
    flex-flow: wrap;
    align-items: center;
}

.in-fvaic ul li dl dd {
    width: 50%;
}

.in-fvaic ul li dl img {
    max-width: 100%;
}


/* .in-fvaic ul li:nth-child(odd) dl dd:first-child{float: right;}
.in-fvaic ul li:nth-child(odd) dl dd:last-child{float: left;}
.in-fvaic ul li:nth-child(even) dl dd:first-child{float: left;}
.in-fvaic ul li:nth-child(even) dl dd:last-child{float: right;} */

.in-fvaic ul li .text-box {
    text-align: left;
}

.in-fvaic ul li .text-box p {
    position: relative;
    padding-left: .933333rem;
    font-size: .373333rem;
    line-height: .533333rem;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}

.in-fvaic ul li:nth-child(even) .text-box p {
    padding-left: .4rem;
}

.in-fvaic ul li:nth-child(odd) .text-box p::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.173333rem;
    left: 0;
    width: .053333rem;
    height: .346667rem;
    background-color: rgba(253, 126, 61, 1);
}

.in-fvaic ul li .text-box .list-span {
    padding-left: .933333rem;
    margin: 30px 0;
}

.in-fvaic ul li:nth-child(even) .text-box .list-span {
    padding-left: .4rem;
}

.in-fvaic ul li .text-box span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
}

.in-fvaic ul li .text-box a {
    margin-left: .933333rem;
    width: 2rem;
}

.in-fvaic ul li:nth-child(even) .text-box a {
    margin-left: .4rem;
}


/* .w{background-color: pink;} */

.in-select {
    text-align: center;
}

.in-select ul {
    position: relative;
    margin: 1.066667rem 0 .933333rem;
    font-size: 0;
    flex-flow: wrap;
}

.in-select ul::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.in-select ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
}

.in-select ul li {
    border-right: 1px solid rgba(254, 216, 196, .49);
    border-bottom: 1px solid rgba(254, 216, 196, .49);
}

.in-select ul li:nth-child(3n) {
    border-right: 0;
}

.in-select ul li img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.in-select ul li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/* footer */

footer{position: relative;z-index: 1;}

footer .in-foo {
    padding: .8rem 0;
    background-color: rgba(40, 40, 40, 1);
}

footer .in-foo a:hover {
    color: #fff;
}

footer .in-foo dl dt {
    margin-bottom: .533333rem;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

footer .in-foo dl dt a {
    color: rgba(255, 255, 255, .8);
}

footer .in-foo dl dd {
    margin-bottom: .4rem;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
}

footer .in-foo dl dd:last-child {
    margin-bottom: 0;
}

footer .in-foo dl dd a {
    color: rgba(255, 255, 255, .6);
}

footer .in-foo dl dd:last-child {
    margin-bottom: 0;
}

footer .in-foo .foo-nav {
    float: left;
    width: 27%;
}

footer .in-foo .foo-address {
    float: left;
    width: 44%;
}

footer .in-foo .foo-address img {
    padding-right: .2rem;
}

footer .in-foo .QR-code {
    float: left;
    width: 29%;
}

footer .copyright {
    padding: .533333rem 0;
    background-color: rgba(27, 27, 27, 1);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
}

footer .copyright a {
    color: rgba(255, 255, 255, .6);
}

footer .copyright a:hover {
    color: #fff;
}


/* 登录注册 */


/* .w{background-color: pink;} */

.register {}

.login {
    height: 100vh;
    background-color: #F9F9F9;
    overflow: hidden;
}

.login .login-header {
    line-height: 1.6rem;
}

.login .login-header .login-logo {
    float: left;
}

.login .login-header .login-link {
    float: right;
}

.login .login-header .login-link a {
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    line-height: 20px;
}

.login .login-header .login-link img {
    margin-bottom: 2px;
}

.login-content {
    position: relative;
    height: -webkit-calc(100vh - 1.6rem);
    height: -moz-calc(100vh - 1.6rem);
    height: calc(100vh - 1.6rem);
}

.login .login-main {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    max-height: 600px;
    background: #FFFFFF;
    box-shadow: 2px 5px .4rem 0px rgba(0, 0, 0, 0.05);
}

.login .login-main .login-bg {
    position: absolute;
    top: -3px;
    left: 50%;
    max-width: 60%;
}

.login .login-main .layout {
    font-size: 0;
    height: 100%;
}

.login .login-main .layout>div {
    display: inline-block;
    height: 100%;
    font-size: 16px;
    vertical-align: top;
}

.login .login-main .layout-left {
    padding: 1.2rem 0 0 1.333333rem;
    width: 61.5%;
    background: url(../images/login-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.login .login-main .layout-left p {
    font-size: .426667rem;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: .6rem;
}

.login .login-main .layout-right {
    padding: .533333rem .933333rem 0;
    width: 38.5%;
}

.login .login-main .right-link {
    text-align: right;
    font-size: 0;
}

.login .login-main .right-link a {
    padding-left: .266667rem;
    display: inline-block;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.login .login-main .right-link .on {
    font-size: .266667rem;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}

.login .login-main .right-link a:hover {
    opacity: 0.8;
}

.login .login-main .login-list {
    padding-top: 1.48rem;
}

.login .login-main .login-list li {
    position: relative;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    height: 50px;
}

.login .login-main .login-list li:not(:last-child) {
    margin-bottom: 50px;
}

.login .login-main .login-list li input {
    padding-left: 41px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.login .login-main .login-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.login .login-main .login-list li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 100%;
}

.login .login-main .login-checkbox {
    position: relative;
    padding: .266667rem 0 .533333rem;
    line-height: 17px;
}

.login .login-main .login-checkbox input {
    margin-right: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.login .login-main .login-checkbox i {
    display: inline-block;
    font-size: 12px;
    color: rgba(34, 34, 34, 1);
    vertical-align: middle;
}

.login .login-main button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    border-radius: .333333rem;
}

.login .login-main .tips {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 100%;
    color: rgba(255, 125, 125, 1);
    line-height: 17px;
    text-align: center;
}

.register-list {
    padding: .2rem 0 .4rem !important;
}

.register-list li:not(:last-child) {
    margin-bottom: 10px !important;
}


/* 新闻详情 */

.news_detail_bg {
    background-color: rgba(249, 249, 249, 1);
}

.news_detail {
    padding: 20px 0 40px;
}

.news_detail .layout {}

.news_detail .layout-left {
    padding: 0 40px 10px;
    float: left;
    width: 75%;
    background-color: #fff;
}

.news_detail .layout-left .crumbs {
    padding: 20px 0 .466667rem;
    font-size: 0;
}

.news_detail .layout-left .crumbs a {
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.news_detail .layout-left .crumbs a:last-child {
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.news_detail .layout-left .crumbs a:not(:last-child)::after {
    content: "";
    padding: 0 .253333rem;
    display: inline-block;
    background: url(../images/crumbs.png) no-repeat center center;
    width: 8px;
    height: 12px;
}

.news_detail .layout-left .title {
    font-size: .266667rem;
    line-height: .426667rem;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
}

.news_detail .layout-left .source {
    padding: .266667rem 0 .4rem;
    font-size: 0;
}

.news_detail .layout-left .source span {
    font-size: 12px;
    line-height: 17px;
    color: rgba(153, 153, 153, 1);
}

.news_detail .layout-left .source span:not(:last-child) {
    margin-right: .4rem;
}

.news_detail .layout-left .abstract {
    padding: 0 20px;
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    line-height: 23px;
    font-weight: bold;
    border-left: 1px solid rgba(216, 216, 216, 1);
    border-right: 1px solid rgba(216, 216, 216, 1);
    text-align: justify;
}

.news_detail .layout-left .text-box {
    margin-top: .4rem;
}

.news_detail .layout-left .text-box p {
    margin-bottom: .4rem;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 23px;
    text-indent: .4rem;
}

.news_detail .layout-left .text-box img {
    margin-bottom: .4rem;
    max-width: 100%;
}

.news_detail .layout-right {
    float: right;
    width: 23.5%;
}

.news_detail .layout-right .sidebar {
    background-color: #fff;
    overflow: hidden;
}

.news_detail .layout-right .sidebar p {
    position: relative;
    margin-top: .32rem;
    padding: 0 30px;
    font-size: .266667rem;
    color: rgba(34, 34, 34, 1);
    line-height: .426667rem;
    font-weight: bold;
}

.news_detail .layout-right .sidebar p::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.173333rem;
    left: 0;
    width: .053333rem;
    height: .346667rem;
    background-color: rgba(37, 198, 137, 1);
}

.news_detail .layout-right .wx img {
    padding: .4rem .4rem;
    width: 100%;
}

.news_detail .info {
    margin-top: 20px;
}

.news_detail .info ul {
    padding: .4rem .4rem;
    width: 100%;
    font-weight: 500;
    line-height: 23px;
    font-size: 14px;
}

.news_detail .info ul li {
    position: relative;
}

.news_detail .info ul li a {
    color: #222222;
}

.news_detail .info ul li a:hover {
    color: rgba(37, 198, 137, 1);
}

.news_detail .info ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -9px;
    background-color: #999999;
}

.news_detail .info ul li:not(:last-child) {
    margin-bottom: 20px;
}


/* 新增 */


/* menu */

.ovh {
    overflow: hidden;
}

.por {
    position: relative;
}

.login .login-main .login-list li div.text-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 10%;
    color: red;
    font-size: 14px;
}

.login-list li button.register-code {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: rgba(204, 204, 204, 1);
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
}

header .menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 3.5%;
    height: 30px;
    width: 40px;
    z-index: 10001;
}

header .menu .nav-btn {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

header .menu .nav-btn .line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #222;
    border-radius: 2px;
}

header .menu .nav-btn .line1 {
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

header .menu .nav-btn .line2 {
    top: 14px;
}

header .menu .nav-btn .line3 {
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.move-nav {
    display: none;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.move-nav .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 1);
}

.move-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.move-nav ul li {
    padding: 30px 0;
    line-height: 0;
}

.move-nav ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    line-height: 100%;
}

.move-nav ul li.on a {
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
}


/* menu */


/* index */


/* TChuc */

.c-tanchuang {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
}

.c-tanchuang .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    background: #FFFFFF;
    padding: 0 40px;
    box-sizing: border-box;
}

.c-tanchuang fieldset {
    display: block;
    padding: 20px 0;
}

.c-tanchuang .box .z-title {
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    font-size: 20px;
}

.c-tanchuang .box .z-title div {
    position: relative;
}

.c-tanchuang .box .z-title img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    z-index: 99;
}
.c-tanchuang .box .z-title img:hover{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
}

.c-tanchuang .z-about-form {
/*     width: 100%; */
    justify-content: unset;
}

/* .c-tanchuang .z-about-form li{
    width: 100%;
} */

.c-tanchuang .z-about-form li>div {
    padding: 0;
}

.c-tanchuang .z-about-form li:not(:last-child) {
    margin-right: 40px;
}

.c-tanchuang .z-about-form input {
    width: 180px;
}

.c-tanchuang .z-about-btn-list {
    text-align: left;
    margin: 15px 0 0 0;
}

.c-tanchuang .z-about-t1 {
    margin: 20px 0 0 0;
}

.c-tanchuang .z-about-t2 {
    margin-top: 10px;
}

.c-tanchuang .c-box-submit {
    text-align: center;
    margin-top: 30px;
}

.c-tanchuang span {
    margin: 0 20px;
}


/* end TChuc*/

@media screen and (max-width:1680px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 65px;
    }
}

@media screen and (max-width:1280px) {
    .index-banner .layout-right img {
        max-width: 100%;
    }
    .index-banner .layout-right .banner-right {
        max-width: 600px;
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 55px;
    }
    .w {
        padding: 0 3.5%;
        width: 100%;
    }
    header .menu {
        display: block;
    }
    header .top-nav{
        display: none;
    }
    header .top-but{
        padding-right: 10%;
    }
    header .top-but li:last-child{
        display: none;
    }
    .top-but li{
        padding: 0;
    }
    .top-but li a.login {
        border: 2px solid #FD7E3D !important;
        color: rgba(253, 126, 61, 1) !important;
        background: rgba(0, 0, 0, 0) !important;
    }
    header {
        line-height: 99px;
    }
    .h {
        height: 99px;
    }
    .fixed {
        line-height: 80px;
    }
    .fixed-h {
        height: 80px !important;
    }
    .index-banner .layout {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: wrap;
        align-items: flex-end;
    }
}

@media screen and (max-width:960px) {
    html {
        font-size: 50px;
    }
    .index-banner .layout-left {
        width: 38%;
    }
    .index-banner .layout-right {
        width: 62%;
    }
}

@media screen and (max-width:800px) {
    .index-banner .layout-left ul {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: space-between;
    }
    .index-banner .layout-left ul li {
        margin: 0;
    }
    footer .in-foo dl dd {
        font-size: 12px;
    }
    .news_detail .layout-left {
        width: 100%;
    }
    .news_detail .layout-right {
        display: none;
        margin-top: 40px;
        width: 100%;
        overflow: hidden;
        zoom: 1;
    }
    .news_detail .layout-right .wx {
        float: left;
        width: 35%;
    }
    .news_detail .layout-right .info {
        float: right;
        width: 60%;
        margin-top: 0;
    }
    .c-tanchuang .box {
        width: 92%;
    }
}

@media screen and (max-width:768px) {
    .in-problem .eight li {
        width: 50%;
    }
    footer .in-foo .foo-nav {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .in-foo .foo-address {
        display: none;
    }
    footer .in-foo .QR-code {
        display: none;
    }
    .in-problem .cost li {
        margin: 0 0 20px;
        width: 48%;
    }
    .in-problem .cost {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: space-between;
        flex-flow: wrap;
    }
    footer .in-foo dl dd {
        font-size: 14px;
    }
    .login .login-main .layout-left{display: none !important;}
    .login .login-main .layout-right{width: 100%;}
    .login .login-main .right-link a{font-size: 16px;}
    .login .login-main .right-link .on{font-size: 16px;}
}

@media screen and (max-width:640px) {
    header .menu {
        width: 26px;
        height: 20px;
    }
    header .menu .nav-btn .line {
        height: 2px;
    }
    .top-logo img {
        height: 40px;
    }
    header {
        line-height: 63px;
    }
    .h {
        height: 63px;
    }
    .fixed {
        line-height: 63px;
    }
    .fixed-h {
        height: 63px !important;
    }
    .index-banner .layout-left,
    .index-banner .layout-right {
        width: 100%;
        text-align: center;
    }
    .index-banner .layout-left>p {
        margin-top: 0;
        font-size: 32px;
        line-height: 45px;
    }
    .index-banner .layout-left span {
        margin-top: 10px;
        font-size: .16rem;
    }
    .index-banner .banner-right .layout-right {
        position: relative;
    }
    .index-banner .layout-left a {
        margin: 23px 0 40px;
        width: 120px;
    }
    .index-banner {
        padding: 28px 0 32px;
    }
    .index-banner .banner-but {
        height: 10px;
        line-height: 10px;
    }
    .index-banner .banner-but .banner-swi-prev,
    .index-banner .banner-but .banner-swi-next {
        display: none;
    }
    .index-banner .banner-right .layout-right {
        position: relative;
        right: -3.5%;
    }
    .index-banner .banner-right .layout-left a {
        display: none;
    }
    .index-banner .layout-left ul {
        margin: 32px 0;
    }
    .in-problem .eight li {
        margin-bottom: 40px;
    }
    .in-problem .cost {
        padding: 0 0 20px 0;
    }
    .in-fvaic ul li dl {
        flex-direction: column !important;
    }
    .in-fvaic ul li dl dd {
        width: 100%;
    }
    .in-fvaic ul li dl img {
        max-width: 80%;
    }
    .in-fvaic ul li:nth-child(odd) .text-box p::before {
        display: none;
    }
    .in-fvaic ul li .text-box {
        text-align: center;
    }
    .in-fvaic ul li .text-box p {
        padding: 40px 0 0 !important;
        font-size: 20px;
        line-height: 28px;
    }
    .in-fvaic ul li .text-box span {
        font-size: 12px;
        line-height: 20px;
    }
    .in-fvaic ul li .text-box .list-span {
        margin: 15px 0 30px;
        padding: 0;
    }
    .in-fvaic ul li .text-box a {
        margin: 0;
        width: 120px;
    }
    .in-fvaic ul {
        margin: 0;
    }
    .in-fvaic ul li {
        padding: 40px 0;
    }
    .in-select ul {
        margin: 40px 0;
    }
    footer .in-foo {
        padding: 40px 0;
    }
    footer .in-foo dl dt,
    footer .in-foo dl dd {
        margin-bottom: 30px;
    }
    footer .copyright {
        padding: 36px 8%;
        font-size: 12px;
        line-height: 16px;
    }
    .move-nav ul li {
        padding: 15px 0;
    }
    .move-nav ul li.on a {
        font-size: 16px;
    }
    .move-nav ul li a {
        font-size: 14px;
    }
    .news_detail {
        padding: 20px 0;
    }
    .news_detail .layout-left {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
    }
    .news_detail .layout-left .crumbs {
        padding: 0 0 26px;
        text-align: center;
    }
    .news_detail .layout-left .title {
        font-size: 18px;
        line-height: 28px;
    }
    .news_detail .layout-left .source {
        padding: 20px 0 37px;
    }
    .news_detail .layout-left .abstract {
        position: relative;
        padding: 0 15px;
        border: 0;
    }
    .news_detail .layout-left .abstract::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 50%;
        width: 1px;
        background-color: rgba(216, 216, 216, 1);
    }
    .news_detail .layout-left .abstract::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        width: 1px;
        background-color: rgba(216, 216, 216, 1);
    }
    .news_detail .layout-left .text-box {
        margin-top: 20px;
    }
    .news_detail .layout-left .text-box p {
        margin-bottom: 20px;
    }
    .news_detail .layout-left .text-box img {
        margin-bottom: 20px;
    }
    .c-tanchuang .font14,
    .z-about-t1,
    .z-about-t2 {
        text-align: center;
    }
    .c-tanchuang .z-about-form {
        justify-content: center;
    }
    .c-tanchuang .z-about-form li:not(:last-child) {
        margin-right: 0;
    }
    .c-tanchuang .box .z-title {
        font-size: 18px;
        line-height: 22px;
    }
    .c-tanchuang .btn {
        width: 120px;
    }
    .font14 {
        font-size: 14px !important;
    }
    .z-about-t1{font-size: 14px !important;}
    .z-about-t2 {
        font-size: 22px !important;
    }
}


/* index */

.formtips {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    color: rgba(255, 125, 125, 1);
    text-align: center;
    transform: translateY(-50%);
    background-color: #fff;
}