.banner {
    position: relative;
}

.banner .banner-list {
    float: left;
    position: relative;
    width: 100%;
}

.banner .banner-list.on {
    display: block;
}

.banner .banner-list .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
}

.banner .banner-list .animate-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

.banner .banner-list .title {
    top: -150px;
    left: 0;
    height: 45px;
    font-size: 44px;
}

.banner .banner-list .summary {
    left: 0;
    width: 435px;
    height: 50px;
    font-size: 26px;
    font-weight: lighter;
    line-height: 22px;
}

.banner .banner-list .view-btn {
    top: 175px;
    left: 0;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.banner .banner-list:nth-of-type(2) .view-btn,
.banner .banner-list:nth-of-type(6) .view-btn {
    border: 1px solid #fff;
}

.banner .banner-list:nth-of-type(3) .title {
    color: #3686bc;
}

.banner .banner-list:nth-of-type(3) .summary {
    color: #5496c4;
}

.banner .banner-list:nth-of-type(3) .view-btn {
    border: 1px solid #3686bc;
    color: #3686bc;
}

.banner .banner-list:nth-of-type(4) .summary:nth-of-type(2) {
    top: 60px;
}

.banner .banner-list:nth-of-type(4) .view-btn {
    background: #6dbfc3;
}

.banner .banner-list:nth-of-type(1) .view-btn,
.banner .banner-list:nth-of-type(5) .view-btn {
    border: 1px solid #80a5e6;
    background: #3a578e;
}

.banner .banner-btn-wrap {
    position: absolute;
    top: 90%;
    left: 50%;
}

.banner .banner-btn-wrap li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.banner .banner-btn-wrap li.on {
    border-color: #fff;
    background: #008dd5;
}

.banner .arrow-btn {
    opacity: .6;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    font-size: 50px;
    color: #fff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
}

.banner .arrow-btn:hover {
    opacity: 1;
}

.banner .arrow-btn.banner-arrow-left {
    left: -5%;
}

.banner .arrow-btn.banner-arrow-right {
    right: -5%;
}

.banner:hover .banner-arrow-left {
    left: 2%;
}

.banner:hover .banner-arrow-right {
    right: 2%;
}

.main {
    background: #f8f8f8;
}

.main .section {
    padding-bottom: 50px;
}

.main .section .wrap {
    padding-top: 50px;
}

.main .section .wrap>.title {
    font-size: 30px;
}

.main .section .wrap>.summary {
    width: 780px;
    margin: 40px auto 0;
    line-height: 30px;
}

.main .section.about,
.main .section.product {
    background: #fff;
}

.main .product-list-wrap {
    overflow: hidden;
    padding-top: 70px;
}

.main .product-list {
    float: left;
    position: relative;
    width: 220px;
    height: 290px;
    margin-right: 30px;
    padding: 0 15px;
    border: 1px solid #ccc;
}

.main .product-list .icon-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 56px;
    margin: -22px 0 0 -35px;
    background: #fff;
    text-align: center;
}

.main .product-list .icon-wrap .iconfont {
    font-size: 50px;
}

.main .product-list .product-title {
    display: inline-block;
    margin: 60px 0 20px;
}

.main .product-list .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #ccc;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main .product-list .product-summary {
    line-height: 28px;
    color: #8e8e8e;
}

.main .product-list .view-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin-top: 20px auto 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.main .product-list .view-btn .iconfont {
    font-size: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main .product-list .view-btn:hover .arrow {
    margin-left: 10px;
}

.main .product-list.on {
    border-color: #008dd5;
}

.main .product-list.on .iconfont,
.main .product-list.on .title,
.main .product-list.on .view-btn {
    color: #008dd5;
}

.main .product-list.on .line {
    width: 100%;
    background: #008dd5;
}

.main .product-list.on .summary {
    color: #333;
}

.main .product-nav-btn-wrap li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 50px 10px 0 0;
    border-radius: 30px;
    background: #dcdcdc;
    cursor: pointer;
}

.main .product-nav-btn-wrap li.on {
    background: #008dd5;
}

.main .product-btn {
    position: absolute;
    top: 50%;
    font-size: 40px;
    cursor: pointer;
}

.main .product-btn.left {
    left: -70px;
}

.main .product-btn.right {
    right: -70px;
}

.main .case-wrap {
    margin-top: 70px;
}

.main .case-wrap .header-nav {
    position: relative;
    width: 550px;
    height: 40px;
    margin: 0 auto 30px;
    text-align: justify;
}

.main .case-wrap .header-nav::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.main .case-nav-list {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.main .case-nav-list.on {
    color: #008dd5;
}

.main .move-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 38px;
    border-bottom: 1px solid #008dd5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main .case-con {
    display: none;
}

.main .case-con:first-of-type {
    display: block;
}

.main .case-list {
    float: left;
    width: 265px;
    height: 300px;
    margin-bottom: 16px;
}

.main .case-list:nth-child(1),
.main .case-list:nth-child(2),
.main .case-list:nth-child(3),
.main .case-list:nth-child(5),
.main .case-list:nth-child(6),
.main .case-list:nth-child(7) {
    margin-right: 16px;
}

.main .case-list a {
    height: 100%;
}

.main .about .about-img {
    margin-right: 40px;
}

.main .about .title {
    margin-bottom: 20px;
}

.main .about .about-summary {
    width: auto;
    margin: 0 0 20px;
    line-height: 30px;
    color: #8e8e8e;
}

.main .about .view-btn {
    margin-top: 40px;
}

.main .job {
    padding: 40px 0;
}

.main .job .fl {
    width: 800px;
    margin-top: 17px;
}

.main .job .fl .title {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 2px solid #333;
}

.main .about .view-btn,
.main .case-list-wrap .view-btn,
.main .job .view-btn {
    width: 180px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #333;
    line-height: 50px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.main .about .view-btn .iconfont,
.main .case-list-wrap .view-btn .iconfont,
.main .job .view-btn .iconfont {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main .about .view-btn:hover .iconfont,
.main .case-list-wrap .view-btn:hover .iconfont,
.main .job .view-btn:hover .iconfont {
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .banner .arrow-btn {
        display: none;
    }

    .banner .banner-list:nth-of-type(4) .summary:nth-of-type(2) {
        top: 70px;
    }

    .banner .banner-list:nth-of-type(4) .view-btn {
        top: 130px;
    }

    .banner .banner-list .title {
        top: -80px;
        font-size: 30px;
    }

    .banner .banner-list .summary {
        top: 20px;
        font-size: 20px;
    }

    .banner .banner-list .view-btn {
        top: 100px;
    }

    .main .section .wrap>.summary {
        width: 100%;
    }

    .main .section .product-btn {
        display: none;
    }

    .main .section .product-list {
        width: 208px;
        margin-right: 10px;
    }

    .main .section .case-list {
        width: 231px;
        height: 262px;
    }

    .main .about .about-img {
        width: 50%;
    }

    .main .about .about-summary {
        line-height: 24px;
    }

    .main .about .view-btn {
        margin-top: 25px;
    }

    .main .job .fl {
        width: 70%;
    }
}

@media screen and (max-width: 1023px) {
    .main .section .case-list {
        width: 170px;
        height: 192px;
    }

    .main .about .view-btn {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .banner .banner-list:nth-of-type(4) .title {
        top: -50px;
    }

    .banner .banner-list:nth-of-type(4) .summary:nth-of-type(1) {
        top: 50px;
    }

    .banner .banner-list:nth-of-type(4) .summary:nth-of-type(2) {
        top: 90px;
    }

    .banner .banner-list:nth-of-type(4) .view-btn {
        top: 130px;
    }

    .banner .banner-list .title {
        top: -20px;
        left: 0;
        height: 24px;
        font-size: 20px;
        text-align: center;
    }

    .banner .banner-list .summary {
        top: 80px;
        right: 0;
        width: 100%;
        height: 66px;
        font-size: 14px;
    }

    .banner .banner-list .view-btn {
        display: none;
    }

    .banner .banner-btn-wrap {
        top: 87%;
    }

    .main .section .wrap>.title {
        font-size: 20px;
    }

    .main .section .product-list {
        width: 260px;
    }

    .main .section .case-wrap .header-nav {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .main .section .case-wrap .header-nav .move-line {
        top: 2px;
    }

    .main .section .case-list {
        width: 170px;
        height: 181px;
        margin: 0 0 8px;
    }

    .main .section .case-list:nth-child(1),
    .main .section .case-list:nth-child(3),
    .main .section .case-list:nth-child(5),
    .main .section .case-list:nth-child(7) {
        margin-right: 8px;
    }

    .main .about {
        text-align: center;
    }

    .main .about .about-img {
        width: 100%;
        margin: 20px 0;
    }

    .main .about .about-text .title {
        display: none;
    }

    .main .about .about-summary,
    .main .about .title,
    .main .about .view-btn {
        float: none;
    }

    .main .about .about-summary {
        text-align: left;
    }

    .main .job .fl {
        float: none;
        width: 100%;
    }

    .main .job .view-btn {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .main .section .case-list {
        width: 24%;
        height: auto;
    }

    .main .section .case-list:nth-child(1),
    .main .section .case-list:nth-child(2),
    .main .section .case-list:nth-child(3),
    .main .section .case-list:nth-child(5),
    .main .section .case-list:nth-child(6),
    .main .section .case-list:nth-child(7) {
        margin-right: 8px;
    }
}

/*************中间样式***************/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.inter {
    padding-top: 1px;
}

.industry {
    width: 30.7%;
    overflow: hidden;
    margin-left: 4.3%;
    height: 100%;
}

.recom {
    width: 54.4%;
    overflow: hidden;
    margin-right: 4.3%;
    margin-left: 6.3%;
    height: 100%;
}

.industry_1 {
    width: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 100%;
}

.recomcom {
    width: 25%;
    overflow: hidden;
    background-color: #2063a3;
    height: 100%;
}

.recomcom_1 {
    width: 25%;
    overflow: hidden;
    background-color: #00a1e9;
    height: 100%;
}

.wenh_1 {
    width: 25%;
    overflow: hidden;
    background-color: #00a1e9;
    height: 100%;
}

.wenh_2 {
    width: 25%;
    overflow: hidden;
    background-color: #3d5377;
    height: 100%;
}

.wenh_3 {
    width: 25%;
    overflow: hidden;
    background-color: #00a1e9;
    height: 100%;
}

.wenh_4 {
    width: 25%;
    overflow: hidden;
    background-color: #3d5377;
    height: 100%;
}



.ydvideo,
.ydpres {
    height: 297px;
}

.industry .pos1 {

    position: relative;
    overflow: hidden;
}

.industry .cylyimg {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.industry .cyly {
    left: 11%;
    position: absolute;
    top: 9.2%;
    width: 73%;
}

.cylytext {
    padding-left: 10px;
}

.cylyzn {
    font-size: 30px;
    color: #fff;
}

.cylyen {
    font-size: 18px;
    color: #fff;
    font-family: "STXihei", "华文细黑", sans-serif;
}

.cylytext .line,
.ydztbg .line {
    height: 3px;
    width: 60px;
    display: block;
    background-color: #fff;
    margin-top: 10px;
}

.cylytext p {
    line-height: 40px;
}

.cylylc {
    margin-top: 108px;
}

.cylylc ul li {
    position: relative;
    float: left;
}

.cylylc ul li {
    width: 28.6%;
}

.lijg {
    margin-right: 7%;
}

.cylylc ul li a {
    color: #fff;
    height: 40%;
    padding-top: 60%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
}


a {
    text-decoration: none;
}

.xwzx_box {
    background: #0e5d89;
}

.hysyd {
    width: 87.5%;
    margin: 0 auto;
    padding: 90px 0;
}

.news_hy,
.news_gs,
.news_sp {
    width: 500px;
}

.news_hy,
.news_gs {
    margin-right: 85px;
}

/******************导航样式********************/
.wrap {
    /*overflow: hidden;*/
    width: 100%;
}

.twonav {
    width: 87.5%;
    height: 100px;
    margin: 0 auto;
}

.tbanner {
    background: url("/fezhny/uiFramework/commonResource/image/2017092314551353228.jpg") no-repeat scroll 0 0;
    height: 502px;
}

.tabout img {
    width: 100%
}

.shzr_b {
    background: url("/fezhny/uiFramework/commonResource/image/2017092418293388871.jpg") no-repeat scroll 0 0;
    height: 502px;
}

.news_zx {
    background: url("/fezhny/uiFramework/commonResource/image/2017092515001315873.jpg") no-repeat scroll 0 0;
    height: 502px;
}

.about_yddx {
    background: url("/fezhny/uiFramework/commonResource/image/2017092910035036143.jpg") no-repeat scroll 0 0;
    height: 502px;
}

/******************产品领域样式********************/
.welfare-list a {
    text-decoration: none;
}

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

.clearfix::after {
    clear: both;
}

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

.welfare-list li {
    position: relative;
}

.welfare-list li figure {
    display: block;
    float: right;
    overflow: hidden;
    width: 50%;
}

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

.welfare-list li figure img {
    display: block;
    height: auto;
    line-height: 1;
    transition: all 666ms ease 0s;
    width: 100%;
}

.welfarefix {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 788ms ease 0s;
    width: 50%;
}

.welfarewr {
    width: 80%;
}

.welfarewr {
    bottom: 0;
    height: 350px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 73%;
}

.hotel-list .welfarewr .h2title {
    margin-bottom: 30px;
}

.welfarewr h2title {
    color: #000000;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.hotel-list .welfarewr p {
    height: 140px;
    line-height: 34px;
}

.welfarewr p {
    color: #646464;
    font-size: 14px;
    height: 110px;
}

.welfare-list li:nth-child(2n+2) .welfarefix {
    left: 50%;
}

.welfare-list li:nth-child(2n+2) figure {
    float: left;
}

.h2title {
    color: #333;
    display: block;
    font-size: 30px;
}

.detail {
    display: inline-block;
}

.welfare-list li:hover figure img {
    transform: scale(1.04);
}

/******************关于我们********************/
.ab_jtjs {
    margin: 60px auto 0;
    width: 87.5%;
}

.ab_jtjs figure {
    display: block;
    float: right;
    overflow: hidden;
    width: 50%;
}

.jtjs_text {
    width: 50%;
    height: 100%;
    left: 0;
    right: 0;
}

.jt_box {
    width: 92%;
    height: 400px;
}

.jt_tit {
    display: inline-block;
    font-size: 26px;
    color: #333;
}

.jt_more {
    width: 262px;
    height: 66px;
    display: block;
    color: #008cc2;
    border: 1px #008cc2 solid;
    line-height: 66px;
    text-align: center;
}

.ab_jtjs a {
    text-decoration: none;
}

.jt_shor {
    font-family: "STXihei", "华文细黑", sans-serif;
    font-size: 18px;
}

.jt_summ {
    line-height: 30px;
    padding: 43px 0 70px;
}

.ab_list ul li a:hover {
    box-shadow: 0 0 40px #b1b1b1;
}

.ab_list ul li a {
    display: block;
    padding: 60px 0 85px;
}

.ab_list {
    width: 87.5%;
    margin: 60px auto;
}

.ab_list ul li {
    border: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 52px;
    margin-right: 0.75%;
    text-align: center;
    width: 32.6%;
}

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

.ab_bt {
    color: #333;
    font-size: 25px;
}

.ab_dtit {
    font-family: "STXihei", "华文细黑", sans-serif;
    font-size: 16px;
    padding: 9px 0;
}

.ab_icon {
    margin-bottom: 42px;
}

.ab_list .dsjzxjj {
    padding: 0;
    position: relative;
    width: 100%;
}

.jxp_box {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 65px;
}

.dsjzxjj>img {
    width: 100%;
    height: 445px;
}

.jxp_bt {
    color: #fff;
    font-size: 24px;
}

.jxp_dtit {
    color: #fff;
    font-size: 16px;
    padding: 10px 0 55px;
}

.jxp_summ {
    color: #fff;
    line-height: 26px;
}

.jxp_h {
    background: #fff none repeat scroll 0 0;
    height: 4px;
    margin: 15px auto 60px;
    width: 7%;
}

.jxp_more {
    color: #333;
    margin: 0 auto;
    position: relative;
    width: 35%;
}

.jxp_more>img {
    width: 100%;
}

.jxp_more>span {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

/******************社会责任********************/
.zrln {
    width: 87.5%;
    padding: 95px 0;
    margin: 0 auto;
}

.zrln_li {
    margin-top: 55px;
}

.zrln h2,
.zrln .small {
    color: #03598a;
    font-size: 30px;
    text-align: center;
    display: block;
}

.small {
    font-family: "STXihei", "华文细黑", sans-serif;
}

.zrln_left,
.zrln_right {
    width: 42.68%;
    border: 1px solid #dcdcdc;
    padding: 25px;
}

.zrln_li a:hover {
    box-shadow: 0 0 40px #b1b1b1;
}

.wdmy {
    color: #03598a;
    font-size: 30px;
    padding: 18px 0 7px;
}

.wdmy_more {
    display: inline-block;
    margin: 35px 0 15px;
}

.zrln_li figure img {
    width: 100%;
}

.zrln_li a {
    text-decoration: none;
}

.ydjj {
    position: relative;
}

.ydjj img {
    width: 100%;
}

.getinto {
    border: 1px solid #e48d34;
    color: #e48d34;
    display: table;
    font-size: 30px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 22.7%;
    width: 25%;
    min-width: 300px;
}

.wdmy_ti {
    padding: 10px 0 0;
}

.gs_more a {
    text-decoration: none;
}

.fyleft {
    width: 22px;
    height: 16px;
    margin-right: 20px;
    display: inline-block;
    background: url("/fezhny/uiFramework/commonResource/image/2017100916495955814.png") no-repeat scroll 0 0;
}

.fyright {
    width: 22px;
    height: 16px;
    margin-left: 20px;
    display: inline-block;
    background: url("/fezhny/uiFramework/commonResource/image/2017100916500773048.png") no-repeat scroll 0 0;
}

a.fyleft:hover {
    background: url("/fezhny/uiFramework/commonResource/image/2017100917373789160.png") no-repeat scroll 0 0;
}

a.fyright:hover {
    background: url("/fezhny/uiFramework/commonResource/image/2017100917374684671.png") no-repeat scroll 0 0;
}

.gs_more {
    text-align: center;
    padding: 80px 0 160px;
}

.gs_more a,
.gs_more font {
    font-size: 24px;
}

.gs_more a {
    cursor: pointer;
}

.gs_more font {
    color: #35a3d1;
}

.gs_more a:hover {
    color: #35a3d1;
}

.gs_more font {
    color: #35a3d1;
    margin: 0 18px;
}

/******************新闻中心********************/
/*
.cpnews{
    width:87.5%;
    margin:40px auto 90px;
}
.gsxw_left,.gsxw_right{
    width:47%;
    display:block;
}
.cpnews a{
    text-decoration: none;
}
.gsxw_left{
    position: relative;
}
.gsxw_left a,.gsxw_left .text_d{
    display:inline-block;
}
.gsxw{
    border-bottom: 1px #dddddd solid;
    margin-bottom:44px;
}
.gsxw h2{
    display:inline-block;
    font-size:30px;
    color:#333;
    border-bottom: 4px #018cc5 solid;
    margin-bottom: -1px;
    line-height:90px;
}
.gsxw a{
    display:block;
    color:#333;
    margin-top:40px;
}
.titimg img{
    width:100%;
}
.text_d{
    position: absolute;
    left:0;
    top:0;
    width:97px;
    height:81px;
    background:#005a8c;
    color:#fff;
    font-size:36px;
    text-align: center;
}
.tit_text{
    color:#333;
    font-size:20px;
    margin:5px 0;
}
.gs_infolink{
    background:#018cc5;
    width:196px;
    height:52px;
    color:#fff;
    text-align: center;
    line-height:51px;
}
.gsxw_li2,.gsxw_li3{
    padding-bottom:30px;
    border-bottom: 1px #ddd solid;
}
.li_date,.li_gsxw,li_title{
    display:inline-block;
}
.li_title{
    font-size:20px;
    color:#333;
}
.gsxw a:hover,a.tit_text:hover,.gsxw_right li a:hover{
    color:#018cc5;
}
.gsxw_summ {
    margin: 10px 0 50px;
}

.gsxw_right li {
    overflow: hidden;
}

.li_date {
    height: 81px;
    width: 15%;
    text-align: center;
}
.li_gsxw {
    *width: 83%;
}
.gsxw_right {
    margin-top: -8px;
}
.li_summ {
    line-height: 18px;
    margin: 8px 0;
}

.gsxw_li3, .gsxw_li4 {
    margin-top: 28px;
}
.yshi{
    display:none;
}
.text_d .year,.text_d .riy{
    color:#fff;
}
.year{
    font-size:36px;
    line-height:46px;
}
.riy{
    font-size:30px;
    line-height:26px;
    font-family: "STXihei","华文细黑",sans-serif;
}
*/

/******************远东大学********************/
.yddx {
    width: 87.5%;
    margin: 115px auto 0;
}

.yddx a {
    text-decoration: none;
}

.ab_left {
    position: relative;
    width: 65%;
}

.ab_right {
    width: 35%;
}

.ab_right img {
    width: 100%;
}

.gy_en {
    color: #038bc5;
    font-size: 48px;
    line-height: 42px;
}

.gy_cn {
    color: #333;
    font-size: 30px;
}

.gy_bm ul li {
    line-height: 115px;
    text-align: center;
    float: left;
    width: 115px;
    height: 115px;
    background: url("/fezhny/uiFramework/commonResource/image/2017092911340687557.jpg") no-repeat scroll 0 0;
}

.gy_bm li a {
    color: #038bc5;
    display: block;
}

.gy_bm li a:hover {
    color: #fff;
    background: url("/fezhny/uiFramework/commonResource/image/2017101621002620697.png") no-repeat scroll 0 0 / 100% auto;
}

.gy_more {
    display: block;
    color: #fff;
    width: 280px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    background: #038bc5 none repeat scroll 0 0;
}

.gy_tit {
    color: #038bc5;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 12px;
}

.gy_summ {
    line-height: 34px;
}

.gy_bm {
    margin: 45px 0 90px;
}

.li_mar {
    margin-right: 65px;
}

.ab_yddx {
    left: 0;
    position: absolute;
    top: 0;
    width: 82%;
}

.gy_bj {
    display: block;
    margin-top: 90px;
}

.zxdt a,
.zx_more a {
    text-decoration: none;
}

.zxdt_title h2,
.zxdt_title span {
    margin: 0 auto;
}

.zxdt_bj {
    width: 100%;
}

.zxdt_title h2 {
    color: #038bc5;
    font-size: 30px;
}

.zxdt_title span {
    color: #333;
    font-size: 30px;
    font-family: "STXihei", "华文细黑", sans-serif;
}

.zxdt {
    position: relative;
}

.zxdt {
    width: 100%;
}

.gy_zxdt {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 11.2%;
    width: 77.5%;
    padding: 65px 90px;
}

.zxdt_bttp {
    width: 20.5%;
    display: block;
}

.zxdt_bttp img {
    width: 100%;
}

.zxdt_nr {
    width: 76.5%;
}

.zxdt_nr {
    display: inline-block;
}

.zxdt_bt {
    color: #333;
}

.zxdt_zy {
    line-height: 34px;
    padding: 20px 0 40px;
}

a.zxdt_bt:hover,
a.zx_more:hover {
    color: #038bc5;
}

.zxdt_title {
    text-align: center;
    padding: 90px 0 45px;
}

.gy_zxdt ul li {
    overflow: hidden;
}

.zxdt_li1 {
    border-bottom: 1px dashed #005a8c;
    padding-bottom: 40px;
}

.zxdt_li2 {
    padding-top: 40px;
}

.zx_more a {
    display: inline-block;
    margin: 0 auto;
    color: #384253;
    text-align: center;
    width: 256px;
    height: 74px;
    line-height: 74px;
    background: url("/fezhny/uiFramework/commonResource/image/2017092915572918503.png") no-repeat scroll 0 0;
}

.zx_more {
    margin-top: 40px;
    text-align: center;
}

.pxjs {
    width: 87.5%;
    margin: 90px auto;
}

.pxsp,
.jsfc {
    position: relative;
    display: block;
    width: 49%;
}

.pxsp img,
.jsfc img {
    width: 100%;
}

.px_ab {
    left: 4.5%;
    position: absolute;
    top: 30%;
}

.px_ab p {
    font-size: 30px;
    color: #fff;
}

.tv_cn {
    background: #018cc5 none repeat scroll 0 0;
    text-align: center;
    width: 210px;
}

.tv_en {
    background: #313131 none repeat scroll 0 0;
    font-family: "STXihei", "华文细黑", sans-serif;
    text-align: center;
    width: 280px;
}

.pxsp a,
.jsfc a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

/**********************公司新闻***********************/
.gs_list {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 65px;
}

.gs_list a,
.newsSpecial a,
.video a {
    text-decoration: none;
}

.gs_li {
    border-color: #fff #fff #959595;
    border-style: solid solid dashed;
    border-width: 1px;
    overflow: hidden;
    padding: 40px 35px;
}

.gs_list ul li:hover {
    border: 1px solid #018cc5;
}

.li_date {
    height: 175px;
    text-align: center;
    width: 10.5%;
    background: #f9f9f9;
}

.li_date,
.li_gsxw,
.gs_xx {
    display: inline-block;
}

.li_gsxw {
    *width: 86%;
}

.yshi {
    display: none;
}

.year {
    font-size: 48px;
    line-height: 48px;
    color: #c8c8c8;
    display: inline-block;
    margin: 43px 0 7px;
}

.riy {
    font-family: "STXihei", "华文细黑", sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #c8c8c8;
    display: inline-block;
}

.li_title {
    color: #333;
    font-size: 24px;
    display: inline-block;
    margin-top: -8px;
}

.li_gsxw a:hover {
    color: #018cc5;
}

.li_summ {
    line-height: 30px;
    margin: 11px 0 10px;
    text-indent: 2em;
}

.j_date {
    padding-right: 20px;
    color: #b3b3b3;
}

.gs_xx {
    color: #018cc5;
}

.gs_xx img {
    margin-left: 5px;
}

.gs_list ul .nob {
    border-bottom: 1px solid #fff;
}

.gs_li .noys {
    background: #018cc5;
}

.gs_li .noys .year,
.gs_li .noys .riy {
    color: #fff;
}


/*********************************************新闻专题****************************************************/
.newsSpecial {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 65px;
}

.newsSpecial a:hover {
    color: #018cc5;
}

.news_zt {
    border-color: #fff #fff #959595;
    border-style: solid solid dashed;
    border-width: 1px;
    overflow: hidden;
    padding: 40px 35px;
}

.sp_img {
    display: inline-block;
    width: 22%;
    height: 205px;
    overflow: hidden;
}

.sp_img img {
    width: 100%;
    height: 250px;
    transition: all 666ms ease 0s;
}

.newsSpecial ul li:hover a.sp_img img {
    transform: scale(1.04);
}

.special {
    width: 75%;
}

.sp_tit {
    color: #333;
    display: inline-block;
    font-size: 24px;
}

.sp_summ {
    line-height: 30px;
    margin: 25px 0 70px;
    text-indent: 2em;
}

.sp_date {
    color: #b3b3b3;
}

.sp_more {
    color: #018cc5;
}

.sp_more.rf>img {
    margin-left: 5px;
}

.newsSpecial ul li:hover {
    border: 1px solid #018cc5;
}

.newsSpecial ul .nob {
    border-bottom: 1px solid #fff;
}


/****************************************远东视频*********************************************/
.video {
    width: 87.5%;
    min-width: 1180px;
    margin: 0 auto;
    padding-top: 65px;
}

.video ul li {
    float: left;
    overflow: hidden;
    width: 23.3%;
    margin-right: 2%;
    margin-bottom: 95px;
    border: 1px solid #e4e3e3;
}

.v_ti {
    display: block;
    width: 100%;
}

.v_ti .v_img {
    width: 100%;
    height: 280px;
    display: block;
    transition: all 666ms ease 0s;
}

.video li:hover .v_ti .v_img {
    transform: scale(1.04);
}

.video_t {
    color: #666;
    font-size: 24px;
    height: 125px;
    /*line-height: 125px;*/
    /*padding: 0 25px;*/
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}

.video li:hover div.video_t {
    color: #018cc5;
}

.video ul li:hover {
    box-shadow: 0 0 40px #cbe4f0;
    *border: 1px solid #fff;
}

.video_t span {
    width: 41px;
    height: 41px;
    display: inline;
    float: right;
    margin-top: 40px;
    background: url("/fezhny/uiFramework/commonResource/image/2017101015145929348.png") no-repeat scroll 0 0;
}

.video li:hover .video_t span {
    background: url("/fezhny/uiFramework/commonResource/image/2017101015150824088.png") no-repeat scroll 0 0;
}


/********************************************************************关于远东大学************************************************************************/


.collegeAbout {
    width: 87.5%;
    margin: 0 auto;
}

.ca_en {
    font-size: 48px;
    color: #018cc5;
    text-align: center;
    padding: 55px 0 13px;
}

.ca_cn {
    font-size: 24px;
    text-align: center;
}

.ca_cn span {
    font-family: "STXihei", "华文细黑", sans-serif;
}

.ca_tit {
    color: #333;
    font-size: 18px;
    margin: 25px 0 3px;
}

.ca_content>p {
    line-height: 30px;
}

.ca_ej {
    color: #018cc5;
}

.ca_content {
    margin-top: 65px;
}

.ca_content p img {
    width: 100%;
}

.wdmy_img {
    width: 87.5%;
    margin: 55px auto 0;
    position: relative;
}

.wdmy_bj {
    width: 100%;
    display: block;
}

.wdmy_t {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 1313px;
}

.wdmy_t ul li {
    float: left;
    margin-right: 99px;
    position: relative;
    width: 183px;
}

.wdmy_img .wdmy_t ul .none_ma {
    margin-right: 0;
}

.wdmy_t ul li img {
    width: 100%;
}

.wdmy_l {
    color: #038bc5;
    font-size: 18px;
    height: 183px;
    left: 0;
    line-height: 183px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 183px;
}

.dxxz {
    width: 87.5%;
    margin: 85px auto 120px;
}

.dxxz_t {
    color: #333;
    font-size: 18px;
}

.dxxzList {
    border-left: 1px solid #018cc5;
    margin-top: 60px;
}

.dxPhotos {
    width: 190px;
    height: 231px
}

.land {
    color: #018cc5;
    font-size: 48px;
    height: 231px;
    line-height: 231px;
    margin-left: -17px;
    width: 113px;
}

.dxxzList ul li div {
    float: left;
    display: inline-block;
}

.dx_nr h3 {
    color: #018cc5;
    font-size: 18px;
    margin-bottom: 25px;
}

.dxxzList li {
    margin-bottom: 70px;
    width: 100%;
}

.dxxz .dxxzList .mabot5 {
    margin-bottom: 0;
}

.dx_nr {
    padding-left: 25px;
    width: 1250px;
}

.xzjj>p {
    line-height: 22px;
    padding: 4px 0;
}

@media screen and (max-width: 1800px) {
    .cylylc ul li a {
        font-size: 16px;
    }

    .getinto {
        top: 12.7% !important;
        font-size: 24px !important;
    }

    .mtbd_ul ul li {
        padding: 25px !important;
    }

    .gy_bj>img {
        width: 90%;
    }

    .gy_tit {
        margin: 20px 0 10px;
    }

    .gy_summ {
        line-height: 30px;
    }

    .gy_bm {
        margin: 35px 0 60px;
    }

    .li_mar {
        margin-right: 42px;
    }

    .gy_zxdt {
        padding: 55px 90px;
    }

    .zxdt_zy {
        line-height: 30px;
        padding: 15px 0 30px;
    }

    .sp_summ {
        line-height: 28px;
        margin: 15px 0 40px;
    }

    .video ul li {
        *margin-right: 98px;
    }

    .v_ti .v_img {
        *height: 345px;
    }

    .dx_nr {
        width: 1087px;
    }
}

@media screen and (max-width: 1600px) {
    .cylylc ul li a {
        font-size: 16px;
    }

    .getinto {
        top: 12.7% !important;
        font-size: 24px !important;
    }

    .mtbd_ul ul li {
        padding: 25px !important;
    }

    .li_date {
        width: 15.5%;
    }

    .li_gsxw {
        *width: 80%;
    }

    .sp_img {
        width: 25%;
    }

    .special {
        width: 72%;
    }

    .sp_tit {
        font-size: 20px;
    }

    .sp_summ {
        line-height: 28px;
        margin: 15px 0 30px;
    }

    .video ul li {
        *margin-right: 88px;
    }

    .v_ti .v_img {
        *height: 315px;
    }

    .dx_nr {
        width: 960px;
    }
}

@media screen and (max-width: 1440px) {
    .jt_summ {
        padding: 43px 0 60px !important;
    }

    .mtbd_ul ul li {
        padding: 22px !important;
    }

    /*.twonav {
        width: 1180px;
    }*/
    .welfarewr {
        height: 260px;
        width: 85%;
    }

    .hotel-list .welfarewr .h2title {
        margin-bottom: 5px;
    }

    .hotel-list .welfarewr p {
        height: 120px;
        line-height: 30px;
    }

    .detail {
        width: 80px;
    }

    .detail img {
        width: 100%;
    }

    .yddx {
        width: 1180px;
    }

    .gy_bj {
        margin-top: 75px;
    }

    .gy_bj img {
        width: 95%;
    }

    .ab_yddx {
        width: 90%;
    }

    .gy_en {
        font-size: 45px;
        line-height: 38px;
    }

    .gy_cn {
        font-size: 28px;
        line-height: 38px;
    }

    .gy_tit {
        margin: 20px 0 5px;
    }

    .gy_summ {
        line-height: 30px;
    }

    .gy_bm {
        margin: 25px 0 40px;
    }

    .gy_bm ul li {
        background: url("/fezhny/uiFramework/commonResource/image/2017092911340687557.jpg") no-repeat scroll 0 0 / 100% auto;
        height: 90px;
        line-height: 90px;
        width: 90px;
    }

    .li_mar {
        margin-right: 55px;
    }

    .gy_more {
        height: 65px;
        line-height: 65px;
        width: 220px;
    }

    .gy_zxdt {
        top: 6%;
        width: 80%;
    }

    .zxdt_li1 {
        padding-bottom: 30px;
    }

    .zxdt_zy {
        line-height: 28px;
        padding-top: 15px;
    }

    .zxdt_more {
        display: none;
    }

    .zxdt_li2 {
        padding-top: 30px;
    }

    .px_ab {
        top: 20%;
    }

    .li_date {
        width: 15.5%;
    }

    .li_gsxw {
        *width: 80%;
    }

    .gs_list {
        width: 1180px;
    }

    .newsSpecial {
        width: 1180px;
    }

    .news_zt {
        padding: 40px 20px;
    }

    .sp_img {
        width: 25%;
    }

    .special {
        width: 72%;
    }

    .sp_tit {
        font-size: 18px;
    }

    .sp_summ {
        line-height: 26px;
        margin: 15px 0 30px;
    }

    .video {
        width: 1180px;
    }

    .video ul li {
        *margin-right: 55px;
        *width: 30%;
    }

    .v_ti .v_img {
        *height: 240px;
    }

    .video_t {
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }

    .video_t span {
        margin-top: 20px;
    }

    .collegeAbout {
        width: 1180px;
    }

    .wdmy_img {
        width: 1180px;
    }

    .wdmy_t {
        width: 980px;
    }

    .wdmy_t ul li {
        margin-right: 70px;
        width: 140px;
    }

    .wdmy_l {
        font-size: 16px;
        height: 140px;
        line-height: 140px;
        width: 140px;
    }

    .dxxz {
        width: 1180px;
    }

    .land {
        width: 100px;
    }

    .dx_nr {
        width: 881px;
    }

    .xzjj>p {
        line-height: 19px;
        padding: 4px 0;
    }


}