﻿* {
    margin: 0px;
    padding: 0px;
    transition: background-color 0.5s, color 0.5s, border 0.5s;
}

a {
    text-decoration: none;
}

body {
    /*overflow-x: hidden;*/
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
ol,
ul,
li,
span,
img,
input,
dl,
dd,
dt,
form,
textarea,
button {
    background: none;
    outline: none;
    border: 0px;
    margin: 0px;
}

q:before,
q:after {
    content: '';
}

button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body,
button,
input,
select,
textarea {
    font: 12px/1 微软雅黑;
}

html,
body {
    max-width: 1920px;
    margin: 0px auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.posrel {
    position: relative;
}

.posads {
    position: absolute;
}


/*清除浮动*/

.clear {
    clear: both;
    float: none !important;
}

.container {
    padding: 0px;
}

#nav {
    width: 100%;
    background-color: #1e2224;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    transition: all .8s;
}

#nav.active {
    left: -100%;
    transition: all .8s;
}

#nav.active2 {
    left: 100%;
    transition: all 0s;
}

.nav_box {
    width: 95%;
    max-width: 1500px;
    margin: 0px auto;
}

.nav_box>img {
    margin: 13px 10px;
    transition: all .3s;
}

.nav_box .header_nav {
    float: right;
}

.nav_box .header_nav>li {
    float: left;
    margin-left: 20px;
    transition: all .5s;
    position: relative;
}

.nav_box .header_nav>li.roll {}

.nav_box .header_nav a {
    display: block;
    height: 62px;
    line-height: 20px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 21px 0px;
}

.nav_box .header_nav>li.active>a {
    color: #d60c1a;
}

.nav_box .header_nav a>img {
    margin-right: 5px;
}

#nav .subtopic,
#nav .subtopic>li {
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
    background-color: #ffffff;
}

#nav .subtopic {
    height: 0px;
    overflow: hidden;
    transition: height .5s;
    position: relative;
}

#nav .subtopic>li {
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    display: inline-block;
}

#nav .subtopic>li.active {
    opacity: 1;
    z-index: 2;
}

#nav .subtopic .box1 {
    width: 50%;
    border-right: 1px solid #eeeeee;
    padding: 0px 70px;
    margin: 35px auto;
    float: left;
}

#nav .subtopic .box3 {
    width: 100%;
    border-right: 1px solid #eeeeee;
    padding: 0px 70px;
    margin: 110px auto;
}

#nav .subtopic .box1>p,
#nav .subtopic .box3>p {
    font-size: 1.6rem;
    color: #d60c1a;
    margin-bottom: 10px;
}

#nav .subtopic .box3>p>img {
    margin-right: 10px;
}

#nav .subtopic .box3>span {
    color: #000;
    font-size: 1.4rem;
    line-height: 30px;
}

#nav .subtopic .box1>div {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 10px;
    border-radius: 10px;
    transition: all .3s;
}

#nav .subtopic .box1>div:hover {
    box-shadow: 0px 0px 10px 0px #e0e0e0;
}

#nav .subtopic .box1>div::before {
    right: 0px;
    bottom: 0px;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

#nav .subtopic .box1>div:hover::before {
    border-bottom-color: #d60c1a;
    border-left-color: #d60c1a;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

#nav .subtopic .box1>div::after {
    left: 0px;
    top: 0px;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

#nav .subtopic .box1>div:hover::after {
    border-top-color: #d60c1a;
    border-right-color: #d60c1a;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

#nav .subtopic .box1>div::before,
#nav .subtopic .box1>div::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

#nav .subtopic .box1>div:hover::before,
#nav .subtopic .box1>div:hover::after {
    width: 100%;
    height: 100%;
    z-index: 1;
}

#nav .subtopic .box1>div>img {
    width: 26px;
    margin-right: 10px;
    vertical-align: top;
}

#nav .subtopic .box4 {
    width: 100%;
    font-size: 0px;
    margin: 90px 0px;
}

#nav .subtopic .box4>div {
    width: calc((100% - 100px) / 3);
    display: inline-block;
    height: 176px;
    margin-left: 50px;
    position: relative;
    border-radius: 0px;
    padding-left: 20px;
}

#nav .subtopic .box4>div:nth-of-type(1) {
    margin-left: 0px;
}

#nav .subtopic .box2-2 {
    width: 100%;
    font-size: 0px;
    margin: 90px 0px;
}

#nav .subtopic .box2-2>div {
    width: calc((100% - 100px) / 2);
    display: inline-block;
    height: 176px;
    margin-left: 50px;
    position: relative;
    border-radius: 0px;
    padding-left: 20px;
}

#nav .subtopic .box2-2>div:nth-of-type(1) {
    margin-left: 0px;
}

#nav .nav-dd>span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

#nav .nav-dd>span::after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #D60C1A;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

#nav .nav-dd>span:not(:first-child) {
    margin-left: 5px;
}

#nav .subtopic .box_text {
    display: inline-block;
    width: calc(100% - 46px);
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#nav .subtopic .box_text>div {
    width: 416px;
    font-size: 0px;
    float: left;
}

#nav .subtopic .box_text>div>a {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 1rem;
}

#nav .subtopic .box_text>div>a>span {
    padding: 4px 6px;
    border: 1px solid #ffffff;
    color: #999999;
}

#nav .subtopic .box4 .box_text {
    width: calc(100% - 40px);
    position: relative;
}

#nav .subtopic .box4 .box_text::before {
    content: '';
    position: absolute;
    left: -82px;
    top: 0px;
    width: 1px;
    height: 122px;
    background-color: #eeeeee;
}

#nav .subtopic .box4>div:nth-of-type(1) .box_text::before {
    display: none;
}

#nav .subtopic .box2-2 .box_text {
    width: calc(100% - 150px);
    position: relative;
}

#nav .subtopic .box2-2 .box_text>p {
    line-height: 2;
}

#nav .subtopic .box2-2 .box_text::before {
    content: '';
    position: absolute;
    left: -82px;
    top: 0px;
    width: 1px;
    height: 122px;
    background-color: #eeeeee;
}

#nav .subtopic .box2-2>div:nth-of-type(1) .box_text::before {
    display: none;
}

#nav .subtopic .box_text>a {
    color: #333333;
    font-size: 1.6rem;
    display: block;
    position: relative;
}

#nav .subtopic .box_text>a:hover {
    color: #d60c1a;
}

#nav .subtopic .box_text>a>span {
    color: #fff;
    font-size: 1rem;
    width: 27px;
    height: 19px;
    background-color: #d60c1a;
    position: absolute;
    top: -12px;
    left: 84px;
}

#nav .subtopic .box_text>p {
    color: #999999;
    font-size: 1rem;
    width: 100%;
    display: block;
    float: left;
}

#nav .subtopic .box4 .box_text>p {
    line-height: 16px;
}

#nav .subtopic .box_text>p:nth-of-type(1) {
    margin: 17px 0px 10px;
}

#nav .subtopic .box_text>p:nth-of-type(2) {
    margin-bottom: 25px;
}

#nav .subtopic .box1>div>a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999999;
    font-size: 1rem;
    padding: 8px 6px;
    border: 1px solid #ffffff;
    z-index: 2;
}

#nav .subtopic .box4>div>a {
    top: auto;
    bottom: 0px;
    right: 18px;
}

#nav .subtopic .box1>div:hover>a {
    border-color: #d60c1a;
    color: #d60c1a;
}

#nav .subtopic .box1>div:hover .box_text>div>a>span {
    border: 1px solid #d60c1a;
    color: #d60c1a;
}

#nav .subtopic .box2 {
    margin-top: 63px;
}

#nav .Sidebar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #1e2224;
    position: fixed;
    left: 0px;
    top: -70px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

#nav .Sidebar.active {
    left: calc(100% - 65px);
    top: 50%;
    transform: translateY(-50%);
    transition: all .8s;
}

#nav .Sidebar.active2 {
    height: 100%;
    border-radius: 0px;
    transition: all .8s;
}

#nav .Sidebar.active3 {
    border-radius: 50%;
    top: 0%;
    left: 0%;
    transition: all .8s;
}

#nav .Sidebar>img {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#nav .Sidebar>p {
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 12px;
    font-family: "隶书";
    margin-bottom: 20px;
}

#nav .Sidebar>p>span {
    font-family: serif;
    font-size: 1rem;
}

#nav .Sidebar>ul,
#nav .Sidebar>ul>li {
    width: 100%;
}

#nav .Sidebar>ul>li {
    margin-bottom: 20px;
    position: relative;
}

#nav .Sidebar>ul>li>a {
    display: block;
    width: 100%;
}

#nav .Sidebar>ul>li>a>img {
    width: 25px;
}

.nav_hover>div {
    position: fixed;
    width: 190px;
    right: 0px;
    transform: translateX(105%);
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
    transition: all .5s;
}

.nav_hover>div>ul {
    width: 100%;
    padding: 25px 0px 20px;
    position: relative;
}

.nav_hover>div>ul::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 5px solid #d60c1a;
}

.nav_hover>div>ul>li {
    color: #333;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #d5d5d5;
}


/* .nav_hover>div:nth-of-type(2)>ul>li, */

.nav_hover>div:nth-of-type(3)>ul>li,
.nav_hover>div:nth-of-type(4)>ul>li {
    border: none;
}

.nav_hover>div>ul>li>p {
    font-size: 1.8rem;
    color: #d60c1a;
    margin-bottom: 20px;
}

.nav_hover>div>ul>li>a {
    width: 100%;
    border-width: 100px;
    color: #333;
    font-size: 1.4rem;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    transition: 1s;
}

.nav_hover>div>ul>li>a:hover {
    color: #fff;
    background-color: #d60c1a;
}


/*.nav_hover>div>ul>li>a::before{*/


/*right: 0px;*/


/*bottom: 0px;*/


/*transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;*/


/*}*/


/*.nav_hover>div>ul>li>a:hover::before{*/


/*border-bottom-color: #d60c1a;*/


/*border-left-color: #d60c1a;*/


/*transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;*/


/*}*/


/*.nav_hover>div>ul>li>a::after{*/


/*left: 0px ;*/


/*top: 0px ;*/


/*transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;*/


/*}*/


/*.nav_hover>div>ul>li>a:hover::after{*/


/*border-top-color: #d60c1a;*/


/*border-right-color: #d60c1a;*/


/*transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;*/


/*}*/


/*.nav_hover>div>ul>li>a::before,.nav_hover>div>ul>li>a::after{*/


/*content: '';*/


/*display: block;*/


/*position: absolute;*/


/*box-sizing: border-box;*/


/*border: 1px solid transparent;*/


/*width: 0;*/


/*height: 0;*/


/*}*/


/*.nav_hover>div>ul>li>a:hover::before,.nav_hover>div>ul>li>a:hover::after{*/


/*width: 100%;*/


/*height:100%;*/


/*}*/

.nav_hover>div:nth-of-type(1) {
    display: none;
}

.nav_hover>div:nth-of-type(2) {
    top: 95px;
}

.nav_hover>div:nth-of-type(3) {
    top: 135px;
}

.nav_hover>div:nth-of-type(4) {
    top: 180px;
}

.nav_hover>div:nth-of-type(5) {
    top: 137px;
}

.nav_hover>div:nth-of-type(6) {
    top: 210px;
}

.nav_hover>div:nth-of-type(7) {
    top: 250px;
}

.nav_hover>div:nth-of-type(8) {
    top: 275px;
}

.nav_hover>div.active {
    transform: translateX(-65px);
}

#nav .Sidebar>div {
    /*width: 100%;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
}

#nav .Sidebar>div li {
    margin-top: 20px;
    position: relative;
}

#nav .lxwm_box {
    position: fixed;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 277px;
    padding-right: 5px;
    transition: all .5s;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
}

#nav .lxwm_box>div {
    border-top: 5px solid #db1324;
    background-color: #fff;
}

#nav .lxwm_box .lxwm_list {
    position: relative;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3efef;
    overflow: hidden;
}

#nav .lxwm_box .lxwm_list .img {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 18px;
}

#nav .lxwm_box .lxwm_list>div {
    color: #333333;
    float: left;
}

#nav .lxwm_box .lxwm_list>div>p {
    font-size: 1.6rem;
    margin-bottom: 18px;
}

#nav .lxwm_box .lxwm_list>div>span {
    margin-bottom: 22px;
    font-size: 1.4rem;
    display: block;
}

#nav .lxwm_box .lxwm_list>span {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 22px;
    font-size: 1.4rem;
    padding-left: 39px;
    line-height: 20px;
}

#nav .lxwm_box .lxwm_list>a {
    background-color: #db1324;
    color: #ffffff;
    font-size: 1.4rem;
    display: block;
    width: 80px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin: 0px auto;
}

#nav .lxwm_box .lxwm_list .img2 {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

#nav .lxwm_box .lxwm_list .ewm {
    position: absolute;
    text-align: center;
    background-color: #333333;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 100%;
    transition: all .5s;
}

#nav .lxwm_box .lxwm_list .ewm.active {
    top: 0px;
}

#nav .lxwm_box .lxwm_list .ewm>span {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

#nav .lxwm_box .lxwm_list .ewm>span>img {
    display: block;
    margin: 0px auto 5px;
    font-size: 1.6rem;
}

#nav .idea {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(100%, -50%);
    width: 300px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    transition: all .5s;
    box-shadow: 0px 0px 10px #adadad;
}

#nav .idea .idea_top {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#nav .idea .idea_top>img,
#nav .idea .idea_top>div>img {
    width: 100%;
}

#nav .idea .idea_top>div {
    padding: 6px;
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    transition: opacity .3s;
}

#nav .idea .idea_top>div:hover {
    opacity: 1;
}

#nav .idea .idet_data {
    padding: 0px 25px;
    width: 100%;
}

#nav .idea .idet_data input {
    width: 100%;
    padding: 8px 0px 8px 14px;
    color: #808080;
    font-size: 1.4rem;
    margin-bottom: 17px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}

#nav .idea .idet_data textarea {
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-left: 14px;
    color: #808080;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}

#nav .idea .idet_data button {
    width: 80%;
    color: #ffffff;
    font-size: 1.6rem;
    background-image: url(../image/idea_btn.png);
    background-repeat: round;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#nav .idea>p {
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 21px;
    text-align: center;
}

#nav .idea>img {
    display: block;
    margin: 0px auto;
}

#nav .Sidebar>div a {
    color: #ffffff;
    font-size: 1rem;
    display: block;
}

#nav .Sidebar>div a:link,
#nav .Sidebar>div a:visited,
#nav .Sidebar>div a:active {
    text-decoration: none;
}

#nav .Sidebar>div img {
    width: 50%;
    display: block;
    margin: 0px auto 10px;
}

#nav .Sidebar .return_top {
    display: block;
    margin: 20px 0px 15px;
}

#nav .Sidebar .return_top>img {
    width: 50%;
}

.menu {
    position: fixed;
    top: 10px;
    left: auto;
    right: 10px;
    margin: 0;
    z-index: 999;
    cursor: pointer;
}

.menu .menu_font {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
    color: #db1324;
}

#menu_toggle1 {
    display: none;
}

.menu span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #db1324;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px
}

.menu span:after,
.menu span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 2px;
    background-color: #db1324;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu.active span:after,
.menu.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menu.active span:before {
    top: 0;
    background: #db1324;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu.active span:after {
    bottom: 0;
    background: #db1324;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menubox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    overflow-y: auto;
    z-index: 998;
}

.menus-list {
    position: relative;
    margin: auto;
    margin-top: 16%;
    width: 90%;
    margin-bottom: 88px;
}

.menus-list li {
    position: relative;
}

.menus-list li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ReturnToNormal;
    animation-name: ReturnToNormal;
    border-bottom: 1px solid #e5e5e5;
}

.menus-list li:last-child {
    border-bottom: none;
}

.menus-list li a {
    display: block;
    line-height: 80px;
    color: #323232;
    font-size: 26px;
    text-align: center;
}

.banner_box {
    width: 100%;
    margin-top: 63px;
}

.banner_box .banner {
    width: 100%;
    height: 620px;
    background-position: center;
}

.banner_box .swiper-button-next,
.banner_box .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(89, 89, 89, .21);
}

.banner_box .swiper-button-prev {
    background-image: url("../image/prev.png");
    left: 0px;
}

.banner_box .swiper-button-next {
    background-image: url("../image/next.png");
    right: 0px;
}

.banner_box .sub-mouse_box {
    display: block;
    position: absolute;
    width: 26px;
    height: 46px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-13px);
    z-index: 2;
}

.banner_box .sub-mouse_box .sub-mouse {
    width: 20px;
    height: 38px;
    display: block;
    animation: sub-mouse 1s infinite;
    -moz-animation: sub-mouse 1s infinite;
    -webkit-animation: sub-mouse 1s infinite;
    -o-animation: sub-mouse 1s infinite;
}

@keyframes sub-mouse {
    0% {
        transform: translateY(5px);
        opacity: .5;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: .5;
    }
}

@-moz-keyframes sub-mouse
/* Firefox */

{
    0% {
        transform: translateY(5px);
        opacity: .5;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: .5;
    }
}

@-webkit-keyframes sub-mouse
/* Safari 和 Chrome */

{
    0% {
        transform: translateY(5px);
        opacity: .5;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: .5;
    }
}

@-o-keyframes sub-mouse
/* Opera */

{
    0% {
        transform: translateY(5px);
        opacity: .5;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: .5;
    }
}

.reason {
    width: 100%;
    position: relative;
    z-index: 114;
    border-bottom: 1px solid #e5e5e5;
}

.reason .reason_box {
    width: 100%;
    position: relative;
    border-right: 1px solid #e5e5e5;
}

.reason .reason_box.reason_box2 {
    border-left: 1px solid #e5e5e5;
}

.reason .reason_box>div:nth-of-type(1) {
    width: 100%;
    opacity: 0;
    height: 150px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.reason .reason_box>div:nth-of-type(2) {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0s;
}

.reason .reason_box>div:nth-of-type(2)>div {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.reason .img {
    margin-right: 11px;
    width: auto;
    height: auto;
    margin-top: -29px;
}

.reason .reason_content {
    display: inline-block;
    text-align: left;
}

.reason .reason_content>p {
    font-size: 1.8rem;
    color: #000000;
    transition: all 0s;
    margin-bottom: 12px;
}

.reason .reason_content>span {
    font-size: 1.3rem;
    color: #333333;
    transition: all 0s;
}

.plate_title {
    background-color: #fcfcfc;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 55px;
}

.plate_title>p,
.plate_title>span {
    color: #000000;
}

.plate_title>p {
    font-size: 3.6rem;
    margin-bottom: 25px;
}

.plate_title>span {
    font-size: 1.8rem;
    line-height: 25px;
}

.solve {
    width: 100%;
    max-width: calc(1920px - (60px * 2));
    margin: 0px auto;
    text-align: center;
}

.solve .box {
    width: calc(100% / 5);
    height: 397px;
    float: left;
    margin-top: 90px;
    transition: all .5s;
    overflow: hidden;
    padding-right: 65px;
}

.solve .box.active {
    width: calc((100% / 6) * 2) !important;
}

.solve .box>div {
    width: 100%;
}

.solve .box>div>div {
    position: relative;
    width: 100%;
    height: 396px;
    padding-bottom: 49px;
    float: left;
    z-index: 2;
}

.solve .box.active>div>div {
    width: 50%;
}

.solve .box p {
    margin-top: 60px;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.solve .box span {
    color: #333333;
    font-size: 1rem;
    line-height: 18px;
}

.solve .box span>b {
    font-weight: 100;
}

.solve .box i {
    width: 100%;
    display: block;
    border-top: 1px dashed #cacaca;
    margin-bottom: 23px;
}

.solve .box .img {
    margin: 64px auto 76px;
    display: block;
}

.solve .box_hover {
    z-index: 1 !important;
    padding: 0px !important;
    opacity: 0;
}

.solve .box.active>div .box_hover {
    opacity: 1;
}

.solve .box_hover>img {
    height: 100%;
}

.solve .box_hover>div {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.solve .box_hover>a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 6px 14px;
    border: 1px solid #fff;
}

.solve .box.active>div>div:nth-of-type(1) {
    background-image: url("../image/solvebg.png");
}

.solve .box.active p,
.solve .box.active span {
    color: #fff;
}

.solve .box.active i {
    border-color: #d60c1a;
}

.plate_title>a {
    display: block;
    color: #df0012;
    font-size: 1.8rem;
    border: 1px solid #df0012;
    width: 145px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    margin: 65px auto 0px;
}

.plate_title>a:hover {
    border-color: #df0012;
    background-color: #df0012;
    color: #fff;
}

.plate_title2 {
    background-color: #fff;
    padding-bottom: 0px;
}

.issue {
    width: 100%;
    display: grid;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
    padding-top: 60px;
    margin-top: 80px;
}

.issue>div {
    position: relative;
    text-align: center;
    padding-top: 18px;
}

.issue .issue_icon {
    width: 100px;
    height: 100px;
    margin: 0px auto 25px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.issue .issue_icon>img {
    position: absolute;
    left: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%);
}

.issue .issue_icon>img:nth-of-type(1) {
    top: 50%;
}

.issue .issue_icon>img:nth-of-type(2) {
    top: 150%;
}

.issue>div.active .issue_icon>img:nth-of-type(1) {
    top: -150%;
    transform: translate(-50%, 0%);
}

.issue>div.active .issue_icon>img:nth-of-type(2) {
    top: 50%;
}

.issue>div>p {
    margin-bottom: 25px;
    color: #333333;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.issue>div>span {
    display: block;
    color: #666666;
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.issue>div>span>b {
    font-weight: 100;
    display: block;
}

.issue>div.active {
    background-color: #f9f9f9;
}

.issue>div.active .issue_icon {
    border-color: #d70c1b;
}

.issue .box_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .5s;
    opacity: 0;
}

.issue>div.active .box_hover {
    transform: scale(1);
    opacity: 1;
}

.issue .box_hover>span {
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
}

.issue .box_hover>span:nth-of-type(1),
.issue .box_hover>span:nth-of-type(2) {
    border-top: 3px solid #d70c1b;
    top: 0px;
}

.issue .box_hover>span:nth-of-type(1),
.issue .box_hover>span:nth-of-type(3) {
    border-left: 3px solid #d70c1b;
    left: 0px;
}

.issue .box_hover>span:nth-of-type(2),
.issue .box_hover>span:nth-of-type(4) {
    border-right: 3px solid #d70c1b;
    right: 0px;
}

.issue .box_hover>span:nth-of-type(3),
.issue .box_hover>span:nth-of-type(4) {
    border-bottom: 3px solid #d70c1b;
    bottom: 0px;
}

.data_index {
    width: 100%;
    height: 490px;
    position: relative;
    padding-top: 80px;
    margin-top: 125px;
    overflow: hidden;
}

.data_index>video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.data_index iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.data_index .data_tit {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 50px;
}

.data_index .data_tit span {
    display: block;
}

.data_index .data_content {
    width: 100%;
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    margin-top: 140px;
    text-align: center;
    transform: translateY(-100px);
    opacity: 0;
    transition: all .5s;
}

.data_index .data_content.active {
    transform: translateY(-0px);
    opacity: 1;
}

.data_index .data_content>div>p {
    color: #999999;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.data_index .data_content>div>p>span {
    color: #e00012;
    font-size: 6rem;
}

.data_index .data_content>div>span {
    color: #999999;
    display: block;
    font-size: 1.8rem;
}

.obtain {
    width: 84%;
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 67px;
    grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
    /*padding-bottom: 50px;*/
    margin: 100px auto 0px;
}

.obtain>div {
    position: relative;
}

.obtain>div>img {
    width: 100%;
    opacity: 0;
    transition: all .5s;
}

.obtain .obtain_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.obtain .obtain_hover>img {
    position: absolute;
    left: 50%;
    top: 68px;
    transform: translate(-50%, -50%);
}

.obtain .obtain_hover>div {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 67px;
    text-align: center;
}

.obtain .obtain_hover p {
    color: #333333;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.obtain .obtain_hover i {
    display: block;
    width: 54px;
    height: 3px;
    background-color: #df322c;
    margin: 0px auto 28px;
}

.obtain .obtain_hover span {
    display: block;
    color: #666666;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 13px;
}

.obtain>div.active .obtain_hover p,
.obtain>div.active .obtain_hover span {
    color: #fff;
}

.obtain>div.active .obtain_hover i {
    background-color: #fff;
}

.obtain>div.active>img {
    opacity: 1;
}

.hzhb {
    width: 100%;
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 90px;
}

.hzhb>div>div {
    position: relative;
}

.hzhb>div>div>div {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #d60c1a;
    padding: 9px 15px;
    color: #ffffff;
    text-align: center;
    transition: all .5s;
}

.hzhb>div>div>div>p {
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.hzhb>div>div>div>span {
    font-size: 1rem;
}

.hzhb .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .3);
    transform: scale(0);
    transition: all .5s;
}

.hzhb .img>div {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.4rem;
}

.hzhb .img img {
    width: 38px;
    margin-bottom: 15px;
}

.hzhb>div>a {
    display: block;
    line-height: 40px;
    position: relative;
    background-color: #f5f5f5;
}

.hzhb>div>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0%;
    left: 0px;
    height: 1px;
    background-color: #d60c1a;
    transition: .5s all;
}

.hzhb>div.active>a::before {
    width: 100%;
}

.hzhb>div>a>span {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hzhb>div>a>span.fr {
    opacity: 0;
    transition: all .5s;
}

.hzhb>div>a>span:hover {
    color: #d60c1a;
}

.hzhb>div.active .img {
    transform: scale(1);
}

.hzhb>div.active>a>span.fr {
    opacity: 1;
}

.Vip {
    font-size: 0px;
    margin-top: 60px;
    text-align: left;
    margin-bottom: 30px;
}

.Vip>div {
    display: inline-block;
    vertical-align: top;
}

.vip_bg {
    position: relative;
    margin-right: 40px;
}

.vip_bg>div {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0px;
    color: #fff;
    text-align: center;
}

.vip_bg>div>p {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.vip_bg>div>strong {
    display: block;
    font-size: 3.8rem;
    margin-bottom: 10px;
}

.vip_bg>div>span {
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.vip_box {
    width: calc(100% - 253px);
    float: right;
    display: grid !important;
    grid-row-gap: 35px;
    grid-column-gap: 34px;
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 68px) / 3), 1fr));
}

.vip_box>div {
    position: relative;
    height: 157px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
    text-align: center;
}

.vip_box>div .icon {
    position: absolute;
    top: -4px;
    left: -5px;
    z-index: 2;
}

.vip_box .box1 .logo {
    position: absolute;
    top: 12px;
    right: 12px;
}

.vip_box .box1 .img {
    margin-top: 35px;
    margin-bottom: 20px;
}

.vip_box>div>p {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 38px;
    color: #333333;
    font-size: 1.4rem;
    line-height: 20px;
}

.vip_box>div>p>span {
    color: #d60c1a;
}

.vip_box>div>div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vip_box>div .hover_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
}

.vip_box>div:hover .hover_box {
    transform: translateY(0px);
    opacity: 1;
}

.vip_box>div .hover_box>div {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
}

.vip_box>div .hover_box>div>span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 24px;
}

.vip_box .box2 {
    padding: 59px 0px;
}

.vip_box .box2 .img {
    margin: 0px 5px;
}

.nums_txt {
    position: absolute;
    color: #423424;
    text-align: center;
    font-size: 28px
}

.nums_txt span {
    font-size: 44px
}

.nums_txt1 {
    left: 295px;
    top: 132px;
    width: 180px
}

.nums_txt2 {
    left: 85px;
    top: 35px;
    width: 200px
}

.nums_txt3 {
    left: 105px;
    top: 200px;
    width: 170px
}

@-webkit-keyframes flipTop {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@-webkit-keyframes flipBottom {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes flipTop {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
}

@-moz-keyframes flipBottom {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-ms-keyframes flipTop {
    0% {
        -ms-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -ms-transform: perspective(400px) rotateX(-90deg)
    }
}

@-ms-keyframes flipBottom {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        -ms-transform: perspective(400px) rotateX(0deg)
    }
}

@-keyframes flipTop {
    0% {
        transform: perspective(400px)rotateX(0deg);
    }
    100% {
        transform: perspective(400px)rotateX(-90deg);
    }
}

@-keyframes flipBottom {
    0% {
        transform: perspective(400px)rotateX(90deg);
    }
    100% {
        transform: perspective(400px)rotateX(0deg);
    }
}

.dataStatistics {
    zoom: 0.4;
    position: absolute;
    bottom: 10%;
    left: 7%;
    color: #ffffff;
    font-family: helvetica neue, Helvetica, sans-serif;
    font-size: 160px;
    font-weight: 700;
    line-height: 120px;
    height: 170px;
    width: 980px;
    margin: 0 auto;
}

.dataStatistics .seperator {
    vertical-align: top;
    margin: 0 -20px;
    display: inline
}

.dataStatistics .seconds,
.dataStatistics .minutes,
.dataStatistics .hours,
.dataStatistics .days {
    height: 100%;
    display: inline
}

.dataStatistics .digit_set {
    float: left;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .8);
    border: 1px solid #111;
    width: 120px;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 5px
}

.dataStatistics .digit {
    position: absolute;
    height: 100%
}

.dataStatistics .digit>div {
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 50%;
    padding: 0 15px
}

.dataStatistics .digit>div.digit_top,
.dataStatistics .digit>div.shadow_top {
    width: 120px;
    background-color: #006DEE;
    /* border-bottom: 1px solid #e38538; */
    box-sizing: border-box;
    top: 0;
    z-index: 0;
    border-radius: 10px 10px 0 0
}

.dataStatistics .digit>div.digit_top:before,
.dataStatistics .digit>div.shadow_top:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.dataStatistics .digit>div.shadow_top {
    width: 120px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in
}

.dataStatistics .digit>div.digit_bottom,
.dataStatistics .digit>div.shadow_bottom {
    background-color: #006DEE;
    bottom: 0;
    z-index: 0;
    border-radius: 0 0 10px 10px
}

.dataStatistics .digit>div.digit_bottom .digit_wrap,
.dataStatistics .digit>div.shadow_bottom .digit_wrap {
    display: block;
    margin-top: -95%
}

.dataStatistics .digit>div.digit_bottom:before,
.dataStatistics .digit>div.shadow_bottom:before {
    content: "";
    border-radius: 0 0 10px 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.digit_wrap {
    line-height: 170px;
    display: block;
    overflow: hidden
}

.dataStatistics .digit>div.shadow_bottom {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in
}

.dataStatistics .digit.previous .digit_top,
.dataStatistics .digit.previous .shadow_top {
    opacity: 1;
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: flipTop .3s ease-in both;
    -moz-transform-origin: 50% 100%;
    -moz-animation: flipTop .3s ease-in both;
    -ms-transform-origin: 50% 100%;
    -ms-animation: flipTop .3s ease-in both;
    transform-origin: 50% 100%;
    animation: flipTop .3s ease-in both
}

.dataStatistics .digit.previous .digit_bottom,
.dataStatistics .digit.previous .shadow_bottom {
    z-index: 1;
    opacity: 1
}

.dataStatistics .digit.active .digit_top {
    z-index: 1
}

.dataStatistics .digit.active .digit_bottom {
    z-index: 2;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: flipBottom .3s .3s ease-out both;
    -moz-transform-origin: 50% 0%;
    -moz-animation: flipBottom .3s .3s ease-out both;
    -ms-transform-origin: 50% 0%;
    -ms-animation: flipBottom .3s .3s ease-out both;
    transform-origin: 50% 0%;
    animation: flipBottom .3s .3s ease-out both
}

.guan_map {
    font-size: 12px;
}

.circle {
    /* width: 200px;
            height: 200px; */
    /* position: absolute;
            top: 50%;
            left: 50%; */
    /* margin: -100px 0 0 -100px; */
}

.circle1,
.circle2,
.circle3,
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin: -30px 0 0 -30px; */
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00A2F6;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin: -35px 0 0 -35px; */
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006DEE;
    text-align: center;
    line-height: 70px;
    /* color: #EAEAEA;
            font-size: 14px;
            font-family: ''; */
}

.circle1 {
    -webkit-animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
}

.circle2 {
    -webkit-animation: circle 3s linear 0.8s infinite;
    animation: circle 3s linear 0.8s infinite;
}

.circle3 {
    -webkit-animation: circle 3s linear 1.6s infinite;
    /* Safari and Chrome */
    animation: circle 3s linear 1.6s infinite;
}

@-webkit-keyframes circle {
    /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(5);
    }
}

#map {
    position: relative;
}

#map img {
    width: 100%;
}

#map .div {
    position: absolute;
    width: 18px;
    height: 18px;
    padding: 4px;
    border: 1px solid #d60c1a;
    border-radius: 50%;
    cursor: pointer;
}

#map .div>span {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 50%;
    background-color: #d60c1a;
}

#map p {
    display: none;
    width: 50px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 1rem;
    padding: 5px 0px;
    text-align: center;
    border-radius: 5px;
    background-color: #d60c1a;
}

#map .div:hover>p {
    display: block;
}

.thread {
    width: 100%;
    position: relative;
    height: 1px;
    margin-top: 70px;
}

.thread::before {
    content: "";
    width: 70%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    background-color: #eeeeee;
}

.thread .fr {
    transform: translateY(-50%);
    background-color: #fff;
    margin-bottom: 90px;
}

.thread .fr li>i {
    display: inline-block;
    width: 1px;
    height: 21px;
    background-color: #999999;
    margin: -2px 10px 0px;
    vertical-align: top;
    transition: all .3s;
}

.thread .fr li.active>i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d60c1a;
    margin: 4px 10px;
}

.thread .fr ul,
.thread .fr li {
    display: inline-block;
    font-size: 1.6rem;
}

.thread .fr li>span {
    color: #999999;
    cursor: pointer;
}

.thread .fr li.active>span {
    color: #d60c1a;
}

.thread .fr>a {
    display: inline-block;
    color: #999999;
    font-size: 1.4rem;
    border: 1px solid #999999;
    padding: 6px 10px;
    margin-left: 50px;
}

.thread .fr>a:hover {
    color: #ffffff;
    border: 1px solid #d60c1a;
    background-color: #d60c1a;
}

.news {
    padding-bottom: 90px;
}

.news>div {
    display: none;
}

.news>div.active {
    display: grid;
}

.news>div>div {
    overflow: hidden;
}

.news_box {
    width: 100%;
    display: grid;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.news_box>div>a>img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.news_box>div.active>a>img {
    transform: translateY(-50%) scale(1.09);
}

.news_box>div>a {
    display: block;
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_box>div>a:nth-of-type(1) {
    height: 200px;
    position: relative;
}

.news_box>div.active>a {
    color: #d60c1a;
}

.news_box>div>span {
    color: #666666;
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_box>div>i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #959595;
}

.news_box>div.active>i {
    background-color: #d60c1a;
}

.news_box .date {
    width: 100%;
    margin-top: 15px;
    transform: translateY(10px);
    opacity: 0;
    transition: all .5s;
}

.news_box>div.active .date {
    transform: translateY(0px);
    opacity: 1;
}

.news_box .date>span {
    color: #333333;
    font-size: 1.6rem;
}

.news_box .date>a {
    color: #595959;
    font-size: 2rem;
    line-height: 24px;
    float: right;
    margin-right: 5px;
}

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

.zlhzhb_tit {
    text-align: center;
    margin-bottom: 70px;
}

.zlhzhb_tit>p {
    color: #000;
    font-size: 3.6rem;
    margin-bottom: 25px;
}

.zlhzhb_tit>span {
    color: #333333;
    font-size: 1.8rem;
}

.zlhzhb {
    width: 100%;
    margin-bottom: 60px;
    border: 1px solid #e2e2e2;
}

.zlhzhb>div {
    display: grid;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - (1px * 5)) / 6), 1fr));
    background-color: #e2e2e2;
}

.zlhzhb .swiper-slide.box1 {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}

.zlhzhb .swiper-slide .box2 {
    position: relative;
    height: 110px;
    background-color: #ffffff;
}

.zlhzhb .swiper-slide img {
    transition: all .3s;
}

.zlhzhb .swiper-slide.box1 img {
    width: 100%;
    height: 332px;
}

.zlhzhb .swiper-slide .box2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zlhzhb .box2:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.Message {
    width: 100%;
    background-color: #fcfcfc;
    padding-top: 75px;
    position: relative;
    padding-bottom: 45px;
}

.Message .Message_tit {
    width: 100%;
    text-align: center;
}

.Message .Message_tit>span {
    display: block;
    width: 517px;
    margin: 0px auto 35px;
    padding: 10px 29px 20px;
    background-image: url("../image/foot_titbg_1.png");
    background-repeat: round;
    color: #ffffff;
    font-size: 3rem;
}

.Message .Message_box {
    width: 100%;
}

.Message .Message_box .Message_fl {
    width: 60%;
    float: left;
    padding-bottom: 57px;
}

.Message .Message_box .Message_fl span {
    color: #000000;
    font-size: 1.6rem;
    line-height: 30px;
    min-width: 70px;
    display: inline-block;
}

.Message .Message_box .Message_fl textarea {
    resize: none;
    background-color: #fff;
    width: 82%;
    height: 100px;
    font-size: 1.6rem;
    vertical-align: top;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}

.Message .Message_box .Message_fl .box_2 {
    width: 100%;
    display: inline-block;
}

.Message .Message_box .Message_fl .box_2 .fl {
    margin-top: 22px;
    padding-left: 40px;
}

.Message .Message_box .Message_fl .box_2>div>span>strong {
    color: #fe0000;
}

.Message .Message_box .Message_fl .box_2>div>input {
    width: 235px;
    background-color: #fff;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}

.Message .Message_box .Message_fl .box_2>div:nth-of-type(2)>input {
    width: 235px;
    padding-left: 10px;
}

.Message .Message_box .Message_fr {
    width: 35%;
    float: right;
    background-image: url(../image/Message_bg.png);
    background-repeat: round;
    padding-top: 23px;
    padding-bottom: 20px;
}

.Message .Message_box .Message_fr>p {
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}

.Message .Message_box .Message_fr>p>span {
    color: #d60c1a;
}

.Message .Message_box .Message_fr>div {
    width: 60%;
    padding-left: 25px;
    float: left;
}

.Message .Message_box .Message_fr>div>p {
    color: #404040;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.Message .Message_box .Message_fr>div>p>span {
    color: #d60c1a;
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #d60c1a;
    border-radius: 50%;
    font-size: 1rem;
    margin-top: -2px;
    margin-right: 15px;
}

.Message .Message_box .Message_fr>img {
    float: right;
    margin: 10px 30px 20px;
}

.Message .btn_box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Message .btn_box>button {
    width: 136px;
    height: 39px;
    color: #d60c1a;
    border: 1px solid #d60c1a;
    margin-right: 30px;
    font-size: 1.8rem;
    display: inline-block;
    border-radius: 10px;
}

.Message .btn_box>button:hover {
    background-color: #d60c1a;
    color: #fff;
}

.Message .btn_box>a:hover {
    background-color: #d60c1a;
    color: #fff;
}

.Message .btn_box>a {
    width: 136px;
    height: 39px;
    display: inline-block;
    border: 1px solid #d60c1a;
    color: #d60c1a;
    line-height: 39px;
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 10px;
}

.link {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 35px;
}

.link>div {
    width: 95%;
    margin: 0px auto;
}

.link>div>span {
    display: inline-block;
    color: #404040;
    font-size: 1.763rem;
    margin-bottom: 30px;
}

.link>div>div {
    display: inline-block;
}

.link>div>div>a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #666666;
    font-size: 1.372rem;
}

.link>div>div>a:hover {
    color: #d60c1a;
}

.link>div>div>a::before {
    content: "/";
    position: absolute;
    top: 0px;
    right: 5px;
    color: #666666;
    font-size: 1.372rem;
}

.link>div>div>a.active::before {
    display: none;
}

.beian_box {
    width: 100%;
    text-align: center;
    background-color: #141414;
    padding-top: 17px;
}

.beian_box>span {
    display: inline-block;
    color: #999999;
    font-size: 1.5rem;
    margin-bottom: 17px;
}

.beian_box>span:nth-of-type(1),
.beian_box>span:nth-of-type(2) {
    margin-right: 110px;
}

.beian_box>span>a {
    color: #999999;
    font-size: 1.5rem;
}

#testDiv {
    width: 100px;
    height: 35px;
    position: fixed;
    background-color: #fff;
    left: -50%;
    top: -50%;
    border: 1px solid #d60c1a;
    line-height: 35px;
    font-size: 1rem;
    font-weight: bold;
    color: #d60c1a;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

#testDiv:hover {
    background-color: #d60c1a;
    color: #fff;
}

#suggest {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0%;
    color: #333;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    transition: left .5s;
    z-index: 9999;
}

#suggest>div {
    position: absolute;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.suggest_tit {
    position: relative;
    font-size: 14px;
    line-height: 65px;
    font-weight: 700;
    color: #333;
    padding-left: 25px;
    display: block;
}

.suggest_tit>a {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 11px;
    line-height: 40px;
    font-size: 14px;
    top: 50%;
    margin-top: -20px;
    background-color: transparent;
    font-size: 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

#suggest ul {
    list-style-type: none;
    margin: 0px;
    padding: 0 25px;
}

#suggest li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

#suggest li textarea {
    height: 100px;
    width: 450px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d1d2d3;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    color: #171d25;
    vertical-align: top;
    resize: none;
    outline: 0;
    float: right;
    box-sizing: border-box;
}

#suggest .issue-type {
    float: right;
    width: 450px;
}

#suggest .issue-type>label {
    min-width: 50px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 20px;
}

#suggest .issue-type>label>input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    position: relative;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    border: 1px solid #dddddd;
    margin-right: 5px;
}

#suggest .issue-type>label>input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}

#suggest .issue-type>label>input[type="checkbox"]:checked::before {
    content: "√";
}

#suggest .issue-type>label>input[type="checkbox"]:disabled::before {
    content: "";
}

#suggest li>button {
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #d60c1a;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    margin: 0px auto;
}

.adbox {
    width: 100%;
    background-color: #9c2121;
}

.adbox img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.adbox .ad_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.adbox .ad_avoidBox {
    margin-bottom: 55px;
}

.adbox .ad_avoidBox>p {
    color: #ffffff;
    font-size: 2.7rem;
    margin-bottom: 10px;
}

.adbox .ad_avoidBox>span {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 2rem;
    padding-bottom: 17px;
    letter-spacing: 5px;
}

.adbox .ad_avoidBox>span:before {
    content: '';
    width: 47px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.adbox .ad_counselorBox {}

.adbox .ad_counselorBox>p {
    color: #ffffff;
    font-size: 4rem;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.adbox .ad_counselorBox>p::before {
    content: 'legal counsel';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1rem;
    transform: scale(1);
    letter-spacing: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 5px;
}

.adbox .ad_counselorBox>span {
    color: #ffffff;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.adbox .ad_counselorBox>a {
    color: #9c2121;
    font-size: 2rem;
    display: block;
    width: 140px;
    height: 35px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    body {
        padding-top: 47px;
    }
    .nav_box>img {
        width: 20%;
        left: 0px;
        top: 10px;
        margin: 15px 10px;
        opacity: 1 !important;
    }
    #menu_toggle1 {
        display: block;
    }
    .menubox {
        display: none
    }
    .banner_box {
        margin-top: 0px;
    }
    #nav {
        left: 0px !important;
        background-color: inherit;
    }
    .news_banner .date {
        display: none;
    }
    .news_banner .text {
        width: 100% !important;
        padding: 0px 5px;
    }
    .plate_title {
        padding-top: 40px;
    }
    .plate_title>p {
        font-size: 1.8rem;
        line-height: 22px;
        margin-bottom: 10px
    }
    .plate_title>span {
        font-size: 1.4rem;
    }
    .plate_title>span>b {
        font-weight: 100;
    }
    .plate_title>span>b {
        display: block;
    }
    .solve {
        width: 100%;
    }
    .solve .box {
        margin-top: 40px;
    }
    .solve .box.active {
        width: 100% !important;
        height: 281px;
        padding-right: 0px;
    }
    .solve .box>div>div {
        width: 50%;
        height: 281px;
        overflow: hidden;
    }
    .solve .box>div,
    .solve .box.active {
        width: 100%;
    }
    .solve .box_hover {
        z-index: 1 !important;
        padding-bottom: 0px !important;
        opacity: 1;
        transform: translateX(0%);
        transition: all .5s;
    }
    .solve .box_hover>div {
        top: 42%;
    }
    .solve .box_hover>a {
        bottom: 14px;
    }
    .solve .box p {
        margin-top: 20px;
        font-size: 1.8rem;
    }
    .solve .box .img {
        margin: 30px auto !important;
    }
    .solve .box span {
        line-height: 20px;
    }
    .solve .box span>b {
        display: block;
    }
    .data_index {
        background-image: url(../image/data_bg.png);
        background-size: 100% 100%;
        background-position: center;
        background-attachment: fixed;
        overflow: auto;
        height: auto;
    }
    .data_index>video {
        display: none;
    }
    .data_box {
        height: auto;
    }
    .data_index .data_content {
        margin-top: 70px;
    }
    .data_index .data_content>div {
        margin-bottom: 40px;
    }
    .data_index .data_content>div>p {
        margin-bottom: 10px;
    }
    .issue {
        width: calc(100% - 20px);
        padding-top: 0px;
        margin: 40px auto 0px;
        grid-row-gap: 20px;
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(calc((100% - 10px) / 2), 1fr));
    }
    .data_box .data_tit {
        font-size: 2rem;
        line-height: 35px;
    }
    .obtain {
        margin-top: 40px;
        padding-bottom: 0px;
    }
    .hzhb {
        width: calc(100% - 20px);
        margin: 40px auto 0px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(calc((100% - 20px) / 2), 1fr));
    }
    .hzhb>div>a {
        line-height: 22px;
        padding: 10px 0px;
    }
    .hzhb>div>div>div {
        transform: scale(0.5);
        transform-origin: top left;
    }
    .Vip .vip_left,
    .Vip .vip_right {
        width: 100%;
        padding: 0px !important;
    }
    .thread {
        height: auto;
    }
    .thread .fr {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        transform: translateY(0%);
    }
    .thread .fr>i {
        display: none;
    }
    .thread .fr>a {
        display: none;
    }
    .news {
        padding-bottom: 40px;
    }
    .news_box {
        width: 90%;
        margin: 0px auto;
    }
    .Message {
        padding-top: 0px;
    }
    .Message .Message_tit>span {
        width: 90%;
        font-size: 1.8rem;
        padding: 10px 0px 20px;
    }
    .Message .Message_box .Message_fl {
        width: 95%;
        margin: 0px 2.5%;
    }
    .Message .Message_box .Message_fl textarea {
        width: 60%;
    }
    .Message .Message_box .Message_fl .box_2 .fl {
        width: 100%;
    }
    .Message .Message_box .Message_fl .box_2>div>input {
        width: 69%;
    }
    .Message .Message_box .Message_fl .box_2>div:nth-of-type(2) {
        padding-left: 56px;
    }
    .Message .Message_box .Message_fl .box_2>div:nth-of-type(2)>input {
        width: 74%;
    }
    .Message .Message_box .Message_fr {
        width: 100%;
    }
    .Message .btn_box>button {
        margin-right: 1%;
    }
    .beian_box {
        display: inline-block;
    }
    .beian_box>span {
        display: block;
        font-size: 1rem;
    }
    .beian_box>span>a {
        font-size: 1rem;
    }
    .beian_box>span:nth-of-type(1),
    .beian_box>span:nth-of-type(2) {
        margin-right: 0px;
    }
    #suggest {
        display: none;
    }
    #map {
        display: none;
    }
    #nav .idea {
        box-shadow: none;
    }
    .vip_bg {
        display: none !important;
    }
    .vip_box {
        width: 100%;
        padding: 0px 10px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    #nav .nav_box {
        width: 100%;
        padding: 0px 2.5%;
        background-color: rgba(0, 0, 0, .6);
    }
    .adbox {
        width: 100%;
        padding: 40px 0px;
    }
    .adbox img {
        width: 90%;
        margin: 0px auto 40px;
    }
    .adbox .ad_text {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0%);
        text-align: center;
    }
    .adbox .ad_avoidBox {
        margin-bottom: 30px;
    }
    .adbox .ad_counselorBox>p {
        font-size: 2.5rem;
    }
    .adbox .ad_counselorBox>p::before {
        text-align: center;
        width: 100%;
        letter-spacing: 10px;
    }
    .adbox .ad_counselorBox>p::before,
    .adbox .ad_avoidBox>span:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .adbox .ad_counselorBox>a {
        margin: 0px auto;
    }
    .zlhzhb>div {
        display: flex;
    }
    .zlhzhb .swiper-slide>div {
        height: 80px;
    }
    .zlhzhb_tit {
        margin-bottom: 25px;
    }
    .zlhzhb .swiper-slide>div>img {
        width: 70%;
    }
    .zlhzhb_d {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .zlhzhb_d>span {
        margin: 0px 5px;
    }
    .zlhzhb_box {
        width: 100%;
    }
    .zlhzhb .swiper-slide.box1 {
        display: none;
    }
    .zlhzhb .swiper-slide.box1 img {
        height: auto;
    }
    .issue>div>span>b {
        display: inline;
        font-size: 1rem;
    }
    .data_index .data_tit span {
        display: inline;
        font-size: 1.8rem;
    }
    .news_box {
        grid-row-gap: 0px;
    }
    .Message .Message_box .Message_fr>p {
        font-size: 1rem;
    }
    .Message .Message_box .Message_fr>div {
        width: 100%;
        text-align: center;
    }
    .Message .Message_box .Message_fr>img {
        display: none;
    }
    .Message .Message_box .Message_fr>div>p>span {
        display: inline-block;
        float: none;
    }
    .solve .box_hover>div {
        line-height: 2;
    }
.link>div>div>a {
    margin-bottom: 10px;
    font-size: 12px;
}
.article{
padding:0 10px;
}
.link>div>span{
margin-bottom:15px;
}
.link{
padding-top:25px;
}
}