@import url("https://fonts.dubuplus.com/css?family=Jeju Gothic");
@import url("http://fonts.googleapis.com/css?family=Montserrat");

.pro1 {
}
.pro1 h3{
    font-size:20px;
    line-height:30px;
}
.pro1 .top01 {
    border-bottom:3px solid #ddd;
    margin-bottom:20px;
    padding-bottom:30px;
}
.pro1 h3 span{
    color:#00a4e6;
    font-weight:bold;
}
.pro1 h3 em{
    color:#666;
    font-weight:bold;
}
.pro1 .top01 p{
    font-size:16px;
    padding-left:0px;
    color:#252525;
    margin-top:10px;
    font-weight:bold;
}
.pro1 .top01 p span{
    font-weight:bold;
    color:#639ac0;
}
.pro1 ul {
    display:block;
    background:url(/app/dubu_sourcecode/docs/imgs/1452748175_back1.png) no-repeat right -75px;
    background-size:100%;
    padding-bottom:80px;
}

.pro1 img{
    display:inline-block;
}


.pro1 li{
    padding-bottom:30px;
    padding-left:30px;
    font-size:18px;
    
}

.pro1 li span{
    color:#1880ca;	
    font-size:18px;
    display:block;
    margin-bottom:8px;
    background-size:30px;
    padding:10px 0 10px 40px;
    font-family:'jeju gothic';
    font-weight:500;
}

.pro1 li em{
    color:#ff4f4f;	
    font-size:18px;
    display:block;
    margin-bottom:8px;
    background-size:30px;
    padding:10px 0 10px 40px;
    font-family:'jeju gothic';
    font-weight:500;
}
.pro1 li p{
    color:#888888;
    font-size:25px;
    padding-left:40px;
    font-family:'Montserrat';
}






/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .pro1 ul {
        display:block;
        background:none;
        background-size:100%;
        padding-bottom:80px;
    }
}
