/*
 * @Author: shu binqi 
 * @Date: 2019-11-07 14:45:16 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2019-11-07 14:51:12
 */
.no-click {
    cursor: not-allowed;
}
dt a.no-click:hover {
    color: rgba(255,255,255,.5) !important;
}
.n_header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 51;
    /*height: 100px;*/
    background: rgba(255,255,255,.6);
}
.home-h {
    position: absolute;
}
.n_header.column {
    background: #fff;
    border-bottom: 1px solid rgba(230,0,0,.6);
    position: static;
    height: 98px;
}
.n_header .header01{
    /*position: relative;*/
}
.n_header .header01 .logo{
    float: left;
    position: relative;
    width: 182px;
    height: 36px;
    margin: 32px 0 29px;
}
.n_header .header01 .logo a{
    text-indent: -9999px;
    display: inline-block;
    width: 182px;
    height: 36px;
    background-repeat: no-repeat;
    background-position:left center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.n_header .header01 .nav{
    float: right;
    padding: 32px 0 0;
}
.n_header .header01 .nav> ul{
    float: left;
    transition:all 0.5s ease-in-out;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    margin-bottom: 0;
    margin-right: 100px;
}
.n_header .header01 .nav>ul li{
    float: left;
    margin: 0 30px;
    text-align: center;
    line-height: 36px;
    position: relative;
}
.n_header .header01 .nav>ul li a{
    color: #393534;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-bottom: 29px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    letter-spacing: 3px;
}
.n_header .header01 .nav>ul li a:hover,
.n_header .header01 .nav>ul li .active {
    color: #e71312;
}

.n_header .header01 .nav>ul .nav_er{
    width: 885px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -435px;
    display: none;
    background: rgba(66,58,58,.9);
    z-index: 66;
}
.n_header .header01 .nav>ul .nav_er.news {
    width: 150px;
    margin-left: -75.5px;
}

.n_header .header01 .nav > ul .nav_er .div_dl{
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    margin: 10px;
    padding: 35px 28px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li {
    float: inherit !important;
    margin: 0;
    text-align: left;
    line-height: 26px;
}
.n_header .header01 .nav > ul .nav_er .div_dl i {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/ico-123.png) no-repeat 0 0;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -7.5px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li dl {
    float: left;
    padding-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    border-left: 1px solid rgba(161,157,157,.6);
}
.n_header .header01 .nav > ul .nav_er .div_dl li dt {
    line-height: 26px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li dd {
    font-size: 18px;
    color: rgba(255,255,255,.7);
    margin-bottom: 15px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    padding-bottom: 0;
}
.n_header .header01 .nav > ul .nav_er .div_dl li a:hover {
    color: #fff;
}
.header03{display: none;}


.home-container {
    width: 1200px;
    margin: 0 auto;
}

.phone {
    float: right;
}
.home-title {
    font-size: 30px;
    color: #333333;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 2px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.home-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin-left: -25px;
    border-bottom: 5px solid #e71312;
}
.home-introduce {
    font-size: 18px;
    color: #333333;
    text-align: center;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.home-introduce a {
    color: #333333;
}
.home-introduce a:hover {
    color: #e60300;
}
.home-introduce span {
    color: #e60300;
}
.active .home-title {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.active .home-introduce {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
}

.section.tail {
    background: url("../images/tail.jpg") no-repeat center bottom;
}
.page-footer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/tail.jpg) no-repeat center bottom;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.page-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.section footer,
.page-footer footer {
    color: #fff;
}
.home-footer {
    width: 1475px;
    margin: 0 auto;
}
footer h3 {
    font-size: 26px;
    margin-bottom: 50px;
}
.footer-left {
    width: 42%;
    float: left;
    background: url("../images/tail-border.png") no-repeat right center;
}
.footer-right {
    width: 49%;
    float: right;
}
.footer-left p {
    font-size: 18px;
    line-height: 48px;
}
.register {
    width: 100%;
}
.register_text {
    box-sizing: border-box;
    width: 345px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    background: none;
    border: 1px solid rgba(250,250,247,.5);
    outline: none;
    color: #fafaf7;
    font-size: 18px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fafaf7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fafaf7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fafaf7;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fafaf7;
}
.contact_fieldas {
    width: 100%;
    height: 105px;
    font-size: 18px;
    background: none;
    padding-left: 12px;
    padding-top: 15px;
    border: 1px solid rgba(250,250,247,.5);
    margin-top: 20px;
    outline:none;
    color: #fafaf7;
}
.group #submit {
    font-size: 18px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fafaf7;
    outline: none;
    background: none;
    border: 1px solid rgba(250,250,247,.5);
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}
.t1 {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.t1 li {
    float: left;
}
.t1 li:nth-child(2) {
    float: right;
}
.t1 li span {
    font-size: 18px;
    color: #fafaf7;
    line-height: 36px;
    display: inline-block;
}
.t1 li p {
    width: 347px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fafaf7;
    font-weight: bold;
    border: 1px solid rgba(250,250,247,.5);
    text-align: center;
}
.t1 li p a {
    color: #fafaf7;
}
.t1 li p img {
    margin-left: 20px;
}
.t2 span,
.t2 span a {
    font-size: 18px;
    color: #fafaf7;
}
.t2 span + span {
    margin-left: 20px;
}
.home-foot {
    margin-top: 20px;
    position: relative;
}
.home-foot i {
    width: 258px;
    height: 258px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 22%;
    margin-left: -179px;
}
.home-foot .t3 {
    font-size: 14px;
    color: #f5f5f5;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.home-foot img {
    margin-left: 20px;
}
.home-foot .t4 {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    float: right;
}
.foot-links-title {
    font-size: 14px;
    color: #fff;
    float: left;
}
.foot-links {
    width: 100%;
    overflow: hidden;
}
.foot-links-info {
}
.foot-links-introduce a {
    font-size: 14px;
    color: rgba(255,255,255,.7);;
}
.foot-links .foot-links-r {
    float: left;
    width: 88%;
}
.foot-links .foot-links-r ul {
    margin-bottom: 0;
}

.focusing {
    margin-top: 100px;
}
.focusing li {
    float: left;
    width: 25%;
    height: 470px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(0px,300px);
}
.focusing .over {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    box-sizing: border-box;
    width: 58px;
    height: 57px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
    opacity: 0;
}
.focusing .over-top1 {
    top: 0;
    left: 0;
    border-top: 2px solid #e71312;
    border-left: 2px solid #e71312;
}
.focusing .over-top2 {
    top: 0;
    right: 0;
    border-top: 2px solid #e71312;
    border-right: 2px solid #e71312;
}
.focusing .over-down1 {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #e71312;
    border-left: 2px solid #e71312;
}
.focusing .over-down2 {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #e71312;
    border-right: 2px solid #e71312;
}
.focusing-img {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.focusing-img1 {
    background: url("../images/ico-6.png") no-repeat 0 0;
}
.focusing-img2 {
    background: url("../images/ico-7.png") no-repeat 0 0;
}
.focusing-img3 {
    background: url("../images/ico-8.png") no-repeat 0 0;
}
.focusing-img4 {
    background: url("../images/ico-add1.png") no-repeat 0 0;
}
.focusing-title {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin: 42px 0 35px;
}
.focusing-introduce p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.focusing-introduce p a {
    color: #666666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.focusing li p a:hover {
    color: #e71312;
}
.focusing li:hover .over {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.focusing li:hover .focusing-img1 {
    background: url("../images/ico-6-red.png") no-repeat 0 0;
}
.focusing li:hover .focusing-img2 {
    background: url("../images/ico-7-red.png") no-repeat 0 0;
}
.focusing li:hover .focusing-img3 {
    background: url("../images/ico-8-red.png") no-repeat 0 0;
}
.focusing li:hover .focusing-img4 {
    background: url("../images/ico-add1-red.png") no-repeat 0 0;
}
.active .focusing li {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
}
.active .focusing li:nth-child(1) {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.active .focusing li:nth-child(2) {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.active .focusing li:nth-child(3) {
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}
.active .focusing li:nth-child(4) {
    -webkit-transition: all 1.6s ease-out;
    -moz-transition: all 1.6s ease-out;
    -o-transition: all 1.6s ease-out;
    -ms-transition: all 1.6s ease-out;
    transition: all 1.6s ease-out;
}

.section.three {
    padding-top: 80px;
}
.section.three .fp-tableCell {
    display: inline;
}
.choice {
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.choice li {
    width: 33.33%;
    height: 50%;
    float: left;
    overflow: hidden;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.choice-text {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.choice-info {
    position: absolute;
    top: 140px;
    left: 136px;
}
.choice-left {
    float: left;
    width: 30px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #fff;
    line-height: 36px;
    padding-top: 18px;
}
.choice-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    border-bottom: 7px solid #e71312;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.choice-right {
    float: left;
    margin: 16px 0 0 16px
}
.choice-right h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}
.choice-right p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    width: 342px;
}
.choice-right i {
    width: 12px;
    height: 23px;
    background: url("../images/ico-10.png") no-repeat 0 bottom;
    margin-left: 30px;
    display: inline-block;
    position: relative;
    top: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.choice li:hover .choice-text {
    background: rgba(231,19,18,.6);
}
.choice li:hover .choice-left:before {
    border-bottom: 7px solid #fff;
}
.choice li:hover .choice-right i {
    background: url("../images/ico-10a.png") no-repeat 0 bottom;
}

.section.four {
    position: relative;
}
.four-bg {
    width: 853px;
    height: 780px;
    background: url("../images/ico-17.jpg") no-repeat top right;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    /*transform: translate(300px,0px);*/
}
.active .four-bg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.core {
    padding: 100px 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(-100px,0px);
}
.active .core {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.core h2 {
    font-size: 24px;
    color: #474747;
}
.core h3 {
    font-size: 48px;
    color: #e71312;
    margin: 12px 0 30px;
}
.core p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.core p span {
    color: #e71312;
}
.core .more {
    margin-top: 55px;
}
.more {
    font-size: 14px;
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: #e71312;
}
.core-red {
    width: 100%;
    height: 19%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e71312;
}
.core-info li {
    float: left;
    width: 25%;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
.core-number {
    font-size: 48px;
    font-weight: bold;
}
.core-number span {
    font-size: 18px;
}
.core-title {
    font-size: 18px;
    margin: 18px 0 15px;
}
.core-img {
    width: 25px;
    height: 15px;
    display: block;
    margin: 0 auto;
}
.core-one {
    background: url("../images/ico-18.png") no-repeat 0 0;
}
.core-two {
    background: url("../images/ico-19.png") no-repeat 0 0;
}
.core-three {
    background: url("../images/ico-20.png") no-repeat 0 0;
}
.core-four {
    background: url("../images/ico-21.png") no-repeat 0 0;
}
.core-number i {
    display: inline-block;
    width: 28px;
    height: 38px;
    margin: 0 -6px;
    overflow: hidden;
    background: url(../images/num.png) no-repeat;
    transition: all .3s;
}
.active .num_1 {
    -webkit-animation: num1 1s ease 1.6s forwards;
    animation: num1 1s ease 1.6s forwards;
}
.active .num_2 {
    -webkit-animation: num2 2s ease 0s forwards;
    animation: num2 2s ease 0s forwards;
}
.active .num_3 {
    -webkit-animation: num3 2.3s ease 0s forwards;
    animation: num3 2.3s ease 0s forwards;
}
.active .num_4 {
    -webkit-animation: num4 2.6s ease 0s forwards;
    animation: num4 2.6s ease 0s forwards;
}
.active .num_5 {
    -webkit-animation: num5 2.9s ease 0s forwards;
    animation: num5 2.9s ease 0s forwards;
}

.active .num_6 {
    -webkit-animation: num6 1s ease 1.6s forwards;
    animation: num6 1s ease 1.6s forwards;
}
.active .num_7 {
    -webkit-animation: num7 2s ease 0s forwards;
    animation: num7 2s ease 0s forwards;
}
.active .num_8 {
    -webkit-animation: num8 2.3s ease 0s forwards;
    animation: num8 2.3s ease 0s forwards;
}
.active .num_9 {
    -webkit-animation: num9 2.6s ease 0s forwards;
    animation: num9 2.6s ease 0s forwards;
}

.active .num_10 {
    -webkit-animation: num10 1s ease 1.6s forwards;
    animation: num10 1s ease 1.6s forwards;
}
.active .num_11 {
    -webkit-animation: num11 2s ease 0s forwards;
    animation: num11 2s ease 0s forwards;
}

.active .num_12 {
    -webkit-animation: num12 1s ease 1.6s forwards;
    animation: num12 1s ease 1.6s forwards;
}
.active .num_13 {
    -webkit-animation: num13 2s ease 0s forwards;
    animation: num13 2s ease 0s forwards;
}
.active .num_14 {
    -webkit-animation: num14 2.3s ease 0s forwards;
    animation: num14 2.3s ease 0s forwards;
}
@keyframes num1 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -634px
    }
}
@-webkit-keyframes num1 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -634px
    }
}
@keyframes num2 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}
@-webkit-keyframes num2 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}
@keyframes num3 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num3 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@keyframes num4 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num4 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@keyframes num5 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num5 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}

@keyframes num6 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -691px
    }
}
@-webkit-keyframes num6 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -691px
    }
}
@keyframes num7 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -864px
    }
}
@-webkit-keyframes num7 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -864px
    }
}
@keyframes num8 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num8 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@keyframes num9 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num9 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}

@keyframes num10 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -1094px
    }
}
@-webkit-keyframes num10 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -1094px
    }
}
@keyframes num11 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}
@-webkit-keyframes num11 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}

@keyframes num12 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}
@-webkit-keyframes num12 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -922px
    }
}
@keyframes num13 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num13 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@keyframes num14 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}
@-webkit-keyframes num14 {
    0% {
        background-position:0 0
    }
    100% {
        background-position:0 -576px
    }
}

.home-news {
    width: 49%;
    float: left;
    margin-top: 80px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(-100px,0px);
}
.home-news.right {
    float: right;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(100px,0px);
}
.active .home-news {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.home-news-img {
    float: left;
}
.home-news li {
    width: 360px;
    float: left;
    margin-left: 25px;
    padding-bottom: 28px;
    background: url("../images/ico-25.png") no-repeat bottom right;
    margin-bottom: 89px;
    position: relative;
    overflow: hidden;
}
.home-news li:last-child {
    margin-bottom: 0;
}
.home-news li a {
    display: block;
    position: relative;
    z-index: 2222;
}
.home-news-date {
    font-size: 14px;
    color: #666666;
    background: url("../images/ico-24.jpg") no-repeat 9px center;
    padding-left: 39px;
}
.home-news-title {
    font-size: 16px;
    color: #474747;
    line-height: 26px;
    margin: 5px 0;
    max-width: 98%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-news-introduce {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.five .more {
    clear: both;
    margin: 70px auto 0;
}
.home-news li em {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/ico-26.png") no-repeat bottom right;
    z-index: 1;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.home-news li:hover {
    background: none;
}
.home-news li:hover .home-news-title {
    color: #e60300;
}
.home-news li:hover em {
    left: 0;
}

.major-bg {
    width: 100%;
    background: url("../images/ico-27.jpg") no-repeat top left;
}
.spacing  {
    margin-top: 65px;
}
.major-left {
    float: left;
    width: 250px;
}
.major-bg.active {
    position: fixed;
    top: 0px;
}
.major-left.active{
    position: fixed;
    top: 0px;
}
.major-right {
    float: right;
    width: 895px;
    padding-top: 33px;
}
.major-title {
    width: 100%;
    line-height: 24px;
    color: #e60000;
    text-align: center;
    border: 3px solid rgba(230,0,0,.3);
    padding: 29px 0;
}
.major-title h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.major-title span {
    font-size: 16px;
}

.major-nav {
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 32px 0 32px 18px;
}
.major-nav .over {
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 29px;
}
.major-nav .over-top1 {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(228,0,0,.5);
    border-left: 1px solid rgba(228,0,0,.5);
}
.major-nav .over-top2 {
    top: 0;
    right: 0;
    border-top: 1px solid rgba(228,0,0,.5);
    border-right: 1px solid rgba(228,0,0,.5);
}
.major-nav .over-down1 {
     bottom: 0;
     left: 0;
     border-bottom: 1px solid rgba(228,0,0,.5);
     border-left: 1px solid rgba(228,0,0,.5);
}
.major-nav .over-down2 {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(228,0,0,.5);
    border-right: 1px solid rgba(228,0,0,.5);
}
.major-naver {
    padding: 28px 5px 28px 0;
    /*border-left: 1px solid rgba(228,0,0,.1);*/
    background: url("../images/ico-47.png") repeat-y 3px 0;
}
.major-naver li a {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    display: block;
    padding-left: 22px;
}
.major-naver li.active,
.major-naver li a:hover {
    color: #e71312;
    font-weight: bold;
    background: url("../images/ico-46.png") no-repeat left center;
}
.major-tl {
    font-size: 18px;
    color: #fb0001;
    background: url("../images/ico-28.png") no-repeat bottom left;
    padding-bottom: 8px;
    margin: 24px 0 40px;
}
.major-tl span {
    font-size: 48px;
    font-style: italic;
    margin-right: 10px;
}
.major-text p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.major-text ol {
    display: block;
    list-style: decimal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
}
.major-text ol li {
    list-style: decimal;
}
.major-text ol li p {
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    /*color: #666666;*/
}
.mjone p {
    width: 527px;
    text-indent: 2em;
}
.major-text span {
    color: #fb0001;
}
.mj-four {
    position: relative;
}
.mj-four p {
    line-height: 36px;
}
.mj-five,
.mj-seven{
    overflow: hidden;
}
.mj-eight {
    background: url("../images/ico-40.png") no-repeat center right;
}
.mj-eight p {
    width: 550px;
}
.mj-five p {
    line-height: 36px;
}
.mj-four i {
    width: 560px;
    height: 404px;
    background: url("../images/ico-31.jpg") no-repeat right top;
    display: block;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: -1;
}
.mj-right {
    font-size: 16px;
    color: #fb0001;
    font-weight: bold;
    float: right;
    line-height: 58px;
}
.mjone {
    width: 100%;
    min-height: 230px;
    background: url("../images/ico-29.jpg") no-repeat 0 0;
    padding: 70px 0 0 280px;
}
.mj-five .mj-l {
    float: left;
    width: 470px;
}
.mj-five .mj-r {
    float: right;
}
.mj-seven .mj-l {
    float: left;
}
.mj-seven .mj-r {
    /* float: right; */
    width: 640px;
}

.mj-six {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    background: url("../images/ico-50.png") no-repeat center 68px;
}
.mj-six li {
    float: left;
    margin-right: 80px;
    text-align: center;
}
.mj-six li img {
    width: 65px;
    height: 71px;
    margin: 40px 0 28px;
}
.mj-six span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 30px;
}
.mj-six li:hover span {
    color: #fb0001;
}

.mj-ten.row,
.mj-eleven.row {
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 0;
}
.mj-ten li,
.mj-eleven li {
    float: left;
    width: 425px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #c1c8d2;
    margin: 0 21px;
}
.mj-ten li a {
    font-size: 14px;
    color: #666666;
     max-width: 92%;
     white-space: nowrap;
     text-decoration: none;
     text-overflow: ellipsis;
     overflow: hidden;
    display: inline-block;
}
.mj-ten li i {
    width: 15px;
    height: 38px;
    background: url(../images/ico-41.jpg) no-repeat 0 center;
    display: block;
    float: right;
    margin-right: 11px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.mj-ten li:hover {
    border-bottom: 1px solid #ffa4a5;
}
.mj-ten li:hover a {
    color: #333333;
}
.mj-ten li:hover i {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.mj-eleven li a {
    font-size: 14px;
    color: #333;
}
.mj-eleven li span {
    font-size: 14px;
    color: #999;
    float: right;
}
.mj-eleven li:hover {
    border-bottom: 1px solid #ffa4a5;
}
.mj-eleven li:hover span {
    color: #fb0001;
}

.mj-twelve {
    margin: 16px 0 50px;
    overflow: hidden;
}
.mj-twelve-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mj-twelve-info {
    position: absolute;
    top: 65px;
    left: 66px;
}
.mj-twelve-left {
    float: left;
    width: 14px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #fff;
    line-height: 16px;
    padding-top: 7px;
}
.mj-twelve-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid #e71312;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mj-twelve-right {
    float: left;
    margin: 7px 0 0 9px
}
.mj-twelve-right h3 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.mj-twelve-right p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 196px;
}
.mj-twelve-right i {
    width: 5px;
    height: 10px;
    background: url("../images/ico-10.png") no-repeat 0 bottom;
    background-size: cover;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mj-twelve li:hover .mj-twelve-text {
    background: rgba(231,19,18,.6);
}
.mj-twelve li:hover .mj-twelve-left:before {
    border-bottom: 3px solid #fff;
}
.mj-twelve li:hover .mj-twelve-right i {
    width: 5px;
    height: 10px;
    background: url("../images/ico-10a.png") no-repeat 0 bottom;
    background-size: cover;
}


.mj-nine {
    position: relative;
}
.mj-nine-center {
    text-align: center;
}
.mj-nine-b {
    padding: 5px;
    border: 1px solid rgba(251,0,1,.5);
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0;
}
.mj-nine-title {
    color: #fff;
    background: #ffa4a5;
    overflow: hidden;
    padding: 13px 26px;
    border-radius: 30px;
    display: inline-block;
}
.mk-nine-number {
    font-size: 18px;
    font-weight: bold;
    float: left;
    height: 48px;
    line-height: 48px;
    padding-right: 22px;
    margin-right: 18px;
    border-right: 1px solid #fff;
}
.mk-nine-ts {
    float: left;
    line-height: 48px;
    font-size: 18px;
}
.mk-nine-ts span {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: left;
    color: #fff;
}
.mj-nine-info {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    padding: 40px 0 6px;
    background: url("../images/ico-42.jpg") repeat-y center top;
}
.mj-nine-info li {
    width: 100%;
    position: relative;
    padding-bottom: 37px;
    overflow: hidden;
}
.mj-nine-shuzi {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    background: #fb0001;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
}
.mj-nine-left {
    width: 50%;
    float: left;
    padding-right: 55px;
    text-align: right;
}
.mj-nine-right {
    width: 50%;
    float: right;
    padding-left: 55px;
    text-align: left;
}
.mj-nine-left p,
.mj-nine-right p {
    font-size: 16px;
    color: #333334;
    line-height: 24px;
}
.mj-1 {
    width: 289px;
    height: 685px;
    background: url("../images/ico-43.png") no-repeat top left;
    background-size: contain;
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;

}
.mj-3 {
    width: 100%;
    height: 524px;
    background: url("../images/ico-44.jpg") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.mj-6 {
    width: 100%;
    height: 342px;
    background: url("../images/ico-45.png") no-repeat bottom center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.a1 {
    float: left;
}
.a2 {
    float: right;
}
.a3 {
    width: 457px;
    height: 330px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    background-size: contain;
    display: block;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: -1;
}
.mj-six.a4 {
    width: 100%;
    background: url("../images/ico-49.png") no-repeat center 26px;
}
.mj-six.a4 li {
    margin-right: 60px;
}
.mj-six.a4 li img {
    margin: 0 0 28px;
}
.mj-six.a4 li span {
    width: 130px;
}
.a5 {
    background: url(../images/ico-40.png) no-repeat right bottom;
}
.a6 {
    width: 100%;
    height: 394px;
    background: url(../images/ico-44.jpg) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.a7 {
    width: 100%;
    min-height: 230px;
    background: url(../images/ico-29.jpg) no-repeat 0 0;
    padding: 12px 0 0 246px;
}
.a7 p {
    width: 80%;
}
.a8 {
    width: 506px;
    height: 365px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    background-size: contain;
    display: block;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: -1;
}
.a9 {
    overflow: hidden;
}
.a9 .mj-l {
    float: left;
}
.a9 .mj-r {
    width: 447px;
    float: right;
}

.a10 {
    margin-bottom: 0;
}
.a10 li {
    width: 100%;
    background: url("../images/ico-58.png") no-repeat bottom center;
    background-size: contain;
    padding: 50px 0;
}
.a10-img {
    float: left;
}
.a10-img img {
    margin-right: 3px;
    margin-bottom: 22px;
}
.a10-ts h3 {
    font-size: 18px;
    color: #474747;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}
.a10-ts span {
    font-size: 14px;
    color: #e71312;
    line-height: 30px;
}
.a10 dl {
    margin-bottom: 16px;
    clear: both;
    overflow: hidden;
}
.a10 dd {
    font-size: 18px;
    color: #474747;
    background: url("../images/ico-56.png") no-repeat 12px 10px;
    padding-left: 50px;
}
.a10 dt {
    margin-left: 50px;
    line-height: 30px;
}
.a10 dt span {
    font-size: 16px;
    color: #999999;
    font-weight: initial;
    background: url("../images/ico-57.png") no-repeat left center;
    padding-left: 14px;
    margin-right: 27px;
}
.a10 dt p {
    font-size: 16px;
    color: #999999;
    font-weight: initial;
    margin-left: 20px;
}


.mj-six.a11 {
    width: 100%;
    background: url(../images/ico-66.png) no-repeat center 70px;
}
.mj-six.a11 li {
    margin-right: 32px;
}
.mj-six.a11 li img {
    width: 90px;
    height: 78px;
}
.mj-six.a11 li span {
    width: 100px;
    line-height: 24px;
}

.form {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}
.form-control {
    width: 248px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d2d2d2;
    background: none;
    font-size: 16px;
    color: #666666;
    border-radius: inherit;
    display: inline-block;
    margin: 0 20px 0 64px;
}
#chaxun {
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    outline: none;
    background: #e71312;
    cursor: pointer;
    text-align: center;

}
.a13 {
    width: 100%;
    height: 179px;
    background: url("../images/ico-67.png") no-repeat 0 0;
    position: relative;
}
.a13 i {
    width: 214px;
    height: 296px;
    background: url("../images/ico-68.png") no-repeat 0 0;
    display: block;
    position: absolute;
    right: 57px;
    bottom: -15px;
}

.major-text.a12 {
    overflow: hidden;
}
.a12 .mj-l {
    float: left;
    width: 50%;
}
.a12 .mj-r {
    width: 50%;
    float: right;
}

.major-text.a14 {
    overflow: hidden;
}
.a14 .mj-l {
    float: left;
}
.a14 .mj-r {
    float: right;
    width: 450px;
    margin-right: 6px;
    padding-top: 80px;
}
.a14 .mj-r p {
    text-indent: 2em;
}

.a15 {
    position: relative;
}
.a15 i {
    width: 560px;
    height: 404px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    display: block;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: -1;
}

.a16 {
    width: 100%;
    padding-bottom: 66px;
    background: url("../images/ico-70.png") no-repeat center bottom;
    overflow: hidden;
}
.a16 .mj-l {
    float: left;
    padding-top: 70px;
    padding-left: 22px;
}
.a16 .mj-r {
    width: 50%;
    float: right;
}

.mj-six.a17 {
    width: 100%;
    background: url(../images/ico-73.png) no-repeat center 70px;
}
.mj-six.a17 li {
    margin-right: 98px;
}
.mj-six.a17 li img {
    width: 90px;
    height: 78px;
}
.mj-six.a17 li span {
    width: 100px;
    line-height: 24px;
}

.a18 {
    width: 100%;
    min-height: 293px;
    background: url(../images/ico-74.jpg) no-repeat 0 0;
    background-size: contain;
    padding: 20px 0 0 315px;
}
.a18 p{
    text-indent: 2em;
    width: 530px;
    line-height: 36px;
}

.a19 {
    width: 499px;
    height: 360px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    background-size: contain;
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: -1;
}

.a20 li {
    margin-right: 44px;
}
.a20 li span {
    width: 112px;
}

.a21 {
    overflow: hidden;
}
.a21 .mj-l {
    float: left;
    width: 490px;
    padding-top: 25px;
}
.a21 .mj-r {
    float: right;
}
.a21 p {
    line-height: 36px;
}
.a22.row {
    margin-left: -5px;
    margin-right: -5px;
}
.a22 li {
    padding: 0 5px;
}
.a22 span {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.a23 {
    width: 100%;
    min-height: 230px;
    background: url(../images/ico-29.jpg) no-repeat 0 0;
    padding: 25px 0 0 265px;
}
.a23 p {
    width: 92%;
    text-indent: 2em;
}
.a24 li {
    position: relative;
}
.a24 li .a24-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 26px 0 0 18px;
}
.a25 {
    position: relative;
}
.a25 p {
    line-height: 36px;
}
.a25 i {
    width: 545px;
    height: 393px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
.a26 {
    overflow: hidden;
}
.a26 .mj-l {
    float: left;
    padding-top: 20px;
}
.a26 .mj-r {
    width: 550px;
    float: right;
}
.a27 {
    width: 235px;
    height: 427px;
    background: url(../images/ico-99.png) no-repeat top left;
    background-size: contain;
    display: block;
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
}
.a28 {
    overflow: hidden;
}
.a28 .mj-l {
    width: 533px;
    float: left;
    padding-top: 35px;
}
.a28 .mj-l p {
    text-indent: 2em;
}
.a28 .mj-r {
    float: right;
    margin-right: 50px;
}
.a29 li {
    position: relative;
    margin-bottom: 5px;
}
.a29 li .a29-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px 45px 0 65px;
}
.a29-title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 26px;
}
.a29-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 5px;
    border-bottom: 5px solid #e71312;
}
.a29-text p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    background: url("../images/ico-104.png") no-repeat left 13px;
    padding-left: 10px;
    float: left;
    margin-right: 30px;
}
.mj-six.a30 {
    width: 100%;
    background: url(../images/ico-105.png) no-repeat center 70px;
}
.mj-six.a30 li {
    margin-right: 5px;
}
.mj-six.a30 li img {
    width: 90px;
    height: 78px;
}
.mj-six.a30 li span {
    width: 144px;
    line-height: 24px;
}

.a31 {
    width: 100%;
    min-height: 230px;
    background: url(../images/ico-29.jpg) no-repeat 0 0;
    padding: 55px 0 0 280px;
}
.a31 p {
    width: 546px;
    text-indent: 2em;
}
.a32 {
    width: 100%;
    min-height: 230px;
    background: url(../images/ico-29.jpg) no-repeat 0 0;
    padding: 27px 0 0 262px;
}
.a32 p {
    width: 540px;
    text-align: justify;
    text-indent: 2em;
}
.a33 {
    position: relative;
}
.a33 p {
    line-height: 36px;
}
.a33 i {
    width: 516px;
    height: 372px;
    background: url(../images/ico-31.jpg) no-repeat right top;
    background-size: contain;
    display: block;
    position: absolute;
    top: -42px;
    right: 0;
    z-index: -1;
}
.a34 {
    overflow: hidden;
}
.a34 .mj-l {
    float: left;
}
.a34 .mj-r {
    width: 57%;
    float: right;
}
.a34 .mj-r p {
    line-height: 36px;
}
.a35 {
    overflow: hidden;
}
.a35 .mj-l {
    width: 510px;
    float: left;
}
.a35 .mj-r {
    float: right;
}
.mj-ten.a36 li {
    width: 100%;
}
.a10.a37 li {
    padding-bottom: 15px;
}
.a10.a37 dl {
    margin-bottom: 0;
}
.a10.a37 dd {
    line-height: 36px;
    background: url("../images/ico-56.png") no-repeat 12px 15px;
}
.a10.a37 dd i {
    float: left;
}
.a10.a37 dd p {
    font-size: 18px;
    color: #474747;
    line-height: 36px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.a38 {
    position: relative;
}
.a38 p {
    line-height: 36px;
}
.a39 {
    overflow: hidden;
}
.a39 .mj-l {
    width: 310px;
    float: left;
    padding-top: 26px;
}
.a39 p {
    text-indent: 2em;
}
.a39 .mj-r {
    float: right;
}
.a40 {
    clear: both;
    margin-top: 40px;
    display: inline-block;
}
.a41 {
    overflow: hidden;
}
.a41 .mj-l {
    float: left;
    width: 36%;
}
.a41 .mj-r {
    float: right;
    width: 61%;
}
.a42 li {
    position: relative;
}
.a42 li .a42-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 34px 0 0 60px;
}
.a42-text h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 22px;
    margin-bottom: 0;
    background: url("../images/ico-117.jpg") no-repeat left center;
    padding-left: 15px;
}
.a42-text p {
    font-size: 16px;
    color: #333333;
    background: url("../images/ico-104.png") no-repeat left center;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 8px;
}
.a42-title {
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}
.a42-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 2px;
    border-bottom: 2px solid #e71312;
}
.a42-title .a42-l {
    float: left;
    margin-right: 5px;
}
.a42-title .a42-r h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
}
.a42-title .a42-r span {
    font-size: 14px;
    color: #333333;
}
.a43 {
    background: #fffffa;
    padding: 33px 35px 32px 66px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 42px;
}
.a43 .mj-l{
    float: left;
}
.a43 .mj-r {
    float: right;
    position: absolute;
    bottom: 0;
    right: 35px;
}
.a44 p {
    line-height: 34px;
}
.a45 .mj-l {
    padding-top: 25px;
}
.a46.row {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.a46 li {
    text-align: center;
    padding: 0 14px;
}
.a46-info {
    border: 1px dashed #959595;
    padding: 6px 12px 22px;
}
.a46-img {
    position: relative;
}
.a46-leixing {
    width: 73px;
    height: 73px;
    line-height: 73px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    font-size: 30px;
    color: #e71312;
    text-align: center;
    position: absolute;
    bottom: -36.5px;
    left: 50%;
    margin-left: -36.5px;
}
.a46-introduce {
    min-height: 120px;
    margin-top: 55px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}
.a47 h3 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin: 40px 0;
}
.a47 ul {
    background: #f6fafa;
    padding: 14px 16px;
}
.a47 li {
    border: 1px dashed #fb0001;
    padding: 12px 5px 12px 22px;
}
.a47 li p {
    line-height: 28px;
}
.a49 {
    margin-bottom: 36px;
}
.a49 p {
    text-indent: 2em;
    line-height: 36px;
}
.a50 li {
    position: relative;
}
.a50 li .a50-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 45px 0 75px;
}
.a50 li .a50-text p {
    line-height: 36px;
}
.a51 p {
    width: 50%;
    margin-right: 0;
}

.aohua-page-banner {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.aohua-page-banner.news-side {
    background-image: url(../images/news-side.jpg);
}
.aohua-page-banner.about-side {
    background-image: url(../images/about-side.jpg);
}
.aohua-page-banner .container {
    height: 100%;
    position: relative;
}
.aohua-page-title {
    width: 375px;
    color: #fff;
    text-align: right;
    bottom: -60px;
    right: 0;
    position: absolute;
}
.aohua-page-title span {
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: rgba(56,52,51,.5);
    display: block;
    font-size: 36px;
    padding-right: 44px;
}
.aohua-page-title h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #383433;
    font-size: 24px;
    padding-right: 44px;
    margin-top: 0;
    margin-bottom: 0;
}
.page-info {
    margin: 120px auto 60px;
}
.news-info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.news-info li {
    width: 100%;
    overflow: hidden;
    padding: 42px 88px 42px 93px;
    border: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-date {
    width: 140px;
    background: #80817c;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.news-date span {
    position: relative;
    z-index: 2;
}
.news-date .n1 {
    font-size: 54px;
    display: block;
}
.news-date .n2 {
    font-size: 16px;
    line-height: 30px;
}
.news-date em {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eb322e;
    z-index: 1;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.news-text {
    width: 818px;
    float: left;
    margin-left: 47px;
}
.news-title {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    max-width: 98%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-introduce {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 10px;
}
.news-info li:hover {
    border: 1px solid #eb322e;
}
.news-info li:hover .news-title {
    color: #eb322e;
}
.news-info li:hover .news-date em {
    left: 0;
}
/*分页*/
.page-pagination {
    width: 100%;
    margin: 45px 0 0;
    text-align: center;
    clear: both;
}
.page-pagination a {
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
    color: #666666;
}
.page-pagination a:hover {
    color: #666666;
}
.page-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
}
.page-pagination a.jp-disabled:hover {
    color: #666666;
}
.page-pagination a.jp-current {
    cursor: default;
    color: #666666;
    font-size: 24px;
}
.jp-disabled,
.jp-next,
.jp-last,
.jp-first,
.jp-previous {
    display: none !important;
}
/*翻页*/
.pager {
    width: 100%;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: left;
}
.pager a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #666;
    /*border-bottom: 1px solid #dedede;*/
}
.pager a i {
    margin-right: 5px;
}
.pager a:hover,
.pager a:focus {
    color: #e71312;
}

.blog-details-title {
    width: 100%;
    color: #333333;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog-details-date {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 25px;
}
.blog-details-date p {
    padding-left: 20px;
    display: inline-block;
    margin: 0 auto;
    color: #666;
    background: url(../images/ico-82.png) left 6px no-repeat;
}
.blog-details-date a {
    color: #666;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../images/ico-83.png) left center no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.blog-details-date a:hover {
    color: #e71312;
    background: url(../images/ico-84.png) left center no-repeat;
}
.container-details-er p {
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.about-img {
    margin: 55px 0 80px;
}
.about-info p {
    font-size: 18px;
    color: #383838;
    line-height: 30px;
}
.join-title {
    text-align: center;
}
.join-introduce {
    font-size: 24px;
    color: #e71312;
    line-height: 30px;
    text-align: center;
    margin: 22px 0 36px;
}
.join-text {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 65px;
}

.join-info.row {
    margin-left: -9px;
    margin-right: -9px;
}
.join-info li {
    padding: 0 9px;
}
.join-photo {
    position: relative;
}
.join-photo img {
    width: 388px;
    height: 289px;
}
.join-bg {
    width: 100%;
    height: 100%;
    background: rgba(231,19,18,.7);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.join-tl {
    padding: 15px 0 0 30px;
}
.join-tl h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 14px;
}
.join-tl p {
    font-size: 14px;
    line-height: 24px;
    background: url("../images/ico-90.png") no-repeat left 9px;
    padding-left: 12px;
}
.join-ts {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}
.join-info li:hover .join-bg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.consultation {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.8);
}
.tc_info {
    width: 1200px;
    /* height: 650px; */
    background: rgba(230,0,0,.8);
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translatex(-50%);
    -o-transform: translateY(-50%) translatex(-50%);
    -ms-transform: translateY(-50%) translatex(-50%);
    -webkit-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
    position: absolute;
    padding: 50px 30px 20px;
    z-index: 99999;
}
.tc_info p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
body.active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.gb {
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/ico-131.png") no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.zk.active .consultation {
    /*display: block;*/
}

.fp-slides {
    height: 98%;
}


.page-nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #000;
    margin-bottom: 30px;
}
.page-nav.active{
    position: fixed;
    top: 0;
}
.page-nav-l {
    float: left;
}
.page-nav-l li {
    float: left;
    background: url(../images/ico-134.png) no-repeat left center;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 16px;
}
.page-nav-l li a {
    color: #000;
}
/**/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaa;
}
 
td,th {
    padding: 0;
    
}
 
.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #C0BFB9;
    color: #333333;
    max-width: 100%;
    width: 895px;
    /* text-align: center; */
}
 
.pure-table caption {
    color: #333;
    /* font: italic 85%/1 arial,sans-serif; */
    /* padding: 1em 0; */
    /* text-align: center; */
    line-height: 42px;
}
 
.pure-table td,.pure-table th {
    border: 1px solid #C0BFB9;
    border-width: 0 0 0 1px;
    /* font-size: inherit; */
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    text-align: center;
}
 
.pure-table thead {
    /* background-color: #FF0000; */
    color: #FF0000;
    /* vertical-align: bottom; */
    text-align: center;
}
 
.pure-table td {
    background-color: transparent;
    /* text-align: center; */
    border: 1px solid #C0BFB9;
}
 
.pure-table-odd tr {
    background-color: #f2f2f2;
    border: 1px solid #C0BFB9;
}