* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    height: 100px;
	position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
}

.logo {
    float: left;
    line-height: 100px;
    width: 12.4%;
    margin-left: 5.3%;
}

.logo img {
    width: 100%;
}

.banner{
	margin-top:100px;
}

.menu {
    width: 104px;
    height: 100px;
    background: #3871c1;
    float: right;
    padding-top: 27px;
    cursor: pointer;
    text-align: center;
}
.head_tel{
	width: 250px;
    height: 180px;
    position: fixed;
    top: 100px;
    right: 0;
    background: #3871c1;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 2;
    z-index: 9;
    padding-top: 40px;
	display:none;
}

.menu span {
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 0 auto 8px;
}

.search {
    width: 104px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    float: right;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.cnav {
    width: 20%;
    position: fixed;
    top: 0;
    right: -20%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding-top: 40px;
    transition: all 0.8s;
}

.cnav ul {
    margin-bottom: 0;
}

.cnav ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.cnav ul li a {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.9);
}

.cnavclose {
    position: absolute;
    left: 15px;
    top: 0;
    color: rgba(51, 51, 51, 0.9);
    font-size: 42px;
    opacity: 1;
    font-weight: 300;
    cursor: pointer;
}

.nav {
    float: right;
    width: 69%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    height: 100px;
    line-height: 100px;
    float: left;
    padding: 0 4.4%;
}

.nav ul li a {
    font-size: 17px;
    color: #1b1818;
    display: block;
}

.nav ul li .detailnav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 999;
    display: none;
	text-align:center;
	line-height:40px;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 1%;
	display:inline-block;
    text-align: center;
	float:none;
}

.nav ul li .detailnav li a {
    font-size: 15px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.nav ul li.child {
    background: url(../images/navdown.png) right 25% center no-repeat;
}

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.maintitle {
    font-size: 44px;
    color: #241f1f;
}

.titleline {
    width: 28px;
    height: 5px;
    background: #074184;
    margin: 5px auto;
}

.titles {
    font-size: 18px;
    color: #454546;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 110px;
}

.products {
    max-width: 1510px;
    margin: 10px auto 0;
}

.pronav {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 0;
}

.pnav {
    display: inline-block;
    width: 16.5%;
    border-right: 1px solid #e0dede;
    padding-bottom: 10px;
}

.pnav:last-child {
    border-right: none;
}

.pnav_pic {
    height: 84px;
    line-height: 54px;
    padding-top: 10px;
    padding-bottom: 20px;
    cursor: pointer;
}

.pnav_name {
    font-size: 18px;
    color: #0e0e0f;
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.pnav_pic:hover img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.proswiper img {
    width: 100%;
	background:#eee;
}

.probot {
    margin-top: 40px;
}

.probots {
    display: none;
}

.proswiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-animation: rolled 2.5s .2s ease both infinite;
    -moz-animation: rolled 2.5s .2s ease both infinite;
    -o-animation: rolled 2.5s .2s ease both infinite;
    -ms-animation: rolled 2.5s .2s ease both infinite;
    overflow: hidden;
}

@-webkit-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-moz-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-o-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-ms-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.cases {
    width: 100%;
    overflow: hidden;
    margin-top: 46px;
    background: #3871c1;
}

.right_case {
    float: right;
    width: 63.4375%;
}

.caseswiper img {
    width: 100%;
	max-height:690px;
}

.caseswiper .swiper-button-prev {
    width: 61px;
    height: 61px;
    background: url(../images/left_case.png) center no-repeat;
    left: 0;
}

.caseswiper .swiper-button-next {
    width: 61px;
    height: 61px;
    background: url(../images/right_case.png) center no-repeat;
    right: 0;
}

.left_case {
    float: left;
    width: 23%;
    margin-left: 9.375%;
}

.lcase_title {
    font-size: 28px;
    color: #fff;
    padding-top: 185px;
}

.lcase_con {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-top: 15px;
}

.lcase_more a {
    display: block;
    width: 186px;
    height: 39px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.lcase_more a:hover{
	background:#fff;
	color:#3871c1;
}

.lcase_more {
    margin-top: 30px;
}

.solution {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.solutions {
    max-width: 1510px;
    margin: auto;
}

.soswiper .swiper-button-prev {
    width: 61px;
    height: 61px;
    background: url(../images/image_15.jpg) center no-repeat;
    left: auto;
    right: calc(31% + 61px);
    top: 93%;
}

.soswiper .swiper-button-next {
    width: 61px;
    height: 61px;
    background: url(../images/image_16.jpg) center no-repeat;
    right: 31%;
    top: 93%;
}

.left_so {
    float: left;
    width: 55.2%;
}

.left_so img {
    width: 100%;
}

.right_so {
    width: 29%;
    float: left;
    margin-left: 5%;
}

.so_etitle {
    font-size: 48px;
    color: #242526;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "思源黑体 CN";
}

.so_ctitle {
    font-size: 32px;
    color: #110f0f;
}

.so_titleline {
    width: 80px;
    height: 4px;
    background: #101010;
    margin-top: 10px;
}

.so_con {
    font-size: 16px;
    color: #1b1a1a;
    line-height: 30px;
    margin-top: 15px;
}

.service {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
    background: url(../images/image_21.jpg) right center no-repeat;
}

.left_ser {
    float: left;
    width: 45.6%;
}

.lser img {
    width: 100%;
}

.lser {
    display: none;
}

.right_ser {
    float: left;
    width: 33.6%;
    margin-left: 1.8%;
}

.rser_title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-top: 115px;
}

.rser {
    margin-top: 80px;
}

.rsers {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.rser_pic {
    width: 73px;
    height: 73px;
    background: url(../images/serbg.png) center no-repeat;
    text-align: center;
    line-height: 72px;
    float: left;
}

.rsers.active .rser_pic {
    background: url(../images/serbg_active.png) center no-repeat;
}

.rser_line {
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}

.rser_con {
    width: 66%;
    line-height: 53px;
    background: #3871c1;
    padding-left: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #f2f2f2;
    float: left;
    margin-top: 8px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
       padding-top: 120px;
    padding-bottom: 35px;
}

.news {
    max-width: 1508px;
    margin: auto;
}

.newnav {
    max-width: 432px;
    margin: 25px auto 0;
    line-height: 52px;
    border-radius: 30px;
    background: #3a60a8;
    overflow: hidden;
}

.newnav a {
    display: block;
    float: left;
    width: 33.3%;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.newnav a:hover {
    background: #18459a;
}

.newswiper img {
    width: 100%;
}
.new_pic{
	overflow:hidden;
}
.new_pic img{
	transition:all 0.6s;
}
.nw:hover .new_pic img{
	transform:scale(1.1);
}

.swiper-container.newswiper {
    margin-top: 40px;
}

.nw {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 60px;
}

.new_date {
    text-align: center;
    font-size: 16px;
    color: #0a0a0a;
    font-family: "Times New Roman";
    margin-top: 40px;
}

.new_con {
    font-size: 16px;
    color: #191717;
    width: 76%;
    margin: 10px auto 0;
}

.newmore {
    width: 162px;
    height: 45px;
    margin: 20px auto 0;
    text-align: center;
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    line-height: 41px;
	transition:all 0.6s;
}
.nw:hover .newmore{
	border-top: 2px solid #18459a;
    border-bottom: 2px solid #18459a;
	color:#18459a;
}

.newswiper .swiper-button-prev,
.newswiper .swiper-button-next {
    position: static;
    margin-top: 35px;
    display: inline-block;
}

.new_arrow {
    text-align: center;
    font-size: 0;
}

.newswiper .swiper-button-prev {
    width: 61px;
    height: 61px;
    background: url(../images/image_15.jpg) center no-repeat;
}

.newswiper .swiper-button-next {
    width: 61px;
    height: 61px;
    background: url(../images/image_16.jpg) center no-repeat;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/abbg.png) top center no-repeat;
}

.about_top {
    max-width: 1508px;
    margin: auto;
    position: relative;
}

.abtitle {
    font-size: 44px;
    color: #241f1f;
    text-align: center;
    padding-top: 150px;
    z-index: 1;
    position: relative;
}

.abline {
    width: 28px;
    height: 5px;
    background: #074184;
    margin: 10px auto 0;
    z-index: 1;
    position: relative;
}

.abtitle_bg {
    width: 100%;
    text-align: center;
    font-family: "Arial";
    font-size: 162px;
    color: #e8f2fb;
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 0;
}

.abmain {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.right_ab {
    float: right;
    width: 47.3%;
}

.right_ab video {
    width: 100%;
}

.left_ab {
    width: 42%;
    float: left;
}

.abcon {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    line-height: 2;
}

.shuju {
    width: 100%;
    overflow: hidden;
}

.sj {
    text-align: center;
    float: left;
    width:33.3%;
}


.sj_top {
    font-size: 60px;
    color: #1b66b1;
    font-family: "Impact";
}

.sj_bot {
    font-size: 18px;
    color: #201e1e;
}

.about_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
    background: url(../images/94.png) top center no-repeat;
}

.about_bots {
    max-width: 1508px;
    margin: auto;
    padding: 0 5%;
    position: relative;
    padding-bottom: 35px;
}

.history {
    text-align: center;
}

.his_top {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    margin: auto;
    border: 2px solid #d3d3d3;
}

.about_bots .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(../images/p32.png) center no-repeat;
    top: 0;
    left: 0;
    margin-top: 0;
}

.about_bots .swiper-button-next {
    width: 42px;
    height: 42px;
    background: url(../images/p33.png) center no-repeat;
    top: 0;
    right: 0;
    margin-top: 0;
}

.his_year {
    font-size: 17px;
    font-weight: bold;
    color: #1b1b1c;
    margin-top:25px;
}

.his_year.active {
    color: #1b66b1;
}

.his_intros {
    padding:0 15px;
    line-height: 53px;
    text-align: center;
    background: #1b66b1;
    font-size: 17px;
    color: #fff;
    display: none;
	margin-top:25px;
	white-space: nowrap;
    width: fit-content;
}

.his_intros span {
    font-size: 16px;
    font-weight: bold;
}

.his_intro {
    position: absolute;
    left: 150px;
    bottom: 35px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #074184;
	
}
.section8{
	margin-top: 100px;
}
.section8 .fp-tableCell{
	background: #032d5d !important;
	vertical-align: top !important;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #39679d;
    padding-bottom: 40px;
}

.foot_tops {
    max-width: 1508px;
    margin: auto;
}

.ftop_right {
    float: right;
    text-align: center;
	margin-top:40px;
}

.ftop_right p {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.ftop_left {
    float: left;
    margin-top: 10px;
}

.ftop_left p {
    font-size: 16px;
    color: #fff;
}

.foot_bot {
    max-width: 1508px;
    margin: 45px auto 120px;
    overflow: hidden;
}

.ftitle a {
    font-size: 17px;
    color: #fff;
}

.ftitle {
    margin-bottom: 35px;
}

.flist ul {
    margin-bottom: 0;
}

.flist ul li a {
    font-size: 15px;
    color: #fff;
}

.flist ul li {
    margin-top: 10px;
}

.fnav {
    float: left;
    margin: 0 6.7%;
}

.copy {
    width: 100%;
    overflow: hidden;
    text-align: left;
    background: #032d5d;
    padding:40px 0;
}

.copys{
	margin:auto;
	max-width: 1508px;
}

.copy a {
    font-size: 14px;
    color: #fff;
	margin-right:30px;
}

.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;
    padding-left: 15px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 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: 55%;
}

.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;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.product_detailstop {
    padding: 0 80px;
    position: relative;
    width: 100%;
    z-index: 9;
    background-color: #fff;
}

.product_detailstop .detailstop_l {
    float: left;
    line-height: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #323232;
}

.product_detailstop .detailstop_r {
    float: right;
}

.product_detailstop .detailstop_r ul {
    display: block;
}

.product_detailstop .detailstop_r ul li {
    float: left;
    line-height: 50px;
    margin: 0 20px;
}

.product_detailstop .detailstop_r ul li a {
    font-size: 14px;
    color: #333;
}

.pos_r {
    position: relative;
  
}

.details_return {
    position: absolute;
    top: 27%;
    right: 80px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    background-color: #f2f2f2;
    border-radius: 20px;
    display: block;
}

.pos_r img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.details_zsl {
    position: absolute;
    width: 40%;
    left: 20%;
    top: 23%;
}

.template_details01 img {
    max-width: 100%;
}

.template_details01 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url(../images/page.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
}

.template_details01 .swiper-pagination-bullet-active {
    background-image: url(../images/page_active.png);
}

.template_details01.swiper-container {
    padding-bottom: 40px;
}

.details_zsr {
    position: absolute;
    width: 30%;
    right: 10%;
    top: 29%;
}

.details_zsr h2 {
    text-align: center;
    margin: 50px 0 20px;
}

.details_zsr h2 span {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    margin-right: 6px;
}

.details_zsr .p2 {
    text-align: left;
    margin-bottom: 80px;
    color: #666;
    line-height: 20px;
}

.details_zsr .p3 {
    margin-bottom: 100px;
    text-align: center;
}

.details_zsr .p3 a.a03 {
    padding-left: 22px;
    background-image: url(../images/caiye.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 19px auto;
    margin: 0 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
}

.details_zsr .p4 {
    text-align: center;
}

.details_zsr .p4 b {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    height: 1px;
    background-color: #eee;
}

.details_zsr .p4 span,
.details_zsr .p4 span.active {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 4px;
    padding-left: 24px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}

.details_zsr .p4 span {
    background-image: url(../images/star.png);
}

.container_main {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.details_cpgl {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.margin_tb60 {
    margin: 60px 0;
}

.margin_tb40 {
    margin: 40px 0;
	line-height:30px;
}

.container_main img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.details_ggcsmain {
    padding: 10px 0 80px;
    background-color: #f8f9fa;
}

.details_ggcsmain .h2_ggcs {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.margin_t80 {
    margin-top: 80px;
}

.detailsggcs_table {
    width: 100%;
    margin: 40px 0;
}

.detailsggcs_table img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.base-ban {
    width: 100%;
    height: auto;
    position: relative;
}

.base-ban img {
    display: block;
    width: 100%;
}

.base-ban .warp {
    position: absolute;
    top: 30%;
    left: 13%;
}

.base-ban .warp h2 {
    font-size: 72px;
    font-family: 'Century Gothic';
    color: #fff;
    display: block;
    line-height: 80px;
    font-weight: bold;
    position: relative;
    padding-top: 35px;
    margin-bottom: 15px;
}

.base-ban .warp h2:before {
    display: block;
    content: '';
    height: 3px;
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.base-ban .warp .mintit {
    font-size: 48px;
    color: #fff;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.base-ban .warp .cent,
.base-ban .warp .cent p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: 'Century Gothic';
}

.base-ban .warp .cent {
    margin-bottom: 60px;
}

.base-ban .warp .btns {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-color: #248e3e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.base-ban .warp .btns i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bot-arr.png) center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.base-ban .warp .btns:hover {
    background-color: rgba(255, 255, 255, 0.7)
}

.base-ban .warp .btns:hover i {
    background: url(../images/bot-arr1.png) center no-repeat;
}

.content {
    overflow: hidden;
}

.content .innerWrap {
    width: 1440px;
    margin: 0 auto;
}

.content1 {
    margin-top: 12rem;
}

.content1 .innerWrap ul {
    display: flex;
    flex-wrap: wrap;
}

.content1 .innerWrap ul li {
    width: 32.8%;
    height: 26rem;
    margin-right: 0.8%;
    position: relative;
}

.content1 .innerWrap ul li.active .imgBox div {
    filter: blur(0);
}

.content1 .innerWrap ul li:hover a .imgBox div {
    transform: scale(1.05);
}

.content1 .innerWrap ul li:last-child {
    margin-right: 0;
}

.content1 .innerWrap ul li a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 2.5rem 3rem;
}

.content1 .innerWrap ul li a .imgBox {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.content1 .innerWrap ul li a .imgBox div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    filter: blur(2px);
}

.content1 .innerWrap ul li a .ctx {
    position: relative;
    z-index: 1;
}

.content1 .innerWrap ul li a p {
    color: #fff;
    font-size: 24px;
}

@media only screen and (max-width: 1440px) {
    .content1 .innerWrap ul li a p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content1 .innerWrap ul li a p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .innerWrap ul li a p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .innerWrap ul li a p {
        font-size: 16px;
    }
}

.recruits-list3 .m-img {
    display: none;
}

.recruits-list3 .list3-txts {
    padding: 2.8rem;
    height: auto;
    width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.recruits-list3 {
    padding: 7.2rem 0;
}

.recruits-list3 .img-wrap {
    height: 355px;
	background-repeat: no-repeat;
    background-size: cover;
}

.recruits-list3 .swiper-slide {
    position: relative;
    color: #fff;
    text-align: center;
}

.recruits-list3 .ico-wrap {
    width: 40px;
    margin: 0 auto 60px;
}

.recruits-list3 .list3-h5 {
    font-size: 22px;
    line-height: 4rem;
}

.recruits-list3 .list3-h5:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}

.recruits-list3 .txts-mains {
    font-size: 17px;
    line-height: 28px;
    transition-duration: .3s;
    height: 168px;
    overflow: hidden;
}



@media(max-width: 1270px) {
    .recruits-list3 .ico-wrap {
        width: 30px;
        margin-bottom: 10px;
    }
    .recruits-list3 .list3-h5:after {
        margin: 10px auto;
    }
    .recruits-list3 .list3-h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .recruits-list3 .img-wrap {
        height: 280px;
    }
    .recruits-list3 .scroll-wrap,
    .recruits-list3 .txts-mains,
    .recruits-list3 .txts-mains.autoHeight {
        height: 96px;
    }
    .recruits-list3 .txts-mains {
        font-size: 12px;
        line-height: 24px;
    }
}

.w1200 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.ovh {
    overflow: hidden;
}

.poa50 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.about-environment {
    width: 100%;
    background: #f6f8fb;
    padding-top: 60px;
    padding-bottom: 110px;
}

.about-environment-conetnt {
    width: 100%
}

.about-environment-conetnt .pages0t {
    width: 100%;
    height: 471px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.about-environment-conetnt .pages0t .left {
    width: 66%;
}

.about-environment-conetnt .pages0t .rigth {
    width: 33%;
}

.about-environment-conetnt .pages0t li {
    float: left;
}

.about-environment-conetnt .paf .left {
    height: 471px;
    overflow: hidden;
}

.about-environment-conetnt img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.about-environment-conetnt img:hover {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
}

.about-environment-conetnt .paf .rigth ul {
    width: 100%;
}

.about-environment-conetnt .paf .rigth ul li:first-of-type {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .paf .rigth ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    height: 230px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
}

.about-environment-conetnt .paf .rigth ul li:last-of-type {
    width: 49%;
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
}

.about-environment-conetnt .pat .left li {
    height: 471px;
    margin-right: 1.2%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:first-child {
    width: 24.35%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) {
    width: 24.35%;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) p {
    height: 230px;
    margin-bottom: 10px;
    background: #ff9000;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
}

.about-environment-conetnt .pat .left li:nth-of-type(2) .ds {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.about-environment-conetnt .pat .left li:last-of-type {
    margin-right: 0;
    width: 48.5%;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.about-environment-conetnt .pat .rigth .ds:last-of-type {
    margin-top: 10px;
}

.qye-title {
    text-align: center;
    padding-bottom: 40px;
}

.qye-title h3 {
    font-size: 36px;
    color: #444;
    font-weight: bold;
}

.qye-title span {
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}

.qye-title p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}

.w1400 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
	position:relative;
	z-index:9;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.eco-pingpai-box2 {
    background-color: #253746;
    height: 360px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.eco-pingpai-box2 h1 {
    font-size: 46px;
    padding-top: 100px;
}

.eco-pingpai-box2 p {
    font-size: 18px;
    padding-top: 30px;
    line-height: 180%;
}

.eco-pingpai-video2 {
    background: url(../images/video.jpg) no-repeat center top;
    height: 700px;
    position: relative;
}

.eco-pingpai-video2 span {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.eco-honer-box {
    height: 1000px;
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
}

.eco-honer-box .swiper-container {
    width: 1200px;
    padding-top: 100px;
}

.eco-honer-box .swiper-container h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 60px;
}

.eco-honer-box .swiper-container .swiper-slide {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 40px 0;
    height: 605px;
    color: #666;
}

.eco-honer-box .swiper-container .swiper-slide img {
    margin-top: 108px;
}

.eco-honer-box .swiper-container .swiper-slide span {
    margin-top: 100px;
    font-size: 30px;
    color: #333;
    display: block;
}

.eco-honer-box .swiper-pagination {
    left: 46.7%;
    bottom: 130px;
}

.eco-honer-box .swiper-pagination span {
    margin: 0 5px;
}

.eco-honer-box .swiper-pagination-bullet {
    width: 48px !important;
    height: 3px !important;
    border-radius: 0px !important;
}

.eco-honer-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #253746 !important;
    outline: none;
}

.clearfix {
    clear: both;
}

.close_btn {
    position: fixed;
    bottom: 30px;
    text-align: center;
    left: 48.5%;
}

.close_btn span {
    cursor: pointer;
    position: relative !important;
    margin: 0 auto;
}

.layui-layer {
    -webkit-animation-duration: 0.9s!important;
    animation-duration: 0.9s!important;
}

.tk_foot_btn {
    margin: 60px auto 160px;
    display: block;
    background-color: #253746;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    width: 360px;
}

.btn-left-right .swiper-button-next {
    background: url("../images/icon-right.png") no-repeat center center !important;
    right: 10px;
    width: 47px !important;
    outline: none;
}

.btn-left-right .swiper-button-prev {
    background: url("../images/icon-left.png") no-repeat center center !important;
    left: 10px;
    outline: none;
    width: 47px !important;
}

.btn-left-right {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    top: 500px;
}

.eco-alink-box {
    text-align: center;
    margin-top: 80px;
}

.eco-alink-box a {
    color: #253746;
    text-decoration: none;
}

.eco-pingpai-banner03 {
    background: url(../images/20191016110733_95690.jpg) no-repeat center top;
    height: 864px;
    width: 100%;
	position:absolute;
}

.eco-box4 {
    position: relative;
    background-color: #f2f2f2;
    height: 865px;
}

.eco-box4-text {
    width: 1200px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    top: 700px;
    height: 1115px;
}

.eco-box4-text h1 {
    font-size: 46px;
    text-align: center;
    padding: 60px 0 40px;
}

.eco-box4-text p {
    font-size: 18px;
    text-align: center;
    line-height: 180%;
    color: #333;
    margin-bottom: 60px;
}

.eco-box4-img01 {
    position: absolute;
    width: 570px;
    height: 789px;
    border-radius: 8px;
    overflow: hidden;
    top: 305px;
}

.eco-box4-img01 img {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.eco-box4-img01:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.eco-box4-img01 h2 {
    font-size: 32px;
    position: absolute;
    z-index: 2;
    bottom: 160px;
    left: 50px;
}

.eco-box4-img01 p {
    text-align: left;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50px;
}

.eco-box4-img01 a {
    text-align: left;
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 50px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.eco-box4-img02 {
    position: absolute;
    width: 569px;
    height: 350px;
    float: right;
    right: 20px;
    top: 305px;
    border-radius: 8px;
    overflow: hidden;
}

.eco-box4-img02 img {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.eco-box4-img02:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.eco-box4-img02 h2 {
    font-size: 32px;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 20px;
}

.eco-box4-img02 p {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 20px;
}

.eco-box4-img02 a {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 150px;
    left: 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.eco-box4-img03 {
    position: absolute;
    width: 275px;
    height: 419px;
    float: right;
    right: 314px;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.eco-box4-img03 img {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.eco-box4-img03:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.eco-box4-img03 h2 {
    font-size: 32px;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 20px;
}

.eco-box4-img03 p {
    text-align: left;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50px;
}

.eco-box4-img03 a {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 120px;
    left: 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.eco-box4-img04 {
    position: absolute;
    width: 275px;
    height: 419px;
    float: right;
    right: 20px;
    bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.eco-box4-img04 img {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.eco-box4-img04:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.eco-box4-img04 h2 {
    font-size: 32px;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 20px;
}

.eco-box4-img04 p {
    text-align: left;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50px;
}

.eco-box4-img04 a {
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 120px;
    left: 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.eco-box5 {
    position: relative;
    height: 879px;
    background: url(../images/20191016110734_43863.jpg) no-repeat center top;
    overflow: hidden;
    background-color: #f2f2f2;
    padding-top: 40px;
}

.eco-box5 h2 {
    font-size: 46px;
    text-align: center;
    padding: 60px 0 40px;
}

.eco-box5 .eco-box5-text {
    width: 1000px;
    margin: 150px auto 0;
}

.eco-box5 .eco-box5-text ul {
    margin: 0;
    padding: 0;
}

.eco-box5 .eco-box5-text ul li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin-bottom: 80px;
}

.eco-box5 .eco-box5-text h2 {
    font-size: 64px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.eco-box5 .eco-box5-text p {
    font-size: 16px;
}

.eco-box5 .foot-text {
    font-size: 14px;
    color: #999;
    width: 1000px;
    margin: 70px auto;
}

video {
    max-width: 100%!important;
    display: inline-block;
}

.share{
	margin-top:30px;
}
.share img{
	margin-right:10px;
}
.zhaoxin {
    max-width: 1620px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.zhaoxintop {
    display: flex;
    width: 100%;
    background: #7F7F7F;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.zhaoxintop span {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0.25rem 0;
}

.zhaoxins li {
    position: relative;
    margin-bottom: 0.5rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}

.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}

.zhaoxins li.liNow .topDiv a {
    background: #00bbf7;
    color: #fff;
}

.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}

.zhaoxins li .msgDiv dl {
    display: flex;
    overflow: hidden;
    text-decoration: none;
}

.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration: none;
}


/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/

dl {
    margin-bottom: 0;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}

.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}

.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #00bbf7;
    font-size: 14px;
}

.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}

.zhaoxins li .btnDiv a:hover {
    border: #00bbf7 solid 1px;
    background: #00bbf7;
    color: #fff;
    transition: 0.2s linear;
}

.zhaoxins li .btnDiv {
    margin-top: 0.25rem;
}

.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}
.nav ul li .child {
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  top: calc(70px + 30px);
  background: #fff;
  transform-origin: top center;
  display: none;
  border-top: 1px solid #ebebeb;
  cursor: default;
}
.nav ul li .child ul {
  display: flex;
  flex-wrap: wrap;
}
.nav ul li .child li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .nav ul li .child li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .nav ul li .child li {
    font-size: 14px;
  }
}
.nav ul li .child li a {
  width: 100%;
  height: 100%;
  color: #333;
}
.nav ul li .child li:last-child {
  border-bottom: none;
}
.nav ul li .child li:hover a {
  color: #d12d25;
}
.nav ul li:hover .child {
  animation-name: slideInDown;
  animation-duration: 0.4s;
  display: block;
  top: calc(70px + 30px);
}
.header .menu > ul > li i {
  margin-right: 5px;
}
.header .menu > ul > li.active > a,
.header .menu > ul > li:hover > a {
  box-shadow: inset 0 -2px 0 #d12d25;
}
.nav ul li .innerWrap {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.nav ul li .innerWrap .left {
  width: 50%;
  padding: 6rem 0 14rem;
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
}
.nav ul li .innerWrap .left h2 {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.nav ul li .innerWrap .right {
  display: block;
  width: 50%;
  padding: 6rem 0 10rem 10rem;
}
.nav ul li .innerWrap .right a {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  cursor: pointer;
}
.nav ul li .innerWrap .right h2 {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.nav ul li .innerWrap .right .imgBox {
  width: 100%;
  height: 17.3rem;
}
.nav ul li .innerWrap .right .imgBox div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.eco-pingpai-box2 div{
	max-width:1200px;
	margin:auto;
}.qiyewenhuas{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
	max-width:1210px;
	margin:auto;
	padding-top:150px;
}
.qiyewenhuas a{
    display: block;
    width: 49.1745%;
    position: relative;
    overflow: hidden;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
}
.qiyewenhuas a img{
    width: 100%;
}
.qiyewenhuas a div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../images/44.png)left 0 no-repeat rgba(0,0,0,0.5);
    padding-left: 14rem;
    padding-top: 4rem;
    padding-right: 4rem;
    background-position: 4rem 6rem;
    transition: 0.3s linear;
}
.qiyewenhuas a div label{
    font-size: 24px;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 1.3rem;
    margin-bottom: 1rem;
}
.qiyewenhuas a div p{
    margin: 0;
    font-size: 16px;
    line-height: 29px;
}

.qiyewenhuas a:nth-child(2n){
    margin-right: 0;
}

.qiyewenhuas a:nth-child(1):hover div{
    background: url(../images/44.png)left 0 no-repeat rgba(55,111,181,0.5);
    transition: 0.3s linear;
    background-position: 4rem 6rem;
}


.qiyewenhuas a:nth-child(2):hover div{
    background: url(../images/45.png)left 0 no-repeat rgba(55,111,181,0.5);
    transition: 0.3s linear;
    background-position: 4rem 6rem;
}



.qiyewenhuas a:nth-child(3):hover div{
    background: url(../images/46.png)left 0 no-repeat rgba(55,111,181,0.5);
    transition: 0.3s linear;
    background-position: 4rem 6rem;
}



.qiyewenhuas a:nth-child(4):hover div{
    background: url(../images/47.png)left 0 no-repeat rgba(55,111,181,0.5);
    transition: 0.3s linear;
    background-position: 4rem 6rem;
}



.qiyewenhuas a:nth-child(2) div{
    background: url(../images/45.png)left 0 no-repeat rgba(0,0,0,0.5);
    background-position: 4rem 6rem;
}
.qiyewenhuas a:nth-child(3) div{
    background: url(../images/46.png)left 0 no-repeat rgba(0,0,0,0.5);
    background-position: 4rem 6rem;
}
.qiyewenhuas a:nth-child(4) div{
    background: url(../images/47.png)left 0 no-repeat rgba(0,0,0,0.5);
    background-position: 4rem 6rem;
}


.neiermenu { padding: 10px 0; }

.neiermenu-a { font-size: 0; padding-left: 24px; background: url(http://zhouxin.new.uoeee.com/dist/images/home.png) no-repeat center left; background-size: auto 80%; }

.neiermenu-a a { position: relative; display: inline-block; vertical-align: middle; line-height: 1.66667; margin-left: 7px; padding-left: 10px; font-size: 14px; color: #929aa1; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.neiermenu-a a:after { position: absolute; top: 50%; left: 0; border-left: 4px solid #777777; border-top: 4px solid transparent; border-bottom: 4px solid transparent; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ''; }

.neiermenu-a a:hover { color: #020920; }
.incommonweb { width: 100%; max-width: 1480px; height: 100%; margin: 0 auto; padding: 0 15px; }
.products {
    padding-bottom: 30px;
}
.case-one { padding: 20px 0 10px; font-size: 0; }
.case-oneimg { width: 100%; overflow: hidden; }

.case-oneimg img { width: 100%; }

.casepost-oneimg { position: relative; widows: 100%; overflow: hidden; }

.casepost-oneimg .casepost-oneimgx { width: 100%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.casepost-oneimg .player-btn { position: absolute; top: 50%; left: 50%; z-index: 5; display: block; width: 52px; height: 52px; text-align: center; line-height: 52px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.case-onetext { padding-top: 15px; line-height: 2; font-size: 14px; color: #020920; }

.case-onedes { position: relative; text-indent: 2em; margin-top: 8px; }

.case-onedes:after { position: absolute; line-height: 1; font-size: 32px; color: #facd01; top: 0; left: 0; text-indent: 0em; content: '“'; display: none; }
.case-oneleft, .casepost-oneleft { width: 50%; display: inline-block; vertical-align: top; }

.case-onetext {
    padding-top: 15px;
    line-height: 2;
    font-size: 14px;
    color: #020920;
}
.case-onetext, .casepost-onetxt {
    margin-left: 1.5625%;
    display: inline-block;
    vertical-align: top;
    width: 48.4375%;
}
.products-one { padding: 20px 0 1px; }

.products-tit h2 { position: relative; font-size: 0; font-family: 'MontserratM'; }

.products-tit h2 span { position: relative; z-index: 3; display: inline-block; vertical-align: middle; line-height: 1.5625; font-size: 27px; color: #020920; }

.products-tit h2 .products-icon { width: 25px;display:none; }

.products-tit h2 .products-icon img { height: 18px; }

.products-tit h2:after { position: absolute; top: -2px; left: 5px; width: 120px; height: 100%; background: url(http://zhouxin.new.uoeee.com/dist/images/productstitbg.png); content: ''; display: none; }

.products-tit h3 { padding-left: 25px; line-height: 20px; font-size: 14px; color: #929aa1; }

.products-oneul { margin-top: 20px; font-size: 0; }

.products-oneul li { display: inline-block; vertical-align: top; width: 49%; margin-bottom: 20px; margin-right: 2%; }

.products-oneul li:nth-child(2n) { margin-right: 0; }

.products-oneimg { width: 100%; position: relative; height: 0; padding-top: 68.29268%; overflow: hidden; }

.products-oneimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.products-onetxt { position: relative; width: 90.2439%; padding: 2.92683% 7.31707% 3%; margin: -30px auto 0; background: #fff; border-bottom: 2px solid #eef0f7; line-height: 24px; font-size: 14px; color: #020920; }

.products-onetxt h3 { position: relative; z-index: 3; line-height: 1.4; font-size: 16px; color: #020920; }

.products-onetxt h3 p { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.products-onetxt h3:after { position: absolute; top: 50%; left: -5px; width: 2px; height: 15px; background: #020920; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); content: ''; }
.products-oneul li { width: 23.5%; margin-right: 2%; }
  .products-oneul li:nth-child(2n) { margin-right: 2%; }
  .products-oneul li:nth-child(4n) { margin-right: 0; }
  .products2-onedes {
    position: relative;
    z-index: 3;
    margin-top: 5px;
    display: -webkit-box;
    height: 22px;
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #666;
}
.margin_b60 {
    margin-bottom: 60px;
}
.container_main {
    width: 75%;
    margin: 0 auto;
    position: relative;
}
.h2_details {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.margin_t40 {
    margin-top: 40px;
}
.details_zlxz_ul {
    background-color: #333;
}
.details_zlxz_ul li {
    position: relative;
    float: left;
    color: #fff;
    line-height: 14px;
    padding: 18px 0;
    cursor: pointer;
}
.details_zlxz_ul li span {
    padding: 0 40px;
    border-right: 1px solid #484848;
}
.details_zlxz_ul li.active {
    background-color: #018ccf;
}
.details_zlxz_ul li.active:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 14px;
    height: 7px;
    margin-left: -7px;
    background-image: url(../images/downloadspan.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.details_zlxz_table {
    width: 100%;
	display:none;
}
.margin_t10 {
    margin-top: 10px;
}
.details_zlxz_table tr td {
    padding: 20px 0;
    line-height: 16px;
    border-bottom: 1px dashed #eee;
}
.gray_color02 {
    color: #999;
}
.details_zlxz_table tr td .span_seen {
    background-image: url(../images/see.png);
    background-size: 16px auto;
	padding-left: 18px;
    background-position: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.details_zlxz_table tr td .span_download {
    padding-left: 18px;
    background-position: 0;
    background-repeat: no-repeat;
    cursor: pointer;
	    background-image: url(../images/download.png);
    background-size: 14px auto;
}
.cc {
    display: block;
	clear: both;
	overflow:hidden;
	margin-bottom:0;
}
.details_zlxz_ul li.active span {
    border-right: 1px solid #018ccf;
}
.margin_t60 {
    margin-top: 60px;
}
.pos_loct {
    padding: 20px 0;
}
.right {
    float: right;
}
.pos_loct .right a, .pos_loct .right img, .pos_loct .right span,.pos_loct .left a, .pos_loct .left img, .pos_loct .left span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	width:auto;
}
.system_choose {
    border-bottom: 1px solid #eee;
}
.system_ul li {
    float: left;
    margin-right: 40px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.system_ul li.active {
    border-bottom: 2px solid #1b90cd;
    color: #1b90cd;
}
.system_temp {
    padding: 50px 0;
}
.fags_l {
    float: left;
    width: 55%;
    padding-top: 20px;
}
.h2_wen {
    font-weight: 400;
}
.h1_wen, .h2_wen {
    font-size: 40px;
    color: #000;
}
.system_temp p {
    color: #666;
    line-height: 30px;
}
.margin_tb40 {
    margin: 40px 0;
}
.fags_btn01_main {
    float: left;
    margin-right: 20px;
    border: 1px solid #018ccf;
}

.left {
    float: left;
}
.fags_btn01 {
    float: left;
    padding-left: 8px;
    width: 164px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #018ccf;
    background-image: url(../images/zlxz.png);
    background-position: 36px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.fags_btn02_main {
    float: left;
    border: 1px solid #018ccf;
}
.fags_btn02 {
    float: left;
    padding-left: 8px;
    width: 164px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #018ccf;
    background-image: url(../images/fazx.png);
    background-position: 36px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.fags_r {
    float: right;
    width: 40%;
}
.fags_r img {
    width: 100%;
}
.system_temp02 {
    padding: 50px 0;
}
.fays_ul li {
    float: left;
    width: 20%;
    margin: 0 13% 60px 0;
    height: 140px;
}
.fays_ul li h3 {
    font-size: 24px;
    color: #018ccf;
    font-weight: 400;
    margin-bottom: 26px;
}
.fays_ul li p {
    color: #666;
    line-height: 26px;
}
.margin_b50 {
    margin-bottom: 50px;
}
.gray_bg {
    background-color: #f2f4f6;
}

.fazc_img img {
    max-width: 100%;
	width:auto;
}
.news_swiper {
    width: 87%;
    position: relative;
    padding: 0 6%;
}
.news_swiper .swiper-slide .news_swiper_img {
    overflow: hidden;
}
.news_swiper .swiper-slide .news_swiper_img img {
    opacity: .8;
    width: 100%;
}
.swiper-container img {
    max-width: 100%;
}
.cgal_wen {
    padding-top: 26px;
    height: 90px;
    background-color: #f2f4f6;
    text-align: center;
    color: #666;
}
.news_swiper .swiper-slide:hover .cgal_wen{background:#1b90cd;background:-webkit-gradient(linear,left top,right top,from(#1b90cd),to(#74b32c));background:linear-gradient(90deg,#1b90cd 0,#74b32c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b90cd",endColorstr="#74b32c",GradientType=0);color:#fff}
.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 8px auto;
    background-position: 50%;
    background-repeat: no-repeat;
}
.news_swiper .swiper-button-prev {
    left: 0;
    right: auto;
    border: 1px solid #aaa;
    background-image: url(../images/left_new.png);
    border-radius: 30px;
}
.news_swiper .swiper-button-next {
    left: auto;
    right: 0;
    border: 1px solid #e5e5e5;
    background-image: url(../images/right_new.png);
    border-radius: 30px;
}
.tc_main, .tc_main_bg {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.tcfazx_main {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 930px;
    height: 610px;
    margin-left: -465px;
    margin-top: -305px;
    border-radius: 4px;
    overflow: hidden;
}
.tcfazx_top {
    background: #1b90cd;
    padding: 20px 30px;
}
.tcfazx_top b {
    line-height: 20px;
    font-size: 20px;
    color: #fff;
}
.tcfazx_top img {
    width: 20px;
    cursor: pointer;
}
.tcfazx_int, .tcfazx_sel {
    width: 338px;
    border: 1px solid #eee;
}
.tcfazx_int {
    line-height: 20px;
    padding: 14px 20px;
    background: #f8f9fa;
}
.tcfazx_btm {
    padding: 30px 60px 30px;
    background: #fff;
}
.margin_b20 {
    margin-bottom: 20px;
}
.tcfazx_int {
    line-height: 20px;
    padding: 14px 20px;
    background: #f8f9fa;
}
.tcfazx_sel {
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    background-color: #f8f9fa;
    background-image: url(../images/select.png);
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.margin_t20 {
    margin-top: 20px;
}
.tcfazx_file .left input {
    line-height: 20px;
    padding: 14px 20px;
    width: 180px;
    background: #f8f9fa;
    border: 1px solid #eee;
}
.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.tcfazx_file .el-button {
    width: 150px;
    height: 50px;
    background: #008ccf;
    border-radius: 0;
	color:#fff;
	border:none;
}
.el-upload input[type=file] {
    display: none!important;
}
.el-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tcfazx_msg {
    float: left;
    line-height: 20px;
    padding: 14px 20px;
    width: 180px;
    background: #f8f9fa;
    border: 1px solid #eee;
}
.tcfazx_getyzm {
    float: right;
    line-height: 50px;
    height: 50px;
    width: 150px;
    text-align: center;
    background: #008ccf;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.tcfazx_nrms {
    line-height: 20px;
    padding: 14px 20px;
    width: 338px;
    height: 160px;
    background: #f8f9fa;
    border: 1px solid #eee;
}
.tcfazx_tjbtn {
    background: #1b90cd;
    background: -webkit-gradient(linear,left top,right top,from(#1b90cd),to(#74b32c));
    background: linear-gradient(
90deg,#1b90cd 0,#74b32c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b90cd",endColorstr="#74b32c",GradientType=0);
}
.tcfazx_czbtn, .tcfazx_tjbtn {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 380px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.tcfazx_czbtn {
    background: #bbb;
}
select{
	-webkit-appearance: none;
}
.tczlxz_main {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    width: 930px;
    height: 420px;
    margin-left: -465px;
    margin-top: -210px;
    border-radius: 4px;
}
.tczlxz_wen {
    padding: 30px 60px 30px;
    background: #fff;
}
.tczlxz_wen_table {
    width: 100%;
}
.tczlxz_wen_table tr:nth-child(2n-1) td {
    background-color: #f8f9fb;
}
.tczlxz_wen_table tr td {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
}
.tczlxz_wen_table tr td a.a_download {
    padding-right: 20px;
    background: url(../images/download.png) 100% no-repeat;
    background-size: 14px auto;
}
.h2_wen02, .h2_wen06 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
}

.h2_wen02 {
    text-align: center;
}
.news_swiper {
    width: 87%;
    position: relative;
    padding: 0 6%;
}
.zdxw_l {
    float: left;
    width: 55%;
    overflow: hidden;
}
.zdxw_l img.img01 {
    width: 100%;
    opacity: .8;
    height: 100%;
	transition:all 0.8s;
}
.zdxw_l img.img01:hover{
	transform:scale(1.1);
	}
.zdxw_r {
    float: right;
    width: 45%;
}
.zdxw_wen {
    padding: 60px 10% 0;
}
.h3_wen {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.h2_wen05, .h3_wen {
    color: #000;
    font-weight: 400;
}
.zdxw_wen .zdxw_p1 {
    color: #999;
    margin: 20px auto;
}
.zdxw_wen .zdxw_p2 {
    color: #666;
    line-height: 28px;
}
.zdxw_wen .zdxw_p3 {
    margin-top: 40px;
}
.zdxw_wen .zdxw_p3 span {
    margin-right: 20px;
}
.ljgd_main {
    margin-top: 60px;
}
.ljgd_main a {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding-right: 10px;
    background-image: url(../images/newmore.png);
    background-position: 110px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    border: 1px solid #000;
    border-radius: 30px;
}
.ljgd_main a:hover{
	border: 1px solid #3871c1;
	background-color:#3871c1;
	color:#fff;
}
.gray_bg02 {
    background-color: #f9f9f9;
}
.news_swiper .swiper-slide div{
	overflow:hidden;
}
.news_swiper img.img03 {
    width: 100%;
    opacity: .8;
	transition:all 0.8s;
}
.news_swiper .swiper-slide:hover img.img03{
	transform:scale(1.1);
	}
.zxxw_wen {
    padding: 26px 5%;
    height: 195px;
    background-color: #f2f4f6;
    color: #666;
}
.news_swiper .swiper-slide:hover .zxxw_wen,
.news_swiper .swiper-slide:hover .zhhd_wen{
	background-color: #3871c1;
}
.news_swiper .swiper-slide:hover .zxxw_wen_p1,
.news_swiper .swiper-slide:hover .zxxw_wen_h3,
.news_swiper .swiper-slide:hover .zxxw_wen_p2{
	color:#fff;
}
.zxxw_wen .zxxw_wen_p1 {
    color: #999;
}
.zxxw_wen .zxxw_wen_h3, .zxxw_wen .zxxw_wen_p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zxxw_wen .zxxw_wen_h3 {
    color: #333;
    margin: 14px 0 10px;
    line-height: 26px;
    height: 52px;
	font-size:16px;
}
.zxxw_wen .zxxw_wen_p2 {
    color: #666;
    line-height: 24px;
    height: 48px;
}

.zxxw_wen .zxxw_wen_h3, .zxxw_wen .zxxw_wen_p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.zhhd_wen {
    padding: 26px 5% 10px;
    height: 195px;
    background-color: #f2f4f6;
    color: #666;
}
.zhhd_wen:hover{
	background-color: #3871c1;
}
.zhhd_wen:hover .zxxw_wen_h3,
.zhhd_wen:hover .zxxw_wen_p2{
	color:#fff;
}
.zhhd_wen h3 {
    color: #333;
    margin: 0 0 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:18px;
}

.zhhd_wen p {
    color: #666;
    line-height: 26px;
}
.zhhd_wen p {
    color: #666;
    line-height: 26px;
}
.details_zlxz_table video{
	max-width:100%;
}
.news_list_ul .l_img {
    float: left;
    width: 28%;
}
.img_width100 {
    width: 100%;
}
.news_list_ul .r_wen {
    float: right;
    width: 70%;
    padding-top: 20px;
}
.news_list_ul .r_wen .p1 {
    color: #999;
    margin: 10px auto 20px;
}
.news_list_ul .r_wen .p2 {
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}
.twoline_overhide {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list_ul .r_wen .p3 a {
    display: inline-block;
    border: 1px solid #666;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 40px;
}
.news_list_ul li {
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
.recommend_pro{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.recommend_product{
	width:75%;
	margin:auto;
}
.recommend_products{
	width:23.5%;
	float:left;
	margin-right:2%;
}
.recommend_products:nth-child(4n){
	margin-right:0;
}
.recommend_products_pic img{
	width:100%;
}
.recommend_products_name{
	font-size:16px;
	color:#333;
	text-align:center;
	margin-top:10px;
}
.recommend_pro .h2_details{
	width:75%;
	margin:auto;
}
.wh_list_box_bg{
	background: url(../images/qywh_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 90px 0 34px 0;
}
.wh_list_box_bg .item{
	text-align: center;
	width: 400px;
	height: 212px;
	border-radius: 0 20px 0 0;
	background: #fff;
	float: left;
	padding: 25px 0;
	box-sizing: border-box;
	color: #333;
	margin:0 50px 50px 0;
}

.wh_list_box_bg .item.n-r{
	margin:0 0 50px 0;
}
.wh_list_box_bg .item i{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	/*background: red;*/
	display: block;
}
.wh_list_box_bg .item h4{
	font-size: 22px;
	font-weight: bold;
	/*color: #333;*/
	padding: 20px 0;
	margin:0;
}
.wh_list_box_bg .item p{
	font-size: 18px;
	line-height: 28px;
	/*color: #333;*/
}
.wh_list{
	overflow: hidden;
}

.wh_list_box_bg .item .icon1{
	background: url(../images/qywh_icon1_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon2{
	background: url(../images/qywh_icon2_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon3{
	background: url(../images/qywh_icon3_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover{
	background: #006db8;
	color: #fff;
}
.wh_list_box_bg .item:hover .icon1{
	background: url(../images/qywh_icon1.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon2{
	background: url(../images/qywh_icon2.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon3{
	background: url(../images/qywh_icon3.png) no-repeat;
	background-size: 30px 30px;
}

.wh_list.content {
    width: 1300px;
    margin: 0 auto;
}
.about .box3 {
    width: 100%;
    height: auto;
    background: #f0f0f0;
}

.about .box3 .box-new {
    padding-top: 77px;
    padding-bottom: 20px;
}

.about .box3 .box-new .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.about .box3 .box-new .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #d8d8d8;
    font-family: HEB;
    text-transform: uppercase;
}

.about .box3 .box-new .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about .box3 .box-new .list {
    width: 100%;
    height: auto;
    position: relative;
}

.about .box3 .box-new .list .a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 45px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    position: absolute;
    top: 52%;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.about .box3 .box-new .list .a.prev {
    background-image: url(../images/about_prev2.png);
    left: 0;
}

.about .box3 .box-new .list .a.next {
    background-image: url(../images/about_next2.png);
    right: 0;
}

.about .box3 .box-new .list .list-new {
    width: 93.5%;
    padding: 100px 0px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.about .box3 .box-new .list .list-new ul {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    padding: 200px 0;
}

.about .box3 .box-new .list .list-new ul li {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.about .box3 .box-new .list .list-new ul li .year {
    width: 97px;
    height: 97px;
    background: #3871c1;
    border-radius: 97px;
    border: 8px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 3;
}

.about .box3 .box-new .list .list-new ul li .year .t {
    font-family: HEB;
    font-size: 24px;
    line-height: 26px;
    padding-top: 24px;
}

.about .box3 .box-new .list .list-new ul li .year .t1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 4px;
}

.about .box3 .box-new .list .list-new ul li .line1 {
    width: 27px;
    height: 68px;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -13px;
    background: url(../images/about_line1.png) no-repeat;
}

.about .box3 .box-new .list .list-new ul li .tits {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 200px;
}



.about .box3 .box-new .list .list-new ul li.l .line1 {
    top: auto;
    bottom: -84px;
    background: url(../images/about_line2.png) no-repeat;
}

.about .box3 .box-new .list .list-new ul li.l .tits {
    bottom: auto;
    top: 207px;
}

.about .box3 .box-new .list .list-new .line {
    width: 0;
    height: 15px;
    background: #716f6f;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
    z-index: 2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18) inset;
    transition: width 2.5s linear;
	border-radius:30px;
}

.about .box3 .box-new .list .list-new .line.on {
    width: 100%;
}

@media (max-width: 1100px) {
    .about .box3 .box-new .list .list-new ul li .year {
        width: 78px;
        height: 78px;
        border: 4px solid #fff;
    }
    .about .box3 .box-new .list .list-new ul li .year .t {
        font-size: 20px;
        line-height: 22px;
        padding-top: 18px;
    }
    .about .box3 .box-new .list .list-new ul li .tits {
        bottom: 176px;
    }
    .about .box3 .box-new .list .list-new ul li.l .tits {
        top: 180px;
    }
}

@media (max-width: 1024px) {
    .about .box3 .box-new {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .about .box3 .box-new .title .t {
        font-size: 80px;
        line-height: 80px;
    }
    .about .box3 .box-new .title .t1 {
        font-size: 26px;
        line-height: 80px;
    }
}

@media (max-width: 710px) {
    .about .box3 .box-new {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .about .box3 .box-new .title .t {
        font-size: 60px;
        line-height: 60px;
    }
    .about .box3 .box-new .title .t1 {
        font-size: 20px;
        line-height: 60px;
    }
    .about .box3 .box-new .list .list-new ul {
        padding: 170px 0;
    }
}

@media (max-width: 520px) {
    .about .box3 .box-new {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about .box3 .box-new .title .t {
        font-size: 50px;
        line-height: 50px;
    }
    .about .box3 .box-new .title .t1 {
        font-size: 18px;
        line-height: 50px;
    }
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
.fwtx{
	width:100%;
	overflow:hidden;
	margin:25px auto;
}
.fwtxs{
	max-width:1440px;
	margin:auto;
}
.fwtx_fl{
	width:45%;
	float:left;
	margin-left:15%;
}
.fwtx_fl img{
	width:100%;
}
.fwtx_fr{
	width:35%;
	float:right;
	margin-top:70px;
}
.fwtx_frs{
	height:60px;
	line-height:60px;
	margin-bottom:40px;
}
.fwtx_frs span:first-child{
	display:block;
	width:7px;
	height:60px;
	border-radius:30px;
	float:left;
}
.fwtx_frs:nth-child(1) span:first-child{
	background:rgb(79,127,189);
}
.fwtx_frs:nth-child(2) span:first-child{
	background:rgb(127,100,162);
}
.fwtx_frs:nth-child(3) span:first-child{
	background:rgb(155,187,89);
}
.fwtx_frs:nth-child(4) span:first-child{
	background:rgb(192,80,77);
}
.fwtx_frs:nth-child(5) span:first-child{
	background:rgb(79,128,189);
}
.fwtx_frs span:nth-child(2){
	float:left;
	margin-left:15px;
	font-size:15px;
	color:#333;
}
.fwtx_frs span:nth-child(2) strong{
	color:rgb(0,112,192);
}
.scfb{
	width:100%;
	overflow:hidden;
	margin:35px auto;
}
.scfbs{
	max-width:1440px;
	margin:auto;
}
.scfbs_fl{
	width:40%;
	float:left;
	margin-left:20%;
}
.scfbs_fl img{
	width:100%;
}
.scfbs_fr{
	width:30%;
	float:right;
	margin-top:100px;
}
.scfbs_frs{
	padding-left:45px;
    margin-bottom: 45px;
    border-left: 3px solid #d9e7f1;
}
.scfbs_frs p:first-child{
	font-size: 42px;
    color: rgba(197,72,58);
    font-weight: bold;
}
.scfbs_frs p:nth-child(2){
	font-size: 16px;
    color: #333;
    padding: 14px 0 4px 0;
}
.inside_about{
	width:100%;
	overflow:hidden;
	margin-top:55px;
}
.inside_abouts{
	margin:auto;
	max-width:1400px;
}
.inside_about_fr{
	float:right;
	width:55%;
}
.inside_about_fl{
	float:left;
	width:40%;
}
.inside_about_title{
	font-size:51px;
	font-weight:bold;
	color:#464646;
	margin-top:10px;
}
.inside_about_title span{
	color:#054c96;
}
.inside_about_titles{
	font-size:18px;
	color:#474445;
}
.inside_about_titleline{
	width:55px;
	height:3px;
	background:#f2741f;
	margin-top:15px;
}
.inside_about_con{
	font-size:16px;
	color:#464646;
	line-height:30px;
	margin-top:5px;
}
.inside_about_more a{
	display:block;
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#0169b7;
	font-size:14px;
	color:#fff;
}
.inside_about_more{
	margin-top:10px;
}
.culture{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	margin-top:70px;
	padding-top:45px;
	padding-bottom:45px;
}
.cultures{
	max-width:1400px;
	margin:35px auto 0;
}
.culture_titles{
	text-align:center;
	font-size:30px;
	color:#333030;
}
.cul{
	float:left;
	width:30%;
	margin-right:5%;
	text-align:center;
}
.cul:last-child{
	margin-right:0;
}
.cul_s{
	height:311px;
	background:#5b9bd5;
}
.cul_b .cul_top{
	height:193px;
	width:193px;
	border-radius:100%;
	background:#5b9bd5;
	margin:5px auto 0;
}
.cul_b .cul_top1{
	font-size:40px;
	color:#fff;
	padding-top:45px;
}
.cul_b .cul_top2{
	font-family:"Arial";
	font-size:31px;
	color:#fff;
}
.cul_b .cul_bot{
	font-size:25px;
	color:#0f0e0e;
	line-height:45px;
	margin-top:15px;
}
.cul_s .cul_top{
	font-size:28.5px;
	color:#fff;
	line-height:45px;
	padding-top:55px;
}
.cul_s .cul_bot{
	font-size:25px;
	color:#fff;
	line-height:40px;
	margin-top:19px;
}
.about_advantage{
	width:100%;
	overflow:hidden;
}
.about_advantage_top{
	max-width:1400px;
	margin:auto;
}
.about_advantage_top_title{
	text-align:center;
	font-size:30px;
	color:#0a0a0a;
	margin-top:90px;
}
.about_advantage_top_con{
	width:100%;
	overflow:hidden;
	margin-top:100px;
}
.about_advantage_top_cons{
	width:33.3%;
	float:left;
	text-align:center;
	padding-bottom:90px;
}
.about_advantage_top_cons:hover{
	background:url(../images/about_adv_bg.png) center bottom no-repeat;
}
.about_advantage_top_con_pic{
	height:55px;
	line-height:55px;
}
.about_advantage_top_con_num{
	font-size:46px;
	color:#1f1d1d;
	margin-top:10px;
}
.about_advantage_top_con_detail{
	font-size:21px;
	color:#969292;
	margin-top:10px;
}
.about_advantage_bot{
	width:100%;
	height:490px;
	background:url(../images/about_06.jpg) center no-repeat;
}
.about_advantage_bots{
	width:33.3%;
	float:left;
	text-align:center;
	height:490px;
}
.about_advantage_bot_top{
	font-size:46.6px;
	color:#f3f3f3;
	font-weight:bold;
	padding-top:160px;
}
.about_advantage_bot_bot{
	font-size:38px;
	color:#f3f3f3;
	margin-top:20px;
}
.about_advantage_bots:hover{
	background:rgba(91,155,213,0.8);
}
.about_us {
    padding: 3px 0 0;
}
.about_us .abo02 {
    position: relative;
    padding-top: 120px;
	padding-bottom:50px;
}
.page_title {
    padding-top: 12px;
    font-size: 25px;
    color: #006db8;
    font-weight: bold;
}
.w1500 {
    width: 100%;
    max-width: 1400px;
    padding: 0px;
    margin: 0 auto;
}
.abo_mod2_bg {
    background-size: auto 100%;
    padding: 0;
    overflow: hidden;
}
.scr_case {
    margin: 0 auto;
    position: relative;
}
.time_sel_box {
    text-align: center;
    position: relative;
}
.time_sel_box .btn_prev_box, .time_sel_box .btn_next_box {
    position: absolute;
    width: 128px;
    bottom: calc(32% - 27px);
    z-index: 7;
}
.time_sel_box .btn_next_box {
    right: 0;
}
.time_sel_box .btn_prev_box {
    left: 0;
}
.time_sel_box .btn_prev_box > .obj_time_box, .time_sel_box .btn_next_box > .obj_time_box {
    font-size: 53px;
    color: #cbd0d7;
    line-height: 89px;
    height: 89px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.time_sel_box .btn_prev_box > .obj_time_box > div, .time_sel_box .btn_next_box > .obj_time_box > div {
    position: absolute;
    width: 100%;
}
.about_us .abo02 .btn_prev {
    background: #d0d4dc url(../images/icon_49s.png) center no-repeat;
}
.about_us .abo02 .btn_next {
    background: #d0d4dc url(../images/icon_50s.png) center no-repeat;
}

.time_sel_box .btn_prev_box .btn_prev, .time_sel_box .btn_prev_box .btn_next, .time_sel_box .btn_next_box .btn_prev, .time_sel_box .btn_next_box .btn_next {
    display: inline-block;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.about_us .abo02 .time_con_box {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    min-height: 88px;
}
.time_con_box > div:last-child {
    display: block;
}

.time_con_box > div {
    display: none;
}
.time_con > div {
    position: relative;
    padding-left: 39px;
    line-height: 46px;
    font-size: 18px;
    color: #666;
    background: url(../images/icon_48.png) left 16px no-repeat;
}
.about_us .abo02 .bac_01 {
    height: 424px;
    background: url(../images/bac_501.png) bottom center no-repeat;
    background-size: 100%;
}
.about_us .abo02 .bac {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
.about_us .abo02 .bac_02 {
    top: 424px;
    min-height: 403px;
    background: url(../images/bac_502s.jpg) top center no-repeat;
    background-size: 100%;
}
.at_time {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    overflow: hidden;
    height: 398px;
}
.at_time > div {
    display: inline-block;
    vertical-align: top;
    font-size: 400px;
    font-family: "Arial";
    line-height: 1;
    color: #cad0d8;
    height: 68%;
    overflow: hidden;
}
.at_time .at_time_unit > div, .at_time_one > div, .at_time_two > div {
    position: absolute;
    top: -400%;
}
.at_time .at_time_unit, .at_time .at_time_decade {
    height: 100%;
}
.at_time .at_time_unit, .at_time .at_time_decade, .at_time_one, .at_time_two {
    width: 224px;
}
.at_time .at_time_decade {
    position: relative;
}
.at_time .at_time_decade > div, .at_time .at_time_unit > div {
    z-index: 10;
}

.at_time .at_time_decade > div {
    position: absolute;
    top: -100%;
}
.at_time .at_time_unit > div > div, .at_time .at_time_decade > div > div {
    background: linear-gradient(
360deg, #004bc6, #0063d0, #00c5fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.time_sel_box::after {
    content: '';
    display: block;
    width: 137.142%;
    height: 1px;
    background-color: #d0d4dc;
    position: absolute;
    left: -18.571%;
    bottom: 32%;
    z-index: 6;
}
.proswiper a{
	display:block;
}
.jq22 .border-left {
    width: 1px;
    height: 0px;
    background: #3ca0d3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jq22 .border-bottom {
    width: 0px;
    height: 1px;
    background: #3ca0d3;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.jq22 .border-top {
    width: 0px;
    height: 1px;
    background: #3ca0d3;
    position: absolute;
    right: 0;
    top: 0px;
}

.jq22 .border-right {
    width: 1px;
    height: 0px;
    background: #3ca0d3;
    position: absolute;
    right: 0;
    top: 0;
}
.hotjob-one {
    background: #fff;
    padding: 10px 0 20px;
}
.incommonweb {
    width: 100%;
    max-width: 1467px;
    height: 100%;
    margin: 0 auto;
    padding: 0 100px;
}
.intit {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    color: #515666;
}
.intit h2 {
    position: relative;
    line-height: 2;
    font-size: 36px;
    font-family: 'MontserratM';
}

.intit h3 {
    margin-top: 5px;
    line-height: 1.33333;
    font-size: 20px;
    color: #ccced2;
    text-transform: uppercase;
}
.talk-onetop.txtct {
    text-align: center;
	font-size:17px;
	margin-top:8px;
}
.full-recruitA-container{
	padding:40px 0 10px;
}
.full-recruitA-container .recruitA-list {
    overflow: hidden;
}
.full-recruitA-container .recruitA-list ul{
	margin:0 -20px;
}
.full-recruitA-container .recruitA-list li {
    padding: 0 20px;
    width: 33.3333%;
    margin-bottom: 40px;
    line-height: 24px;
	float:left;
}
.hotjob-one .full-recruitA-container .recruitA-list .main {
    border-color: #fcfcfc;
    border-bottom-color: #f5f5f5;
	background-color: #fff;
	-webkit-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    border-color: #ebedf4;
    border-bottom-color: #e5e7ed;
    -webkit-box-shadow: 0px 1px 2px -1px #ddd;
    box-shadow: 0px 1px 2px -1px #ddd;
	overflow: hidden;
	position: relative;
}
.full-recruitA-container .recruitA-list .inner {
    padding: 30px 30px 50px;
}
.full-recruitA-container .recruitA-list .name {
    font-size: 20px;
    line-height: 26px;
	font-weight:normal;
	text-align:center;
}
.full-recruitA-container .recruitA-list .brief {
    padding: 18px 0;
	font-size:16px;
}
.full-recruitA-container .recruitA-list .detail {
    color: #a1a1a1;
}
.suzymail-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 220;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
.suzymail-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 220;
    width: 90%;
    max-width: 370px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.suzymail-wrap2 {
    position: relative;
    width: 100%;
    padding: 20px 20px 10px;
    background: #fff;
    -webkit-animation: zoomIn .6s;
    -o-animation: zoomIn .6s;
    animation: zoomIn .6s;
}
.suzymail-boxclose {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 10;
    display: block;
    width: 22px;
    height: 22px;
}
.suzymail-title {
    line-height: 1.33333;
    font-size: 24px;
    color: #0091d3;
}
.suzymail-view {
    white-space: nowrap;
    text-align: center;
	margin-top: 10px;
}
.suzymail-view a {
    width: 140px;
    margin-right: 20px;
	display: inline-block;
    vertical-align: bottom;
    text-align: center;
}
.suzymail-view a h3, .suzymail-view a h4 {
    font-size: 14px;
	color: #9ca3a9;
}
.suzymail-boximg {
	border: 1px solid #e3e3e3;
    background: #f5f5f5;
    position: relative;
    height: 0;
    padding-top: 58.88889%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.suzymail-boximg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-recruitA-container .recruitA-list .ctrl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background-color: #3871c1;
    font-size: 0;
    text-align: center;
	opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.full-recruitA-container .recruitA-list .ctrl a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0 30px;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
}

.full-recruitA-container .recruitA-list li:hover .ctrl, .full-recruitA-container .recruitA-list li.cur .ctrl { opacity: .98; }
.suzymail-boxclose:after, .suzymail-boxclose:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #3f4146;
    -webkit-transform: translate(-50%, -50%) rotate(
45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(
45deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: '';
}
.suzymail-boxclose:before {
    width: 2px;
    height: 12px;

}
.suzymail-boxclose:after {
    width: 12px;
    height: 2px;

}
.cy_culture_middle .cy_honour {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 106px;
}
.container_main03 {
    width: 1100px;
    margin: 0 auto;
}
.cy_culture_middle .cy_honour ._tit {
    color: #333;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 60px;
}
.cy_culture_middle .cy_honour .scroll_honour {
    height: 56px;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
    position: relative;
}
.cy_culture_middle .cy_honour .scroll_honour .cc {
    position: absolute;
    left: 0;
    top: 0;
}
.cy_culture_middle .cy_honour .scroll_honour .h_year.active {
    width: 160px;
    color: #118dcf;
    font-size: 40px;
    padding-left: 58px;
}

.cy_culture_middle .cy_honour .scroll_honour .h_year {
    float: left;
    line-height: 54px;
    width: 240px;
    text-align: center;
    color: #666;
    font-size: 24px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.cy_culture_middle .cy_honour .scroll_honour .h_year.active i {
    display: block;
}

.cy_culture_middle .cy_honour .scroll_honour .h_year i {
    display: none;
    width: 60%;
    height: 2px;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px;
    background: #118dcf;
}
.cc:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.cy_culture_middle .cy_honour .honour_box {
    width: 1240px;
    margin: -24px auto 0;
    position: relative;
}
.honour_box .template1 {
    padding: 100px 60px 0;
    margin: 0 auto;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt {
    float: left;
    width: 48.6%;
}
.honour_txt_over {
    height: 300px;
    overflow: hidden;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .honour_time.active, .cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .honour_time:hover {
    color: #118dcf;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .honour_time {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt span._time {
    display: inline-block;
    vertical-align: top;
    padding-right: 3.3%;
    line-height: 48px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    height: 48px;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .honour_time span._time em {
    font-size: 36px;
    vertical-align: top;
    position: relative;
    top: -8px;
	font-style:normal;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .honour_time .honour_name {
    display: inline-block;
    width: 72.4%;
    padding-left: 3.3%;
    vertical-align: top;
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
    height: 48px;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .more {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    padding-left: 162px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_txt .more i {
    display: block;
    width: 142px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
	font-style:normal;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_img {
    float: right;
    width: 41%;
}
.cy_culture_middle .cy_honour .honour_box .honour_con .honour_img img {
    width: 100%;
}
.template1 .swiper-slide .honour_con img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.template1 .ani-slide img, .template1 .swiper-slide img {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
}
.template1 .swiper-slide img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.swiper-container img {
    max-width: 100%;
}
.honour_box .template1 .swiper-button-next, .honour_box .template1 .swiper-button-prev {
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-top: 0;
    background-size: 8px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.casename{
	width:100%;
	position:absolute;
	left:0;
	bottom:10%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	z-index:9;
}
.caseswiper .swiper-slide::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all .5s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.58) 5%, rgba(0, 0, 0, 0.28) 27%, rgba(0, 0, 0, 0) 50%);
}
.twonav{
	display:inline-block;
	position:absolute;
	left: 0%;
    top: 86px;
	background:#fff;
	text-align:center;
	-webkit-box-shadow: #f0f0f0 0px 0px 10px; 
   -moz-box-shadow: #f0f0f0 0px 0px 10px; 
   box-shadow: #f0f0f0 0px 0px 10px;
   width:100%;
   z-index:999;
   padding:0 25px;
   display:none;
}
.twonav a{
	margin-right:30px;
	line-height: 40px;
    font-size: 14px;
}
.nav-pro li{
	display:inline-block;
	
}
.nav-pro li:hover .twonav{
	display:block;
}
.honour_box .template1 .swiper-button-next:hover, .honour_box .template1 .swiper-button-prev:hover {
    border: 1px solid #1b90cd;
    background-color: #1b90cd;
    -webkit-box-shadow: 0 4px 10px #b9ddf0;
    box-shadow: 0 4px 10px #b9ddf0;
}
.honour_box .template1 .swiper-button-next:hover {
    background-image: url(../images/ar_active.png);
}
.honour_box .template1 .swiper-button-next {
    background-image: url(../images/ar.png);
	right:0;
}
.honour_box .template1 .swiper-button-prev:hover {
    background-image: url(../images/al_active.png);
}
.honour_box .template1 .swiper-button-prev {
    background-image: url(../images/al.png);
	left:0;
}
.disab {
    pointer-events: none;
    opacity: 0;
}
.banner .swiper-button-prev{
	width:55px;
	height:55px;
	background:url(../images/banner_left.png) center no-repeat;
}
.banner .swiper-button-next{
	width:55px;
	height:55px;
	background:url(../images/banner_right.png) center no-repeat;
}
.ftop_left img{
	max-width:250px;
}
.cul_s .cul_bot br{
	display:none;
}
.mobile-inner-nav ul{
	padding-left:15px;
	display:none;
}
.mobile-inner-nav ul li a{
	font-size:12px;
}