﻿

/*-----------------[初始化]--------------*/
body{color: #666;font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";/*min-width: 1000px;*/}
a{color: #666;}
a:hover{color: #336799;}
img,.ani{
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
h1,h2,h3,h4,h5{color: #333;}
input,textarea,select,button{font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";outline: none;}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*布局*/
.wp{width: 90% ;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}
#bd{min-height: 685px;}
/*标题*/

/*按钮*/

/*颜色*/
.body-bg{background: url(../images/body-bg.jpg) repeat-x 0 0;}
.bg-white{background: #fff;position: relative;/*box-shadow:1px 10px 15px rgba(0,0,0,0.4);*/}
.bg-white:before{
    position: absolute;
    top: 0;
    left: -17px;
    height: 100%;
    content: "";
    width: 17px;
    background: url(../images/bg-l.png) repeat-y left top;
    z-index: 9;
}
.bg-white:after{
    position: absolute;
    top: 0;
    right: -17px;
    height: 100%;
    content: "";
    width: 17px;
    background: url(../images/bg-r.png) repeat-y left top;
    z-index: 9;
}

/*******************************
	-------[=头部]-------
********************************/
#hd{background:url(../images/top-bg.jpg) repeat-x 0 0;border-bottom:5px solid #f68026;height: 74px;}
.logo{display: inline-block;padding-top: 8px;}
.top{padding-top: 22px;}
.top span{
    display: inline-block;margin-left: 30px;line-height: 37px;height: 37px;
    background-position:left center;background-repeat: no-repeat;
    color: #fff;font-size: 14px;font-family: "Arial";
}
.top a:hover span{color: #f68026;}
.top .s1{padding-left: 118px;background-image: url(../images/top-1.png);background-position:left top;}
.top .s2{padding-left: 32px;background-image: url(../images/top-2.png);}
.top .s3{font-size: 18px;padding-left: 19px;background-image: url(../images/top-3.png);}

.nv{height: 50px;border-bottom:3px solid #f68026;position: relative;}
.search{float: right;width: 202px;height: 30px;margin: 11px 20px 0 0;background: url(../images/search.png) no-repeat 0 0;}
.search .inp{width: 130px;line-height: 30px;padding: 0 15px;border: 0;background: none;font-size: 14px;float: left;}
.search .sub{width: 40px;height: 30px;border: 0;background: none;cursor: pointer;float: left;}

/*******************************
	-------[=导航]-------
********************************/
#nav{position: absolute;left: 0;top: 0;}
#nav dl{position: relative;}
#nav dl dd{float: left;line-height: 53px;}
#nav dl dd .a1{display: block;padding: 0 35px;color: #04344d; font-size: 17px;font-weight: bold;}
#nav dl dd .a1:hover,#nav dl dd.on .a1,#nav dl dd.now .a1{color: #f68026;background:#052f45;box-shadow:4px 4px 10px rgba(0,0,0,0.5) inset;}
#nav a:hover{color: #f68026;}
/*二级菜单*/
.nav_second{
    display: none;
    position: fixed;width: 100%;left: 0;top: 130px;z-index: 99;
    background:url(../images/nav-bg.jpg) repeat-x 0 0;
    border-bottom:3px solid #f68026;
    height: 173px;
}
.nav_second li{
    height: 143px;font-size: 13px;line-height: 30px;overflow: hidden;float: left;padding:30px 50px 0;
    background: url(../images/nav-li-bg.jpg) no-repeat right center;
}
.nav_second a{color: #fff;display:block;padding-bottom: 20px;}
.nav_second .li3 a{padding:0 0 0 10px;}
.n2 .nav_second  .a2{font-size: 12px;}
.nav_second .a2{background: url(../images/nav-a2.png) no-repeat 0 center;line-height: 26px;/*font-size: 12px;*/}
/*#nav .n4,
#nav .n1,
#nav .n3,
#nav .n5{position: relative;}*/
.nav_second2{position: absolute;width: 226px;}
.nav_second2 li{background: none;height:auto !important;padding: 20px 30px 40px;}

/*手机导航*/
.menu-m{position: absolute;
    right:20px;
    top:30px;
    z-index: 999;
    display: none;}
.menu-m em{position: relative;display: block;
    width: 34px;height: 4px;margin:4px 0;background:#ff5804;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition:.8s;}
.menu-m.ok .em1{
    top:10px;
    transform:rotate(40deg);
    -ms-transform:rotate(40deg);
    -moz-transform:rotate(40deg);
    -webkit-transform:rotate(40deg);
    -o-transform:rotate(40deg);
}
.menu-m.ok .em2{
    opacity: 0;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.menu-m.ok .em3{
    top:-7px;
    transform:rotate(-40deg);
    -ms-transform:rotate(-40deg);
    -moz-transform:rotate(-40deg);
    -webkit-transform:rotate(-40deg);
    -o-transform:rotate(-40deg);
}
#menu-nav{
    width: 100%;
    display: none;
    position: absolute;
    top: 79px;
    right: 0;
    z-index: 9999;
}
#menu-nav ul{
    display: none;
}
#menu-nav ul li a{
    font-size: 14px;
    line-height: 30px;
    background-color: #042e44;
    color: #fff;
}
#menu-nav a{
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: #fff;
    border-bottom:1px solid #ddd;
}
#menu-nav .search{
    height: 40px;
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 0;
    width: 100%;
    background-image:none;
    border-bottom:1px solid #ddd;
}
#menu-nav .search .inp{
    height: 40px;
    width: 100%;
}

#menu-nav .search .sub{
    position: absolute;
    top: 0;
    right: 5px;
    height: 40px;
    background: url(../images/search-b.png) no-repeat center center;
}

/*******************************
	-------[=banner]-------
********************************/
#banner .item{width: 100%;}
#banner .item img{width: 100%;}
#banner {position: relative;overflow: hidden;}
#banner .slick-dots{
   position: absolute;
   left: 0;
   bottom:20px;
   width: 100%;
   z-index:98;
   height: 12px;
   text-align: center;
   }
#banner .slick-dots li{display: inline-block;}
#banner .slick-dots button{
    padding: 0;
    border:none;
    text-indent: -99999px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#7a7a7a;
    margin:0 5px;
    -webkit-appearance: none;       
    -moz-appearance: none;
    appearance: none;}
#banner .slick-dots .slick-active button,
#banner .slick-dots  button:hover{
    background:#336799;
    border: 2px solid #e9eff4;
    width: 16px;
    height: 16px;
    margin: 0 3px;
}

/*******************************
	-------[=底部]-------
********************************/
#fd{background: url(../images/fd-bg.jpg) 0 0;background-size: 100% 100%;border-top:5px solid #f68026;}
#fd a{color: #dee2e6;}
#fd a:hover{color: #f68026;}
.fd-top{padding: 24px 0;overflow: hidden;}
.fd-tit{font-size: 18px;color: #fff;font-weight: lighter;padding-bottom: 20px;}
.fd-top-l{float: left;overflow: hidden;}
.fd-top-l li{float: left;margin-right: 130px;}
.fd-top-l dd{line-height: 26px;font-size: 13px;}
.fd-top-r{float: right;overflow: hidden;}
.fd-top-r .weixin{width: 129px;text-align: center;line-height:40px;font-size: 13px;color: #dee2e6;float: left;}
.fd-top-r .weixin img{width: 129px;height: 129px;display: block;}
.fd-top-r .share{float: right;padding-left:50px;}
.fd-top-r .share p{line-height: 40px; font-size: 13px;color: #999;}
.fd-top-r .share ul{overflow: hidden;}
.fd-top-r .share li{float: left;margin-right:10px;}
.fd-top-r .share li img{width: 20px;height: 20px;}
.fd-bot{font-size: 15px;color: #fff;line-height: 52px;}
.fd-bot span{float: right;}


.fd-top-l.fd-top-ul li{margin-right:155px;}


.layout .col-l.fixed{position: fixed;top:0;}
.m-inner .col-l.fixed{position: fixed;top:0;}
.fixed .product-pic{display: none;}