@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
	outline: none;
	font-size: inherit;
	font-family: inherit;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
	display: block;
}

html,
body {
	position: relative;
	width: 100%;
}

html.freeze,
html.freeze body {
	overflow: hidden;
}

body {
	font: 15px / 1.6rem "Microsoft YaHei UI", "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif, sans-serif, 宋体;
	color: rgb(51, 51, 51);
	word-break: break-all;
}

a {
	color: #000;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}

img,
li,
h2,
p,
h3 {
	transition: all 0.5s ease 0s;
}

.hide {
	display: none;
}

.tran {
	transition: all 0.5s ease 0s;
}

div,
.box,
li,
h2,
h3 {
	box-sizing: border-box;
}

#bsWXBox {
	box-sizing: content-box;
}

.center {
	position: absolute;
	inset: 0px;
	margin: auto;
}

.triangle {
	border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0px;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0px;
	margin-left: 48px;
}

.gray {
	opacity: 0.5;
	filter: grayscale(1);
}

a,
button {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: 0px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clamp2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.clamp3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	/* white-space: pre-wrap; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.web {
	width: 1200px;
	margin: 0px auto;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.w1300 {
	width: 1300px;
	margin: 0px auto;
}

.w1400 {
	width: 1400px;
	margin: 0px auto;
}

.w1600 {
	width: 1600px;
	margin: 0px auto;
	position: relative;
}

.w1700 {
	width: 1700px;
	margin: 0px auto;
}

.w1440 {
	width: 1440px;
	margin: 0px auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.inlineB {
	font-size: 0px;
}

html.firefox fieldset {
	display: table-cell !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}

.search-box input::-webkit-input-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input::-moz-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input:-ms-input-placeholder {
	color: #848484;
	font-size: 18px;
}
.search{position: absolute;right:0;top:0;width:110px;height: 118px;background: #f4b200;text-align: center;cursor: pointer;}
.search p{color: #fff;margin-top: 5px;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

button:hover span {
	text-decoration: underline;
}

input {
	padding: 0px;
	border: 0px none transparent;
	outline: 0px;
}

input[type="submit"] {
	height: 28px;
	line-height: 24px;
}

input[type="radio"],
input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

input[type="image"] {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

select {
	height: 28px;
	line-height: 24px;
	padding: 1px 0px 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	background-color: rgb(255, 255, 255);
}

select[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

textarea {
	min-height: 80px;
	padding: 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	line-height: 25px;
}

iframe.pdf {
	width: 100%;
	height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

mark {
	background-color: transparent;
}

[data-style="list"] .target {
	display: none;
	color: rgb(0, 0, 0);
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-top-style: solid;
	border-top-color: rgb(238, 238, 238);
	display: none;
}

img {
	border: 0px none transparent;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

i,
em,
dfn,
cite,
address {
	font-style: normal;
}

small {
	font-size: 90%;
}

sup,
sub {
	position: relative;
	font-size: 0.9em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

del {
	text-decoration: line-through;
}

label {
	cursor: pointer;
}

ol,
ul,
li {
	list-style: none;
}

legend {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

caption {
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@-webkit-keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

.flipInX {
	animation-name: flipInX;
	visibility: visible !important;
}

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0px, 120px, 0px);
	}

	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp;
}


.w {
    max-width: 1600px;
    margin: 0 auto;
    width: 83%;
}
html{min-width: 1200px;}



/* ?Â¤â€²Ã©?Â¨ */
.menu {
    z-index: 11;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}

.logo {
    width: 40%;
    float: left;
}

.logo a img {
    width: 100%;
}

.menu .menu_t {
    display: flex;
    justify-content: flex-end;
    position: relative;
    opacity: .8;
}

.menu .menu_t input[type="text"] {
    width: 190px;
    height: 30px;
    background-color: #717788;
    border: none;
    border-radius: 30px;
    outline: none;
    margin-bottom: 22px;
    margin-right: -16px;
    padding: 0 30px 0 12px;
    box-sizing: border-box;
    color: #fff;
}

.menu .menu_t input[type="submit"] {
    width: 16px;
    height: 30px;
    border: none;
    background: url(../images/search.png) right 14px no-repeat;
    cursor: pointer;
    z-index: 11;
    transform: translate(-91%);
    position: absolute;
    top: -7px;
}

.menu>div:nth-child(2) {
    width: 42%;
    float: right;
}
.header{background: url(../images/bj.png) no-repeat;width: 100%;height: 140px;top: 0;position: absolute;z-index: 999;}
/* ?Ë‰?Ã¨?a */
.menu_b {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.menu_b li {
    text-align: center;
    flex: 1;
}

.menu_b li a {
    position: relative;
    padding: 0px 0.16%;
    color: #fff;
}

.menu_b a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    background-color: #59ebb9;
}

.menu_b_two {
    display: none;
    margin-top: 9px;
    background-color: #169a6c;
    padding-bottom: 7px;
    padding-top: 7px;
}

.menu_b_two li {
    line-height: 36px;
}
.menu_b_two li a{font-size:15px;}
.menu_b>li:hover .menu_b_two {
    display: block;
}
.menu_b_two li a:hover::after{background-color: transparent;}
.menu_b_two li a:hover{color:#feff8c;}
/* ?â€“Â°Ã©â€”?news */

.news {
    background: url(../images/bg1.png) no-repeat center center;
    height: 790px;
    padding: 80px 0px 0 0px;
    box-sizing: border-box;
}
.news button{opacity:0;}
.news .content {
    height: 100%;
    display: flex;
}

.news .news_left {
    width: 27.5%;
}

.news .news_left h5 {
    color: #036745;
    font-size: 34;
}

.news .news_left .news_item {
    font-size: 36px;
    margin: 0 0 54px 1px;
    position: relative;
}

.news .news_left .news_item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    background: url(../images/news_bg.png) no-repeat;
    width: 162px;
    height: 100%;
}

.news .news_left ul {
    padding-top: 67px;
}

.news .news_left ul li {
    height: 134px;
    position: relative;
    padding: 14px 0;
    box-sizing: border-box;
}

.news .news_left ul li a img {
    margin-right: 22px;
    height: 106px;
}

.news .news_left ul li a {
    display: flex;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.news .news_left ul li a:hover {
    color: #006a46;
}

.news .news_left ul>li::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #c6d6d1;
}

.news .news_left ul li:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #c6d6d1;
}

.news .news_left ul li a div {
    padding-top: 2px;
    width: 50%;
}

.news .news_left ul li a div p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alarm {
    color: #999999;
    padding-left: 27px;
    font-size: 12px;
    background: url(../images/alarm.png) left center no-repeat;
}


.news .news_center {
    width: 38.75%;
    height: 540px;
    margin: 90px 3.125% 0;
}
.news .news_center img{width:100%;height:350px;object-fit: cover;}
.news .news_center .single-item2 div {
    background-color: #ffffff;
    position: relative;
    height: 540px;
}

.news .news_center .swiper_banaer2 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 330px;
}

.news .news_center .single-item2 a {
    height: 100%;
    width: 100%;
    display: block;
}


.news .news_center .single-item2 a p {
    margin-top: 6px;
    color: #333333;
    line-height: 60px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news_center .single-item2:hover a p {
    color: #006a46;

}

.news .news_center .single-item2 a b {
    color: #999999;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news .news_center .single-item2 a .alarm {
    line-height: 30px;
    color: #999999;
    font-size: 14px;
    margin-left: 32px;

}

.news .news_center .single-item2 a p,
.news .news_center .single-item2 a b,
.news .news_center .single-item2 a .alarm {
    padding: 0 32px;
}

.news_center .slick-dots {
    bottom: 205px;
    position: absolute;
    left: 50%;
}

.news_right {
    width: 27.5%;
    padding: 15px 0 0 0;
}

.more a {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 12px;
    font-size: 10px;
    text-align: center;
    background: linear-gradient(135deg, #065339 0%, #05764e 51%, #44a181 100%);
    padding-right: 19px;
    box-sizing: border-box;
    position: relative;
}

.more a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 60px;
    width: 12px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat;
    transform: translateY(-50%);
}

.news_right .more {
    margin-top: 15px;
    position: relative;
}

.news_right .more a {
    position: absolute;
    right: 0px;
    COLOR: #fff;
}

.news_right ul {
    margin-top: 140px;
}

.news_right ul>li {
    position: relative;
}

.news_right ul>li::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #c6d6d1;
}

.news_right ul>li:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #c6d6d1;
}

.news_right ul>li a {
    display: block;
    padding-bottom: 17px;
}

.news_right ul>li a:hover div p {
    color: #006a46;
}

.news_right ul>li a p {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_right ul>li a .alarm {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 17px;
}

/*??â€????????? product */

.product {
    background: url(../images/product.png) no-repeat center;
    height: 740px;
}

.product_top {
    padding: 76px 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product_title h5 {
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    position: relative;
}

.product_title h5::after {
    content: '';
    width: 228px;
    height: 26px;
    background: url(../images/product_bg.png) no-repeat;
    position: absolute;
    top: 32px;
    left: 0;
}

.product_top .more a {
    margin: 0;
    color: #006a46;
    background: url(../images/product_arrow.png) 60px center no-repeat;
    background-color: #fff;
    display: block;

}





.product_slick {
    position: relative;
}

.product_slick a img {
    display: block;
}

.product_slick a div {
    padding: 9px 25px 0;
    height: 110px;
    background-color: white;
}

.product_slick a div h5 {
    font-size: 16px;
    color: black;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_slick a:hover div h5 {
    color: #006a46;
}

.product_slick a div span {
    line-height: 16px;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_slick a:hover div h5 .product_slick a:hover div span {
    color: #006a46;
    font-family: "Microsoft Yahei";
}

.product_slick a:hover div span img {
    content: url(../images/product_arrow.png3.png);
}




.product .slick-initialized .slick-slide a {
    display: block;
    padding: 0 20px;
}

.product_bottom .slick-dots {
    bottom: -22px;
}


.product .img {
    width: 100%;
    height: 328px;
    object-fit: cover;
}

.product_bottom {
    overflow: hidden;
    height: 740px;
}


/* ??â€œ???Ã¨Â§???1 */

.specialReport {
    /* height: 1040px; */
    padding-top: 76px;
    box-sizing: border-box;
}

.specialReport_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 49px;
}

.specialReport_top .more a {
    margin: 0;
    color: #fff;
}

.specialReport_title h5 {
    position: relative;
    line-height: 45px;
    font-size: 36px;
    margin-left: 1px;
}

.specialReport_title h5::after {
    content: '';
    width: 228px;
    height: 26px;
    background: url(../images/specialReport_bg.png) no-repeat;
    position: absolute;
    top: 32px;
    left: 0;
}

.specialReport_main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.specialReport_main ul li {
    width: 23.75%;
}

.specialReport_main ul li a {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 30px;
    box-shadow: 4px 4px 4px #f3f3f3;

}

.specialReport_main ul li a img {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.specialReport_main ul li div {
    padding: 0 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 91px;
}

.specialReport_main a p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.specialReport_main a .alarm {
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}

.specialReport_main a:hover {
    background-color: #006a46;
}

.specialReport_main a:hover p {
    color: #ffffff;
}

.specialReport_main a:hover .alarm {
    color: #59ebb9;
    background: url(../images/specialReport_alarm.png) no-repeat;
}

/* ?????â€¦Ã©â€œ???ï¿¥ */

.friendlink {
    background-color: #f6f6f6;
    padding: 31px 0px;
}

.friendlink ul li {
    list-style: disc;
    /* margin-left: 18px; */
    margin-right: 10px;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.friendlink ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
}

.friendlink ul li:first-child {
    margin-right: 0px;
    margin: 0 30px 0 0;
    list-style: none;
}

.friendlink ul li a {
    color: #333333;
}

.friendlink ul li a:hover {
    color: #006a46;
}

.friendlink ul li:first-child a {
    color: #222222;
}


/* ?o?Ã©?Â¨ Ã¨?â€?3???â€˜??? ?â€°???? */

.bottom {
    height: 290px;
    background: url(../images/bottom_bg.png) no-repeat center;
}

.contactUs {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.contactUs_left ul {
    margin-top: 33px;
    display: flex;
}

.contactUs_left ul li {
    position: relative;
    padding-left: 38px;
    margin-right: 5.6%;
    color: #ffffff;
}

.contactUs_left ul li p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 2px;
    white-space: nowrap;
}

.contactUs_left ul li p span {
    font-weight: bolder;

}

.contactUs_left ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
}

.contactUs_left ul li:nth-child(1)::after {
    background-image: url(../images/address.png);
}

.contactUs_left ul li:nth-child(2):after {
    background-image: url(../images/e-mail.png);
}

.contactUs_left ul li:nth-child(3):after {
    background-image: url(../images/Tel.png);
}

.contactUs_left ul li:nth-child(4):after {
    background-image: url(../images/postcode.png);
}

.bottom img {
    display: block;
}

.contactUs_right {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #ffffff;
}

.contactUs_right p {
    margin-top: 8px;
}

.copyright {
    text-align: center;
    color: #b8c0bc;
    line-height: 60px;
    font-size: 16px;
}
.copyright a{
	color: #b8c0bc;
}











.line-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 16px;}
.line-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

.banner .slick-prev, .slick-next {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 55px;
	height: 55px;
}
.banner .slick-prev {
    left: 50px;
    background: url(../images/b-zuo.png)no-repeat center;
    outline: none;
    border: none;
 }
.banner .slick-next {
	right: 50px;
	background: url(../images/b-you.png)no-repeat center;
	outline: none;
	border: none;
}
.head img {
    width: 100%;
    height: 100%;
    display: block;
}
.head .slick-dots li,.news_center .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    margin: 0 8px;
   float:left;
}

.head .slick-dots li.slick-active,.news_center .slick-dots li.slick-active {
    width: 40px;
    height: 8px;
    background-color: #169a6c;
    border-radius: 3px;
    text-align: center;
}


.head .banner .slick-dots li button {
    opacity: 0;
}


.head  .slick-dots {
    bottom: 32px;
	  position: absolute;
	    left: 50%;
}
.header.fixed-nav::before{
    background: rgba(0,146,63,0.9);
}
.teacher{clear:both;}
.teacher li{
    float: left;
    width: calc(95% / 5);
    margin-right: 1%;
    margin-top: 30px;
}
.teacher li:nth-of-type(5n){
    margin-right: 0;
}
.teacher li a{
    display: block;
    width: 100%;
    height: auto;
}
.teacher li a img{
    display: block;
    width: 89%;
    height: 197px;
    object-fit: cover;
    margin: auto;
}
.teacher li a p{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
}