﻿/*初始化*/
*{margin:0px;padding:0px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;outline:none;word-break:break-all;box-sizing:border-box;-webkit-box-sizing:border-box;}
*:not(input,textarea) {-webkit-touch-callout: none;-webkit-user-select: none;}
html,body{width:100%;font-family:Arial,"Microsoft YaHei";min-width: 1200px; }
body{ background: #fff; color: #333; font-size: 14px;}
input{-webkit-user-select:initial;font-family:Arial,"Microsoft YaHei";border:none;}
a{text-decoration: none; color: #333; cursor: pointer;}
a:hover{color: #e11c11!important; text-decoration: none;}
a:link, a:visited { outline: none; } 
i,em{font-style: normal}
a{text-decoration:none;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal;}
img{border:0;}
div,p{white-space:normal;word-break:break-all;word-wrap:break-word; }

/*清除浮动*/
.clr{*zoom: 1;}
.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display: block;}
/*左浮动*/
.fl{float: left;}
/*右浮动*/
.fr{float: right;}
.w{ width: 1300px; margin: 0 auto;  }

/*头部*/
.header{height: 90px;border-bottom:2px #e11c11 solid;position: fixed;width: 100%; z-index: 100;background: #fff;z-index:999;}
.header .menu{width: 1200px;margin: 0 auto;}
.header .logo{width: 340px; height: 50px;margin-right: 83px;margin-top:20px;}
.header .nav-menu{padding-top: 16px;position: relative}
.header a{display: inline-block;position: relative; width: 104px;line-height: 70px; text-align: center; font-size: 18px; position: relative}
    .header a.cur {
        color: #e11c11;
        position: relative;
        border-bottom:4px solid;
    }
.header .nav-current{border-bottom: 4px #E11C11 solid; width: 84px;}

/*banner图片*/
.banner-wrap{margin: auto 0 auto;position: relative;padding-top: 90px;}
.banner-wrap .banner-silder{position: relative;height: 656px;}
.banner-wrap .banner-silder li{position: absolute;top: 0;left: 0;height: 656px;display: none;    width: 100%; -moz-background-size: auto 100%;-o-background-size: auto 100%; -webkit-background-size: auto 100%;background-size: auto 100%;}
.banner-wrap .banner1{background: url(../Images/banner1.jpg) no-repeat top center;height: 656px;}
.banner-wrap .banner2{background: url(../Images/banner2.jpg) no-repeat top center;height: 656px;}
.banner-wrap .banner3{background: url(../Images/banner3.jpg) no-repeat top center;height: 656px;}
.banner-wrap .banner-silder li.active{display: block;}
.banner-wrap .btn-control{width: 100%;position: absolute;top:50%;margin-top: -34px;z-index: 999;}
.banner-wrap .btn-control a{position: absolute;display: inline-block;width: 30px;height: 64px;line-height: 64px;text-align: center;background: rgba(0,0,0,0.4);font-size: 24px;color: #fff;text-decoration: none;}
.banner-wrap .btn-control .left-btn{left: 20px;}
.banner-wrap .btn-control .right-btn{right: 20px;}
.banner-wrap .dot-control{width: 100%;position: absolute;bottom: 20px;text-align: center;}
.banner-wrap .dot-control span{display: inline-block;width: 16px;height: 16px;background: #fff; border-radius: 50%; margin-right: 10px; cursor: pointer;}
.banner-wrap .dot-control span.active{background:#E11C11;}
/*底部*/
.footer{height: 170px;background: #444444;padding-top: 22px;color: #888;border-top: 6px #E11C11 solid;}
.footer .wrap{width: 1200px; margin: 0 auto;}
.footer ul{margin-left: 154px; color: #888;}
.footer ul li{margin-bottom: 8px;height: 34px; line-height: 32px; background: url(../Images/icon.png) no-repeat top left;padding-left: 34px;}
.footer ul .icon1{background-position: 0 3px;}
.footer ul .icon2{background-position: 0 -40px;}
.footer ul .icon3{background-position: 0 -90px}
.footer .Qcode{margin-left: 126px;}
.footer .info{padding-right: 93px;}
.footer .info p{line-height: 27px;}
.footer .info-ljie {margin-bottom: 18px;}
.footer .info-ljie a{color: #888888;margin-right: 15px;}
/*动画方案*/

.animate { -webkit-transition: all .2s ease-out;}


