﻿@charset "utf-8";

/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-style: normal;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
	font-weight: normal;
}
BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #666;
	font-size: 16px;
	font-family: "LexendDeca-Light";
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}
table{
	border-collapse: collapse;
}

input,button,textarea {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	background: none;
	transition: all 0.4s ease;
	font-family: "LexendDeca-Regular";
}
input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ 
	color: #04061e; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #04061e; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #04061e; 
} 
input::-ms-input-placeholder,
textarea::-moz-placeholder{ 
	color: #04061e; 
}
input.white::-webkit-input-placeholder { 
	color: #fff; 
} 
input.white::-moz-placeholder { 
	color: #fff; 
} 
input.white::-moz-placeholder { 
	color: #fff; 
} 
input.white::-ms-input-placeholder { 
	color: #fff; 
}

/*弹性布局*/
.flexfs2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flexfsc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.flexfec{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
.flexfsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.flexfssb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.flexfesb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.flexfefs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.flexcc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexcfs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flexcfe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.flexcsb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flexsc{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.flexsfs{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.flexsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}
.flexssb{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.gridc{
	display: grid;
    align-content: center;
}
.col-white {
	color: #fff;
}
.col-black {
	color: #1a1a1a;
}
.col-site{
	color: #11a14a;
}
.bgw{
	background: #fff;
}
.bgb{
	background: #11a14a;
}
.bgh{
	background: #f5f5f5;
}
.bgsite{
	background: #19a149;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.pic {
	display: block;
	overflow: hidden;
}
.ctitle{
	display: block;
}
.arrow{
	transform: rotateY(180deg);
}

/*字体定义*/
@font-face {
	font-family: "LexendDeca-Light";
	src: url("../fonts/LexendDeca-Light.ttf");
}
@font-face {
	font-family: "LexendDeca-Regular";
	src: url("../fonts/LexendDeca-Regular.ttf");
}
@font-face {
	font-family: "LexendDeca-Medium";
	src: url("../fonts/LexendDeca-Medium.ttf");
}
.ldl{
	font-family: "LexendDeca-Light";
}
.ldr,strong{
	font-family: "LexendDeca-Regular";
}
.ldm{
	font-family: "LexendDeca-Medium";
}
img {
	display: block;
	width: auto;
	max-width: 100%;
}
.img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h1,h2,h3,h4,h5,h6,dt,strong,b,p,span,i,em,ul,li,dl,dd,svg,path,a,img{
	transition: all 0.4s ease;
}

/*浏览器滚动条 begin*/
 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}
 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}

/*公共样式*/
.container {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

/*网站栏目标题*/
.sitetitle h2{
	font-size: 56px;
	line-height: 1.2;
	text-transform: capitalize;
}
.sitetitle h2 br{
	display: none;
}
.sitetitle p{
	line-height: 28px;
	margin-top: 12px;
}

/*公共底部*/
.footer .ftop ul li{
	width: 25%;
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 40px 0;
}
.footer .ftop ul li:last-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.footer .ftop ul li dt{
	margin-left: 16px;
	font-size: 16px;
}
.footer .ftop ul li dt a{
	display: block;
	font-size: 20px;
	margin-top: 5px;
}
.footer .fbottom{
	background: url(../images/footbg.jpg) no-repeat center;
	background-size: cover;
}
.footer .fbottom .footnav{
	padding: 80px 0 70px;
}
.footer .fbottom .footnav .left{
	width: 420px;
}
.footer .fbottom .left p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.footer .fbottom .footnav .left dl{
	margin-top: 30px;
}
.footer .fbottom .footnav .left dl dt{
	font-size: 20px;
	color: #9ad41f;
	margin-bottom: 10px;
}
.footer .fbottom .footnav .left dl dd{
	font-size: 16px;
}
.footer .fbottom .footnav .right{
	width: calc(100% - 420px);
}
.footer .fbottom .footnav .right .list li{
	margin-left: 100px;
}
.footer .fbottom .footnav .right .list li:last-child{
	margin-right: 0;
}
.footer .fbottom .footnav .right .list li .top h3{
	font-size: 20px;
	margin-bottom: 12px;
}
.footer .fbottom .footnav .right .list li .top i{
	display: none;
	font-size: 12px;
}
.footer .fbottom .footnav .right .list li .top.on i{
	transform: rotate(180deg);
}
.footer .fbottom .footnav .right .list li .bottom a{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.5;
	color: #8a909a;
	margin-top: 10px;
	padding-left: 14px;
	position: relative;
	z-index: 0;
}
.footer .fbottom .footnav .right .list li .bottom a:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #11a14a;
	position: absolute;
	left: 0;
	top: 10px;
}
.footer .fbottom .footnav .right .list li .bottom a:hover{
	color: #11a14a;
}
.footer .copy {
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #8a909a;
	padding: 40px 0;
}
.footer .copy span{
	margin: 0 5px;
}
.footer .copy a:hover{
	color: #11a14a;
}

/*侧边栏 留言表单*/
.sidequotebtn{
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}
.sidequotebg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	background: #131d2e;
	opacity: 0.8;
	display: none;
}

.sidequote{
	width: 800px;
	height: 460px;
	border-radius: 4px;
	position: fixed;
	z-index: 9999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: all 0.4s ease; 
	opacity: 0;
	transition-delay: 0.3s;
}
.sidequote .left{
	width: 320px;
	padding: 0 50px;
}
.sidequote .left h3{
	font-size: 28px;
}
.sidequote .left ul li{
	margin-top: 30px;
}
.sidequote .left ul li dd{
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
.sidequote .left ul li dt{
	margin-left: 16px;
}
.sidequote .left ul li dt a{
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
.sidequote .left ul li:hover dd{
	background: #9ad41f;
}
.sidequote .left ul li dt a:hover{
	color: #11a14a;
	text-decoration: underline;
}
.sidequote .right{
	width: calc(100% - 320px);
	padding: 0 50px;
	border-left: 1px solid #dbdbdb;
}
.sidequote .close_btn{
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 48px;
}
.sidequote form{
	display: block;
}
.sidequote form input{
	display: block;
	font-size: 15px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding: 0 16px;
	margin-bottom: 20px;
	line-height: 55px;
	border-radius: 4px;
}
.sidequote form textarea{
	display: block;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 16px;
	height: 120px;
	border-radius: 4px;
}
.sidequote form input:focus,
.sidequote form  textarea:focus{
	border-color: #11a14a;
}
.sidequote form button{
	display: block;
	width: 130px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 55px;
	border-radius: 4px;
	background: #11a14a;
	cursor: pointer;
}

.sidequote.show{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}

.top-back {
	position: fixed;
	z-index: 99998;
	width: 50px;
	height: 50px;
	background: #11a14a;
	bottom: 0px;
	right: 10px;
	transition: all 0.4s ease;
	opacity: 0;
	border-radius: 4px;
	cursor: pointer;
}
.side-quote{
	position: fixed;
	z-index: 99998;
	width: 50px;
	height: 50px;
	background: #9ad41f;
	bottom: 70px;
	right: 10px;
	transition: all 0.4s ease;
	border-radius: 4px;
	cursor: pointer;
}
.top-back.show {
	opacity: 1;
	bottom: 10px;
}

/*swiper-pagination样式*/
.swiper-pagination{
	width: 100%;
	font-size: 0;
	position: unset !important;
} 
.swiper-pagination span.swiper-pagination-bullet{
	width: 6px;
    height: 6px;
    background: none;
    border-radius: 0;
    opacity: 1;
    position: relative;
    background: #fff;
    margin: 0 10px;
    border-radius: 3px;
} 

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
}

/*swiper按钮样式*/
.swiper-button-prev,
.swiper-button-next{
	position: unset !important;
	background: none !important;
	transition: all 0.4s ease;
	margin-top: 0 !important;
}

@media only screen and (max-width: 1600px) {
	BODY {
		font-size: 15px;
	}
	
	/*网站栏目标题*/
	.sitetitle h2{
		font-size: 48px;
	}
	.sitetitle p{
		line-height: 25px;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	.container {
		max-width: 1200px;
	}
	body{
		font-size: 14px;
	}
	
	/*网站栏目标题*/
	.sitetitle h2{
		font-size: 42px;
	}
	.sitetitle p{
		line-height: 24px;
		margin-top: 10px;
	}
	
  	/*公共底部*/
  	.footer .ftop ul li {
	    padding: 30px 0;
	}
  	.footer .ftop ul li dt {
	    margin-left: 15px;
	    font-size: 15px;
	}
	.footer .ftop ul li dt a {
	    font-size: 18px;
	}
	.footer .fbottom .footnav {
	    padding: 70px 0 60px;
	}
	.footer .fbottom .footnav .left {
	    width: 400px;
	}
	.footer .fbottom .left p {
	    font-size: 15px;
	    line-height: 26px;
	}
	.footer .fbottom .footnav .left dl dt {
	    font-size: 18px;
	}
	.footer .fbottom .footnav .left dl dd {
	    font-size: 15px;
	}
	.footer .fbottom .footnav .right{
		width: calc(100% - 400px);
	}
	.footer .fbottom .footnav .right .list li {
	    margin-left: 60px;
	}
	.footer .fbottom .footnav .right .list li .top h3 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.footer .fbottom .footnav .right .list li .bottom a {
	    font-size: 15px;
	    line-height: 1.4;
	}
	.footer .fbottom .footnav .right .list li .bottom a:before {
	    top: 8px;
	}
	.footer .copy{
		padding: 30px 0;
		font-size: 15px;
	}
	
	/*侧边栏 留言表单*/
	.side-quote {
	    width: 44px;
	    height: 44px;
	    bottom: 60px;
	}
	.top-back {
	    width: 44px;
	    height: 44px;
    }
	
}

@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.container {
		max-width: 940px;
		padding: 0 20px;
	}
	
	/*网站栏目标题*/
	.sitetitle h2{
		font-size: 40px;
	}
	.sitetitle p{
		line-height: 24px;
		margin-top: 10px;
	}
	.sitetitle p br{
		display: none;
	}
	
	/*公共底部*/
  	.footer .ftop ul li {
	    padding: 30px 0;
	}
	.footer .ftop ul li dd svg{
		width: 24px;
		height: 24px;
	}
  	.footer .ftop ul li dt {
	    margin-left: 12px;
	    font-size: 14px;
	}
	.footer .ftop ul li dt a {
	    font-size: 16px;
	    margin-top: 4px;
	}
	.footer .fbottom .footnav {
	    padding: 60px 0 50px;
	}
	.footer .fbottom .footnav .left {
	    width: 270px;
	}
	.footer .fbottom .left p {
	    font-size: 14px;
	    line-height: 22px;
	    margin-top: 16px;
	}
	.footer .fbottom .footnav .left dl {
	    margin-top: 20px;
	}
	.footer .fbottom .footnav .left dl dt {
	    font-size: 16px;
	    margin-bottom: 6px;
	}
	.footer .fbottom .footnav .left dl dd {
	    font-size: 14px;
	    line-height: 22px;
	}
	.footer .fbottom .footnav .right {
	    width: calc(100% - 270px);
	}
	.footer .fbottom .footnav .right .list li {
	    margin-left: 40px;
	}
	.footer .fbottom .footnav .right .list li .top h3 {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.footer .fbottom .footnav .right .list li .bottom a {
	    font-size: 14px;
	    line-height: 1.5;
	}
	.footer .fbottom .footnav .right .list li .bottom a:before {
	    top: 8px;
	}
	.footer .copy{
		padding: 25px 0;
		font-size: 14px;
	}
	
	/*侧边栏 留言表单*/
	.sidequote {
	    width: 720px;
	    height: 430px;
	}
	.sidequote .left {
	    width: 300px;
	    padding: 0 40px;
	}
	.sidequote .left h3 {
	    font-size: 24px;
	}
	.sidequote .left ul li dd {
	    width: 42px;
	    height: 42px;
	}
	.sidequote .left ul li dd svg{
	    width: 20px;
	    height: 20px;
	}
	.sidequote .left ul li dt a {
	    display: block;
	    font-size: 16px;
	    margin-top: 4px;
	}
	.sidequote .right {
	    width: calc(100% - 300px);
	    padding: 0 40px;
	}
	.sidequote form input {
	    font-size: 14px;
	    line-height: 48px;
	}
	.sidequote form textarea {
	    font-size: 14px;
	}
	.sidequote form button {
	    width: 120px;
	    font-size: 14px;
	    line-height: 50px;
	}
}

@media only screen and (max-width: 959px) {
	/*公共样式*/
	.container {
		max-width: 100%;
	}
	
	/*网站栏目标题*/
	.sitetitle h2{
		font-size: 36px;
	}
	
	.footer .ftop ul li dd{
		margin: 0 auto 20px;
	}
	.footer .ftop ul li dt {
	    margin-left: 0;
	    font-size: 14px;
	    width: 100%;
	    text-align: center;
	}
	.footer .fbottom .footnav {
	    padding: 50px 0;
	}
	.footer .fbottom .footnav .left {
	    width: calc(100% - 350px);
	}
	.footer .fbottom .footnav .right {
	    width: 300px;
	}
	.footer .fbottom .footnav .right .list li {
	    margin-left: 0;
	    margin-bottom: 20px;
	    width: 100%;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	    padding-bottom: 20px ;
	}
	.footer .fbottom .footnav .right .list li .top h3{
		margin-bottom: 0;
	}
	.footer .fbottom .footnav .right .list li .top i {
	    display: block;
	    color: #fff;
	}
	.footer .fbottom .footnav .right .list li .bottom {
	    padding-top: 10px;
	}
	
	
	/*侧边栏 留言表单*/
	.sidequote {
    	width: 700px;
    }
    .sidequote .left ul li {
	    margin-top: 24px;
	}
	.sidequote form input {
	    margin-bottom: 16px;
	}
	.sidequote form textarea {
	    height: 110px;
	}
    .sidequote form button {
	    width: 100px;
	    margin-top: 16px;
	    line-height: 42px;
	}
	
}


@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}
	.swiper-pagination span.swiper-pagination-bullet{
		margin: 0 6px;
	}
	
	/*网站栏目标题*/
	.sitetitle h2{
		font-size: 28px;
	}
	.sitetitle h2 br{
		display: block;
	}
	
	.footer .ftop .container {
	    padding: 0;
	}
	.footer .ftop ul li{
		width: 50%;
		border: none;
		padding: 30px 16px 24px;
	}
	.footer .ftop ul li:first-child,
	.footer .ftop ul li:nth-child(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.footer .ftop ul li:first-child,
	.footer .ftop ul li:nth-child(3){
		border-right: 1px solid rgba(255,255,255,0.1);
	}
	.footer .ftop ul li dd{
		margin: 0 auto 18px;
	}
	.footer .ftop ul li dt {
	    margin-left: 0;
	    font-size: 14px;
	    width: 100%;
	    text-align: center;
	}
	.footer .ftop ul li dt a {
	    font-size: 15px;
	    margin-top: 6px;
	}
	.footer .fbottom .footnav {
	    padding: 40px 0 10px;
	}
	.footer .fbottom .footnav .left,
	.footer .fbottom .footnav .right {
	    width: 100%;
	}
	.footer .fbottom .footnav .left dl {
	    margin-top: 16px;
	}
	.footer .fbottom .footnav .right{
		margin-top: 30px;
	}
	.footer .fbottom .footnav .right .list li {
	    margin-left: 0;
	    margin-bottom: 20px;
	    width: 100%;
	    border-bottom: none;
	    border-top: 1px solid rgba(255,255,255,0.1);
	    padding-bottom: 0;
	    padding-top: 20px;
	}
	.footer .copy {
	    padding: 20px 0;
	}
	.footer .copy span {
	    margin: 0;
	    text-align: center;
	    line-height: 1.6;
	    padding: 0 40px;
	}
	
	/*侧边栏*/
	.top-back,
	.side-quote{
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.side-quote {
	    bottom: 55px;
	}
	.side-quote svg,
	.top-back svg{
		width: 20px;
		height: 20px;
	}
	.top-back.show {
		bottom: 10px;
	}
	
	.sidequote {
	    width: 80%;
	    height: auto;
	    padding: 30px 0;
	}
	.sidequote .left,
	.sidequote .right{
	    width: 100%;
	    padding: 0 20px;
	}
	.sidequote .left ul li {
	    margin-top: 16px;
	}
	.sidequote .left ul li dd {
	    width: 36px;
	    height: 36px;
	}
	.sidequote .left ul li dd svg {
	    width: 16px;
	    height: 16px;
	}
	.sidequote .left ul li dt {
	    margin-left: 12px;
	}
	.sidequote .left ul li dt a {
	    font-size: 14px;
	    margin-top: 4px;
	}
	.sidequote .right{
		margin-top: 20px;
	}
	.sidequote form input {
	    line-height: 44px;
	    margin-bottom: 10px;
	}
	.sidequote form textarea {
	    height: 100px;
	}
	.sidequote form button {
	    width: 100%;
	    margin-top: 10px;
	}
}



/*新增页面*/
/*下载功能*/
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}
ol, ul, li {
    list-style: none;
}
 .down_2 ul li {
    overflow: hidden;
    background: #F2F2F2;
    border-bottom: 10px solid #fff;
    float: left;
    width: calc(100% / 2);
    border-right: 10px solid #fff;
}

.down_2_2_left {
    
    float: left;
    font-size: 20px;
    color: #000;
    background-image: url(../images/download.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 110px;
	line-height: 80px;
	font-weight: bold;
}
.down_2_2_left2 {
    font-size: 20px;
    color: #666;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/img07.png);
}
.down_2_2_right {
    float: right;
    display: inline-block;
    border: 1px #ccc solid;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    padding: 0 36px;
}



/*荣誉证书*/
