body {
	font: 12px/1.5 Helvetica, "Microsoft Yahei", "Hiragino Sans GB", SimHei, Arial, SimSun;
	color: #666;
	background: #fff;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
/* 清除列表样式 */
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* 清浮动 */
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.header {
	height: 80px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #308e83;
	width: 100%;
}
.header-content {
	max-width: 1180px;
	margin: 0 auto;
}
.header-left {
	width: 10%;
	padding-top: 15px;
}
.header-right {
}
.header-right a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	position: relative;
	padding: 0 5px;
}
.header-right a em{
	position: absolute;
    left: 100%;
    bottom: 1px;
    margin: 0 -50%;
    transform: translate(-50%);
}
.header-right a:hover {
	color: #fff;
}
.header-right a:hover em{
	animation: test 0.4s ease;
    border: 1px solid #fff;
    width: 100%; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
#menu_on{
	color: #fff;
}
#menu_on em{
	animation: test 0.4s ease;
    border: 1px solid #fff;
    width: 100%; 
}
.header-right a.mfzx {
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 25px;
	font-size: 32px;
	float: right;
    margin-top: 20px;
}
.header-right a.mfzx:hover {
	border: 0;
	background-color: #fff;
	color: #308e83;
}
.banner {
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}
.banner img {
	max-width: 1920px;
}
.content {
	max-width: 1360px;
	margin: 0 auto;
	text-align: center;
}
.part1 {
}
.part2 {
	margin-top: 72px;
	margin-bottom: 24px;
}
.zixun-title {
	font-size: 38px;
	color: #308e83;
	text-align: center;
	font-weight: bold;
	letter-spacing: 10px;
}
.zixun-tifo {
	color: #333;
	text-align: center;
	font-size: 24px;
	margin: 15px 0 5px 0;
}
.zixun-info {
	color: #333;
	text-align: center;
	font-size: 24px;
	margin: 0 0 32px 0;
}
.zixun-form {
	width: 790px;
	margin: 40px auto;
}
.zixun-form ul {
	font-size: 16px;
	color: #999;
}
.zixun-form ul li {
	width: 390px;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
}
.zixun-form ul li span {
	display: block;
	margin-bottom: 10px;
}
.zixun-form ul li span i {
	display: inline-block;
	color: red;
}
.zixun-form ul li input {
	width: 350px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
	border: 0;
	font-size: 16px;
	color: #999;
	outline: none;
}
.input-submit {
	width: 490px;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	background-color: #3388ff;
	border: 0;
	font-weight: 400;
	margin-top: 40px;
}
.input-submit:hover {
	background-color: #2970cc;
}
.part3 {
	max-width: 1360px;
	margin: 0 auto;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 72px;
}
.part3 img {
	max-width: 1360px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.zizhi-list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0
}
.zizhi-list dl {
	width: 290px;
	float: left;
	margin-right: 10px;
	height: 100%;
	margin-bottom: 24px;
}
.zizhi-list dl dt {
	padding: 10px;
	height: 196px;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.zizhi-list dl dt img {
	width: 270px;
	align-items: center;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.zizhi-list dl dd {
	text-align: center;
	font-size: 16px;
	margin: 0;
	margin: 15px 0;
}
.zizhi-list dl:hover dt img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.zizhi-list dl:hover dd{
	color: #308e83;
}
.layui-btn {
	font-size: 18px !important;
}
.part2 {
}
.layui-btn input-submit {
	text-align: center;
}
.part02 {
	padding-top: 80px;
}
）  .part5 {
	max-width: 1360px;
	margin: 0 auto;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 72px;
}
.part5 img {
	max-width: 1360px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.part6 {
}
.part6 img {
	display: block;
	margin: 0;
	margin-top: 54px;
}
.contact-us {
	background: url("/public/index/img/lxwm-bg.png") no-repeat 100% 100%;
	padding: 70px 370px;
	margin-top: 72px;
	color: #fff;
	font-size: 16px;
}
.contact-us-l {
	width: 40%;
}
.contact-us-title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}
.contact-us-l ul li {
	margin-bottom: 10px;
}
.contact-us-l ul li span {
	display: inline-block;
	width: 90px;
	float: left;
}
.contact-us-l ul li b {
	font-weight: 400;
	float: left;
}
.contact-us-r {
	width: 50%;
	float: right;
}
.bottom {
	background-color: #f5f5f5;
	min-height: 120px;
	padding: 40px 0;
	display: none;
}
.bottom-center {
	width: 1040px;
	margin: 0 auto;
}
.bottom-center ul li {
	width: 230px;
	float: left;
	margin-right: 20px;
}
.bottom-center ul li .iconfont {
	font-size: 36px;
	float: left;
	margin-right: 10px;
	color: #333;
}
.bottom-center ul li .iconfont.icon-result {
	font-size: 40px;
	margin-top: -6px;
}
.bottom-center ul li span {
	float: left;
	width: 180px;
	padding-top: 6px;
}
.bottom-center ul li span b {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	display: block;
}
.bottom-center ul li span em {
	font-style: normal;
	color: #999;
}
.bottom-center ul li:hover .iconfont {
	color: #3388ff;
}
.bottom-nav {
	text-align: center;
	margin: 30px 0;
}
.bottom-nav a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 0 40px;
}
.bottom-nav a:hover {
	color: #3388ff;
}
.bottom-nav i {
	color: #999;
}
.copyright {
	text-align: center;
	line-height: 26px;
	color: #999;
	font-size: 12px;
}
.backtotop {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #fff;
	color: #999;
	cursor: pointer;
	padding: 15px 0;
	border-radius: 10px;
	box-shadow: 4px 6px 8px #ccc;
}
.backtotop li {
	padding: 0 4px;
	margin-bottom: 10px;
}
.backtotop li a {
	color: #666;
	text-align: center;
	font-size: 12px;
}
.backtotop li a i {
	display: block;
	font-size: 20px;
}
.backtotop li.backtotop-rocket {
	border-top: 2px solid #f5f5f5;
	padding-top: 15px;
}
/*二级页面*/
.erji-content {
	max-width: 1200px;
}
.content-title {
	font-size: 30px;
	color: #333;
	margin-top: 50px;
}
/*产品中心*/
.product-list {
	overflow: hidden;
	margin-top: 30px;
}
.product-list ul {
	height: 40px;
}
.product-list ul li {
	float: left;
	font-size: 18px;
	padding: 9px 35px;
	color: #333;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
	font-weight: bold;
	border-radius: 5px;
}
.product-list ul li:hover {
	background: #c9e3d9;
	color: #308e83;
}
.product-lists {
	display: none;
}
.show {
	display: block;
}
.product-list .current {
	background-color: #f2f7ff;
	color: #3388ff;
	border-radius: 4px;
}
.product-lists {
}
.product-lists dl {
	width: 386px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}
.product-lists dl:nth-child(3n+3) {
	margin-right: 0;
}
.product-lists dl dt {
	width: 386px;
	height: 292px;
	background-color: #f8f8f8;
	text-align: center;
	display: flex;
	align-items: center;
	overflow:hidden;
}
.product-lists dl dt img {
	max-width: 386px;
	max-height: 292px;
	display: block;
	align-items: center;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.product-lists dl dd {
	font-size: 16px;
	font-weight: bold;
	background-color: #f8f8f8;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #308e83;
	text-align: center;
}
.content-info {
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin: 40px 0 0;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
}
.product-lists dl a:hover dt img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.product-lists dl a:hover dd{
	background: #308e83;
	color: #fff;
}
/*产品详情*/
.product-info {
}
.product-info dl {
}
.product-info dl dt {
	width: 420px;
	margin-right: 40px;
}
.product-info dl dt img {
	width: 420px;
}
.product-info dl dd .product-title {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
}
.product-info dl dd .product-tag span {
	background-color: #f2f7ff;
	color: #3388ff;
	height: 19px;
	line-height: 19px;
	padding: 3px 8px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 5px;
}
.lijilianxi {
	display: inline-block;
	margin-top: 50px;
	background-color: #3388ff;
	color: #fff;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 4px;
}
.product-info-con {
	margin: 50px 0;
	border: 1px solid #eee;
}
.product-info-con-ul {
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.product-info-con-ul li {
	color: #3388ff;
	font-size: 20px;
	border-top: 2px solid #3388ff;
	background-color: #fff;
	width: 180px;
	text-align: center;
}
.product-content {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0;
	padding: 20px;
}
.product-content img {
	width: 100%;
}
/*新闻中心*/
.newslist {
	margin-top: 30px;
}
.newslist dl {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.newslist dl a {
	color: #666;
	font-size: 16px;
}
.newslist dl dt {
	width: 290px;
	float: left;
	margin-right: 30px;
}
.newslist dl dt img {
	display: block;
	width: 290px;
}
.newslist dl dd {
}
.new-title {
	font-size: 26px;
	color: #333;
	font-weight: 700;
}
.newslist dl a:hover .new-title {
	color: #3388ff
}
.new-datetime {
	font-size: 16px;
	color: #999;
	margin: 10px 0;
}
.new-desc {
	margin-top: 20px;
}
/*新闻详情*/
.postion {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
}
.postion a {
	color: #333;
}
.news-info {
	width: 800px;
	margin: 20px auto;
}
.new-content {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 40px;
}
.new-content img {
	width: 100%;
}
/*联系我们*/
.contact-info {
	width: 1200px;
	margin: 40px auto;
	height: 295px;
	margin-bottom: 15px;
}
.contact-info .contact-map {
	width: 595px;
	height: 295px;
	float: right;
}
.contact-info-r {
	width: 555px;
	float: right;
	height: 255px;
	background-color: #f3f4f7;
	padding: 20px;
	font-size: 16px;
	color: #333;
}
.contact-info-r li {
	margin-bottom: 15px;
}
.contact-info-r span {
	display: block;
	color: #666;
}
/*手机端*/
.header-ad {
	width: 100%;
}
.header-ad img {
	width: 100%;
	display: block;
	margin: 0;
	object-fit: fill;
	object-fit: contain;
	object-fit: scale-down;
}
.yuyue-div {
	margin: 20px auto;
}
.yuyue-title {
	text-align: center;
	font-size: 18px;
	color: #d14841;
	font-weight: 700;
}
.yuyue-tips {
	text-align: center;
	font-size: 14px;
	color: #e63221;
	background-color: rgba(230, 50, 46, 0.05);
	margin: 10px auto;
	width: 70%;
	border-radius: 15px;
	padding: 5px 0;
}
.yuyue-tips span {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background-image: -webkit-linear-gradient(  45deg, #E6322E, rgb(255, 26, 97)) !important;
	border-radius: 5px;
	padding: 2px 6px;
	margin: 0 4px;
	display: inline-block;
}
.scroll {
	width: 90%;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	background: rgba(230, 50, 46, 0.05);
	text-align: center;
	border-radius: 10px;
}
.scroll li {
	color: rgb(230, 50, 46);
	height: 52px;
	line-height: 52px;
}
.scroll li span {
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
}
.scroll li span.span-date {
	margin-right: 0;
}
.wap-ad-2 {
	width: 100%;
}
.wap-ad-2 img {
	width: 100%;
	display: block;
	margin: 0;
	object-fit: fill;
	object-fit: contain;
	object-fit: scale-down;
}
.wap-footer {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding: 20px 0;
	margin-bottom: 56px;
}
.wap-footer-bao span {
	display: inline-block;
	margin-right: 5px;
}
.wap-footer-bao i {
	font-size: 12px;
	display: inline-block;
	margin-right: 3px;
}
.wap-footer-jh a {
	color: #4974b1;
}
.wap-top {
	height: 36px;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 5px;
	left: 5px;
	width: 91%;
	z-index: 99999;
	padding: 20px 10px;
	border-radius: 10px;
	display: none;
}
.wap-top img {
	width: 38px;
	float: left;
	margin-right: 15px;
}
.wap-top span {
	width: 50%;
	float: left;
	color: #333;
	font-size: 14px;
}
.wap-top span b {
	color: #ff2d46
}
.wap-top a.a-view {
	float: right;
	background-color: #e63221;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	margin-top: 5px;
}
.wap-top a.a-close {
	color: #666;
	position: absolute;
	top: 5px;
	right: 12px;
}
.wap-bottom-nav {
	width: 97%;
	height: 56px;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 0 10px;
	box-shadow: none;
	background-image: linear-gradient(  90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
}
.wap-bottom-nav-l {
	margin: 0 10px;
	padding-top: 15px;
	text-align: center;
	margin-right: 20px;
}
.wap-bottom-nav-l a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
.wap-bottom-nav-l a:visited, a:active {
	color: #fff;
}
.wap-bottom-nav-l a i {
	display: block;
}
.wap-bottom-nav-r {
	width: 60%;
	margin: 0 auto;
	padding-top: 6px;
}
.wap-bottom-nav-r button {
	border-radius: 24px;
	background-color: rgb(230, 50, 46);
	color: rgb(250, 24, 24);
	animation: scale 4s linear infinite;
	width: 100%;
	border: 0;
	margin: 0 auto;
	height: 2.75rem;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 1.5rem;
	background-image: linear-gradient(  90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
	font-weight: bold;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
}
/** sy_ys **/
.sy_ys {
	height: auto;
	padding-top: 75px;
}
.sy_bt {
	height: auto;
	text-align: center;
}
.sy_bt01 {
	font-size: 32px;
	line-height: 2;
	color: #333333;
	letter-spacing: 2px;
	font-weight: bold;
}
.sy_bt02 {
	font-size: 18px;
	color: #999999;
	line-height: 1.5;
}
.sy_bt02a{
	font-size: 14px;
	text-transform: uppercase;
}
.syys_box {
	height: auto;
	margin-top: 50px;
}
.syys_box ul {
	height: auto;
}
.syys_box ul li {
	height: auto;
	padding: 75px 0;
}
.syys_box ul li:nth-child(1) {
	padding-top: 0;
}
.syys_box ul li:nth-child(even) {
	background: #f5f5f5;
}
.box_zj {
	max-width: 1200px;
	margin: 0 auto;
}
.syys_tp {
	width: 50%;
	height: auto;
	float: left;
}
.syys_nr {
	width: 50%;
	height: auto;
	float: left;
}
.clear {
	clear: both;
}
.syys_zjn {
	padding: 50px 0 50px 100px;
}
.syys_num {
	font-size: 46px;
	color: #ededed;
	font-weight: bold;
	line-height: 1;
}
.syys_bt {
	font-size: 32px;
	line-height: 1.5;
	color: #333;
	margin-top: 20px;
}
.syys_bt1 {
	font-size: 24px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
}
.syys_wz {
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	margin-top: 20px;
}
.syys_box ul li:nth-child(even) .syys_zjn {
	padding: 50px 100px 50px 0;
}
.syys_box ul li:nth-child(even) .syys_num {
	color: #308e83;
}
/** sy_ys **/
/** sy_news **/
.sy_news {
	height: auto;
	padding: 75px 0;
	background: #f8f8f8;
}
.sy_xw {
	width: 380px;
	height: auto;
	float: left;
}
.sy_xwzj {
	height: auto;
	border: 1px solid #eee;
	padding: 20px 23px 45px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 3px #eee;
}
.sy_news .sy_xw:nth-child(2) {
	margin: 0 30px;
}
.sy_xwtop {
	height: auto;
}
.sy_xwlogo {
	height: auto;
	float: left;
}
.sy_xwfl {
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
}
.sy_xwgd {
	float: right;
	height: auto;
	margin-top: 5px;
}
.sy_xwgd a {
	font-size: 14px;
	color: #666;
	border: 1px solid #999;
	border-radius: 50px;
	padding: 5px 15px;
}
.sy_xwgd a:hover {
	background: #308e83;
	color: #fff;
	border: 1px solid #308e83;
}
.sy_xwtp {
	height: auto;
	margin-top: 20px;
	border-radius: 10px;
}
.sy_xwtp a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.sy_xwtp img {
	max-width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 10px;
}
.sy_xwlb {
	height: auto;
	margin-top: 25px;
}
.sy_xwlb ul {
	height: auto;
}
.sy_xwlb ul li {
	height: auto;
}
.sy_xwlb ul li a {
	display: block;
	font-size: 14px;
	color: #999;
	border-bottom: 1px dashed #999;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.sy_xwlb ul li a span {
	color: #d61318;
	margin-right: 10px;
	font-size: 16px;
}
.sy_xwlb ul li a:hover {
	color: #308e83;
}
.sy_xwlb ul li a:hover span {
	color: #308e83;
}
.sy_xwtp a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/** sy_news **/
/** footer **/
.footer {
	height: auto;
	background: #17212c;
	padding-top: 60px;
}
.footer_top {
	height: auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #c7c7c7;
}
.footer_menu {
	width: 85%;
	height: auto;
	float: left;
}
.footer_menu ul {
	height: auto;
}
.footer_menu ul li {
	width: 25%;
	height: auto;
	float: left;
}
.footer_bt a {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}
.footer_bt a:hover {
	color: #308e83;
}
.footer_fl {
	height: auto;
	margin-top: 15px;
}
.footer_fl p a {
	font-size: 14px;
	color: #ccc;
	line-height: 1.8;
}
.footer_fl p a:hover {
	color: #308e83;
}
.footer_ewm {
	width: 15%;
	height: auto;
	float: right;
	text-align: center;
}
.footer_ewmtp {
	height: auto;
}
.footer_ewmbt {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 8px;
}
.footer_bom {
	height: auto;
	font-size: 14px;
	color: #999;
	padding: 40px 0 45px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
.footer_bom a {
	color: #999;
}
.footer_bom a:hover {
	color: #308e83;
}
/** footer **/
/** inner **/
.inner {
	height: auto;
	padding: 75px 0;
}
.innerxw {
	background: #f1f1f1;
}
.box_bt {
	height: auto;
}
.box_btlogo {
	height: auto;
	float: left;
}
.box_bttm {
	height: auto;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}
.box_bttm01 {
	font-size: 28px;
	color: #333333;
	line-height: 35px;
	font-weight: bold;
	text-align: left;
}
.box_bttm02 {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
.nyfl {
	height: auto;
	margin-top: 40px;
}
.nyfl ul {
	height: auto;
}
.nyfl ul li {
	height: auto;
	float: left;
	margin-right: 15px;
}
.nyfl ul li a {
	display: block;
	font-size: 18px;
	padding: 9px 35px;
	color: #333;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
.nyfl ul li a:hover {
	background: #c4d9d7;
	color: #308e83;
}
#nyfl_on a {
	background: #c4d9d7;
	color: #308e83;
}
.nyxw_box {
	height: auto;
	margin-top: 40px;
}
.nyxw_box ul {
	height: auto;
}
.nyxw_box ul li {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}
.nyxw_box ul li:nth-child(3n+3) {
	margin-right: 0;
}
.nyxw_box ul li a {
	display: block;
	background: #fdfdfd;
	border-radius: 10px;
}
.nyxw_tp {
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.nyxw_tp img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1.0);
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.nyxw_nr {
	height: auto;
	padding: 20px 20px 35px;
}
.nyxw_bt {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	display: -webkit-box;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nyxw_wz {
	height: auto;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	font-weight: bold;
	display: -webkit-box;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nyxw_time {
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	margin-top: 15px;
	font-weight: bold;
}
.nyxw_box ul li a:hover .nyxw_tp img {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1.1);
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
/** page **/
.page {
	height: auto;
}
.page ul {
	text-align: center;
}
.page ul li {
	display: inline-block;
	margin: 2px 2px;
	font-size: 13px;
	color: #666;
}
.page ul li a {
	border: 1px solid #e0e0e0;
	padding: 5px 15px;
	font-size: 13px;
	color: #666;
}
.page ul li a:hover {
	background: #308e83;
	color: #fff;
	border: 1px solid #308e83;
}
#page_on a {
	background: #308e83;
	color: #fff;
	border: 1px solid #308e83;
}
/** page **/
/** nycase_box **/
.nycase_box{
	height: auto;
    margin-top: 40px;
    padding-bottom: 20px;
}
.nycase_box ul{
	height: auto;
}
.nycase_box ul li{
	width: 380px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.nycase_box ul li:nth-child(3n+3) {
    margin-right: 0;
}
.nycase_box ul li a{
	display: block;
}
.nycase_tp{
	height: auto;
	border-radius: 10px;
	position: relative;
	overflow:hidden;
}
.nycase_tp img{
	border-radius: 10px;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.nycase_bt{
	width: 100%;
	height: 46px;
	position: absolute;
	bottom: 0;
	left:0;
	text-align: center;
	background:url(../img/nycase_bt.png) left center;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nycase_bt p{
	line-height: 26px;
	margin-top: 12px;
	font-size: 18px;
	color: #fff;
	padding:0 15px;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.nycase_box ul li a:hover .nycase_bt{
	background:url(../img/nycase_bt1.png) left center;
}
.nycase_box ul li a:hover .nycase_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** nycase_box **/
/** ny_lxfs **/
.ny_lxfs{
	width: 605px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 20px
}
.lxfs_bt{
	font-size: 36px;
	color: #333333;
	line-height:1.5;
	font-weight: bold;
}
.lxfs_info{
	height: auto;
	margin-top: 20px;
}
.lxfs_info ul{
	height: auto;
}
.lxfs_info ul li{
	height: auto;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}
.lxfs_info ul li img{
	margin-right: 15px;
	vertical-align: middle;
}
/** ny_lxfs **/
/** inner **/
/** sy_gszz **/
.sy_gszz{
	height: auto;
	padding:75px 0;
}
.gszz_box{
	height: auto;
	margin-top: 50px;
}
.gszz_box .swiper-container{
	padding-bottom: 50px;
}
.gszz_zj{
	width: 100%;
	height: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    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;
}

/** sy_gszz **/

/** sy_hzhb **/
.sy_hzhb{
	height: auto;
	padding:75px 0 100px;
	background: #f1f1f1;
}
.hzhb_box{
	height: auto;
	margin-top: 50px;
}
.hzhb_box ul{
	height: auto;
}
.hzhb_box ul li{
	width: 200px;
	height: auto;
	float: left;
}
.hzhb_tp{
	height: auto;
	border:1px solid #cfcfcf;
	overflow: hidden;
}
.hzhb_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.hzhb_box ul li:hover .hzhb_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_hzhb **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:75px 0 45px;
}
.sycase_box{
	height: auto;
	margin-top: 50px;
}
.sycase_left{
	width: 220px;
	height: auto;
	float: left;
	background: #f9f9f9;
	padding-bottom: 100px;
}
.sycase_top{
	height: auto;
	padding:15px 15px;
}
.sycase_tb{
	float: left;
	height: auto;
}
.sycase_xbt{
	float: left;
	height: auto;
	margin-left: 15px;
}
.sycase_xbt01{
	font-size: 16px;
	color: #333333;
}
.sycase_xbt02{
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
}
.sycase_fl{
	height: auto;
}
.sycase_fl ul{
	height: auto;
}
.sycase_fl ul li{
	height: auto;
}
.sycase_fl ul li a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 45px;
	border-top: 1px solid #cbcbcb;
	padding:0 30px;
	position: relative;
}
.sycase_fl ul li a:before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.sycase_fl ul li a i{
	font-size: 16px;
	background: #404040;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	margin-right: 30px;
}
.sycase_fl ul li a:hover{
	color: #308e83;
}
.sycase_fl ul li a:hover i{
	background: #308e83;
}
.sycase_fl ul li a:hover:before{
	background: #308e83;
}
#sycase_on a{
	color: #308e83;
}
#sycase_on a i{
	background: #308e83;
}
#sycase_on a:before{
	background: #308e83;
}

.sycase_right{
	width: 881px;
	height: 482px;
	float: right;
	position: relative;
}
.syacase_lb{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	display: none;
	background: #fff;
}
.syacase_lb ul{
	height: auto;
}
.syacase_lb ul li{
	width: 280px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.syacase_lb ul li:nth-child(3n+3){
	margin-right: 0;
}
.syacase_lb ul li a{
	display: block;
}
.sycase_tp{
	height: auto;
	overflow: hidden;
}
.sycase_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sycase_bt{
	font-size: 14px;
	color: #999999;
	text-align: center;
	background: #f9f9f9;
	line-height: 1.5;
	padding:5px 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.syacase_lb ul li a:hover .sycase_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syacase_lb ul li a:hover .sycase_bt{
	background: #308e83;
	color: #fff;
} 
#sycase_on1{
	display: block;
}
/** sy_case **/
/** sy_tiao **/
.sy_tiao{
	height: 360px;
	background: url(../img/sy_tiao.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.sy_tiao .box_zj{
	padding-top: 50px;
}
.tiao_bt{
	line-height: 1.8;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
}
.tiao_bt1{
	line-height: 1.5;
	font-size: 36px;
	color: #fff;
}
.tiao_an{
	width: 240px;
	height: auto;
	margin:40px auto 0;
}
.tiao_an a{
	display: block;
	line-height: 54px;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 24px;
	color: #308e83;
}
.tiao_an a:hover{
	background: #308e83;
	color: #fff;
}
/** sy_tiao **/
/** sy_jyjg **/
.sy_jyjg{
	height: auto;
	padding:75px 0;
	background: #f5f5f5;
}
.jyjg_box{
	height: auto;
	margin-top: 50px;
}
.jyjg_box ul{
	height: auto;
}
.jyjg_box ul li{
	width: 280px;
	height: auto;
	float: left;
	margin-right: 26px;
}
.jyjg_box ul li:last-of-type{
	margin-right: 0;
}
.jyjg_tp{
	height: auto;
	overflow: hidden;
}
.jyjg_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.jyjg_bt{
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #2a9389;
	padding:0 5px;
	line-height: 25px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.jyjg_box ul li:hover .jyjg_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_jyjg **/
/** sy_fuwu **/
.sy_fuwu{
	height: auto;
	padding:75px 0;
	background: #f9f9f9;
	margin-top: 75px;
}
.fuwu_box{
	height: auto;
	margin-top: 50px;
}
.fuwu_box ul{
	height: auto;
}
.fuwu_box ul li{
	width: 280px;
	height: auto;
	float: left;
	margin-right: 26px;
}
.fuwu_box ul li:last-of-type{
	margin-right: 0;
}
.fuwu_zj{
	height: auto;
	border:1px solid #dfe8e7;
	border-radius: 10px;
}
.fuwu_tp{
	height: auto;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.fuwu_tp img{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.fuwu_nr{
	height: auto;
	background: #fff;
	padding:15px 15px 25px;
	text-align: center;
}
.fuwu_bt{
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 3px;
	font-weight: bold;
}
.fuwu_line{
	width: 80px;
	height: 4px;
	border-radius: 80px;
	background: #338d83;
	margin:15px auto 20px;
}
.fuwu_wz{
	height: 100px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	letter-spacing: 1px;
}
.fuwu_box ul li:hover .fuwu_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.fuwu_box ul li:hover .fuwu_bt{
	color: #308e83;
}
/** sy_fuwu **/
/** sy_fwlc **/
.sy_fwlc{
	height: 730px;
	background: url(../img/sy_fwlc.jpg) center center no-repeat;
	background-size: cover;
}
.sy_fwlczj{
	height: auto;
	padding:100px 0;
}
.sy_fwlc .sy_bt01{
	color: #fff;
}
.sy_fwlc .sy_bt02{
	color: #fff;
}
.fwlc_tp{
	height: 295px;
	background: url(../img/fwlc_tp.png) center center no-repeat;
	background-size: cover;
	margin-top: 85px;
}
/** sy_fwlc **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:120px;
	background: #f9f9f9;
}
.syab_left{
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
}
.syab_bt{
	font-size: 24px;
	color: #333333;
	line-height: 2;
	margin-top: 20px;
	font-weight: bold;
}
.syab_nr{
	height: auto;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	padding-right: 80px;
	margin-top: 20px;
}
.syab_right{
	width: 578px;
	height: auto;
	float: right;
}
.syab_sp{
	height: auto;
}
.syab_sp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syab_right a:hover .syab_sp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_ab **/