﻿i,
em {
	font-style: normal;
}

.content {
	width: 1250px;
	margin: 0 auto;
}

.head {
	height: 164px;
	background: #FFF;
}

.head .hea-top {
	width: 75.3%;
	height: 104px;
	margin: 0 auto;
}

.head .hea-top .logo {
	width: 74%;
	height: 104px;
	float: left;
	padding-top: 26px;
	box-sizing: border-box;
	position: relative;
}

.head .hea-top .logo .t_logo {
	height: 98px;
	float: left;
	line-height: 0;
	overflow: hidden;
	/* padding-top:5px; */
	margin-right: 25px;
	position: relative;
	bottom: 20px;
}

.head .hea-top .logo .t_logo img {
	position: relative;
	left: 0px;
	top: 7px;
	height: 70px;
}

.head .hea-top .logo h2 {
	float: left;
	padding-left: 25px;
	background: url(../images/hea-xt.png) no-repeat left;
}

.head .hea-top .logo h2 span {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	color: #231815;
	font-weight: normal;
}

.head .hea-top .logo h2 em {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	color: #231815;
	font-weight: bold;
}

.head .hea-top .hea-tel {
	float: right;
	margin-right: 135px;
	margin-top: 32px;
}

.head .hea-top .hea-tel span {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding-left: 28px;
	font-size: 27px;
	color: #333333;
	font-family: "Arial";
	font-weight: bold;
}

.head .hea-top .hea-tel span.tel1 {
	background: url(../images/hea-tel1.png) no-repeat left;
	margin-right: 120px;
}

.head .hea-top .hea-tel span.tel2 {
	background: url(../images/hea-tel2.png) no-repeat left;
}

.head .menu {
	height: 60px;
	background: url(../images/hea-navbj.jpg) no-repeat center;
	background-size: cover;
}

.head .menu .nav {
	width: 75.3%;
	height: 60px;
	margin: 0 auto;
}

.head .menu .nav li {
	width: 9%;
	height: 60px;
	float: left;
	text-align: center;
	position: relative;
	line-height: 0;
}

.head .menu .nav li:first-child {
	width: 10%;
}

.head .menu .nav li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	position: relative;
	text-align: center;
}

.head .menu .nav li a:before {
	width: 1px;
	height: 10px;
	background: #dedede;
	content: "";
	position: absolute;
	right: 0;
	top: 27px;
}

.head .menu .nav li:last-child a:before {
	display: none;
}

.head .menu .nav li i {
	display: inline-block;
	width: 0;
	height: 1px;
	background: #fff;
	margin: -1px auto 0;
	transition: .5s;
	vertical-align: bottom;
}

.head .menu .nav li:hover {
	background-color: #e62129;
}

.head .menu .nav li:hover a,
.head .menu .nav li.cur a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-family: "思源黑体 CN";
}

.head .menu .nav li:hover i,
.head .menu .nav li.cur i {
	width: 36px;
}

@media screen and (min-width:760px) and (max-width:1680px) {

	.head .hea-top,
	.head .menu .nav {
		width: 93.3%;
	}
}

/*#00a1ff*/

.banner {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .slick-arrow {
	position: absolute;
	font-size: 0;
	top: 50%;
	z-index: 12;
	width: 100px;
	height: 100px;
	margin-top: -42px;
	border: 0;
}

.banner .slick-prev {
	outline: none;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	z-index: 9;
	text-align: center;
	margin-top: -40px;
	transition: .8s;
	background: url(../images/c_prev.png) no-repeat;
	left: 5%;
	opacity: 0;
	cursor: pointer;
}

.banner .slick-next {
	outline: none;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	z-index: 9;
	text-align: center;
	margin-top: -40px;
	transition: .8s;
	background: url(../images/c_next.png) no-repeat;
	right: 5%;
	opacity: 0;
	cursor: pointer;
}

.banner:hover .slick-prev {
	left: 10%;
	opacity: 1;
}

.banner:hover .slick-next {
	right: 10%;
	opacity: 1;
}

.banner img {
	display: block;
	margin: 0 auto;
}

.slick-dots {
	position: absolute;
	left: 0;
	font-size: 0;
	bottom: 5%;
	width: 100%;
	text-align: center;
	outline: none;
}

.slick-dots li {
	display: inline-block;
	margin: 0 15px;
	outline: none;
}

.slick-dots li button {
	display: block;
	border: 0 none;
	width: 41px;
	height: 4px;
	background: url(../images/ban-dd.png) no-repeat center;
	transition: .5s;
}

.slick-dots .slick-active button {
	background: url(../images/ban-dd_h.png) no-repeat center;
}



.footer {
	height: 75px;
	background: #232324;
	/* border-top:8px solid #003171; */
}

.ft-top {
	padding-top: 48px;
	height: 407px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
}

.ft-top .ft-left {
	width: 278px;
	height: 314px;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.ft-top .ft-left h2 {
	width: 184px;
	height: 37px;
	margin-top: 28px;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.ft-top .ft-left h2 img {
	width: 100%;
}

.ft-top .ft-left .ft-code span {
	display: block;
	height: 88px;
	margin-bottom: 26px;
}

.ft-top .ft-left .ft-code span i {
	display: block;
	width: 88px;
	height: 88px;
	float: left;
	line-height: 0;
	overflow: hidden;
}

.ft-top .ft-left .ft-code span i img {
	width: 100%;
}

.ft-top .ft-left .ft-code span em {
	display: block;
	width: 36px;
	padding: 6px 10px 0;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.53);
	line-height: 14px;
}

.ft-top .ft-cen {
	width: 364px;
	height: 314px;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
	padding: 25px 63px 0 75px;
	box-sizing: border-box;
}

.ft-top .ft-cen h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	font-family: "思源黑体 CN";
	margin-bottom: 16px;
}

.ft-top .ft-cen ul {
	width: 100%;
}

.ft-top .ft-cen ul li {
	margin-bottom: 8px;
}

.ft-top .ft-cen ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
}

.ft-top .ft-cen ul li p {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.39);
}

.ft-top .ft-nav {
	width: 556px;
	padding: 25px 0 0 75px;
	box-sizing: border-box;
}

.ft-top .ft-nav h4 {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 18px;
	color: #cfcfcf;
	font-weight: bold;
	font-family: "思源黑体 CN";
	margin-bottom: 6px;
}

.ft-top .ft-nav ul li {
	float: left;
	width: 215px;
	height: 47px;
	line-height: 47px;
}

.ft-top .ft-nav ul li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
	display: block;
	background: url(../images/ft-jt.png) no-repeat right;
}

.ft-top .ft-nav ul li:nth-child(2n) {
	float: right;
}

.ft-bot {
	height: 75px;
}

.ft-bot span {
	display: block;
	height: 35px;
	float: left;
}

.ft-bot span em {
	display: inline-block;
	height: 35px;
	line-height: 32px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-right: 5px;
	margin-left: 5px;
}

.ft-bot span em a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.ft-bot span em.ba a {
	padding-left: 25px;
	background: url(../images/7751ef9a-c6f9-4795-a037-d6173a158f0a.png) no-repeat 0 center;
}

.ft-bot strong {
	float: right;
	height: 88px;
}

.ft-bot strong i {
	display: block;
	height: 88px;
	line-height: 88px;
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.39);
	font-weight: normal;
}

.ft-bot strong a {
	display: block;
	height: 88px;
	line-height: 88px;
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.39);
	margin-right: 15px;
	font-weight: normal;
}

.ft-bot strong a:last-child {
	margin-right: 0;
}


.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}

.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #013171;
	color: #fff;
	height: 53px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-main {
	background: #013171;
	width: 97px;
	height: 53px;
	position: relative;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
