﻿/*
	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;
    width: calc(100% - 250px);
}

.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 1s 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: Noto Sans SC, Microsoft YaHei;
}

.db {
    display: block !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header_top {
    background: #ededed;
    line-height: 35px;
    font-size: 13px;
    color: #555555
}

.header_button {
    margin-right: 0;
    height: 30px;
    margin-top: 2.5px
}

.header_button img {
    margin: auto 0;
    display: block
}

.header_middle {
    padding: 22px 0;
}

.header_middle_left {
}

.header_middle_left a {
}

.header_middle_left a img {
}

.header_middle_right {
    background: url("../images/header_tel.png") no-repeat;
    padding-left: 80px;
    width: 220px;
    height: 55px;
    background-position: 35px 11px;
}

.header_middle_right p {
    color: #777774;
}

.header_middle_right p:nth-child(1) {
    font-size: 26px;
    font-weight: bold
}

.header_middle_right p:nth-child(2) {
    font-size: 14px;
    letter-spacing: 5px;
}

.header_nav {
    background: url(../images/nav_bg.png);
    border-bottom: 3px solid #a40005;
    line-height: 50px;
}

.header_nav ul {
}

.header_nav ul li {
    width: 150px;
    float: left;
    text-align: center;
}

.header_nav ul li:hover {
    background: url("../images/nav_hover.png");
    background-size: cover;
    transition: all 1s
}

.header_nav ul li:hover a {
    color: #1b1b1b;
    font-weight: 500;
    transition: all 1s
}

.header_nav ul li.cur {
    background: url("../images/nav_hover.png");
    background-size: cover;
    transition: all 1s
}

.header_nav ul li.cur a {
    color: #1b1b1b;
    font-weight: 500;
    transition: all 1s
}

.header_nav ul li a {
    color: #fff
}

.header_banner { /*padding: 35px 0;*//*background: url("../images/banner_bg.png")no-repeat;background-size: cover*/
    position: relative
}

.banner {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 9%;
    left: 25%;
}
.banner .swiper-slide span{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #cd0206;
    font-weight: bold;
    font-size: 20px;
}
.banner h4 {
    z-index: 9;
    position: absolute;
    top: 6%;
    left: 4%;
    color: #cd0206;
    font-size: 32px;
    font-weight: 600;
}

.banner .swiper-container {
    padding-bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-pagination-bullet {
    background: #838383;
    opacity: 1;
    width: 10px;
    height: 10px
}

.swiper-pagination-bullet-active {
    background: #cd0206;
    width: 30px;
    border-radius: 20px
}

.header_advantage {
    background: #dfdfdf;
    margin-top: -5px;
    padding: 25px 0;
}

.header_advantage ul {
}

.header_advantage ul li {
    float: left;
    height: 60px;
    padding: 0 50px;
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #fff;
    padding-left: 128px;
    padding-top: 10px;
}

.header_advantage ul li:nth-child(1) {
    background: url("../images/adv1.png") no-repeat;
    background-position-x: 50px;
    border-left: none
}

.header_advantage ul li:nth-child(2) {
    background: url("../images/adv2.png") no-repeat;
    background-position-x: 50px;
}

.header_advantage ul li:nth-child(3) {
    background: url("../images/adv3.png") no-repeat;
    background-position-x: 50px;
}

.header_advantage ul li:nth-child(4) {
    background: url("../images/adv4.png") no-repeat;
    background-position-x: 50px;
    border-right: none
}

.header_advantage ul li p {
    color: #4a4a4a
}

.index_pro {
padding-top:40px;background:url(../images/sfe.png)
}

.index_title {
    text-align: center;
    margin: 0 0 40px ;
    line-height: 48px;
    height: 64px;
    background: url(../images/index_title_bg.png) no-repeat center;
}

.index_title a {
    font-size: 25px;
    color: #fff;
}

.index_pro_column {
}

.index_pro_column ul {
    text-align: center;
}

.index_pro_column ul li {
    display: inline-block;
}

.index_pro_column ul li a {
    padding: 0 45px;
    color: #333333;
}
.index_pro_column ul li a:hover{
    color:#cd0206
}
.index_pro_list {
    margin-top: 30px;
}

.index_pro_list ul {
    display: none;
    transition: all 1s;
}

.index_pro_list ul.active{
    display: block;
    transition: all 1s;
}
.index_pro_list ul li {
    float: left;
    width: calc(94% / 4 - 2px);
    margin: 10px 0.5%;
    border:1px solid #e3e3e3;
    text-align: center;
    height: 320px;
    overflow: hidden;
background:#fff
}

.index_pro_list ul li a {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 280px;
    overflow: hidden;
}
.index_pro_list ul li span{
    display: block;
    text-align: center;
    padding: 10px 0;
    transition: all .5s;
    z-index: 9999;
}
.index_pro_list ul li:hover{
    border:1px solid #cd0206;
}
.index_pro_list ul li:hover span{
    color: #cd0206;
    padding: 5px 0 15px 0;
    transition: all .5s;
    z-index: 9999;
}
.index_pro_list ul li a img {
    width: 100%;
    transition: all .5s;
    z-index: 8;
}
.index_pro_list ul li:hover a img {
    transform: scale(1.1);
}
.index_banner1 {
    margin-top: 0px
}

.index_reason {
}

.index_reason ul {
    text-align: center
}

.index_reason ul li {
    display: inline-block;
    width: 150px;
}

.index_reason ul li a {
}

.index_reason ul li a img {
    width: 100%
}

.index_reason ul li a span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: #333333;
    line-height: 60px;
}

.index_about {
    height: 370px;
    background: #2f2f2f;
}

.index_about_left {
    width: 50%;
    height: 100%;

    overflow: hidden;
}

.index_about_left img {
    width: 100%;
    height: 100%;
    transition: all 20s;
}
.index_about_left:hover img{
    transform: scale(1.2);
}
.index_about_right {
    height: calc(100% - 40px);
    width: calc(50% - 60px);
    padding-top: 40px;
    padding-left: 60px;
}

.index_about_right h4 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.index_about_right p {
    color: #fff;
    margin-bottom: 35px;
    width: 530px;
    font-size: 14px;
    line-height: 26px;
}

.index_about_right a {
    color: #fff;
    margin-left: 25px
}

.index_news {
    padding-bottom: 20px;
padding-top:40px
}

.index_news ul {
}
.main img{max-width:100%}
.index_news ul li {
    float: left;
    margin-right: 6%;
    width: 29.3%;
    transition: all .5s;
    height: 350px;
    padding: 5px 0;
}
.index_news ul li:hover{
    -moz-box-shadow:0px 0px 10px #CCCCCC; -webkit-box-shadow:0px 0px 10px #CCCCCC; box-shadow:0px 0px 10px #CCCCCC;
    padding: 5px;
    width: calc(29.3% - 10px);
}
.index_news ul li:hover dd a{
    transition: all .5s;
}
.index_news ul li dd a:hover{
    color:#cd0206 ;
}
.index_news ul li:nth-last-child(1) {
    margin-right: 0;
}

.index_news ul li .index_news_img {
    width: 100%
}

.index_news ul li .index_news_img img {
    width: 100%
}

.index_news ul li dt {
    height: 55px;
    line-height: 55px;
    margin-top: 5px;
    margin-bottom: 10px
}

.index_news ul li dt p {
    color: #fff
}

.index_news ul li dt p:nth-child(1) {
    width: 85px;
    background: #d3a871;
    text-align: center;
    font-size: 13px;
}

.index_news ul li dt p:nth-child(2) {
    width: calc(100% - 110px);
    background: #cd0206;
    padding-left: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.index_news ul li dd {
    padding: 0 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    line-height: 30px;
}

.index_news ul li dd a {
    color: #333333;
    font-size: 14px;
}

.index_card {
    position: relative;
    background: url(../images/index_contact_bg.jpg);
    padding-top: 15px;
    padding-bottom: 50px;
}

.index_card .container {
    height: 480px;
    background: #2f2f2f;
}

.index_card_left {
    height: 100%;
    width: calc(100% - 778px);
    padding-top: 60px;
    padding-left: 28px;
}

.index_card_left p {
    color: #fff
}

.index_card_left p:nth-child(2) {
    text-align: center;
    font-size: 40px;
    background: url(../images/white.png) no-repeat bottom left;
    padding-bottom: 20px;
}

.index_card_left p:nth-child(3) {
    width: 290px;
    font-size: 28px;
    line-height: 65px;
}

.index_card_left p:nth-child(4) {
    width: 290px;
    font-size: 28px;
}

.index_card_right {
    width: 750px;
    height: 100%;
}

.index_card_right img {
    width: 100%;
    height: 100%;
}

.index_card_left_img {
    width: 100px;
    position: absolute;
    right: 24px;
    top: 185px;
}

.index_card_left_img .index_qrcode {
    margin-bottom: 15px
}

.index_card_left_img .index_qrcode img {
}

.index_card_left_img .index_qrcode span {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block
}

.index_cooperation {
    background: url("../images/index_contact_bg.jpg");
    padding-top: 30px;
}

.index_cooperation .container {
    background: #2f2f2f;
    padding: 20px;
    position: relative;
}
.hezuo_bg{
    position: absolute;
    z-index: 9999;
    left: 130px;
    top: 63px;
}
.hezuo_bg1{
    position: absolute;
    z-index: 9999;
    left: 47px;
    top: 20px;
}
.gallery-top {
    width: 100%
}

.gallery-thumbs {
    width: 22%;
    text-align: center;
    /*padding-left: 20px;*/
    position: absolute;
    right: 55px;
    bottom: 40px;
    overflow: initial;
    /*z-index: 9999;*/
}

.gallery-thumbs .gallery-thumbs_border {
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    height: 68px;
}

/*.gallery-thumbs .swiper-wrapper{width: 90%;margin: 0 auto}*/
.index_cooperation .swiper-button-prev {
    left: 860px;
    top: 89%
}

.index_cooperation .swiper-button-next {
    right: 0px;
    top: 89%
}

.index_cooperation_info {
    width: calc(30% - 20px);
    padding-left: 20px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.index_cooperation_info h4 {
    margin: 20px 0;
    font-size: 22px;
}

.index_cooperation_info p {
    text-align: left;
    position: relative;
}
.index_cooperation_info p a{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}
.index_cooperation_img {
    margin: 0 auto;
    -moz-box-shadow: 10px 10px 9px #333333;
    -webkit-box-shadow: 10px 10px 9px #333333;
    box-shadow: 10px 10px 9px #333333;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden
}

.index_cooperation_img img {
}

.footer {
    text-align: center;
    margin-top: 10px;
    color: #FFFFFF;
    background: #2f2f2f;
    padding: 25px 0
}

.footer p {
    line-height: 30px;
}

.main {
    background: #f2f2f2
}

.main .container {
    padding: 15px 30px;
    background: #fff;
    width: 1140px
}

.crumbs {
    background: url(../images/crumbs.png) no-repeat #f9f8f8;
    height: 42px;
    line-height: 42px;
    padding-left: 90px;
}

.crumbs a {
    color: #7b7b7b
}

.crumbs a:nth-last-child(1) {
    color: #cd0206;
}

.page_nav {
    margin: 40px 0;
}

.page_nav ul {
    text-align: center
}

.page_nav ul li {
    margin: 0 20px;
    display: inline-block;
    width: 150px;
    height: 45px;
    background: url("../images/page_nav_bg.png");
    line-height: 35px;
}

.page_nav ul li a {
    color: #fff
}

.page_content p {
    color: #7b7b7b
}

.page_new {
    margin-top: 20px;
    width: 100%
}

.page_new_title {
    background: url("../images/page_new_bg.jpg") no-repeat;
    height: 40px;
    line-height: 40px;
}

.page_new_title p {
    color: #fff;
    padding-left: 60px;
}

.page_new_title a {
    padding-right: 30px;
    color: #7b7b7b
}

.page_new ul {
}

.page_new ul li {
    padding-left: 20px;
    line-height: 45px;
}

.page_new ul li a {
    color: #7b7b7b
}

.page_new ul li span {
    color: #7b7b7b
}

.pro_nav {
    width: 250px;
    margin-top: 12px;
    background: #f8f8f8;
}

.pro_nav h4 {
    background: url(../images/pro_nav_icon.png) no-repeat;
    background-size: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #cd0206;
    font-weight: bold;
    padding: 15px 0;
    padding-left: 36px;
    background-position-y: 17px;
}

.pro_nav h4 img {
}

.pro_nav p {
    color: #bcbcc2;
    font-weight: 500;
}

.pro_nav ul {
}

.pro_nav ul ol {
    background: url(../images/pro_nav_column.jpg);
    line-height: 43px;
    color: #ffffff;
    font-size: 19px;
    padding-left: 27px;
}

.pro_nav ul ol img {
}

.pro_nav ul li {
    line-height: 45px;
    background: #ebebeb;
    text-align: center
}

.pro_nav ul li a {
    color: #333333;
}

.pro_nav ul li:hover {
    background: #ca8936;
    transition: all 1s
}

.pro_nav ul li:hover a {
    color: #fff
}

.pro_nav ul li.cur {
    background: #ca8936;
    border-top: 1px solid #fff
}

.pro_nav ul li.cur a {
    color: #fff
}

.pro_nav ul li a {
}

.pro_list {
    width: calc(100% - 285px)
}

.pro_list ul {
}

.pro_list ul li {
    float: left;
    width: calc(94% / 3 - 2px);
    margin: 10px 1%;
    /*margin-right: 3%;*/
    border: 1px solid #e3e3e3;
    height: 310px;
}
.pro_list ul li:hover{
    border: 1px solid #cd0206;

}
.pro_list ul li:nth-child(3n) {
    margin-right: 0%
}

.pro_list ul li a {
    width:100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.pro_list ul li span{
    display: block;
    text-align: center;
    padding: 10px 0;
    transition: all .5s;
    color:#333333;
font-size:12px
}
.pro_list ul li:hover span{color: #cd0206;padding: 7px 0 13px }
.pro_list ul li a img {
    width: 100%;
    transition: all .5s;
}
.pro_list ul li:hover a img{
transform: scale(1.1);
}
.show_content {
}

.show_content h4 {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px
}

.show_content .date {
    text-align: center
}

.show_content .date span {
    margin: 30px 10px;
    display: inline-block;
    color: #666666;
}

.show_content h5 {
    background: url(../images/detail_h5.jpg) no-repeat #cd0206;
    color: #cd0206;
    height: 32px;
    line-height: 47px;
}

.case_list {
}

.case_list ul {
}

.case_list ul li {
    margin-bottom: 25px;
}

.case_list ul li a {
}

.case_list ul li a .case_left {
    width: 190px;
}

.case_list ul li a .case_left img {
    width: 100%
}

.case_list ul li a .case_right {
    width: calc(100% - 220px);
    padding-left: 30px
}

.case_list ul li a .case_right h4 {
    color: #757575;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.case_list ul li a .case_right p {
    color: #757575;
    margin-top: 15px;
    padding-left: 10px;
}

.case_scene {
}

.case_scene ul {
}

.case_scene ul li {
    width: 23%;
    margin: 10px 1%;
    float: left
}

.case_scene ul li a {
}

.case_scene ul li a img {
    width: 100%
}

.new {
    margin-top: 70px;
}

.new_nice {
    margin-bottom: 40px;
}

.new_nice_img {
    width: 340px;
}

.new_nice_img img {
    width: 100%;
}

.new_nice_text {
    width: calc(100% - 390px);
    padding-left: 50px
}

.new_nice_text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}

.new_nice_text p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 40px;
}

.new_nice_text a {
    color: #2a7cbf
}

.new_list ul li {
    border-top: 1px solid #cccccc;
    padding: 40px 0
}

.new_date {
    width: 88px;
    height: 75px;
    border: 1px solid #ff0000;
}

.new_date p {
    text-align: center;
    color: #666666
}

.new_date p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-top: 12px;
}

.new_info {
    width: calc(100% - 120px);
    padding-left: 30px
}

.new_info h4 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 12px;
    color: #666666;
}

.new_info h4 span {
    font-size: 14px;
    color: #bcbcc2;
}

.new_info p {
    color: #666666;
    font-size: 16px;
}

.contact {
    padding: 0 35px;
    padding-top: 80px;
}

.contact_icon {
    width: 120px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.contact_icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact ul {
}

.contact ul li {
    width: 255px;
    text-align: center;
    float: left;
    margin-right: 150px;
}

.contact ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.contact ul li img {
}

.contact ul li span {
    display: block;
    font-size: 18px;
}

.book > h4 {
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
}

.book p {
    text-align: center;
    color: #7a7a7a;
    font-size: 19px;
    margin-top: 18px;
    margin-bottom: 40px;
}

.book form {
}

.book form .book_line {
    margin-top: 40px;
    text-align: center;
}

.book form .book_line textarea {
    border: 1px solid #cccccc;
    width: calc(100% - 19px);
    height: 140px;
    color: #7a7a7a;
    padding-left: 17px;
    padding-top: 15px;
}

.book form .book_line .book_submit {
    width: 185px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #cd0206;
    color: #fff;
    font-size: 20px;
}

.book form .book_line ul {
}

.book form .book_line ul li {
    background: #f0f0f0;
    width: 315px;
    margin-right: 62px;
    line-height: 45px;
}

.book form .book_line ul li label {
    padding-left: 20px;
}

.book form .book_line ul li .book_input {
}

.book form .book_line ul li .book_input input {
    background: #f0f0f0;
}

.book form .book_line ul li:nth-child(3n) .book_input input {
    background: #f0f0f0;
    width: 200px
}

.contact_map {
    margin: 40px 0;
}

.index_cooperation_m {
    display: none
}

.xianchang_list {
}

.xianchang_list ul {
}

.xianchang_list ul li {
    width: 23%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
    height: 220px;
}

.xianchang_list ul li a {
    color: #4a4a4a;
    text-align: center;

}
.xianchang_list ul li a span{display: block;text-align: center;transition: all .5s;padding: 10px 0}
.xianchang_list ul li:hover a span{color: #cd0206;padding: 7px 0 13px}
.xianchang_list ul li a img {
    width: 100%;
    transition: all .5s;
}
.xianchang_list ul li:hover a img{
    transform: scale(1.1);
}
@media only screen and (max-width: 640px) {
    .header_nav {
        display: none
    }

    .xianchang_list ul li {
        width: 48%;
        margin: 5px 1%
    }

    .container {
        width: calc(100% - 20px);
        padding: 0 10px
    }

    .header_middle_left a img {
        width: 100%
    }

    .header_middle_right {
        margin-right: calc(50% - 140px);
        width: 200px;
        height: 65px;

    }

    .banner {
        width: 100%;
        position: static
    }

    .header_banner > img {
        display: none
    }

    .banner .swiper-container {
        padding: 0
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px
    }

    .banner h4 {
        font-size: 17px;
        font-weight: 400;
    }

    .header_advantage ul li {
        border: none;
        width: calc(50% - 45px);
        height: auto;
        padding: 0;
        padding-left: 45px;
        padding-top: 4px;
        background-position-x: 0px !important;
        background-size: 45px !important;
        margin: 5px 0;
    }

    .header_advantage {
        padding: 7px 0;
    }

    .header_advantage ul li p {
        font-size: 14px;
    }

    .index_pro_column ul li a {
        font-size: 12px;
    }

    .index_title {
        margin: 0px auto;
        line-height: 53px;
        width: 80%;
        background-size: contain;
    }

    .index_pro_list ul li {
        width: calc(48% - 2px);
        margin: 3px 1%;height:195px;
    }
.index_pro_list ul li a{height:160px}
.index_pro_list ul li span{    font-size: 12px;}
    .index_banner1 img {
        width: 150%;
        margin-left: -25%;
    }

    .header_middle_left {
        margin: 10px 0
    }

    .index_reason ul li {
        width: 19%
    }

    .index_reason ul li a span {
        font-size: 14px;
        line-height: 28px;
    }

    .index_reason > img {
        width: 150%;
        margin-left: -25%;
    }

    .index_about {
        height: auto;
        padding: 10px
    }

    .index_about_left {
        width: 100%
    }

    .index_about_right {
        width: 100%;
        padding-top: 10px;
    }

    .index_about_right h4 {
        font-size: 18px;
    }

    .index_about_right p {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .index_about_right a {
        margin-left: 0;
    }

    .index_cooperation .container {
        display: none
    }

    .index_cooperation_m {
        display: block;
        padding: 0 10px
    }

    .index_cooperation_m ul {
    }

    .index_cooperation_m ul li {
        margin: 0 1%;
        width: 48%;
        float: left
    }

    .index_cooperation_m ul li a {
    }

    .index_cooperation_m ul li a img {
        width: 100%;
        height: 120px;
    }

    .index_cooperation_m ul li a span {
        display: block;
        text-align: center;
        color: #333333
    }

    .index_news ul li {
        width: 100%;
        margin-right: 0;
    height: 370px;
    }

    .index_card {
        padding-bottom: 0
    }

    .index_card .container {
        height: auto;
        padding-top: 10px;
    }

    .index_card_left {
        width: 100%;
        padding: 0
    }

    .index_card_right {
        width: 100%;
        margin: 5px 0
    }

    .index_card_left p:nth-child(2) {
        text-align: left;
        font-size: 17px;
    }

    .index_card_left p:nth-child(3) {
        font-size: 17px
    }

    .index_card_left p:nth-child(4) {
        width: 100%;
        font-size: 17px;
    }

    .index_card_left_img {
        position: static;
        text-align: left;
        width: 100%
    }

    .index_card_left_img .index_qrcode {
        display: inline-block;
        margin: 10px 5%;
    }

    .footer {
        font-size: 12px;
    }

    .footer span {
        display: block
    }

    .header_nav ul li {
        width: 25%
    }

    .main .container {
        padding: 10px;
        width: calc(100% - 20px)
    }

    .crumbs a {
        font-size: 14px;
    }

    .page_nav ul li {
        margin: 0 5px;
        width: 80px;
        height: 25px;
        background: url(../images/page_nav_bg.png) no-repeat;
        background-size: 100%;
        line-height: 19px;
        font-size: 14px;
    }

    .page_nav {
        margin: 15px 0
    }

    .page_content p {
        font-size: 12px;
    }

    .page_new_title p {
        padding-left: 35px;
    }

    .page_new ul li a {
        float: left;
        width: calc(100% - 75px);
        font-size: 12px;
    }

    .page_new ul li span {
        font-size: 12px;
    }

    .page_new ul li {
        overflow: hidden;
        line-height: 35px;
        zoom: 1
    }

    .pro_list {
        width: 100%
    }

    .pro_nav {
        width: 100%
    }

    .pro_nav ul ol {
        background: url(../images/pro_nav_column.jpg) no-repeat center #cd0206;
        text-align: center;
        padding: 0
    }

    .pro_list ul li {
        width: calc(48% - 2px);
        margin: 3px 1%;
height:205px
    }

    .case_list ul li a .case_left {
        width: 100%;
        text-align: center
    }

    .case_list ul li a .case_left img {
        max-width: 100%
    }

    .case_list ul li a .case_right {
        width: calc(100% - 0px);
        padding-left: 0px;
    }

    .case_list ul li a .case_right h4 {
        text-align: center
    }

    .case_scene ul li {
        width: 48%;
        margin: 0 1%
    }

    .new {
        margin-top: 25px;
    }

    .new_nice_img {
        width: 100%;
        text-align: center
    }

    .new_nice_img img {
        max-width: 100%
    }

    .new_nice_text {
        width: 100%
    }

    .new_nice_text h4 {
        margin-bottom: 12px
    }

    .new_nice_text p {
        font-size: 12px;
    }

    .new_nice_text p {
        margin-bottom: 10px
    }

    .new_list ul li {
        padding: 20px 0
    }

    .new_date {
        display: none
    }

    .new_info {
        width: 100%;
        padding-left: 0
    }

    .new_info h4 {
        overflow: hidden;
        zoom: 1;
        margin-bottom: 0
    }

    .new_info h4 span {
        float: left;
        margin: 10px 0;
    }

    .show_content h4 {
        font-size: 18px;
    }

    .contact ul li {
        width: 100%;
        margin-right: 0
    }

    .contact {
        padding: 0 10px;
        padding-top: 10px;
    }

    .book > h4 {
        margin-top: 25px;
        font-size: 18px;
    }

    .contact ul li span {
        font-size: 14px;
    }

    .book p {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .book form .book_line ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .book form .book_line {
        margin-top: 0
    }

    .book form .book_line .book_submit {
        margin-top: 10px
    }
    .header_nav ul li a{font-size: 14px}
.pro_list ul li:nth-child(3n){margin:3px 1%}
.list_page{float:none;width: auto;}
.crumbs{overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;}

}