/*通用样式*/
* {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;}
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;}
@font-face {font-family: 'koulen';src: url('../UploadFiles/koulen-regular-webfont.woff2') format('woff2'),url('../UploadFiles/koulen-regular-webfont.woff') format('woff');font-weight: normal;font-style: normal;}

/*头部通用*/
.header {position: fixed; top: 0; left: 0; z-index: 1000; display: flex; justify-content: space-between; width: 100%; background-color: #fff; box-sizing: border-box; box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
.header-logo {padding: 0 1% 0 2%; box-sizing: border-box;}
.header-logo img {display: block; width: 400px; height: 90px;}

.nav {display: flex; width: calc(93% - 800px); max-width: 720px;}
.nav li {width: calc(100% / 6);}
.nav li a {position: relative; display: block; width: 100%; max-width: 86px; margin: 0 auto; font-size: 18px; line-height: 90px; color: #212121; text-align: center;}
.nav li a::before {content: ""; position: absolute; bottom: 0; left: 50%; z-index: 10; width: 0; height: 4px; background-color: #2d5aa5; opacity: 0; transform: translateX(-50%); transition: all 0.3s;}
.nav li a:hover::before{width: 100%; opacity: 1;}

.header-contact {padding: 29px 2%; background-color: #2d5aa5; box-sizing: border-box;}
.header-contact p {padding: 4px  0 0 42px; font-family: koulen; font-size: 30px; line-height: 28px; color: #fff; letter-spacing: 1px; background-image: url("../UploadFiles/bj/topdh.png"); background-size: 32px 32px; background-repeat: no-repeat; }
@media(max-width:1440px){.header-logo {padding: 0 0 0 1%;} .nav {width: calc(97% - 800px);} .header-contact {padding: 29px 1%;}}
@media(max-width:1300px){.header-logo {padding: 0 0 0 2%;} .nav {width: calc(98% - 460px);} .header-contact {display: none;}}
@media(max-width:980px){.header {position: static; justify-content: center; flex-wrap: wrap;} .header-logo {padding: 0; margin: 0 auto;} .nav{width: 100%; max-width: 100%; padding: 0 2%; box-sizing: border-box;} .nav li a {max-width: 110px; font-size: 24px; line-height: 56px;}}


/*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; float: left; width: 100%; overflow:hidden;margin-top: 90px;}
.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; }
.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;}
.prev {left: 5%;background-position: -2px 0;}
.next {right: 5%;background-position: -58px 0;}
.prev:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(45 90 165);background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(45 90 165);background-position: -58px 0;}
.slide_tabs {display: flex; justify-content: space-between; position:absolute; bottom: 60px; left: 50%; z-index: 100; width: 60px; transform: translateX(-50%);}
.slide1_s1,.slide1_s2 {display: block; width: 12px; height: 12px; border-radius: 6px; font-size: 0px; background-color: #1955a5; transition: all 0.4s;}
.slide_here {width: 36px;}
#find_bottom {position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; width: 30px; height: 30px; margin: 0 auto; border: 2px dotted #1955a5; 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: 0;}}

/*尾部通用*/
.footer {width: 100%; padding: 20px 5% 2px; background-image: url("../UploadFiles/bj/dbbj.jpg"); background-size: 100% 100%; box-sizing:border-box;}
.footer-nav {border-bottom: 1px solid #404040; font-size: 18px; line-height: 60px; color: #fff; letter-spacing: 1px; text-align: center;}
.footer-nav a {margin: 0 5%; font-size: 18px; line-height: 60px; color: #fff; letter-spacing: 1px;}
.footer-nav a:hover {color: #eb911e; font-weight: 600;}
.footer-contact {display: flex; justify-content: space-around; width: 100%; padding: 40px 0 40px; margin: 40px 0; background-color: #1a1a1a; box-sizing: border-box; overflow: hidden;}
.footer-contact li {display: flex; justify-content: space-between;}
.footer-contact li img {display: block; width: 50px; height: 50px;}
.footer-contact-content {width: calc(100% - 100px); margin-left: 25px; padding-left: 24px; border-left: 1px solid #f56414;}
.footer-contact-content p:nth-child(1) {margin-bottom: 16px; font-size: 16px; line-height: 16px; color: #fff; font-weight: 600;}
.footer-contact-content p:nth-child(1) span {font-family: Arial; color: #6d6d6d; font-weight: normal; font-style: normal;}
.footer-contact-content p:nth-child(2) {font-size: 18px; line-height: 18px; color: #fff; letter-spacing: 1px;}
.footer-contact-content p:nth-child(2) a {margin-right: 10px; font-size: 18px; line-height: 18px; color: #fff; letter-spacing: 1px; white-space:nowrap;}
.footer-copyright {display: flex; justify-content: space-between; width: 100%; margin: 0 auto; border-top: 1px solid #666; padding: 10px 0 0; overflow: hidden;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {font-size: 16px; line-height: 24px; color: #e1e1e1;}
.footer-copyright p:nth-child(2) {text-align: right;}
.footer-copyright p:nth-child(1) a,.footer-copyright p:nth-child(2) a {color: #e1e1e1;}
.footer-copyright p a:hover {color: #1455aa;}
@media(max-width:1440px){.footer-nav a {margin: 0 3%;}}
@media(max-width:1200px){.footer {padding: 20px 2% 2px;} .footer-nav a {margin: 0 2%; font-size: 22px;}} 
    
        
/*一键拨号*/
@media(min-width:1000px){
.footbox{display:none;}}
.footbox{height: 160px;background:rgba(45,90,165,0.80);bottom: 0;z-index: 99;left: 0; width: 100%;min-width: 375px; position: fixed; border-top:0;z-index: 1000;}
.flexbox{margin-top:2px;text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footbox ul li{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a{display:block;color:#fff;font-size:36px;line-height:60px;font-weight: 500;}
.footbox ul li a img{ display:block; width:80px; height:80px; margin:10px auto}

/*首页产品*/
.product{width: 100%;padding: 60px 5% 40px;box-sizing: border-box;}
.product-title {display: flex; justify-content: space-between; width: 100%; margin-bottom: 30px;}
.product-title-left p:nth-child(1) {margin-bottom: 8px; font-family: bebas; font-size: 60px; line-height: 50px; color: #333;}
.product-title-left p:nth-child(2) {font-size: 32px; line-height: 32px; color: #1955a5; letter-spacing: 12px;}
.product-title-right {position: relative; display: flex; justify-content:  space-between; width: 220px; height: 56px; padding: 0 40px; margin: 17px 0; border: 1px solid #aaa; font-size: 18px; line-height: 56px; color: #555; box-sizing: border-box; transition: all 0.4s ease;}
.product-title-right::before {content: ""; position: absolute; top:50%; left: 50%; width: 0; height: 0; background-color: #1955a5; transform: translate(-50%,-50%); transition: all 0.4s ease;}
.product-title-right span {position: relative; z-index: 10;}
.product-title-right span:nth-child(2) {display: block; width: 38px; height: 56px; background-image: url("../UploadFiles/bj/sycpjt.png"); background-size: 38px 56px; transition: all 0.4s ease;}
.product-title-right:hover {color: #fff; border: 1px solid #1955a5;}
.product-title-right:hover span:nth-child(2) {background-image: url("../UploadFiles/bj/sycpjt2.png");}
.product-title-right:hover::before {width: 100%; height: 100%;}
.product-scroll-list{display: block; width: 100%; margin-bottom: 30px; border: 1px solid #eee; box-sizing: border-box; overflow: hidden;}
.product-scroll-list p:nth-child(1) {position: relative; width: 100%; padding: 29px 45px; font-size: 18px; line-height: 26px; color: #212121; font-weight: 600; text-align: center; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product-scroll-list p:nth-child(1)::before,.product-scroll-list p:nth-child(1)::after {content: ""; position: absolute;}
.product-scroll-list p:nth-child(1)::before {top: 10px; left: 10px; z-index: 10; width: 20px; height: 20px; background-image: url("../../UploadFiles/bj/tpfdj.png"); background-size: 100% 100%;}
.product-scroll-list p:nth-child(1)::after {top: -50px; left: -122px; width: 100px; height: 100px; background-color: #2d5aa5; transform: rotateZ(45deg); transition: all 0.4s ease;} 
.product-scroll-list img {display: block; width: 100%;}
.product-scroll-list p:nth-child(3) {position: relative; display: flex; justify-content: center; width: 100%; padding: 20px 0; font-size: 18px; line-height: 20px; color: #2d5aa5; box-sizing: border-box;}
.product-scroll-list p:nth-child(3)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #2d5aa5; transition: all 0.4s ease;}
.product-scroll-list p:nth-child(3)  span {display: block; width: 19px; height: 19px; margin-left: 10px; background-image: url("../../UploadFiles/bj/tpjt.png"); background-size: 15px 15px; background-repeat: no-repeat; background-position: 50% 50%; transition: all 0.4s ease;}
.product-scroll-list:hover p:nth-child(1) {color: #2d5aa5;}
.product-scroll-list:hover p:nth-child(1)::after {left: -50px;}
.product-scroll-list:hover p:nth-child(3)  span {margin-left: 20px;}
.product-scroll-list:hover p:nth-child(3)::before {width: 100%;}
@media(max-width:980px){.product{padding: 60px 2% 40px;} .product-scroll-list p:nth-child(1) {font-size: 24px;}}

/*首页关于*/
.about {display: flex; justify-content: space-between; width: 100%; padding: 80px 5%; background-image: url("../UploadFiles/bj/gybj.jpg"); background-size: 100% 100%; box-sizing: border-box;}
.about-left {width: calc(100% - 660px); box-sizing: border-box;}
.about-left p:nth-child(1) {font-size: 42px; line-height: 42px; color: #1955a5; letter-spacing: 20px; font-weight: 600;}
.about-left p:nth-child(2) {max-height: 999px; margin-top: 30px; font-size: 22px; line-height: 22px; color: #333; letter-spacing: 2px;}
.about-left p:nth-child(3) {max-height: 999px; margin-top: 42px; font-size: 18px; line-height: 36px; color: #333; letter-spacing: 1px; text-align: justify; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical;} 
.about-left p:nth-child(4) {display: flex; margin-top: 36px;}
.about-left p:nth-child(4) a {position: relative; display: block; width: 160px; margin-right: 30px; border: 1px solid #777; font-size: 18px; line-height: 46px; color: #333; text-align: center; box-sizing: border-box;}
.about-left p:nth-child(4) a::before {content: ""; position: absolute; top:50%; left: 50%; width: 0; height: 0; background-color: #1955a5; transform: translate(-50%,-50%); transition: all 0.4s ease;}
.about-left p:nth-child(4) a span {position: relative; z-index: 10;}
.about-left p:nth-child(4) a:hover {color: #fff; border: 1px solid #1955a5;}
.about-left p:nth-child(4) a:hover::before {width: 100%; height: 100%;}

.about-right {position: relative; width: 660px; padding-left: 60px; padding-top: 100px; box-sizing: border-box;}
.about-right::before {content: "ABOUT JIESHUO"; position: absolute; right: 0; bottom: 280px; font-family: bebas; font-size: 140px; color: #eee;}
.about-right img {display: block; width: 600px; height: 300px;}
@media(max-width:1430px){.about-left p:nth-child(1) {letter-spacing: 2px;} .about-left p:nth-child(2) {font-size: 20px; letter-spacing: 0px;} .about-left p:nth-child(4) a {width: 140px; margin-right: 10px;} .about-left p:nth-child(4) a:nth-last-child(1) {margin-right: 0;}}
@media(max-width:1200px){.about {flex-wrap: wrap; padding: 40px 2% 20px;} .about-left {position: relative; width: 100%;} .about-left::before {content: "ABOUT JIESHUO"; position: absolute; right: 0; bottom: 290px; font-family: bebas; font-size: 100px; color: #eee;} .about-left p:nth-child(1) {position: relative; z-index: 10; letter-spacing: 20px;} .about-left p:nth-child(2) {position: relative; z-index: 10; font-size: 22px; letter-spacing: 2px;} .about-left p:nth-child(3) {font-size: 22px;} .about-left p:nth-child(4) a {width: 160px; margin-right: 20px;} .about-right {width: 100%; padding-left: 0; padding-top: 30px;} .about-right::before {display: none} .about-right img {width: 100%; height: auto;}}

/*首页优势*/
.advantage {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.advantage-title {width: 100%;}
.advantage-title p:nth-child(1) {font-family: bebas; font-size: 48px; line-height: 48px; color: #ccc; text-align: center; letter-spacing: 2px; opacity: .4;}
.advantage-title p:nth-child(1) span {lletter-spacing: 0;}
.advantage-title p:nth-child(2) {position: relative; z-index: 10; margin-top: -20px; font-size: 32px; line-height: 32px; color: #1955a5; letter-spacing: 2px; text-align: center; font-weight: 600;}
.advantage-title p:nth-child(2) span {lletter-spacing: 0;} 
.advantage-list {display: flex; justify-content: space-between; width: 100%; margin-top: 40px;}
.advantage-list li {position: relative; width: calc((100% - 90px) / 4); height: 376px; padding: 60px 40px; border: 1px solid #eee; border-radius: 10px; background-color: #fff; box-sizing: border-box; transition: all 0.4s;}
.advantage-list li::before,.advantage-list li::after {content: ""; position: absolute; z-index: -1; bottom: 0; left: 50%; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0,0,0,0.1); transform: translateX(-50%); transition: all 0.4s ease;}
.advantage-list li p:nth-child(1) {display: block; width: 120px; height: 120px; margin: 0 auto; border: 1px dashed #aaa; border-radius: 60px;}
.advantage-list li p:nth-child(1) img {display: block; width: 60px; height: 60px; margin: 30px auto; transition: all 0.4s ease;}
.advantage-list li p:nth-child(2) {margin: 20px 0; font-size: 28px; font-weight: bold; line-height: 28px; color: #212121; text-align: center;}
.advantage-list li p:nth-child(3) {font-size: 18px; line-height: 32px; color: #555; text-align: center;}
.advantage-list li:hover {margin-top: -20px;}
.advantage-list li:hover::before {bottom: -10px; width: calc(100% + 10px); background-color: rgba(25 85 165 / 0.4); }
.advantage-list li:hover::after {bottom: -20px; width: calc(100% + 20px);}
.advantage-list li:hover img {transform:rotateY(360deg);}
@media(max-width:1340px){.advantage-list li {height: 408px;}}
@media(max-width:1200px){.advantage {padding: 60px 2%;}}
@media(max-width:980px){.advantage-list {flex-wrap: wrap} .advantage-list li {width: calc((100% - 40px) / 2); height: 412px;} .advantage-list li:nth-child(1),.advantage-list li:nth-child(2) {margin-bottom: 40px;} .advantage-list li p:nth-child(2) {margin: 30px 0; font-size: 32px; line-height: 32px;} .advantage-list li p:nth-child(3) {font-size: 24px;line-height: 40px;}}

/*首页新闻*/
.news {width: 100%; padding: 60px 5%; background-image: url("../UploadFiles/bj/xwbj.jpg"); background-size: 100% 100%; box-sizing: border-box;}
.news-title {width: 100%;}
.news-title p:nth-child(1) {font-family: bebas; font-size: 48px; line-height: 48px; color: #ccc; text-align: center; letter-spacing: 2px; opacity: .4;}
.news-title p:nth-child(1) span {lletter-spacing: 0;}
.news-title p:nth-child(2) {position: relative; z-index: 10; margin-top: -20px; font-size: 32px; line-height: 32px; color: #1955a5; letter-spacing: 2px; text-align: center; font-weight: 600;}
.news-title p:nth-child(2) span {lletter-spacing: 0;}
.news-list{display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.news-list li {margin-top: 30px;}
.news-list-picture{width: 50%;}
.news-list-picture img{display: block; width: 100%; height: 270px;}
.news-list-one {width: 50%; background-color: #fff;}
.news-list-one a {display: block; width: 100%; padding: 50px; box-sizing: border-box;}
.news-list-one a p:nth-child(1) {font-size: 26px; line-height: 26px; color: #1955a5; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-list-one a p:nth-child(2) {max-height: 999px; margin-top: 24px; font-size: 16px; line-height: 30px; color: #555; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical;}
.news-list-one a p:nth-child(3) {display: block; width: 140px; margin-top: 16px; font-size: 16px; color: #888; line-height: 42px; text-align: center; border: 1px solid #ccc; box-sizing: border-box; transition: all 0.4s;}
.news-list-one a p:nth-child(3):hover {color: #fff; background-color: #1955a5;}
.news-list-last {width: calc((100% - 90px) / 4); background-color: #fff;}
.news-list-last a {display: block;width: 100%; padding: 30px; box-sizing: border-box; transition: all 0.4s ease;}
.news-list-last a p:nth-child(1) {position: relative; padding-bottom: 16px; margin-bottom: 12px; border-bottom: 1px solid #eee; font-size: 18px; line-height: 18px; color: #212121; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-list-last a p:nth-child(1)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #1955a5; transition: all 0.4s ease;} 
.news-list-last a p:nth-child(2) {max-height: 999px; font-size: 16px; line-height: 30px; color: #555; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical;}   
.news-list-last a:hover {box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.news-list-last a:hover p:nth-child(1)::before {width: 100%;}
@media(max-width:1200px){.news {padding: 60px 2%;} .news-list-picture{width: 100%;} .news-list-one{width: 100%; margin-top: 0!important;} .news-list-last {width: calc((100% - 30px) / 2);}}
@media(max-width:980px){.news-list-one a p:nth-child(1) {font-size: 28px; line-height: 28px;} .news-list-one a p:nth-child(2) {margin-top: 22px; font-size: 22px; line-height: 36px;} .news-list-one a p:nth-child(3) {font-size: 22px; width: 180px; line-height: 52px;} .news-list-last a p:nth-child(1) {font-size: 24px; line-height: 24px;} .news-list-last a p:nth-child(2) {font-size: 22px; line-height: 36px;}}

 /*首页联系*/
.contact {width: 100%; margin: 40px 0;}
.contact-title p:nth-child(1) {font-size: 32px; line-height: 52px; color: #000; text-align: center; font-weight: lighter;}
.contact-title p:nth-child(2) {font-size: 24px; line-height: 22px; color: #1455aa; text-align: center; font-weight: lighter;}
.contact-content {max-height: 999px; margin: 30px 0; font-size: 24px; line-height: 32px; color: #333; text-align: center; letter-spacing: 1px;}
.contact-button {display: block; position: relative; z-index: 4; width: 180px; margin: 40px auto 0; border: 1px solid #999; font-size: 18px; line-height: 42px; color: #333; text-align: center; transition: all 0.8s ease; overflow: hidden;}
.contact-button::before {content: ''; position: absolute; left: -5%; top: 0; z-index: -1; width: 0; height: 100%; background: #1455aa; -webkit-transition: 0.5s ease-out all; transition: 0.5s ease-out all; -webkit-transform: skewX(-10deg); transform: skewX(-10deg);}
.contact-button:hover {color: #fff;}
.contact-button:hover::before {width: 120%;}

/*内页布局*/
.column {width: 100%;}
.column-nav {display: flex; justify-content: space-between; width: 100%; padding: 0 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.column-nav p:nth-child(1){padding-left: 28px; font-size: 16px; line-height: 60px; color: #888; background-image: url("../../UploadFiles/bj/nywz.png"); background-size: 18px 60px; background-repeat: no-repeat;}
.column-nav p:nth-child(1) a{font-size: 16px; line-height: 60px; color: #888;}
.column-nav p:nth-child(2){display: block; width: 160px; font-size: 22px; line-height: 60px; color: #fff; font-weight: 500; text-align: center; background-color: #005aa9;}
.column-content{width: 100%; padding: 40px 5%; box-sizing: border-box;}
@media(max-width:1200px){.column-nav{padding: 0 2%;} .column-content{padding: 40px 2%;}}

/*关于我们*/
.column-about {width: 100%; background-image: url("../../UploadFiles/bj/gyjjbj.jpg"); background-repeat: no-repeat; background-size: auto 100%; background-position: 50% 50%;}
.column-about p {max-height: 9999px; font-size: 20px; line-height: 38px; letter-spacing: 1px; text-indent: 40px;}
@media(max-width:980px){.column-about p {font-size: 24px; line-height: 42px;text-indent: 48px;}}

/*图片栏目*/
.column-picture {width: 100%;}
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list  li {width: calc((100% - 90px) / 4); margin-bottom: 30px; margin-right: 30px;}
.column-picture-list  li:nth-child(4n) {margin-right: 0;}
.column-picture-list  li a{width: 100%; display: block; border: 1px solid #eee; box-sizing: border-box; overflow: hidden;}
.column-picture-list  li a p:nth-child(1) {position: relative; width: 100%; padding: 29px 45px; font-size: 18px; line-height: 26px; color: #212121; font-weight: 600; text-align: center; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.column-picture-list  li a p:nth-child(1)::before,.column-picture-list  li a p:nth-child(1)::after {content: ""; position: absolute;}
.column-picture-list  li a p:nth-child(1)::before {top: 10px; left: 10px; z-index: 10; width: 20px; height: 20px; background-image: url("../../UploadFiles/bj/tpfdj.png"); background-size: 100% 100%;}
.column-picture-list  li a p:nth-child(1)::after {top: -50px; left: -122px; width: 100px; height: 100px; background-color: #2d5aa5; transform: rotateZ(45deg); transition: all 0.4s ease;} 
.column-picture-list  li a img {display: block; width: 100%;}
.column-picture-list  li a p:nth-child(3) {position: relative; display: flex; justify-content: center; width: 100%; padding: 20px 0; font-size: 18px; line-height: 20px; color: #2d5aa5; box-sizing: border-box;}
.column-picture-list  li a p:nth-child(3)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #2d5aa5; transition: all 0.4s ease;}
.column-picture-list  li a p:nth-child(3)  span {display: block; width: 19px; height: 19px; margin-left: 10px; background-image: url("../../UploadFiles/bj/tpjt.png"); background-size: 15px 15px; background-repeat: no-repeat; background-position: 50% 50%; transition: all 0.4s ease;}
.column-picture-list  li a:hover p:nth-child(1) {color: #2d5aa5;}
.column-picture-list  li a:hover p:nth-child(1)::after {left: -50px;}
.column-picture-list  li a:hover p:nth-child(3)  span {margin-left: 20px;}
.column-picture-list  li a:hover p:nth-child(3)::before {width: 100%;}
@media(max-width:1440px){.column-picture-list  li {width: calc((100% - 60px) / 3); margin-right: 30px;} .column-picture-list  li:nth-child(4n) {margin-right: 30px;} .column-picture-list  li:nth-child(3n) {margin-right: 0;}}
@media(max-width:980px){.column-picture-list  li {width: calc((100% - 30px) / 2); margin-right: 30px;} .column-picture-list  li:nth-child(3n) {margin-right: 30;} .column-picture-list  li:nth-child(2n) {margin-right: 0;} .column-picture-list  li a p:nth-child(1) {font-size: 24px;}}

/*图片内页*/
.column-picture-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.column-picture-content .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.column-picture-introduction p {max-height: 9999px; margin-top: 20px; font-size: 18px; line-height: 32px; color: #424242; text-indent: 36px;}
.column-picture-introduction table {width: 100%; margin: 10px 0 20px; border-collapse: collapse;}
.column-picture-introduction table tr td {font-size: 18px; line-height: 42px; color: #424242; text-align: center;}
.column-picture-introduction-title {text-indent: 0!important;}
.column-picture-nav {display: flex; justify-content: space-between; width: 100%;}
.column-picture-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-nav li:nth-child(2) {text-align: right;}
.column-picture-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.column-picture-nav li a:hover {color: #1955a5;}

/*新闻列表*/
.column-news {width: 100%;}
.column-news-list {width: 100%;}
.column-news-list li {width: 100%;margin-bottom: 30px;}
.column-news-list li a {display: block; width: 100%; border: 1px solid #eee; padding: 34px 39px; box-sizing: border-box; transition: all 0.4s ease;}
.column-news-list li a p:nth-child(1) {position: relative; width: 100%; padding: 0 160px 10px 0; margin-bottom: 14px; border-bottom: 1px solid #eee; font-size: 20px; line-height: 36px; color: #333; letter-spacing: 2px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.column-news-list li a p:nth-child(1) span {position: absolute; right: 0; font-size: 16px; line-height: 36px; color: #888;}
.column-news-list li a p:nth-child(1)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #2d5aa5; transition: all 0.4s ease;}
.column-news-list li a p:nth-child(2) {font-size: 18px; line-height: 30px; color: #555; letter-spacing: 1px; text-align: justify; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical;}
.column-news-list li a:hover {box-shadow: 0 2px 6px rgba(0,0,0,0.1);}
.column-news-list li a:hover p:nth-child(1) {color: #2d5aa5;}
.column-news-list li a:hover p:nth-child(1) span {color: #2d5aa5;}
.column-news-list li a:hover p:nth-child(1)::before {width: 100%;}
@media(max-width:980px){.column-news-list li a p:nth-child(1) {font-size: 24px;} .column-news-list li a p:nth-child(1) span {font-size: 22px;} .column-news-list li a p:nth-child(2){font-size: 22px; line-height: 36px;}}

/*新闻内页*/
.column-news-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.column-news-content .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.column-news-content #MyContent{margin: 30px 0;}
.column-news-content #MyContent p {max-height: 9999px; font-size: 18px; line-height: 34px; color: #424242; text-indent: 36px; letter-spacing: 1px;}
.column-news-nav {display: flex; justify-content: space-between; width: 100%;}
.column-news-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-news-nav li:nth-child(2) {text-align: right;}
.column-news-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.column-news-nav li a:hover {color: #1955a5;}
@media(max-width:980px){.column-news-content #MyContent p {font-size: 24px;line-height: 38px;color: #424242;text-indent: 42px;letter-spacing: 2px;}}

/*联系我们*/
.column-contact {width: 100%;}
.column-contact-title:nth-child(1) {margin-bottom: 20px; font-size: 26px; line-height: 26px; color: #212121; font-weight: 600; letter-spacing: 10px; text-align: center;}
.column-contact-title:nth-child(1) span {letter-spacing: 0;}
.column-contact-title:nth-child(2) {margin-bottom: 30px;font-size: 18px; line-height: 18px; color: #333; letter-spacing: 4px; text-align: center;}
.column-contact-title:nth-child(2) span {letter-spacing: 0;}
.column-contact-list {display: flex; width: 100%;border-radius: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.column-contact-list li {width: calc(100% / 3); border-right: 1px solid #eee; padding: 50px 30px 40px; box-sizing: border-box; transition: all 0.3s ease;}
.column-contact-list li:nth-child(1) {border-top-left-radius: 30px; border-bottom-left-radius: 30px;}
.column-contact-list li:nth-last-child(1) {border-top-right-radius: 30px; border-bottom-right-radius: 30px;}
.column-contact-list li img {display: block; width: 60px; height: 60px; margin: 0 auto 20px; transition: all 0.6s ease;}
.column-contact-list li p:nth-child(2) {font-size: 18px; line-height: 36px; color: #333;text-align: center; letter-spacing: 1px;}
.column-contact-list li p:nth-child(3) {font-size: 22px; line-height: 36px; color: #333;text-align: center; letter-spacing: 1px;}
.column-contact-list li:hover {box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.column-contact-list li:hover img {transform:rotateY(360deg);}
@media(max-width:980px){.column-contact-title:nth-child(2) {font-size: 22px; letter-spacing: 2px;} .column-contact-list li p:nth-child(2) {font-size: 22px;} .column-contact-list li p:nth-child(3) {font-size: 24px;} .column-contact-list {flex-wrap: wrap;}.column-contact-list li {width: calc(100% / 2);} .column-contact-list li:nth-child(1) {width: 100%; border-top-left-radius: 30px; border-bottom-left-radius: 0px; border-top-right-radius: 30px; border-bottom-right-radius: 0px; border-bottom: 1px solid #eee;}.column-contact-list li:nth-child(2) {border-top-left-radius: 0; border-bottom-left-radius: 30px; border-top-right-radius: 0; border-bottom-right-radius: 0px;}.column-contact-list li:nth-child(3) {border-top-left-radius: 0; border-bottom-left-radius: 0px; border-top-right-radius: 0; border-bottom-right-radius: 30px;}}

/*文章分页样式*/
#fenye {margin:10px 20px 20px 0; 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 {padding:15px; 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:60px;}
#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;}