*{
    margin: 0;
    padding: 0;
	
}

.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.topbg{
    line-height: 45px;
    font-size: 12px;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.wapper2{
    width: 960px;
    margin: 0 auto;
}


@font-face {
   font-family: OswaldB;
    src: url("../fonts/Oswald-Bold.woff"),
         url("../fonts/Oswald-Bold.woff2"),
         url("../fonts/Oswald-Bold.svg"),
         url("../fonts/Oswald-Bold.ttf"),
         url("../fonts/Oswald-Bold.otf"),
         url("../fonts/Oswald-Bold.eot");
}

body{
    font-family: Malgun Gothic;
}

.headbg{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}


.topbg{
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    background: #e6e6e6;
    overflow: hidden;
	color: #000;
}

.topbg>img{
    vertical-align: text-bottom;
}

.topbg>span{
    font-size: 14px;
}

.dianhua{
    height: 45px;
    float: left;
}

.dianhua i{
    color:#000000;
    line-height: 45px;
    font-weight: bolder;
}

.dianhua span{
    font-size: 14px;
    margin-left: 5px;
    color:#000;
    line-height: 45px;
}

.logo{
    margin-left: 60px;
    height: 86px;
    padding: 8px 0;
    transition: 500ms;
}

.logo a{
    display: block;
    height: 100%;
}

.logo a img{
    display: block;
    height: 100%;
}

.Mebg{
    background: #000000;
    /*overflow: hidden;*/
    /*padding: 5px 0;*/
}

.menu{
    padding-top: 40px;
    margin-right: 50px;
    transition: 300ms;
}


.menu li{
    float: left;
    height: 54px;
    margin: 0 15px;
    padding-top: 10px;
    position: relative;
	font-weight: 600;
}

.yiji{
    height: 20px;
}

.yiji a{
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.c1bg{
}

.yiji{
    cursor: pointer;
}

.me_D{
    padding-right: 25px;
    background:url(../images/arB.png) no-repeat top right;
    background-size: 20px 20px;
    /*height: 62px;*/
}

.menu li:hover .me_D{
    background:url(../images/false.png) no-repeat top right;
    background-size: 20px 20px;
}

.erji{
    position: absolute;
    background: #fff;
    left: 0;
    top: 64px;
    padding: 20px;
    width: 200px;
    display:none;
    box-shadow: 0 0 8px #ccc;
}

.menu li:hover .erji{
    display:block;
}

.erji dd{
    height: 50px;
}

.erji dd a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
}


/* 本例子css */
.slideBox{ width:100%; height:516px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px;bottom: 36px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:10px;
    height:10px;
    line-height:14px;
    text-align:center;
    /*background:#c2bfa3; */
    cursor:pointer;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}
.slideBox .hd ul li.on{ background:#fff; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;height:516px; }
.slideBox .bd img{ width:100%; height:516px; display:block;  }
.slideBox .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px;  width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50); }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }

.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox>a{
    display: none;
}

.slideBox:hover>a{
    display: block;
}

.bannerC{
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    overflow: hidden;
}

.banTxt01{
    margin-top: 180px;
    color: #fff;
    font-size: 60px;
    text-align: center;
    animation: bantxt01Dh 1s forwards;
}


@keyframes bantxt01Dh {
    0%{
        opacity: 0;
        margin-top: 300px;
    }


    100%{
      opacity: 1;
      margin-top: 180px;

    }
}


.banCL{
    width: 328px !important;
    display: block;
    height: 100% !important;
    animation: banCLDh 1s forwards;
}

@keyframes banCLDh {
    0%{
        opacity: 0;
        margin-left: -150px;
    }


    100%{
        opacity: 1;
        margin-left: 0;
    }
}


.banM{
    margin: 50px auto;
    width: 830px;
    height: 420px;

}

.banTxt02{
    color: #fff;
    width: 380px;
    float: right;
    font-size: 46px;
    margin-top: 120px;
    animation: banTxt02Dh 1s forwards;
}

@keyframes banTxt02Dh {
    0%{
        opacity: 0;
        margin-top: 305px;
    }


    100%{
        opacity: 1;
        margin-top: 120px;
    }
}


.c2bg{
    /*overflow: hidden;*/
    margin-top: 70px;
}

.c2bg li{
    float: left;
    width: 390px;
    margin-right: 15px;
}

.c2bg li>div{
    margin-bottom: 20px;
    position: relative;
}

.c2bg li>div label{
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}


.c201{
    width: 390px;
    height: 324px;
    transition: 500ms;
}

.c201:hover{
    transform: scale(1.03);
    z-index: 999;
    box-shadow: 0 8px 5px #999;
}


.c201 a{
    display: block;
    width: 100%;
    height: 100%;
}

.c201 a img{
    display: block;
    width: 100%;
    height: 100%;
}

.c202{
    width: 390px;
    height: 154px;
    transition: 500ms;
}

.c202:hover{
    transform: scale(1.03);
    z-index: 999;
    box-shadow: 0 8px 5px #999;
}


.c202 a{
    display: block;
    width: 100%;
    height: 100%;
}

.c202 a img{
    display: block;
    width: 100%;
    height: 100%;
}

.col01{
    color: #000 !important;
}

.c3bg{
    padding: 50px 0;
}

.titbg{
}

.titbg h1{
    font-size: 30px;
    color: #000;
    line-height: 48px;
    text-align: center;
}


.titbg label{
    font-size: 14px;
    font-weight: normal;
    color: #666;
    display: block;
    text-align: center;
    line-height: 24px;
    padding: 5px 0;
    font-family: normal;
}


.mat01{
    margin-top: 70px;
}

.c3Bd {
}

.c3Bd li{
    overflow: hidden;
    margin: 10px 0;
}


.c3Bd li input[type="text"]{
    height: 40px;
    padding: 10px;
    border: 4px solid #222;
    outline: none;
    display: block;
    color: #4e4e4e;
    font-size: 15px;
    font-family: OswaldB;
	letter-spacing: 1px;

}

.c3Bd li input[type="text"]::placeholder{
    color:#222222;
    font-size: 15px;
    font-family: OswaldB;
}

.c3Bd li textarea{
	letter-spacing: 1px;
    display: block;
    width: 931px;
    height: 210px;
    padding: 10px;
    border: 4px solid #222;
    outline: none;
    color: #4e4e4e;
    font-size: 15px;
    font-family: OswaldB;
}


.c3Bd li textarea::placeholder{
    color:#222222;
    font-size: 15px;
    font-family: OswaldB;
}

.inp01{
    width: 931px;
}

.inp02{
    width: 446px;
}

.c3Bd li input[type="button"]{
    display: block;
    width: 70px;
    height: 40px;
    background: #222;
    cursor: pointer;
    float: right;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    font-family: OswaldB;

}

.c3Bd li input[type="button"]:hover{
    background: #e21e34;
}

.c3Bd li input:focus{
    padding: 8px;
    margin: 2px;
}

.c3Bd li textarea:focus{
    padding: 8px;
    margin: 2px;
}

.ftbg{
    padding: 15px 0;
    background:#1f1f1f;
}

.ft{
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

.ftL{
    float: left;
    color: #666;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-family: normal;
}

.ftr{
    float: right;
}

.ftr a{
    display: block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
    height: 30px;
    font-size: 28px;
    margin-left: 15px;
    float: left;
    transition: 500ms;
}

.ftr a:hover{
    color: #e21e34;
}

.sjBtn{
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-top: 30px;
    float: right;
    cursor: pointer;
}

.pop-mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    z-index: 1001;
}


@media screen and (max-width: 767px) {
    .wapper{
        width: 100%;
    }

    .wapper2{
        width: 100%;
    }

    .logo {
        margin-left: 24px;
    }

    .menu{
        display: none;
    }

    .slideBox{ height:274px;}
    .slideBox .bd li{ height:274px; }
    .slideBox .bd img{ height:274px; }



    .bannerC {
        left: 0;
        margin-left: 0;
    }

    .banTxt01 {
        margin-top: 50px;
        font-size: 30px;
    }

    @keyframes bantxt01Dh {
        0%{
            opacity: 0;
            margin-top: 300px;
        }


        100%{
            opacity: 1;
            margin-top: 100px;

        }
    }

    .banM {
        margin: 0 auto;
        width: 300px;
        height: 100%;
    }

    .banCL {
        width: 142px !important;
        margin-top: 40px;
        height: auto !important;
    }

    .banTxt02 {
        width: 150px;
        font-size: 20px;
        text-align: center;
        margin-top: 110px;

    }

    @keyframes banTxt02Dh {
        0%{
            opacity: 0;
            margin-top: 300px;
        }


        100%{
            opacity: 1;
            margin-top: 110px;
        }
    }

    .c2bg {
        margin-top: 30px;
        width: 300px;
    }

    .c2bg li{
        width: 145px;
        margin-right: 5px;
    }

    .c201 {
        width: 145px;
        height: 120px;
    }

    .c202 {
        width: 145px;
        height: 57px;
    }

    .lastLi{
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    .lastLi .c201{
        width: 300px;
        height: 248px;
    }
    .lastLi .c202{
        width: 300px;
        height: 118px;
    }

    .c2bg li>div label {
        top: auto;
        bottom: 10px;
    }

    .titbg h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .inp01 {
        width: 300px;
        margin: 0 auto;
    }

    .inp02 {
        width: 300px;
        float: none;
        margin: 10px auto;
    }

    .c3Bd li textarea{
        width: 300px;
        margin: 10px auto;

    }

    .c3Bd li input:focus{
        margin: 2px auto;
    }

    .c3Bd li textarea:focus{
        margin: 2px auto;
    }

    .c3Bd li input[type="button"] {
        width: 100%;
        height: 48px;
        float: none;
    }

    .ft {
        width: 95%;
    }

    .ftL {
        float: none;
        color: #666;
        font-size: 15px;
        height: auto !important;
        text-align: center;
        line-height: 30px;
    }

    .ftr {
        float: none;
        width: 100px;
        margin: 10px auto;
    }

    .c3Bd {
        margin: 0 auto;
        width: 329px;
    }

    .mat01{
        margin-top: 50px;
    }

    .sjBtn{
        display: block;
    }



    .guanbi{
        width: 32px;
        height: 32px;
        position: fixed;
        top: 30px;
        right: 30px;
        color: #fff;
        font-family: 宋体;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        font-weight: bolder;
    }

    .sjMenu{
        padding:0 30px;
        margin-top: 70px;
        overflow-y: scroll;
    }

    .sjYiji{
        height: 40px;
        overflow: hidden;
    }

    .sjYiji a{
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        float: left;
        width: 260px;
    }

    .sjYiji label{
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 16px;
        text-align: right;
        line-height: 40px;
        float: right;
    }

    .sI{
        display: block;
    }

    .hI{
        display: none;
    }

    .sjerji{
        display: none;
    }

    .sjerji dd{
        height: 36px;
    }

    .sjerji dd a{
        display: block;
        height: 36px;
        padding-left: 10px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
    }
}


/*ins01-------------------------------*/
.inside{
    margin-top: 30px;
    padding: 50px 0;
    overflow: hidden;
}

.catL{
    width: 610px;
    float: left;
}

.catR{
    width: 302px;
    float: right;
}


.inp03{
    width:582px;
}

.inp04{
    width: 270px;
}

.tex01{
    width: 582px !important;
}

.catR h3{
    color: #222;
    font-size: 24px;
    line-height: 36px;
}

.catR>label{
    display: block;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-family:"";
}

.catR ul{
    padding: 8px 0;
}


.catR ul li{
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}

.catR ul li label{
    font-family: normal;
    font-weight: bold;
    color: #222;
}

.catR ul li span{
    font-family: normal;

}

@media screen and (max-width: 767px) {
    .catL {
        width: 330px;
        margin: 0 auto;
        float: none;
    }

    .inp03 {
        width: 301px;
    }

    .inp04 {
        width: 301px;
        margin: 5px 0;
        float: none !important;
    }

    .inp04:first-child{
        margin-bottom: 10px;
    }

    .tex01 {
        width: 301px !important;
    }

    .catR {
        width: 330px;
        float: none !important;
        margin: 0 auto;
    }
}



/*ins02--------------------------------*/
.ser01{
    margin: 30px 0;
}



.ser01 ul{
    overflow: hidden;
    margin-top: 50px;
}

.ser01 ul li{
    width: 284px;
    float: left;
    margin: 0 18px;
}

.ser01 ul li img{
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.ser01 ul li label{
    display: block;
    color: #222;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    padding: 5px 0;
    margin-top: 10px;
}

.ser01 ul li span{
    font-family: normal;
    display: block;
    color: #222;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
}


.ser02{
    margin: 30px 0;
}

.ser02 video{
    display: block;
    width: 100%;
}

.insC{
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .ser01 ul li {
        float: none;
        margin: 18px auto;
    }

    .ser02 {
        margin: 30px auto;
        width: 90%;
    }
}


/*ins04---------------------*/
.faqbg{
    padding: 50px 0;
}

.faqT{
}

.faqT h1{
    color: #000;
    font-size: 64px;
    line-height: 78px;
    padding: 10px 0;
}

.faqT label{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    display: block;
    font-family: normal;
}


.faqB{
    margin-top: 50px;
}

.faqB li{
    margin: 15px 0;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
}

.faqBt{
    overflow: hidden;
    height: 30px;
    cursor: pointer;
}

.faqBt label{
    color: #000;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    background: url("../images/gang.png") no-repeat center right;
}

.faqB li .ycTxt{
    font-family: normal;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
    display: none;
}



@media screen and (max-width: 767px) {
    .faqbg{
        width: 90%;
        margin: 0 auto;
    }

    .faqbg {
        padding: 0;
    }
}

.cpUl{
    padding: 50px 0;
}


.cpUl li{
    padding: 60px 0;
}

.wid02{
    width: 100% !important;/*585 602*/
}


.cpR{
    float: right;
    width: 628px;
}

.cpR h2{
    font-size: 36px;
    line-height: 60px;
    color: #303030;
    font-weight: 350;
    margin-bottom: 10px;
   /* font-family: normal;*/
    padding-bottom: 15px;
    position: relative;
}

.cpR h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #09a0ea;
    width: 50px;
    height: 2px;
}

.cpR label{
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: normal;
    padding: 5px 0;
}


@media screen and (max-width: 767px) {
    .cpL {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .cpR {
        width: 300px;

        margin: 20px auto 0;
        float: none;
    }
}
















