/*内页轮播*/

.banner {
	/*width: 100%;*/
	position: relative;
	width: 100%;
	overflow: hidden;
	/*height: 680px;*/
}

.ban_txt {
	text-align: center;
	position: absolute;
	top: 45%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.banner_txt1 {
	font-size: 50px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	left: 0;
	color: #fff;
	-webkit-animation: fadeInUp4 1.4s .4s ease both;
	-o-animation: fadeInUp4 1.4s .4s ease both;
	animation: fadeInUp4 1.4s .4s ease both;
	-moz-animation: fadeInUp4 1.4s .4s ease both;
}

.banner_txt2 {
	width: 90%;
	margin: 0 auto;
	font-size: 26px;
	margin-top: 35px;
	line-height: 35px;
	color: #ffffff;
	margin-top: 15px;
	-webkit-animation: fadeInUp5 1.4s .8s ease both;
	-o-animation: fadeInUp5 1.4s .8s ease both;
	animation: fadeInUp5 1.4s .8s ease both;
	-moz-animation: fadeInUp5 1.4s .8s ease both;
}


/*当前位置*/

.about_nav {
	font-size: 16px;
	height: 80px;
	background: #eeeeed;
	line-height: 80px;
	overflow: hidden;
}

.about_nav p {
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	width: 400px;
	float: left;
}

.about_nav p a {
	color: #333;
}

.about_nav p a:hover {
	color: #3a40f8;
}


/*关于*/

.about_main {
	margin: 60px 0;
}

.about_intro {
	padding: 20px 0 80px;
}

.about_intro .auto {}

.about_intro .detail {
	margin-top: 20px;
	position: relative;
}

.about_intro .img {
	width: 684px;
	float: right;
}

.about_intro .text {
	width: 521px;
	height: 455px;
	background: #fff;
	padding: 60px 40px 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -266px;
	box-shadow: 0 0 10px #ddd;
}

.about_intro .text .company {
	font-size: 30px;
	color: #333333;
	/*font-weight: bold;*/
	text-align: center;
}

.about_intro .text .desc {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-top: 20px;
	text-indent: 2em
}

.about_intro .text:before,
.about_intro .text:after {
	content: '';
	display: block;
	position: absolute;
}

.about_intro .text:before {
	background: url(../images/about_12.png) no-repeat center;
	background-size: contain;
	width: 36px;
	height: 38px;
	top: 38px;
	left: 18px;
}

.about_intro .text:after {
	background: url(../images/about_13.png) no-repeat center;
	background-size: contain;
	width: 17px;
	height: 17px;
	right: 35px;
	bottom: 25px;
}

.news_main {
	padding: 0 0 50px;
}

.news_menu {
	margin: 0 0 40px;
	font-size: 0;
}

.news_menu li {
	display: inline-block;
	vertical-align: middle;
}

.news_menu .lk {
	font-size: 20px;
	color: #999999;
	width: 244px;
	text-align: center;
	padding: 12px 0;
	transition: 0s;
}

.news_menu .lk.cur a,
.news_menu .lk:hover a {
	background: url(../images/news_02.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
}

.news_menu .lk a {
	display: block;
	position: relative;
	line-height: 74px;
	color: #666;
}

.news_menu .lk a:after {
	content: '';
	position: absolute;
	height: 100%;
	height: 100%;
	width: 1px;
	background: #ddd;
	right: 0;
	top: 0;
}

.news_menu .vx {
	font-size: 16px;
	color: #999999;
	margin-left: 60px;
}

.news_menu .vx .vx_img {
	margin-right: 20px;
}

.yw_about {
	width: 100%;
	margin-top: 30px;
	background: #f1f2f3;
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}


/*.cont_yw {
	margin-top: 90px;
}*/

.yw_lefimg {
	width: 600px;
	height: 397px;
	overflow: hidden;
}

.yw_lefimg img {
	width: 600px;
	height: 397px;
	transition: all 0.5s linear;
}

.yw_1:hover .yw_lefimg img {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}

.yw_12:hover .yw_lefimg img {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}

.yw_right {
	width: 600px;
	height: 397px;
	background: #fff;
	position: relative;
}

.yw_right h1 {
	margin-left: 75px;
	margin-top: 50px;
	font-size: 100px;
	color: #017dc3;
	opacity: 0.3;
}

.yw_right h2 {
	position: absolute;
	top: 112px;
	left: 50px;
	font-size: 36px;
	color: #212121;
}

.yw_right h3 {
	font-size: 20px;
	color: #696969;
	font-weight: 500;
	position: absolute;
	top: 160px;
	left: 50px;
}

.yw_right p {
	font-size: 16px;
	margin: 50px 50px 20px 50px;
	text-indent: 2em;
	line-height: 26px;
	color: #666;
}


/*公司荣誉*/

.ry_about {
	width: 100%;
	margin: 80px 0;
}

.ry_img li {
	width: 20%;
	float: left;
	margin: 0 30px;
	margin-bottom: 40px;
}


/*成功案例*/

.case_cont {
	margin: 60px 0;
}


/*分页*/

.pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}

.pagination {
	height: 34px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}

.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}

.pagination li a:hover {
	background: #f5f5f5;
	color: #033f85;
}

.pagination li.thisclass {
	background: #033f85;
	color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	background: transparent;
	border-color: #033f85;
	color: #fff;
	cursor: default;
}


/*产品中心*/

.product_c {
	width: 100%;
	margin: 60px 0;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.pro_list {
	margin-left: -30px;
	/*padding-bottom: 60px;*/
}

.pro_list .item {
	width: 360px;
	border: 1px solid #efefef;
	float: left;
	padding: 12px 0 0;
	margin: 0 0 50px 30px;
}

.pro_list .item .img {
	width: 336px;
	/*height: 180px;*/
	height: 286px;
	margin: 0 12px;
	display: block;
}

.pro_list .item .title {
	display: block;
	font-size: 20px;
	color: #333333;
	padding: 0 15px;
	text-align: center;
	margin-top: 30px;
}

.pro_list .item .brief {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	padding: 0 15px;
	height: 10px;
	overflow: hidden;
	margin: 15px 0;
}

.pro_list .item .bot {
	overflow: hidden;
	height: 50px;
}

.pro_list .item .num {
	font-size: 14px;
	color: #999999;
	width: 80px;
	line-height: 50px;
	border-top: 1px solid #efefef;
	display: block;
	text-align: center;
	transition: all .3s;
}

.pro_list .item .more,
.pro_list .item .moreall {
	font-size: 16px;
	text-align: center;
	display: block;
	transition: all .3s;
}

.pro_list .item .more {
	width: 193px;
	background: #033f85;
	color: #fff;
	line-height: 50px;
}

.pro_list .item .moreall {
	/*width: 100%;*/
	display: none;
	color: #033f85;
	border: 1px solid #033f85;
	line-height: 48px;
	font-weight: bold;
}

.pro_list .item:hover .box {
	display: none;
}

.pro_list .item:hover .moreall {
	display: block;
}

.pro_list .item:hover .brief {
	color: #0a9a66;
}

.pro_list .item:hover {
	box-shadow: 0 0 10px #efefef;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*新闻中心*/

.new_pro{
	width: 100%;
	margin: 60px 0;
	overflow: hidden;
}



.cont_new {
	margin-top: 20px;
}

.slick-list {
	margin-top:70px;
	overflow: hidden;
}

.slick-list .slick-list1 {
	/*padding: 15px 15px;*/
	margin-bottom: 45px;
	float: left;
	  width: 100%;
}

.slick-list .slick-list1 a {
	display: flex;
	background: #fff;
	padding: 20px;
	float: left;
	justify-content: space-between;
	align-items: center;
	/*width: 100%;*/
	width: 96%;
	box-shadow: 0px 0px 0px 0px #888;
	border: 1px solid #e5e5e5;
}

.slick-list .data {
	text-align: center;
	float: left;
	display: block;
	width: 10%;
	position: relative;
}

.slick-list .data::before {
	content: "";
	width: 1px;
	height: 140px;
	background: #e5e5e5;
	position: absolute;
	left: -3%;
	top: -45px;

}

.slick-list1 h2 {
	float: left;
	font-size: 30px;
	line-height: 40px;
	color: #666666;
	width: 100%;
	font-weight: 500;
	letter-spacing: 3px;
}

.slick-list1 h3 {
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #666666;
	width: 100%;
}

.slick-list1 .sub_n {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #0459b0;
	color: #FFF;
	float: left;
	left: 50%;
	transform: translate(-50%, 0px);
	position: relative;
	border-radius: 100%;
	margin-top: 10px;
	font-size: 20px;
	transition: all .5s ease;
}

.slick-list1:hover .sub_n {
	background: #bd070e;
}

.slick-list1 .tit {
	width: 56%;
	float: left;
	position: relative;
}

.slick-list1 .tit h4 {
	font-size: 20px;
	color: #666666;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 40px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slick-list1:hover .tit h4 {
	color: #0459b0;
}

.slick-list1 .tit h6 {
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}


/*.slick-list .pic1 {
    padding-bottom: 14%;
}*/

.slick-list1 .img {
	overflow: hidden;
	width: 24%;
	float: right;
	height: 172px;
}

.slick-list1 .img img {
	width: 100%;
		/*width: 260px;*/
	height: 172px;
	transition: all 0.5s linear;
}

.slick-list1:hover .img img {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}



/*联系我们*/

.con_c{
	width: 100%;
	margin: 60px 0;
	overflow: hidden;
}

.ab_map {
	width: 100%;
	margin: 30px auto 40px auto;
	/*position: relative;*/
}

.map_al {
	width: 100%;
	height: 523px;
}

.con_t h1{
	font-size:30px;
	color: #333;
	margin-bottom: 20px;
}

.con_t p{
	font-size: :;px;
	margin: 10px 0;
	color: #333;
}


/*新闻详情*/

.new_xq{
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.showmain .content {
	margin-top: 50px;
	/*background-color: #f4f4f4;*/
	padding: 20px 80px;
}

.showmain .content .head {
	border-bottom: 1px dashed #888;
	margin-top: 35px;
}

.showmain .head h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	color: #333;
}

.showmain .content .head p {
	text-align: center;
}

.showmain .content .head span {
	line-height: 25px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
}

.hits {
	background: url(../img/eye.png) no-repeat left center;
	text-align: center;
	text-indent: 25px;
}

.stars {
	width: 68px;
	border: 1px solid #7b7b7b;
	border-radius: 25px;
	text-align: center;
	text-indent: 15px;
	cursor: pointer;
	background: url(../img/star.png) no-repeat 10px center;
}

.showmain .content .head .hits span {
	text-align: right;
	float: right;
}

.showmain .content .head .back {
	width: 140px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #333;
	float: right;
	text-align: center;
	background-color: #e5e5e5;
}


.showmain .content .head p {
	margin: 5px auto;
	color: #7b7b7b;
	font-size: 14px;
}

.showmain .content .con,
.showmain .content .tags,
.showmain .content .tags a,
.showmain .content .con p {
	color: #4e4e4e;
	margin-bottom: 16px;
}



.showmain .content .date {
	left: 100px;
}

.showmain .content .hits {
	/* left: 100px; */
	position: relative;
	margin-right: 5px!important;
	top: 7px;
}

.showmain .content .con {
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
}

.showmain .content .tags {
	border-top: 1px solid #888;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
}

.content-foot p {
	width: 100%;
	float: left;
	/*margin-top: 20px;*/
	font-size: 16px;
	margin: -10px 0 30px 0;
}

.content-foot p a {
	width: 140px;
	height: 45px;
	display: inline-block;
	float: left;
}

.content-foot p a.online {
	background: #0148C6;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.content-foot p a.backlist {
	background: #fff;
	color: #4e4e4e;
	border: 1px solid #7b7b7b;
	text-align: center;
	line-height: 45px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.content-foot .share,
.content-foot .opage {
	height: 40px;
	margin: 0 auto;
	width: 87%;
}

.content-foot .opage a {
	width: 100%;
	text-indent: 30px;
	height: 66px;
	display: block;
	line-height: 66px;
	margin-bottom: 20px;
	color: #4e4e4e;
	background: #eee;
	font-size: 16px;
	float: left;
}

.content-foot .opage a:hover {
	background: #2f55a6;
	color: #fff;
}

/*.content-foot .opage .a1 {
	float: right;
}*/

.content-foot .share {
	float: left;
	color: #7b7b7b;
}
