@charset "utf-8";
/* CSS Document */
/*2021.06.17 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.box{
	overflow: hidden;
	
}

.container{
	/*max-width: 1440px;
	width: 90%;*/
	
}

/*顶部弹出搜索样式*/

/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}
.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #c0d5e759;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #b47e3b;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #b47e3b;
	color: #fff;
}


/*顶部弹出样式 end*/
.topbg{
	background: #4a3719 url(../img/tobg.jpg) no-repeat center top;
	background-size: cover;
	min-height:155px;
}
.wc-top{
	
}

.top-right{
	
}
.logo{
	padding-top: 25px;
}
.searchbg{
	background: url(../img/searchbg.png) no-repeat center top;
	width: 241px;
	height: 43px;
	
}
 .searchbg .inp-text{
	background: none;
	border: none;
	width: 200px;
	padding-left: 5px;
	color: #fff;
	line-height: 43px;
	
}
 .searchbg .inp-but{
	background: none;
	border: none;
	width: 40px;
	height: 40px;
}

.top-right .ul1 ul li{
	float: left;
	text-align: center;
	
}
.top-right .ul1 ul li a{
	color: #fff;
	font-size: 16px;
	padding-top: 6px;
}
.top-right .ul1 ul li.li1 {
	background: url(../img/enbg1.png) no-repeat center top ;
	height: 72px;
	width: 74px;
}

.top-right .ul1 ul li.li2{
	background: url(../img/serbg1.png) no-repeat center top ;
	height: 72px;
	width: 74px;
	padding-top: 16px;
}




/*top end*/


.wc-menu{
	min-height: 48px;
	padding-bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}
.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
}
.wc-menu ul li{
	line-height:48px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: left;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
}

.wc-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
     position: relative;
	line-height:48px;	 
	display:inline-block;
    transition: all 0.2s;
    font-weight: lighter;
	text-decoration: none;
	border-bottom: 3px solid transparent;

}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{

border-bottom: 3px solid #fff;

}
 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
border-bottom: 3px solid #fff;
}
.wc-menu ul li a:hover{
		border-bottom: 3px solid #fff;
}


.wc-menu ul li a.active,.wc-menu ul li a:hover{
	border-bottom: 3px solid #fff;
	
}


.wc-menu ul li .ernav{
	position: absolute;
	/*position: relative;*/
	left: 0px;
	top: 50px;
	background:#5f777d;
	width: 100%;
	min-width: 100%;
	z-index: 111 !important;
	display: none;	
	opacity: 0.8;
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            	
	background: none;
	text-align: left;	
	line-height: 34px;
	border: none;
	border-bottom: 1px solid #6b8f99;
}
.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 26px;
	font-size: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 20px;
	border-bottom:none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #4b646b;
	
}

/*menu End*/
img{
	max-width: 100%;
	
}
/* 本例子css */

.footer{
	min-height: 50px;
	background:url(../img/fg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 100px 0 10px;
}
.flink{
	padding-bottom: 30px;
	border-bottom: 0px solid #65625f;
	margin-bottom: 30px;
}
.flink ul{
	
}
.flink ul li{
	text-align: center;
	
}

.flink ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	border: 2px solid #b08747;
	height: 48px;
	line-height: 42px;
	position: relative;
}
.flink ul li a i.i1{
	position: absolute;
	left: 6px;
	top: -6px;
	opacity: 0;
}
.flink ul li a i.i2{
	position: absolute;
	right: 6px;
	bottom: -6px;
	opacity: 0;
}
.flink ul li a:hover i.i1{
	opacity: 1;
}
.flink ul li a:hover i.i2{
	opacity: 1;
}

.flink ul li:nth-child(2) a{
	line-height: 40px;       
    padding: 0 33px;
	
}
.flink ul li:nth-child(2) a i.i1{
	top: 3px;
	
}
.flink ul li:nth-child(2) a i.i2{
	
	bottom: 3px;
}


.flink ul li a:hover{
	border: none;
	padding: 2px;
	background:url(../img/fimg1.jpg) no-repeat center bottom;
	background-size: cover;
}

.flink ul li:nth-child(2) a:hover{
	padding: 2px 33px;
}

.f-left p{
	font-size: 14px;
	color: #fff;
	
	line-height: 31px;
}
.f-left p a{
	font-size: 16px;
	color: #fff;
	
}
.footer2 h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 22px;
}
.footer2 ul li a{
	font-size: 14px;
	color: #fff;
	
}
.footer2 ul li{
	line-height: 31px;
}
.f-right p{
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 30px;
}


/*.wc-copyEnd*/

@media (min-width: 1200px){
.container {
    width: 1170px;
}

}

@media (min-width: 1230px){
.container {
    width: 1200px;
}

}

@media (max-width: 1277px) {

.flink ul li:nth-child(2) a{
   padding:0;
}

}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

.footer2 ul li a{
	font-size: 15px;
}


}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
   
   .container{
	width: 94%;
}

.flink ul li{
	margin-bottom: 15px;
}
.flink {
	padding-bottom: 12px;
}
.f-right{
	margin-top: 20px;
}
.f-right p{
	text-align: left;
	margin-top: 0;
}
.footer{
	padding-top: 30px;
}

}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
.right-nr table td, .right-nr table th {
    white-space: nowrap;
}
.container{
	width: 100%;
}

.footer{
	text-align: center;
	padding: 20px 0 25px;
}
.footer h4{
	
	margin-bottom:10px;
}
.f-mid{
	margin: 10px 0;
}
.f-left p{
	font-size: 16px;
}
.f-right{
	margin-top: 0px;
	text-align: center;
}
.f-right p{
	text-align: center;
}
}
