
/* Common STYLES
-------------------------------------------------- */
.p_title {
    margin-top:58px;
    font-size: 36px;
    color: #232323;
}
.p_description {
    font-size: 16px;
    color: #232323;
}
.line {
    height: 4px;
    width: 60px;
    background-color: #017bc4;
    margin-left:auto;
    margin-right:auto;
    margin-top:38px;
    margin-bottom:58px;
}


/* Carousel
-------------------------------------------------- */
.carousel_img {
    width: 100%;
    height: 100%;
}
#carousel {
    z-index: -99;
}


/* Products
-------------------------------------------------- */
#products {
    height:auto;
}
.pro_box {
    margin-bottom: 48px;
}
.pro_box_div {
    padding: 0;
    height:260px;
}
.pro_box_div1 {
    background-color:#d3d8f6;
    padding: 0;
    height:260px;
    border: 1px solid transparent;
}
.pro_box_div2 {
    background-color:#c3cdff;
    padding: 0;
    height:260px;
    border: 1px solid transparent;
}
.pro_box_img {
    width:100%;
    height:100%;
}
.pro_title {
    font-size:36px;
    color:#5d5d5d;
    margin-top:50px;
    margin-bottom:40px;
}
.pro_content {
    font-size: 18px;
    color: #5d5d5d;
    width: 78%;
    margin-left:11%;
}


/* Product Advantage
-------------------------------------------------- */
#pro_advantage {
    background-color: #ffffff;
}
.pro_adv_box {
    margin-bottom: 50px;
}
.pro_adv_font {
    font-size:18px;
    color:#232323;
    margin-bottom: 45px;
} 
@media only screen and (max-width: 450px) {
    .pro_adv_font {
        font-size:10px;
        width: 32%;
        display: inline-block;
    } 
} 


/* Company Advantage
-------------------------------------------------- */
.com_adv_box {
    margin-bottom:40px;
}
.com_adv_img {
    margin-top:25px;
    margin-bottom:15px;
}
.com_adv_font {
    margin-bottom:25px;
    font-size:28px;
    color:#323232;
}
.com_adv_content {
    background-color:#ffffff;
    padding-left:30px;
    padding-right:30px;
    margin-bottom: 20px;
}
.com_adv_bottom {
    margin-bottom:20px;
}


/* Index News
-------------------------------------------------- */
#news {
    background-color: #ffffff;
}
.news_box {
    margin-bottom: 46px;
}
.news_content {
    background-color:#e8e8e8;
    color:#555555;
    padding:30px;
    height:400px;
}
.news_img {
    width:100%;
    height:250px;
}
.news_title {
    font-size:21px;

   margin-bottom:20px;
}
.news_date {
    font-size:18px;
}
.news_cont {
   font-size:16px;
   line-height:24px;
}
.view_more {
    font-size:16px;
    font-color:#007cc3;
    margin-top:15px;
}
