.header {
    display: flex;
    justify-content: space-between;
}
.navlist {
    padding-right: .75rem;
    width: 1.25rem;
    display: flex;
    justify-content: space-between;
}
.con1_left{
    padding-right: .55rem;
}
.slideimg{
    overflow: hidden;
  
}
.slideimg img{
	 cursor: pointer;
     transition: all .4s;
}
.slideimg img:hover{
	transform: scale(1.1);
}
.con_index1{
    padding: 0 1.1rem;
    display: flex;
    justify-content: space-between;
}
.con_index1>div{
    width: 50%;
}
.conadr{
    display: flex;
    justify-content: space-between;
}
.con1_right{
    padding: .9rem 1.3rem 0 .3rem;
}
.con1_right>h5{
    color: #000;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
    margin-bottom: .9rem;
}
.con1_right>p{
    color: #333;
    line-height: .2rem;
    font-size: .16rem;
    margin: 0;
    margin-bottom: .2rem;
    text-transform: uppercase;
}
.conadr{
    margin-top: 2.6rem;
}
.conadr>div>h5{
    font-size: .16rem;
    color: #888;
    margin: 0;
    margin-bottom: .12rem;
}
.conadr_left>p{
    display: inline-block;
    font-size: .35rem;
    color: #333;
    line-height: .4rem;
    margin: 0;
    border-bottom:2px solid #333;
}
.conadr_right>p{
    display: inline-block;
    font-size: .3rem;
    color: #333;
    line-height: .4rem;
    margin: 0;
    border-bottom: 2px solid #333;
}
.con_index2{
    padding: 0 1.1rem;
    margin: 1.5rem 0 1.8rem;
    display: flex;
    justify-content: space-between;
}
.con2_left,.con2_right{
    width: 50%;
}
.con2_left>img{
    width: 3.38rem;
}
.con2_left>p{
    margin: 0;
    margin-top: .4rem;
    line-height: 1.1;
    color: #000;
    font-size: .5rem;
}
.con2_right{
    padding-left: .3rem;
    padding-right: 1.3rem;
}
.inputc{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: .35rem;
}
.inputc>p{
    color: #333;
    font-size: .24rem;
    line-height: .8rem;
    height: .8rem;
    margin: 0; 
    font-family: p2;
}
.inputt>p{
    color: #333;
    font-size: .24rem;
    line-height: 1;
    margin: 0; 
    font-family: p2;
}
.inputt{
    margin-top: .85rem;
}
input{
    width: 6rem;
    line-height: .8rem;
    height: .8rem;
    background: none;
    border: none;
   
    color: #333;
    font-size: .24rem;
   
}
input::-webkit-input-placeholder {
    color: #333;
    font-size: .24rem;
       
      }
      textarea{
        margin-top: .2rem;
        width: 100%;
        height: .8rem;
        background: none;
        border: none;
        border-bottom: 1px solid #bfbfbf;
        color: #333;
        font-size: .24rem;
      }
      textarea::-webkit-input-placeholder {
        color: #333;
        font-size: .24rem;
           
          }
          .tijiao{
              margin-top: .7rem;
              display: flex;
              justify-content: space-between;
          }
          button{
              background: none;
              border: none;
              font-size: .5rem;
              line-height: 1;
              color: #333;
              outline: none;
              -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
    transition: 0.3s linear;
    cursor: pointer;

          }
          button:hover{
              letter-spacing: 2px;
          }
          .tijiao>img{
              width: .24rem;
              height: .25rem;
              position: relative;
              top: .13rem;
          }
          @media (max-width:992px){
          .con_index1 {
            padding: 60px 20px 0;
            display: inherit;
            justify-content: space-between;
        }
        .con_index1>div {
            width: 100%;
        }
        .con1_left {
            padding-right: 0;
        }
        .con1_right {
            padding: 30px 0;
        }
        .con1_right>h5 {
            color: #000;
            line-height: 1;
            font-size: 22px;
            margin: 0;
            margin-bottom: 10px;
        }
        .con1_right>p {
            color: #333;
            line-height: 24px;
            font-size: 16px;
            margin: 0;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .conadr {
            margin-top: 30px;
        }
        .conadr>div>h5 {
            font-size: 14px;
            color: #888;
            margin: 0;
            margin-bottom: 10px;
        }
        .conadr_left>p {
            display: inline-block;
            font-size: 16px;
            color: #333;
            line-height: 24px;
            margin: 0;
            border-bottom: 2px solid #333;
        }
        .conadr_right>p {
            display: inline-block;
            font-size: 16px;
            color: #333;
            line-height: 24px;
            margin: 0;
            border-bottom: 2px solid #333;
        }
        .con_index2 {
            padding: 0 20px;
            margin: 0 0 30px;
            display: inherit;
            justify-content: space-between;
        }
        .con2_left, .con2_right {
            width: 100%;
        }
        .con2_left>img {
            width: 80px;
        }
        .con2_left>p {
            margin: 0;
            margin: 20px 0;
            line-height: 24px;
            color: #000;
            font-size: 16px;
        }
        .inputc {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #bfbfbf;
            margin-bottom: 20px;
        }
        input {
            width: 80%;
            line-height: 30px;
            height: 30px;
            background: none;
            border: none;
            color: #333;
            font-size: 14px;
        }
        .con2_right {
            padding-left: 0;
            padding-right: 0;
        }
        .inputc>p {
            color: #333;
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            margin: 0;
            font-family: p2;
        }
        .inputt>p {
            color: #333;
            font-size: 14px;
            line-height: 1;
            margin: 0;
            font-family: p2;
        }
        textarea {
            margin-top: 10px;
            width: 100%;
            height: 40px;
            background: none;
            border: none;
            border-bottom: 1px solid #bfbfbf;
            color: #333;
            font-size: 14px;
        }
        .tijiao {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        button {
            background: none;
            border: none;
            font-size: 14px;
            padding: 0;
        }
        .tijiao>img {
            width: 10px;
            height: 12px;
            position: relative;
            top: 2px;
        }
    }