﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 980px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}

/*header*/
.header {position: fixed; left: 0; top: 0; z-index: 1000; display: flex; justify-content: space-between; width: 100%; height: 100px; background-color: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
.header-logo {padding: 0 40px; box-sizing: border-box;}
.header-logo img {display: block; width: 510px;}

.header-nav {display: flex; margin: 0 30px 0 auto;}
.header-nav .header-nav-li {position: relative; margin: 0 30px;}
.header-nav .header-nav-li .header-nav-li-a {position: relative; display: block; font-size: 18px; line-height: 100px; color: #333;}
.header-nav .header-nav-li .header-nav-li-a::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #a01400; transition: all 0.3s ease;}
.header-nav .header-nav-li:hover .header-nav-li-a {color: #a01400;}
.header-nav .header-nav-li:hover .header-nav-li-a::before {width: 100%;}
.header-nav .header-nav-li:hover .header-subnav {transform: scaleY(1); transition: transform .3s;}
.header-subnav {position: absolute; top: 100px; left: 0; width: 160px; height: auto; background-color: #fff; transform-origin: top center; transform: scaleY(0); transition: transform .3s .2s; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
.header-subnav li {width: 100%;}
.header-subnav li a {position: relative; display: block; width: 100%; padding: 0 20px; font-size: 18px; line-height: 42px; color: #333; box-sizing: border-box; transition: all 0.3s ease;}
.header-subnav li a::before {content: ""; position: absolute; right: 40px; top: 12px; width: 18px; height: 18px; background-image: url("../UploadFiles/img/jt.png"); background-size: 18px 18px; transition: all 0.3s ease;}
.header-subnav li a:hover {color: #fff; background-color: #a01400;}
.header-subnav li a:hover::before {right: 20px;}

.header-contact {padding: 34px 50px; background-color: #a01400; box-sizing: border-box;}
.header-contact p {padding-left: 42px; font-family: bebas; font-size: 38px; line-height: 1; color: #fff; letter-spacing: 2px; background-image: url("../UploadFiles/img/topdh.png"); background-size: 32px 32px; background-position: 0 0; background-repeat: no-repeat; box-sizing: border-box;}
@media(max-width:1760px){.header-nav .header-nav-li {margin: 0 20px;}}
@media(max-width:1600px){.header-logo img {width: 440px; height: 86px; margin-top: 7px;} .header-nav .header-nav-li {margin: 0 15px;}}
@media(max-width:1480px){.header-logo {padding: 0 30px;} .header-nav .header-nav-li {margin: 0 10px;} .header-contact {padding: 34px 30px;}}
@media(max-width:1360px){.header-logo img {width: 390px; height: 76px; margin-top: 12px;} .header-nav {margin: 0 0 0 auto;} .header-nav .header-nav-li {margin: 0 5px;} .header-contact p {letter-spacing: 0;}}
@media(max-width:1200px){.header-logo {padding: 0 20px;} .header-nav .header-nav-li {margin: 0 10px;} .header-contact {display: none;}}
@media(max-width:980px){.header {height: 90px;} .header-logo img {width: 350px; height: 70px; margin-top: 10px;} .header-nav .header-nav-li .header-nav-li-a {font-size: 24px; line-height: 90px;} .header-nav .header-nav-li {margin: 0 5px;} .header-subnav {display: none;}}

/*banner*/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container {position: relative; width: 100%; overflow:hidden; margin-top: 100px;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; min-height: 180px;}
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none;}
.slide_container .tu { width:100%; height:602px;}
.slide_nav {font-size: 0;width: 60px;height: 60px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;  opacity: 0.6; }
.prev {left: 5%;background-position: -2px 0;}
.next {right: 5%;background-position: -58px 0;}
.prev:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(160 20 0);background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(160 20 0);background-position: -58px 0;}
.slide_tabs {display: flex; justify-content: space-between; position:absolute; bottom: 20px; left: 50%; z-index: 100; width: 60px; transform: translateX(-50%);}
.slide_tabs li {display: block; width: 12px; height: 12px; border-radius: 6px; font-size: 0px; background-color: #a01400; transition: all 0.4s;}
.slide_here {width: 36px!important;}
#find_bottom {position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; width: 30px; height: 30px; margin: 0 auto; border: 2px dotted #a01400; border-radius: 100%; text-align: center; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transition: all ease 0.3s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; visibility: hidden;}
.opacity_show_top{opacity: 1 !important; transition: all ease 1s !important; -webkit-transition: all ease 1s !important; -moz-transition: all ease 1s !important; -ms-transition: all ease 1s !important; -o-transition: all ease 1s !important; -webkit-transform: translateY(0px) !important; -moz-transform: translateY(0px)!important; -ms-transform: translateY(0px) !important; -o-transform: translateY(0px) !important; transform: translateY(0px) !important;}
@media(max-width:980px){.slide_container{margin-top: 90px;} .slide_nav {width: 30px; height: 30px; background-size: 60px 30px;} .prev {background-position: -1px 0;} .next {background-position: -28px 0;} .prev:hover {background-size: 60px 30px; background-position: -1px 0;} .next:hover {background-size: 60px 30px; background-position: -28px 0;}}

/*footer*/
.footer-box {width: 100%; padding: 40px 0 0; background-color: #1c1c1c;}
.footer {display: flex; justify-content: space-between; align-items:stretch; width: 100%; padding: 0 5% 40px; box-sizing: border-box;}
.footer-hotline {width: 300px;}
.footer-hotline p:nth-child(1) {max-height: 999px; margin-bottom: 10px; padding-left: 60px; font-size: 26px; color: #fff; font-weight: 400; line-height: 40px; background-image: url("../UploadFiles/img/footer-dh.png"); background-size: 50px auto; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom; box-sizing: border-box;}
.footer-hotline p:nth-child(2) {max-height: 999px; margin-bottom: 4px; font-family: bebas; font-size: 44px; color: #fff; line-height: 56px; letter-spacing: 8px; transform:scaleY(1.2);}
.footer-hotline p:nth-child(3) {max-height: 999px; font-size: 16px; color: #fff; line-height: 30px; letter-spacing: 1px;}
    
.footer-nav-box {display: flex; justify-content: space-between; width: calc(100% - 810px); max-width: 1000px; box-sizing: border-box;}
.footer-nav li {text-align: center;}
.footer-nav li:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-nav li a {max-height: 999px; font-size: 16px; line-height: 34px; color: #ccc;}
.footer-nav li a:hover {color: #fff;}

.footer-contact {width: 340px;}
.footer-contact p:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-contact p:nth-child(2),.footer-contact p:nth-child(3),.footer-contact p:nth-child(4) {max-height: 999px; margin-bottom: 6px; padding: 0 20px 0 40px; border-radius: 21px; font-size: 18px; line-height: 42px; color: #ccc; background-color: #121212; background-size: 18px 18px; background-position: 12px 50%; background-repeat: no-repeat; box-sizing: border-box;}
.footer-contact p:nth-child(2) {background-image: url("../UploadFiles/img/footer-tb1.png");}
.footer-contact p:nth-child(3) {background-image: url("../UploadFiles/img/footer-tb1.png");}
.footer-contact p:nth-child(4) {margin-bottom: 0; background-image: url("../UploadFiles/img/footer-tb2.png");}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.footer-copyright p:nth-child(1) a {color: #e1e1e1;}
    
.footer-QR {width: 140px; margin-left: 30px;}
.footer-QR img {display: block; width: 140px;}
.footer-QR p{max-height: 999px; margin-top: 10px; font-size: 16px; color: #ccc; font-weight: 400; line-height: 30px; text-align: center;}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 50%; font-size: 16px; line-height: 24px; color: #eee;}
.footer-copyright p:nth-child(1) a {color: #eee;}
    
@media(max-width:1200px){.footer {padding: 0 2% 40px;} .footer-copyright {padding: 6px 2%;}}
@media(max-width:1040px){.footer-nav-box {display: none;} .footer-contact{margin: 0 0 0 auto;}}
@media(max-width:980px){.footer-nav li:nth-child(1) {font-size: 22px;} .footer-nav li a {font-size: 20px;} .footer-copyright {flex-wrap: wrap;} .footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 100%; height: auto!important; font-size: 18px; text-align: center;} .footer-copyright p:nth-child(2) a img {float: inherit!important; width: 70%; margin: 4px auto 0!important;}}
    
/*footbox*/
@media(min-width:1000px){.footbox{display:none;}}
.footbox {position: fixed; bottom: 0; z-index: 99; left: 0; z-index: 1000; width: 100%; min-width: 980px; height: 9rem; border-top:0; background:rgba(160,20,0,0.70);}
.flexbox {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-align: center;}
.footbox ul li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a {display:block; margin-top: 1rem; color:#fff; font-size:2rem; line-height:3rem; }
.footbox ul li a img {display:block; width:4rem; height:4rem; margin: 0.5px auto}
.sjkx{display:block;}
@media(min-width:1000px){.sjkx{display: none;}}

/*home-title*/
.home-title {width: 100%; margin-bottom: 40px;}
.home-title p:nth-child(1) {position: relative; margin-bottom: 20px; font-size: 36px; line-height: 56px; font-weight:bold; color: #a01400; text-align: center; letter-spacing:10px;}
.home-title p:nth-child(1)::before {content: ""; position: absolute; bottom: -11px; left: 50%; width: 100px; height: 4px; background-color: #999; transform: translateX(-50%);}
.home-title p:nth-child(1)::after {content: ""; position: absolute; bottom: -11px; left: 50%; width: 50px; height: 4px; background-color: #a01400;}
.home-title p:nth-child(1) span:nth-child(1) {position: relative; color: #212121;}
.home-title p:nth-child(1) span:nth-child(1)::before {content: ""; position: absolute; top: 50%;left: -20px; width: 8px; height: 8px; border-radius: 4px; background-color: #a01400; transform: translateY(-50%);}
.home-title p:nth-child(1) span:nth-child(2) {color: #212121; letter-spacing: 0;}
.home-title p:nth-child(2) {font-size: 18px; line-height: 36px; color: #666; text-align: center; letter-spacing: 2px;}

/*product*/
.product {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.product-nav {display: flex; justify-content: center; margin-bottom: 30px;}
.product-nav li {margin-right: 20px;}
.product-nav li:nth-last-child(1) {margin-right: 0;}
.product-nav li a {display: block; height: 54px; border: 1px solid #e1e1e1; padding: 0 25px; border-radius: 27px; font-size: 18px; line-height: 52px; color: #333; box-sizing: border-box; transition: all 0.3s ease;}
.product-nav li a:hover {color: #fff; background-color: #a01400;}
.product-list {display: block; width: 100%; border: 1px solid #e1e1e1; text-align: center; transition: all .2s ease; box-sizing: border-box;}
.product-list:nth-child(1) {margin-bottom: 20px;}
.product-list .product-list-title:nth-child(1) {height: 60px; margin-top: 30px; margin-bottom: 13px; padding: 0 20px; font-size: 20px; font-weight: bold; line-height: 1.5; color: #000; text-align: center; letter-spacing: 1px; transition: all .2s ease; box-sizing: border-box;}
.product-list .product-list-content {display: block; width: 100%; overflow: hidden;}
.product-list .product-list-content img {display: block; width: 100%; transition: all 0.4s;}
.product-list .product-list-details {padding: 18px 0; border-top: 1px solid #e1e1e1; font-size: 16px; line-height: 1; color: #000; transition: all 0.2s ease;}
.product-list:hover {box-shadow: 0 0 15px rgb(0 0 0 / 20%);}
.product-list:hover .product-list-title:nth-child(1) {color: #a01400;}
.product-list:hover .product-list-content img {transform:  scale(1.1);}
.product-list:hover .product-list-details {color: #fff; background: #a01400;}
@media(max-width:1200px){.product-nav li {margin-right: 10px;} .product-nav li a{padding: 0 12px;}}
@media(max-width:980px){.product {padding: 30px 2%;} .product-list .product-list-title:nth-child(1) {letter-spacing: 2px;}}

/*about*/
.about {position: relative; display: flex; flex-wrap: wrap; width: 100%; padding: 60px 0 0 5%; background-image: url("../UploadFiles/img/sygybj.jpg"); background-size: 100% 620px; box-sizing: border-box;}
.about::before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 260px; background-color: #a01400;}
.about-left {width: calc(100% - 800px); padding-right: 60px; box-sizing: border-box;}
.about-left-titlt:nth-child(1) {position: relative; margin-bottom: 25px; font-size: 36px; line-height: 36px; color: #212121; font-weight: 600; letter-spacing: 6px;}
.about-left-titlt:nth-child(1)::before {content: ""; position: absolute; left: 91px; top: 50%; width: 12px; height: 12px; border-radius: 6px; background-color: #a01400; transform: translateY(-50%);}
.about-left-titlt:nth-child(1) span {color: #a01400;}
.about-left-intro:nth-child(2) {max-height: 999px; margin-bottom: 25px; font-size: 22px; line-height: 22px; color: #333; letter-spacing: 1px;}
.about-left-intro:nth-child(3) {max-height: 999px; margin-bottom: 20px; font-size: 18px; line-height:  36px; color: #555; letter-spacing: 1px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.about-left-intro:nth-child(4) {max-height: 999px; display: flex; margin-bottom: 51px;}
.about-left-intro:nth-child(4) a {display: flex; justify-content: space-between; width: 160px; padding: 0 20px; margin-right: 20px; line-height: 52px; font-size: 16px; color: #fff; background-color: #a01400; box-sizing: border-box; transition: 0.3s ease-out;}
.about-left-intro:nth-child(4) a:hover {padding: 0 25px; background-color: #f0190f;}

.about-scroll {width: 100%; height: 260px; padding: 30px 0; overflow: hidden; box-sizing: border-box;}
.about-scroll-list {display: flex; width: 2240px;}
.about-scroll-list a {position: relative; display: block; width: 260px; height: 200px; margin-right: 20px;}
.about-scroll-list a img {display: block; width: 100%; height: 100%;}
.about-scroll-list a p {display: block; position: absolute; left: 0; bottom: 0; width: 100%; font-size: 18px; line-height: 42px; color: #333; text-align: center; background-color: rgba(255,255,255,0.7);}

.about-right {position: relative; width: 800px; padding-bottom: 30px; box-sizing: border-box;}
.about-right::before {content: ""; position: absolute; top: -226px; right: 0; width: 320px; height: 226px; background-color: #a01400;}
.about-right-picture {width: 100%; height: 570px; overflow: hidden}
.about-right img {display: block; width: 800px; height: 570px;}

@media(max-width:1560px){.about-left {width: calc(100% - 600px);} .about-right {width: 600px;} .about-right img {position: relative; left: 50%; transform: translateX(-50%);}}
@media(max-width:1200px){.about {padding: 40px 0 0 2%;}}
@media(max-width:1180px){.about-left {width: 100%; padding-right: 0; background-image: url("../UploadFiles/img/sygytp.jpg"); background-repeat: no-repeat; background-size: 330px 288px; background-position: 100% 0;} .about-left-intro:nth-child(3) {padding-right: 360px; box-sizing: border-box;}  .about-right {display: none;} .about-left-intro:nth-child(2) {font-size: 24px; line-height: 24px;} .about-left-intro:nth-child(3) {font-size: 22px;}}


/*advantage*/
.advantage {width: 100%; padding: 60px 5%; box-sizing:border-box;}
.advantage-list {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.advantage-list li {width: calc(97% / 3); margin-bottom: 20px; padding: 30px; border: 1px solid #eee; border-radius: 20px; box-sizing: border-box; transition: all 0.3s;}
.advantage-list-tite {position: relative; display: flex; width: 100%; margin-bottom: 30px;}
.advantage-list-tite img {display: block; width: 80px; margin-left: 0}
.advantage-list-tite img:nth-child(1) {position: absolute; left: 0; top: 0; opacity: 0;}
.advantage-list-tite p {margin:0 0 0 auto; font-size: 100px; line-height: 80px; color: #fad7d2; transition: all 0.3s;}
.advantage-list-text:nth-child(2){font-size: 24px;line-height: 24px;color: #212121;letter-spacing: 2px;margin-bottom: 15px;}
.advantage-list-text:nth-child(3){max-height: 9999px;font-size: 16px;line-height: 30px;color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.advantage-list li:hover {background-color: #a01400;}
.advantage-list li:hover .advantage-list-tite img:nth-child(1) {opacity: 1;}
.advantage-list li:hover .advantage-list-text {color: #fff;}
@media(max-width:1200px){.advantage {padding: 40px 2%;}}
@media(max-width:980px){.advantage-list {flex-wrap: wrap;} .advantage-list li:nth-child(1),.advantage-list li:nth-child(2) {margin-bottom: 20px;} .advantage-list-text:nth-child(2) {letter-spacing: 0px;} .advantage-list-text:nth-child(3) {font-size: 20px; line-height: 36px; -webkit-line-clamp: 2;}}

/*projects*/
.projects {display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; padding: 80px 5%; background-image: url("../UploadFiles/img/syalbj.jpg");background-size: 100% 100%; box-sizing: border-box;}
.projects-text {width: calc((100% - 60px) / 4); margin-right: 20px;}
.projects-text p:nth-child(1) {margin-bottom: 16px; font-family: koulen; font-size: 48px; line-height: 40px; color: #fff; letter-spacing: 6px;}
.projects-text p:nth-child(2) {margin-bottom: 16px; font-size: 32px; line-height: 32px; color: #fff; letter-spacing: 2px;}
.projects-text p:nth-child(3) {margin-bottom: 40px; font-size: 20px; line-height: 20px; color: #fff; letter-spacing: 2px;}
.projects-text p:nth-child(4) a{display: block; width: 140px; margin-right: 10px; margin-top: 10px; border: 1px solid #fff; font-size: 18px; line-height: 42px; color: #fff; text-align: center; box-sizing:border-box; transition: .3s all;}
.projects-text p:nth-child(4) a:hover {color: #1955a5; background-color: #fff;}
.swiper1 {width: calc((100% - 60px) / 4 * 3 + 40px);}
.swiper2 {width: 100%; margin-top: 20px;}
.projects-list{position: relative; display: block; width: 100%; overflow: hidden;}
.projects-list-content {position: absolute; left: 0; right: 0; z-index: 20; width: 100%; height: 100%; padding: 30px; background-color: #a01400; box-sizing: border-box; transform: translateY(-100%); transition: 0.65s;}
.projects-list-content p:nth-child(1) {font-size: 24px; line-height: 38px; color: #fff; letter-spacing: 2px;}
.projects-list-content img:nth-child(2) {display: block; width: 19px; margin-top: 20px;}
.projects-list-content p:nth-child(3) {position: absolute; bottom: 24px; font-size: 20px; line-height: 32px; color: #500a00; letter-spacing: 1px;}
.projects-list .projects-list-picture {display: block; width: 100%;}
.projects-list .projects-list-title {position: absolute; bottom: 0; left: 0; z-index: 10; width: 100%; padding: 0 30px; font-size: 18px; line-height: 52px; color: #fff; letter-spacing: 1px; background-color: rgba(160,20,0,0.9); box-sizing: border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.projects-list:hover .projects-list-content{transform: translateY(0);}
@media(max-width:1460px){.projects-text {width: calc((100% - 40px) / 3);} .swiper1 {width: calc((100% - 40px) / 3 * 2 + 20px);}}
@media(max-width:1200px){.projects {padding: 60px 2%;} .projects-list-content img:nth-child(2) {display: none;}}
@media(max-width:1000px){.projects {padding: 40px 2%;} .projects-text {width: 100%; margin-right: 0;} .projects-text p:nth-child(1),.projects-text p:nth-child(2) {margin-bottom: 30px; text-align: center;} .projects-text p:nth-child(3) {display: none;} .projects-text p:nth-child(4) {display: none;} .projects-text p:nth-child(4) a {width: 160px; margin-top: 0; margin-bottom: 20px; margin-right: 30px; font-size: 22px; line-height: 46px;} .projects-text p:nth-child(4) a:nth-child(4){margin-right: 0;}  .swiper1 {width: 100%;}}


/*news*/
.news {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.news-list {display: flex; justify-content: space-between; align-items: stretch; width: 100%;}
.news-list .news-list-left,.news-list .news-list-right {width: calc((100% - 80px) / 3);}
.news-list .news-list-left a{display: block; width: 100%;}
.news-list .news-list-left a img {display: block; width: 100%; height: 354px;}
.news-list .news-list-left a p:nth-child(2) {max-height: 9999px; font-size: 18px; color: #333333; font-weight: normal; line-height: 1; margin-top: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news-list .news-list-left a p:nth-child(3) {max-height: 9999px; font-size: 16px; line-height: 24px; color: #888888; font-weight: normal; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list .news-list-left a:hover p:nth-child(2) {font-weight: bold; color: #a01400;}

.news-list-right-list {width: 100%;}
.news-list-right-list li {width: 100%; padding-bottom: 20px; margin-bottom: 21px; border-bottom: 1px solid #e6e6e6;}
.news-list-right-list li:nth-last-child(1) {padding-bottom: 0; margin-bottom: 0px; border-bottom: 0;}
.news-list-right-list li a {display: block; width: 100%;}
.news-list-right-list li a p:nth-child(1) {position: relative; padding-left: 20px; max-height: 9999px;  font-size: 18px; line-height: 23px; color: #333333; font-weight: normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news-list-right-list li a p:nth-child(1)::before {content: ""; position: absolute; left: 0; top: 50%; width: 11px; height: 11px; border: 2px solid #a01400; border-radius: 50%; box-sizing: border-box; transform: translateY(-50%); transition: all 0.3s;}
.news-list-right-list li a p:nth-child(2) {max-height: 9999px; font-size: 16px; line-height: 24px; color: #888888; font-weight: normal; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list-right-list li a:hover p:nth-child(1) {font-weight: bold; color: #a01400;}
.news-list-right-list li a:hover p:nth-child(1)::before {background-color: #a01400;}
@media(max-width:1200px){.news {padding: 30px 2%;} .news-list .news-list-left a img {height: 231px;} .news-list-right-list li:nth-child(3) {padding-bottom: 0; margin-bottom: 0px; border-bottom: 0;} .news-list-right-list li:nth-child(4){display: none;}}
@media(max-width:980px){.news-list .news-list-left,.news-list .news-list-right {width: calc((100% - 40px) / 3);} .news-list .news-list-left a img {height: 251px;} .news-list .news-list-left a p:nth-child(2) {font-size: 22px;} .news-list .news-list-left a p:nth-child(3) {font-size: 20px; line-height: 30px;} .news-list-right-list li a p:nth-child(1) {font-size: 22px;} .news-list-right-list li a p:nth-child(2) {font-size: 20px;line-height: 30px;}}


/*contact*/
.contact {width: 100%; padding: 40px 5%; background-image: url("../UploadFiles/img/contact-bj.jpg");background-size: 1920px 100%; background-position: center; box-sizing: border-box;}
.contact-title {font-size: 26px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 1px;}
.contact-text {display: block; max-height: 9999px; margin: 25px 0; font-size: 18px; line-height: 32px; color: #fff; text-align: center;}
.contact-button {display: block; width: 180px; margin: 0 auto; border-radius: 24px; font-size: 18px; line-height: 46px; color: #fff; text-align: center; background-color: #a01400;}
.contact-button:hover {font-weight: bold; color: #fff;}
@media(max-width:1200px){.contact {padding: 40px 2%;} .contact-text {margin: 15px 0;}}
@media(max-width:980px){.contact-button {font-size: 22px;}}

/*column*/
.column-top {display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 40px 5%; background-color: #961400; box-sizing: border-box;}
.column-top-left p {font-size: 30px; line-height: 30px; color: #fff; letter-spacing: 1px;}
.column-top-left p:nth-child(1) {margin-bottom: 10px;}

.column-top-nav {display: flex; justify-content: space-between; width: 80%; max-width: 600px;}
.column-top-nav-text a {font-size: 18px; line-height: 18px; color: #fff;}
.column-top-nav-jg {width: 1px; height: 18px; background-color: #fff;}

.column-top-location {width: 90%; margin: 0 auto; border-bottom: 1px solid #F6F6F6; font-size: 16px; line-height: 46px; color: #999; letter-spacing: 1px;}
.column-top-location a {color: #999;}

.column-content {width: 100%; padding: 40px 5%; box-sizing: border-box;}
@media(max-width:1200px){.column-top {padding: 40px 2%;} .column-top-location {width: 96%;} .column-content  {padding: 40px 2%;}}
@media(max-width:980px){.column-top-nav-text a {font-size: 24px; line-height: 24px;} .column-top-nav-jg {height: 24px;}}

/*column-about*/
.column-about {background-image: url("../../UploadFiles/img/content-aboutbj.jpg"); background-repeat: no-repeat; background-size: auto 80%; background-position: 50% 90%;}
.column-about-title {margin-bottom: 20px; font-size: 32px; line-height: 32px; color: #a01400; text-align: center; letter-spacing: 4px; text-indent: 0;}
.column-about-title:nth-child(2) {margin-bottom: 40px; font-size: 24px; line-height: 24px; color: #212121;}
.column-about-text p {max-height: 9999px; margin-top: 10px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px; letter-spacing: 1px;}
.column-about-text p img {display: block; width: 100%;}
@media (max-width: 980px){.column-about {background-size: 100% auto; background-position: 50% 50%;} .column-about-text p {font-size: 24px; line-height: 48px; text-indent: 48px;}}

/*column-product-list*/
.column-product-list {display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 30px;}
.column-product-list li {width: calc((100% - 90px) / 4); margin-bottom: 30px; margin-right: 30px;}
.column-product-list li:nth-child(4n) {margin-right: 0;}
.column-product-list li a {display: block; width: 100%; border: 1px solid #e8e8e8; text-align: center; transition: all .2s ease;}
.column-product-list li a .column-product-list-title:nth-child(1) {margin-top: 30px; margin-bottom: 13px; font-size: 20px; font-weight: bold; line-height: 1; color: #000; text-align: center; transition: all .2s ease;}
.column-product-list li a .column-product-list-title:nth-child(2) {height: 60px; margin-bottom: 13px; font-size: 20px; font-weight: bold; line-height: 30px; color: #000; transition: all .2s ease; text-align: center;}
.column-product-list li a .column-product-list-content {display: block; width: 100%; overflow: hidden;}
.column-product-list li a .column-product-list-content img {display: block; width: 100%; transition: all 0.4s;}
.column-product-list li a .column-product-list-details {padding: 18px 0; border-top: 1px solid #eee; font-size: 16px; line-height: 1; color: #000; transition: all 0.2s ease;}
.column-product-list li a:hover {box-shadow: 0 0 15px rgb(0 0 0 / 20%);}
.column-product-list li a:hover .column-product-list-title:nth-child(1) {color: #a01400;}
.column-product-list li a:hover .column-product-list-content img {transform:  scale(1.1);}
.column-product-list li a:hover .column-product-list-details {color: #fff; background: #a01400;}
@media(max-width:1440px){.column-product-list li {width: calc((100% - 60px) / 3);} .column-product-list li:nth-child(4n) {margin-right: 30px;} .column-product-list li:nth-child(3n) {margin-right: 0;} .column-product-list li a .column-product-list-title:nth-child(1) {padding:  0 20px; height: 60px; line-height: 1.5; letter-spacing: 2px; box-sizing: border-box;}}

/*column-picture-content*/
.column-picture-content {width: 100%;}
.column-picture-text {width: 940px; margin: 0 auto;}
.column-picture-text-title {width: 100%; height: 56px; margin: 30px 0; background-color: #f5f5f5;}
.column-picture-text-title-p {width: 120px; border-top: 2px solid #a01400; margin: 0!important; font-size: 20px!important; line-height: 54px!important; text-indent: 0!important; font-weight: 600; text-align: center; background-color: #fff; box-sizing: border-box;}
.column-picture-text p {max-height: 9999px; margin-top: 20px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px;}
.column-picture-text p img {display: block; margin: 0 auto; max-width: 800px;}
@media(max-width:980px){.column-picture-text p {font-size: 22px; line-height: 40px; text-indent: 44px;}}


/*column-news-list*/
.column-news-list {width: 100%; margin-bottom: 20px;}
.column-news-list li {width: 100%; margin-top: 20px;}
.column-news-list li a {display: flex; justify-content: space-between; width: 100%; border: 1px solid #eee; padding: 25px 30px; box-sizing: border-box;}
.column-news-list-left {display: flex; flex-wrap: wrap; width: calc(100% - 250px);}
.column-news-list-left p:nth-child(1) {width: calc(100% - 90px); max-height: 9999px; padding-right: 20px; box-sizing: border-box; font-size: 18px; line-height: 32px; color: #212121; letter-spacing: 1px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.column-news-list-left p:nth-child(2) {width: 90px; max-height: 9999px; font-size: 18px; line-height: 32px; color: #555;}
.column-news-list-left p:nth-child(3) {position: relative; width: 100%; max-height: 999px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; box-sizing: border-box; font-size: 18px; line-height: 32px; color: #333; letter-spacing: 1px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.column-news-list-left p:nth-child(3)::before{content: ""; position: absolute; top: 0; left: 0; z-index: 10; width: 0; height: 1px; background-color: #a01400; transition: all 0.4s;}
.column-news-list li a:hover .column-news-list-left p:nth-child(1) {color: #a01400;}
.column-news-list li a:hover .column-news-list-left p:nth-child(2) {color: #a01400;}
.column-news-list li a:hover .column-news-list-left p:nth-child(3)::before {width: 100%;}

.column-news-list-right {width: 230px; height: 137px;}
.column-news-list-right img {display: block; width: 100%; height: 137px;}

@media(max-width:980px){.column-news-list-left p:nth-child(1) {width: calc(100% - 120px); font-size: 24px;} .column-news-list-left p:nth-child(2) {width: 120px; font-size: 24px;} .column-news-list-left p:nth-child(3) {font-size: 22px;}}

/*column-news-content*/
.column-news-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-news-text p {max-height: 9999px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px;}
.column-news-text p img {display: block; width: 80%!important; max-width: 600px!important; margin: 20px auto;}
.column-news-paging {display: flex; width: 100%; margin: 40px 0 20px;}
.column-news-paging li {width: 50%; font-size: 16px; line-height: 30px;}
.column-news-paging li:nth-child(2) {text-align: right;}
@media(max-width:980px){.column-news-title {font-size: 24px;} .column-news-text p {font-size: 22px; line-height: 40px; text-indent: 44px;}}

/*column-contact*/
.column-contact-list {display: flex; flex-wrap: wrap; width: 100%; border: 1px solid #e1e1e1; margin-top: 40px; box-sizing: border-box;}
.column-contact-list li {width:  calc(100% / 4); padding: 55px 0; border-right: 1px solid #e1e1e1; transition: all 0.4s; box-sizing: border-box;}
.column-contact-list li:nth-last-child(1),.column-contact-list li:nth-last-child(2) {width: calc((100% / 4) * 2); border-top: 1px solid #e1e1e1;}
.column-contact-list li:nth-last-child(1),.column-contact-list li:nth-last-child(3) {border-right: 0;}
.column-contact-list li img {display: block; width: 80px; margin: 0 auto;}
.column-contact-list li p:nth-child(2) {font-size: 18px; color: #666; text-align: center; line-height: 38px; margin-top: 12px;}
.column-contact-list li p:nth-child(3) {font-size: 24px; color: #333; text-align: center; line-height: 36px;}
.column-contact-list li:hover {box-shadow:rgba(0,0,0,.2) 0px 0px 30px;}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:100%; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {display: flex; justify-content: center; height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}