/* nav */
#nav_box
{
    height: 46px;
    display: flex;
    justify-content: space-between;
}
#nav_box li
{
    height: 46px;
    text-align: center;
    position: relative;
    flex: 1 auto;
}
#nav_box li a
{
    height: 42px;
    display: block;
    font-size: 14px;
}
#nav_box li a:hover
{
    color: #009933;
}
#nav_box li.on a
{
    border-bottom: 4px solid #13bf5b;
    width: 110px;
    margin: 0 auto;
    color: #009933;
}

#nav_box li ul
{
    width: 100%;
    position: absolute;
    top: 46px;
    left: 0;
    background-color: #fff;
    display: none;
}
#nav_box li ul li
{
    width: 100%;
}
#nav_box li ul li a
{
    width: 100%;
    height: 100%;
    line-height: 46px;
}
#nav_box li ul li a:hover
{
    background-color: #009933;
    color: #fff;
}
#nav_box li.on ul li a
{
    width: 100%;
    border: none;
}

/* search */
.search input
{
    outline: none;
    height: 30px;
    vertical-align: middle;
}

.search .search-key
{
    width: 210px;
    border: 1px solid #cdcdcd;
    color: #a8a8a8;
    font-size: 14px;
    text-indent: 15px;
}
.search .search-button 
{
    width: 30px;
    background: url("../image/search.png") no-repeat center #cdcdcd;
    border: none;
    cursor: pointer;
}
/* tit-box */
.tit-box
{
    text-align: center;
}
.tit-box h3
{
    font-size: 50px;
    line-height: 50px;
    color: #333333;
    background: url("../image/box-tit.png") no-repeat center;
}

.tit-box p
{
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    margin-top: 28px;
}


/* i-about */
.i-about .tit-box
{
    padding: 60px 0 40px;
}

/* product */
.i-product .tit-box
{
    padding: 60px 0 47px;
}

/* adv */
.adv
{
    padding: 60px 0 50px;
}
.adv-box
{
    margin-top: 36px;
}
.adv-box li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adv-box li:nth-child(n+2)
{
    margin-top: 50px;
}

.adv-bd h3
{
    height: 201px;
    line-height: 201px;
    background: url("../image/adv-tit.png") no-repeat left center;    
    font-size: 50px;
    color: #ffffff;
    padding-left: 23px;
}

.adv-bd h3 span
{
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
    padding-left: 30px;
}
.adv-text 
{
    width: 580px;
    margin-left: 45px;
    position: relative;
    top: -30px;
    text-align: justify;
}
.adv-text p
{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 15px;
}
.adv-text p:last-child
{
    margin-bottom: 0;
}
.adv-more
{
    margin-left: 45px;
}
.adv-more a
{
    display: inline-block;
    width: 136px;
    height: 45px;
    border-radius: 5px;
    background-color: #2299ff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.adv-more a:last-child
{
    margin-left: 30px;
    background-color: #13bf5b;
}

.adv-box li:nth-child(2n) h3
{
    background: url("../image/adv-tit1.png") no-repeat right center; 
    text-align: right;
    padding-right: 25px;
}

.adv-box li:nth-child(2n) h3 span
{
    margin-left: 43px;
}

.adv-box li:nth-child(2n) .adv-text
{
    margin-left: 0;
    margin-right: 23px;
}
.adv-box li:nth-child(2n) .adv-more
{
    text-align: right;
    margin-right: 23px;
    margin-left: 0;
}

/* service */
.service
{
    background: url("../image/ser-bg.jpg") no-repeat center;
    height: 444px;
}

.service .tit-box 
{
    padding: 57px 0;
}

.service .tit-box h3
{
    background-image: url("../image/ser-tit.png");
    color: #ffffff;
}
.service .tit-box p
{
    color: #fff;
}

.ser-box
{
    display: flex;
    justify-content: space-between;
}

.ser-box li
{
    text-align: center;
}

.ser-box li p
{
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 23px;
}
.ser-icon img
{
    transition: 0.5s;
    transform: scale(1);
    cursor: pointer;
}
.ser-icon:hover img
{
    transform: scale(0.7);
}

/* news */
.news
{
    padding-top: 80px;
    padding-bottom:60px;
}

.news .w
{
    display:flex;
    justify-content:space-between;
}
.news-box
{
    width: 380px;    
}

.news-box h3
{
    color: #333;
    font-size: 18px;
    background: url("../image/news-h3.jpg") no-repeat left center;
    padding-left: 14px;
    margin-bottom: 23px;
}

.news-box h3 a.news-more
{
    display: inline-block;
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: normal;

}

.news-box li
{
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 44px;
    background: url("../image/news-bg.png") no-repeat left 20px center #f8f8f7;
    border-bottom: 1px dashed #edebe9;
} 

.news-box li a
{
    font-size: 14px;
    color: #666;
}


.fmenu {
    float: left;
    width: 212px;
    margin: 0px;
    color: #999;
    font-size: 14px;
}

.fmenu li {
    float: left;
    width: 212px;
    height: 30px;
    margin: 0px;
}

.fmenu li a {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.comenu {
    float: left;
    width: 412px;
    height: 270px;
    margin: 0px;
}

.comenu li {
    float: left;
    width: 312px;
    height: 30px;
    margin: 0px;
}

.comenu li a {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.CModulePA
{
    background:#272828;
}
.foot-box
{
    width: 1200px;
    margin: 0px auto;
    visibility: visible;
    animation-name: fadeInUpBig;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.foot-nav
{
    float:left; width:212px; height:330px; margin:0px; padding:0px;
}

.foot-link,
.foot-tel
{
    float:left;
    width: 290px;
    height:330px;
    margin:0px;
    padding:0px;
}

.foot-nav p,
.foot-link p,
.foot-tel p,
.qrcode p
{
    font-size:18px;color:#edebe9;  line-height:47px; margin-top:30px;
}
.clearboth
{
    width: 200px;
    height:1px;
    border-bottom:1px solid #666;
    margin-bottom:10px;
}

.foot-link
{
    margin-left: 30px;
}
.foot-link a
{
    color:#999;
    display:block;
    line-height:23px;
}

.qr-code-bd
{
    width:140px; height:180px; margin:0px auto; padding:0px;
}

.qrcode p
{
    font-size:18px;color:#edebe9;  line-height:47px; margin-top:30px;
}

.qr-code-bd img
{
    width:140px; height:140px;
}

.qr-code-bd p
{
    font-size:14px;color:#edebe9;  line-height:37px; text-align:center;
}

.foot-btom
{
    width:100%; background:#161716;margin-top:-5px;
    height:45px; margin:0px auto; text-align:center;
}
.foot-btom a,
.foot-btom p
{
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    color: #999999;
}
.foot-btom .w{
    display: flex;
    justify-content: center;
    align-items: center;
}