﻿*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Source Han Sans CN';
	background-color: #fff;
}
a{
	text-decoration: none;
	color: inherit;
}
ul li{
	list-style: none;
}
.ui-header{
	width: 100%;
	height: auto;
	position: relative;
}
.head{
	width: 100%;
	height: 78px;
	background: #FFFFFF;
	box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.24);
}
.w{
	max-width: 1440px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.w1{
	display: flex;
	align-items: center;
}
.w3{
	width: 1440px;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	left: 50%;
	margin-left: -700px;
	top: 0;
}
.tit{
	width: 21%;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.nav{
	width: 55.8%;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.nav-li{
	min-width: 90px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.nav-liActive{
	position: relative;
}
.nav-liActive .nav-li-a{
	color: #C30D23;
}
.nav-liActive::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 2px;
	background: #C30D23;
	z-index: 0;
}
.nav-li:hover .nav1{
	display: block;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}
.nav-li:hover::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 2px;
	background: #C30D23;
	z-index: 0;
}
.nav-li:hover .nav-li-a{
	color: #C30D23;
}
.nav-li-a{
	width: 100%; 	
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 78px;
	display: block;
	text-align: center;
}
.nav1 {
    position: absolute;
    top: 78px;
    left: 0px;
    z-index: 10;
    min-width: 90px;
    display: none;
    background: #fff;
	padding-bottom: 10px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
}

.nav1-li {
    line-height: 40px;
    height: 40px;
    position: relative;
	padding: 0 8px;
}
/* .nav1-li:hover{
	background-color: #0A914B;
} */
.nav1-li:hover .nav1-li-a{
	color: #C30D23;
}
.nav1-li-a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.searchImg{
	position: absolute;
	right: 42px;
    top: 28px;
	width: 24px;
    height: 23px;
	cursor: pointer
}
.search-box{
	width: 310px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.fu-p{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.fu-p span{
	color: #D62D2D;
	font-size: 24px;
}

.newSerch{
	position: absolute;
	top: 51px;
	left: 0;
	width: 296px;
	height: 69px;
	background: #FFFFFF;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10;
	box-shadow: 0px 4px 11px 1px rgba(0,0,0,0.14);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* .search-one {
	width: 34px;
	height: 23px;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
} */
.search-one form{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-one-active{
	width: 242px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* padding-right: 10px; */
	/* position: absolute;
    top: 39px;
    left: 0;
    z-index: 10; */
}
input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #999;
}
input[type='text']{
	color: #999;
}
input:focus{
	color: #999;
}
.input-box-one {
	width: 81%;
	padding-left: 10px;
	line-height: 28px;
	color: #999;
	font-size: 18px;
	font-family: Source Han Sans CN;
	display: none;
}
.suosuoBTn-one {
	width: 40px;
	height: 40px;
	background: #D62D2D;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.suosuoBTn-one-active{
	right: 0;
	bottom: 0;
}
.suosuoBTn-one-active .btn-one{
	display: inline-block;
}
.btn-one {
	width: 24px;
	height: 23px;
	background: url(../images/searchOne.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	display: block;
}
.line{
	width: 1px;
	height: 22px;
	background: #BABABA;
	border-radius: 1px;
}

.close{
	/* position: absolute;
	z-index: 1;
	top: 34%;
	right: -1%; */
	width: 16px;
	height: 16px;
	cursor: pointer;
	/* -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg); */
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
	margin-left: 11px;
}
/* .close::before, .close::after {
    position: absolute;
    content: '';
    background: #999;
    border-radius: 2px;
}
.close::before {
    width: 2px;
    height: 25px;
    left: 11px;
    top: 0px;
}
.close::after {
    width: 25px;
    height: 2px;
    left: 0px;
    top: 11px;
} */

.ui-footer {
	width: 100%;
	height: 397px;
	/* height: 434px; */
	background: #2F2F2F;
	padding-top: 70px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.ui-fts {
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.ui-fts-ul {
	display: flex;
	justify-content: space-between;
	width: 1140px;
}

.ui-fts-li {}

.ui-fts-li-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
}

.ui-fts-li-p:first-child {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
}

.ui-fts-li-p:first-child::after {
	content: "";
	width: 16px;
	height: 2px;
	background: #C7000B;
	display: block;
	margin-top: 10px;
}

.ui-fts-img {
	width: 170px;
	height: 170px;
	display: block;
}

.ui-ftb {
	width: 100%;
	border-top: 1px solid #5D5D5D;
	padding: 20px;

}

.ui-ftb-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	text-align: center;
	padding-bottom: 10px;
}

.ui-ftb-p img {
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	top: 4px;
}
.foot-a{
	transition: color .3s;
}
.foot-a:hover{
	color: #4e89d1;
}

/* 二次导航 */
.ui-cnt-top-img{
	width: 100%;
    height: 360px;
    display: block;
	position: relative;
}
.ui-cnt-top{
	position: relative;
}
.ui-cnt-div {
    max-width: 1440px;
    margin: 137px auto 0;
    padding-left: 109px;
    z-index: 10;
    position: absolute;
    left: 234px;
	top: 0px
}
.ui-cnt-divP{
	font-size: 44px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	position: relative;
}
.ui-cnt-divP::after{
    content: "";
    width: 72px;
    height: 3px;
    background: #FFFFFF;
    display: block;
    margin-left: 50px;
    margin-top: 16px;
}
.tk-from{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* margin-top: -222px;
	margin-left: -600px; */
	z-index: 100;
	background: rgba(0,0,0,.54);
}
.tk-from1{
	width: 600px;
	min-height: 222px;
	margin: 0 auto;
	z-index: 101;
	background: #fff;
	box-shadow: 0px 4px 11px 4px rgba(0,0,0,0.4);
    position: relative;
	border-radius: 10px;
	-webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    transition: linear 0.4s;
}
.closeImg{
	position: absolute;
	right: -24px;
    top: -24px;
    width: 40px;
    height: 40px;
	cursor: pointer;
}
.tk-from1 .el-form-item{
	display: flex;
}
.tk-from1 .el-form-item__content{
	width: 434px;
	margin-left: 10px !important;
}
.tcdPageCode {
	width: 100%;
	padding: 20px;
	color: #ccc;
	text-align: center;
}
.tcdPageCode1 {
	width: 100%;
	padding: 20px;
	color: #ccc;
	text-align: center;
}
.tcdPageCode a {
	display: inline-block;
	color: #999999;
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode1 a {
	display: inline-block;
	color: #999999;
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #C30D23;
	color: #fff;
	background-color: #C30D23;
}
.tcdPageCode1 a:hover {
	text-decoration: none;
	border: 1px solid #C30D23;
	color: #fff;
	background-color: #C30D23;
}
.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #C30D23;
	border: 1px solid #C30D23;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode1 span.current {
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #C30D23;
	border: 1px solid #C30D23;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode1 span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}