*{
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
    font-size: 16px;
}
p,span,li,div,input{
    font-size: 16px;
}
li,ul{
    list-style: none;
}
body{
    width:100%;
    background-color: white;
}
.main_width{
    width:75%;
    margin:0 auto;
}
@media screen and (max-width: 1600px) {
    .main_width{
        width:85%;
    }
}
@media screen and (max-width: 1400px) {
    .main_width{
        width:95%;
    }
}
@media screen and (max-width: 1300px) {
    body{
        width:1300px;
    }
}

.check_more_button{
    width:120px;
    height:30px;
    background:rgba(41,127,214,1);
    color:white;
    line-height: 30px;
    text-align: center;
    clear: both;
    margin:40px auto 0;    
}
.check_more_button a{
    color:white;
    font-size: 14px;
}

.bottom{
    width:100%;
    height:161px;
    background:rgba(56,56,56,1);
    margin-top:130px;
    color:rgba(254,254,254,1);
    font-size: 18px;
}
.bottom_left,.bottom_center,.bottom_right{
    width:33.33333%;
    float:left;
    height:161px;
}
.bottom_left p{
    text-align: left;
    text-indent:30px;
    line-height: 30px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;   
}
.bottom_left p:first-child{
    /*background-image: url(../img/bottom_tel.png);*/
    text-indent:2px;
    margin-top:45px;
}
.bottom_left p:last-child{
    background-image: url(../img/bottom_address.png);
    margin-top:10px;
}
.bottom_center{
    text-align: center;
}
.bottom_center div{
    margin-top:15px;
}
.bottom_center p{
    margin-top: 25px;
}
.bottom_right{
    overflow: hidden;
}
.bottom_right div{
    width:78px;
    float:right;
    text-align: center;
    overflow: hidden;
    margin-top:30px;
}
.bottom_right p{
    margin-top:10px;
}
.bottom_line1,.bottom_line2{
    position: absolute;
    width:2px;
    height:39px;
    background:rgba(255,255,255,1);
    opacity:0.6;
    top:61px;
}
.bottom_line1{
    left:31%;
}
.bottom_line2{
    left:73.5%;
}

.module_title{
    width:100%;
    text-align: center;
}
.module_title div{
    width:45px;
    height:2px;
    background-color:  rgba(254,114,0,1);
    margin:0 auto;    
}
.module_title .ch{
    font-size:36px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:75px;
}
.module_title .en{
    font-size:18px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:75px;
    opacity:0.79;
}