.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #2aa339
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.img-center {
    text-align: center;
    font-size: 0
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s
}

.img-cover {
    overflow: hidden;
    position: relative
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.container {
    padding: 0 10px;
    width: 1200px;
    margin: 0 auto
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001
}

#message .m-content {
    margin-top: 8%
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.m-message {
    width: 494px;
    margin: 48px auto 0
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6)
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px
}

.m-message label.code {
    line-height: 34px
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%
}

.btn1 {
    display: block;
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top: 10px
}

.btn1:hover {
    background-color: #444;
    color: white
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.btn1-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s
}

.btn1-1 {
    padding-left: 100px
}

.btn1-1 input.focus {
    background: #2aa339;
    color: #fff
}

.btn1-1 input.focus:hover {
    background: #444
}

.btn1-1 input:hover {
    background: #ccc
}

.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.kt-top {
    height: 40px;
    line-height: 40px;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff
}

.kt-top span:hover {
    transform: rotate(90deg)
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.kf .con {
    overflow: hidden;
    background: #fff
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px
}

.kf .qq li a {
    height: 36px!important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block
}

.kf .qq li a img {
    padding-right: 6px
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0
}

.kf .contact {
    margin-top: 1px;
    height: auto;
    background-color: #fff
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px
}


.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px
}

.kf .con .qr img {
    width: 110px;
    height: 110px
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #2aa339;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;

    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px
}

.kf-side span.on {
    -ms-background-size: auto 12px;
    background-size: auto 12px
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none
}

.footer-fix li {
    float: left;
    width: 25%
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1
}



.header .nav li.active>a,
.header .nav li.open>a,
.header .nav li>a:hover {
    color: #2aa339;
    font-weight: bold;
}

.header .nav li.dropdown {
    position: relative
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-color: rgba(255, 255, 255, 0.9);
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 15px;
    background-color: transparent !important;
    line-height: 40px;
    color: #333 !important
}

.header .nav .dropdown-box a:hover {
    background-color: #2aa339 !important;
    color: #FFF !important
}

.header .nav li.open .dropdown-box {
    display: block
}

.menu-btn {
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #2aa339;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

.banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.banner .swiper-pagination-bullet {
    background: #FFF;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 6px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #2aa339;
    width: 35px;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
}

.m-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.m-banner .swiper-pagination-bullet {
    background: #FFF;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.m-banner .swiper-pagination-bullet-active {
    background-color: #0079c5;
}

.m-banner .swiper-slide img {
    max-width: 100%;
    display: block;
}

.yunu-link {
    padding: 20px 0
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #2aa339;
    padding-bottom: 15px
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999
}

.yunu-link ul {
    margin-left: -20px
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.pc-slide {
    float: left;
    width: 400px
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 300px;
    line-height: 300px
}

.view .swiper-container {
    width: 100%
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative
}

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px
}

.preview .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .active-nav .img-center {
    border-color: #2aa339
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    cursor: move;
    z-index: 1
}

.yunu-showcase {
    margin: 0 0 40px
}

.yunu-showcase-info {
    margin-left: 430px
}

.yunu-showcase-info h1 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: normal
}

.yunu-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 250px
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px
}

.yunu-showcase-info .tel strong {
    color: #2aa339
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 25px;
    background-color: #2aa339;
    color: #fff
}

.yunu-sou {
    padding: 13px 0;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.yunu-sou .hot {
    float: left;
    color: #666666;
    line-height: 44px;
    padding-left: 30px;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
    width: 310px;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    display: flex;
}

.yunu-sou .hform input {
    flex: 1;
    border: none;
    background: none;
    height: 38px;
    padding-left: 20px;
}

.yunu-sou .hform button {
    width: 48px;
    height: 38px;
    border: 0;
    background: none;
    margin-right: 5px;
}

.section {
    padding: 60px 0;
}

.section-title {
    font-size: 46px;
    text-align: center;
    margin-bottom: 40px;
}

.section-title p {
    color: #777;
    font-size: 20px;
    margin: 0;
}



.in-yd .tits {
    text-align: center;
    font-size: 40px;
}

.in-yd .tits span {
    color: #0a6fbf;
}

.in-yd .desc {
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 40px;
    padding: 0 110px;
}

.in-yd .num li {
    float: left;
    padding: 6px 53px 0;
    height: 90px;
    box-sizing: border-box;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 56px;
    transition: all 0.3s;
}

.in-yd .num li:hover {
    transform: translateY(-5px);
}

.in-yd .num li:hover {
    color: #1172b9;
}

.in-yd .num li:first-child {
    padding-left: 0;
}

.in-yd .num li:last-child {
    padding-right: 0;
    border-right: 0;
}

.in-yd .num li em {
    display: block;
    margin-top: -8px;
    height: 65px;
}

.in-yd .num li:nth-child(2) em {
    height: 65px;
}

.in-yd .num li em b {
    color: #191919;
    font-weight: normal;
    display: inline-block;
    font-size: 58px;
    line-height: 58px;
    transition: all 0.3s;
}

.in-yd .num li:hover em b {
    color: #1172b9;
}

.in-yd .num li em i {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    background: #1172b9;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-left: 5px;
    vertical-align: top;
    font-weight: bold;
}

.in-yd .num li h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 6px;
}

.in-pro {
    /*background: #aaa;*/
}

.in-pro-left {
    float: left;
    width: 23%;
    background: #3f90ae;
    border-radius: 5px;
    padding: 3px;
}

.in-pro-left .tits {
    
    height: 107px;
    text-align: center;
}

.in-pro-left .tits a {
    font-size: 32px;
    color: #fff;
    display: block;
    padding: 32px 0 0;
    line-height: 32px;
    height: 75px;
    font-weight: bold;
}

.in-pro-left .tits i {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Times New Roman";
}

.in-pro-left ul {
    background: #fff;
}

.in-pro-left li {
    border-bottom: #e8e8e8 1px solid;
    line-height: 60px;
}

.in-pro-left li a {
    display: block;
    font-size: 16px;
    background: url(../images/cp_ico01.png) no-repeat 230px 23px;
    padding: 0 0 0 40px;
    text-align: left;
}

.in-pro-left li a:hover {
    background: #e8e8e8 url(../images/cp_ico02.png) no-repeat 230px 23px;
    font-weight: bold;
    color: #20738f;
}

.in-pro-left .tel {
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    height: 90px;
    border-radius: 0 0 5px 5px;
    background: #f7f7f7 url(../images/cp_tel.png) no-repeat 35px 30px;
    padding: 15px 0 0 90px;
    text-align: left;
}

.in-pro-left .tel span {
    display: block;
    font-size: 20px;
}

.in-pro-right {
    float: right;
    width: 76%;
}

.in-pro-right ul {
    margin: 0 0 0 -20px;
}

.in-pro-right li {
    float: left;
    width: 33.333%;
}

.in-pro-right li a {
    display: block;
    margin: 0 0 20px 20px;
    text-align: center;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 #aaaaaa5e;
    border-radius: 5px;
}

.in-pro-right li .img-cover {
    padding-top: 100%;
}

.in-pro-right li a:hover .img-cover span {
    transform: scale(1.1);
}

.in-pro-right li .text {
    position: relative;
    font-size: 20px;
    line-height: 80px;
    background: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 0 5px 5px;
    transition: all .5s;
    border-top: 1px solid #e5e5e5;
}

.in-pro-right li a:hover .text {
    font-weight: bold;
    color: #fff;
    background: rgb(29,98,155);
}

.in-pro-right li a:hover .text:before {
    content: "";
    width: 40px;
    height: 3px;
    background: rgba(96, 175, 251, 0.8);
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
}

.in-adv {
    height: 272px;
    padding-top: 54px;
    box-sizing: border-box;
}

.in-adv h2 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
}

.in-adv h2 b {
    display: inline-block;
    font-weight: bold;
}

.in-adv h3 {
    margin: 0;
    font-weight: normal;
    padding-top: 30px;
}

.in-adv h3 span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-left: 32px;
    float: left;
    margin-right: 32px;
}

.in-adv .tel {
    padding-top: 42px;
}

.in-adv .tel a {
    display: block;
    width: 100px;
    line-height: 32px;
    height: 32px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #141414;
    margin-left: 40px;
    transition: all 0.5s;
    float: left;
    border-radius: 16px;
}

.in-adv .tel a:hover {
    animation: shake 1.5s linear;
}

.in-adv .tel span {
    transition: all 0.5s;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
    font-weight: bold;
}

.in-adv .tel span img {
    display: block;
    float: left;
    width: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.in-adv .tel span:hover {
    transform: translateY(-5px);
}

.ys-menu {
    font-size: 0;
}

.ys-menu li {
    display: inline-block;
    width: 25%;
}

.ys-menu li a {
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.ys-menu li.active a,
.ys-menu li a:hover {
    color: #0e75a0;
}

.ys-menu li.active a::before {
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 3px;
    content: '';
    background-color: #0e75a0;
}

.ys-menu li .icon {
    width: 48px;
    height: 44px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.ys-menu li .icon .img2 {
    display: none;
}

.ys-menu li .text b {
    display: block;
}

.ys-menu li.active .img1 {
    display: none;
}

.ys-menu li.active .img2 {
    display: block;
}

.ys-con a {
    display: block;
    position: relative;
}

.ys-con .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    box-sizing: border-box;
    padding: 0 260px 0 0;
}

.ys-con .text .num {
    font-family: Arial;
    color: #fff;
    width: 64px;
    height: 90px;
    padding: 26px 0 0 10px;
    margin: -60px 0 0 35px;
}

.ys-con .text .num span {
    font-size: 30px;
    display: block;
}

.ys-con .text .text-con {
    color: #FFF;
    flex: 1;
}

.ys-con .text .text-con h2 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: normal;
}

.ys-con .text .text-con p {
    margin: 0;
    line-height: 25px;
}



.in-case-menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.in-case-menu li {
    display: inline-block;
    margin: 0 30px;
}

.in-case-menu li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.in-case-menu li .icon .img2 {
    display: none;
    transition: all 0.5s;
}

.in-case-menu li .text {
    font-size: 16px;
    color: #666;
}

.in-case-menu li a:hover .text {
    color: #1172b9;
    font-weight: bold;
}

.in-case-menu li a:hover .icon .img1 {
    display: none;
}

.in-case-menu li a:hover .icon .img2 {
    display: block;
}

.in-case-left {
    float: left;
    width: 780px;
}

.in-case-left a {
    display: block;
}

.in-case-left .img-cover {
    height: 437px;
}

.in-case-left .text {
    padding: 20px 40px 35px;
    background-color: #FFF;
}

.in-case-left .text h2 {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-case-left .text h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #dddddd;
    content: '';
}

.in-case-left .text p {
    color: #999;
}

.in-case-left .text p span {
    color: #029441;
}

.in-case-right {
    float: right;
    width: 380px;
}

.case {
    height: 630px;
}

.case .swiper-slide a {
    display: block;
}

.case .text {
    padding: 14px;
    background-color: #FFF;
}

.case .text h2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: normal;
}

.case .text p {
    margin: 0;
    color: #999;
}

.partner {
    margin-top: 40px;
}

.in-ys {
    padding-bottom: 0;
}

.in-ys li {
    width: 12%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 750px;
    box-sizing: border-box;
    border-left: solid 8px #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: no-repeat center /cover;
}

.in-ys li:first-child {
    border: 0;
}

.in-ys li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    bottom: 0;
    left: 0;
}

.in-ys li .shu2 {
    width: 100%;
    height: 68%;
    left: 0;
    position: absolute;
    top: 15%;
}

.in-ys li .shu2 h3 {
    height: 62.26%;
}

.in-ys li .shu2 h3 img {
    display: block;
    height: 20px;
    width: auto;
    margin: 0 auto;
}

.in-ys li .shu2 em {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    color: #bab3b0;
    text-align: center;
}

.in-ys li .shu2 em img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto;
}

.in-ys li .shu2 em b {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin: 29px 0 16px;
}

.in-ys li .bock {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(13, 110, 180, 0.88);
    box-sizing: border-box;
    height: 200px;
    padding: 40px 60px 0;
    transition: all 0.3s;
}

.in-ys li .bock h3 {
    float: left;
    width: 250px;
    font-size: 30px;
    margin: 0;
    color: #fff;
    height: 100px;
    box-sizing: border-box;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}

.in-ys li .bock h3 b {
    display: block;
}

.in-ys li .bock p {
    float: left;
    width: 500px;
    margin: -9px 0 0 44px;
}

.in-ys li .bock p i {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-left: 16px;
}

.in-ys li .bock p i:after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    content: "";
}

.in-ys li.cur {
    width: 52%;
}

.in-ys li.cur:before {
    width: 0;
    height: 0;
}

.in-ys li.cur .bock {
    display: block;
}

.in-ys li.cur .shu2 {
    display: none;
}

@media screen and (max-width:1366px) {
    .in-ys li .bock {
        padding: 40px 20px 0;
    }
    .in-ys li .bock p {
        width: 320px;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .in-ys li .bock {
        padding: 40px 20px 0;
    }
    .in-ys li .bock p {
        width: 320px;
    }
}

@media screen and (min-width:1441px) and (max-width:1660px) {
    .in-ys li .bock {
        padding: 40px 20px 0;
    }
    .in-ys li .bock p {
        width: 320px;
    }
}

@media screen and (min-width:1661px) and (max-width:1920px) {
    .in-ys li .bock p {
        width: 500px;
    }
}


.in-news-con1-left {
    float: left;
    width: 600px;
}

.in-news-con1-left a {
    display: block;
    position: relative;
    color: #FFF;
}

.in-news-con1-left .img-cover {
    height: 320px;
}

.in-news-con1-left .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.in-news-con1-left .text span {
    width: 50px;
    color: #27b765;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 10px;
    border-right: 1px solid #FFF;
}

.in-news-con1-left .text h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.in-news-con1-left .text p {
    margin: 0;
}

.in-news-con1-right {
    float: right;
    width: 600px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #FFF;
}

.in-news-con1-right li {
    border-bottom: 1px solid #e5e5e5;
}

.in-news-con1-right li a {
    display: block;
    padding: 15px 0;
}

.in-news-con1-right li h2 {
    margin: 0;
    line-height: 28px;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-news-con1-right li h2 em {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-news-con1-right li h2 span {
    width: 90px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.in-news-con1-right li p {
    margin: 0;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-news-con2 {
    margin-top: 20px;
}

.in-news-con2 .tits {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.in-news-con2 .tits span {
    font-size: 12px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}

.in-news-con2 .tits span b {
    font-size: 20px;
    color: #333;
    margin-right: 6px;
}

.in-news-con2 .tits i {
    background: #f3f3f3;
    height: 1px;
    flex: 1;
    margin: 0 10px;
}

.in-news-con2-left {
    float: left;
    width: 795px;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.in-news-con2-left li {
    float: left;
    width: 50%;
}

.in-news-con2-left li a {
    display: block;
    margin-top: 20px;
}

.in-news-con2-left li h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.in-news-con2-left li h2 i {
    font-size: 24px;
    color: #363a45;
    margin-right: 20px;
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.in-news-con2-left li h2 i:after {
    position: absolute;
    top: 14px;
    right: -10px;
    width: 1px;
    height: 10px;
    background: #e7e7e7;
    content: '';
}

.in-news-con2-left li p {
    margin: 0;
    font-size: 16px;
}

.in-news-con2-right {
    float: right;
    width: 390px;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}

.in-news-con2-right li a {
    display: block;
    margin-top: 25px;
    padding-left: 15px;
    position: relative;
}

.in-news-con2-right li a:before {
    position: absolute;
    top: 12px;
    left: 0;
    background: #363a45;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
}

.in-news-con2-right li h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-news-con2-right li p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-about {
    text-align: center;
    padding: 110px 0 330px;
}

.in-about h2 {
    margin: 0;
    color: #136cad;
    font-size: 36px;
}

.in-about .desc {
    color: #666666;
    margin: 25px 0 50px;
}

.in-about .btn a {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    background: #029441;
    line-height: 40px;
    color: #FFF;
    transition: all 0.5s;
}

.in-about .btn a:hover {
    transform: translateY(-5px);
}

.in-photo {
    padding: 20px 0;
}

.in-photo .tits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    height: 56px;
}

.in-photo .tits span {
    font-size: 24px;
}

.in-photo .tits a {
    color: #b9b9b9;
    font-family: Arial;
}

.photo {
    position: relative;
}

.photo .swiper-slide a {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 18px;
}

.photo .swiper-slide .img-cover {
    padding-top: 80%;
}

.photo .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.54);
}

.photo .swiper-slide .text i {
    display: block;
    height: 25px;
}

.photo .swiper-slide a:hover .text {
    bottom: 0
}

.photo .swiper-button-prev {
    left: -106px;
    width: 77px;
    height: 77px;
}

.photo .swiper-button-next {
    right: -106px;
    width: 77px;
    height: 77px;
}

.footer {
    margin-bottom: 55px;
}

.footer .tits {
    font-size: 12px;
    font-family: "Arial";
    color: #999;
    margin-bottom: 20px;
}

.footer .tits span {
    font-size: 20px;
    color: #333333;
    display: block;
}

.footer .fnav {
    float: left;
    width: 280px;
}

.footer .fnav li {
    float: left;
    width: 50%;
    line-height: 28px;
}

.footer .contact {
    float: left;
    width: 410px;
    padding-left: 85px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.footer .contact .tel {
    padding-left: 29px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer .contact p {
    margin: 0;
    line-height: 25px;
}

.footer .ewm {
    float: right;
    width: 302px;
}

.ewm-con {
    display: flex;
    justify-content: space-between;
}

.ewm-con .img-center img {
    width: 105px;
    padding: 15px;
    background: #f4f4f4;
}

.footer-copy {
    padding: 35px 0;
    color: #9dc6e4;
}

.footer-copy .copyright {
    margin-top: 20px;
}

.footer-copy .copyright p {
    margin: 0;
    line-height: 30px;
}

.footer-copy .copyright a {
    color: #9dc6e4;
}

.banner-sub {
    height: 370px;
    background: no-repeat center / cover
}

.section-sub {
    padding: 20px 0
}

.sub-tit {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #2aa339;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    padding-left: 20px;
}

.curmbs em {
    font-style: normal;
    padding: 0 5px;
}

.ct2-sd {
    float: left;
    width: 250px
}

.ct2-mn {
    float: right;
    width: 920px
}

.panel-sd {
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
}

.panel-sd:last-child {
    margin-bottom: 0
}

.panel-sd .tit {
    text-align: left;
    font-size: 16px;
    padding: 20px 0 20px 35px;
    background-color: #2aa339;
    text-transform: uppercase;
    color: #6db876;
}

.panel-sd .tit span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #FFF;
}

.panel-sd .tit i {
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    margin-right: 5px;
}

.contact-sd {
    padding: 20px;
}

.contact-sd .tel {
    padding-left: 55px;
}

.contact-sd .tel strong {
    color: #5b5b5b;
    font-size: 18px;
    display: block;
}

.contact-sd .cont {
    margin-top: 8px;
}

.contact-sd .cont p {
    margin: 0;
    line-height: 25px;
}

.lanmu {
    background: #FFF;
}

.lanmu li {
    margin-top: 2px;
    border-bottom: 1px solid #d1d1d1;
}

.lanmu li>a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 15px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #1977c2;
    border-left: 2px solid #1977c2;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px
}

.lanmu li>a:hover,
.lanmu li.active>a {
    color: #fff;
    background-color: #2aa339;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}

.list-3 {
    margin: -20px 0 0 -20px
}

.list-3 li {
    float: left;
    width: 33.333333%
}

.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-3 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-3 li .text {
    line-height: 40px;
    position: relative;
    padding: 0 14px;
    font-size: 16px;
}

.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.list-3 li .btn {
    text-align: center;
}

.list-3 li .btn a {
    margin-top: 0;
    display: inline-block;
    background: #555555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
}

.list-3 li .btn a.blue {
    background: #2d56a4;
}

.list-4 {
    margin: 10px 0 0 0px!important;
}

.list-4 li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}

.list-4 li a {
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-4 li span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc;
}

.list-5 li {
    margin-bottom: 15px
}

.list-5 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden
}

.list-5 li .img-center {
    float: left;
    width: 250px
}

.list-5 li .text {
    margin-left: 270px
}

.list-5 li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px
}

.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal
}

.list-5 li .text p {
    color: #797979
}

.list-5 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #B6B6B6
}

.list-5 li a:hover {
    border-color: #2aa339
}

.list-5 li a:hover .text h4 {
    color: #2aa339
}

.list-5 li a:hover .text .more {
    background-color: #2aa339
}

.list-6 li {
    float: left;
    width: 25%;
    margin: 0;
}

.list-6 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-6 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-6 li .text {
    margin: 8px 0 0;
}

.yunu-infocontent-title {
    margin-bottom: 20px;
    text-align: center
}

.yunu-infocontent-title h1 {
    margin: 0;
    font-size: 24px
}

.yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999
}

.yunu-infocontent-title p span {
    padding: 0 5px
}

.yunu-infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px
}

.yunu-infocontent-desc p {
    display: inline-block;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px
}

.yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important
}

.yunu-infocontent-epx {
    margin-bottom: 20px
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal
}

.yunu-infocontent-return {
    border-top: 1px solid #000;
    line-height: 32px
}

.yunu-infocontent-return a {
    margin-right: 10px
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0 10px
}

.yunu-infocontent-rem {
    margin-bottom: 20px
}

.yunu-infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px
}

.yunu-infocontent-rem li span {
    float: right
}

.prod-menu {
    margin-bottom: 20px;
    border-bottom: 3px solid #2aa339
}

.prod-menu li {
    float: left;
    margin-right: 7px
}

.prod-menu li a {
    display: block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    background-color: #F1F1F1;
    font-size: 16px
}

.prod-menu li.active a {
    background-color: #2aa339;
    color: #fff
}
@media screen and (max-width:1250px){
    .container{
        width: auto;
    }
    .in-pro-left{
        width: 100%;
        float: unset;
    }
    .in-pro-right{
        width:100%;
        float: unset;
    }
}
@media screen and (max-width:767px){
    .in-pro-right li{
        width: 50%;
    }
}

