﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.section{
	overflow:hidden;
}

.banner img {
    width: 100%;
    height: auto;
    min-height: 100%;
}


.swiper-container.banner {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
}

.head {
    width: 100%;
    height: 120px;
    background: #fff;
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
}

.logo_pic {
    float: left;
    height: 120px;
    line-height: 120px;
}

.logo_pic img{
	width:85px;
}

.logo_title {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.logo_maintitle {
    font-weight: bold;
    font-size: 36px;
    color: #222;
}

.logo_titles {
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
    letter-spacing: 4.5px;
}

.search {
    float: right;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 120px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.language {
    float: right;
    height: 120px;
    line-height: 120px;
    margin-right: 60px;
}

.language a {
    display: block;
    font-size: 18px;
    color: #333;
}

.nav {
    float: right;
    margin-right: 30px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    height: 120px;
    line-height: 120px;
    margin: 0 30px;
    position: relative;
    float: left;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #333;
}

.nav ul li .detailnav {
    position: absolute;
    top: 120px;
    width: 160%;
    left: -30%;
    z-index: 999;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px #ddd;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 0;
    border-top: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.product {
    width: 100%;
    overflow: hidden;
}

.products {
    max-width: 1600px;
    margin: 50px auto 0;
    position: relative;
}

.title {
    text-align: center;
}

.maintitle {
    text-transform: uppercase;
    font-size: 66px;
    color: #999;
    opacity: 0.2;
    font-weight: bold;
}

.titles {
    font-size: 48px;
    color: #B11E08;
    font-weight: bold;
    margin-top: -70px;
}

.propic img {
    width: 100%;
    border-radius: 5px;
}

.proswiper .swiper-slide{
	overflow:hidden;
}

.probefore {
    position: absolute;
    bottom: -250px;
    left: -250px;
    width: 100%;
    height: 100%;
    background: url(../image/probefore.png) left bottom no-repeat;
    transition: all 0.6s;
}

.proname {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 25px;
    bottom: 40px;
}

.proarrow {
    position: absolute;
    left: 25px;
    bottom: 15px;
}

.proswiper a:hover .probefore {
    bottom: 0;
    left: 0;
}

.products .swiper-button-prev {
    width: 53px;
    height: 53px;
    top: 50%;
    left: -70px;
    background: url(../image/right_pro.png) center no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.products .swiper-button-prev:hover {
    background: url(../image/left_pro.png) center no-repeat;
    transform: rotate(0);
}

.products .swiper-button-next {
    width: 53px;
    height: 53px;
    top: 50%;
    right: -70px;
    background: url(../image/right_pro.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.products .swiper-button-next:hover {
    background: url(../image/left_pro.png) center no-repeat;
    transform: rotate(180deg);
}

.mousedown {
    margin-top: 40px;
    text-align: center;
}

@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-5px);
    }
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.mousedown img {
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.about {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.abouts {
    max-width: 1600px;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 9;
}

.abmore {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.abmore a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #FFB21D;
    width: 177px;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
}

.ab {
    position: absolute;
    left: 0;
    top: 30px;
    width: 36%;
}

.abtitle {
    text-transform: uppercase;
    font-size: 66px;
    color: #999;
    opacity: 0.2;
    font-weight: bold;
}

.abtitles {
    font-size: 48px;
    color: #B11E08;
    font-weight: bold;
    margin-top: -65px;
}

.abcon {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 25px;
}

.abpic {
    margin-top: 25px;
	display:none;
}

.abpic img {
    width: 100%;
}

.history {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../image/line.png) center no-repeat;
}

.advantage {
    width: 100%;
    overflow: hidden;
}

.advantages {
    max-width: 1600px;
    margin: 50px auto 0;
    position: relative;
}

.left_adv {
    float: left;
    width: 49%;
}

.left_adv img {
    width: 100%;
    border-radius: 0 50px 0 50px;
}

.right_adv {
    float: right;
    width: 45%;
}

.advtitle {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin-top: 15px;
}

.advcon {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.advnum {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    line-height: 1;
}

.advnav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    z-index: 8;
}

.advnavs {
    width: 50%;
    float: left;
    margin-top: 40px;
    cursor: pointer;
}

.advnav_pic {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 108px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #666666;
}

.advnav_intro {
    float: left;
    margin-left: 15px;
}

.advnav_title {
    font-size: 24px;
    color: #666;
    font-weight: bold;
}

.advnav_line {
    width: 42px;
    height: 1px;
    background: #999;
    margin: 8px 0;
}

.advnav_titles {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.advnavs.active .advnav_pic {
    background: #B11E08;
    border: 1px solid #B11E08;
}

.advnavs.active .advnav_pic svg path {
    fill: #fff;
}

.advnavs.active .advnav_title {
    color: #333;
}

.advnavs.active .advnav_titles {
    color: #666;
}

.advnavs.active .advnav_line {
    background: #000;
}

.advbottom {
    width: 100%;
    margin-top: 40px;
}

.advbottoms {
    max-width: 1600px;
    margin: auto;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #ddd;
    letter-spacing: 23px;
}

.advdown {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.advdown img {
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.new {
    width: 100%;
    overflow: hidden;
}

.news {
    max-width: 1600px;
    margin: auto;
}

.newtop {
    width: 100%;
    overflow: hidden;
}

.newtop_fl {
    float: left;
}

.newtop_fl_title {
    font-size: 62px;
    color: rgba(153, 153, 153, 0.2);
    font-weight: bold;
    text-transform: uppercase;
}

.newtop_fl_title span {
    color: #B11E08;
}

.newtop_fl_titles {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -15px;
    position: relative;
}

.newtop_fl_titles::before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 175px;
    width: 111px;
    height: 2px;
    background: rgba(153, 153, 153, 0.2);
}

.newtop_fr {
    margin-top: 40px;
    float: right;
}

.newtop_fr a {
    display: block;
    float: left;
    text-align: center;
    width: 176px;
    height: 44px;
    line-height: 44px;
    background: #B11E08;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}

.newtop_fr a:hover {
    background: #FFB21D;
}

.newbot {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.newbot_fl {
    float: left;
    width: 52%;
}

.newbot_fls {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 35px 20px;
}

.newbot_fls:last-child {
    margin-right: 0;
}

.newbot_fl_date {
    font-size: 12px;
    color: #666;
}

.newbot_fl_date b {
    font-size: 24px;
    color: #333;
    margin-right: 5px;
}

.newbot_fl_title {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.newbot_fl_con {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
}

.newbot_fl_pic {
    margin-top: 20px;
}

.newbot_fl_pic img {
    width: 100%;
}

.newbot_fls:hover {
    background: #B11E08;
    border: 1px solid #B11E08;
}

.newbot_fls:hover .newbot_fl_date,
.newbot_fls:hover .newbot_fl_date b,
.newbot_fls:hover .newbot_fl_title,
.newbot_fls:hover .newbot_fl_con {
    color: #fff;
}

.newbot_fr {
    float: right;
    width: 44.25%;
}

.newbot_frs {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 20px 25px;
    margin-bottom: 17px;
}

.newbot_frs:last-child {
    margin-bottom: 0;
}

.newbot_fr_top {
    width: 100%;
    overflow: hidden;
}

.newbot_fr_title {
    float: left;
    font-size: 18px;
    color: #333;
}

.newbot_fr_arrow {
    float: right;
}

.newbot_fr_date {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.newbot_fr_con {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}

.newbot_frs:hover .newbot_fr_title{
	color:#B11E08;
}

.link {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 8;
}

.links {
    max-width: 1600px;
    margin: auto;
}

.link_container {
    float: right;
    width: 72%;
}

.link_container_title {
    float: left;
    margin-top: 50px;
}

.link_container_maintitle {
    text-transform: uppercase;
    font-size: 32px;
    color: #333;
}

.link_container_titles {
    font-size: 12px;
    color: #333;
    margin-top: -35px;
    margin-left: 15px;
}

.link_container_titles span {
    display: inline-block;
    background: #F3F3F3;
    padding: 0 5px;
}

.link_container_item {
    float: left;
    margin: 0 25px;
    text-align: center;
}

.link_container_item img {
    width: 168px;
}

.link_container_item p {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.foot {
    width: 100%;
    height: 397px;
    background: url(../image/fbg.jpg) center no-repeat;
    margin-top: 15px;
    position: relative;
}

.foots {
    max-width: 1600px;
    margin: auto;
    height: 350px;
    padding-top: 45px;
    position: relative;
    z-index: 8;
}

.feedback {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.feedbacks {
    max-width: 1600px;
    margin: auto;
    z-index: 9;
    position: relative;
}

.feedback_form {
    background: #B11E08;
    width: 20%;
    float: left;
    padding: 20px 25px;
}

.feedback_title {
    text-transform: uppercase;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
}

.feedback_titles {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: -50px;
}

.feedback_form input[type=text]::-webkit-input-placeholder,
.feedback_form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.feedback_form input[type=text]:-moz-placeholder,
.feedback_form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.feedback_form input[type=text]::-moz-placeholder,
.feedback_form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.feedback_form input[type=text]:-ms-input-placeholder,
.feedback_form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.feedback_form input[type=text]:nth-child(1) {
    width: 100%;
    height: 58px;
    margin-top: 30px;
    padding-left: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: url(../image/feedback1.png) left 10px center no-repeat;
    outline: none;
}

.feedback_form input[type=text]:nth-child(2) {
    width: 100%;
    height: 58px;
    margin-top: 30px;
    padding-left: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: url(../image/feedback2.png) left 7px center no-repeat;
    outline: none;
}

.feedback_form textarea {
    width: 100%;
    height: 105px;
    margin-top: 30px;
    padding-left: 35px;
    padding-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: url(../image/feedback3.png) left 7px top 12px no-repeat;
    outline: none;
}

.feedback_form form div {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.feedback_form form div input[type=submit] {
    float: left;
    width: 38%;
    height: 44px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    color: #fff;
    outline: none;
}

.feedback_form form div input[type=reset] {
    float: right;
    width: 48%;
    height: 44px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #B11E08;
    outline: none;
}

.copy {
    width: 100%;
    height: 47px;
    position: relative;
    z-index: 8;
}

.copys {
    max-width: 1600px;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 46px;
}

.copys a {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}

.copy_container {
    float: right;
    width: 72%;
}

.foot_container {
    float: right;
    width: 72%;
}

.foot_top {
    width: 100%;
    overflow: hidden;
}

.foot_tops {
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	width:33%;
}

.foot_tops a {
    font-size: 16px;
    color: #fff;
}

.foot_tops img {
    margin-right: 8px;
}

.foot_tops:last-child {
    margin-right: 0;
}

.foot_bot {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.fpnav {
    float: left;
    width: 11.5%;
    height: 150px;
    overflow-y: scroll;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 10px;
}

.fpnav::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(240, 240, 240, .2);
}

.fpnav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .2);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, .2);
}

.fpnav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .2);
    background-color: #B11E08;
}

.fnav {
    float: left;
    width: 16.5%;
    height: 150px;
    border-right: 1px solid rgba(240, 240, 240, .2);
    margin-left: 3%;
}

.fnav:last-child {
    border-right: none;
}

.saoma {
    float: right;
	display:none;
}

.saoma img {
    float: left;
    width: 119px;
}

.saoma p {
    float: left;
    font-size: 12px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: 5px;
    transform: scale(0.9);
    margin-top: -6px;
}

.inbanner img {
    width: 100%;
}

.proshow {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.proshows {
    max-width: 1600px;
    margin: auto;
}

.proshow_nav span,
.proshow_nav a {
    font-size: 20px;
    color: #999;
}

.proshow_nav a:hover {
    color: #333;
}

.proshow_nav {
    position: relative;
    padding-left: 10px;
}

.proshow_nav::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 22px;
    background: #B11E08;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.proshow_top_fl {
    float: left;
    width: 56.25%;
}

.proshow_top_fl_mainpic img {
    width: 100%;
}

.swiper-container.proshowswiper {
    margin-top: 25px;
}

.proshowswiper img {
    width: 100%;
}

.proshow_top_fr {
    float: right;
    width: 40.3%;
}

.proshow_top_fr_title {
    font-size: 36px;
    color: #333;
    border-bottom: 1px dashed #DDDDDD;
    line-height: 84px;
}

.proshow_top_fr_con {
    font-size: 24px;
    color: #000;
    line-height: 2;
    margin-top: 25px;
}

.proshow_top_fr_more {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.proshow_top_fr_more a {
    display: block;
    float: left;
    width: 49%;
    background: #D9D9D9;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.proshow_top_fr_more a:last-child {
    color: #fff;
    background: #B11E08;
    float: right;
}

.bread {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 100px;
}

.breads {
    max-width: 1600px;
    margin: auto;
    text-align: center;
    font-size: 0;
}

.breads a {
    font-size: 20px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    padding: 0 10px;
    position: relative;
    margin: 0 20px;
}

.breads a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #B11E08;
}

.job {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.jobs {
    max-width: 1600px;
    margin: auto;
}

.job_item {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}

.job_top {
    width: 100%;
    overflow: hidden;
}

.job_top_fl {
    float: left;
}

.job_top_fl_title {
    font-size: 24px;
    color: #B11E08;
}

.job_top_fl_con {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.job_top_fl_con span {
    margin-right: 30px;
}

.job_top_fr {
    float: right;
    margin-top: 15px;
    transition: all 0.3s;
}

.job_bot {
    margin-top: 40px;
    border-top: 1px solid #999;
    padding-top: 40px;
    display: none;
}

.job_bot_intro_title {
    font-size: 24px;
    color: #666;
}

.job_bot_intro_con {
    line-height: 2;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.job_bot_intro_email {
    margin-top: 40px;
    border-top: 1px solid #999;
    padding-top: 40px;
    font-size: 16px;
    color: #666;
}

.job_item.active {
    background: rgba(177, 30, 8, 0.2);
}

.job_item.active .job_top_fr {
    transform: rotate(180deg);
}

.job_item.active .job_top_fr svg path {
    fill: #B11E08;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1600px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 30px auto 40px;
}

.incontact {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.incontacts {
    max-width: 1600px;
    margin: auto;
}

.incontact_top {
    width: 100%;
    overflow: hidden;
}

.incontact_tops {
    width: 32%;
    float: left;
    margin-bottom: 25px;
    margin-right: 2%;
    background: #B11E08;
    border-radius: 15px;
    padding: 50px 15px;
    text-align: center;
}

.incontact_tops:nth-child(3n) {
    margin-right: 0;
}

.incontact_top_title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.incontact_top_con p {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
}

.incontact_bot_fr {
    float: right;
    width: 56%;
}

.incontact_bot_fl {
    float: left;
    width: 40%;
}

.incontact_bot_fl_title {
    font-size: 36px;
    color: #000;
    margin-top: 5px;
}

.incontact_bot_fl input[type=text] {
    width: 100%;
    background: none;
    outline: none;
    border: 1px solid #d2d2d2;
    padding-left: 20px;
    font-size: 23px;
    margin-top: 20px;
    height: 85px;
}

.incontact_bot_fl textarea {
    width: 100%;
    background: none;
    outline: none;
    border: 1px solid #d2d2d2;
    padding-left: 20px;
    font-size: 23px;
    margin-top: 20px;
    height: 205px;
    padding-top: 20px;
}

.incontact_bot_fl input[type=submit] {
    width: 100%;
    background: #B11E08;
    outline: none;
    border: 1px solid #d2d2d2;
    font-size: 23px;
    margin-top: 20px;
    height: 85px;
    font-size: 30px;
    color: #fff;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.inproducts {
    max-width: 1600px;
    margin: auto;
	overflow:hidden;
}

.inpro {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
    float: left;
}

.inpro:nth-child(4n) {
    margin-right: 0;
}

.inpro img {
    width: 100%;
    border-radius: 10px;
}

.inpro p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.inabouts {
    max-width: 1600px;
    margin: auto;
}

.right_inab {
    float: right;
    width: 43.75%;
}

.right_inab img {
    width: 100%;
}

.left_inab {
  float: left;
    width: 100%;
    text-align: center;
}

.inab_title {
    display: inline-block;
    text-align: center;
}

.inab_maintitle {
    font-size: 66px;
    font-weight: bold;
    color: #999;
    opacity: 0.2;
    text-transform: uppercase;
}

.inab_titles {
    font-weight: bold;
    font-size: 48px;
    color: #B11E08;
    margin-top: -70px;
}

.inab_con {
	width:430px;
	text-align:left;
	margin:auto;
    font-size: 20px;
    color: #333;
    line-height: 2.3;
    margin-top: 40px;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cultures {
    max-width: 1600px;
    margin: 40px auto;
    position: relative;
}

.cultureswiper img {
    width: 100%;
}

.cultureswiper a {
    display: block;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
}

.cultureswiper p {
    background: #fff;
    line-height: 48px;
    font-size: 16px;
    color: #333;
}

.swiper-container.cultureswiper {
    padding: 5px;
}

.cultures .swiper-button-prev {
    width: 51px;
    height: 51px;
    top: 50%;
    left: -70px;
    background: url(../image/left_cul.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.cultures .swiper-button-prev:hover {
    background: url(../image/right_cul.png) center no-repeat;
    transform: rotate(180deg);
}

.cultures .swiper-button-next {
    width: 51px;
    height: 51px;
    top: 50%;
    right: -70px;
    background: url(../image/left_cul.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    transform: rotate(180deg);
}

.cultures .swiper-button-next:hover {
    background: url(../image/right_cul.png) center no-repeat;
    transform: rotate(0);
}

.inhistory {
    width: 100%;
    overflow: hidden;
    margin: 35px 0 60px 0;
}

.inhistorys {
    max-width: 1600px;
    margin: 30px auto 0;
    background: url(../image/his_line.png) top 10px center;
    background-repeat: repeat-y;
    position: relative;
}

.inhistory_start {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
}
.inhistory_item{
	width:100%;
	height:780px;
	overflow:hidden;
}

.dev_button {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
}

.dev_rise {
    display: none;
    border-radius: 100%;
}

.inhistory_items {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.inhistory_items:nth-child(2n+1) {
    padding-left: 49%;
}

.inhistory_items:nth-child(2n) {
    padding-right: 49%;
    text-align: right;
}

.inhistory_item_year {
    font-size: 32px;
    color: #B11E08;
    font-weight: bold;
}

.inhistory_item_year img {
    margin-right: 10px;
}

.inhistory_items:nth-child(2n) .inhistory_item_year img {
    margin-left: 10px;
}

.inhistory_item_month {
    margin-top: 30px;
    overflow: hidden;
}

.inhistory_item_month_con {
    float: right;
    width: 63%;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.inhistory_item_months {
    float: right;
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}

.inhistory_item_month_pic {
    float: right;
    margin-right: 10px;
}

.inhistory_items:nth-child(2n) .inhistory_item_month_pic {
    float: left;
    margin-left: 10px;
}

.inhistory_items:nth-child(2n) .inhistory_item_months {
    float: left;
    margin-left: 10px;
}

.inhistory_items:nth-child(2n) .inhistory_item_month_con {
    float: left;
	text-align:left;
}

.inhistory_title {
    text-align: center;
}

.inhistory_maintitle {
    font-size: 66px;
    font-weight: bold;
    color: #999;
    opacity: 0.2;
    text-transform: uppercase;
}

.inhistory_titles {
    font-weight: bold;
    font-size: 48px;
    color: #B11E08;
    margin-top: -70px;
}

.historyswiper {
    max-width: 1600px;
    margin: auto;
    height: 100%;
}

.historyswiper_con {
    font-size: 14px;
    color: #333;
}

.historyswiper_time {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.historyswiper_line {
    width: 1px;
    height: 32px;
    background: #ddd;
    margin-left: 5px;
}

.historyswiper_circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #FFB21D;
    margin-top: 5px;
    margin-bottom: 5px;
}

.history_item {
    z-index: 10;
}

.history_item:nth-child(1) {
    position: absolute;
    left: 18%;
    bottom: 95px;
}

.history_item:nth-child(2) {
    position: absolute;
    left: 34.5%;
    bottom: 25px;
}

.history_item:nth-child(3) {
    position: absolute;
    left: 45%;
    bottom: 140px;
}

.history_item:nth-child(4) {
    position: absolute;
    left: 53.5%;
    bottom: 250px;
}

.history_item:nth-child(5) {
    position: absolute;
    left: 61%;
    bottom: 420px;
}

.history_item:nth-child(6) {
    position: absolute;
    left: 69%;
    bottom: 342px;
}

.history_item:nth-child(7) {
    position: absolute;
    left: 71%;
    bottom: 640px;
    text-align: right;
}

.history_item:nth-child(7) .historyswiper_line {
    margin-left: 90%;
}

.history_item:nth-child(7) .historyswiper_circle {
    margin-left: 86%;
}

.history_item:nth-child(8) {
    position: absolute;
    left: 84.5%;
    top: 305px;
}

.history_item:nth-child(9) {
    position: absolute;
    left: 81.5%;
    top: 77px;
    text-align: right;
}

.history_item:nth-child(9) .historyswiper_line {
    margin-left: 90%;
}

.history_item:nth-child(9) .historyswiper_circle {
    margin-left: 86%;
}