/* ==========================================================================
   Global
   ========================================================================== */
html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #ef7c2c;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1500px;
    /*min-width: 980px; */
    _width: 1500px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* arrow */
.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.arrow * {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* arrow-right */

.arr-r * {
    border-left-style: solid;
    border-width: 4px 0 4px 4px;
}

.arr-r em {
    left: 1px;
}

.arr-r span {
    border-left-color: #3675bb;
}

.tri {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

@media only screen and (max-width:920px) {
    .wrapper {
        padding: 0 20px;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;
}

/* ==========================================================================
   banner
   ========================================================================== */


.intro {
    padding-top: 100px;
}






/* ==========================================================================
   section02
   ========================================================================== */
.section00 {
    background: url(../assets/banner01_bj.jpg) center no-repeat;
    background-size: 110% 110%;
    transition: background 5s;
}

.section01 {
    background: url(../images/homebg02.jpg) center no-repeat;
    background-size: 110% 110%;
    transition: background 5s;
}

.section02 {
    background: url(../assets/homepro_bj.jpg) center no-repeat;
    background-size: 110% 110%;
    transition: background 5s;
}

.section03 {
    background: url(../assets/home-jj_bj.png) center no-repeat;
    transform: translate3d(100%, 0, 0);
    transition: all .5s;
}

.section04 {
    background: url(../assets/home_newsbj.png) center no-repeat;
    background-size: 120% 120%;
    transition: background 5s;
}

.section01.active {
    background-size: 100% 100%;
}

.section00.active {
    background-size: 100% 100%;
}

.section02.active {
    background-size: 100% 100%;
}

.section03.active {
    transform: translate3d(0, 0, 0);
    transition: transform .5s ease-in-out;
}

.section04.active {
    background-size: 100% 100%;
}


.section00 .intro {
    text-align: center;
}

.section01 .txtarea {
    max-width: 620px;
    float: right;
    color: #fff;
}

.section01 .txtarea h3 {
    font-size: 48px;
    font-weight: 500;
}

.section01 .txtarea .desc {
    font-size: 16px;
    margin: 20px 0 50px 0;
}

.section01 .txtarea .more {
    text-align: right;
}

.section02 .hpropic {
    float: right;
    padding-top: 38px;
}

/* .section02 .hpropic img{max-width: 1000px;} */
.section02 .left {
    float: left;
}

.section02 .left .txtarea {
    color: #fff;
}

.section02 .intro {
    color: #fff;
}

.section02 .right {
    width: 700px;
    margin-top: 80px;
}

.section02 .left h3 {
    font-size: 48px;
    font-weight: 500;
}

.section02 .left h3 em {
    font-size: 60px;
    display: inline-block;
    margin-right: 5px;
    margin-right: 10px;
}

.section02 .left .desc {
    font-size: 18px;
    line-height: 40px;
    margin: 20px 0 50px 50px;
}

.section02 .left .more a {
    width: 160px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 50px;
    border-radius: 36px;
}

.section02 .left .more a:hover {
    background: #fff;
    color: #ef7c2c;
}


.section02 .right li {
    width: calc(33.33% - 25px);
    margin: 10px;
    display: inline-block;
    border: 1px solid #989aa1;
}

.section02 .right li .cprow {
    padding: 50px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.section02 .right li .cprow .inco {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.section02 .right li .cprow .inco img{
    transition: all 1s;
}

.section02 .right li .cprow .inco:hover img {
    transform: rotateY(360deg);
}

.section02 .right li .cprow h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
}

.section02 .right li .cprow .desc {
    font-size: 16px;
}


.section03 .left {
    width: 40%;
    float: left;
}

.section03 .right {
    width: calc(60% - 100px);
    float: right;
    padding-right: 100px;
}

.section03 .right img {
    max-width: 100%;
}

.section03 .left .txtarea {
    padding-left: 160px;
    padding-right: 100px;
}

.section03 .left h3 {
    font-size: 48px;
    font-weight: 500;
}

.section03 .left .desc {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 30px 0;
}

.section03 .left .more a {
    width: 160px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #dadadb;
    color: #666;
    border-radius: 36px;
}

.section03 .left .more a:hover {
    background: #ef7c2c;
    color: #fff;
    border-color: #ef7c2c;
}

.section03 .left .more i {
    font-size: 18px;
    margin-left: 10px;
}

.section03 .left ul {
    margin-top: 20px;
}

.section03 .left li {
    height: 80px;
    line-height: 80px;
    padding-left: 160px;
    font-size: 24px;
}

.section03 .left li a {
    color: #333;
}

.section03 .left li.on {
    background: #ef7c2c;
}

.section03 .left li.on a {
    color: #fff;
}

.section03 .left li .inco {
    width: 90px;
    height: 60px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    transition: background 0.5s;
}

.section03 .left li:hover .inco {
    background-position: center -60px;
}

.section03 .left li.on .inco {
    background-position: center -60px;
}

.section03 .left li:hover {
    background: #ef7c2c;
}

.section03 .left li:hover a {
    color: #fff;
}


.newsbox02 {
    overflow: hidden;
    padding: 30px;
    background: #fff;
}

.newsbox02 .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.newsbox02 .bgimg {
    width: 100%;
}

.newsbox02 .uppic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 1s;
}

.newsbox02:hover .uppic {
    transform: scale(1.05);
}

.newsbox02 .txtarea {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}

.newsbox02 .txtarea .tips {
    line-height: 30px;
    font-size: 14px;
}

.newsbox02 .txtarea .tips a {
    float: right;
}

.newsbox02 .txtarea .tit {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.newsbox02 .txtarea .date {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.newsbox02 .txtarea .desc {
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.section04 .row01 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
}

.section04 .row01 h3 {
    font-size: 48px;
    font-weight: 500;
    float: left;
}

.section04 .row01 .btnmore {
    width: 160px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #ef7c2c;
    color: #ef7c2c;
    font-size: 16px;
    border-radius: 36px;
    float: right;
}

.section04 .row01 .btnmore:hover {
    background: #ef7c2c;
    color: #fff;
}

.intro1 {
        padding-top: 100px;
    }
@media only screen and (max-width:1600px) {
    .section02 .hpropic img {
        max-width: 600px;
    }

    .section02 .hpropic {
        padding-top: 60px;
    }

    
}

@media only screen and (max-width:1440px) {
    .section03 .left .txtarea {
        padding-left: 60px;
        padding-right: 80px;
    }

    .section03 .left li {
        padding-left: 60px;
    }

    .section04 .row01 h3,
    .section03 .left h3,
    .section02 .left h3 {
        font-size: 36px;
    }

    .section04 .row01 .btnmore {
        font-size: 14px;
    }

    .newsbox02 .txtarea .tit {
        font-size: 16px;
    }

    .newsbox02 .txtarea {
        font-size: 14px;
    }

    .section02 .hpropic img {
        max-width: 520px;
    }

}

@media only screen and (max-width:1339px) {
    .section02 .right {
        width: 580px;
        margin-top: 20px;
    }

    .section02 .right li .cprow {
        padding: 20px;
    }
}

@media only screen and (max-width:1200px) {

    .newsbox02 {
        padding: 20px;
    }

    .section02 .hpropic img {
        max-width: 500px;
    }

    .section03 .left li {
        font-size: 18px;
    }

    .section03 .left .txtarea {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section03 .left .desc {
        font-size: 14px;
    }

    .section04 .row01 h3,
    .section03 .left h3,
    .section02 .left h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1180px) {
    .section02 .right {
        width: 500px;
    }
}

@media only screen and (max-width:920px) {
    .newsbox02 .txtarea .tit {
        font-size: 16px;
    }

    .intro1 {
        padding-top: 30px;
    }

    .section02 .left .desc {
        margin: 0px 0 20px 50px;
    }

    .section00 .intro img {
        max-width: 60%;
    }

    .section01 .txtarea {
        max-width: 100%;
        text-align: center;
        float: none;
        width: 100%;
    }

    .section01 .txtarea h3,
    .section04 .row01 h3,
    .section03 .left h3,
    .section02 .left h3 {
        font-size: 24px;
    }

    .section01 .txtarea .desc {
        max-width: 600px;
        margin: 30px auto;
    }

    .section01 .txtarea .more {
        text-align: center;
    }

    .section01 .txtarea .more img {
        width: 50px;
    }

    .section02 .right {
        width: 500px;
    }

    .section02 .right li .cprow {
        padding: 20px;
    }

    .section02 .right li .cprow .desc {
        font-size: 12px;
    }

    .section02 .right li .cprow h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .section02 .right li .cprow .inco img {
        width: 40px;
    }

    .section02 .hpropic img {
        max-width: 360px;
    }

    .section02 .left .desc {
        font-size: 16px;
    }

    .section03 .right {
        padding-right: 60px;
    }

    .section03 .left .txtarea {
        padding-right: 0;
    }

    .section03 .left .desc {
        line-height: 24px;
    }

    .section03 .left li {
        height: 60px;
        line-height: 60px;
    }

    .section03 .left li .inco {
        margin-top: 0;
    }
}

@media only screen and (max-width:820px) {
    .section02 .left {
        width: 100%;
        float: none;
    }
    .section02 .right{
        width: 100%;
    }
    .section02 .hpropic img {
        max-width: 70%;
    }
}

@media only screen and (max-width:768px) {

    .newsbox02 .txtarea {
        font-size: 12px;
    }

    .newsbox02 .txtarea .tips {
        margin-bottom: 10px;
    }

    .newsbox02 .txtarea .tit {
        font-size: 14px;
    }

    .section02 .left {
        width: 100%;
        float: none;
    }

    .section01 .txtarea h3,
    .section04 .row01 h3,
    .section03 .left h3,
    .section02 .left h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .section02 .left h3 em {
        font-size: 24px;
    }

    .section02 .left .desc {
        margin: 0 0 20px 0;
        line-height: 24px;
        font-size: 14px;
    }

    .section02 .left .more a {
        width: 100px;
        height: 32px;
        line-height: 32px;
        margin-left: 0;
        border-radius: 36px;
    }

    .section02 .right {
        width: 100%;
        float: none;
        margin: 0;
    }

    .section02 .hpropic img {
        max-width: 70%;
    }

    .section02 .hpropic {
        bottom: -30px;
    }

    .section02 .right {
        padding-top: 18px;
    }

    .section02 .right li {
        width: calc(33.33% - 15px);
        margin: 5px;
    }

    .intro {
        padding-top: 0;
    }

    .section02 .right li .cprow {
        padding: 10px;
        height: 100px;
    }

    .section02 .right li .cprow .inco {
        width: 100%;
    }

    .section02 .right li .cprow .desc {
        display: none;
    }

    .section02 .right li .cprow h3 {
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    .section02 .right li .cprow .inco img {
        width: 30px;
    }

    .section03 .left {
        width: 100%;
        float: none;
    }

    .section03 .right {
        width: calc(100% - 40px);
        float: none;
        padding: 0 20px;
        margin-top: 20px;
    }

    .section03 .left .txtarea {
        padding: 0 20px;
        margin: 0;
    }

    .section03 .left .desc {
        margin: 10px 0;
        font-size: 12px;
    }

    .section03 .left .more a {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }

    .section03 .left li {
        padding-left: 20px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .section03 .intro {
        padding-top: 20px;
    }

    .section03 .left li .inco {
        width: 60px;
        height: 40px;
        background-size: auto 80px;
    }

    .section03 .left li.on .inco {
        background-position: center -40px;
    }

    .section04 .row01 {
        margin-bottom: 20px;
    }

    .section04 .row01 .btnmore {
        width: 100px;
        height: 32px;
        line-height: 32px;
        margin-top: 8px;
    }

    .section04 .intro {
        padding-top: 50px;
    }
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    color: #666;
    background: url(../images/footbg.jpg) center no-repeat;
    background-size: cover;
}

footer a {
    color: #000;
}

footer a:hover {
    text-decoration: underline;
}

footer .wrapper {
    position: relative;
    padding: 60px 0 40px 0;
}

footer .wrapper:before {
    content: "";
    display: block;
    top: 140px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c1c5c8;
}

.footer-nav {
    text-align: justify;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.fn-col h3 {
    margin-bottom: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #ef7c2c;
}

.fn-col li {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.fn-col li a {
    color: #666;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #ef7c2c;
}

.fn-colwx {
    width: 320px;
}

.hshare {
    margin-top: 30px;
}

.hshare .ewmbox {
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.hshare .ewmbox img {
    width: 100%;
    margin-bottom: 10px;
}

.foothd {
    text-align: center;
    padding: 15px;
    text-transform: Uppercase;
    color: #fff;
    font-size: 14px;
    background: #595c5f;
    border-top: 1px solid #595c5f;
}

.foothd a {
    color: #fff;
}

.foothd a:hover {
    color: #ef7c2c;
    text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

    .foothd {
        padding: 10px;
        font-size: 12px;
    }

    footer .wrapper {
        padding: 60px 50px 40px 50px;
    }
}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col {
        padding-left: 20px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    footer .wrapper {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .fn-col {
        width: calc(20% - 5px);
        padding-left: 0;
        background: none;
    }

    .foothd {
        margin-top: 0;
        font-size: 12px;
        padding: 10px;
        line-height: 18px;
    }

    .fn-col h3 {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .fn-colwx {
        width: 100%;
    }

    .fn-colwx h3 img {
        width: 100px;
    }

    footer .wrapper {
        padding: 10px;
    }

    .fn-col h3 {
        margin-bottom: 0;
    }

    footer .wrapper:before {
        display: none;
    }

    .hshare {
        margin-top: 10px;
    }

    .fn-col:nth-child(2) {
        width: 36%;
    }

    .fn-colwx h3 {
        margin-bottom: 20px;
    }

    .fn-colwx {
        margin-bottom: 20px;
    }
}


.toggle-btn {
    display: none;
}


@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}