@charset "utf-8";
/* 顶部背景 */
#c-top-bg {
	height: 6.4rem;
	background:rgba(0,0,0,.3) url(../images/mbl.png)repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #b7db4c url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}

/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 150px;
	height: 50px;
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	color: #fff;
	background: #b7db4c;
	text-align: center;
	border-radius: 30px;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-btnf{
    background: #fff;
    color: #b7db4c;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #b7db4c;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}

/* 公共标题 */
.c-common-title{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.c-common-title .tit{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.c-common-title .brief{
    font-size: 20px;
    margin-top: 20px;
}
.c-common-title.fff .tit,.c-common-title.fff .brief{
	color: #fff;
}

/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 9999999;
	width: 100%;
	line-height: 100px;
	text-align: center;
	/* transition: all 0.5s; */
	border-bottom: 2px solid transparent;
}
#c-header.c-head-hide,.c-open #c-header  {
	line-height: 80px;
	color: #333;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-hide a,.c-open #c-header a {
	color: #333;
}
#c-header:hover {
	border-bottom: 2px solid #b7db4c;
}

/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	height: 60px;
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-head-hide .c-logo a img:nth-child(1),.c-open #c-header .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-head-hide .c-logo a img:nth-child(2),.c-open #c-header .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#c-header .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li ul {
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#c-header .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#c-header .c-nav li ul li:last-child a{
	border-bottom:0;
}
#c-header .c-nav>li>a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -6px;
	border: 6px solid transparent;
	transition: all 0.5s;
}
#c-header .c-nav>li.active>a::before,#c-header .c-nav>li:hover>a::before {
	border-bottom: 6px solid #fff;
}
#c-header.c-head-hide .c-nav>li.active>a::before,#c-header.c-head-hide .c-nav>li:hover>a::before {
	border-bottom: 6px solid #b7db4c;
	bottom: 0;
}
#c-header.c-head-hide .c-nav>li.active>a,#c-header.c-head-hide .c-nav>li:hover>a {
	color: #b7db4c;
}


#c-header .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 35px;
}
#c-header .c-nav .c-language .c-list{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-language .c-list {
	top: 81px;
} */
#c-header .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a {
	border: 0;
}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #b7db4c;
}
#c-header .c-nav .c-search-box {
	position: relative;
	padding-right: 0 ;
}
#c-header .c-nav .c-search-box form {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	background: #fff;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-search-box form {
	top: 81px;
} */
#c-header .c-nav .c-search-box form input {
	float: left;
	padding: 0 15px;
	width: 180px;
	height: 40px;
	font-size: 16px;
}
#c-header .c-nav .c-search-box form button {
	float: right;
	width: 70px;
	height: 40px;
	color:#fff;
	background: #b7db4c;
}
#c-header .c-nav .c-list-box {
	padding:1rem 2rem;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	background: #fff;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}

#c-header .c-nav .c-list-box .c-list {
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#c-header .c-nav .c-list-box .c-list .c-item {
	padding:0 .3rem;
	width: 25%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#c-header .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {
	width: 50%;
}
#c-header .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#c-header .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 22px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#b7db4c;
}
#c-header .c-nav .c-list-box .c-list .c-img-box {
	width: 100%;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#c-header .c-nav .c-list-box .c-list .c-a-box {

	display: flex;
	align-items: flex-start;
	display: none;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a {
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #b7db4c;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#c-header .c-nav .c-list-box .c-list-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

#c-header .c-nav .c-list-box .c-list1 {
	width: 44%;
}
#c-header .c-nav .c-list-box .c-list1 .c-item {
	display: block;
	padding: 10px 50px 10px 0;
	border-bottom: 1px solid transparent;
	transition: .5s;
	background: url(../images/jt5.png)no-repeat right 0 bottom 15px;
	background-size: auto 6px;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active {
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: url(../images/jt5-h.png)no-repeat right 0 bottom 15px;
	background-size: auto 6px;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {
	color: #b7db4c;
}
#c-header .c-nav .c-list-box .c-list2 {
	position: relative;
	width: 50%;
	height: 360px;
}
#c-header .c-nav .c-list-box .c-list2 .c-item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list2 .c-item.active {
	opacity: 1;
	z-index: 2;
}
#c-header .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:80px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
#c-header.c-head-hide .c-nav2 {
	top: 60px;
}
body.c-open #c-header .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
}
body.c-open #c-header.c-head-hide .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
	color: #b7db4c;
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language>a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language>a i {
	margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}
#c-header .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);
	height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#b7db4c;
}
/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header.c-head-hide .c-switch i,.c-open #c-header .c-switch i {
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* 回到顶部 */
#c-go-top {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #b7db4c url(../images/toTop.png) no-repeat center;
	transition: all .3s linear;
	background-size: 26px;
	border-radius: 50%;
}



@media screen and (max-width: 767px) {
	/* 公共标题 */
	.c-common-title{
	    margin-bottom: 30px;
	}
	.c-common-title .tit{
	    font-size: 26px;
	}
	.c-common-title .brief{
	    font-size: 16px;
	    margin-top: 10px;
	}
}