<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 璅䠷�諹身摰�
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background: #111;
    opacity: 1;
    content: "";
    z-index: -1;
}


/*========================================================
                       �凒憭𡁜���閮剖��
=========================================================*/

.more-btn {
    text-align: center;
    margin-top: -20px;
}
.more-btn a {
    display: inline-block;
    background: url("../img/index/btn-bg1.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 70px;
}
.more-btn a:hover {
    background: url("../img/index/btn-bg2.png") no-repeat center center;
    background-size: 100% 100%;
}


/*========================================================
                      	 �勗�諹身摰�
=========================================================*/

.common-s1 {
    margin-bottom: 3rem;
}
.common-s1 h3 {
    text-align: center;
    margin-bottom: 20px;
}
.common-s1 .more-btn {
    margin-top: 10px;
}


.common-inner {
    /*background: #ffac9e url("../img/index/common-bg.jpg") repeat-y right center;
    padding: 40px 100px 10px 40px;*/
	background: #b7d9a8;
	padding:20px 20px 0 20px;
	border-radius:15px;
}
.common-inner [class*="col-"] {
    position: relative;
    margin-bottom: 30px;
}
.common-inner [class*="col-"] img {
    width: 100%;
    vertical-align: bottom;
    border: 3px solid #fff;
}
.common-inner [class*="col-"] p {
    position : absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 80%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
    font-size: 1.2rem;
}

/*  撠箏站閮剖�� */
/*@media (max-width: 767px) {
    .common-inner {
        padding: 30px 30px 0px 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .common-inner {
        background: #ffac9e url("../img/index/common-bg.jpg") repeat-y right center;
		background-size: 10% auto;
        
    }    
}*/
@media (min-width: 992px) {
    .common-inner {
       /* padding: 30px 80px 0px 20px;*/
		padding:30px 30px 0 30px;
    }    
    .common-inner [class*="col-"] p {
        font-size: 1.4rem;
    }
}
@media (min-width: 1200px) {  
    .common-inner {
        /*padding: 40px 100px 10px 40px;*/
    }    
    .common-inner [class*="col-"] p {
        font-size: 1.4rem;
    }
}



/*========================================================
                      	 ��𨀣䲰��穃��
=========================================================*/

.about-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about-wrap h2 {
    color: #000;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.about-wrap h2 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 30px;
}
.about-wrap h2:before,
.about-wrap h2::after {
    content:'';
    position: absolute;
    background-image: url("../img/index/about-title1.png");
    background-repeat: no-repeat;
    background-size: auto 46px;
    height: 46px;
    width: 100%;
    display: inline-block;
    top: 0;
    z-index: -1;
}
.about-wrap h2:before {
    left: 0;
    background-position: right bottom;
    margin-right: 15px;
}
.about-wrap h2::after {
    right: 0;
    background-position: left bottom;
    margin-left: 15px;
}

.about-inner {
    border: 3px solid #e48a2a;
    border-radius: 3px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 20px;
	border-radius: 29px;
}

.about-inner h3 {
    color: #548919;
    font-weight: bold;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: -30px;
}
.about-inner .about-item {
    padding: 0 20px;
} 
.about-inner .about-item img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 50%;
    border: 5px solid #548919;
}

@media (max-width: 767px) {
    .about-wrap h2 {
        font-size: 1.8rem;
    }
    .about-wrap h2:before,
    .about-wrap h2::after {
        background-size: auto 30px;
        height: 30px;
    }
}
@media (min-width: 768px) {
    .about-inner {
        padding: 30px 60px;
    }
    .about-inner h3 {
        padding: 5px 50px;
        top: -50px;
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .about-inner {
        padding: 30px 80px 40px;
    }
    .about-inner h3 {
        top: -50px;
    }
}
@media (min-width: 1600px) {
    .about-inner .about-item {
        padding: 0 30px;
    }  
}



/*.about-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about-wrap h2 {
    color: #000;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    overflow: hidden;
}
.about-wrap h2:before,
.about-wrap h2::after {
    content:'';
    position: relative;
    background-image: url("../img/index/about-title1.jpg");
    background-repeat: no-repeat;
    background-size: auto 36px;
    height: 36px;
    width: 20%;
    display: inline-block;
}
.about-wrap h2:before {
    background-position: right center;
    margin-right: 15px;
}
.about-wrap h2::after {
    background-position: left center;
    margin-left: 15px;
}

.about-inner {
    border: 7px solid #e48a2a;
    border-radius: 3px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 20px;
}

.about-inner h3 {
    color: #d61b1b;
    font-weight: bold;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: -30px;
}
.about-inner .about-item {
    padding: 0 20px;
} 
.about-inner .about-item img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 50%;
    border: 5px solid #d61b1b;
}

@media (max-width: 767px) {
    .about-wrap h2 {
        font-size: 1.8rem;
    }
    .about-wrap h2:before,
    .about-wrap h2::after {
        background-size: auto 24px;
        height: 24px;
        width: 10%;
    }
}
@media (min-width: 768px) {
    .about-inner {
        padding: 30px 60px;
    }
    .about-inner h3 {
        padding: 5px 50px;
        top: -50px;
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .about-wrap h2:before,
    .about-wrap h2::after {
        width: 30%;
    }
    .about-inner {
        padding: 30px 80px 40px;
    }
    .about-inner h3 {
        top: -50px;
    }
}
@media (min-width: 1600px) {
    .about-inner .about-item {
        padding: 0 30px;
    }  
}*/


/*========================================================
                      	 �𤩎��隞讠晶
=========================================================*/

.product-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.product-wrap h2 {
    background: url("../img/index/contact-titlea.jpg") no-repeat left top;   
	background-size:100%; 
    text-align: center;
}
.product-wrap h2 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
}
.product-wrap h2 strong {
    display: inline-block;
    background-color: #548919;
    padding: 10px 80px;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: -10px;
}
/*
.product-wrap h2:before,
.product-wrap h2::after {
    content:'';
    position: relative;
    background-image: url("../img/index/product-title1.jpg");
    background-repeat: no-repeat;
    background-size: auto 38px;
    height: 38px;
    width: 20%;
    display: inline-block;
}
.product-wrap h2:before {
    background-position: right center;
    margin-right: 20px;
}
.product-wrap h2::after {
    background-position: left center;
    margin-left: 20px;
}
*/
.product-wrap h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*  撠箏站閮剖�� */
@media (max-width: 767px) {
    .product-wrap h2 strong {
        font-size: 1.6rem;
        padding: 10px 40px;
    }
/*    .product-wrap h2:before,
    .product-wrap h2::after {
        background-size: auto 24px;
        height: 24px;
        width: 15%;
    }*/
}
@media (min-width: 1200px) {
/*    .product-wrap h2:before,
    .product-wrap h2::after {
        width: 30%;
    }*/
}


/*========================================================
                         閮𦠜�臭葉敹�
=========================================================*/

.news-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-inner {
    background: url("../img/index/news-title.jpg") no-repeat left top;
	background-size:100%;
    padding-top: 50px;
}
.news-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-inner ul li {
    position: relative;
    border-bottom: 1px solid #b9b9b9;
    padding: 15px 120px 15px 15px;
    color: #000;
}
.news-inner li time {
    color: #c0402e;
    font-weight: bold;
}
.news-inner li p {
    margin: 0;
}
.news-inner li span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 130px;
    padding-left: 30px; 
}
.news-inner li span a {
    display: inline-block;
    color: #111;
    font-weight: bold;
    padding: 0px 20px;
}
.news-inner li span a:hover {
    background-color: #c0402e;
    color: #fff;
}
@media (min-width: 992px) {
    .news-inner ul li {
        padding: 15px 120px 15px 140px;
    }
    .news-inner li time {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 130px;
        padding-right: 30px;
    }
    .news-inner li time:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background-color: #b9b9b9;
    }
}


/*========================================================
                         �讛�贝”�鱓
=========================================================*/

.contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* 銵典鱓閮剖�� */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* �讛�贝”�鱓 */
.contact-form {
    background: url("../img/index/news-title.jpg") no-repeat left top;
	background-size:100%;
    padding-top: 50px;
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 1rem;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}

.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 撠箏站閮剖�� */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                         ��𣇉������
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}

</pre></body></html>