/* CSS Document */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, ul, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	font-size: 100%;
	font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
	line-height: 1.4;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
iframe, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
input {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
	color: #666;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
a:hover {
	color: #1b2935;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/*滚动条*/
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#334da2;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#334da2
}
::-webkit-scrollbar-corner:vertical {
background-color:#334da2
}
::-webkit-scrollbar-resizer:vertical {
background-color:#334da2
}
/*banner*/
.mySwiper {
	height: 100%;
	width: 100%;
}
.mySwiper .index-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper .swiper-slide {
	background-position: center;
	background-size: cover;
	position: relative;
	height: calc(100vh);
	width: 100% !important;
	display: flex;
	align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 90px;
}
.swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	width: 70px;
	height: 5px;
}
.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: 1s linear 2s;
	position: absolute;
	object-fit: cover;
	right: 0;
	left: 0;
	top: 0;
}
.mySwiper .swiper-slide-active img, .mySwiper .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.05, 1.05);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.mySwiper .swiper-slide .ttta {
	left: 100px;
	position: relative;
	float: left;
	width: 50%;
	color: #fff;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .4s .2s;
	transition: all .4s .2s;
}
.mySwiper .swiper-slide.swiper-slide-active .ttta {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mySwiper .swiper-slide .ttta .titaa {
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
.mySwiper .swiper-slide .ttta .titbb {
	text-align: left;
	font-size: 2.7vw !important;
	line-height: 1.2;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: rgba(255,255,255,1);
	font-weight: 800;
	text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
.mySwiper .cchh {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	font-size: 12px;
	color: #CCC;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cen01 {
	width: 100%;
	height: 100%;
	position: relative;
}
.topnav {
	position: absolute;
	top: 20px;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 111111111111;
}
.topnav .logoa {
	width: 12%;
	float: left;
}
.topnav .logoa img {
	max-width: 100%;
	display: inline-block;
}
.homemenu {
	margin-left: 26%;
	width: 45%;
	float: right;
}
.menuul {
	width: 100%;
	padding-top: 16px;
}
.menuul li {
	float: left;
	width: 19.2%;
}
.menuul li a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.16;
	text-align: center;
}
.ssaa {
	float: right;
	width: 10%;
	text-align: right;
	margin-top: 14px;
}
.txta {
	border: 0px none;
	width: 80%;
	background-color:transparent;
	height: 28px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-indent: 32px;
	text-align: right; display:inline-block;
}
.btna{width:10%; display:inline-block; line-height:28px;}
.homewrapper {
	width: 95%;
	margin: 0 auto;
}
.scroll_down {
	position: absolute;
	bottom: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.scroll_down.color li {
	color: #1A1A1A;
}
.scroll_down.color li::before {
	background-color: rgba(26, 26, 26, .1);
}
.scroll_down li {
	transform: rotate(90deg);
	position: relative;
	font-weight: 600;
	font-size: 0.72rem;
	color: #fff;
}
.scroll_down li::before {
	content: "";
	width: 100px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.scroll_down li::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009944;
	position: absolute;
	left: 0px;
	bottom: -2px;
	animation: scroll_bar infinite alternate linear;
	animation-duration: 1s;
}
.scroll_down li p {
	padding-bottom: 5px;
}
@keyframes scroll_bar {
 from {
 transform: translateX(0px);
}
to {
	transform: translateX(50px);
}
}
@-webkit-keyframes scroll_bar {
 from {
 transform: translateX(0px);
}
to {
	transform: translateX(50px);
}
}
@-ms-keyframes scroll_bar {
 from {
 transform: translateX(0px);
}
to {
	transform: translateX(50px);
}
}
.cen02 {
	background: url(../images/aboutbg.jpg) no-repeat center center;
	padding: 100px 0 60px;
}
.cen02content {
	width: 1300px;
	margin: 0 auto;
}
.cen02 .cen02tit {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.cen02 .cen02tita {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 20px;
	color: #1A1A1A;
	text-align: center;
}
.cen02 .homecen02 {
	width: 100%;
	margin-top: 50px;
}
.cen02 .homecen02 li {
	float: left;
	width: 31%;
	margin: 1.1%;
	background-color: #fff;
	position: relative;
	justify-content: space-between;
	align-items: center;
	border: #ddd 1px solid;
	border-radius: 30px;
	padding: 40px 40px;
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 6px rgba(0,0,0,0.06);
}
.cen02 .homecen02 .ccli01 {
	background: url(../images/bing.png) no-repeat 92% 15% #fff;
}
.cen02 .homecen02 .ccli01 .cclidiv {
	width: 65%;
	color: #000;
	font-size: 16px;
}
.cen02 .homecen02 .ccli02 {
	background: url(../images/qius.png) no-repeat 92% 15% #fff;
}
.cen02 .homecen02 .ccli02 .cclidiv {
	width: 65%;
	color: #000;
	font-size: 16px;
}
.cen02 .homecen02 .ccli03 {
	background: url(../images/jingyans.png) no-repeat 92% 15% #fff;
}
.cen02 .homecen02 .ccli03 .cclidiv {
	width: 65%;
	color: #000;
	font-size: 16px;
}
.cen03 {
	background: url(../images/probg.jpg) no-repeat center top;
	padding: 100px 0 80px;
	box-sizing: border-box;
}
.cen03 .cen03titcc {
	width: 100%;
}
.cen03 .cen03titcc .cen03lefta {
	float: left;
	width: 50%;
}
.cen03 .cen03titcc .cen03lefta .cen03tit {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
}
.cen03 .cen03titcc .cen03lefta .cen03tita {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 20px;
	color: #1A1A1A;
	margin-top: 20px;
}
.cen03 .cen03titcc .cen03righta {
	float: right;
	text-align: right;
}
.cen03 .cen03titcc .cen03righta .cen03rrul {
	width: 100%;
	display: flex;
	margin-top: 80px;
}
.cen03 .cen03titcc .cen03righta .cen03rrul li {
	margin-left: 8px;
}
.cen03 .cen03titcc .cen03righta .cen03rrul li a {
	padding: 10px 20px;
	text-align: center;
	border: rgba(0,0,0,0.3) 1px solid;
	text-decoration: none;
	color: #444;
	font-size: 15px;
	border-radius: 30px;
	display: inline-block;
}
.cen03 .cen03titcc .cen03righta .cen03rrul li:last-child a {
	background: #c01b20;
	color: #fff;
	border: rgba(0,0,0,0.3) 1px solid;
}
.cen03 .cen03titcc .cen03righta .cen03rrul li:last-child a:hover {
	background-color: #009944;
	border: 1px solid #009944;
	color: #fff;
}

.mySwiperabb{
	margin-top: 50px;
	display: block;
}
.mySwiperabb .pic{width: 100%;}
.mySwiperabb .pic img{display: block; margin-bottom: 20px;width: 100%;}
.mySwiperabb .info{
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.mySwiperabb .name {
	font-size: 22px;
	color: #444;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: 600;
	padding-bottom: 20px;
}
.mySwiperabb .text {
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 4;
	line-height: 26px;
	overflow: hidden;
	margin: 10px auto 50px;
}
.mySwiperabb .info .btn {
	padding: 10px 0px 10px 0px;
	line-height: 160%;
	color: #c01b20;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	width: 100%;
	box-sizing: border-box;
}

.mySwiperabb .info .btn a{color: #c01b20;}


.mySwiperaa {
	margin-top: 50px;
	display: none;
}
.mySwiperaa .swiper-slide {
	padding: 30px 120px 10px;
	box-sizing: border-box;
}
.mySwiperaa .info {
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
.mySwiperaa .name {
	font-size: 30px;
	color: #444;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 600;
	padding-bottom: 20px;
}
.mySwiperaa .text {
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 4;
	line-height: 26px;
	overflow: hidden;
	margin: 10px auto 50px;
}
.mySwiperaa .info .btn {
	padding: 10px 0px 10px 0px;
	line-height: 160%;
	color: #c01b20;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}
.mySwiperaa .info .btn a{color: #c01b20;}
.mySwiperaa .pic {
	overflow: hidden;
	float: right;
	width: 40%;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	-webkit-box-shadow: 25px 25px 16px rgba(0,0,0,0.1);
	box-shadow: 25px 25px 16px rgba(0,0,0,0.1);
}
.mySwiperaa .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
}
.mySwiperaa .pic img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.typcn-arrow-right-thick {
	background: url(../images/jj.png) no-repeat center right;
	padding-top: 28px;
	float: right;
	width: 10px;
	height: 9px;
	display: inline-block;
}
.cen04 {
	padding: 80px 0
}
.cen04 .cen04aa {
	width: 100%;
}
.cen04 .cen04aa .cen04tit {
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
	line-height: 120%;
	font-size: 1.8rem;
	float: left;
}
.cen04 .cen04aa .cen04btna {
	float: right;
}
.cen04 .cen04aa .cen04btna a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
	border: rgba(0,0,0,0.3) 1px solid;
	text-decoration: none;
	color: #444;
	white-space: nowrap;
	z-index: 0;
	margin-right: 5px;
	font-size: 15px;
	border-radius: 30px;
	background-color: #c01b20;
	color: #fff;
}
.cen04 .cen04aa .cen04btna a:hover {
	background-color: #009944;
	border: 1px solid #009944;
	color: #fff;
}
.cen04 .mySwiperbbb {
	width: 100%;
	margin-top: 50px;
}
.cen04 .mySwiperbbb .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: #ccc 1px solid;
	padding: 40px 40px;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	transition: all .5s;
	background: linear-gradient(to bottom, #eaf8fa, #fff);
	;
}
.cen04 .mySwiperbbb .swiper-slide:hover {
	background: #009944;
	border: #ccc 1px solid;
	padding: 40px 40px;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
}
.cen04 .mySwiperbbb .swiper-slide:hover .series {
	color: #fff;
}
.cen04 .mySwiperbbb .swiper-slide:hover .name {
	color: #fff;
}
.cen04 .mySwiperbbb .swiper-slide:hover .text {
	color: #fff;
}
.cen04 .mySwiperbbb .swiper-slide:hover .info .btn {
	color: #fff;
	border-top: #58af7f 1px solid;
}
.cen04 .mySwiperbbb .swiper-slide:hover .newico svg {
	fill: #fff;
	stroke: #fff;
	color: #fff;
}
.cen04 .mySwiperbbb .newico {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
}
.cen04 .mySwiperbbb .newico svg {
	fill: #444;
	stroke: #444;
	color: #444;
}
.cen04 .mySwiperbbb .item .pic {
	overflow: hidden;
}
.cen04 .mySwiperbbb .item .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
}
.cen04 .mySwiperbbb .item .pic img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.cen04 .mySwiperbbb a {
	text-decoration: none;
}
.cen04 .mySwiperbbb .info {
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
.cen04 .mySwiperbbb .series {
	font-size: 15px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 0px;
}
.cen04 .mySwiperbbb .name {
	font-size: 20px;
	color: #444;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 1;
}
.cen04 .mySwiperbbb .text {
	font-size: 15px;
	color: #777;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 3;
	line-height: 1.6;
	overflow: hidden;
	margin: 0px auto 30px;
}
.cen04 .mySwiperbbb .info .btn {
	padding: 13px 0px 8px 0px;
	line-height: 160%;
	color: #c01b20;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-top: #ccc 1px solid;
}
.cen04 .mySwiperbbb .swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}
.cen04 .mySwiperbbb .swiper-container .swiper-button-prev {
	position: absolute;
	top: 45%;
	left: 3%;
	z-index: 999;
	overflow: visible;
	width: 60px;
	height: 60px;
	background-size: 20px 40px;
	outline: none;
	color: #999;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.cen04 .mySwiperbbb .swiper-container .swiper-button-next {
	position: absolute;
	top: 45%;
	right: 3%;
	z-index: 999;
	overflow: visible;
	width: 60px;
	height: 60px;
	background-size: 20px 40px;
	outline: none;
	color: #999;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.cen04 .mySwiperbbb .swiper-container .swiper-button-prev:after {
	font-size: calc( var(--swiper-navigation-size) / 1.8);
	font-weight: 900;
}
.cen04 .mySwiperbbb .swiper-container .swiper-button-next:after {
	font-size: calc( var(--swiper-navigation-size) / 1.8);
	font-weight: 900;
}
.cen04 .mySwiperbbb .swiper-container .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 0px;
}
.cen04 .mySwiperbbb .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #cb0000;
}
.cen04 .mySwiperbbb .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
}


.homebox03 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homebox03 .bg {
    position: absolute;
    top: 100px;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.homebox03 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebox03 .bg .cov {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 153, 68, 0.4);
    transition: all ease .2s;
}
.homebox03 .con {
    position: relative;
    z-index: 2;
    color: #fff;
}
.homebox03 .con .box {
    padding: 0  20px;
    display: flex;
    justify-content: space-between;
}
.homebox03 .con .box .it {
    width: 22%;
}
.homebox03 .con .box .itt02{
	width:65%;
}
.homebox03 .con .box .it.it01 {
    opacity: 0;
    transform: translateY(120px);
    margin-bottom: 10px;
}
.homebox03 .con .box .li {
    opacity: 0;
    transform: translateY(120px);
    border-left: 1px solid rgba(255,255,255,0.6);
}
.homebox03 .con .box .it .txt {
    font-size: var(--fsize-large);
    line-height: 1.5;
}
.homebox03 .con .box .it .btn {
    margin-top: 60px;
    display: flex;
}
.homebox03 .con .box .it .it02, .homebox03 .con .box .it .it03 {
    opacity: 0;
    transform: translateY(120px);
}
.homebox03 .con .box .it .btn .ba {
    width: 200px;
    line-height: 2.4;
    border-bottom: 3px solid rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
    transition: all .3s;
}
.homebox03 .homecen03ss{width:1400px; margin:0 auto;}
.homebox03 .sub{font-size: 18px; margin-bottom: 20px; font-weight: 300;}
.homebox03 .nam{font-size: 2.2rem; font-weight:bold;}
.faula{width:100%;}
.faula li{width:24%; margin:0.5%; float:left; background-color:#fff; border-radius:10px; padding:30px; box-sizing:border-box; color: #444; display: block; font-size: 16px;}
.faula li:nth-child(2n){background-color:#e2f6f7;}
.faula li img{width:22%; margin-bottom:14px;}

.cen05{background: url(../images/techbg.jpg) repeat center top; padding: 150px 0;}
.cen05 .cen05tit{font-size: 2rem; font-weight: 700; color:#000; margin-bottom: 20px; text-align: center;}
.cen05 .cen05tita{color: #000; line-height: 1.6; margin-bottom: 60px; text-align: center;}
.cen05 .cen05ul{width:1400px; display: flex;  margin:0 auto;}
.cen05 .cen05ul li{margin: 1%; width: 24%; padding: 0 2%; box-sizing: border-box;}
.cen05 .cen05ul li .cen05lximg{width:13%; margin-right: 3%; display: inline-block; vertical-align: top;}
.cen05 .cen05ul li .cen05lximg img{width: 100%; vertical-align: top;  display: inline-block;}
.cen05 .cen05ul li .cen05lxaa{width: 82%; display: inline-block; padding:0 5%; box-sizing: border-box;}
.cen05 .cen05ul li .cen05lxaa span{font-size: 20px; margin-bottom: 15px; display: block;}
.cen05 .cen05ul .cen05line{width: 1px; background: rgba(0,0,0,0.1); height: 96px; padding: 0;}

.footer{padding: 10px 0 60px 0; background: #009944;}
.footerul{width:1400px; margin:80px auto 0;}
.footerul .footertit{font-weight: 600; color: #fff; margin-bottom: 20px;}
.footerul li{margin-right: 110px; float: left;}
.footerul li a{color: #fff; text-decoration: none; font-size: 16px; display: block; height: 28px; line-height: 28px;}
.footerul li:last-child{text-align: right; float: right; margin-right: 0; width: 24%;}
.footerul li .footertita{font-weight: 300; color: #fff; margin-bottom: 20px; text-align: right; font-size: 16px; line-height: 160%;}
.footerul li .ewmaa{display: inline-block; width: 100%;}
.footerul li .ewmaa .ewmleft{width: 63%; float:left; background: rgba(0,0,0,0.1); color: #fff; border: rgba(255,255,255,0.4) 1px solid; font-weight: 300; color: #fff; font-size: 16px; padding: 36px; box-sizing: border-box;}
.footerul li .ewmaa .ewmright{width: 35%; float: left;}
.footerul li .ewmaa .ewmright img{width: 100%;}

.llinea{margin:70px auto; border: rgba(255,255,255,0.2)  1px solid; width: 1400px;}

.footerdiv{font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.2; width: 1400px; margin: 0 auto; color:#fff; font-size: 16px;}
	
.mmenu{display:none;}

	.mySwiperccc{display:none;}
	

@media (max-width: 1600px){
	.topnav .logoa{width:17%;}
	.homemenu{margin-left:10%; width:62%;}
	.cen02content{width:95%; margin:0 auto;}
	.cen03 .cen03titcc .cen03lefta{width:40%;}
	.cen03 .cen03titcc .cen03righta{width:50%;}
	.homebox03 .homecen03ss{width:100%;}
	.homebox03 .nam{font-size:2rem;}
	.homebox03 .con .box .itt02{width:78%;}
	.cen05 .cen05ul{width:100%;}
	.cen05 .cen05ul li{padding:0;}
	.cen05 .cen05ul li .cen05lxaa{width:76%; font-size:14px;}
	.cen05 .cen05ul li .cen05lxaa span{font-size:18px;}
	.footerul{width:100%;}
	.footerul li{margin-right:55px;}
	.footerul li:last-child{width:30%;}
}


@media (max-width: 1200px){
	.topnav .logoa{width:22%;}
	.ssaa{display:none;}
	.homemenu{width:68%;}
	.menuul li{width:16.2%;}
	.mySwiper .swiper-slide .ttta{width:75%;}
	.cen02 .cen02tita{padding:0 30px; text-align:justify;}
	.cen02 .homecen02 .ccli03 .cclidiv{width:80%;}
	.cen02 .homecen02 .ccli02 .cclidiv{width:85%;}
	.cen02 .homecen02 .ccli01 .cclidiv{width:85%;}
	.cen03 .cen03titcc .cen03lefta{float:none; text-align:left; width:100%; margin-bottom:0px;}
	.cen03 .cen03titcc .cen03righta{float:none; text-align:left; width:100%; margin-top:20px;}
	.cen03 .cen03titcc .cen03righta .cen03rrul{margin-top:40px;}
	.homebox03 .con .box{display:block;}
	.homebox03 .con .box .it{width:100%;}
	.faula{margin-top:60px;}
	.faula li{width:48%; margin:1%;}
	.faula li img{width:12%;}
	.homebox03 .con .box .it .btn{margin-top:30px; display:block;}
	.footerul li:last-child{display:none;}
}

@media (max-width: 720px){
	.topnav .logoa{width:40%;}
	.homemenu{width:30%; float:right; text-align:right;}
	.menuul{display:none;}
	
	.mySwiper .swiper-slide .ttta{left:30px; width:90%;}
	.mySwiper .swiper-slide .ttta .titbb{font-size:5vw !important;}
	.mySwiper .cchh{display:none;}
	.mySwiper .swiper-slide .ttta .titaa{font-size:16px;}
	
	.cen02{padding:60px 0;}
	.cen02 .cen02tit{font-size:1.2rem;}
	.cen02 .homecen02 li{width:100%; margin:1.1% 0;}
	
	.cen03{background:url(../images/probg.jpg) no-repeat center bottom #cef0f2; }
	.cen03 .cen03titcc .cen03righta .cen03rrul{display:block;}
	.cen03 .cen03titcc .cen03righta .cen03rrul li{width:48%; margin:1%; float:left;}
	.cen03 .cen03titcc .cen03righta .cen03rrul li a{width:100%; font-size:14px; padding:10px 0;}
	
	.mySwiperabb{display: none;}
	.mySwiperaa{display: block;}
	.mySwiperaa .swiper-slide{padding:30px 40px;}
	.mySwiperaa .info{width:100%; float:none;}
	.mySwiperaa .pic{float:none; width:100%; margin-top:25px;}
	
	.cen04 .mySwiperbbb{display:none;}
	.faula li{width:48%; padding:12px;}
	.faula li img{width:18%;}
	.homebox03 .nam{font-size:1.5rem;}
	.faula{margin-top:30px;}
	.homebox03{display:block; width:100%;}
	.homebox03 .bg{left:0; transform: translateX(0%); top:0; width:100%;}
	.homebox03 .con .box .it .btn .ba{font-size:15px;}
	
	.cen05{padding:50px 0;}
	.cen05 .cen05ul{display:block;}
	.cen05 .cen05ul li{width:48%; float:left; height:120px;}
	.cen05 .cen05ul .cen05line{display:none;}
	.footer{padding:20px; box-sizing:border-box;}
	.footerul{display:none;}
	.llinea{display:none;}
	.footerdiv{width:100%; padding:50px 0;}
	.mySwiperccc{display:block;}
	.mySwiperccc .newico{width:20%; display:block;}
	
	
	.cen04 .mySwiperccc {
	width: 100%;
	margin-top: 50px;
}
.cen04 .mySwiperccc .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: #ccc 1px solid;
	padding: 40px 40px;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	transition: all .5s;
	background: linear-gradient(to bottom, #eaf8fa, #fff);
	;
}
.cen04 .mySwiperccc .swiper-slide:hover {
	background: #009944;
	border: #ccc 1px solid;
	padding: 40px 40px;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 16px rgba(0,0,0,0.1);
}
.cen04 .mySwiperccc .swiper-slide:hover .series {
	color: #fff;
}
.cen04 .mySwiperccc .swiper-slide:hover .name {
	color: #fff;
}
.cen04 .mySwiperccc .swiper-slide:hover .text {
	color: #fff;
}
.cen04 .mySwiperccc .swiper-slide:hover .info .btn {
	color: #fff;
	border-top: #58af7f 1px solid;
}
.cen04 .mySwiperccc .swiper-slide:hover .newico svg {
	fill: #fff;
	stroke: #fff;
	color: #fff;
}
.cen04 .mySwiperccc .newico {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
}
.cen04 .mySwiperccc .newico svg {
	fill: #444;
	stroke: #444;
	color: #444;
}
.cen04 .mySwiperccc .item .pic {
	overflow: hidden;
}
.cen04 .mySwiperccc .item .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
}
.cen04 .mySwiperccc .item .pic img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.cen04 .mySwiperccc a {
	text-decoration: none;
}
.cen04 .mySwiperccc .info {
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
.cen04 .mySwiperccc .series {
	font-size: 15px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 0px;
}
.cen04 .mySwiperccc .name {
	font-size: 20px;
	color: #444;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 1;
}
.cen04 .mySwiperccc .text {
	font-size: 15px;
	color: #777;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 3;
	line-height: 1.6;
	overflow: hidden;
	margin: 0px auto 30px;
}
.cen04 .mySwiperccc .info .btn {
	padding: 13px 0px 8px 0px;
	line-height: 160%;
	color: #c01b20;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-top: #ccc 1px solid;
}
.cen04 .mySwiperccc .swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}
.cen04 .mySwiperccc .swiper-container .swiper-button-prev {
	position: absolute;
	top: 45%;
	left: 3%;
	z-index: 999;
	overflow: visible;
	width: 60px;
	height: 60px;
	background-size: 20px 40px;
	outline: none;
	color: #999;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.cen04 .mySwiperccc .swiper-container .swiper-button-next {
	position: absolute;
	top: 45%;
	right: 3%;
	z-index: 999;
	overflow: visible;
	width: 60px;
	height: 60px;
	background-size: 20px 40px;
	outline: none;
	color: #999;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.cen04 .mySwiperccc .swiper-container .swiper-button-prev:after {
	font-size: calc( var(--swiper-navigation-size) / 1.8);
	font-weight: 900;
}
.cen04 .mySwiperccc .swiper-container .swiper-button-next:after {
	font-size: calc( var(--swiper-navigation-size) / 1.8);
	font-weight: 900;
}
.cen04 .mySwiperccc .swiper-container .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 0px;
}
.cen04 .mySwiperccc .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #cb0000;
}
.cen04 .mySwiperccc .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.mmenu{float:right; text-align:right; display:block;}
.mmenu img{width:50%; margin-top:10px;}


/* 全局侧滑菜单 */
.mm-menu { width: 50%; }
.mm-navbar { height: 50px; line-height: 30px; }
.mm-panel .mm-navbar { display: block; }
.mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 1px; border-top: 1px solid #3a3b4b; }
.mm-menu > .mm-panel:before { height: 50px; font-size: 1.125rem; }
.mm-listview { line-height: 26px; }
.mm-listview > li:not(.mm-divider):after { left: 0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 10px; text-align: center; }

html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a { text-transform: uppercase; color: #888; }
.mm-menu.mm-theme-dark .mm-navbar { border-color: #14151b; }

.mm-menu.mm-theme-dark { background: #22232d; color: #cfcfcf; }
.mm-listview > li:not(.mm-divider):after { height: 1px; background: #14151b; }
.mm-menu .mm-listview > li:after { border-color: #3a3b4b; }
.mm-menu.mm-theme-dark .mm-listview > li:after { border-color: #3a3b4b; }

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom { border: 0; }

}
