/* 公共样式表css */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-image: url(../images/bg.png);
	font-size: 14px;
	font: 14px/1.6 PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

html {
	overflow: auto;
}

ul,
li {
	list-style-type: none;
	cursor: auto;
}

img {
	vertical-align: middle;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #217af0
}

.mb-2 a {
	background: rgba(255, 255, 255, 1);
	/* text-align: center; */
	display: block;
	width: 150px;
	height: 50px;
	line-height: 45px;
	border-radius: 50px;
	border: 1px solid #F0F0F0;
	/* box-shadow: #969696 1px 2px 1px 1px; */
	font-size: 14px;
	color: #808080;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mb-2 a:hover {
	width: 150px;
	height: 50px;
	font-size: 14px;
	border-radius: 15px;
	/* border: 1px solid #F0F0F0; */
	box-shadow: #969696 1px 2px 1px 1px
		/*阴影大小*/
	;
}

/* .col-xs-4 { */
	/* padding: 0 3px; */
	/* margin-top: 5px; */
	/* float: left; */
	/* padding-left: 34px; */
/* } */

.col-xs-4 {
    /* padding: 0 3px; */
    margin-top: 20px;
    float: left;
    /* padding-left: 34px; */
    /* margin-right: 58px; */
    /* margin: 31px; */
    margin-left: 69px;
}

.dycl {
	/* padding-left: 0; */
	/* margin-left: 0; */
}
.mb-2,
.my-2 {
	margin-bottom: .5rem !important;
}
.col-xs-4 > a > span{
	vertical-align: middle;
}
.logo {
	/* float: left; */
	font-size: 27px;
	margin: 0;
	font-weight: 400;
	border: none;
	text-align: center;
	position: relative;
	z-index: 99;
}

.clear {
	clear: both
}

input {
	border: none;
}

/* 新加的样式  开始 */
.sousuo {
	padding: 35px 0;
}

.main {
	padding: 0 24px;
	position: relative;
	width: 50%;
	/* text-align: center; */
	margin: 0 auto;
}

.search-input {
	box-sizing: border-box;
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 10px;
	color: #999;
	border: none;
	outline: none;
	padding-left: 45px;
}

.logo_kd {
	width: 300px;
}

.logo {
	font-size: 45px;
	margin: 0;
	font-weight: 400;
	border: none;
	width: 265px;
    margin: 0 auto;
}

.logo a {
	display: block;
	line-height: 59px;
	color: #484848;
	font-weight: 400;
}

img {
	vertical-align: middle;
	border: none;
	
}
.col-xs-4 > a > img {
	vertical-align: middle;
	border: none;
	margin-left: 33px;
}

.logo img {
	width: 55px;
	vertical-align: -10px;
	animation: donghua 1.7s linear infinite;
	-webkit-animation: donghua 1.7s linear infinite;
	-moz-animation: donghua 1.7s linear infinite;
	-o-animation: donghua 1.7s linear infinite;
	-ms-animation: donghua 1.7s linear infinite;
}

@-webkit-keyframes donghua {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		/* Opera */
	}

	100% {
		transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		/* IE 9 */
		-moz-transform: rotate(-360deg);
		/* Firefox */
		-webkit-transform: rotate(-360deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-360deg);
		/* Opera */
	}
}

@-moz-keyframes donghua {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		/* Opera */
	}

	100% {
		transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		/* IE 9 */
		-moz-transform: rotate(-360deg);
		/* Firefox */
		-webkit-transform: rotate(-360deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-360deg);
		/* Opera */
	}
}

@-ms-keyframes donghua {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		/* Opera */
	}

	100% {
		transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		/* IE 9 */
		-moz-transform: rotate(-360deg);
		/* Firefox */
		-webkit-transform: rotate(-360deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-360deg);
		/* Opera */
	}
}

@-o-keyframes donghua {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		/* Opera */
	}

	100% {
		transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		/* IE 9 */
		-moz-transform: rotate(-360deg);
		/* Firefox */
		-webkit-transform: rotate(-360deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(-360deg);
		/* Opera */
	}
}

.search {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

.search-box {
	height: 50px;
	/* box-shadow: 0px 0px 2px 0px #ccc; */
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #217af0;
}

.search-icon {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 41px;
	height: 41px;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
}

.search-input {
	box-sizing: border-box;
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 10px;
	color: #999;
	border: none;
	outline: none;
	padding-left: 50px;
}

.search-clear {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 20px;
	color: #999999;
	margin-top: -10px;
	cursor: pointer;
	display: none;
}

.search-engine {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 15px 0 0 15px;
	border-radius: 5px;
	box-shadow: 0px 5px 20px 0px #d8d7d7;
	transition: all 0.3s;
	display: none;
	z-index: 999;
}

.search-engine-head {
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 15px;
}

.search-engine-tit {
	float: left;
	margin: 0;
	font-size: 14px;
	color: #999;
}

.search-engine-tool {
	float: right;
	font-size: 12px;
	color: #999;
}

.search-engine-tool>span.off {
	background-position: -30px 0px;
}

.search-engine-tool>span {
	float: right;
	display: inline-block;
	width: 25px;
	height: 15px;
	/* background: url(../images/off_on.png) no-repeat 0px 0px; */
	cursor: pointer;
}

.search-engine-list::after {
	content: '';
	width: 70px;
	height: 18px;
	position: absolute;
	top: -17px;
	left: 1px;
}

.search-engine-list li {
	float: left;
	width: 15%;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin: 0 10px 10px 0;
	background: #f9f9f9;
	color: #999;
	cursor: pointer;
	list-style: none;
}

.search-engine ul {
	padding: 0;
}

.search-engine-list li img {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	float: left;
	margin-right: 5px;
	margin-top: 2.5px;
}

.search-engine ul::before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -15px;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}

.search-btn {
	width: 80px;
	height: 50px;
	background: #217af0;
	border: none;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #217af0;
	outline: none;
	font-size: 16px;
}

button {
	cursor: pointer;
}

.hidden-xs {
	display: block !important;
}

.search-hot-text {
	position: absolute;
	z-index: 100;
	width: 100%;
	border-radius: 0 0 10px 10px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px #cccccc94;
}

.search-hot-text ul li {
	border-top: 1px solid #f2f2f2;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 25px;
	color: #777;
	cursor: pointer;
	text-align: left;
}

.search-hot-text ul li:hover {
	border-top: 1px solid #f2f2f2;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	color: #217af0;
}

.search-hot-text ul {
	margin: 0;
	border: 1px solid #217af0;
	border-radius: 10px;
}

header .nav {
	width: 100%;
	margin-left: 25px;
	background: #FFF;
	margin: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	position: absolute;
	top: -300px;
	left: 0;
}

header .showNav {
	top: 50px;
	box-shadow: 0 5px 5px rgba(204, 204, 204, .15);
	-moz-box-shadow: 0 5px 5px rgba(204, 204, 204, .15);
}

header .nav a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #959595;
	padding: 0 25px;
	border-bottom: 1px solid #f5f5f5;
}

header .head-btn {
	float: right;
	line-height: 60px;
}

header .bar-btn,
header .nav-btn {
	position: fixed;
	border: none;
	background: transparent;
	top: 0;
	left: 10px;
	outline: 0;
	margin-top: 10px;
	z-index: 100;
}

header .bar-btn .icon-bar,
header .nav-btn .icon-line {
	display: block;
	margin: 6px 0;
	width: 25px;
	height: 2px;
	background: #999;
	cursor: pointer;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}

header .bar-btn .bar-line1 {
	transform: translateY(8px) rotateZ(90deg);
	-ms-transform: translateY(8px) rotateZ(90deg);
	-moz-transform: translateY(8px) rotateZ(90deg);
	-webkit-transform: translateY(8px) rotateZ(90deg);
	-o-transform: translateY(8px) rotateZ(90deg);
}

header .bar-btn .bar-line2 {
	transform: translateY(0px) rotateZ(0deg);
	-ms-transform: translateY(0px) rotateZ(0deg);
	-moz-transform: translateY(0px) rotateZ(0deg);
	-webkit-transform: translateY(0px) rotateZ(0deg);
	-o-transform: translateY(0px) rotateZ(0deg);
}

header .animated1 .bar-line2 {
	transform: translateY(0px) rotateZ(90deg);
	-ms-transform: translateY(0px) rotateZ(90deg);
	-moz-transform: translateY(0px) rotateZ(90deg);
	-webkit-transform: translateY(0px) rotateZ(90deg);
	-o-transform: translateY(0px) rotateZ(90deg);
}

header .nav-btn {
	left: inherit;
	right: 10px;
}

header .bar-btn .icon-bar,
header .nav-btn .icon-line {
	display: block;
	margin: 6px 0;
	width: 25px;
	height: 2px;
	background: #999;
	cursor: pointer;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}

header .nav-btn .middle {
	margin: 0 auto;
}

header .animated1 .bar-line1 {
	transform: translateY(8px) rotateZ(180deg);
	-ms-transform: translateY(8px) rotateZ(180deg);
	-moz-transform: translateY(8px) rotateZ(180deg);
	-webkit-transform: translateY(8px) rotateZ(180deg);
	-o-transform: translateY(8px) rotateZ(180deg);
}

header .animated2 .top {
	transform: translateY(8px) rotateZ(45deg);
	-ms-transform: translateY(8px) rotateZ(45deg);
	-moz-transform: translateY(8px) rotateZ(45deg);
	-webkit-transform: translateY(8px) rotateZ(45deg);
	-o-transform: translateY(8px) rotateZ(45deg);
}

header .animated2 .middle {
	width: 0;
}

header .animated2 .bottom {
	transform: translateY(-8px) rotateZ(-45deg);
	-ms-transform: translateY(-8px) rotateZ(-45deg);
	-moz-transform: translateY(-8px) rotateZ(-45deg);
	-webkit-transform: translateY(-8px) rotateZ(-45deg);
	-o-transform: translateY(-8px) rotateZ(-45deg);
}

@media (min-width: 992px) {
	.search {
		width: 650px;
	}

	.search-engine {
		width: 650px;
	}

	.search-engine-list li {
		width: 112px;
		margin: 0 15px 15px 0;
	}

	.search-hot-text {
		width: 570px;
		/*margin-left: 10px;*/
	}

	.dh {
		padding: 0px 20px;
		margin-bottom: 20px;
	}

	header {
		height: 65px;
		border-bottom: 1px solid #e8e8e8;
	}

	header .main {
		padding: 0 24px;
	}

	header .logo {
		float: left;
		font-size: 27px;
		margin: 0;
		font-weight: 400;
		border: none;
	}

	header .logo a {
		display: block;
		line-height: 59px;
		color: #484848;
		font-weight: 400;
	}

	header .logo img {
		width: 40px;
		vertical-align: -10px;
	}

	header .nav {
		float: left;
		margin-left: 25px;
		padding-top: 0px;
		height: 100%;
		display: block;
		overflow: hidden;
		position: static;
		width: auto;
		box-shadow: none;
	}

	header .nav li {
		float: left;
		font-size: 16px;
	}

	header .nav a {
		display: block;
		line-height: 59px;
		color: #959595;
		padding: 0 18px;
		border-bottom: 1px solid #e8e8e8;
	}

	header .nav a:hover {
		border-color: #459df5;
		color: #459df5;
	}

	.content-box {
		padding: 0 10px;
		padding-top: 61px;
	}

	.main-index {
		padding-top: 60px;
	}
}

@media (min-width: 768px) {
	.sousuo {
		padding: 10px 0 50px 0;
		margin-top: 0;
	}

	.search-clear {
		right: 95px;
	}
}




/* 新加的样式结束 */



/* 必要布局样式css */
.title_cn {
	text-align: center;
	padding-top: 100px;
}

#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}

.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 865px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 96px;
	line-height: 30px;
	text-align: center;
	float: left;
	color: #919191;
	/* font-weight: bold; */
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}

.new_telst li.newon {
	color: black;
	/* font-weight: bold; */
	font-family: "微软雅黑";
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 96px;
	height: 7px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #ffffff38  #ffffff38  #ffffff38 ;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}

.new_lst ul {
	position: absolute;
	left: 0px;
}

.new-wrap {
	/* margin-top: 30px; */
}

.new-wrap .show {
	display: block;
}

li.new_cnlf {
	width: 370px;
	float: left;
}

li.new_cnlf p {
	width: 100%;
}

p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}

p.newlf_tel a:hover {
	color: #C33
}

p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}

li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}

.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}
.footer{
    text-align: center;
    height: 50px;
    margin-top: 100px;
    
}