/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, i, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
li {
	list-style: none;
}
-moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/
.cur {
	cursor: pointer
}
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
 *font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	/*兼容 IE*/
	zoom: 1;
}
.li {
	margin-top: 30px;
}
/*end reset*/
  /* CSS Document*/
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}
/*网站字体颜色*/
.content, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.searchBox {
	display: none;
	position: absolute;
	left: 0;
	top: 99px;
	height: 250px;
	background: url(../images/seachbg.jpg) no-repeat center;
	width: 100%;
}
.searchBox h3 {
	margin-bottom: 18px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}
.searchBox h3 em {
	display: block;
	width: 1px;
	height: 55px;
	background: #fff;
	margin: 0 auto;
}
.searchBox .searInp {
	height: 60px;
	background: #fff;
	margin-bottom: 25px;
}
.searchBox .searInp input {
	float: left;
	width: 1135px;
	height: 60px;
	border: none;
	line-height: 60px;
	font-size: 16px;
	color: #999;
	text-indent: 15px;
}
.searchBox .searInp span {
	float: right;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/search02.png) no-repeat center;
	cursor: pointer;
}
.searchBox .keyword {
	text-align: center;
}
.searchBox .keyword li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin: 0 5px;
	color: #fff;
}
.searchBox .keyword li a {
	color: #fff;
}
/*Yuanheng 2018年9月29日*/
img {
	height: auto;
}
body {
	min-width: 1400px;
}
/*header*/
.header {
	width: 100%;
	height: 110px;
	border-top: solid 8px #0349a8;
}
.header-cont {
	max-width: 1400px;
	margin: 0 auto;
}
.header-cont .left-cont {
	width: 30%;
}
.header-cont .right-cont {
	width: 62%;
}
.header-cont a.logo {
	display: block;
	width: 260px;
	height: 110px;
}
.header-cont a.logo img {
	width: 100%;
	height: 110px;
	position: relative;
	top: 0px;
}
.header-cont .slogn {
	width: 180px;
	height: 110px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid 1px #ddd;
	position: relative;
}
.header-cont .slogn p {
	font-size: 22px;
	color: #666;
	padding: 28px 0 3px;
}
.header-cont .slogn span {
	font-size: 18px;
}
.header-cont .slogn:before {
	content: '';
	display: block;
	width: 2px;
	height: 17px;
	background-color: #0349a8;
	position: absolute;
	left: 0;
	top: 46px;
}
.header-cont ul {
	width: 68%;
}
.header-cont ul li {
	float: left;
	height: 110px;
	width: 16.66%;
	text-align: center;
	position: relative;
}
.header-cont ul li>a {
	display: block;
	height: 110px;
	line-height: 110px;
	color: #666;
	font-size: 15px;
	position: relative;
}
.header-cont .active .ain {
	color: #0349a8;
	font-weight: bold;
}
.header-cont li:hover>a {
	color: #0349a8;
	font-weight: bold;
}
.header-cont .active .ain:after, .header-cont li:hover>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0349a8;
	position: absolute;
	bottom: 32px;
	left: 0;
	z-index: 2;
}
.header-cont li:hover>a:after {
	background-color: #fff;
}
.header-cont .lang {
	padding-top: 33px;
}
.header-cont .lang a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #999;
	border: solid 1px #e0e0e0;
	border-radius: 50%;
	margin-left: 12px;
}
.header-cont .lang a:hover, .header-cont .lang a.cur {
	background-color: #0349a8;
	color: #fff;
	border-color: #0349a8;
}
.navlist {
	width: 200px;
	background-color: #fff;
	border-top: solid 3px #0349a8;
	position: absolute;
	left: 0;
	top: 107px;
	z-index: 2;
	display: none;
}
.navlist a {
	display: block;
	padding: 12px 0 12px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.navlist a:hover {
	background-color: #eee;
	color: #0349a8;
	padding-left: 36px;
}
.headerPhone {
	background: url(../images/herderphone.png) no-repeat left;
	padding-left: 40px;
	margin-top: 22px;
	height: 45px;
	width: 200px;
}
.fr {
	float: right;
}
.headerPhone h3 {
	color: #0349a8;
	font-size: 18px;
	margin-top: 4px;
	line-height: 24px;
}
 @media screen and (max-width: 1400px) {
.header-cont {
	width: 92%;
}
.header-cont .right-cont {
	width: 60%;
}
.header-cont ul {
	width: 65%;
}
}
@media screen and (max-width: 1300px) {
.header-cont .right-cont {
	width: 55%;
}
.header-cont ul {
	width: 60%;
}
}
/* CSS Document */
.container1 {
	margin: 0 auto;
	width: 1400px;
}
/*hcont*/
.hcont {
	padding: 25px 0;
}
.hcont .dlogo {
	overflow: hidden;
	float: left;
	background: url(../images/yy.png) no-repeat 260px center;
}
.hcont .dlogo dt {
	float: left;
}
.hcont .dlogo dt img {
	display: block;
}
.hcont .dlogo dd {
	margin-left: 287px;
	margin-top: 10px;
}
.hcont .dlogo dd h2 {
	font-size: 20px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
}
.hcont .dlogo dd p {
	font-size: 17px;
	line-height: 17px;
	margin-top: 7px;
}
.hcont .dphone {
	float: right;
	padding-left: 54px;
	background: url(../images/phoneimg.png) no-repeat left center;
	margin-top: 15px;
}
.hcont .dphone dt {
	font-size: 14px;
}
.hcont .dphone dd {
	font-size: 22px;
	color: #e54b4b;
	margin-top: 5px;
}
.kefw {
	display: block;
	position: absolute;
	width: 50px;
	height: 30px;
	left: 50%;
	margin-left: -25px;
	top: 2px;
}
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
