@charset "UTF-8";
.protype{
    width: 100%;
    height: auto;
    position: relative;
}

.protype .protypel{
    display: block;
    color: #fff;
    max-width: 96%;
    padding-top: 8%;
}

h2{
    color: #00293f;
    font-size: 0.36rem;
}

h3{
    color: #00293f;
    font-size: 0.36rem;
}

.pro_line{
    width: 1rem;
    height: 2px;
    display: block;
    background: #e79d00;
}

.protypel em{
    line-height: 180%;
    color: #333;
}

.protyper{
    width: 100%;
    background: #fff url(../images/protypebg.jpg) no-repeat 40% bottom;
    background-size: cover;
    margin-top: 5%;
    
}


.protyper li{
    display: block;
    width: 100%;
    padding: 6% 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 0.36rem;
    position: relative;
    background: rgba(0,0,0,0.5);
    /* position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.protyper li a{
    color: #fff;
}

.protyper li a img{
    width: 1rem;
}



.protyper li .ptnei{
    display: flex;
    align-items: center;
    margin-left: 26%;
}

.protyper li .ptnei i{
    margin-left: 3%;
}

/* 第三部分 */

.iabout{
    width: 100%;
    height: auto;
    background: #fff url(../images/aboutbg.jpg) no-repeat 50% bottom;
    position: relative;
    background-size: cover;
}

.iaboutl{
    display: block;
    color: #333;
    padding-top: 8%;
}

/*.iaboutl .pro_line{*/
/*    width: 1rem;*/
/*    height: 2px;*/
/*    display: block;*/
/*    background: #333;*/
/*}*/

.iaboutl em{
    font-size: 0.27rem;
    line-height: 180%;
}


.iabout .iaboutmore{
    width: 100%;
    height: 0.7rem;
    display: block;
    line-height: 0.7rem;
    text-align: center;
    border: 1px solid #ec8b16;
    text-transform: uppercase;
    font-size: 0.27rem;
    margin-top: -0.2rem;
    margin-bottom: 0.3rem;
}


.iabout .iaboutmore a{
    color: #ec8b16;
}

.iaboutr{
    
    margin-top: 2%;
}

.iaboutr img{
    width: 100%;
}

/* 第四部分 */
.ihangye{
    height: auto;
    /*background: #fff url(../images/casebg.jpg) no-repeat 50% bottom;*/
    background-size: cover;
    margin-top: 8%;
}

h4{
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    padding-top: 8%;
}

 h5{
    color: #333;
    font-size: 0.27rem;
    font-weight: normal;
    line-height: 180%;
}

.inews h5 p{
    text-align: center;
}

.ihanguyedl{
    margin-top: 5%;
}

.ihanguyedl dl{
    width: 49%;
    display: block;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
}

.ihanguyedl dl img{
    width: 100%;
}

.ihanguyedl dl:nth-child(2n+1){
    margin-left: 1%;
    margin-right: 0;
}

.ihanguyedl dl:nth-child(1){
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 2%;
}

.ihanguyedl dl dd{
    width: 100%;
    background-color: #0f4055;
    padding: .15rem 0;
    text-align: center;
    margin-top: -0.1rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

.ihanguyedl dl dd a{
    color: #fff;
}

/* 第五部分 */

.inews{
    background: #f4f4f4;
}

.inews h4{
    color: #333;
}

.inews h5{
    color: #666;
    margin: 0;
}

.inewsdl{
    margin-top: 3%;
}

.newsdl{
    width: 100%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 1%;
    margin-top: 2%;
}

.newsdl:nth-child(1){
    margin-top: 0%;
}

.newsdl dt img{
    width: 100%;
}

.newsdl dd i{
    width: 96%;
    display: block;
    font-size: 0.24rem;
    color: #636663;
    margin: 0 auto;
    line-height: 180%;
}

.newsdl dd i .iddtitle{
    font-size: .32rem;
    color: #333;
    margin: 2% auto;
}

.newsdl a{
    display: block;
    margin-top: 2%;
}

.newsdl .iddmore{
    width: 100%;
    margin: 0 auto;
    padding: 1.5% 0;
    border-top: 1px solid #e5e5e5;
    font-size: 0.24rem;
    text-indent: 2%;
    
}

.newsdl .iddmore span{
    display: block;
    float: right;
    padding-right: 2%;
}

