*{
	margin:0;
	padding:0;
	font-family:微软雅黑;
}
a,a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
a,img{
	transition: all .5s;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
/*body{
	min-width: 1200px;
}*/
html, body {
    position: relative;
    height: 100%;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}

@media screen and (min-width:768px){
    html,body{
        min-width: 1200px;
    }
    .container{
        width:1200px;
        padding:0;
    }
}

/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.all,.all_sw,.all_swi{
    width:100%;
    height: 100%;
}
.all_swi{

}
.all_con{
    width:100%;
    height: 100%;
    background:#000;
}
/*分页*/
.all_pag .swiper-pagination-bullet{
    width:20px;
    height: 20px;
    margin:10px 0;
    background:rgba(0,0,0,.0);
    box-sizing: border-box;
    border:1px solid #d5a02c;
    opacity: 1;
}
.all_pag .swiper-pagination-bullet-active{
    background: #d5a02c;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:10px 0;
}
/*固定头部*/

.top{
    width:100%;
    transition:  all 1.5s;
}
.pc_nav{
    padding:20px 0 10px;
    position: fixed;
    z-index:9999;
    top: 0;
    left: 0;
}

.logo{
    float:left;
}
.nav_ul{
    float:right;
    padding:20px 0;
}
.nav_li{
    float:left;
    font-size: 16px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    width:120px;
    transition: all .5s;
}
.nav_li a{
    color:#fff;
    transition: all 0s;
}
.nav_li:hover{
    line-height: 20px;
}

.nav_li_lan{
    float:left;
}
.nav_li_lan a{
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    border-radius:50%;
    border:1px solid #fff;
    font-size: 14px;
    text-align: center;
}
.nav_li_lan a:hover{
    color:#d5a02c;
    border:1px solid #d5a02c;
}

/*第一屏*/

.con1{
    background:url("../images/bg1.png") no-repeat center;
    background-size: cover;
}
.con1_h2{
    text-align: center;
    font-size: 60px;
    letter-spacing:10px;
    font-weight: bold;
    color:#fff;
    padding-top:260px;
}
.con1_p{
    width:104px;
    height: 4px;
    background: #d5a02c;
    margin:30px auto;
}
.con1_p2{
    color:#fff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
}


/*第二屏*/
.con2{
    background: url("../images/bg2.png") no-repeat center;
    background-size: cover;
}
.con2_en{
    text-align: center;
    color:#d5a02c;
    font-size: 46px;
    letter-spacing: 5px;
    padding-top:180px;
}
.con2_h2{
    color:#333333;
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top:5px;
}
.con2_des{
    width:76%;
    text-align: center;
    margin:60px auto 0;
    line-height: 35px;
    color:#333333;
    font-size: 16px;
    letter-spacing: 1px;
}
.con2_list{
    width:100%;
    padding-top:100px;
}
.con2_d{
    /*width:400px;*/
    width: 33.33%;
    text-align: center;
    float:left;
}
.con2_d p{
    color:#d5a02c;
    font-size: 100px;
    font-family:"Arial";
    height: 120px;
    line-height: 120px;
}
.con2_d span{
    width:100%;
    color:#333333;
    font-size: 16px;
}


/*第三屏*/
.con3{
    background: url("../images/bg3.png") no-repeat center;
    background-size: cover;
}
.inpro_list{
    width:100%;
    padding-top:60px;
}
.inpro_dl:first-child{
    margin-left: 0;
}
.inpro_dl{
    width:23%;
    margin-left: 27px;
    float:left;
}
.inpro_dt{
    width:100%;
    overflow: hidden;
}
.inpro_dt img{
    width:100%;
}
.inpro_dd{
    width:100%;
    padding:15px 13px;
    background:rgba(0,0,0,.5);
    transition: all .5s;
}
.inpro_dd h2{
    color:#fff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}
.inpro_dd p{
    color:#fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
}
.inpro_dd span{
    color:#fff;
    display: block;
    width: 101px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    border:1px solid #fff;
    margin:10px auto 0;
    font-size: 14px;
}
.inpro_dl:hover .inpro_dt img{
    transform: scale(1.2);
}
.inpro_dl:hover .inpro_dd{
    background: #d5a02c;
}


/*第四屏*/
.con4{
    background: url("../images/bg4.png") no-repeat center;
    background-size: cover;
}
.innews_dl:first-child{
    margin-left: 0;
}
.innews_dl{
    width:23%;
    float:left;
    margin-left: 26.6px;
    box-sizing: border-box;
    padding:9px 8px;
    background:#fff;
    transition: all .5s;
}
.innews_dt{
    width:100%;
}
.innews_dt img{
    width:100%;
}
.innews_dd{
    width:100%;
}
.innews_dd h2{
    color:#333333;
    font-size: 16px;
    text-align: left;
    padding:10px 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
    max-height: 43px;
    overflow: hidden;
}
.innews_dd p{
    color:#666666;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    transition: all .5s;
}
.innews_dd span{
    color:#999999;
    font-family: "Arial";
    font-size: 14px;
    display: block;
    padding:10px 0;
    text-align: left;
    transition: all .5s;
}
.innews_dd span i{
    margin-right: 5px;
}
.innews_dl:hover{
    background: #d5a02c;
    transform:translateY(-10px);
}
.innews_dl:hover .innews_dd h2,.innews_dl:hover .innews_dd p,.innews_dl:hover .innews_dd span{
    color:#fff;
}


/*第五屏*/
.con5{
    background: url("../images/bg5.png") no-repeat center;
    background-size: cover;
}
.par_list{
    width:100%;
    margin:60px 0 0;
    background: #fff;
}
.par_img{
    width: 20%;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    float:left;
}
.par_img img{
    width:100%;
}
.par_img:hover img{
    transform: scale(1.2);
}

/*最后一屏*/
.con6{
    background: url("../images/bg6.png") no-repeat center;
    background-size: cover;
}
.inconus{
    width:100%;
    margin:20px 0;
    background:#fff;
    padding:25px 20px;
}
.incon_le{
    width:50%;
    float:left;
    padding-right: 50px;
}
.incon_ri{
    width:50%;
    float:right;
}
.incon_led{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    padding:15px 0 15px 50px;
    position: relative;
    text-align: left;
}
.incon_led span{
    display: block;
    color:#666666;
    font-size: 14px;
}
.incon_led p{
    color:#999999;
    font-size: 15px;
    font-family: "Arial";
    line-height: 25px;
}
.incon_led img{
    position: absolute;
    left: 10px;
    top:21px;
}
.fo_ditu{
    width: 100%;
    height: 430px;   
}

.fo_p{
    color:#000000;
    font-size: 14px;
    text-align: center;
}
.fo_p a{
    color:#000;
}
.fo_p2{
    color:#000000;
    font-size: 14px;
    text-align: center;
    margin-top:300px;
}
.fo_p2 a{
    color:#000;
}


.navbar{
    display: none;
}
.navbar-brand{
    height: auto;
}
.navbar-brand img{
    height:50px;
}
.navbar-toggle{
    margin:20px 15px;
}
.innews_mob{
    display:none;
}
.par_list_mob{
    display: none;
}



/*内页*/
.neitop{
    background:#063A73;
}
.neibanner{
    position: relative;
    top: 0;
    bottom:0;
}
.neibanner,.neibanner img{
    width:100%;
}
.neibanner_po{
    position: absolute;
    width:100%;
    height:20%;
    top: 0;
    bottom:0;
    left: 0;
    margin:auto 0;
}
.neibanner h2{
    width: 100%;
    color:#fff;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    /*font-weight: bold;*/
}

.mob_tian{
    width:100%;
    height: 80px;
    display: none;
}

/*位置*/
#weizhi{
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
#weizhi ul li{
    float: left;
    color: #555;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e2e2;
    z-index: 999;
}
#weizhi ul li a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 22px;
}
#weizhi1{
    display:none;
}
#weizhi1 .l1 {
    color: #555;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0;
}
#weizhi1 .l1 a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 12px;
}
#weizhi1 .l1 a:hover {
    background: #f3f3f5;
    text-decoration: none;
}
#weizhi ul li a:hover {
    background: #f3f3f5;
    text-decoration: none;
}

/*产品列表*/
.prolist{
    padding:50px 0;
}
.pro_dl{
    margin:20px 0;
}
.pro_dt{
    width:100%;
    position: relative;
    overflow: hidden;
}
.pro_dt img{
    width:100%;
}
.pro_dd{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color:#333;
    background:#f6f6f6;
}
.pro_ot{
    position: absolute;
    width:100%;
    height: 100%;
    z-index:20;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.pro_ot1{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(213,160,44,.5);
}
.pro_ot1 span{
    position: absolute;
    width:60px;
    height:60px;
    border-radius: 50%;
    border:1px dashed #fff;
    color:#fff;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.pro_dl:hover dt img{
    transform: scale(1.2);
}
.pro_dl:hover .pro_ot{
    opacity: 1;
}

/*footer*/
.footer{
    margin:50px 0 0;
}
.footer1{
    width:100%;
    background:#4d4d4d;
    padding:30px 0 60px;
}
.fo_le1{
    width:400px;
    float:left;
    height:260px;
    border-right: 1px solid #939393;

}
.fo_le1 h2,.fo_le2 h2,.fo_le3 h2{
    color:#ffffff;
    font-size: 18px;
    padding:15px 0;
    font-weight: normal;
}
.fo_le1 p{
    position: relative;
    box-sizing: border-box;
    padding:10px 0 10px 35px;
    font-size: 14px;
    color:#939393;
}
.fo_le1 p span{
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    border:1px solid #939393;
    left: 0;
    text-align: center;
    line-height: 22px;

}
.fo_le2{
    width:230px;
    box-sizing: border-box;
    padding-left: 70px;
    float:left;
    height:260px;
    border-right: 1px solid #939393;
}
.fo_le2 p{
    color:#999999;
    font-size: 14px;
    padding:5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fo_le2 p a{
    color:#999;
}
.fo_le3{
    width:335px;
    height: 260px;
    float:left;
    padding-left: 50px;
    box-sizing: border-box;
}
.fo_le3_le{
    width:46%;
    margin:0 2%;
    float:left;
}
.fo_le3_le p{
    text-align: center;
    color:#999999;
    line-height: 45px;
}


.footer2{
    background:#333333;
}
.fo2_p{
    float:left;
    color:#fff;
    line-height: 51px;
    font-size: 14px;
}
.fo2_p a{
    color:#fff;
}
.fo2_ri{
    float:right;
    text-align: right;
    color:#fff;
    font-size: 14px;
    line-height: 51px;
}
.fo2_ri span{
    float:left;
}
.fo2_ri img{
    float:left;
    margin:10px 5px;
}

/*新闻中心*/

.news_dl{
    margin:10px 0;
}
.news_dt{
    width:100%;
}
.news_dt img{
    width:100%;
}
.news_dd{
    width:100%;
    padding:20px 0 0;
}
.news_dd h2{
    color:#333;
    font-size: 16px;
    text-align: left;
    padding:10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_dd p{
    color:#666;
    font-size:14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.news_dd span{
    display: block;
    width:100%;
    color:#999;
    font-size: 14px;
    padding:15px 0;
}

/*产品展示*/
.proshow{
    width:100%;
}
.proshow_h2{
    color:#d5a02c;
    font-size:18px;
    font-weight: bold;
    border-left:5px solid #d5a02c;
    height: 35px;
    line-height:35px;
    text-align: left;
    text-indent: 20px;
}
.proshow_con{
    width:100%;
    padding:50px 0;
}
.proshow_a{
    display: block;
    line-height: 35px;
    display: inline-block;
    color:#333;
    padding:0 30px 0 0;
}

.pages{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}
.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.pages a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.pages span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}


.contactus_ti{
    width:100%;
    text-align: center;
    font-size: 30px;
    color:#666;
    font-weight: bold;
    padding-bottom:15px;
}
.contactus_span{
    width:48px;
    height: 2px;
    background:#ff0000;
    display: block;
    margin:0 auto 17px;
}
.contactus_p{
    color:#999999;
    font-size: 14px;
    text-align: center;
}
.cont_list{
    padding:60px 0 0;
}
.cont_p{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height:30px;
    color:#666666;
    font-size: 14px;
    padding:10px 50px;
    position: relative;
}
.cont_p > img{
    position: absolute;
    left:10px;
    top:10px;
}
.cont_p2{
    width:100%;
    text-align:left;
    padding:20px 0;
}
.cont_p2 > img{
    width: 120px;
}
.ditu{
    width:100%;
    min-height: 350px;
}
.liuyan{
    background:#f4f4f4;
}
.ly_la{
    width:48%;
    margin-left: 1%;
    height: 50px;
    background:#fff;
    border-radius:10px;
    margin-top:20px;
    box-sizing: border-box;
    border:1px solid #cccccc;
}
.ly_la > span,.ly_la2 > span{
    float:left;
    display: block;
    line-height: 48px;
    color:#999999;
    font-size: 14px;
    font-weight: normal;
}
.ly_la_i{
    float:left;
    width:30%;
    height: 48px;
    margin-left: 1%;
    border:none;
}
.ly_la2{
    width:97%;
    margin-left: 1%;
    height: 250px;
    background:#fff;
    border-radius:10px;
    margin-top:20px;
    box-sizing: border-box;
    border:1px solid #cccccc;
}
.ly_la2 > textarea{
    width:60%;
    float:left;
    height: 248px;
    border:none;
}
.ss{
    width:12%;
    height:45px;
    line-height: 45px;
    text-align: center;
    color:#fff;
    border:none;
    border-radius: 5px;
    background: #222222;
    margin:20px 2% 0;
}
.liuyan{
    padding:80px 0;
}

.er_pro{
    width:100%;
    padding:100px 0;
}
.er_pro_le{
    /*width:247px;*/
    width: 20%;
    float:left;
}
.er_pro_le h2{
    color:#fff;
    font-size: 36px;
    text-align: center;
    height: 108px;
    line-height: 108px;
    overflow-y: hidden;
    background:#063A73;
    font-weight: bold;
}
.er_ul{
    width:100%;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
}
.er_li{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height: 75px;
    box-sizing: border-box;
    text-indent:20px;
    position: relative;
}
.er_li > a{
    color:#333333;
    font-size: 18px;
    display: block;
    max-width:70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.er_li > span{
    display: block;
    width:50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    color:#000000;
    font-size: 30px;
    text-indent: 0;
    position: absolute;
    right: 10px;
    top:12.5px;
}
.er_d{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    display: none;
}
.er_d_p{
    width:100%;
    padding:15px 20px 15px 31px;
    position: relative;
}
.er_d_p i{
    position: absolute;
    left:5px;
    top:15px;
    transition: all .5s;
    color:#666666;
    font-weight: normal;
}
.er_d_p a{
    color:#666666;
    font-size: 15px;
}
.er_d_p:hover img{
    transform: scale(1.3);
}
.er_d_p:hover a{
    color:#d5a02c;
}
.er_li:hover.er_li > a{
    color:#d5a02c;
}

.er_tian{
    width:100%;
    height: 60px;
}

/*右侧主体*/
.er_pro_ri{
    /*width:935px;*/
    width: 77%;
    float:right;
}
.er_pro_dl{
    /*width:295px;*/
    width: 31.33%;
    margin-left:25px;
    margin-bottom:20px;
    float:left;
}

.er_pro_dt{
    width:100%;
    position: relative;
}
.er_pro_dt img{
    width:100%;
}
.er_pro_po{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.er_pro_po2{
    width:100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(213,160,44,.5);
}

.er_pro_po2 a{
    position: absolute;
    display: block;
    width:60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    border:1px solid #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.er_pro_dd{
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}
.er_pro_dd a{
    color:#666666;
    font-size: 16px;
}
.er_pro_dl:hover .er_pro_po{
    opacity: 1;
}


.er_sp{
    width:100%;
}
.er_sp video{
    border:none;
}


.tian{
    width:100%;
    height:100px;
}

































@media screen and (max-width:768px){
    .top{
        display: none;
    }
    .navbar{
        display: block;
    }
    .con1_h2{
        padding-top:21rem;
        font-size: 4rem;
        letter-spacing: 1rem;
    }
    .con1_p2{
        font-size:2rem;
    }
    .con2_en{
        font-size: 3rem;
        letter-spacing:1px;
        padding-top:10rem;
    }
    .con2_h2{
        font-size: 2.5rem;
    }
    .con2_des{
        width:100%;
        margin:2rem auto;
        font-size:1.4rem;
        line-height: 2rem;
    }
    .con2_list{
        padding-top:3rem;
    }
    .con2_d{
        width:33.3%;
    }
    .con2_d p{
        font-size: 4rem;
        height: 5rem;
        line-height: 5rem;
    }
    .con2_d span{
        font-size: 1.4rem;
    }
    .inpro_dl{
        width:50%;
        margin:1rem 0;
        padding:0.2rem;
    }
    .inpro_dd h2{
        padding:0;
    }
    .inpro_dd p,.inpro_dd span{
        display: none;
    }

    .innews_pc{
        display: none;
    }
    .innews_mob{
        display: block;
    }
    .inpro_list{
        padding:2rem 0 0;
    }
    .innews_dl{
        width:100%;
        margin:1rem 0 0;
    }
    .innews_dt{
        width:45%;
        float:left;
    }
    .innews_dd{
        width:50%;
        margin-left:3%;
        float:left;
    }
    .par_list_pc{
        display: none;
    }
    .par_list_mob{
        display: block;
    }
    .par_img{
        width:50%;
    }
    .inconus{
        margin:2rem 0;
        padding:1rem;
    }
    .incon_le{
        width:100%;
        padding:0;
    }
    .tel_mob,.incon_ri{
        display: none;
    }
    .all_pag .swiper-pagination-bullet{
        width:6px;
        height: 6px;
    }
    #weizhi{
        display: none;
    }
    #weizhi1{
        display: block;
    }
    .mob_tian{
        display: block;
    }

    .fo_le1{
        width:100%;
        height: auto;
        border-right: none;
    }
    .fo_le2{
        display: none;
    }
    .fo_le3{
        width:100%;
        height: auto;
        padding:0;
    }
    .fo2_p{
        line-height: 2.5rem;
        padding:1rem 0;
    }

    .er_pro_le{
        display: none;
    }
    .er_pro_ri{
        width:100%;
    }
    .er_pro_dl{
        margin:0;
        width:50%;
        padding:.5rem;
        box-sizing: border-box;
    }

    .neibanner h2{
        font-size: 2rem;
    }
    .er_pro{
        padding:3rem 0;
    }
    .tian{
        display: none;
    }
}







