/* 
Anyou
XueJifei
2021/01/20
*/


.anyou-header1-pc {
	line-height: 80px;
}

.anyou-header1-pc .navitem {
	font-size: 16px;
	padding: 0;
	position: relative;
	text-align: center;
}

.anyou-header1-pc .navitem a {
	color: #333;
}

.anyou-header1-pc .navitem:hover a {
	color: #333;
}

.anyou-header1-pc .navitem a.active,
.anyou-header1-pc .navitem:hover a {
	color: #65a231 !important;
}
.header-white.bg-white .navitem a:hover{
	color: #65a231;
}
.anyou-header1-pc .navitem .layui-icon-down {
	font-size: 12px;
	margin-left: 5px;
}

.anyou-header1-pc .navitem .subnav {
	transition: all 0.3s ease-out 0s;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	width: 192px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	top: 68px;
	z-index: 999;
	left: 50%;
	margin-left: -96px;
}

.anyou-header1-pc .navitem:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.anyou-header1-pc .navitem a {
	display: inline-block;
	padding: 10px 0;
	line-height: 2;
}

.anyou-header1-pc .navitem a.nav-a::after {
	content: '';
	display: block;
	width: 30%;
	height: 3px;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.anyou-header1-pc .navitem:hover a.nav-a::after {
	width: 100%;
	background: #65a231;
}

.anyou-header1-pc .navitem .subnav li {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.anyou-header1-pc .navitem .subnav li a {
	height: 20px;
	line-height: 20px;
	background: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
	color: #666 !important;
	width: 100%;
	padding: 14px 0;
}

.anyou-header1-pc .navitem .subnav li a:hover {
	background-color: #f5f5f5;
	color: #666 !important;
}

.anyou-header1-pc .navitem .btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	background: #65a231;
	color: #fff;
	font-size: 14px;
}
.anyou-header1-pc .navitem:hover .btn{background: #e65353;color: #fff;}
.anyou-header1-pc .pc-search {
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	text-align: right;
}

.anyou-header1-pc .pc-search i {
	font-size: 20px;
	color: #555;
	background: #f6f6f6;
	width: 42px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	margin-top: 19px;
}
.anyou-header1-pc .pc-search i:hover{
	background: #ddd;
}
.anyou-header1-pc .pc-search .searchBox1 {
	transition: height 0.36s ease 0s;
	position: absolute;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	background: #fff;
	right: 0;
	width: 190px;
	height: 0;
	line-height: 30px;
	padding: 0 25px;
	top: 90px;
	border-radius: 100px;
}

.anyou-header1-pc .pc-search.search-open .searchBox1 {
	height: 40px;
}

.anyou-header1-pc .pc-search .searchBox1 input {
	width: 100%;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
	border: none;
	background: 0 0;
	height: 100%;
	box-sizing: border-box;
}
.anyou-header1-pc .pc-search .searchBox2{
	position: fixed;
	top: 20%;
	left: 0;
	line-height: 1;
	background: #fff;
	height: 60px;
	z-index: -1;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}
.anyou-header1-pc .pc-search .searchBox2 .searchWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	display: none;
}
.anyou-header1-pc .pc-search .searchBox2 input{
	box-sizing: border-box;
	    padding: 10px 20px;
	    height: 60px;
	    line-height: 60px;
	    width: 500px;
	    border: 0;
	    float: left;
	    font-size: 18px;
}
.anyou-header1-pc .pc-search .searchBox2 button {
    height: 60px;
    line-height: 60px;
    width: 100px;
    background: #65a231;
    font-size: 18px;
    cursor: pointer;
}
.anyou-header1-pc .pc-search .searchWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: none;
}
.anyou-header1-pc .pc-search.search-open .searchWrap{
	display: block;
}
.anyou-header1-pc .pc-search.search-open .searchBox2{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	z-index: 9999;
}

.anyou-header1-pc .lan {
    font-size: 14px;
    color: #555;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-top: 19px;
    margin-left: 10px;
    border: 1px solid #ddd;
}
.anyou-header1-pc .lan:hover{
	border: 1px solid #65a231;
	color: #65a231;
}