/* banner */
.fix-banner{
    background:url('../images/banner.jpg') center center no-repeat;
    background-size: cover;
}
.touzi-con{
    background: #fff;
    padding-bottom: 64px;
}
.touzi-con .touzi-title{
    padding: 70px 0 90px;
    text-align: center;
}
.touzi-con .touzi-title h2{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.touzi-con .touzi-title h2::before,
.touzi-con .touzi-title h2::after{
    content:'';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #333;
}
.touzi-con .touzi-title h2::after{
    margin-left: 22px;
}
.touzi-con .touzi-title h2::before{
    margin-right: 22px;
}
.touzi-con .touzi-title span{
    font-size: 18px;
    color: #999;
    line-height: 32px;
}
.touzi-con .touzi-list li{
    height: 410px;
    display: flex;
    align-items: center;
    margin-bottom: 110px;
}
.touzi-con .touzi-list li:last-child{
    margin-bottom: 0;
}
.touzi-list .touzi-con-txt{
    width: 544px;
    height: 274px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 36px 26px 40px;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3s;
}
.touzi-con-txt:hover{
    background: rgba(255, 255, 255, 1);
}
.touzi-list .touzi-con-txt .pp{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.touzi-con .touzi-list li:nth-child(odd){
    display: flex;
    justify-content: flex-end;
}
.touzi-con .touzi-list li:nth-child(odd) .touzi-con-txt{
  /*   margin-right: -48px;*/
}
/* .touzi-list .touzi-con-txt:nth-child(odd){
    margin-right: -48px;
} */
.touzi-list .touzi-con-txt:nth-child(even){
  /*  margin-left: -48px;*/
}
.touzi-list .touzi-con-txt .txt-title img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    vertical-align: sub;
}
.touzi-list .touzi-con-txt .txt-title{
    font-size: 24px;
    color: #333;
    line-height: 36px;
}
.touzi-list .touzi-con-txt .txt-info p{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    margin: 16px 0 20px;
    height: 90px;
    text-align: justify;
    display: flex;
    align-items: center;
}
.touzi-list .touzi-con-txt .txt-btn{
    display: inline-block;
    width: 120px;
    height: 48px;
    background: linear-gradient(to right, #D60311 0%, #FA6400 100%);
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
}
.touzi-list .touzi-con-txt .txt-btn::after{
    content:'';
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
}
.touzi-list .touzi-con-txt .txt-btn:hover::after{
    background: rgba(0, 0, 0, 0.15);
}
.touzi-con-img{
    width: 600px;
    height: 410px;
    background: #eee;
    overflow: hidden;
    position: relative;
}
.touzi-con-img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.touzi-con-img::after{
    position: absolute;
    top:0;
    left:0;
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.touzi-con-img:hover::after{
    background: rgba(0,0,0,.15);
}
.touzi-con-img:hover img{
    transform: scale(1.2);
}

.dialog{
    width: 450px;
    /* height: 468px; */
    margin:0 auto;
    background: #fff;
    display: none;
}
.dialog .dialog-top{
    height: 124px;
    /* padding-top: 36px; */
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background: url('../images/dialog_fyrz.jpg') 0 0 no-repeat;
    background-size: cover;
}
.dialog .dialog-top.state2{
    background: url('../images/dialog_hzjm.jpg') 0 0 no-repeat;
    background-size: cover;
}
.dialog .dialog-top.state3{
    background: url('../images/dialog_tzjh.jpg') 0 0 no-repeat;
    background-size: cover;
}
.dialog .dialog-top .dialog-title{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 124px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 4px rgba(0, 36, 103, 0.75);
}
.dialog .dialog-top img{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
}
.dialog .dialog-top .close-btn{
    position: absolute;
    top:14px;
    right: 18px;
    cursor: pointer;
}
.dialog .dialog-top .close-btn i{
    color: #fff;
}
.dialog .dialog-con{
    padding: 30px 26px 26px;
}
.dialog .dialog-con .layui-form-label i{
    color: #D60311;
    font-weight: bold;
    margin-right: 2px;
}
.dialog .layui-form-label{
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    width: 110px;
    padding:0 20px 0 0;
    color: #333;
    font-size: 14px;
}
.dialog .layui-input{
    height: 42px;
    line-height: 1px;
    background: #F7F7F7;
    border: none;
    border-radius: 5px;
}
.dialog .getcode{
    width: 86px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background:rgba(214, 3, 17, .15);
    border-radius: 5px;
    /* color: #D60311; */
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.dialog .getcode.succ{
    color: #D60311;
}
.dialog .submit-btn{
    height: 42px;
    background: #D60311;
    border-radius: 4px;
    font-weight: bold;
}
.dialog .layui-input-inline,
.dialog .layui-input-block{
    position: relative;
}
.dialog .input_clear{
    font-size: 22px;
    position: absolute;
    top: 10px;
    right:10px;
    cursor: pointer;
    color: #DBDBDB;
    display: none;
}
.dialog input{
    color: #333;
    padding-right: 34px;
}
input::-webkit-input-placeholder { 
    color: #999; 
} 
input:-moz-placeholder { 
    color: #999; 
} 
input::-moz-placeholder { 
    color: #999; 
} 
input:-ms-input-placeholder { 
    color: #999; 
}



.bbj{width: 100%; height: 100%; background: rgba(0,0,0,.5); position: fixed; display:none; top: 0; left: 0; padding-top:10%; z-index: 9999999;}
@media only screen and (max-width:640px){
	.touzi-con .touzi-list li{ width:100%}
.touzi-con-img{ width:100%; height:auto}

.touzi-con .touzi-list li{ display:block; margin-bottom:10px; height:auto}
.touzi-con .touzi-list li:nth-child(odd){ display:block}
.touzi-list .touzi-con-txt{ width:100%; height:auto}
.touzi-list .touzi-con-txt .txt-info p{height:auto}
.touzi-list .touzi-con-txt:nth-child(even){ margin-left:0px}
.dialog{ width:95%; margin:0 auto}
}