﻿/* 
*created:李昌鼎
*time:20181208
*/
/*---头部---*/
.header{
    width: 100%;
    height: 120px;
    background: #fff;
}
.header .logo{
    width: 216px;
    height: 68px;
    margin-top: 26px;
}
.top_menu li{
    position: relative;
    float: left;
    min-width: 129px;
    padding: 0 33px;
    font-size: 26px;
    line-height: 120px; 
    text-align: center;
    z-index: 999;
}
.top_menu li a:link, .top_menu li a:visited{color: #666;}
.top_menu li.menu_active a{color: #fff;}
.top_menu li.menu_active:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 130px;
    height: 109px;
    margin-left: -65px;
    background: #37B0F9;
    border-radius: 0 0 40% 40%;
    z-index: -1;
}
/*---主内容---*/
.main{width: 100%;}
/*---底部---*/
.footer{
    position: relative;
    width: 100%;
    height: 429px;
    padding-top: 41px;
    background: url(../../../img/frontend/common/bottom-bg.png) rgb(120,213,219) center no-repeat;
    background-size: cover;
	margin-top: 8%;
}
.footer .foot_title,
.footer .contact_list{
    width: 490px;
    margin: 0 auto;
}
.footer .foot_title{
    margin-bottom: 40px;
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}
.footer .contact_list .qr_code{
    width: 180px;
}
.footer .contact_list .qr_code .qr_code_txt{
    margin-top: 18px;
    font-size: 26px;
    color: #fff;
    line-height: 37px;
    text-align: center;
}
.footer .contact_list .other_contact li.i_wb{background-image: url(../../../img/frontend/common/icon_wb.png)}
.footer .contact_list .other_contact li.i_wx{background-image: url(../../../img/frontend/common/icon_wx.png)}
.footer .contact_list .other_contact li.i_qq{background-image: url(../../../img/frontend/common/icon_qq.png)}
.footer .contact_list .other_contact li{
    padding-left: 76px;
    margin-bottom: 24px;
    font-size: 26px;
    color: #fff;
    line-height: 54px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 54px 54px;
}
.footer .contact_list .other_contact li:last-child{margin-bottom: 0;}
.footer .copy_right{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 20px;
    color: #fefffa;
    line-height: 28px;
}
.treesss{
        position: absolute;
    top: -210px;
    left: 8%;
    z-index: 9999;
}