@charset "utf-8";
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 14px;
	/* min-width: 1200px; */
	position: relative;
}
html{
    padding:0;
    height:0;
    /* min-width: 1200px; */
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button,textarea {
    outline:none;
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
.link {
    display: block;
    width: 100%;
}

input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}

ul, li, dl, dt, dd, ol { display: block; list-style: none; }

img{border:0;}

.clear {clear:both;height: 0; }

.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

a{text-decoration:none;outline:0;}
.w1200{
    /* width:1200px; */
    margin:0 auto;
    width:100%;
    max-width: 1200px;
}
.top{
    width:100%;
    background:#fff; 
    padding-top:20px;
    padding-bottom:20px;
}
.top .logo{
    float:left;
/*    margin-left:40px;*/
    height:40px;
}
.top .logo img{
    display: block;
/*    width:100%;*/
    height:100%;
}
.top .text{
    float:left;
    padding-left:25px;
}
.top .text h4{
    font-size:15px;
    color:#0a0b0c;
    padding-top:10px;
}
.top .text h5{
    font-size:18px;
    color:#d30f02;
    padding-top:5px;
}
.top .tel{
    float:right;
    height:40px;
    line-height:40px;
    font-size:24px;
    color:#d30f02;
    font-weight: bold;
    padding-left:24px;
    background-image: url(../img/f1.png);
    background-size: auto 50%;
    background-position: left center;
    background-repeat: no-repeat;
}
.menu{
    width:100%;
    background:#333333;
    height:50px;
}
.menu ul li{
    box-sizing: border-box;
    padding-left:38px;
    padding-right:38px;
    float:left;
    height:50px;
    line-height:50px;
    position: relative;
}
.menu ul li.cur,.menu ul li:hover{
    background-color: #222;
}
.menu ul li .childMenu{
    position: absolute;
    left:0;
    width: 100%;
    top:50px;
    background-color: rgb(51,51,51,0.95);
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.menu ul li:hover .childMenu{
    display: block;
}
.menu ul li .childMenu a{
    display: block;
    width: 100%;
    line-height: 36px;
    color: #b7b7b7;
    text-align: center;
}
.menu ul li .childMenu a:hover{
    color: #fff;
}
.menu ul li a.n1{
    color:#fff;
    font-size: 16px;
}
.menu ul li:hover a.n1{
    color:#fff;
}

.menu ul li.cur a.n1{
    color:#fff;
    display: block;
}
.menu ul li::after{
    position: absolute;
    content: '';
    left:0;
    top:50%;
    margin-top:-9px;
    height:18px;
    width:1px;
    background: #202020;
}
.menu ul li::before{
    position: absolute;
    content: '';
    right:0;
    top:50%;
    margin-top:-9px;
    height:18px;
    width:1px;
    background: #636363;
}
.menu ul li:nth-child(1)::after{
    display: none;
}
.menu ul li:last-child::before{
    display: none;
}

.menu ul{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner{
    width:100%;
 /*   height:480px;*/
}
.banner .item{
    width:100%;
 /*   height:480px;*/
	position: relative;
}
.banner .item a{
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:28%;
	position: relative;
	z-index: 1;
}
.banner .item a img{
    display: none;
}
.banner .item a video{
	position: absolute;
	width: 100%;
	z-index: 99999999999;
	top:0;
}
.menuBtn{
    float:right;
    width:58px;
    height:44px;
    background:url(../img/menuBtn.png) no-repeat;
    background-size: cover;
    display: none;
}
.searchBtn{
    display: block;
    width:49px;
    height:49px;
    background:url(../img/search.png) no-repeat;
    background-size: cover;
    float:right;
    display: none;
}
.wapMenu{
    width:100%;
    background:rgba(0,0,0,0.8);
    display: none;
    z-index: 1000;
}
.wapSearch{
    width:100%;
    height:1.32rem;
    background:rgba(0,0,0,0.8);
    display: none;
    box-sizing: border-box;
    padding-top:0.3rem;
    padding-left:0.3rem;
    padding-right:0.3rem;
    z-index: 1000;
}
.seachBox{
    width:100%;
    height:57px;
    background: #f6f6f6;
    line-height: 57px;
    color:#333333;
}
.seachBox a:hover{
    color:#d30f02;
}
.seachBox .indexSearch{
    float:right;
    width:298px;
    height:40px;
    margin-top:8px;
}
.seachBox .indexSearch form{
    display: block;
    width:100%;
    height:100%;
}
.seachBox .indexSearch form input.key{
    float:left;
    width:256px;
    height:40px;
    border:1px solid #dddddd;
    background:#fff;
    box-sizing: border-box;
    padding-left:15px;
    color:#999999;
    padding-right:15px;
}
.seachBox .indexSearch form button.btn{
    float:left;
    width:40px;
    height:40px;
    border:none;
    background:#363636 url(../img/w_search.png) no-repeat center ;

}
.proBanner{
    width:100%;
}
.proBanner img{
    display: block;
    width:100%;
}
@media(max-width:1200px){
    .wapSearch{
        display: none;
    }
    .top{
        box-sizing: border-box;
        padding-left:15px;
        padding-right:15px;
    }
    .top .logo{
        margin-left:0px;
    }
    .menu{
        box-sizing: border-box;
        padding-left:15px;
        padding-right:15px;
    }
    .menu ul li {
        padding-left:2.8%;
        padding-right:2.8%;
    }
    .menu ul li a{
        font-size:16px;
    }
   /* .banner{
        height:400px;
    }
    .banner .item{
        height:400px;
    }*/
    .seachBox{
        box-sizing: border-box;
        padding-left:20px;
        padding-right:20px;
    }
}
@media(max-width:992px){
    .seachBox{
        display: none;
    }
    .top .tel{
        display: none;
    }
    .top .menuBtn{
        display: block;
        margin-top:15px;
    }
    .top .searchBtn{
        display: block;
        margin-top:13px;
        margin-right:44px;
    }
    .top{
        padding-top:11px;
        padding-bottom:11px;
    }
    .top .logo{
        width:112px;
        height:75px;
    }
    .menu{
        display: none;
    }
    .wapMenu{
        display: none;
        position: absolute;
        top:97px;
        left:0px;
        height:100%;
        overflow-y: scroll;
    }
    .wapMenu ul li{
        width:100%;
    }
    .wapMenu ul li>a{
        font-size:0.32rem;
        color:#fff;
        display: block;
        width:100%;
        height:100%;
        line-height:0.91rem;
        box-sizing: border-box;
        padding-left:0.3rem;
        padding-right:0.3rem;
        height:0.92rem;
        box-sizing: border-box;
        border-bottom:1px solid #5a5c51;
        position: relative;
    }
    .wapMenu ul li>a::after{
        content: '';
        width:0.8rem;
        height:0.8rem;
        background:url(../img/left.png) no-repeat center;
        background-size: 0.19rem 0.35rem;
        right:0;
        top:50%;
        margin-top:-0.4rem;
        position: absolute;
        transition: all 0.5s ease;
    }
    .wapMenu ul li>a.active::after{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg); 	/* IE 9 */
        -moz-transform:rotate(90deg); 	/* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); 	/* Opera */
    }
    .wapMenu ul li .childMenu{
        width:100%;
        border-bottom: 1px solid #5a5c51;
        display: none;
    }
    .wapMenu ul li .childMenu a{
        display: block;
        width:100%;
        line-height:0.75rem;
        box-sizing: border-box;
        padding-left:0.6rem;
        padding-right:0.6rem;
        font-size:0.28rem;
        color:#fff;
    }
    .wapSearch{
        display: block;
        position: absolute;
        top:97px;
        left:0px;
        display: none;
    }
    .wapSearch form{
        border-radius: 0.05rem;
        overflow: hidden;
    }
    .wapSearch input.keyWord{
        width:85%;
        height:0.68rem;
        background:#fff;
        float:left;
        display: block;
        border:none;
        box-sizing: border-box;
        padding-left:.2rem;
    }
    #submit{
        width: 15%;
        float:left;
        height:0.68rem;
        background:#fff url(../img/searchBtn.png) no-repeat center;
        background-size: 0.4rem 0.4rem;
        border:none;
        display: block;
    }
   
}
@media(max-width:768px){
    .top .tel{
        display: none;
    }
    .top .menuBtn{
        display: block;
        margin-top:0.15rem;
        width:0.58rem;
        height:0.44rem;
        background-size: cover;
    }
    .top .searchBtn{
        display: block;
        margin-top:0.13rem;
        margin-right:0.44rem;
        width:0.49rem;
        height:0.49rem;
        background-size: cover;
    }
    .top .text{
        padding-left:0.2rem;
    }
    .top{
        padding-top:0.2rem;
        padding-bottom:0.2rem;
        padding-left:0.3rem;
        padding-right:0.3rem;
        box-shadow: 2px 1px 7px #e6e6e6;
    }
    .top .logo{
        width:1.12rem;
        height:0.75rem;
    }
    .top .text h4{
        font-size:0.24rem;
        padding-top:0px;
    }
    .top .text h5{
        font-size:0.28rem;
        padding-top:0px;
    }
    .wapMenu{
        top:1.15rem;
    }
    .wapSearch{
        top:1.15rem;
    }
/*    .banner{
        width:100%;
        height:4.8rem;
    }
    .banner .item{
        width:100%;
        height:4.8rem;
    }*/
}