/* 清除浮动 */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
  }
  /* 兼容IE */
  .clearfix {
    *zoom: 1;
  }

/*banner*/
.banner1 {
	position: relative;
	background-color: #000000;
	display: flex;
	align-items: center;
	height: 380px;
}
.banner1>div{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	background: url(../oss/contact/images/banner_contact.png) 0 0 no-repeat;
	background-position: center;
	background-size: auto 100%;
	opacity: .3;
}
.banner1> div >img {
	width: 100%;
}

.banner1 >p {
	
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 48px;
	/*font-family: 'Noto Serif SC', serif;*/
	color: #FFFFFF;
	line-height: 1;
	animation: moveTop 2s ease-out;
}
.banner1 >p small{font-size: 18px;}

.sec1-title {
    font-size: 60px;
    /*font-family: 'Noto Serif SC', serif;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
    animation: moveTop 2s ease-out;
}

#section2 {
    padding: 200px 0;
}

.sec2-l {
    width: 42.1%;
    height: auto;
    margin-right: 5%;
    float: left;
    overflow: hidden;
    border-radius: .5rem;
  }
  
  .sec2-l img {
    width: 100%;
    height: auto;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
  }
  
  .sec2-l:hover img {
    transform: scale(1.1);
  }

.sec2-r {
    width: 52.9%;
    display: inline-block;
}

.sec2-r .addp{
    padding-top: 30px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.r-title1 {
    font-size: 36px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 32px 0 ;
}
hr{
	height: 1px;
    margin: 16px 0;
    border: none;
    background: #ddd;
}
.r-item {
    width: 100%;
    /*float: left;*/
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.r-item:nth-child(1) {
    /* border-right: 1px solid rgba(210, 210, 210, 1); */
}

.r-item:nth-child(2) {
    /* padding-left: 50px; */
}

.ritem-img1 {
    width: 46px;
    height: 46px;
    margin-bottom: 30px;
}

.ritem-info {
    
    font-weight: 300;
}
.ritem-info span{
    font-weight: 400;
    display: block;
    padding: 8px 0;
}

.ritem-info1 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.yli_mshow{
    display: none;
}

@media (max-width: 1199px) {
    .w1200 {
        width: 970px;
    }
    .r-title1 {
        padding: 48px 0 50px;
    }
}

@media (max-width: 991px) {
    .w1200 {
        width: 750px;
    }
    .r-title1 {
        padding: 5px 0 15px;
    }
    .ritem-img1 {
        margin-bottom: 20px;
    }
    .r-item:nth-child(2) {
       /* padding-left: 20px;*/
    }
}

@media (max-width: 767px) {
	.banner1{height: 180px;}
    .w1200 {
    	width: 100%;
        padding: 20px;
    }
    .yli_mshow{
        display: block;
    }
    .sec2-l.yli_mhide{
        margin: 0;
	    width: 100%;
	    height: 220px;
    }
    #section1 {
        height: 190px;
		padding-top: 87px;
    }
    .sec1-bg {
        background: url(../oss/contact/images/banner_m.png) 0 0 no-repeat;
        background-size: cover;
    }
    .sec1-title {
        font-size: 18px;
        line-height: 12px;
    }
    #section2 {
        padding: 0;
        background: #fff;
    }
    .sec2-r {
        width: 100%;
    }
    .r-item:nth-child(1) {
        /* border-right: 0; */
        /* border-bottom: 1px solid #D2D2D2; */
    }
    .r-item {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
    }
    .ritem-img1 {
        width: 39px;
        height: 39px;
        display: block;
        margin: 0 auto 20px;
    }
    .ritem-info {
        margin-bottom: 24px;
        /*padding-left: 60px;*/
       line-height: 24px;
        color: #333;
        font-size: 16px;
        /*font-family: 'Noto Sans SC', sans-serif;   */
        font-weight: 300;
    }
    .ritem-info span{
        font-family: 'Noto Sans SC', sans-serif;  
        font-weight: 400;
    }
    .r-item:nth-child(2) {
        /*padding: 30px 14px 0px 20px;*/
    }
    .ritem-info1 {
        font-size: 16px;
        line-height: 24px;
    }
    .sec2-r .addp{
        text-align: center;
        font-size: 16px;
    }
}


.qq-kf:hover a{color: #ff0000;}
.qq-kf:hover svg.icon{color: #ff0000 !important;}
.online-kf:hover a{color: #ff0000;}
.online-kf:hover svg.icon{color: #ff0000 !important;}

.gzhimg{position:relative; height:24px;margin-bottom: 0; width: 130px; display: inline-block;}
.gzhimg a{text-decoration:none;}
.gzhimg:hover a,.gzhimg:hover svg.icon{color: #ff0000 !important;}

.gzhimg-warp{display:none; position:absolute; border:1px solid #eaeaea; background-color:#fff; box-shadow: 0 10px 20px rgba(24,24,24,.1);}
.gzhimg-warp span{display:block; padding-bottom:10px; text-align:center;}
.gzhimg:hover .gzhimg-warp{display:block; top:-190px; left:50px;}