/* public */

body {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



input,

video {

    outline: none;

    border: none;

}



textarea {

    outline: none;

    resize: none;

}



* {

    font-family: "Microsoft YaHei";

}



a {

    text-decoration: none;

    list-style: none;

    outline: none;

}



a:hover {

    text-decoration: none;

}



img {

    border: none;

    vertical-align: middle;

    max-width: 100%;

}



.clear:after {

    content: '\20';

    display: block;

    height: 0;

    clear: both;

}



.clear {

    *zoom: 1;

}



.cl {

    clear: both;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.tc {

    text-align: center;

}



.tl {

    text-align: left;

}



.tr {

    text-align: right;

}



.container {

    width: 1200px;

    margin: 0 auto;

}





/* header */

.h_line {

    position: fixed;

    top: 20px;

    right: 20px;

    z-index: 100;

    width: 50px;

    height: 50px;

    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;

    transition: all 220ms ease 0s, all 220ms ease 0s;

    cursor: pointer;

}



.h_line span {

    position: absolute;

    left: 5px;

    display: block;

    width: 26px;

    height: 4px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: #7c0000;

    -webkit-transition: opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease;

    transition: opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease;

    transition: transform .3s ease, opacity .3s ease, left .3s ease, width .3s ease;

    transition: transform .3s ease, opacity .3s ease, left .3s ease, width .3s ease, -webkit-transform .3s ease;

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

}



.h_line .line1 {

    top: 18px;

}



.h_line .line2 {

    top: 54%;

    margin-top: -1.5px;

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}



.h_line .line3 {

    bottom: 12px;

}



.h_line2 .line2 {

    opacity: 0;

}



.h_line2 .line1 {

    transform: rotate(45deg);

    top: 16px;

}



.h_line2 .line3 {

    transform: rotate(-45deg);

}



.h_nav {

    position: fixed;

    left: 0;

    top: -100%;

    width: 100%;

    height: 100vh;

    z-index: 69;

    -webkit-transition: all 250ms ease 300ms;

    transition: all 250ms ease 300ms;

    /* opacity: 1; */

    /* filter: alpha(opacity=0); */

    /* *zoom: 1; */

    /* visibility: hidden; */

    background-color: #fff;

    -webkit-transition: all 300ms ease 0s;

    transition: all 300ms ease 0s;

}



.h_lang {

    display: inline-block;

    color: #000000;

    font-size: 24px;

    line-height: 40px;

    border-bottom: 1px solid #000000;

    margin: 10px 0 0 10px

}



.h_navList {

    width: 100%;

    margin-top: 5%;

    text-align: center;

    p.small:90%;

}



.h_navList a {

    color: #000000;

    font-size: 24px;

    line-height: 30px;

    display: block;

    padding: 10px 0;

}



.h_navList a:hover {

    color: #7c0000;

    background-color:#ec3c63

}





.h_logo {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 50;

    width: 100%;

    text-align: center;

    padding-top: 40px;

}



.h_logo1{

    position: absolute;

    left: 0;

    top: 60%;

    z-index: 50;

    width: 100%;

    text-align: center;

    padding-top: 40px;

}



.h_logo2{

    top: 20%;

    transition: all 2s;

}

.h_logo3{

    top: 0;

    transition: all 0.5s;

}



.h_logo img {

    width: auto;

}





.h_load {

    width: 100%;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 60;

    background-color: #ffffff;

    transition: all 0.5s;

}



.h_loading {

    position: absolute;

    left: 0;

    bottom: 5%;

    z-index: 10;

    text-align: center;

    width: 100%;

    transition: all 0.3s;

    

}



/* 3 */

#myCanvas1 {



}



























/* content */

.banner {

    width: 100%;

    padding: 10px;

    box-sizing: border-box;

}



.s_banner {

    width: 100%;

}



.s_banner img {

    width: 100%;

}



.s_banner .swiper-pagination-bullet {

    background: #fff;

    opacity: 1;

    width: 12px;

    height: 12px;

}



.s_banner .swiper-button-prev {

    background-image: url('../images/nextprev.png');

    background-repeat: no-repeat;

    background-position: 0px 0px;

    background-size: auto;

    left: 0;

    right: auto;

    width: 25px;

    height: 37px;

}



.s_banner .swiper-button-next {

    background-image: url('../images/nextprev.png');

    background-repeat: no-repeat;

    background-position: -25px 0px;

    background-size: auto;

    right: 0;

    left: auto;

    width: 25px;

    height: 37px;

}



.s_img1 {

    width: 100%;

    min-height: 250px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ffffff;

}











.in_pbls {

    width: 100%;

    padding: 0 0 0 10px;

    box-sizing: border-box;

}





/* 瀑布流 */





.back {

    width: 40px;

    height: 41px;

    background-image: url('../images/back.png');

    background-position: 0px -42px;

    background-repeat: no-repeat;

    background-size: auto;

    cursor: pointer;

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 999999;

    display: none;

}



.back:hover {

    background-position: 0px 0px;

}



/* 关于我们 */

.content {

    padding-top: 160px;

    width: 95%;

    margin: 0 auto;

}



.gy_t1 {

    font-size: 60px;

    color: #1c1c1c;

    padding-bottom: 40px;

}



.gy_t2 {

    font-size: 17px;

    line-height: 32px;

    padding-bottom: 40px;

}



.gy_t3 {

    font-size: 18px;

    color: #333333;

    margin-bottom: 30px;

    text-align: center;

}



.gy_img1 {

    display: block;

    padding-bottom: 40px;

}





/* 联系我们 */

.lx_cont {

    margin-bottom: 60px;

}



.lx_l {

    width: 50%;

    padding-right: 3%;

    box-sizing: border-box;

    float: left;

}



.lx_l img {

    width: 100%;

}



.lx_R {

    width: 50%;

    padding-left: 2%;

    box-sizing: border-box;

    float: right;

}



.lx_R h2 {

    font-size: 35px;

    color: #1c1c1c;

    margin-bottom: 60px;

    margin-top: 35px;

    font-weight: normal;

}





.lx_R div {

    line-height: 36px;

    font-size: 18px;

    color: #333333;

}



.chrg-loader {

    display: none !important;

}



.chroma-screen .chrg-imgwrap {

    background-color: #ffffff;

}



.chroma-screen .chrg-imgwrap img {

    padding: 10px;

    box-sizing: border-box;

}



@media (max-width: 1500px) {

    .gy_t1 {

        font-size: 50px;

    }



    .lx_R h2 {

        font-size: 30px;

        margin-bottom: 35px;

        margin-top: 20px;

    }



}



@media (max-width: 1200px) {

    .gy_t1 {

        font-size: 45px;

    }



    .lx_R {

        font-size: 34px;

        margin-bottom: 25px;

        margin-top: 10px;

    }



}





@media screen and (min-width: 200px) and (max-width:800px) {

    .h_logo img {

        height: 67px;

    }



    .h_logo1 img {

        height: 67px;

    }



    .h_line {

        top: 0px;

        right: 0px;

    }



    .h_lang {

        font-size: 18px;

        line-height: 36px;

    }





    .h_navList a {

        font-size: 18px;

        font-weight: bold;

        line-height: 36px;

    }



    .s_img1 img {

        width: 100%;

        height: 100%;

        opacity: 0;

    }



    .lx_l,

    .lx_R {

        width: 100%;

        padding: 0;

    }



    .lx_R h2 {

        font-size: 24px;

        margin-bottom: 15px;

        margin-top: 15px;

    }



    .lx_cont {

        margin-bottom: 0;

    }

}