@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;
	color: #000;
}
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: 1260px;
}
}
@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: 5% 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: 66em;
	margin-top: 4.5%;
	height: 100%;
}
.about_c .left1 {
	background: #f2f4f5;
	opacity: 0.8;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30x;
	-o-border-radius: 30px;
}
.about_c .left_c {
	padding: 10%;
	overflow: hidden;
}
.about_c .left_c h2 {
	font-size: 1.8rem;
	margin-bottom: 4%;
	font-family: "Impact";
}
.about_c .left_c .ptp {
	line-height: 3.2em;
	overflow: hidden;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size:1rem;
}
.about_c .left2 {
	overflow: hidden;
	width: 85%;
	margin: 20% auto 0 auto;
}
.about_c .left2 ul {
	overflow: hidden;
}
.about_c .left2 li {
	width: 25%;
	float: left;
	text-align: center;
}
.about_c .left2 h2 {
	font-family: "Impact";
	font-size: 2.5rem;
	display: inline-block
}
.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;
}
@-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: 55em;
	margin-top: 6%;
}
.about_c .right .r1 {
	width: 95%;
}
}

@media screen and (max-width: 1440px) {
.about_c .left {
	max-width: 49em;
	margin-top: 6%;
}
.about_c .right .r1 {
	width: 90%;
}
}
@media screen and (max-width: 1280px) {
.about_c .left {
	max-width: 45em;
}
.about_c .right .r1 {
	width: 85%;
}
.about_c .left_c {
	padding: 10% 8%;
}
.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;
}
}
}
/*产品中心*/
.index02 {
	width: 100%;
	overflow: hidden;
	padding: 5% 0 0 0;
	background: url(../images/hzlc.png) top center no-repeat;
	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;
}
}
.jyywul ul{ height:400px; }
.jyywul ul li{width:calc(100%/6);float:left; text-align:center;}
.jyywul ul li img{ width:80%; margin:0 auto;}
@media screen and (max-width: 650px) {
.index_pro_2_mids {
	min-height: 210px;
}
.jyywul ul li{width:calc(100%/2);float:left; text-align:center;}
}

@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:2% 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) {
.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: #019EFF;
}
.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 {
	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; height:436px; width:100%;
}
.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: 9.1%;
}
}

@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: 1% 0 0 0;
	background-color: #f2f3f5; 
}
.index06 .foot {
	overflow: hidden;
}
.foot .left, .foot .mid, .foot .right {
	width: 50%;
	float: left;
}
.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: 1%;
}
.foot .left dd a {
	color: #6d6e6e;
	text-decoration: none;
	font-size: 0.875em;
}
.foot .mid {
	text-align: center;
	border-left: 0px solid #bfc2c2;
	border-right: 1px solid #bfc2c2;
}
.foot .mid .m2 {
	/*margin: 9% 0 20% 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:0%;
	text-align:center;
}
.foot .right .con {
	overflow: hidden;
	margin-top:4%; width:300px; float:left;
}
.foot .right .ma p {
	margin-top: 1%;
	text-align:center;
}
.foot .right .con p {
	margin-bottom:0%;
	overflow: hidden; text-align:left; margin-left:5%;
}
.index06 .link {
	margin: 1% auto;
	overflow: hidden;
}
.link span {
	color: #000000;
}
.link a {
	display: inline-block;
	color: #333333;
	font-size:14px;
	text-decoration: none;
	margin:1%;
    border-radius: 4px;
    background: #d9d9d9; text-align:left;
    padding: 2px 10px; float:left;
}
.link a:hover, .foot .left dd a:hover, .foot2 a:hover {
	color: #019EFF;
	text-decoration: none;
}
.foot2 {
	border-top: 1px solid #bfc2c2;
	padding: 0.5% 0;
	overflow: hidden;
}
.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
}
}
@media screen and (max-width:500px) {
.new_c .left .pic img { height:auto;}
	
.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%;
}
}


.wraps{margin: 0 30px;}
.dynamic .dynamic_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dynamic .dynamic_info .info_box {
  margin-top:0px;
  display: flex;
  /* margin-right: 169px; */
  width: 30%;
  /* margin-bottom: 60px; */
  padding: 43px 32px 0 32px;
  box-sizing: border-box;
}
.dynamic .dynamic_info .info_box:hover .lr {
  border-bottom: none;
}
.dynamic .dynamic_info .info_box:hover {
  background-color: #fafafa;
}
.dynamic .dynamic_info .info_box:hover .lr .one {
  /* color: #217AFF; */
}
.dynamic .dynamic_info .info_box:hover .lr .more {
  /* newyear */
  /* color: #217aff; */
  color: #019EFF !important;
}
.dynamic .dynamic_info .info_box .lf p:first-child {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #383838;
}
.dynamic .dynamic_info .info_box .lf p:last-child {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}
.dynamic .dynamic_info .info_box .lr {
  margin-left: 20px;
  width: 82%;
  border-bottom: 1px solid #c7c7c7;
}
.dynamic .dynamic_info .info_box .lr .one {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #383838;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic_info .info_box .lr .line {
  width: 19px;
  height: 1px;
  background: #d4d4d4;
  margin: 8px 0;
}
.dynamic .dynamic_info .info_box .lr p:nth-child(3) {
  /* width: 336px; */
  height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic_info .info_box .lr .more {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #939393;
  margin: 20px 0;
  cursor: pointer;
}
.dynamic .dynamic_info .info_box .lr .border_line {
  width: 384px;
  height: 2px;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c7c7c7;
  line-height: 28px;
}
.dynamic .jt {
  display: flex;
  justify-content: flex-end;
  margin-top: 92px;

  padding-right: 5%;
}
.dynamic .jt .ljt {
  width: 62px;
  height: 56px;
  /* background: #F0F0F0; */
  /* newyear */
  /* border: 1px solid #2279fc; */
  /* color: #2279fc; */
  border: 1px solid #d93a3a;
  color: #d93a3a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.dynamic .jt .ljt img {
  width: 8px;
  height: 12px;
}
.dynamic .jt .rjt {
  width: 62px;
  height: 56px;
  /* background: #F0F0F0; */
  /* newyear */
  /* border: 1px solid #2279fc;
  color: #2279fc; */
  border: 1px solid #d93a3a;
  color: #d93a3a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.dynamic .jt .rjt img {
  width: 8px;
  height: 12px;
}
.dynamic .jt .on {
  /* newyear */
  /* background-color: #2279fc; */
  background-color: #d93a3a;
  color: #fff;
}
.public_title{padding-left:50px; padding-top:50px;}
.public_title p:first-child {
  font-size: 56px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #eeeeee;
}
.public_title p:nth-child(2) {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
  margin-bottom: 30px;
}
.public_title p:last-child {
  width: 40px;
  height: 4px;
   background: #418ffd; 
  
}

.fazhanliucbj{background: url(../images/fzlc_bj.jpg) bottom center; height:500px;background-size: cover;}
/*.fazhanliucbj ul {
	overflow-x: scroll;
}*/

.fazhanliucbj ul::-webkit-scrollbar {
    width:0px;
}
/*.fazhanliucbj ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.fazhanliucbj ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}*/


.fazhanliucbj ul{background: url(../images/fzlcjt.png) center no-repeat;background-size: contain;overflow-x: scroll;
      overflow-y: hidden;
      list-style-type: none;
      display: flex;white-space: nowrap;}
.djcs{height:287px;}
.fazhanliucbj ul li{width:234px; height:439px; margin:0 5px; float:left;}
.djcs span{ color:#FFF; text-align:center; display:block; height:49px; width:132px; line-height:49px; padding-left:40px;}
.djcs p{ text-align:center; line-height:24px; padding-top:10px;}
.djcs_2{height:287px;}
.djcs_2 span{ color:#FFF; text-align:center; display:block; height:52px; width:132px; line-height:49px;padding-left:50px; }
.odp{ text-align:center;line-height:24px; height:50px; padding-top:5px; }
.jhed_dk{ display:block;}
.jhed_dk2{ display:none;}
@media screen and (max-width:500px) {
	.jhed_dk{ display: none;}
	.jhed_dk2{ display:block;}
	.public_title p:first-child {
    font-size: 36px;}
	.public_title {
     padding-left: 10px; 
     padding-top:10px; 
}
	.wraps {margin: 0 10px;}
	.dynamic .dynamic_info .info_box {width: 100%; padding:0px;}
	}
	
/*.content_center {
  width: 100vh;
  height: 103px;
  margin-left: -150px;
}*/

/*效果鼠标*/

.shangwuhz ul li{width:calc(96%/3);float:left; margin:0.5%; overflow:hidden;}
.shangwuhz ul li img{ width:460px; height:240px; margin:0 auto;border-radius:5px;}
.shangwuhz ul li p{ text-align:left; height:100px; line-height:20px; font-size:13px;}
.shangwuhz ul li b{ display:block; text-align:center; font-size:18px; margin:20px 0;}
.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;}
