.clearfix:before, .clearfix:after{
    display: table;
    content: " ";
    clear: both;
}
p {
    margin: 0 0 8px;
}
.orange{
    color: #ff8400;
}
.met-news-list {
    padding: 30px;
    background: #ffffff;
}


.prosleft {
    width: 47%;
    float: left;
}
.prosleft img {
    width: 100%;
}
.prosright {
    width: 50%;
    float: right;
}
.prosright h3 {
    font-size: 24px;
    color: #dd0505;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;
}
.prosright .txt p {
    font-size: 16px;
}
.prosright .txt p span {
    color: #027938;
    font-weight: bold;
    font-size: 26px;
}
.prosright .txt p em{
    font-style: normal;
    font-weight: 700;
    font-family: Microsoft Yahei,Arial,Arial,tahoma,Helvetica,sans-serif;
    font-size: 16px;
}
.prosright .txt .pd_hotline {
    margin-bottom: 20px;
}
.prosright .txt .pd_hotline span {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.prosright .txt .pd_hotline span.font_hotline {
    font-size: 24px;
    color: #fcd201;
}
.prosright .txt .btn {
    background-image: linear-gradient(#177380, #359e63);
    box-shadow: 0 0 1px #ffff00;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 230px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
}
.pro-title {
    line-height: 40px;
    border-bottom: 4px solid #000;
    padding-top: 25px;
}
.pro-title span {
    font-size: 26px;
    color: #333;
}
.details-content {
    padding: 20px 0;
}
.details-content img {
    width: 100%;
}
.careful{
    margin: 20px 0 0 0;
}
.careful .tit2{
    width: 335px;
    background-image: url(../images/bt.png);
    margin: 0 auto;
}
.careful .tit2 span{
    height: 50px;
    text-align: center;
    display: block;
    font-size: 28px;
}
.careful .kuang2{
    padding: 20px;
    border-radius: 8px;
    border: 4px solid #6696f8;
}

.inquiry{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.msgpage .tit{
    text-align: center;
    padding: 18px 0 36px;
}
.msgpage .tit .p1{
    font-size: 25px;
    margin-bottom: 10px;
}
.msgpage .tit .p2{
    color: #666;
    line-height: 24px;
}
.msgpage .tit .p2 span{
    color: #116bc4;
    font-weight: bold;
}
.formey{
    padding-bottom: 20px;
}
.msgpage .formey{
    padding-top: 5px;
}
.formey .item{
    float: left;
    color: #999;
    font-weight: normal;
    width: 46%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin-right: 56px;
    margin-bottom: 25px;
    position: relative;
}
.formey .item label{
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
}
.msgpage .item input{
    width: calc(100% - 95px);
    outline: none;
    line-height: 30px;
    height: 38px;
    font-size: 16px;
}
.formey .item .txt{
    width: calc(100% - 70px);
    height: 43px;
    line-height: 43px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
}
.formey .item .red{
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}
.formey .item.mr0{
    margin-right: 0;
}
.formey .item.all{
    width: 99%;
}
.formey .item.all label{
    text-align: right;
    display: block;
}
.formey .item.all .txt{
    padding-left: 90px;
    width: calc(100% - 90px);
}
.formey .liuyan{
    width: 99%;
    height: auto;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 0;
}
.formey .liuyan label{
    text-align: right;
    display: block;
    top: 3px;
}
.formey .liuyan textarea{
    width: 97%;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 50px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    background: none;
    resize: none;
    display: block;
    outline: none;
}
.formey .bot{
    width: 100%;
}
.formey .sub{
    width: 232px;
    line-height: 41px;
    border: 2px solid #116bc4;
    margin-right: 2px;
    text-align: center;
    background: #116bc4;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}
@media (max-width:768px) {
    .prosleft{
        width: 100%;
    }
    .prosright{
        width: 100%;
    }
    .prosright h3{
        font-size: 20px;
    }
    .met-news-list{
        padding-top: 0;
    }
    .formey .item{
        width: 99%;
    }
    .formey .sub{
        width: 100%;
    }
}