@charset "UTF-8";
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothicb.eot');
    src: url('../fonts/gothicb.eot') format('embedded-opentype'), url('../fonts/gothicb.woff2') format('woff2'), url('../fonts/gothicb.woff') format('woff'), url('../fonts/gothicb.ttf') format('truetype'), url('fonts/GOTHICB.otf') format('truetype'), url('fonts/GOTHICB.svg#GOTHICB') format('svg');
}

.century {
    font-family: "Century Gothic", "Arial" !important;
}


/*网站单位设置*/

html {
    font-size: 26px !important;
}

div,
ul,
li,
span,
a {
    box-sizing: border-box;
}

body {
    overflow: hidden;
}

.img100 {
    display: block;
    width: 100%;
}

.honor-banner1-wrap {
    position: relative;
    margin-bottom: .8rem;
}

.honor-banner1-wrap .patent-btns {
	width: 100%;
	position: absolute;
    top: 23%;
    z-index: 999;
}

.honor-banner1 {
    position: relative;
    font-size: 14px;
    line-height: 2;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.honor-banner1 .honor-slide-name {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #004098;
    opacity: 0;
}

.honor-banner1 .img-wrap {
    border: 1px solid #eee;
}

.honor-banner1 .swiper-slide {
    position: relative;
    width: 540px;
    /*height: 445px;*/
}

.honor-banner1 .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active {
    z-index: 4;
}

.honor-banner1 .swiper-slide.swiper-slide-active .img-wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.honor-banner1 .swiper-slide.swiper-slide-active:before {
    opacity: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active .honor-slide-name {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    opacity: 1;
}

.honor-banner2-wrap {
    position: relative;
    margin: 1.8rem 0 3rem;
    background-position: top center;
    background-repeat: repeat-x;
}

.honor-banner2-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    border-top: 1px dashed #000;
    z-index: 0;
    top: 12px;
    left: 0;
}

.honor-banner2-wrap .patent-btns {
    top: 36px;
}

.honor-banner2-wrap .btn {
    background-color: #fff;
}

.honor-banner2-wrap .img-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    background: #f5f5f5;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.honor-banner2-wrap .img-wrap .img100 {
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.honor-banner2-wrap .img-wrap .unhover {
    display: block;
}

.honor-banner2-wrap .img-wrap .hover {
    display: none;
}

.honor-banner2-wrap .swiper-slide {
    height: 70px !important;
    padding-top: 42px;
    color: #cacaca;
    line-height: 1.2;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
    background: url(../images/line5.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 18px
}

.honor-banner2-wrap .swiper-slide:before {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    top: 18px;
    left: 50%;
    margin-left: -4px;
    border-color: transparent transparent #004098 transparent;
    border-width: 5px 4px;
    border-style: solid;
}

.honor-banner2-wrap .swiper-slide:hover {
    color: #333;
}

.honor-banner2-wrap .swiper-slide:hover .img-wrap {
    background: #d70c19;
}

.honor-banner2-wrap .swiper-slide.swiper-slide-active {
    color: #333;
}

.honor-banner2-wrap .swiper-slide.swiper-slide-active:before {
    opacity: 1;
}

.honor-banner2-wrap .banner-title {
    width: 118px;
    margin: 0 auto;
}

.honor-banner2 {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.patent-btns .btn {
    position: absolute;
    display: block;
    top: -20px;
    cursor: pointer;
    background-position: center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    border-radius: 50%;
    box-shadow: 3px 5px 5px rgba(0,0,0,.2);
}
.patent-btns .btn i{color: #666;font-size: 30px;width: 60px;height: 60px;display: block;border-radius: 50%;}
.patent-btns .prev i:hover {
    background-color: #0042ad;
    color: #fff;
}
.patent-btns .next i:hover {
    background-color: #0042ad;
    color: #fff;
}
.patent-btns .prev {
    left: 20px;
}
.patent-btns .next {
    right: 20px;
}