/*quck*/
.quck{width:100%; overflow:hidden;}
.inner_quck{float:left; width:50%; position:relative;}
/* inner_quck > img */

.inner_quck > .div_right p{text-align: right;}
.inner_quck > .div_right a{width:70%; text-align: right;}

.inner_quck div{color:#fff;}
.inner_quck div h2{display: inline-block; width: 250px; height: 65px; border-radius: 50px; border: 2px #fff solid; color:#fff; font-size:30px; line-height: 65px; font-weight:400; text-align: center; letter-spacing:-1px; margin-bottom:20px;}
.inner_quck div p{font-size:22px; margin-bottom:10px; line-height: 1.4;}
.inner_quck div a{display:block; top:20%; padding-left:15%; height:100%; color:#fff; position: absolute;}

.div_right_img{height: 350px; background:url("/section/introduce/introduce_3/img/img1(blur).png") no-repeat center center; background-size:cover;}
.div_left_img{height: 350px; background:url("/section/introduce/introduce_3/img/img2(blur).png") no-repeat center center; background-size:cover;}

.div_right_img:hover{height: 350px; background:url("/section/introduce/introduce_3/img/img1.png") no-repeat center center; background-size:cover;}
.div_left_img:hover{height: 350px; background:url("/section/introduce/introduce_3/img/img2.png") no-repeat center center; background-size:cover;}

@media screen and (max-width: 1280px){

.div_right_img{height: 350px; background:url("/section/introduce/introduce_3/img/img1.png") no-repeat center center; background-size:cover; }
.div_left_img{height: 350px; background:url("/section/introduce/introduce_3/img/img2.png") no-repeat center center; background-size:cover;}

/*quck*/
@media screen and (max-width:1024px){
    .inner_quck > div{top:15%;}
    .inner_quck > div h2{font-size:24px; margin-bottom:10px; height: 40px; line-height: 40px;}
	.inner_quck > div p{font-size:17px; text-align: left;}
	.inner_quck > div a img{width:40px;}
	.inner_quck > div a{text-align: left;}
}
@media screen and (max-width:680px){
    .inner_quck > div{top:30%;}
    .inner_quck{width:100%;}
	.inner_quck > div a{ text-align:center;}
	.inner_quck > .div_right a{margin-left: -20%; text-align:center;}
	.inner_quck > div p{text-align:center;}
	.inner_quck > .div_right p{text-align:center;}
	.inner_quck > div.div_right > a > h2 {width:210px;}
	div > div > div:nth-child(2) > div:nth-child(1) > a > h2 {width:170px;}
	/* div > div > div:nth-child(2) > div:nth-child(1) > a {padding-left:30px;} */
}
@media screen and (max-width:580px){
    .inner_quck > div{top:20%;}
    .div_right_img{height: 250px;}
    .div_left_img{height: 250px;}
}

@media screen and (max-width:410px){
    /*.inner_quck > div a{padding-left:8%;}*/
	.inner_quck > div a img{display:none;}
	.inner_quck > div h2{font-size:20px;}
	.inner_quck > div p{font-size:16px;}
}

@media screen and (max-width:380px){
.inner_quck > div.div_right > a > h2{
width:180px;}
}

@media screen and (max-width:350px){
	.inner_quck > div{top:10%;}
}