﻿.aboutbig{
    padding-bottom: 100px;
}
.aboutcont{
    float: left;
    width: 48%;
}
.aboutcont h1{
    padding-bottom: 20px;
    font-size: 36px;
    color:#333;
    font-weight: 400;
}
.aboutcont>p{
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
    color:#4d4d4d;
}
.aboutbanerimg{
    position: relative;
    float: right;
    width: 48%;
    padding-top: 60px;
}
.aboutbg{
    float: right;
    width: 520px;
    height: 280px;
    background: #9dc55b;
}
.bannerpaa{
    position: absolute;
    top:70px;
    left:0;
    width: 565px;
    height: 330px;
}
.yaowenright{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yaowenright .hd {
    position: absolute;
    bottom:6%;
    left:50%;
    z-index: 8;
    transform: translateX(-50%);
    overflow: hidden;
}

.yaowenright .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.yaowenright .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #fff;
}

.yaowenright .hd ul li.on {
    background: none;
    border:1px solid #219ed9;
}

.yaowenright .bd ul {
    width: 100%;
    overflow: hidden;
}

.yaowenright .bd ul li {
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a{
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a img{
    width: 100%;
    vertical-align: middle;
}

/*联系我们*/
.contbig{

}
.contbig h1{
    font-size: 36px;
    color:#333;
    font-weight: 400;
}
.contop{
    margin: 30px 0 40px;
    padding: 30px 40px;
    background: linear-gradient(to right,#228bc3,#9dc55b);
}
.conul{
    width: 100%;
}
.conul li{
    float: left;
    width: 50%;
    line-height: 35px;
    font-size: 16px;
    color:#fff;
}
.feedbackbig{
    width: 100%;
    padding-bottom: 60px;
}
.liuy{
    float: left;
    width: 48%;
}
.h4tle{
    font-size: 24px;
    color:#333;
    font-weight: 400;
    padding-bottom: 30px;
}
.linint{
    padding: 0 2%;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border:1px solid #eee;
    background: #fff;
    margin-bottom: 10px;
}
.linint>span{
    float: left;
    width: 12%;
    font-size: 14px;
    color:#333;
}
.linint>input{
    float: left;
    width: 80%;
    font-size: 14px;
    color:#333;
    height: 45px;
    line-height: 45px;
    border:none;
    background: none;
    outline: none;
}
.lintext{
    padding:10px 2%;
    width: 100%;
    height: 120px;
    border:1px solid #eee;
    background: #fff;
    margin-bottom: 10px;
}
.lintext>span{
    display: block;
    font-size: 14px;
    color:#333;
}
.lintext>textarea{
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color:#333;
    border:none;
    background: none;
    outline: none;
}
.linbtn{
    width: 100%;
}
.linbtn>a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    background: linear-gradient(to right,#228bc3,#9dc55b);
}

.mapcont{
    float: right;
    width: 48%;
}
.mapimg{
    border:1px solid #eee;
}
.mapimg img{
    width: 100%;
    vertical-align: middle;
}


/*修改*/
.addAbout{
    padding: 30px 0;
}
.addAbout-bg{
    background-color: #f5f5f5;
}

.addAbout-title{
    text-align: center;
    font-size: 36px;
    padding: 15px 0;
}
.addAbout-main{
   margin-left: -10px;
   margin-right: -10px;
}

.addAbout-item{
    width: calc((100% - 60px) / 3);
    height: auto;
    margin: 15px 10px;
}
.addAbout-item>a{
    display: block;
    width: 100%;
    height: auto;
    color: #333;
background-color:#fff;

}
.addAbout-item > a:hover {
    box-shadow: 0 0 10px #ccc;    
}
.addAbout-item-img{
    width: 100%;
    position: relative;
}
.addAbout-item-img>img{
   width: 100%;
}
.addAbout-item-img>span{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.addAbout-item-main{
    padding: 30px;
}
.addAbout-item-title{
    text-align: center;
    padding-bottom: 20px;
    font-size: 26px;
}
.addAbout-item-title>img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.addAbout-item-text>p{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}


























