/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.min1500 {
    min-width: 1500px;
}

.bg {
    background-color: #f5f5f5;
}

.head {
    min-width: 1200px;
}

.head .head-center {
    font-size: 0;
    height: 50px;
    background-color: #239896;
}

.head .head-center .center-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.head .head-center .center-left {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.head .head-center .center-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.head .head-center .center-right a,
.head .head-center .center-right i {
    font-size: 14px;
    color: #fff;
}

.head .head-bottom {
    background-color: #fff;
}

.head .head-bottom .bottom-box {
    height: 150px;
    line-height: 175px;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    font-size: 0;
}

.head .head-bottom .bottom-box img.logo {
    display: inline-block;
    width: 386px;
    height: 121px;
    margin-top: 22px;
    margin-right: 250px;
}

.head .head-bottom .bottom-box img.tel {
    display: inline-block;
    width: 304px;
    height: 84px;
    vertical-align: top;
    margin-top: 40px;
}

.head .head-bottom .bottom-box .bottom-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
    height: 145px;
    box-sizing: border-box;
    padding-top: 18px;
}

.head .head-bottom .bottom-box .bottom-right .right-left {
    font-size: 16px;
    color: #747474;
    width: 22px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.head .head-bottom .bottom-box .bottom-right .right-img {
    display: inline-block;
    height: 124px;
}

.head .head-bottom .bottom-box .bottom-right .right-img img {
    width: 124px;
    height: 124px;
}

.head .head-nav {
    font-size: 0;
    background-color: #000;
}

.head .head-nav .nav-box {
    width: 1500px;
    height: 60px;
    margin: 0 auto;
}

.head .head-nav .nav-box .nav-item {
    display: inline-block;
    line-height: 60px;
    padding: 0 25px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.head .head-nav .nav-box .nav-item span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
    border-bottom-color: #fd7a08;
    position: absolute;
    right: -8px;
    top: -16px;
    display: none;
}

.head .head-nav .nav-box .nav-item i {
    position: absolute;
    width: 100%;
    background-color: #FD7A08;
    height: 8px;
    top: -8px;
    left: 0;
    display: none;
}

.head .head-nav .nav-box .nav-item:hover {
    background-color: #fd7a08;
}

.head .head-nav .nav-box .nav-item:hover i,
.head .head-nav .nav-box .nav-item:hover span {
    display: block;
}

.head .head-nav .nav-box .nav-item.active {
    background-color: #fd7a08;
}

.head .head-nav .nav-box .nav-item.active i,
.head .head-nav .nav-box .nav-item.active span {
    display: block;
}

.banner {
    min-width: 1200px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #239896;
}

.banner img {
    width: 100%;
    display: block;
}

.search {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    box-shadow: 10px 0 15px #e8e8e8;
    font-size: 0;
    height: 75px;
}

.search .search-box {
    width: 1200px;
    margin: 0 auto;
}

.search .search-box .search-left {
    display: inline-block;
    vertical-align: top;
    line-height: 75px;
    font-size: 18px;
    color: #262626;
}

.search .search-box .search-left a {
    font-size: 14px;
    color: #686565;
    display: inline-block;
    margin: 0 15px;
}

.search .search-box .search-right {
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
}

.search .search-box .search-right input {
    width: 363px;
    height: 40px;
    background-color: #fff;
    color: #949494;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 32px;
    margin-top: 19px;
    border: 1px solid #ececec;
    border-radius: 20px;
    outline: none;
}

.search .search-box .search-right a {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 40px;
    width: 60px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 19px;
    top: 19px;
}

.classic {
    padding: 36px 0 90px 0;
    background-color: #f5f5f5;
}

.classic .classic-list {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 35px;
}

.classic .classic-list .classic-item {
    display: inline-block;
    width: 373px;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.classic .classic-list .classic-item:nth-child(3n) {
    margin-right: 0;
}

.classic .classic-list .classic-item img {
    width: 373px;
    height: 248px;
    display: block;
}

.classic .classic-list .classic-item .mask {
    width: 373px;
    height: 248px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 152, 150, 0.75);
}

.classic .classic-list .classic-item .mask .mask-box {
    width: 324px;
    height: 215px;
    margin-left: 22px;
    margin-top: 15px;
    border: 1px solid #fff;
    padding-top: 55px;
    box-sizing: border-box;
}

.classic .classic-list .classic-item .mask .mask-box p {
    font-size: 24px;
    color: #fffcfc;
    line-height: 44px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classic .classic-list .classic-item .item-bottom {
    height: 150px;
    background-color: #fff;
}

.classic .classic-list .classic-item .item-bottom .item-title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 65px;
}

.classic .classic-list .classic-item .item-bottom .item-btn a {
    display: block;
    margin: 0 auto;
    width: 283px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #6d6d6d;
    text-align: center;
    background-color: #eeeeee;
}

.classic .classic-list .classic-item:hover .mask {
    display: block;
}

.classic .classic-list .classic-item:hover .item-bottom {
    box-shadow: 0 0 15px #c5c6c6;
}

.classic .classic-list .classic-item:hover .item-bottom .item-btn a {
    color: #fff;
    background-color: #239896;
}

.title {
    min-width: 1200px;
}

.title .title-box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 18px;
}

.title .title-box .title-top {
    font-size: 37px;
    color: #333333;
    margin-bottom: 8px;
}

.title .title-box .title-bottom {
    font-size: 16px;
    color: #999999;
}

.title .title-box .title-line {
    width: 57px;
    height: 4px;
    margin: 0 auto;
    background-color: #239896;
    margin-bottom: 7px;
}

.title.black .title-top {
    color: #333333;
}

.title.black .title-bottom {
    color: #848383;
    text-transform: uppercase;
}

.works {
    padding-top: 40px;
    padding-bottom: 68px;
    min-width: 1200px;
}

.works .marquee {
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
}

.works .marquee a {
    display: inline-block;
    width: 274px;
    height: 363px;
    margin-right: 37px;
    vertical-align: top;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
}

.works .marquee a:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.works .marquee a:last-child {
    margin-right: 0;
}


/*.works .marquee img {
  max: 274px;
  height: 363px;
}*/

.works .marquee img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.reason {
    height: 729px;
    background-image: url(../images/500183487.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 30px;
}

.reason .title .title-box .title-top {
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 8px;
}

.reason .title .title-box .title-bottom {
    font-size: 16px;
    color: #ffffff;
}

.reason .title .title-box .title-line {
    width: 57px;
    height: 4px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 7px;
}

.reason .reason-list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 0;
}

.reason .reason-list .reason-item {
    display: inline-block;
    width: 300px;
    height: 427px;
    vertical-align: top;
    cursor: pointer;
}

.reason .reason-list .reason-item .item-img {
    height: 140px;
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.reason .reason-list .reason-item .item-img .hover {
    display: none;
}

.reason .reason-list .reason-item .item-img img {
    position: absolute;
    bottom: 0;
}

.reason .reason-list .reason-item .item-title {
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.reason .reason-list .reason-item .item-desc {
    padding: 20px 40px;
    font-size: 18px;
    color: #ffffff;
    line-height: 23px;
}

.reason .reason-list .reason-item.active {
    animation: bgfff 1s;
    background-color: #fff;
}

.reason .reason-list .reason-item.active .item-title {
    color: #5d5d5d;
}

.reason .reason-list .reason-item.active .item-desc {
    color: #6b6969;
}

.reason .reason-list .reason-item.active .item-img .nohover {
    display: none;
}

.reason .reason-list .reason-item.active .item-img .hover {
    display: inline-block;
}

@keyframes bgfff {
    from {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

@-moz-keyframes bgfff {
    /* Firefox */
    from {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

@-webkit-keyframes bgfff {
    /* Safari å’Œ Chrome */
    from {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

@-o-keyframes bgfff {
    /* Opera */
    from {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

.onlineBm {
    padding: 40px 0 55px 0;
    min-width: 1200px;
    background-color: #Fff;
}

.onlineBm .onlineBm-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 0;
}

.onlineBm .onlineBm-box img {
    width: 538px;
    height: 394px;
    margin-right: 85px;
}

.onlineBm .onlineBm-box .form {
    display: inline-block;
    width: 540px;
    vertical-align: top;
    padding-top: 25px;
}

.onlineBm .onlineBm-box .form .form-button a {
    display: block;
    width: 100%;
    line-height: 75px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-color: #239896;
}

.onlineBm .onlineBm-box .form .form-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.onlineBm .onlineBm-box .form .form-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    font-size: 18px;
    color: #757575;
    line-height: 75px;
    border: 1px solid #d4d4d4;
}

.onlineBm .onlineBm-box .form .form-wrapper input.select {
    cursor: pointer;
}

.onlineBm .onlineBm-box .form .form-wrapper .icon {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 38px;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 10px;
    border-top-color: #babab9;
}

.onlineBm .onlineBm-box .form .form-wrapper .form-select {
    position: absolute;
    left: 0;
    top: 79px;
    width: 100%;
    z-index: 300000;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    border-top: none;
    display: none;
    border-bottom: none;
    max-height: 300px;
    overflow: auto;
}

.onlineBm .onlineBm-box .form .form-wrapper .form-select ul li {
    border-bottom: 1px solid #D4D4D4;
    line-height: 75px;
    padding-left: 22px;
    font-size: 18px;
    color: #BABAB9;
    cursor: pointer;
}

.onlineBm .onlineBm-box .form .form-wrapper .form-select ul li:hover {
    background-color: #239896;
    color: #fff;
}

.teacher {
    height: 770px;
    box-sizing: border-box;
    padding-top: 38px;
    background-image: url(../images/bgimg1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.teacher .title .title-box .title-top {
    color: #fff;
}

.teacher .title .title-box .title-bottom {
    color: #fff;
}

.teacher .teacher-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.teacher .teacher-box .box-top {
    font-size: 0;
}

.teacher .teacher-box .box-top img {
    height: 434px;
    width: 600px;
}

.teacher .teacher-box .box-top .top-desc {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    background-color: #fff;
    height: 434px;
    box-sizing: border-box;
    padding: 20px 50px;
}

.teacher .teacher-box .box-top .top-desc .desc-title {
    font-size: 26px;
    color: #239896;
}

.teacher .teacher-box .box-top .top-desc .desc-title span {
    font-size: 18px;
}

.teacher .teacher-box .box-top .top-desc .desc-info {
    padding: 22px 0;
}

.teacher .teacher-box .box-top .top-desc .desc-info p {
    font-size: 18px;
    color: #737373;
    line-height: 30px;
}

.teacher .teacher-box .box-top .top-desc .desc-link a {
    font-size: 18px;
    color: #239896;
}

.teacher .teacher-box .box-bottom {
    text-align: center;
    padding-top: 40px;
}

.teacher .teacher-box .box-bottom a {
    display: inline-block;
    width: 222px;
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    color: #fff;
    background-color: #239896;
}

.iabout {
    padding-top: 38px;
    padding-bottom: 55px;
}

.iabout .iabout-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 0;
}

.iabout .iabout-box .box-top .top-imgs {
    width: 589px;
    display: inline-block;
    margin-right: 30px;
}

.iabout .iabout-box .box-top .top-imgs .imgs-top {
    margin-bottom: 9px;
}

.iabout .iabout-box .box-top .top-imgs .imgs-top img {
    width: 291px;
    height: 181px;
    margin-right: 6px;
}

.iabout .iabout-box .box-top .top-imgs .imgs-top img:last-child {
    margin-right: 0;
}

.iabout .iabout-box .box-top .top-imgs .imgs-bottom {
    width: 589px;
    height: 208px;
}

.iabout .iabout-box .box-top .top-desc {
    width: 575px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-top: 28px;
}

.iabout .iabout-box .box-top .top-desc .desc-title {
    font-size: 26px;
    color: #239896;
    margin-bottom: 45px;
}

.iabout .iabout-box .box-top .top-desc .desc-info {
    font-size: 18px;
    color: #737373;
    line-height: 30px;
    margin-bottom: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iabout .iabout-box .box-top .top-desc .desc-link a {
    display: inline-block;
    width: 169px;
    height: 54px;
    background-color: #239896;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
}

.iabout .iabout-box .box-bottom {
    margin-top: 39px;
}

.iabout .iabout-box .box-bottom .bottom-tabs {
    border-bottom: 1px solid #bfbfbf;
}

.iabout .iabout-box .box-bottom .bottom-tabs .tabs-item {
    font-size: 26px;
    color: #494949;
    display: inline-block;
    width: 142px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}

.iabout .iabout-box .box-bottom .bottom-tabs .tabs-item.active {
    background-color: #239896;
    color: #fff;
}

.iabout .iabout-box .box-bottom .bottom-content {
    margin-top: 30px;
}

.iabout .iabout-box .box-bottom .bottom-content .content-item {
    display: none;
}

.iabout .iabout-box .box-bottom .bottom-content .content-item.active {
    display: block;
}

.iabout .iabout-box .box-bottom .bottom-content .content-item a {
    display: inline-block;
    width: 290px;
    vertical-align: top;
    margin-right: 14px;
}

.iabout .iabout-box .box-bottom .bottom-content .content-item a:classic-item {
    margin-right: 0;
}


/* .iabout .iabout-box .box-bottom .bottom-content .content-item a img {
    width: 290px;
    height: 210px;
} */

.iabout .iabout-box .box-bottom .bottom-content .content-item a p {
    line-height: 50px;
    font-size: 21px;
    color: #908f8f;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 290px;
}

.news {
    padding-top: 40px;
    font-size: 0;
    padding: 44px 0 65px 0;
    min-width: 1200px;
    background-color: #f9f8f8;
}

.news .news-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 0;
}

.news .news-box .news-left {
    display: inline-block;
    width: 616px;
}

.news .news-box .news-left .left-title {
    font-size: 24px;
    color: #5b5b5b;
    margin-bottom: 40px;
}

.news .news-box .news-left .left-title span {
    font-size: 14px;
    color: #9f9a9a;
}

.news .news-box .news-left img {
    width: 100%;
    margin-bottom: 25px;
}

.news .news-box .news-left .left-info {
    font-size: 16px;
    color: #102971;
    margin-bottom: 25px;
}

.news .news-box .news-left .left-new a {
    display: block;
}

.news .news-box .news-left .left-new a .new-left {
    width: 80px;
    display: inline-block;
    font-size: 26px;
    color: #646464;
    border-right: 1px solid #eeeeee;
}

.news .news-box .news-left .left-new a .new-left span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #b0b0b0;
}

.news .news-box .news-left .left-new a .new-desc {
    padding: 0 18px;
    width: 494px;
    float: right;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .news-box .news-right {
    display: inline-block;
    width: 510px;
    margin-left: 70px;
    vertical-align: top;
    border-bottom: 1px solid #EEEEEE;
}

.news .news-box .news-right .new-item {
    border-top: 1px solid #EEEEEE;
}

.news .news-box .news-right .new-item a {
    font-size: 0;
    padding: 36px 0;
    display: block;
}

.news .news-box .news-right .new-item a .item-time {
    width: 80px;
    display: inline-block;
    font-size: 26px;
    color: #646464;
}

.news .news-box .news-right .new-item a .item-time span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #b0b0b0;
}

.news .news-box .news-right .new-item a .item-desc {
    display: inline-block;
    width: 365px;
    vertical-align: top;
}

.news .news-box .news-right .new-item a .item-desc .desc-top {
    font-size: 16px;
    color: #616263;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 23px;
}

.news .news-box .news-right .new-item a .item-desc .desc-bottom {
    font-size: 14px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
}

.foot .links {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.foot .links img {
    display: block;
    width: 1000px;
    margin-bottom: 30px;
}

.foot .links .list a {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #aaaaaa;
    line-height: 25px;
    font-size: 14px;
    color: #7f7e7e;
    margin-right: 20px;
    margin-bottom: 10px;
}

.foot .footer {
    background-color: #292929;
}

.foot .footer .footer-top {
    border-bottom: 1px solid #434343;
    text-align: center;
    font-size: 0;
    height: 85px;
    line-height: 85px;
}

.foot .footer .footer-top a {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    color: #6f6f6f;
}

.foot .footer .footer-bottom {
    width: 1200px;
    margin: 0 auto;
    height: 292px;
}

.foot .footer .footer-bottom .bottom-img {
    margin-top: 94px;
    margin-right: 100px;
}

.foot .footer .footer-bottom .footer-desc {
    display: inline-block;
    vertical-align: top;
    margin-top: 69px;
    width: 620px;
}

.foot .footer .footer-bottom .footer-desc .desc-info {
    line-height: 38px;
    color: #b7b7b7;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.foot .footer .footer-bottom .footer-img {
    float: right;
    margin-top: 69px;
    display: inline-block;
    vertical-align: top;
    width: 177px;
    height: 184px;
    background-image: url(../images/erweima-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.foot .footer .footer-bottom .footer-img img {
    width: 148px;
    height: 148px;
    margin-top: 13px;
    margin-left: 15px;
}

.layout-box {
    padding-top: 35px;
    padding-bottom: 75px;
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
}

.layout-box .layout-left {
    display: inline-block;
    vertical-align: top;
    width: 278px;
    margin-right: 44px;
}

.layout-box .layout-left .left-head {
    height: 83px;
    line-height: 83px;
    background-color: #239896;
    font-size: 26px;
    color: #ffffff;
    padding-left: 25px;
    background-image: url(../images/leftbg.png);
    background-position: 205px center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    border: 1px solid #EEEEEE;
}

.layout-box .layout-left .left-nav {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
    border-top: none;
}

.layout-box .layout-left .left-nav .nav-item {
    height: 57px;
    padding: 0 35px;
    border-bottom: 1px solid #EEEEEE;
}

.layout-box .layout-left .left-nav .nav-item a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 57px;
    background-image: url(../images/right-h.png);
    background-position: 195px center;
    background-repeat: no-repeat;
    background-size: 8px 15px;
}

.layout-box .layout-left .left-nav .nav-item:hover {
    background-color: #239896;
}

.layout-box .layout-left .left-nav .nav-item:hover a {
    background-image: url(../images/right.png);
    color: #fff;
}

.layout-box .layout-left .left-nav .nav-item.active {
    background-color: #239896;
}

.layout-box .layout-left .left-nav .nav-item.active a {
    background-image: url(../images/right.png);
    color: #fff;
}

.layout-box .layout-left .left-contact {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    padding: 0 35px;
    padding-bottom: 30px;
}

.layout-box .layout-left .left-contact .contact-title {
    padding-top: 8px;
    line-height: 40px;
    font-size: 20px;
    color: #239896;
    border-bottom: 1px solid #EEEEEE;
}

.layout-box .layout-left .left-contact .contact-item {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 22px;
}

.layout-box .layout-left .left-contact .contact-button {
    margin-top: 18px;
}

.layout-box .layout-left .left-contact .contact-button span {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 48px;
    background-color: #239896;
    background-image: url(../images/left-kefu.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center center;
    margin-right: 3px;
}

.layout-box .layout-left .left-contact .contact-button a {
    display: inline-block;
    vertical-align: top;
    width: 143px;
    height: 48px;
    line-height: 48px;
    padding-left: 46px;
    background-color: #239896;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-image: url(../images/right.png);
    background-position: 110px center;
    background-repeat: no-repeat;
    background-size: 7px 13px;
}

.layout-box .layout-right {
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 878px;
}

.layout-box .layout-right .layout-bread {
    padding-left: 25px;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #242424;
}

.layout-box .layout-right .layout-bread a,
.layout-box .layout-right .layout-bread i {
    color: #7b7979;
}

.layout-box .layout-right .layout-title {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #EEEEEE;
}

.layout-box .layout-right .hot-list {
    padding-top: 37px;
}

.layout-box .layout-right .hot-list .hot-item {
    margin-bottom: 20px;
    display: inline-block;
    width: 271px;
    margin-right: 10px;
    vertical-align: top;
}

.layout-box .layout-right .hot-list .hot-item:nth-child(3n) {
    margin-right: 0;
}

.layout-box .layout-right .hot-list .hot-item a {
    display: block;
    position: relative;
}

.layout-box .layout-right .hot-list .hot-item a:hover .mask {
    display: block;
}

.layout-box .layout-right .hot-list .hot-item a:hover>p {
    color: #239896;
    text-decoration: underline;
    text-underline-color: #239896;
}

.layout-box .layout-right .hot-list .hot-item a img {
    max-width: 100%;
    max-height: 100%;
}

.layout-box .layout-right .hot-list .hot-item a>p {
    line-height: 44px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #6c6b6b;
}

.layout-box .layout-right .hot-list .hot-item a .mask {
    display: none;
    height: 227px;
    width: 271px;
    background-color: rgba(35, 152, 150, 0.58);
    position: absolute;
    top: 0;
    left: 0;
}

.layout-box .layout-right .hot-list .hot-item a .mask .mask-box {
    width: 242px;
    height: 130px;
    margin-top: 11px;
    margin-left: 13px;
    padding-top: 75px;
    border: 1px solid #fff;
}

.layout-box .layout-right .hot-list .hot-item a .mask .mask-box p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.layout-box .layout-right .hot-list .hot-item a .mask .mask-box p:first-child {
    margin-bottom: 10px;
}

.layout-box .layout-right .hot-list .hot-item a .mask .mask-box p:last-child {
    font-size: 14px;
    color: #fefefe;
    line-height: 18px;
}

.layout-box .layout-right .honor-list {
    padding-top: 20px;
}

.layout-box .layout-right .honor-list .honor-item {
    width: 267px;
    height: 233px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 16px;
}

.layout-box .layout-right .honor-list .honor-item:nth-child(3n) {
    margin-right: 0;
}

.layout-box .layout-right .honor-list .honor-item:hover {
    border-color: #239896;
}

.layout-box .layout-right .honor-list .honor-item:hover a p {
    color: #239896;
    border-color: #239896;
}

.layout-box .layout-right .honor-list .honor-item a {
    display: block;
    text-align: center;
}

.layout-box .layout-right .honor-list .honor-item a img {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}

.layout-box .layout-right .honor-list .honor-item a p {
    text-align: center;
    border-top: 1px solid #EEEEEE;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layout-box .layout-right .news-title {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.layout-box .layout-right .layout-desc {
    line-height: 44px;
    border-bottom: 1px solid #EEEEEE;
    color: #959494;
    font-size: 12px;
    text-align: center;
}

.layout-box .layout-right .contact-box {
    padding: 0 60px;
    padding-top: 45px;
    padding-bottom: 20px;
}

.layout-box .layout-right .contact-box .contact-item {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 23px;
}

.layout-box .layout-right .contact-box .contact-map {
    width: 100%;
    height: 430px;
}

.layout-box .layout-right .news-box .news-item {
    border-bottom: 1px solid #EEEEEE;
    padding: 29px 0 25px 0;
}

.layout-box .layout-right .news-box .news-item img {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 153px;
    margin-right: 12px;
}

.layout-box .layout-right .news-box .news-item .item-desc {
    display: inline-block;
    vertical-align: top;
    width: 560px;
}

.layout-box .layout-right .news-box .news-item .item-desc .desc-title {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layout-box .layout-right .news-box .news-item .item-desc .desc-info {
    font-size: 14px;
    color: #838282;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.layout-box .layout-right .news-box .news-item .item-desc .desc-link a {
    font-size: 14px;
    color: #767676;
    width: 140px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: block;
}

.layout-box .layout-right .news-box .news-item .item-desc:hover .desc-link a {
    color: #fff;
    border: 1px solid #239896;
    background-color: #239896;
}

.layout-box .layout-right .news-box .news-item .item-desc:hover .desc-title {
    color: #239896;
    text-decoration: underline;
    text-underline-color: #239896;
}

.layout-box .layout-right .join-box {
    padding-top: 20px;
}

.layout-box .layout-right .join-box .join-item {
    margin-bottom: 20px;
}

.layout-box .layout-right .join-box .join-item .item-title {
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    padding-left: 35px;
    background-color: #239896;
}

.layout-box .layout-right .join-box .join-item .item-desc .desc-title {
    font-size: 30px;
    text-align: center;
    color: #239896;
    padding-top: 25px;
}

.layout-box .text-area {
    padding: 30px 0;
    font-size: 14px;
    color: #737373;
    line-height: 22px;
}

.layout-box .text-area img {
    max-width: 100%;
}

.webMap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 8px solid #EEEEEE;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 35px 35px 90px 35px;
}

.webMap .webMap-head {
    border-bottom: 1px solid #EEEEEE;
    height: 28px;
}

.webMap .webMap-head .head-box {
    float: right;
    line-height: 28px;
    text-align: center;
    width: 145px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.webMap .webMap-head .head-box a {
    color: #5d5d5d;
}

.webMap .webMap-item {
    margin-bottom: 15px;
}

.webMap .webMap-item .item-title {
    line-height: 60px;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.webMap .webMap-item .item-link {
    line-height: 77px;
    box-sizing: border-box;
    border: 1px dotted #c4c4c4;
    padding: 0 18px;
}

.webMap .webMap-item .item-link a {
    display: inline-block;
    margin-right: 35px;
    color: #5d5d5d;
    font-size: 14px;
}

.webMap .webMap-item .item-link a:last-child {
    margin-right: 0;
}

.page {
    padding-top: 27px;
    padding-bottom: 50px;
    text-align: center;
}

.page ul {
    font-size: 0;
}

.page ul li {
    display: inline-block;
    margin-right: 20px;
}

.page ul li:last-child {
    margin-right: 0;
}

.page ul li a {
    display: block;
    font-size: 14px;
    color: #9e9fa1;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.page ul li a.active,
.page ul li a:hover {
    background-color: #239896;
    color: #fff;
}

.iabout .iabout-box .box-bottom .bottom-content .content-item a .image-wrap {
    height: 210px;
}

.image-wrap {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.image-wrap:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
    width: 0;
}

.image-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    min-height: 100%;
}