﻿@charset "utf-8";
/* CSS Document */
.clear {
    clear:both;
}
.clearboth:after,.clearBoth:after{
    content: "";
    display: block;
    clear: both;
}
body {
    padding:0px;
}
* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    list-style:none;
    text-decoration:none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
ul li {
    list-style: none;
}
img {
    display: block;
    border: 0px;
    width: auto;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
i {
    font-style: inherit;
}
ul {
    -webkit-padding-start: 0px;
}   
* {
    list-style:none;
}
textarea,
select,
option,
input {
    outline: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.wrap {
    width:100%;
    height:100%;
}
.center{
    position: relative;
    width: 94%;
    max-width: 1820px;
    margin:0 auto;
    height: 100%; 
}
.main{
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin:0 auto;
    height: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
    color: #ffffff;
/*    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);*/
    background: none;
}
.head_ri{
    height: 100%;
}
.logo{
    float: left;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.ss{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 50px;
}
.sousuo{
    position: absolute;
    right: 0;
    top: 80px;
    display: none;
}
.sousuo {
    width: 100%;
    max-width: 300px;
    height: 40px;
    overflow: hidden;
    padding-right: 40px;
    background: #ffffff;
    border: 1px solid #a82127;
    border-right: none;
    box-sizing: border-box;
}
.sousuo .key {
    width: 100%;
    text-indent: 0.5em;
    line-height: 38px;
    border: none;
    font-size: 14px;
    color: #666666;
    outline: none;
}
.sousuo .submit {
    background: #a82127 url(../images/s.png)center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    border: none;
    cursor: pointer;
}
.qie {
    position: relative;
    margin-left: 25px;
    height: 100%;
}
.qie h3{
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.qie h3 span{
    margin: 0 15px;
}
.qie1{
    display: none;
    background-color: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
/*    padding: 10px 0;*/
}
.qie a {
    display: block;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
background: #fff;
    border-bottom: 1px solid #999;
	    color: #000;
}
.navBox{
    position: relative;
}
.nav-ul>li{
    position: relative;
    float: left;
    line-height: 110px;
    font-size: 16px;
}
.nav-ul>li+li {
    margin-left: 40px;
}
.nav-ul>li>a {
    display: block;
}
.nav-ul>li:hover a,.nav-ul>li>a.active {
    color: #a82127;
    font-weight: bold;
}
.head_fix{
    display: block;
    height: 80px;
}
.logo .img_m,.m{
    display: none;
}
/*.child {
    position: absolute;
    top: 95px;
    right: 0;
    min-width: 150px;
    line-height: 50px;
    z-index: 9999;
    display: none;
    background-color: rgba(51,51,51,0.9);
    box-sizing: border-box;
}
.child ul li {
    font-size: 14px;
    line-height: 50px;
    color: #fefefe;
}
.child ul li a{
    display: block;
    padding-left: 20px;
}
.child li:hover a{
    background: #f9b72d;
}
.nav-ul>li:hover .child {
    display: block;
}*/
.menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.banner_m{
    display: none;
}
.banner{
    position: relative;
}
.mmm{
    display: none;
}
.aa img{
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #4f595a;
    opacity: 1;
    border: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}
.banner .swiper-pagination-bullet-active {
    background: #ffffff;
    border: none;
}
.tt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    max-width: 90%;
}
.nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 99;
    color: #333333;
    text-align: center;
    background: #ffffff;
/*    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);*/
}
.ul{
    padding: 20px;
}
.l {
    position: relative;
}

.a {
    font-size: 18px;
    width: 100%;
    line-height: 60px;
    display: block;
    box-sizing: border-box;
}

.levelu {
    display: none;
}
.levell {
    line-height: 50px;
}
.levela {
    font-size: 16px;
    display: block;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.header_bj{
    height: 80px;
    color: #000000;
    background: #ffffff;
}
.header_bj .nav-ul>li{
    line-height: 80px;
}
.header_bj .qie1{
    top: 50px;
}
.bj1{
    background: #fdf8f8;
}
.index1{
    padding: 70px 0;
}
.title{
    text-align: center;
    margin-bottom: 30px;
}
.title h3{
    font-size: 34px;
    color: #24272b;
    font-weight: bold;
    margin-bottom: 10px;
}
.title h3:hover{
    color: #a82127;
    cursor: pointer;
}
.title h5{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.index1 ul li{
    position: relative;
    float: left;
    width: 48.7%;
    color: #ffffff;
}
.index1 ul li:nth-child(2){
    float: right;
}
.index1 ul li img{
    width: 100%;
}
.dw{
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
.dw h3{
    font-size: 36px;
    margin-bottom: 15px;
}
.dw h5{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hg {
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    width: 92%;
    height: 92%;
    top: 4%;
    left: 4%;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    background: #a82127;
}
.hg h3{
    font-size: 26px;
    margin-bottom: 15px;
}
.hg h5{
    font-size: 16px;
    line-height: 26px;
}
.index1 ul li:hover .hg{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.index2{
    padding-bottom: 75px;
}
.index2 ul li{
    position: relative;
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
}
.index2 ul li:last-child{
    margin-right: 0;
}
.index2 ul li img{
    width: 100%;
}
.index2 ul li:hover .hg{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.ind2_con{
    padding: 15px 6%;
    background: #ffffff;
}
.ind2_con h3{
    font-size: 22px;
    color: #333333;
    margin-bottom: 5px;
}
.ind2_con h5{
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind3_center{
    width: 94%;
    max-width: 950px;
    margin: 0 auto;
}
.index3{
    min-height: 555px;
    color: #ffffff;
    padding: 70px 0;
    background-attachment: fixed !important;
    box-sizing: border-box;
}
.index3 h3{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.ind3_con{
    font-size: 16px;
    line-height: 30px;
    min-height: 150px;
    margin-bottom: 30px;
}
.ind3_a{
    font-size: 0;
    text-align: center;
}
.ind3_a a{
    display: inline-block;
    width: 166px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background: #a82127;
}
.ind3_a a+a{
    margin-left: 20px;
}
.index4{
    padding: 70px 0;
}
.ind4_lf{
    width: 21%;
    border-top: 1px solid #e8e5e5;
}
.ind4_lf a{
    display: block;
    font-size: 16px;
    line-height: 69px;
    color: #24272b;
    border-bottom: 1px solid #e8e5e5;
}
.ind4_lf a.curs{
    color: #a82127;
}
.ind4_ri{
    width: 75.5%;
}
.ind4_one{
    width: 49%;
}
.ind4_two{
    width: 45.3%;
}
.ind4_nr ul li{
    padding-bottom: 30px;
    border-top: 1px solid #e8e5e5;
}
.ind4_nr ul li h1{
    font-size: 16px;
    color: #c4c4c4;
    margin-top: 25px;
    margin-bottom: 10px;
}
.ind4_nr ul li h3{
    font-size: 18px;
    line-height: 24px;
    color: #24272b;
}
.ind4_nr ul li h5{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 25px;
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind4_nr ul li h2{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #d7d7d7;
}
.ind4_nr ul li span img{
    margin-left: 10px;
}
.ind4_two ul li{
    border: 0;
}
.ind4_two ul li img.ind4_img{
    width: 100%;
}
.ind4_ri>div{
    display: none;
}
.ind4_ri>div:first-child{
    display: block;
}
.footer{
    padding: 35px 0;
    background: #fdf8f8;
}
.ewm{
    width: 50%;
    max-width: 108px;
}
.ewm img{
    width: 100%;
}
.ewm p{
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 15px;
}
.foot1{
    width: 82%;
}
.foot1_ti{
    margin-bottom: 30px;
}
.foot1_ti h3{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.xian{
    width: 25px;
    height: 1px;
    background: #a82127;
}
.foot1_con{
    font-size: 14px;
    line-height: 36px;
    color: #999999;
}
.foot_nr{
    display: flex;
}
.foot_nr p{
    flex: 1;
}
.foot_nr p:last-child{
    text-align: right;
}
.cop{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 35px 0 25px;
    background: #a82127;
}
.cop h1{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.banner2{
    position: relative;
}
.banner2 img{
    width: 100%;
}
.tit{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    max-width: 1300px;
    color: #ffffff;
}
.tit h3{
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
.tit h5{
    font-size: 18px;
}
.xian1{
    width: 40px;
    height: 2px;
    margin-top: 20px;
    background: #ffffff;
}
.subnav{
    border-bottom: 1px solid #e4e4e4;
}
.subnav a{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 64px;
    color: #666666;
    margin-left: 50px;
}
.subnav a.cur{
    color: #a82127;
}
.subnav a.cur:after{
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #a82127;
}
.new{
    padding-bottom: 175px;
}
.new ul li{
    padding: 50px 0;
    background: #fffbfc;
    border-bottom: 1px solid #e4e4e4;
}
.new ul li:hover{
    background: #f7f3f4;
}
.new ul li a{
    display: flex;
}
.sj{
    display: flex;
    align-items: center;
    width: 130px;
    color: #000;
}
.sj h3{
    font-size: 40px;
}
.sj h5{
    font-size: 14px;
    text-align: right;
}
.new_img{
    width: 240px;
    margin-left: 5%;
    margin-right: 3%;
    overflow: hidden;
}
.new_img img{
    width: 100%;
    transition: all 0.6s;
}
.new ul li:hover img{
    transform: scale(1.2);
}
.new_ri{
    flex: 1;
}
.new_ri h3{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_ri h5{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_ri p{
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    background: url(../images/yj.png)left center no-repeat;
}
.new ul li:hover .new_ri h3{
    color: #a82127;
    font-weight: bold;
}
.new ul li:hover .sj{
    color: #a82127;
    font-weight: bold;
}
.new ul li:hover .sj h3{
    font-weight: bold;
}
.new ul li:hover .sj h5{
    font-weight: bold;
}
#pages { 
    font-size: 0;
    padding:60px 0 0; 
}
#pages a { 
    display:inline-block; 
    height:57px; 
    line-height:57px; 
    background:#fbf1f2; 
    border:none; 
    text-align:center; 
    color:#000; 
    padding:0;
    width:78px; 
    font-size:14px;
}
#pages a.a1 { 
    float: right;
    width:100px; 
    padding:0;
}
#pages a:hover { 
    background:#a82127; 
    color:#fff; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:57px; 
    line-height:57px; 
    background:#a82127; 
    border:none; 
    color:#fff; 
    text-align:center;
    padding:0;
    width:78px; 
    font-size:14px;
}
.contact{
    padding: 95px 0 310px;
}
.lx_ti{
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 110px;
}
.contact ul{
    font-size: 0;
}
.contact ul li{
    display: inline-block;
    width: 30.8%;
    margin-right: 3.8%;
    vertical-align: top;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.contact ul li:nth-child(3n){
    margin-right: 0;
}
.contact ul li img{
    height: 40px;
}
.contact ul li h3{
    font-size: 14px;
    color: #a9a7a8;
    margin: 15px 0;
}
.contact ul li h5{
    font-size: 16px;
    color: #000000;
}
.map{
    width: 100%;
    height: 480px;
}
.zizhi{
    padding: 80px 0;
}
.zizhi_ti{
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.zizhi_ti:hover{
    color: #a82127;
    font-weight: bold;
    cursor: pointer;
}
.zi_nav{
    font-size: 0;
    text-align: center;
    margin-bottom: 50px;
}
.zi_nav a{
    display: inline-block;
    min-width: 120px;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    border: 1px solid rgba(0,0,0,0,0);
}
.zi_nav a+a{
    margin-left: 15px;
}
.zi_nav a.acv{
    color: #a82127;
    border: 1px solid #a82127;
}
.img_list{
    font-size: 0;
}
.img_list li{
    display: inline-block;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 35px;    
    box-sizing: border-box;
    vertical-align: top;
}
.img_list li:nth-child(5n){
    margin-right: 0;
}
.img_list li img{
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    box-sizing: border-box;
    transition: all 0.6s;
}
.img_list li img:hover{
    transform: scale(1.03);
}
.img_list li h3{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.img_list li p{
    text-align: center;
}
.img_list li span {
    display: none
}

.img_big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000;
}

.img_list li {
    position: relative;
}
.img img{
    width: 100%;
}

.img_big .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.img_big .centerbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 478px;
}

.img_big .centerbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.img_big .centerbox .left,
.img_big .centerbox .right {
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141414;
}

.img_big .centerbox .left img,
.img_big .centerbox .right img {
    display: block;
}

.img_big .centerbox .left {
    top: 162px;
    right: -80px;
}

.img_big .centerbox .right {
    top: 81px;
    right: -80px;
}

.img_big .pick p {
    display: inline-block;
    line-height: 40px;
}

.big_list .img {
    display: none;
}

.big_list .img p {
    padding-left: 20px;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    background: #666666;
}

.gb {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141414;
    z-index: 1000;
}
.cp{
    padding: 50px 0;
    background: #fffbfc;
}
.p60{
    padding: 30px 4%;
/*    background: #ffffff;*/
    box-sizing: border-box;
}
.cp1{
    padding-top: 0 !important;
}
.web{

    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.web_lf {
    width: 200px;
    margin-right: 4%;
}
.web_lf ul li{
    margin-bottom: 10px;
    background: #ffffff;
}
.web_lf ul li a{
    position: relative;
    display: block;
    padding-left: 15px;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
}
.web_ri {
    width: 80.7%;
}
.cp_lf{
    width: 54%;
}
.cp_lf img{
    width: 100%;
}
.bb .aaz,.bb .aay{
    width: 34px;
    height: 34px;
    border: 2px solid #c7c7c5;
    border-radius: 50%;
    margin-top: -20px;
    outline: none;
}
.bb .aaz{
    background: url(../images/cpz.png) center center no-repeat;
    background-size: 10px;
    left: 25px;
}

.bb .aay {
    background: url(../images/cpy.png) center center no-repeat;
    background-size: 10px;
    right: 25px;
}
.cp_ri{
    width: 100%;
    padding-top: 35px;
}
.cp_ri h3{
    font-size: 40px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 4px solid #f2f2f2;
    margin-bottom: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    background-image: url("../images/1111.png"); 
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: 30px 20px;  
}
.cp_ri_con{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 40px;
}
.cp_ri a{
    display: block;
    width: 200px;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background: #a82127;
}
.cp1{
    margin-bottom: 45px;
}
.cp_ti{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 35px;
	background-image: url(../images/1111.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-left: 60px;
}
.cp2_con{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.cp2_con img{
    max-width: 100%;
    margin: 10px auto;
}
.cp3{
    margin: 80px 0;
}
.cp3_con{
    position: relative;
    padding: 0 50px;
}
.cp3_con img{
    width: 100%;
}
.cp3_con p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
.hg1{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #a82127;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.hg1 h6{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.cp3 .swiper-slide:hover .hg1{
    top: 0;
}
.cp3_con .cpz,.cp3_con .cpy{
    width: 16px;
    height: 30px;
    outline: none;
}
.cp3_con .cpz{
    background: url(../images/zzz.png) center center no-repeat;
    left: 0;
}

.cp3_con .cpy {
    background: url(../images/yyy.png) center center no-repeat;
    right: 0;
}
.cp4{
    margin-bottom: 70px;
}
.cp4 ul li{
    float: left;
    width: 47.5%;
    border-top: 1px solid #e7e5e6;
    border-bottom: 1px solid #e7e5e6;
    padding: 40px 0 20px;
}
.cp4 ul li:nth-child(2n){
    float: right;
}
.cp4 ul li a{
    display: flex;
    align-items: flex-start;
}
.cp4 ul li img.cp4_img{
    width: 150px;
    margin-right: 20px;
}
.cp4_ri{
    flex: 1;
}
.cp4_ri h3{
    font-size: 18px;
    line-height: 24px;
    color: #24272b;
}
.cp4_ri h5{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cp4_ri p{
    font-size: 14px;
    line-height: 24px;
    color: #c4c4c4;
}
.cp4_ri span{
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #d7d7d7;
}
.cp4_ri span img{
    margin-left: 5px;
}
.cp5 ul li{
	float:left;
	width: 32%;
    padding: 40px 15px 30px;
    border: 1px solid #e7e5e6;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
	margin-right:2%;
	margin-bottom:20px;
}
.cp5 ul li:nth-child(3n){
	margin-right:0;
}
.cp5 ul li img.cp5_img{
    width: 146px;
    margin-right: 20px;
}
.cp4_ri{
    flex: 1;
}
.cp5_ri h3{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.xian2{
    width: 25px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #a82127;
}
.cp5_ri{
    flex: 1;
}
.cp5_ri dl a{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.8%;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.cp5_ri dl a:nth-child(2){
    float: right;
}
.cp2_con *{max-width:100%} 
.cp2_con table{max-width:100%}
.ab1{
    padding: 80px 0 40px;
}
.ab1_ti{
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}
.ab1_con {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    min-height: 220px;
    overflow: hidden;
}
.ab1_con *{max-width:100%}
.zhan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
    margin: 40px auto 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    cursor: pointer;
}
.ab1_two{
    width: 100%;
    max-width: 860px;
    margin:  50px auto 0;
}
.ov{
    overflow: hidden;
}
.ab1_two ul li{
    float: left;
    width: 48.7%;
}
.ab1_two ul li:nth-child(2){
    float: right;
}
.ab1_two ul li img{
    width: 100%;
    transition: all 0.6s;
}
.ov:hover img {
    transform: scale(1.2);
}
.ab1_two ul li p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.ab2>div{
    float: left;
    width: 25%;
}
.ab2 img{
    width: 100%;
    transition: all 0.6s;
}
.p90{
    padding: 90px 0;
}
.ab3{
    margin-bottom: 50px;
}
.ab3_con ul{
    display: none;
}
.ab3_con ul:first-child{
        display: block;
}
.ab4 ul{
    font-size: 0;
}
.ab4 ul li{
    display: inline-block;
    width: 30.8%;
    margin-right: 3.8%;
    vertical-align: top;
    border-bottom: 1px solid #e7e5e6;
    padding-bottom: 25px;
}
.ab4 ul li:nth-child(3){
    margin-right: 0;
}
.ab4 ul li a .ov{
    width: 100%;
    margin-bottom: 20px;
}
.ab4 ul li a .ov img{
    width: 100%;
    transition: all 0.8s;
}
.ab4 ul li h3{
    font-size: 18px;
    line-height: 24px;
    color: #24272b;
}
.ab4 ul li h5{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ab4 ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #c4c4c4;
}
.ab4 ul li span{
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #d7d7d7;
}
.ab4 ul li span img{
    margin-left: 5px;
}
.ab5{
    padding: 90px 0;
    background: #ededed;
}
.ab5_con{
    padding: 0 40px;
}
.ab5_con img{
    max-width: 100%;
    margin: 0 auto;
}
.ab5_con .lcz,.ab5_con .lcy{
    width: 34px;
    height: 34px;
    border: 2px solid #c7c7c5;
    border-radius: 50%;
    margin-top: 20px;
    outline: none;
}
.ab5_con .lcz{
    background: url(../images/cpz.png) center center no-repeat;
    background-size: 10px;
    left: 0;
}

.ab5_con .lcy {
    background: url(../images/cpy.png) center center no-repeat;
    background-size: 10px;
    right: 0;
}
.ab6{
    margin-bottom: 90px;
}
.ab6_con{
    font-size: 0;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;

}
.ab6_con img{
    display: inline-block;
    margin-bottom: 30px;
}
.ab6_con img+img{
    margin-left: 2px;
}

.ab6_con::-webkit-scrollbar {
/*滚动条整体样式*/
width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 6px;
}
.ab6_con::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
background   : #a82127;
}
.ab6_con::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background   : #bfbfbf;
}
.m80{
margin-bottom: 80px;
}
.ab7_con{
font-size: 16px;
line-height: 30px;
}
.ab7_con h3{
font-size: 22px;
color: #000000;
font-weight: bold;
margin-bottom: 20px;
}
.ab7_nr{
font-size: 0;
}
.ab7_nr li{
display: inline-block;
width: 50%;
font-size: 16px;
line-height: 30px;
padding-right: 2%;
margin-bottom: 30px;
box-sizing: border-box;
}
.ab7_nr li span{
    font-size: 14px;
    color: #999999;
}
.xc{
    position: relative;
}
.xc img{
    max-width: 100%;
    margin: 10px auto;
}
.xc_dw{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    color: #ffffff;
    text-align: center;
    z-index: 99;
}
.xc_dw h3{
    font-size: 34px;
}
.xc_dw h5{
    font-size: 18px;
    margin: 15px 0 40px;
}
.tmh{
    position: absolute;
    opacity: 0;
    z-index: 9;
    transform: scale(0.6);
    visibility: hidden;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a82127;
}
.xc:hover .tmh {
    opacity: 0.6;
    visibility: visible;
    transform: scale(1);
}
.jia{
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 auto;
}
.lc_list{
    background: url(../images/bj.png) center center repeat-x;
}
.lc_list .swiper-container{
    width: 100%;
    position: relative;
    display: flex;

}
.lc_list .swiper-container:after{
    position: absolute;
    content: "";
    height: 85px;
    width: 100%;

    top: 180px;
}
.lc_list .swiper-slide{
    margin: 0 0%;
}
.lc_list .swiper-slide h4{
    font-size: 36px;
    color: #ac0123;
    line-height: 56px;
    text-align: left;
}
.lc_list .swiper-slide img{
    z-index: 10;
    position: relative;
    margin: auto;
}
.lc_bottom{
    height: 20px;
    overflow: hidden;
    line-height: 24px;
    margin-left: 10%;
}
.jz{
    position: absolute;
    overflow: auto;
    width: 160%;
}
.lc_bottom h2{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.lc_bottom h5{
    font-size: 14px;
    color: #666666;
}

.lc_bottoms{
    height: 170px;
    box-sizing: border-box;
    line-height: 24px;
    margin-top: 90%;
}
.lc_list{
    color: #666666;
    height: 511px;
}

.lc_top{
    position: relative;
    top: 0px;
    left: -46%;
}
.lc_tops{
    top: unset;
    bottom: -254px;
    height: 180px;
    left: -120%;
}
.lc_topss{
    margin-left: -61%;
}
.kefu {
    width: 50px;
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 99999;
}
.kefu a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: #a82127;
}
.kefu a+a{
    margin-top: 2px;
}
.ewm1{
    position: relative;
}
.ewm1 img{
    display: none;
    position: absolute;
    left: -120px;
    top: 0;
    width: 108px;
}
.ewm1:hover img{
    display: block;
}
.link{
    line-height: 36px;
    color: #999999;
    margin-bottom: 20px;
}
.link span{
    font-size: 16px;
}
.link a{
    font-size: 14px;
    margin: 0 10px;
}

.link a:hover { color:#a82127;}

.List_page{text-align:center;margin-bottom:5px; margin-top:5px; font-size:14px;}
.pagination{display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 3px;}
.pagination > li{display: inline;}
.pagination > li > a, .pagination > li > span{position: relative;float: left;padding: 4px 10px;margin-left: -1px;line-height: 1.6;color: #76838f;text-decoration: none;background-color: transparent;border: 1px solid #cccccc;margin: 0 3px;border-radius: 3px; margin-top:10px;}
.pagination > li:first-child > a, .pagination > li:first-child > span{margin-left: 0;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{z-index: 2;color: #a82127;background-color: #fafafa;border-color: #cccccc;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{z-index: 3;color: #fff;cursor: default;background-color: #a82127;border-color: #a82127;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color: #A0A0A0;pointer-events: none;cursor: not-allowed;background-color: transparent;border-color: #cccccc;}