* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/*font-weight: bold;*/
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

li {
	list-style-type: none;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {}

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 999;
	transition: all 0.45s ease-in-out;
	border-bottom: 1px solid #fff;
}

.nav .moveDown {
	border-bottom: 2px solid #FFFFFF;
	transition: all 0.45s ease-in-out;
}

.nav .nav_cen {
	position: relative;
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.nav .logo {
	width: 380px;
	height: 60px;
	background: url(../images/icon-blue.png) no-repeat;
	background: url(../images/icon-blue.png) no-repeat\9;
	background-size: auto 100%;
	float: left;
	margin-top: 5px;
}

.nav.solid .logo {
	background: url(../images/icon-blue.png) no-repeat;
	background: url(../images/icon-blue.png) no-repeat\9;
	background-size: auto 100%;
	top: 5px;
}

.nav .logo h1 {
	text-indent: -99999px;
}

.nav .nav_cen .nav_n {
	height: 100%;
	float: right;
}

.nav_n ul {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav_n ul li {
	float: left;
	margin-left: 20px;
	height: 70px;
}

.nav_n ul li a {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	font-weight: bold;
	padding: 0 10px;
	height: 70px;
	font-size: 16px;
	line-height: 70px;
	border-bottom: 2px solid transparent;
	/*border-bottom: 0 \9;*/
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.nav.solid {
	background: #FFFFFF;
}

.nav.solid .nav_n ul li a {
	color: #333;
}

.nav_n ul li .nav_top {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	height: 110px;
	padding-top: 0;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	z-index: -1;
	visibility: hidden;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
}

.nav_n ul li .nav_top .nav_top_cen {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	width: 1200px;
	box-shadow: none;
	overflow: hidden;
	text-align: center;
}

.nav_n ul li .nav_top .nav_top_n {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
}

.nav_n ul li .nav_top .nav_top_n dd {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	text-align: center;
	vertical-align: top;
	/*width: 100px;*/
	/*height: 80px;*/
	background: #666;
	margin-top: 15px;
	transition: all 0.5s;
}

.nav_n ul li .nav_top .nav_top_n a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 80px;
	transition: all 0.5s;
	height: 80px;
}

.nav_n ul li .nav_top .nav_top_n dd:hover {
	background: #2a5ccc;
}

.nav.solid .nav_n ul li .nav_top .nav_top_n a {
	color: #FFFFFF;
}

.nav_n ul li:hover .nav_top {
	opacity: 1;
	transition-delay: 0.1s;
	transition-duration: 0.5s;
	z-index: 1;
	visibility: visible;
}

.indexbanner {
	width: 100%;
	height: 650px;
	margin-top: 70px;
	position: relative;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel>div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	outline: none;
	background: #2a5ccc url(../images/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #2a5ccc url(../images/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/banner3.jpg) no-repeat center;
	background-size: auto 100%;
}

.indexbanner_con1 a {
	display: inline-block;
	width: 180px;
	height: 42px;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.8) url(../images/jt1.png) no-repeat right;
	background-position: 100px;
	transition: all 0.5s;
	text-indent: 2rem;
	margin: 25px 0;
	position: absolute;
	left: 70%;
	top: 75%;
}

.indexbanner_con1 a:hover {
	border: 1px solid #2a5ccc;
	color: #FFFFFF;
	background: #2a5ccc url(../images/jt2.png) no-repeat right;
	background-position: 100px;
}

.indexbanner_con2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: auto 100%;
}

.indexbanner_con3 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/banner2.jpg) no-repeat center;
	background-size: auto 100%;
}

.indexbanner_con4 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/banner3.jpg) no-repeat center;
	background-size: auto 100%;
}


/*公司简介*/

.about {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
}

.about_cen {
	width: 1200px;
	margin: 0 auto;
}

.about_top {
	width: 100%;
	height: 480px;
	background: url(../images/about1.png) no-repeat;
}

.about_top_text {
	width: 585px;
	height: 322px;
	background-color: #2a5ccc;
	/*background: url(../images/about_top_text.jpg) no-repeat;*/
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	float: right;
	margin-top: 79px;
}

.about_top_text_t {
	width: 495px;
	margin: 0 auto;
}

.about_top_text_t p:first-child {
	font-size: 28px;
	color: #fff;
	margin: 20px auto;
}

.about_top_text_t p:nth-child(2) {
	font-size: 18px;
	color: #fff;
}

.about_top_text_t p:nth-child(3) {
	width: 32px;
	height: 4px;
	background-color: #fff;
	margin: 15px 0;
	
}

.about_top_text_t p:nth-child(4) {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}

.about_top_text_t a {
	display: inline-block;
	width: 180px;
	height: 42px;
	border: solid 1px #fff;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	background: url(../images/jt1.png) no-repeat right;
	background-position: 100px;
	transition: all 0.5s;
	text-indent: 2rem;
	margin: 15px 0;
	/*margin-top: 245px;*/
}

.about_top_text_t a:hover {
	border: 1px solid #2a5ccc;
	color: #2a5ccc;
	background: #fff url(../images/jt2.png) no-repeat right;
	background-position: 100px;
}

.about_img {
	width: 100%;
	margin: 30px 0 50px 0;
}

.about_img .ico {
	width: calc(100%/4);
	float: left;
}

.about_img .ico img {
	width: 100%;
}


/*产品中心*/

.product {
	width: 100%;
	height: 700px;
	background: url(../images/product.jpg) no-repeat;
	background-size: auto;
	overflow: hidden;
}

.product_tit {
	text-align: center;
	margin: 30px 0;
	font-size: 36px;
	color: #3b3b3b;
	font-weight: bold;
}

.product_name {
	text-align: center;
}

.product_name a {
	display: inline-block;
	width: 160px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 15px;
	color: #7b7b7b;
	line-height: 50px;
	margin: 0 5px 10px 0;
	transition: all 0.5s;
}

.product_name a:hover {
	background-color: #2a5ccc;
	border-radius: 4px;
	color: #FFFFFF;
}

.product_con {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}

.con_left {
	width: 450px;
	height: 360px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
	float: left;
}

.con_left img {
	/*width: 100%;*/
	height: 100%;
	transition: all 0.5s;
}

.con_left_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #2a5ccc;
	font-size: 18px;
	display: none;
	transition: all 0.5s;
}

.con_left:hover img {
	transform: scale(1.1);
}

.con_left:hover .con_left_txt {
	display: block;
}

.con_right {
	width: 740px;
	height: 360px;
	float: right;
}

.con_right a {
	display: inline-block;
	width: 240px;
	height: 175px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.con_right a img {
	/*width: 100%;*/
	height: 100%;
	transition: all 0.5s;
}

.con_right a .con_right_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #2a5ccc;
	font-size: 18px;
	display: none;
	transition: all 0.5s;
}

.con_right a:nth-child(3n) {
	margin-right: 0px !important;
}

.con_right a:nth-child(4),
.con_right a:nth-child(5),
.con_right a:nth-child(6) {
	margin-top: 10px;
}

.con_right a:hover img {
	transform: scale(1.1);
}

.con_right a:hover .con_right_txt {
	display: block;
}

.more {
	text-align: center;
}

.more a {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 15px;
	color: #7b7b7b;
	transition: all 0.5s;
}

.more a:hover {
	color: #FFFFFF;
	background: #2a5ccc;
}


/*拦腰*/

.ly {
	width: 100%;
}

.ly img {
	width: 100%;
}


/*新闻资讯*/

.new {
	width: 1200px;
	height: 350px;
	margin: 50px auto;
}

.new_left {
	width: 730px;
	float: left;
}

.new_right {
	width: 450px;
	float: right;
}

.new_right .pointer {
	display: flex;
	height: 45px;
}

.new_right .pointer div {
	border-bottom: 1px solid #2a5ccc;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
	flex: 1;
}

.new_right .pointer div:not(.cur) img.active {
	display: none;
}

.new_right .pointer div.cur {
	background-color: #2a5ccc;
}

.new_right .pointer div.cur img.img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	vertical-align: middle !important;
}

.new_right .pointer div.cur span {
	color: #fff;
	text-align: right;
	vertical-align: middle;
}

.new_right .pointer div span {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 45px;
	vertical-align: middle;
}

.new_right .pointer_con {
	position: relative;
}

.new_right .pointer_con .part {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 15px 15px 15px;
	display: none;
}

.new_right .pointer_con .part.cur {
	display: block;
	/* justify-content: space-between; */
}

.new_right .pointer_con .part a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 56px;
	border-bottom: 1px dashed #ccc;
}

.new_right .pointer_con .part a span:first-child {
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
}

.new_right .pointer_con .part a span:last-child {
	color: #666;
}

.new_right .pointer_con .part a:hover span {
	color: #2a5ccc;
}


/*耐材案例*/

.case {
	width: 100%;
	height: 640px;
	background-color: #eeeeee;
	overflow: hidden;
}

.case_tit {
	text-align: center;
	margin: 30px 0;
	font-size: 36px;
	color: #3b3b3b;
	font-weight: bold;
}

.lanren {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto 50px auto;
}

.lanren ul li {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.lanren ul li img{
    width: 100%;
}
.lanren .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.lanren .txt h3 {
	font-weight: normal;
	font-size: 18px
}

.txt a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: solid 1px #ffffff;
	color: #ffffff;
	transition: all 0.5s;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	font-size: 15px;
}

.lanren .txt a:hover {
	background: #2a5ccc;
	border: 1px solid #2a5ccc;
}


/*底部*/

.footer {
	width: 100%;
	/*height: 365px;*/
	/*background: url(../images/footer.jpg) no-repeat;*/
	background-color: #232020;
}

.footer_cen {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_top {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.footer_top .footer_top_l {
	width: 1080px;
	float: left;
}

.footer_top .footer_top_l ul li {
	display: inline-block;
	float: left;
	margin-right: 45px;
}

.footer_top .footer_top_l ul li a {
	display: inline-block;
	color: #ffffff;
	margin: 30px 0px 60px 0px;
}

.footer_top_l .footer_top_l_tex {
	width: 100%;
}

.footer_top_l .footer_top_l_tex div {
	width: 310px;
	float: left;
}

.footer_top_l .footer_top_l_tex div p {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
}

.footer_top_l .footer_top_l_tex div span {
	display: inline-block;
	width: 80px;
}

.footer_top .footer_top_r {
	width: 120px;
	float: right;
	text-align: center;
	margin-top: 30px;
}

.footer_top .footer_top_r img {
	width: 100%;
}

.footer_top .footer_top_r p {
	font-size: 15px;
	color: #fff;
	margin: 5px 0;
}

.footer_center {
	width: 100%;
	border-bottom: 1px solid #7b7b7b;
	border-top: 1px solid #7b7b7b;
	padding: 16px 0;
}

.footer_center p {
	font-size: 15px;
	color: #AAAAAA;
}

.footer_center p a {
	display: inline-block;
	font-size: 15px;
	color: #AAAAAA;
	margin-right: 20px;
}

.footer_bottom {
margin: 10px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom_l {
	float: left;
	margin-top: 5px;
}

.footer_bottom_l img {
	width: 35px;
}

.footer_bottom_l span {
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	margin-left: 10px;
}

.footer_bottom_r {
	float: right;
}

.footer_bottom_r a {
	font-size: 15px;
	color: #BBBBBB;
}


/*子页*/


/*关于我们*/

.banner {
	width: 100%;
	height: 320px;
	background: url(../images/about_bj.jpg) no-repeat;
	margin-top: 70px;
	overflow: hidden;
	position: relative;
}

.banner .tit {
	width: 1200px;
	margin: 118px auto 0 auto;
	font-size: 36px;
	color: #FFFFFF;
}

.banner .banner_c {
	width: 1200px;
	height: 50px;
	background-color: rgba(42, 92, 204, .85);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.banner .banner_c p {
	text-indent: 20px;
	line-height: 50px;
	color: #FFFFFF;
}

.banner .banner_c p a {
	vertical-align: middle;
	/*margin-left: 16px;*/
	font-size: 15px;
	color: #FFFFFF;
}

.cen {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}



.about_zy{
    overflow: hidden;
} .zy_nav {
	width: 100%;
	height: 70px;
	background-color: #f5f5f6;
	text-align: center;
}
.about_zy .zy_nav_dg {
	position: fixed;
	top: 70px;
	z-index: 999;
	width: 1200px;
}

.about_zy .zy_nav a {
	display: inline-block;
	/*width: 90px;*/
	/*height: 36px;*/
	/*line-height: 36px;*/
	border-radius: 18px;
	color: #7b7b7b;
	margin: 17px 0;
	padding: 7px 15px;
}

.about_zy .zy_nav a.active {
	background: #2a5ccc;
	color: #FFFFFF;
}

.about_zy .zy_tit {
	text-align: center;
	margin: 40px 0;
}

.about_zy .zy_tit p:first-child {
	font-size: 30px;
	color: #3b3b3b;
	font-family: "宋体";
	    font-weight: bold;
}

.about_zy .zy_tit p:last-child {
	width: 40px;
	height: 4px;
	background-color: #2a5ccc;
	margin: 10px auto 0 auto;
}
.about_zy_t{
    overflow: hidden;
}
.about_zy .about_zy_left {
	width: 633px;
	float: left;
	position: relative;
}
.about_zy .about_zy_left img{
    width: 100%;
}

.about_zy .about_zy_right {
	width: 542px;
	float: right;
}

.about_zy .about_zy_right p:first-child {
	margin: 0px 0 12px 30px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-left: 4px solid #1164ab;
    padding-left: 10px;
    line-height: 20px;
}

.about_zy .about_zy_right p:not(:first-child) {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	text-indent: 2rem;
}

.about_zy .about_zy_top p {
	    font-size: 15px;
    line-height: 25px;
    color: #333333;
    text-indent: 2rem;
}

.about_zy .about_zy_bottom {
	width: 100%;
	height: 180px;
	background-color: #f5f5f6;
	margin: 30px 0;
	overflow: hidden;
}

.about_zy .about_zy_bottom ul {
	width: 1140px;
	height: 120px;
	background-color: #ffffff;
	margin: 30px;
}

.about_zy .about_zy_bottom ul li {
	float: left;
	width: calc(100%/4);
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #CCCCCC;
	margin-top: 24px;
}

.about_zy .about_zy_bottom ul li p:first-child {
	font-size: 40px;
	color: #3B3B3B;
}

.about_zy .about_zy_bottom ul li p:first-child img {
	vertical-align: super;
	margin-left: 5px;
}

.about_zy .about_zy_bottom ul li p:last-child {
	font-size: 15px;
	color: #7B7B7B;
}

.about_zy .about_zy_bottom ul li:last-child {
	border: none;
}

.about_zy .idea {
	text-align: center;
}
.about_zy .idea img{
    max-width: 100%;
}



/*发展历程*/

.course img {
	max-width: 100%;
	margin-bottom: 50px;
}


/*企业文化*/

.culture {
	width: 100%;
	height: 650px;
	background: url(../images/course.jpg) no-repeat;
	margin-bottom: 50px;
	overflow: hidden;
}

.culture .culture_tx {
	width: 800px;
	height: 470px;
	background-color: #2a5ccc;
	border-radius: 10px;
	opacity: 0.7;
	margin: 90px 0 90px 80px;
}

.culture .culture_tx div {
	width: calc(100%/2);
	float: left;
	text-align: center;
	margin-top: 24px;
}


/*产品中心*/
.product_zy {
	overflow: hidden;
	margin-bottom: 50px;
}

.product_zy .product_zy_te {
	width: 290px;
	height: 232px;
	background: #f5f5f6;
	float: left;
	margin-right: 13.3px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product_zy .product_zy_te:nth-child(4n) {
	margin-right: 0px !important;
}

.product_zy .product_zy_te .product_img {
	position: relative;
	z-index: 1;
	height: 180px;
	overflow: hidden;
}
.product_zy .product_zy_te .product_img a{
    display: inline-block;
}
.product_zy .product_zy_te .product_img img {
	max-width: 100%;
}

.product_zy .product_zy_text {
	width: 100%;
	transition: all 0.5s;
	background: #f7f8fc;
	overflow: hidden;
	position: relative;
	z-index: 999;
}
.product_zy .product_zy_text a{
    display: inline-block;
}
.product_zy .product_zy_text .product_zy_text_1 {
	width: 260px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 12px 15px;
	text-align: center;
}

.product_zy .product_zy_text .product_zy_text_2{
	width: 260px;
	font-size: 14px;
	color: #7b7b7b;
	margin: 0 auto 10px auto;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_zy .product_zy_te .details{
	width: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #2a5ccc;
	font-size: 18px;
	color: #FFFFFF;
}

.product_zy .product_zy_te .details span {
	display: inline-block;
	width: 260px;
	margin-left: 15px;
	vertical-align: middle;
}

.product_zy .product_zy_te .details span img {
	margin-left: 156px;
}

.product_zy .product_zy_te:hover .product_zy_text {
	margin-top: -48px;
}

.load-more__btn {
	display: inline-block;
	width: 180px !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
	background-image: linear-gradient(90deg, #4670cf  0%, #2a5ccc 100%) !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	color: #FFFFFF !important;
	margin: 20px 0 70px 510px !important;
}


/*产品详情*/

.product_xq_l {
	width: 870px;
	float: left;
	    margin-bottom: 45px;
}

.product_xq_l .product_xq_l_tit {
	font-size: 20px;
	color: #3b3b3b;
	margin: 40px 0 30px 0;
	text-align: center;
	font-weight: bold;
}

.ban {
	width: 870px;
	height: auto;
	margin-bottom: 32px;
}

.ban2 {
	width: 700px;
	height: auto;
}
.ban2 img{
    max-width: 100%;
}


.product_xq_l .product_xq_l_t {
	width: 100%;
	padding-bottom: 10px;
}

.product_xq_l .product_xq_l_t div{
	font-size: 20px;
	color: #333333;
box-sizing: border-box;
    padding-left: 5px;
    border-left: 3px solid #2a5ccc;
}

.product_xq_l .product_xq_l_text{
    padding-bottom: 20px;
}

.product_xq_l .product_xq_l_text p {
	font-size: 15px;
	color: #333333;
	margin-top: 8px;
	line-height: 24px;
}
.product_xq_l .product_xq_l_text img{
    max-width: 100%;
}
.product_xq_r {
	width: 310px;
	height: 790px;
	float: right;
	box-sizing: border-box;
	border-left: 1px solid #DDDDDD;
	margin-top: 96px;
	margin-bottom: 70px;
}

.product_xq_r .product_xq_r_c {
	width: 290px;
	float: right;
}

.product_xq_r .product_xq_r_c .product_xq_r_tit {
	font-size: 20px;
	color: #3b3b3b;
	margin-bottom: 20px;
	font-weight: bold;
}

.product_xq_r .product_xq_r_c .product_xq_r_img {
	width: 290px;
	height: 180px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block;
}

.product_xq_r .product_xq_r_c .product_xq_r_img .product_xq_r_image {
	width: 290px;
	height: 180px;
}

.product_xq_r .product_xq_r_c .product_xq_r_img .product_xq_r_image img {
	width:100%;
}

.product_xq_r .product_xq_r_c .product_xq_r_img p {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #2a5ccc;
	line-height: 50px;
	font-size: 15px;
	color: #FFFFFF;
	position: relative;
	z-index: 999;
	transition: all 0.5s;
}

.product_xq_r_img:hover p {
	margin-top: -50px;
}


/*新闻中心*/

.news_xq {
	width: 100%;
}

.news_xq .news_te {
	width: 100%;
	height: 167px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.news_xq .news_te .news_te_img {
	width: 235px;
	height: 147px;
	float: left;
	overflow: hidden;
}

.news_xq .news_te .news_te_img img {
	transition: all 0.5s;
	width: 100%;
}

.news_xq .news_te .news_te_text {
	width: 764px;
	margin-left: 20px;
	float: left;
}

.news_xq .news_te .news_te_text p:first-child {
	font-size: 20px;
	color: #3b3b3b;
	margin: 11px 0;
	transition: all 0.5s;
}

.news_xq .news_te .news_te_text p:nth-child(2) {
	margin-bottom: 8px;
	transition: all 0.5s;
}

.news_xq .news_te .news_te_text p:nth-child(2) span {
	font-size: 15px;
	color: #9b9b9b;
	margin-left: 5px;
	vertical-align: middle;
	transition: all 0.5s;
}

.news_xq .news_te .news_te_text p:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 15px;
	color: #6b6b6b;
	line-height: 24px;
	transition: all 0.5s;
}

.news_te a {
	display: inline-block;
	width: 146px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #cccccc;
	float: right;
	line-height: 38px;
	font-size: 15px;
	color: #2a5ccc;
	background: url(../images/jt_red.png) no-repeat;
	background-position: 65%;
	text-indent: 1rem;
	margin-top: 67px;
	transition: all 0.5s;
}

.news_xq .news_te:hover .news_te_img img {
	transform: scale(1.1);
}

.news_xq .news_te:hover .news_te_text p {
	color: #2a5ccc;
}

.news_xq .news_te:hover .news_te_text p:nth-child(2) span {
	color: #2a5ccc;
}

.news_xq .news_te:hover a {
	text-indent: 2rem;
	background: #2a5ccc url(../images/jt_white.png) no-repeat!important;
	background-position: 75% !important;
	color: #FFFFFF !important;
	border: solid 1px #2a5ccc !important;
}

.news_xq .news_te:last-child {
	margin-bottom: 50px;
}


/*新闻详情*/

.news_js_l {
	width: 870px;
	float: left;
}

.news_js_l .news_js_l_tit {
	margin: 40px 0 30px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.news_js_l .news_js_l_tit p:first-child {
	font-size: 20px;
	color: #3b3b3b;
	font-weight: bold;
	margin-bottom: 12px;
}

.news_js_l .news_js_l_tit p:last-child {
	font-size: 15px;
	color: #9b9b9b;
	padding-bottom: 23px;
}

.news_js_l .news_js_l_text {
	font-size: 15px;
	line-height: 30px;
	color: #6b6b6b;
}

.news_js_l .news_js_l_text img {
	max-width: 100%;
	margin: 15px auto;
}



/*联系我们*/
.contact_xq {
	width: 100%;
	/*overflow: hidden;*/
}

.contact_xq .contact_text{
	width: 390px;
	height: 230px;
	background-color: #f5f5f6;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-right: 15px;
	float: left;
	text-align: center;
	margin-top: 44px;
}

.contact_xq .contact_text img {
	margin-top: -44px;
}

.contact_xq .contact_text:nth-child(3n) {
	margin-right: 0px !important;
}
.contact_xq .contact_text1{
	margin-top: 88px;
	margin-bottom: 88px;
}
.contact_xq .contact_text p:nth-child(2){
	font-size: 20px;
	color: #3b3b3b;
	font-weight: bold;
	margin: 54px auto 18px auto;
}
.contact_xq .contact_text p:last-child{
	font-size: 18px;
	color: #3b3b3b;
}




/*案例*/
.case_zy {
	overflow: hidden;
}

.case_zy a {
	display: inline-block;
	width: 290px;
	height: 230px;
	background: #f5f5f6;
	float: left;
	margin-right: 13.3px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}

.case_zy a:nth-child(4n) {
	margin-right: 0px !important;
}

.case_zy a .case_img{
	z-index: 1;
	height: 190px;
	overflow: hidden;
}
.case_zy a .case_img img {
	max-width: 100%;
	transition: all 0.5s;
}
.case_zy a p{
	height: 40px;
	line-height: 40px;
	color: #333333;
	transition: all 0.5s;
}
.case_zy a:hover img{
	transform: scale(1.1);
}
.case_zy a:hover p{
	background: #2a5ccc;
	color: #FFFFFF;
}




/*产品中心*/

.product_ban {
	background: url(../images/product_ban.jpg) no-repeat;
}
/*新闻中心*/

.news_ban {
	background: url(../images/news_ban.jpg) no-repeat;
}

/*生产设备*/
.scsb_ban {
	background: url(../images/scsb_ban.jpg) no-repeat;
}
/*质量检测*/

.zljc_ban {
	background: url(../images/zljc_ban.jpg) no-repeat;
}
/*案例*/
.case_ban {
	background: url(../images/case_ban.jpg) no-repeat;
}
/*联系我们*/
.contact_ban {
	background: url(../images/contact_ban.jpg) no-repeat;
}

.side{position:fixed;width:54px;height:275px;right:0;top:50%;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#5478c8;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#5478c8;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#2a5ccc;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}



table
  {
  border-collapse:collapse;
  }

table, td, th
  {
  border:1px solid #DDDDDD;
  color: #333;
  padding: 5px;
  }