* {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
}

body {
    color: #333;
    overflow-X: hidden
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {
    margin: 0;
    padding: 0;
    font: 15px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif
}

table,td,tr,th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px
}

ol,ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0
}

address,cite,code,em,th {
    font-weight: normal;
    font-style: normal
}

.clear {
    clear: both;
    *zoom:1}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

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

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

@font-face {
    font-family: "impact";
    src: url(../fonts/impact.ttf)
}

input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

input {
    border-radius: 0
}

.w1400 {
    width: 1400px;
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    .w1400 {
        width:94%
    }
}

header {
    width: 100%;
    height: 110px;
    z-index: 99;
    position: absolute
}

header .logo {
    width: 211px;
    height: 100%;
    float: left;
    display: block;
    margin-top: 44px
}

header .logo img {
    max-width: 100%
}

header .top_search_icon {
    background: url(../images/top_search.png) right center no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 14px;
    float: right;
    cursor: pointer;
    transform: scale(1);
    transition: .6s ease-in-out;
    transition-duration: .5s;
    margin-top: 50px;
    background-size: cover
}

header .top_tel {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    margin-top: 50px
}

header .top_tel img {
    display: block;
    width: 100%
}

header .top_tel p {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.3);
    background: #ff0000;
    position: absolute;
    top: 55px;
    right: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: none
}

header .top_nav {
    width: 1002px;
    margin: 0 auto;
    background: url(../images/nav_bg.png) center top no-repeat;
    background-size: 100%
}

.menu-button {
    position: relative;
    display: none;
    padding: 0;
    background: none;
    color: #ddd;
    cursor: pointer;
    line-height: 70px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    display: inline-block;
    text-align: center
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666
}

.menu-button::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 27px;
    height: 6px;
    width: 24px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.menu-button::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 40px;
    height: 3px;
    width: 24px;
    border-bottom: 2px solid #fff;
    z-index: 1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.flexnav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    overflow: visible;
    width: 70%;
    height: 100%;
    margin: 0 auto
}

.flexnav:after {
    content: "";
    display: table;
    clear: both
}

.flexnav>li {
    float: left
}

.flexnav li {
    width: 16.6666%;
    float: left;
    position: relative
}

.flexnav li:before {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    background: url(../images/jt01.png) center no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    -ms-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition: all .4s ease
}

.flexnav li:hover:before,.flexnav li.active:before {
    top: 10px;
    opacity: 1
}

.flexnav>li.item-with-ul>a {
    padding-right: 40px
}

.flexnav li a {
    position: relative;
    display: block;
    text-align: center;
    height: 70px;
    font-size: 18px;
    color: #0e1b2c;
    padding-top: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.flexnav ul li a {
    width: 80px;
    font-weight: 400;
    font-size: 18px;
    padding: 13px 25px;
    text-align: center;
    transition: all .5s
}

.flexnav li a span {
    overflow: hidden;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.flexnav li a span img {
    margin-top: -38px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.flexnav li:hover>a,.flexnav li.active:hover>a {
    z-index: 2;
    color: #ff0000
}

.flexnav li.active>a {
    color: #ff0000
}

.flexnav ul {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    padding: 0
}

.flexnav>li>ul {
    left: 50%;
    right: 0;
    margin-left: -65px
}

.flexnav ul ul {
    margin-left: 100%;
    top: 0
}

.flexnav li ul li {
    position: relative;
    overflow: hidden
}

.flexnav li ul.show li {
    overflow: visible
}

.flexnav li ul li a {
    background: rgba(255,255,255,.3)
}

.flexnav ul li ul li a {
    background: #253136
}

.flexnav ul li ul li ul li a {
    background: #2c3b40
}

.flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.flexnav li ul.open li {
    overflow: visible;
    max-height: 100px
}

.flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 46px;
    height: 80px;
    display: inline-block;
    text-align: center
}

.flexnav .touch-button:hover {
    cursor: pointer
}

.flexnav .touch-button::after {
    height: 0;
    width: 0;
    content: "";
    border: 6px solid transparent;
    border-top-color: #fff;
    display: block;
    position: absolute;
    top: 37px;
    left: 17px
}

.flexnav>li:hover>.touch-button::after,.sm-screen .submenu-open::after {
    border-top-color: #ca1511
}

.flexnav ul li .touch-button {
    width: 39px;
    height: 39px;
    background: rgba(255,255,255,.05);
    border-top-color: transparent
}

.flexnav ul li .touch-button::after {
    top: 15px
}

.flexnav.lg-screen ul li .touch-button::after {
    border-left-color: #ddd;
    border-top-color: transparent;
    border-width: 5px
}

.flexnav.lg-screen ul li:hover>.touch-button::after {
    border-left-color: #ca1511
}

.flexnav.sm-screen ul li .touch-button::after {
    border-width: 5px;
    left: 14px;
    top: 17px
}

.flexnav li .item-with-ul {
    width: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    position: absolute;
    top: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    z-index: 999
}

.flexnav li:hover .item-with-ul {
    height: auto;
    padding: 10px 10px 30px;
    left: auto;
    background: #f8f8f8;
    border-top: 3px solid #ff0000;
    z-index: 999
}

.flexnav .item-with-ul a {
    width: 100%;
    height: 55px;
    line-height: 16px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-with-ul a:hover {
    color: #ff0000;
    background-color: #fff
}

.item-with-ul a em {
    display: block;
    width: 0;
    height: 1px;
    overflow: hidden;
    margin: 18px 10px 0 0;
    padding: 0;
    float: left;
    background-color: #ff0000;
    -webkit-transition: all .5s;
    -moz-transition: all .25s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0
}

.item-with-ul a:hover em {
    width: 100%
}

.search_wrap {
    width: 100%;
    height: 100%;
    background: #ff0000;
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none
}

.search_wrap .search_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 70%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #666;
    transition: all 0.5s;
    box-sizing: border-box
}

.search_in input::placeholder {
    color: rgba(255,255,255,.4);
    font-size: 20px
}

.search_in input.serach {
    width: 100%;
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: rgba(255,255,255,.4);
    position: relative;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
    text-indent: 0
}

.search_in .sub {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/top_search2.png) center center no-repeat;
    border: none;
    outline: none;
    box-sizing: border-box;
    opacity: .4;
    transition: all .4s ease
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

.search_in .sub:hover {
    opacity: 1
}

.search_close {
    position: absolute;
    z-index: 9;
    display: block;
    right: 10%;
    top: 10%;
    margin-top: -11px;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) no-repeat center;
    background-size: 100% !important;
    cursor: pointer;
    transition-duration: .5s
}

.show1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.search_wrap.show1 .search_in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1) translate(-50%,-50%);
    opacity: 1
}

.search_wrap.show1 .search_close {
    transform: scale(1)
}

@media screen and (max-width: 1440px) {
    header .top_nav {
        width:902px;
        height: 66px
    }

    .flexnav li:before {
        top: 0
    }

    .flexnav li:hover:before,.flexnav li.active:before {
        top: 5px
    }

    .flexnav li a {
        font-size: 17px;
        height: 66px
    }
}

@media screen and (max-width: 1366px) {
    header {
        height:90px;
        top: 0;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    header .topbox {
        height: 100%
    }

    header .logo {
        width: 211px;
        height: 100%;
        position: relative;
        margin-top: 0
    }

    header .logo img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    header .top_nav {
        width: 63%;
        height: 100%;
        background: none;
        margin: 0;
        float: right;
        margin-right: 2%
    }

    .flexnav {
        width: 100%
    }

    .flexnav li:before {
        background: none
    }

    .flexnav li a {
        height: 90px;
        line-height: 90px;
        color: #000;
        padding-top: 0
    }

    .flexnav li.active>a,.flexnav li:hover>a,.flexnav li.active:hover>a {
        color: #000;
        font-weight: bold
    }

    header .top_search_icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-top: 25px
    }

    header .top_tel {
        width: 40px;
        height: 40px;
        margin-top: 25px
    }

    header .top_tel p {
        top: 45px
    }
}

@media screen and (max-width: 1079px) {
    header {
        height:70px;
        animation-name: none!important
    }

    header.hide1 .topbox {
        display: none
    }

    header .top_tel {
        display: none
    }

    header .top_tel img {
        margin: 19px 4px 20px 0
    }

    header .top_nav {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .flexnav {
        height: 0;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        position: fixed;
        left: 0;
        top: 70px;
        z-index: 10;
        color: #666;
        transition: all .3s ease
    }

    .flexnav.show {
        height: 100%;
        border-top: 1px solid #ededed;
        padding: 14px 0 0;
        overflow: visible;
        overflow-y: auto;
        z-index: 999999
    }

    .flexnav li {
        float: none;
        width: 90%;
        border-bottom: 1px solid #ededed;
        margin: 0 auto
    }

    .flexnav li a {
        min-height: 60px;
        line-height: 60px;
        width: 30%;
        height: auto;
        font-size: 18px;
        margin: 0 auto;
        padding: 0 0;
        font-weight: bold;
        color: #555
    }

    .flexnav li a i {
        bottom: 5px
    }

    .flexnav li:hover > a,.flexnav li.active > a {
        color: #ff0000
    }

    .flexnav li.active:hover>a {
        color: #ff0000
    }

    .flexnav li:after {
        background: none
    }

    .flexnav li span {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: url(../images/navdown.png) center no-repeat;
        position: absolute;
        right: 25%;
        top: 19px;
        z-index: 999999;
        transition-duration: .5s;
        -ms-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s
    }

    .flexnav li.on span {
        transform: rotate(180deg)
    }

    .flexnav li .item-with-ul {
        width: 100%;
        box-shadow: none;
        display: none;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        height: auto;
        position: static
    }

    .flexnav li:hover .item-with-ul {
        padding: 10px
    }

    .flexnav .item-with-ul a {
        background: #f7f7f7
    }

    .flexnav .item-with-ul a:last-child {
        border: 0
    }

    .item-with-ul a em {
        display: none
    }

    header .top_search_icon {
        margin-top: 20px;
        margin-right: 0
    }

    .menu-button {
        display: block;
        width: 64px;
        line-height: 64px;
        float: right
    }

    .menu-button.cur::before {
        transform: rotate(-45deg);
        top: 34px
    }

    .menu-button.cur::after {
        transform: rotate(45deg);
        top: 35px;
        border-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    header {
        background:#9aa4a5;
        position: fixed
    }

    .search_wrap .search_in {
        width: 90%
    }
}

.apple-banner {
    width: calc(100% - 40px);
    margin: 20px auto;
    height: 830px;
    background: #ff0000;
    border-radius: 30px 30px 0 30px;
    position: relative;
    overflow: hidden
}

.apple-banner:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 209px;
    background: url(../images/zg_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 2
}

.apple-banner .swiper-container {
    width: 100%;
    height: 100%
}

.apple-banner .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.apple-banner .swiper-container .swiper-button-prev,.apple-banner .swiper-container .swiper-button-next {
    width: 10%;
    height: 100%;
    top: 0;
    background: none;
    margin: 0
}

.apple-banner .swiper-container .swiper-button-prev {
    left: 0
}

.apple-banner .swiper-container .swiper-button-next {
    right: 0
}

.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.apple-banner .swiper-button-prev span {
    background: rgba(0,0,0,0.3) url(../images/arrows1.png) center center no-repeat;
    left: 20px
}

.apple-banner .swiper-button-next span {
    background: rgba(0,0,0,0.3) url(../images/arrows2.png) center center no-repeat;
    right: 20px
}

.apple-banner .swiper-button-prev:hover span,.apple-banner .swiper-button-next:hover span {
    opacity: .7
}

.apple-banner .w1400 .swiper-pagination {
    width: 17px;
    top: auto;
    bottom: 54px!important;
    text-align: left
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%!important;
    border: 2px solid #ff0000;
    background: none;
    margin: 6px 0!important;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
    transition: all .4s ease
}

.apple-banner .swiper-pagination-bullet-active {
    background: #ff0000
}

.apple-banner .bannertext {
    position: absolute;
    left: 10%;
    color: #fff;
    top: 45%;
    transform: translateY(-50%)
}

.apple-banner .bannertext p {
    font-size: 80px;
    font-family: Youshebiaotihei
}

.apple-banner .bannertext span {
    font-size: 22px;
    position: relative;
    display: block
}

.apple-banner .bannertext a {
    display: block;
    width: 232px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #ff0000;
    font-size: 18px;
    margin-top: 55px
}

.apple-banner .bannertext a img {
    margin-left: 10px;
    transition: all .4s ease
}

.apple-banner .bannertext a:hover img {
    margin-left: 15px
}

@media screen and (max-width: 1499px) {
    .apple-banner {
        width:100%;
        height: 730px
    }
}

@media screen and (max-width: 1366px) {
    .apple-banner {
        height:630px;
        margin-top: 0
    }

    .apple-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }
}

@media screen and (max-width: 1079px) {
    .apple-banner {
        height:550px;
        border-radius: 0
    }

    .apple-banner:after {
        display: none
    }

    .apple-banner .w1400 .swiper-pagination {
        bottom: 30px !important;
        background: none;
        width: 100%;
        text-align: center
    }

    .apple-banner .swiper-pagination-bullet {
        margin: 0 4px !important;
        border: 1px solid #fff
    }

    .apple-banner .bannertext {
        left: 3%;
        width: 70%
    }

    .apple-banner .bannertext p {
        font-size: 36px
    }

    .apple-banner .bannertext span {
        font-size: 16px
    }

    .apple-banner .bannertext em {
        display: none
    }

    .apple-banner .bannertext a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 35px
    }

    .apple-banner .bannertext a img {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .apple-banner {
        height:550px
    }
}

@media screen and (max-width: 920px) {
    .apple-banner {
        height:450px
    }
}

@media screen and (max-width: 767px) {
    .apple-banner {
        height:300px;
        margin-top: 70px
    }

    .apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {
        width: 44px;
        height: 44px;
        background-size: 44px 44px
    }

    .apple-banner .swiper-button-prev span {
        left: 10px
    }

    .apple-banner .swiper-button-next span {
        right: 10px
    }

    .apple-banner .bannertext p {
        font-size: 24px
    }

    .apple-banner .bannertext span {
        font-size: 13px
    }

    .apple-banner .bannertext a {
        width: 100px;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        margin-top: 15px
    }

    .apple-banner .w1400 .swiper-pagination {
        bottom: 15px !important
    }
}

@media screen and (max-width: 600px) {
    .apple-banner {
        height:250px
    }
}

@media screen and (max-width: 500px) {
    .apple-banner {
        height:220px
    }
}

@media screen and (max-width: 375px) {
    .apple-banner {
        height:200px
    }
}

@media screen and (max-width: 320px) {
    .apple-banner {
        height:180px
    }
}

.eyou_allbt .btyw {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-family: impact !important;
    text-transform: uppercase
}

.eyou_allbt p {
    font-size: 24px;
    color: #333;
    display: flex;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.eyou_allbt p i {
    display: block;
    width: 250px;
    height: 1px;
    background: #ddd;
    margin-left: 13px
}

.eyou_more {
    display: block;
    width: 147px;
    height: 43px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #ff0000;
    background: linear-gradient(135deg,#a26e59 0%,#ff0000 30%,#ff0000 100%);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.eyou_more img {
    margin-left: 17px;
    transition: all .4s ease
}

.eyou_more:hover img {
    margin-left: 20px
}

@media screen and (max-width: 1080px) {
    .eyou_allbt {
        text-align:center
    }

    .eyou_allbt .btyw {
        font-size: 42px;
        line-height: 42px
    }

    .eyou_allbt p {
        justify-content: center
    }

    .eyou_allbt p i {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .eyou_allbt .btyw {
        font-size:32px;
        line-height: 32px
    }

    .eyou_allbt p {
        font-size: 20px
    }

    .eyou_more {
        width: 120px;
        height: 39px;
        font-size: 14px
    }

    .eyou_more img {
        margin-left: 7px;
        width: 7px
    }

    .eyou_more:hover img {
        margin-left: 10px
    }
}

.eyou_about {
    padding-top: 30px;
    position: relative;
    z-index: 5
}

.eyou_about .baquality {
    position: absolute;
    right: 5%;
    top: -335px;
    z-index: 3;
    width: 92px
}

.eyou_about .baquality img {
    width: 100%
}

.eyou_about .left {
    width: 574px;
    float: left
}

.eyou_about .left img {
    max-width: 100%
}

.eyou_about .left img.sj {
    display: none
}

.eyou_about .right {
    width: calc(100% - 646px);
    float: right
}

.eyou_about .right .abcont {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    color: #666;
    margin-top: 50px;
    max-height: 240px;
    min-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.eyou_about .right .eyou_more {
    margin-top: 60px
}

@media screen and (max-width: 1699px) {
    .eyou_about .baquality {
        width:60px;
        right: 4%;
        top: -245px
    }
}

@media screen and (max-width: 1499px) {
    .eyou_about .baquality {
        width:50px;
        right: 3%;
        top: -215px
    }
}

@media screen and (max-width: 1366px) {
    .eyou_about .baquality {
        width:40px;
        right: 2%;
        top: -170px
    }

    .eyou_about .left {
        width: 500px
    }

    .eyou_about .right {
        width: calc(100% - 540px)
    }

    .eyou_about .right .abcont {
        margin-top: 30px
    }

    .eyou_about .right .eyou_more {
        margin-top: 30px
    }
}

@media screen and (max-width: 1080px) {
    .eyou_about {
        padding-top:20px
    }

    .eyou_about .baquality {
        display: none
    }

    .eyou_about .left {
        width: 100%;
        border-radius: 20px;
        overflow: hidden
    }

    .eyou_about .left img {
        display: none
    }

    .eyou_about .left img.sj {
        display: block
    }

    .eyou_about .right {
        width: 100%
    }

    .eyou_about .right .abcont {
        margin-top: 15px;
        text-align: center
    }

    .eyou_about .right .eyou_more {
        margin: 20px auto
    }
}

@media screen and (max-width: 767px) {
    .eyou_about {
        padding-top:10px
    }

    .eyou_about .left {
        border-radius: 10px
    }

    .eyou_about .right .abcont {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        height: 120px;
        -webkit-line-clamp: 5
    }
}

.eyou_tjpro {
    width: calc(100% - 40px);
    margin: -40px auto 0;
    background: #ff0000;
    border-radius: 0 30px 30px 30px;
    padding: 180px 0 145px;
    position: relative
}

.eyou_tjpro:before {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 209px;
    background: url(../images/zg_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    transform: rotate(180deg)
}

.eyou_tjpro:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1060px;
    height: 77px;
    background: url(../images/tj_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    z-index: 2
}

.eyou_tjpro .w1400 {
    position: relative;
    z-index: 6
}

.eyou_tjpro .eyou_allbt {
    width: 35%;
    float: left
}

.eyou_tjpro .eyou_allbt .btyw {
    color: #fff
}

.eyou_tjpro .eyou_allbt p {
    color: #fff
}

.eyou_tjpro .eyou_allbt i {
    background: rgba(255,255,255,.3)
}

.eyou_tjpro .jttop .proml {
    width: 60%;
    float: right;
    height: 75px;
    overflow: hidden
}

.eyou_tjpro .jttop .proml a {
    font-size: 16px;
    color: #fff;
    opacity: .7;
    display: block;
    width: 20%;
    float: left;
    padding-right: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .4s ease
}

.eyou_tjpro .jttop .proml a:hover {
    opacity: 1
}

.eyou_tjpro .jttop .proml a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/mlico1.png) center no-repeat;
    margin-right: 12px
}

.eyou_tjpro .tjbox {
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 200px
}

.eyou_tjpro .tjbox ul li {
    width: 23.5%;
    float: left;
    background: #fff;
    padding: 20px;
    position: relative
}

.eyou_tjpro .tjbox ul li .pic {
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden
}

.eyou_tjpro .tjbox ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.eyou_tjpro .tjbox ul li .name {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.eyou_tjpro .tjbox ul li p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.eyou_tjpro .tjbox ul li p img {
    margin-right: 8px
}

.eyou_tjpro .tjbox ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.eyou_tjpro .tjbox ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.eyou_tjpro .tjbox ul li:hover .pic img {
    transform: scale(1.1)
}

.eyou_tjpro .tjbox ul li:hover .name {
    color: #ff0000
}

.eyou_tjpro .tjbox ul li:hover .more {
    background: #ff0000;
    color: #fff
}

.eyou_tjpro .tjbox ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

@media screen and (max-width: 1499px) {
    .eyou_tjpro {
        width:100%
    }
}

@media screen and (max-width: 1440px) {
    .eyou_tjpro {
        margin-top:-25px;
        padding: 140px 0 130px
    }

    .eyou_tjpro .tjbox {
        margin-top: 40px
    }

    .eyou_tjpro .jttop .proml a {
        width: 25%
    }
}

@media screen and (max-width: 1199px) {
    .eyou_tjpro {
        margin-top:-15px
    }

    .eyou_tjpro .tjbox {
        margin-top: 30px
    }

    .eyou_tjpro .jttop .proml a {
        width: 33.3333%
    }

    .eyou_tjpro .tjbox ul li .name {
        font-size: 18px
    }

    .eyou_tjpro .tjbox ul li p {
        font-size: 15px
    }

    .eyou_tjpro .tjbox ul li .more {
        font-size: 15px
    }

    .eyou_tjpro .tjbox ul li .more em {
        width: 7px;
        height: 11px;
        background-size: 100%
    }
}

@media screen and (max-width: 1080px) {
    .eyou_tjpro {
        margin-top:40px;
        padding: 50px 0;
        border-radius: 0
    }

    .eyou_tjpro:before,.eyou_tjpro:after {
        display: none
    }

    .eyou_tjpro .eyou_allbt {
        width: 100%
    }

    .eyou_tjpro .jttop .proml {
        width: 100%;
        margin-top: 20px;
        height: 68px
    }

    .eyou_tjpro .jttop .proml a {
        width: 20%;
        padding: 0 15px;
        margin-bottom: 10px
    }

    .eyou_tjpro .tjbox {
        margin-top: 15px
    }
}

@media screen and (max-width: 880px) {
    .eyou_tjpro .jttop .proml a {
        width:25%
    }

    .eyou_tjpro .tjbox ul li .pic {
        height: 180px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .eyou_tjpro {
        margin-top:30px
    }

    .eyou_tjpro .jttop .proml a {
        width: 33.3333%
    }

    .eyou_tjpro .tjbox ul li .pic {
        height: 200px
    }

    .eyou_tjpro .tjbox ul li .name {
        font-size: 16px
    }

    .eyou_tjpro .tjbox ul li p {
        font-size: 14px
    }

    .eyou_tjpro .tjbox ul li .more {
        font-size: 14px;
        width: 120px;
        transition: all 0s ease
    }

    .eyou_tjpro .tjbox ul li .more em {
        margin-left: 7px
    }

    .eyou_tjpro .tjbox ul li:hover .more em {
        margin-left: 10px
    }
}

@media screen and (max-width: 550px) {
    .eyou_tjpro {
        padding:40px 0
    }

    .eyou_tjpro .jttop .proml a {
        padding: 0 15px 0 0;
        width: 50%
    }

    .eyou_tjpro .tjbox {
        margin-top: 10px
    }

    .eyou_tjpro .tjbox ul li {
        padding: 15px
    }

    .eyou_tjpro .tjbox ul li .pic {
        height: 150px
    }

    .eyou_tjpro .tjbox ul li .name {
        font-size: 15px;
        margin: 5px 0
    }

    .eyou_tjpro .tjbox ul li p img {
        display: none
    }
}

@media screen and (max-width: 413px) {
    .eyou_tjpro .tjbox ul li .pic {
        height:130px
    }
}

.eyou_cpzs .eyou_allbt {
    text-align: center
}

.eyou_cpzs .eyou_allbt p {
    justify-content: center
}

.eyou_cpzs .eyou_allbt p i {
    width: 89px;
    margin: 0 13px
}

.eyou_cpzs .w1400 {
    position: relative;
    z-index: 5
}

.eyou_cpzs ul {
    margin-top: 50px;
    min-height: 200px
}

.eyou_cpzs ul li {
    width: 23.35%;
    float: left;
    margin-right: 2.2%;
    background: #fff;
    padding: 20px;
    margin-bottom: 55px;
    border: 1px solid #ddd;
    position: relative
}

.eyou_cpzs ul li:nth-child(4n) {
    margin-right: 0
}

.eyou_cpzs ul li .pic {
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden
}

.eyou_cpzs ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.eyou_cpzs ul li .name {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.eyou_cpzs ul li p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.eyou_cpzs ul li p img {
    margin-right: 8px
}

.eyou_cpzs ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.eyou_cpzs ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.eyou_cpzs .eyou_more {
    margin: 20px auto 0
}

.eyou_cpzs ul li:hover .pic img {
    transform: scale(1.1)
}

.eyou_cpzs ul li:hover .name {
    color: #ff0000
}

.eyou_cpzs ul li:hover .more {
    background: #ff0000;
    color: #fff
}

.eyou_cpzs ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

@media screen and (max-width: 1440px) {
    .eyou_cpzs ul {
        margin-top:40px
    }
}

@media screen and (max-width: 1366px) {
    .eyou_cpzs ul li {
        width:23.5%;
        margin-right: 2%
    }
}

@media screen and (max-width: 1199px) {
    .eyou_cpzs ul {
        margin-top:30px
    }

    .eyou_cpzs ul li {
        width: 32%;
        margin-bottom: 45px
    }

    .eyou_cpzs ul li:nth-child(4n) {
        margin-right: 2%
    }

    .eyou_cpzs ul li:nth-child(3n) {
        margin-right: 0
    }

    .eyou_cpzs ul li .name {
        font-size: 18px
    }

    .eyou_cpzs ul li p {
        font-size: 15px
    }

    .eyou_cpzs ul li .more {
        font-size: 15px
    }

    .eyou_cpzs ul li .more em {
        width: 7px;
        height: 11px;
        background-size: 100%
    }
}

@media screen and (max-width: 1080px) {
    .eyou_cpzs {
        padding:40px 0
    }
}

@media screen and (max-width: 880px) {
    .eyou_cpzs ul li .pic {
        height:180px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .eyou_cpzs ul {
        margin-top:20px
    }

    .eyou_cpzs ul li {
        width: 48.5%;
        margin-right: 3%
    }

    .eyou_cpzs ul li:nth-child(3n) {
        margin-right: 3%
    }

    .eyou_cpzs ul li:nth-child(2n) {
        margin-right: 0
    }

    .eyou_cpzs ul li .pic {
        height: 200px
    }

    .eyou_cpzs ul li .name {
        font-size: 16px
    }

    .eyou_cpzs ul li p {
        font-size: 14px
    }

    .eyou_cpzs ul li .more {
        font-size: 14px;
        width: 120px;
        transition: all 0s ease
    }

    .eyou_cpzs ul li .more em {
        margin-left: 7px
    }

    .eyou_cpzs ul li:hover .more em {
        margin-left: 10px
    }

    .eyou_cpzs .eyou_more {
        margin-top: 10px
    }
}

@media screen and (max-width: 550px) {
    .eyou_cpzs ul li {
        padding:15px
    }

    .eyou_cpzs ul li .pic {
        height: 150px
    }

    .eyou_cpzs ul li .name {
        font-size: 15px;
        margin: 5px 0
    }

    .eyou_cpzs ul li p img {
        display: none
    }
}

@media screen and (max-width: 413px) {
    .eyou_cpzs ul li .pic {
        height:130px
    }
}

.eyou_zxzx {
    width: calc(100% - 40px);
    margin: -20px auto 0;
    background: #ff0000;
    border-radius: 30px 0 30px 30px;
    padding: 180px 0 145px;
    position: relative
}

.eyou_zxzx:before {
    content: "";
    display: block;
    width: 82%;
    max-width: 1558px;
    height: 209px;
    background: url(../images/zg_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 2;
    transform: rotateX(180deg)
}

.eyou_zxzx:after {
    content: "";
    display: block;
    width: 82%;
    max-width: 1060px;
    height: 77px;
    background: url(../images/tj_bg1.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    z-index: 2
}

.eyou_zxzx .w1400 {
    position: relative;
    z-index: 6
}

.eyou_zxzx .zxzxtop .eyou_allbt {
    width: 50%;
    float: left
}

.eyou_zxzx .zxzxtop .eyou_allbt .btyw,.eyou_zxzx .zxzxtop .eyou_allbt p {
    color: #fff
}

.eyou_zxzx .zxzxtop .eyou_allbt i {
    background: rgba(255,255,255,.3)
}

.eyou_zxzx .zxzxtop .btn {
    width: 50%;
    float: right
}

.eyou_zxzx .zxzxtop .btn p {
    display: block;
    width: 138px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-left: 12px;
    float: right;
    cursor: pointer
}

.eyou_zxzx .zxzxtop .btn p.on,.eyou_zxzx .zxzxtop .btn p:hover {
    border: 1px solid #ff0000;
    background: #ff0000
}

.eyou_zxzx ul {
    margin-top: 55px;
    display: none;
    min-height: 200px
}

.eyou_zxzx ul.on {
    display: block
}

.eyou_zxzx ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px 35px;
    transition: all .4s ease
}

.eyou_zxzx ul li:nth-child(3n) {
    margin-right: 0
}

.eyou_zxzx ul li .name {
    font-size: 20px;
    color: #333;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.eyou_zxzx ul li .ms {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.eyou_zxzx ul li .libtom {
    border-top: 1px solid #ddd;
    padding-top: 15px
}

.eyou_zxzx ul li .libtom time {
    font-size: 16px;
    color: #999
}

.eyou_zxzx ul li .libtom .more {
    font-size: 16px;
    color: #999;
    float: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    transition: all .4s ease
}

.eyou_zxzx ul li .libtom .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 12px;
    transition: all .4s ease
}

.eyou_zxzx ul li:hover {
    box-shadow: 0 1px 25px rgba(0,0,0,.3)
}

.eyou_zxzx ul li:hover .name {
    color: #ff0000
}

.eyou_zxzx ul li:hover .more {
    color: #ff0000
}

.eyou_zxzx ul li:hover .more em {
    margin-left: 15px;
    background: url(../images/jt05.png) center no-repeat
}

@media screen and (max-width: 1499px) {
    .eyou_zxzx {
        width:100%
    }
}

@media screen and (max-width: 1440px) {
    .eyou_zxzx {
        padding:140px 0 120px
    }

    .eyou_zxzx ul {
        margin-top: 40px
    }
}

@media screen and (max-width: 1199px) {
    .eyou_zxzx ul {
        margin-top:30px
    }

    .eyou_zxzx ul li {
        width: 49%;
        padding: 30px
    }

    .eyou_zxzx ul li:nth-child(3n) {
        margin-right: 2%
    }

    .eyou_zxzx ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1080px) {
    .eyou_zxzx {
        width:100%;
        border-radius: 0;
        padding: 50px 0 30px;
        margin-top: 0
    }

    .eyou_zxzx:before,.eyou_zxzx:after {
        display: none
    }

    .eyou_zxzx .zxzxtop .eyou_allbt .btyw {
        text-align: left
    }

    .eyou_zxzx .zxzxtop .eyou_allbt p {
        justify-content: flex-start
    }

    .eyou_zxzx .zxzxtop .btn p {
        width: 120px;
        height: 43px;
        line-height: 42px;
        font-size: 16px
    }

    .eyou_zxzx ul {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .eyou_zxzx {
        padding:40px 0 30px
    }

    .eyou_zxzx .zxzxtop .btn p {
        height: 39px;
        line-height: 38px;
        font-size: 14px;
        margin-left: 8px
    }

    .eyou_zxzx ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .eyou_zxzx ul li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 550px) {
    .eyou_zxzx .zxzxtop .eyou_allbt {
        width:100%
    }

    .eyou_zxzx .zxzxtop .eyou_allbt .btyw {
        text-align: center
    }

    .eyou_zxzx .zxzxtop .eyou_allbt p {
        justify-content: center
    }

    .eyou_zxzx .zxzxtop .btn {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center
    }

    .eyou_zxzx .zxzxtop .btn p {
        margin: 15px 5px 0
    }
}

.eyou_hzlc {
    background: url(../images/eyou_hzlcbg.png) center no-repeat
}

.eyou_hzlc .eyou_allbt {
    text-align: center
}

.eyou_hzlc .eyou_allbt p {
    justify-content: center
}

.eyou_hzlc .eyou_allbt p i {
    width: 89px;
    margin: 0 13px
}

.eyou_hzlc ul {
    margin: 55px 0 70px;
    overflow: hidden
}

.eyou_hzlc ul li {
    width: 12.14285%;
    margin-right: 2.5%;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 30px 15px;
    text-align: center;
    transition: all .4s ease
}

.eyou_hzlc ul li:hover {
    margin-top: 10px
}

.eyou_hzlc ul li:nth-child(7n) {
    margin-right: 0
}

.eyou_hzlc ul li img {
    transition: all 1s ease
}

.eyou_hzlc ul li:hover img {
    transform: rotateY(360deg)
}

.eyou_hzlc ul li em {
    display: block;
    width: 23px;
    height: 1px;
    background: #ddd;
    margin: 20px auto
}

.eyou_hzlc ul li p {
    font-size: 20px;
    color: #444;
    margin-bottom: 17px
}

.eyou_hzlc ul li span {
    font-size: 20px;
    color: #ddd;
    font-weight: bold
}

.eyou_hzlc ul li:nth-child(2n) {
    border: 1px solid #ff0000;
    background: #ff0000;
    margin-top: 80px
}

.eyou_hzlc ul li:nth-child(2n):hover {
    margin-top: 70px
}

.eyou_hzlc ul li:nth-child(2n) em {
    background: rgba(255,255,255,.3)
}

.eyou_hzlc ul li:nth-child(2n) p {
    color: #fff
}

.eyou_hzlc ul li:nth-child(2n) span {
    color: rgba(255,255,255,.3)
}

@media screen and (max-width: 1440px) {
    .eyou_hzlc ul li img {
        width:48px
    }
}

@media screen and (max-width: 1199px) {
    .eyou_hzlc ul li {
        padding:20px 10px
    }

    .eyou_hzlc ul li img {
        width: 40px
    }

    .eyou_hzlc ul li em {
        margin: 15px auto
    }

    .eyou_hzlc ul li p {
        font-size: 16px
    }
}

@media screen and (max-width: 1080px) {
    .eyou_hzlc {
        padding:50px 0
    }

    .eyou_hzlc ul {
        margin: 20px 0 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }

    .eyou_hzlc ul li:nth-child(2n) {
        margin-top: 0
    }

    .eyou_hzlc ul li:nth-child(2n):hover {
        margin-top: 10px
    }
}

@media screen and (max-width: 880px) {
    .eyou_hzlc {
        padding:50px 0 40px
    }

    .eyou_hzlc ul li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 10px
    }

    .eyou_hzlc ul li:nth-of-type(4),.eyou_hzlc ul li:nth-of-type(7) {
        margin-right: 0
    }

    .eyou_hzlc ul li:nth-of-type(5),.eyou_hzlc ul li:nth-of-type(6),.eyou_hzlc ul li:nth-of-type(7) {
        width: 32%
    }

    .eyou_hzlc ul li:hover,.eyou_hzlc ul li:nth-child(2n):hover {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .eyou_hzlc {
        padding:40px 0 30px;
        display: none
    }
}

@media screen and (max-width: 550px) {
    .eyou_hzlc ul li {
        width:32%
    }

    .eyou_hzlc ul li:nth-of-type(3) {
        margin-right: 0
    }

    .eyou_hzlc ul li:nth-of-type(4) {
        margin-right: 2%
    }

    .eyou_hzlc ul li:nth-of-type(4),.eyou_hzlc ul li:nth-of-type(5),.eyou_hzlc ul li:nth-of-type(6),.eyou_hzlc ul li:nth-of-type(7) {
        width: 49%
    }

    .eyou_hzlc ul li:nth-of-type(5) {
        margin-right: 0
    }

    .eyou_hzlc ul li em {
        margin: 10px auto
    }

    .eyou_hzlc ul li p {
        margin-bottom: 10px
    }
}

.eyou_lx {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: #ff0000;
    border-radius: 30px;
    padding: 128px 0;
    position: relative;
    overflow: hidden
}

.eyou_lx:before {
    content: "";
    display: block;
    width: 66%;
    max-width: 1236px;
    height: 29px;
    background: url(../images/eyou_lxbg.png) top no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%
}

.eyou_lx:after {
    content: "";
    display: block;
    width: 66%;
    max-width: 1236px;
    height: 29px;
    background: url(../images/eyou_lxbg.png) top no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background-size: 100%
}

.eyou_lx font {
    position: absolute;
    right: 13.5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 132px;
    color: rgba(255,255,255,.08);
    font-weight: bold;
    text-transform: uppercase
}

.eyou_lx .w1400 {
    position: relative;
    z-index: 5;
    padding: 0 117px
}

.eyou_lx .number {
    float: left
}

.eyou_lx .number p {
    font-size: 18px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.eyou_lx .number p:before {
    content: "";
    display: block;
    width: 41px;
    height: 2px;
    background: #fff;
    margin-right: 14px
}

.eyou_lx .number span {
    font-size: 50px;
    color: #fff;
    font-weight: bold
}

.eyou_lx .eyou_more {
    width: 172px;
    float: right;
    margin-top: 30px
}

@media screen and (max-width: 1440px) {
    .eyou_lx {
        padding:88px 0
    }

    .eyou_lx font {
        font-size: 100px
    }

    .eyou_lx .number span {
        font-size: 44px
    }

    .eyou_lx .eyou_more {
        margin-top: 20px
    }
}

@media screen and (max-width: 1199px) {
    .eyou_lx font {
        font-size:84px;
        right: 80px
    }

    .eyou_lx .w1400 {
        padding: 0 50px
    }

    .eyou_lx .number span {
        font-size: 38px
    }
}

@media screen and (max-width: 1080px) {
    .eyou_lx {
        padding:50px 0;
        width: 100%;
        border-radius: 0
    }

    .eyou_lx font {
        display: none
    }

    .eyou_lx:before,.eyou_lx:after {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .eyou_lx {
        padding:30px 0;
        border-top: 1px solid rgba(255,255,255,.2)
    }

    .eyou_lx .w1400 {
        padding: 0 20px
    }

    .eyou_lx .number p {
        font-size: 16px
    }

    .eyou_lx .number p:before {
        width: 30px;
        height: 1px;
        margin-right: 5px
    }

    .eyou_lx .number span {
        font-size: 28px
    }

    .eyou_lx .eyou_more {
        width: 150px;
        margin-top: 15px
    }
}

@media screen and (max-width: 550px) {
    .eyou_lx .w1400 {
        padding:0 10px
    }

    .eyou_lx .number p {
        font-size: 15px
    }

    .eyou_lx .number p:before {
        width: 20px
    }

    .eyou_lx .number p {
        font-size: 16px
    }

    .eyou_lx .number span {
        font-size: 20px
    }

    .eyou_lx .eyou_more {
        width: 130px;
        margin-top: 10px
    }
}

footer .fttop {
    margin-top: 45px
}

footer .fttop .one {
    padding-bottom: 29px;
    border-bottom: 1px solid #ddd
}

footer .fttop .one img {
    max-width: 40%
}

footer .fttop .one .fotvav {
    width: 50%;
    height: 64px;
    line-height: 64px;
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: end
}

footer .fttop .one .fotvav a {
    display: block;
    width: 33.3333%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end
}

footer .fttop .one .fotvav a:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #ff0000;
    margin-right: 14px
}

footer .fttop .two {
    margin: 36px 0 25px;
    overflow: hidden
}

footer .fttop .two .left {
    width: 47%;
    float: left
}

footer .fttop .two .left .fotewm {
    float: left;
    width: 156px
}

footer .fttop .two .left .fotewm .kuang {
    width: 122px;
    height: 122px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
    float: left
}

footer .fttop .two .left .fotewm img {
    max-width: 100%;
    max-height: 100%
}

footer .fttop .two .left .fotewm p {
    width: 20px;
    float: left;
    height: 122px;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-left: 14px;
    line-height: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

footer .fttop .two .left .ftlxfs {
    float: right;
    width: calc(100% - 196px)
}

footer .fttop .two .left .ftlxfs dd {
    width: 100%;
    overflow: hidden;
    margin: 4px 0 26px
}

footer .fttop .two .left .ftlxfs dd em {
    display: block;
    width: 41px;
    height: 43px;
    border-radius: 5px;
    background: #cac7c4;
    float: left;
    margin-right: 13px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

footer .fttop .two .left .ftlxfs dd .lxzi {
    float: left;
    font-size: 14px;
    color: #333;
    width: calc(100% - 54px)
}

footer .fttop .two .left .ftlxfs dd p {
    font-size: 15px;
    color: #999;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word
}

footer .fttop .two ul.right {
    width: 50%;
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end
}

footer .fttop .two ul.right li {
    width: 33.3333%;
    float: left
}

footer .fttop .two ul.right li a {
    font-size: 15px;
    color: #999;
    margin-bottom: 14px;
    padding-left: 36px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: right;
    transition: all .4s ease
}

footer .fttop .two ul.right li a:hover {
    color: #ff0000
}

footer .fttop .indlink {
    background: #f8f7f7;
    padding: 15px 27px;
    overflow: hidden;
    margin-bottom: 40px
}

footer .fttop .indlink .left {
    float: left
}

footer .fttop .indlink .left p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

footer .fttop .indlink .left p em {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff0000 url(../images/link.png) center no-repeat;
    margin-right: 9px
}

footer .fttop .indlink .right {
    float: left
}

footer .fttop .indlink .right a {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    padding-left: 15px;
    transition: all .4s ease
}

footer .fttop .indlink .right a:hover {
    color: #ff0000
}

footer .foot_copy {
    width: 100%;
    overflow: hidden;
    background: #ff0000
}

footer .foot_copy_main p {
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: rgba(255,255,255,.8);
    margin: 0;
    padding: 0;
    font-size: 16px
}

footer .foot_copy_main p a {
    color: rgba(255,255,255,.8);
    font-size: 16px
}

footer .foot_copy_main p a:hover {
    color: #fff
}

@media screen and (max-width: 1366px) {
    footer .fttop .one img {
        width:120px
    }

    footer .fttop .one .fotvav {
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 1199px) {
    footer .fttop .one .fotvav a {
        font-size:18px
    }

    footer .fttop .two .left .ftlxfs {
        width: calc(100% - 176px)
    }

    footer .fttop .two .left .ftlxfs dd p {
        font-size: 14px
    }

    footer .fttop .two ul.right li a {
        font-size: 14px
    }
}

@media screen and (max-width: 1080px) {
    footer .fttop {
        margin-top:40px
    }

    footer .fttop .one {
        padding-bottom: 20px
    }

    footer .fttop .one .fotvav a {
        font-size: 16px
    }

    footer .fttop .two {
        margin: 26px 0 30px
    }

    footer .fttop .two .left .fotewm {
        width: 122px
    }

    footer .fttop .two .left .fotewm p {
        width: 100%;
        margin: 5px 0 0 0;
        line-height: 30px;
        height: 30px;
        justify-content: center
    }

    footer .fttop .two .left .ftlxfs {
        width: calc(100% - 140px)
    }

    footer .fttop .two ul.right li a {
        padding-left: 10px
    }

    footer .foot_copy {
        padding: 15px 0
    }

    footer .foot_copy_main p {
        font-size: 15px;
        float: left;
        height: 30px;
        line-height: 30px
    }

    footer .foot_copy_main p a {
        font-size: 15px
    }
}

@media screen and (max-width: 880px) {
    footer .fttop .two .left .ftlxfs dd {
        margin:0 0 18px
    }
}

@media screen and (max-width: 767px) {
    footer .fttop {
        margin-top:30px
    }

    footer .fttop .one .fotvav {
        width: calc(100% - 180px);
        display: block
    }

    footer .fttop .two .left {
        width: 100%
    }

    footer .fttop .two .left .ftlxfs {
        width: calc(100% - 180px)
    }

    footer .fttop .two .left .ftlxfs dd em {
        width: 80px;
        height: 60px
    }

    footer .fttop .two .left .ftlxfs dd .lxzi {
        width: calc(100% - 100px);
        font-size: 16px
    }

    footer .fttop .two .left .ftlxfs dd .lxzi p {
        font-size: 18px;
        margin-top: 5px;
        max-height: 60px
    }

    footer .fttop .two ul.right {
        display: none
    }

    footer .fttop .indlink {
        display: none
    }

    footer .foot_copy_main p {
        float: none;
        text-align: center;
        height: auto;
        font-size: 14px;
        line-height: 26px
    }
}

@media screen and (max-width: 600px) {
    footer .fttop .one {
        border:0
    }

    footer .fttop .one img {
        width: 100px
    }

    footer .fttop .one .fotvav {
        width: calc(100% - 130px);
        height: 40px;
        line-height: 40px
    }

    footer .fttop .one .fotvav a {
        font-size: 14px;
        color: #666
    }

    footer .fttop .one .fotvav a:before {
        width: 2px;
        margin-right: 5px
    }

    footer .fttop .two {
        margin: 0 0 20px
    }

    footer .fttop .two .left .fotewm {
        width: 100%
    }

    footer .fttop .two .left .fotewm .kuang {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        float: none
    }

    footer .fttop .two .left .fotewm p {
        margin: 10px 0 0 0;
        line-height: normal;
        height: auto
    }

    footer .fttop .two .left .ftlxfs {
        width: 100%;
        margin-top: 10px;
        display: none
    }

    footer .fttop .two .left .ftlxfs dd {
        margin-bottom: 12px
    }

    footer .fttop .two .left .ftlxfs dd em {
        width: 60px
    }

    footer .fttop .two .left .ftlxfs dd .lxzi {
        font-size: 14px;
        padding-top: 5px
    }

    footer .fttop .two .left .ftlxfs dd .lxzi p {
        font-size: 16px
    }

    footer .foot_copy_main .sjy {
        display: none
    }
}

@media screen and (max-width: 374px) {
    footer .fttop .one {
        overflow:hidden
    }

    footer .fttop .one img {
        display: none
    }

    footer .fttop .one .fotvav {
        width: 100%
    }

    footer .fttop .one .fotvav a {
        justify-content: center
    }
}

.ey_banner {
    width: 100%;
    height: 540px;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 280px 0 0;
    position: relative
}

.ey_banner img {
    display: block;
    width: 1920px;
    height: 540px;
    overflow: hidden;
    margin: -270px 0 0 -960px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%
}

.ey_banner .eyba_text {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyba_text p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #000;
    font-size: 30px;
    margin: 0 auto;
    padding: 0;
    font-weight: bold
}

.eyba_text em {
    display: block;
    width: 120px;
    height: 1px;
    overflow: hidden;
    margin: 15px 0;
    padding: 0;
    background-color: rgba(255,255,255,.3)
}

@media screen and (min-width: 1440px) and (max-width:1599px) {
    .ey_banner .eyba_text {
        width:94%
    }
}

@media (max-width: 1366px) {
    .ey_banner {
        margin:0 auto
    }
}

@media screen and (min-width: 1360px) and (max-width:1439px) {
    .ey_banner {
        height:450px;
        padding: 250px 0 0
    }

    .ey_banner img {
        display: block;
        width: 1600px;
        height: 450px;
        overflow: hidden;
        margin: -225px 0 0 -800px
    }

    .ey_banner .eyba_text {
        width: 94%
    }
}

@media screen and (min-width: 1280px) and (max-width:1359px) {
    .ey_banner {
        height:440px;
        padding: 230px 0 0
    }

    .ey_banner img {
        display: block;
        width: 1564px;
        height: 440px;
        overflow: hidden;
        margin: -220px 0 0 -782px
    }

    .ey_banner .eyba_text {
        width: 94%
    }

    .eyba_text p {
    }

    .eyba_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px
    }

    .eyba_text em {
        width: 56px;
        height: 4px
    }
}

@media screen and (min-width: 1080px) and (max-width:1279px) {
    .ey_banner {
        height:440px;
        padding: 230px 0 0
    }

    .ey_banner img {
        display: block;
        width: 1564px;
        height: 440px;
        overflow: hidden;
        margin: -220px 0 0 -782px
    }

    .ey_banner .eyba_text {
        width: 94%
    }

    .eyba_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px
    }

    .eyba_text em {
        width: 56px;
        height: 4px
    }
}

@media screen and (min-width: 1024px) and (max-width:1079px) {
    .ey_banner {
        height:400px;
        padding: 200px 0 0
    }

    .ey_banner img {
        display: block;
        width: 1280px;
        height: 400px;
        overflow: hidden;
        margin: -200px 0 0 -640px
    }

    .ey_banner .eyba_text {
        width: 94%
    }

    .eyba_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 16px
    }

    .eyba_text em {
        width: 56px;
        height: 4px
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .ey_banner {
        height:360px;
        padding: 190px 0 0
    }

    .ey_banner img {
        display: block;
        width: 1280px;
        height: 360px;
        overflow: hidden;
        margin: -180px 0 0 -640px
    }

    .ey_banner .eyba_text {
        width: 94%
    }

    .eyba_text span {
        max-height: 60px;
        line-height: 30px;
        font-size: 15px
    }

    .eyba_text em {
        width: 48px;
        height: 3px;
        margin: 15px 0
    }
}

@media (max-width: 767px) {
    .ey_banner {
        height:240px;
        padding: 180px 0 0;
        margin-top: 70px
    }

    .ey_banner img {
        display: block;
        width: 854px;
        height: 240px;
        overflow: hidden;
        margin: -120px 0 0 -427px
    }

    .ey_banner .eyba_text {
        width: 92%
    }

    .eyba_text p {
        height: 30px;
        line-height: 30px;
        font-size: 26px;
        display: none
    }

    .eyba_text span {
        max-height: 44px;
        line-height: 22px;
        font-size: 14px
    }

    .eyba_text em {
        width: 40px;
        height: 2px;
        margin: 10px 0;
        display: none
    }
}

@media (max-width: 375px) {
    .ey_banner {
        height:180px;
        padding: 120px 0 0
    }

    .ey_banner img {
        display: block;
        width: 818px;
        height: 230px;
        overflow: hidden;
        margin: -115px 0 0 -409px
    }

    .eyba_text p {
        height: 26px;
        line-height: 26px;
        font-size: 26px
    }

    .eyba_text span {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px
    }

    .eyba_text em {
        width: 40px;
        height: 2px;
        margin: 10px 0
    }
}

@media (max-width: 320px) {
    .eyba_text p {
        height:24px;
        line-height: 24px;
        font-size: 18px
    }
}

.n_nav_box {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    background: #fff
}

.n_nav_box .n_nav {
    width: 1400px;
    font-size: 0;
    margin: 0 auto
}

.n_nav_box1 .n_nav {
    display: none
}

.n_nav::-webkit-scrollbar {
    display: none
}

.n_nav a {
    font-size: 16px;
    line-height: 70px;
    color: #3c3c3c;
    display: inline-block;
    padding: 0 5px;
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
    flex-grow: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.nav_na .n_nav a {
    width: 50%
}

.n_nav a+a:after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    transition: 0s;
    z-index: 0
}

.n_nav a:before {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    background: #ff0000
}

.n_nav a:hover:before,.n_nav a.on:before {
    width: 100%;
    opacity: 1
}

.n_nav a:hover,.n_nav a.on {
    font-weight: bold
}

.n_nav_box .n_position {
    max-width: 50%;
    height: 60px;
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.n_nav_box .n_position p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #a6a6a6;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    margin: 0;
    padding: 0
}

.n_nav_box1 .n_position {
    max-width: 100%;
    float: left
}

.n_nav_box1 .n_position p {
    text-align: left
}

.n_position:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/home.png) center bottom no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 0;
    opacity: .6
}

.n_position a {
    font-size: 15px;
    color: rgba(0,0,0,.6);
    position: relative;
    transition: .4s
}

.n_position a:hover {
    color: rgba(0,0,0,1)
}

.n_position i {
    font-size: 15px;
    color: rgba(255,255,255,.6);
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    font-family: arial;
    position: relative;
    top: -1px
}

.n_position span {
    font-size: 15px;
    color: rgba(255,255,255,.6)
}

@media (max-width: 1440px) {
    .n_nav_box {
        width:94%
    }
}

@media (max-width: 1366px) {
    .n_nav_box .n_nav {
        width:100%
    }
}

@media (max-width: 800px) {
    .n_nav_box .n_position {
        width:100%;
        max-width: inherit;
        float: inherit
    }

    .n_nav_box .n_position p {
        text-align: left
    }

    .n_nav_box .n_nav {
        width: 100%;
        float: inherit
    }
}

@media (max-width: 767px) {
    .n_nav_box {
        width:100%;
        margin: 0 auto
    }

    .n_nav_box .n_position {
        height: auto;
        padding: 0 10px
    }

    .n_nav_box .n_position p {
        height: auto;
        line-height: 30px;
        padding: 7px 0
    }

    .n_nav a {
        height: 44px;
        line-height: 44px;
        font-size: 15px
    }

    .n_position a,.n_position span {
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .n_nav a {
        font-size:14px
    }
}

@media (max-width: 320px) {
    .n_nav a {
        font-size:13px
    }
}

.eyoum_AboutUs {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0;
    padding: 60px 0;
    background: #fff url(../images/n_about_bg.jpg) center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_AboutUs .eyouAb_main {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.eyouAbCon_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold
}

.eyouAb_text {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 0
}

.eyouAb_text p {
    line-height: 30px;
    font-size: 16px
}

.txt_main {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.txt_main ul {
    width: 1400px;
    margin: 0 auto
}

.txt_main ul li {
    width: 24.9%;
    float: left;
    position: relative;
    padding: 0 10px
}

.txt_main ul li .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 5px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.txt_main ul li .text span {
    font-size: 50px;
    line-height: 52px;
    font-weight: bold;
    color: #ff0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block
}

.txt_main ul li:hover .text span {
    transform: translateY(-5px)
}

.txt_main ul li .text span svg {
    display: block;
    width: 100%;
    height: 60px
}

.txt_main ul li .text p {
    font-size: 17px;
    line-height: 36px;
    color: #242424;
    margin-top: 5px
}

.ey_title {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0
}

.ey_title span {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: rgba(40,40,40,0.1);
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    text-transform: Uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0
}

.ey_title p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #303030;
    font-size: 34px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0
}

.ey_title i {
    display: block;
    width: 150px;
    height: 23px;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.ey_title i:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%
}

.ey_title i:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%
}

.ey_title i img {
    width: 23px
}

.eyabout_part3 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0
}

.eyabout_part3 .eyaboutPart3_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyaboutPart3_main ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid rgba(255,255,255,0.1)
}

.eyaboutPart3_main ul li {
    width: 22.75%;
    overflow: hidden;
    margin: 0 3% 0 0;
    padding: 40px 1%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #d5d6d8;
    border-radius: 10px;
    position: relative
}

.eyaboutPart3_main ul li:nth-child(4) {
    margin: 0
}

.eyaboutPart3_main ul li:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyaboutPart3_main ul li:hover:after {
    background: #ff0000;
    width: 100%
}

.eyaboutPart3_main ul li .eyaboutPart3_icon1,.eyaboutPart3_main ul li .eyaboutPart3_icon2,.eyaboutPart3_main ul li .eyaboutPart3_icon3,.eyaboutPart3_main ul li .eyaboutPart3_icon4 {
    width: 154px;
    height: 154px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyaboutPart3_main ul li .eyaboutPart3_icon1 {
    background: url(../images/eyaboutpart2_icon01.png) center center no-repeat;
    background-size: 154px 154px;
    position: relative;
    z-index: 1
}

.eyaboutPart3_main ul li .eyaboutPart3_icon2 {
    background: url(../images/eyaboutpart2_icon02.png) center center no-repeat;
    background-size: 154px 154px;
    position: relative;
    z-index: 1
}

.eyaboutPart3_main ul li .eyaboutPart3_icon3 {
    background: url(../images/eyaboutpart2_icon03.png) center center no-repeat;
    background-size: 154px 154px;
    position: relative;
    z-index: 1
}

.eyaboutPart3_main ul li .eyaboutPart3_icon4 {
    background: url(../images/eyaboutpart2_icon04.png) center center no-repeat;
    background-size: 154px 154px;
    position: relative;
    z-index: 1
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_icon1 {
    background: url(../images/eyaboutpart2_icon1.png) center center no-repeat;
    background-size: 154px 154px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_icon2 {
    background: url(../images/eyaboutpart2_icon2.png) center center no-repeat;
    background-size: 154px 154px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_icon3 {
    background: url(../images/eyaboutpart2_icon3.png) center center no-repeat;
    background-size: 154px 154px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_icon4 {
    background: url(../images/eyaboutpart2_icon4.png) center center no-repeat;
    background-size: 154px 154px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.eyaboutPart3_main ul li .eyaboutPart3_text {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0
}

.eyaboutPart3_main ul li .eyaboutPart3_text p {
    width: 100%;
    overflow: hidden;
    line-height: 56px;
    color: #333;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1
}

.eyaboutPart3_main ul li .eyaboutPart3_text p:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ff0000;
    display: block;
    margin: 0 auto
}

.eyaboutPart3_main ul li .eyaboutPart3_text span {
    display: block;
    width: 80%;
    overflow: hidden;
    line-height: 34px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_text p,.eyaboutPart3_main ul li:hover .eyaboutPart3_text span {
    color: #fff
}

.eyaboutPart3_main ul li:hover .eyaboutPart3_text p:after {
    background: #fff
}

.eyabout_part5 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0 0;
    background: #ff0000;
    background: #fff url(../images/eyaboutpart5_bg.jpg) no-repeat;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyabout_part5 .ey_title p {
    color: #fff
}

.eyabout_part5 .ey_title i:before,.eyabout_part5 .ey_title i:after {
    background: #fff
}

.eyabout_part5 .eyaboutPart5_main {
    width: 1400px;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    background: #fff
}

.eyaboutPart5_main .swiper-container3 {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 20px 0 0;
    position: relative
}

.eyaboutPart5_main .swiper-container3 .swiper-slide {
    border-bottom: 3px solid #ddd
}

.eyaboutPart5_main .swiper-container3 .swiper-slide:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    left: 0;
    background: #ff0000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    bottom: -3px
}

.eyaboutPart5_main .swiper-container3 .swiper-slide:hover:after {
    width: 100%
}

.eyaboutPart5_main .swiper-container3 .swiper-slide .eyaboutPart5_img {
    width: 100%;
    height: 270px;
    margin: 0 auto 10px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyaboutPart5_main .swiper-container3 .swiper-slide .eyaboutPart5_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyaboutPart5_main .swiper-container3 .swiper-slide .eyaboutPart5_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyaboutPart5_main .swiper-container3 .swiper-slide:hover .eyaboutPart5_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.eyaboutPart5_main .swiper-container3 .swiper-slide .eyaboutPart5_name {
    width: 100%;
    height: 40px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative
}

.eyaboutPart5_main .swiper-container3 .swiper-slide .eyaboutPart5_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    transition: all .4s ease
}

.eyaboutPart5_main .swiper-container3 .swiper-slide:hover .eyaboutPart5_name a {
    color: #ff0000
}

@media (max-width: 1440px) {
    .eyoum_AboutUs .eyouAb_main {
        width:94%
    }

    .txt_main ul li .text span {
        font-size: 40px;
        line-height: 46px
    }

    .eyabout_part3 {
        padding: 60px 0
    }

    .eyabout_part3 .eyaboutPart3_main {
        width: 94%
    }

    .eyaboutPart3_main ul {
        width: 100%;
        border: 0
    }

    .eyabout_part5 {
        padding: 70px 0 0
    }

    .eyabout_part5 .eyaboutPart5_main {
        width: 94%
    }

    .eyaboutPart5_main .swiper-container3 {
        margin-bottom: 10px
    }
}

@media (max-width: 1366px) {
    .eyaboutPart3_main ul li {
        width:23.5%;
        margin: 0 2% 0 0
    }

    .txt_main ul {
        width: 100%
    }
}

@media (max-width: 1280px) {
    .eyaboutPart3_main ul li .eyaboutPart3_text span {
        font-size:16px
    }
}

@media (max-width: 1200px) {
    .txt_main ul li .text p {
        font-size:16px
    }
}

@media (max-width: 1080px) {
    .eyouAbCon_tit {
        font-size:29px
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text span {
        font-size: 14px
    }

    .eyaboutPart5_main .swiper-container3 {
        margin-bottom: 0
    }

    .eyaboutPart5_main .swiper-container3 .swiper-slide:after {
        display: none
    }
}

@media (max-width: 1024px) {
    .eyouAbCon_tit {
        font-size:28px
    }
}

@media (max-width: 800px) {
    .txt_main ul li {
        width:50%
    }

    .txt_main ul li .text span {
        font-size: 36px;
        line-height: 40px
    }

    .eyabout_part3 {
        padding: 60px 0 45px
    }

    .eyaboutPart3_main ul li {
        width: 49%;
        margin: 0 2% 15px 0;
        padding: 30px 2%
    }

    .eyaboutPart3_main ul li .eyaboutPart3_icon1,.eyaboutPart3_main ul li .eyaboutPart3_icon2,.eyaboutPart3_main ul li .eyaboutPart3_icon3,.eyaboutPart3_main ul li .eyaboutPart3_icon4 {
        width: 120px;
        height: 120px
    }

    .eyaboutPart3_main ul li .eyaboutPart3_icon1,.eyaboutPart3_main ul li .eyaboutPart3_icon2,.eyaboutPart3_main ul li .eyaboutPart3_icon3,.eyaboutPart3_main ul li .eyaboutPart3_icon4 {
        background-size: 120px
    }

    .eyaboutPart3_main ul li:nth-child(4) {
        margin: margin:0 0 15px 0
    }

    .eyaboutPart3_main ul li:nth-child(2n+2) {
        margin: 0 0 15px 0
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text {
        margin: 0 auto
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text span {
        font-size: 18px;
        width: 60%;
        line-height: 28px;
        max-height: 56px;
        margin: 20px auto 0
    }
}

@media (max-width: 767px) {
    .eyoum_AboutUs {
        padding:30px 0
    }

    .eyouAbCon_tit {
        font-size: 24px
    }

    .ey_title {
        margin-bottom: 20px
    }

    .ey_title p {
        font-size: 26px
    }

    .txt_main {
        display: none
    }

    .eyabout_part3 {
        padding: 40px 0 25px
    }

    .eyabout_part5 {
        padding: 35px 0 40px;
        background-size: cover
    }
}

@media (max-width: 425px) {
    .txt_main ul li {
        width:100%
    }

    .txt_main ul li .text {
        padding: 30px 0 5px 0
    }

    .eyouAb_text p {
        font-size: 15px;
        line-height: 28px
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text p {
        font-size: 18px
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text span {
        font-size: 14px;
        width: 90%
    }

    .eyaboutPart3_main ul li {
        margin: 0 2% 10px 0
    }

    .eyaboutPart3_main ul li:nth-child(2n+2) {
        margin: 0 0 10px 0
    }

    .eyabout_part3 {
        padding: 30px 0
    }

    .eyabout_part5 {
        padding: 30px 0
    }
}

@media (max-width: 375px) {
    .eyaboutPart3_main ul li {
        width:100%;
        margin: 0 0 10px 0
    }

    .eyaboutPart3_main ul li .eyaboutPart3_text span {
        margin: 20px auto 0
    }
}

@media (max-width: 320px) {
    .eyaboutPart3_main ul li {
        padding:30px 1%
    }
}

.eyoum_News {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 60px;
    background: #f9f9f9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_News .eyouNews_list {
    width: 1400px;
    margin: 60px auto 0;
    padding: 0
}

.eyouNews_list ul li {
    width: 32%;
    margin: 0 auto;
    transition: all 0.5s;
    float: left;
    margin: 0 2% 60px 0;
    position: relative
}

.eyouNews_list ul li .news_text {
    padding: 70px 35px 35px 35px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 1
}

.eyouNews_list ul li:after {
    content: "";
    height: 100%;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 0
}

.eyouNews_list ul li:nth-child(3n+3) {
    margin-right: 0
}

.eyouNews_list ul li .time {
    position: absolute;
    top: -25px;
    left: 35px;
    padding: 10px 20px;
    background: #888;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyouNews_list ul li .time span {
    font-size: 18px;
    color: rgba(255,255,255,.4)
}

.eyouNews_list ul li .time p {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-weight: bold
}

.eyouNews_list ul li .text a.name {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.eyouNews_list ul li .text p {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.eyouNews_list ul li .text a.more {
    color: #999;
    line-height: 28px;
    background: url(../images/news_more.png) 70px center no-repeat;
    vertical-align: middle;
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyouNews_list ul li:hover .news_text {
    background: none
}

.eyouNews_list ul li:hover:after {
    width: 100%
}

.eyouNews_list ul li:hover .time {
    background: #ff0000
}

.eyouNews_list ul li:hover .text a.name {
    color: #fff;
    font-weight: bold
}

.eyouNews_list ul li:hover .text p {
    color: #fff
}

.eyouNews_list ul li:hover .text a.more {
    color: #fff;
    background: url(../images/news_more_on.png) right center no-repeat
}

@media (max-width: 1440px) {
    .eyoum_News .eyouNews_list {
        width:94%
    }
}

@media (max-width: 1199px) {
    .eyoum_News {
        padding:30px 0 40px
    }

    .eyoum_News .eyouNews_list {
        margin: 50px auto 0
    }

    .eyouNews_list ul li {
        margin: 0 2% 40px 0
    }

    .eyouNews_list ul li:nth-child(3n+3) {
        margin: 0 0 50px 0
    }

    .eyouNews_list ul li .news_text {
        padding: 65px 25px 25px
    }

    .eyouNews_list ul li .time p {
        font-size: 26px
    }
}

@media (max-width: 1024px) {
    .eyouNews_list ul li {
        width:49%
    }

    .eyouNews_list ul li:nth-child(3n+3) {
        margin: 0 2% 40px 0
    }

    .eyouNews_list ul li:nth-child(2n+2) {
        margin: 0 0 40px 0
    }
}

@media (max-width: 767px) {
    .eyoum_News {
        padding:20px 0 40px
    }

    .eyouNews_list ul li {
        width: 100%;
        margin: 0 0 60px 0
    }

    .eyouNews_list ul li:last-child {
        margin: 0 0 40px 0
    }

    .eyouNews_list ul li .time {
        left: 5%
    }

    .eyouNews_list ul li .news_text {
        padding: 70px 5% 35px
    }

    .eyouNews_list ul li .text a.name {
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .eyoum_News {
        padding:0 0 40px
    }

    .eyouNews_list ul li {
        margin: 0 0 40px 0
    }

    .eyouNews_list ul li .time {
        top: -15px;
        padding: 10px 12px
    }

    .eyouNews_list ul li .time span {
        font-size: 16px
    }

    .eyouNews_list ul li .time p {
        font-size: 24px;
        line-height: 20px
    }
}

.ey_NyNewsdetail {
    width: 1400px;
    overflow: hidden;
    margin: 30px auto 20px;
    padding: 0;
    background: #fff
}

.ey_NyNewsdetail .NyNewsdetail_title {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 4%;
    background: #ff0000
}

.ey_NyNewsdetail .NyNewsdetail_title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #fff;
    margin-right: 2%;
    vertical-align: middle
}

.ey_NyNewsdetail .contmain {
    width: 100%;
    margin: 0 auto;
    padding: 30px 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.ey_NyNewsdetail .NyNewsdetail_tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin: 0 auto 30px
}

.ey_NyNewsdetail .NyNewsdetail_tips ul li {
    width: 20%;
    border-radius: 30px;
    padding: 5px 0 5px 2%;
    margin: 0 1% 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #777
}

.ey_NyNewsdetail .NyNewsdetail_tips ul li span {
    width: auto;
    border-radius: 30px;
    display: inline-block;
    margin: 0 0 0 4%;
    text-align: center
}

.ey_NyNewsdetail .NyNewsdetail_con {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #565656;
    font-size: 16px;
    text-align: justify
}

.NyNewsdetail_con p,.NyNewsdetail_con div,.NyNewsdetail_con table,.NyNewsdetail_con tr,.NyNewsdetail_con td,.NyNewsdetail_con video,.NyNewsdetail_con img {
    max-width: 100%!important;
    max-height: 100%!important;
    line-height: 30px
}

.fvopvideo {
    width: 80% !important;
    height: 480px!important;
    margin: 0 auto 20px;
    position: relative;
    z-index: 99
}

.ey_NyNewsdetail .ey_PrevNext {
    margin: 40px auto 0
}

.ey_PrevNext i {
    display: block;
    width: 100%;
    height: 27px;
    margin: 20px auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.ey_PrevNext i:before {
    content: "";
    width: 47%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%
}

.ey_PrevNext i:after {
    content: "";
    width: 47%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%
}

.ey_PrevNext {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff
}

.ey_PrevNext ul li {
    width: 50%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ey_PrevNext ul li a {
    line-height: 40px;
    color: #666;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ey_PrevNext ul li:last-child {
    text-align: right
}

.ey_PrevNext ul li:hover a {
    color: #ff0000
}

@media (max-width: 1440px) {
    .ey_NyNewsdetail {
        width:94%
    }
}

@media screen and (max-width: 1439px) and (min-width:1281px) {
    .ey_NyNewsdetail .ot_time ul li {
        width:25%
    }

    .ey_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1280px) {
    .NyNewsdetail_con p,.NyNewsdetail_con div {
        width:100%;
        overflow: hidden;
        line-height: 30px;
        color: #565656;
        font-size: 16px;
        text-align: justify;
        text-indent: 0;
        margin: 0 auto;
        padding: 0
    }

    .NyNewsdetail_con .img {
        width: 80%;
        text-align: center
    }

    .NyNewsdetail_con p span,.NyNewsdetail_con span,.NyNewsdetail_con p em,.NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
        font-size: 16px!important
    }

    .NyNewsdetail_con table tr td p {
        text-indent: 0!important
    }

    .NyNewsdetail_con img {
        display: inline-block;
        width: auto!important;
        height: auto!important;
        max-width: 100% !important;
        margin: 0 auto;
        padding: 0;
        text-indent: 0!important
    }
}

@media screen and (max-width: 1279px) and (min-width:1201px) {
    .ey_NyNewsdetail .ot_time ul li {
        width:25%
    }

    .ey_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1200px) {
    .ey_NyNewsdetail {
        margin:10px auto 20px
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 25%
    }

    .ey_NyNewsdetail .ot_time ul li span {
        width: 68%
    }
}

@media (max-width: 1080px) {
    .ey_NyNewsdetail .NyNewsdetail_title {
        font-size:28px
    }

    .ey_NyNewsdetail .ey_PrevNext {
        margin: 20px auto 0
    }

    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 22%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 28%
    }
}

@media (max-width: 1024px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:25%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 30%
    }
}

@media screen and (max-width: 1023px) and (min-width:801px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:29%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 36%
    }
}

@media (max-width: 800px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:30%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 36%
    }

    .fvopvideo {
        width: 100%!important;
        height: 400px!important
    }
}

@media (max-width: 768px) {
    .ey_NyNewsdetail {
        width:92%;
        margin: 20px auto 0
    }

    .ey_NyNewsdetail .NyNewsdetail_title {
        font-size: 24px;
        line-height: 42px
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 38%
    }

    .ey_NyNewsdetail .NyNewsdetail_con {
        width: 100%;
        min-height: 300px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        line-height: 28px;
        color: #565656;
        font-size: 15px;
        text-align: justify
    }

    .NyNewsdetail_con p,.NyNewsdetail_con div {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
        color: #565656;
        font-size: 15px;
        text-align: justify;
        text-indent: 0;
        padding: 0
    }

    .NyNewsdetail_con p span,.NyNewsdetail_con span,.NyNewsdetail_con p em,.NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
        font-size: 15px!important
    }

    .ey_NyNewsdetail .ey_PrevNext {
        margin: 0 auto
    }

    .ey_PrevNext i:before,.ey_PrevNext i:after {
        width: 45%
    }

    .ey_PrevNext ul li {
        width: 100%;
        text-align: left!important;
        font-size: 15px
    }

    .ey_PrevNext ul li a {
        font-size: 15px
    }

    .fvopvideo {
        height: 260px!important
    }
}

@media screen and (max-width: 767px) and (min-width:426px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:49%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 65%
    }
}

@media (max-width: 425px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:49%;
        font-size: 14px;
        margin: 0 1% 10px 0
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 65%;
        margin: 0 auto;
        display: inherit
    }

    .ey_NyNewsdetail .NyNewsdetail_tips {
        margin-bottom: 10px
    }

    .ey_PrevNext i:before,.ey_PrevNext i:after {
        width: 40%
    }
}

@media screen and (max-width: 390px) and (min-width:376px) {
    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width:54%
    }
}

@media (max-width: 375px) {
    .ey_NyNewsdetail .NyNewsdetail_title {
        line-height:42px;
        font-size: 20px
    }

    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 65%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 70%;
        margin: 0 auto
    }
}

@media (max-width: 374px) {
    .ey_NyNewsdetail .NyNewsdetail_title {
        line-height:36px;
        font-size: 18px
    }

    .ey_NyNewsdetail .NyNewsdetail_tips ul li {
        width: 100%;
        padding: 5px 5%
    }

    .ey_NyNewsdetail .ot_time ul li {
        width: 82%
    }
}

#fengye {
    text-align: center;
    margin: 40px auto 0;
    color: #555;
    font-size: 15px
}

.eyoum_News #fengye {
    margin: 0 auto
}

#fengye table {
    margin: 0 auto
}

#fengye a {
    display: inline-block;
    padding: 0 15px;
    background: #f0f0f0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    color: #333;
    font-size: 15px
}

#fengye a:hover {
    background: #ff0000;
    color: #fff
}

#fengye a.pnnum1 {
    background: #ff0000;
    color: #fff
}

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background-color: #ff0000;
    width: 40px !important;
    height: 32px !important;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none
}

#fengye .p_input {
    display: inline-block;
    padding: 0 15px;
    background: #ddd;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    color: #333;
    cursor: default
}

.eyoum_video #fengye {
    margin: 0 auto
}

@media (max-width: 767px) {
    #fengye {
        margin:0 auto;
        font-size: 0
    }

    #fengye input,#fengye .p_input {
        display: none
    }

    #fengye a {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 4px
    }

    #fengye a#firstpage,#fengye a#uppage,#fengye a#downpage,#fengye a#endpage {
        display: inline-block
    }

    #fengye table tr td {
        font-size: 0
    }
}

@media (max-width: 375px) {
    #fengye {
        margin:0 auto
    }
}

@media screen and (max-width: 374px) and (min-width:321px) {
    #fengye a {
        padding:0 4%
    }
}

@media (max-width: 320px) {
    #fengye {
        margin:0 auto
    }

    #fengye a {
        padding: 0 12px
    }
}

.eyoum_products {
    width: 100%;
    background: #f8f8f8
}

.eyoum_products .pro_main {
    width: 1400px;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_products .eyouPro_Left {
    width: 24%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left
}

.eyoum_products .eyouPro_Right {
    width: 74%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right
}

.eyoum_products .eyouPro_Right ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding: 20px;
    margin-bottom: 55px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px
}

.eyoum_products .eyouPro_Right ul li:nth-child(3n) {
    margin-right: 0
}

.eyoum_products .eyouPro_Right ul li .pic {
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden
}

.eyoum_products .eyouPro_Right ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.eyoum_products .eyouPro_Right ul li .name {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.eyoum_products .eyouPro_Right ul li p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.eyoum_products .eyouPro_Right ul li p img {
    margin-right: 8px
}

.eyoum_products .eyouPro_Right ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.eyoum_products .eyouPro_Right ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.eyoum_products .eyouPro_Right ul li:hover .pic img {
    transform: scale(1.1)
}

.eyoum_products .eyouPro_Right ul li:hover .name {
    color: #ff0000
}

.eyoum_products .eyouPro_Right ul li:hover .more {
    background: #ff0000;
    color: #fff
}

.eyoum_products .eyouPro_Right ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

@media (max-width: 1440px) {
    .eyoum_products .pro_main {
        width:94%
    }
}

@media (max-width: 1366px) {
    .eyoum_products .eyouPro_Right ul li {
        width:23.5%;
        margin-right: 2%
    }
}

@media (max-width: 1280px) {
    .eyoum_products .pro_main {
        padding:40px 0
    }

    .eyoum_products .eyouPro_Right ul li {
        width: 32%;
        margin-bottom: 45px
    }

    .eyoum_products .eyouPro_Right ul li:nth-child(4n) {
        margin-right: 2%
    }

    .eyoum_products .eyouPro_Right ul li:nth-child(3n) {
        margin-right: 0
    }

    .eyoum_products .eyouPro_Right ul li .name {
        font-size: 18px
    }

    .eyoum_products .eyouPro_Right ul li p {
        font-size: 15px
    }

    .eyoum_products .eyouPro_Right ul li .more {
        font-size: 15px
    }

    .eyoum_products .eyouPro_Right ul li .more em {
        width: 7px;
        height: 11px;
        background-size: 100%
    }

    .eyoum_products #fengye {
        margin: 20px auto 0
    }
}

@media (max-width: 1080px) {
    .eyoum_products .eyouPro_Left {
        width:100%
    }

    .eyoum_products .eyouPro_Right {
        width: 100%
    }
}

@media screen and (max-width: 880px) {
    .eyoum_products .eyouPro_Right ul li .pic {
        height:180px;
        padding: 15px
    }
}

@media (max-width: 768px) {
    .eyoum_products .pro_main {
        width:92%;
        padding: 40px 0
    }

    .eyoum_products .eyouPro_Right ul li {
        width: 48.5%;
        margin-right: 3%
    }

    .eyoum_products .eyouPro_Right ul li:nth-child(3n) {
        margin-right: 3%
    }

    .eyoum_products .eyouPro_Right ul li:nth-child(2n) {
        margin-right: 0
    }

    .eyoum_products .eyouPro_Right ul li .pic {
        height: 200px
    }

    .eyoum_products .eyouPro_Right ul li .name {
        font-size: 16px
    }

    .eyoum_products .eyouPro_Right ul li p {
        font-size: 14px
    }

    .eyoum_products .eyouPro_Right ul li .more {
        font-size: 14px;
        width: 120px;
        transition: all 0s ease
    }

    .eyoum_products .eyouPro_Right ul li .more em {
        margin-left: 7px
    }

    .eyoum_products .eyouPro_Right ul li:hover .more em {
        margin-left: 10px
    }

    .eyoum_products .eyouPro_Right .eyou_more {
        margin-top: 10px
    }

    .eyoum_products #fengye {
        margin: 0 auto
    }
}

@media screen and (max-width: 550px) {
    .eyoum_products .eyouPro_Right ul li {
        padding:15px
    }

    .eyoum_products .eyouPro_Right ul li .pic {
        height: 150px
    }

    .eyoum_products .eyouPro_Right ul li .name {
        font-size: 15px;
        margin: 5px 0
    }

    .eyoum_products .eyouPro_Right ul li p img {
        display: none
    }
}

@media screen and (max-width: 413px) {
    .eyoum_products .eyouPro_Right ul li .pic {
        height:130px
    }
}

.nyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
    padding: 0
}

.nyPro_list dl dd {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e6e7ec;
    border-radius: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nyPro_list dl dd:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0)
}

.nyPro_list dl dd:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ff0000;
    position: absolute;
    z-index: 0;
    border-radius: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.nyPro_list dl dd:hover:before {
    width: 100%
}

.nyPro_list dl dd .nyProList_img {
    width: 27%;
    height: 220px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    float: left;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nyPro_list dl dd .nyProList_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative
}

.nyPro_list dl dd .nyProList_img a img.nyPro_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyPro_list dl dd:hover .nyProList_img a img.nyPro_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.nyPro_list dl dd .nyProList_img a i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background: rgba(0,0,0,.3) url(../images/more1.png) center center no-repeat;
    background-size: 48px 48px;
    position: absolute;
    z-index: 2;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyPro_list dl dd:hover .nyProList_img a i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.nyPro_list dl dd .nyProList_img a:after {
}

.nyPro_list dl dd .nyProList_text {
    width: 73%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 20px;
    float: right;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nyPro_list dl dd .nyProList_text .nyProList_name {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.nyPro_list dl dd .nyProList_text .nyProList_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_name a {
    color: #fff
}

.nyPro_list dl dd .nyProList_text .nyProList_ms {
    width: 100%;
    overflow: hidden;
    margin: 25px auto;
    padding: 0
}

.nyPro_list dl dd .nyProList_text .nyProList_ms p {
    width: 100%;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_ms p {
    color: rgba(255,255,255,0.8)
}

.nyPro_list dl dd .nyProList_text .nyProList_tips {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p {
    display: inline-block;
    width: auto;
    max-width: 50%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #aaa;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p em {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 2px 0;
    vertical-align: middle
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p:first-child em {
    background: url(../images/icon_a.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(2) em {
    background: url(../images/icon_e.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(3) em {
    background: url(../images/icon_b.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(4) em {
    background: url(../images/icon_d.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd .nyProList_text .nyProList_tips p span,.nyPro_list dl dd .nyProList_text .nyProList_tips p a {
    color: #333
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p {
    color: rgba(255,255,255,0.8)
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p span,.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p a {
    color: #fff
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:first-child em {
    background: url(../images/icon_a_on.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(2) em {
    background: url(../images/icon_e_on.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(3) em {
    background: url(../images/icon_b_on.png) center center no-repeat;
    background-size: 18px 18px
}

.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(4) em {
    background: url(../images/icon_d_on.png) center center no-repeat;
    background-size: 18px 18px
}

.ey_xgpro {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
    background-color: #f5f5f5
}

.ey_xgpro .ey_xgpro_title {
    text-align: center;
    background: #ff0000 /*url(../images/hd_bg.jpg) center center no-repeat*/;
    background-size: cover;
    padding: 20px
}

.ey_xgpro .ey_xgpro_title p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff
}

.ey_xgpro .ey_xgpro_title p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

.ey_xgpro .ey_xgpro_title span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.ey_xgpro .ey_xgpro_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ey_xgpro_list ul li {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    background-color: #fff;
    border: 1px solid #e6e7ec;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 20px;
    float: left;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.ey_xgpro_list ul li .pic {
    width: 100%;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden
}

.ey_xgpro_list ul li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease
}

.ey_xgpro_list ul li .name {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s ease
}

.ey_xgpro_list ul li p {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.ey_xgpro_list ul li p img {
    margin-right: 8px
}

.ey_xgpro_list ul li .more {
    display: block;
    width: 134px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: all .4s ease
}

.ey_xgpro_list ul li .more em {
    display: block;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(../images/jt04.png) center no-repeat;
    margin-left: 14px;
    transition: all .4s ease
}

.ey_xgpro_list ul li:hover .pic img {
    transform: scale(1.1)
}

.ey_xgpro_list ul li:hover .name {
    color: #ff0000
}

.ey_xgpro_list ul li:hover .more {
    background: #ff0000;
    color: #fff
}

.ey_xgpro_list ul li:hover .more em {
    margin-left: 17px;
    background: url(../images/jt03.png) center no-repeat
}

.eyoum_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
    background-color: #fff
}

.eyoum_Xgwz .eyouXgwz_title {
    text-align: center;
    background: #ff0000 /*url(../images/hd_bg.jpg) center center no-repeat*/;
    background-size: cover;
    padding: 20px
}

.eyoum_Xgwz .eyouXgwz_title p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff
}

.eyoum_Xgwz .eyouXgwz_title p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt1.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

.eyoum_Xgwz .eyouXgwz_title span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.eyoum_Xgwz .eyouXgwz_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 10px 10px;
    min-height: 150px
}

.eyoum_Xgwz .eyouXgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyoum_Xgwz .eyouXgwz_list ul li a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #303030;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 10px 0 30px;
    background: #fafafa url(../images/icon4.png) 15px 20px no-repeat;
    background-size: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyoum_Xgwz .eyouXgwz_list ul li a:hover {
    color: #ff0000;
    background: #f5f5f5 url(../images/icon5.png) 15px 20px no-repeat;
    background-size: 10px 10px
}

@media screen and (max-width: 1440px) and (min-width:1360px) {
    .nyPro_list dl dd .nyProList_img {
        width:28%;
        height: 220px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 72%
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        padding: 0 16px 0 0
    }
}

@media screen and (max-width: 1359px) and (min-width:1280px) {
    .nyPro_list {
        margin:0 auto 40px
    }

    .nyPro_list dl dd .nyProList_img {
        width: 29%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 71%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_ms,.nyPro_list ul li .nyProList_text .nyProList_tips {
        margin: 5px auto
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        width: 50%
    }
}

@media screen and (max-width: 1279px) and (min-width:1200px) {
    .nyPro_list {
        margin:0 auto 40px
    }

    .nyPro_list dl dd .nyProList_img {
        width: 31%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 69%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_ms,.nyPro_list ul li .nyProList_text .nyProList_tips {
        margin: 5px auto
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        width: 50%
    }
}

@media (max-width: 1199px) {
    .nyPro_list {
        margin:0 auto 40px
    }

    .nyPro_list dl dd .nyProList_img {
        width: 38%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 62%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_ms,.nyPro_list ul li .nyProList_text .nyProList_tips {
        margin: 5px auto
    }

    .nyPro_list dl dd .nyProList_text .nyProList_name a {
        font-size: 18px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        height: 30px;
        line-height: 30px;
        width: 50%;
        font-size: 14px
    }

    .eyoum_Xgwz .Xgwz_tit {
        padding: 12px
    }

    .Xgwz_tit span {
        font-size: 34px
    }
}

@media (max-width: 1080px) {
    .nyPro_list dl dd {
        margin:0 auto 20px
    }

    .nyPro_list dl dd .nyProList_img {
        width: 27%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 73%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_name a {
        font-size: 18px
    }

    .eyoum_Xgwz {
        margin: 20px auto
    }

    .eyoum_Xgwz .eyouXgwz_title {
        text-align: left;
        padding: 10px 20px;
        background: #ff0000
    }

    .eyoum_Xgwz .eyouXgwz_title p {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 24px
    }

    .eyoum_Xgwz .eyouXgwz_title span {
        display: inline-block;
        font-size: 18px
    }

    .eyoum_Xgwz .eyouXgwz_title p:before {
        display: none
    }

    .eyoum_Xgwz .Xgwz_tit {
        padding: 10px 10px 10px 20px
    }

    .eyoum_Xgwz .eyouXgwz_list {
        padding: 20px 20px 10px;
        min-height: auto
    }

    .Xgwz_tit p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0;
        float: left
    }

    .Xgwz_tit span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 28px
    }

    .eyoum_Xgwz .Xgwz_list {
        padding: 10px 20px
    }

    .ey_xgpro .ey_xgpro_list {
        padding: 20px 20px 10px
    }

    .ey_xgpro_list ul li {
        width: 49%;
        margin-right: 2%
    }

    .ey_xgpro_list ul li:nth-child(2n+2) {
        margin: 0 0 40px 0
    }
}

@media (max-width: 1023px) {
    .nyPro_list dl dd .nyProList_img {
        width:36%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 64%;
        height: 205px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_ms,.nyPro_list ul li .nyProList_text .nyProList_tips {
        margin: 5px auto
    }

    .nyPro_list dl dd .nyProList_text .nyProList_name a {
        font-size: 18px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        height: 30px;
        line-height: 30px;
        width: 50%
    }

    .nyPro_list dl dd .nyProList_text .nyProList_btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        margin: 0
    }

    .eyoum_Xgwz {
        margin: 20px auto
    }

    .eyoum_Xgwz .eyouXgwz_title {
        text-align: left;
        padding: 10px 20px
    }

    .eyoum_Xgwz .eyouXgwz_title p {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 24px
    }

    .eyoum_Xgwz .eyouXgwz_title span {
        display: inline-block;
        font-size: 18px
    }

    .eyoum_Xgwz .eyouXgwz_title p:before {
        display: none
    }

    .eyoum_Xgwz .Xgwz_tit {
        padding: 10px 10px 10px 20px
    }

    .eyoum_Xgwz .eyouXgwz_list {
        padding: 20px 20px 10px
    }

    .Xgwz_tit p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0;
        float: left
    }

    .Xgwz_tit span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 28px
    }

    .eyoum_Xgwz .Xgwz_list {
        padding: 10px 20px
    }

    .ey_xgpro_list ul li {
        width: 49%
    }

    .ey_xgpro_list ul li:nth-child(2n+2) {
        margin: 0 0 60px 0
    }
}

@media (max-width: 767px) {
    .nyPro_list {
        margin:0 auto 20px
    }

    .nyPro_list dl dd {
        margin: 0 auto 20px
    }

    .nyPro_list dl dd .nyProList_img {
        width: 100%;
        height: 280px;
        margin: 0 auto 10px
    }

    .nyPro_list dl dd .nyProList_text {
        width: 100%;
        height: auto;
        padding: 0
    }

    .nyProList_text .nyProList_name a {
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .nyPro_list dl dd .nyProList_text .nyProList_ms {
        margin: 5px auto
    }

    .nyProList_text .nyProList_ms p {
        height: auto;
        max-height: 48px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips {
        margin: 10px auto;
        display: none
    }

    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        height: 30px;
        line-height: 30px;
        max-width: 100%
    }

    .nyProList_text .nyProList_tips dl dd {
        width: 48%;
        height: 30px;
        line-height: 30px;
        margin: 0 4% 0 0;
        padding: 0
    }

    .nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
        margin: 0
    }

    .nyPro_list dl dd .nyProList_text .nyProList_btn {
        width: 100%;
        margin: 0 auto
    }

    .nyProList_text .nyProList_btn a {
        width: 48%;
        height: 40px;
        line-height: 38px;
        margin: 0;
        float: left
    }

    .nyProList_text .nyProList_btn a:first-child {
        margin: 0 4% 0 0
    }

    .nyPro_list dl dd .nyProList_text .nyProList_name a {
        height: auto;
        line-height: 30px;
        font-size: 18px;
        white-space: inherit;
        text-overflow: inherit;
        word-break: break-all
    }

    .eyoum_Xgwz {
        margin: 20px auto
    }

    .eyoum_Xgwz .eyouXgwz_title {
        text-align: left;
        padding: 10px 20px
    }

    .eyoum_Xgwz .eyouXgwz_title p {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 22px
    }

    .eyoum_Xgwz .eyouXgwz_title span {
        display: inline-block;
        font-size: 15px;
        display: none
    }

    .eyoum_Xgwz .eyouXgwz_title p:before {
        display: none
    }

    .eyoum_Xgwz .Xgwz_tit {
        padding: 10px 10px 10px 20px
    }

    .eyoum_Xgwz .eyouXgwz_list {
        padding: 20px 20px 10px
    }

    .Xgwz_tit p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0;
        float: left
    }

    .Xgwz_tit span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 24px
    }

    .eyoum_Xgwz .Xgwz_list {
        padding: 10px 20px
    }

    .ey_xgpro {
        display: none
    }

    .ey_xgpro .ey_xgpro_title p {
        font-size: 22px
    }

    .ey_xgpro_list ul li {
        width: 49%
    }

    .ey_xgpro_list ul li:nth-child(2n+2) {
        margin: 0 0 60px 0
    }
}

@media (max-width: 425px) {
    .nyPro_list dl dd .nyProList_text .nyProList_tips p {
        width:100%
    }

    .ey_xgpro {
        background: #fff
    }

    .ey_xgpro .ey_xgpro_list {
        padding: 20px 0 10px
    }

    .ey_xgpro_list ul li {
        margin: 0 2% 40px 0
    }

    .ey_xgpro_list ul li:nth-child(2n+2) {
        margin: 0 0 40px 0
    }

    .ey_xgpro_list ul li a.more:after {
        left: 38%
    }
}

@media (max-width: 375px) {
    .nyPro_list dl dd .nyProList_img {
        height:252px
    }

    .ey_xgpro_list ul li {
        width: 100%;
        margin: 0 0 40px 0
    }

    .ey_xgpro_list ul li:nth-child(2n+2) {
        margin: 0 0 40px 0
    }

    .ey_xgpro_list ul li a.more:after {
        left: 44%
    }
}

@media (max-width: 320px) {
    .nyPro_list dl dd .nyProList_img {
        height:210px
    }

    .eyoum_Xgwz .Xgwz_tit {
        padding: 6px 12px
    }

    .Xgwz_tit span {
        font-size: 22px
    }

    .eyoum_Xgwz .Xgwz_list {
        padding: 10px
    }
}

.h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 20px
}

.cp_type {
}

.cp_type .hd {
    text-align: center;
    background: #ff0000 /*url(../images/hd_bg.jpg) center center no-repeat*/;
    background-size: cover;
    padding: 20px
}

.cp_type .hd p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff
}

.cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

.cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.cp_type .bd {
    padding: 20px 10px 10px;
    background-color: #fff
}

.cp_type .bd ul li {
    margin: 0 auto 10px
}

.cp_type .bd ul li:last-child {
    border: 0
}

.cp_type .bd ul li.on {
}

.cp_type .bd ul li p {
    height: 60px;
    line-height: 60px;
    background-color: #fafafa
}

.cp_type .bd ul li p a {
    display: block;
    width: 80%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 60px;
    color: #303030;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cp_type .bd ul li p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    float: left
}

.cp_type .bd ul li div {
    display: none
}

.cp_type .bd ul li div a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 15px;
    margin: 0 auto 1px;
    padding: 0 20px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff url(../images/icon4.png) 20px center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li div a:first-child {
    border-top: 0
}

.cp_type .bd ul li p:hover,.cp_type .bd ul li.on p {
    background-color: #ff0000
}

.cp_type .bd ul li p:hover a,.cp_type .bd ul li.on p a {
    color: #fff
}

.cp_type .bd ul li p:hover span {
    background: url(../images/mulu2.png) center center no-repeat
}

.cp_type .bd ul li.on p span {
    background: url(../images/mulu3.png) center center no-repeat
}

.cp_type .bd ul li div a:hover {
    color: #ff0000;
    background: #f5f5f5 url(../images/icon5.png) 20px center no-repeat
}

.cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #303030;
    background: #f1f1f1;
    width: 92%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.cp_type .bd ul a.ckqb:hover {
    background: #ff0000;
    color: #fff
}

.cp_type .bd ul li a.proAllBtn {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #303030;
    font-size: 16px;
    text-align: center;
    background-color: #fafafa;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li a.proAllBtn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/jt3.png) center center no-repeat;
    margin: -4px 0 0 10px;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.cp_type .bd ul li a.proAllBtn:hover {
    color: #fff;
    background-color: #ff0000
}

.cp_type .bd ul li a.proAllBtn:hover i {
    background: url(../images/jt0.png) center center no-repeat;
    margin: -4px 0 0 20px
}

@media screen and (max-width: 1440px) and (min-width:1200px) {
    .cp_type .bd ul li p a {
        font-size:15px
    }
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
    .cp_type .hd {
        padding:15px
    }

    .cp_type .bd ul li p {
        height: 50px;
        line-height: 50px
    }

    .cp_type .bd ul li p a {
        padding: 0 0 0 12px;
        line-height: 50px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
        padding: 0 12px 0 28px
    }

    .cp_type .bd ul li div a {
        background: url(../images/icon4.png) 12px center no-repeat
    }

    .cp_type .bd ul li div a:hover {
        color: #ff0000;
        background: url(../images/icon5.png) 12px center no-repeat
    }
}

@media screen and (max-width: 1079px) and (min-width:1024px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #ff0000 url(../images/mulu3.png) 96.8% center no-repeat;
        padding: 10px 10px 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #ff0000 url(../images/mulu4.png) 96.8% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0;
        float: left
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .cp_type .bd {
        display: none;
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 90%;
        line-height: 56px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 56px;
        line-height: 56px
    }

    .cp_type .bd ul li div a {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 10%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #ff0000 url(../images/mulu3.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #ff0000 url(../images/mulu4.png) 97% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .cp_type .bd {
        display: none;
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 89%;
        line-height: 56px;
        font-size: 15px
    }

    .cp_type .bd ul li div a {
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 56px;
        line-height: 56px
    }

    .cp_type .bd ul li div a {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 11%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .cp_type {
        margin:0
    }

    .cp_type .hd p:before {
        display: none
    }

    .cp_type .hd {
        background: #ff0000 url(../images/mulu3.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
        overflow: hidden
    }

    .cp_type .hd.on {
        background: #ff0000 url(../images/mulu4.png) 97% center no-repeat
    }

    .cp_type .hd p {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        float: left;
        min-width: 88px;
        margin: 0 10px 0 0;
        padding: 0
    }

    .cp_type .hd span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        display: none
    }

    .cp_type .bd {
        display: none;
        padding: 20px 20px 10px
    }

    .cp_type .bd ul li:last-child {
        border: 0
    }

    .cp_type .bd ul li p a {
        width: 85%;
        line-height: 48px;
        font-size: 15px;
        padding: 0 0 0 20px
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }

    .cp_type .bd ul li p {
        height: 48px;
        line-height: 48px
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
        width: 15%;
        float: right
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .cp_type .hd {
        padding:6px 12px
    }

    .cp_type .hd p {
        font-size: 20px;
        margin: 0 5px 0 0
    }

    .cp_type .hd span {
        font-size: 14px
    }

    .cp_type .bd ul li p a {
        width: 83%;
        padding: 0 0 0 12px
    }

    .cp_type .bd ul li p span {
        width: 17%
    }

    .cp_type .bd ul li div a {
        padding: 0 12px 0 28px;
        background: url(../images/icon4.png) 12px center no-repeat
    }
}

.ey_NyProDetail {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa
}

.ey_NyProDetail .eyouProDetail_con {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.eyouProDetail_con .eyouProDetail_left {
    width: 24%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right
}

.eyouProDetail_con .eyouProDetail_right {
    width: 73%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left
}

.eyouProDetail_right .eyouProDetail_ConTit {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyouProDetail_ConTit p {
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0 3%;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.eyouProDetail_ConTit p:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 27px;
    background: #ff0000;
    margin-right: 2%;
    margin-bottom: 4px;
    vertical-align: middle
}

.eyouProDetail_right .eyouProDetail_ConText {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    margin: 0 auto;
    padding: 30px 3%;
    background: #fff
}

.eyouProDetail_ConText img,.eyouProDetail_ConText table,.eyouProDetail_ConText tr,.eyouProDetail_ConText td,.eyouProDetail_ConText p,.eyouProDetail_ConText span,.eyouProDetail_ConText div,.eyouProDetail_ConText video,.eyouProDetail_ConText embed {
    max-width: 100%!important;
    max-height: 100%
}

.eyouOrder_msg {
    background: #fff
}

.eyouOrder_msg #ey_msg.ey_msg {
    width: 70%;
    float: left;
    margin: 0 auto
}

.eyouOrder_msg #ey_msg.ey_msg ul {
    width: 100%;
    float: left;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eyouOrder_msg #ey_msg.ey_msg ul li h4 {
    display: none !important
}

.eyouOrder_msg #ey_msg.ey_msg ul li .msg_ipt1 input,.eyouOrder_msg #ey_msg.ey_msg ul li .msg_option {
    color: #666 !important
}

.eyouOrder_msg #ey_msg.ey_msg ul li {
    width: 49%;
    float: left;
    clear: none
}

.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(2n+2) {
    margin-left: 2% !important
}

.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(7),.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(8),.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(9),.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(10) {
    width: 100%
}

.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(10) {
    margin-bottom: 0px !important
}

.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(8),.eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(10) {
    margin-left: 0 !important
}

.eyouOrder_msg #ey_msg.ey_msg ul li .msg_ipt1,.eyouOrder_msg #ey_msg.ey_msg ul li .msg_ipt12,.eyouOrder_msg #ey_msg.ey_msg ul li .msg_ipt2 {
    width: 100% !important
}

.eyouOrder_msg .ey_msg .msg_btn input {
    margin: 0px 15px 0 0;
    background: #333;
    color: #fff;
    transition: all .4s ease
}

.eyouOrder_msg .ey_msg .msg_btn input:hover {
    background: #ff0000
}

.eyouOrder_msg .msg_btn input.msg_btn1 {
    background: #ff0000;
    transition: all .4s ease
}

.eyouOrder_msg .msg_btn input.msg_btn1:hover {
    background: #ff0000
}

.pd_order {
    width: 28%;
    float: right;
    padding: 68px 3%;
    margin: 20px 2% 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff0000;
    position: relative
}

.pd_order .pic {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 25%;
    top: 10%
}

.pd_order .pic span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: circleScale1 4s linear infinite;
    -moz-animation: circleScale1 4s linear infinite;
    -ms-animation: circleScale1 4s linear infinite;
    animation: circleScale1 4s linear infinite
}

.pd_order .pic span:nth-of-type(2) {
    animation-delay: 1s
}

.pd_order .pic span:nth-of-type(3) {
    animation-delay: 2s
}

.pd_order .pic img {
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 13%;
    bottom: 13%
}

.pd_order .txt {
    padding: 150px 0 0;
    color: #fff
}

.pd_order .txt span {
    font-size: 20px;
    display: block
}

.pd_order .txt p {
    font-size: 14px;
    opacity: .8;
    margin: 20px auto 40px
}

.pd_order .txt a {
    display: block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-left: 10%;
    margin: 0 auto;
    background: #333 url(../images/pd_order_b.jpg) 18% center no-repeat;
    color: #fff;
    background-size: 15px 11px;
    transition: all .4s ease
}

.pd_order .txt a:hover {
    background: #ff0000 url(../images/pd_order_b.jpg) 18% center no-repeat;
    background-size: 15px 11px
}

.eyouProDetail_right .ey_PrevNext {
    margin: 0 auto 40px;
    padding: 0 3% 40px
}

@keyframes circleScale1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#ey_msg input::-webkit-input-placeholder,#ey_msg textarea::-webkit-input-placeholder {
    color: #666
}

#ey_msg input:-moz-placeholder,#ey_msg textarea:-moz-placeholder {
    color: #666
}

#ey_msg input::-moz-placeholder,#ey_msg textarea::-moz-placeholder {
    color: #666
}

#ey_msg input:-ms-input-placeholder,#ey_msg textarea:-ms-input-placeholder {
    color: #666
}

#ey_msg input::-ms-input-placeholder,#ey_msg textarea::-ms-input-placeholder {
    color: #666
}

@media (max-width: 1440px) {
    .pd_order .pic {
        left:23%
    }
}

@media screen and (max-width: 1399px) and (min-width:1367px) {
    .pd_order {
        padding:62px 3%
    }
}

@media (max-width: 1366px) {
    .pd_order {
        padding:62px 3%
    }

    .pd_order .pic {
        left: 22%
    }
}

@media (max-width: 1308px) {
    .pd_order {
        padding:72px 3%
    }
}

@media (max-width: 1280px) {
    .eyouProDetail_right .eyouProDetail_ConText {
        width:100%;
        overflow: hidden;
        line-height: 30px;
        color: #555;
        font-size: 15px;
        margin: 0 auto;
        padding: 30px 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff
    }

    .eyouProDetail_ConText img,.eyouProDetail_ConText table,.eyouProDetail_ConText tr,.eyouProDetail_ConText td,.eyouProDetail_ConText p,.eyouProDetail_ConText span,.eyouProDetail_ConText div,.eyouProDetail_ConText video,.eyouProDetail_ConText embed {
        height: auto!important;
        max-width: 100%!important;
        max-height: 100%;
        line-height: 30px;
        color: #555;
        font-size: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        white-space: normal;
        word-break: break-all
    }

    .NyNewsdetail_con p span,.NyNewsdetail_con span,.NyNewsdetail_con p em,.NyNewsdetail_con em {
        color: #565656!important;
        font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;
        font-size: 15px!important
    }

    .pd_order {
        padding: 72px 2%
    }

    .pd_order .pic {
        left: 20%
    }
}

@media (max-width: 1200px) {
    .pd_order {
        padding:62px 3%
    }

    .pd_order .txt a {
        background: #333 url(../images/pd_order_b.jpg) 18% center no-repeat;
        background-size: 15px 11px
    }
}

@media (max-width: 1080px) {
    .pd_order {
        padding:65px 2%
    }

    .eyouProDetail_con .eyouProDetail_left,.eyouProDetail_con .eyouProDetail_right {
        width: 100%
    }

    .eyouProDetail_con .eyouProDetail_left {
        margin: 0 auto 20px
    }

    .eyouProDetail_ConTit p {
        font-size: 22px
    }

    .pd_order .pic {
        left: 22%
    }

    .pd_order .txt span {
        font-size: 18px
    }

    .pd_order .txt a {
        background: #333;
        padding: 0
    }
}

@media screen and (max-width: 955px) and (min-width:824px) {
    .pd_order {
        padding:75px 2%
    }
}

@media (max-width: 800px) {
    .ey_NyProDetail {
        padding:0
    }

    .eyouProDetail_con .eyouProDetail_left,.eyouProDetail_con .eyouProDetail_right {
        width: 100%
    }

    .eyouProDetail_con .eyouProDetail_left {
        margin: 0 auto 20px
    }

    .pd_order .pic {
        left: 14%
    }
}

@media (max-width: 767px) {
    .ey_NyProDetail {
        margin:20px auto;
        padding: 0
    }

    .eyouProDetail_con .eyouProDetail_left,.eyouProDetail_con .eyouProDetail_right {
        width: 100%;
        margin: 0 auto
    }

    .eyouProDetail_con .eyouProDetail_right {
        margin: 0 auto 0
    }

    .eyouProDetail_right .ey_PrevNext {
        margin: 0 auto;
        padding: 0 3%
    }

    .eyouOrder_msg #ey_msg.ey_msg {
        width: 100%
    }

    .eyouOrder_msg #ey_msg.ey_msg ul li {
        width: 100%
    }

    .eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(2n+2) {
        margin-left: 0 !important
    }

    .pd_order {
        display: none
    }
}

@media (max-width: 425px) {
    .ey_NyProDetail {
        background:#fff
    }

    .eyouOrder_msg #ey_msg.ey_msg {
        width: 100%
    }

    .eyouOrder_msg #ey_msg.ey_msg ul li {
        width: 100%
    }

    .eyouOrder_msg #ey_msg.ey_msg ul li:nth-child(2n+2) {
        margin-left: 0 !important
    }

    .pd_order {
        display: none
    }

    .eyouProDetail_con .eyouProDetail_right {
        margin: 0 auto
    }
}

@media (max-width: 320px) {
    .eyouOrder_msg #ey_msg.ey_msg .msg_ipt2 input {
        width:94px !important
    }
}

.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 40px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_main .NyProDetail_Pic {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.pro_detail_img_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.pro_detail_main .pro_detail_text {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 30px;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_text>p {
    width: 100%;
    height: auto;
    min-height: 40px;
    max-height: 80px;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: justify;
    margin: 0 auto 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden
}

.pro_detail_text em {
    background: #eee;
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 auto 30px;
    position: relative
}

.pro_detail_text em:after {
    content: "";
    display: inline-block;
    width: 20%;
    height: 5px;
    background: #ff0000;
    bottom: -3px;
    left: 0;
    position: absolute
}

.pro_detail_text .jyms {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_text .jyms dd {
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.pro_detail_text .jyms dd span {
    color: #303030;
    font-weight: bold
}

.pro_detail_text .jyms dd h1 {
    display: inline
}

.pro_detail_text ul {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.pro_detail_text ul li {
    width: 24%;
    height: 120px;
    overflow: hidden;
    margin: 0 1% 0 0;
    padding: 20px 0 20px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fafafa
}

.pro_detail_text ul li:nth-child(4) {
    margin: 0
}

.pro_detail_text ul li i {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%
}

.pro_detail_text ul li:first-child i {
    background: #fff url(../images/icon_pd_a.png) center center no-repeat
}

.pro_detail_text ul li:nth-child(2) i {
    background: #fff url(../images/icon_pd_b.png) center center no-repeat
}

.pro_detail_text ul li:nth-child(3) i {
    background: #fff url(../images/icon_pd_c.png) center center no-repeat
}

.pro_detail_text ul li:nth-child(4) i {
    background: #fff url(../images/icon_pd_d.png) center center no-repeat
}

.pro_detail_text ul li p {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #303030;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0
}

.pro_detail_text ul li span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 8%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 0
}

.pro_detail_btn img {
    float: left
}

.pro_detail_btn .txt {
    float: left;
    margin: 32px
}

.pro_detail_btn .txt span {
    font-size: 22px;
    font-weight: bold
}

.pro_detail_btn .txt p {
    font-size: 16px;
    color: #999
}

.pro_detail_btn a {
    display: block;
    width: 20%;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 32px auto;
    padding: 0;
    float: right;
    background: #ff0000;
    transition: all .4s ease
}

.pro_detail_btn a:hover {
    background: #ff0000
}

.prodetail_img {
    width: 40%;
    height: 440px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative
}

.list-h li {
    float: left
}

#spec-n5 {
    width: 100%;
    height: 70px;
    margin-top: 10px
}

#spec-left {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px
}

#spec-right {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px
}

#spec-list {
    width: 440px;
    float: left;
    margin-left: 2px;
    display: inline
}

#spec-list ul {
}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 18.4%;
    height: 70px;
    margin: 0 2% 0 0
}

#spec-list ul li:last-child {
    margin: 0
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ececec;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#spec-list ul li:hover p {
    border: 1px solid #ff0000
}

#spec-list ul li img {
    display: block;
    max-width: 92%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.jqzoom {
    position: relative;
    width: 100%;
    height: 386px;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 102%!important;
    top: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bigimg {
}

.jqZoomPup {
    width: 200px!important;
    height: 200px!important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0
}

#spec-list div {
    width: 100%!important;
    height: 70px!important;
    margin: 0
}

#ceshi {
    display: block;
    margin: auto!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.prodetail_img a.videoIco {
    left: 20px!important;
    bottom: 20px!important;
    z-index: 99!important
}

.Warning {
    width: 100%!important;
    height: 100%!important
}

@media screen and (max-width: 1279px) and (min-width:1200px) {
    .jqzoom {
        height:328px
    }

    .pro_detail_btn img {
        width: 15%
    }

    .pro_detail_btn .txt {
        margin: 22px
    }
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
    .pro_detail_main {
        width:100%;
        padding: 0
    }

    .prodetail_img {
        width: 45%;
        position: inherit;
        float: left
    }

    #preview,#spec-n5,#spec-list,.jqzoom {
        width: 100%
    }

    .jqzoom {
        height: 335px
    }

    .pro_detail_main .pro_detail_text {
        width: 52%
    }

    .pro_detail_text .pro_detail_btn {
        width: 100%
    }

    .zoomdiv {
        left: 104%!important
    }

    .pro_detail_btn img {
        width: 15%
    }

    .pro_detail_btn .txt {
        margin: 22px
    }

    .pro_detail_btn a {
        width: 16%;
        font-size: 16px
    }
}

@media screen and (max-width: 1079px) and (min-width:1024px) {
    .pro_detail_btn img {
        width:15%
    }

    .pro_detail_btn .txt {
        margin: 10px
    }

    .pro_detail_btn a {
        width: 16%;
        font-size: 16px;
        margin: 20px auto
    }

    .prodetail_img {
        height: 375px
    }

    .jqzoom {
        height: 330px
    }
}

@media screen and (max-width: 1023px) and (min-width:801px) {
    .pro_detail_main {
        width:100%;
        margin: 0 auto 20px
    }

    .prodetail_img {
        width: 100%;
        height: auto;
        margin: 0 0 20px
    }

    #preview {
        width: 100%
    }

    .jqzoom {
        width: 100%;
        height: 340px
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding-top: 0;
        height: auto
    }

    .pro_detail_text>p {
        font-size: 22px;
        line-height: 32px
    }

    .pro_detail_text .jyms {
        margin: 10px auto;
        padding: 12px 16px;
        height: auto
    }

    .pro_detail_text .jyms dd {
        height: auto;
        max-height: 100px
    }

    #spec-n5 {
        width: 100%
    }

    #spec-list {
        width: 100%
    }

    .zoomdiv,.jqZoomPup {
        display: none !important
    }

    .pro_detail_btn img {
        display: none
    }

    .pro_detail_btn .txt {
        margin: 10px
    }

    .pro_detail_btn .txt p {
        font-size: 14px
    }

    .pro_detail_btn a {
        width: 20%;
        font-size: 14px;
        margin: 20px auto
    }
}

@media (max-width: 800px) {
    .pro_detail_btn img {
        display:block
    }
}

@media (max-width: 768px) {
    .pro_detail_main {
        width:100%;
        margin: 0 auto 20px
    }

    .prodetail_img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px
    }

    #preview {
        width: 100%
    }

    .jqzoom {
        width: 100%;
        height: 285px
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding-top: 0;
        height: auto;
        min-height: 260px;
        padding-bottom: 48px
    }

    .pro_detail_text>p {
        font-size: 22px;
        line-height: 32px
    }

    .pro_detail_text .jyms {
        margin: 10px auto;
        padding: 12px;
        height: auto
    }

    #spec-n5 {
        width: 100%;
        height: 60px
    }

    #spec-list {
        width: 100%
    }

    #spec-list ul li {
        height: 60px
    }

    .zoomdiv,.jqZoomPup {
        display: none !important
    }
}

@media screen and (max-width: 767px) and (min-width:426px) {
    .pro_detail_btn img {
        display:none
    }

    .pro_detail_btn .txt {
        margin: 0 4% 0 0;
        width: 65%
    }

    .pro_detail_btn a {
        margin: 18px auto;
        width: 30%;
        font-size: 16px
    }
}

@media (max-width: 425px) {
    .pro_detail_text ul li {
        width:49%;
        margin: 0 1% 3px 0
    }

    .pro_detail_text ul li:nth-child(2n+2) {
        margin: 0 0 3px 0
    }

    .pro_detail_text .pro_detail_btn {
        margin: 0 auto
    }

    .pro_detail_btn img {
        display: none
    }

    .pro_detail_btn .txt {
        margin: 22px 4% 0 0;
        width: 65%
    }

    .pro_detail_btn .txt p {
        display: none
    }

    .pro_detail_btn a {
        margin: 18px auto;
        width: 30%;
        font-size: 16px
    }
}

@media (max-width: 1440px) {
    .pro_detail_main .NyProDetail_Pic {
        width:94%
    }

    .ey_NyProDetail .eyouProDetail_con {
        width: 94%
    }
}

@media (max-width: 1280px) {
    .prodetail_img {
        width:44%
    }

    .pro_detail_main .pro_detail_text {
        width: 56%
    }

    .pro_detail_text>p {
        font-size: 28px
    }

    .pro_detail_text .jyms p {
        font-size: 15px
    }
}

@media (max-width: 1200px) {
    .pro_detail_main {
        margin:0 auto;
        padding: 40px 0
    }
}

@media (max-width: 1080px) {
    .pro_detail_text>p {
        font-size:22px;
        height: auto;
        min-height: 32px;
        max-height: 64px;
        line-height: 32px;
        margin: 0 auto 20px
    }
}

@media (max-width: 800px) {
    .pro_detail_main {
        margin:0 auto;
        padding: 20px 0
    }

    .prodetail_img {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: inherit
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .jqzoom {
        width: 100%;
        height: 440px
    }

    #spec-n5 {
        height: 88px;
        margin: 10px 0
    }

    #spec-list ul li {
        height: 88px
    }

    .pro_detail_text .jyms {
        padding: 0;
        display: none
    }
}

@media (max-width: 767px) {
    .pro_detail_main .NyProDetail_Pic {
        width:92%
    }

    .ey_NyProDetail {
        margin: 0 auto
    }

    .ey_NyProDetail .eyouProDetail_con {
        width: 92%
    }

    .jqzoom {
        width: 100%;
        height: 300px
    }

    #spec-n5 {
        height: 70px;
        margin-top: 10px
    }

    #spec-list ul li {
        height: 70px
    }

    .pro_detail_text>p {
        margin: 0 auto 10px
    }

    .pro_detail_text .jyms p {
        margin: 0 auto 10px
    }
}

@media (max-width: 425px) {
    .pro_detail_main .NyProDetail_Pic {
        padding:0
    }
}

@media (max-width: 320px) {
    .jqzoom {
        width:100%;
        height: 240px
    }

    #spec-n5 {
        height: 60px;
        padding-top: 10px
    }

    #spec-list ul li {
        height: 60px
    }

    .pro_detail_text>p {
        font-size: 18px
    }
}

.eyoum_video {
    width: 100%;
    background: #f8f8f8;
    padding: 60px 0;
    min-height: 250px
}

.eyoum_video:before {
    content: "";
    width: 1400px;
    height: 8px;
    background: #ff0000;
    display: block;
    margin: 0 auto
}

.eyoum_video .case_main {
    width: 1400px;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    padding: 60px 3%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_video ul li {
    width: 31%;
    height: auto;
    margin: 0 3.5% 50px 0;
    padding: 0;
    background-color: #f8f8f8;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_video ul li:nth-child(3n+3) {
    margin: 0 0 50px
}

.eyoum_video ul li .eyouVideo_img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative
}

.eyoum_video ul li .eyouVideo_img a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.eyoum_video ul li .eyouVideo_img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.eyoum_video ul li .eyouCase_img a:after {
    background: url(../images/ck_icon.png) center center no-repeat
}

.eyoum_video ul li .eyouVideo_text {
    padding: 20px
}

.ey_honor ul li .eyouVideo_text {
    text-align: center
}

.eyoum_video ul li .eyouVideo_text a.VideoName {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #303030;
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.ey_honor ul li .eyouVideo_text a.VideoName {
    margin: 0 auto 10px
}

.eyoum_video ul li:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.4)
}

.eyoum_video ul li:hover .eyouVideo_text a.VideoName {
    color: #ff0000
}

.eyoum_video ul li .eyouVideo_text p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin: 10px auto 15px;
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.eyoum_video ul li .eyouVideo_text a.VideoBtn {
    display: inline-block;
    width: auto;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    border: 1px solid #ddd;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyoum_video ul li .eyouVideo_text a.CaseBtn i {
    background: url(../images/jt1.png) center center no-repeat
}

.eyoum_video ul li:hover .eyouVideo_text a.VideoBtn {
    color: #fff;
    border: 1px solid #eceef0;
    background: #ff0000
}

.eyoum_video ul li:hover .eyouVideo_text a.CaseBtn i {
    background: url(../images/jt0.png) center center no-repeat;
    margin: -3px 0 0 15px
}

@media (max-width: 1440px) {
    .eyoum_video:before,.eyoum_video .case_main {
        width:94%
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 280px
    }
}

@media (max-width: 1366px) {
    .eyoum_video ul li .eyouVideo_img {
        height:270px
    }
}

@media (max-width: 1280px) {
    .eyoum_video {
        padding:40px 0
    }

    .eyoum_video .case_main {
        padding: 40px 3%
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 250px
    }
}

@media (max-width: 1200px) {
    .eyoum_video ul li .eyouVideo_img {
        height:240px
    }
}

@media (max-width: 1080px) {
    .eyoum_video .case_main {
        padding:40px 3%
    }

    .eyoum_video ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 40px 0;
        padding: 0
    }

    .eyoum_video ul li:nth-child(3n+3) {
        margin: 0 0 40px
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 220px
    }

    .eyoum_video ul li .eyouVideo_text {
        padding: 15px 20px 20px
    }

    .eyoum_video ul li .eyouVideo_text a.VideoName {
        font-size: 18px
    }

    .eyoum_video ul li .eyouVideo_text p {
        margin: 5px auto 15px
    }
}

@media (max-width: 1024px) {
    .eyoum_video .case_main {
        padding:30px 3%
    }

    .eyoum_video ul li {
        width: 31.333333%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .eyoum_video ul li:nth-child(3n+3) {
        margin: 0 0 30px
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 210px
    }
}

@media (max-width: 800px) {
    .eyoum_video ul li {
        width:48.5%;
        height: auto;
        margin: 0 3% 30px 0;
        padding: 0
    }

    .eyoum_video ul li:nth-child(3n+3) {
        margin: 0 3% 30px 0
    }

    .eyoum_video ul li:nth-child(2n+2) {
        margin: 0 0 30px
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 230px
    }
}

@media (max-width: 768px) {
    .eyoum_video {
        padding:20px 0
    }

    .eyoum_video:before {
        width: 92%
    }

    .eyoum_video .case_main {
        width: 92%;
        padding: 20px 3%
    }
}

@media (max-width: 425px) {
    .eyoum_video ul li {
        width:100%;
        height: auto;
        margin: 0 auto 20px;
        padding: 0;
        float: inherit
    }

    .eyoum_video ul li:nth-child(2n+2),.eyoum_video ul li:nth-child(3n+3) {
        margin: 0 auto 20px
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 230px
    }

    .eyoum_video ul li .eyouVideo_text a.VideoBtn {
        padding: 0 20px
    }

    .eyoum_video ul li .eyouVideo_img {
        height: 220px
    }
}

@media (max-width: 375px) {
    .eyoum_video ul li .eyouVideo_img {
        height:220px
    }
}

@media (max-width: 320px) {
    .eyoum_video ul li .eyouVideo_img {
        height:200px
    }
}

.eyoum_order {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0;
    background: #f8f8f8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.eyoum_order .eyouOrder_main {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.eyouOrder_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px
}

.eyouOrder_msg ul li.eyouOrderForm_ipt {
    width: 46%;
    overflow: hidden;
    margin: 0 8% 20px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
    float: left
}

.eyouOrder_msg ul li.eyouOrderForm_ipt:nth-child(2n+2) {
    margin: 0 0 20px
}

.eyouOrder_msg ul li.eyouOrderForm_area {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    float: inherit
}

.eyouOrder_msg ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding: 0
}

.eyouOrder_msg ul li p font {
    color: #f00
}

.eyouOrder_msg ul li input {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    border: none;
    background: none;
    outline: none
}

.eyouOrder_msg ul li textarea {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 0;
    border: none;
    background: none;
    outline: none;
    resize: none
}

.eyouOrder_msg .eyouOrderForm_btn {
    width: 160px;
    height: 50px;
    overflow: hidden;
    margin: 40px 0 0;
    padding: 0
}

.eyouOrder_msg .eyouOrderForm_btn input {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 30px;
    margin: 0;
    padding: 0;
    background: #303030 url(../images/jt0.png) 110px 15px no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.eyouOrder_msg .eyouOrderForm_btn input:hover {
    background: #ff0000 url(../images/jt0.png) 110px 15px no-repeat
}

.eyoum_order .eyouOrder_msg .pd_order {
    padding: 52px 5%
}

.eyoum_order .eyouOrder_msg .pd_order .pic {
    width: 190px;
    height: 190px;
    left: 25%;
    top: 5%
}

.eyoum_order .eyouOrder_msg .pd_order .pic img {
    width: 149px;
    height: 149px;
    bottom: 11%
}

.eyoum_order .eyouOrder_msg .pd_order .txt span {
    font-size: 30px;
    width: 100%
}

.eyoum_order .eyouOrder_msg .pd_order .txt p {
    font-size: 15px
}

@media (max-width: 1440px) {
    .eyoum_order .eyouOrder_main {
        width:94%
    }
}

@media screen and (max-width: 1439px) and (min-width:1367px) {
    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size:28px
    }
}

@media (max-width: 1366px) {
    .eyoum_order .eyouOrder_msg .pd_order {
        padding:34px 5%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt {
        padding: 180px 0 0
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 28px
    }
}

@media screen and (max-width: 1323px) and (min-width:1281px) {
    .eyoum_order .eyouOrder_msg .pd_order {
        padding:37px 5%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 26px
    }
}

@media (max-width: 1280px) {
    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left:22%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 25px
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 39px 5%
    }
}

@media (max-width: 1200px) {
    .eyoum_order .eyouOrder_msg .pd_order {
        margin:20px 0 20px 2%
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 20%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 22px
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt p {
        font-size: 14px
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 44px 4%
    }
}

@media (max-width: 1080px) {
    .eyoum_order {
        padding:40px 0
    }

    .eyouOrder_main {
        padding: 0 0 0 40px
    }

    .eyouOrder_msg ul li.eyouOrderForm_ipt {
        width: 47%;
        overflow: hidden;
        margin: 0 6% 20px 0
    }

    .eyouOrder_msg ul li.eyouOrderForm_ipt:nth-child(2n+2) {
        margin: 0 0 20px
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 17%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 22px
    }
}

@media (max-width: 1024px) {
    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left:16%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 21px
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 46px 4%
    }
}

@media screen and (max-width: 1023px) and (min-width:955px) {
    .eyouOrder_main {
        width:100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 15%
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 46px 2%
    }
}

@media screen and (max-width: 954px) and (min-width:824px) {
    .eyouOrder_main {
        width:100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 9%
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 56px 2%
    }
}

@media screen and (max-width: 823px) and (min-width:801px) {
    .eyouOrder_main {
        width:100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 5%
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 45px 2%
    }
}

@media (max-width: 800px) {
    .eyouOrder_main {
        width:100%;
        margin: 0 auto;
        padding: 0;
        float: inherit
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 5%
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 46px 2%
    }
}

@media (max-width: 768px) {
    .eyoum_order {
        padding:20px 0
    }

    .eyoum_order .eyouOrder_main {
        width: 92%;
        margin: 0 auto 20px
    }

    .eyouOrder_msg ul li.eyouOrderForm_ipt {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 0
    }

    .eyouOrder_msg ul li.eyouOrderForm_ipt:nth-child(2n+2) {
        margin: 0 auto 20px
    }

    .eyouOrder_msg ul li p {
        line-height: 30px
    }

    .eyouOrder_msg .eyouOrderForm_btn {
        margin: 20px 0 0
    }

    .eyoum_order .eyouOrder_msg .pd_order {
        padding: 50px 3%
    }

    .eyoum_order .eyouOrder_msg .pd_order .pic {
        left: 1%
    }

    .eyoum_order .eyouOrder_msg .pd_order .txt span {
        font-size: 19px
    }
}

.ey_honor ul li {
    padding: 0 20px
}

.ey_honor ul li .eyouVideo_img a img {
    max-width: 94%;
    max-height: 94%;
    width: auto;
    height: auto
}

.ey_honor ul li .eyouVideo_img a:after {
    display: none
}

.ey_honor ul li .eyouVideo_text {
    border-top: 1px solid #ddd
}

.NylxTitle {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0
}

.NylxTitle span {
    display: block;
    width: 100%;
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    color: rgba(0,0,0,0.06);
    font-family: "Impact";
    font-size: 60px;
    margin: 0 auto;
    padding: 0
}

.NylxTitle p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 34px;
    font-weight: bold;
    margin: -20px auto 10px;
    padding: 0
}

.NylxTitle i {
    display: block;
    width: 60px;
    height: 4px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #ff0000
}

.NyContactUs {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0
}

.NyContactUs .NyContactUs_Infor {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Infor .NyContactUsInfor_Main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.NyContactUsInfor_Main .NyContactUsInfor_Con {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

.NyContactUsInfor_Con .NyContactUs_Ewm {
    width: 28.5%;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 40px;
    background: #ff0000 /*url(../images/bg1.jpg) center center no-repeat*/;
    background-size: cover;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Ewm p {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0
}

.NyContactUs_Ewm span {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    padding: 9px;
    border: 1px solid rgba(255,255,255,0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Ewm span img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0
}

.NyContactUsInfor_Con .NyContactUs_Lxfs {
    width: 71.5%;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 67px 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Lxfs ul li {
    width: 33.333333%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #e6e6e6;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyContactUs_Lxfs ul li:nth-child(3) {
    border: 0
}

.NyContactUs_Lxfs ul li img {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    padding: 0
}

.NyContactUs_Lxfs ul li span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0
}

.NyContactUs_Lxfs ul li p {
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #999;
    font-size: 18px;
    text-align: center;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0
}

.NyContactUs .NyContactUs_Map {
    width: 1400px;
    height: auto;
    margin: 60px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.NyMap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyMap .dz_map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.NyMap .dz_map #container {
    height: 120%
}

@media (max-width: 1560px) {
    .NylxTitle span {
        height:52px;
        line-height: 52px;
        font-size: 56px
    }

    .NylxTitle p {
        font-size: 34px
    }

    .NyContactUs .NyContactUs_Infor {
        padding: 60px
    }

    .NyContactUs_Infor .NyContactUsInfor_Main {
        width: 100%
    }

    .NyContactUs .NyContactUs_Map {
        width: 100%;
        margin: 60px auto;
        padding: 0 60px
    }

    .NyMap {
        height: 480px
    }
}

@media (max-width: 1440px) {
    .NylxTitle span {
        height:50px;
        line-height: 50px;
        font-size: 52px
    }

    .NylxTitle p {
        font-size: 32px
    }

    .NyContactUs .NyContactUs_Infor {
        padding: 60px 40px
    }

    .NyContactUs .NyContactUs_Map {
        padding: 0 40px
    }
}

@media (max-width: 1366px) {
    .NylxTitle {
        margin:0 auto 30px
    }

    .NylxTitle span {
        height: 44px;
        line-height: 44px;
        font-size: 48px
    }

    .NylxTitle p {
        height: 36px;
        line-height: 36px;
        font-size: 30px
    }

    .NylxTitle i {
        height: 3px
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 16px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 16px
    }

    .NyMap {
        height: 440px
    }
}

@media (max-width: 1280px) {
    .NyContactUsInfor_Con .NyContactUs_Ewm {
        height:230px;
        padding: 30px
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        height: 230px;
        padding: 57px 0
    }

    .NyMap {
        height: 400px
    }
}

@media (max-width: 1200px) {
    .NylxTitle {
        margin:0 auto 20px
    }

    .NylxTitle span {
        height: 44px;
        line-height: 44px;
        font-size: 46px
    }

    .NylxTitle p {
        height: 32px;
        line-height: 32px;
        font-size: 28px
    }

    .NylxTitle i {
        width: 56px;
        height: 3px
    }

    .NyMap {
        height: 380px
    }
}

@media (max-width: 1080px) {
    .NyContactUs .NyContactUs_Infor {
        padding:40px
    }

    .NyContactUsInfor_Con .NyContactUs_Ewm {
        height: 220px;
        padding: 20px
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        height: 220px;
        padding: 52px 0
    }

    .NyContactUs .NyContactUs_Map {
        margin: 40px auto
    }

    .NyMap {
        height: 360px
    }
}

@media (max-width: 1024px) {
    .NyMap {
        height:340px
    }
}

@media (max-width: 800px) {
    .NyContactUs .NyContactUs_Infor {
        padding:40px 30px
    }

    .NyContactUsInfor_Con .NyContactUs_Ewm {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 40px 20px;
        float: inherit
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 40px 20px;
        float: inherit
    }

    .NyContactUs_Lxfs ul li span {
        font-size: 15px
    }

    .NyContactUs_Lxfs ul li p {
        font-size: 15px
    }

    .NyContactUs .NyContactUs_Map {
        padding: 0 30px
    }

    .NyMap {
        height: 320px
    }
}

@media (max-width: 767px) {
    .NylxTitle span {
        height:32px;
        line-height: 32px;
        font-size: 34px
    }

    .NylxTitle p {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        margin: -15px auto 10px
    }

    .NylxTitle i {
        width: 48px;
        height: 2px
    }

    .NyContactUs .NyContactUs_Infor {
        padding: 20px 12px
    }

    .NyContactUsInfor_Con .NyContactUs_Ewm {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px 20px;
        float: inherit
    }

    .NyContactUsInfor_Con .NyContactUs_Lxfs {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
        float: inherit
    }

    .NyContactUs_Lxfs ul li {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        float: inherit
    }

    .NyContactUs_Lxfs ul li img {
        margin: 0 auto 10px
    }

    .NyContactUs .NyContactUs_Map {
        margin: 20px auto;
        padding: 0 12px
    }

    .NyMap {
        height: 300px
    }
}

#KFRightScreen {
    z-index: 999!important
}

.kfview {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    border-radius: 20px 0 0 20px;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.kfview .kfbtn {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 10px 10px;
    cursor: pointer
}

.kfbtn p i {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.kfbtn p i.kfhidd {
    background: url(../images/kf_jt1.png) center center no-repeat;
    background-size: 30px
}

.kfbtn:hover p i.kfhidd {
    background: url(../images/kf_jt2.png) center center no-repeat;
    background-size: 30px
}

.kfbtn p i.kfOpen {
    background: url(../images/kf_jt3.png) center center no-repeat;
    background-size: 30px
}

.kfbtn:hover p i.kfOpen {
    background: url(../images/kf_jt4.png) center center no-repeat;
    background-size: 30px
}

.kfview .kfMain {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.kfMain ul li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.kfMain ul li a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 10px 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.kfMain ul li a p {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.kfMain ul li:nth-child(1) a {
    padding: 0 10px
}

.kfMain ul li:nth-child(1) a p {
    padding: 5px 0 10px;
    border-top: 1px solid #ddd
}

.kfMain ul li a p i {
    display: block;
    width: 30px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.kfMain ul li a p i.kfico {
    background: url(../images/kf_ico03.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li a p i.telIco {
    background: url(../images/kf_ico03.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li a p i.gzico {
    background: url(../images/kf_ico04.png) center center no-repeat;
    background-size: 27px
}

.kfMain ul li a p i.ddIco {
    background: url(../images/kf_ico05.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li:hover a p i.kfico {
    background: url(../images/kf_ico3.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li:hover a p i.telIco {
    background: url(../images/kf_ico3.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li:hover a p i.gzico {
    background: url(../images/kf_ico4.png) center center no-repeat;
    background-size: 27px
}

.kfMain ul li:hover a p i.ddIco {
    background: url(../images/kf_ico5.png) center center no-repeat;
    background-size: 30px
}

.kfMain ul li.kftop a p {
    border: 0
}

.kfMain ul li.kftop a p span {
    display: none
}

.kfMain ul li.kftop a p i {
    display: block;
    width: 30px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.kfMain ul li.kftop a p i.topico {
    background: url(../images/kf_top1.png) center center no-repeat;
    background-size: 28px
}

.kfMain ul li.kftop:hover a p i.topico {
    background: url(../images/kf_top2.png) center center no-repeat;
    background-size: 28px
}

.kfMain ul li.kfewm a img {
    display: none;
    width: 103px;
    height: 103px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 60px;
    max-width: inherit;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%)
}

.kfMain ul li.kfewm:hover a img {
    display: block
}

.kfMain ul li .pf_tel {
    display: none;
    font-size: 16px;
    color: #666;
    width: 200px;
    height: 102px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%)
}

.kfMain ul li .pf_tel b {
    display: block;
    color: #ff0000;
    font-size: 20px
}

.kfMain ul li:hover .pf_tel {
    display: block
}

.kfMain ul li a span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 16px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0
}

@media (max-width: 1440px) {
    .kfMain ul li.kftop a p i {
        margin:0 auto
    }
}

@media (max-width: 800px) {
    .kfMain ul li.kfewm {
        display:none
    }
}
