* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "思源黑体 CN";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet {
    width: 83px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.head {
    width: 100%;
    height: 90px;
    background: #fff;
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 90px;
    line-height: 90px;
}

.tel {
    float: right;
}

.tel_pic {
    float: left;
    height: 90px;
    line-height: 90px;
}

.tel_num {
    float: left;
    margin-left: 15px;
    font-size: 22px;
    color: #282828;
    margin-top: 12px;
}

.nav {
    float: right;
    margin-right: 33px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    padding: 0 33px;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    color: #282828;
}

.nav ul li .detailnav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #ddd;
    z-index: 999;
    display: none;
    padding: 15px 0;
}

.nav ul li .detailnav li {
    height: auto;
    line-height: 2.3;
    width: 100%;
    text-align: center;
    padding: 0;
}

.nav ul li .detailnav li a {
    font-size: 14px;
    color: #282828;
}

.nav ul li:hover .detailnav {
    display: block;
}

.nav ul li .detailnav li:hover a,
.nav ul li:hover a {
    color: #c01d1d;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.products {
    max-width: 1600px;
    margin: auto;
}

.left_pro {
    float: left;
    width: 20%;
}

.left_pro span {
    display: block;
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    line-height: 90px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.left_pro span.active {
    border-bottom: 3px solid #c01d1d;
    color: #c01d1d;
}

.right_pro {
    width: 72.5%;
    float: right;
}

.rpro {
    width: 100%;
    overflow: hidden;
    display: none;
}

.rpro_pic {
    float: left;
    width: 44%;
}

.rpro_pic img {
    width: 100%;
}

.rpro_intro {
    float: right;
    width: 47%;
}

.rpro_title {
    font-size: 36px;
    color: #c01d1d;
    font-weight: bold;
}

.rpro_con {
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin-top: 10px;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.casepic img {
    width: 100%;
}

.casebefore {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.casetitle {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
}

.caseswiper a:hover .casebefore {
    background: rgba(189, 6, 6, 0.66);
}

.caseswiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: url(../images/left_case.png) center no-repeat;
}

.caseswiper .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url(../images/right_case.png) center no-repeat;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/abbg.jpg) center bottom no-repeat;
    margin-top: 120px;
    padding-bottom: 60px;
}

.abouts {
    max-width: 1600px;
    margin: auto;
}

.right_ab {
    float: right;
    width: 53%;
	margin-top:60px;
}

.right_ab img {
    width: 100%;
}

.left_ab {
    float: left;
    width: 45%;
}

.abtitle {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}

.abtitles {
    font-size: 40px;
    color: #c01d1d;
    font-weight: bold;
}

.abline {
    width: 78px;
    height: 4px;
    background: #c01d1d;
    margin-top: 5px;
}

.abcon {
    font-size: 16px;
    color: #282828;
    line-height: 2.3;
    margin-top: 40px;
    text-align: justify;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.sj_top span {
    font-size: 36px;
    color: #c01d1d;
}

.sj_bot {
    font-size: 18px;
    color: #282828;
}

.abmore {
    text-align: right;
    margin-top: 30px;
}

.abmore a {
    font-size: 18px;
    color: #282828;
}

.abmore a img {
    margin-left: 10px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 40px 0;
}

.news {
    max-width: 1600px;
    margin: 50px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}

.titles {
    font-size: 40px;
    color: #c01d1d;
    font-weight: bold;
}

.titleline {
    width: 78px;
    height: 4px;
    background: #c01d1d;
    margin: 5px auto 0;
}

.newitem {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.newitem:last-child {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newcontainer {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 25px;
}

.newtitle {
    font-size: 24px;
    color: #333333;
}

.newcon {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 15px;
}

.newmore {
    text-align: right;
    margin-top: 15px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #1d1d1d;
    padding-top: 45px;
    padding-bottom: 60px;
}

.foots {
    max-width: 1600px;
    margin: auto;
}

.left_foot {
    float: left;
    border-right: 1px solid #2e2e2e;
    height: 265px;
    width: 38.75%;
}

.lftitle {
    font-size: 18px;
    color: #dddbdb;
    margin-top: 20px;
}

.lfcon {
    font-size: 15px;
    color: #c9c9c9;
    line-height: 2;
    margin-top: 20px;
}

.right_foot {
    float: right;
    width: 61.25%;
}

.fnav {
    float: right;
    margin-right: 18%;
}

.ftitle {
    font-size: 18px;
    color: #fff;
}

.fline {
    margin-bottom: 20px;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #d8d8d8;
    margin-bottom: 15px;
}

.copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #1d1d1d;
    border-top: 1px solid #2e2e2e;
    line-height: 75px;
    font-size: 13px;
    color: #bfbfbf;
}

.copy a {
    font-size: 13px;
    color: #bfbfbf;
    margin-left: 5px;
}

.inbanner img {
    width: 100%;
}

.innew {
    max-width: 1600px;
    margin: 55px auto 0;
}

.innews {
    margin-top: 40px;
}

.innw {
    width: 32%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
	margin-right:2%;
	float:left;
}

.innw:nth-child(3n){
	margin-right:0;
}

.inewpic {
    float: left;
    width: 25.375%;
	display:none;
}

.inewpic img {
    width: 100%;
}

.inewintro {
    float: left;
    width: 100%;
}

.innewtitle {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}

.innewdate {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.innewcon {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 8px;
}

.innewmore {
    margin-top: 15px;
    width: 155px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #c01d1d;
    font-size: 16px;
    color: #c01d1d;
    text-align: center;
}

.innw:hover {
    box-shadow: 0 0 10px #ddd;
}

.innw:hover .innewtitle {
    color: #c01d1d;
}

.innw:hover .innewmore {
    background: #c01d1d;
    color: #fff;
}

.newbread {
    max-width: 1600px;
    margin: auto;
}

.newbread img {
    margin-top: -8px;
}

.newbread span,
.newbread a {
    font-size: 15px;
    color: #666666;
}

.newshow {
    max-width: 1600px;
    margin: 20px auto 0;
}

.newshow_fl {
    float: left;
    background: #fff;
    width: 70.375%;
    padding: 70px 75px;
}

.newshow_fl_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #222;
}

.newshow_fl_titles {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}

.newshow_fl_titles span {
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
}

.newshow_fl_con {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 40px;
}

.newshow_fl_con img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.newshow_fr {
    float: right;
    width: 25.5%;
}

.newshow_fr_top {
    width: 100%;
    background: #fff;
    padding: 30px;
}

.newshow_fr_title {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.newshow_fr_maintitle {
    font-size: 28px;
    color: #282828;
    line-height: 1;
}

.newshow_fr_titles {
    text-transform: uppercase;
    font-size: 17px;
    color: #999999;
    margin-top: 5px;
    line-height: 1;
}

.newshow_fr_title::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 51px;
    top: 0;
    left: 0;
    background: #c01d1d;
}

.newshow_fr_top_item_pic {
    width: 100%;
    overflow: hidden;
}

.newshow_fr_top_item {
    padding: 30px 0 20px;
    border-bottom: 1px solid #e3e3e3;
}

.newshow_fr_top_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.newshow_fr_top_item_title {
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
}

.newshow_fr_top_item_con {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-top: 5px;
}

.newshow_fr_bot {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-top: 45px;
}

.newshow_fr_bot_item {
    padding: 20px 0;
    border-bottom: 1px dashed #e3e3e3;
}

.newshow_fr_bot_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.newshow_fr_bot_title {
    font-size: 18px;
    color: #333;
}

.newshow_fr_bot_con {
    font-size: 15px;
    color: #666666;
    margin-top: 8px;
}

.incontainer {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding: 20px 0 70px;
}

.intitle {
    text-align: center;
}

.inmaintitle {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
}

.intitles {
    margin: 10px auto 0;
    width: 79px;
    height: 4px;
    background: #c01d1d;
}

.incontact {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.incontact_top {
    max-width: 1600px;
    margin: 60px auto 0;
    text-align: center;
    overflow: hidden;
}

.incontact_tops {
    width: 25%;
    float: left;
}

.incontact_title {
    font-size: 16px;
    color: #282828;
    margin-top: 20px;
}

.incontact_con {
    font-size: 20px;
    color: #282828;
    margin-top: 5px;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.bread {
    font-size: 0;
    width: 100%;
    height: 68px;
    background: #f4f4f4;
    text-align: center;
}

.bread a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0 45px;
    line-height: 68px;
    height: 68px;
}

.bread a.active {
    color: #fff;
    background: #c01d1d;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

.inproducts {
    max-width: 1600px;
    margin: auto;
}

.inpro {
    margin-top: 60px;
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 1px solid #d3d0d0;
    padding: 40px;
    text-align: center;
}

.inpro:nth-child(3n) {
    margin-right: 0;
}

.inpro_pic img {
    width: 100%;
}

.inpro_title {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
}

.inpro_more {
    margin-top: 15px;
}

.inpro:hover .inpro_title {
    color: #c01d1d;
}

.proshow {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    padding: 50px 0;
}

.proshows {
    max-width: 1330px;
    margin: auto;
}

.proshow_nav {
    width: 100%;
    overflow: hidden;
}

.proshow_nav img {
    float: left;
    margin-right: 5px;
}

.proshow_nav a,
.proshow_nav span {
    float: left;
    font-size: 15px;
    color: #666;
}

.proshow_container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    margin-top: 40px;
    padding: 60px;
}

.proshow_title {
    text-align: center;
    font-size: 30px;
    color: #282828;
}

.proshow_pic {
    text-align: center;
    margin-top: 40px;
}

.proshow_pic img {
    max-width: 100%;
}

.proshow_topic {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.proshow_topic span {
    display: block;
    width: 143px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    background: #c01d1d;
}

.proshow_con {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #dddddd;
}

.proshow_con img{
	max-width:100%;
}

.proshow_page a {
    display: block;
    font-size: 18px;
    color: #1d1d1d;
    margin-top: 15px;
}

.incase {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding: 60px 0;
}

.incases {
    max-width: 1600px;
    margin: auto;
}

.incas {
    float: left;
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    margin-top: 60px;
    border: 1px solid #d3d0d0;
}

.incas:nth-child(3n) {
    margin-right: 0;
}

.incas_pic img {
    width: 100%;
}

.incas_container {
    background: #fff;
    padding: 35px 0;
    text-align: center;
}

.incas_title {
    font-size: 18px;
    color: #333333;
}

.incas_more {
    margin-top: 15px;
}

.caselist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    display: none;
    z-index: 999;
}

.caselists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.incaseswiper img {
    height: 90vh;
    display: block;
    margin: auto;
}

.caselists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.incaseswiper .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
}

.incaseswiper .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.incaseswiper .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
}

.incaseswiper .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.cultures {
    max-width: 1600px;
    margin: 50px auto 0;
}

.intitlecon {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
}

.cul {
    text-align: center;
    float: left;
    position: relative;
    width: 32%;
    margin-right: 2%;
}

.cul:last-child {
    margin-right: 0;
}

.cul_pic img {
    width: 100%;
}

.cul_before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 35%;
}

.cul_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.cul_con {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}

.environment {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    padding: 60px 0;
    background: #f4f4f4;
}

.environments {
    max-width: 1600px;
    margin: 60px auto 0;
}

.environmentswiper img {
    width: 100%;
    cursor: pointer;
}

.environment_arrow {
    text-align: center;
    margin-top: 45px;
}

.environment_arrow .swiper-button-prev {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.environment_arrow .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.environment_arrow .swiper-button-next {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.environment_arrow .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

.inhonors {
    max-width: 1600px;
    margin: 60px auto 0;
}

.inhonorswiper img {
    width: 100%;
    cursor: pointer;
}

.inhonor_arrow {
    text-align: center;
    margin-top: 45px;
}

.inhonor_arrow .swiper-button-prev {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.inhonor_arrow .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.inhonor_arrow .swiper-button-next {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.inhonor_arrow .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.environmentlist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    display: none;
    z-index: 999;
}

.environmentlists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.inenvironmentswiper img {
    height: 90vh;
    display: block;
    margin: auto;
}

.environmentlists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.inenvironmentswiper .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
}

.inenvironmentswiper .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.inenvironmentswiper .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
}

.inenvironmentswiper .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.honorlist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    display: none;
    z-index: 999;
}

.honorlists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.honorlistswiper img {
    height: 90vh;
    display: block;
    margin: auto;
}

.honorlists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.honorlistswiper .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
}

.honorlistswiper .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.honorlistswiper .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
}

.honorlistswiper .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}