@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, 
th, td { 
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 12px/1 Tahoma, "Microsoft Yahei", Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}
h1 { font-size: 18px;  }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }
small { font-size: 12px; } 
ul, ol { list-style: none; }
a { text-decoration: none; color: #666666;}
a:hover { text-decoration: none; color: #d20001; }
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after { content: ''; }
legend { color: #000; } 
fieldset, img { border: none; }
button, input, select, textarea {font-size: 100%; }
table {border-collapse: collapse;border-spacing: 0;}
hr {border: none;height: 1px;}

/* dl,dd,dt水平排列的样式 */
.dl_horiz{*zoom:1;}
.dl_horiz dt{float:left;width:40%;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap;}
.dl_horiz dd{margin-left:40%;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}
.no-bd{ border: none!important;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix {zoom:1; /* for IE6 IE7 */}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0;}
.zoom{zoom:1}
.hidden{visibility:hidden;}
.hide{display:none;}
.oh{ overflow:hidden;}
.ellipsis{text-overflow:ellipsis; overflow: hidden; white-space:nowrap;}

.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.m1020{margin:10px 20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}


.p5{padding:5px;}
.p7{padding:7px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p1020{padding:10px 20px}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}

.bdrd5{border-radius: 5px;}
.bdr{ border-right:1px solid #dedede;}
.bd-last{ border-bottom: none !important;}

.f-red{color: #d20001;}
.f-gray{color: #999999;}
.f-og{color: #fa9005;}
.f-blue{color: #00498a}
.bg-wt{ background: #fff;}
.bg-blue{ background: #8b90ef;}
.bg-yl{ background: #ffd16b;}
.bg-red{ background: #ff6969;}
.bg-gray{ background: #f2f2f2;}
.bg-gray1{ background: #3a3a3a;}

.w{ margin:0 auto;width:1120px;text-align: center;}
.w img{margin: 0 auto;}
a.btn-og{
    padding: 8px 30px;
    background: #fa9005;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
a.btn-og:hover{
    color: #fff;
}

/* 公共头部样式 */
.head-box{
    height: 83px;
    border-top: 3px solid #d20000;
}

.head-box .logo{
    width: 229px;
    height: 45px;
    line-height: 45px;
    margin: 20px 0 0 0;
}
.logoName{
    font-size: 24px;
    font-weight: 900;
    color: #3babd3;
}
.head-box .menu{}
.head-box .menu li{
    float: left;
    height: 83px;
    line-height: 83px;
    margin: 0 35px;
    font-size: 18px;
    text-align: center;
}

.head-box .menu li a{
    color: #888888;
}

.head-box .menu li a:hover{
    color: #d20000;
}

.head-box .menu li a.cur{
    color: #d20000;
}

.head-top .top-guide a{
    display: inline-block;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.head-top .top-guide a:hover{
    color: #fe8437;
}
.head-top .top-guide .blue{
    color: #3babd3;
}
.head-top .top-guide .green{
    color: #93c032;
}

#header .head-logo-box{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
    z-index: 9;
}

#header .head-logo{
    width: 1180px;
    height: 102px;
    margin: 0 auto;
}
.head-logo .logo{
    width: 270px;
    height: 64px;
    display: inline-block;
    margin-top: 24px;
	margin-right: 60px;
    background: url(logo.jpg) no-repeat;
}

.head-logo .menu-box{
	width: 700px;
}

.head-logo .menu{
    width: 550px;
	margin-top: 20px;
    height: 76px;
    line-height: 76px;
}

.head-logo .menu li.p-item{
    width: 110px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.head-logo .menu li.cur{
    border-bottom: 4px solid #fe8539;
}

.head-logo .menu li .m-menu{
    font-size: 18px;
    text-decoration: none;
}
.head-logo .login-btn{
	width: 130px;
	height: 36px;
	line-height: 36px;
	margin-top: 40px;
	padding-left: 10px;
	text-align: right;
	border-left:1px solid #c9c9c9;
}
.head-logo .login-btn a{
	display: inline-block;
	height: 36px;
	font-size: 16px;
	padding: 0 15px;
	color: #fff;
}
.head-logo .login-btn .btn-reg{
	background: #0093dd;
}
.head-logo .login-btn .btn-log{
	background: #fe8539;
}
/*** 公共底部样式 ***/
.foot-box{
    padding: 40px 0;
}
.foot-box .foot-logo{
    width: 229px;
    height: 49px;
    display: inline-block;
    background: url(foot_logo.png) no-repeat;
}
.foot-box p{
    text-align: center;
    line-height: 22px;
    color: #808080;
    margin-bottom: 10px;
}
.foot-box a{
    color: #808080;
}
.foot-box a:hover{
    color: #bbb;
}
.foot-box .a-line{
    margin: 0 10px;
}

/* 弹窗样式 */
.shade2{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display:none;
    z-index: 999; 
}
.CPM2{
    width: 350px;
    /* height: 160px; */
    background-color: white;
    margin: 70px auto;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    opacity:0;
}
.CPM2-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.top-title{
    font-size: 16px;
    color: black;
    font-weight: 600;
}
.closew2{
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    color: rgb(182, 188, 194);
    cursor: pointer;
    text-align: right;
}
.vanish{
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
    line-height: 1.2;
}

/* 会员登录注册 */
.shade1{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display:none;
    z-index: 999;
}
.CPM1{
    width: 350px;
    /* height: 160px; */
    background-color: white;
    margin: 70px auto;
    border-radius: 5px;
    position: relative;
    opacity:0;
}
.closew1{
    font-size: 25px;
    line-height: 25px;
    padding-right: 10px;
    height: 25px;
    text-align: right;
    color: rgb(182, 188, 194);
}
.vanish1{
    margin: 10px 0;
    font-size: 14px;
    color: black;
    text-align: center;
}
.deleteBtn{
    text-align: center;
    /* margin:10px 0; */
    padding: 10px 60px;   
}
.btn-sure2{
    width: 65px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    line-height: 30px;
    background: #0093dd;
    border: 1px solid #0093dd;
    transition: all 0.3s;
    color: white;
}
