@charset "utf-8";

body {
	font-family: "微软雅黑 Regular";
	font-size: 16px;
	min-width: 1048px;
	/*使其成为怪异盒子模型  */
	box-sizing: border-box;
}

html {
	min-width: 1048px;
}

/*a标签的样式都没有*/
a {
	text-decoration: none;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/*统一弹性布局*/
.set-layout {
	display: flex;
}

/*定位*/
.set-re-place {
	position: relative;
}

.set-ab-place {
	position: absolute;
}

/*网站头部内容*/
header {
	position: relative;
	height: 50px;
}

.header-box {
	height: 50px;
	display: table;
	margin: 0 auto;
}

.header-left {
	float: left;
	height: 50px;
}

.header-left img {
	height: 50px;
}

.header-right {
	float: right;
	height: 50px;
}

.header-right ul li {
	float: left;
	margin-left: 40px;
	height: 50px;
	line-height: 50px;
}

.header-right ul li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

/*网站轮播*/
.slider {
	min-width: 1200px;
	width: 100%;
	/*height: 100%;*/
	/*height: 710px;*/
	height: 520px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.slider-panel,
.slider-nav,
.slider-pre,
.slider-next {
	position: absolute;
	/*z-index: 8;*/
}

.slider-panel {
	position: absolute;
}

.slider-panel img {
	min-width: 100%;
	width: 100%;
	height: 520px;
	border: none;
}

.slider-extra {
	position: relative;
}

.slider-nav {
	/*margin-left: -51px;*/
	position: absolute;
	left: 50%;
	/*bottom: 100px;*/
	top: 490px;
	/*left: 0px;*/
	margin-left: -5px;
	z-index: 20;
}

.slider-nav li {
	background-color: white;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	margin: 0 2px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: 10px;
	width: 10px;
	/*border: 1px solid #ccc;*/
}

.slider-nav .slider-item-selected {
	/*background: blue;*/
	background-color: #004098;
}

.slider-page {
	width: 1300px;
	min-width: 1200px;
}

.slider-page span {
	position: absolute;
	width: 30px;
	height: 50px;
	background-color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 25px;
	top: 270px;
	margin-top: -35px;
	 display:none;
}

.slider-page span:hover {
	background-color: #004098;
}

.slider-pre {
	left: 189px;
}

.slider-next {
	right: 189px;
}

/*网页主体部分*/
/*.content{width: 1106px;margin: 0 auto;}*/
.content .content-1 {
	padding-top: 20px;
	min-width: 1200px;
	margin: 0 auto;
	width: 1200px;
}

.content .content-1 .headings {
	width: 100%;
	height: 50px;
	margin-top: 50px;
	font-size: 38px;
}

.content .content-1 .headings h2 {
	font-weight: bold;
	font-size: 38px;
}

.content .content-1 .headings .heading-er {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.content .content-1 .headings .headings-left h2 {
	float: right;
	color: #004098;
}

.content .content-1 .headings .headings-right {
	float: right;
}

.content .content-1 .headings-bottom {
	width: 100%;
	height: 5px;
	margin-top: 10px;
}

.content .content-1 .headings-bottom .head-border {
	float: left;
	width: 50%;
	height: 3px;
}

.content .content-1 .headings-bottom .head-bl span {
	display: block;
	width: 20px;
	/*border-bottom: 3px solid #000;*/
	border-bottom: 3px solid #ccc;
	float: right;
}

.content .content-1 .headings-bottom .head-br span {
	display: block;
	width: 20px;
	border-bottom: 3px solid #004098;
}

.content .content-1 .more {
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #004098;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.content .content-1 .content-one {
	width: 100%;
	margin-top: 40px;
}

.content .content-1 .content-one .content-one-left {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.content .content-1 .content-one .content-one-left img {
	width: 100%;
	background-size: cover;
}

.content .content-1 .content-one .content-one-right {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.content .content-1 .content-one .content-one-right .content-data {
	float: left;
	width: 50px;
	height: 50px;
}

.content .content-1 .content-one .content-one-right .content-data .data-one {
	color: #004098;
	font-size: 50px;
	margin: -10px 0;
	font-weight: 800;
}

.content .content-1 .content-one .content-one-right .content-data .data-two {
	font-size: 12px;
	font-weight: 800;
	color: #666;
}

.content .content-1 .content-one .content-one-right .content-titie {
	float: right;
	width: 85%;
}

.content .content-1 .content-one .content-one-right .content-titie .titie-one {
	width: 100%;
	font-size: 16px;
}

.content .content-1 .content-one .content-one-right .content-titie .titie-two {
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 13px;
	margin-top: 20px;
}

.content .content-1 .content-one .content-one-right .content-titie button {
	width: 70px;
	height: 25px;
	background: #004098;
	border: none;
	color: #fff;
	margin-top: 20px;
}

.content .content-1 ul {
	width: 100%;
	margin-top: 20px;
}

.slick-slide {
	width: 1106px;
	overflow: hidden;
}

.slick {
	width: 1865px;
}

.content .content-1 ul li {
	width: 373px;
	float: left;
	overflow: hidden;
}

.slick .slick-slider {
	width: 360px;
	margin-right: 13px;
	border-bottom: 2px solid #004098;
}

.content .content-1 ul li img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.content .content-1 ul .li-one {
	margin: 0;
}

.content .content-1 ul li .li-htitie {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
}

.content .content-1 ul li .li-btitie {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.content .content-1 ul li .li-wra {
	font-size: 35px;
}

.content .content-1 ul li .li-ntitie {
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}

.content .content-1 .slider-page span {
	margin-top: 30px;
}

.content .content-1 .slider-pre {
	left: -70px;
}

.content .content-1 .slider-next {
	right: -70px;
}

.content .content-1 .content-company {
	margin-top: 40px;
}

.content .content-1 .content-company .company-left {
	float: left;
	margin-right: 40px;
}

.content .content-1 .content-company .company-right .company-font {
	font-size: 17px;
	color: #333;
}

.content .content-1 .content-company .company-right .company-button {
	width: 100%;
	height: 50px;
}

.content .content-1 .content-company .company-right .company-button button {
	float: right;
	width: 70px;
	height: 25px;
	background: #ccc;
	color: #666;
	margin-top: 13px;
	border: none;
}

.content .content-1 .content-company .company-right li {
	border: none;
	width: 226px;
	margin-left: 10px;
	height: 168px;
	background-size: cover;
}

.content .content-1 .content-company .company-right li img {
	width: 226px;
	height: 168px;
	background-size: cover;
}

/*页脚部分*/
footer {
	background: #2C2B2B;
	margin-top: 60px;
	padding-top: 20px;
	height: 303px;
}

footer .footer-box {
	width: 1106px;
	height: 200px;
	margin: 0 auto;
}

footer .footer-box .footer-head {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #3C3C3C;
}

footer .footer-box ul {
	width: 1106px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
}

footer .footer-box ul li {
	list-style: none;
	float: left;
}

footer .footer-box ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #B7B7B7;
	margin-left: 11px;
}

footer .footer-box ul li a:hover {
	color: #B7B7B7;
}

footer .footer-box ul li span {
	margin-left: 10px;
	color: #B7B7B7;
}

footer .footer-box .footer-content {
	width: 100%;
	height: 138px;
}

footer .footer-box .footer-content .foot-con1 {
	margin-top: 30px;
}

footer .footer-box .footer-content .foot-con1 ul {
	width: 480px;
}

footer .footer-box .footer-content .foot-con2 {
	width: 350px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 13px;
	color: #B7B7B7;
}

footer .footer-box .footer-content .foot-con3 {
	width: 160px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 13px;
	color: #B7B7B7;
}

footer .footer-box .footf {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #B7B7B7;
}

.follow {
	position: fixed;
	width: 27px;
	height: 100px;
	background: #000;
	bottom: 30%;
	right: 178px;
	z-index: 999;
}

.follow button {
	width: 27px;
	height: 100px;
	background: #004098;
	border: none;
	color: #fff;
}


/*关于我们*/
.content .left-aboutus {
	width: 270px;
	float: left;
	height: 500px;
	padding-top: 50px;
}

.content .left-aboutus .aboutus-title {
	border-left: 5px solid #004098;
	padding-left: 10px;
}

.content .left-aboutus .aboutus-title .title1 {
	font-size: 19px;
	font-weight: 800;
}

.content .left-aboutus .aboutus-title .title2 {
	font-size: 12px;
	color: #666;
}

.content .left-aboutus ul {
	width: 100%;
	margin-top: 20px;
}

.content .left-aboutus ul li {
	width: 70%;
	height: 40px;
	line-height: 40px;
	background: #666;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.content .right-aboutus {
	width: 830px;
	float: right;
}

.content .right-aboutus .according {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.content .right-aboutus .according .currentposition {
	float: right;
	font-size: 13px;
	color: #004098;
}

.content .right-aboutus .according .previousposition {
	float: right;
	font-size: 13px;
	color: #666;
}

/*走进纬德*/
.content .right-aboutus .content-introduce .topic {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #004098;
	font-size: 25px;
	font-weight: 900;
	margin: 15px 0;
}

.content .right-aboutus .content-introduce .introduce {
	overflow: hidden;
}

.content .right-aboutus .content-introduce .introduce .introduce-text {
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #004098;
	padding-bottom: 10px;
}

.content .right-aboutus .content-introduce .introduce .introduce-img {
	float: right;
	width: 220px;
}

.content .right-aboutus .content-introduce .introduce .introduce-img img {
	width: 220px;
	height: 140px;
	background-size: cover;
	margin-bottom: 10px;
}

.content .right-aboutus .content-introduce .icon-a {
	width: 100%;
	height: 100px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.content .right-aboutus .content-introduce .icon-a a {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	background: #004098;
	position: relative;
	margin-left: 143px;
}

.content .right-aboutus .content-introduce .icon-a a div {
	position: absolute;
	top: 25px;
	left: 34px;
	width: 32px;
	height: 32px;
}

.content .right-aboutus .content-introduce .icon-a a div img {
	width: 32px;
	height: 32px;
	background-size: cover;
}

.content .right-aboutus .content-introduce .icon-a a span {
	display: inline-block;
	position: absolute;
	top: 60px;
	left: 36px;
	color: #fff;
}

/*发展历程*/
.content .right-aboutus .content-introduce .developmentcourse {
	width: 830px;
	height: 960px;
	margin-bottom: 50px;
}

.content .right-aboutus .content-introduce .developmentcourse img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

/*成功案例*/
.content .right-aboutus .content-introduce .icon-succ {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.content .right-aboutus .content-introduce .icon-succ li {
	width: 162px;
	height: 82px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #333;
}

.content .right-aboutus .content-introduce .icon-succ .mar-none {
	margin: 0;
}

.content .right-aboutus .content-introduce .icon-succ li img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

/*荣誉资质*/
.content .right-aboutus .content-introduce .icon-succ .framework {
	width: 100%;
	position: relative;
}

.content .right-aboutus .content-introduce .icon-succ .framework1 {
	height: 400px;
}

.content .right-aboutus .content-introduce .icon-succ .framework2 {
	height: 216px;
}

.content .right-aboutus .content-introduce .icon-succ .framework3 {
	height: 386px;
}


/*2020-6-3修改*/
.Amplification img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.header_box {
	width: 100%;
	background-color: #fff;
}

.header_box .fixedmenu {
	position: fixed;
	left: 0px;
	top: 0px;
}

.wdbc_ui {
	width: 100%;
	min-width: 1200px;
}

.wdbc_ui_c {
	width: 1200px;
	margin: 0px auto;
}

.wdbc_logo {
	width: 296px;
	padding-top: 20px;
}

.wdbc_logo img {
	width: 100%;
}

.wdbc_logo_r {
	width: 720px;
	padding-top: 15px;
}

.wdbc_logo_r_t {
	width: 100%;
	text-align: right;
}

.wdbc_ss {
	width: 280px;
	height: 38px;
	border-radius: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.wdbc_ss .ipt1 {
	border: none;
	line-height: 22px;
	height: 22px;
	color: #666;
	margin: 7px 8px;
	padding: 0 10px;
	border-radius: 13px;
	width: 200px;
	outline: 0;
}

.wdbc_ss .ipt2 {
	border: none;
	width: 50px;
	height: 36px;
	cursor: pointer;
	cursor: pointer;
	outline: 0;
	background: url(../images/en_img.png) no-repeat;
	border-radius: 20px;
}

.wdbc_nav{width:720px;}
.wdbc_nav li{width:14%; float:left; height:57px; position:relative; z-index:111;}
.wdbc_nav li .a_nam{width:100%; height:57px; text-align:center; line-height:57px; color:#606775; font-size:18px;display:inline-block; overflow:hidden;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.wdbc_nav li .a_nam:hover,.wdbc_nav li .a_nam.activetm{ color:#1b438b; font-weight:700; text-decoration:none;}


/*竖起的二级下拉*/
.wdbc_nav li dl{width:100%; background-color:#fff;font-family:"微软雅黑"; position:absolute; left:0px; top:57px; font-size:14px; display:none;}
.wdbc_nav li dl dd{width:100%; height:35px; line-height:35px; text-align:center; float:left; overflow:hidden; }
.wdbc_nav li dl dd a{width:100%; height:35px; line-height:35px; text-align:center; display:inline-block;color:#333; overflow:hidden; font-size:14px; font-family:"微软雅黑";}
.wdbc_nav li dl dd a:hover{  color:#fff; text-decoration:none; background-color:#185cba;}


.wdbc_box1 {
	width: 100%;
	padding: 60px 0px 0px 0px;
}

.wdbc_box1_left {
	width: 570px;
}

.wdbc_box1_left .a_img {
	width: 570px;
	height: 350px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}

.wdbc_box1_left .a_img img {
	width: 570px;
	height: 350px;
}

.wdbc_box1_left .a_text {
	width: 100%;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
	color: #343434;
	font-size: 18px;
	font-weight:bold;
}

.wdbc_box1_left .a_text:hover {
	text-decoration: none;
	color: #004098;
}

.wdbc_box1_left .a_text_c {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #848484;
	font-size: 14px;
}

.wdbc_box1_right {
	width: 600px !important;
	margin: 0px !important
}

.wdbc_box1_right li {
	width: 100% !important;
	float: left;
}

.wdbc_box1_right li .div {
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	overflow: hidden;
	/*color: #888;*/
	color: #666;
	font-size: 14px;
}

.wdbc_box1_right li .div:hover {
	color: #fff;
	text-decoration: none;
	background-color: #004098;
}

.wdbc_box1_right li .div .div_l {
	width: 120px;
	height: 103px;
}

.wdbc_box1_right li .div .div_l .s1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 36px;
	text-align: center;
	overflow: hidden;
}

.wdbc_box1_right li .div .div_l .s2 {
	width: 100%;
	text-align: center;
}

.wdbc_box1_right li .div .div_l .s2 span {
	font-size: 14px;
	/*color: #b2b2b3;*/
	color: #666;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 2px 0;
}

.wdbc_box1_right li .div .div_r {
	width: 480px;
	padding-right: 10px;
}

.wdbc_box1_right li .div .div_r .s1 {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
	height: 30px;
	overflow: hidden;
	font-weight:bold;
}

.wdbc_box1_right li .div .div_r .s2 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
}

.wdbc_box1_right li .div:hover .div_r .s1,
.wdbc_box1_right li .div:hover .div_l .s1 {
	color: #fff;
}

.wdbc_box1_right li .div:hover .div_l .s2 span {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.wdbc_box2 {
	width: 100%;
	padding-top: 40px;
}

/*8-左右滚动*/
.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.multipleColumn .hd1 {
	overflow: hidden;
	height: 25px;
}

/*.multipleColumn .hd1 .prev,.multipleColumn .hd1 .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}*/
.multipleColumn .hd1 .prev {
	position: absolute;
	left: 10%;
	top: 0px;
	/*background:url(../images/l_btn.png) left center no-repeat;*/
	width: 0px;
	height: 484px;
	cursor: pointer;
}

.multipleColumn .hd1 .next {
	position: absolute;
	right: 10%;
	top: 0px;
	/*background:url(../images/r_btn.png) right center no-repeat; */
	width: 0px;
	height: 484px;
	cursor: pointer;
}

/*.multipleColumn .hd1 .next{ background:url("images/icoRight.gif") no-repeat;  }*/
.multipleColumn .hd1 ul {
	margin: 0px auto;
	overflow: hidden;
	zoom: 1;
	height: 25px;
	zoom: 1;
	position: absolute;
	bottom: -25px;
	text-align: center;
	left: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.multipleColumn .hd1 ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ccc;
}

.multipleColumn .hd1 ul li.on {
	background-color: #004098;
}

.multipleColumn .bd {
	overflow: hidden;
	width: 1200px;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 1200px;
	float: left;
	_display: inline;
	margin: 0px auto;
}

.multipleColumn .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 1200px;
}

.multipleColumn .bd ul li dl {
	width: 100%;
}

.multipleColumn .bd ul li dl dd {
	width: 400px;
	padding: 0px 5px 20px 5px;
	float: left;
}

.multipleColumn .bd ul li dl dd .div {
	width: 388px;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	border-bottom: 5px solid #004098;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.multipleColumn .bd ul li dl dd .div:hover {
	text-decoration: none;
	color: #004098;
}

.multipleColumn .bd ul li dl dd .div .a_img {
	width: 388px;
	/*height: 170px;*/
	/*height: 235px;*/
	 height:180px;
	display: inline-block;
	overflow: hidden;
}

.multipleColumn .bd ul li dl dd .div .a_img img {
	width: 388px;
	 height:auto !important;
	/*height: 170px;*/
}

.multipleColumn .bd ul li dl dd .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.multipleColumn .pageState {
	display: none;
}

/*8-左右滚动*/
.multipleColumn1 {
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.multipleColumn1 .hd1 {
	overflow: hidden;
	height: 25px;
}

/*.multipleColumn .hd1 .prev,.multipleColumn .hd1 .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}*/
.multipleColumn1 .hd1 .prev {
	position: absolute;
	left: 10%;
	top: 0px;
	/* background:url(../images/l_btn.png) left center no-repeat;*/
	width: 0px;
	height: 484px;
	cursor: pointer;
}

.multipleColumn1 .hd1 .next {
	position: absolute;
	right: 10%;
	top: 0px;
	/*background:url(../images/r_btn.png) right center no-repeat;*/
	width: 0px;
	height: 484px;
	cursor: pointer;
}

/*.multipleColumn .hd1 .next{ background:url("images/icoRight.gif") no-repeat;  }*/
.multipleColumn1 .hd1 ul {
	margin: 0px auto;
	overflow: hidden;
	zoom: 1;
	height: 25px;
	zoom: 1;
	position: absolute;
	bottom: -25px;
	text-align: center;
	left: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.multipleColumn1 .hd1 ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ccc;
}

.multipleColumn1 .hd1 ul li.on {
	background-color: #004098;
}

.multipleColumn1 .bd {
	overflow: hidden;
	width: 1200px;
}

.multipleColumn1 .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 1200px;
	float: left;
	_display: inline;
	margin: 0px auto;
}

.multipleColumn1 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 1200px;
}

.multipleColumn1 .bd ul li dl {
	width: 100%;
}

.multipleColumn1 .bd ul li dl dd {
	width: 400px;
	padding: 0px 5px 20px 5px;
	float: left;
}

.multipleColumn1 .bd ul li dl dd .div {
	width: 388px;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 15px;
	/* border:1px solid #ccc;*/
	border-bottom: 5px solid #004098;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.multipleColumn1 .bd ul li dl dd .div:hover {
	text-decoration: none;
	color: #004098;
}

.multipleColumn1 .bd ul li dl dd .div .a_img {
	width: 388px;
	height: 253px;
	display: inline-block;
	overflow: hidden;
}

.multipleColumn1 .bd ul li dl dd .div .a_img img {
	width: 388px;
	height: 253px;
}

.multipleColumn1 .bd ul li dl dd .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.multipleColumn1 .pageState {
	display: none;
}

.wdbc_box3 {
	width: 100%;
	padding: 40px 0px;
}

.wdbc_box3_c {
	width: 100%;
	background: url(../images/home-about1.jpg) 50% 0 no-repeat #dde7f0;
	border-radius: 4px;
	box-shadow: 0 12px 16px -12px rgba(27, 67, 140, .2);
	padding: 90px 30px;
}

.wdbc_box3_c_t {
	width: 100%;
}

.wdbc_box3_c_t_c {
	width: 416px;
}

.wdbc_box3_c_t_c .s1 {
	width: 100%;
	color: #1b438b;
	font-size: 76px;
	margin: 0;
	line-height: 1em;
	font-weight: 700;
}

.wdbc_box3_c_t_c .s1 em {
	display: inline-block;
	width: 110px;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.1em;
	margin-right: 20px;
	vertical-align: top;
}

.wdbc_box3_c_t_c .s2 {
	width: 100%;
	/*color: #79808d;*/
	color: #333;
	font-size: 16px;
	/*height: 120px;*/
	height: 190px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 64px;
	text-align: justify;
}



.wdbc_bg1 {
	background-color: #171a20;
}

.wdbc_bg2 {
	background-color: #282c35;
}

.wdbc_footer {
	width: 100%;
	padding: 15px;
	line-height: 30px;
	color: #9da4b2;
	font-size: 14px;
	text-align: center;
}

.wdbc_footer a {
	color: #9da4b2;
}

.wdbc_footer a:hover {
	text-decoration: none;
	color: #fff;
}

.wdbc_footer_top {
	width: 100%;
	padding: 70px 0px 45px 0px;
}

.wdbc_footer_top_l {
	width: 950px;
}

.wdbc_footer_top_l li {
	width: 190px;
	float: left;
}

.wdbc_footer_top_l li .a1 {
	line-height: 1.0;
	margin-bottom: 24px;
	float: left;
	color: #a7a9ac;
	font-size: 16px;
	font-weight: 700;
}

.wdbc_footer_top_l li .a1:hover {
	color: #fff;
	text-decoration: none
}

.wdbc_footer_top_l li .a2 {
	width: 100%;
	height: 28px;
	float: left;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
}

.wdbc_footer_top_l li .a2:hover {
	text-decoration: none;
	color: #fff;
}

.wdbc_footer_top_c {
	width: 126px;
}

.wdbc_footer_top_c .s1 {
	width: 100%;
	line-height: 1.0;
	margin-bottom: 28px;
	float: left;
	color: #a7a9ac;
	font-size: 16px;
	font-weight: 700;
	text-align: center
}

.wdbc_footer_top_c .s2 {
	width: 126px;
	height: 126px;
	overflow: hidden;
}

.wdbc_footer_top_c .s2 img {
	width: 126px;
	height: 126px;
}

/*.wdbc_footer_top_r{width:200px;}
.wdbc_footer_top_r .s1{width:100%; line-height:1.0; margin-bottom:28px; float:left; color:#a7a9ac; font-size:16px; font-weight:700;}
*/





.main {
	position: relative;
	width: 1200px;
	margin: 0 auto;

}

.navs {
	display: inline-block;
	float: left;
	margin-top: 32px;
}

.main .til p {
	font-size: 20px;
	font-weight: bold;
}

.main .til span {
	color: #666666;
	font-size: 12px;

}

.main .til {
	width: 220px;
	height: 45px;
	border-left: 7px solid #004098;
	margin-bottom: 15px;
	padding-left: 10px;
}

.main .navs_01 {
	padding: 0;
}

.main .navs_01>li {
	position: relative;
	width: 220px;
	text-align: center;
	/*background-color: #004098;*/
	background-color: #666666;
	margin-top: 5px;
	color: #fff;
	 cursor:pointer;
}

.main .navs_01>li>a {
	display: block;
	position: relative;
	/*width: 220px;*/
	width: 100%;
	/* padding: 15px 0 15px 0; */
	text-align: center;
	text-decoration: none;
/* 	margin-top: 5px; */
	color: #fff;
	 font-size:16px;
}
.main .navs_01>li:hover{color:#fff; background-color:#004098;}

.navs_02_1,
.navs_02_2,
.navs_02_3 {
	border-top: 1px solid #fff;
}

.navs_02_1>li,
.navs_02_2>li,
.navs_02_3>li {
	padding: 15px 0 15px 0;
	text-align: center;
	background-color: #666;
}

.detail_con {
	display: inline-block;
	width: 930px;
	padding-left: 50px;

}

.detail_con .site {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999999;
	margin-bottom: 30px;
	line-height: 30px;
	text-align: right;
}
.detail_con .site  a {
	text-decoration: none;
	color: #666;
}


.detail_con .site ul {
	float: right;
}

.detail_con .site ul li {
	height: 32px;
	line-height: 32px;
	float: left;
}

.detail_con .site ul li a {
	text-decoration: none;
	color: #666;
}

.connect_con {
	/* border-bottom: 1px solid #999999; */
}

.news_til {
	display: block;
	font-size: 24px;
	width: 100%;
	text-align: center;
}

.news_time {
	width: 100%;
	text-align: center;
	margin: 15px 0 40px 0;

}

.news_time span {
	display: inline-block;
	margin-right: 30px;
}

.news_txt .ptop {
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.pbottom {
	margin-bottom: 50px;
}

.pbottom>span {
	display: block;
	text-indent: 2em;
	margin: 10px 0 10px 0;
}

.turn {
	margin-top: 20px;
}

.turn a {
	text-decoration: none;
}

.turn .last_p,
.next_p {
	display: inline-block;

}

.turn .next_p {
	float: right;
}


.detail_con .solve_list {
	overflow: hidden;
}

.detail_con .solve_list .ti {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.detail_con .solve_list .ti p {
	font-size: 38px;
	color: #004098;
	font-weight: bold;
}

.detail_con .solve_list .ti p span {
	color: #333;
}

.detail_con .solve_list #solve_list {
	overflow: hidden;
	width: 900px;
	float: right;
}

.detail_con .solve_list #solve_list li {
	width: 430px;
	float: left;
	border-bottom: 2px solid #000;
	margin-right: 20px;
	margin-top: 20px;
}

.detail_con .solve_list #solve_list li a {
	display: block;
	text-decoration: none;
	color: #000;
}

.detail_con .solve_list #solve_list li a img {
	width: 100%;
}

.detail_con .solve_list #solve_list li a p {
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
}

.detail_con .solve_list #solve_list li p span {
	float: right;
}

.solve_menu {
	float: left;
	margin-top: 20px;
}

.solve_menu>ul>li {
	width: 250px;
	overflow: hidden;
}

.solve_menu>ul>li>a {
	width: 100%;
	height: 50px;
	display: block;
	/*font-size: 20px;*/
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #666;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.erji {
	/*width: 90%;*/
	width:100%;
	margin: 0 auto;
}

.erji li {
	width: 100%;
}

.erji li a {
	width: 100%;
	height: 50px;
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #666;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.erji li a:hover {
	background: #004098;
}




.job {
	font-size: 24px;
	width: 200px;
	margin: 0 auto;
}

.askfor {
	margin-top: 50px;
	width: 100%;
	height: 60px;
}

.askfor li {
	float: left;
	width: 220px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.desc {
	margin-top: 50px;
}

.desc b {
	font-size: 18px;
	color: #666;
}

.desc p {
	padding: 15px 0 15px 0;
}

.reque {
	margin-top: 30px;
}

.reque b {
	font-size: 18px;
	color: #666;
}

.reque ul li {
	padding: 10px 0 10px 0;
}

.company_mes {
	margin-top: 30px;
	margin-bottom: 50px;
}

.company_mes b {
	font-size: 18px;
	color: #666;
}

.company_mes p {
	padding: 10px 0 10px 0;
}

.inline_note {
	width: 200px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background: #004098;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

/*以上是招聘信息代码*/


.call {
	font-size: 30px;
	color: #004098;

	margin-bottom: 50px;
}

.news_list li {
	height: 187px;
	/*background-color: #e6e6e6;*/
	margin-top: 20px;
	 cursor:pointer;
	  background-color:#f2f2f2;
}

.news_list li img {}
.news_list li:hover{ background-color:#004098;}

.news_list li .news_text {
	display: inline-block;
	float: right;
	width: 605px;
	padding: 0 15px 0 10px;
}

.news_list li .news_title {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	 color:#333;
	  font-weight:bold;
}
.news_list li:hover .news_title,.news_list li:hover .news_title:hover{ color:#fff; text-decoration:none;}

.news_list li em {
	display: block;
	height: 30px;
	color: #999;
	line-height: 20px;
}
.news_list li:hover em{ color:#fff;}
.news_list li .news_con {
	color: #666;
	margin-top: 10px;
}
.news_list li:hover .news_con { color:#fff;}
.news_list li span {
	display: block;
	margin-top: 10px;
	float: right;
}

.news_list li span a {
	text-decoration: none;
	color: #000;
}




















.ry_ul_pages {
	width: 100%;
	text-align: center;
	/* 	font-size: 0.24rem; */
	padding: 60px 0 30px 0;
}

.ry_ul_pages a,
.ry_ul_pages span {
	padding: 5px 15px;
	/* height: 0.5rem; */
	margin-bottom: 5px;
	/* line-height: 0.5rem; */
	text-align: center;
	background-color:#004098;
	border: 1px solid#004098;
	color: #fff;
	display: inline-block;
}

.ry_ul_pages a:hover,
.ry_ul_pages a.activepages,
.ry_ul_pages span {
	color:#004098;
	text-decoration: none;
	background-color: #fff;
}


/*列表代码结束*/
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-left: 30%;
	margin-top: 50px;
}

.pagination .active {
	background-color: #004098;
}

.pagination li {
	display: inline;
}

.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	margin: 10px
}

/*分页代码*/
.yuanxiao1 img{width:100%}
