@charset "utf-8";
@import "reset.css";
/*globe*/
*{
	margin:0;
	padding:0;
	}
body{color:#666;background:#fff; font-family: "Alibaba Sans Light", Arial;}
a{color:#666; font-family:"Alibaba Sans Light", Arial;text-decoration: none;}
a:hover{color:#ea5504; text-decoration:none;}



@-webkit-keyframes shake {
0%{-webkit-transform:translate(2px, 2px);}
25%{-webkit-transform:translate(-2px, -2px);}
50%{-webkit-transform:translate(0px, 0px);}
75%{-webkit-transform:translate(2px, -2px); }
100%{-webkit-transform:translate(-2px, 2px);}
}
@keyframes shake {
0%{transform:translate(2px, 2px);}
25%{transform:translate(-2px, -2px);}
50%{transform:translate(0px, 0px);}
75%{transform:translate(2px, -2px);}
100%{transform:translate(-2px, 2px);}
}
.cl{
	clear:both;}

.blank2{ height:30px;
overflow:hidden;
}
.fl{
	float:left;}
.fr{
	float:right;}
.shake{position: relative;top: 30px;left: 100px;width: 200px;color: #0000ff;}
.shake:hover{-webkit-animation:shake 0.2s infinite;animation:shake 0.2s infinite;}



/*-----------------首页开始-------------------*/
#w{
	background-color:#f1f1f1;
	margin:0 auto;

	padding:0;}
.w{
	width:1200px;
  margin:0 auto;
}

.cl{
	clear:both;}
.fl{
	float:left;}
.fr{
	float:right;}
.blank{
	height:15px;
	overflow:hidden;}
.titel{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	font-size:20px;
	font-weight:bold;
	color:#000;
	letter-spacing:2px;
	padding:0 15px;
	}
.titel a{
	color:#c61920;
	font-size:14px;
	font-weight:normal;
	}
.titell{
	font-size:32px;
	font-weight:600;
	color:#bda05a;
	line-height:60px;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.abcont{
	width:1100px;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	text-align:center;
	position:relative;
	margin:0 auto;
	letter-spacing:2px;
	}
.abcont p{
	text-indent:2em;}
.abimg{
	text-align:center;
	width:1000px;
	margin:0 auto;
	margin-top:25px;
	}
.abimg a{
    border-radius: 15px;
	display:inline-block;
	color:#000;
	font-size:24px;
	line-height:40px;
	letter-spacing:3px;
	overflow:hidden;
	background:rgb(255,255,255,.4);
	padding:15px 50px;
	
	transition:all ease-in .5s;
	box-shadow: rgb(0,0,0,.2) 0px 2px 3px 2px;
	}
.abimg a span{
	display:block;
	color:#c61920;
	text-transform:uppercase;
	letter-spacing:2px;
	transition:all ease-in .5s;
	}	
.abimg a:hover{
	background:rgb(181,0,0,.6);
	color:#fff;
	}	
.abimg a:hover span{
	color:#fff;
	}
.more a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding-right:20px;
	padding-left:20px;
	margin-top:5px;
	background:#c00;
	line-height:25px;
	height:25px;
	border-radius:15px;
	transition:all ease-in .5s;
}
.more a:hover{
	background:#222;
	}
.inews{
	width:570px;
	float:left;
	overflow:hidden;
	margin:0 12px;
	border:1px solid #ddd;
	}
.inews ul{
	list-style:none;
	padding:10px 15px;
	}
.inews ul li{
	height:45px;
	line-height:45px;
	border-bottom:1px dotted #ccc;
	color:#666;
	font-size:14px;
	}
.inews ul li a{
	background:url(../images/dian.png) no-repeat left center;
	padding-left:15px;
	font-size:14px;
	}
.inews ul li a:hover{
	background:url(../images/dian1.png) no-repeat left center;
	}
.inews dl{
	overflow:hidden;
	list-style:none;
	padding:30px 15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	overflow:hidden;
	margin:0 10px;
	}
.inews dl dt{
	text-align:center;
	width:120px;
	height:80px;
	color:#666;
	line-height:20px;
	float:left;
	font-size:16px;
	overflow:hidden;
	transition:all ease .5s;
	border-right:1px solid #ccc;
	}
.inews dl dt span{
	display:block;
	font-size:28px;
	color:#666;
	line-height:40px;
	font-weight:bold;
	}
.inews dl dd{
	width:380px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#999;
	}
.inews dl dd h1 a{
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}

.inews dl.ehover1{
	background-color:#f3f3f3;
		}

.inews dl.ehover1 dd h1 a{
	color:#c00000;}
	

.titel2{
	font-size:24px;
	color:#000;
	line-height:40px;
	margin-bottom:10px;
	text-align:center;
	letter-spacing:6px;
	text-transform : uppercase;
	}
.titel2 span{
	font-size:20px;
	display:block;
	font-weight:normal;
	line-height:20px;
	letter-spacing:2px;
	color:#000;
	font-family:"Alibaba Sans";}
.titel2 b{
	color:#c61920;
	font-weight:normal;
	padding-right:10px;}

.ingg{
	background:url(../images/gg.jpg) no-repeat center bottom;
	height:353px;
	display:block;
	margin:0 auto;
	width:100%;
	}	



/*--------------底部开始--------------*/	
footer{
	background-color:#cc000e;
	margin:0 auto;
	color:#fefefe;
	}

#footer{
	background-color:#ddd;
	color:#666666;
	}
.fodh{
	background:url(../images/wx.png) no-repeat right center;
	background-size:auto 100px;
	padding:30px 0 10px 0;	
	width:1050px;
	margin:0 auto;
	padding-right:150px;
	}

.foterwz{
	line-height:30px;
	width:860px;
	float:left;
	font-size:16px;
	color:#999;
	}
.foterwz h1{
	font-size:18px;
	color:#999;
	line-height:30px;
	height:40px;
	font-weight:normal;
	}
.fterw{
	width:1200px;
	margin:0 auto;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#fefefe;
	font-size:14px;
	}
.fterw a{
	color:#fefefe;
	}
.side_banner img{
	width:100%;
	overflow:hidden;}
.leftmenu{
	width:240px;
	background:rgb(221,221,221,.3);
	float:left;
	overflow:hidden;
	padding:30px 0 120px 0;
	}
.menutitle{
	height:80px;
	line-height:80px;
	background-color:#c5b595;
	color:#fff;
	font-size:22px;
	letter-spacing:2px;
	position:relative;
	text-transform : uppercase;
	text-align:center;
	border-bottom:1px solid #fff;
	}

.box{
	width:100%;
	overflow:hidden;
	}
.box ul{
	list-style:none;}
.box ul li{
	width:220px;
	height:45px;
	line-height:45px;	
	margin-bottom:15px;
	text-align:center;	
	transition:all ease-in .5s;
	
	}
.box ul li a{
	padding:0 30px;
	display:block;
	font-size:16px;
	color:#333;
	}
.box ul li.active a, .box ul li a:hover{
	background-color:#e60013;
	box-shadow:rgb(224,224,224,.7) 7px 7px 0;
	color:#fff;
	}

.titel1{
	font-size:32px;
	color:#000;
	line-height:70px;
	margin-bottom:10px;
	text-align:center;
	letter-spacing:6px;
	margin-top:40px;

	}
.titel1 span{
	font-size:22px;
	display:block;
	font-weight:normal;
	line-height:20px;
	letter-spacing:2px;
	color:#000;
	font-family:"Alibaba Sans";}
.titel1 b{
	color:#c61920;
	font-weight:normal;
	padding-right:10px;}
.cenright{
	width:930px;
	margin:0 auto;
	padding:20px;
	font-size:16px;
	line-height:35px;
	color:#666;
	min-height:300px;
	}
.cenright img.fl{
	margin-right:50px;}
.cenright img.fr{
	margin-left:50px;
	}


.ljob dl::after{
	 content: '';
      position: absolute;
	  top:0;
	  left:0px;
	filter: drop-shadow(8px -8px 0px );
	border:1px solid #333;
	width:100%;
            height: 100%;
	}
.ljob dl{

	position:relative;
	padding:35px 35px 40px 35px;
	margin:15px 25px 45px 25px;
	
	
	}
.ljob dl dt{
	height:44px;
	line-height:44px;
	color:#d89b02;
	font-size:20px;
	clear:both;
	letter-spacing:2px;

	}
.ljob dl dd{
	margin-top:14px;
	font-size:14px;
	line-height:30px;
	letter-spacing:1px;
	}
.ljob dl dd strong{
	color:#333;
	}

.tdlist dl{
	list-style:none;
	padding:20px;
	color:#333333;
	font-size:18px;
	}
.tdlist dl dt{
	width:640px;
	float:left;
	margin:20px 0 0 50px;
	font-size:16px;
	line-height:35px;

	}
.tdlist dl dt p{
	text-indent:2em;}
.tdlist dl dt h1 span{
	font-size:24px;
	color:#c61920;
	padding-right:15px;
	
	}
.tdlist dl dt h1{
	font-size:18px;
	line-height:45px;
	margin-bottom:15px;
	font-weight:normal;
	}

.tdlist dl dd{
	float:right;
	width:310px;
	}
.tdlist dl dd img{
	width:310px;}
.wzxx2 dl{
	list-style:none;
	padding:30px;
	margin:0 20px 0 50px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;	
	}

.wzxx2 dl dd{
	line-height:25px;
	font-size:14px;
	color:#7e7e7e;
	}
.wzxx2 dl dd h1 a{
	line-height:45px;
	font-size:16px;
	color:#000;
	font-weight:normal;
	transition:all ease .5s;}
.wzxx2 dl dd h1 a span{
	font-size:20px;
	color:#c61920;
	padding:0 15px;
	}
.wzxx2 dl dd p{
	text-indent:2em;}
.wzxx2 dl dd a{
	font-size:14px;
	}
.wzxx2 dl.rhover1{
	background-color:#f0f0f0;
		}

.wzxx2 dl.rhover1 dd h1 a{
	color:#c33325;}	
.con {overflow:hidden;width:1200px; margin:0 auto;}
.con ul li a {display:inline-block;
text-align:center;
width:15.5%;
    padding: 10px 20px;
	margin:15px;
    border: 1px solid #eee; 
	background-color:#fff;}
.con ul li a img {vertical-align:middle; max-width:100%; height:40px;}	

.wzxx dl{
	overflow:hidden;
	list-style:none;
	padding:30px 15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	overflow:hidden;
	margin:0 10px;
	}
.wzxx dl dt{
	text-align:center;
	width:120px;
	height:60px;
	color:#666;
	line-height:20px;
	float:left;
	font-size:16px;
	overflow:hidden;
	transition:all ease .5s;
	border-right:1px solid #ccc;
	}
.wzxx dl dt span{
	display:block;
	font-size:28px;
	color:#666;
	line-height:40px;
	font-weight:bold;
	}
.wzxx dl dd{
	width:650px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#999;
	}
.wzxx dl dd h1 a{
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}

.wzxx dl.nhover1{
	background-color:#f3f3f3;
		}

.wzxx dl.nhover1 dd h1 a{
	color:#c00000;}


.cms-site-pagination{
	margin-top:20px;
	}
.cms-site-pagination ul li a {
    line-height: 30px;
    display: block;
    height: 30px;
    padding: 0 15px;
    color: #555;
	font-size:14px;
	float:left;	
	border:1px solid #ccc;
	margin:0 10px;
}
.cms-site-pagination ul li.cms-site-active a{
	background-color:#c61920;
	color:#fff;
	border:1px solid #c61920;
	}	
.centern{
	padding:20px 20px 50px 20px;
	line-height:35px;
	font-size:16px;
	color:#666;
	margin:0 auto;}	
.h1t{
	line-height:50px;
	color:#333;
	font-weight:bold;
	
	font-size:18px;
	text-align:center;
	letter-spacing:2px;
	}	
.h5t{
	line-height:30px;
	color:#999999;
	font-size:14px;
	text-align:center;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}	
.centern img{
	max-width:900px;
	overflow:hidden;
	margin:0 auto;
	}	
.btm-navigations a{
	font-size:14px;
	color:#999;
	}	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	







.tzlc{
	width:365px;
	overflow:hidden;
	float:left;
	margin:30px 15px;


	}
.tzlc dl dd{
	padding:0;
	margin-bottom:5px;
	height:50px;
	overflow:hidden;}
.tzlc dl dd a{
	background:url(../images/dian.png) no-repeat left 8px;
	font-size:14px;
	color:#333;
	line-height:25px;

	padding-left:15px;
	
	}
.tzlc dl dd a span{
	display:block;
	font-weight:normal;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	color:#747474;
	}
.tzlc dl dd a:hover{
	background:url(../images/dian1.png) no-repeat left 8px;
	color:#9e8133;
	}
.ntit{
	text-align:center;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#999;
	margin-bottom:20px;
	}
.more1{
	display:block;
	float:right;
	line-height:30px;
	height:30px;
	color:#fff;
	font-size:14px;
		
	margin-top:20px;
}	
.more1 a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding-right:20px;
	padding-left:20px;
	background-color:#9e8133;
	line-height:30px;
	height:30px;
	transition:all ease .5s;
	}	
.more1 a:hover{
	background-color:#d4a83d;}	


.atitel{
	text-align:center;
	line-height:50px;
	height:50px;
	overflow:hidden;
	font-size:32px;
	color:#333;
	font-family: "Alibaba Sans Light", Arial;
	letter-spacing:2px;
	margin-bottom:15px;
	}
.zptitel{
	background-color:#bea158;
	height:40px;
	line-height:40px;
	overflow:hidden;
	display:inline-block;
	color:#fff;
	font-size:20px;
	padding:0 80px 0 20px;
	border-radius:100px 200px 0 100px;
	margin:20px 0;
	}
.zptitel strong{
	margin-right:20px;}	

	
/*----------------主要成员------------------*/

.wzxx1 dl{
	list-style:none;
	background:#f3f3f3;
	padding:20px 20px;
	transition:all ease .5s;
	margin-bottom:50px;
	
	}

.wzxx1 dl dd{
	line-height:25px;
	font-size:14px;
	color:#666;
	margin-top:10px;
	}
.wzxx1 dl dt img{
	width:100%;
	overflow:hidden;
	}
.wzxx1 dl dd h1{
	line-height:40px;
	letter-spacing:2px;
	font-size:16px;
	transition:all ease .5s;
	color:#d70c19;
	}

.wzxx1 dl dd h1 b{
	font-size:24px;
	padding-right:10px;
	}

.wzxx1 dl dd p{
	text-indent:2em;
	}
.wzxx1 dl.zhover1{
	background-color:#f0f0f0;
		}

.wzxx1 dl.zhover1 dd h1 a{
	color:#c33325;}		 

	 
	
.list{border-bottom:1px solid #e5e5e5;}
.list .f{line-height:78px;}
.list .f .jia{float:left;background:url(../images/jia.png) no-repeat 3px center;color:#fc8713;font-size:14px;padding-left:22px; cursor:pointer;}
.list .f .jian{float:left;background:url(../images/jian.png) no-repeat 3px center;color:#fc8713;font-size:14px;padding-left:22px; cursor:pointer;}
.list .f .title{float:left;margin-left:12px;font-size:16px;}
.list .s{display:none;}
.list .s .title{line-height:50px;color:#697071;font-size:18px;text-align:center;font-weight:bold;}
.list .s .content{font-size:14px; line-height:30px; 
    word-break: keep-all;
    white-space: nowrap;
    text-overflow:ellipsis;
	color:#999;}
.list .s .more1{margin:10px 0 20px 0; display:inline-block; padding:0 30px; height:25px; line-height:25px;}
.list .s .more1 a{
	background-color:#f7be3d;
	display:inline-block; padding:0 30px; height:35px; line-height:35px; color:#fff; font-size:14px;
	transition:all ease-in .5s;
	border-radius:20px;}
.list .s .more1 a:hover{
	background-color:#bea158;
	color:#fff;}	
	
	
	
	
	
	







.container{
	height:60px;
	line-height:60px;
	border-bottom:1px solid #dbdbdb;
	position:relative;
	}
.left-title{
	font-size:24px;
	font-weight:bold;
	color:#bda05a;
	letter-spacing:2px;
	border-bottom:3px solid #c6a24c;
	display:inline-block;
	padding:0 10px;
	line-height:59px;
	height:59px;
	}	
.right-wrap{
	display:inline-block;
	float:right;}
.right-wrap a{
	font-size:14px;
	}
.right-wrap a i.icon-home{
	background:url(../images/home.png) no-repeat left center;
	padding-left:30px;
	}

	
		
.wzxx1 ul{
	list-style:none;
	padding:10px;
	}
.wzxx1 ul li{
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	}
.wzxx1 ul li a{
	display:block;
	line-height:40px;
	height:40px;
	background:url(../images/ico1.png) no-repeat left center;
	padding-left:10px;
	font-size:14px;	
	overflow:hidden;
	}	
.wzxx1 ul li a:hover{
	background:url(../images/ico2.png) no-repeat left center;
	color:#c6a24c;
	}	
.lxcent{
	padding:30px;
	background-color:#fff;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	min-height:300px;
	color:#666;
	}		
.lxcentlf{
	width:300px;
	overflow:hidden;
	float:left;}	
.lxcentlf h1{
	font-size:20px;
	font-weight:bold;
	color:#c6a24c;}
.lxcentri{
	width:800px;
	float:right;
	overflow:hidden;}	
	
.joblm{
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row;/* Safari 6.1+ */
    display: flex;
   flex-direction: row;
	width:930px;
	}
.joblm dl{
	position: relative;
    float: left;
    width: 600px;
	margin:0px 80px;
	background-color:#eee;
	transition:all ease .5s;
	}	
.joblm dl dt{
	display:block;
	width:50px;
	height:60px;
	background:url(../images/p1.png) no-repeat center top;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:25px;
	overflow:hidden;
	transition:all ease .5s;
	}
.joblm dl:nth-child(2) dt{
	background:url(../images/p2.png) no-repeat center top;
	}

.joblm dl dd{
	font-size:16px;
	color:#767676;
	line-height:35px;
	transition:all ease .5s;
	padding:0 10px;}
.joblm dl dd h1{
	line-height:50px;
	font-size:26px;
	font-weight:normal;
	height:85px;
	text-align:center;
	}
.joblm dl.phover1{
	background:rgb(181,0,0,.6);
	color:#fff;
	}
.joblm dl.phover1 dt{
	background-position:center -60px;
	}
.joblm dl.phover1 dd h1,.joblm dl.phover1 dd a{
	color:#fff;}	
	






/*---------------------------------------------------------------------------------------------------------------导航结束----------*/
.cms-site-overlay,
.cms-site-overlay-page {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  background-color: rgba(25, 35, 65, 0.5);
    
}
.cms-site-overlay-content {
    position: fixed;
    z-index: 999;
    top: 5%;
    bottom: 60px;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 2px 3px #333;
    width: 1000px;
    transform: translateX(-50%);
    height: 545px;
}

.cms-site-overlay-content .cms-site-left h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #1c82c7;
	margin-top:20px;
}

.cms-site-overlay-content .cms-site-left .cms-site-mainMsg {
    font-size: 14px;
    line-height: 2em;
    overflow-y: auto;
    padding:10px 30px;
}
.cms-site-overlay-content .cms-site-left .cms-site-mainMsg p{
    color: rgb(87,87,87);
    text-indent: 2rem;
}
.cms-site-overlay-content .cms-site-left .cms-site-mainMsg .warn{
    color: #000;
    margin: 30px auto;
}
.cms-site-overlay-content .cms-site-left .cms-site-mainMsg .title{
    font-size: 18px;
    font-weight: bolder;
	line-height:40px;
}

    .cms-site-overlay-content .cms-site-left .cms-site-mainMsg{
          height:calc(100% - 120px);
    }
.cms-site-overlay-content .cms-site-right {
    height: 30px;
    margin: 15px auto;
    text-align: center;
}

.cms-site-overlay-content .cms-site-right a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    width: 180px;
    height: 40px;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border-radius: 4px;
}

.cms-site-overlay-content .cms-site-right .cms-site-yes {
    background-color: #1c82c7;
}

/*.cms-site-overlay-content .cms-site-right .cms-site-yes:hover {*/
    /*background-color: #fa1527;*/
/*}*/

.cms-site-overlay-content .cms-site-right .cms-site-no {
    background-color: #fff;
    border: 1px solid #d5dde3;
    color: #788188;
}

.cms-site-overlay-content .cms-site-right .cms-site-no:hover {
    background-color: #f2f2f2;
	text-decoration:none;
}


#slide-box{
	MARGIN: 0px auto; WIDTH: 1100px;POSITION: relative; HEIGHT: 320px;TEXT-ALIGN:center;
		font-size:12px;
		margin-top:20px;
}


#slide-box .ks-switchable-triggers A {
	DISPLAY: block; Z-INDEX: 99; WIDTH: 32px; COLOR: #fff; POSITION: absolute; TOP: 65px; HEIGHT: 86px; TEXT-DECORATION: none
}
#slide-box .ks-switchable-triggers SPAN {
line-height:35px;
	DISPLAY: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:200;
	 WIDTH: 32px; CURSOR: pointer; HEIGHT: 55px; TEXT-ALIGN: center
}

#slide-box .ks-switchable-triggers .prev {
	background:url(../js/L.png) no-repeat left center;
	LEFT:-50px;
	color:#fff;
	}
#slide-box .ks-switchable-triggers .next {
background:url(../js/R.png) no-repeat right center;
	RIGHT:-50px;
	color:#fff;
	
}
#slide-box .ks-switchable-triggers A.prev:hover {
	background:url(../js/L1.png) no-repeat left center;
}
#slide-box .ks-switchable-triggers A.next:hover {
	background:url(../js/R1.png) no-repeat right center;
}
#slide-box .ks-switchable-triggers A:hover {
	COLOR: #ff0
}
#slide-box .ks-switchable-triggers A:hover SPAN {
	COLOR: #ff0;
}
#slide-box .slide-content {

}
#slide-box .wrap {
	OVERFLOW: hidden;
	 WIDTH: 1130px; 
	 HEIGHT: 300px
}
#slide-box UL {margin:0;padding:0;
	WIDTH: 10000px
}
#slide-box LI {

	FLOAT: left; 
	WIDTH: 208px;
	margin:0 7px 0 5px;
	line-height:25px;
		
}
#slide-box LI img{
		width:200px;

height:220px;
margin-bottom:10px;
transition:box .3s ease-in;
}
#slide-box LI a{
color:#666;
font-size:14px;
}
#slide-box LI a:hover img{
	
	
}
#slide-box LI a:hover{
	color:#c00;
	}
	
/*右侧栏目*/
.ym-contact-wrap{
  position: fixed;
  right: 0px;
  top: 340px;
  background: burlywood;
  z-index: 999;
  display: none;
}
.ym-contact-wrap .contact-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ym-contact-wrap .contact-list .contact-list-i{
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  border-bottom: 1px solid #fff;
}
.ym-contact-wrap .contact-list .wx,.ym-contact-wrap .contact-list .qq{
  position: relative;
}
.ym-contact-wrap .contact-list .wx-wrap{
  position: absolute;
  top: -50px;
  right: 58px;
  width: 152px;
  background: #808080;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 10px 10px;
  display: none;
}
.ym-contact-wrap .contact-list .wx:hover > .wx-wrap{
  display: block;
}
.ym-contact-wrap .contact-list .wx-code{
  width: 132px;
  height: 132px;
  border: 5px solid #fff;
  margin-bottom: 10px;
}
.ym-contact-wrap .contact-list .phone-wrap{
  position: absolute;
  top: -50px;
  right: 58px;
  width: 170px;
  background: #808080;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 30px 10px;
  display: none;
}
.ym-contact-wrap .contact-list .phone-wrap .work-date{
  margin-top: 15px;
}
.ym-contact-wrap .contact-list .phone:hover > .phone-wrap{
  display: block;
}
.ym-contact-wrap .contact-list .mail .mail-wrap{
  position: absolute;
  top: 101px;
  right: 60px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color:#808080;
  padding-right: 20px;
  display: none;
}
.ym-contact-wrap .contact-list .mail .mail-wrap .iconfont{
  color: darkgray;
}
.ym-contact-wrap .contact-list .mail .mail-wrap .icon-jt{
  top: 13px;
}
.ym-contact-wrap .contact-list .mail .mail-wrap a{
  color: #fff;
}
.ym-contact-wrap .contact-list .mail:hover > .mail-wrap{
  display: block;
}
.white-bg{
  display: inline-block;
  width: 50px;
  height: 45px;
  margin-right: 20px;
  background-color: #fff;
}
.ym-contact-wrap .contact-list .ym-phone .phone-number p:first-child{
  margin-top: 5px;
}
.ym-contact-wrap .contact-list .ym-phone:hover .phone-number{
  display: block;
}
.ym-contact-wrap .contact-list .qq-wrap{
  position: absolute;
  top: 0px;
  right: 60px;
  width: 155px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color:#808080;
  padding-right: 10px;
  display: none;
}
.ym-contact-wrap .contact-list .qq:hover > .qq-wrap{
  display: block;
}
.ym-contact-wrap .contact-list .qq-wrap .iconfont{
  margin-right: 5px;
}
.ym-contact-wrap .contact-list .qq-wrap .icon-jt{
  top: 122px;

}
.ym-contact-wrap .contact-list .qq-wrap a{
  color: #fff;
}
.ym-contact-wrap .contact-list .qq-wrap a span{
  display: inline-block;
  width: 95px;
}

.ym-contact-wrap .contact-list .mail-wrap .icon-youxiang{
  line-height: 45px;
}
.flex-wrap{
  display: flex;
}
.btm-navigations{
  padding-top: 30px;
  border-top: 1px solid #eaeef1
}
.btm-navigations a{
  display: block;
  margin-bottom: 5px;
}
.btm-navigations .backpage{
  float: right;
  cursor: pointer;
  text-align: center;
  width: 120px;
  border-radius: 2px;
  color: #788188;
  background-color: #fff;
  border-color: #dbe2e7;
  border-bottom-color: #d5dde3;
  box-shadow: 0 2px 5px rgba(90,90,90,0.2);
  padding: 6px 12px;
  font-size: 14px;
}
.company-list .company-item{
  display: none;
}
.company-list li:hover > .company-item{
  display: block;
}
.cms-site-footer-2 .cms-site-dow a{
    color: #788188;
}




