@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navbar {
	width: 100%;
	height: 170px;
	background: url(../../images/jdl/navbar.jpg) no-repeat center;
}
.container2 {
	padding: 40px 15px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}

@media (min-width:768px) {
.container2 {
	width: 750px
}
}

@media (min-width:992px) {
.container2 {
	width: 970px
}
}

@media (min-width:1200px) {
.container2 {
	width: 1280px;
}
}
.navbar-logo {
	width: 440px;
	height: 40px;
	padding: 15px 0px 35px 0px;
	float: left;
}
.nav-header-index {
	top: 0;
	left: 0;
	right: 0;
	float: right;
	padding-top: 10px;
	width: 560px;
	z-index: 99;
}
.nav-header-index ul.menu {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.nav-header-index ul.menu li.menu-item {
	float: left;
	position: relative;
	padding: 0;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	width: 64px;
	height: 64px;
	margin: 0px 8px;
	vertical-align: middle;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}
.nav-header-index ul.menu li.menu-item a {
	display: block;
	text-decoration: none;
	overflow: hidden
}
.nav-header-index ul.menu li.menu-item a span {
	position: relative;
	display: inline-block;
	padding: 0 18px;
	font-size: 14px;
	text-align: center;
	line-height: 4pc;
	color: #c2c2c2;
	-webkit-transition: -webkit-transform ease-in-out .25s;
	transition: transform ease-in-out .25s
}
.nav-header-index .level-one .container:after, .nav-header-index .level-one .container:before, .nav-header-index ul.menu:after, .nav-header-index ul.menu:before {
	display: table;
	content: " "
}
.nav-header-index ul.menu li.menu-item a span::before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.2);

}
.nav-header-index ul.menu li.menu-item a:focus span, .nav-header-index ul.menu li.menu-item a:hover span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align: center;
	color: #fff;
}
/*banner样式*/
.slides {
	width: 100%;
	height: 655px;
	position: relative;
	
	overflow: hidden;
}
.slideInner {
	height: 700px;
	position: relative;
	left: 0;
	margin-left: 0;
}
.slideInner a {
	display: block;
	height: 700px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.slideInner a div.img1 {
	width: 1280px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}
.slideInner a div.img2 {
	width: 1070px;
	position: absolute;
	top: 557px;
	left: 50%;
	margin-left: -535px;
}
.slideInner .slide3 .img2 {
	top: 200px;
}
.slideInner .slide3 .img3 {
	width: 181px;
	height: 286px;
	position: absolute;
	left: 50%;
	margin-left: 330px;
	top: 330px;
}
.nav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.nav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: .2;
	z-index: 9;
}
.nav a.prev {
	position: absolute;
	left: 0;
	top: -330px;
	margin-top: -58px;
	background: url(../../images/jdl/ban_pre.png) no-repeat;
}
.nav a.next {
	position: absolute;
	right: 0;
	top: -330px;
	margin-top: -58px;
	background: url(../../images/jdl/ban_next.png) no-repeat;
}
.navListBox {
	position: absolute;
	left: 50%;
	top: 620px;
	z-index: 99;
}
.navListBox li {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.navListBox li:first-child {
	margin-left: 0;
}
.navListBox li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 5px #666 inset;
}
.navListBox li a.active {
	background-color: #55ddff;
}
/*内容序列1*/
.demo1 {
	width: 1280px;
	margin: auto;
	overflow: hidden;
}
.box {
	float: left;
	width: 280px;
	height: 360px;
	margin-left: 20px;
	margin-right: 20px;
}
.clear {
	clear: both
}
.he_border1 {
	width: 280px;
	height: 360px;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_border1 .he_border1_img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden
}
.he_border1:hover .he_border1_img {
	position: absolute;
}
.he_border1 .he_border1_caption {

	color: #fff;
	padding: 0;
	margin: 0;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_border1 .he_border1_caption::before, .he_border1 .he_border1_caption::after {
		
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.8s, -webkit-transform .8s;
	-moz-transition: opacity 0.8s, -moz-transform .8s;
	-o-transition: opacity 0.8s, -o-transform .8s;
	transition: opacity 0.8s, transform .8s
}
.he_border1 .he_border1_caption::before {
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}
.he_border1 .he_border1_caption::after {
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.he_border1:hover .he_border1_caption::before, .he_border1:hover .he_border1_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.he_border1 .he_border1_caption, .he_border1 .he_border1_caption > a {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 1000
}
.he_border1 .he_border1_caption_h {
	
	font-size: 1em;
	font-weight: 700;
	font-family: "Microsoft YaHei";
	color: #3f4244;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 160px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 1
}
.he_border1 .he_border1_caption_p {
	text-align: center;
	width: 280px;
	height: 90px;
	padding-top: 20px;
	position: absolute;
	top: 250px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0;
	font-family: "Microsoft YaHei";
	color: #fff;
	font-size: 0.8em;
	line-height: 32px;
	background: #323338;
}
.he_border1:hover .he_border1_caption_p {
	bottom: 0;
	opacity: 1
}
.business {
	width: 100%;
	height: auto;
	background: #f7f7f7;
	overflow: hidden;
}
.BC_list {
	width: 100%;
	padding-bottom: 115px;
	overflow: hidden;
	background: url(../../images/jdl/BC_list.jpg) no-repeat bottom;
}
.yewu_list {
	width: 1240px;
	height: auto;
	margin: auto;
}
.he_slideCaptionDown {
	width: 300px;
	margin-left: 10px;
	height: 330px;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	float: left;
}
.he_slideCaptionDown .he_slideCaptionDown_img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden
}
.he_slideCaptionDown .he_slideCaptionDown_caption {
	color: #fff;

	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.he_slideCaptionDown .he_slideCaptionDown_caption, .he_slideCaptionDown .he_slideCaptionDown_caption > a {
	background:url(../../images/jdl/abg.png) no-repeat bottom; 
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 320px;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideCaptionDown .he_slideCaptionDown_caption_h {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	width: 100%;
	left: 15px;
	position: absolute;
	bottom: 70px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0;
	color: #dbdbdb;
}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
	color: #dbdbdb;
	text-align: left;
	bottom: 75px;
	left: 15px;
	opacity: 1;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.he_slideCaptionDown .he_slideCaptionDown_caption_p {
	font-size: 12px;
	text-align: left;
	font-family: "Microsoft YaHei";
	width: 100%;
	left: 15px;
	position: absolute;
	bottom: 25px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0;
	letter-spacing: -0.4px;
	color: #dbdbdb;
}
.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
	color: #dbdbdb;
	font-family: "Microsoft YaHei";
	bottom: 25px;
	opacity: 1;
	letter-spacing: -0.4px;
	left: 15px;
}
.BC_title {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	height: 125px;
	margin-bottom: 70px;
	overflow: hidden;
}
.BC_con {
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	position: relative;
}

@media (min-width: 768px) {
.BC_con {
	width: 750px;
}
}

@media (min-width: 992px) {
.BC_con {
	width: 970px;
}
}

@media (min-width: 1280px) {
.BC_con {
	width: 1250px;
}
}
.con_left {
	width: 260px;
	height: 75px;
	position: absolute;
	left: 15px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
	background: url(../../images/jdl/BC_con.png) no-repeat bottom left;
}
.con_left h2 {
	display: block;
	color: #46464a;
	font-size: 18px;
	float: left;
	font-weight: normal;
}
.con_left span {
	display: block;
	color: #8e8787;
	font-size: 16x;
	float: left;
	font-weight: normal;
}
.con_right {
	width: 160px;
	height: 75px;
	text-align: right;
	position: absolute;
	right: 35px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
}
.con_right a {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.con_right a:hover {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.in_title {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	height: 125px;
}
.in_con {
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	position: relative;
}

@media (min-width: 768px) {
.in_con {
	width: 750px;
}
}

@media (min-width: 992px) {
.in_con {
	width: 970px;
}
}

@media (min-width: 1280px) {
.in_con {
	width: 1250px;
}
}
.incon_left {
	width: 250px;
	height: 75px;
	position: absolute;
	left: 15px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
	background: url(../../images/jdl/BC_con.png) no-repeat bottom left;
}
.incon_left h2 {
	display: block;
	color: #46464a;
	font-size: 18px;
	float: left;
	font-weight: normal;
}
.incon_left span {
	display: block;
	color: #8e8787;
	font-size: 16x;
	float: left;
	font-weight: normal;
}
.incon_right {
	width: 160px;
	height: 75px;
	text-align: right;
	position: absolute;
	right: 35px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
}
.incon_right a {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.incon_right a:hover {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.about {
	width: 100%;
	height: 225px;
	padding-top:365px;
	background: url(../../images/jdl/aboutbg.jpg) no-repeat  center;
}
.index_about{ width:120px; height:225px; margin:auto; text-align:left; padding-left:440px; padding-right:440px;}
.index_about a{ display:block;height:35px;text-decoration:none;background: url(../../images/jdl/about-more.png) no-repeat center; }
.index_about a:hover{ display:block;height:35px;text-decoration:none;background: url(../../images/jdl/about-more2.png) no-repeat center; }
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news_list {
	width: 1250px;
	margin: auto;
	height: auto;
	padding-top:55px;
	overflow: hidden;
}
.news_list ul {
	padding: 0px;
	margin: 0px;
}
.news_list li {
	height: 245px;
	list-style: none;
	overflow: hidden;
}
.NL_left {
	width: 465px;
	height: 205px;
	padding-top: 40px;
	padding-left: 15px;
	margin-right: 50px;
	float: left;
	background: url(../../images/jdl/NL_left.png) no-repeat right;
}
.lox1 {
	width: 435px;
	height: 20px;
	padding: 0px 30px 0px 0px;
	margin-bottom: 30px;
	text-align: right;
	font-family: "Microsoft YaHei";
	color: #626267;
	font-size: 16px;
}
.lox2 {
	width: 435px;
	height: 30px;
	padding: 0px 30px 0px 0px;
	text-align: right;
	font-family: "Microsoft YaHei";
	color: #c9c9c9;
	font-size: 22px;
}
.lox3 {
	width: 435px;
	height: 30px;
	padding: 10px 30px 0px 0px;
	text-align: right;
}
.NL_right {
	width: 680px;
	height: 200px;
	float: left;
	margin-right: 40px;
}
.nr_bld {
	width: 680px;
	height: 140px;
	margin:0px;
	padding:0px;
	border-bottom: 0px;
	
	font-family: "Microsoft YaHei";
}
.rox1 {
	width: 630px;
	height: 30px;
	padding: 20px 0px 20px 50px;
	overflow: hidden;
}
.rox1 h3 {
	display: block;
	margin: 0px;
	height: 25px;
	padding-top: 5px;
	float: left;
	font-size: 16px;
	color: #626267;
	font-weight: normal;
}
.rox1 img {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
}
.rox2 {
	width: 580px;
	height: 70px;
	margin: 0px;
	padding-left:50px;
	padding-right:50px;
	font-size: 14px;
	color: #b0b0b0;
}
.NL_right .vst3 {
	width: 680px;
	height: 60px;
	position: relative;
}
.NL_right .vst4 {
	width: 680px;
	height: 60px;
	background: url(../../images/jdl/rox3.jpg) no-repeat;
	position: relative;
}
.NL_right .vst3 a {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 40px;
	top: 15px;
	background: url(../../images/jdl/block-a.png) no-repeat;
}
.NL_right .vst3 a:hover {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 40px;
	top: 15px;
	background: url(../../images/jdl/block-ahover.png) no-repeat;
}
.yqlx {
	width: 100%;
	padding:25px 0px;
	overflow:hidden;	
}
.yqlx_title {
	width: 100%;
	
	height: 125px;
}
.yqlx_con {
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}

@media (min-width: 768px) {
.yqlx_con {
	width: 750px;
}
}

@media (min-width: 992px) {
.yqlx_con {
	width: 970px;
}
}

@media (min-width: 1280px) {
.yqlx_con {
	width: 1250px;
}
}
.yqlxcon_left {
	width:20%;
	height: 75px;
	margin-left:15px;
	float:left;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
}
.yqlxcon_left h2 {
	display: block;
	color: #c61d2b;
	font-size: 18px;
	float: left;
	font-weight: normal;
}
.yqlxcon_left span {
	display: block;
	color: #8e8787;
	font-size: 12x;
	float: left;
	font-weight: normal;
}
.yqlxcon_right {
	height: 75px;
	text-align: left;
    float:left;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
}
.yqlxcon_right a {
	text-decoration: none;
	color: #868686;
	font-size: 14x;
	font-weight: normal;
	margin-right:40px;
}
.yqlxcon_right a:hover {
	text-decoration: none;
	color:#333;
	font-size: 14x;
	font-weight:600;
	margin-right:40px;
}
.yqlx_lj {
	width: 1250px;
	height: 115px;
	margin: auto;
	text-align: center;
}
.yqlx_lj img {
	border: 0px;
}
.lxwm {
	width: 100%;
	background:#f7f7f7;
	height: 360px;
}
.lxwm_title {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	height: 125px;
}
.lxwm_con {
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	position: relative;
}

@media (min-width: 768px) {
.lxwm_con {
	width: 750px;
}
}

@media (min-width: 992px) {
.lxwm_con {
	width: 970px;
}
}

@media (min-width: 1280px) {
.lxwm_con {
	width: 1250px;
}
}
.lxwmcon_left {
	width: 200px;
	height: 75px;
	position: absolute;
	left: 15px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
	background: url(../../images/jdl/BC_con.png) no-repeat bottom left;
}
.lxwmcon_left h2 {
	display: block;
	color: #46464a;
	font-size: 18px;
	float: left;
	font-weight: normal;
}
.lxwmcon_left span {
	display: block;
	color: #8e8787;
	font-size: 16x;
	float: left;
	font-weight: normal;
}
.lxwmcon_right {
	width: 160px;
	height: 75px;
	text-align: right;
	position: absolute;
	right: 35px;
	padding-top: 50px;
	font-family: "Microsoft YaHei";
}
.lxwmcon_right a {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.lxwmcon_right a:hover {
	text-decoration: none;
	color: #8e8787;
	font-size: 16x;
	font-weight: normal;
}
.lxwm_list {
	width: 1200px;
	height: 55px;
	margin: auto;
	padding: 90px 25px 90px 25px;
}
.lxwm_list ul {
	margin: 0px;
	padding: 0px;
}
.lxwm_list li {
	width: 400px;
	height: 55px;
	float: left;
	list-style: none;
	font-family: "Microsoft YaHei";
}
.lxwm_list li a {
	display: block;
	width: 310px;
	height: 55px;
	padding-left: 90px;
	font-size: 12px;
	line-height: 28px;
	color: #a0a0a0;
	text-decoration: none;
	
}
.lxwm_list li a:hover {
	display: block;
	width: 310px;
	padding-left: 90px;
	height: 55px;
	font-size: 12px;
	line-height: 28px;
	color: #a0a0a0;
	text-decoration: none;
	
}
.lxwm_list li .lxwma{background: url(../../images/jdl/lxwma.png) no-repeat left;}
.lxwm_list li .lxwma:hover{background: url(../../images/jdl/lxwma.png) no-repeat left;}
.lxwm_list li .lxwmb{background: url(../../images/jdl/lxwmb.png) no-repeat left;}
.lxwm_list li .lxwmb:hover{background: url(../../images/jdl/lxwmb.png) no-repeat left;}
.lxwm_list li .lxwmc{background: url(../../images/jdl/lxwmc.png) no-repeat left;}
.lxwm_list li .lxwmc:hover{background: url(../../images/jdl/lxwmc.png) no-repeat left;}
.liuyan {
	width: 100%;
	height: 590px;
	background: url(../../images/jdl/liuyan.jpg) no-repeat;
}
.liuyan_til {
	width: 750px;
	height: 110px;
	margin: auto;
	text-align: center;
}
.liuyan_til a {
	display: block;
	width: 125px;
	height: 35px;
	padding-top: 40px;
	padding-bottom: 35px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #818486;
}
.liuyan_til a:hover {
	display: block;
	width: 125px;
	height: 35px;
	padding-top: 40px;
	padding-bottom: 35px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #ffffff;
	background: url(../../images/jdl/liuyan_til.png) no-repeat center;
}
.liuyan_leave {
	width: 780px;
	height: 50px;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
}
.liuyan_tian1 {
	width: 780px;
	height: 40px;
	margin: auto;
	padding-bottom: 100px;
}
.tian1_left {
	width: 375px;
	height: 40px;
	margin-right: 15px;
	float: left;
}
.liuyan1{width: 340px;height: 30px; border:0px; background: url(../../images/jdl/tian1_left.png) no-repeat; padding-left:35px; padding-top:10px;font-family: "Microsoft YaHei";font-size: 14px;color: #a0a0a0;outline:medium;}
.liuyan2{width: 340px;height: 30px; border:0px; background: url(../../images/jdl/tian1_right.png) no-repeat; padding-left:35px; padding-top:10px;font-family: "Microsoft YaHei";font-size: 14px;color: #a0a0a0;outline:medium;}
.liuyan3{width: 780px;height: 30px; border:0px; background: url(../../images/jdl/tian2.png) no-repeat; padding-left:35px; padding-top:10px;font-family: "Microsoft YaHei";font-size: 14px;color: #a0a0a0;outline:medium;}
.liuyan4{ background:#c61d2b; width:120px; height:40px; ;text-align:center;font-family: "Microsoft YaHei";font-size: 16px;color: #ffffff; border:0px;float:right;outline:medium;}
.tian1_right {
	width: 375px;
	height: 40px;
	margin-left: 15px;
	float: left;
}
.liuyan_tian2 {
	width: 780px;
	height: 40px;
	margin: auto;
	padding-bottom: 40px;
}
.liuyan_tijiao {
	width: 760px;
	height: 40px;
	margin: auto;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 60px;
}
.in_end {
	width: 100%;
	height: 110px;
	background: #222326;
}
.end_copy {
	width: 1000px;
	height: 30px;
	margin: auto;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #a0a0a0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.end_copy .ec_a_1{ display:block; margin-right:15px; width:30px; height:30px; float:left;background:url(../../images/jdl/copy1.png) no-repeat}
.end_copy .ec_a_1:hover{display:block; margin-right:15px; width:30px; height:30px; float:left; background:url(../../images/jdl/copy1b.png) no-repeat}
.end_copy .ec_a_2{display:block; margin-right:15px; width:30px; height:30px; float:left; background:url(../../images/jdl/copy2.png) no-repeat}
.end_copy .ec_a_2:hover{display:block;  margin-right:15px;width:30px; height:30px; float:left; background:url(../../images/jdl/copy2b.png) no-repeat}
.end_copy .ec_a_3{display:block; margin-right:15px; width:30px; height:30px; float:left; background:url(../../images/jdl/copy3.png) no-repeat}
.end_copy .ec_a_3:hover{display:block; margin-right:15px; width:30px; height:30px; float:left; background:url(../../images/jdl/copy3b.png) no-repeat}
.anli {
	width: 100%;
	height: 465px;
	margin: auto;
	padding-top:70px;
}
.in_anli{
	width:24%;
		float:left;
	height:465px;
	padding: 0;
	margin-left:0.5%;
	margin-right:0.5%;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.in_anli .in_anli_img {
	position: relative;
background:#f1f1f1;
	display: block;
	height:465px;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 1;
	font-family: "Microsoft YaHei";
	overflow: hidden
}
.in_anli .in_anli_img img{display: block;height:300px;width: 100%;}
.in_anli .in_anli_img h1{display: block;height:40px;width: 80%; text-align:center; background:url(../../images/jdl/in_anli_caption_h.png) no-repeat center bottom;padding:30px 10% 0px; font-size:16px; color:#3f4244;}
.in_anli .in_anli_img span{display: block;height:70px;width:60%; text-align:center; padding:25px 20% 0px;font-size:12px; color:#929ba0; }
.in_anli .in_anli_caption {
	color: #fff;
	vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.in_anli:hover .in_anli_caption {
	background:url(../../images/jdl/anlibg.png) no-repeat center;
	-webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
}
.in_anli .in_anli_caption, .in_anli .in_anli_caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 465px;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.in_anli .in_anli_caption_h {
	font-weight: 700;
	text-align: center;
	width: 100%;
	height:20px;
	padding-bottom:30px;
	position: absolute;
	font-family: "Microsoft YaHei";
	background:url(../../images/jdl/in_anli_caption_h.png) no-repeat bottom;
	font-size:16px;
	color:#3f4244;
	bottom:90px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.in_anli:hover .in_anli_caption_h {
	color: #f7f7f7;
	height:20px;
	padding-bottom:20px;
	background:url(../../images/jdl/in_anli_caption_h.png) no-repeat bottom;
	bottom:90px;
	opacity: 1;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.in_anli .in_anli_caption_p {
	font-size: 12px;
	text-align: center;
	padding:0px 20%;
	width: auto;
	position: absolute;
	bottom:40px;
	left:0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0;
	color: #929ba0;
}
.in_anli:hover .in_anli_caption_p {
	color: #929ba0;
	font-family: "Microsoft YaHei";
	bottom:40px;
	opacity: 1;
	font-size: 12px;
}


.cd-top {
  display: inline-block;
  height: 80px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../../images/jdl/top.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 80px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.shpa{ 
width: 980px; margin-right:20px; overflow:hidden; margin-bottom:20px; text-align:right;
} 
.shpa b{ 
padding:0 5px 0;
font-size:12px; 
margin-top:30px; 
color:#d04e00; 
display:inline-table; 
border:1px solid #ccc; 
} 
.shpa a{ 
padding:0 5px 0; 
color:#d04e00;
display:inline-table; 
border:1px solid #ccc; 
text-decoration:none;
} 
.shpa a:hover{ 
color:#fff; 
background:#d04e00;
text-decoration:none; 
border:1px solid #d04e00; 
} 
.kefu{ width:90px; height:245px;padding:115px 22px 0px 23px;position:fixed;right:0; top:30%; background:url(../../images/jdl/floatl.jpg) no-repeat;z-index:9999;}
.kefu a{ display:block;text-decoration:none; width:90px; height:35px; margin-bottom:10px;border:0px;}
.kefu a:hover{ display:block;text-decoration:none; width:90px; height:35px; margin-bottom:10px;border:0px;}
.kefu a img{ width:90px; height:35px; border:0px;}
.weixin2{ width:135px; height:170px; position:fixed; left:0; top:40%;z-index:9999;}


@media screen and (max-width: 400px) {
	.kefu{display: none;}
}