@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	overflow-y: scroll;
}
body,/*div,*/ dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, img, p, tr {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	/*color: #000;*/
	font-weight: bold;
}
h7{
}
body {
	font-size: 1rem;
	color: #000;
	word-wrap: break-word;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000;
	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;
}
a:hover {
	text-decoration: none;
	color: #019EFF;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0 auto;
	line-height: 0px;
	zoom: 1;
	font-size: 1px;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.wrap {
	max-width: 1420px;
	padding: 0 10px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 1600px) {
.wrap {
	max-width: 1380px;
}
}
@media screen and (max-width: 1440px) {
.wrap {
	max-width: 1260px;
}
}
@media screen and (max-width: 1280px) {
.wrap {
	max-width: 1120px;
}
}
@media screen and (max-width: 1024px) {
.wrap {
	max-width: 920px;
}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mid {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.block {
	display: block;
}
@font-face {
	font-family: "1";
	src: url("../fonts/1.woff2") format("woff2"),  url("../fonts/1.woff") format("woff"),  url("../fonts/1.ttf") format("truetype"),  url("../fonts/1.eot") format("embedded-opentype"),  url("../fonts/1.svg") format("svg");
}
@font-face {
	font-family: "1";
	src: url("../fonts/impact.woff2") format("woff2"),  url("../fonts/impact.woff") format("woff"),  url("../fonts/impact.ttf") format("truetype"),  url("../fonts/impact.eot") format("embedded-opentype"),  url("../fonts/impact.svg") format("svg");
}
/*焦点图*/
.tit {
	overflow: hidden;
	margin-bottom: 2%;
	width: 100%;
}
.tit .tt h2 {
	font-size: 1.7rem;
	;
	position: relative;
	font-weight: normal;
	display: inline-block;
	margin-right: 1%;
	font-weight: bold;
}
.tit .tt h2:after {
	position: absolute;
	content: "";
	width: 25%;
	height: 3px;
	background: #fcdc37;
	bottom: 0;
	left: 35%;
}
.tit .tt img {
	display: inline-block;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
}
.tit p {
	font-size: 1rem;
	margin-top: 1%;
}

@media screen and (max-width: 1280px) {
.tit .tt h2 {
	font-size: 2.4rem;
}
}
@media screen and (max-width: 1024px) {
.tit .tt h2 {
	font-size: 2rem;
}
.tit .tt img {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
}
@media screen and (max-width: 600px) {
.tit .tt h2 {
	font-size: 1.6rem;
}
.tit p {
	font-size: 0.8rem;
}
}
/*关于我们*/
.index01 {
	width: 100%;
	overflow: hidden;
	margin:2% 0 -2% 0;
	/*background: url(../images/logoa.png) left bottom 30% no-repeat;*/
}
.index01 .tit .tt h2:after {
	left: 0;
}
.index01 .about_c {
	position: relative;
	overflow: hidden;
	transform: translateY(-11%);
	-webkit-transform: translateY(-11%);
	-moz-transform: translateY(-11%);
	-o-transform: translateY(-11%);
}
.about_c .left {
	max-width:1400px;
	margin-top: 4.5%;
	height: 100%;
}
.about_c .left1 {
	/*background: #f2f4f5;
	opacity: 0.8;*/
	border-radius: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10x;
	-o-border-radius: 10px;
}
.about_c .left_c {
	padding:4% 3% 0 1%;
	overflow: hidden;
}
.about_c .left_c h2 {
	font-size: 1.8rem;
	margin-bottom: 4%;
	font-family: "Impact";
}
.about_c .left_c p {
	line-height:22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size:1rem;
}
.about_c .left2 {
	overflow: hidden;
	width:100%;
	margin:10% auto 0 auto;
}
.about_c .left2 ul {
	overflow: hidden;
}
.about_c .left2 li {
	width: 30%;
	float: left;
	text-align: center;
}
.about_c .left2 h2 {
	font-family: "Impact";
	font-size: 2.5rem;
	display: inline-block; color:#1799c3;
}
.about_c .left2 small {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	transform: translate(5%, -100%);
	-webkit-transform: translate(5%, -100%);
	-moz-transform: translate(5%, -100%);
	-o-transform: translate(5%, -100%);
}
.about_c .left2 li p {
	font-size: 1rem;
	margin-top: 2%;
	padding-right: 10%;
}
.about_c .right {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.about_c .right .r1 {
	width: 100%;
	float: right;
}
.about_c .right .r1 img {
	width: 100%;
}
.about_c .r2 {
	text-align: center;
	position: absolute;
	right: 20%;
	bottom: 0;
	animation: ud 1s linear alternate infinite;
	-webkit-animation: ud 1s linear alternate infinite;
	-moz-animation: ud 1s linear alternate infinite;
}
.about_c .r2 a {
	display: inline-block;
}
.home_text{ width:50%;float:left;}
@-webkit-keyframes ud {
 0% {
bottom:0px;
}
 100% {
bottom: 20px;
}
}
@keyframes ud {
 0% {
bottom:0px;
}
 100% {
bottom: 20px;
}
}
@media screen and (max-width: 1600px) {
.about_c .left {
	max-width:100%;
	margin-top: 6%;
}
.about_c .right .r1 {
	width: 95%;
}
}

@media screen and (max-width: 1440px) {
.about_c .left {
	/*max-width:400px;*/
	margin-top:2%;
}
.about_c .right .r1 {
	width: 90%;
}
}
@media screen and (max-width: 1280px) {
.about_c .left {
	/*max-width:400px;*/
}
.about_c .right .r1 {
	width: 85%;
}
.about_c .left_c {
	padding: 10% 0%;
}
.about_c .left2 {
	width: 100%;
	margin: 12% auto 0 auto;
}
}
@media screen and (max-width: 1110px) {
.index01 .about_c {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}
.index01 {
	margin: 5% 0;
}
.about_c .r2 {
	right: 5%;
}
.about_c .left2 small {
	font-size: 1rem;
}
.about_c .left2 h2 {
	font-size: 2.1rem;
}
.about_c .left_c h2 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 880px) {
.about_c .right .r1 {
	width: 100%;
}
.about_c .left {
	max-width: 100em;
}
.about_c .left_c {
	padding: 8%;
}
.about_c .left1 {
	background: url(../images/index13.png)
}
.about_c .r2 {
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
}
 @-webkit-keyframes ud {
 0% {
bottom:120px;
}
 100% {
bottom:110px;
}
}
 @keyframes ud {
 0% {
bottom:120px;
}
 100% {
bottom: 110px;
}
}
.index01 .tit {
	text-align: center
}
.index01 .tit .tt h2:after {
	left: 35%;
}
}

@media screen and (max-width: 650px) {
.about_c .left_c {
	padding: 5%;
}
.about_c .left_c h2 {
	font-size: 1.2rem;
}
.about_c .left2 li p {
	font-size: 0.8rem;
}
.about_c .left {
	margin-top: 10%;
}
.about_c .r2 a img {
	width: 75%;
}
 @-webkit-keyframes ud {
 0% {
bottom:100px;
}
 100% {
bottom:90px;
}
}
 @keyframes ud {
 0% {
bottom:100px;
}
 100% {
bottom: 90px;
}
}
.about_c .left_c h2 {
	margin-bottom: 1%;
}
.about_c .left_c p {
	line-height: 2em;
}
.about_c .left2 h2 {
	font-size: 1.6rem;
}
.about_c .left2 small {
	font-size: 0.7rem;
}
}

@media screen and (max-width: 500px) {
.about_c .left2 h2 {
	font-size: 1.3rem;
}
.about_c .r2 a img {
	width: 60%;
}
.about_c .left2 small {
	font-size: 0.5rem;
	transform: translate(5%, -60%);
	-webkit-transform: translate(5%, -60%);
	-o-transform: translate(5%, -60%);
	-moz-transform: translate(5%, -60%);
}
 @-webkit-keyframes ud {
 0% {
bottom:90px;
}
 100% {
bottom: 80px;
}
}
 @keyframes ud {
 0% {
bottom:90px;
}
 100% {
bottom: 80px;
}
}
.about_c .left {
	margin-top: 9%;
}
}

@media screen and (max-width: 450px) {
.about_c .left_c h2 {
	font-size: 1.1rem;
}
.about_c .left_c p {
	line-height: 1.8em;
}
 @-webkit-keyframes ud {
 0% {
bottom:65px;
}
 100% {
bottom: 55px;
}
}
@keyframes ud {
 0% {
bottom:65px;
}
 100% {
bottom: 55px;
}
}
}

.product_home{ padding:30px 0 10px 0;}
.product_home ul li{width:calc(100%/4);float:left; border-radius:0px;}
.product_home ul li img{ display:block;  width:285px; margin:0 auto;border:1px double #F0F0F0; box-shadow: rgba(0,0,0,0.1) 5px 1px 20px;}
.product_home ul li .texts{background:#F0F0F0; line-height:30px; padding:10px; font-size:12px;}
.product_home ul li .texts b{font-size:14px;}
.fdc{ position:absolute; z-index:9999; }
.fdc span{ text-align:center; width:362px; display:block; padding-top:105px; font-size:24px; color:#fff;}
.keyd{ border-bottom:1px #FFFFFF double; width:50px; margin:0 auto; padding-top:15px;}
.fdc p{ text-align:center; width:150px; height:35px; line-height:35px; color:#FFF; display:block; border:1px #FFFFFF double; margin:0 auto; border-radius:35px; margin-top:100px;}



/*产品中心*/

.indexcp {
	width: 100%;
	background: url(../images/cpbj.png) top repeat-x;
	transform: translateY(11%);
	-webkit-transform: translateY(11%);
	-moz-transform: translateY(11%);
	-o-transform: translateY(11%);
}
.clear{clear:both;}
.cpmc{ padding-top:30px;}
.c_list{ margin:2% auto; text-align:center;}
.c_list a{ margin:0 20px;}
.product_list{}
.product_list ul li{width:calc(80%/3);float:left; border:1px double #F0F0F0; margin:2% 3%;box-shadow: rgba(0,0,0,0.1) 5px 1px 20px;border-radius: 5px;}
.product_list ul li img{ display:block; margin:0 auto; width:366px; padding:1%;}
.product_list ul li .texts{background:#F0F0F0; line-height:30px; padding:10px; font-size:12px;}
.product_list ul li .texts b{font-size:14px;}
.product_more{ background:#32435f; width:230px; height:50px;border-radius:5px; margin:0 auto; color:#FFFFFF; line-height:50px; text-align:center;}

.news_bj{ background:#eeeeee; margin-top:45px;}
.indexal_bj{ background:url(../images/anlibeij.png) center; height:778px;}
.anli_mc{ padding-top:75px;}



.index02 {
	width: 100%;
	overflow: hidden;
	background: url(../images/cpbj.png) top repeat-x;
	transform: translateY(11%);
	-webkit-transform: translateY(11%);
	-moz-transform: translateY(11%);
	-o-transform: translateY(11%);
}
.index02 .tit {
	text-align: center;
}
.product .tit .tt h2, .product .tit p {
	color: #fff;
}
.index02 .pro_1 {
	width: 60%;
	margin: 2% auto;
}
.index02 .pro_1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.index_pro_1_mid {
	cursor: pointer;
	text-align: center;
	height: 105px;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 20% 0 0 0;
}
.index_pro_1_mid_1, .index_pro_1_mid_2 {
	font-size: 0.9rem;
	color: #fff;
}
.index_pro_1_mid .pro_mid {
	position: relative
}
.index_pro_1_mid:hover {
	border: 1px solid #019EFF;
}
.index_pro_1_mid:before {
	position: absolute;
	background: #019EFF;
	width: 0;
	height: 0;
	content: "";
	top: 0;
	left: 0;
	border-radius: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.index_pro_1_mid:hover:before {
	width: 100%;
	height: 100%;
}
.swiper-container-mxcppro {
	padding-bottom: 6%;
}
.index02 .pro_2 {
	background: #fff;
	padding: 4%;
	position: relative;
	margin: 3% 0 2 0;
}
.index02 .pro_2 a {
	display: block;
	width: 100%;
	height: 100%; padding:7px;
}
.index_pro_2_mids {
	position: relative;
	min-height: 250px;
}
.index_pro_2_mid_1, .index_pro_2_mid2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.index_pro_2_mid_2 {
	text-align: center;
}
.pro_2 .four .f {
	position: absolute;
	background: url(../images/index17.png) top center no-repeat;
	width: 50px;
	height: 50px;
}
.pro_2 .four .f1 {
	left: 20px;
	top: 20px;
}
.pro_2 .four .f2 {
	right: 20px;
	top: 20px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.pro_2 .four .f3 {
	left: 20px;
	bottom: 20px;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
}
.pro_2 .four .f4 {
	right: 20px;
	bottom: 20px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
.index02 {
	padding: 8% 0 0 0;
}
.index02 .pro_1 {
	width: 70%;
}
.index_pro_1_mid {
	height: 110px;
}
.index_pro_2_mids {
	min-height: 210px;
}
}

@media screen and (max-width: 1280px) {
.index_pro_1_mid {
	height: 95px;
}
}

@media screen and (max-width: 1100px) {
.index02 .pro_1 {
	width: 80%;
}
.index_pro_1_mid {
	height: 105px;
}
}

@media screen and (max-width: 1024px) {
.index02 {
	padding: 5% 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}
.index_pro_1_mid {
	height: 85px;
}
}

@media screen and (max-width: 860px) {
.index_pro_2_mids {
	min-height: 180px;
}
.index02 .pro_1 {
	width: 90%;
}
.index_pro_1_mid_1, .index_pro_1_mid_2 {
	font-size: 0.75rem;
}
}

@media screen and (max-width: 780px) {
.index_pro_1_mid {
	height: 95px;
}
.index_pro_2_mids {
	min-height: 240px;
}
}

.top_host{height:103px;}
.footers{width:30% !important;}
.blockpc{ display:block;}
@media screen and (max-width: 650px) {
.index_pro_2_mids {
	min-height: 210px;
}
.top_host{height:50px;}
.footers{width:100% !important;}
.blockpc{ display:none;}

}

@media screen and (max-width: 580px) {
.index_pro_1_mid {
	height: 80px;
}
.index_pro_2_mids {
	min-height: 190px;
}
.pro_2 .four .f1 {
	left: 5px;
	top: 5px;
}
.pro_2 .four .f2 {
	right: 5px;
	top: 5px;
}
.pro_2 .four .f3 {
	left: 5px;
	bottom: 5px;
}
.pro_2 .four .f4 {
	right: 5px;
	bottom: 5px;
}
.swiper-container-mxcppro {
	padding-bottom: 10%;
}
}

@media screen and (max-width: 480px) {
.index_pro_2_mids {
	min-height: 160px;
}
.index_pro_1_mid {
	height: 110px;
}
.index02 .pro_2 {
	margin: 6% 0 0 0;
}
}

@media screen and (max-width: 410px) {
.index_pro_2_mids {
	min-height: 140px;
}
.index_pro_1_mid {
	height: 90px;
}
}

@media screen and (max-width: 360px) {
.index_pro_1_mid {
	height: 80px;
}
}
/*设备展示*/

.index03 {
	background: #f2f4f5;
	overflow: hidden;
	padding: 8% 0 5% 0;
	margin: 2% 0 0;
}
.index03 .tit {
	text-align: center;
}
.index03 .plant_c {
	margin-top: 4%;
	overflow: hidden;
}
.plant_c .pp {
	padding: 0 5%;
	overflow: hidden;
}
.plant_c .swiper-button-next, .plant_c .swiper-button-prev {
	position: absolute;
	top: 30%;
	width: 29px;
	height: 57px;
	z-index: 10;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.plant_c .swiper-button-prev {
	background-image: url(../images/pre.png);
	left: 0;
}
.plant_c .swiper-button-next {
	background-image: url(../images/next.png);
	right: 0;
}
.plant_c a {
	display: block;
	width: 100%;
	height: 100%;
}
.plant_c .cc .pic {
	overflow: hidden;
}
.plant_c a img {
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.plant_c a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.plant_c .cc .title {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.plant_c .cc .title span {
	display: inline-block;
	padding: 5% 0;
}
.plant_c a:hover .cc .title {
	background: #019EFF;
}
.plant_c a:hover .cc .title span {
	color: #fff;
}

@media screen and (max-width:1024px) {
.index03 {
	margin: 0
}
}

@media screen and (max-width: 700px) {
.plant_c .swiper-button-next, .plant_c .swiper-button-prev {
	background-size: 70%;
}
}
/*公司优势*/
.index04 {
	width: 100%;
	overflow: hidden;
	padding: 6% 0 3% 0;
	background: url(../images/index04.jpg) top center no-repeat;
	background-size: cover;
}
.index04 .adv {
	overflow: hidden;
}
.adv .adv_t {
	width: 40%;
	float: right;
	text-align: right;
}
.adv_t .tit .tt h2, .adv_t .tit p {
	color: #fff;
}
.adv_t .tit .tt h2:after {
	right: 0;
	left: auto;
}
.adv .adv_p {
	margin-top: 33%;
}
.adv .adv_c {
	float: left;
	width: 55%;
}
.adv_c li {
	width: 45%;
	margin-right: 5%;
	float: left;
	margin-bottom: 5%;
	background: url(../images/index05.png);
	position: relative;
	cursor: pointer;
}
.adv_c li .a1 {
	padding: 10%;
}
.adv_c li .a1 h3 {
	color: #333333;
	font-weight: 200;
	font-size: 1.4rem;
}
.adv_c li .a1 p {
	color: #71706e;
	margin: 4% 0 0 0;
	min-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.adv_c li .a1 h4 {
	color: #71706e;
	font-size: 1rem;
}
.adv_c li .a1 .xx {
	width: 1px;
	height: 35px;
	background: #71706e;
	margin-left: 4%;
}
.adv_c li .a2 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.adv_c li .a2 .pic {
	position: relative;
	width: 80px;
	height: 80px;
}
.adv_c li .a2 .pc {
	width: 0;
	height: 0;
	border-radius: 100% 0 0 0;
	-webkit-border-radius: 100% 0 0 0;
	-moz-border-radius: 100% 0 0 0;
	-o-border-radius: 100% 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.adv_c li .a2 .pic img {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.adv_c li:hover .pc {
	background: #019EFF;
	width: 80px;
	height: 80px;
}
.adv_c li .a2 .pic .m2 {
	z-index: -1
}
.adv_c li:hover .a2 .pic .m2 {
	z-index: 1
}

@media screen and (max-width: 1065px) {
.adv .adv_c {
	width: 65%;
}
.adv_c li {
	width: 48%;
	margin-bottom: 2%;
	margin-right: 2%;
}
.adv .adv_t {
	width: 32%;
}
}

@media screen and (max-width: 840px) {
.adv .adv_t {
	width: 100%;
	text-align: center;
}
.adv_t .tit .tt h2:after {
	left: 35%;
	right: auto;
}
.adv .adv_c {
	width: 100%;
}
.adv .adv_p {
	display: none;
}
.adv_c li .a1 h3 {
	font-size: 1.1rem;
}
}

@media screen and (max-width: 560px) {
.new_c .left .pic {
 height:auto;
 }
.adv_c li {
	width: 49%;
	margin-bottom: 1%;
	margin-right: 1%;
}
.adv_c li .a2 .pic img {
	bottom: 10px;
	right: 10px;
}
.adv_c li:hover .pc, .adv_c li .a2 .pic {
	width: 70px;
	height: 70px;
}
.adv_c li .a1 {
	padding: 5%;
}
}
/*新闻中心*/

.index05 {
	overflow: hidden;
	margin: 5% 0 0 0;
	width: 100%;
}
.index05 .news {
	position: relative;
}
.index05 .news .tit {
	position: absolute;
	top: 10%;
	left: 4%;
	z-index: 1;
	width: 60%;
}
.news .tit .tt h2:after {
	left: 0;
}
.index05 .new_c {
	overflow: hidden;
	padding-bottom: 5%;
}
.new_c .left {
	width: 65%;
	float: left;
	background: #32435f;
}
.new_c .left a {
	display: block;
	width: 100%;
}
.new_c .left a:hover {
	-webkit-box-shadow: 18px 18px 26px rgba(0,0,0,0.2);
	box-shadow: 18px 18px 26px rgba(0,0,0,0.2)
}
.new_c .left .pic {
 height:392px;
	overflow: hidden;
}
.new_c .left .pic img {
	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;
}
.new_c .left a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.new_c .left .des {
	padding: 5%;
	overflow: hidden;
}
.new_c .left .des h3 {
	color: #fff;
	font-size: 1.2rem;
}
.new_c .left .des p {
	color: #fff;
	line-height: 1.8em;
	margin: 2% 0 5% 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.new_c .more img {
	display: inline-block;
	float: left
}
.new_c .more span {
	display: inline-block;
	float: right;
	color: #fff;
}
.new_c .right {
	width: 35%;
	float: right;
	border: 1px solid #cccccc;
	border-left: none;
}
.new_c .right li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.new_c .right li a {
	display: block;
}
.new_c .right .nn {
	overflow: hidden;
	padding: 8.75%;
}
.new_c .right li:last-child {
	border-bottom: none;
}
.new_c .right .nn h3 {
	font-size: 1.2rem;
	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;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.new_c .right .nn p {
	line-height: 1.8em;
	margin: 2% 0 5% 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.new_c .right .more span {
	color: #000
}
.new_c .right a:hover h3 {
	letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
.new_c .right .nn {
	padding: 8.5%;
}
}

@media screen and (max-width: 1440px) {
.new_c .right .nn {
	padding: 7.73%;
}
}

@media screen and (max-width: 1280px) {
.new_c .right .nn {
	padding: 6.6%;
}
}

@media screen and (max-width: 1130px) {
.new_c .right .nn {
	padding: 6.3%;
}
}

@media screen and (max-width: 1024px) {
.new_c .right .nn h3, .new_c .left .des h3 {
	font-size: 1rem;
}
.new_c .right .nn {
	padding: 4.8%;
}
}

@media screen and (max-width: 930px) {
.index05 .news .tit {
	width: 100%;
	top: 4%;
}
.new_c .left, .new_c .right {
	width: 100%;
}
.new_c .right {
	border-left: 1px solid #cccccc;
}
}
/*底部*/
.index06 {
	width: 100%;
	overflow: hidden;
	padding: 4% 0 0 0;
	background-color:#0a2759; 
}
.index06 .foot {
	overflow: hidden;
}
.foot .left, .foot .mid, .foot .right {
	width: 33.33%;
	float: left; color:#FFFFFF;
}
.foot .left li {
	width: 25%;
	float: left;
}
.foot .left li p {
	font-size: 1rem;
	margin-bottom: 8%;
}
.foot .left dl {
	overflow: hidden;
}
.foot .left dd {
	width: 100%;
	margin-bottom: 8%;
}
.foot .left dd a {
	color: #fff;
	text-decoration: none;
	font-size: 0.875em;
}
.foot .mid {
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.foot .mid .m2 {
	margin: 1% 0 1% 0;
	overflow: hidden;
}
.foot .mid .m2 p, .foot .mid .m3 h2 {
	font-size: 1.2rem;
}
.foot .mid .m2 h4 {
	text-transform: uppercase;
	margin-top: 2%;
}
.foot .mid .m3 h7 {
	font-size: 1.8rem;
}
.foot .right {
	/*padding-left: 6%;*/
	text-align:center;
}
.foot .right .con {
	overflow: hidden;
	margin-top:0%;
}
.foot .right .ma p {
	margin-top: 1%;
	text-align:center;
}
.foot .right .con p {
	margin-bottom: 2%;
	overflow: hidden; text-align:left; margin-left:13%;
}
.index06 .link {
	margin: 1% auto;
	overflow: hidden;
}
.link span {
	color: #fff;
}
.link a {
	display: inline-block;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	margin: 0 0.2%;
}
.link a:hover, .foot .left dd a:hover, .foot2 a:hover {
	color: #fff;
	text-decoration: none;
}
.foot2 {
	border-top: 1px solid #fff;
	padding: 0.5% 0;
	overflow: hidden; color:#FFFFFF;
}
.foot2 a{color:#FFFFFF;}
.foot2 a:hover{color:#7da1d8;}

.foot a{color:#FFFFFF;}
.foot a:hover{color:#7da1d8;}

.foot2 .s1 {
	float: left;
	font-size: 0.875rem;
}
.foot2 .s2 {
	float: right;
	font-size: 0.875rem;
}
.foot2 a {
	text-decoration: none;
}
.lfooter {
	display: none;
}

@media screen and (max-width: 930px) {
.foot .left {
	width: 100%; 
}
.foot .mid, .foot .right {
	width: 50%; 
}
.foot .right .con {
	overflow: hidden;
	margin-top: 4%; 
}
.foot .right .ma{
	display:none;
	}
.foot .right .ma p {
	margin-top: 1%;
	text-align:center;display:none;
}
.foot .right .con p {
	margin-bottom: 2%;
	overflow: hidden; 
	text-align:left; 
	margin-left:1%;
}
.foot .mid {
	border-left: none;
	border-right: none; display:none;
}
.foot .mid .m2 {
	margin: 10% 0;
}
.foot2 span {
	display: block;
	text-align: center;
	;
}
.foot2 .s1, .foot2 .s2 {
	float: none
}
}

.homej{padding:40px 30px;}
.homefw{font-size:26px; color:#000002; line-height:100px; height:100px; float:left; width:243px;}
.homefwtxt{font-size:14px; line-height:35px;color:#666; float:left; width:700px; padding:0 30px;}
.homefwzx{font-size:14px; line-height:50px; height:50px; text-align:center; float:right; width:240px; background:#153453; color:#FFF;border-radius:80px; margin-top:15px;}
@media screen and (max-width:500px) {
.homefw{float: none; width:auto;}
.homefwtxt{float:none; width:100%; padding:0 0px;}
.homefwzx{float:none; width:100%; }

.product_home ul li{width:calc(100%/2);float:left; border-radius:0px;}
.product_home ul li img{ display:block;  width:285px; margin:0 auto;border:1px double #F0F0F0; box-shadow: rgba(0,0,0,0.1) 5px 1px 20px;}
.product_home ul li .texts{background:#F0F0F0; line-height:30px; padding:10px; font-size:12px;}
.product_home ul li .texts b{font-size:14px;}
.fdc{ position:absolute; z-index:9999; width:50%;}
.fdc span{ text-align:center; width:100% !important; display:block; padding-top:100px !important; font-size:20px !important; color:#fff;}
.fdc p{margin-top:10px !important; }

.home_text{ width:100%;float:left;}
.new_c .left .pic {
     height:auto; 
    overflow: hidden;
}

.foot .mid .m2 p, .foot .mid .m3 h2 {
	font-size: 1rem;
}
.foot .mid .m3 h1 {
	font-size: 1.5rem;
}
.foot .mid {
	width: 100%;
	text-align: left;
	margin-bottom: 3%;
}
.foot .mid .m2 {
	margin: 2% 0;
}
.foot .right {
	width: 100%;
	padding-left: 0;
}
.index06 {
	margin-bottom: 40px;
}
.lfooter {
	display: block;
	max-width: 100%;
	position: fixed;
	height: 40px;
	line-height: 40px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 99;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3) );
}
.lfooter ul li {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	border-left: 1px solid #ccc;
}
.lfooter ul li:first-child {
	border-left: none;
}
.foot .left li:nth-child(2) {
	width: 50%;
}



}

/*效果鼠标*/
.img-cover {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.anitop{ -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.anitop:hover{-webkit-transform: translate3d(0, -3%, 0);transform: translate3d(0, -3%, 0);cursor: pointer;}

.tra {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover {-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.shadow6 {-webkit-box-shadow:rgba(0,0,0,0.1) 5px 5px 50px;-moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 50px;-ms-box-shadow:rgba(0,0,0,0.1) 5px 5px 50px;-o-box-shadow:rgba(0,0,0,0.1) 5px 5px 50px;box-shadow:rgba(0,0,0,0.1) 5px 5px 50px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

.clear{clear:both;}
.dropdown-toggle{font-weight: 700; border-bottom: 1px solid #000; font-size:16px;padding-top:5px; padding-bottom:5px; margin-bottom:10px;line-height: 20px;}
.background6{ background:#f6f6f6;}
.size28{border-bottom: 1px solid #cdcdcd;font-size: 28px;
    padding-bottom: 25px;}
.pjpic li{ float:left; margin:0.5%;}
.pjpic li img{ width:200px; height:136px;}
.pjpic li p{ display:block; font-size:12px; line-height:30px; height:30px; text-align:center;}

.wdlist li{ float:left; margin:0.5%; width:100%;border-bottom: 1px solid #EBEBEB; padding:5px;}
.wdlist li span{ margin:0 20%;}