
.red-ad{
    background-color: #d80c18;
    padding: 50px 0;
    text-align: center;
    color: #ffffff;
}
.red-ad b{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 15px;
}
.red-ad h4{
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.red-ad h3{
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: 6px;
    letter-spacing: 2px;
}
.red-ad h2{
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
    letter-spacing: 2px;
}
.red-ad p{
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    text-transform: uppercase;
}
.red-ad a{
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}
.red-ad a:hover{
    color: #d80c18;
}


.page-list{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.page-list ul{
    display: inline-block;
}
.page-list ul li{
    display: inline-block;
    margin: 0 2px;
}
.page-list ul .active a{
    background-color: #292929;
    color: #fff;
}

.page-list ul li a{
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}
.page-list ul li a:hover{
    background-color: #e3e3e3;
}
.page-list ul .active a:hover{
    background-color: #292929;
    color: #fff;
}


.crumb-bar{
    background-color: #f4f4f4;
}
.crumbNav{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    color: #090909;
    font-size: 14px;
    line-height: 18px;
}
.crumbNav a{
    color: #090909;
    font-size: 14px;
    line-height: 18px;
}
.crumbNav a:hover{
    color: #d80c18;
}

.case-content{
    width: 1200px;
    margin: 0 auto;
}

.case-content-top{
    padding: 22px 0;
}
.case-tabs{
    float: left;
}
.case-tabs ul li{
    display: inline-block;
    vertical-align: middle;
}
.case-tabs ul li a{
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 40px;
    cursor: pointer;
    color: #333333;
}
.case-tabs ul li a:hover{
    color: #d80c18;
}
.case-tabs ul .on a{
    color: #ffffff;
    background-color: #d80c18;
}
.case-tabs ul .on a:hover{
    color: #ffffff;
}

.prev-next{
    float: right;
    margin-top: 4px;
}
.prev-next a{
    display: inline-block;
    width: 102px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #333333;
    background-color: #f0f0f0;
    margin-left: 10px;
    border-radius: 32px;
}
.prev-next a strong{
    font-weight: normal;
}
.prev-next a:hover{
    background-color: #d80c18;
    color: #fff;
}



.case-text {
    width: 100%;
    padding: 30px 40px;
    border: 1px solid #e3e3e3;
}
.case-text h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.case-text p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
}

.case-text strong {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.case-detail {
    padding: 20px 0;
}
.case-detail p{
    line-height: 24px;
    color: #666666;
}
.case-detail img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 10px auto;
}

.page-lr{
    width: 100%;
}
.page-l{
    display: block;
    float: left;
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    background-color: #efefef;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    text-align: left;
}
.page-r{
    display: block;
    float: right;
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    background-color: #efefef;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    text-align: left;
}
.page-lr strong{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 40px;
    color: #333;
    width: 28%;
    float: left;
}
.page-lr a{
    width: 72%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 40px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-l:hover strong{
    color: #d80c18;
}
.page-l:hover a{
    color:  #d80c18;
}
.page-r:hover strong{
    color:  #d80c18;
}
.page-r:hover a{
    color:  #d80c18;
}


.new-content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.news-content-top{
    padding: 35px 0;
}

.location{
    float: left;
    padding: 10px 0;
    color: #090909;
    font-size: 14px;
    line-height: 20px;
}
.location span{
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background: url(/icon/location.png) no-repeat center top;
}
.location a{
    color: #090909;
    font-size: 14px;
    line-height: 20px;
}
.location a:hover{
    color: #d80c18;
}
.news-menu{
    margin-top: 0;
}

.news-content-list ul {
    text-align:justify;
    text-align-last:justify;/*解决IE的支持*/
    line-height:0;/*解决标准浏览器容器底部多余的空白*/
}
@media all and (-webkit-min-device-pixel-ratio:0){
    .news-content-list ul{
       font-size:0;/*webkit清除元素中使用[换行符]或[空格符]后，最后元素多余的空白*/
    }
}
.news-content-list ul:after{/*text-align-last:justify只有IE支持，标准浏览器需要使用 .demo:after 伪类模拟类似效果*/
    display:inline-block;
    overflow:hidden;
    width:100%;
    height:0;
    content:'';
    vertical-align:top;/*opera浏览器解决底部多余的空白*/
}
.news-content-list ul li{
    display: inline-block;
    width: 585px;
    height: 162px;
	margin-bottom: 22px;
	padding: 20px;
	text-align:left;/*取消上层元素的影响*/
    text-align-last:left;
    box-shadow: 0 0px 12px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.16);
}
.news-content-list ul li:hover .news-content-img img{
    transform: scale(1.05);
}
.news-content-list ul li:hover .news-content-txt strong{
    color: #d80c18;
}

.news-content-img{
    width: 190px;
    height: 122px;
    float: left;
    overflow: hidden;
}
.news-content-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-content-txt{
    width: 325px;
    float: right;
}
.news-content-txt strong{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-content-txt p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    color: #a6a6a6;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-content-txt span{
    display: block;
    color: #a6a6a6;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin-top: 16px;
    background-image: url(/icon/time.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.news-all-txt{
    width: 100%;
}

.news-details{
    border: 1px solid #e3e3e3;
    padding: 20px 50px;
    margin-bottom: 30px;
}
.news-details-tit{
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e3e3e3;
}
.news-details-tit h3{
    font-size: 30px;
    color: #090909;
    font-weight: normal;
}
.news-details-tit p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.news-details-txt{
    padding: 30px 0;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.news-details-txt img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
}
.news-page .page-l,
.news-page .page-r
{
    width: 500px;
    padding: 0 20px;
}
.news-page strong{
    width: 13%;
}
.news-page a{
    width: 86%;
}

.news-related{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.news-related-title strong{
    font-size: 24px;
    font-weight: normal;
}
.news-related-title b{
    display: block;
    width: 50px;
    height: 1px;
    background-color: #d80c18;
    margin-top: 16px;
}
.news-related-list{
    margin-top: 30px;
}
.news-related-list ul li{
    width: 50%;
    float: left;
    padding: 5px 0;
}
.news-related-list ul li a{
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    padding-left: 12px;
    position: relative;
}
.news-related-list ul li a::before{
    content: '';
    width: 3px;
    height: 3px;
    background-color: #555555;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.news-related-list ul li a:hover{
    color: #d80c18;
}
.news-related-list ul li a:hover::before{
    background-color: #d80c18;
}



.contact-box{
    width: 1200px;
    margin: 60px auto;
    box-shadow: 0 0px 12px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.16);
    text-align: center;
    padding: 50px;
}
.contact-item{
    display: inline-block;
    vertical-align: top;
    width: 350px;
    text-align: left;
}
.contact-item:nth-child(2){
    width: 390px;
}

.contact-icon{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    text-align: right;
}
.contact-icon img{
    width: auto;
}
.contact-tit{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.contact-tit h3{
    font-size: 30px;
    color: #d80c18;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    word-spacing: 2px;
}
.contact-tit strong{
    font-size: 18px;
    color: #121212;
    font-weight: normal;
}

.qrcode-img,.contact-num,.contact-addr{
    margin-top: 20px;
    margin-left: 65px;
}
.qrcode-img{
    width: 100px;
    border: 1px solid #e8e8e8;
}
.contact-num p{
    font-size: 30px;
    color: #d80c18;
}
.contact-addr p{
    font-size: 16px;
    color: #121212;
    line-height: 26px;
}

.culture{
    background-color: #d80c18;
    color: #ffffff;
}
.culture-box{
    width: 50%;
    height: 366px;
    padding-top: 50px;
    float: left;
}
.culture-bg{
    background: url(/images/culture-bg.jpg) no-repeat center center;
    background-size: auto 100%;
}
.culture-item{
    position: relative;
    width: 500px;
    margin-left: 180px;
}
.culture-title h3{
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    word-spacing: 6px;
}
.culture-title strong{
    font-size: 36px;
}
.culture-title b{
    display: block;
    width: 90px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 16px;
}
.culture-txt{
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 120px;
    left: 260px;
    width: 350px;
}


.works-map{
    background-color: #f9f9f9;
    text-align: center;
    padding: 50px 0;
}
.works-map-img{
    margin-top: 40px;
}
.works-map-img img{
    width: auto;
}


.honor{
    padding: 50px 0;
    background-image: url(/images/honor-bg.jpg);
}

.honor-list{
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.LeftHandle {
    position: absolute;
    width: 43px;
    height: 44px;
    cursor: pointer;
    background-image: url(/icon/honor-left.png);
    z-index: 2;
    top: 128px;
    left: -44px;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
.LeftHandle:hover{
    opacity: 1;
}
.RightHandle {
    width: 43px;
    height: 44px;
    background-image: url(/icon/honor-right.png);
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: -44px;
    top: 128px;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.RightHandle:hover{
    opacity: 0.6;
}
.honor-list a {
    display: block;
    width: 235px;
    height: 360px;
    float: left;
    margin: 0 20px;
}
.honor-list a li {
    width: 100%;
    padding: 5px;
    height: 100%;
}
.honor-list a li .honor-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
}
.honor-list a li img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.honor-list a li strong {
    font-size: 16px;
    /* line-height: 26px; */
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.honor-list a li p {
    font-size: 14px;
    /* line-height: 24px; */
    display: block;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}


.dt-banner{
    width: 100%;
    height: 600px;
    background: url(/images/honor-bg.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-top: 150px;
    text-align: center;
    color: #ffffff;
}
.dt-banner h4{
    font-size: 48px;
}
.dt-banner h4 span{
    color: #d80c18;
}
.dt-banner h3{
    font-size: 72px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    word-spacing: 6px;
    letter-spacing: 2px;
}
.dt-banner h5{
    font-size: 22px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    word-spacing: 3px;
    letter-spacing: 1px;
}
.dt-banner b{
    display: block;
    width: 190px;
    height: 4px;
    background-color: #d80c18;
    margin: 15px auto;
}
.dt-banner h2{
    font-size: 62px;
    letter-spacing: 16px;
}

.dt-design{
    padding-top: 50px;
}
.dt-design-list{
    width: 1200px;
    margin: 40px auto 0;
}
.dt-design-item{
    width: 350px;
    height: 220px;
    background-color: #fafafa;
    padding: 20px;
    float: left;
    margin-right: 75px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dt-design-item:nth-child(3n+3){
    margin-right: 0;
}

.dt-design-title{
    position: relative;
    z-index: 1;
}
.dt-design-title span{
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    color: #cccccc;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dt-design-title strong{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 32px;
}
.dt-design-title strong p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    font-family: 'Times New Roman', Times, serif;
    color: #999999;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dt-design-item ul{
    padding-left: 58px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.dt-design-item ul li{
    font-size: 16px;
    line-height: 28px;
}

.dt-design-item:hover{
    background-color: #d80c18;
    color: #ffffff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    /* transform: translateY(-2px); */
}

.dt-design-item:hover .dt-design-title span{
    background-color: rgba(255, 255, 255, 0.3);
    color: #d80c18;
}
.dt-design-item:hover .dt-design-title strong p{
    color: #ffffff;
}



.dz-banner{
    width: 100%;
    height: 590px;
    background: url(/images/dz-banner.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-top: 150px;
    text-align: center;
    color: #ffffff;
}
.dz-banner h4{
    font-size: 48px;
}
.dz-banner h4 span{
    color: #d80c18;
}
.dz-banner h3{
    font-size: 72px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    word-spacing: 6px;
    letter-spacing: 2px;
}
.dz-banner h5{
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.dz-banner b{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 2px;
    background-color: #d80c18;
    margin: 0 26px;
}
.dz-banner h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 62px;
    letter-spacing: 26px;
    color: #d80c18;
    padding-left: 26px;
}


.dz-service{
    padding: 50px 0;
}
.service-bg{
    background-color: #f6f6f6;
}

.dz-service-list {
    text-align: center;
    margin-top: 50px;
}
.dz-service-list ul li{
    width: 310px;
    height: 156px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dz-service-list ul li span{
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dz-service-list ul li:nth-child(1) span{
    background-image: url(/icon/serv-icon11.png);
}
.dz-service-list ul li:nth-child(2) span{
    background-image: url(/icon/serv-icon12.png);
}
.dz-service-list ul li:nth-child(3) span{
    background-image: url(/icon/serv-icon13.png);
    margin-bottom: 10px;
}
.dz-service-list ul li:nth-child(4) span{
    background-image: url(/icon/serv-icon14.png);
}
.dz-service-list ul li strong{
    font-size: 20px;
    line-height: 30px;
}
.dz-service-list ul li:hover{
    background-color: #d80c18;
    color: #ffffff;
}
.dz-service1-list ul li:nth-child(1):hover span{
    background-image: url(/icon/serv-white-icon11.png);
}
.dz-service1-list ul li:nth-child(2):hover span{
    background-image: url(/icon/serv-white-icon12.png);
}
.dz-service1-list ul li:nth-child(3):hover span{
    background-image: url(/icon/serv-white-icon13.png);
}
.dz-service1-list ul li:nth-child(4):hover span{
    background-image: url(/icon/serv-white-icon14.png);
}


.dz-service2-list ul li{
    height: 200px;
    border: 0px;
    padding: 30px;
}
.dz-service2-list ul li span{
    border: 1px solid #d80c18;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 54px;
    height: 54px;
}
.dz-service2-list ul li:nth-child(1) span{
    background-image: url(/icon/serv-icon21.png);
}
.dz-service2-list ul li:nth-child(2) span{
    background-image: url(/icon/serv-icon22.png);
}
.dz-service2-list ul li:nth-child(3) span{
    background-image: url(/icon/serv-icon23.png);
    margin-bottom: 20px;
}
.dz-service2-list ul li:nth-child(4) span{
    background-image: url(/icon/serv-icon24.png);
    margin-bottom: 26px;
}

.dz-service2-list ul li:hover span{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.dz-service2-list ul li:nth-child(1):hover span{
    background-image: url(/icon/serv-white-icon21.png);
}
.dz-service2-list ul li:nth-child(2):hover span{
    background-image: url(/icon/serv-white-icon22.png);
}
.dz-service2-list ul li:nth-child(3):hover span{
    background-image: url(/icon/serv-white-icon23.png);
}
.dz-service2-list ul li:nth-child(4):hover span{
    background-image: url(/icon/serv-white-icon24.png);
}

.dz-service3-list{
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.dz-service3-list ul li{
    float: left;
    width: 304px;
    height: 150px;
    margin-right: 28px;
    margin-bottom: 28px;
    background-color: #f6f6f6;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 16px 26px 16px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dz-service3-list ul li:nth-child(4n+4){
    margin-right: 0px;
}
.dz-service3-title span{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(/icon/serv3-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}
.dz-service3-title h3{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 32px;
}
.dz-service3-title h3 p{
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    word-spacing: 1px;
    color: #999999;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dz-service3-list ul li strong{
    display: block;
    padding-left: 59px;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
}
.dz-service3-list ul li:hover{
    background-color: #d80c18;
    color: #ffffff;
}
.dz-service3-list ul li:hover p{
    color: #ffffff;
}

.ls-banner{
    width: 100%;
    height: 600px;
    background: url(/images/ls-banner.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-top: 220px;
}
.ls-banner-txt{
    width: 900px;
    margin: 0 auto;
}
.ls-banner-txt p{
    font-size: 18px;
    color: #525252;
    line-height: 30px;
}
.ls-banner-txt h3{
    font-size: 35px;
    color: #222222;
    line-height: 47px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.ls-banner-txt h3 span{
    font-size: 44px;
    color: #d80c18;
}

.ls-design{
    padding-top: 60px;
    padding-bottom: 20px;
    background: url(/images/ls-bg.jpg) no-repeat center center;
    background-size: auto 100%;
    color: #ffffff;
}
.ls-design-list{
    width: 1200px;
    margin: 40px auto 0;
}
.ls-design-item{
    width: 350px;
    height: 160px;
    padding: 20px;
    float: left;
    margin-right: 75px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.ls-design-item:nth-child(3n+3){
    margin-right: 0;
}

.ls-design-title{
    position: relative;
    z-index: 1;
}
.ls-design-title span{
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    width: 48px;
    height: 48px;
    background-color: #e6f0f0;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    color: #cccccc;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ls-design-title strong{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 32px;
}
.ls-design-title strong p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}
.ls-design-item{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ls-design-item ul{
    padding-left: 58px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.ls-design-item ul li{
    font-size: 16px;
    line-height: 28px;
}
.ls-design-item-right-list{
    position: absolute;
    top: 0;
    left: 190px;
}

.ls-design-item:hover{
    color: #d80c18;
}

.ls-design-item:hover .ls-design-title span{
    background-color: #d80c18;
    color: #ffffff;
}

.ls-process{
    padding: 60px 0;
    text-align: center;
}
.ls-process ul{
    margin-top: 50px;
}
.ls-process ul li{
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #eaeaea;
    margin: 0 40px;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ls-process ul li::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    background: url(/icon/ls-process-arrow.png) no-repeat;
    right: -51px;
    top: 67px;
}
.ls-process ul li:last-child::before{
    display: none;
}
.ls-process ul li span{
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ls-process ul li:nth-child(1) span{
    background-image: url(/icon/process-icon1.png);
}
.ls-process ul li:nth-child(2) span{
    background-image: url(/icon/process-icon2.png);
}
.ls-process ul li:nth-child(3) span{
    background-image: url(/icon/process-icon3.png);
}
.ls-process ul li:nth-child(4) span{
    background-image: url(/icon/process-icon4.png);
}
.ls-process ul li:nth-child(5) span{
    background-image: url(/icon/process-icon5.png);
}
.ls-process ul li strong{
    font-size: 24px;
}
.ls-process ul li P{
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    color: #898989;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ls-process ul li:hover{
    background-color: #d80c18;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.ls-process ul li:hover p{
    color: #ffffff;
}
.ls-process ul li:nth-child(1):hover span{
    background-image: url(/icon/process-white-icon1.png);
}
.ls-process ul li:nth-child(2):hover span{
    background-image: url(/icon/process-white-icon2.png);
}
.ls-process ul li:nth-child(3):hover span{
    background-image: url(/icon/process-white-icon3.png);
}
.ls-process ul li:nth-child(4):hover span{
    background-image: url(/icon/process-white-icon4.png);
}
.ls-process ul li:nth-child(5):hover span{
    background-image: url(/icon/process-white-icon5.png);
}

.ls-ad{
    padding: 40px 0;
}
.ls-ad-box{
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #f3f3f3;
    padding: 75px 110px;
    background-image: url(/icon/ls-ad-icon.jpg);
    background-repeat: no-repeat;
    background-position: 380px center;
}
.ls-ad-ewm{
    width: 220px;
    height: 220px;
    float: left;
    border: 1px solid #f1f1f1;
    padding: 5px;
    position: relative;
    background-color: #ffffff;
}
.ls-ad-ewm::before{
    content: '';
    position: absolute;
    width: 105px;
    height: 95px;
    background-color: #d8271c;
    top: -25px;
    left: -25px;
    z-index: -1;
}
.ls-ad-ewm::after{
    content: '';
    position: absolute;
    width: 105px;
    height: 95px;
    background-color: #d8271c;
    bottom: -25px;
    right: -25px;
    z-index: -1;
}
.ls-ad-txt{
    float: right;
    padding-top: 28px;
}
.ls-ad-txt h4{
    font-size: 32px;
}
.ls-ad-txt h3{
    font-size: 54px;
    color: #d8271c;
    margin: 6px 0;
}
.ls-ad-txt h5{
    font-size: 28px;
}

.info-box{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.info-content{
    margin-top: 30px;
    line-height: 24px;
}