@charset "utf-8";
@import url("base.css");

/*=========通用标题==========*/
.main_tit{padding:.68rem 0 .35rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.4rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width:25px;height: 4px;background:#52A136; margin: 20px auto auto auto; border-radius:5px;}
.main_tit p{font-size:16px; color:#333; margin-top:15px; line-height:1.8;}


@media screen and (max-width:768px) {
.main_tit h2{ font-size:20px;}	
.main_tit .line{margin:10px auto;}
.main_tit p{font-size:13px; margin-top:10px;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}
}

.logo{text-align:center; margin:.2rem auto;}
.logo img{ height:100px;}

.banner{position:relative; margin-bottom:.46rem;}
.banner .pic{ height:320px; overflow:hidden; } 
.banner .box{ position:absolute; left:0; top:0; right:0; bottom:0;}
.banner .box img{ margin-bottom:.25rem;}
.banner .box .txt{ font-size:.56rem; color:#fff; letter-spacing:10px; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}




.about{font-size:16px; line-height:2; text-align:justify;}
.about p{ margin-bottom:15px;}

@media screen and (max-width:768px) {
.logo img{ height:56px;}    
.banner .pic{ height:125px;} 
.banner .box .txt{ font-size:20px;  letter-spacing:2px; }

.about{font-size:14px; line-height:1.8;}
}


.copyright{ padding:20px 10px; line-height:2; text-align:center; background:var(--main_color); color:rgba(255,255,255,0.8);}
.copyright a{ color:rgba(255,255,255,0.8); }