@import 'reset.css';

body{
    background-color: #f9f9f9
}
.main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}
.title h3{
    font-size: 36px;
    line-height: 80px;
}
.title p{
    font-size: 20px;
    color: #666666;
}
.banner{
    width: 100%;
    height: 400px;
    background: url(../images/banner.jpg) no-repeat center;
}

/* 一开始 */
.title1{
    padding: 30px 0 16px;
}
.system li{
    float: left;
    width: 294px;
	height: 214px;
    /* width: 392px;
	height: 285px; */
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 8px 0 0;
}
.system li>img{
    width: 76px;
    height: 76px;
}
.system li:last-child{
    margin-right: 0;
}
.system h3{
    font-size: 20px;
    margin: 10px 0;
}
.system p{
    /* line-height: 22px; */
    font-size: 14px;
    color: #333333;
}


/* 一结束 */
/* 二开始 */
.title2{ 
    margin: 38px 0 16px; 
 }
 .tea_list_wrap .tea_list{
     display: none;
 }
 .tea_list_wrap .tea_list:first-child{
     display: block;
 }
 .tea_list{
    margin-bottom: 30px;
 }
 .tea_list li{
     float: left;
     width: 586px;
     height: 300px;
     background-color: #ffffff;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 20px 26px 0 0;
 }
 .tea_list li:nth-child(even){
     margin-right: 0;
 }
 .tea_list .tea_photo{
     width: 239px;
     height: 250px;
 }
 .tea_rig{
     text-align: left;
     width: 253px;
     margin-left: 30px;
 }
 .tea_rig h3{
     font-size: 30px;
     font-weight: normal;
 }
 .tea_rig p{
     font-size: 14px; 
     color: #999999;   
 }
 
 .tea_rig p:nth-of-type(1){
     margin: 13px 0 18px;
 }
 .tea_rig p:nth-of-type(2){
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 5;
     overflow: hidden;
     line-height: 26px;
 }
 .order{
     float: left;
     width: 87px;
     height: 22px;
     margin-top: 20px;
 }
 
 .detail {
     float: right;
     font-size: 14px;
     color: #999999;
     margin: 20px 20px 0 0;
 }
 
 .tea_subject{
     width: 1200px;
     height: 62px;
     line-height: 62px;
     background-color: #ffffff;
     margin-top: 38px;
 }
 .tea_subject p{
     font-size: 16px;
     float: left;
     margin: 0 14px 0 27px;
 }
 
 .tea_subject_list li{
     float: left;
     width: 32px;
     margin-right: 30px;
     position: relative;
     cursor: pointer;
 }
 .tea_subject_list li i{
     width: 32px;
     height: 2px;
     background-color: #3fbb89;
     position: absolute;
     bottom: 0;
     left: 0;
     display: none;
 }
 .tea_subject_list li.active i{
     display: block;  
 }
 .tea_subject_list li:last-child{
     margin-right: 0;
 }

/* 二结束 */
.pages{
	height: 40px;
    margin-bottom: 30px;
}

.pages>a{
	display: inline-block;
    width: 32px;
    line-height: 30px;
    background-color: white;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    border: 1px solid #eee;
}

.pages>span{
	background: #00a3f0;
    color: #FFF;
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #00a3f0;
}
.pages .a1 {
    width: 50px;
}