.x_banner{
    position: relative;
    width: 980px;
    height: 263px;
    margin: 20px auto 0;
}
.x_mtitle{
    position: absolute;
    top:70px;
    left: 60px;
    color: #fff;
    font-weight: bolder;
    font-size: 36px;
}
.x_title{
    position: absolute;
    top:130px;
    left: 60px;
    color: #fff;
    /*background: rgba(255,255,255,0.4);*/
    background: url("../images/zhuanti/ywt_bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    border-radius: 8px;
    padding: 4px 10px;
}
.x_form{
    position: absolute;
    top: 12px;
    right: 48px;
    width: 285px;
    height: 240px;
    /*background: rgba(255,255,255,0.8);*/
    background: url("../images/zhuanti/bg.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    z-index: 10;
}
.form_title_contain{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e0dc;
    box-sizing: border-box;
}
.form_title{
    color: #cc0000;
    font-size: 22px;
    font-weight: bold;
}
.form_mtitle{
    color: #656668;
    font-size: 13px;
}
.x_from_input_contain{
    width: 245px;
    height: 159px;
    margin: 0 auto;
}
.form_label{
    color: #656668;
    float: left;
    font-size: 16px;
}
.form_input{
    float: left;
    width: 152px;
    height: 24px;
    line-height: 24px;
    background: none;
    border-radius: 4px;
    border: 1px solid #b9b9b8;
    color: #656668;
    margin-left: 10px;
    padding-left: 10px;
}
.form_select_contain{
    float: left;
    width: 78px;
    height: 28px;
    line-height: 28px;
    background: none;
    color: #656668;
    margin-left: 9px;
    padding-bottom: 2px;
}
.form_select{
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #b9b9b8;
    background: none;
    box-sizing: border-box;
}
.form_btn{
    margin-top: 15px;
    background: #cc0000;
    color: #fff;
    text-align: center;
    width: 245px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.x_desc_contain{
    background: url("../images/zhuanti/note_bg.png") no-repeat 100% 100%;
    width: 980px;
    padding: 25px 0;
    margin: 40px auto 0;
}
.x_desc{
    padding: 0 25px;
}
.x_desc_title{
    color: #393939;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}
.x_desc_content{
    color: #656668;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
}
.x_line{
    width: 930px;
    margin: 15px auto;
    height: 1px;
    border-bottom: 1px dotted #9e9fa3;
}
.x_stitle_contain{
    position: relative;
    width: 980px;
    margin: 40px auto 0;
}
.x_stitle{
    font-weight: bold;
    color: #ef5853;
    font-size: 20px;
}
.x_sline{
    width: 980px;
    height: 4px;
    background: #f1f1f1;
}
.x_color_set{
    width: 230px;
    height: 4px;
    background: #ef5853;
    margin:5px 0;
}
.x_more{
    position: absolute;
    top:5px;
    right: 0;
    font-size: 15px;
}
.x_more a{
    color: #393939;
    cursor: pointer;
}
.x_display_form1{
    width: 950px;
    margin: 25px auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}
.x_display_form1_contain{
    margin-top: 25px;
    width: 950px;
    overflow: hidden;
}
.x_display_form1_title{
    font-weight: bold;
    color: #393939;
    font-size: 20px;
}
.x_display_form1_img{
    float: left;
    width: 178px;
    height: 178px;
}
.x_display_form1_img img{
    width: 100%;
}
.x_display_form1_content{
    float: left;
    width: 580px;
    padding:10px 20px;
    color: #656668;
    font-size: 15px;
}
.x_display_form1_btn_contain{
    float: left;
    width: 150px;
}
.x_display_form1_btn{
    background: #cc0000;
    color: #fff;
    text-align: center;
    margin: 70px auto 0;
    padding: 8px 0;
    width: 100px;
    font-size: 16px;
    cursor: pointer;
}
.fw{
    font-weight: bold;
    color: #393939;
    font-size: 16px;
}
.x_display_form_contain{
    width: 950px;
    margin: 25px auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
    overflow: hidden;
    font-size: 14px;
}
.x_display_form_l{
    width: 460px;
    height: 100%;
    float: left;
}
.x_display_form_l li{
    line-height: 31px;
}

.x_display_form_r{
    width: 440px;
    height: 100%;
    float: left;
    margin-left: 25px;
}
.x_display_form_r li{
    line-height: 31px;
}
.x_form_line{
    float: left;
}
.x_point{
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.x_display_form_contain a{
    color: #656668;
    cursor: pointer;
}
.x_display_form2{
    overflow: hidden;
    width: 980px;
    margin: 40px auto 0;
}
.x_display_form2_l{
    float: left;
    width: 590px;
}
.x_display_form2_r{
    float: left;
    margin-left: 30px;
    width: 360px;
}

.x_stitle_contain1{
    position: relative;
    width: 100%;
    margin: 40px auto 0;
}
.x_stitle1{
    font-weight: bold;
    color: #ef5853;
    font-size: 20px;
}
.x_sline1{
    width: 100%;
    height: 4px;
    background: #f1f1f1;
}
.x_color_set1{
    width: 230px;
    height: 4px;
    background: #ef5853;
    margin:5px 0;
}
.x_more1{
    position: absolute;
    top:5px;
    right: 0;
    font-size: 15px;
}
.x_more1 a{
    color: #393939;
    cursor: pointer;
}
.x_display_form2_l_contain{
    width: 590px;
    height: 420px;
    padding: 15px;
    margin-top: 25px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}
.x_display_form2_l1{

}
.x_display_form2_l1_t{
    color: #393939;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}
.x_display_form2_l1_c{
    color: #656668;
    font-size: 14px;
    line-height: 22px;
}
.x_display_form2_l1_l{
    width: 100%;
    height: 1px;
    margin: 15px 0;
    border-bottom: 1px dotted #9e9fa3;
}
.x_display_form2_r_contain{
    width: 360px;
    height: 420px;
    padding: 15px;
    margin-top: 25px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.x_display_form2_r1{
    width: 150px;
    display: inline-block;
    text-align: center;
}
.x_display_form2_r1 li{
    line-height: 31px;
    font-size: 14px;
    height: 31px;
    overflow: hidden;
}
.x_display_form2_r1 a{
    color: #656668;
    cursor: pointer;
}
.x_scroll_contain{
    position: relative;
    width: 980px;
    height: 200px;
    margin: 25px auto;
}
.x_scroll_s0{
    position: absolute;
    left: 0;
    top:75px;
    cursor: pointer;
    z-index: 100;
}
.x_scroll_content{
    position: absolute;
    width: 960px;
    height: 100%;
    top:0;
    left: 10px;
    z-index: 50;
    overflow: hidden;
}
.x_scroll_c{
    width: 2000px;
    position: relative;
    height: 200px;
}
.x_scroll_s{
    display: block;
    float: left;
    margin-left: 15px;
    width: 225px;
    height: 200px;
    text-align: center;
    font-size: 14px;
    color: #656668;
    cursor: pointer;
}
.x_scroll_s img{
    width: 225px;
    height: 170px;
}
.x_scroll_s1{
    position: absolute;
    right: 0;
    top:75px;
    cursor: pointer;
    z-index: 100;
}
.x_mtitle a {
	color: #fff;
}