﻿.inner_banner

    
    
    
    



    
    
    
    


@font-face {
    font-family: 'KAUSHANSCRIPT-REGULAR';
    src: url('404.png');
    font-weight: normal;
    font-style: normal;
}


    
    
    
    



    
    
    
    



    
    
    
    


@font-face {
    font-family: 'LANEUP';
    src: url('../font/laneup.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AVGARDD';
    src: url('../font/avgardd.ttf');
    font-weight: normal;
    font-style: normal;
}


    
    
    
    


* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    float: left;
}

input {
    border: none;
    background: none;
}

input, textarea {
    font: 14px Arial, "微软雅黑";
    outline: 0;
    -webkit-appearance: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.yy_tag_I {
    margin: 0 5px
}

html, body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: auto;
    background: #fff
}

.fw {
    margin: 0 auto;
    width: 1180px;
}

body {
    overflow-x: hidden;
    
}

.bx-wrapper {
    margin: 0 auto
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #999;
    border: 1px solid #999;
}

#pageWrapper {}

#header {
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 20px;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 99;
    top: 0;
    transition-property: padding, background
}

.nobanner #header {
    background: rgba(255, 255, 255, 0.9);
}

#header .content {
    padding: 0 40px;
}

#header.mini {
    background-color: rgba(0, 0, 0, .51);
    padding-top: 10px
}

#header.mini ul li.navitem {
    padding-bottom: 0;
}

#header #logo {
    width: auto;
    height: 50px;
    display: block;
    float: left;
    margin-left: 120px;
    line-height: 50px;
}

#header ul#nav {}

#header ul li.navitem {
    padding: 0 20px 10px 20px;
    width: auto;
    height: 70px;
    line-height: 70px;
    float: left;
    position: relative;
}
#header ul li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 210px;
    border-top: #838383 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
}
#header ul li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#header ul li.navitem a {
    color: #fff;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
    color: #838383
}
#header ul li.navitem ul.subnav li {
    border-bottom: #2e2f29 1px solid;
    line-height: normal;
}
#header ul li.navitem ul.subnav li a {
    padding: 14px 30px;
    width: 150px;
    
    background: rgba(0, 0, 0, .7);
    display: block;
    color: #bbb9b9;
    font-size: 12px;
}
#header ul li.navitem ul.subnav li a i {
    float: right;
    margin-top: 5px;
    transition: all ease-out .2s;
    opacity: 0
}
#header ul li.navitem ul.subnav li a:hover {
    text-indent: 10px;
    background: rgba(0, 0, 0, 1);
    color: #fff
}
#header ul li.navitem ul.subnav li a:hover i {
    opacity: 1
}
#sitecontent {
    height: auto;
    min-height: auto;
}

#indexPage #mslider {
    height: 740px;
    width: 100%;
    position: relative;
    overflow: hidden;
    
}

#indexPage #mslider .bx-wrapper {
    position: fixed;
    width: 100%;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 50px
}

#indexPage #mslider ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#indexPage #mslider ul li a {
    display: table;
    width: 100%;
    height: 100%;
    display: table;
}

#indexPage #mslider ul li div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: transparent;
}

#indexPage #mslider ul li p {
    color: #fff;
    text-align: center;
}

#indexPage #mslider ul li p.title {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
    
}

#indexPage #mslider ul li p.subtitle {
    font-size: 16px;
    height: 20px;
    transition-delay: 0.2s
}

#indexPage #mslider.sliderArrow {
    display: none
}

#indexPage #mslider ul li a i {
    text-indent: 20px;
    font-size: 24px
}

#indexPage #mslider ul li p {
    transform: translateY(25px);
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    opacity: 0
}

#indexPage #mslider ul li.active p {
    transform: translateY(0px);
    opacity: 1
}
.index_banner{ float: left;width: 100%;height: auto;overflow: hidden;margin-top: 60px;}
.banner_one { background: #fff;}
.banner_one .swiper-slide{ position: relative;overflow: hidden;}
.banner_one .swiper-slide img { width: 100%;height: 680px;object-fit: cover;-webkit-transition: all 7s;transition: all 7s;}



.banner_one .swiper-slide-active img{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
.banner_one .swiper-slide .banner_one_txt {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;color: #fff; }
.banner_one .swiper-slide .banner_one_txt .ban_title{font-size: 60px;line-height: 100px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.banner_one .swiper-slide .banner_one_txt .ban_text {padding: 30px 0 75px;font-size: 40px;line-height: 56px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.banner_one .swiper-pagination-bullet {opacity: 1;background-color: #ffffff}
.banner_one .c-dot {position: absolute;bottom: 40px;left: 0;width: 100%;}
.banner_one .swiper-pagination{position: relative;text-align: center;bottom: 40px}
.banner_one .swiper-pagination-bullet-active{ background-color: #F08300}












#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {}

#indexPage .module {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%
}

#indexPage .module:last-child {
    border: none
}

#indexPage .module .bgmask {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

#indexPage .module.bgShow {
    background-attachment: fixed
}

#indexPage .module.bgShow .bgmask {
    display: block
}

#indexPage .module .content {
    position: absolute;
    top: 50%;
    width: 100%
}

#indexPage #mservice {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

#indexPage #mservice .content {
    margin-top: -238px;
    height: 516px
}

.content .header {
    padding-bottom: 50px;
    padding-top: 80px
}

#indexPage .content .header {
    padding-top: 0
}

.content .header p {
    text-align: center;
}

.content .header p.title {
    color: #444;
    font-size: 26px;
    transition: all .5s;
}
.content .header:hover p.title{ color: #F08300}

.content .header p.subtitle {
    color: #c1c1c1;
    font-size: 16px
}

#indexPage .slider_control {
    display: block;
    font-size: 36px;
}

#indexPage .slider_control i {
    color: #a1a1a1
}

#indexPage .slider_control.fr {
    text-align: right
}

#indexPage #mservice .wrapper {
    width: 100%
}

#indexPage #mservice .wrapper .bx-wrapper .bx-pager {
    display: none
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    right: -80px
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    left: -80px
}

#indexPage #servicelist .serviceitem {
    margin: 0
}

#servicelist {
    width: 1126px;
    margin: 0 auto
}

#servicelist .wrap {
    margin-right: -50px
}

#servicelist .serviceitem {
    width: 342px;
    height: 335px;
    float: left;
    margin-bottom: 50px;
    margin-right: 50px;
}

#servicelist .serviceitem a {
    display: block;
    width: 100%;
    height: 100%
}

#servicelist .serviceitem a img {
    float: none;
    width: 342px;
    height: auto;
    margin: 0 auto
}

#servicelist .serviceitem div {
    text-align: center;
    margin-top: 15px
}

#servicelist .serviceitem div p.title {
    color: #595959;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s
}

#servicelist .serviceitem div p.description {
    color: #848484;
    font-size: 13px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    width: 100%
}

#servicelist .serviceitem:hover .title {
    color: #838383
}

#indexPage #mservice .slider_control {
    color: #898989
}

#indexPage #mservice .slider_control:hover {
    color: #141414;
}

#indexPage #mproject {}

#indexPage #mproject .content {
    margin-top: -15%
}

#indexPage #mproject .content .wrapper {
    width: 100%;
    margin: 0
}

#projectlist .projectitem {
    width: 24%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    position: relative;
    background: #000
}

#indexPage #projectlist .projectitem {
    margin: 0
}

#indexPage #mproject .bx-wrapper .bx-pager {
    bottom: -40px
}

#indexPage #mproject .bx-wrapper .bx-controls-direction {
    display: none
}

#indexPage #mproject a.more {
    margin-top: 80px
}

#projectlist .projectitem a {
    display: block;
    overflow: hidden
}

#projectlist .projectitem a img {
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectlist .projectitem a:hover img {
    transform: scale(1.2, 1.2)
}

#projectlist .projectitem a .project_info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    
    transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info {
    background: rgba(0, 0, 0, .7)
}

#projectlist .projectitem a .project_info p {
    text-align: center;
    color: #fff;
    padding: 0 20px
}

#projectlist .projectitem a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px
}

#projectlist .projectitem a .project_info p.title {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0);
    font-size: 16px;
    transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.title {
    margin-top: 0px;
    color: #fff;
    font-size: 16px
}

#projectlist .projectitem a .project_info p.subtitle {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0);
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    margin-top: 0px;
    color: #b7b7b7;
}

#projectmore {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #343434;
    transition: all ease-out .3s;
    text-indent: 0px;
    position: relative;
    z-index: 1
}

#projectmore:hover {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #838383;
    text-indent: -50px;
}

.module-content .description {
    width: 720px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #848484;
    line-height: 24px;
    overflow: hidden
}

#indexPage a.more, #indexPage a.details, #sitecontent .npagePage a.details {
    border: #dfdfdf 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 360px;
    height: 58px;
    display: block;
    margin: 40px auto 50px;
    line-height: 58px;
    font-size: 20px;
    color: #838383;
    text-indent: 150px;
    border-radius: 30px;
    transition: all ease-out .3s;
}

#indexPage a.details, #sitecontent .npagePage a.details {
    display: none;
}

#indexPage a.more:hover, #indexPage a.details:hover, #sitecontent .npagePage a.details:hover {
    border-color: #b6b6b6;
    text-indent: 130px;
}

#indexPage a.more i, #indexPage a.details i, #sitecontent .npagePage a.details i {
    text-indent: -10px;
    font-size: 24px;
    color: rgba(255, 255, 255, .0);
    transition: all ease-out .3s
}

#indexPage a.more:hover i, #indexPage a.details:hover i, #sitecontent .npagePage a.details:hover i {
    text-indent: 18px;
    color: #707070;
}

#indexPage #mpage {
    background-color: #ffffff;
}

#indexPage #mpage .content {
    height: 592px;
    margin-top: -230px
}

#indexPage #mpage .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto
}

#indexPage #mpage .wrapper li {
    width: 100%;
    height: auto;
}

#indexPage #mpage .wrapper li .fimg {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 466px
}

#indexPage #mteam {}

#indexPage #mteam .content {
    margin-top: -180px
}

#indexPage #mteam .content>.header {
    display: none
}

#indexPage #mteam .header {
    padding-bottom: 0
}

#indexPage #mteam .header img {
    float: none;
    display: block;
    margin: 10px auto 24px auto;
    border-radius: 90px
}

#indexPage #mteam .summary p {
    text-align: center
}

#indexPage #mteam .summary p.title {
    color: #fff;
    font-size: 24px
}

#indexPage #mteam .summary p.title a {
    color: #474747;
}

#indexPage #mteam .summary p.subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5a5a5;
    font-size: 12px;
    margin-bottom: 30px
}

#indexPage #mteam .description {
    color: #bebebe
}

#indexPage #mteam .bx-pager {
    display: none
}

#indexPage #mnews {
    background-color: #f8f8f8;
}

#indexPage #mnews .content {
    height: calc(100% - 60px);
    margin-top: 60px;
    top: 0
}

#indexPage #mnews .content .header {
    display: none
}

#newslist, #newslist .wrapper, #indexPage #mnews .content_list {
    height: 100%;
    width: 100%
}

#newslist {
    margin: 0 auto
}

#indexPage #mnews .bx-controls {
    display: none
}

#newslist .newstitem {
    width: 100%;
    height: 33.3%;
}

#newslist .newstitem a.newscontent {
    height: 100%;
    display: block;
    text-align: center;
    position: relative
}

#newslist .news_wrapper {
    width: 37.5%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: all 0.25s ease 0s
}

#newslist .news_wrapper::before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

#newslist .newsbody {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
    width: 330px;
}

#newslist .newsbody .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

#newslist .newsbody .title {
    font-size: 30px;
    color: #333;
    line-height: 40px;
}

#newslist .separator::before {
    right: 13px;
}

#newslist .separator::before, #newslist .separator::after {
    background-color: #c3c3c3;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 45px;
}

#newslist .separator::after {
    left: 13px;
}

#newslist .separator {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: transparent;
    
    height: 6px;
    margin: 15px auto 20px;
    position: relative;
    text-decoration: none;
    width: 6px;
}

#newslist .newsbody .description {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 10px;
}

#newslist .newstitem .newsimg {
    width: 62.5%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#newslist .newstitem .newsimg, #newslist .newstitem .news_wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#newslist .newstitem.left .news_wrapper {
    left: auto;
}

#newslist .newstitem.right .news_wrapper {
    right: auto
}

#newslist .newstitem.right a.newscontent .newsimg {
    left: auto
}

#newslist .newstitem.left a.newscontent {
    padding-left: 62.5%
}

#newslist .newstitem.right a.newscontent {
    padding-right: 62.5%
}

#newslist .newstitem.left a.newscontent:hover {
    padding-left: 60%
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 40%;
    background-color: #e5e5e5;
    transition-duration: .5s
}

#newslist .newstitem.right a.newscontent:hover {
    padding-right: 60%
}

#indexPage #mpartner {
    background-color: #fff;
}

#indexPage #mpartner .content {
    height: 480px;
    margin-top: -240px
}

#indexPage #mpartner .module-content {
    width: 980px;
}

#indexPage #mpartner .wrapper {
    width: 980px;
    height: 376px;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction {
    display: none
}

#indexPage #mpartner .wrapper ul li {
    width: 980px;
    height: 360px;
}

#indexPage #mpartner .wrapper ul li a {
    width: 225px;
    height: 168px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

#indexPage #mpartner .wrapper ul li a img {
    width: 100%;
    height: 100%;
}

#indexPage #mpartner .bx-wrapper .bx-pager {
    bottom: -40px
}

#indexPage #mcontact {
    background-color: #303030;
}

#indexPage #mcontact .content {
    height: 425px;
    margin-top: -212px
}

#indexPage #mcontact .content .fw {
    width: 940px
}

#indexPage #mcontact .header p.title {
    color: #fff;
}

#indexPage #mcontact .header p.subtitle {
    color: #c1c1c1;
}

#contactinfo {
    width: 540px;
}

#contactinfo h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100
}

#contactinfo p {
    line-height: 24px;
    font-size: 13px;
    color: #989898;
    height: 24px;
    width: 100%
}

#contactinfo>a {
    color: #989898;
    text-decoration: underline
}

#contactinfo div {
    margin-top: 24px
}

#contactinfo div a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    background-color: #2e2f2f;
    margin-right: 10px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactinfo div a i {
    margin-top: 7px;
    font-size: 16px
}

#contactform p .inputtxt {
    width: 320px;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    color: #bcbcbc;
    background-color: #000;
    border: #3f3f3f 1px solid;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
}

#contactform p textarea.inputtxt {
    height: 100px;
    resize: none;
    overflow: hidden
}

#contactform p .inputsub {
    width: 100%;
    background-color: #838383;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0
}

#contactform .inputtxt.active {
    border-color: #838383
}

#moduleControl {
    position: fixed;
    right: 20px;
    top: 50%;
}

#moduleControl a.moduleCItem {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    display: block;
    height: 9px;
    margin-bottom: 5px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-out 0s;
    width: 9px;
}

#moduleControl a.moduleCItem:hover, #moduleControl a.moduleCItem.active {
    background-color: #838383;
    border: 1px solid #838383;
}

#pages {
    padding: 40px 0 80px;
    height: 36px;
    text-align: center
}

#pages a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out
}

#pages span {
    margin-right: 5px
}

#pages a i {
    font-size: 24px;
    top: 2px;
    position: relative
}

#pages a.active, #pages a:hover {
    background-color: #838383;
    color: #fff;
}

.nobanner .npagePage {
    padding-top: 80px
}

.npagePage #banner {
    width: 100%;
    height: 380px;
    position: relative;
}

.npagePage #banner div {
    background-color: #39383E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 380px;
}

.npagePage .content {
    background-color: #fff;
    position: relative;
    z-index: 1
}

#plheader {
    padding-bottom: 30px
}

#category {
    text-align: center;
    padding-bottom: 50px
}

#category li {
    display: inline-block
}

#category li.hasmore {
    height: 107px
}

#category li.hasmore div {
    position: absolute;
    width: 100%;
    left: 0
}

#category li.hasmore div ul {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: rgba(0, 0, 0, 0.10) 1px solid
}

#category a {
    line-height: 16px;
    height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: #d2d2d2 1px solid;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

#category li.hasmore div ul a {
    border: none
}

#category a.active, #category a:hover {
    background: #838383;
    color: #fff;
    border-color: #838383
}

#category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {
    background: #7d7d7d;
    color: #fff
}

#teamlist {
    margin: 0 auto;
    width: 1100px;
}

#teamlist .wrap {
    margin-right: -70px
}

.teamitem {
    float: left;
    width: 320px;
    height: 460px;
    margin-right: 70px;
    margin-bottom: 50px
}

.teamitem a {
    width: 320px;
    height: 320px;
    display: block;
    position: relative;
    overflow: hidden
}

.teamitem .title a {
    color: #9a9a9a;
    display: inline;
}

.teamitem a div.wrap {
    height: 50px;
    width: 100%;
    background: #da0000;
    position: absolute;
    bottom: -50px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translate(0, 0px)
}

.teamitem a:hover div.wrap {
    transform: translate(0, -50px)
}

.teamitem a div.wrap div {
    width: 14px;
    height: 14px;
    margin: 18px auto;
    position: relative
}

.teamitem a div.wrap span {
    display: block;
    background: #fff;
    position: absolute;
}

.teamitem a div.wrap span.h {
    width: 14px;
    height: 2px;
    top: 6px
}

.teamitem a div.wrap span.v {
    width: 2px;
    height: 14px;
    left: 6px
}

.teamitem .teaminfo {
    margin-top: 33px;
    text-align: center
}

.teamitem .teaminfo .title {
    font-size: 18px;
    color: #484848;
}

.teamitem .teaminfo .subtitle {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 5px
}

.teamitem .teaminfo .description {
    font-size: 12px;
    color: #949494;
    margin-top: 15px;
    line-height: 18px;
    height: 35px;
    overflow: hidden
}

#teampost {
    padding-top: 50px
}

#teampost #teamimage {
    width: 408px;
    float: left;
}

#teampost #teamimage img {
    float: none
}

#teampost #teambody {
    margin-left: 450px;
}

#teambody .theader .title {
    color: #343434;
    font-size: 30px
}

#teambody .theader .subtitle {
    color: #626262;
    font-size: 14px
}

#teambody .theader .postbody {
    margin-top: 36px
}

#projectwrap {
    padding-top: 50px;
    min-height: 600px
}

#projectbody {
    width: 800px;
    float: left;
}

#projectimages {
    background: #fff;
}

#projectimages li {
    margin-bottom: 10px
}

#projectimages li img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%
}

#projectbody .postbody {
    padding: 20px 0;
}

#projectinfo {
    width: 340px;
    margin-left: 40px;
    float: left
}

#projectih {
    width: 340px
}

#projecttags {
    margin-top: 20px
}

#projecttags a {
    float: left;
    font-size: 13px;
    color: #989898;
    padding: 5px 10px;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px
}

#projecttags a:hover {
    color: #989898;
    background: #f3f3f3;
}

#projectib {
    margin-right: -10px;
    margin-top: 20px
}

#projectib .projectitem {
    width: 160px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 14px
}

#projectib .projectitem img {
    width: 100%;
    height: auto;
    float: none
}

#projectib .projectitem a .project_info {
    width: 100%;
    height: 30px
}

#projectib .projectitem a .project_info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#projectib .projectitem a .project_info p.title {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectib .projectitem a .project_info p.subtitle {
    margin-top: 0;
    color: #b7b7b7;
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectinfo .header {
    padding: 0;
    border-bottom: #cccccc 1px dotted;
    width: 340px
}

#projectinfo .header p {
    text-align: left
}

#projectinfo .header .description {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 24px;
    margin: 30px 0
}

.postbody {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a
}

.postbody a {
    color: #848484;
    text-decoration: underline;
}

.postbody a:hover {
    text-decoration: underline;
    color: #414141;
}

.postbody img {
    float: none
}

.postbody hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}

.postbody p {
    word-wrap: break-word;
    word-break: normal
}

.lowB #header, .lowB #indexPage #mslider .bx-wrapper, .lowB .npagePage #banner div {
    position: relative
}

.lowB #indexPage .module.bgShow {
    background-attachment: scroll
}

.lowB #header {
    background: rgb(23, 28, 32)
}

.lowB .nobanner .npagePage {
    padding: 0
}

#footer,.footer{
    background: #000;
    width: 100%;
    position: relative;
    z-index: 2
}
.footer_list{ width: 100%;height: auto;padding: 60px 0 30px;overflow: hidden}
.footer_list .content{ width: 1200px;margin: 0 auto}
.footer_list_w{ float: left;width: 100%;height: auto;overflow: hidden}
.footer_list_tit{ width: 100%;height: auto;overflow: hidden}
.footer_list_tit h3{ font-size: 16px;line-height: 24px;margin-bottom: 25px;font-weight: 100;color: #ffffff;width: 30%;display: inline-block;padding-bottom:8px;position:relative}
.footer_list_tit h3:nth-of-type(1){ width:33%}
.footer_list_tit h3::before{ content:"";width:32px;height:2px;background-color:#F08300;position:absolute;left:0;bottom:0}
.footer_list_int,.footer_list_nav{ float: left;width: 33%;height: auto;overflow: hidden;display: inline-block}
.footer_list_int p{ float: left;width: calc(92% - 30px);margin-top: 15px;height: auto;color: #999;font-size: 14px;line-height: inherit;white-space: initial;padding-left: 25px;}
.footer_list_int p:nth-of-type(1){ margin-top: 0;background: url(../image/footer_01.png) no-repeat left center;background-size: 22px}
.footer_list_int p:nth-of-type(2){ background: url(../image/footer_02.png) no-repeat left center;background-size: 19px}
.footer_list_int p:nth-of-type(3){ background: url(../image/footer_03.png) no-repeat left center;background-size: 14px}
.footer_list_int p:nth-of-type(4){ background: url(../image/footer_04.png) no-repeat left center;background-size: 18px}
.footer_list_nav{ width: 25%}
.footer_list_nav ul{ float: left;width: 60%;height: auto;overflow: hidden}
.footer_list_nav ul li{ float: left;width: 50%;height: auto;margin-bottom: 15px;}
.footer_list_nav ul li a{ font-size: 14px;color: #999;}
.footer_list_nav ul li a:hover{ color: #F08300;}

.footer_list_img{ float: right;width: calc(100% - 63%);height: auto;overflow: hidden}
.footer_list_img ul li{ float: right;width: 110px;margin-left: 25px;text-align: center}
.footer_list_img ul li img{ float: left;width: 100%;height: auto;margin-bottom: 10px;}
.footer_list_img ul li p{ float: left;width: 100%;font-size: 12px;color: #ffffff}

#footer .footer_copy,.footer .footer_copy{
    text-align: right;
    padding: 20px;
    font-size: 12px;
    color: #8e8e8e;
    height: 20px;
    line-height: 20px
}
#footer .footer_copy  a,.footer .footer_copy a{
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 40px
}
#footer .footer_copy a path {
    fill: #ff0000
}


    
    
    



    


#shares {
    height: 120px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 99
}

#shares a {
    width: 30px;
    height: 30px;
    display: block;
    background: #8b8b8b;
    background-color: rgba(31, 31, 31, .6);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#shares a i {
    margin-top: 7px
}

#shares a#sshare {
    cursor: default;
}

#shares a#sweibo {
    background-color: #ea493c
}

#shares a#sweixin {
    background-color: #24b727
}

#shares a#gotop {
    background-color: #666666;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 20px;
    font-size: 22px
}

#shares a#gotop i {
    margin-top: 3px
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none
}

    
    


#fixed_weixin .fixed-container {
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px
}

#fixed_weixin .fixed-container div {
    height: 220px
}

#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#fixed_mp .fixed-container {
    width: 258px;
    height: 298px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -129px;
    margin-top: -149px
}

#fixed_mp .fixed-container p {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#online_open {
    width: 30px;
    height: 30px;
    background: #00d420;
    cursor: pointer;
    position: fixed;
    right: -40px;
    bottom: 190px;
    z-index: 99999;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#online_open i {
    margin-top: 6px
}

#online_lx {
    width: 192px;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    position: fixed;
    right: 10px;
    bottom: 160px;
    z-index: 99999
}

#olx_head {
    padding: 20px;
    line-height: 16px;
    height: 16px;
    background: #00d420;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 14px
}

#olx_head i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_qq li a {
    padding: 12px 30px;
    height: 18px;
    line-height: 18px;
    background: #f5f5f5;
    color: #353434;
    display: block;
    border-bottom: #fff 1px solid;
    transition: all ease-out .3s;
    font-size: 12px
}

#olx_qq li a i {
    color: #5e5e5e;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 18px;
    transition: all ease-out .3s;
}

#olx_qq li a:hover {
    color: #fff;
    background: #565656
}

#olx_qq li a:hover i {
    color: #00d420;
}

#olx_tel {
    padding: 20px 30px
}

#olx_tel div {
    color: #434343;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px
}

#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle
}

#olx_tel p {
    line-height: 18px;
    font-family: HELVETICANEUELTPRO-THEX;
    font-size: 16px
}

.hide, .popup {
    display: none;
}

.show {
    display: block;
}

#mslider li video {
    position: absolute;
}

#indexPage #mslider ul li div.mask {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.netmask {
    display: block
}

.netmask div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.netmask.loading div i {
    display: block;
    background: url(../image/loading.gif);
    width: 40px;
    height: 40px
}

.netmask div i:before {
    display: none;
    font-size: 40px;
    color: #fff;
}

.netmask.success div i:before {
    display: block
}

#page404 {
    padding-top: 200px
}

#page404 span {
    font-size: 150px;
    font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #efefef;
}

#page404 div {
    margin-left: 320px;
    padding-left: 26px;
    border-left: #e9e9e9 1px solid;
    height: 70px;
}

#page404 div p.title {
    color: #787878;
    font-size: 36px;
    line-height: 36px
}

#page404 div p.subtitle {
    color: #787878;
    font-size: 14px;
    margin-top: 10px
}

#projectlist .wrapper {
    margin-left: 1%
}

#langnav {
    float: right
}

#langnav a {
    color: #fff
}

#langnav a:hover {
    color: #838383
}

#langnav a.active {
    color: #838383
}

#langnav span {
    color: rgba(255, 255, 255, .2);
    margin: 0 10px;
    display: inline-block
}

#headSHBtn {
    display: none;
    width: 40px;
    height: 40px;
    background: #000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: -40px
}

#header.show {
    right: 0
}

@media screen and (min-width:1780px) {}

#mcontact .content>.header {
    animation-name: fadeInUp;
}

#mcontact .content #contactinfo {
    animation-name: fadeInLeft;
    animation-delay: 0.2s
}

#mcontact .content #contactform {
    animation-name: fadeInRight;
    animation-delay: 0.2s
}

#mcontact .content #contactform {
    animation-name: fadeInRight;
    animation-delay: 0.2s
}

#mnews a.more {
    display: none;
    border: #333 1px solid !important;
}
#mnews a.more:hover{
    color: #ffffff !important;
    background-color: #F08300 !important;
    border: #F08300 1px solid !important;
}

#mpage .module-content .header {
    animation-name: fadeInUp;
    animation-delay: 0.2s
}

#mpage .module-content .description {
    animation-name: fadeInUp;
    animation-delay: 0.3s
}

#mpage .module-content .more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mpage .module-content .fimg {
    animation-name: fadeInUp;
    animation-delay: 0.3s
}

#mpartner .content>.header {
    animation-name: slideInUp;
    animation-delay: 0.1s
}

#mproject .content>.header {
    animation-name: fadeInUp;
}

#projectlist .projectitem {
    animation-name: slideInUp;
}

#indexPage #mproject a.more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mservice .content>.header {
    animation-name: fadeInUp;
}

#servicelist .serviceitem {
    animation-name: slideInUp;
}

#indexPage #mservice a.more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mteam .content>.header {
    display: none
}

body.ipusher #header {
    width: 350px;
    height: 100%;
    background: #202122;
    padding: 0;
    left: -350px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.ipusher #header #headSHBtn i {
    font-size: 18px;
    margin-top: 12px;
}

body.ipusher.open #header #headSHBtn i:before {
    content: "\f00d";
}

body.ipusher.open #header {
    transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
    -o-transform: translate3d(350px, 0, 0);
}

body.ipusher #header .content {
    padding: 0
}

body.ipusher #header #logo {
    width: 100%;
    float: none;
    margin: 20px 0 0 0
}

body.ipusher #header #logo img {
    float: none;
    margin: 0 auto;
    display: block;
}

body.ipusher #header ul li.navitem {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #272727;
}

body.ipusher #header ul li.navitem ul.subnav li a:hover {
    text-indent: 0;
}

body.ipusher #header ul li.navitem ul.subnav {
    left: 100%;
    top: 0
}

#logoClone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 40px;
}

#logoClone img {
    float: none
}

#teamlist .wow {
    animation-name: slideInUp;
}

#projecttags {
    margin-top: 20px;
    width: 340px;
    margin-left: 40px;
    float: left;
}

#projectib {
    margin-right: -10px;
    margin-top: 20px;
    margin-left: 40px;
    float: left;
    width: 340px;
}

#pageswitch {
    margin-top: -150px;
    display: none;
}

#pageswitch a {
    width: 50%;
    height: 40px;
    padding: 20px 0;
    float: left;
    background: #fff;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    transition: all ease-out .3s;
    position: relative;
}

#pageswitch a:hover {
    background: #CCC;
    box-shadow: 0 0 15px #ccc;
    z-index: 3
}

#pageswitch a .title {
    color: #444;
}

#pageswitch a .subtitle {
    color: #a5a5a5;
}

#pageswitch .prev div {
    text-align: left;
    margin-left: 30px;
}

#pageswitch .next div {
    text-align: right;
    margin-right: 30px;
}

#indexPage .mivideo.module .module-content .video_content {
    width: 960px;
    height: 575px;
    margin: 0 auto
}

#projectinfo .description a, #projectinfo1 .description a, #projectinfo2 .description a, #projectinfo3 .description a, #projectinfo4 .description a, #projectinfo5 .description a {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #5A5A5A;
    display: block;
    bottom: 0;
    left: 0;
}

#shares a i.fa-weixin {
    color: transparent;
    background-image: url(../image/shouji.png);
    background-repeat: no-repeat;
    font-size: 23px;
    margin: 7px 0 0 10px;
}

.animated {
    animation-name: fadeInUp;
    animation-delay: 0s;
}

#projectlist .projectitem {
    animation-name: fadeInUp;
}

#indexPage #mteam a.more {
    display: none;
}

#projectwrap1, #projectwrap2, #projectwrap3, #projectwrap4, #projectwrap5 {
    width: 1180px;
    margin: 0 auto;
    margin-top: 50px;
}

#projectinfo1, #projectinfo2 {
    float: right;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    border-top: 10px solid #22a9ff;
}

#projectinfo1 .header .description, #projectinfo2 .header .description {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 24px;
    margin: 30px 0 0;
}

.content #projectih1 .header, .content #projectih2 .header {
    padding: 0;
}

#projectinfo2 {
    float: left;
}

#projectinfo5 {
    float: left;
    width: 785px;
}

#projectinfo1 .header p, #projectinfo2 .header p, #projectinfo3 .header p, #projectinfo4 .header p, #projectinfo5 .header p {
    text-align: left;
}

#projectinfo3 .header, #projectinfo4 .header {
    padding-top: 70px;
}

#projectbody1, #projectbody2 {
    float: left;
    width: 785px;
}

#projectbody2 {
    float: right;
}

#projectbody5 {
    float: left;
    width: 785px;
}

#projectimages1 img, #projectimages2 img, #projectimages3 img, #projectimages4 img, #projectimages5 img {
    width: 100%;
    margin-bottom: 10px;
}

#projectshow1, #projectshow2 {
    width: 785px;
    float: left;
    margin-top: 40px;
}

#projectshow2 {
    float: right;
}

#projectshow3, #projectshow4 {
    margin-top: 40px;
}

#projectshow5 {
    float: right;
    width: 345px;
    padding-top: 120px;
}

#projectshow1 #projecttags1, #projectshow2 #projecttags2, #projectshow3 #projecttags3, #projectshow4 #projecttags4 {
    margin-top: 20px;
    width: 100%;
}

#projecttags1 a, #projecttags2 a, #projecttags3 a, #projecttags4 a, #projecttags5 a {
    transition: all ease-out .3s;
    float: left;
    font-size: 13px;
    color: #989898;
    padding: 5px 10px;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px;
}

#projectshow1 #projectib1, #projectshow2 #projectib2, #projectshow3 #projectib3, #projectshow4 #projectib4, #projectshow5 #projectib5 {
    margin-top: 20px;
}

#projectshow1 #projectib1:after, #projectshow1 #projecttags1:after, #projectshow2 #projectib2:after, #projectshow2 #projecttags2:after, #projectshow3 #projectib3:after, #projectshow3 #projecttags3:after, #projectshow4 #projectib4:after, #projectshow4 #projecttags4:after, #projectshow5 #projectib5:after, #projectshow5 #projecttags5:after {
    content: '';
    display: block;
    clear: both;
}

#projectib1 .projectitem1, #projectib2 .projectitem2, #projectib3 .projectitem3, #projectib4 .projectitem4 {
    width: 245px;
    height: auto;
    float: left;
    margin: 0 6px 14px;
}

#projectib3 .projectitem3, #projectib4 .projectitem4 {
    width: 275px;
    margin: 0 10px 40px;
}

#projectib1 .projectitem1 img, #projectib2 .projectitem2 img, #projectib3 .projectitem3 img, #projectib4 .projectitem4 img {
    width: 100%;
    height: auto;
    float: none;
}

#projectib1 .projectitem1 a .project_info, #projectib2 .projectitem2 a .project_info, #projectib3 .projectitem3 a .project_info, #projectib4 .projectitem4 a .project_info, #projectib5 .projectitem5 a .project_info {
    width: 100%;
    height: 30px;
}

#projectib1 .projectitem1 a .project_info p, #projectib2 .projectitem2 a .project_info p, #projectib3 .projectitem3 a .project_info p, #projectib4 .projectitem3 a .project_info p, #projectib5 .projectitem5 a .project_info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#projectib5 #projectlist .projectitem {
    width: 49%;
}

#npagePage #projectlist .projectitem a .project_info div {
    margin-top: 0;
}

#npagePage #projectlist .projectitem a:hover img {
    transform: scale(1, 1);
}

#npagePage #projectlist .projectitem a:hover .project_info {
    width: 100%;
    height: 100%;
}

#npagePage #projectlist .projectitem a .project_info {
    position: inherit;
}

#npagePage #projectlist .projectitem a .project_info p.subtitle {
    margin-top: 0;
    height: 24px;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#npagePage #projectlist .projectitem a .project_info p.title {
    margin-top: 0;
    height: 22px;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#post_slider, #post_slider1 {
    height: 500px;
}

#post_slider li, #post_slider1 li {
    height: 500px;
}

ul.content_list:after {
    content: '';
    display: block;
    clear: both;
}

.projectSubList {
    margin-bottom: 20px;
}

.projectSubTitle {
    font-size: 24px;
    line-height: 24px;
    margin: 20px auto 50px;
    display: none
}

.postbody img {
    max-width: 100%;
    margin-bottom: 10px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 0;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    z-index: 0;
}

#shares a i, #contactinfo div a i, #online_open i, #olx_qq li a i, #olx_tel div i {
    margin-left: 0px;
}

.service_img {
    display: inline;
}

body.ipusher #header #headSHBtn i {
    margin-left: 0px;
}

.nav-a i {
    display: inline;
}

#indexPage .mivideo {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 80px;
}

#projectitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#projectitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#projectitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#projectitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#projectitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#projectitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#projectitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#projectitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#projectitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#projectitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#projectitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}

#newsitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#newsitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#newsitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#newsitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#newsitem_5 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#newsitem_6 {
    animation-name: fadeInUp;
    animation-delay: 1.2s;
}

#newsitem_7 {
    animation-name: fadeInUp;
    animation-delay: 1.4s;
}

#newsitem_8 {
    animation-name: fadeInUp;
    animation-delay: 1.6s;
}

#newsitem_9 {
    animation-name: fadeInUp;
    animation-delay: 1.8s;
}

#newsitem_10 {
    animation-name: fadeInUp;
    animation-delay: 2s;
}

#newsitem_11 {
    animation-name: fadeInUp;
    animation-delay: 2.2s;
}

#serviceitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#serviceitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#serviceitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#serviceitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#serviceitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#serviceitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#serviceitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#serviceitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#serviceitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#serviceitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#serviceitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}

#teamitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#teamitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#teamitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#teamitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#teamitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#teamitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#teamitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#teamitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#teamitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#teamitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#teamitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}
#indexPage #mpartner .wrapper ul li a .par_title {
    display: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
}




.nav_user{ margin-left: 35px;float: right !important;}
#header ul li.nav_user a{ padding: 0 !important; width: 30px;height: 100%;display: inline-block;background: url('../image/ico_user.png') no-repeat center center;background-size: 25px;}

#header ul li.nav_user a:hover{ background: url('../image/ico_user_1.png') no-repeat center center;background-size: 25px;}
.nav_form{ margin-left: 20px;position: relative;float: right !important;}


.search_form{ position: relative;top: 11px;width: 222px;display: inline-block;transition: all .6s;z-index: 15;}


.search_form input{ float: right;background-color: #ffffff;pointer-events: auto;-webkit-appearance: none;box-sizing: border-box;display: block;height: 38px;width: 220px; border: 1px solid #F08300;;padding: 0 50px 0 12px;outline: none;transform-origin: right center;visibility: visible;transform: translateX(0) scale(1);opacity: 1;transition: transform .3s ease, opacity .3s ease;font-size: 13px;font-weight: 500;border-radius:5px;}
.search_form input:focus{ transform: translateX(0) scale(1);}

.search_form button{ cursor: pointer;float: right;width: 50px;height: 38px;padding: 0;background: none;border: none;outline: none;display: inline-block;position: absolute;right: 0;top: 0}


.nav_form .search_form button{ background: url(../image/ico_form_1.png) no-repeat center center;background-size: 18px;}

.inner_banner{ width: 100%;height: auto;overflow: hidden;margin-top: 70px;position: relative}
.inner_banner img{ max-width: 100%;width:100%}
.inner_banner_nav{ width: 100%;height: 60px;background: rgba(0,0,0,.5);line-height: 60px;position: absolute;left: 0;bottom: 0}
.inner_banner_nav .w_1200{ width: 1200px;margin: 0 auto}
.inner_banner_nav .w_1200 a:nth-of-type(1){ padding-left: 20px;color: #F08300;background: url(../image/pro_02.png) no-repeat left center;background-size: 14px;}
.inner_banner_nav .w_1200 a{ font-size: 14px;color: #ffffff;margin-right: 20px;position: relative;display: inline-block;width: auto;height: 60px;}
.inner_banner_nav .w_1200 a:before{ content: ">";position: absolute;width: 10px;height: 60px;line-height: 60px;right: -18px;top: 0;font-size: 12px;color: #F08300;}
.inner_banner_nav .w_1200 a:nth-last-of-type(1):before{ content: ""}

.nav_item_son{ position: absolute;left: 50%;top: 70px;margin-left: -35px;display: none;transition: all .65s;box-shadow: 0 2px 10px rgba(0, 0, 0, .1);background-color: #ffffff;padding: 12px 0 8px}
#header ul li.navitem:hover .nav_item_son{ display: inline-block}
.nav_item_son li{ float: left;width: 140px;height: 35px;line-height: 35px;color: #333;text-align: center;}
.nav_item_son li a{ padding: 0 !important;width: 100%;font-size: 13px !important;}
#header ul li.navitem:hover .nav_item_son li a{ color: #838383;}
#header ul li.navitem:hover .nav_item_son li a:hover{ color: #F08300;}


.list_page {float: left;width: 100%;display: block;margin: 20px 0 30px;text-align: center;}
.list_page:after {clear: both;display: block;visibility: hidden;overflow: hidden;height: 0;content:""}
.list_page ul {display: inline-block;margin: 0;padding: 0;list-style: none;vertical-align: bottom;border-radius: 5px;}
.list_page ul li {display: inline-block;float: left;border-right: none;border-radius: 0;}
.list_page ul a {display: inline-block;padding: 9pt 20px;color: #f9812a;line-height: 18px;transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s;float:left;text-decoration:none}
.list_page ul li a:hover,.list_page ul li.active a { color: #FFFFFF;background-color: #f9812a}
.list_page ul li:not(:first-child):not(:last-child) {border-radius: 0}
.list_page ul li:first-child {border-radius: 4px 0 0 4px}
.list_page ul li:last-child {border-radius: 0 4px 4px 0}
.list_page ul .page-active a {border-radius: 0;background: #eee;color: #333}
.list_page ul li:nth-of-type(1),.list_page ul li:nth-of-type(2),.list_page ul li:nth-last-of-type(1){ display: none; }



.arrival{ width: 1200px;height: auto;margin: 0 auto;overflow:hidden;position: relative}
.arrival_list_img{ float: left;width: 100%;height: auto;overflow: hidden}
.arrival_list_img img{ width: 100%}
.arrival_list_txt{ float: left;width: 100%;height: 45px;margin-top: 15px;overflow: hidden;line-height: 45px;font-size: 18px;text-align: center;font-weight: 200;color: #595959}


.about_con{ width: 1200px;margin: 0 auto;height: auto;overflow: hidden;padding-top: 45px;}
.about_con h1,.about_con h2,.about_con h3,.about_con h4,.about_con h5,.about_con h6{  color: #F08300;font-size: 26px;line-height: 48px;text-align: left;margin-bottom: 20px;font-weight:400;position:relative}
.about_con h1 span,.about_con h2 span,.about_con h3 span,.about_con h4 span,.about_con h5 span,.about_con h6 span{ font-size:22px;}
.about_con h2:before,.about_con h3:before{ content:"";width:78px;height:2px;background-color:rgba(153,153,153,.7);position:absolute;left:0;bottom:0}
.about_con p{ line-height: 32px;color: #666;font-size: 16px;text-align: left}
.about_con p img{ max-width: 100%}
.z_box_list-txt { min-height: 145px;}
.about_culture{ width: 100%;height: auto;overflow: hidden;background: #fafafa;padding: 75px 0 45px;}
.about_culture_w{ width: 1200px;margin: 0 auto;}
.z-col-4 { width: calc(33.33% - 10px);float: left;;height: auto;overflow: hidden;margin-right: 15px;padding: 30px 0 0;background: #fff;}
.about_culture .z-col-4:nth-last-of-type(1){ float: right;margin-right: 0}
.z-col-4 h3 { font-size: 26px;color: #F08300;text-align: center;margin-bottom: 10px;font-weight: 400}
.z-col-4 h3 span{ font-size:20px;color:#999}
.z-col-4 p { font-size: 14px;color: #666666;text-align: center;margin-bottom: 30px; padding: 0 30px;line-height:24px;}
.m-pic{ width: 100%;height: auto;margin: 0 auto;text-align: center;overflow: hidden}
.m-pic img{ max-width: 100%;display: inline-block; float:none;}

.lh-course{height:780px; background-size:cover; background-repeat:no-repeat; background-position:center center; color:#fff; padding:90px 0 0;}
.lh-course-h2{text-align:left; font-size:26px;width:1200px;margin:0 auto;position:relative;font-weight:400}
.lh-course-h2 span{ font-size:22px;margin-left:10px;}
.lh-course-h2:before{ content:"";width:78px;height:2px;background-color:rgba(255,255,255,.7);position:absolute;left:0;bottom:-10px}

.lh-course-a{margin:100px auto 80px; width:1000px; overflow:hidden;}
.lh-course-item li{overflow:hidden; width:100%;}
.lh-course-item li .img{float:left; width:351px; height:236px; padding:6px; background:#fff;text-align:center;line-height:236px;}
.lh-course-item li .img img{ max-width:95%;float:none;max-height:95%;vertical-align:middle}
.lh-course-item li .text{float:right; width:550px;}
.lh-course-item li .text h2{font-size:30px; margin:20px 0;}
.lh-course-item li .text .ccont{line-height:38px; font-size:16px;}
.lh-course-b{width:94%;margin: 0 auto; max-width:1420px; padding:0 10px; position:relative; text-align:center; overflow:hidden;}
.lh-course-time li{width:12.5%; display:inline-block; position:relative;}
.lh-course-time li span{display:inline-block; width:68px; height:68px; border:1px dashed #fff; border-radius:50%; line-height:68px; position:relative; cursor:pointer; font-size:16px;}
.lh-course-time li span:before{content:''; display:block; width:58px; height:58px; border-radius:50%; border:1px solid #fff; position:absolute; left:4px; top:4px; transition:ease .65s;}
.lh-course-time li i:after{content:''; display:block;width:25%; height:1px; background:#fff; position:absolute; left:0; top:50%;}
.lh-course-time li span:hover:before{box-shadow:0 0 20px #fff,0 0 20px #fff inset;}
.lh-course-time li.on span:before{box-shadow:0 0 20px #fff,0 0 20px #fff inset;}
.lh-course-time li i:before{content:''; display:block; width:25%; height:1px;background:#fff; position:absolute; right:0; top:50%;}
.lh-course-time li:before{content:''; display:block; width:5px; height:5px; border-radius:50%; background:#fff; position:absolute; left:25%; top:50%; margin-top:-2px;}
.lh-course-time li:after{content:''; display:block; width:5px; height:5px; border-radius:50%; background:#fff; position:absolute; right:25%; top:50%; margin-top:-2px;}
.lh-course-btn a{display:block; width:33px; height:33px; border-radius:50%; background:#fff; color:#F08300; position:absolute; line-height:33px; top:50%; margin-top:-16px; z-index:2; overflow:hidden;}
.lh-course-btn a.prev{left:0; text-align:right;background: rgba(255,255,255,1) url('../image/prev.png') no-repeat center center;background-size:12px; }
.lh-course-btn a.next{right:0; text-align:left;background: rgba(255,255,255,1) url('../image/next.png') no-repeat center center;background-size:12px; }
.lh-course-btn a i{font-size:22px; position:relative; top:1px;}
.lh-course-btn a:before{content:'';display:block; width:33px; height:33px; background:rgba(237,164,171,.3);position:absolute; left:0; top:0; transform:scale(0); opacity:0; transition:ease .65s; border-radius:50%;}
.lh-course-btn a:hover:before{transform:scale(1); opacity:1;}



.pro_nav,.pro_list{ width: 100%;height: auto;overflow: hidden;margin: 25px auto 0;}
.pro_nav ul{ width: 100%;overflow: hidden}
.pro_nav ul.w_1200,.w_1200{ width: 1200px;height: auto;margin: 0 auto}



.pro_nav ul li{ float: left;width: auto;height: auto;margin-right: 25px;}
.pro_nav ul:nth-of-type(2) li{ margin-right:14px;padding-right:14px;border-right:1px solid rgba(153,153,153,.5);margin-top: 20px;}
.pro_nav ul:nth-of-type(2) li:nth-of-type(1){ margin-left:73px;}
.pro_nav ul:nth-of-type(2) li:nth-last-of-type(1){ border-right:none}
.pro_nav ul li a{ color: #000;line-height: 24px;font-size: 14px;}
.pro_nav ul:nth-of-type(2) li a{ font-size:12px;line-height: 16px;}
.pro_nav ul:nth-of-type(1) li:nth-of-type(1) a{ padding-left: 20px;background: url('../image/pro_01.png') no-repeat left center;background-size: 14px;}
.pro_nav ul:nth-of-type(1) li:nth-of-type(1).active a{ background: url('../image/pro_02.png') no-repeat left center;background-size: 14px;}
.pro_nav ul li.active a,.pro_nav ul li a:hover{ color: #F08300}
.pro_list{ padding-bottom: 150px;padding-top: 40px;border-top:1px solid rgba(0, 0, 0, .05);box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);}
.pro_list ul.pro_list_con li{ float: left;width: 32%;height: auto;margin-right: 2%;margin-bottom: 20px;transition: all .6s;position: relative;z-index: 10}
.pro_list ul.pro_list_con li:hover{ z-index: 99}
.pro_list ul.pro_list_con li:before{ width: calc(100% + 1px);height: calc(100% + 3px);border: 1px solid #F08300;position: absolute;top: -1px;left: -1px;content: "";opacity: 0;}
.pro_list ul.pro_list_con li:hover:before{ opacity: 1;height: calc(100% + 80px);z-index: 15}
.pro_list ul.pro_list_con li:nth-child(3n){ margin-right: 0}
.pro_list_img{ width: 100%;;height: 320px;line-height: 320px;overflow: hidden;text-align: center;background-color: #f2f2f2;transition: all .6s;position: relative;z-index: 28}
.pro_list_img a{ width: 100%;height: 100%;display: inline-block}
.pro_list ul.pro_list_con li:hover .pro_list_img{ background-color: #ffffff}
.pro_list_img img{ max-width: 90%;transition: all .6s;float: none;vertical-align: middle;}
.pro_list ul.pro_list_con li:hover .pro_list_img img{ max-width: 80%;}
.pro_list_txt{ position: absolute;left: 0;bottom: 0;width: 100%;
height: 70px;
opacity: 0;transition: all .5s;background-color: #ffffff;z-index: 18;}
.pro_list_txt a{ width: 100%;height: 100%;display: inline-block;}
.pro_list ul.pro_list_con li:hover .pro_list_txt{ opacity: 1;bottom: -80px}
.pro_list_txt h2{ width: 80%;height: auto;font-size: 15px;line-height: 28px;color: #F08300;margin-left: 10%;font-weight: 400;text-align: center;margin-bottom: 8px;}
.pro_list_txt_a{ width: 80%;height: 50px;line-height: 50px;margin-left: 10%;background-color: #F08300;overflow: hidden}
.pro_list_txt_a p{ float: left;width: 48%;height: 100%;text-align: left;font-size: 14px;color: #ffffff;overflow: hidden;padding-left: 2%}
.pro_list_txt_a p:nth-of-type(2){ text-align: right;padding-right: 2%;padding-left: 0}
.pro_list .list_page{ margin: 0 auto;position: absolute;left: 0;bottom: 65px;}


.news_list{ width: 100%;height: auto;overflow: hidden;padding: 80px 0 50px;}
.news_list .item{ margin-bottom: 50px;}
.news_list .item a{ display: flex;align-items: center;text-decoration:none}
.news_list .item .img-box { flex: 0 0 550px;min-width: 550px;height: 300px;margin: 0 60px 0 0;overflow: hidden;}
.news_list .item .img-box img { width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.news_list .item .info { flex: 1;overflow: hidden;}
.news_list .item .info h4 { font-size: 24px;color: #333;margin: 0 0 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: 0.6s;}
.news_list .item a:hover .info h4{ color: #F08300;}
.news_list .item .info .des{ font-size: 14px;color: #666;line-height: 2;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height: 56px;margin: 0 0 40px;}
.news_list .item .info .bottom { padding: 45px 0 0;border-top: 1px solid #ccc;display: flex;align-items: center;justify-content: space-between;transition: 0.6s;}
.news_list .item a:hover .info .bottom{ border-top: 1px solid #F08300;}
.news_list .item a:hover .img-box img { transform: scale(1.1);}
.news_list .item .info .bottom .date { font-size: 36px;color: #666;line-height: 1;transition: 0.3s;}
.news_list .item .info .bottom .more { font-size: 14px;color: #F08300;transition: 0.3s;}


.contact{ width: 100%;height: auto;overflow: hidden;padding: 80px 0 50px;}
.contact_box{ display: flex;justify-content: space-between;}
.left_box{ padding-top: 50px;}
.left_box h2 { font-size: 50px;color: #F08300;margin: 0 0 20px;line-height: 1;}
.left_box .tit{ position: relative;font-size: 25px;margin: 0 0 80px;color: #333;}
.right_box{ flex: 0 0 800px;min-width: 800px;}
.right_box .box-row{ margin: 0 -30px;display: flex;flex-wrap: wrap;}
.right_box .box-col{ flex: 0 0 100%;min-width: 50%;padding: 0 30px;}
.right_box .item{ background: #f5f5f5;padding: 30px;}
.right_box .item h4{ position: relative;font-size: 26px;color: #F08300;font-weight: 400;height: 45px;line-height: 45px;}
.right_box .item h4 span{ position: relative;z-index: 1;}
.right_box .item p{ font-size:20px;color:#777;margin: 0 0 35px;letter-spacing:4px;}

.right_box .item ul { margin: 0 0 50px;}
.right_box .item ul li{ font-size: 16px;color: #777;margin: 0 0 20px;padding-left: 25px}
.right_box .item ul li:nth-of-type(1){ background: url('../image/con_01.png') no-repeat left center;background-size: 19px}
.right_box .item ul li:nth-of-type(2){ background: url('../image/con_02.png') no-repeat left center;background-size: 18px}
.right_box .item ul li:nth-of-type(3){ background: url('../image/con_03.png') no-repeat left center;background-size: 18px}
.right_box .item ul li:nth-of-type(4){ background: url('../image/con_04.png') no-repeat left center;background-size: 18px}

.contact_map{ width: 100%;height: auto;overflow: hidden;margin: 80px 0 25px;}
.map_box{ width: 100%;height: 500px;}


.about_four{ padding: 50px 0 80px;background-color: #f5f5f5;}
.about_four h2{ text-align: left;font-size: 26px;color: #F08300;margin-bottom: 20px;font-weight: 400;width:1200px;margin:0 auto;position:relative}
.about_four h2:before{ content:"";width:78px;height:2px;background-color:rgba(153,153,153,.7);position:absolute;left:0;bottom:-10px}
.about_four h2 span{ font-size:22px;font-weight:400;margin-left:8px;}

.honor_list{ width: 1200px;height: auto;overflow: hidden;margin: 35px auto 0}
.honor_list .swiper-container{ padding: 0 0 0;width: 100%;height: 100%;position: relative}
.honor_list .swiper-slide {text-align: center;background: #fff;}
.honor_list .honor_list_img{display: flex;justify-content: center;align-items: center;height: 300px;transition: all .5s;}
.honor_list .honor_list_img img {max-height: 80%;max-width: 90%;transition: all .5s;}
.honor_list .swiper-slide:hover .honor_list_img img { transform: scale(1.1)}
.honor_list .honor_list_txt { border-top: 1px solid #e8e8e8;line-height: 26px;font-size: 15px;color: #555555;padding: 30px 0;font-weight:400}
.honor_list .honor_button_box { position: absolute;top: 0;left: 2rem;width: -webkit-calc(100% - 4rem);width: calc(100% - 4rem);z-index: 2;}
.honor_list .swiper-button-next,.honor_list .swiper-button-prev {margin-top:0;opacity: 1;width: 200px;height: 80px;transition: .5s;}
.honor_list .swiper-button-next {top: 0;right: 0;background: #fff url(../image/next.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-next:hover {background: #f9812a url(../image/next-h.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev {top: 0;left: auto;right: 220px;background: #fff url(../image/prev.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev:hover {background: #f9812a url(../image/prev-h.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev:after,.honor_list .swiper-button-next:after{ content: none}


#c-enlarge { display: none;position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;background: rgba(0, 0, 0, .85);overflow: hidden}
#c-enlarge .c-wrap {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#c-enlarge .c-wrap .c-close { position: absolute;top: -50px;right: -50px;width: 50px;height: 50px;border-radius: 50%;background: #F08300 url(../image/close.png)no-repeat center / 20px;cursor: pointer;}
#c-enlarge .c-wrap img { max-width: 80%;max-height: 80%;}

.video_list{ float: left;width: 100%;height: auto;overflow: hidden;padding-top: 35px;}
.video_list ul li{ float: left;width: 32%;margin-right: 2%;height: auto;overflow: hidden;margin-top: 35px;}
.video_list ul li:nth-child(3n){ margin-right: 0}
.video_list_img{ width: 100%;height: 415px;overflow: hidden;}
.video_list_img img{ width: 100%;height: 100%;object-fit: cover;transition: 1s;}
.video_list ul li:hover .video_list_img img{ transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05);}
.video_list ul li p{ width: 100%;text-align: center;height: 60px;overflow: hidden;font-size: 20px;line-height: 60px;color: #333;transition: .5s;}
.video_list ul li:hover p{ color: #F08300}

#heat_video{width: 100%;height: 100%;overflow: hidden;position: fixed;top: 0;right: 0;z-index: -2;opacity: 0;}
.hide{display: none;}
.heat_video_mov{ width: 100%;height: 100%;position: fixed;top: 0;right: 0;z-index: -1;background: rgba(0,0,0,.6);opacity: 0;}
.heat_video .content{ width: 100%;height: 100%;margin: 0;overflow: hidden;position: relative;z-index: 9999;}
.close1{ right:0;opacity: 1;z-index: 999;cursor: pointer;position: fixed;top: 86%;left: 50%;margin-left: -25px;width: 50px;height: 50px;padding: 10px;color: #fff;background: #F08300;border-radius: 50%;transition: .5s;}
.close1 img{ width: 100%;}
.center{ float: left;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,.4);position: relative;z-index: 999;}
.center video{ display: block;background-size: 100% 100%;background-position: center center;transition-duration: .5s;position: fixed;left: 50%;top: 42%;width: 50%;height: auto;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9999}

.hea_web{ float: left;width: 100%;height: 60px;line-height: 60px;position: fixed;left: 0;top: 0;z-index: 998;background-color: #fff;text-align: center;display: none;}
.hea_web:hover:before{ content: "";width: 100%;height: 2px;left: 0;bottom: -2px;position: absolute;z-index: 1;background-color: #F08300}
.hea_logo { float: left;width: auto;height: 60px;line-height: 60px;overflow: hidden;text-align: left;}
.hea_logo a{ width: auto;height: 100%;display: inline-block}
.hea_logo img { max-height: 70%;display: inline-block;vertical-align: middle;float: none}
.hea_logo img:nth-of-type(2){ display: none}

.hea_web .web_nav{ position: fixed;top:60px;left:0;width: 100%;height: 0;font-size:14px;line-height: 50px;overflow-y: auto;background:#fff;transition: all 0.5s;}
body.ver_open .hea_web .web_nav { height: calc(100% - 60px);height: -webkit-calc(100% - 60px);padding-bottom: 30px;}
.hea_web .web_nav a { display: block;margin: 0 2%;border-bottom:1px solid #f1f1f1;text-align:left;color: #333;-webkit-transition: all 0.3s;transition: all 0.3s;}
.hea_web .web_nav>li:first-child {border-top:1px solid #f1f1f1;}

.hea_web .web_nav li a i{float: right;margin-top: 15px;font-size:20px;position: relative;width: 13px;height: 20px;}
.hea_web .web_nav li a i:before{ content: "";width: 13px;height: 20px;background: url('../image/ico_03.png') no-repeat center center;background-size: 12px;position: absolute;left: 0;top: 0}
.hea_web .web_nav li ul {display: none;}
.hea_web .web_nav li ul a {padding-left: 15px;}
.hea_web .web_nav .c-search-box { float: left;width: -webkit-calc(100% - 4%);width: calc(100% - 4%);padding: 20px 0 0 2%;}
.hea_web .web_nav .c-search-box form { position: relative;line-height: 38px;}
.hea_web .web_nav .c-search-box form input{ float: left;padding: 0 5px;width: -webkit-calc(100% - 62px);width: calc(100% - 62px);height: 38px;border: 1px solid #f1f1f1}
.hea_web .web_nav .c-search-box form button{ float: right;width: 50px;height: 38px;color: #fff;outline: none;border: none;background: #f9812a url('../image/ico_04.png') no-repeat center center;background-size: 20px;}

.hea_web .c-switch{ position: absolute;top:50%;right: 15px;width: 24px;height: 20px;margin-top: -10px;cursor: pointer;}
.hea_web .c-switch i{ position: relative;display: block;height: 2px;background:#000;-webkit-transition: all 0.3s;transition: all 0.3s;}
.ver_open .hea_web .c-switch i,.ver_open .hea_web .c-switch i,.hea_web:hover .c-switch i,.hed_fix .c-switch i{ background:#000;}
.ver_open  .hea_web .c-switch i:nth-child(1) {top: 0;}
.hea_web .c-switch i:nth-child(3) {bottom: 0;}
.hea_web .c-switch i:nth-child(2) {margin: 6px 0;}
.ver_open .hea_web .c-switch i:nth-child(2) {opacity: 0;}
.ver_open  .hea_web .c-switch i:nth-child(1) {top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.ver_open .hea_web .c-switch i:nth-child(3) {bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}



@media (max-width: 1300px){
    #header #logo{ margin-left: 10px;}
    .pro_nav ul.w_1200, .w_1200{ width: 98%;margin: 0 auto}
    .about_con{ width: 98%;margin: 0 auto}
    .about_four{ width: 98%;padding: 50px 1% 80px;}
    .honor_list{ width: 100%}
    .footer_list{ width: 98%;padding: 60px 1% 30px;}
    .footer_list .content{ width: 100%}
}
@media (max-width: 1216px){
    .pro_list_img{ height: 280px;line-height: 280px;}
    .inner_banner_nav .w_1200{ width: 98%;padding: 0 1%}
    .news_list .item .img-box{ flex: 0 0 400px;min-width: 400px;height: 210px;margin: 0 40px 0 0;}
    .news_list .item .info h4{ font-size: 20px;margin: 0 0 20px;}
    .news_list .item .info .des{ margin: 0 0 30px;}
    .news_list .item .info .bottom{ padding: 30px 0 0;}
    .news_list .item .info .bottom .date{ font-size: 30px;}
    .about_culture_w{ width: 100%}
}
@media (max-width: 1150px){
    .footer_list_tit h3:nth-of-type(2){ width: 25%}
    .footer_list_img{ width: calc(100% - 58%);}
    .footer_list_nav ul{ width: 80%}

    .right_box {
        flex: 0 0 700px;
        min-width: 700px;
    }
}
@media (max-width: 1016px){
    .footer_list_nav{ width: 23%}
    .footer_list_img{ width: calc(100% - 56%);}

    .lh-course{ height: auto;padding-bottom: 35px;}
    .lh-course-a{ width: 98%;margin: 25px 1% 0}
    .lh-course-item li .img{ width: 100%;height: auto;background-color: rgba(0,0,0,0);text-align: left}
    .lh-course-item li .img img{ max-height: 226px;}
    .lh-course-item li .text{ width: 100%}
}
@media (max-width: 993px){
    #header{ display: none}
    .hea_web{ display: inline-block}
    #indexPage #mslider{ height: auto}
    .banner_one .swiper-slide img{ width:100%;height:auto}
    
    .footer_list{ padding-bottom: 15px;}
    .footer_list_tit h3:nth-of-type(1){ width: 100%}
    .footer_list_tit h3:nth-of-type(2){ display: none}
    .footer_list_int{ width: 100%;margin-bottom: 15px;}
    .footer_list_int p{ margin-top: 10px;}
    .footer_list_int p:nth-of-type(3),.footer_list_int p:nth-of-type(4){ display: none}
    .footer_list_nav{ display: none}
    .footer_list_img{ width: 100%;text-align: left}
    .footer_list_img ul li{ width: 110px;margin: 0 1.16%;float: none;display: inline-block}
    .inner_banner{ margin-top: 60px;}
    .inner_banner_nav{ height: 40px;line-height: 40px;}
    .inner_banner_nav .w_1200 a{ height: 40px; font-size: 12px;}
    .inner_banner_nav .w_1200 a:before{ height: 40px;line-height: 40px;}
    
    .pro_list ul.pro_list_con li{ width: 49%}
    .pro_list ul.pro_list_con li:nth-child(2n){ margin-right: 0}
    .pro_list ul.pro_list_con li:nth-child(odd){ margin-right: 2%}
    .pro_list_img img{ max-height: 90%}

    .news_list .item .img-box{ flex: 0 0 260px;min-width: 260px;height: 160px;margin: 0 30px 0 0;}
    .news_list .item .info h4{ margin: 0 0 15px;}
    .news_list .item .info .bottom{ padding: 15px 0 0;}
    .news_list .item .info .bottom .date{ font-size: 25px;}
    .news_list .item .info .des{ margin: 0 0 15px;}

    .z-col-4 p{ padding: 0 1%;text-align: center}

    .contact_box{ flex-direction: column;}
    .left_box{ padding-top: 0}
    .left_box .tit{ margin-bottom: 15px;}
    .right_box{ flex: 1;min-width: auto}
    .right_box .box-row{ margin: 0;}
    .right_box .box-col{ padding: 0}

    .map_box{ height: 340px;}

    .video_list ul li{ width: 49%;margin-right: 0;}
    .video_list ul li:nth-child(odd){ margin-right: 2%}
}
@media (max-width: 768px){
    .hea_logo img{ width:105px;}
    
    
    
    .footer_list{ padding-top: 25px;}
    
    .inner_banner img{ height: auto;width: 100%;float: none;object-fit: cover}

    .inner_banner_nav{ display:none}

    .pro_nav ul.w_1200{ width: 100%;padding: 0 1%;align-items: center;overflow: auto;display: flex;}
    .pro_nav ul.w_1200 li{ padding: 0 10px 0;text-align: center;white-space: nowrap;margin-right: 0;margin-bottom: 10px;}
    .pro_list{ padding-bottom: 80px;margin-top: 15px;padding-top: 15px}
    .pro_list .list_page{ bottom: 35px;}
    .list_page ul a{ padding: 6pt 11px;}
    .pro_nav ul:nth-of-type(2) li{ margin-top: 0}
    .pro_list ul.pro_list_con li{ margin-bottom: 10px;}
    .pro_list_img{ height: auto;line-height: normal;padding: 25px 0}
    

    .news_list{ padding: 25px 0 0}
    .news_list .item a{ display: inline-block;width: 100%;height: auto}
    .news_list .item{ margin-bottom: 20px;}
    .news_list .item .img-box{ width: 100%;height: auto}
    .news_list .item .img-box img{ height: auto}
    .news_list .item .info h4{ margin: 8px 0 4px;font-size: 16px;font-weight: 400}
    .news_list .item .info .bottom .date{ font-size: 14px;}
    .news_list .item .info .des{ margin-bottom: 8px;}

    .about_con p{ font-size: 14px;line-height: 24px;}
    .about_culture{ padding:45px 0}
    .z-col-4{ width: 84%;padding: 10px 3%;margin: 0 5% 15px;}
    .about_culture .z-col-4:nth-last-of-type(1){ margin-right: 5%}
    .z-col-4 h3{ font-size: 20px;margin-bottom: 3px;}
    .z-col-4 h3 span{ font-size: 14px;}
    .z-col-4 p{ font-size: 12px;margin-bottom: 8px;line-height: 16px;}
    .z_box_list-txt{ min-height: auto}
    .lh-course{ height: auto;padding: 45px 0}
    .lh-course-a{ margin: 28px 1%}
    .m-pic img{ max-width: 80%}

    .lh-course-item li .text h2{ margin: 10px 0 0;font-size: 16px;}
    .lh-course-item li .text .ccont{ font-size: 13px;line-height: 24px;margin-bottom: 3px;}

    .contact{ padding: 40px 0}
    .left_box h2{ font-size: 35px;font-weight: 100;margin-bottom: 10px;}
    .left_box .tit{ font-size: 20px;}
    .right_box .item{ padding: 15px 1%}
    .right_box .item h4{ font-size: 20px;;height: auto;line-height: 35px;}
    .right_box .item p{ font-size: 14px;margin-bottom: 20px;}
    .right_box .item ul{ margin-bottom: 0}
    .right_box .item ul li{ font-size: 14px;}
    .contact_map{ margin: 30px 0}
    .map_box{ height: 250px;}

    .video_list ul li{ width: 100%;margin-right: 0;}
    .video_list ul li:nth-child(odd){ margin-right: 0}

    .video_list{ padding-top: 0}
    .center video{ width: 90%}
    .close1{ width: 45px;height: 45px;text-align: center;line-height: 45px;top: 70%}
    .close1 img{ max-width: 50%;float: none;vertical-align: middle}

    .footer_list_img ul li{ width: 29%;margin: 0 5px;text-align:center}
    .footer_list_img ul li img{ max-width:60px;vertical-align:center;float:inherit}
    .footer_list_int p:nth-of-type(1){ background-size:18px;}
    .footer_list_int p:nth-of-type(2){ background-size:16px;}
    .footer_list_tit h3:nth-of-type(1){ margin-bottom: 10px;font-size:14px;display:none}
    .footer_list_int p{ font-size:12px;margin-bottom:0;margin-top:5px;}
    .footer_list_img ul li p{ margin-bottom:0}
    
    #mpage .content .header p.title{ color: #444 !important; }
    
    .footer_list_int p{ width:calc(100% - 25px)}
}
@media (max-width: 414px){
    
    
    .banner_one .swiper-pagination{ bottom: 10px;}
}
@media (max-width: 340px){
    
    
    
    
}