@charset "utf-8";



.wrap {
	width: 1200px;
	margin: 0 auto;
}



/*头部*/
.top {
	padding: 13px 0 13px;
	display: flex;
	justify-content: space-between;
}

.top .fl {
	display: flex;
	align-items: center;
}

.top .fl .logo {
	margin-right: 18px;
}

.top .fl .biaotou {
	padding-left: 17px;
	border-left: 1px solid #999;
}

.top .fl .biaotou h4 {
	font-size: 20px;
	font-weight: bold;
	color: #40929E;
	line-height: 35px;
}

.top .fl .biaotou p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}

.top .fr {
	display: flex;
	align-items: center;
}

.top .fr .zxrx {
	text-align: right;
}

.top .fr .zxrx p {
font-size: 20px;
    font-weight: bold;
    color: #F39C18;
    line-height: 23px;
	/*font-size: 18px;
	font-weight: 400;
	color: #333333;*/
	display: inline-flex;
	align-items: center;
}

.top .fr .zxrx p img {
	display: block;
	margin-right: 8px;
}

.top .fr .zxrx h4 {
	font-size: 20px;
	font-weight: bold;
	color: #F39C18;
    line-height: 23px;
margin-right: -8px;
}

/*.top .fr .ljzx img {
	margin-left: 29px;
	display: block;
	width: 108px;
	border-radius: 0px 24px 0px 24px;
}*/

.top .fr .ljzx {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 29px;
	width: 108px;
	height: 47px;
	border-radius: 0px 24px 0px 24px;
	background: url(../images/jx.png) no-repeat;
	overflow: hidden;
	background: linear-gradient(-45deg, #40929e 40%, #ffffff 50%, #40929e 60%);
	background-size: 480% 181%;
	animation: shine 10s linear infinite;
	cursor: pointer;
}

.top .fr .ljzx:hover {
	animation: jelly 0.5s;
}

.top .fr .ljzx img {
	margin-right: 5px;
}

.top .fr .ljzx span {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}


/*导航*/
.nav {
	height: 60px;
	background: #242424;
	position: relative;
	z-index: 20;
}

.nav li {
	float: left;
	width: 171px;
	height: 60px;
	position: relative;
}

.nav li > a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: none;
	transition: background .5s ease;
}

.nav .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	padding: 0 0 0 0;
	background: #40929e;
	display: none;
}

.nav .drop dd {
	line-height: 45px;
	border-top: 1px solid #ffffff4a;
}

.nav .drop dd:first-child {
	border-top: 0;
}

.nav .drop a {
	display: block;
	color: #fff;
	text-align: center;
}

.nav .drop a:hover {
	background: #0dc2dcb3;
}

.nav li.active > a {
	background: #40929e;
	color: #fff;
}

.nav li.current > a {
	background: #40929E;
	color: #fff;
}


/*轮播图*/
@media screen and (max-width:1850px) {
	.banner .swiper-slide img {
		width: 100%;
	}
}





/*友情链接*/
.links {
	display: flex;
	height: 50px;
	border-top: 1px solid #ddd;
}

.links h4 {
	font-size: 24px;
	font-weight: 400;
	color: #B3B3B3;
	text-transform: uppercase;
	line-height: 50px;
	margin-right: 6px;
}

.links ul {
	display: flex;
}

.links ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-right: 14px;
	line-height: 50px;
}

.links ul li a:hover {
}



/*底部*/
footer {
	width: 100%;
	background: #242424;
	padding-top: 50px;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
}

footer .tit {
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

footer .tit h4 {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

footer .tit span {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.24;
	text-transform: uppercase;
	margin-left: 8px;
}

footer .wrap .db01 {
	width: 316px;
}

footer .wrap .db01 ul {
	padding-top: 35px;
}

footer .wrap .db01 ul li {
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: baseline;
	margin-bottom: 16px;
}

footer .wrap .db01 ul li .icon {
	display: inline-block;
	margin-right: 10px;
}

footer .wrap .db01 ul li p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
}

footer .wrap .db01 ul li p span {
	font-size: 20px;
}

footer .wrap .db02 {
	width: 196px;
}

footer .wrap .db02 .img img {
	width: 196px;
	display: block;
}

footer .wrap .db02 .ewm img {
	display: block;
	width: 108px;
	height: 108px;
	margin: 20px auto 6px;
}

footer .wrap .db02 p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

footer .wrap .db03 {
	width: 316px;
}

footer .wrap .db03 ul {
	display: grid;
	justify-content: space-around;
	grid-template-columns: repeat(3,33%);
}

footer .wrap .db03 ul li {
	margin-top: 18px;
	flex: 1;
}

footer .wrap .db03 ul li a {
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}

footer .wrap .db03 ul li a:hover {
	font-weight: bold;
}

.copyright {
	margin-top: 12px;
}

.copyright .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright p {
	display: flex;
	align-items: center
}

.copyright p,.copyright a {
	font-size: 14px;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 25px;
}

.mzsm {
	padding: 5px 0 7px;
}

.mzsm p {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 25px;
}

/*右边悬浮框*/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #40929e;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -35px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #40929e;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: 0 -47px;
}

.toolbar .tel span {
	background-position: -35px 0;
}

.toolbar .tel:hover {
	background: #40929e;
}

.toolbar .tel:hover span {
	background-position: 0 0;
}

.toolbar .code span {
	background-position: -35px -95px;
}

.toolbar .code:hover {
	background-color: #40929e;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: 0 -95px;
}

.toolbar .fhdb span {
	background-position: -35px -142px;
}

.toolbar .fhdb:hover {
	background-color: #40929e;
	border-radius: 100%;
}

.toolbar .fhdb:hover span {
	background-position: 0 -142px;
}

.toolbar dd:hover {
}


/*tctc*/
.tctc {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}

.tctc .popup {
	width: 644px;
	height: 285px;
	background: #40929e;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -322px;
	z-index: 99999;
	border: 1px solid #ffffff;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.32);
}

.tctc .clx {
	width: 36px;
	height: 36px;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.32);
	border-radius: 36px;
	margin-top: -245px;
	background: url(../images/clx.png)no-repeat center #2d2d2d7a;
	margin-left: 322px;
}

.tctc .ptel {
	margin: 34px 0 0 24px;
}

.tctc .ptel img {
	width: 300px;
}

.tctc .ptel h2 {
	color: #fff;
	background: url(../images/inquiry_tel.png)no-repeat center left;
	font-weight: normal;
	font-size: 16px;
	padding-left: 36px;
	background-size: 26px;
}

.tctc .ptel h2 b {
	font-size: 22px;
}

.tctc .fr {
	width: 302px;
}

.tctc .fr .main {
	margin: 30px 38px 0 0;
}

.tctc .fr .main .tit {
	color: #fff;
	margin-bottom: 18px;
}

.tctc .fr .main .tit h2 {
	font-size: 20px;
	line-height: 28px;
}

.tctc .fr .main .tit h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	opacity: 0.6;
}

.tctc .fr .main .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	color: #999999;
	text-indent: 1em;
	outline: medium;
}

.tctc .fr .main input {
	margin-bottom: 10px;
}

.tctc .fr .main .submit {
	width: 100%;
	height: 40px;
	border: 0;
	cursor: pointer;
	color: #FFF;
	background: #f39c18;
	display: block;
	margin: 0 auto;
	text-align: center;
	outline: medium;
}

@keyframes shine {
	0% {
		background-position-x: 400%;
	}

	50% {
		background-position-x: 0%;
	}

	100% {
		background-position-x: -400%;
	}
}

@keyframes jelly {

	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}