@charset "utf-8";
/* CSS Document */
.title {
	text-align: center;
	margin-bottom: 3%;
}
.y_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 4% 0 0 0;
	background: #fff;
	margin-top: 70vh;
	position: relative;
}
.y_main2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.y_main3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 70px;
	position: relative;
}
.y_main .title h1, .y_main2 .title h1 {
	font-family: "2";
}
.con-mess {
	text-align: center;
	margin-bottom: 4%;
}
.y_tit {
	width: 100%;
	overflow: hidden;
	clear: both;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	height: 80vh
}
.y_tit .tit2 .tit_p {
	width: 55%;
	float: right;
	overflow: hidden;
}
.y_tit .tit2 .tit_p .cc {
	background: rgb(255, 255, 255, .5);
	padding: 2%;
}
.y_tit .tit2 {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}
.y_tit .tit2 h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 1%;
}
.y_tit .tit2 h2 {
	color: #fff;
	font-weight: normal;
	font-family: "1";
	margin: 1% 0;
	line-height: 2em;
}
.y_tit p, .y_tit p a {
	color: #fff;
}
.y_tit span {
	display: inline-block;
	background: url(../image/068e24970a568168970c9bb82fb97576d7ebba6a.png) no-repeat left center;
	padding-left: 25px;
	color: #fff;
	line-height: 2em;
}
.content_img p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content_img {
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	height: 35vh;
	position: relative
}
.content_c {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.content_img .tit2 {
	position: absolute;
	height: 35vh;
	top: 0;
	left: 0;
	width: 100%;
}
.content_img .tit {
	width: 20%;
	float: left;
}
.content_img .tit h2 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
}
.content_img .cont_p {
	width: 75%;
	float: right;
}
.content_img .cont_p .cc {
	background: rgb(255, 255, 255, .5);
	padding: 2%;
}
 @media screen and (max-width: 1440px) {
.y_tit {
	height: 70vh
}
.y_main {
	margin-top: 70vh;
}
}
 @media screen and (max-width: 1320px) {
.y_tit {
	height: 60vh
}
.y_main {
	margin-top: 60vh;
}
}
 @media screen and (max-width: 1200px) {
.y_tit {
	height: 50vh
}
.y_main {
	margin-top: 50vh;
}
}
 @media screen and (max-width: 1024px) {
.y_tit {
	height: 40vh;
}
.y_main {
	margin-top: 40vh;
}
}
@media screen and (max-width: 780px) {
.y_tit {
	height: 40vh;display:none
}
.y_tit img {
	display: none;
}
.content_img {
	display: block;
}
.y_main {
	margin-top: 70px;
}
}
@media screen and (max-width: 550px) {

.content_img .tit {
	width: 100%;
	margin: 0 0 2% 0;
}
.content_img .cont_p {
	width: 100%
}
}
/* 新闻中心*/

.y_main .news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.y_main .newlist ul {
	overflow: hidden
}
.newlist li.item {
	width: 31.333%;
	position: relative;
	background: #f6f7f9;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #e5e5e5;
}
.newlist li.item:nth-child(3n) {
	margin-right: 0;
}
.newlist .item .time {
	background-color: #ec0f0f;
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 10px;
	z-index: 8;
	text-align: center;
}
.newlist .item .time small {
	display: block;
	color: #fff
}
.newlist .item .time span {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}
.newlist .item .imgs {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}
.newlist .item .imgs img {
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.newlist .item .text {
	width: 100%;
	padding: 8% 5%;
}
.newlist .item .text h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.newlist .item .text dd {
	width: 100%;
	line-height: 26px;
	color: #828282;
	margin: 4% 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 30px;
}
.mores {
	display: inline-block;
	background: #1b3884;
	padding: 5px 25px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
}
.mores:after {
	background: #ec0f0f;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.mores small {
	position: relative;
	z-index: 2;
	color: #fff;
}
.mores:hover:after, .newlist .item a:hover .mores:after {
	width: 100%;
}
.mores img {
	margin-left: 15px;
}
.newlist .item a {
	display: block;
	width: 100%;
}
.newlist .item a:hover .imgs img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.newlist .item a:hover .text h5 {
	color: #ec0f0f
}
/*新闻分类*/
.ns {
	margin: 0 auto 2% auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ns li {
	display: inline-block;
	text-align: center;
	margin: 0 2px 2px;
	margin-top: 5px;
}
.ns li a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	background: #f3f3f3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.ns li.on a, .ns li a:hover {
	background: #1baa0d;
	color: #fff;
}
.content_c .ns li {
	width: 100px;
	padding: 1%;
}
/* 新闻详细内容*/
.news .new_con {
	width: 100%;
	padding: 0 0 2% 0;
}
.news .new_con h2, .caselist .case_con h2, .honorlist .honor_con h2, .plantlist .plant_con h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}
.news .new_con .time, .plant_con .new_c .time {
	border: 1px dotted #ccc;
	padding: 1% 0;
	text-align: center;
	margin: 3% 0;
}
.news .new_con .time span, .plant_con .new_c .time span {
	margin: 0 1%
}
.news .new_con .cont {
	line-height: 2.5em
}
.news .new_con .cont img {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.plant_con .new_c .cont p {
	text-align: center;
}
.news .new_other {
	position: relative;
}
.news .new_other .hd {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: #1352b1;
	padding: 0 10px;
	margin: 30px 0 10px 0;
}
.news .new_other .hd span {
	font-size: 16px;
	color: #fff
}
.news .new_other .hd .prev, .new_other .hd .next {
	display: block;
	width: 10px;
	height: 25px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}
.news .new_other .hd .next {
	background-position: 0 -50px;
	background: url("../images/index27.png") no-repeat;
}
.news .new_other .hd .prev {
	background-position: -60px 0;
	background: url("../images/index28.png") no-repeat;
}
.news .new_other .bd {
	padding: 10px;
	width: 98%;
	overflow: hidden;
}
.news .new_other .bd ul {
	overflow: hidden;
	zoom: 1;
}
.news .new_other .bd ul li {
	width: 410px;
	margin-right: 30px;
	float: left;
	text-align: left;
	_display: inline;
}
.news .new_other .bd ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-weight: 600;
}
.news .new_other .bd ul li span {
	float: left;
	color: #1352b1;
	font-size: 16px;
}
.news .new_other .bd ul li p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 26px;
}
.news .left, .caselist .left, .prolist .left, .honorlist .left, .plantlist .left {
	width: 24%
}
 @media (max-width: 1024px) {
.news .new_con .cont img {
	width: 60%;
}
.newlist li.item {
	width: 49%
}
.newlist li.item:nth-child(2n) {
	margin-right: 0;
}
.newlist li.item:nth-child(3n) {
	margin-right: 2%;
}
}
 @media (max-width: 480px) {
.newlist li.item {
	width: 100%;
	margin-right: 0
}
.newlist li.item:nth-child(3n) {
	margin-right: 0
}
.news .new_con h2 {
	font-size: 1.3em;
	margin: 3% 0;
}
.news .new_con .cont {
	line-height: 2em
}
.news .new_con .cont p {
	font-size: 0.9em;
}
.news .new_con .cont img {
	width: 100%;
}
}
/*产品中心*/
.nav_list {
	width: 100%;
	margin: 4% auto;
	overflow: hidden;
}
.nav_list li {
	position: relative;
	width: 25%;
	float: left;
	padding: 0.5%;
}
.nav_list li:hover, .nav_list li.on {
	background: #000064
}
.nav_list li a {
	display: block;/* color:#fff; */
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 4% 0;
	text-indent: 1em;
	color: #565656;
}
.nav_list li:hover a, .nav_list li.on a {
	color: #fff;
}
.nav_list .list2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #fafcff;
}
.nav_list li:hover .list2 {
	display: block;
}
.list2 dl {
	overflow: hidden
}
.list2 dl dd {
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #e6e6e6;
	line-height: 2.5em;
}
.list2 dl dd:last-child {
	border: none;
}
.list2 dl dd a {
	color: #000;
	font-size: 0.875rem;
	text-decoration: none;
}
.list2 dl dd a:hover {
	color: #194694;
	text-decoration: none;
}
.nav_list2 {
	display: none;
}
.y_main .pro2 {
	overflow: hidden;
	text-align: center;
}
.y_main .pro2 a {
	display: inline-block;
	margin: 0 10px;
}
.y_main .pro2 a:hover, .y_main .pro2 a.on {
	color: #000064;
	text-decoration: none;
}
.y_main .pro_main {
	overflow: hidden;
	margin-bottom: 5%;
	width: 100%;
}
.y_main .pro_main li {
	width: 32.33%;
	float: left;
	overflow: hidden;
	margin-bottom: 1%;
	background: #edecec;
	margin-right: 1%;
}
.y_main .pro_main li:nth-child(3n) {
	margin-right: 0;
}
.pro_st {
	overflow: hidden;
}
.prolist .title {
	text-align: center;
	margin-bottom: 4%;
}
.pro_main .pro_img {
	width: 100%;
}
.pro_main .pro_img a {
	display: block;
	border-bottom: 1px solid #edecec;
	overflow: hidden;

	background: #fff;

}

.pro_main .pro_img a img {
	width: 100%;
	max-width: 100%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;

}
.pro_main .pro_img a:hover img {
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-webkit-transform:scale(1.05, 1.05);
}
.pro_main .pro_tt {
	width: 100%;
	padding: 5%;
}
.pro_main .pro_tt p {
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pro_main .pro_tt h3 {
	margin-bottom: 3%;
}
.pro_main .pro_tt .pro_des p {
	font-size: 15px;
	line-height: 1.8em;
	color: #4b4a4a;
}
.pro_main .pro_tt .detail {
	margin-top: 5%
}
.pro_main .pro_tt .detail a {
	cursor: pointer;
	display: inline-block;
	margin-right: 1%;
	border: 1px solid #abaaaa;
	color: #abaaaa;
	padding: 5px 15px;
	;
	font-size: 14px;
	padding-left: 35px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.pro_main .pro_tt .detail a:hover {
	background-color: #1b3884;
	border: 1px solid #1b3884;
	color: #fff;
}
.pro_main .pro_tt .detail a:first-child {
	/* background-image: url(../images/img14.png) */
}
.pro_main .pro_tt .detail a:hover:first-child {
	/* background-image: url(../images/img14-1.png) */
}
.pro_main .pro_tt .detail a:last-child {
	/* background-image: url(../images/img15.png) */
}
.pro_main .pro_tt .detail a:hover:last-child {
	/* background-image: url(../images/img15-1.png) */
}
/*左侧*/
.y_main .left2 {
	width: 25%;
	float: left;
	border: 1px solid #edecec;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.left .r1, .left2 .r2 {
	overflow: hidden
}
.left2 .r1 h4, .left2 .r2 h4 {
	padding: 0.8em 0;
	text-align: center;
	margin: 0 20px 15px;
	font-weight: 800;
	border-bottom: 1px solid #e0e0e0;
}
.left2 .r1 h4 small, .left2 .r2 h4 small {
	font-size: 14px;
	color: #888;
	font-weight: 500;
	display: block;
	margin-top: 3%;
}
.left2 .r1 .menu {
	overflow: hidden;
}
.left2 .r1 .menu li {
	width: 100%;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px #f7f7f7 solid;
	line-height: 60px;
}
.left2 .r1 .menu li:nth-child(12), .left2 .r1 .menu li:nth-child(13) {
	background-color: #18a790
}
.left2 .r1 .menu li:nth-child(12) a, .left2 .r1 .menu li:nth-child(13) a {
	color: #fff;
	background: url(../images/index40.png) no-repeat left 20px center;
}
.left2 .r1 .menu li .a1 {
	display: block;
	color: #fff;
	background: #1b3884 url(../images/img16.png) no-repeat right 20px center;
	padding-left: 1.2em;
}
.left2 .r1 .menu li .a1:hover {
	background: #ec0f0f url(../images/img16.png) no-repeat right 20px center;
	text-decoration: none;
	color: #fff;
}
.left2 .r1 .menu li .a2 {
	display: inline-block;
	line-height: 50px;
	padding: 0 1em 0 0;
}
.left2 .r2 .r_con {
	padding: 5%;
	overflow: hidden;
}
.left2 .r2 .r_con p {
	line-height: 30px;
	font-size: 14px;
}
/*左侧二级菜单*/
.left2 .r1 .menu li dl {
	display: block;
	padding: 0 0 0 3em;
}
.left2 .r1 .menu li dd {
	line-height: 20px;
	margin-bottom: 5%;
}
.left2 .r1 .menu li dd a {
	background: none;
	color: #717171;
	line-height: 24px;
}
.left2 .r1 .menu li dd a:hover {
	color: #1b3884;
}
 @media (max-width: 1200px) {
.nav_list li {
	width: 33.33%;
}
.ctac_main {
	padding: 2em;
	left: 15%;
	right: 15%;
}
.ctac_main .ind_ctac_title {
	font-size: 30px;
}
}
 @media (max-width: 1024px) {
.y_main .left2 {
	width: 100%;
	margin: 0 0 3% 0;
	border: none
}
.left2 .r1 .menu li {
	width: 20%;
	float: left;
	line-height: 50px;
	text-align: center
}
.left2 .r1 .menu li .a1 {
	background: #1b3884;
	padding-left: 0;
}
.left2 .r1 .menu li .a1:hover {
	background: #ec0f0f
}
.y_main .pro_main li {
	width: 49%
}
.y_main .pro_main li:nth-child(3n) {
	margin-right: 1%;
}
.y_main .pro_main li:nth-child(2n) {
	margin-right: 0;
}
}
@media (max-width:500px) {
.y_main .pro_main li {
	width: 100%;
	margin-right: 0
}
.y_main .pro_main li:nth-child(3n) {
	margin-right: 0
}
.left2 .r1 .menu li {
	width: 50%;
}
.pro_main .pro_tt h3 {
	font-size: 14px;
}
.pro_main .pro_tt .detail a:first-child {
	display: none;
}
.nav_list2 {
	display: block;
}
.pro_mo_top_1 {
	display: block;
	margin: 1.5em 1em;
	border: 4px #f3f6f9 solid;
	padding: 0.1em 0.6em;
	background-color: #fff;
}
.pro_mo_top_1 select {
	color: #000;
	font-size: 0.875em;
	border: none;
	background: none;
	padding: 0.5em 0;
	width: 100%;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(../images/c9.png);
	background-position: right center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.pro_main .pro_tt {
	width: 100%;
	margin-top: 3%;
}
.pro_main .pro_img {
	width: 100%;
}
.ctac_main .ind_ctac_title {
	font-size: 25px;
}
.ctac_main {
	padding: 2em;
	left: 10%;
	right: 10%;
}
}
/*产品详情*/


/*产品详情*/

.pro_1 {
	width: 100%;
	background: url(//cdn.myxypt.com/5f48d92b/24/05/63146dffcb2449011e656300ffc6bee83d44c947.jpg) no-repeat top center;
	background-size: cover;
	padding: 5% 0 4% 0;
}
.prolist .pro_t {
	font-size: 40px;
	text-align: center;
	margin-bottom: 5%;
	position: relative;
}
.prolist .pro_t:after {
	position: absolute;
	contnet: "";
	left: 0;
	top: 0;
	width: 30px;
	height: 3px;
	background: #1854b5;
	text-align: center;
}
.pro_2, .pro_4 {
	width: 100%;
	margin: 4% 0;
	overflow: hidden;
}
.pro_2_1 {
	padding: 4% 0;
	background: #eaf0fb;
}
.pro_2 .left {
	width: 100%;
	text-align: left;
}
.pro_2 .left p {
	line-height: 2.4em
}
.pro_2 .left p .img {
	width: 50%;
	float: left;
}
.pro_2 .right {
	width: 100%;
	text-align: center;
	margin: 2% 0 0 0;
}
.pro_2 .right a {
	cursor: pointer;
	margin-bottom: 2em;
	display: inline-block;
	margin-right: 1%;
	border: 1px solid #abaaaa;
	color: #abaaaa;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 35px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.pro_2 .right a:hover {
	background-color: #1854b5;
	border: 1px solid #1854b5;
	color: #fff;
	text-decoration: none;
}
.pro_5 {
	width: 100%;
	background: url(//cdn.myxypt.com/5f48d92b/24/05/7a44d62274b455f011f252959e78dd5231bb30d7.jpg) no-repeat top center;
	background-size: cover;
	padding: 4% 0;
}
.pro_5 .pro_t {
	color: #fff;
}
.pro_5 .message_h input {
	width: 49%;
	margin-right: 2%;
}
.pro_5 .message_h input:nth-child(2n) {
	margin-right: 0;
}
 @media screen and (max-width:1320px) {
.prolist .pro_t {
	font-size: 35px;
}
}
 @media screen and (max-width:1024px) {
.prolist .pro_t {
	font-size: 30px;
}
}
 @media screen and (max-width:850px) {
.prolist .pro_t {
	font-size: 25px;
}
.pro_2 .left, .pro_2 .right {
	width: 100%;
}
.pro_2 .left p {
	line-height: 2em
}




}
@media screen and (max-width:500px) {
.pro_2 .left p .img {
	width: 100%;
}
.prolist .pro_t {
	font-size: 22px;
}
.pro_2 .right .xj_01 {
	display: none
}
.pro_5 .message_h input {
	width: 100%;
	margin-right: 0;
}
}
/*荣誉中心*/



.y_main .hon_main {
	overflow: hidden
}
.y_main .hon_main a {
	display: inline-block;
	width: 25%;
	float: left;
	margin-bottom: 2%
}
.y_main .hon_main .hh {
	margin: 4%;
	padding: 3%;
	background: #fff;
	overflow: hidden;
}
.y_main .hon_main .hh .hon_img {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
.y_main .hon_main .hh:hover {
	background: #1952be;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}
.y_main .hon_main .hh:hover h3 {
	color: #fff
}
.y_main .hon_main .hh .hon_img img {
	vertical-align: middle;
}
.y_main .hon_main .hh .hon_tt {
	font-size: 0.875rem;
	text-align: center;
	color: #333333;
	width: 100%;
	margin: 5% 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.y_main .hon_main a:hover .hon_tt {
	color: #fff
}
 @media screen and (max-width:1100px) {
.y_main .hon_main a {
	width: 33.33%;
}
}
 @media screen and (max-width:800px) {
.y_main .hon_main a {
	width: 50%;
}
}
 @media screen and (max-width:500px) {
.y_main .hon_main a {
	width: 100%;
}
.y_main .honorlist .box {
	background: none;
	border: none;
	padding: 0;
}
.y_main .hon_main .hh {
	margin: 2%;
}
}



/*厂房设备*/
.plantlist {
	margin-bottom: 2%;
	overflow: hidden;
}
.plantlist .title {
	text-align: center;
	margin-bottom: 3%;
}
.plantlist .plant_main a {
	display: block;
	width: 25%;
	float: left;
	padding: 0 1%;
}
.plantlist .plant_main.cf a {
	width: 25%;
}
.plantlist .plant_main .plant {
	position: relative;
	top: 0;
	left: 0;
}
.plantlist .plant_main {
	overflow: hidden;
}
.plantlist .plant_main .plant .plant_img {
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ececec;
}
.plantlist .plant_main .plant .plant_img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/index28.png);
}
.plantlist .plant_main .plant .plant_img .pic2 {
	position: absolute;
	top: 45%;
	left: 0;
	height: 0;
	width: 100%;
	text-align: center;
	z-index: 333;
}
.plantlist .plant_main .plant:hover {
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.plantlist .plant_main .plant .plant_img .pic img {
	vertical-align: middle;
	max-width: 100%;
	-moz-transition: all .8s ease 0s;
	width: 100%;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.plant_main a .pic img {
	width: 100%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.plant_main a:hover .pic img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.plant_main a .pic {
	overflow: hidden;
	position: relative;
	padding-bottom: 70%;
}
.plant_main .plant_tt {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 4% 0;
	min-height: 75px;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*案例详情*/
.certify {
	padding: 0 50px;
	position: relative;
	margin-top: 60px;
}
.certify h1 {
	text-align: center;
	margin-bottom: 3%;
}
.certify .swiper-container {
	padding-bottom: 60px;
}
.certify .swiper-slide {
	width: 700px;
	height: 500px;
}
.certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.certify .swiper-slide:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: 3;
	background: rgb(0, 0, 0, .4);
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}
.certify .swiper-slide-active::after {
	height: 0;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.certify .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(//cdn.myxypt.com/5f48d92b/24/05/78d4f14b9a6f9b4094fe97e0b64bd0421feede38.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	top: 50%;
}
.certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
.certify .swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
	background: url(//cdn.myxypt.com/5f48d92b/24/05/78d4f14b9a6f9b4094fe97e0b64bd0421feede38.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	top: 50%;
}
.certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
 @media (max-width: 1440px) {
}
 @media (max-width: 1200px) {
.certify .swiper-slide {
	width: 600px;
	height: 400px;
}
}
 @media (max-width: 768px) {
.certify .swiper-button-next, .certify .swiper-button-prev {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7)
}
.certify .swiper-slide {
	width: 500px;
	height: 300px;
}
}
 @media (max-width: 480px) {
.certify .swiper-slide {
	width: 400px;
	height: 160px;
}
.certify .swiper-button-next, .certify .swiper-button-prev {
	top: 30%;
}
.certify .swiper-container {
	padding-bottom: 20px;
}
}
/*案例*/
.case_main li {
	width: 100%;
	float: left;
	background: #353535;
	position: relative;
}
.case_main li .pic {
	width: 50%;
	float: left;
}
.case_main li .pic a {
	display: block;
	overflow: hidden;
}
.case_main li .pic img {
	width: 100%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.case_main li .tt {
	width: 50%;
	float: right;
	text-align: center;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0
}
.case_main li .tt h2 {
	color: #fff
}
.case_main li .tt p {
	color: #fff;
	margin-top: 10px;
}
.case_main li:nth-child(2n) .pic {
	float: right
}
.case_main li:nth-child(2n) .tt {
	float: left;
	left: 0;
}
.caselist {
	padding: 0 0 5% 0
}
.caselist .title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 4%
}
.caselist .title h1, .caselist .title div {
	color: #fff;
}
.mySwiper2 {
	height: 80%;
	width: 100%;
}
.mySwiper {
	height: 20%;
	box-sizing: border-box;
	margin-top: 3%;
	padding: 0
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	background: #61618b
}
.mySwiper2 .swiper-slide img {
	display: block;
	width: 55%;
	object-fit: cover;
	margin: 0 auto
}
.mySwiper2 .swiper-slide h2 {
	text-align: center;
	margin: 3% 0
}
 @media (max-width: 1200px) {
.plantlist .plant_main.cf a {
	width: 33.33%;
}
.plant_main .plant_tt {
	min-height: auto;
}
.mySwiper2 .swiper-slide img {
	width: 70%
}
}
 @media (max-width: 1024px) {
.plantlist .plant_main.cf a {
	width: 50%;
}
.plantlist .plant_main a {
	width: 33.33%
}
.hz_list dd {
	width: 24.11111%;
}
.mySwiper2 .swiper-slide img {
	width: 80%
}
}
 @media (max-width: 500px) {
.y_main .plantlist .box {
	background: none;
	border: none;
	padding: 0;
}
.plantlist .plant_main.cf a {
	width: 100%;
}
.plantlist .plant_main a {
	width: 50%
}
.hz_list dd {
	width: 32.2111%;
}
.case_main li .pic {
	width: 100%;
}
.case_main li .tt {
	background: rgb(0, 0, 0, .6);
}
.mySwiper2 .swiper-slide img {
	width: 100%
}
}
/*案例*/
.caselist .case_main a {
	display: block;
	width: 33.33%;
	float: left;
	position: relative;
	top: 0;
	left: 0
}
.caselist .case_main .cc {
	overflow: hidden;
}
.caselist .case_main .cc .case_img {
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.caselist .case_main .cc:hover {
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.caselist .case_main .cc .case_img img {
	vertical-align: middle;
	max-width: 100%;
	moz-transition: all .8s ease 0s;
	width: 100%;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.case_main a:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.caselist .case_main a .case_tt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/index19.png) repeat rgba(213,55,41,.8);
	;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.caselist .case_main a .case_tt .tits {
	position: absolute;
	width: 100%;
	height: 100%;
}
.case_tt .tits p {
	text-align: center;
	margin: 2%;
	color: #fff;
	font-size: 0.875em;
	color: #fff;
}
.caselist .case_main a:hover .case_tt {
	opacity: 1;
	filter: Alpha(Opacity=1);
}
.caselist .case_main a .case_tt .tits h3 {
	text-align: center;
	color: #fff;
	font-size: 20px
}
.y_main .caselist .digg4 span {
	color: #fff;
}
 @media (max-width: 1000px) {
.caselist .case_main a {
	width: 50%
}
.prolist .pro_con {
	width: 100%;
}
}
@media (max-width: 500px) {
.caselist .case_main a {
	width: 100%;
	margin: 1% 0;
}
}
/*简介*/
.about-about {
	overflow: hidden;
	margin-bottom: 4%;
}
.about-about-con {
	width: 100%;
	overflow: hidden;
}
.about-about-con p {
	line-height: 32px;
}
.about-about-con .left {
	width: 100%;
}
.about-about-con .left img {
	display:block;
	margin:1% auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.about-about-con .left img.p2 {
	display: none
}
.left .video {
	position: relative;
	overflow: hidden;
}
.left .video a {
	z-index: 100;
	left: 45%;
	right: 45%;
	top: 45%;
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index18.png);
}
.about-about-con .right {
	width: calc(100% - 36%);
}
.index_1_mid_right {
	position: relative;
	float: right;
	width: 55.55555555555556%;
}
.index_1_mid_right_mid {
	border-radius: 4.89583333333333vw 0 4.89583333333333vw 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-right: 1.77083333333333vw;
	margin-bottom: 1.77083333333333vw;
}
.index_1_mid_right_mid img {
	width: 100%;
}
.index_1_mid_right:after, .about_1_left:after {
	height: calc(100% - 1.77083333333333vw);
	width: calc(100% - 1.77083333333333vw);
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1b3884;
	border-radius: 4.89583333333333vw 0;
}
.index_1_mid_right_mid.c2 {
	display: none
}
.number li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 2%;
}
.number li small {
	background: #ec0f0f;
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
}
.number .txts {
	width: 100%;
	line-height: 28px;
	color: #666;
}
 @media (max-width: 1024px) {
.number li {
	width: 50%;
	min-height: 100px;
}
}
/*产品咨询*/
#public_form {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 99;
	right: 0;
	top: 0;
}
.ctac_body {
	background: url(../images/index13.png) repeat center;
	position: relative;
	height: 100%;
}
.ctac_main {
	background: #010b1b;
	height: auto;
	position: absolute;
	padding: 3em;
	left: 25%;
	top: 25%;
	right: 25%;
}
.ctac_cross {
	position: absolute;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	right: 15px;
	top: 15px;
}
.ctac_main .ind_ctac_title {
	margin-top: 0;
	text-align: center;
	position: relative;
	right: auto;
	top: auto;
	color: #1854b5;
	text-align: center;
	margin: 0 0 5% 0;
	font-size: 40px;
	font-family: "1";
}
/* 联系方式 */
.con-mess-box {
	position: relative;
	width: 100%;
	margin-top: 4%;
}
.con-mess-fw {
	float: left;
	width: 100%;
	margin: 4% 0;
	text-align: left;
	font-style: italic;
}
.con-mess-fw h2 {
	color: #000064
}
.con-mess-l {
	width: 50%;
}
.con-mess-r {
	width: calc(100% - 55%);
	text-align: left;
	margin-top: 3%;
}
.con-mess-r p img {
	margin-right: 15px
}
.con-mess-r p {
	line-height: 36px;
	color: #333;
	margin-top: 10px;
}
.con-mess-r p span {
	margin-right: 35px;
}
.con-mess-r div {
	display: inline-block;
	text-align: center;
	margin: 20px 20px 0 0;
}
.con-mess-r div img {
	width: 120px;
	display: block;
	border: 1px solid #eee;
	padding: 6px;
}
.con-mess-r div span {
	font-size: 13px;
	color: #999;
	line-height: 28px;
}
.con-inline {
	position: relative;
	padding-bottom: 10%;
}
.con-box {
	width: 60%;
	background-color: #fff;
	padding: 6% 6% 4%;
	position: relative;
	z-index: 3;
}
.con-p p {
	line-height: 42px;
	color: #333;
	font-size: 14px;
}
.con-inline:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: url(//cdn.myxypt.com/5f48d92b/24/05/7dbe8013e66288115e7801d76cc0b36f3cb1aaaf.jpg) no-repeat center fixed;
	background-size: cover;
}
.message_h.p_mess input {
	width: 49%;
	margin-right: 2%;
}
.message_h.p_mess button {
	width: 150px;
}
.message_h {
	overflow: hidden;
	margin-top: 2%;
}
.message_h p {
	clear: both;
	margin-top: 2%;
}
.message_h p #checkcode{
	width: calc(100% - 125px) ! IMPORTANT;
}

.message_h input {
	width: 100%;
	margin-bottom: 2%;
	float: left;
	line-height: 40px;
	height: 44px;
	border: 1px solid #dcdcdc;
	outline: none;
	border-radius: 4px;
	text-indent: 20px;
	padding: 0;
}
.message_h input:nth-child(2n) {
	margin-right: 0;
}
.message_h textarea {
	border: 1px solid #dcdcdc;
	outline: none;
	text-indent: 7px;
	display: block;
	width: 100%;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
}
.message_h button {
	clear: both;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #ec0f0f;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 2%;
	border-radius: 3px;
	cursor: pointer;
}
.contacts .map {
	border: 1px solid #ccc;
	margin: 1% 0 5% 0;
}
.con_c {
	margin-top: 4%;
	overflow: hidden;
}
.con_c2 {
	margin: 2% 0;
}
.con_c2 li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	padding: 4% 1%;
	min-height: 300px;
	text-align: center;
	background: rgb(241, 241, 241, .8);
}
.con_c2 li:last-child {
	margin-right: 0
}
.con_c2 li .pic {
	width: 70px;
	height: 70px;
	background: #1b3884;
	margin: 0 auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative
}
.con_c2 li .pic img {
	margin-top: 15px
}
.con_c2 li p {
	margin: 5% 0 3% 0;
}
.con_c2 li h2 {
	letter-spacing: 0;
}
.con_c2 li small {
	margin-top: 3%;
	color: #9d9d9d;
	font-weight: 500;
}
.con_c3 {
	width: 100%;
	background: rgb(241, 241, 241, .8);
	padding: 3% 0;
	text-align: center;
}
 @media screen and (max-width:1200px) {
.con-mess-r p {
	margin-top: 5px
}
}
 @media screen and (max-width:1024px) {
.con-box {
	width: 70%;
}
.con_c2 li {
	width: 49%;
	margin-right: 0;
	margin-bottom: 2%;
}
.con_c2 {
	margin: 2% 0 0 0;
}
.con_c2 li:nth-child(2n) {
	float: right
}
}
 @media screen and (max-width:780px) {
.con-mess-r p span {
	margin-right: 28px;
}
.con-mess-l, .con-mess-r, .con-box {
	width: 100%;
}
.con-box {
	padding: 8% 4%;
}
.con-mess-r p {
	line-height: 30px;
}
.con_c2 li .pic {
	width: 60px;
	height: 60px
}
.con_c2 li .pic img {
	margin-top: 10px;
}
.con_c2 li {
	min-height: 200px
}
}
@media screen and (max-width:480px) {
.con_c1 li {
	margin-top: 2%;
	width: 100%;
}
}
/*上下页*/

#flip {
	margin: 4% 0;
}
.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.metpager_8 a, .metpager_8 span.miy {
	padding: 1px 6px;
	color: #292929;
}
.digg4 span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #000;
}
.digg4 a, .digg4 span.miy {
	margin: 2px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	background: #fff;/* padding: 2% 0; */
}
.digg4 a:hover, a.page-num.page-num-current {
	background: #8d8d8d;
	color: #fff;
}
/*上下篇*/

.text-secondary {
	color: #6c757d!important;
	line-height: 25px;
	border: 1px dotted #ccc;
	padding: 1em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-order-radius: 8px;
	-ms-order-radius: 8px;
	-o-order-radius: 8px;
	margin: 4% 0;
}
.text-secondary a, .text-secondary p {
	color: #808080;
	text-decoration: none;
}
/*分享*/
.bdshare-button-style0-16 {
	zoom: 1;
}
.bdshare-button-style0-16 .bds_more {
	color: #333;
	float: left;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	float: left;
	font-size: 12px;
	padding-left: 17px;
	line-height: 16px;
	height: 16px;
	background-image: url(../images/icons_0_16.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_more {
	background-position: 0 0;
}
.bdshare-button-style0-16 .bds_qzone {
	background-position: 0 -52px;
}
.bdshare-button-style0-16 .bds_tsina {
	background-position: 0 -104px;
}
.bdshare-button-style0-16 .bds_tqq {
	background-position: 0 -260px;
}
.bdshare-button-style0-16 .bds_renren {
	background-position: 0 -208px;
}
.bdshare-button-style0-16 .bds_weixin {
	background-position: 0 -1612px;
}
.bdshare-button-style0-16:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.jiathis_style {
	width: 70%;
	float: left;
}
.met_hits {
	margin-top: 2rem!important;
	margin-bottom: 1rem!important;
	overflow: hidden;
}
.met_hits a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.pro_info_1_left {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 36em;
}
.pro_info_1_left_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pro_info_1_left_bg:nth-child(1) {
	display: block
}
.pro_info_1_right {
	margin-left: 39em;
	max-width: 61em;
}
.photo_show {
	display: block;
	overflow: hidden
}
.photo_show img {
	width: 100%;
}
.swiper-button-next-p {
	z-index: 10;
	margin-top: -12.5px;
	top: 50%;
	cursor: pointer;
	right: 10px;
	position: absolute;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/img5.png);
}
.swiper-button-next-p:hover {
	background-image: url(../images/img5.png);
}
.swiper-button-prev-p {
	z-index: 10;
	margin-top: -12.5px;
	top: 50%;
	cursor: pointer;
	left: 10px;
	position: absolute;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/img4.png);
}
.swiper-button-prev-p:hover {
	background-image: url(../images/img4.png);
}
.pro_info_1_right_4 .swiper-button-disabled {
	display: none
}
.pro_info_1_mid {
	position: relative
}
.pro_info_1 {
	padding: 3em 0;
}
.pro_info_1_right_1 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
.pro_info_1_right_3 a {
	display: inline-block;
	background: #194694;
	padding: 1% 5%;
	margin-top: 2%;
	color: #fff;
	text-decoration: none;
}
.pro_info_1_right_3 a:hover {
	color: #fff;
	text-decoration: none;
}
.pro_info_1_right_3 {
	border-top: 1px #e6e6e6 solid;
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 2em;
}
.pro_info_1_right_3 p {
	color: #373737;
	font-size: 1.125em;
	line-height: 2;
}
.pro_info_2_1 {
	background-color: #f3f9fd;
}
.pro_info_2_1 span {
	font-size: 1.5em;
	color: #fff;
	background-color: #6bc2df;
	display: inline-block;
	padding: 0.4166666666666667em 2em;
}
.pro_info_2_2 {
	line-height: 1.8;
	padding: 2.5em 0;
}
/*下载*/
.downlist {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.downlist li {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px dotted #ccc
}
.downlist li .card {
	padding: 10px 0;
	overflow: hidden;
}
.downlist li .card-header {
	color: #3E3A39;
	letter-spacing: 0;
	line-height: 1.5;
	overflow: hidden;
}
.downlist li .card-footer {
	font-size: 14px;
	color: #999999;
	float: right;
}
.downlist li .card-body {
	margin-top: 10px;
}
.downlist li .card-body img {
	width: 18px;
}
.downlist li .card-body .btn {
	font-size: 14px;
	text-align: right;
	color: #999999;
}
.downlist li .card-body .btn:hover {
	color: #0869ac
}
/*企业文化*/


.about_2 {
	background-color: #f6fafe;
	position: relative;
	padding: 7.875em 0 6.6875em 0;
}
.about_2_bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
}
.about_2_bg_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../picture/ac1617b48ff8938970a2899fa7655dcf17a3e4b5.jpg);
}
.about_2_mid {
	background-color: rgba(27,56,132,.74);
	padding: 5em 0;
	position: relative;
	z-index: 10;
	width: 63.64583333333333%;
	color: #fff;
}
.index_1_mid_right_1 span.ww {
	color: #fff;
	text-transform: uppercase;
}
.index_1_mid_right_1 span.ww:after {
	background-color: #fff;
}
.about_2_mid_mid {
	margin-left: 23%;
	margin-right: 8%;
}
.about_2_mid_mid_2 {
	font-size: 2.08333333333333vw;
	line-height: 1.5;
}
.about_2_mid_mid_3_2 {
	color: #dedede;
	line-height: 1.5;
}
.about_2_mid_mid_3_1 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
.about_2_mid_mid_3 {
	padding-top: .75em;
}
.about_2_mid_mid_3 p {
	line-height: 2.4em;
}
.about_2_mid_mid_3 p:nth-child(2n) {
	margin-bottom: 3%;
}
.about_2_mid_mid_3 ul li {
	margin-top: 1.5em;
}
.about_3 {
	overflow: hidden;
	position: relative;
	background-color: #f6fafe;
}
.about_2_3_mid {
	margin: 0 15%;
	position: relative;
	z-index: 10;
}
@media screen and (max-width:768px) {
.about_2_mid {
	width: 80%;
}
.about_2, .about_2_mid {
	padding: 4em 0;
}
.about_2_mid_mid {
	margin-left: 15%;
}
.about_2_bg {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
.about_2_mid {
	width: 95%;
}
.about_2_mid_mid {
	margin-left: 10%;
	margin-right: 5%;
}
}
/*生产实力*/


.serves-list .servers-tit {
	padding-bottom: 1rem;
	border-bottom: 2px solid #989999;
	margin-bottom: 0.65rem;
}
.serves-list .list {
	margin-bottom: 3%;
	margin-top: 2%;
}
.serves-list .list span {
}
.serves-list .ser_t a {
	display: inline-block;
	padding: 5px 10px;
	background: #1b3884;
	color: #fff
}
.serves-list .ser_t a:hover {
	background: #ec0f0f;
	;
}
.serves-list .ser1 {
	margin-bottom: 5%;
}
.serves-list .list a{
	display: block;
	border: 1px solid #d6d6d6;
	padding: 10px;
	box-sizing: border-box;

	transition: .5s ease-in-out;
	}
.serves-list .list .items {
	display: block;
	float: left;
	border: 1px solid #d6d6d6;
	width: 32%;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 2%;
	transition: .5s ease-in-out;
}
.serves-list .list .items:nth-child(3n) {
	margin-right: 0;
}
.serves-list .list .items .images , .serves-list .list a .images {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 0%;
}
.serves-list .list .items .images img , .serves-list .list a .images img {
	transition: .5s ease-in-out;
	
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.serves-list .list .items:hover , .serves-list .list a:hover {
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.serves-list .list .items:hover .images img , .serves-list .list a:hover .images img {
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	-o-transform: scale3d(1.05, 1.05, 1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.serves-list .list .items .words , .serves-list .list a .words {
	margin: 20px 0;
	text-align: center;
	color: #1b3884;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	
}
.serves-list .list .items:hover .words , .serves-list .list a:hover .words {
	color: #ec0f0f;
}
.ser_t small {
	color: #4b4949;
	font-weight: 300;
	letter-spacing: -1px;
}
.news .new_con .cont li img {
	width: auto;
	margin-bottom: 1%;
}
/*视频*/
.video-list ul {
	margin-bottom: 3%;
}
.video-list li {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%
}
.video-list li img {
	width: 100%;
}
.video-list li:nth-child(3n) {
	margin-right: 0
}
.video-list .video {
	position: relative;
	overflow: hidden;
}
.video-list .video:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	background: rgb(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}
.video-list .video a {
	z-index: 3;
	left: 45%;
	right: 45%;
	top: 45%;
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(//cdn.myxypt.com/5f48d92b/24/05/cb09043856d6e44eb5e73053a29ff8f4928f54a6.png);
	border:none;
}
@media screen and (max-width:1024px) {
.serves-list .list .items {
	width: 49%;
}
.serves-list .list .items:nth-child(2n), .video-list li:nth-child(2n) {
	margin-right: 0;
}
.video-list li {
	width: 49%;
}
.video-list li:nth-child(3n) {
	margin-right: 2%
}
}
@media screen and (max-width:480px) {
.serves-list .list .items, .video-list li {
	width: 100%;
	margin-right: 0
}
.serves-list .ser_t a {
	padding: 2px 10px;
}
.ser_t small {
	display: none;
}
.video-list .video a {
	width: 35px;
	height: 35px;
}
}
/*表格*/
.table-bordered {
	border-width: 1px;
	border-color: #e8e8e8;
	border-collapse: collapse;
	border-style: solid;
}
.pro_table {
	font-size: 14px;
}
.pro_table .table-hover>tbody>tr:hover, .pro_table .table-striped>tbody>tr:hover:nth-of-type(odd) {
	background-color: #b8cce4;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.pro_table table thead {
	background: #b8cce4;
	color: #01579B;
}
.pro_table .table-striped>tbody>tr {
	background-color: #fff;
}
.pro_table .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.pro_table .table-bordered>tbody>tr>td, .pro_table .table-bordered>tbody>tr>th, .pro_table .table-bordered>tfoot>tr>td, .pro_table .table-bordered>tfoot>tr>th, .pro_table .table-bordered>thead>tr>td, .pro_table .table-bordered>thead>tr>th {
	border-width: 1px;
	border-color: #e8e8e8;
	border-collapse: collapse;
	border-style: solid;
	vertical-align: middle;
	padding: 8px;
	text-align: center;
	font-size: 14px;
}
.pro_table table thead td {
	font-weight: bold;
	vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	line-height: 1.42857143;
}
.pro_table .table-hover>tbody>tr:hover>td {
	color: #fff;
}
.table {
	width: 100%;
	max-width: 100%;
}

 @media (max-width: 780px) {
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap;
}
.pro_table .table-bordered>tbody>tr>td, .pro_table .table-bordered>tbody>tr>th, .pro_table .table-bordered>tfoot>tr>td, .pro_table .table-bordered>tfoot>tr>th, .pro_table .table-bordered>thead>tr>td, .pro_table .table-bordered>thead>tr>th {
	padding: 5px;
}

}
.pagination li span,.pagination li a{display: inline-block; font-size: 14px; color: #333333; font-family: "Microsoft YaHei", Arial; line-height: 26px; border: 1px solid #cbcbcb; margin: 0 5px; padding: 0 8px;}
.pagination li.active span{color: #fff; border-color: #1b3884;  background: #1b3884;}
.pagination li:last-child{display: none;}