/*
	This style.css is applied to the global.
	only edit by 2014-05-28
*/
/* Reset element defaults */
html {
    overflow-y: scroll;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, p, form, fieldset, legend, input, button, textarea, blockquote {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, i, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal
}

ul, ol {
    list-style: none
}

caption {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ""
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button, textarea, select {
    *font-size: 100%;
    border: none
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

a {
    cursor: pointer;
    text-decoration: none
}

a img {
    border-width: 0;
    vertical-align: middle
}

body, td, th { /*font:14px Helvetica,Arial,sans-serif;line-height:1.8*/
}

table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0
}

wbr:after {
    content: "\00200B"
}

textarea {
    resize: none
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: none
}

/*table{border-collapse:0; border-spacing:0;}
img{border:0; vertical-align:bottom; }
ul,dd,dl,dt,ol,li{list-style.css:none; vertical-align:middle;}
em,cite{font-style.css:normal;}*/

/* element float */
.lt {
    float: left;
    position: relative;
}

.rt {
    float: right;
}

/* element position */
.p_fix {
    position: fixed;
}

.p_rel {
    position: relative;
}

.p_abs {
    position: absolute;
}

.p_inh {
    position: inherit;
}

/* Clear float element */
.c_wap:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.c_wap {
    zoom: 1;
}

/* Font Sizes and is bold */
.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font_bold {
    font-weight: bold;
}

.font_nobold {
    font-weight: normal;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

/* element width */
.w_10 {
    width: 10%;
}

.w_20 {
    width: 20%;
}

.w_25 {
    width: 25%;
}

.w_28 {
    width: 28%;
}

.w_30 {
    width: 30%;
}

.w_33 {
    width: 33.33%;
}

.w_45 {
    width: 45%;
}

.w_50 {
    width: 50%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}

.w_100 {
    width: 100%;
}

/* This <a> element style.css */
.a_btn {
    display: block;
    text-decoration: none;
}

.a_btn_txt {
    text-align: center;
}

.a_btn_no_txt {
    text-indent: -9999px;
    overflow: hidden;
}

/* This <a> element border radius style.css */
.a_btn_rb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius-: 50%;
}

.a_btn_rb3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.a_btn_rb5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.a_btn_rb10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ico {
    text-indent: -9999em;
    display: block;
    overflow: hidden;
}

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.boxoutshadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0b0205, direction=120, strength=3); /*ie*/
    -moz-box-shadow: 0px 0px 6px #0b0205; /*firefox*/
    -webkit-box-shadow: 0px 0px 6px #0b0205; /*safari或chrome*/
    box-shadow: 0px 0px 6px #0b0205; /*opera或ie9*/
}

.boxinshadow {
    -moz-box-shadow: 0px 0px 1px 0px #000 inset;
    -webkit-box-shadow: 0px 0px 1px 1px #000 inset;
    box-shadow: 0px 0px 1px 1px #000 inset;
}

.txtshadow {
}

.ie8-warning {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    background: #FFF;
    z-index: 999;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    text-align: center
}

.ie8-warning a {
    color: #333;
}

.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
    background: #f3f3f3;
    border-radius: 0;
}

body {
    line-height: 1.5;
    font-family: "微软雅黑";
    font-size: 12px;
}

.container {
    width: 1200px;
    margin: 0 auto
}

.header_top {
    line-height: 40px;
    background: #333333 url("../images/header_top.png");
    height: 40px;
    color: #fff;
    background-size: 100% 100%;
}

.header_top a {
    color: #fff
}

.header_top p {
    float: left;
}

.nav {
    background: #fff
}

.header_nav {
    line-height: 100px;
}

.header_nav ul {
}

.header_nav ul li {
    width: 110px;
    float: left;
    text-align: center;
    /*padding: 0 10px;*/
}

.header_nav ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0 10px;
}

.header_nav ul li:hover {
    background: #df2228;
}

.header_nav ul li.on {
    background: #df2228;
}

.header_nav ul li:hover a {
    color: #fff;
    transition: all 0.6s;

}

.header_nav ul li.on a {
    color: #fff;

    transition: all 0.6s;

}

.content {
    margin-top: 30px;
}

/*.header_nav_logo{margin-top: 20px;}*/
.header_top .tel {
    background: url(../images/tel.png) no-repeat 10px 10px;
    width: 240px;
    margin-left: 35px;
    text-indent: 45px;
    font-size: 20px;
    font-weight: bold;
}

.search {
    height: 95px;
    line-height: 95px;
    border-bottom: 1px solid #cccccc
}

.keyword {
}

.keyword ul {
}

.keyword ul li {
    float: left
}

.keyword ul li p {
    font-size: 18px;
    font-weight: bold
}

.keyword ul li:hover a {
    color: #df2228;
    transition: all .5s
}

.keyword ul li a {
    font-size: 18px;
    color: #a2a2a2;
    padding: 0 20px
}

.search_text {
    border: 1px solid #aeaeae;
    line-height: 38px;
    height: 38px;
    width: 300px;
    font-size: 16px;
    padding-left: 20px;
}

.search_submit {
    background: url(../images/search.png) no-repeat #df2228 center;
    width: 60px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 27px
}

.search_input form {
    position: relative
}

.service {
    margin-top: 50px;

}

.service .container {
    border: 1px solid #e6e6e6;
    background: #fff4f5;
    height: 264px;
}

.service_left {
    float: left;
    width: 240px;
    text-align: center; /*height: 200px;*/
    margin: 40px 30px;
}

.service_left:before {
    width: 28px;
    height: 26px;
    background: url("../images/bean.png") no-repeat;
    content: "";
    display: block;
    background-size: 100% 100%
}

.service_left:after {
    width: 100%;
    height: 26px;
    background: url("../images/bean.png") no-repeat;
    content: "";
    display: block;
    transform: rotate(180deg);
}

.service_left img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.service_left span {
    display: block;
    border-top: 2px solid #c4c2c2;
    border-bottom: 2px solid #c4c2c2;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: 60%;
    margin: 0 auto;
    line-height: 40px;
}

.service_text {
    float: left;
    width: 440px;
    margin: 40px 30px;
}

.service_text p {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

.service_text span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 35px;
    margin-top: 20px;
}

.service_right_img {
    float: left;
    width: 400px;
}

.service_right_img img {
    width: 100%;
    height: 100%
}

.index_about {
    margin-top: 40px;
}

.index_about_img {
    width: 738px;
    float: left;
}

/*.index_about_img img{height: 100%}*/
.index_about_title {
    width: calc(100% - 738px);
    background: url(../images/about_bg.png) no-repeat 28px 0px;
    font-size: 50px;
    color: #df2228;
    height: 365px;
    padding-top: 65px
}

.index_about_title p {
    width: 220px;
    margin-left: 160px;
    font-weight: bold;
    line-height: 54px;
}

.index_about_title span {
    width: 220px;
    margin-left: 160px;
    color: #616161;
    font-size: 20px;
    display: block
}

.index_about .container {
    position: relative
}

.index_about_introduce {
    position: absolute;
    width: 610px;
    height: 150px;
    right: 0;
    bottom: 4px;
    background: #df2228;
    color: #fff;
    padding: 30px 40px;
}

.index_about_introduce h4 {
    font-size: 26px;
    line-height: 50px;
}

.index_about_introduce p {
    font-size: 14px;
    line-height: 25px;
}

.scene {
    margin-top: 60px;
}

.scene .swiper-button-prev, .scene .swiper-container-rtl.swiper-button-next {
    background-image: url("../images/arrow.png");
    left: -65px;
    right: auto
}

.scene .swiper-button-prev:hover {
    background: url("../images/arrow_hover.png");
    background-size: 100%;
    background-position-y: -5px;
    transform: rotate(180deg);

}

.scene .swiper-button-next:hover {
    background: url("../images/arrow_hover.png");
    background-size: 100%;
    background-position-y: -5px;
    transform: rotate(360deg);
}

.scene .swiper-button-next, .scene .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/arrow.png");
    transform: rotate(180deg);
    right: -65px;
    left: auto
}

.scene .container {
    overflow: inherit;
    position: relative
}

.scene_swiper .swiper-button-prev {
}

.scene_title {
    text-align: center;
    margin: 20px 0;
    background: url("../images/line.png") no-repeat 0px 30px;
}

.scene_title a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #cccccc;
    color: #616161;
    margin: 0 10px;
    background: #fff;
}

.scene_title a:hover {
    background: #df2228;
    color: #fff;
    border: none
}

#scene_swiper2 {
    display: none
}

.tabs3 {
    text-align: center;
    margin: 20px 0 40px 0;
    background: url(../images/line1.png) no-repeat 0px 30px;
}

.tabs3 a:hover {
    background: #df2228;
    color: #fff;
    transition: all .5s
}

.tabs3 a.active {
    background: #df2228;
    color: #fff;
    transition: all .5s
}

.tabs3 a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #cccccc;
    color: #616161;
    margin: 0 10px;
    background: #fff;
}

.index_pro_img {
    width: 700px;
}

.index_pro_img ul {
    position: relative;
}

.index_pro_text {
    width: calc(100% - 730px)
}

.index_pro_img ul li {
    float: left;
    width: 24%;
    position: relative;
    min-height: 660px
}

.index_pro_img ul li.current {
    width: 28%;
    float: left
}

.index_pro_img ul li:nth-child(1) {
    background: url(../images/index_pro_img.jpg) no-repeat;
    background-size: 100%;
}

/*.index_pro_img ul li:nth-child(1).current{background: url(../images/index_pro_img.jpg)no-repeat;background-size: 100%}*/
.index_pro_img ul li:nth-child(2) {
    background: url(../images/index_pro_img2.jpg) no-repeat;
    background-size: 100%;
}

/*.index_pro_img ul li:nth-child(2).current{background: url(../images/index_pro_img.jpg)no-repeat;background-size: 100%}*/
.index_pro_img ul li:nth-child(3) {
    background: url(../images/index_pro_img3.jpg) no-repeat;
    background-size: 100%;
}

/*.index_pro_img ul li:nth-child(3).current{background: url(../images/index_pro_img.jpg);background-size: 100%}*/
.index_pro_img ul li:nth-child(4) {
    background: url(../images/index_pro_img4.jpg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/*.index_pro_img ul li:nth-child(4).current{background: url(../images/index_pro_img.jpg);background-size: 100%}*/
.index_pro_con {
    /*width: 15px;*/
    height: 385px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    text-align: center
}

.index_pro_img ul li.current .index_pro_con {
    /*width: calc(100% - 210px);*/
    /*padding: 0 100px;*/
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    letter-spacing: 10px;
}

.index_pro_img ul li.current .index_pro_con p {
    font-size: 30px;
    letter-spacing: 20px
}

.index_pro_con p {
    writing-mode: vertical-lr;
    height: 100%;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 auto
}

.index_pro {
    margin-top: 50px;
    background: #f7f7f7;
    padding: 50px 0
}

.index_pro_text h4 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #df2228;
    letter-spacing: 3px;
    margin-top: 65px;
    margin-bottom: 65px;
}

.index_pro_text h5 {
    color: #df2228;
    font-size: 25px;
    margin-bottom: 15px;

}

.index_pro_text p {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 35px;
}

.index_case {
    margin-top: 50px;
}

.index_title {
    text-align: center;
    margin-bottom: 40px;
}

.index_title h4 {
    color: #df2228;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 3px;
}

.index_title p {
    text-align: center;
    color: #333333;
    font-size: 17px;
}

.case_slide .tabs1 {
    width: 100%;
    text-align: center
}

.case_slide .tabs1 a {
    display: inline-block;
    width: 23.8%;
    margin: 2px 0.1%;
    border: 1px solid #cccccc;
    line-height: 55px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.case_slide .tabs1 a.active {
    color: #fff;
    background: #df2228;
    transition: all 0.5s
}

.case_slide .tabs1 a:hover {
    color: #fff;
    background: #df2228;
    transition: all 0.5s
}

#tabs-container1 {
    margin-top: 40px;
}

#tabs-container1 .swiper-wrapper .swiper-slide {
    height: 585px;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(1) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(5) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(6) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(7) {
    background: url(../images/case_bg.jpg) no-repeat;
}

#tabs-container1 .swiper-wrapper .swiper-slide:nth-child(8) {
    background: url(../images/case_bg.jpg) no-repeat;
}

.case_project {
    width: 680px; /*height: 300px;*/
    background: rgba(233, 34, 40, 0.68);
    color: #ffffff;
    padding: 50px 40px;
}

#tabs-container1 .news-list {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 90px 0;
}

.case_project_title {
    margin-bottom: 30px;
}

.case_project_title h4 {
    font-size: 34px;
    letter-spacing: 3px;
}

.case_project_title p {
    font-size: 26px;

}

.case_project_intro {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.case_project_intro h4 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.case_project_intro p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}

.case_project_botton {
    text-indent: 85px;
    margin-top: 40px
}

.case_project_botton a {
    display: inline-block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-indent: 0;
    margin-right: 15px;
}

.case_project_botton a:hover {
    background: #fff;
    color: #df2228;
    transition: all 0.5s
}

.index_news {
    margin: 40px 0;
}

.index_news_right {
    width: calc(100% - 870px);
}

.index_question {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.index_news_left {
    width: 780px;
}

.index_news_left .more {
    float: right
}

#tabs-container2 .news-list li:nth-last-child(1) {
    border: none;
}

#tabs-container2 .news-list li {
    /*padding-left: 25px;*/
    background: url(../images/wenhao.jpg) no-repeat left top;
    border-bottom: 1px solid #666666;
    padding: 0px 0 40px 30px;
    margin-bottom: 40px;
}

#tabs-container2 .news-list li:hover h4 {
    color: #df2228;
    transition: all .5s
}

#tabs-container2 .news-list li h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#tabs-container2 .news-list li p {
    color: #999999
}

.tabs2 a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    margin: 0 10px
}

.tabs2 .active {
    background: #df2228;
}

.index_news_left_top {
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.index_news_left .tabs {
    float: left
}

.more {
    color: #df2228;
    font-size: 16px;
    float: right;
}

.index_news_left .tabs a {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    margin-right: 30px;
}

.index_news_left .tabs a:hover {
    font-size: 18px;
    color: #df2228;
}

.index_news_left .tabs a.active {
    color: #df2228;
}

.index_news_left_img {
    width: 385px;
}

.index_news_left_img img {
    width: 100%;
}

.index_news_right_list {
    width: calc(100% - 405px);
}

.index_news_right_list ul li a .index_news_date {
    width: 30px;
    line-height: 25px;
}

.index_news_right_list ul li a .index_news_date h4 {
    font-size: 23px;
    color: #666666;

}

.index_news_right_list ul li a .index_news_date span {
    font-size: 16px;
    font-weight: bold;
    line-height: 10px;
    color: #666666;
}

.index_news_right_list ul li:hover p {
    color: #df2228;
    transition: all .5s
}

.index_news_right_list ul li:hover a .index_news_date h4 {
    color: #df2228;
    transition: all .5s
}

.index_news_right_list ul li:hover a .index_news_date span {
    color: #df2228;
    transition: all .5s
}

.index_news_right_list ul li p {
    width: calc(100% - 45px);
    font-size: 15px;
    color: #666666;
    line-height: 24px;

}

.index_news_right_list ul li {
    border-bottom: 1px solid #666666;
    padding: 35px 0;
}

.index_news_right_list ul li:nth-child(1) {
    padding: 0 0 35px 0
}

.index_news_right_list ul li:nth-last-child(1) {
    padding: 35px 0 0 0;
    border: none
}

.index_news_left_intro {
    background: #e6e6f1;
    padding: 15px 10px;
}

.index_news_left_intro h4 {
    font-size: 17px;
    color: #df2228;
}

.index_news_left_intro p {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.index_news_left_intro h4 span {
    font-size: 12px;
    display: block;
    line-height: 32px;
    color: #999999
}

.about_intro {
    padding: 80px 0;
}

.about_intro .container {
    background: url(../images/about_intro_bg.jpg) no-repeat;
    min-height: 680px;
    background-size: 100%;
}

.about_intro_text {
    width: 500px;
    margin-right: 50px;
    margin-top: 50px;
}

.about_intro_text h4 {
    font-size: 45px;
    font-weight: bold;
    color: #df2228;
    margin-bottom: 20px
}

.about_intro_text h5 {
    font-size: 30px;
    margin-bottom: 30px
}

.about_intro_text p {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 40px
}

.about_intro_text ul {
}

.about_intro_text ul li {
    float: left;
    padding-left: 70px;
    padding-bottom: 50px;
    width: calc(50% - 70px)
}

.about_intro_text ul li:nth-child(1) {
    background: url(../images/staff.png) no-repeat
}

.about_intro_text ul li:nth-child(2) {
    background: url(../images/jiegou.png) no-repeat
}

.about_intro_text ul li:nth-child(3) {
    background: url(../images/building.png) no-repeat
}

.about_intro_text ul li:nth-child(4) {
    background: url(../images/rmb.png) no-repeat
}

.about_intro_text ul li h4 {
    color: #828282;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0
}

.about_intro_text ul li h4 span {
    color: #df2228;
    font-size: 40px
}

.about_intro_text ul li p {
    font-size: 17px;
    line-height: 0px;
    margin-bottom: 0px
}

.about_red {
    background: #df2228;
    padding: 40px 0;
}

.about_red ul {
}

.about_red ul li {
    float: left;
    width: calc(33.3% - 1px);
    text-align: center;
    border-right: 1px solid #fff
}

.about_red ul li:nth-last-child(1) {
    border: none
}

.about_red ul li h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.about_red ul li p {
    color: #ffffff;
    font-size: 17px
}

.about_development {
    margin-bottom: 70px
}

.about_development_top {
    margin-top: 95px
}

.about_title {
    margin-top: 0px;
    font-size: 45px;
    font-weight: bold;
    color: #df2228;
    margin-bottom: 40px
}

.about_title span {
    font-size: 28px;
    font-weight: 100;
    margin-left: 20px;
    color: #333333;
}

.about_development_right {
    width: 765px;
}
.about_development_left{
    width:calc(100% - 765px);}
.about_development_left h4 {
    font-size: 80px;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 0px;
    color: #df2228;
}

.about_development_left p {
    font-size: 22px;
    line-height: 40px;
}

.about_development_left .arrow {
    background: url(../images/arrow_left.png) no-repeat;
    width: 76px;
    height: 16px;
    margin-top: 90px;
}

.tabs4 a {
    font-size: 20px;
    float: left;
    display: block
}

/*.tabs4 a:after{content: "";display: block;background: url(../images/line.png)no-repeat center;width: 55px;height: 30px;float: left;padding:0 10px;background-position-y: 15px;}*/
.line1 {
    background: url(../images/line.png) no-repeat center;
    width: 55px;
    height: 30px;
    float: right;
    padding: 0 13px;
    background-position-y: 15px;
}

/*.tabs4 ul li:nth-child(1) a:after{display: none}*/
/*.tabs4 a:last-child:after{display: block}*/
.tabs4 {
    margin-top: 40px;
}

.tabs4 a {
    color: #333;
    padding: 10px 0;
}

.tabs4 a:hover {
    color: #df2228;
    /*background: url(../images/sanjiao.png) no-repeat top;*/
    /*background-position-x: 18px;*/
}

.tabs4 a.active {
    color: #df2228;
    background: url(../images/sanjiao.png) no-repeat top;
    background-position-x: 18px;
}

.about_love {
    background: #df2228;
    display: none;
}

.about_love_left {
    width: calc(100% - 500px);
    max-height: 635px
}
#tabs-container5 .swiper-slide{display: none}
#tabs-container5 .swiper-slide-active{display: block}

.about_love_right {
    width: 420px;
    padding: 65px 40px 40px 40px;
    color: #fff
}

.about_love_right h4 {
    text-align: center;
    font-size: 30px
}

.about_love_right p {
    font-size: 14px;
    line-height: 32px
}

.about_love_right a {
    display: block;
    width: 280px;
    height: 65px;
    border: 2px solid #fff;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px
}

.about_honor {
    margin-top: 90px
}

.about_honor .swiper-container {
    margin-bottom: 90px
}

.about_honor_book {
    position: relative
}

.about_honor_patent {
    position: relative
}

.about_honor .swiper-slide {
    text-align: center
}

.about_honor .swiper-slide span {
    display: block;
    color: #666666;
    font-size: 18px
}

.about_honor .swiper-button-prev, .scene .swiper-container-rtl.swiper-button-next {
    background-image: url("../images/honor_left.png");
    left: -37px;
    right: auto
}

.about_honor .swiper-button-next, .scene .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/honor_right.png");
    /*transform:rotate(180deg);*/
    right: -37px;
    left: auto
}

.about_honor_patent .swiper-button-prev, .scene .swiper-container-rtl.swiper-button-next {
    left: -70px;
}

.about_honor_patent .swiper-button-next, .scene .swiper-container-rtl .swiper-button-prev {
    right: -70px;
}

.about_honor .swiper-button-next, .about_honor .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-size: 100% !important;
}

.about_honor_title {
    text-align: center;
}

.about_honor_title h4 {
    font-size: 35px;
    color: #333333
}

.about_honor_title p {
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 30px
}

.about_partner {
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 60px
}

.about_partner ul {
}

.about_partner ul li {
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden
}

.about_partner ul li:nth-child(5n) {
    margin-right: 0
}

.about_partner ul li img {
    width: 100%
}

.about_partner ul li img:hover {
    transform: scale(1.2);
    transition: all 1s
}

.position {
    background: url(../images/position.png) no-repeat;
    padding-left: 30px;
    font-size: 17px;
    margin-top: 20px;
    color: #666666;
    background-position-y: 5px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.position a {
    color: #666666;
    margin: 0 10px
}

.position a:hover {
    color: #df2228;
}

.main {
    margin-top: 70px;
    background: #f9f9f9;

}

.column_list {
    width: 300px;
}

.column_list h4 {
    padding: 30px;
    width: calc(100% - 110px);
    font-size: 26px;
    background: url(../images/menu.png) no-repeat #df2228;
    color: #fff;
    font-weight: bold;
    background-position: 40px;
    padding-left: 80px
}

.column_list ul {
}

.column_list ul li {

    line-height: 60px;
    border: 1px solid #d7d7d7;
    border-top: none;
    background: url(../images/column_bg.png) no-repeat right #fff;
    background-position-x: 260px;

}
.header{background: #fff}
.column_list ul li a {
    color: #666666;
    font-size: 16px;
    display: block;
    width: calc(100% - 60px);
    padding: 0 40px 0 20px;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.column_list ul li:hover a {
    color: #df2228;
    font-size: 16px;
}

.column_list ul li:hover {
    background: url(../images/column_bg_hover.png) no-repeat right #fff;
    background-position-x: 245px;
    transition: all .5s
}

.column_list ul li.on a {
    color: #df2228;
    font-size: 16px;
}

.column_list ul li.on {
    background: url(../images/column_bg_hover.png) no-repeat right #fff;
    background-position-x: 245px;
    transition: all .5s
}

.column_list_contact {
    background: #df2228;
    padding-bottom: 60px
}

.column_list_contact h4 {
    background: none;
    width: 100%;
    text-align: center;
    padding: 70px 0 0 0;
    font-size: 30px;
    margin-bottom: 10px
}

.column_list_contact p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 35px
}

.column_list_contact span {
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.list_right {
    width: calc(100% - 330px);
}

.list_right_title {
    background: url(../images/line_right.png) no-repeat bottom;
    font-size: 28px;
    padding-bottom: 10px
}

.list_right ul {
}

.list_right ul li {
    padding: 20px;
    background: #fff;
    margin-top: 40px;
    border: 1px solid #cccccc;
    position: relative;
    min-height: 185px;
}

.list_right ul li .pro_list_img {
    width: 270px;
}

.list_right ul li .pro_list_img img {
    width: 100%
}

.list_right ul li .pro_list_text {
    width: calc(100% - 300px)
}

.list_right ul li .pro_list_text h4 {
    font-size: 24px;
    color: #333333;
    padding: 15px 0;
    background: url(../images/xuxian.png) no-repeat bottom;
    background-size: 100%;
    border: none;
    width: 100%;
    text-align: left;
    height: auto;
}

.list_right ul li .pro_list_text h4 a {
    font-size: 24px;
    color: #333333;
    /*padding: 15px 0;*/
    /*background: url(../images/xuxian.png) no-repeat bottom;*/
    background-size: 100%;
    border: none;
    width: 100%;
    text-align: left;
    height: auto;
}

.list_right ul li:hover .pro_list_text h4 a {;
    margin: 0;
    /*padding: 15px 0;*/
    width: 100%;
    /*background: url(../images/xuxian.png) no-repeat bottom;*/
    background: none;
    color: #df2228;
    border: none;
    background-size: 100%
}

.list_right ul li .pro_list_text p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px
}

.list_right ul li .pro_list_text a {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #666666;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.list_right ul li .pro_list_text a:nth-child(1) {
    position: static;
}

.list_right ul li:hover {
    border: 1px solid #df2228;
    transition: all 1s
}

.list_right ul li:hover h4 {
    color: #df2228;
    transition: all 1s
}

.list_right ul li:hover .pro_list_text a {
    background: #df2228;
    color: #fff;
    transition: all 1s;
    border: 1px solid #df2228;
}

.pro_intro {

}

.pro_show_title {
    background: url(../images/wave.png) no-repeat center;
    text-align: center;
    font-size: 35px;
    color: #df2228;
    margin-top: 60px;
}

.pro_show_title {
    margin-bottom: 50px
}

.pro_show_title p {
    font-size: 14px;
    color: #999999
}

.tabs5 {
    text-align: center;
    margin-bottom: 50px
}

.tabs5 a {
    margin: 0 20px;
    width: 170px;
    height: 45px;
    border: 1px solid #e55e4d;
    color: #dd1d06;
    font-size: 18px;
    padding: 10px 50px
}

.tabs5 a:hover {
    background: #df2228;
    color: #fff;
    transition: all .5s
}

.tabs5 a.active {
    background: #df2228;
    color: #fff;
    transition: all .5s
}

#tabs-container5 .swiper-slide {
    min-height: 450px
}

.pro_look {
    min-height: 620px;
    height: 620px;
    margin-bottom: 280px;
}

.pro_look .swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.pro_look .swiper-slide {
    /*background-size: cover;*/
    background-position: center;
    background-size: 100% !important;
}

.pro_look .gallery-top {
    height: 80%;
    width: 100%;
}

.pro_look .gallery-thumbs {
    height: 37%;
    box-sizing: border-box;
    padding: 30px 0;
}

.pro_look .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.pro_look .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.news_list_top {
    margin-bottom: 30px
}

.news_list_top ul {
    width: calc(100% - 530px)
}

.news_list_top ul li {
    margin-bottom: 15px;
    padding-left: 100px;
    background: url(../images/wenhao1.png) no-repeat center #fff;
    background-position-x: 30px;
}

.news_list_top ul li:nth-last-child(1) {
    margin-bottom: 15px;
}

.news_list_top ul li a {
    color: #666666;
    line-height: 83px;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display: block;
}

.news_list_top ul li:hover {
    color: #fff;
    background: url(../images/wenhao_hover.png) no-repeat center #df2228;
    background-position-x: 30px;
}

.news_list_top ul li:hover a {
    color: #fff;
}

.news_banner {
    width: 500px;
}

.news_list li {
    margin-bottom: 25px
}

.news_list_left {
    width: 275px;
    height: 215px;
}

.news_list_left img {
    width: 100%;
    height: 100%;
}

.news_list_right {
    width: calc(100% - 275px);
    background: #fff;
    height: 215px;
    position: relative;
}

.news_list_left img {
}

.news_list_right .news_list_right_date {
    color: #999999;
    padding: 25px 40px;
    height: 100%
}

.news_list_right .news_list_right_date h4 {
    font-size: 40px
}

.news_list_right .news_list_right_date p {
    font-size: 20px;
    font-style: italic
}

.news_list_right_text {
    width: calc(100% - 230px);
    padding-right: 30px;
    padding-top: 30px
}

.news_list_right_text h4 {
    color: #666666;
    font-size: 26px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
}

.news_list_right_text p {
    font-size: 16px;
    color: #999999;
    line-height: 35px
}

.news_list_right_text a.arrow {
    background: url(../images/1.png) no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px
}

.news_list_right_text:hover a.arrow {
    background: url(../images/2.png) no-repeat;
    background-position: -10px -10px
}

.news_list_right_text:hover h4 {
    color: #df2228
}

.news_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    /*opacity: .2*/
}

.news_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #df2228;
}

.news_banner .swiper-pagination {
    position: absolute;
    text-align: right;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.news_banner .swiper-container-horizontal > .swiper-pagination-bullets, .news_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    /*right: 20px;*/
    width: calc(100% - 20px);
    padding-right: 20px;
}

.news_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.news_banner .swiper-slide {
    position: relative
}

.news_banner .swiper-slide span {
    position: absolute;
    display: block;
    text-align: left;
    text-indent: 30px;
    bottom: 30px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px
}

.news_show_top {
    padding: 60px 0;
}

.news_show_top h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px
}

.news_show_top_middle {
    text-align: center;
    margin-bottom: 25px
}

.news_show_top_middle p {
    display: inline-block;
    margin: 0 10px;
    color: #999999;
    font-size: 16px;
}

.news_show_top_bottom {
    text-align: center
}

.news_show_top_bottom a {
    display: inline-block;
    margin: 0 20px
}

.news_show_main {
    background: #fff;
    min-height: 450px
}

.news_show_bottom {
}

.news_show_bottom ul {
}

.news_show_bottom ul li {
    float: left;
    width: 33.3%
}

.news_show_bottom ul li:nth-child(1) {
}

.news_show_bottom ul li:nth-child(2) {
    text-align: center
}

.news_show_bottom ul li:nth-child(3) {
    text-align: right
}

.news_show_bottom ul li a {
    color: #666666;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold
}

.news_show_bottom ul li a:hover {
    color: #df2228
}

.case_show_top {
    height: 400px;
}

.case_show_top .case_show_top_text {
    width: 260px;
    color: #fff;
    background: #2f2f2f;
    padding: 50px 30px 0 30px;
    height: calc(100% - 50px)
}

.case_show_top .case_show_top_text h4 {
    font-size: 25px;
    margin-bottom: 25px
}

.case_show_top .case_show_top_text p {
    line-height: 30px;
}

.case_show_top .case_show_top_text ul {
}

.case_show_top .case_show_top_text ul li {
    background: none;
    border: none;
    float: left;
    width: 33.3%;
    padding: 0;
    margin-top: 30px;
    min-height: auto;
}

.case_show_top .case_show_top_text ul li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #e63929;
    text-align: center;
    margin: 0
}

.case_show_top .case_show_top_text ul li p {
    text-align: center
}

.case_list_top_img {
    width: calc(100% - 320px);
    height: 100%
}

.case_list_top_img img {
    width: 100%;
    height: 100%
}

.case_show {
}

.case_show h4 {
    font-size: 24px;
    margin-top: 30px;
    background: url(../images/red_line.png) no-repeat left bottom;
    padding-bottom: 10px
}

.footer {
    background: #df2228;
    padding: 30px 0;
    margin-top: 20px;
}

.footer_top_img {
    float: left
}

.footer_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff
}

.footer_top ul {
    float: right
}

.footer_top ul li {
    float: left
}

.footer_top ul li a {
    padding: 0 20px;
    color: #fff;
    line-height: 70px;
    font-size: 16px;
}

.footer_middle {
    color: #fff;
    line-height: 75px;
    border-bottom: 1px solid #fff
}

.footer_middle p {
    margin-right: 200px;
}

.footer_middle p img {
    vertical-align: middle
}

.footer_middle span {
    margin-right: 70px;
}

.footer_middle span img {
    vertical-align: middle
}

.footer_down {
    color: #fff;
    padding-top: 25px;
}

.footer_down .rt img {
    width: 100%
}

.footer_down .rt span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.contact_main {
    margin-top: 100px;
}

.contact_main ul {
}

.contact_main ul li {
    float: left;
    width: 33.3%;
    text-align: center
}

.contact_main ul li img {
    margin-bottom: 20px;
}

.contact_main ul li p {
    font-size: 18px;
}

.contact_main .msg {
    margin-top: 80px;
}

.contact_main .msg .msg_title {
}

.contact_main .msg .msg_title h4 {
    text-align: center;
    font-size: 30px
}

.contact_main .msg .msg_title p {
    text-align: center;
    color: #999999;
    font-size: 17px;
    margin-top: 20px
}

.form_line {
    margin: 40px 0;
}

.contact_input {
    width: 320px;
    padding-left: 20px;
    line-height: 45px;
    background: #f0f0f0;
    margin-right: 85px;
    font-size: 17px;
}

.contact_input:nth-last-child(1) {
    margin-right: 0
}

.contact_textarea {
    border: 1px solid #d8d8d8;
    width: calc(100% - 22px);
    padding-left: 20px;
    padding-top: 10px;
    height: 130px;
    font-size: 17px;
}

.contact_commit {
    margin-bottom: 50px
}

.contact_submit {
    width: 160px;
    height: 50px;
    background: #e63929;
    color: #fff;
    margin: auto;
    font-size: 20px;
    display: block;
}

.index_pro_img_m {
    display: none;
}

.pagination {
    text-align: center;
    background: #fff;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.pagination li {
    min-height: auto !important;
    border: none !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 0 !important;
    padding: 0 !important;
    line-height: 50px
}

.pagination li.disabled {
}

.pagination li.active {
    background: #df2228;
    transition: all .5s;
    color: #fff
}

.pagination li:hover {
    background: #df2228;
    transition: all .5s;
    color: #fff
}

.pagination li:hover a {
    color: #fff
}

.pagination li span {
    font-size: 20px;
}

.pagination li a {
    font-size: 20px;
    color: #333;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .container {
        width: 100%
    }

    .header_top {
        display: none
    }

    .header_nav_logo {
        margin-left: calc(50% - 95px)
    }

    .header_nav_logo {
        padding: 20px 0;
    }

    .header_nav ul li {
        width: 33.33%
    }

    .header_nav {
        line-height: 40px;
    }

    .keyword {
        display: none
    }

    .search {
        line-height: 40px;
        height: 40px;
        border: none
    }

    .search_submit {
        top: 1px
    }

    .service {
        margin-top: 4px;
        padding: 0 10px;
    }

    .service_left {
        width: 320px;
        margin: 0px 30px;
        margin-left: calc(50% - 160px);
    }

    .service_text {
        width: calc(100% - 40px);
        margin: 15px 20px;
    }

    .search_text {
        font-size: 12px;
    }

    .service_text p {
        font-size: 14px;
        line-height: 30px;
    }

    .service_text span {
        color: #df2228;
        font-size: 20px;
    }

    .service .container {
        height: auto
    }

    .index_about_img {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .index_about_img img {
        width: 100%;
    }

    .index_about {
        margin-top: 20px;
    }

    .index_about_title {
        width: 100%;
        background: url(../images/about_bg.png) no-repeat -18px 0px;
        background-size: 100%;
        font-size: 30px;
        letter-spacing: 8px;
        height: 490px
    }

    .index_about_title p {
        line-height: 30px;
        margin-left: calc(50% - 79px);
        width: 154px;
    }

    .index_about_title span {
        font-size: 17px;
        margin-left: 76px;
        letter-spacing: 0
    }

    .index_about_introduce {
        width: calc(100% - 40px);
        padding: 20px;
        height: auto
    }

    .tabs3 {
        background-size: 100%;
        margin: 0px 0 0px 0;
    }
    .scene{margin-top: 0;padding: 0 10px}
    .tabs3 a {
        font-size: 14px;
        width: calc(30% - 2px);
        margin: 15px 5%;
        height: 30px;
        line-height: 30px;
    }

    .index_pro_text {
        width: 100%;
    }
    .index_news{padding:0 10px}
    .index_pro {
        margin-top: 0px;
        padding: 10px 0;
    }

    .index_pro_text h4 {
        margin: 10px 0;
        font-size: 18px;
    }

    .index_pro_text h5 {
        font-size: 14px;
        text-align: center
    }

    .index_pro_text p {
        padding: 0 20px;
        font-size: 12px;
        font-weight: normal
    }

    .index_pro_img {
        width: 100%;
        display: none
    }

    .index_pro_img ul li {
        min-height: 120px;
    }

    .index_pro_img ul li {
        width: 48%;
        margin: 0 1%
    }

    .index_pro_img ul li.current {
        width: 48%;
        margin: 0 1%
    }

    .index_pro_img_m {
        display: block;
    }

    .index_pro_img_m ul {
        padding: 0 20px;
    }

    .index_pro_img_m ul li {
        width: calc(100% - 20px);
        color: #fff;
        padding-left: 20px;
        background: #000;
        float: left;
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 16px;
    }

    .index_case {
        margin-top: 20px;
    }

    .index_title h4 {
        font-size: 18px;
    }

    .index_title p {
        font-size: 12px;
    }

    .case_slide .tabs1 a {
        width: 47%;
        font-size: 12px;
        line-height: 30px;

    }

    .index_title {
        margin-bottom: 20px;
    }

    #tabs-container1 {
        margin-top: 20px;
    }

    #tabs-container1 .news-list {
        padding: 0;
    }

    .case_project {
        width: calc(100% - 20px);
        padding: 10px
    }

    .case_project_title h4 {
        font-size: 18px;
    }

    .case_project_title p {
        font-size: 14px;
    }

    .case_project_intro h4 {
        font-size: 14px;
    }

    .case_project_intro p {
        font-size: 12px;
    }

    .case_project_botton {
        text-indent: 0;
        margin-top: 10px;
    }

    .case_project_botton a {
        width: calc(48% - 2px);
        margin-right: 0
    }

    .case_project_botton a:nth-child(1) {
        margin-right: 2%
    }

    .index_news_left {
        width: 100%
    }

    .index_news_left_img {
        width: 100%
    }

    .index_news_right_list {
        width: 100%
    }

    .index_news_right_list ul li {
        padding: 15px 0;
    }

    .index_news_right_list ul li:nth-child(1) {
        padding: 0 0 15px 0;
    }

    .index_news_right_list ul li:nth-last-child(1) {
        padding: 15px 0 0 0;
        border: none;
    }

    .index_news_right {
        width: 100%
    }

    .index_question {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer_top_img {
        margin-left: calc(50% - 100px);
    }

    .footer_top ul li {
        width: 33.3%;
        text-align: center
    }

    .footer_top ul li a {
        padding: 0;
        line-height: 35px;
    }

    .service_right_img {
        width: 100%
    }

    .footer_middle p {
        margin-right: 0;
        padding-left: 30px
    }

    .footer_middle span {
        padding-left: 30px;
        margin-right: 50px
    }

    .footer_down .lt {
        margin-left: 30px;
    }

    .footer_down .rt {
        margin-right: 30px;
    }

    .footer_top {
        padding-bottom: 30px;
    }

    .footer_middle {
        line-height: 45px;
        border-bottom: 1px solid #fff;
    }

    .footer_top ul {
        margin-top: 20px;
    }

    .about_intro {
        padding: 0px 0 20px 0;
    }

    .about_intro_text {
        width: calc(100% - 40px);
        margin: 10px;
        padding: 10px;
        border: 1px solid #df2228
    }

    .about_intro_text h4 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 0
    }

    .about_intro_text h5 {
        font-size: 14px;
        text-align: center
    }

    .about_intro .container {
        background: none
    }

    .about_intro_text ul li h4 span {
        font-size: 18px;
    }

    .about_intro_text ul li {
        background-size: 50px 50px !important;
        padding-left: 50px;
        padding-bottom: 40px;
        width: calc(48% - 45px);
    }

    .about_red ul li {
        width: calc(100% - 1px);
        margin-top: 10px;
    }

    .about_red ul li h4 {
        font-size: 20px;
    }

    .about_red ul li p {
        font-size: 14px;
    }

    .about_red {
        padding: 20px 0;
    }

    .about_development_top {
        margin-top: 20px
    }

    .about_title {
        font-size: 20px;
        text-indent: 20px;
    }

    .about_title span {
        font-size: 12px;
    }

    .about_title {
    }

    .about_development_left {
        padding-left: 20px;
        width: 100%;
    }

    .about_development_left h4 {
        font-size: 30px
    }

    .about_development_left p {
        font-size: 12px;
        line-height: 25px;
    }

    .about_development_left .arrow {
        margin-top: 15px;
    }

    .about_development_right {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .line1 {
        display: none
    }

    .tabs4 {
        padding: 0 20px;
        margin-top: 0
    }

    .tabs4 a {
        padding: 0;
        width: 25%;
        text-align: center;
        padding-top: 10px
    }

    .tabs4 a.active {
        background-position-x: 50%;
    }

    .about_love_left {
        width: 100%;
    }

    .about_love_left img {
        height: auto
    }

    .about_love_right {
        width: calc(100% - 40px);
        padding: 10px 20px 40px 20px;
    }

    .about_love_right a {
        line-height: 34px;
        width: 50%;
        height: 34px;
        font-size: 16px;
        margin-top: 13px;
    }

    .about_honor {
        margin-top: 10px;
    }

    .about_honor_title h4 {
        font-size: 18px
    }

    .about_honor_title p {
        font-size: 14px;
        margin-top: 0;
    }

    .about_honor .swiper-slide img {
        width: 70%
    }

    .about_honor .swiper-button-next, .about_honor .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .about_honor .swiper-button-next, .scene .swiper-container-rtl .swiper-button-prev {
        right: 9px;
    }

    .about_honor .swiper-button-prev, .scene .swiper-container-rtl .swiper-button-next {
        left: 9px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 50% !important
    }

    .about_honor .swiper-slide span {
        font-size: 12px
    }

    .about_partner ul li {
        width: 48%;
        margin: 0 1%;
    }

    .about_partner {
        padding-top: 10px;
    }

    .about_title {
        margin-bottom: 10px;
    }

    .list_right {
        width: 100%
    }

    .case_list_top_img {
        width: 100%;
        height: auto
    }

    .case_show_top .case_show_top_text {
        padding: 20px 30px 0 30px
    }

    .case_show_top .case_show_top_text h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .case_show_top .case_show_top_text ul li {
        margin-top: 15px;
    }

    .case_show_top {
        height: auto
    }

    .main {
        margin-top: 0;
        padding:0 10px;
    }

    .case_show h4 {
        text-indent: 20px;
        background-position-x: 20px
    }

    .content {
        padding: 0 20px;
    }

    .content img {
        max-width: 100%;
    }

    .column_list {
        width: 100%
    }

    .contact_main ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .form_line {
        padding: 0 20px;
    }

    .contact_input {
        width: calc(100% - 20px);
        margin-bottom: 10px;
        margin-right: 0
    }

    .news_banner {
        width: 100%
    }

    .news_banner .swiper-slide img {
        width: 100%
    }

    .news_banner .swiper-slide span {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .news_list_top ul {
        width: 100%
    }

    .news_list_top ul li {
        background-position-x: 10px;
        padding-left: 70px;
    }

    .news_list_top ul li a {
        line-height: 55px;
        font-size: 15px;
    }

    .news_list_left {
        margin-left: calc(50% - 137.5px)
    }

    .news_list_right {
        width: 100%;
        height: auto
    }

    .news_list_right .news_list_right_date {
        padding: 0;
        display: none
    }

    .news_list_right_text {
        width: 100%;
        padding: 0
    }

    .news_list_right_text h4 {
        padding: 0 20px;
        font-size: 18px;
    }

    .news_list_right_text p {
        padding: 0 20px;
        font-size: 12px;
        line-height: 25px
    }

    .news_show_bottom ul li a {
        font-size: 14px
    }

    .news_show_top h4 {
        font-size: 18px;
    }

    .news_show_top_middle p {
        font-size: 13px;
    }

    .list_right ul li .pro_list_text {
        width: 100%
    }

    .list_right ul li .pro_list_text p {
        height: 95px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .list_right ul li .pro_list_text a {
        right: calc(50% - 55px);
    }

    .column_list_contact p {
        font-size: 13px;
        line-height: 25px;
    }

    .column_list_contact span {
        font-size: 13px;
        margin-top: 10px;
    }

    .column_list_contact {
        padding-bottom: 25px;
    }

    .column_list ul li a {
        font-size: 14px;
    }

    .column_list ul li {
        line-height: 40px;
    }

    .column_list h4 {
        padding: 15px 30px;
        padding-left: 80px;
    }

    .column_list_contact h4 {
        padding: 30px 0 0 0;
        font-size: 18px;
    }

    .list_right ul li .pro_list_img {
        margin-left: calc(50% - 135px);
    }

    .tabs5 {
        overflow: hidden;
        zoom: 1;
    }

    .tabs5 a {
        margin: 0 1%;
        width: calc(31.3% - 2px);
        padding: 0;
        display: block;
        float: left;
        height: auto;
    }

    .pro_look .gallery-top {
        height: 240px
    }

    .pro_look .swiper-slide {
        height: 240px;
        background-size: 100% 100% !important;
    }

    .pro_look .gallery-thumbs .swiper-slide {
        height: 100%;
    }

    .pro_look .gallery-thumbs {
        height: 67%
    }

    .pro_look {
        height: 200px;
        min-height: 200px
    }
    .about_love_right h4{font-size: 25px}
    .search_input{
        margin-right: calc(50% - 161px);
    }
    .pro_intro img{max-width: 100%;}
    #tabs-container5 .swiper-slide{min-height: auto}
}
