/* 头部开始 */
.Top{
    height: 119px;
    border-bottom: 1px solid #dcdcdc;
}
.LoGo{
    float: left;
    width: 214px;
    height: 82px;
    margin: 20px 0 0;
}
.Nav{
    float: left;
    margin: 42px 0 0 77px;
}
.Nav ul li{
    float: left;
    padding: 17px 0;
    line-height: 42px;
    margin-right: 26px;
}
.Nav ul li a{
    display: block;
    padding: 0 3px;
    font-size: 14px;
    color: #333333;
}
.Nav ul li.on{
    border-bottom: 2px solid #75cdca;
}
.Nav ul li.on a{
    color: #75cdca;
}
.Nav ul li:hover{
    border-bottom: 2px solid #75cdca;
}
.Nav ul li:hover a{
    color: #75cdca;
}
.TopRight{
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    margin: 59px 0 0;
}
.TopRight span{
    font-size: 18px;
    color: #333333;
    font-family: "Arial";
}
/* 头部结束 */

/* banner开始 */
.Banner{
    height: 650px;
    position: relative;
}
.Banner .hd{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 50px;
    width: 1200px;
    height: 6px;
    z-index: 9;
    text-align: center;
}
.Banner .hd ul li{
    display: inline-block;
    width: 20px;
    height: 6px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 20px;
    background: #ffffff;
}
.Banner .hd ul li.on{
    background: #0d60b3;
}
.Banner .bd ul li{
    width: 100%;
    height: 650px;
}
/* banner结束 */

/* search开始 */
.Search{
    height: 70px;
    background: #f0f0f0;
}
.SearchLeft{
    float: left;
    padding: 20px 0;
    line-height: 29px;
}
.SearchLeft span{
    float: left;
    font-size: 14px;
    color: #666666;
}
.SearchLeft a{
    font-size: 14px;
    color: #666666;
}
.SearchLeft a:hover{
    color: #75cdca;
}
.SearchRight{
    float: right;
    width: 268px;
    height: 30px;
    margin: 20px 0 0;
    position: relative;
    box-sizing: border-box;
    padding: 0 60px 0 20px;
    background: #ffffff;
    border-radius: 30px;
}
.SearchRight input{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #666666;
}
.SearchRight button{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 30px;
    cursor: pointer;
    outline: none;
    border: none;
    background: url("../images/searchbtn.png") no-repeat center;
}
/* search结束 */

/* 品牌介绍开始 */
.PinPai{
    height: 644px;
}
.PinPaiTop{
    height: 201px;
    text-align: center;
}
.PinPaiTop h2{
    padding: 60px 0 6px;
}
.PinPaiTop h2 a{
    font-size: 30px;
    color: #333333;
    transition: all .3s;
}
.PinPaiTop h2 a:hover{
    color: #75cdca;
}
.PinPaiTop span{
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: "Arial";
    padding: 0 0 20px;
    text-transform: uppercase;
    background: url("../images/greenxian.png") no-repeat center bottom;
}
.PinPaiBot{
    overflow: hidden;
}
.PinPaiBotl{
    float: left;
    width: 515px;
    height: 373px;
}
.PinPaiBotr{
    float: right;
    width: 624px;
    padding: 10px 84px 0 0;
    box-sizing: border-box;
}
.PinPaiBotr{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.PinPaiBotr .More{
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 32px 0 0;
    background: #75cdca;
}
/* 品牌介绍结束 */

/* 数字开始 */
.Count{
    height: 160px;
    background: #75cdca;
}
.Count ul li{
    float: left;
    width: 25%;
    height: 160px;
    text-align: center;
    padding: 45px 0 0;
    box-sizing: border-box;
    background: url("../images/xiantiao.png") no-repeat right center;
}
.Count ul li:last-child{
    background: none;
}
.Count ul li span{
    font-size: 44px;
    color: #ffffff;
    position: relative;
    font-family: "Arial";
}
.Count ul li span i{
    position: absolute;
    right: -26px;
    top: -7px;
    font-size: 14px;
}
.Count ul li em{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
/* 数字结束 */

/* 产品展示开始 */
.ChanPin{
    height: 637px;
    background: #f0f0f0;
}
.ChanPinBot{
    position: relative;
}
.ChanPinBot .bd ul li{
    float: left;
    width: 278px;
    margin-right: 30px;
}
.ChanPinBot .bd ul li>a{
    display: block;
    width: 278px;
    height: 335px;
    overflow: hidden;
    box-shadow: 0 0 8px 2px rgba(233,233,233,.75);
}
.ChanPinBot .bd ul li>a img{
    display: block;
    width: 278px;
    height: 335px;
    transition: all .3s;
}
.ChanPinBot .bd ul li:hover>a img{
    transform: scale(1.08);
}
.ChanPinBot .bd ul li h3{
    height: 40px;
    line-height: 40px;
    padding: 21px 0;
}
.ChanPinBot .bd ul li h3 a{
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    transition: all .3s;
}
.ChanPinBot .bd ul li:hover h3 a{
    color: #75cdca;
}
.ChanPinBot .prev{
    position: absolute;
    left: -30px;
    top: 140px;
    width: 64px;
    height: 64px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s;
    background: url("../images/leftbtn.png") no-repeat center;
}
.ChanPinBot .prev:hover{
    background: url("../images/leftbtn_1.png") no-repeat center;
}
.ChanPinBot .next{
    position: absolute;
    right: -30px;
    top: 140px;
    width: 64px;
    height: 64px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s;
    background: url("../images/rightbtn.png") no-repeat center;
}
.ChanPinBot .next:hover{
    background: url("../images/rightbtn_1.png") no-repeat center;
}
/* 产品展示结束 */

/* 新闻资讯开始 */
.ZiXun{
    height: 810px;
}
.ZiXunTop{
    height: 178px;
}
.ZiXunBot .hd{
    padding: 0 0 63px;
    text-align: center;
}
.ZiXunBot .hd ul li{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    margin: 0 10px;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    transition: all .3s;
}
.ZiXunBot .hd ul li h2 a{
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    transition: all .3s;
}
.ZiXunBot .hd ul li.on{
    border-color: #75cdca;
    background: #75cdca;
}
.ZiXunBot .hd ul li.on h2 a{
    color: #ffffff;
}
.ZiXunBot .bd ul li{
    float: left;
    width: 582px;
    height: 201px;
    margin: 0 0 16px;
    padding: 22px 34px;
    box-sizing: border-box;
    background: #f6f6f6;
    transition: all .3s;
}
.ZiXunBot .bd ul li:hover{
    background: #75cdca;
}
.ZiXunBot .bd ul li:nth-of-type(even){
    float: right;
}
.ZiXunBot .bd ul li>a{
    float: left;
    width: 209px;
    height: 158px;
    overflow: hidden;
}
.ZiXunBot .bd ul li>a img{
    display: block;
    width: 209px;
    height: 158px;
    transition: all .3s;
}
.ZiXunBot .bd ul li:hover>a img{
    transform: scale(1.08);
}
.ZiXunBot .bd ul li .NewsRight{
    float: right;
    width: 274px;
    color: #333333;
    padding: 6px 0 0;
}
.ZiXunBot .bd ul li:hover .NewsRight{
    color: #ffffff;
}
.ZiXunBot .bd ul li .NewsRight h3 a{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    transition: all .3s;
}
.ZiXunBot .bd ul li:hover .NewsRight h3 a{
    color: #ffffff;
}
.ZiXunBot .bd ul li .NewsRight span{
    display: block;
    font-size: 12px;
    line-height: 28px;
    padding: 0 0 10px;
    transition: all .3s;
}
.ZiXunBot .bd ul li .NewsRight em{
    display: block;
    font-size: 14px;
    line-height: 18px;
    transition: all .3s;
}
.ZiXunBot .bd ul li .NewsRight .NewsMore{
    display: block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #75cdca;
    margin: 20px 0 0;
    padding-left: 43px;
    box-sizing: border-box;
    background: url("../images/newsmorebj.png") no-repeat center;
}
/* 新闻资讯结束 */

/* 合作伙伴开始 */
.HeZuo{
    height: 664px;
    background: #f0f0f0;
}
.HeZuoTop h2{
    padding: 70px 0 6px;
}
.HeZuoBot ul{
    width: 1280px;
    overflow: hidden;
}
.HeZuoBot ul li{
    float: left;
    width: 240px;
    height: 110px;
    margin: 0 79px 39px 0;
}
.HeZuoBot ul li a{
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.HeZuoBot ul li a img{
    display: block;
    width: 240px;
    height: 110px;
    transition: all .3s;
}
.HeZuoBot ul li:hover a img{
    transform: scale(1.08);
}
.HeZuoMore{
    display: block;
    margin: 44px auto 0;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #75cdca;
}
/* 合作伙伴结束 */

/* 联系我们开始 */
.LianXi{
    height: 398px;
}
.LianXiTop{
    height: 144px;
}
.LianXiBot{
    height: 254px;
}
.LianXiBotl{
    float: left;
    width: 601px;
    height: 254px;
    padding: 72px 0 0 146px;
    box-sizing: border-box;
    background: url("../images/huixian.jpg") no-repeat right center;
}
.LianXiBotr{
    float: right;
    padding: 56px 0 0;
}
.LianXiBotr ul li{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}
/* 联系我们结束 */

/* 底部导航开始 */
.End{
    height: 292px;
    padding: 64px 0 0;
    background: #434343;
    box-sizing: border-box;
}
.EndLeft{
    float: left;
    width: 820px;
}
.EndLeft ul li{
    float: left;
    margin-right: 45px;
}
.EndLeft ul li:last-child{
    margin-right: 0;
}
.EndLeft ul li>a{
    display: block;
    font-size: 18px;
    color: #f0f0f0;
    line-height: 30px;
    padding: 0 0 16px;
    transition: all .3s;
    background: url("../images/baixian.png") no-repeat left bottom;
}
.EndLeft ul li>a:hover{
    color: #75cdca;
}
.EndLeft ul li .EndNav{
    padding: 20px 0 0;
}
.EndLeft ul li .EndNav a{
    display: block;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 24px;
    transition: all .3s;
}
.EndLeft ul li:hover>a{
    color: #75cdca;
}
.EndLeft ul li .EndNav a:hover{
    color: #75cdca;
}
.EndRight{
    float: right;
    width: 352px;
    height: 158px;
    padding-left: 51px;
    box-sizing: border-box;
    border-left: 1px solid #878787;
}
.EndRight img{
    float: left;
    width: 154px;
    height: 156px;
}
.EndText{
    float: right;
    font-size: 16px;
    color: #a2a2a2;
    line-height: 26px;
    margin: 30px 0 0;
}
.EndText span{
    display: block;
}
/* 底部导航结束 */

/* 底部开始 */
.Footer{
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
    background: #313131;
}
.Footer a{
    font-size: 14px;
    color: #cccccc;
    transition: all .3s;
}
.Footer a:hover{
    color: #ffffff;
}
.Footer img{
    display: inline-block;
}
/* 底部结束 */