@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,strong,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定义超链接四个状态也有顺序的。*/

a:link, a:visited {
text-decoration: none;
color: #4c4c4c;
}
a:hover, a:active {
text-decoration: none;
color: #fb4f4f;
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:Arial, Verdana, Tahoma, "微软雅黑", Helvetica, sans-serif;
line-height: 150%;
}
body {
	    font-family: 微软雅黑;
	    
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; margin:0 auto;}
.w100{ width:100%; text-align:center;}
.w50{ width:50%}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}
.fl{ float:left;}
.fr{ float:right;}


/*头部  fb4f4f   999999*/
.h1-title{color: #4c4c4c;}
.h1-rb{float: right;color: #4c4c4c;border-right: 2px solid;cursor: pointer;padding: 0px 10px;font-size: 14px;}
.h1-rb:first-child{ border-right: 0px; }
.h-logo{max-height: 90px; max-width: 300px;}
.hlanyili{    position: relative;}
.hlanyia{ padding: 12px 25px 0px 25px;  font-size: 18px;display: block;text-align: center;line-height: 60px;}
.selectyix{color: #fb4f4f !important;}
.hlanyidiv{height: 3px;width: 100%;margin-top: 10px;}
.selectyixd{background-color: #fb4f4f !important;}
.hlanyia:hover{color: #fb4f4f !important;}
.hlanyia:hover .hlanyidiv{background-color: #fb4f4f;}
.hlanerul{position: absolute;
    z-index: 999;display: none;}
.hlanerli{}
.hlanera{    display: block;
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.48);}
.hlanerli:hover{background-color: white;}



/* 产品分类开始 */
.content2{
    background-color: #e9e9e9;
    background-image: url(../images/2bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    }
.content2 .w1200{}
.content2-div{
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 80px;
}
.content2-div:nth-child(2n+2){margin-right: 0px;}
.content2-div-d1{
    background-color: white;
    padding: 2%;
    border: 3px solid white;
}
.content2-div-d1 img{
    width: 100%;    height: 432px;
}
.content2-div-d1>p{
    margin: 20px 0px 40px;
    text-align: center;
    font-variant: small-caps;
    font-size: 18px;
}
.content2-div-d1 p span{
    color: #D52320;
    font-size: 20px;
    font-weight: 600;
}
.content2-div-d2{
    position: absolute;
    z-index: 2;
    background-color: white;
    box-shadow: 2px 2px 10px black;
    width: 160px;
    text-align: CENTER;
    bottom: -22px;
    left: 210px;
}
.content2-div-d2 a{
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: black;
}
.content2-div:hover .content2-div-d1{border: 3px solid #d52320}
.content2-div:hover .content2-div-d2{background-color: #d52320;}
.content2-div:hover .content2-div-d2 a{color: white;}

/* 关于我们开始 */
.content3{background: url(../images/bg3.png) no-repeat center top;}
.content3 .w1200{
    text-align: CENTER;
}
.content3 .w1200>img{
    margin-top: 50px;
}
.content3 .w1200>h3{
    text-align: CENTER;
    color: white;
    font-size: 35px;
    letter-spacing: 16px;
    margin-top: 40px;
}
.content3 .w1200>p{
    font-variant: small-caps;
    text-align: center;
    color: white;
    font-size: 25px;
    letter-spacing: 7px;
}
.content3-box{
    box-shadow: 2px 2px 10px #0000004f;
    background-color: white;
}
.content3-box-l{
    width: 460px;
    float: left;
    padding: 30px 20px;
}
.content3-box-l>h3{color: #d52320;text-align: center;font-size: 30px;font-weight: 600;}
.content3-box-l>span{
    text-align: center;
    font-size: 17px;
    display: block;
    margin-top: 10px;
}
.content3-box-l>a{
    background-color: #d52320;
    color: white;
    display: block;
    width: 200px;
    text-align: center;
    line-height: 40px;
    border-radius: 21px;
    margin-top: 15px;
    margin-left: 125px;
}
.content3-box-l-d{
    margin-top: 10px;
    height: 380px;
    overflow: hidden;
}
.content3-box-r{
    width: 700px;
    height: 585px;
    float: right;
}
.content3-box-r>img{
    width: 700px;
    height: 585px;
}


/* 公司优势开始 */
.content4{background: url(../images/ysbg.jpg) no-repeat center center;margin-top: 70px;}
.content4 .w1200{
    text-align: center;
    padding-top: 20px;
}
.content4 .w1200>span{
    color: #ECC13E;
    letter-spacing: 5px;
    font-variant: small-caps;
    font-size: 25px;
}
.content4 .w1200>h3{
    color: #ffffff;
    letter-spacing: 5px;
    font-variant: small-caps;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
}
.content4 .w1200>p{
    letter-spacing: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 10px;
}
.yshengt{
    border-bottom: 1px solid #ffffff;
}
.yshengt span:first-child{
    color: white;
    font-size: 17px;
}
.yshengt span:last-child{
    color: white;
    float: right;
    font-size: 17px;
}
.content4-box{
    background-color: #950708;
    margin: 50px 0px;
    color: white;
    padding: 70px 0px;
}
.content4-box-d{
    border-right: 1px solid white;
    width: 20%;
    float: left;
    text-align: center;
    overflow: hidden;
}
.content4-box-d:last-child{border-right: 0px;margin-right: 0px;width: 19%;}
.content4-box-d h3{
    text-align: center;
    font-size: 30px;
}
.content4-box-d p{
    text-align: center;
    margin-top: 10px;
}


/* 经典案例开始 */
.content5{}
.public-he{text-align: CENTER;padding-top: 50px;}
.public-he>span{
    color: #ECC13E;
    letter-spacing: 5px;
    font-variant: small-caps;
    font-size: 25px;
}
.public-he>h3{
    color: #8B1A27;
    letter-spacing: 5px;
    font-variant: small-caps;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
}
.public-he>p{
    letter-spacing: 10px;
    text-align: center;
    color: black;
    font-size: 25px;
    margin-top: 10px;
}
.public-he .yshengt{
    border-bottom: 1px solid #9E9E9E;
    width: 1200px;
    margin: 0 auto;
}
.public-he .yshengt span:first-child{
    color: #000000;
}
.public-he .yshengt span:last-child{
    color: #8b1a27;
}
.content5-box{
    background-color: #FCEFEF;
    margin: 50px auto 0px;
}
.content5-box .w1200{
    background: #C1C8D0;
    padding: 50px 0px;
}
.content5-box-imgbox{
    width: 80%;
    margin: 0 auto;
    border: 5px solid white;
}


.content6{}
.content6-d{
    margin-top: 40px;
    background-color: #DBD4CB;
    padding: 40px 0px;
}
.content6-d .w1200{}
.content6-t{}
.content6-type{
    width: 90px;
    border: 1px solid #666666;
    line-height: 26px;
    float: right;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.content6-type.content6-typeon {}
.content6-t a{
    float: right;
    vertical-align: bottom;
    line-height: 30px;
    margin-left: 10px;
}
.content6-box{
    margin-top: 20px;
}
.content6-box-l{
    width: 360px;
    float: left;
}
.content6-box-l ul{}
.content6-box-l ul li{
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding: 5px;
}

li {}

li {}
.content6-box-l ul li:last-child{margin-bottom: 0px;}
.content6-box-l ul li a{color: black}
.content6-box-l ul li:hover{border: 1px solid #8B1A27;}
.content6-box-l ul li span{}
.content6-box-l ul li h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 19px;
}
.content6-box-l ul li div{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
}
.content6-box-r{
    width: 835px;
    float: right;
    height: 422px;
    position: relative;
}
.content6-box-r img{
    width: 835px;
    height: 422px;
}
.content6-box-r>div{
    position: absolute;
    z-index: 2;
    bottom: 30px;
    color: white;
    background-color: #00000085;
    width: 50%;
    right: 30px;
    padding: 10px;
}
.content6-box-r>div h3{
    font-size: 30px;
    line-height: 30px;
}
.content6-box-r>div span{}
.content6-box-r>div h4{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    margin: 8px 0px;
}
.content6-box-r>div div{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content6-typeon{
    background-color:  #666666;
    color: white;
}


/* 网站底部栏目开始 */
.content7{
    background-color: #232323;
}
.content7 .w1200{
    text-align: center;
}
.content7 .w1200 a{color: white; padding: 10px 50px;display: inline-block;}
.content7 .btnond{
    background-color: #d52320;
    color: white;
}
.footer{}
.footer .w1200{
    padding: 30px 0px;
}
.footer .foot-d1{margin-left: 160px;
    width: 500px;
    float: left;
    padding-top: 35px;
}
.footer .foot-d1 p{}
.footer .foot-d2{
    width: 250px;
    float: left;
}
.footer .foot-d2 img{
    width: 170px;
    margin-top: 25px;
}
.footer .foot-d3{
    width: 140px;
    float: right;
}
.footer .foot-d3 img{
    width: 100%;
}
.footer .foot-d3 p{
    text-align: CENTER;
    color: #d52320;
}
.footer>p{
    text-align: center;
    background-color: black;
    color: white;
}