/* 公共样式 */
/* 父容器下子元素横向排列 */
.flex_box{
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
  }
  /* 父容器下子元素横向自动平均分布在该行上 */
.flex_box_zd{
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* 弹性盒子自动换行 */
.flex_wrap{
    flex-wrap: wrap; 
    -webkit-flex-wrap:wrap;
  }
  .fl-r{float: right;}
  .fl-l{float: left;}
  /* 父容器下子元素横向居中 */
.box_hxjz{
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
  /* 父容器下子元素垂直居中 */
.box_czjz{ 
    display: -webkit-flex;
    display: flex;
    /* -webkit-flex-direction: column;
    flex-direction: column; 强制换行 */
    -webkit-justify-content: center;
    justify-content: center;
}
.sub_title{border-bottom:2px solid #ff3d65;padding: 8px 0;font-weight: 500;font-size: 18px;position: relative;padding-left: 10px;}
.sub_title::before{content:"";background-color: #ff3d65;border-radius: 50px; width: 4px;position: absolute;height: 25px;left: 0;top: 8px;}
.sub_title >b{position: absolute;right: 0;bottom: 8px;border-radius: 3px;background-color: #f06a63;padding: 3px 6px;color: #fff;font-size: 12px;}
.sub_title >b a{color: #fff;}
.sub_title >b a:hover{text-decoration: underline;}
.h1_titile{border-left: 2px solid #d5071c;padding-left: 15px;font-size: 24px;color: #666;}
.border_none{border: none;}
@media screen and (min-width: 1200px){
.layui-container {
    width: 1200px;

}
}
.h_height{height: 32px;}
.h_height>div:first-child{padding-left: 10px;}
.h_height a{color: #999;}
.h_height a:hover{text-decoration: underline;}
.header{width: 100%;background:#f5f5f5;height:32px;color: #999;font-size: 12px;}
nav{height: 84px;width: 100%;}
nav>div{height: 84px;}
.font_logo{font-size: 16px;color: #231815;margin-left: 5px;}
.font_logo strong{font-size: 24px;letter-spacing:5px;}
.font_height{display: inline-block;height: 50px;width: 1.2px;background-color: #585858;margin: 0 8px;}
.logo_box>div p:first-child{letter-spacing:2px;text-align: center; background-color: #d2061d;border-radius: 5px;padding: 3px 5px;color: #fff;font-size: 12px;}
.logo_box>div p:last-child{color: #231815;font-size: 12px;font-weight: 700;}
.logo_box>div hr{margin:5px 0 3px;background-color: #1f1f1f;}
.right_nav>li{font-size: 18px;color: #333;margin-left:45px;position: relative;}
.right_nav li a{display: inline-block;padding:5px;}
.right_nav> li a.cur_a{color:#f06f68;border-bottom: 2px solid #f06f68;}
.right_nav>li>ul{position: absolute;width: 120px;z-index: 999;display: none;  padding-top: 20px;background-color: #fff;top: 36px;left: -20px;}
.right_nav>li>ul>li{margin: 10px 0;text-align: center;}
.right_nav>li>ul>li >a{color: #666;font-size: 16px;}
.right_nav>li>ul>li >a:hover{color: #f06f68;}
.banner_box{position: relative;top: -490px;height: 490px;width: 1200px;margin: 0 auto;}
.banner_box>div{height: 490px;}
.left_banner_box{width: 747px;}
.right_banner_box>h1{background: url("../images/hot_title.png") no-repeat 0 0;height: 76px;width: 298px;}
.right_banner_box>div{width: 298px;background-color: #f7f8fd;border-radius: 0 0 3px 3px;height: 250px; padding-top:20px;}
.flex_cumut{border:1px solid #1a5a92;width: 164px;}
.flex_cumut h2{font-size: 20px;color: #f7f8fd;text-align: center;padding:6px 0;font-weight: 700;}
.flex_cumut>div{text-align: center;padding: 10px 0;border-top:1px solid  #1a5a92;}
.flex_cumut>div p{font-size: 16px;color: #f7f8fd;margin-bottom: 6px;}
.flex_cumut>div p b{color: #ffd500;}
.left_banner_box_font{padding-right: 10px;position: relative;top: -20px;}
.right_banner_box >h1{font-weight: 700;color: #36536d;text-align: center;line-height: 106px;font-size: 18px;}
.form_daik{padding:0 15px;box-sizing: border-box;}
.layui-form-item{color: #333;}
.layui-form-pane .layui-form-label{padding: 8px 10px;width: 80px;}
.layui-form-pane .layui-input-block{margin-left: 80px;}
.search_input{border: none;border-radius: 3px; width: 100%;background:#358cd3 ;background: linear-gradient(#358cd3, #105b99);padding:10px 0;text-align: center;color: #fff;font-size: 16px;}
.banner_input{display:block;border: none;border-radius: 3px; width: 100%;background:#358cd3 ;background: linear-gradient(#358cd3, #105b99);padding:10px 0;text-align: center;color: #fff;font-size: 16px;}
.banner_input:hover{ color:#fff;}
/* 首页头部结束 */
footer{background: url("../images/footer_bg.jpg") repeat-x left top;width: 100%;height: 425px;overflow: hidden;}
footer ul{padding-top:95px;height: 350px;overflow: hidden;}
footer ul li p{margin-bottom: 7px;}
footer ul li p,footer ul li p a{color: #999;font-size: 14px;}
footer ul li p:first-child a{font-size: 16px;}
footer ul li span{display: block;color: #999;margin-bottom: 10px;}
footer ul li >div> img{margin-right: 6px;height:63px;height: 63px;}
footer ul li p span:last-child{font-size: 28px;color: #fff;font-weight: 500;letter-spacing: 2px;}
footer ul li h3{text-align: center;font-size: 14px;color: #999;margin-top: 5px;}
footer ul li>img{width: 146px;height: 146px;}
footer .footer{text-align: center;font-size: 14px;color:#66717c;}
footer .footer b{font-weight: normal;}
#model{padding:40px 0;background-color: #fff;box-sizing: border-box;display: none;overflow-x: hidden;height: 100%;}
#model>h1{
  font-size: 18px;color: #373a43;font-size: 18px;
  border-left:3px solid #9786ea;padding:5px 0 10px 5px;
  width: 100%;background-color: #fafafa;margin-bottom: 20px;
}
#model>p{color: #666;font-size: 15px;text-align: center;margin-bottom: 30px;}
#model>p q::after{font-size: 35px;}
#model>p q::before{font-size: 35px;}
#model> form {width: 90%;}
#model> form button{cursor: pointer; border: none;margin-left:210px; width: 168px;display: block;height: 41px;margin-top: 45px;}
.yanma{position: relative;}
.right_yanma{position: absolute;right:8px;bottom: 3px;height: 23px;color: red;}
#model> form label{position: relative;}
#model> form label::after{position: absolute;right: 0;bottom: 18px;content: "";background-color: #9786ea;height: 2px;width: 12px;}
#model> form input{border-color:#9786ea;color: #666;font-size: 14px;}
#model> form .layui-form-item{margin-bottom: 25px;}
#model> form input::placeholder{color: #9786ea;}

/* 2-28 修改的部分 */
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.sy-pro-pic img { width:98px; height:98px;}
.topic_box .left_topic { overflow:hidden; max-height:101px;}
  .topic_box .left_topic img {width:100%;}
  
#model { padding:3px 0 !important;}
.modal-right { border-left:1px dashed #EDEDED; padding-left:60px; margin-left:40px; max-width:530px;}
.modalup .model-state {width:400px;margin-top:20px;}
.modalup .model-state dt,.modalup .model-tel dt {font-size:15px;margin-bottom:8px;}
.modalup .model-state dd p {font-weight:normal;line-height:1.7;}
.modalup .model-er {width:120px;float:left;margin-right:50px;}
.modalup .model-er img {width:120px;}
.modalup .model-er span {display:block;width:120px;text-align:center;font-weight:normal;}
.modalup .model-tel {}
.modalup .model-tel dt {background:url(http://res.rongziw.com/images/cov-tel.png) left center no-repeat;font-size:20px;height:32px;line-height:32px;padding-left:35px;}
.modalup .model-tel dd {font-weight:normal;padding-left:28px !important; margin-top:20px;}
.model-tel-r dt{font-size:18px !important; line-height:20px !important;}
.model-tel-r dd {padding-left: 38px;}
.modalup .form-group {height:38px;margin-bottom:10px;}
.modalup .form-agree {text-align:center;}
  .modalup .form-agree p { margin-bottom:10px;}
.modalup .form-agree .xieyi img {margin-right:5px;margin-top:-2px;}
.modalup #pro_type { width:100%; height:38px; padding-left:10px; border-radius:2px; border-color:#e6e6e6; color:#757575;}
.csms { padding:0 14px;}
.input-error { border-color:#ff0000 !important;}
#tc-group .layui-word-aux{ padding:0 !important; margin:0; float:right;}
#tc-group .layui-input-inline{ width:150px;}