#header {
    height: 180px;
    background-color: #363636;
    padding-top: 30px;
}

#header .logo {
    float: left;
    margin-left: 35px;
}

#header .tel {
    float: right;
    padding-left: 56px;
    background: url(../images/icon1.png) no-repeat left center;
    margin-right: 35px;
}

#header .tel .p1 {
    color: #edb200;
}

#header .tel .p2 {
    font-size: 30px;
    color: #fff;
}

#header .pc_menu {
    position: relative;
}

#header .pc_menu .menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
}

#header .pc_menu .menu .nLi {
    width: 11.111%;
    float: left;
    padding: 0 3.5px;
    height: 76px;
}

#header .pc_menu .menu .nLi .box {
    position: relative;
}

#header .pc_menu .menu .nLi .box>a {
    display: block;
    height: 73px;
    padding-top: 15px;
    background-image: -webkit-linear-gradient(#ae0000, #101010);
    background-image: linear-gradient(#ae0000, #101010);
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

#header .pc_menu .menu .nLi .box>a .p2 {
    font-size: 12px;
    text-transform: uppercase;
}

#header .pc_menu .menu .nLi .box .menu_2 {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    display: none;
    overflow: hidden;
}

#header .pc_menu .menu .nLi .box .menu_2 li {
    line-height: 45px;
}

#header .pc_menu .menu .nLi .box .menu_2 li a {
    display: block;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    font-size: 14px;
}

#header .pc_menu .menu .nLi .box .menu_2 li a:hover {
    background-color: #AF0000;
}

#header .pc_menu .menu .nLi:hover .box>a {
    background-image: -webkit-linear-gradient(#101010, #ae0000);
    background-image: linear-gradient(#101010, #ae0000);
}

.content .content1 {
    padding: 50px 0 55px;
    background: #111111 url(../images/bg1.jpg) no-repeat center top;
}

.content .index_title {
    text-align: center;
    color: #fff;
}

.content .index_title .p1 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.content .index_title .p2 {
    font-size: 18px;
    margin-top: 10px;
}

.content .index_title .red {
    color: #af0000;
}

.content .index_title .p1:before,
.content .index_title .p1:after {
    content: "";
    display: block;
    width: 96px;
    height: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 17px;
}

.content .index_title .p1:before {
    background-image: url(../images/icon2.png);
    left: -115px;
}

.content .index_title .p1:after {
    background-image: url(../images/icon3.png);
    right: -115px;
}

.content .content1_list {
    margin: 15px -31px 27px;
}

.content .content1_list2 {
    margin: 15px -15px 40px;
}

.content .content1_list li {
    padding: 0 31px;
    margin-top: 28px;
}

.content .content1_list2 li {
    padding: 0 15px;
}

.content .content1_list li a {
    display: block;
    position: relative;
}

.content .content1_list li a .text {
    position: absolute;
    line-height: 50px;
    width: 86%;
    left: 7%;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.59);
    color: #fff;
    padding: 0 75px 0 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content .content1_list li a .text::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: 24px;
}

.content .content1_list li a .text::after {
    content: "";
    display: block;
    width: 55px;
    height: 14px;
    background: url(../images/icon4.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 18px;
}

.content .content1_list li a:hover .text {
    background-color: #AF0000;
    width: 100%;
    left: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content .index_more {
    text-align: center;
}

.content .index_more a {
    display: inline-block;
    width: 168px;
    line-height: 36px;
    border-radius: 15px;
    background: #af0000 url(../images/icon5.png) no-repeat right 14px center;
    padding-left: 20px;
    color: #fff;
    text-align: left;
}

.content .content_box {
    background-color: #111;
}

.content .content_box .image {
    height: 168px;
    float: left;
    width: 50%;
    background-position: right center;
}

.content .content_box .text {
    float: left;
    width: 50%;
    padding-top: 25px;
}

.content .content_box .text .t2 {
    margin-top: 15px;
    color: #fff;
}

.content .content_box .text .t2 p {
    float: left;
}

.content .content_box .text .t2 .p1 {
    padding-left: 55px;
    line-height: 40px;
    background: url(../images/icon1.png) no-repeat left center;
    background-size: auto 100%;
    font-size: 24px;
}

.content .content_box .text .t2 .p2 {
    font-size: 36px;
    line-height: 40px;
}

.content .content2 {
    padding: 65px 0 145px;
    background: #111111 url(../images/bg_06.png) no-repeat center top;
}

.content .about {
    margin-top: 50px;
}

.content .about .about_video {
    float: left;
    width: 48%;
}

.content .about .about_video #mse {
    height: 590px !important;
}

.content .about .about_text {
    float: left;
    width: 52%;
    padding-left: 40px;
}

.content .about .about_text .text {
    color: #fff;
    line-height: 24px;
    margin-bottom: 40px;
}

.content .content3 {
    padding: 65px 0 60px;
    background: #111111 url(../images/bg2.jpg) no-repeat center top;
}

.content .content3_list {
    margin: 5px -13px 70px;
}

.content .content3_list li {
    padding: 0 13px;
    margin-top: 50px;
}

.content .content3_list li a {
    display: block;
}

.content .content3_list li .image {
    position: relative;
    overflow: hidden;
}

.content .content3_list li .image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(175, 0, 0, 0.85) url(../images/icon7.png) no-repeat center;
    left: 0;
    top: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content .content3_list li .text {
    line-height: 80px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 18px;
    color: #090a0f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.content .content3_list li a:hover .image:after {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content .content4 {
    padding: 50px 0 35px;
    background: #111111 url(../images/bg_07.png) no-repeat center top;
}

.content .content4_list {
    margin: 0 -22px 50px;
}

.content .content4_list li {
    padding: 0 22px;
    margin-top: 45px;
}

.content .content4_list li a {
    display: block;
    color: #fff;
    text-align: center;
}

.content .content4_list li a .p1 img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.content .content4_list li a .p2 {
    margin: 15px 0 25px;
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content4_list li a .p3 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.content .content4_list li a:hover .p1 img {
    border-color: #A70101;
}

.content .content5 {
    padding: 35px 0 30px;
    background: #111111 url(../images/bg_08.png) no-repeat center bottom 30%;
}

.content .content5_list {
    margin-top: 50px;
}

.content .content5_list li {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.content .content5_list li .text {
    width: 56%;
    padding-left: 50px;
}

.content .content5_list li .text .t1 .number {
    float: left;
    width: 96px;
    line-height: 96px;
    height: 96px;
    background: url(../images/icon8.png) no-repeat center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.content .content5_list li .text .t1 .title {
    overflow: hidden;
    padding: 5px 0 0 23px;
}

.content .content5_list li .text .t1 .title p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content5_list li .text .t1 .title .p1 {
    font-size: 36px;
    color: #ab0000;
    font-weight: bold;
    line-height: 48px;
}

.content .content5_list li .text .t1 .title .p2 {
    line-height: 38px;
    color: #fff;
    font-size: 18px;
}

.content .content5_list li .text .t2 {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.content .content5_list li .image {
    width: 44%;
    text-align: right;
    padding-left: 50px;
}

.content .content5_list li:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content .content5_list li:nth-child(2n+2) .image {
    text-align: left;
}

.content .content6 {
    padding: 55px 0 60px;
    background: #111111 url(../images/bg_09.png) no-repeat center top;
}

.content .news {
    margin: 35px -25px 0;
}

.content .news .single-item .slick-dots {
    width: auto;
    right: 10px;
    bottom: 10px;
}

.content .news .single-item .slick-dots li {
    float: left;
    width: 16px;
    height: 16px;
    background-color: #304649;
    margin: 0 2px;
}

.content .news .single-item .slick-dots li button {
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 16px;
    padding: 0;
    font-size: 12px;
}

.content .news .single-item .slick-dots li button:before {
    display: none;
}

.content .news .single-item .slick-dots li.slick-active {
    background-color: #ED6D1D;
}

.content .news .news_left {
    float: left;
    width: 45%;
    padding: 0 25px;
}

.content .news .news_right {
    float: left;
    width: 55%;
    padding: 0 25px;
}

.content .news .news_title {
    border-bottom: 1px solid #59595C;
    margin-bottom: 35px;
}

.content .news .news_title p {
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
}

.content .news .news_title a {
    float: right;
    color: #cdcdcd;
    line-height: 50px;
    font-size: 14px;
}

.content .news_box {
    margin: 50px 0 40px;
}

.content .news .news_list li a {
    display: block;
    padding: 25px 20px 20px 30px;
    border-top: 1px solid #87858B;
    border-bottom: 1px solid transparent;
    color: #fff;
    position: relative;
}

.content .news .news_list li a .text {
    padding-right: 100px;
}

.content .news .news_list li a .text .p1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 28px;
    line-height: 34px;
}

.content .news .news_list li a .text .p1:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background-color: #514E49;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.content .news .news_list li a .text .p2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 28px;
}

.content .news .news_list li a .date {
    position: absolute;
    right: 22px;
    top: 30px;
}

.content .news .news_list li a .date .p1 {
    margin-bottom: 30px;
}

.content .news .news_list li a .date .p2 {
    padding-left: 5px;
}

.content .news .news_list li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: #af0000;
}

.content .news .news_list li a:hover .text .p1 {
    color: #af0000;
}

.content .news .news_list li a:hover .text .p1:after {
    background-color: #af0000;
    border-color: #af0000;
}

.content .content7 {
    padding: 90px 0 38px;
    background: #111111 url(../images/bg_10.png) no-repeat center top;
}

.content .content7_list {
    margin: 13px -10px 45px;
}

.content .content7_list li {
    margin-top: 35px;
    padding: 0 15px;
}

.content .content7_list li a {
    display: block;
    position: relative;
}

.content .content7_list li a .text {
    line-height: 94px;
    padding: 0 5px;
    background-color: #eee;
    font-size: 19px;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content7_list li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #eee;
    position: absolute;
    bottom: 94px;
    left: 50%;
    margin-left: -11px;
}

.content .content7_list li a:hover:after {
    border-bottom-color: #AF0000;
}

.content .content7_list li a:hover .text {
    background-color: #AF0000;
    color: #fff;
}

.content .content8 {
    padding: 38px 0 75px;
    background-color: #111;
}

.content .content8 .responsive {
    padding: 0 120px;
    margin-top: 55px;
}

.content .content8 .responsive h3 {
    padding: 0 17px;
}

.content .content8 .responsive h3 .box {
    padding: 10px 10px 25px;
    border: 1px solid #4A4B4B;
    text-align: center;
}

.content .content8 .responsive h3 .box a {
    color: #fff;
}

.content .content8 .responsive h3 .box .text1 {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 30px 0 15px;
}

.content .content8 .responsive h3 .box .text2 {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.content .content8 .responsive h3 .box .item_list {
    margin-top: 30px;
}

.content .content8 .responsive h3 .box .item_list li {
    padding: 0 5px;
}

.content .content8 .responsive h3 .box:hover {
    background-color: #AF0000;
}

.content .content8 .responsive .slick-prev:before,
.content .content8 .responsive .slick-next:before {
    display: none;
}

.content .content8 .responsive .slick-prev,
.content .content8 .responsive .slick-next {
    height: 154px;
    width: 70px;
    background-color: #af0000;
    border-radius: 8px;
    margin-top: -77px;
    background-position: center;
    background-repeat: no-repeat;
}

.content .content8 .responsive .slick-prev {
    left: 25px;
    background-image: url(../images/icon11.png);
}

.content .content8 .responsive .slick-next {
    right: 25px;
    background-image: url(../images/icon12.png);
}

.content .content9 {
    padding: 75px 0 100px;
    background: #111111 url(../images/bg_11.png) no-repeat center top;
}

.content .contact {
    margin-top: 35px;
}

.content .contact .contact_text {
    color: #fff;
}

.content .contact .contact_text .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
}

.content .contact .contact_text .description {
    line-height: 36px;
}

.content .contact .contact_map {
    height: 440px;
}

#footer {
    background-color: #111;
}

#footer .friend_link {
    padding: 20px 0;
}

#footer .friend_link .link_title {
    float: left;
    padding-left: 45px;
    line-height: 34px;
    background: url(../images/icon13.png) no-repeat left center;
    font-weight: bold;
    color: #fff;
}

#footer .friend_link .link_list {
    padding-left: 120px;
}

#footer .friend_link .link_list li {
    float: left;
    padding: 9px 0;
}

#footer .friend_link .link_list li a {
    display: block;
    line-height: 16px;
    padding: 0 13px;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #B8B8B8;
}

#footer .friend_link .link_list li a:hover {
    text-decoration: underline;
}

#footer .friend_link .link_list li:last-child a {
    border-right: none;
}

#footer .footer_main {
    background: url(../images/bg_12.png) no-repeat center bottom;
    background-size: cover;
}

#footer .footer_main .footer_main1 {
    padding: 50px 0 40px;
}

#footer .footer_main .footer_main1 .footer_list {
    float: left;
    width: 75%;
    padding-left: 5%;
}

#footer .footer_main .footer_main1 .footer_list li {
    float: left;
    width: 20%;
}

#footer .footer_main .footer_main1 .footer_list li a {
    color: #eee;
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding-right: 15px;
}

#footer .footer_main .footer_main1 .footer_list li a:first-child {
    font-size: 18px;
    margin-bottom: 25px;
}

#footer .footer_main .footer_main1 .footer_list li a:hover {
    text-decoration: underline;
}

#footer .footer_main .footer_main1 .footer_code {
    float: left;
    width: 25%;
}

#footer .footer_main .footer_main1 .footer_code .p1 {
    width: 157px;
}

#footer .footer_main .footer_main1 .footer_code .p2 {
    width: 157px;
    color: #eee;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

#footer .footer_main .footer_main2 {
    padding: 25px 0;
    border-top: 1px solid #919191;
}

#footer .footer_main .footer_main2 .copyright {
    color: #eee;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#footer .footer_main .footer_main2 .copyright a {
    color: #eee;
}

@media(max-width:1600px) {
    .content .content1_list2 li a .text {
        padding: 0 45px;
    }
    .content .content1_list2 li a .text::before {
        width: 30px;
        left: 5px;
    }
    .content .content1_list2 li a .text::after {
        width: 30px;
        height: 7px;
        right: 6px;
        top: 22px;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .content .content_box .text {
        padding-top: 5px;
    }
    .content .content1_list li {
        padding: 0 15px;
    }
    .content .content1_list {
        margin: 15px -15px 27px;
    }
    .content .contact .contact_map {
        height: 255px;
    }
}

@media (max-width: 992px) {
    .content .content1_list {
        margin: 15px 0 27px;
    }
    #header {
        height: auto;
        padding: 15px;
    }
    #header .logo {
        margin: 0;
    }
    .content .content_box .text .t2 .p2 {
        font-size: 26px;
    }
    .content .about .about_video,
    .content .about .about_text {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .content .about .about_text .text {
        margin-top: 25px;
    }
    .content .index_more {
        text-align: center !important;
    }
    .content .content3_list {
        margin: 5px 0 70px;
    }
    .content .content4_list {
        margin: 0 0 50px;
    }
    .content .content5 {
        padding: 35px 15px 30px;
    }
    .content .content5_list li .text {
        width: 100%;
        padding-left: 0;
    }
    .content .content5_list li .image {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-left: 0;
    }
    .content .content5_list li {
        display: block;
    }
    .content .news .news_left,
    .content .news .news_right {
        float: none;
        width: 100%;
        padding: 0;
        padding: 0 15px;
    }
    .content .news {
        margin: 35px 0 0;
    }
    .slick-slide img {
        width: 100%;
    }
    .content .content7_list {
        margin: 13px 0 45px;
    }
    .content .content8 .responsive {
        padding: 0 60px;
    }
    .content .content8 .responsive .slick-prev,
    .content .content8 .responsive .slick-next {
        height: 100px;
        width: 35px;
        margin-top: -50px;
        background-size: 20px auto;
    }
    .content .contact .contact_map {
        height: 400px;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    #header .logo {
        width: 150px;
    }
    #header .menu_icon {
        top: 30%;
        width: 10%;
    }
    .content .index_title .p1 {
        font-size: 18px;
    }
    .content .index_title .p1:before,
    .content .index_title .p1:after {
        width: 55px;
        height: 11px;
        top: 6px;
    }
    .content .index_title .p1:before {
        left: -70px;
    }
    .content .index_title .p1:after {
        right: -70px;
    }
    .content .index_title .p2 {
        margin-top: 5px;
        font-size: 12px;
        padding: 0 15px;
        line-height: 20px;
    }
    .content .content1 {
        padding: 25px 0 30px;
    }
    .content .content1_list {
        margin: 10px 0 20px;
        padding: 0 7.5px;
    }
    .content .content1_list li {
        padding: 0 7.5px;
        margin-top: 15px;
    }
    .content .content1_list li a .text {
        position: absolute;
        line-height: 20px;
        width: 90%;
        left: 5%;
        bottom: 6px;
        background-color: rgba(0, 0, 0, 0.59);
        color: #fff;
        padding: 0 30px 0 25px;
    }
    body {
        font-size: 12px;
    }
    .content .content1_list li a .text::before {
        content: "";
        display: block;
        width: 17px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 3px;
        top: 10px;
    }
    .content .content1_list li a .text::after {
        content: "";
        display: block;
        width: 20px;
        height: 14px;
        background: url(../images/icon4.png) no-repeat center;
        position: absolute;
        right: 5px;
        top: 3px;
        background-size: 100% auto;
    }
    .content .index_more a {
        width: 135px;
        line-height: 30px;
    }
    .content .content_box .image {
        height: 85px;
        background-size: cover;
        background-position: right -1px center;
    }
    .content .content_box .text .t1 {
        width: 150px;
    }
    .content .content_box .text .t2 .p1 {
        padding-left: 22px;
        line-height: 18px;
        background: url(../images/icon1.png) no-repeat left center;
        background-size: auto 100%;
        font-size: 12px;
    }
    .content .content_box .text .t2 .p2 {
        font-size: 12px;
        line-height: 20px;
    }
    .content .content_box .text .t2 {
        margin-top: 10px;
    }
    .content .content2 {
        padding: 25px 0 40px;
        background: #111111 url(../images/bg_06.png) no-repeat center bottom;
    }
    .content .about .about_video #mse {
        height: 275px !important;
    }
    .content .about {
        margin-top: 20px;
    }
    .content .about .about_text .text {
        margin: 20px 0 25px;
        line-height: 20px;
    }
    .content .content3 {
        padding: 35px 0 20px;
    }
    .content .content3_list {
        margin: 5px 0 25px;
        padding: 0 7.5px;
    }
    .content .content3_list li {
        padding: 0 7.5px;
        margin-top: 15px;
    }
    .content .content3_list li .text {
        line-height: 28px;
        font-size: 12px;
    }
    .content .content4 {
        padding: 20px 0;
    }
    .content .content4_list {
        padding: 0 7.5px;
        margin: 5px 0 25px;
    }
    .content .content4_list li {
        padding: 0 7.5px;
        margin-top: 15px;
    }
    .content .content4_list li a .p1 {
        width: 80%;
        margin: 0 auto;
    }
    .content .content4_list li a .p1 img {
        border-width: 2px;
    }
    .content .content4_list li a .p2 {
        margin: 6px 0 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .content .content4_list li a .p3 {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    .content .content5 {
        padding: 20px 15px 35px;
    }
    .content .content5_list {
        margin-top: 0;
    }
    .content .content5_list li {
        margin-top: 20px;
    }
    .content .content5_list li .text .t1 .number {
        width: 48px;
        line-height: 48px;
        height: 48px;
        font-size: 24px;
        background-size: cover;
    }
    .content .content5_list li .text .t1 .title {
        padding: 2px 0 0 10px;
    }
    .content .content5_list li .text .t1 .title .p1 {
        font-size: 18px;
        line-height: 24px;
    }
    .content .content5_list li .text .t1 .title .p2 {
        line-height: 20px;
        font-size: 12px;
    }
    .content .content5_list li .text .t2 {
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px;
    }
    .content .content5_list li .image {
        margin-top: 15px;
    }
    .content .content6 {
        padding: 25px 0 35px;
        background: #111111 url(../images/bg_09.png) no-repeat center bottom;
    }
    .content .news {
        margin: 15px 0 0;
    }
    .content .news .news_title p {
        line-height: 28px;
        font-size: 14px;
    }
    .content .news .news_title {
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .content .news .news_title a {
        line-height: 28px;
        font-size: 12px;
    }
    .slick-slider {
        margin-bottom: 15px;
    }
    .content .news .news_list li a {
        padding: 10px;
    }
    .content .news .news_list li a .text {
        padding: 0;
    }
    .content .news .news_list li a .date {
        display: none;
    }
    .content .news .news_list li a .text .p1 {
        padding-left: 12px;
        line-height: 26px;
    }
    .content .news .news_list li a .text .p1:after {
        width: 6px;
        height: 6px;
        top: 11px;
    }
    .content .news .news_list li a .text .p2 {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
        padding-left: 12px;
    }
    .content .content7 {
        padding: 35px 0 15px;
    }
    .content .content7_list li {
        margin-top: 15px;
        padding: 0 7.5px;
    }
    .content .content7_list {
        margin: 5px 0 25px;
        padding: 0 7.5px;
    }
    .content .content7_list li a .text {
        line-height: 40px;
        font-size: 12px;
    }
    .content .content7_list li a:after {
        border-width: 8px;
        bottom: 40px;
        margin-left: -8px;
    }
    .content .content8 {
        padding: 15px 0 25px;
        background-color: #111;
    }
    .content .content8 .responsive {
        padding: 0 45px;
        margin-top: 25px;
    }
    .content .content8 .responsive .slick-prev,
    .content .content8 .responsive .slick-next {
        width: 25px;
        height: 54px;
        margin-top: -27px;
        background-size: 11px auto;
    }
    .content .content8 .responsive .slick-prev {
        left: 15px;
    }
    .content .content8 .responsive .slick-next {
        right: 15px;
    }
    .content .content8 .responsive h3 {
        padding: 0 8px;
    }
    .content .content8 .responsive h3 .box {
        padding: 6px 6px 15px;
    }
    .content .content8 .responsive h3 .box .text1 {
        font-size: 14px;
        margin: 15px 0 10px;
    }
    .content .content8 .responsive h3 .box .text2 {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
    }
    .content .content8 .responsive h3 .box .item_list {
        margin-top: 15px;
    }
    .content .content8 .responsive h3 .box .item_list li {
        padding: 0 3px;
    }
    .content .content9 {
        padding: 15px 0 25px;
    }
    .content .contact {
        margin-top: 35px;
        padding: 0;
    }
    .content .contact .contact_text .title {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .content .contact .contact_text .description {
        line-height: 18px;
    }
    .content .contact .contact_map {
        height: 200px;
    }
    #footer .friend_link,
    #footer .footer_main .footer_main1 {
        display: none;
    }
    #footer .footer_main {
        background: none;
    }
    #footer .footer_main .footer_main2 {
        padding: 10px 35px 10px 10px;
        background-color: #AF0000;
        border: none;
        position: relative;
    }
    #footer .footer_main .footer_main2 .copyright {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }
    #footer .top {
        width: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    #footer {
        margin-bottom: 63px;
    }
    .content .news_box {
        margin: 40px 0 20px;
    }
}