.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% !important;
    display: block;
}
.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{
    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: 7px;
}
.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;
}
/*button.btcode{*/
/*    background: #07a2db;*/
/*    color: #fff;*/
/*    padding: 13px 20px;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    border: none;*/
/*}*/

/*弹窗表单*/
#message{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  transform: scale(0);
  transition: .3s;
}
.messagebg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 10001;
}
#message .m-content{
  margin-top: 8%;
}
#message .m-content .m-message{
  background: #fff;
  width: 580px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 10002;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
  box-sizing: border-box;
}
.closeDialog{
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
}
.messdd{
  padding: 20px;
  overflow: hidden;
}
.messdd h1{
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
}
.messdd li{
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.messdd label{
  width: 80px;
  height: 34px;
  line-height: 34px;
  color: #2F2F2F;
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
.messdd li label i{
  color: #ff0000;
  margin-left: 2px;
}
.messdd li input[type='text'] , .messdd li select, .messdd li textarea{
  border: 1px solid #ccc;
  width: calc(100% - 110px);
  height: 40px;
  display: inline-block;
  padding: 6px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.messdd li textarea{
  height: auto;
}
.messdd li.yzm input{
  width: calc(100% - 265px);
}
.messdd li .btcode{
  height: 40px;
  background: #313131;
  color: #fff;
  border: none;
  width: 150px;
}
.messdd li input[type="submit"]{
  border: 0;
  width: 100px;
  height: 36px;
  padding: 0 10px;
  background: #da2625;
  color: #fff;
  cursor: pointer;
  transition: all 0.7s;
}
.messdd li.btn{
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0;
}
.messdd li input[type='reset'] {
  border: 0;
  width: 100px;
  height: 36px;
  margin-left: 20px;
  background: #313131;
  color: #fff;
  cursor: pointer;
  transition: all 0.7s;
}
@media (max-width:768px) {
    .prosleft{
        width: 70%;
        float: none;
        margin: 0 auto;
    }
    .prosright{
        width: 100%;
    }
    .prosright h3{
        font-size: 20px;
    }
    .met-news-list{
        padding-top: 0;
    }
    .formey .item{
        width: 99%;
    }
    .formey .sub{
        width: 100%;
    }
    
    /*弹窗表单*/
    #message .m-content .m-message {
    width: 92%;
    padding: 20px 10px;
}
.messdd li {
    margin-bottom: 0;
}
.messdd label {
    width: 100%;
    text-align: left;
}
.messdd li input[type='text'], .messdd li select, .messdd li textarea {
    width: 100%;
}
.messdd li .btcode {
    width: 120px;
}
.messdd li.yzm input {
    width: calc(100% - 126px);
}
}