﻿body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,select,li,nav {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    outline-style: none;
    vertical-align: middle;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;

}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

body {
    font-family: microsoft yahei;
    font-size:16px;
    color:#333333;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #333333;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;color: #f67d12;}/*指鼠标在链接*/

a:active{text-decoration:none;}/* 指正在点的链接*/
.fl	{
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    zoom:1;
}


/* 当前位置 */
.currentLocation{
    margin-top: 20px;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #838383;
}
.currentLocation a{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #838383;
}
.currentLocation .selectCurrentLocation{
    color: #2b2b2b;
}
/* 分页 */
.paging{
    width: 100%;
    text-align: center;
    margin-bottom:30px;
}
.paging div{
    text-align: center;
}
.paging div a {
    display: inline-block;
    height: 33px;
    line-height: 32px;
    padding: 0px 11px;
    border-radius: 4px;
    margin-right: 15px;
    border: solid 1px #12adb1;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #12adb1;
    cursor: pointer;
}
.paging div a:hover{
    background-color: #12adb1;
    color: #fff;
}
.paging div .pagingA{
    background-color: #12adb1;
    color: #fff;
}

/* 隐藏手机端导航 */
.moblieNav,.moblieHeader{
    display: none;
}
@media screen and (max-width:767px) {
	.waibox{padding:0 15px;}
	.wrapper{width:100%;}
    /* 导航 */
    .headerTop {display: none;}
    .nav{display: none;}
    .moblieNav {display:block;position: relative; height: 43px;line-height: 43px;text-align: center;background-color: #1d9b30; padding: 0px 15px;}
    .moblieNav :first-child{display:inline-block;float: right; height: 31px; margin-top: 0.25rem; }
    .moblieNav :last-child{float: left;color: #fff;font-size: 16px;}
    .moblieNav :last-child img{margin-top:6px; height:auto;}
    .moblieHeader{width: 100%; display: none;position: absolute;left: 0;z-index: 99999999;background-color: #fff;}
    .moblieHeader ul{width: 100%;border-bottom: 2px solid #f67d12; padding-bottom: 10px;}
    .moblieHeader ul li {height: 35px;line-height: 35px; text-align: center;}
    .moblieHeader ul li a{color: #838383;}
    /* .moblieHeader ul .selectMoblieNav{border-bottom: 2px solid #87c301;} */

    /* 当前位置 */
    .currentLocation .wrapper{width: 100%;text-align: right;padding-right: 10px;}
    /* 分页 */
    .paging .wrapper{width: 100%;}
    .paging div a{margin-right: 5px;}
}
