/*====================
      *基本默认值
====================*/
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    background: #ededed;
}

.pcslider{}
.wapslider{
    display: none;
}
.icon_address{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon_address.png") no-repeat;
    margin-left: 3px;
}
.icon_tel{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon_tel.png") no-repeat;
    margin: 0 5px;
}
.line { position: fixed; border: 1px solid #fba51a; z-index: 9999; box-sizing: border-box; }
.w-line { width: 97%; }
.h-line { height: 94%; }
.line1 { top: 3%; /*width:0;*/ left: 1.5%; }
.line2 { left: 1.5%; top: 3%; /*height:0;*/ }
.line3 { bottom: 3%; right: 1.5%; /*width:0;*/ }
.line4 { right: 1.5%; bottom: 3%; /*height:0;*/ }

.menu-pos {
    position: fixed;
    top: 5.6%;
    z-index: 99999;
    width: 100%;
}
.menu-box {
    width: 93%;
    margin: 0 auto;
}
.logo {
    width: 14.3%;
    vertical-align: bottom;
    margin-bottom: 20px;
    float: left;
}
.logo img {
    max-width: 222px;
}
.img {
    display: block;
    width: 100%;
}
.nav {
    float: right;
    text-align: center;
    vertical-align: bottom;
    margin-top: 20px;

}
.nav>ul>li{
    width: 120px;
    float: left;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    height: 40px;
    line-height: 40px;
    /*transition: all 2s;*/
    /*-moz-transition: all 2s;	*//* Firefox 4 */
    /*-webkit-transition: all 2s;	*//* Safari 和 Chrome */
    /*-o-transition: all 2s;	*//* Opera */

}
.nav>ul>li:hover{
    border-bottom: #eb6601 solid 3px;
}



.nav li a{
    color: #ffffff;
}
.nav>ul>li ul{
    width: 4000%;
    font-size: 14px;
    background: rgba(255,255,255,0.2);
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -2000%;
    top: 40px;
    display: none;
    z-index: 999;
}
.nav>ul>li ul li{
    height: 35px;
    line-height: 35px;
}

.one{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiperBanner{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}
.swiper-slide{
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
}
.swiper-container{
    height: 100%;
}


.two{
    width: 100%;
    height: 100%;
    background: #020e35;

}
.two ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.two li {
    width: 25%;
    height: 100%;
    float: left;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
/*.two li:hover{*/
    /*transform: scale(1.05);*/
    /*-webkit-transform:scale(1.05);*/
    /*-moz-transform:scale(1.05);*/
/*}*/
.two li>a{
    display: block;
    width: 100%;
    height: 100%;
}



.two li .bg2a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg2a.png") no-repeat;
    margin-top: 500%;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;
}
.two li .bg2b{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg2b.png") no-repeat;
    margin-top: 500%;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;
}
.two li .bg2c{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg2c.png") no-repeat;
    margin-top: 500%;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;
}
.two li .bg2d{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg2d.png") no-repeat;
    margin-top: 500%;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;
}


.two li:hover .bg2a,.two li:hover .bg2b,.two li:hover .bg2c,.two li:hover .bg2d{
    transform: scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
}
.blackBox{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.blackBox h1{
    font-size: 44px;
    font-weight: normal;
    color: #eb6601;
    padding-top: 60%;
}
.blackBox p{
    font-size: 20px;
    color: #ffffff;
    padding-top: 20px;
    text-transform: uppercase;
}
.more{
    width: 175px;
    height: 40px;
    line-height: 40px;
    border: #ffffff solid 1px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin-top: 100px;
}

.bg3{
    width: 100%;
    height: 100%;
    background: url("../img/bg3.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.three{
    width: 93%;
    height: 93%;
    margin: 3%;
}
.three-l{
    width: 58%;
    height: 83%;
    float: left;
    margin-top: 100px;
    background-size: cover;
    margin-left: -100%;
    overflow: hidden;

}
.factory{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    position: relative;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;	/* Firefox 4 */
    -webkit-transition: 0.5s linear 0.3s;	/* Safari å’Œ Chrome */
    -o-transition: 0.5s linear 0.3s;	/* Opera */
}
.factory a{
    display: block;
    width: 100%;
    height: 100%;
}
.factory:hover{
    transform: scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
}
.btnMore{
    width: 160px;
    height: 70px;
    line-height: 70px;
    background: #eb6601;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.icon_More{
    width: 22px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon_more.png") no-repeat;
    margin-left: 10px;
}
.three-r{
    width: 38%;
    height: 83%;
    float: right;
    margin-top: 100px;
    margin-right: -120%;
}


.about{
    width: 100%;
    height: auto;
    overflow: hidden;


}
.about h1{
    font-size: 40px;
    font-weight: normal;
    color: #eb6601;
    text-align: right;
    letter-spacing: 2px;
}
.about p{
    font-size: 14px;
    color: #d3d3d3;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 20px;
}
.workshop{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.wsTab{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
}
.wsTab li{
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    background: url("../img/wsTab.png") no-repeat right center;
}
.wsTab li:last-child{
    background: none;
    padding-right: 0;
}
.wsTab li.active{
    color: #eb6601;
}
.wsCont{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wsCont>ul{

    display: none;
    text-align: right;
}
.wsCont>ul.active{
    display: block;
}
.wsCont li{
    width: 30%;
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin: 20px 0 0 2%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.wsCont li img{
    width: 100%;
    display: block;
    height: auto;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;
}
.wsCont li img:hover{
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.ce{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    text-align: right;
}
.ce img{
    display: inline-block;
    margin-left: 1%;
    /*transition: all 1s;*/
    /*-moz-transition: all 1s;	*//* Firefox 4 */
    /*-webkit-transition: all 1s;	*//* Safari 和 Chrome */
    /*-o-transition: all 1s;	*//* Opera */
    transition: 0.5s ease 0s;
}
.ce img:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
    -moz-transform: rotateY(360deg);	/* Firefox */
}
#ce1,#ce2,#ce3,#ce4,#ce5{
    opacity: 0;
}
/*----------------------------第四屏----------------------------*/

.bg4{
    width: 100%;
    height: 100%;
    background: url("../img/bg4.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.titleLine{
    width: 102px;
    height: 1px;
    display: inline-block;
    background: url("../img/titleLine.png") no-repeat;
    vertical-align: middle;
    margin: 0 30px;
}
.four{
    width: 93%;
    height: 93%;
    margin: 3%;
    overflow: hidden;
}
.fourTitle{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-weight: normal;
    color: #eb6601;
    font-size: 40px;
    padding-top: 120px;
    margin-left: -100%;

}
.fourCont{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 100%;
}
.fourCont ul{}
.fourCont li{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 2% 2% 0 3%;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.fourCont li img{
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s linear 0.3s;
    -moz-transition: 0.5s linear 0.3s;
    -webkit-transition: 0.5s linear 0.3s;
    -o-transition: 0.5s linear 0.3s;

}
.fourCont li img:hover{
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}

.fourCont li p{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    font-size: 26px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;"


}

/*----------------------------第五屏----------------------------*/
.bg5{
     width: 100%;
     height: 100%;
     background: url("../img/bg5.png") no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
 }
.five{
    width: 93%;
    height: 93%;
    margin: 3%;
    overflow: hidden;
}
.fiveTitle{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
    text-align: left;
}
.fiveTitle h1{
    display: inline-block;
    font-size: 40px;
    color: #eb6601;
    font-weight: normal;
    width: 25%;
}
.fiveTitle p{
    display: inline-block;
    font-size: 14px;
    width: 70%;
    color: #ffffff;
    line-height: 1.8em;
}
.fiveCont{
    width: 90%;
    height: 70%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.bg5a{
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    margin-top: 100%;
	text-align:center;
}
.bg5a iframe{ width:1039px; height:600px;}

.play{
    width: 71px;
    height: 71px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin-top: -35.5px;
    margin-left: -35.5px;
    background: url("../img/play.png") no-repeat;
    background-size: 71px 71px;
    -webkit-background-size: 71px 71px;
}
.bg5b{
    float: left;
    width: 32%;
    height: 100%;
    background: url("../img/bg5b.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    margin-left: 1%;
    margin-top: 100%;
}
.bg5c{
    float: left;
    width: 34%;
    height: 100%;
    background: url("../img/bg5c.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    margin-left: 1%;
    margin-top: 100%;
}


/*----------------------------第六屏----------------------------*/
.bg6{
    width: 100%;
    height: 100%;

    position: relative;

}
.sixText{
    width: 100%;
    height: 65%;
    overflow: hidden;
    background: url("../img/bg6.png") no-repeat center bottom;
}
.contact{
    height: auto;
    overflow: hidden;
    margin-left: -100%;
    text-align: left;
    padding-top: 10%;

}
.contact h1{
    font-size: 40px;
    color: #eb6601;
    padding-bottom: 10px;
}
.contact p{
    font-size: 17px;
    color: #ffffff;
    padding-top: 10px;
}
.footer{
    width: 100%;
    height: 35%;
    background: #ededed;
    overflow: hidden;
    text-align: left;
    padding-top: 30px;
    margin-top: 100%;
}
.footer_c{
    width: 93%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.footer_c h1{
    font-size: 16px;
    font-weight: normal;
    color: #eb6601;
    padding-bottom: 20px;
}
.footer_c h1 a{
    color: #eb6601;
}
.footer_c p{
    font-size: 14px;
    color: #646464;
    padding-top: 10px;
}
.footer_c p a{
    color: #646464;
}
.fc_1{

    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 2%;
}
.fc_2{
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 5%;
}
.fc_2 h1{
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #eb6601;
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
}
.fc_2 p{
    font-size: 12px;
}
.fc_3{
    width: 10%;
    max-width: 132px;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-left: 5%;
}
.fc_3 img{
    width: 100%;
    height: auto;
}
.fc_3 p{
    font-size: 12px;
    color: #505050;
}
.menu{
    width: 50px;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 5%;
    top: 5%;
    display: none;
}
.menu li{
    width: 100%;
    height: 3px;
    background: #eb6601;
    margin-top: 10px;
    z-index: 9999;
}
@media screen and (min-width:1440px) and (max-width:1920px){


}
@media screen and (min-width:1366px) and (max-width:1439px){
.bg5a iframe{ width:1039px; height:600px;}

}

@media screen and (min-width:1280px) and (max-width:1365px){
.bg5a iframe{ width:1039px; height:600px;}
}


@media screen and (min-width:1152px) and (max-width:1279px){
   .bg5a iframe{ width:1039px; height:600px;}
}


@media screen and (max-width: 1200px) {
.menu{
    display: block;
}
.nav{
    background: rgba(0,16,48,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}
    .nav>ul>li{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 3% 0;
        font-size: 28px;

    }
    .nav>ul>li ul{
        display: none;
        height: 0;
        padding: 0;
    }
    .nav>ul>li:hover{
        border: none;
    }
    .two li{
        width: 50%;
        height: 50%;
    }
    .blackBox h1{
        padding-top: 20%;
    }
    .more{
        margin-top: 40px;
    }
    .three-l{
        width: 28%;
        display: none;
    }
    .three-r{
        width: 100%;
    }
    .fiveTitle h1{
        width: 100%;
        display: block;
    }
    .fiveTitle p{
        width: 100%;
    }
    .footer_c p{
        font-size: 12px;
    }
    .fc_1,.fc_2{
        margin-left: 1%;
    }
    .fc_3{
        display: none;
    }
    .fc_2 h1{
        margin-bottom: 15px;
    }
    .contact{
        padding-top: 15%;
    }
	








	
}
    @media screen and (max-width: 640px){
        .blackBox h1{
            font-size: 16px;
            padding-top: 50%;
        }
        .blackBox p{
            font-size: 14px;
            width: 90%;
            margin: 0 auto;
            text-align: center;
            height: 50px;
        }
        .more{
            width: 70%;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }
        .about h1{
            font-size: 16px;
        }
        .about p{
            font-size: 12px;
        }
        .wsCont li{
            width: 28%;
            margin: 1% 0 0 2%;
        }
        .ce img{
            width: 20%;
            margin-left: 0;
            display: block;
            float: left;
        }

        .wsCont{
            padding-top: 20px;
        }
        .fourCont li{
            width: 40%;
            margin: 2% 2% 0 7%;
        }
        .fiveTitle h1{
            font-size: 16px;
        }
        .contact{
            padding-top: 40%;
        }
        .contact h1{
            font-size: 16px;
            font-weight: normal;
        }
        .contact p{
            font-size: 14px;
        }
        .fc_1{
            display: none;
        }
        .fourTitle{
            font-size: 16px;
            padding-top: 80px;
        }
        .fourCont{
            margin-top: 10px;
        }
        .titleLine{
            display: none;
        }
        .menu{
            width: 30px;
        }
        .menu li{
            margin-top: 5px;
        }
        .nav>ul>li{
            font-size: 18px;
        }
        .logo{
            width: 150px;
            height: 45px;
        }
        .logo img{
            width: 150px;
            height: 45px;
        }
        .wsTab{
            font-size: 14px;
            font-weight: normal;
        }
        .fiveTitle p{
            font-size: 12px;
            padding-top: 10px;
        }
        .footer_c p{
            padding-top: 5px;
        }
        .fc_2 h1{
            margin-bottom: 10px;
        }

        .pcslider{
            display: none;
        }
        .wapslider{
            display: block;
        }
        .fourCont li p{
            font-size: 16px;
        }

        .two li .bg2a{
            background: url("../img/wap_bg2a.png") no-repeat center center;
            background-size: cover;
            -webkit-background-size: cover;
            margin-top: 500%;
        }
        .two li .bg2b{
            background: url("../img/wap_bg2b.png") no-repeat center center;
            background-size: cover;
            -webkit-background-size: cover;
            margin-top: 500%;
        }
        .two li .bg2c{
            background: url("../img/wap_bg2c.png") no-repeat center center;
            background-size: cover;
            -webkit-background-size: cover;
            margin-top: 500%;
        }
        .two li .bg2d{
            background: url("../img/wap_bg2d.png") no-repeat center center;
            background-size: cover;
            -webkit-background-size: cover;
            margin-top: 500%;
        }
        .bg5a{
            width: 100%;
        }
		.bg5a iframe{ width:300px; height:175px;}
        .bg5b,.bg5c{
            display: none;
        }
.workshop,.ce{
    margin-top: 10px;
}

    }
@media screen and (max-width: 375px){
    .footer{
        margin-top: 0;
    }

}


