/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
html,body{min-width: 1200px;overflow-x: hidden;background-color: #f5f5f5;font-size:12px;font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;}
a{color:#4C4C4C;text-decoration:none;}
a:hover{color:#FF6E00;}
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;box-shadow: 0 2px 3px rgba(0,0,0,0.2);position: fixed;top: 0;left: 0;z-index: 1000;}
.top{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;}
.toplogo{width: 450px;display: block;}
.topdh{width: calc(100% - 450px);max-width: 840px;display: flex;padding-left: 40px;box-sizing: border-box;}
.topdh .topdhfm{flex-grow:1;position: relative;}
.topdh .topdhfm .topdhlm{display: block;width: 100%;font-size: 24px;line-height: 90px;text-align: center;color: #212121;position: relative;}
.topdh .topdhfm .topdhlm::before{content: "";position: absolute;opacity: 0;width: 0;height: 3px;background-color:#FF6E00;top: 0;left: 50%;transform: translateX(-50%);transition: all 0.6s;}
.topdh .topdhfm .topdhlm::after{content: "";position: absolute;opacity: 0;width: 6px;height: 4px;background-image: url("../UploadFiles/bj/dhjt.png");background-size: 6px 4px;bottom: 16px;left: 50%;transform: translateX(-50%);transition: all 0.6s;}
.topdh .topdhfm:nth-child(1) .topdhlm::after{display: none;}
.topdh .topdhfm:hover .topdhlm::before{width: 100%;opacity: 1;}
.topdh .topdhfm:hover .topdhlm::after{bottom: 8px;opacity: 1;}
.topdh .topdhfm:hover .topdhlm{color:#FF6E00;}
.topdhej{width: 160px;height: 0;overflow: hidden;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background-color: #f9f9f9;box-shadow: 0 2px 3px rgba(0,0,0,0.1);transition: height 0.4s ease 0.1s;}
.topdhej li{border-bottom: 1px solid #eee;}.topdhej li:nth-last-child(1){border-bottom: 0;}
.topdhej li a{display: block;text-align: center;font-size: 18px;line-height: 52px;color: #333;transition: all 0.6s;}
.topdh .topdhfm:hover .topdhej{border-bottom: 3px solid #FF6E00;}.topdh .topdhfm:hover .topdhejxh1{height: 105px;}.topdh .topdhfm:hover .topdhejxh2{height: 211px;}
.topdhej li a:hover{background-color:#FF6E00;color: #fff;}
@media(max-width:1200px){.top{width: 98%;}.topdh .topdhfm .topdhlm{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: 44px;}
.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  #FF6E00;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  #FF6E00;}
.next:hover{background: url("../UploadFiles/vbg02.png") no-repeat  #FF6E00;background-position: -58px 0;}

/*尾部通用*/
.dbbox{width: 100%;background-color: #1c1c1c;padding: 40px 0 0;}
.db{width: 90%;margin: 0 auto 10px;display: flex;flex-direction:row;align-items:stretch;}
.dbzx{width: 330px;float: left;}
.dbzx img:nth-child(1){width: 300px;margin-bottom: 10px;}
.dbzx p:nth-child(2){font-size: 16px;color: #ccc;line-height: 30px;letter-spacing: 1px;}
.dbdh{width: calc(100% - 730px);padding:0 2% 0 4%;box-sizing: border-box;display: flex;flex-direction:row;}
.dbdhlb{flex-grow:2;}
.dbdhlb li:nth-child(1){font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;margin-bottom: 10px;}
.dbdhlb li a{font-size: 16px;line-height: 34px;color: #bbb;}
.dbdhlb li a:hover{color: #fff;}
.dbdhlb:nth-child(2){flex-grow:3;}
.dblx{width: 400px;}
.dblx p:nth-child(1){font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;margin-bottom: 10px;}
.dblx p:nth-child(2),.dblx p:nth-child(3),.dblx p:nth-child(4){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;}.dblx p:nth-child(3){background-image: url("../UploadFiles/bj/dblxr.png");}.dblx p:nth-child(2){background-image: url("../UploadFiles/bj/dbdh.png");}.dblx p:nth-child(4){background-image: url("../UploadFiles/bj/dbdz.png");margin-bottom: 0;}

.dbzcbox{width: 100%;background-color: #141414;}
.dbzc{width: 90%;margin: 0 auto;overflow: hidden;padding: 6px 0;}
.dbzc p:nth-child(1),.dbzc p:nth-child(2){width: 50%;display: block;float: left;font-size: 16px;line-height: 24px;color: #e1e1e1;}
.dbzc p:nth-child(1) a{color: #e1e1e1;}
.dbfz{font-size: 16px;line-height: 30px;color: #e1e1e1;text-align: center;}
.dbfz a{color: #e1e1e1;}
.dbzc a:hover{color: #dc0000!important;}
@media(max-width:1440px){.dbdh{padding:0 1% 0 3%;}.dbdhlb:nth-last-child(1){display: none;}}
@media(max-width:1200px){.db{width: 98%;}.dbzc{width: 98%;}}
    
/*首页关于*/
.sygybox{width: 100%;padding: 60px 0;background-size: 310px 380px;background-repeat: no-repeat; background-position: 104% 60px;}
.sygy{width: 90%;margin: 0 auto;display: flex;}
.sygyl{width: 45%;padding-right: 0;box-sizing: border-box;position: relative;}
.sygyl::before{content: "";position: absolute;width: calc(100% - 20px);height: calc(100% - 20px);border: 2px solid #fff;box-sizing: border-box;top: 10px;left: 10px;}
.sygyl img{width: 100%;height: 440px;display: block;}
.sygyr{width: 55%;margin-left: 40px;box-sizing: border-box;}
.sygyr p:nth-child(1){font-family: Impact;font-size: 62px;line-height: 90px;color: #212121;letter-spacing: 2px;position: relative;}
.sygyr p:nth-child(1)::before{content: "";position: absolute;width: 120px;height: 2px;background-color: #333;top:0;left: 0;}
.sygyr p:nth-child(2){font-size: 28px;line-height: 48px;color: #FF6E00;font-weight: 600;letter-spacing: 2px;}
.sygyr p:nth-child(3){font-size: 22px;line-height: 36px;color: #333;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;margin: 30px 0 48px;letter-spacing: 1px;}
.sygyr p:nth-child(4){display: flex;}
.sygyr p:nth-child(4) a{width: 180px;display: block;margin-right: 20px;font-size: 18px;color: #333;line-height: 42px;border: 1px solid #ccc;box-sizing:border-box;text-align: center;overflow: hidden;position: relative;}
.sygyr p:nth-child(4) a span{position: relative;z-index: 10;}
.sygyr p:nth-child(4) a::before{position: absolute;content: '';left: -5%;top: 0;background: #FF6E00;width: 0;height: 52px;z-index: 0;-webkit-transition: 0.5s ease-out all;transition: 0.8s ease-out all;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);}
.sygyr p:nth-child(4) a:hover::before{width: 120%;}
.sygyr p:nth-child(4) a:hover{color: #fff;transition: 0.8s ease-out all;}
@media(max-width:1200px){.sygy{width: 98%;}}
@media(max-width:980px){.sygybox{background-position: 104% 75%;}.sygy{flex-wrap: wrap;}.sygyl{width: 100%;}.sygyr{width: 100%;margin-left: 0px;margin-top: 40px;}.sygyr p:nth-child(2){font-size: 32px;}.sygyr p:nth-child(3){font-size: 20px;-webkit-line-clamp: 6;}}

/*服务项目*/
.syfwbox{width: 100%;padding: 40px 0 0;background-image: url("../UploadFiles/bj/fwbj.jpg");background-size: 100% 300px;background-repeat: no-repeat;}
.syfw{width: 90%;margin: 0 auto;display:flex;flex-wrap: wrap;}
.syfwl{width:100%;}
.syfwl p:nth-child(1){font-size: 32px;color: #fff;line-height: 46px;letter-spacing: 4px;margin-bottom: 20px;position: relative;text-align: center;}
.syfwl p:nth-child(1)::before{content: "";position: absolute;width: 80px;height: 2px;background-color: #999;bottom: -10px;left: 50%;transform: translateX(-50%);}
.syfwl p:nth-child(2){font-family: Impact;font-size: 28px;line-height: 38px;letter-spacing: 6px;color: #052855;margin-bottom: 22px;text-align: center;}
.syfwr{width:100%;}
.syfwlm{width: 100%;height: 100%;display: flex;flex-wrap: wrap;}
.syfwlm li{width: calc((100% - 5px) / 6);border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;background-size: 100% 100%;background-position: 50% 50%;transition: all 0.6s;}
.syfwlm li:nth-child(6n){border-right: 0;}.syfwlm li:nth-child(7),.syfwlm li:nth-child(8),.syfwlm li:nth-child(9),.syfwlm li:nth-child(10),.syfwlm li:nth-child(11),.syfwlm li:nth-child(12){border-bottom: 0;}
.syfwlm li img{width: 66px;margin: 55px auto 0;transition: all 0.6s;}
.syfwlm li img:nth-child(2){display: block;}.syfwlm li img:nth-child(1){display: none;}
.syfwlm li p{font-size: 20px;line-height: 36px;color: #fff;letter-spacing: 2px;text-align: center;margin-top: 14px;margin-bottom: 50px;}
.syfwlm li:nth-child(1){background-image: url("../UploadFiles/bj/fw1.jpg");}
.syfwlm li:nth-child(2){background-image: url("../UploadFiles/bj/fw2.jpg");}
.syfwlm li:nth-child(3){background-image: url("../UploadFiles/bj/fw3.jpg");}
.syfwlm li:nth-child(4){background-image: url("../UploadFiles/bj/fw4.jpg");}
.syfwlm li:nth-child(5){background-image: url("../UploadFiles/bj/fw5.jpg");}
.syfwlm li:nth-child(6){background-image: url("../UploadFiles/bj/fw6.jpg");}
.syfwlm li:nth-child(7){background-image: url("../UploadFiles/bj/fw7.jpg");}
.syfwlm li:nth-child(8){background-image: url("../UploadFiles/bj/fw8.jpg");}
.syfwlm li:nth-child(9){background-image: url("../UploadFiles/bj/fw9.jpg");}
.syfwlm li:nth-child(10){background-image: url("../UploadFiles/bj/fw10.jpg");}
.syfwlm li:nth-child(11){background-image: url("../UploadFiles/bj/fw11.jpg");}
.syfwlm li:nth-child(12){background-image: url("../UploadFiles/bj/fw12.jpg");}
.syfwlm li:hover img:nth-child(1){display: none;}.syfwlm li:hover img:nth-child(2){display: block;}
.syfwlm li:hover p{color: #fff;}
@media(max-width:1200px){.syfw{width: 100%;}}
@media(max-width:980px){.syfw{flex-wrap: wrap;}.syfwl{width: 100%;}.syfwl p:nth-child(3){display: none;}.syfwl a:nth-child(4){display: none;}.syfwr{width: 100%;}.syfwlm li p{font-size: 24px;}}

/*新闻简介*/
.syxwbox{width: 100%;background-image: url("../UploadFiles/bj/xwbj.jpg");background-size: 578px 147px;background-position: 98% 0;background-repeat: no-repeat; margin: 60px 0;}
.syxwjj{width: 90%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.syxwbt{width: 100%;display: flex;justify-content: space-between;margin-bottom: 40px;}
.syxwbt p{width: 400px;display:flex;background-color: #FF6E00;height: 46px;}
.syxwbt p span:nth-child(1){display: block;width: 170px;font-size: 24px;line-height: 46px;color: #fff;text-align: center;font-weight: lighter;}
.syxwbt p span:nth-child(2){display: block;width: 230px;font-size: 22px;line-height: 46px;color: #fff;font-weight: 600;background-color: #333;padding-left: 30px;box-sizing: border-box;}
.syxwbt ul{overflow: hidden;display: flex;}
.syxwbt ul li{padding: 0 20px;}
.syxwbt ul li a{display: block;display: block;font-size: 18px;text-align: center;line-height: 46px;letter-spacing: 2px;transition: all 0.4s;position: relative;}
.syxwbt ul li a::before{content: "";position: absolute;width: 0;height: 2px;background-color:#FF6E00;bottom: 0;left: 50%;transform: translateX(-50%);transition: all 0.4s;}
.syxwbt ul li:nth-child(1) a{color: #FF6E00;}.syxwbt ul li:nth-child(1) a::before{width: 100%;}
.syxwbt ul li a:hover{color: #FF6E00;}.syxwbt ul li a:hover::before{width: 100%;}
	
.syxwl{width: 46%;height: 437px;overflow: hidden;}
.post-slide{width:100%;border: 0;}
.post-slide a{width: 100%;display: block;position: relative;}
.post-slide a img{width: 100%;height: 437px;display:block;}
.post-slide a p{position: absolute;bottom: 0;z-index: 3;background-color:rgba(0,0,0,0.8);display: block;width: 100%;line-height: 46px;color: #fff;font-size: 18px;letter-spacing: 2px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 0 20px;box-sizing: border-box;}
	
.syxwzx{    margin-left: 850px;width: calc(100% - 1000px);}
.syxwzx ul{width:100%;}
.syxwzx ul li{width: 100%;overflow: hidden;margin: 15px 0 0 0;}
.syxwzx ul li:nth-child(1){padding-bottom: 1px;margin-bottom: 12px;border-bottom: 1px solid #dedede;}
.syxwzx ul li:nth-child(1) a{width: 100%;display: flex;justify-content: space-between;}
.syxwzx ul li:nth-child(1) a img{width: 300px;height: 200px;display: block;}
.syxwzx ul li:nth-child(1) a .syxwnr{width:calc(100% - 100px);position:relative;height: 70px;}
.syxwnr p:nth-child(1){font-size: 24px;color:#666;line-height: 22px;letter-spacing: 2px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 5px;}
.syxwnr p:nth-child(2){    font-size: 18px;color: #616161;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.syxwnr p:nth-child(3){font-size: 16px;color: #888;line-height: 36px;position: absolute;bottom: 160px;padding: 0 30px;border: 1px solid #ccc;box-sizing: border-box;transition: all 0.4s;}
.syxwzx ul li a:hover .syxwnr p:nth-child(1){color:#FF6E00;}
.syxwzx ul li a .syxwnr p:nth-child(3):hover{border: 1px solid #FF6E00;border-radius: 18px;color: #FF6E00;}
.syxwlb a{width: 100%;display: flex;}
.syxwlb a p:nth-child(1){width:calc(100% - 60px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 24px;color: #212121;line-height: 34px;letter-spacing: 2px;}
.syxwlb a p:nth-child(2){width: 60px;font-size: 16px;color: #a5a5a5;line-height: 34px;letter-spacing: 1px;}
.syxwlb a:hover p{color:#FF6E00;}
@media(max-width:1200px){.syxwjj{width: 98%;}.dbzc{width: 98%;}}  
@media(max-width:980px){.syxwl{width: 100%;margin-bottom: 40px;}.syxwzx{width: 100%;}.post-slide a p{font-size: 24px;}.syxwnr p:nth-child(1){font-size: 24px;}.syxwnr p:nth-child(2){font-size: 22px;line-height: 36px;}.syxwlb a p:nth-child(1){font-size: 22px;}}
.syxwzxtupian{float: left;
    width: 632px;
    height: 422px;
    background-image: url("../UploadFiles/工程展示/（7）.jpg");
    margin-left: 91px;}



/*首页资质*/
.syalbox{width: 100%;padding: 24px 0;background-image: url("../UploadFiles/bj/albj.jpg");background-size: 100% 100%;}
.syal{width: 100%;margin: 0 auto;}
.syfdlb{width: 100%;margin: 0 auto;}
.syalbt{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;margin-bottom: 40px;}
.syalbt .syalbtz{font-size: 36px;line-height: 46px;color: #fff;display: flex;}
.syalbt .syalbtz .syalbte{font-size: 44px;font-family: Impact;color: #052855;line-height: 46px;}
.syalbt ul{width:720px;overflow: hidden;display: flex;}
.syalbt ul li a{display: block;width: 160px;margin-left: 20px;font-size: 18px;color: #fff;background-color:#ff6e00;text-align: center;line-height: 46px;letter-spacing: 2px;transition: all 0.4s;}
.syalbt ul li a:hover{border-radius: 23px;}

.swiper-slide a{width: 100%;display: block;position: relative;overflow: hidden;margin-bottom: 10px;}
.swiper-slide a img{width: 100%;display: block;transition: all 0.6s;}
.swiper-slide a .sytpbt{width: 100%;display: block;position: absolute;left: 0;bottom: -50px;padding: 0 10px;box-sizing: border-box;background-color: #ff6e00;transition: all 0.6s;}
.swiper-slide a .sytpbt p:nth-child(1){font-size: 18px;line-height: 42px;text-align: center;color: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.swiper-slide a .sytpbt p:nth-child(2){width: 140px;display: block;font-size: 16px;line-height: 36px;color: #fff;text-align: center;border-radius: 18px; margin: 3px auto 11px;border: 1px solid #fff;box-sizing: border-box;transition: all 0.6s;}
.swiper-slide a:hover img{transform: scale(1.1);}
.swiper-slide a:hover .sytpbt{bottom: 0;}
.swiper-slide a .sytpbt p:nth-child(2):hover{background-color: #fff;color: #FF6E00;}
@media(max-width:1200px){.syalbt{width: 98%;}.syalbt .syalbtz{font-size: 32px;}.syalbt .syalbtz .syalbte{font-size: 38px;}} 

/*工程*/
.syalbtazong {width:100%;margin-top: 30px;overflow: hidden;background-size: 100% 100%;}
.syalbtafen{width:90%;margin:0 auto;background-color: #FF6E00;overflow: hidden;background-size: 100% 100%}
.syalbta1{width: 24%;height: auto;float: left;margin: 0 0.5%;display: table-cell;}
.syalbta1 img{width: 100%;}
.syalbta1 p{font-weight: bold;color: #FFFFFF;font-size: 24px;text-align: center;margin-top: 5px;}
.syalbtawenzi{width:86%;height: 60px;margin:0 auto;background-color: #FF6E00;margin-top: 10px;}
.syalbtawenzi .syalbtawenzi1 {width:290px;height: 100%;float: left;margin-left: 160px;font-size: 25px;line-height: 51px;color:#FFFFFF;font-weight: 60;letter-spacing: 2px}
.syalbtawenzi .syalbtawenzi2 {width:264px;height: 100%;float: left;margin-left: 122px;font-size: 25px;line-height: 51px;color:#FFFFFF;font-weight: 60;letter-spacing: 2px}
.syalbtawenzi .syalbtawenzi3 {width:290px;height: 100%;float: left;margin-left: 122px;font-size: 25px;line-height: 51px;color:#FFFFFF;font-weight: 60;letter-spacing: 2px}
.syalbtawenzi .syalbtawenzi4 {width: 260px;height: 100%;float: left;margin-left: 122px;font-size: 25px;line-height: 51px;color: #FFFFFF;font-weight: 60;letter-spacing: 2px;}

/*首页联系*/
.sybt{width: 100%;margin: 40px 0;}
.sybt p:nth-child(1){font-size: 32px;line-height: 52px;color: #000;text-align: center;font-weight: lighter;}
.sybt p:nth-child(2){font-size: 24px;line-height: 22px;color: #FF6E00;text-align: center;font-weight: lighter;}
.sylxbox{width: 90%;margin: 0 auto;padding-bottom: 40px;}
.sylxnr{font-size: 24px;line-height: 32px;color: #333;text-align: center;margin: 30px 0;letter-spacing: 1px;}
.sylxbox a{width: 180px;display: block;margin: 40px auto 0;font-size: 18px;line-height: 42px;border: 1px solid #999;color: #333;text-align: center;position: relative;z-index: 4;transition: all 0.8s ease;overflow: hidden;}
.sylxbox a::before{position: absolute;content: '';left: -5%;top: 0;background: #FF6E00;width: 0;height: 100%;z-index: -1;-webkit-transition: 0.5s ease-out all;transition: 0.5s ease-out all;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);}
.sylxbox a:hover{color: #fff;}.sylxbox a:hover::before{width: 120%;}
@media(max-width:1200px){.sylxbox{width: 98%;}}

/*内页分栏*/
.nrfl{width: 90%;margin: 0 auto;margin-bottom: 20px;display: flex;}
.cl{width: 250px;;margin-right: 30px;margin-top:-165px;margin-bottom: 20px;position: relative;z-index: 5;}
.cltop{width: 100%;height: 165px;background-image:url("../UploadFiles/bj/clbj.jpg");background-size: 250px 165px;padding: 40px 30px;box-sizing: border-box;}
.cltop p:nth-child(1){font-size: 30px;color:#fff;letter-spacing:10px;line-height:30px;margin-bottom:14px;}
.cltop p:nth-child(2){font-size: 22px;letter-spacing: 2px;color:#fff;line-height:22px;}
    
.cldh{width: 100%;margin: 0 auto;background-color: #fff;padding: 0 20px;box-sizing: border-box;border-bottom: 2px solid #FF6E00;}
.cldh li{width: 100%;border-bottom: 1px dashed #e1e1e1;}
.cldh li:nth-last-child(1){border-bottom:0;}
.cldh li a{width: 100%;display: block;font-size: 18px;line-height: 62px;color: #1a1a1a;position: relative;padding: 0 20px;box-sizing: border-box;}
.cldh li a::before{content: "";position: absolute;width: 22px;height: 18px;background-image: url("../../UploadFiles/bj/cljt.png");background-size: 22px 18px;top: 50%;right: 40px;transform: translateY(-50%);opacity: 0;transition: all 0.6s;}
.cldh li a:hover{color: #FF6E00;}.cldh li a:hover::before{opacity: 1;right: 20px;}
	
.flnr{width: calc(100% - 280px);background-color: #fff;padding: 10px 30px 20px;box-sizing: border-box;margin-top:-60px;margin-bottom: 20px;position: relative;z-index: 5;}
.flrbt{font-size:24px;line-height: 36px;font-weight: 600;color: #FF6E00;padding: 7px 0;border-bottom: 1px solid #e1e1e1;box-sizing: border-box;position: relative;}
.flrbt span{padding-left: 24px;box-sizing: border-box;font-size: 14px;font-weight: lighter;color: #999;float: right;background-image: url("../UploadFiles/bj/wzdh.png");background-size: 20px 30px;background-repeat: no-repeat;background-position: 0 2px;}.flrbt span a{color: #999;}
.nynr{width: 100%;padding-top: 20px;}
@media(max-width:1200px){.nrfl{width: 98%;}}

/*文章分页样式*/
#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}