/* public */
*{
	font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px;
	box-sizing:content-box !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

html,body{
    font-size: 16px;
}

body{
	font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
	background:url(../images/loginbg1.jpg) no-repeat center top;
	background-size:100% auto;
    width: 100%;
    height: 100%;
	margin:0 auto;
	position:relative;
}
ul{list-style-type:none;margin:0px;padding:0px;}
dl,dt,dd{margin:0px;padding:0px;}
ul li,p,form,input{margin:0px;padding:0px;}
textarea{font-size:12px;}

a{
    text-decoration: none;
    color: #000;
}
a:hover{color:#3d7aff; text-decoration:none;}
.cl{
	clear:both;}
.w{
	width:1200px;
  margin:0 auto;
}
.w1{
	width:1200px;
	padding:10px;
	box-shadow:0px 1px 8px rgba(0, 0, 0, 0.3);
	margin:50px auto;
	}
.blank{
	height:15px;
	overflow:hidden;}
.blank2{
	height:25px;
	overflow:hidden;
	}
.blank6{
	height:75px;
	overflow:hidden;
	}
.fl{
	float:left;}
.fr{
	float:right;}
.header .actives{
    /*  */
}
.content{
	background:none !important;
	}


.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #3d7aff !important;
    border-radius: 5px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 600px;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 30px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 940px;
    border-bottom: 1px solid #CF1212;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid #CF1212;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #CF1212;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}



/* 导航条 */
.header-banner{
    height: 73px;
    width: 100%;
}

.cms-site-head{
    min-width: 1200px;
    background-color: rgba(255, 255,255,.8);
}

.header-main{
    position:relative;
    width: 100%;
    height: 73px;
    z-index: 20;
    background-color: rgba(255, 255,255,.8);
  	box-sizing:content-box !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
	border-bottom: 3px solid #c7000b;
}
:after, :before{
	box-sizing:content-box !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
	}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
	margin-left:19px;
}


.header-main img{
    height: 55px;
}

.header-main .header{
    line-height: 70px;
/*    width: 780px;*/
    height: 100%;
}

.header-main .header>ul{
/* display: flex;
    justify-content: space-between;*/
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
	min-width:116px;
    height: 100%;
    text-align: center;

}



.header-main .header>ul>li:hover{
    /* background-color: #c7000b; */
}

.header-main .header>ul>li>p>a:hover , .header-main .header>ul>li.actives>p>a{
	display:block;
    color: #ffffff;
    font-weight: bold;
	background-color:#c7000b;
}
.header .actives>p>a{
    color: #fff !important;
    font-weight: bold;
	background: #c7000b !important;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>a{
    color: #333;
 display: block;
 min-width:116px;

}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>a:hover{
    font-weight: bold;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 45px;
    line-height: 45px;
    min-width: 100px;
	padding:0 10px;
	font-size:14px;
}

.header-main .header>ul>li>ul> li a:hover{
    background-color:#c7000b;
    color: #fff;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
	min-width:100%;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>a{
    font-size: 16px;
}

.selected-menu-login{
    width: 32px;
    margin-left: 25px;
	min-width:32px !important;
}

.selected-menu-login a{
/*    position: relative;
    left: 0px;*/
    width: 32px;
    font-size: 0 !important;
    display: inline-block !important;
	min-width:32px !important;
}

.selected-menu-login a::before{
    content: '';
    display: inline-block;
    background: url(../images/user.png)  no-repeat  center center;
    background-size: 23px;
    width: 20px;
	height:20px;
    margin-right: 10px;

    position: absolute;
    top: 25px;
    left: -8px;
}
.selected-menu-login a:hover{
    background: none !important;
}
.selected-menu-login a:hover::before{
    background: url(../images/user01.png)  no-repeat  center center;
    background-size: 23px;
}

footer{
	background-color:#c7000b;
	margin:0 auto;
	color:#fff;
	}
#footer{
	background-color:#f4f4f4;
	color:#666666;
	padding-top:0px;
	}
.fodh{
	background:url(../images/ewm.png) no-repeat 1050px center;
	padding:10px 0 10px 0;	
	width:1200px;
	margin:0 auto;
	}

.foterwz{
	background:url(../images/flogo.png) no-repeat 30px center;
	line-height:25px;
	width:650px;
	float:left;
	color:#666666;
	font-size:14px;
	padding-left:200px;
	}
.sico{
	background:url(../images/sico.png) no-repeat left top;
	padding-left:53px;
	
	}
.gico{
	background:url(../images/gico.png) no-repeat left top;
	padding-left:53px;

	}
.foterwz h1,.foterwz h1 a{
	font-size:18px;
	color:#666666;
	line-height:50px;
	height:50px;
	margin-bottom:10px;
	font-weight:normal;
	margin-top:0px;
	}
.fterw{
	width:1200px;
	margin:0 auto;
	text-align:center;
	height:48px;
	line-height:48px;
	color:#ffffff;
	font-size:14px;
	}
.fterw a{
	color:#ffffff;}
.fterw span{
	padding:0 20px;}				



