@charset "utf-8";
/* CSS Document */
/***********通用基本类************/

/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/* 滚动条 */
/*::-webkit-scrollbar {width:0px;}*/

/*css定义超链接四个状态也有顺序的。*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
a:link, a:visited {text-decoration: none;color: #666666;}
a:hover, a:active {text-decoration: none;color: #666666;border: none;}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
clear:both;

width: 100%;
}
ul, li {
list-style:none;
}

/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {padding: 0px;margin: 0px;text-align: left;font-family: "微软雅黑";line-height: 150%;box-sizing: border-box;color: #666;letter-spacing: 2px;}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
  }
body {
	    font-family: 微软雅黑;
	    background-color: #fefefe;
	    min-width: 1200px;
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; margin:0 auto;}
.w1300{ width:1300px; margin:0 auto;}
.w100{ width:100%; text-align:center;}
.w50{ width:50%}
.mx1920{max-width:1920px;margin:0 auto;width: 100%}
.mx1500{max-width:1500px;margin:0 auto;}
.mx1400{max-width:1400px;margin: 0 auto;}


/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}
.fl{ float:left;}
.fr{ float:right;}

/* 头部开始 */
.header{}
.header-t1{
    background-color: #F4F4F4;
    padding: 3px 0px;
}
.header-t1-l{
    color: #666;
    width: auto;
    float: left;
}
.header-t1 .w1200{
    }
.header-t1-r{
    float: right;
    position: relative;
}
.header-t1-r a{
    padding: 0px 10px;
    position: relative;
}
.header-t1-r a:first-child{}
.header-t1-r a:first-child i{
    margin-right: 3px;
    color: #B9B9B9;
}
.header-t1-r-wx{}
.header-t1-r-wx i{
    margin-right: 5px;
    font-size: 18px;
    color: #B9B9B9;
}
.header-t1-r-wx::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1px;
    background-color: #aaa;
    height: 17px;
    width: 2px;
}
.header-t1-r-wx-code{
    display: none;
    position: absolute;
    z-index: 3;
    width: 130px;
    height: 130px;
    top: 30px;
    right: -35px;
}
.header-t2{
    padding: 10px 0px;
}
.header-t2 a{
    display: block;
    float: left;
}
.header-t2 a img{
   /*  height: 85px; */
       margin-top: 16px;
}
.header-t2-d{
    width: auto;
    float: right;
    margin-top: 10px;
}
.header-t2-d i{
    float: left;
    color: #cc0001;
    font-size: 55px;
    line-height: 70px;
}
.header-t2-d div{
    float: right;
    margin-left: 7px;
}
.header-t2-d div span{
    font-size: 14px;
}
.header-t2-d div p{
    font-size: 20px;
    font-weight: bold;
    color: #2c2d2f;
    line-height: 21px;
}
.header-t3{
    background-color: #CC0001;
}
.header-t3-box{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 }
.header-t3 a{
    display: block;
    color: white;
    padding: 13px 20px;
    font-size: 17px;
}
.header-t3 a:hover{
    background-color: #2e2f31;
}
.header-t3 a.on{
    background-color: #2e2f31;
}

.cont1{}
.cont1 .swiper-container{width: 100%;
        height: 100%;}
.cont1 .swiper-slide{text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
.cont1 .swiper-slide img{width:100%;}
.cont1 .swiper-pagination .swiper-pagination-bullet{
    width: 50px;
    border-radius: 8px;
}
.cont1 .swiper-pagination .swiper-pagination-bullet-active{}

.cont2{
    padding: 70px 0px 50px;
}
.cont2 .w1200{}
.public-header{
    width: 650px;
    margin: 0 auto;
}
.public-header p{
    text-align: center;
    color: #2c2c2c;
    font-size: 20px;
}
.public-headert{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.public-headert .public-headert-d1{
    width: 200px;
    height: 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: 30px;
}
.public-headert .public-headert-d2{
    color: #CC0001;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    width: auto;
}
.cont2-box{
    margin-top: 30px;
}
.cont2-box>img{
    width: 515px;
    height: 330px;
    display: block;
    float: left;
}
.cont2-box-dr{
    width: 660px;
    float: right;
    position: relative;
}
.cont2-box-dr-dx{
    position: absolute;
    z-index: 1;
    height: 330px;
    width: 400px;
    border: 2px solid #303030;
    right: 0px;
}
.cont2-box-dr-cont{
    height: 280px;
    position: absolute;
    z-index: 2;
    background-color: white;
    top: 25px;
    width: 650px;
    padding: 20px;
}
.cont2-box-dr-cont h3{
    color: #454545;
    font-weight: bold;
    font-size: 25px;
}
.cont2-box-dr-cont div{
    margin-top: 5px;
    height: 150px;
    overflow: hidden;
}
.cont2-box-dr-cont a{
    color: #cc0001;
    transition: all .36s ease;
    font-size: 15px;
    border: 2px solid #cc0001;
    text-align: CENTER;
    padding: 10px 50px;
    border-radius: 5px;
    margin-top: 15px;
    display: block;
    width: 200px;
}
.cont2-box-dr-cont a:hover{
    background-color: #cc0001;
    color: white;
    border: 2px solid #cc0001;
}
.cont3{
    background-color: #CC0001;
    color: white;
}
.cont3 .w1200{
}
.cont3-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont3-box-li{
    padding: 35px 50px;
    position: relative;
}
.cont3-box-li>p{
    color: white;
    font-size: 19px;
    font-weight: bold;
}
.cont3-box-li>div{}
.cont3-box-li>div>p{
    color: white;
    font-weight: bold;
    font-size: 19px;
}
.cont3-box-li>div>p span{
    color: white;
    font-weight: bold;
    font-size: 50px;
    margin-right: 5px;
    line-height: 50px;
}
.cont3-box-li:first-child::after{width:0px;}
.cont3-box-li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1px;
    background-color: #fff;
    height: 55px;
    width: 2px;
}
.cont4{}
.cont4 .w1300{position:relative;margin: 50px auto;}
.cont4 .w1200{}
.cont4 .w1200 .swiper-container{}
.cont4 .w1200 .swiper-slide{
    text-align: center;
}
.cont4 .w1200 .swiper-slide div{
    text-align: center;
    border: 1px solid #666;
    padding: 5px;
}
.cont4 .w1200 .swiper-slide div img{
    max-width: 100%;
    max-height: 201px;
}
.cont4 .w1300 .swiper-button-next{
    top: 90px;
}
.cont4 .w1300 .swiper-button-prev{
    top: 90px;
}
.public-phone{
}
.public-phone-box{
    background-color: #cc0001;
    width: 610px;
    margin: 0 auto;
    padding: 13px 50px;
    border-radius: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.public-phone-box i{
    color: white;
    float: left;
    font-size: 55px;
    line-height: 52px;
}
.public-phone-box div{
    width: auto;
    float: left;
    margin-left: 8px;
}
.public-phone-box div span{
    color: white;
    font-size: 18px;
}
.public-phone-box div h3{
    color: white;
    font-size: 30px;
    font-weight: bolder;
    line-height: 25px;
}
.cont5{
    margin-top: 50px;
    padding: 50px 0px;
    background-color: #FBFBFB;
}
.cont5 .w1200{}
.i-pro-typebox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.i-pro-typebox .i-pro-typebox-li{
    color: #2c2c2c;
    border: 1px solid #666;
    padding: 6px 30px;
    border-radius: 2px;
    margin: 0px 10px;
    cursor: pointer;
}
.i-pro-typebox .on{
    background-color: #666;
    color: white;
}
.i-pro-box{
    margin-top: 15px;
}
.i-pro-box-li{
    display: none;
}
.i-pro-box-li-l{
    width: 610px;
    height: 440px;
    float: left;
    position: relative;
}
.i-pro-box-li-l img{
    width: 610px;
    height: 440px;
    display: block;
}
.i-pro-box-li-l-d1{
    width: 610px;
    height: 440px;
    position: absolute;
    z-index: 1;
    top: 0;opacity: 0;
    background-color: #66666696;transition: all .36s ease;
}
.i-pro-box-li-l-d1 a{
    display: block;
    width: 100%;
    height: 100%;
}
.i-pro-box-li-l-d1 a>div{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
    display: flex;    
}
.i-pro-box-li-l-d1 a>div h3{color: white}
.i-pro-box-li-l-d1 a>div div{color: white}
.i-pro-box-li-l:hover .i-pro-box-li-l-d1{padding: 15px;opacity: 1;}
.i-pro-box-li-r{
    width: 575px;
    float: right;
    height: 440px;
    overflow: hidden;
}
.i-pro-box-li-r .i-pro-box-li-r-d{
    width: 280px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    height: 212.5px;
    overflow: hidden;
    position: relative;
}
.i-pro-box-li-r-d img{
    width: 100%;
    height: 100%;
}
.i-pro-box-li-r-d-d1{
    width: 280px;
    height: 212.5px;
    position: absolute;
    top: 0;
    z-index: 1;opacity: 0;
    background-color: #66666696;transition: all .36s ease;
}
.i-pro-box-li-r-d:hover .i-pro-box-li-r-d-d1{padding:15px;opacity: 1;}
.i-pro-box-li-r-d-d1 a{
    display: block;
    height: 100%;
}
.i-pro-box-li-r-d-d1 a>div{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
    display: flex;
}
.i-pro-box-li-r-d-d1 a>div h3{color: white;font-size: 16px;}
.i-pro-box-li-r-d-d1 a>div div{color: white}
.i-pro-box-li-r-d:nth-child(2n+2){margin-right:0px;}
.i-pro-bom{
    width: 400px;
    border: 1px solid #c8c8c8;
    margin: 0 auto;
    margin-top: 40px;
}
.i-pro-bom a{
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
}
.i-pro-bom a.on{
    background-color: #CC0001;
    color: white;
}
.cont6{
    padding: 50px 0px;
}
.cont6 .w1200{}
.cont6-box{
    margin-top: 30px;
}
.cont6-box-li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont6-box-li-d1{
    width: 470px;
    height: 355px;
}
.cont6-box-li-d1 img{
    width: 470px;
    height: 355px;
    display: block;
}
.cont6-box-li-d2{
    height: 355px;
    width: 680px;
    overflow: hidden;
}
.youshili{
    padding-left: 110px;
    margin-top: 30px;
}
.youshili h3{
    color: #CC0001;
    font-weight: bold;
    font-size: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 2px solid #bebebe;
    line-height: 53px;
}
.youshili p{
    margin-top: 10px;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px; */
}
.iyoushi1{}
.iyoushi2{}
.iyoushi3{}
.iyoushi4{}
.cont7{
    padding: 50px 0px;
    background-color: #FBFBFB;
}
.cont7 .w1200{}
.cont7-box{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont7-box div{
        width: 192px;
    margin-bottom: 15px;
    overflow: hidden;
  
}
.cont7-box div a{
    display: block;
}
.cont7-box div a img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
.cont7-box div:hover img{    transform: scale(1.1);}
.cont7-box div:hover{box-shadow: 0 0 20px rgb(204 0 1 / 72%);}
.cont8{
    padding: 30px 0px;
}
.cont8 .w1200{}
.cont8 .w1200>h3{
    text-align: right;
    color: black;
    font-weight: bold;
    font-size: 35px;
}
.cont8 .w1200>p{
    text-align: right;
    color: black;
    font-size: 24px;
    margin-top: 10px;
}
.cont8 .w1200>div{
    margin-top: 10px;
}
.cont8 .w1200>div .public-phone{
    float: right;
}
.cont9{
    padding: 50px 0px;
}
.cont9 .w1200{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont9-li{
    width: 580px;
}
.cont9-li-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #e5e5e5;
}
.cont9-li-top div{
    line-height: 40px;
    font-size: 28px;
    font-weight: normal;
    color: #000;
}
.cont9-li-top div em{
    font-size: 16px;
    color: #cc0001;
}
.cont9-li-top a{
    color: black;
    height: 23px;
    margin-top: 14px;
}
.cont9-li-top a i{
    color: #cc0001;
}
.cont9-li-btm{
    margin-top: 7px;
}
.cont9-li-btm .cont9-li-btm-li{background: url(../images/ico-news.jpg) no-repeat center left;padding: 8px;border-bottom: 1px dashed;padding-left: 21px;}
.cont9-li-btm .cont9-li-btm-li a{
}
.cont9-li-btm .cont9-li-btm-li a span{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.cont9-li-btm .cont9-li-btm-li a em{
    width: 20%;
}
.cont9-li-btm .cont9-li-btm-li a:hover span{color: #cc0001;}
.cont9-li-btm .cont9-li-btm-li a:hover em{color: #cc0001;}

.footer{
    background-color: #cc0001;
    padding-top: 30px;
}
.footer .w1200{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-d1{
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-d1 img{
    width: 210px;
}
.footer-d2{
    width: 135px;
    margin-left: 10px;
}
.footer-d2 h3{
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.footer-d2 img{
    width: 135px;
    height: 135px;
    margin-top: 10px;
    display: block;
}
.footer-d2 p{
    text-align: center;
    color: white;
    margin-top: 10px;
}
.footer-d3{
    width: 480px;
    margin-left: 10px;
}
.footer-d3 h3{
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-d3 p{
    color: white;
    border-bottom: 1px dashed #b8b8b8;
    line-height: 40px;
}
.footer-d4{
    width: 300px;
    margin-left: 10px;
}
.footer-d4 form>input{
    width: 100%;
    background-color: #cc0001;
    color: white;
    border: 1px solid #c2c2c2;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 8px;
    outline: none;
    border-radius: 2px;
}
.footer-d4 form>textarea{
    width: 100%;
    resize: none;
    padding: 5px;
    font-size: 16px;
    color: white;
    background-color: #cc0001;
    border: 1px solid #c2c2c2;
    height: 74px;
    outline: none;
    border-radius: 2px;
}
.footer-d4 form>div{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-d4 form>div input{
    width: 48%;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.footer-d4 form>div input:first-child{
    background-color: #333333;
    color: white;
}
.footer-cp{
    text-align: center;
    color: white;
    padding: 30px 0px 10px;
    font-size: 15px;
}
.footer-cp a{
    font-size: 15px;
    color: white;
}
::-webkit-input-placeholder { 
color: #ccc; 
} 
:-moz-placeholder { 
color: #ccc; 
} 
::-moz-placeholder { 
color: #ccc; 
} 
:-ms-input-placeholder { 
color: #ccc; 
}


.ny-banner{}
.ny-banner-box{
    text-align: center;
}
.ny-banner-box-img{
    max-width: 100%;
    margin: 0 auto;
}

.ny-mbx{
    background-color: #f2f2f2;
}
.ny-mbx .mx1400{}
.ny-mbx-l{
    width: auto;
    float: left;
}
.ny-mbx-l a{
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #222;
    display: block;
    transition: 0.3s ease 0s;
    float: left;
}
.ny-mbx-l a:hover{color: #e50014;}
.ny-mbx-l a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.ny-mbx-l a:hover:before{    width: 80%;
    left: 10%;
    background-color: #e50014;}
.ny-mbx-l a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.ny-mbx-l a.on{color: #cc0001;}
.ny-mbx-l a.on:before{
    width: 80%;
    left: 10%;
    background-color: #cc0001;
    }
    .ny-mbx-l a.on:after{content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;}
.ny-mbx-l a:hover:after{content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;}


.ny-mbx-l a.on{}
.ny-mbx-r{background:url(../images/op.jpg) no-repeat center left;width: auto;float: right;line-height: 80px;font-size: 14px;color: #555;padding-left: 25px;}
.ny-mbx-r a{
    font-size: 14px;
    color: #555;
}
.cont-onepage{}
.cont-onepage .mx1400{
    padding: 40px 0px 60px;
}
.cont-onepage-title{
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}


.cont-pro{}
.cont-pro .mx1400{
    padding: 40px 0px 70px;
}
.cont-pro-l{
    width: 22%;
    float: left;
}
.cont-pro-l-t{
    margin-bottom: 10px;
    padding: 20px;
    color: #fff;
    background: #cc0001;
    font-size: 30px;
}
.cont-pro-l-t-ul{
    display: block !important;
    height: auto !important;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    overflow: visible !important;
    padding: 0px 15px;
}
.cont-pro-l-t-ul li{border-bottom: 1px solid #e8e8e8;}
.cont-pro-l-t-ul li>a{
    display: block;
    padding-left: 20px;
    line-height: 40px;

}
.cont-pro-l-t-ul li a:hover{color: #cc0001;}
.cont-pro-l-t-ul li a.on{
    color: #cc0001;
}
.cont-pro-l-t-ul li dl{}
.cont-pro-l-t-ul li dl dd{}
.cont-pro-l-t-ul li dl dd a{    display: block;
    padding-left: 35px;
    line-height: 40px;}
.cont-pro-r{
    width: 77%;
    float: right;
    padding: 0px 0px 0px 20px;
}
.cont-pro-xqr{
    width: 77%;
    float: right;
    padding: 0px 0px 0px 20px;
    padding: 40px 35px;
    background: #f6f6f6;
    }
.cont-pro-r-li{
    width: 32%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    transition: all .5s ease;
    border: 1px solid #eee;
    border-radius: 10px;
}
.cont-pro-r-li:hover{box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
    cursor: pointer;}
.cont-pro-r-li:nth-child(3n+3){margin-right:0px;}
.cont-pro-r-li a{}
.cont-pro-r-li-d1{
    height: 440px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cont-pro-r-li:hover .cont-pro-r-li-d1 img{    transform: scale(1.2);}
.cont-pro-r-li-d1 img{
    width: 100%;
    height: 100%;
    transition: all .8s ease;object-fit: cover;
}
.cont-pro-r-li-h3{
    padding: 10px 0px 5px;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .36s ease;
}
.cont-pro-r-li:hover .cont-pro-r-li-h3:before{
    width: 100%;
}
.cont-pro-r-li-h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #232323;
    z-index: 1;
    transition: all .5s ease;
}
.cont-pro-r-li-d2{
    margin: 5px 0;
    color: #8c8c8c;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont-pro-xqr-l{
    width: 600px;
    float: left;
}
.cont-pro-xqr-l img{width: 600px;}
.cont-pro-xqr-r{
    width: calc(100% - 650px);
    float: right;
}
.cont-pro-xqr-r-title{
    color: #262626;
    font-size: 22px;
    font-weight: bold;
}
.cont-pro-xqr-r-des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding: 20px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.cont-pro-xqr-r-as{
    transition: all .36s ease;
    background: #cc0001;
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-top: 15px;
    margin-left: 16px;
    line-height: 45px;
    border: 1px solid #cc0001;
}
.cont-pro-xqr-r-as:hover{
    border: 1px solid #cc0001;
    background: #fff;
    font-size: 16px;
    color: #cc0001 !important;
}
.cont-pro-xqr-l-lll{background:url(../images/eye.jpg) no-repeat center left;font-size: 14px;color: #595959;margin-top: 35px;padding-left: 20px;}

.proxqtolsit{background:url(../images/zz.jpg) no-repeat center left;font-size: 14px;padding-left: 25px;}
.proxq-nr{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.proxq-nr>hr{
    height: 1px;
    background-color: #dadada;
}
.proxq-nr-t{
    color: #fff;
    width: 90px;
    background: #cc0001;
    border-bottom: 2px solid #f60;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.proxq-fanye{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.proshagnxia{}
.proshagnxia a:first-child{}
.proshagnxia a:last-child{float: right;}
.proshagnxia a{font-size: 15px;}
.cont-proxq-btn{}

.proxq-xgpro{position:relative;}
.proxq-xgpro .mx1400{
    position: relative;
}
.proxq-xgpro-box{}
.w1250{
    width: 1250px;
    margin: 0 auto;
}
.proxq-xgpro-box-title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #595959;
}
.proxqtj-box{}
.ptotjli{
    width: 400px;
    border: 1px solid #dadada;
}
.ptotjli a{
    display: block;
    position: relative;
}
.ptotjli-img{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.ptotjli-bx{width: 100%;height: 100%;    justify-content: center;
    align-items: center;
    display: flex;top: 0px;
    position: absolute;
    background-color: #00000059;
    color: white;
    opacity: 0;
}
.ptotjli-bx div{color: white;padding:15px;}
.ptotjli:hover .ptotjli-img img{transform: scale(1.2);}
.ptotjli-img img{width: 100%;transition: all .8s ease;    height: 100%;object-fit: cover;}
.ptotjli:hover .ptotjli-mc{opacity: 1;}
.ptotjli-mc{transition: all .3s ease;position: absolute;top: 0px;width: 100%;height: 500px;background-color: #00000073;opacity: 0;}
.ptotjli:hover .ptotjli-mc h3{top: 110px}
.ptotjli-mc h3{transition: all .8s ease;text-align: center;color: #FF9800;    margin-top: 240px;width: 100%;}
.ptotjli:hover .ptotjli-mc div{bottom:110px;}
.ptotjli-mc div{transition: all .8s ease;width: 100%;padding: 0px 20px;font-size: 14px;position: absolute;bottom: 40px;color: white;text-overflow: ellipsis;display: -webkit-box;line-clamp:2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.protjcont{}
.protjcont.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px 0px;
}
.protjcont .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contproly{
    padding-bottom: 50px;
}
.contproly .mx1400{
    background: #f8f8f8;
    padding: 80px 0px 50px;
}
.contproly-box{}
.contproly-box-title{
    text-align: center;
    font-size: 32px;
}
.contproly-box-entitle{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #cccccc;
}
.contproly-box-hx{
    background-color: #535353;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
.contproly-form{
    margin-top: 20px;
    padding: 0px 100px;
}
.contproly-form textarea{
    width: 100%;
    resize: none;
    height: 160px;
    padding: 10px;
    font-size: 15px;
}
.contproly-form input{
    font-size: 15px;
    width: 48%;
    padding: 10px;
    margin-top: 20px;
}
.contproly-form input:last-child{
    width: 100%;
    background-color: #333;
    text-align: center;
    color: white;
    margin-top: 30px;
}
.connews{}
.connews .mx1400{}
.connews-box{
    padding: 0 1rem;
}
.cnew-top{
    margin-top: 30px;
    padding: 30px;
    background: #fafafa;
    margin-bottom: 40px;
}
.cnew-top a{
    display: block;
}
.cnew-top h2{
    font-size: 1.125rem;
    font-weight: bold;
    color: #cc0001;
    margin-bottom: 5px;
}
.cnew-top .cnew-top-des{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    margin-bottom: 15px;
    font-size: 14px;
}
.cnew-top .cnew-top-a{transition: all .4s ease;display: block;width: 130px;height: 30px;line-height: 30px;border: 1px solid #cc0001;color: #cc0001;text-indent: 20px;}
.cnew-top:hover .cnew-top-a{background-color: #cc0001;color: white;}
.cnew-ul{}
.cnew-ul-li{overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;}
.cnew-ul-li:hover{height:150px;}
.cnew-ul-li a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.cnew-ul-li .leftTimeBox{
    width: 87px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #3f6ab4;
    transition: all .5s ease;
}
.cnew-ul-li:hover .leftTimeBox{
    background: #cc0001;
    color: #fff;
    }
.cnew-ul-li:hover .leftTimeBox .newData{color: white;
}
.cnew-ul-li:hover .leftTimeBox .newYearMon{color: white;
}
.cnew-ul-li .leftTimeBox .newData{
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
    text-align: CENTER;
}
.cnew-ul-li .leftTimeBox .newYearMon{
    text-align: center;
}
.cnew-ul-li .centerContentBox{
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.cnew-ul-li .centerContentBox .newTitle{
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.cnew-ul-li:hover .newTitle{color: #cc0001;}
.cnew-ul-li .centerContentBox .newToolBox{
    margin: 5px 0;
    color: #b4b4b4;
    font-size: 14px;
}
.cnew-ul-li .centerContentBox .newToolBox .data1{
    margin-right: 5px;
    background: url(../images/time1.jpg) no-repeat center left;
    padding-left: 20px;
}
.cnew-ul-li .centerContentBox .newToolBox .data2{background: url(../images/eyes1.jpg) no-repeat center left;padding-left: 20px;}
.cnew-ul-li .centerContentBox .newSummry{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
.cnew-ul-li .rightIcon{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.cnew-ul-li .rightIcon .whiteIcon{
    opacity: 1;
}
.cnew-ul-li:hover .whiteIcon{opacity: 0}

.cnew-ul-li .rightIcon .redIcon{
    opacity: 0;
}
.cnew-ul-li:hover .redIcon{opacity: 1}
.cnew-ul-li .rightIcon .rIcon{position: absolute;top: 0;left: 0;display: block;width: auto;height: 98%;transition: all .5s ease;}
.newsxq-title{
    font-size: 26px;
    text-align: CENTER;
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
}
.newsxq-hr{}
.newxq-tag{
    color: #707070;
    font-size: 14px;
    padding: 20px 0px;
}
.newxq-tag a{}
.newsxq-des{
    background: #f2f2f2;
    padding: 10px;
    font-size: 14px;
    color: #595959;
}
.newsxq-news{
    border-top: 1px solid #cccccc;
    margin-top: 15px;
}
.newsxq-news-title{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #595959;
    padding: 20px 0px;
}
.newsxq-news-box{
    padding-bottom: 50px;
}
.nsxq-nb-li{
    width: 33.33%;
    padding: 1rem;
    float: left;
}
.nsxq-nb-li:nth-child(3n+3){margin-right: 0px;}
.nsxq-nb-li a{
    display: block;
}
.nsxq-nb-li-man{
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 17rem;
    border-radius: 5px;
    background: #f3f3f3;
    transition: all .5s ease;
    padding: 0 60px 60px;
}
.nsxq-nb-li-man .newsdate{
    position: absolute;
    top: -14px;
    border-radius: 5px;
    width: 100px;
    margin: 0 0 40px;
    background-color: #2D2D2D;
    padding: 40px 10px 20px;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsdate .md{
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
}
.nsxq-nb-li-man .newsdate .year{
    color: #bdbdbd;
    font-size: 16px;
    text-align: right;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsbody{
    width: calc(100% - 120px);
    top: 130px;
    transition: all .5s ease;
    position: absolute;
}
.nsxq-nb-li-man .newsbody .p_title{
    line-height: 20px;
    font-size: 1rem;
    color: #464646;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nsxq-nb-li-man .newsbody .p_summary{
    line-height: 1.5;
    font-size: 0.875rem;
    color: #6a6a6a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s ease;
}
.nsxq-nb-li:hover .nsxq-nb-li-man{    background: #272727;}
.nsxq-nb-li:hover .newsdate{
    background-color: #cc0001;
    padding: 60px 10px 20px;
    }
.nsxq-nb-li:hover .newsbody{top: 150px;}
.nsxq-nb-li:hover  .p_title{color: white}

.cont-case{}
.cont-case .mx1400{
    width: 94%;
}
.cont-case-box{margin: 16px 0px;}
.contcaseli{
    width: calc(100% / 3);
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.contcaseli .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border: 1px #eee solid;
}
.contcaseli .porTbox .proImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.contcaseli .porTbox .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.contcaseli .porTbox .showBox a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.contcaseli .porTbox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.contcaseli .porTbox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.contcaseli .porBbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.contcaseli .porBbox .leftBox{}
.contcaseli .porBbox .leftBox .proTitle{
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.contcaseli .porBbox .leftBox .proSummry{
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}
.contcaseli .porBbox .lookDetail{
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.contcaseli .porBbox .lookDetail .details{
    line-height: 38px;
}
.contcaseli .porBbox .lookDetail .arrowsR{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
    line-height: 38px;
}
.contcaseli .porBbox .lookDetail .arrowsR .barr{}
.contcaseli .porBbox .lookDetail .arrowsR .harr{opacity: 0;}
.contcaseli .porBbox .lookDetail .arrowsR img{    position: absolute;
    transition: all .5s ease;}
.contcaseli:hover .proImg{transform: translate( -50% ,-50%) scale(1.1);}
.contcaseli:hover .showBox{    opacity: 1;}
.contcaseli:hover .showBoxLink::before {
    width: 1rem !important;
}
.contcaseli:hover .showBoxLink::after {
    width: 1rem !important;
}
.contcaseli:hover .barr{opacity: 0}
.contcaseli:hover .harr{opacity: 1 !important;}


.cont-case-xqr{width: 100%;}
.caseoxq-nr-t{
    color: #fff;
    width: 90px;
    background: #1b68b6;
    border-bottom: 2px solid #f60;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    width: 200px;
}
.cont-lx-box{}
.cont-lx-box-l{
    width: 34%;
    height: 480px;
    overflow: hidden;
    float: left;
    background-color: #cc0001;
    padding: 5% 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.cont-lx-box-l-d1{}
.cont-lx-box-r{
    width: 66%;
    float: left;
    height: 480px;
}






.duanbox{margin-top: 10px;}
.duanbox img{max-width: 100% !important; height: auto;}

/* 分页 */
/*列表翻页*/
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 14px;margin: 0 4px ; border-radius: 3px;}
.list_page a {background:#f5f3ed;color: #000000;}
.list_page span, .list_page a:hover{background: #000000;color:#fff;}