
.cbox{width: 49%;margin-bottom: 50px;}
.h280{width: 100%;height: 280px;position: relative;}
.h560{width: 100%;height: 560px;}

.box1{border: 1px solid #d2d2d2;background-color: #fff;padding: 60px 100px;box-sizing: border-box;}
.bor2{border: 1px solid #d2d2d2;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);width: 100%;padding: 12px 20px;background-color: #fff;}
.bor2 input {border: none;background-color: transparent;font-size: 18px;width: 100%;height: 100%;font-size: 14px;}
.bor2 textarea {border: none;background-color: transparent;font-size: 18px;width: 100%;height: 160px;font-size: 14px;}
.w{width: 46%;margin-bottom: 20px;}
.w1{width: 100%;margin-bottom: 20px;}
.w200{width: 200px;height: 60px;color:  #fff;text-align: center;line-height: 60px;background-color: #04417a;font-size: 18px;margin-top: 60px;}

@media only screen and (max-width:1400px) {
	.h560{width: 100%;height: 500px;}
}

@media only screen and (max-width:1000px) {
	.h560{width: 100%;height: 400px;}
	.h280{height: 240px;}
	.py-5{padding-top: 40px;padding-bottom: 40px;}
	.box1{padding: 30px 60px;}
	.font-18{font-size: 16px;}
}


@media only screen and (max-width:750px) {
	.h560{width: 100%;height: 320px;}
	.font-18{font-size: 14px;}
	.h280{height: 200px;}
	.py-5{padding-top: 30px;padding-bottom: 30px;}
	.bor2{padding: 8px 15px;}
}


@media only screen and (max-width:500px) {
	.h560{width: 100%;height: 240px;}
	.font-18{font-size: 12px;}
	.py-5{padding-top: 20px;padding-bottom: 20px;}
	.bor2{padding: 4px 10px;}
	.box1{padding: 30px;}
	.w200{width: 140px;height: 40px;line-height: 40px;font-size: 14px;margin-top: 40px;}
	
}