@charset "utf-8";

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

.container {
    margin-right: auto;
    margin-left: auto;
}

.showdom {
    box-shadow: 0 0 20px rgba(0, 0, 0, .7)
}

.banner-list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.banner-list.animated .bg {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.banner-list.animated .desc-ef {
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.banner-list.animated .pro-ef {
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.banner-list .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: transform 9s, opacity 1s;
    -ms-transition: transform 9s, opacity 1s;
    -o-transition: transform 9s, opacity 1s;
    -webkit-transition: transform 9s, opacity 1s;
    -moz-transition: transform 9s, opacity 1s;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.banner-list .bg.scaleIn {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.banner-list .swiper-loading {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    transition: opacity 1s;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.banner-list .swiper-loading:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'><defs><line%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F><%2Fdefs><g><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F><%2Fg><%2Fsvg>");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.banner-list .desc {
    left: 36%;
    top: 42%
}

.banner-list .desc strong {
    color: #31434b;
    font-size: .32rem;
    font-weight: lighter
}

.banner-list .desc p {
    color: #678593;
    font-size: .12rem;
    text-transform: uppercase
}

.banner-list .desc-ef {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s
}

.banner-list .desc-ef.fadeIn {
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.banner-list .pro {
    left: 56.5%;
    top: 52%;
    width: 2.33rem
}

.banner-list .pro-ef {
    opacity: 0;
    transform: translate3d(0, -4%, 0);
    -ms-transform: translate3d(0, -4%, 0);
    -o-transform: translate3d(0, -4%, 0);
    -webkit-transform: translate3d(0, -4%, 0);
    -moz-transform: translate3d(0, -4%, 0);
    transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s
}

.banner-list .pro-ef.fadeIn {
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    height: 20px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    margin: 0 10px !important;
    background: 0 0;
    border: 1px solid #14a199;
    box-shadow: inset 0 0 0 5px #14a199;
    transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease
}

.swiper-pagination-bullet:hover {
    box-shadow: none;
    border: 1px solid #14a199;
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8)
}

.swiper-pagination-bullet-active {
    box-shadow: none;
    border: 1px solid #14a199;
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8)
}

.banner {
    width: 100%;
    height: 100%;
    z-index: 0 !important
}

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

.banner .mask {
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden
}

.hmPage2 {
    background: url(../images/hmPage2.jpg) center no-repeat;
}

.hmPage3 {
    background: url(../images/hmPage3.jpg) center no-repeat;
}

.hmPage4 {
    background: url(../images/hmPage4.jpg) center no-repeat;
}

.hmPage5 {
    background: url(../images/hmPage5.jpg) center no-repeat;
}

.hmPage6 {
    background: url(../images/hmPage6.jpg) center no-repeat;
}

.hmPage7 {
    background: url(../images/hmPage7.jpg) center no-repeat;
}

.com_til {
    position: relative;
    text-align: center;
}

.com_til h2 {
    position: relative;
    font-size: 48px;
    color: #14a199;
    font-weight: bold;
    z-index: 999;
    line-height: 115px;
}

.com_til span {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 115px;
    z-index: 1;
    color: #efeded;
    line-height: 115px;
}

.m2_box {
    padding-top: 40px;
}

.m3_box {
    padding-top: 40px;
}

.m4_box {
    padding-top: 40px;
}

.m6_box {
    padding-top: 40px;
}

.m7_box {
    padding-top: 40px;
}

.hmPage3 .com_til span {
    color: #4f4f4f;
}

.hmPage4 .com_til span {
    color: #6f6b73;
}

.hmPage6 .com_til span {
    color: #636262;
}

.hmPage7 .com_til span {
    color: #b9b9b9;
}

.product a:hover strong {
    color: #14a199
}

.product a:hover .hmp2desc {
    color: #14a199
}

.m2_box .hmp2icon {
    text-align: center;
    margin-bottom: 20px;
}

.m2_box strong {
    display: block;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    font-weight: normal;
    line-height: 3;
}

.m2_box .hmp2desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m3_box .list {
    margin-bottom: 30px;
}

.m3_box .list li {
    float: left;
    width: calc(100%/5 - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #fff;
}

.m3_box .list li img {
    border: 0;
    display: inline-block;
    width: 100%;
}

.m3_box .list li h1 {
    color: #333;
    font-size: 16px;
    width: 90%;
    margin: 15px auto 15px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m3_box .list li:hover {
    box-shadow: 0px 8px 20px #b3b3b3;
    background-color: #14a199;
    transition: all 0.3s linear;
}

.m3_box .list li:hover h1 {
    color: #fff;
    transition: all 0.3s linear;
}

#more {
    overflow: hidden;
    width: 170px;
    margin: 0 auto;
    display: block;
}

#more span {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #7d7d7d;
    background-color: #575757;
}

.about_nr {
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.about_nr a {
    color: #14a199;
}

.videosamplex {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

video {
    width: 100%;
    /*max-height: 400px;*/
}

.m6_box .swiper-slide {
    width: 25% !important;
    height: 100vh;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m6_box .swiper-slide:hover {
    background: rgba(45, 45, 45, 0.5);
}


.m6_box .swiper-slide strong {
    margin-top: 20px;
    font-size: 20px;
    color: #14a199;
    line-height: 46px;
    font-weight: normal;
    display: block;
}

.m6_box .swiper-slide .hmp6desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 0 10%;
    margin: 20px auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m6_box .swiper-slide .hmp6more {
    font-size: 16px;
    color: #fff;
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.m6_box .swiper-slide:hover .hmp6more {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 15% auto 0;
    color: #14a199;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.hmPage6 {
    position: relative;
}

.hmPage6 .com_til {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 17vh;
    transform: translateY(-50%);
}

.hmp6Icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
}

.hmp6Icon h4 {
    padding-top: 20px;
    color: #fff;
    font-size: 36px;
    line-height: 2;
}

.hmp6Icon span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.m7_box .map {
    margin-bottom: 15px;
    border: 8px solid #d8d8d8;
}

.footer {
    border-top: 1px solid #c0c0c0;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    line-height: 3;
    font-size: 16px;
}

.cover .project a {
    color: #000;
    width: 25%;
    float: left;
    height: 100px;
    position: relative;
}

.cover .project .project-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px 0 25px;
    margin: 0 10%;
}

.cover .project a:nth-child(1) span {
    float: left;
    background: url(../images/ficon01.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
}

.cover .project a:nth-child(2) span {
    float: left;
    background: url(../images/ficon02.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
}

.cover .project a:nth-child(3) span {
    float: left;
    background: url(../images/ficon03.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
}

.cover .project a:nth-child(4) span {
    float: left;
    background: url(../images/ficon04.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
}

.cover .project .project-frame .text {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}

.cover .project .project-frame .text h5 {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
}

.cover .project .project-frame .text p {
    font-size: 16px;
    color: #333333;
}

.container1 {
    height: 100%;
}

.m5_left {
    background: url(../images/m5_left.jpg) center no-repeat;
    height: 100%;
    float: left;
    width: 32%;
}

.m5_right {
    float: right;
    width: 68%;
    height: 100%;
}

.m5_left .xx {
    padding-left: 10vh;
    margin-top: 40vh;
}

.m5_left .xx h3 {
    font-size: 56px;
    color: #2f2f2f;
    line-height: 1.5;

}

.m5_left .xx span {
    font-size: 24px;
    color: #2f2f2f;
    line-height: 1.5;
    text-transform: uppercase;
}

.m5_left .xx .nr {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    width: 60%;
}

.m5_right .xx {
    padding-right: 10vh;
    padding-left: 10vh;
    margin-top: 20vh;
}

.hmMore {
    height: 40px;
    width: 170px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    border: 1px solid #2f2f2f;
    text-transform: uppercase;
    color: #443b30;
    transition: all 0.3s ease;
    font-size: 14px;
}

.prolist_txt .list li {
    float: left;
    width: calc(100%/3 - 16px);
    margin-right: 21px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

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

.prolist_txt .list li img {
    width: 100%;
    display: block;
}

.prolist_txt .list li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    width: 90%;
    padding: 0 5%;
    height: 50px;
    line-height: 50px;
    display: block;
}

.prolist_txt .list li:hover p {
    transition: all 0.3s linear;
    color: #fff;
    background-color: #14a199;
}

.hmMore:hover {
    color: #fff;
    background: #000;
}

.n_banner {
    height: 300px;
    width: 100%;
}

.n_banner h1 {
    font-size: 34px;
    color: #fff;
    font-family: Century Gothic;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 180px;
}

.n_banner p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.n_banner p a {
    font-size: 14px;
    color: #fff;
}

.n_banner p a:hover {
    color: #ec6e00;
    transition: all 0.3s linear;
}

.in_about {
    padding: 60px 0;
}

.in_about .one .txt {
    text-align: center;
    width: 100%;
}

.in_about .one .txt .span {
    text-transform: uppercase;

    display: block;
    font-size: 34px;
    color: #14a199;
    font-family: BEBAS;
}

.in_about .one .txt h1 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin: 5px 0 50px;
}

.in_about .one .txt .nr {
	    text-align: left;
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.in_honor {
    padding: 60px 0;
}

.in_honor .title {
    overflow: hidden;
    margin-bottom: 20px;
}

.in_honor .title .txt {
    width: 100%;
}

.in_honor .title .txt h1 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

.in_honor .title .txt span {
    width: 60px;
    height: 2px;
    background-color: #ec6e00;
    margin: 20px auto;
    display: block;
}

.in_honor .list_nav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.in_honor .list_nav li {
    float: left;
    margin: 0 12px;
}

.in_honor .list_nav li a {
    color: #666;
    display: block;
    font-size: 15px;
    padding: 8px 30px;
    border-radius: 30px;
    background: none;
    border: 1px solid #ccc;
}

.in_honor .list_nav li:hover a {
    color: #fff;
    background-color: #ec6e00;
    transition: all 0.3s linear;
    border: 1px solid #ec6e00;
}

.in_honor .list_nav .ative a {
    color: #fff;
    background-color: #ec6e00;
    border: 1px solid #ec6e00;
}

.in_honor .list li {
    position: relative;
    float: left;
    width: calc(100%/4 - 15px);
    margin-bottom: 40px;
    margin-right: 20px;
    box-shadow: 0 0 10px #ccc;
}

.disv {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 96px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 2%;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.disv:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.disvc {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.in_honor .list li .tit {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.in_honor .list li .tit {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.in_honor .list li:hover .tit {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.in_honor .list li:hover .disv {
    background-color: rgba(0, 0, 0, .4);
}
















.in_honor .list li:nth-child(4n+0) {
    margin-right: 0;
}

.in_honor .list li:hover {
    background-color: #ec6e00;
    transition: all 0.3s linear;
}

.in_honor .list li:hover h1 {
    color: #ec6e00;
    background-color: #fff;
    transition: all 0.3s linear;
}

.in_honor .list li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.in_honor .list li .img {
    background-color: #fff;
    overflow: hidden;
}

.in_honor .list li:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.in_honor .list li .img>img {
    width: 100%;
    display: block;
}

.in_honor .list li h1 {
    font-weight: normal;
    height: 60px;
    color: #333;
    font-size: 16px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in_honor .list li span {
    width: 90%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #666;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in_honor .list>a:hover {
    color: #fff;
    background-color: #ec6e00;
    transition: all 0.3s linear;
}

.in_honor .list>a {
    margin: 50px auto 0;
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #ec6e00;
    border-radius: 22.5px;
    border: 1px solid #ec6e00;
}

#pages {
    margin: 20px 0 50px;
    text-align: center;
}

#pages li {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin: 0 5px;
    color: #6d6d6d;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

#pages li a {
    padding: 6px 14px;
    display: block;
}

#pages li span {
    padding: 6px 14px;
    display: block;
}

#pages font {
    color: #fff;
}

#pages a:hover {
    background-color: #14a199;
    color: #fff;
    transition: all 0.4s linear;
}

#pages span:hover {
    background-color: #14a199;
    color: #fff;
    transition: all 0.4s linear;
}

#pages span {
    color: #fff;
    border: solid 1px #14a199;
    background-color: #14a199;
}

#pages .nolink {
    border: solid 1px #e8e8e8;
    background: none;
}


.list {
    position: relative;
}

.list .container .content {
    margin-top: 60px;
}

.news .content {
    overflow: hidden;
}

.news .content li {
    padding-left: 30px;
    overflow: hidden;
    position: relative;
    float: left;
    width: calc(100%/3 - 78px) !important;
    margin-right: 72px !important;
    min-height: 1px;
    margin-bottom: 40px !important;
    overflow: hidden;
    float: left;
}

.news .content li:hover {
    background: #14a199;
    color: #fff;
}

.news .content li:hover h1 {
    background: #14a199;
    color: #fff;
}

.news .content li:hover p {
    background: #14a199;
    color: #fff;
}

.news .content li:hover span {
    background: #14a199;
    color: #fff;
}








.news .content li a {
    display: block;
    height: 190px;
    padding: 15px 0 0;
    margin-bottom: 15px;
    display: block;
    background: url(../images/more.png) no-repeat bottom left;
}

.news .content li img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    width: 100%;
}

.news .content h1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #2e2e2e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .content p {
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .content li span {
    font-size: 25px;
    padding: 20px 0;
    font-weight: normal;
    display: block;
    color: #a0a0a0;
    text-align: left;
}

.news .content li:nth-child(3n+0) {
    margin-right: 0 !important;
}

.n_title {
    margin-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #dde0e2;
    height: 64px;
    line-height: 66px;
}

.n_title .left {
    float: left;
}

.n_title a.li {
    font-size: 15px;
    line-height: 58px;
    display: inline-block;
    color: #000;
    margin-bottom: 0px;
    margin-right: 30px;
}

#mode_position,
#mode_position a,
#mode_position i {
    font-size: 14px;
    color: #76787a;
}

#mode_position {
    line-height: 60px;
    height: 60px;
    color: #8a8c8e;
    float: right;
}

#mode_position i.j_iconfont {
    padding-right: 7px;
    font-size: 16px;
    color: #999;
}

.news .box .left {
    width: 70%;
    float: left;
}

.news .box .left .info .tit {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.news .box .left .info .tit h1 {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.news .box .left .info .tit span {
    font-size: 14px;
    position: relative;
    text-align: left;
    display: block;
    color: #999;
}

.news .box .left .info .p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 20px;
}

.news .box .left .bot {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.news .box .left .info .p p，.news .box .left .info .p span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.news .box .right {
    width: 25%;
    float: right;
    margin-bottom: 60px;
}

.news .box .right .list {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #14a199;
}

.news .box .right .list .li {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.news .box .right .list .li h1 {
    font-size: 18px;
    color: #4d4e4e;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.news .box .right .list .li p {
    margin-top: 15px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #9c9f9f;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .box .right .list .li span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #717474;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .box .right .list .li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#pian p {
    font-size: 15px;
    line-height: 26px;
    color: #999;
}

#pian p a {
    font-size: 15px;
    line-height: 26px;
    color: #999;
}

#pian p a:hover {
    color: #27579b;
    transition: all 0.3s linear;
}

#pian {
    float: left;
}



.imghover_big {
    overflow: hidden;
    display: block;
    position: relative;
}

.imghover_big img {
    -webkit-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
}

.imghover_big:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imghover_big em {
    position: absolute;
    left: -200px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    overflow: hidden;
    -webkit-transform: skewx(-25deg);
    -webkit-transition: 0s;
}

.imghover_big:hover em {
    width: 150px;
    left: 600px;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(1.0)
    }

    100% {
        -webkit-transform: scale(0.8);
    }
}

@keyframes scaleout {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
        -webkit-transform: scale(0.8);
    }
}

@-webkit-keyframes moveUpDown {
    from {
        -webkit-transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(5px)
    }
}

@keyframes moveUpDown {
    from {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(5px)
    }
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}




.list_nav {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.list_nav li {
    margin: 0 5px;
    background: #ddd;
    display: inline-block;
}

.list_nav li a {
    padding: 0 20px;
    font-size: 16px;
    color: #999;
    display: block;
}

.list_nav .active a {
    color: #fff;
    background-color: #14a199;
}

@media (min-width: 750px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1000px) {
    .hmPage2 .com_til h2 {
        opacity: 0;
        transform: translate(200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage2.active .com_til h2 {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage2 .com_til span {
        opacity: 0;
        transform: translate(-200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage2.active .com_til span {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }



    .hmPage3 .com_til h2 {
        opacity: 0;
        transform: translate(200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage3.active .com_til h2 {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage3 .com_til {
        margin-top: 80px;
    }

    .hmPage6 .com_til {
        margin-top: 80px;
    }

    .hmPage4 .com_til {
        margin-top: 80px;
    }

    .hmPage3 .com_til span {
        opacity: 0;
        transform: translate(-200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage3.active .com_til span {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage4 .com_til h2 {
        opacity: 0;
        transform: translate(200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage4.active .com_til h2 {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage4 .com_til span {
        opacity: 0;
        transform: translate(-200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage4.active .com_til span {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }


    .hmPage6 .com_til h2 {
        opacity: 0;
        transform: translate(200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage6.active .com_til h2 {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage6 .com_til span {
        opacity: 0;
        transform: translate(-200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage6.active .com_til span {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage7 .com_til h2 {
        opacity: 0;
        transform: translate(200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage7.active .com_til h2 {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }

    .hmPage7 .com_til span {
        opacity: 0;
        transform: translate(-200px, 0px);
        transition: all 0.5s ease-in-out;
    }

    .hmPage7.active .com_til span {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 0.5s;
    }




    .hmPage2 .swiper-wrapper a:nth-child(1) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage2 .swiper-wrapper a:nth-child(2) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.6s ease-in-out;
    }

    .hmPage2 .swiper-wrapper a:nth-child(3) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.9s ease-in-out;
    }

    .hmPage2 .swiper-wrapper a:nth-child(4) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 1.2s ease-in-out;
    }

    .hmPage2 .swiper-wrapper a:nth-child(5) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 1.5s ease-in-out;
    }

    .hmPage2.active .swiper-wrapper a {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }




    .hmPage3 .m3_box {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage3.active .m3_box {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }





    .hmPage4 .about_nr {
        opacity: 0;
        transform: translate(0px, -150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage4.active .about_nr {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }



    .hmPage4 .videosamplex {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage4.active .videosamplex {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }


    .hmPage5 .m5_left {
        opacity: 0;
        transform: translate(-150px, 0px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage5.active .m5_left {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }

    .hmPage5 .m5_right {
        opacity: 0;
        transform: translate(150px, 0px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage5.active .m5_right {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }




    .hmPage6 .hmp6Icon {
        opacity: 0;
        transform: translate(0px, -150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage6.active .hmp6Icon {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }

    .hmPage6 .strong {
        opacity: 0;
        transform: translate(0px, -150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage6.active .strong {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }



    .hmPage6 .hmp6desc {
        opacity: 0;
        transform: translate(0px, 100px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage6.active .hmp6desc {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }

    .hmPage6 .hmp6more {
        opacity: 0;
        transform: translate(0px, 1500px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage6.active .hmp6more {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }


    .hmPage7 .m7_box {
        opacity: 0;
        transform: translate(0px, -150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage7.active .m7_box {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }


    .hmPage7 .project a:nth-child(1) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.3s ease-in-out;
    }

    .hmPage7 .project a:nth-child(2) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.6s ease-in-out;
    }

    .hmPage7 .project a:nth-child(3) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 0.9s ease-in-out;
    }

    .hmPage7 .project a:nth-child(4) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 1.2s ease-in-out;
    }

    .hmPage7 .project a:nth-child(5) {
        opacity: 0;
        transform: translate(0px, 150px);
        transition: all 1.5s ease-in-out;
    }

    .hmPage7.active .project a {
        opacity: 1;
        transform: translate(0px, 0px);
        transition-delay: 1s;
    }

    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}


@media (max-width: 768px) {

.in_about {
    padding: 20px 0;
}
	.list_nav {
height: auto;
line-height: 40px;
    margin-bottom: 10px;
}
.list_nav li {
margin: 5px;
}
    .m4_box {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .m2_box {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .m3_box {
        padding-top: 10px;
        padding-bottom: 20px;
    }
.n_title {
    margin-bottom: 20px;
    height: 44px;
    line-height: 46px;
}
    .videosamplex {
        width: 100%;
        margin-top: 0px;
    }

    .com_til span {
        font-size: 48px;
        line-height: 100px;
    }

    .com_til h2 {
        position: relative;
        font-size: 20px;
        line-height: 100px;
    }

    .wap_nav {
        position: relative;
    }

    .full {
        height: auto;
    }

    .banner {
        height: auto;
    }

    .banner .swiper-wrapper {
        height: auto;
    }

    .fp-tableCell {
        height: auto !important;


    }

    .hmPage3 {
        background: #3c3c3c;
    }

    .fp-section.fp-table,
    .fp-slide.fp-table {
        height: auto !important;

    }

    .m3_box .list li {
        width: calc(100%/2 - 16px);
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
        background-color: #fff;
    }

    .m5_left {

        background: url(../images/m5_left.jpg) center no-repeat;
        height: 100%;
        float: none;
        width: 100%;
    }

    .m5_right .xx {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        margin-top: 0;
    }

    .m5_left .xx h3 {
        font-size: 46px;
    }

    .m5_left .xx .nr {
        width: 100%;
    }

    .m5_left .xx {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0vh;
    }

    .m5_right {
        float: none;
        width: 100%;
        height: 100%;
    }

    .m6_box {
        padding-top: 10px;
    }

    .cover .project a {
        color: #000;
        width: 100%;
        height: 60px;
    }

    .cover .project .project-frame {
        display: flex;
        justify-content: left;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        bottom: 0;
        width: 90%;
        padding: 0px;
        margin: 0 5%;
    }

    .m7_box {
        padding-top: 10px;
    }

    .prolist_txt .list li:nth-child(2n+0) {
        margin-right: 0 !important;
    }

    .prolist_txt .list li {
        float: left;
        width: calc(100%/2 - 16px);
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .prolist_txt .list li:nth-child(3n+0) {
        margin-right: 8px;
    }

    .hmPage6 .com_til {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }


    .m6_box .swiper-slide {
        width: 100% !important;
        height: auto;
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


    .n_banner h1 {
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 50px;
        text-align: center;
    }

    .n_banner p {
        text-align: center;
        margin-top: 10px;
    }

    .n_banner {
        height: 200px;
        width: 100%;
    }
    .in_about .one .txt h1 {

    margin: 5px 0 10px;
}
.in_about .one .txt .nr {
    padding-left: 5%;

    padding-right: 5%;
}
    .in_honor .list li {
        position: relative;
        float: left;
        width: calc(100%/2 - 15px);
        margin-bottom: 20px;
        margin-right: 7px;
        margin-left: 7px;
        box-shadow: 0 0 10px #ccc;
    }
    .in_about .one .txt .nr img{
    	width: 100% !important;
    }

.in_about .one .txt .span {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
}
.list .container .content {
    margin-top: 20px;
}
.news .content li {
    padding-left: 20px;
    float: left;
    width: 80% !important;
    margin-right: 72px !important;
    min-height: 1px;
    margin-bottom: 40px !important;
    overflow: hidden;
    float: none;
}
.news .content h1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #2e2e2e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .content li span {
    font-size: 16px;
    padding: 20px 0;
    font-weight: normal;
    display: block;
    color: #a0a0a0;
    text-align: left;
}
.news .content li a {
    display: block;
    height: 150px;
    margin-bottom: 15px;
    display: block;
    background: url(../images/more.png) no-repeat bottom left;
}
.news .center{text-align: center;}
.n_title .left{float: none;}
.news .box .left {
    padding-right: 5%;
    width: 90%;
    float: none;
    padding-left: 5%;
}
.news .box .right{display: none;}

#pian p {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    color: #999;
}
.news .box .left .info .tit h1 {
    font-size: 22px;
    margin-bottom: 8px;
    display: block;
    color: #333;
}





}