*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
a{
	text-decoration: none;
	color: #333;
}

input,div,button{
	outline: none;
}
li{
}
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
}
.hidden_scrill::-webkit-scrollbar {
    display: none;
}
html,body{
	width: 100%;
	font-size: 14px;
	color:#333;
	background-color: #fff;
	position: relative;
}
.show_one{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    word-break: break-all;
}
.show_two{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-all;
}
/*基本样式*/
#header{
	position: relative;
	left: 0;
	top:0;
	z-index: 10;
	width: 100%;
	height: 100px;
	background-color: #fff;
	color: black;
	font-size: 16px;
	border-bottom: 1px solid #F7F7F7;
}
#header .left_name{
	margin-top: 25px;
}
#header .left_name p:nth-child(1){
	font-size: 24px;
}
#header .left_name p:nth-child(2){
	font-size: 12px;
}
#header .logo_img_o{
	height: 64px;
    margin-top: 18px;
    padding: 6px;
    margin-right: 10px;
    margin-left: 6px;
}
#header .right{
	height: 100%;
}
#header .right span{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 10px;
	font-size: 12px;
    text-align: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    float: left;
    margin: 0 10px;
    position: relative;
}
#header .right a{
	display: block;
	height: 100px;
	line-height: 100px;
    text-align: center;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}
#header .right a img{
	margin-left: 2px;
	vertical-align: middle;
}
#header .right span .box{
	width: 120%;
	position: absolute;
	top: 70px;
	left: -10%;
	border: 1px solid #F7F7F7;
	opacity: 0;
	/*transition: all 0.3s;*/
}
#header .right span:hover .box{
	opacity: 1;
}
#header .right span .box .list{
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #fff;
}
#header .right  span .list.active,#header .right  span .list:hover{
	background-color: #143883;
	color: #fff;

}



.m-sub-menu {
    position: fixed;
    right: -100%;
    width: 100%;
    padding-left: 34%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.64s ease 0s;
}
.list-wrap{
	background-color: #fff;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}
.m-sub-menu .top-box {
    line-height: 60px;
    height: 60px;
    background-color: #333;
}
.f-cb {
    zoom: 1;
}
.m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 16px;
    color: #acacac;
    margin-left: 8.2%;
    font-family: "Base-font";
}
.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}
.m-sub-menu .list-wrap ul {
    width: 100%;
}
.m-sub-menu .list-wrap li {
	list-style: none;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    float: left;
}
.m-sub-menu .list-wrap li .col-box {
    display: block;
    width: 100%;
    padding: 0 7.8% 0 8.2%;
    line-height: 40px;
    height: 40px;
}
.m-sub-menu .list-wrap li .box{
	display: none;
}
.m-sub-menu .list-wrap li.active .box{
	display: block;
}
.m-sub-menu .list-wrap li .box .list{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 4% 0 14%;
	border-top: 1px solid #f2f2f2;
}

.m-sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666;
}
.m-sub-menu .list-wrap .point {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 16px;
    transform:rotate(0deg);
}
.m-sub-menu .list-wrap li.active .point{
	transform:rotate(180deg);
}
.m-sub-menu .bot-link {
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    margin-top: 30px;
}
.m-sub-menu .bot-link .link1 {
    background: url(../images/ico_01.png) no-repeat center;
    background-size: auto 16px;
}
ul{
	
	list-style: none;
}
.m-sub-menu .bot-link a {
    display: inline-block;
    width: 36px;
    height: 50px;
    margin-right: 20px;
    float: left;
}

.m-sub-menu .list_about_us{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}
.m-sub-menu .list_about_us .tit {
    padding-left: 16px;
}
.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}
.guanyuwomen_menu,.zhuanyelingyu_menu,.lianxiwomen_menu,.zhuanyetuandui_menu,.gongshiyeji_menu,.news_menu,.lianxiwomen_menu{
	display: none;
}
.guanyuwomen_menu>li a,.zhuanyelingyu_menu>li a,.lianxiwomen_menu>li a,.zhuanyetuandui_menu>li a,.gongshiyeji_menu>li a,.news_menu>li a,.lianxiwomen_menu>li a{
	padding: 0 7.8% 0 14%;
}
.ment_ul_show{
	display: block!important;
}



.main{
	width: 90%;
	margin: 0 auto;
}
.template{
	width: 100%;
	height: 100px;
}
#footer{
	background-color: #292536;
}
#footer .fot_top{
	padding: 40px 0;
	border-bottom: 1px solid #807F83;
}
#footer .fot_top .list{
	width: calc(100% / 6);
	text-align: center;
	border-left: 1px solid #807F83;
	float: left;
	padding: 10px 0;
}

#footer .fot_top .list a{
	color: #9A9A9A;
	margin-top: 6px;
	display: block;
}
#footer .fot_top .list a:nth-child(1){
	color: #E6E6E6;
	margin-bottom: 10px;
}
#footer .fot_top .list a:hover {
	color: #A2C7E0;
}
#footer .fot_top .list:last-child{
	border-right: 1px solid #807F83;
}
#footer .fot_bot{
	padding: 20px;
}
#footer .fot_bot .left{
	float: left;
	width: 50%;
}
#footer .fot_bot .left input{
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	border: 1px solid #D6D6D7;
	height: 26px;
	line-height: 26px;
	max-width: 100%;
	width: 260px;
	color: #807F83;
	border-radius: 800px;
	padding: 0 30px;
	font-size: 12px;
}
#footer .fot_bot .right{
	float: right;
	text-align: right;
	width: 50%;
	color: #E6E6E6;
	font-size: 12px;
}




.M-box2{
	display: none !important;
			height: auto;
			text-align: center;
			margin-top: 30px;
			transition: all 0.3s;
}

.M-box2>a,.M-box2>span{
			padding: 4px 8px;
			text-align: center;
			line-height: 60px;
			margin-right: 30px;
			font-size: 16px;
			background-color: #fff;
			border: 1px solid #EBEBEB;
}
.M-box2>a:hover,.M-box2>span:hover{
			background-color: #D7D5CF;
			color: #fff;
}
.M-box2>span.active{
			background-color: #D7D5CF;
			color: #fff;
			cursor: pointer;
}
.M-box2 a:nth-child(2),.M-box2 a:nth-last-child(2){
			display: none!important;
}
.M-box2 .prev{
	background-color: #5D5D5D;
	color: #fff;
}
.M-box2 .next{
	background-color: #D7D5CF;
	color: #fff;
}
.M-box2 .next:hover{
	background-color: #5D5D5D;
	color: #fff;
}





@media screen and (min-width: 1440px) {
	
	.m-btn{
		display: none;
	}
	

}
@media screen and (min-width: 1050px) and (max-width: 1440px) {

	.hea_center{
		width: 90%;
	}
	.main{
		width: 95%;
	}
	
	.m-btn{
		display: none;
	}
	#header .right span{
		padding: 0;
		font-size: 16px;
		margin: 0 3px;
	}
	#header .right a{
	    font-size: 16px;
	}
	


}

@media screen and (min-width: 780px) and (max-width: 1050px) {
    #header {
	    position: fixed;
	    border-bottom: 1px solid #eee;
	}
	body{
		padding-top: 100px;
	}
    #header .right{
		display: none;
	}
   	#header .left{
	    float: left;
	}
	.main{
		width: 95%;
	}
	.hea_center{
		width: 90%;
	}
	
	.M-box2>a,.M-box2>span{
			margin-right: 14px!important;
	}

}
@media screen and (min-width: 480px) and (max-width: 780px) {
    #header {
	    position: fixed;
	    border-bottom: 1px solid #eee;
	}
	body{
		padding-top: 100px;
	}
    #header .right{
		display: none;
	}
	
	.main{
		width: 100%;
		padding: 10px;
	}
	.hea_center{
		width: 90%;
	}
	#header .left{
	    float: left;
	}
	#header .left_name p:nth-child(2){
		display: none;
	}
	#header .left_name p:nth-child(1){
		font-size: 20px;
		margin-top: 10px;
	}
	.M-box2>a,.M-box2>span{
			margin-right: 14px!important;
	}
	#footer .fot_top .list{
		width: calc(100% / 3);
		margin-top: 20px;
		
	}
	#footer .fot_top .list:nth-child(3n){
		border-right: 1px solid #807F83;
	}
	#footer .fot_bot .left{
		width: 100%;
	}
	#footer .fot_bot .left input{
		width: 100%;
	}
	#footer .fot_bot .right{
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}

}
@media screen and (max-width: 480px) {
	body{
		padding-top: 60px;
	}
	#header{
		height: 60px;
		position: fixed;
	    border-bottom: 1px solid #eee;
	}
  	 #header .right{
		display: none;
	}
	#header .logo_img_o {
	    height: 54px;
	    margin-top: 3px;
	}
	#header .left{
	    float: left;
	}

	#header .left_name{
		display: none;
	}
	.m-btn img{
		height: 40px!important;
		margin-top: 10px!important;
	}
	.m-btn {
     margin-top: 0;
	}
	
	.hea_center{
		width: 90%;
	}
	
	.main{
		width: 100%;
		padding: 10px;
	}
	.template{
		width: 100%;
		height: 60px;
	}
	#footer .fot_top .list{
		width: calc(100% / 2);
		margin-top: 20px;
		border-left: 1px solid rgba(0,0,0,0);
	}
	#footer .fot_top .list:nth-child(2n){
		border-right: 1px solid rgba(0,0,0,0);
		border-left: 1px solid #807F83;
	}
	#footer .fot_bot .left{
		width: 100%;
	}
	#footer .fot_bot .left input{
		width: 100%;
	}
	#footer .fot_bot .right{
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	#footer .fot_top{
		padding: 20px 0;
	}
	.M-box2>a,.M-box2>span{
			margin-right: 6px!important;
	}
	.M-box2{
		padding: 0;
	}

}






