﻿/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{min-width: 365px;font-size:12px;font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;background-color: #f2f4f6;}
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;}


/*头部通用*/
.top{width: 100%;display: flex;justify-content: space-between;box-shadow: 0 2px 3px rgba(0,0,0,0.2);background-color: #fff;position: fixed;top: 0;left: 0;z-index: 100;}
.toplogo{padding: 5px 3%;box-sizing: border-box;}
.toplogo img{width: 450px;display: block;}
.topdh{width: calc(88% - 780px);padding-right: 2%;box-sizing: border-box;display: flex;justify-content: space-around;}
.topdh li{padding: 0 2%;box-sizing:border-box;height: 100px;overflow: hidden;position: relative;}
.topdh li::before{content: "";position: absolute;height: 2px;width: 0;background-color: #1161c0;bottom: 0;left: 50%;transform: translateX(-50%);transition: all 0.4s;}
.topdh li a{font-size: 18px;line-height: 100px;color: #212121;display: block;margin-top: 0;transition: all 0.4s;}
.topdh li a span{font-weight: 600;color: #1161c0;}
.topdh li:hover::before{width: 100%;}
.topdh li a:hover{margin-top: -100px;}
.toplx{padding: 5px 3%;box-sizing: border-box;background-color: #1161c0;}
.toplx img{width: 330px;display: block;}
.topkb{width: 100%;height: 100px;background-color: #fff;}
@media(max-width:1600px){.toplogo{padding: 5px 1%;}.toplx{padding: 5px 1%;}.topdh{width: calc(96% - 780px);padding-right: 1%;}.topdh li{padding: 0 2%;}}
@media(max-width:1360px){.topdh{width: calc(98% - 500px);padding-right:0;}.toplx{display: none;}}
@media(max-width:1020px){.top{flex-wrap: wrap;position: static;}.toplogo{width: 100%;padding: 0;}.toplogo img{margin: 0 auto;}.topdh{width: 100%;border-top: 1px solid #eee;}.topdh li{height: 60px;} .topdh li a{line-height: 60px;}.topdh li a:hover{margin-top: -60px;}.topkb{display: none;}}
@media(max-width:540px){.toplogo img{width: 86%;}.topdh li{padding: 0;}.topdh{flex-wrap: wrap;justify-content: space-between;}.topdh li{height: 40px;text-align: center;}.topdh li a{font-size: 16px;line-height: 40px;}.topdh li a:hover{margin-top: -40px;}}


/*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: 200px;}
.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(15 100 70);background-position: -2px 0;}
.next:hover{background: url("../UploadFiles/vbg02.png") no-repeat rgb(15 100 70);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;}}

/*底部通用*/
.dbbox{width: 100%;background-image: url("../UploadFiles/bj/dbbj.jpg");background-size: 100% 100%;}
.db{width: 90%;margin: 0 auto;padding: 20px 0 2px;}
.dbbh{padding: 0 5%;font-size: 14px;line-height: 60px;color: #666;text-align: center;border-bottom: 1px solid #404040;display: flex;justify-content: space-around;}
.dbbh a{font-size: 18px;line-height: 60px;color: #fff;letter-spacing: 1px;}
.dbbh a:hover{color: #f56905;font-weight: 600;}
.dblx{width: 100%;margin: 40px 0;background-color: #1a1a1a;padding: 40px 0 40px;box-sizing: border-box;overflow: hidden;display: flex;justify-content: space-around;}
.dblx li{display: flex;}
.dblx li .dblxtb{width: 50px;height: 50px;display: block;}
.dblxnr{margin-left: 25px;border-left: 1px solid #910101;padding-left: 24px;}
.dblxnr p:nth-child(1){font-size: 16px;line-height: 16px;color: #fff;font-weight: 600;margin-bottom: 12px;}
.dblxnr p:nth-child(2){font-size: 22px;line-height: 22px;color: #fff;letter-spacing: 1px;}
.dbzc{width: 90%;margin: 0 auto;border-top: 1px solid #666;padding: 10px 0 0;overflow: hidden;display: flex;justify-content: space-between;}
.dbzc p:nth-child(1),.dbzc p:nth-child(2){font-size: 16px;line-height: 24px;color: #e1e1e1;}
.dbzc p:nth-child(2){text-align: right;}
.dbzc p:nth-child(1) a,.dbzc p:nth-child(2) a{color: #e1e1e1;}
.dbzc p a:hover{color: #1455aa;}
@media(max-width:1200px){.db{width: 96%;}.dbzc{width: 96%;}.dblx{flex-wrap: wrap;}.dblx li:nth-last-child(1){width: 100%;padding-top: 40px;justify-content: center;}}
@media(max-width:780px){.dbzc{flex-wrap: wrap}.dbzc p{width: 100%;text-align: center;}.dbzc p:nth-child(2) a img{margin: 4px auto 0!important;}}
@media(max-width:680px){.dbbh{padding: 0;}.dblxnr p:nth-child(1){margin-bottom: 14px;}.dblxnr p:nth-child(2){font-size: 18px;line-height: 18px;letter-spacing: 0px;}}
@media(max-width:560px){.dblx{margin: 20px 0;padding: 30px 0;}.dbbh a:nth-child(1),.dbbh a:nth-child(9),.dbbh a:nth-child(11){display: none;}.dbbh span:nth-child(2),.dbbh span:nth-child(8),.dbbh span:nth-child(10){display: none;}.dblx li{width: 100%;padding: 30px 30px 0;justify-content:initial;}.dblx li:nth-last-child(1) .dblxnr p:nth-child(2){line-height: 30px;}.dblxnr{width: calc(100% - 75px);}}

/*首页标题*/
.sybt{width: 100%;margin-bottom: 30px;}
.sybt p:nth-child(1){font-size: 32px;line-height: 32px;text-align: center;color: #121212;letter-spacing: 8px;margin-bottom: 14px;}
.sybt p:nth-child(1) span{color: #1161c0;}.sybt p:nth-child(1) span:nth-last-child(1){letter-spacing: 0;}
.sybt p:nth-child(2){font-size: 34px;line-height: 34px;color: #121212;text-align: center;font-family:serif;letter-spacing: 4px;font-weight: 600;}
.sybt p:nth-child(2) span{letter-spacing: 0;}
@media(max-width:540px){.sybt{margin-bottom: 20px;}.sybt p:nth-child(1){font-size: 26px;line-height: 26px;}.sybt p:nth-child(2){font-size: 24px;line-height: 24px;}}

/*首页产品*/
.sycpbox{width: 100%;padding: 80px 0 60px;}
.sycp{width: 90%;margin: 0 auto;}
.sycpfl{width: 100%;max-width: 400px;display: flex;justify-content: space-between;margin: 40px auto;}
.sycpfl li a{display: block;font-size: 18px;line-height: 50px;color: #fff;background-color: #1161c0;padding: 0 60px;box-sizing: border-box;border-radius: 25px;transition: all 0.6s;}
.sycpfl li a:hover{background-color: #f56905;color: #fff;}

.swiper-container{padding: 0 10px;box-sizing: border-box;}
.sycplb a{width: 100%;display: block;box-shadow: 0 0 2px rgba(0,0,0,0.2);background-color: #fff;margin-bottom: 20px;transition: all 0.4s;}
.sytplbbox{width: 100%;overflow:hidden;}
.sytplbbox img{width: 100%;display: block;transition: all 0.4s;}
.sytplibt{display: flex;flex-wrap: wrap;padding: 20px;box-sizing: border-box;}
.sytplibt p:nth-child(1){font-size: 18px;line-height: 30px;color: #333;width: calc(100% - 30px);display: block;padding-right: 20px;box-sizing:border-box;letter-spacing: 2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sytplibt p:nth-child(2){width: 30px;height: 30px;display: block;background-image:url("../../UploadFiles/bj/tpy.png");background-size: 60px 30px;background-repeat: no-repeat;background-position: 100% 50%;}
.sytplibt p:nth-child(3){width: 100%;height: 1px;display: block;margin-top:10px;position: relative;}
.sytplibt p:nth-child(3)::before{content: "";position: absolute;width: 30px;height: 1px;background-color: #1161c0;right: 0;transition: all 0.4s;}
.sycplb a:hover{box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.sycplb a:hover .sytplbbox img{transform: scale(1.2);}
.sycplb a:hover .sytplibt{background-color:#1161c0;}
.sycplb a:hover .sytplibt p:nth-child(1){color: #fff}
.sycplb a:hover .sytplibt p:nth-child(2){background-position: 0 50%;}
.sycplb a:hover .sytplibt p:nth-child(3)::before{width: 100%;background-color: #fff;}
@media(max-width:1200px){.sycpbox{padding: 40px 0;}.sycp{width: 96%;}}
@media(max-width:860px){.sycpfl{flex-wrap: wrap;}.sycpfl li{width: 50%;margin-bottom: 20px;padding: 0 30px;box-sizing: border-box;}.sycpfl li a{padding: 0;text-align: center;font-size: 16px;line-height: 38px;}}
@media(max-width:540px){.sycpfl{margin: 10px auto;}.sycpfl li{padding: 0 5px;margin-bottom: 10px;}.sytplibt{padding: 10px 14px;}.swiper-container{padding: 0 2px;}.sytplibt p:nth-child(1){width: 100%;letter-spacing: 0px;padding-right: 0;}.sytplibt p:nth-child(2){display: none;}.sytplibt p:nth-child(3){margin-top: 2px;}.sytplibt p:nth-child(3)::before{left: 0;}}

/*首页关于*/
.sygyboxw{width: 100%;background-color: #f7f8f9;overflow: hidden;padding: 60px 0 0;}
.sybtal{width: 100%;margin-bottom: 50px;}
.sybtal p:nth-child(1){font-size: 32px;line-height: 32px;text-align: center;color:#1161c0;letter-spacing: 8px;margin-bottom: 18px;}
.sybtal p:nth-child(1) span{color: #121212;}.sybt p:nth-child(1) span:nth-last-child(1){letter-spacing: 0;}
.sybtal p:nth-child(2){font-size: 18px;line-height: 18px;color: #666;text-align: center;}
@media(max-width:540px){.sybt{margin-bottom: 20px;}.sybt p:nth-child(1){font-size: 26px;line-height: 26px;}.sybt p:nth-child(2){font-size: 24px;line-height: 24px;}}
.sygybox{width: 100%;background-image: url("../UploadFiles/bj/sygybj.jpg");background-size: 100% 100%;}
.sygy{width:100%;margin: 0 auto;display: flex;}
.sygynr{width: 50%;padding: 60px 0 194px 5%;box-sizing:border-box;position: relative;}
.stgybt{width: 100%;font-size: 24px;line-height: 24px;margin-bottom: 36px;color: #1161c0;font-weight: 600;padding-right: 40px;box-sizing: border-box;letter-spacing: 2px;}
.stgyjj{width: 82%;font-size: 18px;text-align: justify;line-height: 32px;color: #333;font-weight: lighter;padding-right: 40px;box-sizing: border-box;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.sygygd{width: 160px;display: flex;justify-content: space-between;line-height: 52px;font-size: 16px;color: #fff;background-color:  #ff5000;padding: 0 20px;box-sizing: border-box;transition: 0.3s ease-out;margin-bottom: 26px;margin-top: 20px;}
.sygygd:hover{padding: 0 25px;border-radius: 26px;color: #fff;}
.sygyys{width: 105%;display: flex;background-color: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);position: absolute;bottom: 60px;left: 0; z-index: 10;}
.sygyys li{flex-grow: 1;padding: 23px 0 17px;transition: all 0.6s ease;}
.sygyys li img{width: 60px;height: 60px;display: block;margin: 0 auto;}.sygyys li img:nth-child(2){height: 0; transition: transform 0.6s ease;}
.sygyys li p{font-size: 16px;color: #333;line-height: 22px;margin-top: 12px;text-align: center;transition: all 0.6s ease;}
.sygyys li:hover{background-color:#1161c0;}.sygyys li:hover img:nth-child(1){height: 0;}.sygyys li:hover img:nth-child(2){height: 60px;transform: rotateY(180deg);} .sygyys li:hover p{color: #fff;}
@media(max-width:1200px){.sygynr{padding: 20px 0 174px 2%;}.sygyys{bottom: 40px;}}   
@media(max-width:960px){.sygyboxw{padding: 40px 0 0;}.sybtal p:nth-child(2){line-height: 24px;}.sygybox{background-image: url("../UploadFiles/bj/sygybj2.jpg");}.sygynr{width: 100%;padding: 0 2% 174px 2%;}.sygyys{width: 96%;left: 2%;}.stgybt{display: none;}.stgyjj{padding-right: 0;font-weight: 400;width: 100%;}.sygygd{margin:20px auto 26px;}}
@media(max-width:540px){.sybtal{margin-bottom: 20px;}.sybtal p:nth-child(1){font-size: 26px;line-height: 26px;}.sybtal p:nth-child(2){font-size: 16px;}}

/*首页优势*/
.syysbox{width: 100%;background-color: #fff;padding: 60px 0;}
.syys{width: 90%;margin: 0 auto;}
.syyslb{width: 100%;margin: 40px auto 0;display: flex;}
.syyslb li{width: calc((100% - 150px) / 6);margin-right: 30px;height: 365px;border: 1px solid #e7e7e7;margin-left: -1px;padding: 60px 0;box-sizing: border-box;transition: 0.5s;}
.syyslb li:nth-last-child(1){margin-right: 0;}
.syyslb li:nth-child(1){background: url("../UploadFiles/bj/ys1.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li:nth-child(2){background: url("../UploadFiles/bj/ys2.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li:nth-child(3){background: url("../UploadFiles/bj/ys6.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li:nth-child(4){background: url("../UploadFiles/bj/ys3.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li:nth-child(5){background: url("../UploadFiles/bj/ys5.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li:nth-child(6){background: url("../UploadFiles/bj/ys4.jpg") no-repeat left top;background-size: 100% 100%;}
.syyslb li img{width: 88px;display: block;margin: 0 auto;}
.syyslb li h3{font-weight: 600;color: #333;padding-top: 18px;padding-bottom: 16px;font-size: 20px;text-align: center;}
.syyslb li p{line-height: 32px;color: #424242;font-size: 16px;text-align: center;padding: 0 36px;box-sizing: border-box;}
.syyslb li a{width: 120px;height: 40px;line-height: 40px;margin: 20px auto 0;display: none;color: #fff;background: #1161c0;border-radius: 2px;transition: 0.5s;font-size: 16px;text-align: center;display: none;opacity: 0;}
.syyslb li:hover{box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);padding: 30px 0;}
.syyslb li:hover a{display: block;opacity: 1;}
@media(max-width:1760px){.syyslb li p{padding: 0 20px;}}
@media(max-width:1560px){.syyslb li{width: calc((100% - 100px) / 6);margin-right: 20px;}.syyslb li p{padding: 0 15px;}}
@media(max-width:1440px){.syys{width: 96%;}}
@media(max-width:1320px){.syyslb{flex-wrap: wrap}.syyslb li{width: calc((100% - 60px) / 3);margin-right: 30px;margin-bottom: 30px;height: 334px;}.syyslb li:nth-child(3n){margin-right: 0;}} 
@media(max-width:860px){.syyslb li{height: 365px;}}
@media(max-width:680px){.syysbox{padding: 40px 0 20px;}.syyslb li{width: calc((100% - 10px) / 2);margin-right: 10px;;margin-bottom: 10px;height: 293px;padding: 40px 0;}.syyslb li:nth-child(3n){margin-right: 10px;}.syyslb li:nth-child(2n){margin-right: 0;}.syyslb li p{padding: 0 5px;}.syyslb li:hover{padding: 10px 0;}}
@media(max-width:490px){.syyslb li{height: 325px;}}

/*首页新闻*/
.syxwbox{width: 100%;padding: 60px 0;background-image: url("../UploadFiles/bj/xwbj.jpg");background-size: 100% 100%;}
.syxw{width: 90%;margin: 0 auto;}
.syxwlb{width: 100%;margin: 20px auto;display: flex;}
.xwlbl{width: 500px;}
.xwlbl a{width: 100%;display: block;background-color: #fff;padding: 15px;box-sizing: border-box;transition: all 0.6s;}
.xwlbl a img{width: 100%;height: 350px;display: block;transition: all 0.6s;}
.xwlbl a p:nth-child(2){font-size: 20px;line-height: 36px;color: #212121;letter-spacing: 2px;margin-top: 10px;margin-bottom: 8px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: justify;position: relative;padding-right: 76px;box-sizing: border-box;}
.xwlbl a p:nth-child(3){font-size: 16px;line-height: 29px;color: #555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.xwlbl a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}.xwlbl a:hover img{transform: scale(1.1);}.xwlbl a:hover p:nth-child(2){color: #1161c0;}
.xwlbr{width:calc(100% - 500px);padding-left: 20px;box-sizing: border-box;}
.xwlbr li{width: 100%;height: 160px;margin-bottom: 20px;}.xwlbr li:nth-last-child(1){margin-bottom: 0}
.xwlbr li a{width:100%;height: 100%;display: flex;background-color: #fff;padding: 15px;box-sizing: border-box;transition: all 0.6s;}
.xwlbr li a img{width: 170px;height: 130px;display: block;transition: all 0.6s;}
.xwlbr li a .xwlbrnr{width: calc(100% - 170px);padding: 5px 20px 0 5px;box-sizing:border-box;}
.xwlbrnr p:nth-child(1){font-size: 20px;line-height: 22px;color: #212121;letter-spacing: 2px;margin-bottom: 4px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;position: relative;padding-right: 76px;box-sizing: border-box;}
.xwlbrnr p:nth-child(2){font-size: 16px;line-height: 28px;color: #555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.xwlbrnr p:nth-child(3){width: 160px;font-size: 16px;color: #555;line-height: 32px;border: 1px solid #ddd;box-sizing:border-box;text-align: center;margin-top: 9px;transition: all 0.6s;}
.xwlbr li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}.xwlbr li a:hover img{transform: scale(1.1);}.xwlbr li a:hover .xwlbrnr p:nth-child(1){color: #1161c0}
.xwlbrnr p:nth-child(3):hover{border-radius: 16px;background-color: #1161c0;border: 1px solid #1161c0;color: #fff;}
@media(max-width:1200px){.syxwbox{padding: 40px 0;}.syxw{width: 96%;}.xwlbl{width: 360px;}.xwlbr{width:calc(100% - 360px);}.xwlbr{padding-left: 20px;}.xwlbr li a img{display: none;}.xwlbr li a .xwlbrnr{width: 100%;padding: 0px;}.xwlbrnr p:nth-child(1){margin-bottom: 10px;}.xwlbrnr p:nth-child(2){line-height: 30px;}.xwlbrnr p:nth-child(3){margin-top: 14px;}}
@media(max-width:680px){.syxwlb{flex-wrap: wrap;margin: 0 auto;}.xwlbl{width:100%;margin-bottom: 10px;}.xwlbl a img{    height: 160px;}.xwlbr{width: 100%;padding-left: 0;}.xwlbr li{margin-bottom: 10px;height: 120px;}.xwlbrnr p:nth-child(3){display: none;}}
@media(max-width:540px){.xwlbl a p:nth-child(2){font-size: 18px;margin: 2px 0 0;}.xwlbl a p:nth-child(3){line-height: 24px;}.xwlbrnr p:nth-child(1){font-size: 18px;margin-bottom: 4px;}.xwlbrnr p:nth-child(2) {line-height: 24px;}.xwlbr li {height: auto;}}


/*首页联系*/
.sylxbox{width: 100%;padding: 60px 0;background-color: #fff;}
.sylx{width: 90%;margin: 0 auto;}
.sylxnr{font-size: 20px;line-height: 32px;color: #333;text-align: center;margin: 0 0 30px;letter-spacing: 1px;}
.sylx 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;}
.sylx a::before{position: absolute;content: '';left: -5%;top: 0;background: #1161c0;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);}
.sylx a:hover{color: #fff;}.sylx a:hover::before{width: 120%;}
@media(max-width:1200px){.sylxbox{padding: 40px 0;}.sylx{width: 96%;}}
@media(max-width:540px){.sylxnr{font-size: 18px;margin: 0 0 20px;}.sylx a{margin: 20px auto 0;}}

/*内页布局*/
.nywz{width: 100%;padding: 0 5%;box-sizing: border-box;background-color: #fff;display: flex;justify-content: space-between;}
.nywz p:nth-child(1){font-size:24px;line-height: 80px;color: #1161c0;}
.nywz p:nth-child(2){font-size: 16px;line-height: 80px;color: #666;text-align: right;padding-left: 30px;}
.nywz p:nth-child(2) a{font-size: 16px;color: #666;}
.nynr{width: 90%;margin: 40px auto;padding: 40px;box-sizing: border-box;background-color: #fff;}
@media(max-width:1200px){.nywz{padding: 0 2%;}.nynr{width: 96%;}}
@media(max-width:680px){.nywz p:nth-child(2){display: none;}}
@media(max-width:540px){.nynr{margin: 20px auto;padding: 20px;}}

/*关于我们*/
.nygy{background-image: url("../../UploadFiles/bj/gyjjbj.jpg");background-size:auto 100%;background-repeat: no-repeat;background-position: 50% 50%;}
.nygybt{font-size: 32px;line-height: 52px;font-weight: 600;color: #212121;text-align: center;letter-spacing: 4px;margin-bottom: 20px;}
.nygybt span{letter-spacing: 0;}
@media(max-width:1020px){.nygy{background-size:100% auto;}}
@media(max-width:760px){.nygybt{font-size: 24px;line-height: 42px;letter-spacing: 0;}}
@media(max-width:460px){.nygybt{line-height: 36px;}}

/*产品展示*/
.nytplb{width: 100%;display: flex;flex-wrap: wrap;}
.nytplb li{width: calc(100% / 4);padding: 15px;box-sizing: border-box;}
.nytplb li a{width: 100%;display: block;box-shadow: 0 0 6px rgba(0,0,0,0.1);background-color: #fff;}
.nytplbbox{width: 100%;overflow:hidden;}
.nytplbbox img{width: 100%;display: block;transition: all 0.4s;}
.nytplibt{display: flex;flex-wrap: wrap;padding: 20px;box-sizing: border-box;}
.nytplibt p:nth-child(1){font-size: 18px;line-height: 30px;color: #333;width: calc(100% - 30px);display: block;padding-right: 20px;box-sizing:border-box;letter-spacing: 2px;}
.nytplibt p:nth-child(2){width: 30px;height: 30px;display: block;background-image:url("../../UploadFiles/bj/tpy.png");background-size: 60px 30px;background-repeat: no-repeat;background-position: 100% 50%;}
.nytplibt p:nth-child(3){width: 100%;height: 1px;display: block;margin-top:10px;position: relative;}
.nytplibt p:nth-child(3)::before{content: "";position: absolute;width: 30px;height: 1px;background-color: #1161c0;right: 0;transition: all 0.4s;}
.nytplb li a:hover .nytplbbox img{transform: scale(1.2);}
.nytplb li a:hover .nytplibt{background-color:#1161c0;}
.nytplb li a:hover .nytplibt p:nth-child(1){color: #fff}
.nytplb li a:hover .nytplibt p:nth-child(2){background-position: 0 50%;}
.nytplb li a:hover .nytplibt p:nth-child(3)::before{width: 100%;background-color: #fff;}
@media(max-width:1440px){.nytplb li{width: calc(100% / 3);}}
@media(max-width:780px){.nytplb li{width: calc(100% / 2);padding: 10px;}}
@media(max-width:540px){.nytplb li{width: 100%;}}


/*新闻动态*/
.nyxwlb{width: 100%;}
.nyxwlb li a{width: 100%;display: block;margin-bottom: 30px;padding: 0 0 20px;border-bottom: 1px solid #eee;}
.nyxwlb li a .nyxwlbbt{width: 100%;display: flex;justify-content: space-between;padding: 20px 0 10px 10px;box-sizing: border-box;position: relative;}
.nyxwlb li a .nyxwlbbt::before,.nyxwlb li a .nyxwlbbt::after{content: "";position: absolute;}
.nyxwlb li a .nyxwlbbt::before{width: 4%;height: 4px;background-color: #1161c0;top: 0;left: 0;transition: all 0.6s ease;}
.nyxwlb li a .nyxwlbbt::after{width: 2px;height: 18px;background-color: #333;left: 0;top: 58%;transform: translateY(-50%);}
.nyxwlb li a .nyxwlbbt p:nth-child(1){width: calc(100% - 140px);font-size: 20px;line-height: 30px;color: #121212;letter-spacing: 2px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nyxwlb li a .nyxwlbbt p:nth-child(2){width:140px;font-size: 18px;line-height: 30px;color: #121212;letter-spacing: 1px;text-align: right;}	
.nyxwlb li a .nyxwlbjj{max-height: 96px;font-size: 18px;line-height: 32px;color: #333;letter-spacing: 1px;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.nyxwlb li a .nyxwlbxq{width: 160px;display: flex;justify-content: space-between;font-size: 18px;line-height: 42px;transition: all 0.6s ease;border-radius: 23px;padding: 0 30px;border: 2px solid #f56905;background-color: #f56905;color: #fff;box-sizing: border-box;}
.nyxwlb li a:hover .nyxwlbbt::before{width: 10%;}.nyxwlb li a .nyxwlbxq:hover{color: #f56905;border: 2px solid #ff56905;background-color: #fff;padding: 0 20px;}
#fenye{margin: 20px 0;}#pagelist{padding: 15px 0;}
#pagelist a.next, #pagelist a.prev{width: 56px!important;}#pagelist a.prev:nth-child(1){margin-left: 0;}
@media(max-width:680px){.nyxwlb li a .nyxwlbbt p:nth-child(1){width: 100%;}.nyxwlb li a .nyxwlbbt p:nth-child(2){display: none;}#pagelist span{display: none;}}

.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;}
.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:860px){.nph_tj ul li{width: 100%;}.nph_tj ul li:nth-child(2){text-align: left;}}


/*联系我们*/
.nyxl{width: 100%;}
.nylxbt{font-size: 32px;line-height: 52px;font-weight: 600;color: #212121;text-align: center;letter-spacing: 4px;}
.nylxbt span{letter-spacing: 0;}
.nylxlb{width: 100%;margin-top: 30px;display: flex;justify-content: space-between;}
.nylxlb li{width: calc((100% - 60px) / 3);background-color: #1161c0;padding:40px 20px;box-sizing:border-box;}
.nylxlb li img{width: 60px;display: block;margin: 0 auto;}
.nylxlb li p:nth-child(2){font-size: 18px;line-height: 28px;color: #fff;text-align: center;margin: 18px 0 12px;}
.nylxlb li p:nth-child(3){font-size: 20px;line-height: 28px;color: #fff;text-align: center;letter-spacing: 1px;}
.nylxdt{width: 100%;height: 400px;margin-top: 40px;}#dituContent{width: 100%;height: 400px;}
@media(max-width:760px){.nylxbt{font-size: 24px;line-height: 42px;letter-spacing: 0;}.nylxlb{flex-wrap: wrap;}.nylxlb li{width: 100%;padding: 20px;margin-bottom: 20px;}.nylxlb li:nth-last-child(1){margin-bottom: 0;}}

/*文章分页样式*/
#fenye{clear:both; margin:10px 0 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;}
#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}