* {
    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;
}
.inbusinesscontainer p span strong img{

	margin-top:-10px!important;
	}
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    padding-right: 60px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
       height: 100%;
	    position: absolute;
    left: 0;
    padding-left: 20px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
	    flex-direction: column;
    padding-left: 5%;
}
.mobile-inner-nav div a{
     margin-left: 0;
	  margin-right: 0.5%;
}
.banner .swiper-slide img {
    width: 100%;
      height: 100vh;
     
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.bannerdown {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 50px;
    font-size: 20px;
    color: #fff;
    z-index: 9;
    -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;
}

@-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);
    }
}

.bannernum {
    position: absolute;
    bottom: 80px;
    z-index: 9;
    left: 8.5%;
}

.bannernums {
    float: left;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
    transition: all 3s;
}

.bannernums span {
    width: 0;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -7px;
    transition: all 3s;
}

.bannernums.active {
    color: rgba(255, 255, 255, 1);
}

.bannernums.active span {
    width: 51px;
}

.head {
    width: 100%;
    height: 100px;
    box-shadow: 0 0 10px #ddd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 100px;
    line-height: 100px;
}
.logo_img{
	width:57px;
	height:71px;
}
.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    position: relative;
    height: 100px;
    line-height: 100px;
    margin-left: 60px;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #333;
}

.nav ul li:hover::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #C9161E;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav ul li:hover a {
    color: #C9161E;
}

.nav ul li .detailnav {
    position: absolute;
    top: 100px;
    width: 140%;
    left: -20%;
    background: #fff;
    z-index: 99;
    display: none;
    box-shadow: 0 0 10px #ddd;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.nav ul li .detailnav li::before {
    display: none;
}

.nav ul li .detailnav li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #C9161E;
    transition: all 0.8s;
}

.nav ul li .detailnav li a {
    color: #333;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 9;
    transition: all 0.8s;
}

.nav ul li .detailnav li:hover::after {
    width: 100%;
}

.nav ul li .detailnav li:hover a {
    color: #fff;
}

.nav ul li:hover .detailnav {
    display: block;
}

.about {
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
    padding: 10px 0;
}

.abouts {
    max-width: 1600px;
    margin: auto;
}

.right_ab {
    float: right;
    width: 41.3%;
}

.right_ab img {
    width: 100%;
}

.left_ab {
    float: left;
    width: 73.25%;
    margin-right: -22.05%;
    margin-left: 7.5%;
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.abtitle {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Times New Roman";
    color: #D6D6D6;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
}

.abtitles {
    font-size: 30px;
    color: #333;
}

.abcon {
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin-top: 40px;
    width: 58.5%;
    text-align: justify;
}

.shuju {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 50px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
    height: 236px;
    padding-top: 45px;
    cursor: pointer;
}

.sj_top {
    font-size: 18px;
    color: #333;
}

.sj_bot {
    font-size: 96px;
    font-family: "Times New Roman";
    color: #E70012;
    font-style: italic;
    margin-top: 10px;
}

.sj_bot span {
    position: relative;
}

.sj_bot span::before {
    content: "+";
    position: absolute;
    right: -40px;
    top: -10px;
    font-size: 32px;
    font-family: "Times New Roman";
    color: #E70012;
    font-weight: bold;
}

.sj:nth-child(2) .sj_bot span::before {
    content: "年";
    font-weight: normal;
}

.sj:hover {
    background: #E70012;
}

.sj:hover .sj_top,
.sj:hover .sj_bot,
.sj:hover .sj_bot span::before {
    color: #fff;
}

.business {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 35px;
}

.bussinesscontainer {
    max-width: 1600px;
    margin: auto;
}

.business_top {
    width: 100%;
    overflow: hidden;
}

.business_title {
    float: left;
}

.business_maintitle {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Times New Roman";
    color: #D6D6D6;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
}

.business_titles {
    font-size: 30px;
    color: #333;
}

.business_more {
    float: right;
    margin-top: 95px;
}

.business_more a {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.business_bot {
    width: 100%;
    margin-top: 20px;
}

.business_bots {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    background: #F8F8F8;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.business_bots:nth-child(4n) {
    margin-right: 0;
}

.business_box {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.business_boxs {
    display: table-cell;
    vertical-align: middle;
}

.business_box_pic {
    height: 146px;
    line-height: 146px;
}

.business_box p {
    font-size: 24px;
    color: #333;
    margin-top: 25px;
}

.business_before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.business_before_pic img {
    width: 100%;
    height: 100%;
}

.business_before_pic {
    position: relative;
    height: 100%;
}

.business_before_pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.business_befores {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    padding: 0 30px;
    width: 100%;
    height: 100%;
}

.bus_before_container {
    display: table-cell;
    vertical-align: middle;
}

.business_before_title {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.business_before_con {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-top: 25px;
}

.business_before_more {
    margin: 35px auto 0;
    width: 146px;
    height: 29px;
    line-height: 27px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

.business_before_more img {
    margin-left: 10px;
    margin-top: -3px;
}

.business_bots:hover .business_box {
    top: -100%;
}

.business_bots:hover .business_before {
    top: 0;
}

.culture {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
    padding: 60px 0;
}

.cultures {
    max-width: 1600px;
    margin: 80px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Times New Roman";
    color: #D6D6D6;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
}

.titles {
    font-size: 30px;
    color: #333;
}

.right_culture {
    float: right;
    width: 63.9%;
}

.right_culture img {
    width: 100%;
    display: none;
}

.left_culture {
    float: left;
    width: 34.375%;
}

.lculture {
    border-bottom: 1px dashed #DDDDDD;
   padding: 16px 10px;
    overflow: hidden;
}

.lculture_pic {
    float: left;
}

.lculture_intro {
    float: right;
    width: 80%;
}

.lculture_top {
    width: 100%;
    overflow: hidden;
}

.lculture_title {
    float: left;
    font-size: 20px;
    color: #333;
}

.lculture_more {
    float: right;
    font-size: 12px;
    color: #E70012;
    text-transform: uppercase;
    margin-top: 10px;
    display: none;
}

.lculture_more img {
    margin-left: 5px;
}

.lculture_titles {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.lculture.active {
    background: #fff;
}

.lculture.active .lculture_title {
    color: #E70012;
}

.lculture.active .lculture_more {
    display: block;
}

.lculture.active .lculture_pic svg path {
    fill: #E70012;
}

.new {
    width: 100%;
    overflow: hidden;
    margin: 55px 0;
}

.news {
    max-width: 1600px;
    margin: auto;
}

.new_nav {
    float: right;
    margin-top: 85px;
}

.new_nav a {
    display: block;
    text-align: center;
    width: 166px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #F8F8F8;
    font-size: 18px;
    color: #333;
    margin-right: 40px;
    float: left;
}

.new_nav a.active {
    color: #fff;
    background: #E70012;
}

.newlists {
    display: none;
}

.newlist {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.newitem {
    float: left;
    width: 21.875%;
    margin-right: calc(12.5% / 3);
}

.newitem:nth-child(4n) {
    margin-right: 0;
}

.newtitle {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.newline {
    width: 29px;
    height: 3px;
    background: #333;
    margin-top: 25px;
}

.newpic {
    margin-top: 25px;
}

.newpic img {
    width: 100%;
}

.newcon {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 30px;
}

.newmore {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    text-transform: uppercase;
}

.newitem:hover .newtitle,
.newitem:hover .newmore {
    color: #E70012;
}

.newitem:hover .newline {
    background: #E70012;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.png) top right no-repeat #EEEEEE;
    padding-top: 60px;
}

.foots {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.left_foot {
    float: left;
	text-align:center;
}

.flogo {
    width: 100%;
    overflow: hidden;
}

.flogopic {
    float: none;
}

.flogotitle {
    float: none;
    height: 110px;
    line-height: 80px;
    margin-left: 10px;
    font-size: 20px;
    background-image: linear-gradient(to right, #C8161E, #F39700);
    color: transparent;
    -webkit-background-clip: text;
}

.saoma {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.sm {
    float: left;
    text-align: center;
    margin-right: 30px;
}

.sm:last-child {
    margin-right: 0;
}

.sm img {
    word-wrap: 16px;
}

.sm p {
    font-size: 12px;
    color: #333;
    margin-top: 15px;
}

.fnav {
    float: right;
}

.fnavs {
    float: left;
    margin-right: 70px;
}

.fnavs:last-child {
    margin-right: 0;
}

.ftitle {
    font-size: 20px;
    color: #333;
    margin-bottom: 40px;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.copy {
    width: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

.copy a {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}

.inbanner img {
    width: 100%;
}

.bread {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(201, 22, 30, 0.1);
    text-align: center;
    font-size: 0;
}

.breads {
   /* max-width: 1600px;
    margin: auto;*/
	    height: 100%;

}

.bread a {
    font-size: 20px;
    color: #333;
    padding: 0 45px;
}

.bread a.active {
    display: inline-block;
    color: #fff;
    background: #C9161E url(../images/breadbg.png) center no-repeat;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.innews {
    max-width: 1600px;
    margin: 40px auto 0;
}

.intitle {
    text-align: center;
}

.inmaintitle {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
}

.intitles {
    font-size: 24px;
    color: #333;
}

.intitles span {
    color: #C9161E;
}

.innewtop {
    width: 100%;
    overflow: hidden;
    background: #C9161E url(../images/hand.png) right 60px bottom 20px no-repeat;
    display: none;
}

.innewtop_left {
    float: left;
    width: 46.25%;
}

.innewtop_left img {
    width: 100%;
}

.innewtop_right {
    float: right;
    width: 53.75%;
    padding: 60px;
}

.innewtop_right_title {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

.innewtop_right_con {
    text-indent: 2em;
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    margin-top: 20px;
}

.innewitem {
    width: 100%;
    overflow: hidden;
    background: #F6F6F6;
    padding: 15px;
    margin-top: 20px;
}

.innnewpic {
    float: left;
    width: 24.3%;
}

.innnewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 74.8%;
}

.innewtopic {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.innewtitle {
    float: left;
    font-size: 24px;
    color: #333;
}

.innewdate {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.innewcon {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-top: 40px;
}

.innewitem:hover {
    background: #C9161E;
}

.innewitem:hover .innewtitle,
.innewitem:hover .innewdate,
.innewitem:hover .innewcon {
    color: #fff;
}

.newshow {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
    padding: 30px 0;
}

.newshows {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 60px;
}

.newshow_title {
    text-align: center;
    font-size: 18px;
    color: #333;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 29px;
}

.newshow_item {
    width: 100%;
    margin-top: 15px;
    font-size: 0;
    text-align: center;
}

.newshow_items {
    display: inline-block;
    font-size: 12px;
    color: #666;
    padding: 0 55px;
}

.newshow_items img {
    margin-right: 8px;
}

.newshow_container {
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin-top: 35px;
}

.newshow_container img {
    max-width: 100%;
}

.newshow_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.newshow_bottom_fl {
    float: left;
}

.newshow_bottom_fls,
.newshow_bottom_fls a {
    font-size: 16px;
    color: #666666;
}

.newshow_bottom_fls a:hover {
    color: #C9161E;
}

.newshow_bottom_fls:first-child {
    margin-bottom: 15px;
}

.newshow_bottom_fr {
    float: right;
    margin-top: 5px;
}

.newshow_bottom_fr a {
    display: block;
    text-align: center;
    width: 195px;
    height: 49px;
    line-height: 47px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}

.feedback {
    width: 100%;
    background: #F8F8F8;
    padding-bottom: 100px;
    padding-top: 40px;
}

.feedbacks {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    padding: 70px;
    position: relative;
}

.feedbacktop {
    max-width: 840px;
    margin: auto;
    text-align: center;
}

.feedbacktop_title {
    font-size: 30px;
    color: #333;
}

.feedbacktop_line {
    margin: 15px auto 0;
    width: 86px;
    height: 2px;
    background: #C9161E;
}

.feedbacktop_con {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-top: 30px;
}

.feedback1 {
    max-width: 840px;
    margin: 15px auto 0;
}

.feedbacktitle {
    text-align: center;
}

.feedbackmaintitle {
    font-weight: bold;
    font-size: 64px;
    background-image: linear-gradient(rgba(201, 22, 30, 0.3), rgba(201, 22, 30, 0));
    color: transparent;
    -webkit-background-clip: text;
}

.feedbacktitles {
    font-size: 30px;
    color: #333;
    margin-top: -60px;
}

.feedbacktitleline {
    margin: 5px auto 0;
    width: 86px;
    height: 2px;
    background: #C9161E;
}

.feedback1 form {
    margin-top: 45px;
}

.feedback1 form input[type=text] {
    width: 100%;
    background: none;
    font-size: 18px;
    height: 78px;
    border: 1px solid #D9D9D9;
    padding-left: 40px;
    outline: none;
    margin-bottom: 30px;
}

.feedback1 form textarea {
    width: 100%;
    background: none;
    font-size: 18px;
    height: 175px;
    border: 1px solid #D9D9D9;
    padding-left: 40px;
    outline: none;
    margin-bottom: 30px;
    padding-top: 25px;
}

.feedback1 form input[type=file] {
    width: 152px;
    height: 152px;
    font-size: 0;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.feedback1 form input[type=file]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/imgfile.png) center no-repeat;
    top: 0;
    left: 0;
}

#previewContainer {
    margin-top: 15px;
}

#previewContainer img {
    max-width: 100%;
}

.formbutton {
    width: 100%;
    overflow: hidden;
}

.formbutton input[type=submit] {
    width: 48%;
    float: left;
    height: 68px;
    border: none;
    outline: none;
    background: #C9161E;
    font-size: 18px;
    color: #fff;
}

.formbutton input[type=reset] {
    width: 48%;
    float: right;
    height: 68px;
    border: none;
    outline: none;
    background: #EEEEEE;
    font-size: 18px;
    color: #333;
}

.feedback2 {
    max-width: 1425px;
    margin: 15px auto 0;
}

.feedbacktitlecon {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.feedback2s {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    margin-top: 25px;
}

.feedback2_item {
    width: 49%;
    margin-right: 2%;
    float: left;
    text-align: center;
    background: #fff;
    height: 215px;
    padding-top: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px #ddd;
}

.feedback2_item:nth-child(2n) {
    margin-right: 0;
}

.feedback2_item_title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.feedback2_item_title svg {
    margin-right: 8px;
    position: relative;
    top: 8px;
}

.feedback2_item:nth-child(2) .feedback2_item_title svg {
    top: 14px;
}

.feedback2_item_con {
    font-size: 20px;
    color: #666;
    line-height: 2;
    margin-top: 10px;
}

.feedback2_item:hover {
    box-shadow: 0 0 10px rgba(201, 22, 30, 0.1);
}

.feedback2_item:hover .feedback2_item_title,
.feedback2_item:hover .feedback2_item_con {
    color: #C9161E;
}

.feedback2_item:hover svg path {
    fill: #C9161E;
}

.feedback3 {
    max-width: 1425px;
    margin: 15px auto 0;
}

.feedback3s {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    margin-top: 30px;
}

.feedback3_item {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    height: 305px;
    padding: 50px 35px;
    cursor: pointer;
}

.feedback3_item:nth-child(2n) {
    margin-right: 0;
}

.feedback3_item_con {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
}

.feedback3_item_date {
    font-size: 14px;
    color: #666;
    margin-top: 50px;
}

.feedback3_item_date span {
    float: left;
}

.feedback3_item_date img {
    float: right;
}

.feedback3_item:hover {
    background: #FFF5F6;
}

.inbusiness {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}
/**/
.inbusinesscontainer {
            width: 100%;
        }
        
        .inbusinesscontainer_top {
            height: 630px;
          
               display: flex;
    justify-content: space-between;
        }
        
        .inbusinesscontainer_top_left {
            width: 830px;
            float: left;
            margin-right: 20px;
        }
        
        .inbusinesscontainer_top_left p {
            font-size: 16px;
            color: #333;
            line-height: 1.8;
        }
        
        .inbusinesscontainer_right {
            float: left;
            width: 750px;
        }
        
        .inbusinesscontainer_right_top {
            width: 100%;
                height: auto;
        }
        
        .inbusinesscontainer_right_top_img {
            width: 100%;
            height: 100%;
        }
        
        .inbusinesscontainer_right_bottom_img {
            width: 100%;
            overflow: hidden;
        }
        
        .inbusinesscontainer_right_bottom {
            margin-top: 10px;
        }
        
        .inbusinesscontainer_right_bottom_img:last-of-type {
            margin-right: 0px;
        }
        
        .inbus_right_bottom_swiper {
            width: 100%;
            overflow: hidden;
            margin-top: 15px;
        }
        
        .inbus_left_01 {
            width: 100%;
            overflow: hidden;
        }
        
        .swiper-slide-active {
            width: 243px;
            height: 150px;
            margin-right: 5px;
        }
        
        .inbusinesscontainer_middles {
            width: 100%;
            background-color: #f5f5f5;
            height: 100px;
            line-height: 100px;
			margin:40px 0px 30px 0px;
        }
        
       /* .inbusinesscontainer_middle_title {
            width: 1600px;
            margin: auto;
        }*/
        
        .inbusinesscontainer_middle_title_p {
            color: #333;
            font-size: 24px;
            text-align: center;
        }
		.inbusinesscontainer_bottoms {
            width: 100%;
            background-color: #f5f5f5;
            height: 100px;
            line-height: 100px;
			margin:40px 0px 30px 0px;
        }
        
      /*  .inbusinesscontainer_bottom_title {
            width: 1600px;
            margin: auto;
        }*/
        
        .inbusinesscontainer_bottom_title_p {
            color: #333;
            font-size: 24px;
            text-align: center;
        }
/**/
.inbusinesscontainer {
    max-width: 1600px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
	padding-bottom:50px;
}

.inbusinesscontainer img {
    max-width: 100%;
    margin-top: 10px;
}

 .videoswiper video {
            width: 100%;
            margin:10px;
        }
.company {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.companys {
    max-width: 1600px;
    margin: 40px auto 0;
}

.company_item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 325px;
    padding: 25px;
}

.company_item:nth-child(4n) {
    margin-right: 0;
}

.company_item_pic {
    text-align: center;
}

.company_item_pic img {
    width: 70px;
}

.company_item_name {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.company_item_time {
    font-size: 14px;
    margin-top: 20px;
    color: #898e92;
    overflow: hidden;
    height: 40px;
}

.company_item_adress {
    font-size: 14px;
    color: #222427;
    margin-top: 15px;
    overflow: hidden;
}

.company_item_time span:first-child,
.company_item_adress span:first-child {
    display: block;
    float: left;
    width: 75px;
}

.company_item_time span:last-child,
.company_item_adress span:last-child {
    display: block;
    float: left;
    width: calc(100% - 85px);
}

.service {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
    padding: 40px 0;
}

.services {
    max-width: 1600px;
    margin: 40px auto 0;
}

.right_service {
    float: right;
    width: 39.2%;
	    margin-top: 90px;
}

.right_service img {
    width: 100%;
    margin-top: -90px;
}

.left_service {
    float: left;
    font-size: 16px;
    line-height: 2.2;
    width: 54.3%;
}

.star {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.stars {
    max-width: 1600px;
    margin: 40px auto 0;
}

.startopswiper img {
    width: 100%;
}

.starbot {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.starbotswiper .swiper-slide {
    padding: 5px;
}

.starbotswiper img {
    width: 100%;
    box-shadow: 0 0 10px #ddd;
}

.starbot .swiper-button-prev {
    width: 71px;
    height: 70px;
    background: url(../images/left_star.png) center no-repeat;
    left: -70px;
}

.starbot .swiper-button-next {
    width: 71px;
    height: 70px;
    background: url(../images/right_star.png) center no-repeat;
    right: -70px;
}

.jobtop {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.jobtops {
    max-width: 1600px;
    margin: 40px auto 0;
}

.jobtop_item {
    float: left;
    position: relative;
    width: 23.125%;
    margin-right: 2.5%;
    border-radius: 5px;
    overflow: hidden;
}

.jobtop_item:nth-child(4n) {
    margin-right: 0;
}

.jobtop_item_pic img {
    width: 100%;
}

.jobtop_item_title {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.jobtop_item_titles {
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.job_item_before {
    display: table;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #C9161E;
    padding: 0 30px;
    transition: all 0.6s;
}

.job_item_befores {
    display: table-cell;
    vertical-align: middle;
}

.job_item_before_title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    padding-bottom: 16px;
}

.job_item_before_con {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
}

.jobtop_item:hover .job_item_before {
    top: 0;
}

.jobbot {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.jobbots {
        display: flex;
    flex-wrap: wrap;
	height:710px;
    padding: 0 130px;
    justify-content: center;
}

.jobbot .intitlecon {
    margin-top: 15px;
}
.intitlecon{
	margin:30px 0px;
	height:50px;
	line-height:50px;
}
	
	
		
.jobitem {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 25px 3%;
    margin-top: 30px;
	width:49%;
	float:left;
	margin-right:15px;
}
.jobitem:nth-child(2n){
    margin-right: 0;
}

.jobitem_top_title {
    width: 100%;
    overflow: hidden;
}

.jobitem_top_titles {
    float: left;
    font-size: 24px;
    color: #C9161E;
}

.jobitem_top_arrow {
    float: right;
    margin-top: 5px;
    transition: all 0.8s;
	opacity:0.4;
}

.jobitem_top_con {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.jobitem_top_con span {
    font-size: 16px;
    color: #666;
    margin-right: 8%;
}

.jobitem_bots {
    border-top: 1px solid rgba(201, 22, 30, 0.1);
    margin-top: 20px;
    padding-top: 20px;
}

.jobitem_bot_title {
    font-size: 20px;
    color: #666;
}

.jobitem_bot_con {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 15px;
}

.jobitem_bot {
    display: none;
}

.jobitem.active {
    background: #FFFBFB;
}

.jobitem.active .jobitem_top_arrow {
    transform: rotate(180deg);
}

.jobitem.active .jobitem_top_arrow svg path {
    stroke: #C9161E;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 40px;
}

.inabouts {
    margin: 30px auto 0;
	    display: flex;
		    width: 100%;
        justify-content: center;
}
.inabouts_left{
	width:700px;
	    margin-right: 60px;

}
.inabouts_right{
    width: 600px;
    height: auto;
}
.inabouts_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inab {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.inabtitle {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-top: 15px;
}

.inablink {
    margin-top: 35px;
	text-align:left;
	margin-left:-40px;
}

.inablink a {
    margin: 0 40px;
}

.inablink a img {
    box-shadow: 0 0 10px #ddd;
    filter: grayscale(1);
    border-radius: 20px;
}

.inablink a:hover img {
    filter: grayscale(0);
}

.history {
    width: 100%;
    overflow: hidden;
    background: url(../images/hisbg.png) center no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.historys {
    max-width: 1600px;
    margin: auto;
}

.intop {
    width: 100%;
    overflow: hidden;
}

.intoptitle {
    float: left;
}

.intopmaintitle {
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
}

.intoptitles {
    font-size: 30px;
    color: #333;
}

.intoptitles span {
    color: #C9161E;
}

.intopmore {
    float: right;
    margin-top: 30px;
}

.intopmore a {
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
}

.intopmore a img {
    margin-left: 10px;
}

.hiscontainer {
    width: 100%;
    padding: 0 90px;
    position: relative;
    margin-top: 55px;
    background: url(../images/hisline.png) top 83px center no-repeat;
}

.history_before {
    text-align: center;
    transition: all 0.6s;
}

.history_before_year {
    font-size: 36px;
    color: #333;
}

.history_before_icon {
    width: 15px;
    height: 15px;
    background: rgba(223, 230, 238, 0.4);
    border-radius: 100%;
    position: relative;
    margin: 20px auto 0;
}

.history_before_icon::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background: #DFE6EE;
    width: 7px;
    height: 7px;
}

.history_before_title {
    font-size: 20px;
    color: #666;
    margin-top: 7px;
}

.history_before_pic {
    margin-top: 15px;
}

.history_before_pic img {
    max-width: 100%;
}

.history_after {
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px #eee;
    padding: 20px 40px;
    transition: all 0.6s;
}

.history_after_title {
    text-align: center;
    font-size: 20px;
    color: #C9161E;
}

.history_after_icon {
    width: 15px;
    height: 15px;
    background: rgba(223, 230, 238, 0.4);
    border-radius: 100%;
    position: relative;
    margin: 27px auto 0;
}

.history_after_icon::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background: #C9161E;
    width: 7px;
    height: 7px;
}

.history_after_con {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 1.8;
}

.historyswiper .swiper-slide {
    padding-top: 5px;
    padding-bottom: 5px;
}

.historyswiper .swiper-slide:hover .history_after {
    top: 0;
}

.historyswiper .swiper-slide:hover .history_before {
    opacity: 0;
}

.hiscontainer .swiper-button-prev {
    background: none;
    left: 0;
    top: 40px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    width: auto;
    height: auto;
}

.hiscontainer .swiper-button-prev:hover svg line {
    stroke: #C9161E;
}

.hiscontainer .swiper-button-prev:hover svg path {
    fill: #C9161E;
}

.hiscontainer .swiper-button-next {
    background: none;
    right: 0;
    top: 40px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    transform: rotate(180deg);
    width: auto;
    height: auto;
}

.hiscontainer .swiper-button-next:hover svg line {
    stroke: #C9161E;
}

.hiscontainer .swiper-button-next:hover svg path {
    fill: #C9161E;
}

.inculture {
    width: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.incultures {
    max-width: 1600px;
    margin: auto;
}

.incul_top {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.incul_top_fl {
    float: left;
    font-size: 36px;
    color: #999;
}

.incul_top_fr {
    float: right;
	margin-right:235px;
}

.incul_top_frs {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 40px;
    padding: 0 50px;
    background: #F8F8F8;
    position: relative;
    cursor: pointer;
}

.incul_top_fr_title {
    font-size: 20px;
    color: #333;
}

.incul_top_fr_num {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    background-image: linear-gradient(rgba(201, 22, 30, 0.1), rgba(201, 22, 30, 0));
    color: transparent;
    -webkit-background-clip: text;
    top: 0;
    left: 0;
}

.incul_top_frs.active {
    background: #C9161E;
}

.incul_top_frs.active .incul_top_fr_title {
    color: #fff;
}

.incul_top_frs.active .incul_top_fr_num {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.incul_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.incul_bots_pic {
    float: left;
    width: 34%;
}

.incul_bots_pic img {
    width: 100%;
}

.incul_bots_intro {
    float: right;
    width: 60.9%;
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    margin-top: -10px;
}

.incul_bots {
    display: none;
}

.honor {
    width: 100%;
    overflow: hidden;
    background: url(../images/honorbg.png) center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.honors {
    max-width: 1600px;
    margin: 40px auto 0;
    position: relative;
    padding: 0 10%;
}

.honortitle {
    text-align: center;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 660px;
    text-align: center;
    box-shadow: 0 0 10px #ddd;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    text-align: center;
    background: #fff;
    line-height: 85px;
    font-size: 24px;
    color: #C9161E;
    font-weight: bold;
}

.honors .swiper-button-prev {
    width: 71px;
    height: 70px;
    background: url(../images/left_star.png) center no-repeat;
    left: 0;
}

.honors .swiper-button-next {
    width: 71px;
    height: 70px;
    background: url(../images/right_star.png) center no-repeat;
    right: 0;
}

.honors .swiper-pagination {
    width: 100%;
    position: static;
    margin-top: 35px;
}

.honors .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #DDDDDD;
    border-radius: 100%;
    margin: 0 6px;
}

.honors .swiper-pagination-bullet-active {
    background: #C9161E;
}

.contact {
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
}

.right_contact {
    float: right;
    width: 60.4%;
}

#map1 {
    width: 100%;
    height: 640px;
}

.left_contact {
    float: left;
    margin-top: 70px;
    margin-left: 10%;
}

.contactline {
    width: 60px;
    height: 4px;
    background: #000;
    margin-top: 25px;
}

.contactitem_top {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
}

.contactitem_top img {
    margin-right: 8px;
}

.contactitem_bot {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
}

.contactitem {
    margin-top: 45px;
}

.contacttel {
    font-size: 32px;
    font-weight: bold;
    color: #C9161E;
    margin-top: 35px;
}

.contacttel img {
    margin-right: 10px;
    margin-top: -10px;
}

.innewnav {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.innewnav a {
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin: 0 15px;
    background: #E70012;
}

.busyswiper img {
    width: 100%;
    margin-top: 0;
	    height: 100%;
    object-fit: contain;
}

.inbusinesscontainer_middle    .swiper-slide {
    height: auto;
}

.mobile-inner-header   img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.intitle{
    display: none;
}

.history_after_con  p  span{
	    font-size: 14px !important;
}