@charset "utf-8";

@font-face {
    font-family: Helvetica Neue;
    src        : url('../fonts/helveticaneue.ttf')
}

@media screen and (max-width:770px) {
    #foot .right {
        padding-left : 30px !important;
        padding-right: 30px !important
    }

    #foot .left .address {
        padding-left: 0 !important
    }
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling        : touch;
    background-clip           : padding-box
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

element {
    -webkit-touch-callout      : none;
    -webkit-appearance         : none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transform          : translate3d(0, 0, 0);
    transform                  : translate3d(0, 0, 0);
    border-width               : thin
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin            : 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: 100%;
    font-weight             : normal
}

* {
    margin            : 0;
    padding           : 0;
    font-family       : "Helvetica Neue", Helvetica, Arial, sans-serif;
    -o-box-sizing     : border-box;
    -moz-box-sizing   : border-box;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style : normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size  : 100%
}

q:before,
q:after {
    content: ""
}

abbr,
acronym {
    border: 0
}

.clear {
    clear: both
}

html,
body {
    height     : 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#home .container {
    max-width: 1180px;
    position : relative
}

.tit {
    padding: 80px 0 40px;
    color  : #424242
}

.tit h3 {
    text-align    : center;
    font-size     : 28px;
    letter-spacing: 2px;
    color         : #333;
    margin-top    : 0;
    margin-bottom : 25PX
}

.tit p {
    font-size     : 20px;
    margin-top    : 12px;
    letter-spacing: 2px
}

.tit .desc {
    text-align: center;
    font-size : 18px;
    color     : #666
}

.btn {
    display           : block;
    margin            : auto;
    width             : 180px;
    line-height       : 24px;
    height            : 35px;
    background-color  : #ED6D1C;
    color             : #FFF;
    font-size         : 15px;
    margin            : 80px auto 70px;
    -o-box-shadow     : 1px 1px 5px rgba(0, 0, 0, .75);
    -moz-box-shadow   : 1px 1px 5px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .75);
    box-shadow        : 1px 1px 5px rgba(0, 0, 0, .75);
    letter-spacing    : 1px;
    border-radius     : 4px
}

.btn:hover {
    background-color: #2c2c2c;
    color           : #fff
}

.container {
    position: relative
}

#top1 {
    position        : fixed;
    top             : 0;
    width           : 100%;
    z-index         : 999;
    height          : 80px;
    background-color: #FFF
}

#top1 .contain {
    position: relative
}

#top1 .logozi {
    text-align: center;
    color     : #000;
    width     : 100px
}

#top1 .logo {
    position: absolute;
    left    : 17px;
    top     : 10px
}

#top1 .logo img {
    height: 60px
}

.toggle {
    display    : block;
    height     : 72px;
    line-height: 72px;
    text-align : center;
    width      : 70px;
    right      : 10px;
    position   : absolute;
    top        : 0
}

.toggle a {
    color: #000
}

#top1 .logozi h3 {
    color       : #ED6D1C;
    font-size   : 14px;
    line-height : 1em;
    text-align  : left;
    padding-left: 73px
}

#top1 .logozi h3 dd {
    font-size     : 14px;
    letter-spacing: 1px
}

#top {
    position        : fixed;
    top             : 0;
    width           : 100%;
    z-index         : 999;
    background-color: #FFF
}

#top .headtop {
    height         : 78px;
    width          : auto;
    -webkit-display: flex;
    display        : flex;
    align-items    : center;
    justify-content: space-between
}

#top .headtop h3 {
    color      : #fff;
    text-align : left;
    line-height: 1.7em
}

#top .headtop h3 dt {
    color    : #db8000;
    font-size: 20px
}

#top .headtop h3 dd {
    color         : #db8000;
    font-size     : 20px;
    letter-spacing: 1px
}

#top .headtop h3:hover * {
    text-decoration: underline
}

#top .headtop .search {
    position       : relative;
    width          : 264px;
    border         : 1px solid #ED6D1C;
    -webkit-display: flex;
    display        : flex;
    align-items    : center;
    border-radius  : 18px
}

#top .headtop .search input[type=text] {
    font-size   : 16px;
    width       : 214px;
    height      : 34px;
    outline     : 0;
    padding-left: 10px;
    border      : 0;
    color       : #ED6D1C;
    background  : transparent
}

#top input:-webkit-autofill {
    border-radius: 15px 0 0 15px
}

#top .headtop .search form {
    -webkit-display: flex;
    display        : flex;
    align-items    : center
}

#top .headtop .search input[type=submit] {
    z-index    : 3;
    position   : absolute;
    right      : 10px;
    top        : 5px;
    border     : 0;
    outline    : 0;
    font-size  : 19px;
    color      : #fff;
    line-height: 26px;
    background : url(../images/seach.png) no-repeat center center;
    width      : 25px;
    height     : 25px
}

#top .headtop .search .index {
    margin-left    : 35px;
    font-size      : 20px;
    color          : #fff;
    text-decoration: underline
}

#top .headtop .search .index:hover {
    text-decoration: none
}

#top .headtop .search .index img {
    width         : 53px;
    height        : auto;
    vertical-align: bottom
}

#left {
    width             : 9%;
    height            : auto;
    min-width         : 140px;
    background-color  : #fff;
    position          : fixed;
    left              : 0;
    top               : 50%;
    -o-transform      : translateY(-50%);
    -moz-transform    : translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform         : translateY(-50%);
    z-index           : 9999;
    -o-transition     : all .3s ease-in;
    -moz-transition   : all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition        : all .3s ease-in;
    border            : 1px solid #ED6D1C;
    padding-top       : 30px;
    padding-bottom    : 30px
}

#left.lefthide {
    -o-transform     : translateX(-100%) translateY(-50%);
    -moz-transform   : translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform        : translateX(-100%) translateY(-50%)
}

#left .flag {
    position         : absolute;
    left             : 100%;
    top              : 50%;
    -o-transform     : translateY(-50%);
    -moz-transform   : translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    width            : 40px;
    height           : 200px;
    background-color : #ED6D1C;
    -webkit-display  : flex;
    display          : flex;
    flex-direction   : column;
    align-items      : center;
    justify-content  : center;
    cursor           : pointer;
    color            : #fff;
    line-height      : 2em;
    font-size        : 20px
}

#left .flag .open {
    -o-transform      : rotate(180deg);
    -moz-transform    : rotate(180deg);
    -webkit-transform : rotate(180deg);
    transform         : rotate(180deg);
    -o-transition     : all .3s ease-in;
    -moz-transition   : all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition        : all .3s ease-in
}

#left .flag a {
    text-decoration: none
}

#left.hide .flag .open {
    -o-transform     : rotate(0);
    -moz-transform   : rotate(0);
    -webkit-transform: rotate(0);
    transform        : rotate(0)
}

#left .logo {
    margin    : 25px auto 20px;
    text-align: center
}

#left .ul-wrap {
    height    : 350px;
    overflow  : hidden;
    overflow-y: auto
}

#left .ul-wrap::-webkit-scrollbar {
    display: none
}

#left ul li {
    padding-left: 15px;
    color       : #666;
    font-size   : 14px;
    font-weight : bold;
    line-height : 50px
}

#left ul li.li a {
    color          : #666;
    text-decoration: none
}

#left .dropdown {
    position: relative;
    overflow: hidden;
    cursor  : pointer
}

#left .dropdown .drop {
    margin-left : -20px;
    padding-left: 20px;
    color       : #666;
    font-weight : 600
}

#left .ul-wrap>ul>a>li:hover,
#left .dropdown .drop:hover,
#left .ul-wrap .li:hover {
    text-decoration: none;
    color          : #ED6D1C
}

#left .ul-wrap .li:hover {
    cursor: pointer
}

#left .dropdown .menu {
    display: none
}

#left .dropdown .menu li {
    width        : 100%;
    height       : auto;
    line-height  : 25px;
    margin-bottom: 0;
    padding-left : 10px;
    font-weight  : normal;
    color        : #666
}

#left .dropdown .menu li:hover {
    color: #ED6D1C
}

#left .dropdown .menu #lomenu {
    padding-left: 10px
}

#left .dropdown .menu #lomenu a li {
    font-weight: 100
}

#left .dropdown .menu a {
    text-decoration: none
}

#banner {
    height: 100%
}

#banner .swiper-container {
    height: 100%
}

#banner .swiper-slide {
    position: relative;
    height  : 100%;
    z-index : 5;
    overflow: hidden
}

#banner .swiper-slide>img {
    position    : absolute;
    min-width   : 100%;
    /*min-height: 100%;*/
    left        : 0;
    top         : 125px;
    width       : 100%;
    z-index     : -1
}

#banner .swiper-slide .content {
    width          : 100%;
    height         : 100%;
    -webkit-display: flex;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center
}

#banner .swiper-pagination-bullet {
    width        : 145px;
    height       : 5px;
    opacity      : 1;
    border-radius: 0;
    margin       : 0 8px;
    padding      : 8px 0;
    background   : url(../images/white_bg.png) repeat-x center center
}

#banner .swiper-pagination-bullet-active {
    background: url(../images/black_bg.png) repeat-x center center
}

#banner .banner1 h4 {
    font-size   : 40px;
    color       : #fff;
    margin-top  : 80px;
    margin-left : auto;
    margin-right: auto;
    text-align  : center
}

@media screen and (min-width:768px) {
    #banner .banner1 h4 {
        font-size: 36px
    }
}

@media screen and (min-width:1280px) {
    #banner .banner1 h4 {
        font-size: 46px
    }
}

@media screen and (min-width:1366px) {
    #banner .banner1 h4 {
        font-size: 50px
    }
}

#banner .banner1 h4 span {
    font-weight: bold
}

#banner .banner1 p {
    font-size     : 18px;
    color         : #fff;
    margin        : 20px auto 50px;
    letter-spacing: 1px
}

#banner .banner1 .btn {
    margin            : 0;
    background        : #ED6D1C;
    transition        : .3s;
    -webkit-transition: .3s;
    -moz-transition   : .3s;
    -ms-transition    : .3s;
    -o-transition     : .3s
}

#banner .banner1 .btn:hover {
    background: #fff;
    color     : #ED6D1C;
    border    : 1px solid #ED6D1C
}

.col-md-2 {
    float: left
}

#foot {
    text-align: left;
}

#foot .tit {
    text-align: center
}

#foot input,
#foot textarea {
    outline: 0
}

#foot .left .address {
    float       : left;
    text-align  : center;
    padding-left: 131px
}

#foot .left .logo {
    padding-bottom: 4px;
    border-bottom : 1px solid #838383
}

#foot .left .logo img {
    width: 210px
}

#foot .left .erweima {
    width      : 70%;
    padding-top: 35px;
}

@media screen and (max-width:767px) {
    #foot .left .erweima {
        width: 70%;
    }
}

#foot .left h4 {
    font-size  : 20px;
    color      : #000;
    line-height: 30px;
    margin-top : 8px
}

#foot .left p {
    color      : #494949;
    font-size  : 14px;
    line-height: 25px
}

#foot .right {
    font-size    : 14px;
    color        : #7f7e7e;
    padding-top  : 50px;
    padding-right: 30px;
    padding-left : 80px
}

#foot .right .paddleft {
    padding-left: 28px
}

#foot .right h5 {
    margin-bottom: 23px;
    padding-top  : 10px
}

#foot .right p {
    margin-bottom: 19px
}

#foot .right .input {
    width     : 215px;
    height    : 36px;
    border    : 1px solid #626262;
    background: transparent;
    color     : #252525;
}

#foot .right p.first {
    -webkit-display: flex;
    display        : flex;
    align-items    : center;
    justify-content: space-between
}

#foot .right span.require {
    position: relative
}

#foot .right span.require::after {
    position   : absolute;
    content    : "*";
    display    : block;
    color      : #f00;
    right      : -20px;
    top        : 0;
    line-height: 38px
}

#foot .beizhu span {
    position: absolute;
    top     : 28px
}

#foot .right .beizhu {
    padding-left: 28px;
    position    : relative
}

#foot .right .beizhu .input {
    width      : 532px;
    height     : 78px;
    padding-top: 5px;
    margin-left: 45px
}

#foot .right .submit {
    margin: 0
}

#foot .right .submit .btn {
    margin    : 5px 0 0 73px;
    border    : 0;
    outline   : 0;
    background: #ED6D1C;
    cursor    : pointer;
    color     : #fff
}

#foot #hezuo {
    height          : 50px;
    background-color: rgba(50, 50, 50, .5);
    margin-top      : 70px
}

#foot #hezuo ul {
    height         : 50px;
    align-items    : center;
    justify-content: center;
    -webkit-display: flex;
    display        : flex;
    font-size      : 15.28px;
    color          : #fff
}

#foot #hezuo ul li {
    margin: 0 25px
}

#foot #hezuo ul li a {
    color: #fff
}

#foot #hezuo ul li a:hover {
    text-decoration: underline
}

#foot #icp {}

#fd {
    height: 40px !important;
}

#foot #icp p {
    font-size  : 14px;
    color      : #707070;
    line-height: 35px;
    text-align : center
}

#foot #icp p .num {
    color: #000
}

@media(max-width:768px) {
    #aside {
        margin-top: 36px
    }

    #foot #hezuo ul li {
        margin: 0 10px
    }
}

#aside {
    width     : 260px;
    padding   : 0 5px;
    text-align: left;
    float     : right;
    margin-top: 40px
}

#aside a {
    text-decoration: none
}

#aside .header {
    font-size     : 14px;
    color         : #333;
    padding-bottom: 5px;
    margin-bottom : 5px;
    border-bottom : 4px solid #ED6D1C;
    font-weight   : 700
}

#aside .header span {
    font-size: 16px;
    color    : #333
}

#aside .ft,
#aside .zx {
    margin-bottom: 20px
}

#aside li {
    padding      : 15px 0 30px 0;
    border-bottom: 1px dashed #e0e0e0
}

#aside .ft li:hover h3,
#aside .zx li:hover h3 {
    color: red
}

#aside ul>a:last-child li {
    border-bottom: 0
}

#aside .ft .timg,
#aside .zx .timg {
    float : left;
    width : 60px;
    height: 60px
}

#aside .ft .timg img,
#aside .zx .timg img {
    width         : 100%;
    height        : 100%;
    vertical-align: bottom
}

#aside .ft .caption,
#aside .zx .caption {
    padding-left: 70px;
    font-size   : 14px
}

#aside .ft .caption h3,
#aside .zx .caption h3 {
    color             : #292929;
    margin-bottom     : 5px;
    line-height       : 1.4em;
    height            : 1.4em;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow          : hidden;
    word-break        : break-all;
    font-size         : 14px
}

#aside .ft .caption p,
#aside .zx .caption p {
    color             : #808080;
    line-height       : 1.4em;
    height            : 2.8em;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
    word-break        : break-all
}

.shpa {
    width        : 668px;
    padding-top  : 14px;
    margin-bottom: 36px
}

.shpa a:first-child {
    border : 0;
    display: none
}

.shpa a:hover {
    background: #ED6D1C !important;
    color     : #FFF !important
}

.shpa b {
    padding   : 6px 12px;
    display   : inline-table;
    border    : 1px solid #ED6D1C;
    background: #ED6D1C;
    color     : #FFF
}

.shpa a:hover b {
    color: #fff
}

.shpa a {
    padding: 6px 12px;
    color  : #2b1f26;
    display: inline-table;
    border : 1px solid #ccc
}

.shpa a:hover {
    color     : #fff;
    background: #000
}

@media(max-width:1199px) {
    #aside {
        position: relative;
        right   : 0;
        width   : 100%
    }
}

@media(max-width:1000px) {
    .shpa {
        width     : 100%;
        text-align: center
    }

    #foot .right p {
        margin-bottom: 0
    }

    #foot .right .beizhu {
        padding-left: 0
    }

    #foot .right .submit {
        margin-top   : 10px;
        margin-bottom: 20px
    }

    #foot .right .submit .btn {
        margin : 0 auto;
        display: block
    }
}

@media(max-width:767px) {
    .img_w100 img {
        width : 90%;
        height: auto !important
    }

    #foot .left .address {
        padding-left: 0 !important
    }
}

@media(min-width:767px) {
    .article_footer {
        padding-top: 40px
    }
}

@media(min-width:900px) {
    .hidden_900 {
        display: none !important
    }
}

@media(max-width:900px) {
    .hidden-900 {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden_max_1200 {
        display: none !important
    }

    .bans {
        margin-top: 125px !important;
    }
}

@media(max-width:1199px) {
    .hidden_min_1200 {
        display: none !important
    }

    #foot,
    nav {}

    footer {
        position  : fixed;
        z-index   : 9999;
        bottom    : 0;
        left      : 0;
        width     : 100%;
        border-top: solid 1px #ED6D1C;
        background: #ED6D1C;
        height    : auto
    }

    footer ul {
        margin-bottom: 0
    }

    footer li {
        list-style  : none;
        float       : left;
        width       : 33.3%;
        border-right: 1px solid #EEE
    }

    footer li:last-child {
        border-right: 0
    }

    footer li a {
        display   : block;
        width     : 100%;
        text-align: center
    }

    footer li a img {
        max-height    : 50px;
        vertical-align: center;
        width         : 100%
    }

    footer li.last {
        background  : 0;
        border-right: 0
    }
}

#home .container {
    min-height: 300px
}

.dianhua .teleimg {
    width        : 18px;
    height       : 30px;
    padding      : 6px 20px;
    border       : 1px solid #fff;
    border-radius: 8px;
    float        : left;
    background   : url(../images/tele1.png) no-repeat center center;
    margin-top   : 8px
}

.dianhua .tele {
    color : #fff;
    float : left;
    margin: 0 0 0 10px
}

.dianhua .tele strong {
    font-size  : 26px;
    font-weight: bold;
    color      : #666
}

.dianhua .tele p {
    margin: 0
}

.art a:hover {
    color: #ED6D1C
}

.dianhua .tele a {
    color: #6f6f6f
}

.module-title {
    position        : relative;
    text-align      : center;
    color           : #333;
    font-size       : 28px;
    width           : 100%;
    margin          : 0 auto;
    padding-top     : 55px;
    background-color: #F6F1EB;
}

.module-title h2 {
    color      : #333;
    font-size  : 28px;
    font-weight: normal
}

.module-title-mt50 {
    padding-top: 50px
}

.module-title div {
    color      : #333;
    padding-top: 15px
}

.module-link {
    position          : absolute;
    right             : 0;
    bottom            : 0;
    display           : block;
    width             : 80px;
    height            : 40px;
    line-height       : 38px;
    text-align        : center;
    font-size         : 14px;
    color             : #fff;
    border            : 2px solid #ED6D1C;
    background        : #ED6D1C;
    -o-transition     : all .3s ease-in;
    -moz-transition   : all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition        : all .3s ease-in;
    /*  */
    color             : #444444;
    border            : 1px solid #444444;
    background        : initial;
    border-radius     : 40px;
}

.module-link:hover {
    text-decoration : none;
    background-color: #fff;
    color           : #ED6D1C;
    /*  */
    color           : #FFFFFF;
    background-color: #444444;
}

.art-wrap {
    text-align      : center;
    padding-top     : 50px;
    min-height      : 470px;
    overflow        : hidden;
    margin          : 0 auto;
    width           : 100%;
    background-color: #F6F1EB;
}

.art-wrap .container {
    max-width: 1220px;
    padding  : 0
}

.art {
    position: relative;
    height  : 440px;
    cursor  : pointer
}

.art:hover img {
    transform: scale(1.2)
}

.art-pic {
    width   : 100%;
    overflow: hidden
}

.art-pic img {
    width     : 100%;
    cursor    : pointer;
    transition: all 1s
}

.art-content {
    position          : absolute;
    left              : 50%;
    bottom            : 90px;
    width             : 300px;
    height            : 145px;
    margin-left       : -150px;
    background-color  : #fff;
    text-align        : center;
    padding-top       : 35px;
    padding-bottom    : 50px;
    -webkit-box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
    box-shadow        : 0 0 9px rgba(29, 23, 60, 0.1)
}

.art-open .art-content {
    -webkit-box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
    box-shadow        : 0 0 43px rgba(29, 23, 60, 0.17);
    -webkit-animation : openTop .6s .1s ease both;
    -moz-animation    : openTop .6s .1s ease both
}

.art_title {
    font-size      : 22px;
    color          : #000;
    text-decoration: none !important
}

.art_title span {
    display    : block;
    font-size  : 16px;
    padding-top: 5px
}

.art_title em {
    display         : block;
    margin          : 0 auto;
    height          : 7px;
    width           : 38px;
    background-color: #ED6D1C;
    margin-bottom   : 25px
}

.J_art:hover strong {
    color: #ED6D1C
}

.art_title div {
    margin     : 0 auto;
    width      : 160px;
    height     : 34px;
    border     : 2px solid #e55f53;
    text-align : center;
    line-height: 34px;
    font-size  : 16px;
    color      : #444;
    display    : none
}

.art-content p {
    line-height: 28px;
    color      : #89898a;
    font-size  : 16px;
    padding    : 30px 0;
    display    : none;
    margin     : 0
}

.art-content .btn-link {
    display: none
}

.art-open p,
.art-open .btn-link,
.art-open div {
    display: block
}

.sidenav-overlay {
    cursor: pointer
}

@media(min-width:992px) and (max-width:1199px) {
    #foot .right .beizhu .input {
        width: 400px
    }

    #foot .right {
        padding-right: 0;
        padding-left : 0;
        max-width    : 470px;
        margin       : 0 auto
    }

    #foot .right .input {
        width: 150px
    }

    #home .daohang1 {
        padding-left: 12px !important
    }

    #home #article>div {
        width: auto !important
    }

    #home {
        padding-bottom: 0 !important
    }
}

#LRdiv2,
#LRdiv3 {
    display: none !important
}

#navigat {
    height    : 47px;
    width     : 100%;
    background: #FFF;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .1)
}

#navigat .container {
    height: 100%
}

#navigat .container .nav-col {
    height: 100%
}

#navigat .container .nav-col ul {
    height         : 100%;
    margin-bottom  : 0;
    margin-left    : 76px;
    display        : flex;
    flex-direction : row;
    justify-content: space-around;
}

#navigat ul li {
    float       : left;
    /* width    : 108px; */
    display     : block;
    height      : 100%;
    position    : relative;
    margin-right: 5px
}

#navigat ul li>a {
    height     : 100%;
    color      : #000;
    font-size  : 16px;
    display    : block;
    line-height: 47px;
    text-align : center
}

#navigat ul li>a:hover {
    color: #ED6D1C
}

.artSpace a:hover {
    color          : #ED6D1C;
    text-decoration: none !important
}

.naviline {
    display           : inline-block;
    position          : absolute;
    left              : 0;
    right             : 0;
    margin            : auto;
    top               : 40px;
    z-index           : 9999999;
    height            : 3px;
    /* width          : 100px; */
    background-color  : #ED6D1C;
    -webkit-transform : scale(0, 1);
    -ms-transform     : scale(0, 1);
    transform         : scale(0, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition        : -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition        : transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition        : transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#navigat ul li:hover .naviline,
#navigat ul li:focus .naviline {
    -webkit-transform: scale(1, 1);
    -ms-transform    : scale(1, 1);
    transform        : scale(1, 1)
}

#navigat ul li .hoverline,
#navigat ul li .hoverline {
    -webkit-transform: scale(1, 1);
    -ms-transform    : scale(1, 1);
    transform        : scale(1, 1)
}

.artSpace {
    position  : absolute;
    left      : 0;
    top       : 47px;
    width     : 557px;
    display   : none;
    background: #fff;
    box-shadow: 3px 5px 7px #ccc;
    z-index   : 999999999999
}

.artSpace h3 {
    margin               : 0 !important;
    padding              : 0 !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after : 0 !important;
    box-sizing           : content-box !important
}

.artSpace a {
    display    : block;
    padding    : 15px 10px;
    width      : 167px;
    float      : left;
    font-size  : 14px;
    color      : #000;
    background : #fff;
    font-weight: normal;
    box-sizing : content-box !important;
    text-align : left
}

@media screen and (min-width:767px) and (max-width:769px) {
    .art {
        padding-left : 5px !important;
        padding-right: 5px !important;
    }

    #acti .rq {
        padding-left : 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (min-width:767px) and (max-width:1024px) {
    #foot .left .erweima {
        width      : 100%;
        max-width  : 81%;
        padding-top: 63px;
    }
}

/* ME */

/* 留学故事 PC */
.abroad-pc {
    display         : flex;
    justify-content : center;
    flex-direction  : column;
    background-color: #F6F1EB;
    padding-top     : 60px;
    padding-bottom  : 150px;
    align-items     : center;
}

.abroad-pc .abroad-box {
    display        : flex;
    justify-content: space-between;
    width          : 1195px;
}

.abroad-pc .abroad-item {
    width           : 30%;
    background-color: #FFFFFF;
    padding         : 20px;
    position        : relative;
    box-shadow      : 5px 5px 15px -3px rgba(0, 0, 0, 0.1);
    cursor          : pointer;
}

.abroad-pc .abroad-item:hover {
    box-shadow: 10px 10px 30px -3px rgba(0, 0, 0, 0.1);
}

.abroad-pc .abroad-item>.row1 {
    font-size         : 20px;
    font-weight       : bold;
    margin-bottom     : 15px;
    height            : 55px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow     : ellipsis;
}

.abroad-pc .abroad-item>.row2 {
    color: #444444;
}

.abroad-pc .abroad-item>.row3 {
    margin-top   : 40px;
    margin-bottom: 10px;
}

.abroad-pc .abroad-item>.img-box {
    width   : 100px;
    height  : 100px;
    position: absolute;
    right   : -20px;
    bottom  : -20px
}

.abroad-pc .abroad-item>.img-box>img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
}

/* 活动与新闻 PC */

.newsAnd-pc {
    display         : flex;
    background-color: #F6F1EB;
    padding-bottom  : 50px;
    flex-direction  : column;
    align-items     : center;
}

.newsAnd-pc .newsAnd-box {
    display        : flex;
    justify-content: space-between;
    width          : 1195px;
}

.newsAnd-pc .newsAnd-item {
    width : 30%;
    cursor: pointer;
}

.newsAnd-pc .newsAnd-item>.img-box {
    width        : 100%;
    margin-bottom: 15px;
    overflow     : hidden;
}

.newsAnd-pc .newsAnd-item>.img-box>img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
    transition     : transform 1s ease;
}

.newsAnd-pc .newsAnd-item:hover>.img-box>img {
    transform: scale(1.2);
}

.newsAnd-pc .newsAnd-item>.row1 {
    font-size         : 20px;
    margin-bottom     : 10px;
    font-weight       : normal;
    height            : 60px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow     : ellipsis;
}

.newsAnd-pc .newsAnd-item>.row2 {
    color: #444;
}

input,
textarea,
select {
    border-radius     : 0;
    -webkit-appearance: none;
}

select {
    background-image   : url('../images/select.svg') !important;
    background-size    : 15px;
    background-repeat  : no-repeat !important;
    background-position: right 10px center !important;
    padding-right      : 20px !important;
}


@media (max-width: 1200px) {

    .abroad-pc .abroad-box {
        display        : flex;
        justify-content: space-between;
        width          : 94%;
    }

    .newsAnd-pc .newsAnd-box {
        display        : flex;
        justify-content: space-between;
        width          : 94%;
    }

    .abroad-pc .abroad-box {
        width: 972px;
    }

    .newsAnd-pc .newsAnd-box {
        width: 972px;
    }
}

@media (max-width: 992px) {
    .abroad-pc .abroad-box {
        width: 708px;
    }

    .newsAnd-pc .newsAnd-box {
        width: 708px;
    }
}

@media (max-width: 769px) {}


@media screen and (max-width: 480px) {

    #banner {
        height    : 500px;
        margin-top: 80px;
    }

    #banner .swiper-slide>img {
        top: 0;
    }

    /*  */

    #swiperB {
        width: 100%;
    }

    #swiperB .swiper-pagination {
        position  : relative;
        margin-top: 40px;
        bottom    : 0;
    }

    #swiperB .swiper-pagination-bullet-active {
        background-color: #ED6D1C;
    }

    .abroad-phone {
        display         : flex;
        flex-direction  : column;
        background-color: #F5F1EC;
    }

    .abroad-phone>.sa-big-title {
        font-size : 22px;
        text-align: center;
        margin    : 35px;
    }

    .abroad-phone-box {
        display        : flex;
        justify-content: center;
    }

    .abroad-phone-box .abroad-item {
        width           : 90%;
        background-color: #FFFFFF;
        padding         : 20px;
        position        : relative;
        box-shadow      : 5px 5px 15px -3px rgba(0, 0, 0, 0.1);
        cursor          : pointer;
        margin-bottom   : 20px;
    }

    .abroad-phone-box .abroad-item:hover {
        box-shadow: 10px 10px 30px -3px rgba(0, 0, 0, 0.1);
    }

    .abroad-phone-box .abroad-item>.row1 {
        font-size    : 20px;
        font-weight  : bold;
        margin-bottom: 15px;
        height       : 50px;
    }

    .abroad-phone-box .abroad-item>.row2 {
        color: #444444;
    }

    .abroad-phone-box .abroad-item>.row3 {
        margin-top   : 40px;
        margin-bottom: 10px;
    }

    .abroad-phone-box .abroad-item>.img-box {
        width   : 100px;
        height  : 100px;
        position: absolute;
        right   : 20px;
        bottom  : -20px
    }

    .abroad-phone-box .abroad-item>.img-box>img {
        width          : 100%;
        height         : 100%;
        object-fit     : cover;
        object-position: center center;
    }

    /* 活动与新闻 Phone */

    #swiperC {
        width: 100%;
    }

    #swiperC .swiper-pagination {
        position  : relative;
        margin-top: 30px;
        bottom    : 0;
    }

    #swiperC .swiper-pagination-bullet-active {
        background-color: #ED6D1C;
    }

    .newsAnd-phone {
        display         : flex;
        flex-direction  : column;
        background-color: #F5F1EC;
    }

    .newsAnd-phone .sa-big-title {
        font-size : 22px;
        text-align: center;
        margin    : 35px;
    }

    .newsAnd-phone .newsAnd-phone-box {
        display        : flex;
        justify-content: center;
    }

    .newsAnd-phone-box .newsAnd-item {
        width : 90%;
        cursor: pointer;
    }

    .newsAnd-phone-box .newsAnd-item>.img-box {
        width        : 100%;
        aspect-ratio : 16/9;
        margin-bottom: 15px;
        overflow     : hidden;
    }

    .newsAnd-phone-box .newsAnd-item>.img-box>img {
        width          : 100%;
        height         : 100%;
        object-fit     : cover;
        object-position: center center;
        transition     : transform 1s ease;
    }

    .newsAnd-phone-box .newsAnd-item:hover>.img-box>img {
        transform: scale(1.2);
    }

    .newsAnd-phone-box .newsAnd-item>.row1 {
        font-size    : 20px;
        margin-bottom: 10px;
        font-weight  : normal;
        height       : 60px;
    }

    .newsAnd-phone-box .newsAnd-item>.row2 {
        color: #444;
    }

    /* 按钮 */

    .sa-button {
        display         : flex;
        justify-content : center;
        background-color: #F5F1EC;
    }

    .sa-button>a {
        border       : 1px solid #333;
        color        : #333;
        border-radius: 20px;
        padding      : 8px 12px;
    }

    .b1 {
        padding-bottom: 40px;
    }

    .b2 {
        padding-top: 40px;
    }

    .b4 {
        padding-top: 20px;
    }

    .b5 {
        padding-top   : 20px;
        padding-bottom: 20px;
    }

}