﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
    color: #333
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pading span.current, .pading span:hover, .pading a:hover, .twelve_ul .time span, .twelve_ul .time i, .eleven .title h2, .nine .more, .nine, .nine_title h2, .nav li a, .two_l_title, .two_l_title a, .two_l_title b, .two_l li a:hover, .five_title, .five_title h2, .five_nav li a, .five_ul, .five_more a, .sever h3, .sever h4, .sever h3 a {
    color: #fff
}

.one li h3, .three .title h2, .fore li b, .five_title h2 b, .five_ul h3, .sever h2, .sever h4 b, .nine .more b, .ten li h3, .twelve_title .more b {
    color: #d51a23;
}

.banner_qh .swiper-pagination-bullet, .three_ul li:after, .five_more .more, .five li.now, .sever h3 a, .eight_qh .swiper-pagination-bullet, .ten li:before, .pading span.current, .pading span:hover, .pading a:hover {
    background: #d51a23
}

.three_ul .swiper-slide-active, .five_more, .eight_qh .swiper-pagination-bullet {
    border: 1px solid #d51a23;
}

.twelve_nav li.now, .page_top .fl {
    border-bottom: 2px solid #d51a23;
}

.title {
    text-align: center;
    position: relative;
}

.title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eee;
    top: 78px;
    left: 0;
}

.title a {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
}

.title a:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0px;
    top: 70px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.title a:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0px;
    top: 70px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.title h2 {
    font-size: 60px;
    line-height: 75px;
    font-weight: bold;
}

.title b {
    font-size: 40px;
    display: block;
    font-weight: bold;
}

/**/

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.banner_qh {
    position: absolute;
    text-align: center;
    z-index: 2;
}

/*header*/

.header {
    background: #281511
}

/*logo*/

.logo {
    max-width: 100%;
    max-height: 100%;
}

.logo img {
    display: block;
}

/**/

/*导航*/

.nav {
    background: #13182d;
}

.nav li {
    float: left;
    position: relative;
    line-height: 60px;
}

.nav li:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 20px;
}

.nav li:first-child:before, .nav li ul li:before {
    display: none;
}

.nav li a {
    display: block;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
}

.nav li ul {
    position: absolute;
    width: 100%;
    background: #13182d;
    z-index: 999;
    left: 0;
    top: 60px;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    opacity: 0;
}

.nav .subnav li {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
}

.nav .subnav a {
    padding: 0;
    font-size: 14px;
}

.nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav li a:hover, .nav .cur {
    background: #20274a;
}

/**/

/*one*/

.one {
    position: relative;
    padding: 60px 0;
}

.one ul {
    overflow: hidden;
}

.one li {
    width: 400px;
    float: left;
    text-align: center;
    position: relative;
    font-size: 20px;
    margin-top: 100px;
}

.one li img {
    margin: 0 auto 10px;
    display: block;
}

.one li h3 {
    font-size: 36px;
    position: absolute;
    top: 33px;
    width: 100%;
}

.one li:nth-child(4) {
    margin-left: 200px;
}

/**/

.two {
    margin: 60px auto 0;
    overflow: hidden;
}

.two .container {
    margin-top: 60px;
}

.two_l {
    width: 240px;
}

.two_l_title {
    width: 100%;
    height: 100px;
    background: #1a203a;
    padding-top: 23px;
    font-size: 25px;
    box-shadow: 0px 5px 5px #666;
    position: relative;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.two_l_title b {
    font-size: 56px;
    display: inline-block;
    position: absolute;
    left: 26px;
    line-height: 50px;
}

.two_l_title span {
    font-size: 32px;
    display: block;
    line-height:50px;
}

.two_l ul, .twos_text {
    border: 1px solid #bfbfbf;
    border-top: none;
    box-shadow: 5px 5px 10px #bfbfbf;
    transform: rotateY(5deg);
}

.two_l li {
    position: relative;
}

.two_l li a {
    line-height: 70px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #6f6e69;
    position: relative;
}

.two_l li a:before {
    content: '';
    width: 85%;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.two_l li a:after {
    content: '>';
    position: absolute;
    top: 0px;
    right: 30px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.two_l li ul {
    border: none;
    box-shadow: none;
    transform: rotate(0deg);
    display: none;
}

.two_l li ul a {
    font-size: 14px;
}

.two_l li ul a:after, .two_l li a:hover:before {
    display: none;
}

.two_l li:hover ul {
    display: block;
}

.two_l li a:hover {
    background: #27315a;
}

.two_l li a:hover:after {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.two_r {
    width: 920px;
}

.two_r_title {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    height: 50px;
}

.two_r_title a {
    display: inline-block;
    padding: 0px 10px;
    border-bottom: 2px solid #a7002c;
    color: #666;
}

.two_r_title h2 {
    font-weight: bold;
}

.two_r_title .more {
    float: right;
    border: none
}

.two_r ul {
    margin-top: 45px;
}

.two_r li {
    width: 293px;
    float: left;
    margin-right: 20px;
}

.two_r li:nth-child(3n) {
    margin-right: 0px;
}

.two_r.fr li img {
    width: 100%;
    display: block;
    height: 240px;
}

.two_r li h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.twos_l {
    margin-top: 30px;
}

.twos_text {
    padding: 15px;
    box-sizing:
}

/**/

.three {
    background: #27315a;
    padding: 60px 0;
    margin-top: 60px;
}

.threes {
    position: relative;
    width: 1300px;
    margin: auto;
}

.three .prev, .three .next {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 40%;
    font-family: '宋体';
}

.three .prev {
    left: 30px
}

.three .next {
    right: 0px;
}

.three .title a {
    background: #27315a;
}

.three .title h2 {
    font-size: 70px;
    line-height: 80px;
}

.three .title i {
    color: #e5e5e5;
    font-size: 20px;
    display: block;
    font-style: initial;
    font-weight: initial;
    line-height: 40px;
}

.three_ul {
    margin-top: 60px;
    overflow: hidden;
}

.three_ul li {
    font-size: 16px;
    color: #e5e5e5;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.three_ul li:after {
    content: "";
    width: 30px;
    height: 1px;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    position: absolute;
}

.three_ul .swiper-slide-active {
    transform: scale(1);
    padding: 15px;
}

.three_ul .swiper-slide-active:after {
    display: none;
}

.three_ul li img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/**/

.fore {
    background: #f5f5f5;
    padding: 60px 0;
    overflow: hidden;
}

.fore_title {
    text-align: center;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 30px;
}

.fore_title h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}

.fore_title b {
    font-size: 40px;
    display: block;
    line-height: 60px;
    font-weight: bold;
    margin: 0px 3px;
}

.fore ul {
    margin-top: 90px;
    position: relative;
    height: 750px;
}

.fore li {
    position: absolute;
    width: 428px;
}

.fore li h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.fore li b {
    font-size: 55px;
    font-weight: bold;
    vertical-align: middle;
    font-family: '黑体';
}

.fore li.fore_img {
    width: 498px;
    height: 550px;
    margin: auto;
    position: initial;
}

.fore li:nth-child(2) {
    top: -30px;
    text-align: right;
}

.fore li:nth-child(3) {
    top: -50px;
    right: 0;
    width: 450px;
}

.fore li:nth-child(4) {
    top: 100px;
    right: -10px;
    width: 340px;
}

.fore li:nth-child(5) {
    top: 280px;
    right: -75px;
    width: 375px;
}

.fore li:nth-child(6) {
    top: 450px;
    right: -120px;
    margin-left: -250px;
    width: 500px;
}

.fore li:nth-child(7) {
    top: 565px;
    right: 150px;
    width: 415px;
}

.fore li:nth-child(8) {
    top: 550px;
    left: 190px;
    width: 330px;
    text-align: right;
}
.fore li:nth-child(9) {
    top: 390px;
    right: 860px;
    width: 415px;
    text-align: right;
}
.fore li:nth-child(10) {
    top: 260px;
    left: -120px;
    width: 415px;
    text-align: right;
}
.fore li:nth-child(11) {
    top: 110px;
    right: 870px;
    width: 415px;
    text-align: right;
}

/**/

.five {
    overflow: hidden;
    background: #27315a;
    padding: 60px 0;
}

.five_title {
    text-align: center;
    font-size: 20px;
}

.five_title a {
    color: #bfbfbf;
    line-height: 40px;
}

.five_title h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 90px;
}

.five_title h2 b {
    font-weight: bold;
}

.five_nav {
    margin-top: 60px;
    overflow: hidden;
}

.five_nav li {
    width: 200px;
    float: left;
    height: 90px;
    text-align: center;
    border-right: 1px solid #114a6c;
    cursor: pointer;
    padding: 22px 20px 0;
    box-sizing: border-box;
    font-size: 20px;
}

.five_nav li:nth-child(6n) {
    border-right: none;
}

.five_ul {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}

.five_ul h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    line-height: 40px;
}

.five_ul img {
    width: 100%;
    display: block;
}

.five_more {
    margin: 50px auto 0;
    width: 222px;
    overflow: hidden;
}

.five_more a {
    display: block;
    float: left;
    width: 111px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

/**/

.six {
    position: relative;
    padding: 60px 0;
}

.six_title {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
}

.six_title a {
    font-weight: bold;
}

.six_title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.six ul {
    margin-top: 60px;
    overflow: hidden;
}

.six li {
    float: left;
    width: 600px;
    padding: 135px 0 0 60px;
    height: 380px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
}

.six li img {
    float: left;
    width: 100px;
    margin-right: 15px;
    display: block;
}

.six li .fl {
    font-size: 16px;
    color: #4d4d4d;
    width: 331px;
    margin-left: 20px;
}

.six .fl h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.six li:nth-child(1) {
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding-left: 118px;
}

.six li:nth-child(2) {
    border-bottom: 1px solid #bfbfbf;
}

.six li:nth-child(3) {
    border-right: 1px solid #bfbfbf;
    padding-left: 118px;
}

/**/

.sever {
    background: #1c2342;
    padding: 60px 0;
    text-align: center;
}

.sever h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

.sever h3 {
    font-size: 42px;
    margin: 15px 0;
    font-weight: bold;
    line-height: 52px;
}

.sever h3 a {
    margin-left: 95px;
    display: inline-block;
    width: 120px;
    height: 45px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 45px;
}

.sever h4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
}

/**/

.eight {
    position: relative;
    padding: 60px 0;
}

.eight_title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.eight_title h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 90px;
}

.eight_title span {
    font-size: 60px;
    display: block;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 20px;
}

.eight_ul {
    margin-top: 60px;
    overflow: hidden;
}

.eight_ul li {
    float: left;
    width: 386px;
    margin-right: 20px;
}

.eight_ul li:nth-child(3n) {
    margin-right: 0px;
}

.eight_ul li h3 {
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    text-align: center;
}

.eight_ul li img {
    height: 290px;
    width: 100%;
    display: block;
}

.eight_qh {
    margin-top: 30px;
    text-align: center;
}

.eight_qh .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 8px;
    width: 15px;
    height: 15px;
}

/**/

.nine {
    position: relative;
    padding: 60px 0 120px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.nine_title {
    margin-bottom: 40px;
}

.nine_title a {
    color: #e5e5e5;
    font-size: 20px;
    line-height: 30px;
}

.nine_title h2 {
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
}

.nine .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    margin: 60px auto 0;
    display: block;
}

.nine .more b {
    margin-left: 5px;
}

/**/

.ten {
    margin-top: -60px;
    position: relative;
}

.ten:after {
    content: "";
    position: absolute;
    top: 280px;
    background: #eee;
    height: 1px;
    width: 100%;
}

.tens {
    position: relative;
    width: 1360px;
    margin: auto;
}

.ten_ul {
    background: #fff;
    position: relative;
    padding: 30px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.ten li {
    width: 280px !important;
    float: left;
    margin: 0px 10px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
}

.ten li:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -7.5px;
    top: 243px;
    border-radius: 50%;
}

.ten li img {
    height: 209px;
    display: block;
    width: 100%;
    margin-bottom: 70px;
}

.ten li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ten .prev, .ten .next {
    position: absolute;
    font-size: 60px;
    color: #0079fe;
    font-family: '宋体';
    top: 268px;
    z-index: 2;
}

.ten .prev {
    left: 0px;
}

.ten .next {
    right: 0px;
}

/**/

.eleven {
    position: relative;
    margin-top: 60px;
    padding: 60px 0;
}

.eleven .title a {
    background: #847570;
}

.eleven_ul {
    margin-top: 60px;
    overflow: hidden;
}

.eleven_ul li {
    float: left;
    width: 280px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 26px;
}

.eleven_ul li img {
    width: 100%;
    height: 210px;
    display: block;
}

.eleven_ul li:nth-child(4n) {
    margin-right: 0;
}

.eleven .title i {
    display: block;
    font-style: inherit;
    color: #bfbfbf;
    font-size: 20px;
    font-weight: initial;
    line-height: 40px;
}

.eleven_qh {
    text-align: center;
}

.eleven_qh .swiper-pagination-bullet {
    margin: 0 5px;
    background: #bfbfbf;
    width: 25px;
    height: 6px;
    border-radius: 5px;
}

/**/

.twelve {
    margin-top: 60px;
}

.twelve_title {
    text-align: center;
}

.twelve_title h2 {
    font-size: 60px;
    line-height: 70px;
}

.twelve_title a {
    font-size: 20px;
    color: #bfbfbf;
    line-height: 40px;
}

.twelve_title .more {
    width: 120px;
    line-height: 45px;
    text-align: center;
    color: #878787;
    border: 1px solid #dfdfdf;
    margin: 20px auto 0;
    display: block;
    font-size: 16px;
}

.twelve_title .more b {
    margin-left: 5px;
}

.twelve_nav {
    margin-top: 40px;
    overflow: hidden;
}

.twelve_nav li {
    float: left;
    padding-bottom: 10px;
    font-size: 24px;
    margin-right: 30px;17:05 2021/11/03
    font-weight: bold;
}

.twelve_nav li a {
    font-weight: bold;
}

.twelve_ul {
    margin-top: 40px;
    overflow: hidden;
    overflow: hidden;
}

.twelve_ul li {
    float: left;
    width: 637px;
    margin-left: 60px;
    overflow: hidden;
    margin-bottom: 25px;
}

.twelve_ul .time {
    width: 80px;
    height: 80px;
    background: #27315a;
    color: #4e4e4e;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    float: left
}

.twelve_ul .time span {
    width: 30px;
    height: 30px;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
}

.twelve_ul .time i {
    font-style: initial;
    color: #bfbfbf;
    font-weight: bold;
}

.twelve_ul .fr {
    width: 535px;
}

.twelve_ul li h3 {
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
    font-weight: bold;
}

.twelve_ul .fl {
    width: 503px;
    margin-left: 0;
}

.twelve_ul .fl img {
    width: 503px;
    height: 380px;
    display: block;
}

.twelve_ul .fl h3 {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
}

.twelve_ul p {
    color: #4d4d4d;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.twelve_ul .fl b {
    color: #bfbfbf;
    font-weight: bold;
}

/**/

.thirteen {
    margin-top: 35px;
    background: #1a203a;
    padding: 60px 0;
    overflow: hidden;
}

.thirteen img {
    display: block;
}

ul.thirteen_ul {
    padding: 0px 60px;
}

ul.thirteen_ul li {
    line-height: 40px;
}

/*page*/

.page_container {
    margin: 50px auto 0;
    overflow: hidden;
    width: 1200px;
}

.page_banner img {
    width: 100%;
    display: block;
}

/**/

.page_qh {
    margin-top: 30px;
}

.page_qh span {
    display: block;
    color: #5d5d5d
}

.page_qh a {
    color: #5d5d5d
}

/**/

.pading {
    text-align: center;
}

.pading a, .pading span {
    display: inline-block;
    margin: 0 2px;
    padding: 4px 8px;
    border-radius: 2px;
    background: #eeeeee;
}

/**/

.page_l {
    width: 240px;
}

.two_l.page_l {
    opacity: 1;
}

.page_r {
    width: 910px;
}

.page_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.page_top .fl {
    color: #666;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    line-height: 43px;
}

.page_top .fr {
    font-size: 16px
}

.page_top a {
    color: #333
}

/*product*/

.product {
    margin-top: 50px;
}

.product li {
    width: 290px;
    margin: 0px 8px 16px;
    float: left;
    transition: 0.5s;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product li img {
    width: 100%;
    height: 225px;
    display: block;
}

.product li h3 {
    line-height: 50px;
    text-align: center;
    color: #6f6e69;
    height: 50px;
    overflow: hidden;
}

.product li:hover {
    -khtml-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    filter: alpha(opacity=95);
    -moz-box-shadow: 0 0 20px #888;
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
    -moz-transform: translateY(-3px) translateX(-3px);
    -webkit-transform: translateY(-3px) translateX(-3px);
    -o-transform: translateY(-3px) translateX(-3px);
    -ms-transform: translateY(-3px) translateX(-3px);
    transform: translateY(-3px) translateX(-3px);
}

/**/

.product_item_top {
    margin-top: 50px;
    overflow: hidden;
}

.product_item_top .fl {
    width: 450px;
}

.product_item_top .fl img {
    width: 100%;
    display: block;
}

.product_item_top .fr {
    width: 430px;
}

.product_item_top .fr h2 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.product_item_top .fr p {
    line-height: 30px;
}

/**/

.product_item_bottom {
    margin-top: 30px;
    overflow: hidden;
}

/**/

.article {
    margin-top: 50px;
}

.article li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.article li img {
    width: 270px;
    height: 180px;
    display: block;
}

.article li .fr {
    width: 600px;
}

.article li .fr h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
}

.article li p {
    height: 72px;
    overflow: hidden;
}

.article li span {
    color: #999999;
    margin-top: 20px;
    display: block;
}

.article li:hover h3 {
    color: #990228;
}

/**/

.article_item {
    margin-top: 50px;
    overflow: hidden;
}

.article_item_title {
    text-align: center;
    color: #999;
}

.article_item_title h1 {
    font-size: 23px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 15px;
}

.article_item_title a {
    color: #999;
}

.article_item_text {
    margin-top: 30px;
    overflow: hidden;
}

/**/

.pages {
    margin-top: 50px;
    overflow: hidden;
}

/*footer*/

.footer {
    padding: 15px 0 15px;
    background: #10152b
}

/*��ز�Ʒ������¿�ʼ*/

.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relevant .rel_title {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
    color: #fff !important;
}

.relevant .rel_content {
    padding: 10px;
    overflow: hidden;
}

/*��ز�Ʒ*/

.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
    width: 100%;
    height: 90px;
}

.relevant_product .rel_item .rel_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff !important;
}

/*�������*/

.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
    float: right;
    color: #999;
}

/**/

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
    margin-top: 20px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

body {
    overflow-x: hidden;
}

.one, .two .title, .two_l, .two_r, .three, .fore_title .fore li:nth-child(1), .five .five_title, .six .six_title, .sever, .fore li:nth-child(2), .five .five_nav, .six li:nth-child(1), .six li:nth-child(3), .fore li:nth-child(3), .fore li:nth-child(4), .fore li:nth-child(5), .fore li:nth-child(7), .fore li:nth-child(8), .six li:nth-child(2), .six li:nth-child(4), .eight, .nine .container, .eleven, .twelve {
    opacity: 0;
}

.one.animate, .two.animate .title, .three.animate, .fore.animate .fore_title, .fore.animate li:nth-child(1), .five.animate .five_title, .six.animate .six_title, .sever.animate, .eight.animate, .nine.animate .container, .eleven.animate, .twelve.animate .twelve_title, .twelve.animate {
    animation: top 1s ease-in-out both;
    -webkit-animation: top 1s ease-in-out both;
    -moz-animation: top 1s ease-in-out both;
    -o-animation: top 1s ease-in-out both;
}

.two.animate .two_l, .fore.animate li:nth-child(2), .five.animate .five_nav, .six.animate li:nth-child(1), .six.animate li:nth-child(3) {
    animation: left 1s ease-out both;
    -webkit-animation: left 1s ease-out both;
    -moz-animation: left 1s ease-out both;
    -o-animation: left 1s ease-out both;
}

.two.animate .two_r, .fore.animate li:nth-child(3), .fore.animate li:nth-child(4), .fore.animate li:nth-child(5), .fore.animate li:nth-child(7), .fore.animate li:nth-child(8), .six.animate li:nth-child(2), .six.animate li:nth-child(4), .five.animate .five_title, .six.animate .six_title, .sever.animate, .eight.animate, .eleven.animate {
    animation: right 1s ease-out both;
    -webkit-animation: right 1s ease-out both;
    -moz-animation: right 1s ease-out both;
    -o-animation: right 1s ease-out both;
}

@keyframes top {
    0% {
        top: 300px;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes top {
    0% {
        top: 300px;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes top {
    0% {
        top: 300px;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes top {
    0% {
        top: 300px;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes left {
    0% {
        margin-left: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-webkit-keyframes left {
    0% {
        margin-left: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-moz-keyframes left {
    0% {
        margin-left: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-o-keyframes left {
    0% {
        margin-left: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@keyframes right {
    0% {
        margin-right: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-webkit-keyframes right {
    0% {
        margin-right: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-moz-keyframes right {
    0% {
        margin-right: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

@-o-keyframes right {
    0% {
        margin-right: -100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
    }
    100% {
        margin-right: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
}

.links {
    width: 100%;
    margin-top: 30px;
}

.link_container {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #301911;
}

.link_title {
    width: 105px;
    float: left;
    background: #27315a;
    box-sizing: border-box;
    padding: 10px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.link_list {
    width: 1090px;
    float: right;
    padding-top: 5px;
}

.link_list a {
    float: left;
    margin: 0px 17px;
}

.link_title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.link_title h3 {
    font-size: 14px;
    color: #ccc;
}