﻿/*通用样式*/
* {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: #f5f5f5;}
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: 'koulen';src: url('../UploadFiles/koulen-regular-webfont.woff2') format('woff2'),url('../UploadFiles/koulen-regular-webfont.woff') format('woff');font-weight: normal;font-style: normal;}

@keyframes bottomNiu{0%{opacity:0;bottom:20px;}100%{opacity:1;bottom:10px;}}
@-webkit-keyframes bottomNiu{0%{opacity:0;bottom:20px;}100%{opacity:1;bottom:10px;}}

/*头部通用*/
.header {display: flex; justify-content: space-between; position: fixed; top: 0; z-index: 1000; width: 100%; padding: 13px 5%; background-color: #fff; box-sizing:border-box; box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
.logo {display: block; width: 380px;}

.hnav {display: flex; width: 840px;}
.hnav .hnavl {position: relative; width: calc(100% / 6);}
.hnav .hnavl .hnava {display: flex; justify-content: center; width: 100%; padding: 9px 0;}
.hnav .hnavl .hnava p {position: relative; font-size: 20px; line-height: 46px; color: #212121;}
.hnav .hnavl .hnava p::before {content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #28418c; transform: translateX(-50%); opacity: 0; transition: all 0.3s ease;}
.hnav .hnavl .hsubnav {position: absolute; left: 50%; top: 50px; z-index: 100; width: 100%; padding: 14px 0; background-color: rgba(40,65,140,0.8); transform: translateX(-50%); visibility:hidden; opacity: 0; transition: all ease .3s;}
.hnav .hnavl .hsubnav .hsubnavl {width: 100%;}
.hnav .hnavl .hsubnav .hsubnavl .hsubnava {display: block; width: 100%; font-size: 18px; line-height: 46px; color: #fff; text-align: center;}


.hnav .hnavl:hover .hnava p {color: #1955a5;}
.hnav .hnavl:hover .hnava p::before {width: 100%; opacity: 1;}
.hnav .hnavl:hover .hsubnav {visibility:visible; top: 55px; opacity: 1;}
.hnav .hnavl .hsubnav .hsubnavl .hsubnava:hover {background-color: #28418c;}

@media(max-width:1440px){.hnav {width: 720px;}}
@media(max-width:1200px){.header {padding: 13px 2%;} .logo {width: 273px; height: 46px; margin: 9px 0;} .hnav {width: 600px;} .hsubnav {display: none;}}
@media(max-width:980px){.header {position: static;} .hnav {width: 640px;} .hnav .hnavl .hnava {justify-content: flex-end;} .hnav .hnavl .hnava p {font-size: 24px;}}

/*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(25 85 165);background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(25 85 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;}
#find_bottom img {margin-top: 5px;}
#find_bottom.opacity_show_top {visibility: visible; transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important; -moz-transition-delay: 0.8s !important; -ms-transition-delay: 0.8s !important; -o-transition-delay: 0.8s !important; -webkit-animation: bottomNiu 2s infinite; animation: bottomNiu 2s infinite;}
@media(max-width:980px){.slide_container{margin-top: 0;}}

/*尾部通用*/
.footer {width: 100%; background-color: #1c1c1c;}
.fmain {display: flex; justify-content: space-between; width: 100%; padding:40px 5% 10px; box-sizing: border-box;}
.flogo {width: 235px;}
.flogo img:nth-child(1) {width: 235px; margin-bottom: 10px;}
.flogo p:nth-child(2) {font-size: 18px; color: #ccc; line-height: 30px; letter-spacing: 4px;}

.fnavbox {display: flex; justify-content: space-around; width: calc(100% - 635px); max-width: 860px; padding: 0 2%; box-sizing: border-box;}
.fnav li:nth-child(1){font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;margin-bottom: 10px;}
.fnav li a{font-size: 16px;line-height: 34px;color: #bbb;}
.fnav li a:hover{color: #fff;}
    
.fcontact {width: 400px;}
.fcontact p:nth-child(1) {font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;margin-bottom: 10px;}
.fcontact p:nth-child(2),.fcontact p:nth-child(3) {background-color: #121212;border-radius: 21px;padding: 0 20px 0 40px;box-sizing: border-box;font-size: 18px;line-height: 42px;color: #aaa;margin-bottom: 6px;background-size: 18px 18px;background-position: 12px 50%;background-repeat: no-repeat;}
.fcontact p:nth-child(2) {background-image: url("../UploadFiles/bj/dbdh.png");}
.fcontact p:nth-child(3) {background-image: url("../UploadFiles/bj/dbdz.png");margin-bottom: 0;}

.fcopyright {display: flex; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing: border-box; overflow: hidden;}
.fcopyright p:nth-child(1),.fcopyright p:nth-child(2) {display: block; width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.fcopyright p:nth-child(1) a {color: #e1e1e1;}
.fcopyright a:hover {color: #dc0000!important;}
    
@media(max-width:1200px){.fmain {padding:40px 2% 10px;} .flogo {display: none;} .fnavbox {justify-content: space-between; width: calc(100% - 450px); padding: 0;} .fcopyright {padding: 6px 2%;}} 
@media(max-width:980px){.fnav li:nth-child(1){font-size: 20px;} .fnav li a{font-size: 18px;} .fnav li:nth-child(1) {font-size: 20px;}}
    
/*一键拨号*/
@media(min-width:1000px){
.footbox{display:none;}}
.footbox{height: 160px;background:rgba(25,85,168,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}

/*首页关于*/
.about {display: flex; width: 100%; padding: 100px 5% 80px; background-image: url("../UploadFiles/bj/sygybj.jpg"); background-size: 100% 100%; box-sizing: border-box;}
.about-text {width: calc(100% - 620px); padding: 0 40px 0 0; box-sizing: border-box;}
.about-text-title:nth-child(1){position: relative; font-family: koulen; font-size: 72px; line-height: 110px; color: #212121;}
.about-text-title:nth-child(1)::before {content: ""; position: absolute; top: 0; left: 0; width: 100px; height: 2px; background-color: #1955a5;}
.about-text-title:nth-child(2) {margin-bottom: 30px; font-size: 36px; line-height: 36px; color: #121212; letter-spacing: 4px;}
.about-text-content {font-size: 18px; line-height: 32px; letter-spacing: 1px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.about-text-list {display: flex; width: 90%; padding: 30px 0;}
.about-text-list li {position: relative; display: flex; justify-content: center; flex-wrap: wrap; width: calc(100% / 4); padding: 8px 10px 0; border-left: 1px solid #ccc; box-sizing: border-box;}
.about-text-list li::before {content: ""; position: absolute; top: 0; left: -1px; width: 1px; height: 30%; background-color: #c32832;}
.about-text-list li h2 {display: inline-block; font-size: 36px; line-height: 36px; color: #212121; font-weight: 600;}
.about-text-list li i {display: inline-block; margin-left: 4px; margin-top: 12px; font-style: normal; font-size: 18px; color: #c32832;}
.about-text-list li p{width: 100%; margin-top: 4px; font-size: 14px; line-height: 20px; color: #666; text-align: center;}
.about-text-button{display: block; position: relative; width: 180px; margin-top: 20px; background-color: #1955a5;}
.about-text-button::before {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #c32832; transition: all 0.3s;}
.about-text-button p{position: relative; z-index: 10; width: 180px; padding: 10px 60px 10px 40px;  font-size: 18px; line-height: 30px; color: #fff; letter-spacing: 1px; box-sizing: border-box; background-image: url("../UploadFiles/bj/sygyjt.png"); background-size: 20px auto; background-repeat: no-repeat; background-position: 120px 20px;}
.about-text-button:hover::before {width: 100%;}

.about-picture {position: relative; width: 620px;}
.about-picture img {position: relative; z-index: 10; display: block; width: 600px;}
.about-picture::before {content: ""; position: absolute; bottom: 0; right: 0; width: 600px; height: 450px; background-color: #1955a5; opacity: 0.6;}
@media(max-width:1670px){.about-text-list{padding: 30px 0 20px;} .about-text-button{margin-top: 10px;}}
@media(max-width:1440px){.about-text-list {width: 98%;}}
@media(max-width:1200px){.about {padding: 100px 2%;} .about-text-list li {width: calc(100% / 3);} .about-text-list li:nth-last-child(1) {display: none}}
@media(max-width:1120px){.about {flex-wrap: wrap; padding: 60px 2% 20px; background-size: 100% 540px;} .about-text {width: 100%; padding: 0;} .about-text-list li {width: calc(100% / 4);} .about-text-list li:nth-last-child(1) {display: flex} .about-picture {width: 100%; height: 500px; margin-top: 40px; overflow: hidden;} .about-picture img {width: 100%; margin-top: -140px;}}

/*首页案例*/
.projects {display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; padding: 80px 5%; background-image: url("../UploadFiles/bj/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: 8px; font-family: koulen; font-size: 48px; line-height: 40px; color: #fff; letter-spacing: 6px;}
.projects-text p:nth-child(2) {margin-bottom: 12px; font-size: 32px; line-height: 32px; color: #fff; letter-spacing: 2px;}
.projects-text p:nth-child(3) {margin-bottom: 2px; font-size: 20px; line-height: 20px; color: #fff; letter-spacing: 2px;}
.projects-text p:nth-child(4) {display:flex; flex-wrap: wrap;}
.projects-text p:nth-child(4) a{display: block; width: 110px; 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: #1955a5; 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 p:nth-child(2) {position: relative; z-index: 10; margin-left: -6px;font-size: 16px; line-height: 38px; color: #fff; letter-spacing: 1px;}
.projects-list-content img:nth-child(3) {display: block; width: 19px; margin-top: 20px;}
.projects-list-content p:nth-child(4) {position: absolute; bottom: 24px; font-size: 18px; line-height: 32px; color: #648cc8; 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(25,85,165,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(3) {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) {text-align: center;} .projects-text p:nth-child(3) {display: none;} .projects-text p:nth-child(4) {justify-content: center;} .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 {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 60px 5%; background-image: url("../UploadFiles/bj/xwbj.jpg"); background-size: 578px 147px; background-position: 98% 60px; background-repeat: no-repeat; box-sizing: border-box;}
.news-title {display: flex; justify-content: space-between; width: 100%; margin-bottom: 40px;}
.news-title p {display:flex; width: 400px; height: 46px; background-color: #28418c;}
.news-title p span:nth-child(1) {display: block; width: 170px; font-size: 24px; line-height: 46px; color: #fff; text-align: center; font-weight: lighter;}
.news-title p span:nth-child(2) {display: block; width: 230px; padding-left: 30px; font-size: 22px; line-height: 46px; color: #fff; font-weight: 600; background-color: #333; box-sizing: border-box;}
.news-title ul {overflow: hidden; display: flex;}
.news-title ul li {padding: 0 20px;}
.news-title ul li a {position: relative; display: block; font-size: 18px; text-align: center; line-height: 46px; letter-spacing: 2px; transition: all 0.4s; }
.news-title ul li a::before {content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color:#28418c; transform: translateX(-50%); transition: all 0.4s;}
.news-title ul li:nth-child(1) a {color: #28418c;}
.news-title ul li:nth-child(1) a::before {width: 100%;}
.news-title ul li a:hover {color: #28418c;}
.news-title ul li a:hover::before {width: 100%;}
	
.swiper3 {width: 46%; height: 437px; margin-left: 0; overflow: hidden;}
.news-scroll {display: block; position: relative; width: 100%;}
.news-scroll img {display:block; width: 100%; height: 437px;}
.news-scroll p {position: absolute; bottom: 0; z-index: 3; display: block; width: 100%; padding: 0 20px; line-height: 46px; color: #fff; font-size: 18px; letter-spacing: 2px; background-color:rgba(0,0,0,0.8); overflow: hidden; text-overflow:ellipsis; white-space: nowrap; box-sizing: border-box;}
	
.news-list {width:calc(54% - 40px);}
.news-list li {width: 100%; margin-top: 12px; overflow: hidden;}
.news-list li:nth-child(1) {padding-bottom: 20px; margin-top: 0; margin-bottom: 12px; border-bottom: 1px solid #dedede;}
.news-list li:nth-child(1) a {display: flex; justify-content: space-between; width: 100%;}
.news-list li:nth-child(1) a img {display: block; width: 300px; height: 200px;}
.news-list li:nth-child(1) a .news-list-content {position:relative; width:calc(98% - 300px);}
.news-list-content p:nth-child(1) {margin-bottom: 16px;font-size: 20px; color:#333; line-height: 22px; letter-spacing: 2px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news-list-content p:nth-child(2) {font-size: 18px; color: #616161; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden;}
.news-list-content p:nth-child(3) {position: absolute; bottom: 1px; font-size: 16px; color: #888; line-height: 36px; padding: 0 30px; border: 1px solid #ccc; box-sizing: border-box; transition: all 0.4s;}
    
.news-list li a:hover .news-list-content p:nth-child(1){ color:#1955a5;}
.news-list li a .news-list-content p:nth-child(3):hover {border: 1px solid #1955a5; border-radius: 18px; color: #1955a5;}
    
.news-list-title a {width: 100%; display: flex;}
.news-list-title a p:nth-child(1) {width:calc(100% - 60px); font-size: 20px; color: #212121; line-height: 24px; letter-spacing: 2px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.news-list-title a p:nth-child(2) {width: 60px; font-size: 16px; color: #a5a5a5; line-height: 24px; letter-spacing: 1px;}
.news-list-title a:hover p {color: #e60505;}

@media(max-width:1200px){.news{padding: 60px 2%;}}  
@media(max-width:980px){.news{padding: 60px 2% 40px;}.news-title ul li a {font-size: 24px;} .swiper3 {width: 100%;} .news-scroll p {font-size:24px; line-height:54px;} .news-list{width:100%; margin-top: 30px;} .news-list-content p:nth-child(1) {font-size:24px; line-height:26px;} .news-list-content p:nth-child(2) {font-size:22px; line-height:34px;} .news-list-content p:nth-child(3) {font-size:22px; line-height:44px;} .news-list-title a p:nth-child(1) {width:calc(100% - 80px);font-size:24px; line-height:26px;}.news-list-title a p:nth-child(2) {width: 80px; font-size:22px; line-height:26px;}}

/*首页荣誉*/
.honor {width: 100%;padding: 0 0 20px;}
.honor-title {width: 100%; margin-bottom: 30px;}
.honor-title p:nth-child(1) {font-family: koulen; font-size: 48px; line-height: 48px; color: #ccc; text-align: center; letter-spacing: 2px; opacity: .4;}
.honor-title p:nth-child(1) span {lletter-spacing: 0;}
.honor-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;}
.honor-title p:nth-child(2) span {lletter-spacing: 0;}

.swiper4{width: 100%; margin-bottom: 30px;}
.swiper4 .swiper-slide {height: 100%;}
.honor-scroll{position: relative; display: block; width: 100%; height: 100%; overflow: hidden;}
.honor-scroll-wrapper {display: block;width: 100%;}
.honor-scroll-content {position: absolute; left: 0; top: 0; z-index: 20; width: 100%; height: 100%; padding: 30px; background-color: #1955a5; box-sizing: border-box; transform: translateY(-101%); transition: 0.65s;}
.honor-scroll-content p:nth-child(1) {font-size: 24px; line-height: 38px; color: #fff; letter-spacing: 2px;}
.honor-scroll-content p:nth-child(2) {position: relative; z-index: 10; margin-left: -6px;font-size: 16px; line-height: 38px; color: #fff; letter-spacing: 1px;}
.honor-scroll-content img:nth-child(3) {display: block; width: 19px; margin-top: 20px;}
.honor-scroll-content p:nth-child(4) {position: absolute; bottom: 24px; font-size: 18px; line-height: 32px; color: #648cc8; letter-spacing: 1px;}
.honor-scroll .honor-scroll-picture {position: absolute; left: 0; top: 50%; z-index: 5; display: block; width: 100%; transform: translateY(-50%);}
.honor-scroll .honor-scroll-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(25,85,165,0.9); box-sizing: border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.honor-scroll:hover .honor-scroll-content{transform: translateY(0);}

/*首页联系*/
.contact{width: 100%; padding: 0 5%; box-sizing: border-box;}
.contact-title {width: 100%; margin-bottom: 30px;}
.contact-title p:nth-child(1) {font-family: koulen; font-size: 48px; line-height: 48px; color: #ccc; text-align: center; letter-spacing: 2px; opacity: .4;}
.contact-title p:nth-child(1) span {lletter-spacing: 0;}
.contact-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;}
.contact-title p:nth-child(2) span {lletter-spacing: 0;}
.contact-text{font-size: 24px;line-height: 32px;color: #333;text-align: center;margin: 30px 0;letter-spacing: 2px;}
.contact-button{display: block; position: relative; width: 180px; margin: 20px auto 30px; background-color: #1955a5;}
.contact-button::before {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #c32832; transition: all 0.3s;}
.contact-button p{position: relative; z-index: 10; width: 180px; padding: 10px 60px 10px 40px;  font-size: 18px; line-height: 30px; color: #fff; letter-spacing: 1px; box-sizing: border-box; background-image: url("../UploadFiles/bj/sygyjt.png"); background-size: 20px auto; background-repeat: no-repeat; background-position: 120px 20px;}
.contact-button:hover::before {width: 100%;}   

/*内页分栏*/
.column-main {display: flex; width: 90%;margin: 0 auto 20px;}
.column-sidebar {position: relative; z-index: 5; width: 250px; margin-right: 30px; margin-top:-165px; margin-bottom: 20px; }
.column-sidebar-title {width: 100%; height: 165px; padding: 40px 30px; background-image: url("../UploadFiles/bj/clbj.jpg"); background-size: 250px 165px; box-sizing: border-box;}
.column-sidebar-title p:nth-child(1) {margin-bottom:14px; font-size: 30px; color:#fff; line-height:30px; letter-spacing:10px;}
.column-sidebar-title p:nth-child(2) {font-size: 22px; color:#fff; line-height:22px; letter-spacing: 2px;}
    
.column-sidebar-list {width: 100%; margin: 0 auto; padding: 0 20px; border-bottom: 2px solid #1955a5; background-color: #fff; box-sizing: border-box;}
.column-sidebar-list li {width: 100%; border-bottom: 1px dashed #e1e1e1;}
.column-sidebar-list li:nth-last-child(1) {border-bottom:0;}
.column-sidebar-list li a {position: relative; width: 100%; display: block; font-size: 18px; line-height: 62px; color: #1a1a1a; padding: 0 20px; box-sizing: border-box;}
.column-sidebar-list li a::before {content: ""; position: absolute; top: 50%; right: 40px; width: 22px; height: 18px; background-image: url("../../UploadFiles/bj/cljt.png"); background-size: 22px 18px; transform: translateY(-50%); opacity: 0; transition: all 0.6s;}
.column-sidebar-list li a:hover {color: #1955a5;}
.column-sidebar-list li a:hover::before {right: 20px; opacity: 1;}
	
.column-content {position: relative; z-index: 5; width: calc(100% - 280px); margin-top:-60px; margin-bottom: 20px; padding: 10px 30px 20px; background-color: #fff; box-sizing: border-box;}
.column-content-title {position: relative; padding: 7px 0; border-bottom: 1px solid #e1e1e1; font-size:24px; line-height: 36px; font-weight: 600; color: #1955a5; box-sizing: border-box;}
.column-content-title span {float: right; padding-left: 24px; box-sizing: border-box; font-size: 14px; font-weight: lighter; color: #999; background-image: url(../../UploadFiles/bj/wzdh.png); background-size: 20px 30px; background-repeat: no-repeat; background-position: 0 2px;}
.column-content-title span a {color: #999;}
.column-content-box {width: 100%; padding-top: 20px;}
@media(max-width:1200px){.column-main{width: 98%;}}
@media(max-width:980px){.column-sidebar {width: 200px;} .column-sidebar-title p:nth-child(1) {letter-spacing: 4px;} .column-sidebar-list {padding: 0 10px;} .column-sidebar-list li a {padding: 0 10px; font-size: 24px;} .column-content {width: calc(100% - 230px);}}

/*关于我们*/
.column-about p {max-height: 9999px; font-size: 20px; line-height: 38px; letter-spacing: 1px; text-indent: 40px;}
.column-about table {width: 100%!important; border: 1px solid #666; border-collapse: collapse;}
.column-about table td {padding: 10px 5px; font-size: 18px; line-height: 32px; color: #333;box-sizing: border-box;}
.column-about #pageNext {margin: 20px 0;}
.column-about #pageNext table {border: 0; padding: 0;}
.column-about #pageNext table td {display: flex; justify-content: flex-end; padding: 0;}
.column-about #pageNext table td a:nth-child(1) {margin-left: 0;}
@media(max-width:980px){.column-about p {font-size: 24px; line-height: 42px;text-indent: 48px;} .column-about table td {font-size: 22px;}}

/*新闻列表*/
.column-news-list {width: 100%;}
.column-news-list li {width: 100%; margin-bottom: 20px;}
.column-news-list li a {display: block; width: 100%; border: 1px solid #e1e1e1; padding: 29px; box-sizing: border-box; transition: all 0.6s;}
.column-news-list li a p:nth-child(1) {position: relative; display: flex; justify-content: space-between; width: 100%; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; font-size: 18px; line-height: 38px; color: #212121;}
.column-news-list li a p:nth-child(1)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #1955a5; transition: all 0.6s;}
.column-news-list li a p:nth-child(1) span {font-size: 16px; color: #333; text-align: right;}
.column-news-list li a p:nth-child(2) {margin-top: 23px; font-size: 16px; line-height: 28px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;} 
.column-news-list li a:hover {box-shadow: 0 4px 6px rgba(0,0,0,0.2);}
.column-news-list li a:hover p:nth-child(1) {color: #1955a5;}
.column-news-list li a:hover p:nth-child(1) span {color: #1955a5;}
.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; letter-spacing: 2px;}}

/*新闻内页*/
.content-news-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.content-news .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.content-news #MyContent{margin: 30px 0;}
.content-news #MyContent p {max-height: 9999px; font-size: 18px; line-height: 34px; color: #424242; text-indent: 36px; letter-spacing: 1px;}
.content-news-nav {display: flex; justify-content: space-between; width: 100%;}
.content-news-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.content-news-nav li:nth-child(2) {text-align: right;}
.content-news-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.content-news-nav li a:hover {color: #1955a5;}
@media(max-width:980px){.content-news #MyContent p {font-size: 22px;line-height: 36px;color: #424242;text-indent: 44px;letter-spacing: 2px;}}

/*图片列表*/
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list li {width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px;}
.column-picture-list li:nth-child(3n) {margin-right: 0;}
.column-picture-list li a {position: relative; display: block; width: 100%; overflow: hidden;}

.column-picture-list-content {position: absolute; left: 0; right: 0; z-index: 20; width: 100%; height: 100%; padding: 30px; background-color: #1955a5; box-sizing: border-box; transform: translateY(-100%); transition: 0.65s;}
.column-picture-list-content p:nth-child(1) {font-size: 24px; line-height: 38px; color: #fff; letter-spacing: 2px;}
.column-picture-list-content p:nth-child(2) {position: relative; z-index: 10; margin-left: -6px;font-size: 16px; line-height: 38px; color: #fff; letter-spacing: 1px;}
.column-picture-list-content img:nth-child(3) {display: block; width: 19px; margin-top: 20px;}
.column-picture-list-content p:nth-child(4) {position: absolute; bottom: 24px; font-size: 18px; line-height: 32px; color: #648cc8; letter-spacing: 1px;}

.column-picture-list li a .column-picture-list-picture {display: block; width: 100%;}
.column-picture-list li a .column-picture-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(25,85,165,0.9); box-sizing: border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.column-picture-list li a:hover .column-picture-list-content{transform: translateY(0);}
@media(max-width:1440px){ .column-picture-list li {width: calc((100% - 30px) / 2);}.column-picture-list li:nth-child(3n) {margin-right: 30px;}.column-picture-list li:nth-child(2n) {margin-right: 0;}}

/*图片内页*/
.content-picture-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.content-picture .imglist img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.content-picture-introduction p {max-height: 9999px; margin-top: 20px; font-size: 18px; line-height: 32px; color: #424242; text-indent: 36px;}
.content-picture-nav {display: flex; justify-content: space-between; width: 100%;}
.content-picture-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.content-picture-nav li:nth-child(2) {text-align: right;}
.content-picture-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.content-picture-nav li a:hover {color: #1955a5;}


/*联系我们*/
.column-contact-title {margin-top: 20px; font-size: 32px; line-height: 52px; color:#212121; font-weight: 600; letter-spacing: 10px;}
.column-contact-title span {font-size: 18px; line-height: 46px; color: #666; font-weight: 500; letter-spacing:2px;}
.column-contact-list {display: flex; width: 100%; margin-top: 30px;}
.column-contact-list li {display: flex; width: 50%;}
.column-contact-list li img {display: block; width: 70px;height:70px}
.column-contact-list li p {padding-left: 20px; font-size: 22px; color: #444; line-height: 32px; letter-spacing: 1px; box-sizing: border-box;}
.column-contact-list li p span {font-size: 24px; color: #333; font-weight: 500; line-height: 38px;}
.column-contact-map {width: 100%; height: 400px; margin-top: 30px;}
#dituContent {width: 100%; height: 400px;}
@media(max-width:1400px){.column-contact-list {flex-wrap: wrap;} .column-contact-list li {width: 100%; margin-bottom: 20px;}}
@media(max-width:980px){.column-contact-map {height: 800px;} #dituContent{height: 800px;}}


/*文章分页样式*/
#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;}
