@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
} 
html, body{
    width: 100%;
    font-size: 16px;
	font-family:"微软雅黑", "黑体", "宋体","Arial", "Microsoft YaHei",sans-serif;
 }
.logo .max-logo{
width:450px;
}
ul,ol,dl{
	list-style: none;
}
img{
	vertical-align: bottom;
}
* {
    box-sizing: border-box;
}

:after,:before {
    box-sizing: border-box;
}
a{
    color: #000;
	text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle
}
/*表单相关元素*/
fieldset,img,input,button,textarea{
	border: none;
	margin: 0;
	padding: 0;
	/*去除外边线*/
	outline: none;
}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
@font-face{
    font-family: 'Arial'; 
    src: url('/css/Arial.ttf');
    font-weight: normal;
    font-style: normal;
}

/*浮动*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
.clearfix{
	*zoom:1
}
/*版心*/
.w{
	width: 1280px;
	margin: 0 auto;
}

/*水平对齐*/
.tl{
	text-align: left;
}
.tj{
	text-align: justify;
}
.tc{
	text-align: center;
}

.tr{
	text-align: right;
}

/* ---------------------头部开始------------------- */
.header-wrapper{
    background: url(/img/header-bg.png);
    height: 175px;
    width: 100%;
    /* position: absolute; */
    z-index: 999;
   /* background-color: rgba(0,0,0,0.4);  */
}
.header{
    
}
.header-top{
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.logo{
    float: left;
    margin-top: 37px;
}
.min-logo{
    display: none;
}
/* 顶部链接 */
.top-link{
    width: 182px;
    float: right;
    margin: 45px 17px 0 0;
}
.top-link>ul>li{
    float: left;
    margin-left: 35px;
}
.top-link>ul>li>a{
    color: #fff;
    font-size: 14px;
}
/* 搜索框 */
.search{
    float: right;
    margin-top: 55px;
}
.search .search-text{
    display: none;
    width: 170px;
    height: 30px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 5px;
}
.search .search-btn{
    vertical-align: middle;
    width: 19px;
    height: 29px;
    background: url(/img/search.png) no-repeat center;
    border-left: 1px solid #fff;
    padding-left: 25px;
    box-sizing: content-box;
    cursor: pointer;
}
/* 导航 */
.nav{
    /* margin-top: 15px; */
}
.nav>ul>li{
    float: left;
    padding: 10px 4.5%;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    color: #fff;
    font-size: 16px;
}
.nav>ul>li>a>span{
    display: block;
}
/*.nav>ul>li:hover>ul{
    display: block;
}
 .sub:after{
    content: "\25BC";
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 23%;
    top: 35%;
} */
/* 二级导航 */
/* .nav>ul>li>ul{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 26%;
    min-width: 50%;
    text-align: center;
    background: url(/img/header-bg.png);
    box-shadow: 0 3px 5px #ccc;
    border-radius: 4px;
    border-top-right-radius:0 ;
    border-top-left-radius:0 ;
    padding: 0 10px 10px 10px;
    transition: all .1s;
    transform: translateY(-10px);
    z-index: 2;
}
.nav>ul>li:hover>ul{
    visibility: visible;
    transform: translateY(0px);
}
.nav>ul>li>ul>li{
    margin-top: 10px;
}
.nav>ul>li>ul>li:hover a{
    border-bottom: 1px solid #fff;
}
.nav>ul>li>ul>li>a{
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
} */
/* ---------------------头部结束------------------- */

/*-- --------------尾部开始-------------- --*/
.footer{
    padding: 25px 0;
    background: #fff;
}
.footer>p{
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
}
.footer .footer-link{
    text-align: center;
}
.footer .footer-link>ul{
    display: inline-block;
}
.footer .footer-link>ul>li{
    float: left;
    margin-left: 6px;
}
.footer .footer-link>ul>li>a{
    font-size: 14px;
    color: #4a4a4a;
}
/*-- --------------尾部结束-------------- --*/

@media screen and (max-width: 1280px){ 
    html, body{
        font-size: 14px;
    }
    .w {
        width: 1024px;
    }
    .logo{
        float: left;
        margin-top: 27px;
    }
.search .search-btn{
background: url(/img/search.png) no-repeat center;
    background-size: 50%;
}
    .max-logo{
        width: 450px;
    }
    .min-logo{
       
    }
.banner-ul .tempWrap{
    width:100% !important;
}
    .header-wrapper{
        height: 147px;
    }
    /* 顶部链接 */
    .top-link{
        margin: 29px 17px 0 0;
    }
    .top-link>ul>li>a{
        font-size: 12px;
    }
    /* 导航 */
    .nav{
        /* margin-top: 8px; */
    }
    .nav>ul>li{
        padding: 14px 4.4%;
    }
    .nav>ul>li>a {
        font-size: 13px;
    }
    /* 搜索框 */
    .search{
        margin-top: 37px;
    }
    /* 尾部 */
    .footer{
        padding: 12px 0;
    }
    .footer .footer-link>ul>li>a{
        font-size: 12px;
    }
    .footer>p{
        font-size: 12px;
    }
    .nav>ul>li>ul>li>a{
        font-size: 12px;
    }
}