﻿/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{font-size:12px;font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;background-color: #f7f8f9;}
body{color:#4C4C4C;}
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; line-height:30px; color:#999; border:1px solid #ddd;}
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;}

/*头部通用*/
.topbox{width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;z-index: 200;box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
.tophybox{width: 100%;height: 40px;padding: 0 5%;border-bottom: 1px solid #e1e1e1;box-sizing: border-box;display: flex;justify-content: space-between;}
.tophy{display: flex;}
.tophy p{font-size: 16px;line-height: 39px;color: #999;letter-spacing: 1px;}
.tophy p span{font-weight: 600;color: #e62828;}
.toplx{display: flex;justify-content: flex-end;}
.toplx p{font-size: 18px;font-weight: 600;line-height: 39px;color: #e62828;padding-left: 26px;background-size: 20px 20px;background-repeat: no-repeat;background-position: 0 44%;}
/*.toplx p:nth-child(1){background-image: url("../UploadFiles/bj/topdh.png");padding-right: 14px;}*/
.toplx p:nth-child(1){background-image: url("../UploadFiles/bj/topsj.png");}
.top{width: 100%;padding: 0 5%;box-sizing: border-box;display: flex;justify-content: space-between;}
.toplogo{width: 325px;margin: 10px 0;display: block;}
.topdh{width: calc(100% - 460px);max-width: 800px;display: flex;}
.topdh li{width: calc(100% / 7);margin: 20px 0;height: 60px;overflow: hidden;position: relative;}
.topdh li::before{content: "";position: absolute;width: 6px;height: 3px;background-image: url("../UploadFiles/bj/topdhjt.png");bottom: -3px;left: 50%;transform: translateX(-50%);opacity: 0;transition: all 0.6s;}
.topdh li a{width: 100%;display: block;font-size: 18px;line-height: 60px;color: #212121;text-align: center;transition: all 0.4s;}  
.topdh li a span{font-weight: 600;color: #05419b;}
.topdh li:hover::before{bottom: 3px;opacity: 1;}
.topdh li:hover a{margin-top: -60px;}
.topzw{width: 100%;height: 140px;background-color: #fff;display: flex;justify-content: space-between;}
@media(max-width:1280px){.tophy p:nth-child(1){display: none;}}
@media(max-width:1200px){.tophybox{padding: 0 2%}.top{padding: 0 2%}}
@media(max-width:1080px){.toplogo{width: 325px;}.topdh{width: calc(100% - 400px);}}
@media(max-width:980px){.topbox{position: static;}.tophybox{height: 50px;border-bottom: 2px solid #e1e1e1;}.tophy{display: block;width: 100%;}.tophy p{font-size: 24px;line-height: 48px;text-align: center;letter-spacing: 2px;}.toplx{display: none;}.top{display: block;padding: 0;}.toplogo{width: 70%;margin: 0 auto;}.topdh{width: 100%;max-width: 1000px;border-top: 2px solid #e1e1e1;}.topdh li{margin: 0;height: 78px}.topdh li::before{display:none;}.topdh li a{font-size: 30px;line-height: 78px}.topdh li:hover a{margin-top: -78px;}.topzw{display: none;}}

/*banner*/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container {  position: relative;width: 100%; overflow:hidden;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; min-height: 460px;}
.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_nav{font-size: 0;width: 60px;height: 60px;opacity: 0.8;position: absolute;top: 50%;transform: translateY(-50%);z-index: 9; 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(5 65 155);background-position: -2px 0;}
.next:hover{background: url("../UploadFiles/vbg02.png") no-repeat rgb(5 65 155);background-position: -58px 0;}
@media(max-width:1020px){.slide_nav{width: 30px;height: 30px;background-size: 60px 30px;}.prev{left: 2%;background-position: -1px 0;}.next{right: 2%;background-position: -29px 0;}.prev:hover{background-size: 60px 30px;background-position: -1px 0;}.next:hover{background-size: 60px 30px;background-position: -29px 0;}}

/*尾部通用*/
.db{width: 100%;padding: 60px 5% 10px;box-sizing: border-box;background-color: #2d2d2d;}
.dblx{width: 100%;display: flex;justify-content: space-between;padding-bottom: 30px;border-bottom: 1px solid #666;margin-bottom: 30px;}
.dblogo{width: 420px;display: block;}
.dblxnr p:nth-child(1){font-size: 22px;line-height: 22px;text-align: right;color: #fff;margin-bottom:12px;letter-spacing: 4px;}
.dblxnr p:nth-child(2){font-size: 28px;line-height: 28px;font-weight: 600;letter-spacing: 2px;text-align: right;color: #fff;}
.dblxnr p span{letter-spacing: 0;}
.dbdh{width: 100%;display:flex;justify-content: space-between;margin-bottom: 20px;}
.dblb{width: calc(100% - 260px);max-width: 1200px;display: flex;justify-content: space-between;font-size: 18px;line-height: 46px;color: #e1e1e1;}
.dblb a{font-size: 18px;line-height: 46px;color: #e1e1e1;}
.dblb a:hover{color: #fff;}
.dbdhlx{width: 180px;display: block;font-size: 18px;line-height: 46px;text-align: center;color: #fff;background-color: #e62828;border-radius: 23px;transition: all 0.4s;}
.dbdhlx:hover{background-color: #fff;color:#e62828;font-weight: 600;}
.dbzc{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.dbzc p{font-size: 16px;line-height: 30px;color: #bbb;}
.dbzc p:nth-child(2) a img{display: block;float: right;margin-top: 6px;}
.dbzc p:nth-child(3){width: 100%;text-align: center;}
.dbzc p:nth-child(3) a{color: #bbb;}
.dbzc p a:hover{color: #fff;}
@media(max-width:1200px){.db{padding: 60px 2% 10px;}}
@media(max-width:980px){.dblb{font-size: 24px;}.dblb a{font-size: 24px;}.dbdhlx{font-size: 24px;}.dbzc p{font-size: 18px;}.dbzc p:nth-child(2){width: 50%;}.dbzc p:nth-child(2) a img{width: 86%;}}

/*首页标题*/
.sybt{width: 100%;margin-bottom: 40px;}
.sybt p:nth-child(1){font-size: 36px;line-height: 36px;margin-bottom: 30px;color: #212121;text-align: center;position: relative;letter-spacing: 4px;}
.sybt p:nth-child(1) span{letter-spacing: 0;}
.sybt p:nth-child(1)::before{content: "";position: absolute;width: 60px;height: 3px;background-color: #05419b;left: 50%;bottom: -17px;transform: translateX(-50%);}
.sybt p:nth-child(2){font-size: 18px;line-height: 18px;color: #888;letter-spacing: 1px;text-align: center;max-height: 999px;}
.sybt p:nth-child(2) span{letter-spacing: 0;}
@media(max-width:980px){.sybt p:nth-child(1){font-size: 42px;line-height: 42px;}.sybt p:nth-child(2){font-size: 24px;line-height: 24px;}}

/*首页产品*/
.sycpbox{width: 100%;padding: 60px 5%;box-sizing: border-box;}
.sycp{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.syflcp{width: 320px;background-color: #fff;}
.syflcpbt{width: 100%;padding: 30px 26px;box-sizing: border-box;background-color: #05419b;}
.syflcpbt p:nth-child(1){font-size: 32px;line-height: 32px;color: #fff;letter-spacing: 3px;margin-bottom: 16px;}
.syflcpbt p:nth-child(2){font-size: 34px;line-height: 34px;color: #fff;letter-spacing: 2px;margin-bottom: 39px;position: relative;}
.syflcpbt p:nth-child(2)::before{content: "";position: absolute;width: 60px;height: 1px;background-color: #fff;bottom: -19px;left: 0;}
.syflcpbt p:nth-child(3){font-size: 16px;line-height: 16px;color: #fff;letter-spacing: 1px;}
.syflcpfl{width: 100%;border-left: 1px solid #eee;border-right: 1px solid #eee;padding: 0 20px;box-sizing: border-box;}
.syflcpfl li{width: 100%;border-bottom: 1px dashed #eee;}.syflcpfl li:nth-last-child(1){border-bottom: 0;}
.syflcpfl li a{width: 100%;display: block;font-size: 18px;line-height: 62px;color: #212121;padding: 0 20px;box-sizing: border-box;position:relative;}
.syflcpfl li a::before{content: "";position: absolute;width: 22px;height: 20px;background-image: url("../../UploadFiles/bj/nycljt.png");background-size: 54px 20px;background-repeat: no-repeat;background-position: 100% 0;top: 50%;right: 20px;transform: translateY(-50%);transition: all 0.4s;}
.syflcpfl li a:hover{color:#05419b;}.syflcpfl li a:hover::before{background-position: 0 0;}
.syfllx{width: 100%;background-color:#05419b;padding:31px 26px 28px;box-sizing: border-box;}
.syfllx p:nth-child(1){font-size: 24px;color: #fff;line-height: 24px;margin-bottom: 16px;letter-spacing: 1px;}
.syfllx p:nth-child(1) span{letter-spacing: 0;}
.syfllx p:nth-child(2){font-size: 30px;line-height: 32px;color: #fff;font-weight: 600;letter-spacing: 1px;padding-left: 48px;box-sizing: border-box;background-image: url("../../UploadFiles/bj/nycldh.png");background-size: 42px 32px;background-repeat: no-repeat;background-position: 0 0;}

.sycpr{width: calc(100% - 350px);overflow: hidden;}
.sycplb{width: 2336px;height: 800px;display: flex;flex-wrap: wrap;}
.sycplb a{width: 267px;display: block;margin-right: 25px;margin-bottom: 25px;}
.sycplbtpbox{width: 100%;overflow: hidden;position: relative;}
.sycplbtpbox::before,.sycplbtpbox::after{content: "";position: absolute;}
.sycplbtpbox::before{width: 60px;height: 60px;background-color: rgba(0,0,0,0.4);left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.sycplbtpbox::after{width: 60px;height: 60px;background-image: url("../../UploadFiles/bj/nytplj.png");background-size: 60px 60px;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.sycplbtpbox img{width: 100%;display: block;}
.sycplb a p{width: 100%;display: block;font-size: 18px;line-height: 50px;color: #333;text-align: center;background-color: #f7f7f7;}
.sycplb a:hover .sycplbtpbox::before{width: 100%;height: 100%;opacity: 1;}
.sycplb a:hover .sycplbtpbox::after{opacity: 1;}
.sycplb a:hover p{color:#05419b;}
@media(max-width:1280px){.sycpbox{padding: 60px 2%;}}
@media(max-width:980px){.syflcp{width: 270px;height: 758px;}.syflcpbt p:nth-child(2){margin-bottom: 20px;}.syflcpbt p:nth-child(3){display: none;}.syfllx p:nth-child(2){background-image: none;padding-left: 0;}.syflcpfl li a{font-size: 29px;}.sycpr{width:calc(100% - 300px);}}


/*首页关于*/
.sygybox{width: 100%;background:url("../UploadFiles/bj/sygybj.jpg") no-repeat;background-size: 100% 100%;padding: 60px 0% 0;box-sizing: border-box;margin-bottom: 60px;}
.sygy{width: 100%;padding:  0 10%;box-sizing: border-box;display: flex;position: relative;}
.sygy::before,.sygy::after{content: "";position: absolute;height: 120px;background-color: #fff;bottom: 0;}
.sygy::before{width: calc(90% - 460px);left: 0;}.sygy::after{width: 10%;right: 0;}
.sygynr{width:calc(100% - 460px);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);position: relative;z-index: 10;padding:60px 40px 40px;box-sizing: border-box;}
.sygynr p:nth-child(1){font-size: 24px;line-height: 24px;color: #212121;font-weight: 600;letter-spacing: 2px;margin-bottom: 40px;text-align: center;}
.sygynr p:nth-child(1) span{letter-spacing: 0;}
.sygynr p:nth-child(2){display: table;padding: 0 30px;box-sizing: border-box;font-size: 18px;line-height: 36px;color: #fff;background-color: #05419b;margin: 0 auto 40px;}
.sygynr p:nth-child(3){font-size: 18px;line-height: 32px;color: #333;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;max-height: 999px;}
.sygynr p:nth-child(4){display: flex;margin-top: 56px;}
.sygynr p:nth-child(4) a{font-size: 18px;line-height: 46px;color: #fff;padding: 0 40px;box-sizing: border-box;display: block;background-color:#05419b;margin-right: 20px;}
.sygytp{width: 460px;background-color: rgb(0,0,0,0.6);box-shadow: 0 0 10px rgba(0,0,0,0.2);position: relative;z-index: 10;padding: 40px;box-sizing: border-box;}
.sygytp img{width: 100%;display: block;}
.sygylx{width: 100%;background-color: #e62828;padding: 20px;box-sizing: border-box;margin-top: 40px;}
.sygylx p{font-size: 18px;line-height: 30px;color: #fff;text-align: center;letter-spacing: 2px;}
@media(max-width:1440px){.sygy{padding:  0 5%;}.sygy::before{width: calc(95% - 460px);}.sygy::after{width: 5%;}}
@media(max-width:1280px){.sygynr p:nth-child(2){display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;max-height: 999px;}}
@media(max-width:1200px){.sygy{padding:  0 2%;}.sygy::before{width: calc(92% - 460px);}.sygy::after{width: 2%;}.sygynr p:nth-child(4) a{padding: 0 20px;}}
@media(max-width:980px){.sygynr p:nth-child(1){font-size: 30px;line-height: 30px;margin-bottom: 30px;}.sygynr p:nth-child(2){font-size: 24px;line-height: 48px; margin: 0px auto 30px;}.sygynr p:nth-child(3){font-size: 26px;line-height: 37px;}.sygynr p:nth-child(4){margin-top: 30px;}.sygylx p{font-size: 22px;}}

/*首页优势*/
.syysbox{width: 90%;padding: 40px 0;margin: 0 auto;}
.syyslb{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: stretch; margin-top: 20px;}
.syysnr{width: calc((100% - 100px) / 6);background-color: #fff;overflow: hidden;border-top-right-radius: 40px;border: 1px solid #efefef;box-shadow: 0px 2px 10px rgba(0,0,0,.06);padding: 40px 25px 30px;box-sizing: border-box;position: relative;}
.syysnr::before{position: absolute;content: "";width: 100%;height: 0;background-color: #05419b;left: 0;bottom: 0;transition: all 0.4s;}
.syysnr img{width: 60px;position: relative;transition: all 0.6s;}.syysnr img:nth-child(1){display: block;}.syysnr img:nth-child(2){display: none;}
.syysnr p:nth-child(3){margin-top: 40px;font-size: 24px;line-height: 50px;color: #333;letter-spacing: 1px;position: relative;transition: all 0.6s;}
.syysnr p:nth-child(4){font-size: 16px;line-height: 26px;color: #666;text-align: justify;margin-top: 30px;position: relative;transition: all 0.6s;position: relative;transition: all 0.6s;}
.syysnr p:nth-child(4)::before{content: "";position: absolute;width: 40px;height: 2px;background-color: #05419b;top:-14px;left: 0;z-index: 10;transition: all 0.6s;}
.syysnr:hover::before{height: 100%;}
.syysnr:hover img:nth-child(1){display: none;}.syysnr:hover img:nth-child(2){display: block;left: 50%;transform: translateX(-50%);}
.syysnr:hover p{text-align: center;color: #fff;}.syysnr:hover p:nth-child(4)::before{left: 50%;transform: translateX(-50%);background-color: #fff;}
@media(max-width:1200px){.syysbox{width: 96%;}}
@media(max-width:1060px){.syyslb{flex-wrap: wrap;}.syysnr{width: calc((100% - 40px) / 3);margin-bottom: 20px;padding: 30px 20px 20px;}.syysnr p:nth-child(3){margin-top: 10px;}}
@media(max-width:980px){.syysnr p:nth-child(4){font-size: 22px;line-height: 30px;}}

/*首页环境*/
.syhjbox{width: 100%;display: block;padding: 60px 5%;box-sizing: border-box;background-image: url("../UploadFiles/bj/syhjbj.jpg");background-size: 100% 100%;}
.syhjlb a{width: 100%;display: block}
.sytplbtpbox{width: 100%;overflow: hidden;position: relative;}
.sytplbtpbox::before,.sytplbtpbox::after{content: "";position: absolute;}
.sytplbtpbox::before{width: 60px;height: 60px;background-color: rgba(0,0,0,0.4);left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.sytplbtpbox::after{width: 60px;height: 60px;background-image: url("../../UploadFiles/bj/nytplj.png");background-size: 60px 60px;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.sytplbtpbox img{width: 100%;display: block;}
.syhjlb a p{width: 100%;display: block;font-size: 18px;line-height: 48px;color: #333;text-align: center;background-color: #fff;}
.syhjlb a:hover .sytplbtpbox::before{width: 100%;height: 100%;opacity: 1;}
.syhjlb a:hover .sytplbtpbox::after{opacity: 1;}
.syhjlb a:hover p{color:#05419b;}
@media(max-width:980px){.syhjlb a p{font-size: 25px;}}

/*首页新闻*/
.syxwbox{width: 100%;padding: 60px 5% 40px;box-sizing: border-box;}
.syxwlb{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.syxwlb li{width: calc((100% - 60px) / 3);padding-top: 16px;margin-bottom: 30px;}
.syxwnr{width: 100%;display: block;background-color: #f3f3f3;padding: 0 30px 30px;box-sizing: border-box;transition: all 0.4s;}
.syxwbt{width: 100%;display: flex;margin-bottom: 20px;}
.syxwxh{width: 110px;height: 110px;border-radius: 6px;background-color: #05419b;padding:18px 15px;box-sizing: border-box;margin-top: -16px;transition: all 0.4s;}
.syxwxh p:nth-child(1){font-size: 52px;font-weight: 600;line-height: 74px;text-align: center;color: #fff;letter-spacing: 6px;}
.syxwxh p:nth-child(1) span{letter-spacing: 0;}
.syxwbtnr{width: calc(100% - 110px);font-size: 18px;color: #333;line-height: 24px;letter-spacing: 1px;padding:35px 0 35px 30px;box-sizing: border-box;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;transition: all 0.4s;max-height: 999px;}
.syxwbtnr::before{content: "";position: absolute;width: 16px;height: 29px;top: 20px;right: 0;background-image:url("../UploadFiles/bj/syxwjt.png");opacity: 0;transition: all 0.4s;}
.syxwjj{font-size: 18px;line-height: 30px;letter-spacing: 1px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-height: 999px;}
.syxwnr:hover{background-color: #05419b;}.syxwnr:hover .syxwbt .syxwxh{background-color: #e62828;}.syxwnr:hover .syxwbt .syxwbtnr{color: #fff;padding:55px 0 15px 30px;}.syxwnr:hover .syxwbt .syxwbtnr::before{opacity: 1;}
.syxwnr:hover .syxwjj{color: #fff;}
@media(max-width:1200px){.syxwbox{padding: 60px 2% 40px;}.syxwlb li{width: calc((100% - 40px) / 3);padding-top: 16px;margin-bottom: 20px;}}
@media(max-width:980px){.syxwlb li{width: calc((100% - 30px) / 2);margin-bottom: 30px;}.syxwbtnr{font-size: 28px;line-height: 28px;padding:33px 0 33px 30px;}.syxwnr:hover .syxwbt .syxwbtnr{padding:51px 0 15px 30px;}.syxwjj{font-size: 24px;line-height: 36px;}}


/*内页布局*/
.nybj{width: 90%;margin: 0 auto 30px;display: flex;justify-content: space-between;}
.nybjl{width: 320px;height: 793px;background-color: #fff;position: relative;margin-top: -197px;z-index: 100;}
.nybjlbt{width: 100%;padding: 30px 26px;box-sizing: border-box;background-color: #05419b;}
.nybjlbt p:nth-child(1){font-size: 32px;line-height: 32px;color: #fff;letter-spacing: 3px;margin-bottom: 16px;}
.nybjlbt p:nth-child(2){font-size: 34px;line-height: 34px;color: #fff;letter-spacing: 2px;margin-bottom: 39px;position: relative;}
.nybjlbt p:nth-child(2)::before{content: "";position: absolute;width: 60px;height: 1px;background-color: #fff;bottom: -19px;left: 0;}
.nybjlbt p:nth-child(3){font-size: 16px;line-height: 16px;color: #fff;letter-spacing: 1px;}
.nybjlcplb{width: 100%;border-left: 1px solid #eee;border-right: 1px solid #eee;padding: 0 20px;box-sizing: border-box;}
.nybjlcplb li{width: 100%;border-bottom: 1px dashed #eee;}.nybjlcplb li:nth-last-child(1){border-bottom: 0;}
.nybjlcplb li a{width: 100%;display: block;font-size: 18px;line-height: 62px;color: #212121;padding: 0 20px;box-sizing: border-box;position:relative;}
.nybjlcplb li a::before{content: "";position: absolute;width: 22px;height: 20px;background-image: url("../../UploadFiles/bj/nycljt.png");background-size: 54px 20px;background-repeat: no-repeat;background-position: 100% 0;top: 50%;right: 20px;transform: translateY(-50%);transition: all 0.4s;}
.nybjlcplb li a:hover{color:#05419b;}.nybjlcplb li a:hover::before{background-position: 0 0;}
.nybjllx{width: 100%;background-color:#05419b;padding:26px;box-sizing: border-box;}
.nybjllx p:nth-child(1){font-size: 24px;color: #fff;line-height: 24px;margin-bottom: 16px;letter-spacing: 1px;}
.nybjllx p:nth-child(1) span{letter-spacing: 0;}
.nybjllx p:nth-child(2){font-size: 30px;line-height: 32px;color: #fff;font-weight: 600;letter-spacing: 1px;padding-left: 48px;box-sizing: border-box;background-image: url("../../UploadFiles/bj/nycldh.png");background-size: 42px 32px;;background-repeat: no-repeat;background-position: 0 0;}
.nybjr{width:calc(100% - 350px);background-color: #fff;padding: 8px 20px 20px;box-sizing:border-box;position: relative;margin-top: -60px;z-index: 100;}
.nybjrbt{width: 100%;display: flex;justify-content: space-between;border-bottom: 1px solid #eee;}
.nybjrbt p:nth-child(1){font-size: 24px;line-height: 52px;color: #212121;font-weight: 600;letter-spacing: 2px;padding-left: 14px;position: relative;}
.nybjrbt p:nth-child(1)::before{content: "";position: absolute;width: 4px;height: 22px;background-color: #05419b;left: 0;top: 50%;transform: translateY(-50%);}
.nybjrbt p:nth-child(2){font-size: 16px;line-height: 52px;color: #999;}.nybjrbt p:nth-child(2) a{font-size: 16px;line-height: 52px;color: #999;}
.nybjrnr{width: 100%;margin-top: 30px;}
@media(max-width:1200px){.nybj{width: 96%;}}
@media(max-width:1100px){.nybjrbt p:nth-child(2){display: none;}}
@media(max-width:980px){.nybjl{width: 270px;height: 758px;margin-top: -162px;}.nybjlbt p:nth-child(2){margin-bottom: 20px;}.nybjlbt p:nth-child(3){display: none;}.nybjllx p:nth-child(2){background-image: none;padding-left: 0;}.nybjlcplb li a{font-size: 29px;}.nybjr{width:calc(100% - 300px);}.nybjrbt p:nth-child(1){font-size: 29px;}.nybjrbt p:nth-child(1)::before{height: 26px;}}

/*关于我们*/
.nybjrgy p{font-size: 18px;line-height: 36px;text-indent:36px;color: #333;max-height: 999px;}
@media(max-width:980px){.nybjrgy p{font-size: 29px;line-height: 48px;text-indent:58px;}}

/*内页图片*/
.nytplb{width: 100%;display: flex;flex-wrap: wrap;}
.nytplb li{width: calc((100% - 60px) / 4);margin-bottom: 20px;margin-right: 20px;}
.nytplb li:nth-child(4n){margin-right: 0;}
.nytplb li a{width: 100%;display: block}
.nytplbtpbox{width: 100%;overflow: hidden;position: relative;}
.nytplbtpbox::before,.nytplbtpbox::after{content: "";position: absolute;}
.nytplbtpbox::before{width: 60px;height: 60px;background-color: rgba(0,0,0,0.4);left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.nytplbtpbox::after{width: 60px;height: 60px;background-image: url("../../UploadFiles/bj/nytplj.png");background-size: 60px 60px;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all 0.4s;}
.nytplbtpbox img{width: 100%;display: block;}
.nytplb li a p{width: 100%;display: block;font-size: 18px;line-height: 48px;color: #333;text-align: center;background-color: #f5f5f5;}
.nytplb li a:hover .nytplbtpbox::before{width: 100%;height: 100%;opacity: 1;}
.nytplb li a:hover .nytplbtpbox::after{opacity: 1;}
.nytplb li a:hover p{color:#05419b;}
@media(max-width:1440px){.nytplb li{width: calc((100% - 40px) / 3);}.nytplb li:nth-child(4n){margin-right: 20px;}.nytplb li:nth-child(3n){margin-right: 0;}}

/*新闻动态*/
.nyxwlb{width: 100%;}
.nyxwlb li{width: 100%;margin-bottom: 30px;}
.nyxwlb li a{width: 100%;display: flex;flex-wrap: wrap;justify-content:space-between;padding: 24px;border: 1px solid #eee;box-sizing: border-box;transition: all 0.4s}
.nyxwlb li a p:nth-child(1){font-size:18px;line-height: 36px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;max-height: 999px;}
.nyxwlb li a p:nth-child(2){width: 130px;font-size:18px;line-height: 36px;color: #333;}
.nyxwlb li a p:nth-child(3){width: 100%;padding-top: 16px;margin-top: 16px;border-top: 1px solid #eee;font-size: 16px;line-height: 30px;color: #333; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;letter-spacing: 1px;max-height: 999px;}
.nyxwlb li a:hover{box-shadow:  0 0 8px rgba(0,0,0,0.2);}
.nyxwlb li a:hover p:nth-child(1){color: #05419b;}
.nyxwlb li a p:nth-child(2):hover{color: #05419b;}
@media(max-width:980px){.nyxwlb li a p:nth-child(1){font-size: 28px;}.nyxwlb li a p:nth-child(2){display: none;}.nyxwlb li a p:nth-child(3){font-size: 24px;}}

.nyxwnynr .imglist img{width: 100%;display: block;max-width: 600px;}
.nyxwnybt{font-size: 26px;color: #424242;line-height: 50px;font-weight: 600; text-align: center;margin-bottom: 30px;}
.nyxwnynr{width: 100%;margin: 0 auto;}
.nyxwnynr #MyContent{font-size: 18px;line-height: 32px;text-indent: 36px;max-height: 9999px;}
.nyxwnynr #MyContent p{font-size: 18px;line-height: 32px;text-indent: 36px;max-height: 9999px;}
.nyxwnynr img{display: block;margin: 0 auto;}
.nph_tj ul{width: 100%;overflow: hidden;padding: 0 20px;box-sizing: border-box;}
.nph_tj ul li{width: 50%;float: left;font-size: 16px;margin-top: 20px;}
.nph_tj ul li:nth-child(2){text-align: right;}
#MyContent p img{width: 100%;display: block;max-width: 600px;margin: 0 auto;}
@media(max-width:980px){.nyxwnybt{font-size: 30px;}.nyxwnynr #MyContent p{font-size: 26px;line-height: 40px;text-indent: 52px;}.nph_tj ul li{width: 100%;float: none;font-size: 24px;}.nph_tj ul li:nth-child(2){text-align: left;}}


/*联系我们*/
.nybjrlx{padding: 0 60px;box-sizing: border-box;}
.nybjrlx>p:nth-child(1){font-size: 28px;font-weight: 600;color: #212121;letter-spacing: 2px;line-height: 72px;}
.list-paddingleft-2{width: 100%;display: flex;}
.list-paddingleft-2 li{width: 50%;}
.list-paddingleft-2 li p{font-size: 18px;line-height: 36px;color: #333;letter-spacing: 1px;max-height: 999px;}
.nybjrlxdt{width: 100%;height: 300px;margin-top: 30px;}#dituContent{height: 100%;width: 100%;}
@media(max-width:1580px){.nybjrlx{padding: 0 20px;}.list-paddingleft-2 li:nth-child(1){width: 60%;}.list-paddingleft-2 li:nth-child(2){width: 40%;}}
@media(max-width:1360px){.nybjrlx{padding: 0 60px;}.list-paddingleft-2{flex-wrap: wrap;}.list-paddingleft-2 li{width: 100%!important;}}
@media(max-width:980px){.nybjrlx{padding: 0;}.nybjrlx>p:nth-child(1){font-size: 32px;}.list-paddingleft-2 li p{font-size: 29px;line-height: 52px;}}

/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist{margin:0 auto;width:990px;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:40px;padding-bottom:40px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {height:112px;background:#FFF;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;width: 790px;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {width:708px;position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;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{margin:0 auto;width:90%;}
.imggrouplist li{width:150px;float:left;margin:2px;border:1px #f1f1f1 solid;background:#FFFFFF;padding:5px;text-align:center}
.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}