﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 375px; 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;}

@keyframes banp{0%{transform: scale(1.1);opacity: 1;}100%{transform: scale(1);opacity: 1;}}

/*头部通用*/
.header {position: fixed; top: 0; left: 0; z-index: 1000; display: flex; justify-content: space-between; width: 100%; height: 100px; background-color: #fff; box-shadow: 0 5px 10px rgba(204,204,204,0.3);}
.header-logo {display: block; width: 550px; height: 100px; padding: 20px 40px; box-sizing: border-box;}
.header-logo img {display: block; width: 100%; height: 60px;}

.header-nav {display: flex; justify-content: space-around; width: calc(100% - 870px); max-width: 800px; padding: 10px 0; box-sizing: border-box;}
.header-nav li {position: relative; height: 80px; overflow: hidden;}
.header-nav li::before {content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background-color: #00af55; transform: translateX(-50%); opacity: 0; transition: all 0.3s;}
.header-nav li a {display: block; font-size: 18px; line-height: 80px; color: #333; transition: all 0.3s;}
.header-nav li a span {font-weight: 600; color: #00af55}
.header-nav li:hover a {margin-top: -80px;}
.header-nav li:hover::before {width: 100%; opacity: 1;}

.header-contact {width: 320px; padding: 20px 40px 20px 100px; background-color: #00af55; background-image: url("../images/img/header-contact.png");background-size: 40px 40px; background-position: 40px 50%; background-repeat: no-repeat; box-sizing: border-box;}
.header-contact p:nth-child(1) {font-size: 18px; line-height: 24px; color: #fff;}
.header-contact p:nth-child(2) {font-size: 28px; line-height: 36px; color: #fff; font-weight: 600;}
@media(max-width:1200px){.header-logo {width: 420px; padding: 20px 10px;} .header-nav {width: calc(100% - 420px);} .header-contact {display: none;}}
@media(max-width:980px){.header {flex-wrap: wrap; height: 140px;} .header-logo {width: 100%; height: 80px; padding: 10px 0;} .header-logo img {width: 470px; margin: 0 auto;} .header-nav {width: calc(100% - 280px); padding: 0; background-color: #f5f5f5;} .header-nav li {height: 60px;} .header-nav li a {font-size: 22px; line-height: 60px;} .header-nav li:hover a {margin-top: -60px;} .header-contact {display: block; width: 280px; padding: 12px 20px 12px 80px; background-size: 36px 36px; background-position: 30px 50%;} .header-contact p:nth-child(1) {display: none;} .header-contact p:nth-child(2) {margin-top: 6px; line-height: 28px;}}

/*banner*/
.banner {width: 100%; height: 100%; margin-top: 100px; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner-img {display: block; width: 100%; height: auto; min-height: 380px;}
.swiper-slide-active .banner-img {animation: banp 3s ease 0.2s both;}
.banner-prev,.banner-next {position: absolute; top: 50%; width: 60px; height: 60px; border-radius: 10px; transform: translateY(-50%); z-index: 20; background: url("../images/img/banner-navigation.png") no-repeat rgba(0, 0, 0, .5); transition: all 0.4s; opacity: 0.4;}
.banner-prev {left: 5%; background-position: 0 0;}
.banner-next {right: 5%; background-position: -60px 0;}
.banner-prev:hover {background: url("../images/img/banner-navigation.png") no-repeat rgb(0 175 85); opacity: 0.8;}
.banner-next:hover {background: url("../images/img/banner-navigation.png") no-repeat rgb(0 175 85); background-position: -60px 0; opacity: 0.8;}
.banner-getnum {position: absolute; bottom: 20px!important; left: 50%!important; z-index: 100; display: flex; justify-content: space-between; width:100px!important; height: 40px!important; text-align: center; box-sizing: border-box; overflow: hidden; transform: translateX(-50%);}
.banner-getnum li {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px;}
.banner-getnum li span {position: relative; display: block!important; width:16px; height:16px; margin: 0!important; border-radius: 50%; font-size: 0px; text-align: center; line-height: 16px; color: #fff; background-color: rgba(255,255,255,0.8); transition: all 0.3s;}
.banner-getnum li span::before {content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border: 2px solid rgba(255,255,255,0.8); border-radius: 50%; box-sizing: border-box; transform: translate(-50%,-50%); transition: all 0.3s;}
.banner-getnum li span.swiper-pagination-bullet-active {width: 40px; height: 40px; font-size: 16px; line-height: 40px; background-color: rgba(255,255,255,0);}
@media(max-width:980px){.banner {margin-top: 140px;;}}

/*footer*/
.footer-box {width: 100%; padding: 60px 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("../images/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: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: 430px;}
.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) {max-height: 999px; margin-bottom: 10px; padding: 0 20px 0 40px; border-radius: 21px; font-size: 18px; line-height: 46px; 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("../images/img/footer-icon1.png");}
.footer-contact p:nth-child(3) {margin-bottom: 0; background-image: url("../images/img/footer-icon2.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-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:1120px){.footer-hotline {display: none;} .footer-nav-box {width: calc(100% - 480px);} .footer-nav:nth-child(1) {display: none;}}
@media(max-width:980px){.footer-nav li:nth-child(1) {font-size: 24px;} .footer-nav li a {font-size: 22px;} .footer-contact {width: 480px;} .footer-contact p:nth-child(1) {font-size: 24px;} .footer-contact p:nth-child(2),.footer-contact p:nth-child(3) {font-size: 22px;} .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(0,185,85,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;}}

/*picture*/
.picture {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.picture-title {display: flex; justify-content: space-between; width: 100%;}
.picture-title-left {width: 400px;}
.picture-title-left p:nth-child(1) {font-size: 30px; color: #00af55; font-weight: 600; line-height: 60px;}
.picture-title-left p:nth-child(2) {font-size: 16px; line-height: 30px; color: #666; letter-spacing: 2px;}
.picture-title-right {display: flex; margin-top: 15px;}
.picture-title-right li {margin-left:20px;}
.picture-title-right li a {display: block; padding: 0 40px; font-size: 18px; line-height: 60px; color: #fff; background-color: #ff9800; transition: all 0.3s;}
.picture-title-right li a:hover {border-radius: 30px; font-weight: bold; color: #fff;}

.swiper2 {margin-top: 30px;}
.picture-list {display: block; width: 100%; border: 1px solid #ddd; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.picture-list .picture-list-img {position: relative; width: 100%; border-bottom: 1px solid #ddd; overflow: hidden;}
.picture-list .picture-list-img img {display: block; width: 100%; transition: all 0.6s;}
.picture-list-img-txt {position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,175,85,0.8); opacity: 0; transition: all 0.3s;}
.picture-list-img-txt p {position: relative; font-size: 18px; line-height: 46px; color: #fff; box-sizing: border-box;}
.picture-list-img-txt p::before {content: ""; position: absolute; top: 0; left: 50%; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: translateX(-50%); transition: all 0.6s;}
.picture-list-text {width: 100%; padding: 10px 15px; background-color: #fff; box-sizing: border-box;}
.picture-list-text p:nth-child(1) {position: relative; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picture-list-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#00af55; transition: all 0.6s;}
.picture-list-text p:nth-child(2) {position: relative; padding-right: 41px; margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px; box-sizing: border-box;}
.picture-list-text p:nth-child(2)::before {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../images/img/picture-icon.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}
.picture-list:hover {box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.picture-list:hover .picture-list-img img {transform:scale(1.2);}
.picture-list:hover .picture-list-img .picture-list-img-txt {opacity: 1;}
.picture-list:hover .picture-list-img .picture-list-img-txt p::before {width: 20%;}
.picture-list:hover .picture-list-text p:nth-child(1) {color:#00af55;}
.picture-list:hover .picture-list-text p:nth-child(1)::before {width: 100%;}
.picture-list:hover .picture-list-text p:nth-child(2)::before {background-position: 0 0;}
@media(max-width:1200px){.picture {padding: 40px 2%;}}
@media(max-width:980px){.picture-title-right li a {font-size: 24px;} .picture-list-text p:nth-child(1) {font-size: 24px;}}

/*about*/
.about {display: flex; width: 100%; padding: 0 5%; box-sizing: border-box; background-image: url("../images/img/about-bg.jpg");background-size: 100% 100%;}
.about-left {display: flex; justify-content: center; align-items: center; width: 50%; padding-right: 5%; box-sizing: border-box;}
.about-left-text {position: relative; padding: 20px; background-color: rgba(0,1745,85,0.2);}
.about-left-text p:nth-child(1) {font-size: 28px; line-height: 1.6; font-weight: 600; color: #00af55; text-align: center;}
.about-left-text p:nth-child(2) {font-size: 24px; line-height: 1.6; color: #212121; text-align: center;}
.about-left-text p:nth-child(3) {font-size: 20px; line-height: 1.6; color: #333; text-align: center;}
.about-left-text .about-left-text-icon {position: absolute; width: 20px; height: 20px;}
.about-left-text .about-left-text-icon:nth-last-child(1) {bottom: 0; right: 0; border-bottom: 4px solid #00af55; border-right: 4px solid #00af55;}
.about-left-text .about-left-text-icon:nth-last-child(2) {bottom: 0; left: 0; border-bottom: 4px solid #00af55; border-left: 4px solid #00af55;}
.about-left-text .about-left-text-icon:nth-last-child(3) {top: 0; left: 0; border-top: 4px solid #00af55; border-left: 4px solid #00af55;}
.about-left-text .about-left-text-icon:nth-last-child(4) {top: 0; right: 0; border-top: 4px solid #00af55; border-right: 4px solid #00af55;}

.about-right {width: 50%; padding: 60px 0 60px 60px; box-sizing: border-box;}
.about-right-title {position: relative; padding-left: 20px; margin-bottom: 30px; font-size: 32px; font-weight: 600; color: #fff; letter-spacing: 2px; line-height: 90px; box-sizing: border-box;}
.about-right-title::before {content: "ABOUT US"; position: absolute; top: 0; left: 0; font-family: bebas; font-size: 90px; line-height: 90px; color: #fff; opacity: 0.2;}
.about-right-title::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #fff; opacity: 0.2;}
.about-right-text {font-size: 18px; line-height: 2.2; color: #fff; letter-spacing: 1px;}
.about-right-button {display: block; width: 180px; margin: 30px 0 0; font-size: 18px; line-height: 46px; color: #fff; text-align: center; background-color: #ff9800; transition: all 0.3s;}
.about-right-button:hover {border-radius: 24px; font-weight: bold; color: #fff;}
@media(max-width:1200px){.about {padding: 0 2%; background-position: 100% 0; background-size: 110% 100%;} .about-left {width: 45%; padding-right: 2%;} .about-right {width: 55%; padding: 40px 0 40px 40px;}}
@media(max-width:980px){.about-right-text {font-size: 22px; line-height: 2.0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}}


/*news*/
.news {width: 100%; padding: 60px 5%; background-image: url("../images/img/news-bg.jpg"); background-size: 100% 100%; box-sizing: border-box;}
.news-title {position: relative; width: 100%; padding: 0 100px 0 0; box-sizing: border-box;}
.news-title::before {content: "NEWS"; position: absolute; right: 0; top: 0; font-family: bebas; font-size: 90px; line-height: 90px; color: #ccc;}
.news-title p:nth-child(1) {font-size: 30px; color: #00af55; font-weight: 600; line-height: 60px;}
.news-title p:nth-child(2) {font-size: 16px; line-height: 30px; color: #666; letter-spacing: 2px;}
.news-list {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%;}
.news-list li {margin-top: 30px;}
.news-list .news-list-img a {position: relative; display: block; width: 100%; height: 400px; overflow: hidden;}
.news-list .news-list-img a img {display: block; width: 100%; height: 100%; transition: all 0.3s;}
.news-list .news-list-img-text {position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; background-color: rgba(0,0,0,0.8); box-sizing: border-box;}
.news-list .news-list-img-text p:nth-child(1) {margin-bottom: 10px; font-size: 20px; line-height: 1; color: #fff; font-weight: 600; letter-spacing: 1px;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img-text p:nth-child(2) {font-size: 18px; line-height: 1.6; color: #fff; letter-spacing: 1px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img:nth-child(1) {width: calc((100% - 30px) * 0.6);}
.news-list .news-list-img:nth-child(2) {width: calc((100% - 30px) * 0.4);}
.news-list-text {width: calc((100% - 90px) / 4);}
.news-list-text a {display: block; width: 100%; padding: 20px; box-shadow: 0 0 15px rgba(0,0,0,.1); box-sizing: border-box;}
.news-list-text a p:nth-child(1) {max-height: 9999px; min-height: 24px; font-size: 24px; color: #212121; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; transition: all 0.3s;}
.news-list-text a p:nth-child(2) {margin-top: 13px; font-size: 14px; line-height: 40px; color: #b8b8b8;}
.news-list-text a p:nth-child(2) img {vertical-align: middle;}
.news-list-text a p:nth-child(3) {max-height: 9999px; margin-top: 14px; font-size: 18px; color: #545353; line-height: 32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img a:hover img {transform: scale(1.1);}
.news-list-text a:hover p:nth-child(1) {color: #00af55;}
@media(max-width:1200px){.news {padding: 40px 2%;}}
@media(max-width:980px){.news-list .news-list-img:nth-child(1) {width: calc((100% - 30px) * 0.5);} .news-list .news-list-img:nth-child(2) {width: calc((100% - 30px) * 0.5);} .news-list .news-list-img-text p:nth-child(1) {font-size: 26px;} .news-list .news-list-img-text p:nth-child(2) {font-size: 24px;} .news-list-text {width: calc((100% - 60px) / 3);} .news-list-text:nth-last-child(1) {display: none;} .news-list-text a p:nth-child(1) {font-size: 26px;} .news-list-text a p:nth-child(2) {margin-top: 0;} .news-list-text a p:nth-child(3) {margin-top: 0; font-size: 24px;}}

/*contact*/
.contact {width: 100%; padding: 40px 5%; background-image: url("../images/img/contact-bj.jpg");background-size: 1920px 100%; background-position: center; box-sizing: border-box;}
.contact-title {margin-bottom: 20px; font-size: 26px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 4px;}
.contact-text {margin-bottom: 20px; font-size: 28px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 10px;}
.contact-button {display: block; width: 180px; margin: 0 auto; font-size: 18px; line-height: 46px; color: #fff; text-align: center; background-color: #ff9800; transition: all 0.3s;}
.contact-button:hover {border-radius: 24px; 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: 30px 5%; background-color: #00af55; 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-location {padding-left: 20px; font-size: 16px; line-height: 46px; color: #eee; text-align: right; letter-spacing: 1px; background-image: url("../../images/img/column-top-location-icon.png");background-repeat: no-repeat;}
.column-top-location a {color: #eee;}
.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-content {width: 100%; padding: 60px 5%; box-sizing: border-box;}
@media(max-width:1200px){.column-top {padding: 30px 2%;} .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-text p {max-height: 9999px; margin-top: 10px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px; letter-spacing: 1px;}
@media(max-width: 980px){.column-about-text p {font-size: 24px; line-height: 48px; text-indent: 48px;}}

/*column-picture*/
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list li {width: calc((100% - 60px) / 4); margin-bottom: 20px; margin-right: 20px;}
.column-picture-list li:nth-child(4n) {margin-right: 0;}
.column-picture-list li a {display: block; width: 100%; border: 1px solid #ddd; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.column-picture-list li a .column-picture-list-img {position: relative; width: 100%; border-bottom: 1px solid #ddd; overflow: hidden;}
.column-picture-list li a .column-picture-list-img img {display: block; width: 100%; transition: all 0.6s;}
.column-picture-list-img-txt {position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,175,85,0.8); opacity: 0; transition: all 0.3s;}
.column-picture-list-img-txt p {position: relative; font-size: 18px; line-height: 46px; color: #fff; box-sizing: border-box;}
.column-picture-list-img-txt p::before {content: ""; position: absolute; top: 0; left: 50%; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: translateX(-50%); transition: all 0.6s;}
.column-picture-list-text {width: 100%; padding: 10px 15px; background-color: #fff; box-sizing: border-box;}
.column-picture-list-text p:nth-child(1) {position: relative; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-list-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#00af55; transition: all 0.6s;}
.column-picture-list-text p:nth-child(2) {position: relative; padding-right: 41px; margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px; box-sizing: border-box;}

.column-picture-list-text p:nth-child(2)::before {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../images/img/picture-icon.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}

.column-picture-list li a:hover {box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.column-picture-list li a:hover .column-picture-list-img img {transform:scale(1.2);}
.column-picture-list li a:hover .column-picture-list-img .column-picture-list-img-txt {opacity: 1;}
.column-picture-list li a:hover .column-picture-list-img .column-picture-list-img-txt p::before {width: 20%;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1) {color:#00af55;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1)::before {width: 100%;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(2)::before {background-position: 0 0;}
@media(max-width:1200px){.column-picture-list li {width: calc((100% - 40px) / 3);} .column-picture-list li:nth-child(4n) {margin-right: 20px;} .column-picture-list li:nth-child(3n) {margin-right: 0;}}
@media(max-width:980px){.column-picture-list-text p:nth-child(1) {font-size: 24px; line-height: 48px;}}

.column-picture-content-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-picture-content {width: 100%;}
.imglist img {display: block; width: 100%; max-width: 800px; margin: 0 auto; box-sizing: border-box;}
.column-picture-content-text-title {display: block; width: 100%; height: 56px; margin-bottom: 20px; background-color: #f5f5f5;}
.column-picture-content-text-title span {display: block; width: 160px; border-top: 2px solid #05782d; font-size: 22px; color: #333; line-height: 54px; text-align: center; background-color: #fff;} 
.column-picture-content-text p {max-height: 9999px; font-size: 18px; line-height: 2; color: #333; letter-spacing: 1px; text-indent: 36px;}
@media(max-width:980px){.column-picture-content-text-title span {font-size: 26px;} .column-picture-content-text p {font-size: 24px; text-indent: 48px;}}

/*colunm-nesw*/
.colunm-nesw-list {width: 100%;}
.colunm-nesw-list li {width: 100%; padding: 20px 0; border-bottom: 1px solid #eee;}
.colunm-nesw-list li a {display: flex; width: 100%; justify-content: space-between;}
.colunm-nesw-list li a .colunm-nesw-list-img {width: 300px; height: 220px; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-img img {display: block; width: 100%; height: 100%; transition: all 0.6s ease;}
.colunm-nesw-list li a .colunm-nesw-list-text {width: calc(100% - 340px);} 
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(1) {max-height: 9999px; min-height: 24px; font-size: 24px; color: #212121; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) {margin-top: 13px; font-size: 14px; line-height: 40px; color: #b8b8b8;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) img {vertical-align: middle;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(3) {max-height: 9999px; margin-top: 14px; font-size: 18px; color: #545353; line-height: 32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(4) {display: inline-block; height: 43px; padding: 3px 33px; margin: 12px 0 0; border-radius: 100px; border-radius: 3px; border: 2px solid #e6e6e6; font-size: 18px; color: #707070; line-height: 43px; transition: all .5s ease;}
.colunm-nesw-list li a:hover .colunm-nesw-list-img img {transform: scale(1.1);}
.colunm-nesw-list li a:hover .colunm-nesw-list-text p:nth-child(1) {color: #05782d;}
.colunm-nesw-list li a:hover .colunm-nesw-list-text p:nth-child(4) {border: 2px solid #05782d; color: #fff; background-color: #05782d;}
@media(max-width:980px){.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(1) {font-size: 28px; line-height: 28px;} .colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) {margin-top: 5px;} .colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(3) {margin-top: 8px; font-size: 24px; line-height: 36px;}}

.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; margin-bottom: 10px; 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: 28px;} .column-news-text p {font-size: 24px; line-height: 46px; text-indent: 48px;}}

/*column-contact*/
.column-contact-title {margin-bottom: 20px; font-size: 32px; line-height: 32px; color: #00af55; text-align: center; letter-spacing: 4px; text-indent: 0;}
.column-contact-title:nth-child(2) {margin-bottom: 40px; font-size: 24px; line-height: 24px; color: #212121;}
.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% / 2); padding: 55px 0; border-right: 1px solid #e1e1e1; transition: all 0.4s; box-sizing: border-box;}
.column-contact-list li:nth-last-child(1){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:990px; 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 {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;}