.wrap{
    width: 1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}

.h-title{
    text-align: center;
}
.h-title h3{
    font-size: 46px;
    color:#333;
    font-weight: 700;
}
.h-title h3 span{
    font-weight: 400;
}
.h-title p {
    font-size: 18px;
    color:#999;
    margin:6px 0 0;
}
.h-hot{
    background: #f7f7f7;
    color:#666;
    padding:14px 0 11px;
    border-bottom: 1px solid #ccc;
}
.h-hot a{
    color:#666;
}
.h-hot a:hover{
    color: #bb1c18;
}
.h-re a {
    padding-left:12px;
    position: relative;
}
.h-re a::after{
    position: absolute;
    content:',';
    display: block;
    bottom:0;
    right: -8px;
    color:#666;
}
.h-re a:nth-child(3)::after{
    content:'';
}

.hfbg{
    height: 289px;
    color:#fff;
    
}
.hfbg h5{
    padding-top:7px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.hfbg h3{
    padding-top:78px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.hfbg span{
    display: inline-block;
    padding-top:19px;
    font-size: 20px;
}
.hfbg .ico1{
    padding-left:388px;
}
.hfbg .ico2{
    padding-left:40px;
}
.hfbg .ico3{
    padding-left:35px;
    padding-right: 40px;
}
.h-product{
    padding:50px 0 0;
}
.pro-cat{
    margin-top:30px;
    height: 240px;
    background: url(../images/procatebg.jpg)center no-repeat;
}
.pro-cat h5{
    color:#fff;
    font-size: 18px;
    padding-top:9px;
    text-align: center;
}
.hpro-list{
    padding-top:19px;
    padding-left:27px;
}
.hpro-list a{
    display: inline-block;
    font-size: 16px;
    color:#333;
    width: 231px;
    transition: all .6s;
    padding:25px 0 15px;
    margin-right: 73px;
    border-bottom: 1px solid #d9d9d9;
}
.hpro-list a:hover{
    color:#bb1c18;
    padding-left:8px;
}
.hpro-list a:nth-child(4n){
    margin-right: 0;
}
.h-case{
    background: url(../images/casebg.jpg)center no-repeat;
    height: 780px;
    position: relative;
    left:50%;
    margin-left:-960px;
    width:1920px;
    overflow: hidden;
}

.h-case .caserpic{
    position:absolute;
    top:118px;
    left:960px;
    width:960px;
    height:562px;
}
.case-l{
    width:600px;
}
.case-title h3{
    padding-top:44px;
    font-size: 46px;
    font-weight: 700;
    color:#333;
}
.case-title p{
    margin-top:8px;
    font-size: 18px;
    color:#999;
    text-transform: uppercase;
}
.case-cat{
    margin-top:51px;
}
.case-cat a{
    display: inline-block;
    width: 285px;
    height: 112px;
    font-size: 20px;
    color:#333;
    overflow: hidden;
    line-height: 112px;
    border:1px solid #b3b3b3;
    margin-bottom:15px;
    margin-right:13px;
    padding-left:25px;
    transition: all .6s;
}
.case-cat a:nth-child(3n){
    padding-left:35px;
}
.case-cat a:nth-child(even){
    margin-right:0px;
    padding-left:45px;
}
.case-cat a:nth-child(odd) img{
    margin-right: 18px;
}
.case-cat a:nth-child(even) img{
    margin-right: 30px;
}
.case-cat a.cur{
    background: rgba(187,28,24,.8);
    color:#fff;
}
.case-cat a.cur img{
     transform: translateY(-98px);
    filter: drop-shadow(#fff 0 98px);
}
.case-r{
    width:600px;
}
.case-r .tel{
    margin-top:39px;
    text-align: right;
    font-size: 16px;
    color:#333;
    padding-right:10px;
}
.case-r .tel img{
    display: inline-block;
    margin-top:-5px;
    margin-right: 5px;
}
.case-r .con{
    text-align: right;
    margin-top:617px;
}
.case-r .con h3{
    color:#bb1c18;
    font-size: 20px;
    font-weight: 700;
}
.case-r .con p{
    color:#999;
    font-size: 15px;
    margin-top:5px;

}
.h-compete{
    padding:53px 0 48px;
}
.h-compete-list{
    margin-top:33px;
}
.h-case-list{
    width: 1124px;
    position: absolute;
    bottom:99px;
    left:-190px;
}
.h-case-list .h-case-item{
    border: 2px solid rgba(0, 0, 0, .1)
}
.h-case-list .h-case-item:hover{
    border:2px solid #bb1c18;
}
.competeimg .pic{
    display: inline-block;
    width: 600px;
    height: 338px;
    overflow: hidden;
}
/* .competeimg .pic img{
    transition: all .6s;
}
.competeimg .pic:hover img{
    transform: scale(1.1);
} */
.competeimg .content{
    width: 565px;
    height: 318px;
    margin-top:20px;
    position: relative;
    overflow: hidden;
}
.competeimg .content img{
    transform: translateY(-60px);
    filter: drop-shadow(#000 0 60px);
}
.competeimg .content h3{
    font-size: 30px;
    color:#333;
    padding-top:24px;
}
.competeimg .content .wz{
    font-size: 15px;
    line-height: 2;
    width: 453px;
    color:#666;
    margin-top:18px;
    height: 150px;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.competeimg .content b{
    position: absolute;
    top:0;
    right: 0;
    font-size: 16px;
    color:#999;
    font-weight: 400;
    text-transform: uppercase;
}
.competeimg .content h6{ 
    font-size: 16px;
    color:#999;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}
.competeimg .content h6::before{
    position: absolute;
    content:'';
    top:-252px;
    right: 8px;
    width: 1px;
    height: 229px;
    background: #d9d9d9;
}
.h-compete-list .ico{
    margin-top:48px;
}



.compete-item{
    display: block;
    width:228px;
    float:left;
    overflow: hidden;
    height: 112px;
    padding: 24px 13px 0;
    margin-right: 14px;
    border: 1px solid #ccc;
}
.compete-item:nth-child(3){
   padding-right: 7px;
}
.compete-item:nth-child(5){
    margin-right: 0px;
}
.compete-item .con{
    font-size: 24px;
    position: relative;
    color:#333;
    padding-top:8px;
}
.compete-item .con h3{
    font-size: 14px;
    color:#999;
    padding-top:3px;
    text-transform: uppercase;
}
.compete-item .con::after{
    position: absolute;
    top: 26px;
    left: -64px;
    content: '';
    width: 53px;
    height: 1px;
    background: #a3a3a3;
}
.compete-item:nth-child(3) .con::after{
   left:-53px;
}
.compete-item.cur{
    background: #bb1c18;
}
.compete-item.cur img{
    transform: translateY(-98px);
    filter: drop-shadow(#fff 0 98px);
}
.compete-item.cur .con, .compete-item.cur .con h3{
    COLOR:#fff;
}
.compete-item.cur .con::after{
    background: #fff;
}
.h-about{
    margin:32px 0 30px;
    padding-top:553px;
}
.h-about-left{
    width: 301px;
    height: 197px;
    background: #bb1c18;
}
.h-about-right{
    width: 899px;
    height: 197px;
    background: #fafafa;
}
.h-about-right p{
    padding-right: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.h-about-left{
    padding-top:50px;
    text-align: center;
}
.h-about-left h3{
    font-size: 36px;
    color:#fff;
    font-weight: 700;
}
.more-about{
    width: 124px;
    height: 41px;
    display: block;
    line-height: 41px;
    margin: 23px auto 0;
    background: #fff;
    color:#bb1c18;
    font-size: 18px;
    transition: all .6s;
}
.more-about:hover{
     color:#bb1c18;
    padding-left:8px;
}
.h-about-right{
    padding:32px 0 0 27px;
    font-size: 14px;
    color:#808080;
    line-height: 2;
}
.h-about-right h5{
    font-size: 26px;
    color:#333;
    padding-bottom:20px;
}
.h-company-list{
    width: 1201px;
    margin: 30px auto 0;
}
.h-company-item {
    border: 1px solid #e5e5e5;
}

.h-news{
    padding: 66px 0 48px;
    background: #f7f7f7;
    margin-top:53px;
}
.lnews{
    position: relative;
}
.more-news{
    position: absolute;
    top:125px;
    right: 0;
    width: 162px;
    height: 43px;
    font-size: 16px;
    color:#fff;
   
    background: #bb1c18;
}
.more-news:hover{
    color:#fff;
}
.more-news span{
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right:24px;
    font-size: 28px;
    font-weight:700;
    text-align: center;
    background: #333;
     transition: all .6s;
}
.more-news:hover span{
    margin-right: 32px;
}
.lnew_t {
    width: 100%;
    margin-top:52px;
    padding-bottom:2px;
    border-bottom: solid 1px #ccc;
}
.lnew_t img{
    margin-right: 13px;
    display: inline-block;
}
.lnew_t a {
    display: inline-block;  
    height: 28px;
    font: 700 18px/28px "Microsoft YaHei";
    color: #333;
    overflow: hidden;
    padding-right:39px;
}
.lnew_t a.cur {
    color: #bb1c18;
}
.lnew_t a.cur img{
     transform: translateY(-60px);
    filter: drop-shadow(#bb1c18 0 60px);
}
.news-wrap {
    padding: 39px 0 25px;
    margin-bottom:50px;
    border-bottom:1px solid #ccc;
}
.news-pic {
    display: block;
    width: 570px;
    height: 287px;
    overflow: hidden;
}

.news-pic img {
    display: block;
    max-width: 100%;
    transition: all .6s;
}
.lnew_ct{
    padding-top:15px;
}
.lnew_ct .data{
    font-family: 'Arial';
    color:#4a4a4a;
    padding:17px 25px 0 0;
}
.lnew_ct .data h4{
    font-size: 52px;
    font-weight: 700;
}
.lnew_ct .data h5{
    font-size: 16px;
    padding-top:3px;
}
.lnew_ct .con{
    width: 456px;
    height: 115px;
    border-left: 1px solid #e6e6e6;
    padding-left:20px;
}
.lnew_img{
    width: 570px;
}
.lnew_img:hover img {
    transform: scale(1.1);

}

.lnew_w {
width: 578px;
}

.lnews_nr_z {
    display: block;
    height: 117px;
    transition: all .6s;
    background: #fff;
    position: relative;
    margin-bottom:16px;
    border: 1px  solid #e6e6e6;
}
.lnews_nr_z .data{
    width: 113px;
    height: 117px;
    color: #4a4a4a;
    font-family: 'Arial';
    text-align: center;
    padding-top:15px;
    transition: all .6s;
    border-right: 1px solid #e6e6e6;
}
.lnews_nr_z .data h4{
    font-size: 52px;
    font-weight: 700;
}
.lnews_nr_z .data h5{
    padding-top:8px;
    font-size: 16px;
}
.lnews_nr_z .con{
    transition: all .6s;
    padding: 17px 38px 0 18px;
    width: calc(100% - 113px);
    
}
.lnews_nr_z .con .title{
    transition: all .6s;
    color:#4a4a4a;
    font-size: 18px;
}
.lnews_nr_z .con .wz{
    transition: all .6s;
    padding-top:4px;
    color:#808080;
    line-height: 2;
}
.lnews_nr_z:hover {
    background: #bb1c18;
}
.lnews_nr_z:hover .wz, .lnews_nr_z:hover .con .title, .lnews_nr_z:hover .data{
    color:#fff;
}
.lnew_ct a {
    display: block;
}

.lnew_ct .lnew_h {
    font: 500 18px/18px "Microsoft YaHei";
    color: #4a4a4a;
    transition: all .6s;
    padding: 20px 0 10px;
}
.lnew_img:hover .lnew_h{
    color:#bb1c18;
}
.lnew_center {
    font: 500 14px/28px "Microsoft YaHei";
    color: #666;
}

.lnew_img li:hover .lnew_h {
    color: #bb1c18;
}


.faq .con{
    width: 162px;
    height: 155px;
    padding-top:20px;
    background: #fff;
}
.faq .con h3{
    font-size: 24px;
    color:#333;
    font-weight: 700;
    text-align: center;
}
.faq .con p{
    font-size: 16px;
    color:#4a4a4a;
    margin: 14px 0 16px 15px;  
}
.news-about{
    width: 120px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    font-size: 16px;
    color:#fff;
    transition: all .6s;
     margin-left: 15px; 
    background: #bb1c18;
}
.news-about:hover{
    padding-left:15px;
     color:#fff;
}
.newscon{
    padding-top:14px;
    width: 975px;
}
.h-news-item .pic{
    width: 29px;
    height: 26px;
}
.h-news-item h3{
    font-size: 16px;
    color:#333;
    padding: 17px 0 8px;
}
.h-news-item:hover h3{
    color: #bb1c18;
}
.h-news-item .wz{
    color:#666;
    line-height: 2;
}
.x-layout {
    padding:45px 0 0;
    background:#fbfbfb;
}
.x-layout h3{
    font-size: 34px;
    color:#333;
    padding-bottom:38px;
}
.fnav{
    width: 573px;
}
#map label{max-width: inherit;}
.f-nav a{
    display: inline-block;
    width: 32%;
    font-size: 14px;
    color:#333;
    margin-bottom:25px;
}

.f-nav a .creat {
    margin-right: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
    transform: rotate(180deg);
}
.f-nav a:hover{
    color:#bb1c18;
}
.f-nav a:hover .creat {
    border-color: transparent #bb1c18 transparent transparent;
}
.fcontact{
    width: 355px;
}
.fcontact .con p{
color:#666;
font-size: 14px;
height: 24px;
line-height: 24px;
padding-left:36px;
}
.fcontact .con p:nth-child(1){
    background: url(../images/add.png)center left no-repeat;
}
.fcontact .con p:nth-child(2){
    background: url(../images/email.png)center left no-repeat;
}
.fcontact .con p:nth-child(3){
    background: url(../images/tel.png)center left no-repeat;
}
.fcontact .con p:hover{
    color: #bb1c18;
}
.fcontact .con p:nth-child(1):hover{
    background: url(../images/add1.png)center left no-repeat;
}
.fcontact .con p:nth-child(2):hover{
    background: url(../images/email1.png)center left no-repeat;
}
.fcontact .con p:nth-child(3):hover{
    background: url(../images/tel1.png)center left no-repeat;
}
.fewm{
    
    width:140px;
}
.fewm img{
    display: block;
    margin: 0 auto;
}
.fewm .img{
    width:140px;
    height: 140px;
}
.x-footer p{margin:0;}
.fewm h5{
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height:28px;
}
.x-link{
    font-size: 16px;
    color:#333;
    padding:30px 0 26px;
}
.x-link a{
    font-size: 14px;
    color:#666;
}