.banner {
    height: 380px;
    /* margin-top: 70px; */
    overflow: hidden;
}

.banner .text {
    margin-top: 120px;
}

.banner .text h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
}

.banner .text .line {
    width: 54px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 21px;
    margin-bottom: 30px;
}

.banner .text span {
    font-size: 30px;
    color: #ffffff;
}

.about_us {
    letter-spacing: 1px;
}

.model-01 {
    height: 53px;
    background-color: #f7f7f7;
    transition: 0.3s;
}
.model-01.on{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    box-shadow: rgba(84, 12, 6, 0.15) 0px 0px 10px 0px;
}

.model-01 ul li {
    float: left;
    color: #222222;
    font-size: 16px;
    margin-right: 60px;
}

.model-01 ul li a{
    line-height: 53px;
    transition: 0.2s;
}
.model-01 ul li a:target{
    padding-top: 70px;
}

.model-01 ul li a:hover {
    color: #222222;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 12px;
}
.model-01 ul li a.on {
    color: #222222;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 12px;
}

.about_us .title,
.rlzy .title {
    font-size: 33px;
    color: #222222;
    text-align: center;
}

.about_us .mod-01 {
    width: 1200px;
    margin: auto;
    padding-top: 70px;
}
.about_us .mod-01.on{
    padding-top: 140px;
}

.about_us .mod-01 .text {
    margin-top: 38px;
    line-height: 1.5;
    color: #333333;
    text-align: justify;
}

.about_us .mod-02 {
    padding-top: 80px;
    padding-bottom: 160px;
}

.about_us .mod-02 ul {
    margin-top: 42px;
}

.about_us .mod-02 li {
    width: 283px;
    height: 348px;
    margin-right: 24px;
    transition: 0.3s;
    text-align: center;
    padding-top: 183px;
}

.about_us .mod-02 li h2 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 18px;
}

.about_us .mod-02 li span {
   font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 27px;
    display: block;
}

.about_us .mod-02 li:nth-of-type(1) {
    background: url('/static/images/about-us/gywm_wh_01_img.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(1):hover {
    background: url('/static/images/about-us/gywm_wh_01_img-dianji.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(2) {
    background: url('/static/images/about-us/gywm_wh_02_img.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(2):hover {
    background: url('/static/images/about-us/gywm_wh_02_img-dianji.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(3) {
    background: url('/static/images/about-us/qiyewenh_03_img.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(3):hover {
    background: url('/static/images/about-us/qiyewenh_03_img-dianji.png') no-repeat center center;
}

.about_us .mod-02 li:nth-of-type(4) {
    background: url('/static/images/about-us/qiyewenh_04_img.png') no-repeat center center;
    margin-right: 0;
}

.about_us .mod-02 li:nth-of-type(4):hover {
    background: url('/static/images/about-us/qiyewenh_04_img-dianji.png') no-repeat center center;
}

.about_us .mod-03 {
    background-color: #f7f7f7;
    padding-top: 130px;
}

.about_us .mod-03 .swiper-container {
    margin-top: 46px;
}

.about_us .mod-03 .swiper-slide {
    margin-top: 136px;
    padding-left: 235px;
}

.about_us .mod-03 .swiper-pagination {
    top: 0;
    display: flex;
    justify-content: center;
    height: 76px;
}

.about_us .mod-03 .swiper-pagination span {
    display: block;
    width: 217px;
    height: 76px;
    background-color: #f5f5f5;
    border: solid 1px #e5e5e5;
    border-radius: 0;
    color: #666666;
    font-size: 18px;
    line-height: 76px;
    opacity: 1;
    margin: 0 -1px;
}

.about_us .mod-03 .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.about_us .mod-03 .swiper-button-next, .about_us .mod-03 .swiper-button-prev {
    top: 22px;
    width: 70px;
    height: 76px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    color: #bfbfbf;
}

.about_us .mod-03 .swiper-button-next:after, .about_us .mod-03 .swiper-button-prev:after {
    font-size: 20px;
}

.about_us .mod-03 .swiper-button-next:hover, .about_us .mod-03 .swiper-button-prev:hover {
    color: #ff0000;
    /* background-color: #f7f7f7; */
}

.about_us .mod-03 .swiper-button-next {
    right: 100px;
}

.about_us .mod-03 .swiper-button-prev {
    left: 100px;
}

.about_us .mod-03 .swiper-slide h2 {
    color: #e70111;
    font-size: 24px;
    margin-bottom: 34px;
}

.about_us .mod-03 .swiper-slide {
    margin-bottom: 77px;
    color: #666666;
    line-height: 1.5;
}

.about_us .mod-03 .swiper-slide .row {
    margin-bottom: 42px;
    position: relative;
}

.about_us .mod-03 .swiper-slide span {
    display: block;
}

.about_us .mod-03 .swiper-slide span::after {
    content: "·";
    display: block;
    margin: 0px 20px;
    height: 100%;
    float: right;
}

.about_us .mod-03 .swiper-slide p {
    width: 700px;
}

.about_us .mod-03 .swiper-slide p::before {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    background-color: #e5e5e5;
    position: absolute;
    left: 49px;
    top: 32px;
}

.about_us .mod-04 {
    padding-top: 118px;
    padding-bottom: 150px;
}

.about_us .mod-04 img {
    display: block;
    margin: auto;
    margin-top: 43px;
}

.about_us .mod-05 {
    padding-top: 97px;
    margin: auto;
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 97px;
}

.about_us .mod-05 .swiper-container {
    width: 1200px;
    margin-top: 54px;
    height: 489px;
}

.about_us .mod-05 .swiper-container img {
    width: 100%;
}

.about_us .mod-05 .swiper-button-next, .about_us .mod-05 .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;

}

.about_us .mod-05 .swiper-button-next::after, .about_us .mod-05 .swiper-button-prev::after {
    font-size: 26px;
}

.about_us .mod-05 .next-prev {
    width: 1350px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.swiper-pagination span{
    width: 54px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 0;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active{
    background-color: #ff0000;
}
.about_us .mod-06{
    padding-top: 123px;
    width: 80%;
    margin: auto;
}
.about_us .mod-06 ul{
    margin-top: 50px;
}
.about_us .mod-06 li{
    float: left;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 26px;
    border-radius: 5px;
}
.about_us .mod-06 li img{
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.about_us .mod-06 li img:hover{
    transform: scale(1.2);
}

.news .centent{
    margin-top: 60px;   
}
.news .centent li{
    width: 100%;
    height: 136px;
    margin-bottom: 30px;
}
.news .centent li .left{
    float: left;
    width: 204px;
    height: 136px;
    overflow: hidden;
}
.news .centent li .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .centent li .right{
    float: right;
    width: 966px;
}
.news .centent li .right h2{
    font-size: 20px;
    color: #2a2e2e;
    line-height: 1.5;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .centent li .right p{
    font-size: 14px;
    color: #2a2e2e;
    margin-top: 17px;
    margin-bottom: 29px;
    line-height: 1.5;
}
.news .centent li .right span{
    font-size: 14px;
    color: #999999;
}

.position{
    height: 53px;
    background-color: #f7f7f7;
    line-height: 53px;
    font-size: 16px;
    color: #2a2e2e;
    letter-spacing: 1px;
}
.position a{
    padding: 0 10px;
}
.article{
    padding-top: 70px;
    letter-spacing: 2px;
}
.article .title{
    font-size: 36px;
    color: #2a2e2e;
    line-height: 53px;
    letter-spacing: 3px;
    font-weight: bold;
}
.article .infos{
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
}
.article .centents{
    margin-top: 50px;
    color: #2a2e2e;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.article .back{
    display: block;
    width: 91px;
	height: 30px;
    background-color: #f2f2f2;
    margin: 50px auto;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #2a2e2e;
}
.qxqy{
    margin-bottom: 70px;
}
.qxqy .centent{
    margin-top: 60px;
}
.qxqy .centent li{
    height: 342px;
}
.qxqy .centent li .text{
    width: 491px;
    float: left;
}
.qxqy .centent li .text h2{
    margin-top: 53px;
    font-size: 24px;
    color: #2a2e2e;
}
.qxqy .centent li .text .line{
    width: 67px;
	height: 2px;
    background-color: #ff0000;
    margin: 25px 0;
}
.qxqy .centent li .text p{
    text-indent: 2em;
    font-size: 12px;
    color: #2a2e2e;
    line-height: 2;
}
.qxqy .centent li .img{
    float: right;
    width: 624px;
    height: 342px;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s;
}
.qxqy .centent li .img img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.qxqy .centent li .img img:hover{
    transform: scale(1.2);
}
.qxqy .centent li:nth-of-type(2n){
    width: 100%;
	height: 464px;
    background-color: #f7f7f7;
    padding-top: 60px;
}
.qxqy .centent li:nth-of-type(2n) .text{
    float: right;
    margin-right: 45px;
}
.qxqy .centent li:nth-of-type(2n) .img{
    float: left;
}
.hxyw .content{
    padding-top: 70px;
}
.hxyw .content .title{
    font-size: 36px;
    color: #222222;
    text-align: center;
}
.hxyw .content>ul.box{
    margin-top: 70px;
}
.hxyw .content>ul.box li{
    width: 1200px;
    height: 489px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
}

.hxyw .content>ul.box .text{
    padding:40px;
    padding-right: 0;
    float: left;
    width: 462px;
	height: 488px;
	background-color: #222222;
}
.hxyw .content>ul.box .text h2{
    font-size: 24px;
    color: #ffffff;
}
.hxyw .content>ul.box .text .line{
    width: 62px;
	height: 2px;
    background-color: #ff0000;
    margin: 24px 0;
}
.hxyw .content>ul.box .text p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 13px;
}
.hxyw .content>ul.box li:nth-of-type(2n) .text{
    float: right;
}
.hxyw .content>ul.box li .img{
    float: right;
    width: 738px;
    height: 488px;
    overflow: hidden;
    
}
.hxyw .content>ul.box li .img img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.hxyw .content>ul.box li .order{
    position: absolute;
    top: -10px;
    right: 46px;
    width: 113px;
	height: 134px;
	background-color: #ff0000;
    opacity: 0.77;
    font-size: 73px;
    color: #ffffff;
    text-align: center;
    line-height: 134px;
}
.hxyw .content>ul.box li:nth-of-type(2n) .order{
    left: 46px;
}
.hxyw .content>ul.box li .img:hover img{
    width: 100%;
    height: 100%;
    transform: scale(1.2);
}
.hxyw .content>ul.box li:nth-of-type(2n) .img{
    float: left;
}
.case{
    padding-top: 70px;
}
.case .title{
    font-size: 36px;
    color: #222222;
    text-align: center;
}
.case .menu{
    margin-top: 40px;
    justify-content: center;
    font-size: 16px;
    color: #222222;
}
.case .menu li{
    min-width: 70px;
    margin: 0 28px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
}
.case .menu li:hover{
    border-bottom: 2px solid #ff0000;
}
.case .menu li.on{
    border-bottom: 2px solid #ff0000;
}
.case .menu a{
    display: block;
    text-align: center;
}
.case .box{
    margin-top: 30px;
}
.case .box li{
    float: left;
    margin-right: 24px;
    margin-bottom: 30px;
    width: 282px;
    height: 376px;
    background-color: #f7f7f7;
    position: relative;
    transition: 0.1s;
    overflow: hidden;
    border-radius: 2px;
    
}
.case .box li:hover img{
    transform: scale(1.1);
}
.case .box li:hover .text{
    background-color: rgba(34, 34, 34, 0.8);
    color: #ffffff;
}
.case .box li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.case .box li .text{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f7f7f7;
    padding:0 20px;
    padding-top: 16px;
    color: #343c4d;
}
.case .box li .text h2{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case .box li .text p{
    font-size: 14px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case .box li .text .link{
    display: block;
    font-size: 12px;
    margin-top: 15px;
    float: right;
}
.case .box li .text .link span{
    padding-left: 5px;
}
.case .box li:nth-of-type(4n){
    margin-right: 0;
}
.rlzy .mod-01{
    padding-top: 90px;
    padding-bottom: 47px;
}
.rlzy .mod-01.on{
    padding-top: 160px;
}
.rlzy .mod-01>p{
    height: 113px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #2a2e2e;
    padding-top: 31px;
    padding-left: 70px;
    line-height: 2;
    text-indent: 2em;
    margin-top: 40px;
}
.rlzy .mod-01 ul{
    margin-top: 38px;
}
.rlzy .mod-01 li{
    float: left;
    width: 276px;
    margin-right: 32px;
}
.rlzy .mod-01 li:nth-last-child(1){
    margin-right: 0;
}
.rlzy .mod-01 li img{
    width: 137px;
    height: 137px;
    margin: auto;
    display: block;
}
.rlzy .mod-01 li h2{
    font-size: 16px;
    color: #e70111;
    margin-top: 20px;
    text-align: center;
}
.rlzy .mod-01 li p{
    margin-top: 15px;
    font-size: 12px;
    color: #2a2e2e;
    line-height: 2;
}
.rlzy .mod-02{
    padding-top: 76px;
    padding-bottom: 40px;
    background-color: #f7f7f7;
}
.rlzy .mod-02 .title{
    margin-bottom: 40px;
}
.rlzy .mod-02 .row{
    height: 68px;
    background-color: #ffffff;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 20px;
}
.rlzy .mod-02 .row span{
    float: left;
    width: 300px;
    padding-left: 20px;
    font-weight: normal;
}
.rlzy .mod-02 .row span:nth-last-child(2){
    text-align: center;
}
.rlzy .mod-02 .row span:nth-last-child(1){
    text-align: right;
    padding-right: 20px;
}
.rlzy .mod-02 .row img{
    width: 20px;
}
.rlzy .mod-02 .box{
    padding-top: 25px;
    padding-left: 20px;   
    font-size: 14px;
    line-height: 1.7;
    display: none;
}
.rlzy .mod-03{
    padding-top: 80px;
}
.rlzy .mod-03 ul{
    margin-top: 40px;
}
.rlzy .mod-03 ul li{
    width: 306px;
    margin-right: 141px;
    margin-bottom: 35px;
    float: left;
}
.rlzy .mod-03 ul li:nth-of-type(3n){
    margin-right: 0;
}
.rlzy .mod-03 ul li .img{
    width: 306px;
    height: 226px;
    overflow: hidden;
    border-radius: 5px;
}
.rlzy .mod-03 ul li .img:hover img{
    transform: scale(1.1);
}
.rlzy .mod-03 ul li .img img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.rlzy .mod-03 ul li .text{
    margin-top: 24px;
    text-align: center;
    padding: 0 15px;
}
.rlzy .mod-03 ul li .text h2{
    font-size: 16px;
    color: #222222;
}
.rlzy .mod-03 ul li .text p{
    font-size: 14px;
    color: #222222;
    line-height: 2;
    margin-top: 10px;
    min-height: 56px;
}
.contact-us{
    background-color: #f7f7f7;
}
.contact-us .title{
    padding-top: 73px;
    text-align: center;
    font-size: 36px;
    color: #222222;
}
.contact-us .mod-01{
    margin-top: 40px;
    padding-bottom: 100px;
    
}
.contact-us .mod-01 .left{
    padding: 50px;
    width: 600px;
    background-color: #ffffff;
    height: 366px;
}
.contact-us .mod-01 .left h2{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}
.contact-us .mod-01 .left .line{
    width: 45px;
	height: 2px;
    background-color: #ff0000;
    margin: 15px 0;
}
.contact-us .mod-01 .left p{
    font-size: 14px;
    color: #222222;
    margin-bottom: 20px;
}

.search .title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
}

.search ul{
    margin-top: 50px;
    min-height:260px;
}
.search ul li{
    height: 136px;
    margin-bottom: 20px;
}
.search ul li img{
    width: 204px;
    height: 136px;
    object-fit: cover;
}
.search ul li .right{
    width: 900px;
    margin-left: 40px;
    padding-top: 10px;
}
.search ul li .right h2{
    font-size: 18px;
    font-weight: bold;
}
.search ul li .right p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    height: 67px;
    letter-spacing: 1px;
}
.search ul li .right span{
    color: #908b8b;
    font-size: 14px;
}