body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1 Lucida Grande, 'Microsoft YaHei', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace
}
a{text-decoration:none;}
a:hover{cursor:pointer;}
* {
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

iframe{
    border:none;
}

li {
    list-style: none;
}

input {
    outline: none;
}
strong{
    font-weight: normal;
}

a{
    color: #666666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{ width:100%; height:100%;}
body {
    height: 100%; width:100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

img {
    border: none;
    vertical-align: middle;
}

address, cite, dfn, em, var,i {
    font-style: normal
}

/* 去除iphone ipad 设备默认按钮样式 */
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
body {
    font-size: 0.26rem;
    background-color: #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
hr{
    height:0.14rem;
    background-color:#eee;
    border:0;
}

.header{
}
.header .botMain{
    position: relative;
    height: 70px;
    margin-top: 40px;
    border-top: 1px solid #e4e4e4;
    z-index: 999;
}
.header .logo{
    position: absolute;
    left: calc(35% - 340px);
    top: 41px;
    z-index:99999;
}
.header .searchMain{
    position: absolute;
    right: calc(30% - 340px);
    top: 60px;
    width: 190px;
    height: 30px;
    border: 1px solid #d3d3d3;
    /*background: url("../images/search.png") no-repeat 10px center;*/
}
.header .searchMain input{
    width: 140px;
    height: 100%;
    display: block;
    border: 0;
    margin-left: 10px;
}
.header .botMain .navList{
	display: flex;
	justify-content: center;
    width: 980px;
    margin: 0 auto;
    font-size: 14px;
    color: #555;
    line-height: 70px;
	position: relative;
}
.header .botMain .navList>li{
    float: left;
}
.header .botMain .navList li>span{
	letter-spacing:2px;
	color: #555555;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 10px;
	white-space: nowrap;
}
.header .botMain .navList li>span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 1px;
    height: 15px;
    background-color: #666;
}
.header .botMain .navList li:first-child>span:before{
    background-color: #fff;
}
.header .botMain .navList li ul{
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #fff;
    overflow: hidden;
    display: none;
    padding: 10px;
    width: 280px;
}
.header .botMain .navList li ul li{
    float: left;
    line-height: 30px;
    margin: 0 10px;
}
.header .botMain .navList>li:hover ul{
    display: block;
}
.header .botMain .navList li ul li a:hover,.header .botMain .navList>li:hover span{
    color: #cbcbcb;
}
.header .botMain .icon-nav{
    display: none;
    float:right;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background:url(../images/selectmenu.png) no-repeat center right;
}

.header .botMain .navListHide{
    position: absolute;
    right: 30px;
    top: 39px;
    background-color: #fff;
    width: 50px;
    padding: 10px 0;
    display: none;
}
.header .botMain .navListHide>li{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
    position: relative;
}
.header .botMain .navListHide>li span{
    display: block;
    cursor: pointer;
}
.header .botMain .navListHide li ul{
    position: absolute;
    right: 50px;
    width: 140px;
    background-color: #fff;
    display: none;
}
.header .botMain .navListHide li ul li{
    float: left;
    width: 70px;
}



.footer{
    background-color: #5a5a5a;
}
.footer .botTips{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #efefef;
    line-height: 20px;
}
.footer .topMain{
    text-align: center;
    padding: 20px 0;

	display: flex;

	justify-content: center;
}
.footer .topMain .list{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    line-height: 26px;
    margin: 0 20px;

	height: 238px;

	display: flex;

	flex-direction: column;

	flex-wrap: wrap;
}
.footer .topMain .list h3{
    height: 30px;
    line-height: 30px;
}
.footer .topMain .list h3 a{
    font-size: 18px;
    color: #fff;
}

.footer .topMain .list p{

	margin-right: 30px;

}
.footer .topMain .list p:nth-child(9n+1){

	margin-top: 30px;

}
.footer .topMain .list p a{
    font-size: 14px;
    color: #b9b9b9;
	white-space: nowrap;
}
.footer .topMain .leftList{}
.footer .topMain .leftList h3{
    margin-bottom: 22px;
}
.footer .topMain .leftList h3 a{
    font-size: 14px;
}


.pafModule{
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -75px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.pafModule>div{
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.pafModule>div:hover{
    color: #0a8cd2;
}

@media screen and (max-width: 1300px) {
    .header .botMain .navList{width: 700px;}
}
@media screen and (max-width: 1200px) {
    .header .logo{top: 0; left: 30px;}
    .header .logo img{height: 40px;}
    .header .searchMain {top: 5px; right: 15px;}
}
@media screen and (max-width: 980px) {
    .header .botMain{ height: 40px;}
    .header .botMain .navList{ display: none;}
    .header .botMain .icon-nav{ display: block;}
}


@media screen and (max-width: 680px) {
    .footer .topMain {
        padding: 20px 5%;
    }
    .footer .topMain .list{
        width: 20%;
        margin-bottom: 20px;
    }
    .pafModule{
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .footer .topMain {
        padding: 20px 0;
    }
    .footer .topMain .list{
        width: 50%;
        margin: 0 0 10px;
        float: left;
        text-align: center;
    }
	.footer .topMain .list p{
		margin-right: 0;
	}
}
