﻿/*-----------------[初始化]--------------*/
body {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB',STHeitiSC-Light,'Microsoft YaHei',Arial,sans-serif;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
}

a {
    color: #e8303f;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
	height:auto !important;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: 'PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB',STHeitiSC-Light,'Microsoft YaHei',Arial,sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
select {
    -webkit-appearance: none;
    appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.ani {
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}


/*布局*/

.wp {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}


/*******************************
  -------[=头部]-------
********************************/

.header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px 20px 0px;
    height: 100px;
    line-height: 68px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.header:hover {
    background-color: #fff;
}
.header .wp {
    overflow: hidden;
    padding: 0 20px;
}
.header.top {
    height: 90px;
    padding: 10px 0;
    background-color: #d5424e;
}
.header.top .logo {margin-top: 0;}
.header.con.top {
    background-color: #fff;
}
.header.con.top .app a {
    border-color: #e8303f;
}
.logo-m {display: none;}
.logo {
    float: left;
    margin-top: -6px;
    width: 166px;
}

.logo img {
    vertical-align: middle;
}

.nav {
    float: right;
    margin-top: -3px;
}

.nav li {
    float: left;
}

.nav a {
    margin: 0 20px;
    font-size: 16px;
}

.nav a:hover {
    color: #ddd;
}
.header.con .nav {
    float: right;
    margin-top: -3px;
}
.header.con .nav a:hover {
    color: #e8303f;
    border-color: #e8303f;
}

.header.con .nav .app a {
    border-color: #333333;
}
.header.con .nav .app a:hover {
    color: #e8303f;
}
.header.con .nav a {
    color: #333333;
}
.header.con .nav li.on a {
    position: relative;
    color: #e8303f;
}
/*.header.con .nav .app {
    margin: 0;
    padding: 17px 0;
}

.header.con .nav .app a {
    display: block;
    width: 69px;
    height: 34px;
    border: 1px solid #999;
    border-radius: 34px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
}*/


/*******************************
    -------[=手机导航]-------
********************************/
.menuBtn {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 6px;
    top: 3px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 11;
    cursor: pointer
}

.menuBtn span,
.menuBtn::after,
.menuBtn::before {
    display: block;
    height: 1px;
    background: #e8303f;
    width: 22px;
    position: absolute;
    top: 14px;
    left: 14px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.menuBtn::after {
    top: 22px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.menuBtn::before {
    top: 30px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.menuBtn.open {
    background-color: transparent!important;
    box-shadow: none!important;
    z-index: 999999999
}

.menuBtn.open span {
    -webkit-transform: rotate(45deg) translate(2.5px, 8.5px);
    transform: rotate(45deg) translate(2.5px, 8.5px);
    background-color: #fff
}

.menuBtn.open::before {
    -webkit-transform: rotate(-45deg) translate(2.5px, -8.5px);
    transform: rotate(-45deg) translate(2.5px, -8.5px);
    background-color: #fff
}

.menuBtn.open::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #fff
}


/*******************************
  -------[=banner]-------
*******************************/

.banner.m{display: none;}
.banner {
    height: 100vh;
    height: 900px\9;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slider,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide {
    height: 100%;
}

.banner a {
    position: relative;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .txtHead {
    float: left;
    margin-top: 10%;
    width:100%;
    text-align: center;
    font-size: 72px;
    color: #FFF;
    font-weight: lighter;
}
.banner .txtDes{
    float: left;
    width:100%;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    font-weight:lighter;

}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}
.bgAlpha{
    background:rgba(255, 255, 255, 0.8);
}
.px2{
    margin-top: 2px;
}
.px100{
    margin-top: 100px;
}


.banner .slick-next,
.banner .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    width: 45px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}

.banner .slick-prev {
    left: 50%;
    margin-left: -645px;

}

.banner .slick-next {
    right: 50%;
    margin-right: -645px;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.banner .slick-dots li button {
    display: block;
    width: 40px;
    height: 2px;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background-color: #fff;
}

.banner .slick-dots li.slick-active button {
    background-color: #333;
}

/*// 内页banner*/
.ban {
    position: relative;
    overflow: hidden;
    padding-top: 26.06%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ban .txt {
    position: absolute;
    top: 45%;
    font-size: 60px;
    font-weight: lighter;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: #555555 0 10px 20px;
}
/*// 内页banner END*/


/*******************************
  -------[=底部]-------
********************************/

.footer {
    padding: 40px 0 70px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

.txt-ft {
    margin-bottom: 28px;
}

.txt-ft .tit {
    color: #666666;
}

.footer .tel {
    position: relative;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 60px;
}

.qr-code-ft {
    margin-top: 10px;
    overflow: hidden;
}

.qr-code-ft li {
    display: inline-block;
    margin: 0 20px;
    font-size: 12px;
    color: #666666;
}

.qr-code-ft img {
    display: block;
    width: 86px;
    height: 86px;
    margin-bottom: 9px;
}

.copyright {
    margin-bottom: 5px;
    color: #666666;
}

.copyright .link {
    display: inline;
}

.copyright .link a {
    margin: 0 11px;
    color: #e68e95;
}

.footer .language,
.footer .language a {
    color: #666666;
}

.copyright .link a:hover,
.footer .language a:hover {
    color: #000;
}


/*******************************
    -------[=正文]-------
********************************/

.ul-ind1 li {
    border-top: 1px solid #d7d7d7;
}

.ul-ind1 .items {
    position: relative;
    overflow: hidden;
    padding-top: 36.46%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ul-ind1 .i2 .txt {
    left: 60px;
    right: 50%;
}

.ul-ind1 .txt {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 40px;
    right: 60px;
    text-align: center;
    font-size: 16px;
    color: #757575;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ul-ind1 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    margin-left: -258px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ul-ind1 .tit {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    margin-bottom: 37px;
	font-weight:500;
}

.ul-ind1 p {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ul-ind1 .more {
    display: inline-block;
    margin: 53px auto 0;
    color: #757575;
    border-bottom: 1px solid #757575;
}

.ul-ind1 .more:hover {
    color: #000;
}


@media screen and (max-width: 1399px) {
    .wp {
        max-width: 1278px;
    }
    .logo {
        width: 130px;
    }
    .logo img {
        display: inline-block;
        vertical-align: middle;
    }
    .nav li a {
        margin: 0 43px;
    }
    .banner .txt {
        font-size: 84px;
        left: -550px;
    }
    .ban .txt {font-size: 44px;}
    .ban.ban2 .txt h1{font-size: 32px;}
    .ban.ban2 .time {font-size: 20px;margin-top: 21px;}
    .ul-ind1 .inner {
        width: 484px;
        margin-left: -242px;
    }
    .ul-ind1 .tit {
        font-size: 29px;
    }
    .footer {
        padding: 66px 0 83px;
        font-size: 14px;
    }
    .footer .tel {
        font-size: 23px;
        margin-bottom: 45px;
    }
    .footer .tel:after {
        bottom: -24px;
    }
    .qr-code-ft {
        margin-top: 9px;
    }
    .qr-code-ft img {
        width: 78px;
        height: 78px;
    }
}

@media screen and (max-width: 1279px) {
    .wp {
        max-width: 960px;
    }
    .header {
        padding: 12px 0;
        height: 92px;
    }
    .logo {
        width: 110px;
        margin-top: 0;
    }
    .nav li a {
        margin: 0 31px;
    }
    .nav a {
        font-size: 14px;
    }
    .nav .app {
    }
    .nav .app a {
        /*width: 76px;*/
        height: 25px;
        line-height: 25px;
        border-radius: 25px;
    }
    .ban .txt {font-size: 32px;}
    .ban.ban2 .txt h1{font-size: 24px;}
    .ban.ban2 .time {font-size: 15px;margin-top: 18px;}
    .banner .txt {
        font-size: 60px;
        left: -290px;
    }
    .banner .slick-dots {
        bottom: 30px;
    }
    .banner .slick-dots li button {
        width: 25px;
        height: 2px;
    }
    .ul-ind1 .txt {
        top: 26px;
        right: 40px;
        bottom: 26px;
        font-size: 13px;
        line-height: 20px;
    }
    .ul-ind1 .i2 .txt {
        left: 40px;
    }
    .ul-ind1 .tit {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ul-ind1 .more {
        margin-top: 10px;
    }
    .ul-ind1 .inner {
        width: 410px;
        margin-left: -205px;
    }
    .footer {
        padding: 40px 0 60px;
        font-size: 12px;
    }
    .txt-ft {
        margin-bottom: 10px;
    }
    .footer .tel {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .footer .tel:after {
        bottom: -17px;
    }
    .qr-code-ft {
        margin-top: 7px;
    }
    .qr-code-ft li {
        margin: 0 13px;
    }
    .qr-code-ft img {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 959px) {
    body {padding-top: 80px;}
    .header {
        margin: 0;
        height: 80px;
        line-height: 80px;
        background-color: #fff;
    }
    .logo {display: none;}
    .menuBtn {display: block;top: 18px;}
    .logo-m {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
    }
    .logo-m img {
        display: block;
        margin: 15px auto;
        width: 110px;
    }
    .logo-m {
        fill: #e8303f !important;
    }

    .nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 20px 0;
        background-color: #fff;
    }
    .nav li {
        float: none;
        width: auto;
        height: auto;
        margin: 0;
    }
    .nav li a {margin: 0;}
    .nav li + li {
        border-top: 1px solid #f3f4f4;
    }
    .nav a {
        display: block;
        padding-left: 32px;
        height: 72px;
        line-height: 72px;
        color: #353535;
    }
    .nav li.on a:after {display: none;}
    .header.open {
        background-color: #e8303f !important;
    }
    .nav-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.75);
        z-index: 10;
    }
    .banner {display: none;}
    .banner.m {
        display: block;
        height: calc(100vh - 80px);
    }
    .banner a {
        overflow: hidden;
        background-position: 70% center;
    }
    .banner.m .txt {
        font-size: 50px;
        position: static;
        margin: 25% auto 0;
        text-align: center;
    }
    .ban {
        padding-top: 51.56%;
        background-position: 65% center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .ban .txt {
        font-size: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ban.ban2 {
        background-position: 40% center;
    }
    .ban.ban2 .txt h1{font-size: 30px;}
    .ban.ban2 .time {font-size: 22px;margin-top: 18px;}
    .ul-ind1 .txt {
        left: 0 !important;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        background-image: none !important;
        font-size: 16px;
    }
    .ul-ind1 p {
        display: none;
    }
    .ul-ind1 .items {
        padding-top: 74%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .ul-ind1 .i2.items {
        background-position: right center;
    }
    .ul-ind1 .tit {
        font-size: 32px;
    }
    .footer {padding: 13px 0 25px;}
    .txt-ft {display: none;}
    .copyright .link {display: none;}
}
@media screen and (max-width: 767px) {
    .wp{width: 100%;padding: 0 15px;}
    .header {
        height: 55px;
        line-height: 55px;
        padding: 0;
    }
    .logo-m img {
        display: block;
        margin: 8px auto;
        width: 110px;
    }
    .banner.m {
        height: calc(100vh - 55px);
    }
    /*.banner a {background-position: 66% center;}*/
    .banner .txt {margin: 12% auto;font-size: 42px;}
    .menuBtn {top: 5px;right: 5px;}
    body {
        padding-top: 55px;
    }
    .nav {
        top: 55px;
    }
    .nav a {
        height: 50px;
        line-height: 50px;
    }
    .ul-ind1 .tit {font-size: 22px;color:#FFFFFF;}
    .ul-ind1 .txt {
        background-color: rgba(0,0,0,0.2);
        font-size: 14px;
    }
    .banner .txtHead {
        margin-top: 20%;
        font-size: 45px;
    }
    .banner .txtDes {
        font-size: 18px;
    }
	iframe{
		width:100% !important;
		height:240px !important;
	}

}

