@charset "utf-8";
@font-face {
    font-family: '775-CAI978';
    src: url('../fonts/775-CAI978.eot');
    src: url('../fonts/775-CAI978.eot') format('embedded-opentype'),
         url('../fonts/775-CAI978.woff') format('woff'),
         url('../fonts/775-CAI978.ttf') format('truetype'),
         url('../fonts/775-CAI978.svg#775-CAI978') format('svg');
}
@font-face {
    font-family: 'AgencyFB-Regular';
    src: url('../fonts/AgencyFB-Regular.eot');
    src: url('../fonts/AgencyFB-Regular.eot') format('embedded-opentype'),
         url('../fonts/AgencyFB-Regular.woff') format('woff'),
         url('../fonts/AgencyFB-Regular.ttf') format('truetype'),
         url('../fonts/AgencyFB-Regular.svg#AgencyFB-Regular') format('svg');
}
@font-face {
    font-family: 'tahoma';
    src: url('../fonts/tahoma.eot');
    src: url('../fonts/tahoma.eot') format('embedded-opentype'),
         url('../fonts/tahoma.woff') format('woff'),
         url('../fonts/tahoma.ttf') format('truetype'),
         url('../fonts/tahoma.svg#tahoma') format('svg');
}
#main-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main-container > .swiper-wrapper > .swiper-slide{
	height: 100%;
	overflow: hidden;
}
#main-container .main-pagination{
	width: 44px;
	padding-top: 80px;
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
#main-container .main-pagination .swiper-pagination{
	width: 20px;
	margin: 0 auto;
	position: static;
	display: flex;
	flex-direction: column;
}
#main-container .main-pagination .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    margin: 0;
    margin-bottom: 6px;
    outline: none;
    background: none;
    position: relative;
    opacity: 1;
}
#main-container .main-pagination .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main-container .main-pagination.black .swiper-pagination .swiper-pagination-bullet:after{
	background: #777777;
}
#main-container .main-pagination .swiper-pagination .swiper-pagination-bullet-active{
	background: url('../images/quan2.png') no-repeat center;
	background-size: cover;
}
#main-container .main-pagination.black .swiper-pagination .swiper-pagination-bullet-active{
    background: url('../images/quan1.png') no-repeat center;
	background-size: cover;
}
#main-container .main-pagination .swiper-line{
	width: 1px;
	height: 70px;
	background: #fff;
	margin: 20px auto;
}
#main-container .main-pagination.black .swiper-line{
	background: #777;
}
#main-container .main-pagination .swiper-number{
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#main-container .main-pagination .swiper-number span:nth-child(1){
    height: 22px;
    display: block;
}
#main-container .main-pagination .swiper-number span:nth-child(2){
	height: 14px;
	line-height: 14px;
    display: block;
}
#main-container .main-pagination.black .swiper-number{
	color: #777;
}
@media (max-width:1280px) {
	#main-container .main-pagination .swiper-line{
		height: 60px;
	}
}
@media (max-width: 992px) {
	#main-container .main-pagination{
		padding-top: 64px;
	}
	#main-container .main-pagination .swiper-line{
		height: 50px;
	}
}
@media (max-width: 750px) {
	#main-container .main-pagination{
		width: 30px;
		padding-top: 50px;
	}
	#main-container .main-pagination .swiper-pagination{
		width: 14px;
	}
	#main-container .main-pagination .swiper-pagination .swiper-pagination-bullet{
	    width: 14px;
	    height: 14px;
	    margin-bottom: 0;
	}
	#main-container .main-pagination .swiper-pagination .swiper-pagination-bullet:after{
		width: 4px;
		height: 4px;
	}
	#main-container .main-pagination .swiper-line{
		height: 30px;
		margin: 6px auto;
	}
	#main-container .main-pagination .swiper-number span:nth-child(1){
	    height: 19px;
	}
}

/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-container .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.in-banner .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-banner .swiper-slide > a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.in-banner .swiper-slide > a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in-banner .swiper-slide > a > .wordbox{
	width: 60%;
    height:100%;
    padding:80px 0 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.in-banner .swiper-slide > a > .wordbox > .box{
    width:100%;
    height:100%;
    overflow:hidden;
}
.in-banner .swiper-slide > a > .wordbox > .box > p{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.in-banner .swiper-slide > a > .wordbox > .box > p.mb-img{
	display: none;
}
.in-banner .swiper-slide > a > .wordbox > .box > p > img{
	max-width: 100%;
	height: 100%;
	display: block;
	object-fit:contain;
}
.in-banner .swiper-pagination{
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 30px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    outline: none;
    background: none;
    position: relative;
    opacity: 1;
}
.in-banner .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	border: 1px #9f743d solid;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active:after{
	width: 4px;
	height: 4px;
	background: #9f743d;
}
@media (max-width:1280px) {
	.in-banner .swiper-slide > a > .wordbox{
		width: 90%;
	}
	.in-banner .swiper-slide > a > .wordbox > .box > p.pc-img{
		display: none;
	}
	.in-banner .swiper-slide > a > .wordbox > .box > p.mb-img{
		display: block;
	}
}
@media (max-width: 992px) {
    .in-banner .swiper-slide > a > .wordbox{
		padding:64px 0 0 0;
	}
}
@media (max-width: 750px) {
    .in-banner .swiper-slide > a > .wordbox{
		padding:50px 0 0 0;
	}
	.in-banner .swiper-pagination{
		height: 14px;
		bottom: 20px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
	    width: 14px;
	    height: 14px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet:after{
		width: 6px;
		height: 6px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet-active:after{
		width: 4px;
		height: 4px;
	}
}

/* 第二部分 */
.in-box1{
	width: 100%;
	height: 100%;
	background: url('../images/in-bg1.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-box1 .mainbox{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 80px;
}
.in-box1 .box1, 
.in-box1 .box2{
	width: 100%;
	overflow: hidden;
}
.in-box1 .box1 .boxL{
	width: 280px;
	float: left;
	background: url(../images/line3.gif) no-repeat center right;
	font-family: '775-CAI978';
	font-size: 12px;
}
.in-box1 .box1 .boxL .div1{
	font-size: 72px;
	line-height: 68px;
}
.in-box1 .box1 .boxL .div2{
	text-transform: uppercase;
}
.in-box1 .box1 .boxR{
	width: 62px;
	height: 62px;
	float: right;
}
.in-box1 .box1 .boxR img{
	width: 100%;
	display: block;
}
.in-box1 .box1 .boxC{
	margin-left: 378px;
	margin-right: 160px;
	border-bottom: 1px #dddddd solid;
	padding:0 0 30px 0;
}
.in-box1 .box1 .boxC > div{
    text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.in-box1 .box2{
	padding-right: 160px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-box1 .box2 .boxL{
	width: 46%;
}
.in-box1 .box2 .boxL img{
	width: 100%;
	display: block;
}
.in-box1 .box2 .boxR{
	width: 50%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.in-box1 .box2 .boxR ul{
	width: 100%;
	height: 100%;
}
.in-box1 .box2 .boxR li{
	width: 50%;
	height: 50%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-box1 .box2 .boxR li a{
	width: 220px;
	display: flex;
	align-items: stretch;
}
.in-box1 .box2 .boxR li a .div1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-box1 .box2 .boxR li a .div1 i{
    font-size: 50px;
	color: #2b2b2b;
}
.in-box1 .box2 .boxR li a .div2{
	margin-left: 10px;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-box1 .box2 .boxR li a .div2 p{
	line-height: 20px;
}
.in-box1 .box2 .boxR li a .div2 p:nth-child(2){
	font-size: 12px;
	color: #888;
}
@media (max-width:1280px) {
	.in-box1 .box1 .boxC{
		margin-left: 328px;
		margin-right: 100px;
	}
	.in-box1 .box2{
		padding-right: 100px;
	}
}
@media (max-width: 992px) {
	.in-box1 .mainbox{
		padding-top: 64px;
	}
	.in-box1 .box1{
		width: 100%;
		overflow: hidden;
	}
	.in-box1 .box1 .boxL .div1{
		font-size: 60px;
		line-height: 48px;
	}
	.in-box1 .box1 .boxR {
	    margin-top: 0;
	    width: 60px;
		height: 60px;
	}
	.in-box1 .box1 .boxC {
		width: 100%;
	    margin:0;
	    padding: 4% 0;
	    float: left;
	}
	.in-box1 .box2{
		width: 100%;
		display: block;
		margin:4% 0;
		padding: 0;
		overflow: hidden;
	}
	.in-box1 .box2 .boxL{
	    width: 100%;
	}
	.in-box1 .box2 .boxR {
	    width: 100%;
	    margin-top: 10px;
	    padding-right:0;
	    display: flex;
	    justify-content: center;
	    box-sizing: border-box;
	}
	.in-box1 .box2 .boxR li{
		margin-top: 4%;
	}
}
@media (max-width: 750px) {
	.in-box1 .mainbox{
		padding-top: 50px;
	}
	.in-box1 .box1 .boxL{
		width: 200px;
	}
	.in-box1 .box1 .boxL .div1{
		font-size: 30px;
		line-height: 28px;
	}
	.in-box1 .box1 .boxR {
	    width: 40px;
		height: 40px;
	}
	.in-box1 .box1 .boxC{
		line-height: 22px;
		padding-top: 2%;
	}
	.in-box1 .box2 .boxR li a{
		width: 100%;
	}
	.in-box1 .box2 .boxR li a .div1 i{
	    font-size: 30px;
		line-height: 30px;
	}
	.in-box1 .box2 .boxR li a .div2{
		line-height: 18px;
	}
}
@media (max-width: 375px) {
    .in-box1 .box1 .boxC > div{
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}

/* 第三部分 */
.in-box2{
	width: 100%;
	height: 100%;
	background: #000;
	position: relative;
	overflow: hidden;
}
.in-box2 .mainbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-box2 .mainbox > div{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.in-box2 .mainbox > div > img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-box2 .controlbox{
	padding-top: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.in-box2 .controlbox .left,
.in-box2 .controlbox .right{
	width: 260px;
	display: flex;
	align-items: center;
}
.in-box2 .controlbox .left{
	margin-right: 20px;
}
.in-box2 .controlbox .right{
	margin-left: 20px;
}
.in-box2 .controlbox .left .box,
.in-box2 .controlbox .right .box{
	width: 100%;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.in-box2 .controlbox .left .box{
	background: #f5f5f5;
	padding: 0 18px 0 10px;
}
.in-box2 .controlbox .left .box a{
	display: block;
	color: #9f743d;
	line-height: 40px;
}
.in-box2 .controlbox .left .box:before{
	content: "";
	width: 16px;
	height: 19px;
	position: absolute;
    right: 10px;
    top: 10px;
    background: url('../images/arrow.png') no-repeat center;
    background-size: cover;
}
.in-box2 .controlbox .right .box{
	background: #9f743d;
	padding: 0 10px 0 18px;
}
.in-box2 .controlbox .right .box:after{
	content: "";
	width: 16px;
	height: 19px;
	position: absolute;
    left: 10px;
    top: 10px;
    background: url('../images/arrow-white.png') no-repeat center;
    background-size: cover;
}
.in-box2 .controlbox .right .box a{
    display: block;
    color: #fff;
    line-height: 40px;
}
.in-box2 .controlbox .center{
	width: 200px;
	height: 200px;
	padding: 12px;
	position: relative;
}
.in-box2 .controlbox .center:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50%;
	margin-top: -50%;
}
.in-box2 .controlbox .center .box{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9f743d;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-box2 .controlbox .center .box h1{
	font-size: 12px;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ 
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
}
.in-box2 .controlbox .center .box h2{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ 
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
@media (max-width:1280px) {
}
@media (max-width: 992px) {
	.in-box2 .controlbox{
		padding-top: 64px;
	}
	.in-box2 .controlbox .center{
		width: 140px;
		height: 140px;
		padding: 8px;
	}
	.in-box2 .controlbox .left,
	.in-box2 .controlbox .right{
		width: 200px;
	}
	.in-box2 .controlbox .left{
		margin-right: 14px;
	}
	.in-box2 .controlbox .right{
		margin-left: 14px;
	}
}
@media (max-width: 750px) {
	.in-box2 .controlbox{
		padding-top: 50px;
	}
	.in-box2 .controlbox .center{
		width: 90px;
		height: 90px;
		padding: 4px;
	}
	.in-box2 .controlbox .center .box{
		flex-direction: column;
	}
	.in-box2 .controlbox .center .box h1{
		display: none;
	}
	.in-box2 .controlbox .center .box h2{
		writing-mode: horizontal-tb;
	}
	.in-box2 .controlbox .left {
	    margin-right: 8px;
	}
	.in-box2 .controlbox .right {
	    margin-left: 8px;
	}
	.in-box2 .controlbox .left,
	.in-box2 .controlbox .right{
		width: 108px;
	}
	.in-box2 .controlbox .left .box:before,
	.in-box2 .controlbox .right .box:after{
		width: 10px;
		height: 12px;
		top: 14px;
	}
	.in-box2 .controlbox .left .box span,
	.in-box2 .controlbox .right .box span{
		display: none;
	}
}

/* 第四部分 */
.in-box3{
	width: 100%;
	height: 100%;
	background: url('../images/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-box3 .mainbox,
.in-box3 .mainbox2{
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40%;
	padding-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-box3 .mainbox2{
	display: none;
}
.in-box3 .boxL{
	width: 300px;
	height: 420px;
}
.in-box3 .boxL .div1{
	width: 236px;
	float: left;
	background: url(../images/line3.gif) no-repeat center right;
	font-family: '775-CAI978';
	font-size: 72px;
	line-height: 68px;
	overflow: hidden;
}
.in-box3 .boxL .div2{
	width: 100%;
	color: #777;
	overflow: hidden;
}
.in-box3 .boxL .div3{
	overflow: hidden;
}
.in-box3 .boxL .div3 .swiper-button-prev, 
.in-box3 .boxL .div3 .swiper-button-next{
	width: 32px;
	height: 24px;
	line-height: 24px;
	margin-top: 0;
	position: static;
	background-image: none;
	float: left;
	opacity: 1;
	color: #bababa;
}
.in-box3 .boxL .div3 .swiper-button-prev:after,
.in-box3 .boxL .div3 .swiper-button-next:after{
	display: none;
}
.in-box3 .boxL .div3 .swiper-button-prev i, 
.in-box3 .boxL .div3 .swiper-button-next i{
	font-size: 24px;
}
.in-box3 .boxL .div3 .swiper-button-prev{
	text-align: left;
	border-right: 1px #dddddd solid;
}
.in-box3 .boxL .div3 .swiper-button-next{
	text-align: right;
}
.in-box3 .boxR{
	width: auto;
	width: calc(100% - 340px);
}
.in-box3 .boxR .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.in-box3 .boxR .swiper-slide{
	height: 420px;
	border-left: 1px #ddd solid;
	padding:0 60px;
	box-sizing: border-box;
}
.in-box3 .boxR .swiper-slide h1{
	font-weight: bolder;
	position: relative;
	display: flex;
	align-items: center;
}
.in-box3 .boxR .swiper-slide h1 img{
	width: 60px;
	margin-right: 14px;
	display: block;
}
.in-box3 .boxR .swiper-slide h2{
	color: #666;
	margin: 20px 0 0 0;
}
@media (max-width:1600px) {
	.in-box3 .boxL,
	.in-box3 .boxR .swiper-slide{
		height: 360px;
		padding: 0 40px;
	}
}
@media (max-width:1366px) {
	.in-box3 .boxL,
	.in-box3 .boxR .swiper-slide{
		height: 320px;
	}
}
@media (max-width:1280px) {
	.in-box3 .mainbox{
		display: none;
	}
	.in-box3 .mainbox2{
		display: flex;
	}
	.in-box3 .mainbox2 .tanchuang{
		display: none;
		position: absolute;
		left:50%;
		top:50%;
		transform: translate(-50%, -50%);
		width:100%;
		padding:0;
		z-index: 8;
	}
	.in-box3 .mainbox2 .tanchuang .text-box{
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 30px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        overflow: hidden;
	}
	.in-box3 .mainbox2 .tanchuang .close-icon{
		width: 28px;
		height: 28px;
		position: absolute;
		background: #fff;
		border-radius: 50%;
		right: -14px;
		top:-14px;
		box-shadow: 0 0 3px rgba(0, 0, 0, .3);
		text-align: center;
		line-height: 28px;
		cursor: pointer;
	}
	.in-box3 .mainbox2 ul{
		width: 100%;
		position: relative;
		z-index: 7;
	}
	.in-box3 .mainbox2 li{
		width: 32%;
		float: left;
		margin:3% 2% 3% 0;
		cursor: pointer;
	}
	.in-box3 .mainbox2 li:nth-child(3n){
		margin-right: 0;
	}
	.in-box3 .mainbox2 li h1{
		width: 100%;
		cursor: pointer;
	}
	.in-box3 .mainbox2 li h1 img{
		width: auto;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.in-box3 .mainbox2 li h2{
		display: none;
		border: 1px #9f743d solid;
		padding: 20px;
		background: #fff;
	}
}
@media (max-width: 992px) {
	.in-box3 .mainbox2{
		padding-top: 64px;
	}
}
@media (max-width: 750px) {
	.in-box3 .mainbox2{
		padding-top: 50px;
	}
	.in-box3 .mainbox2 li h1 img{
		max-width: 80%;
	}
}

/* 第五部分 */
.in-box4{
	width: 100%;
	height: 100%;
	background: url('../images/in-bg3.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-box4 .mainbox{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 80px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-box4 .boxL{
	width: 60px;
	float: left;
	color: #fff;
}
.in-box4 .boxL .div1{
	width: 30px;
	font-family: 'tahoma';
	font-weight: bolder;
	float: left;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.in-box4 .boxL .div2{
	width: 30px;
	float: right;
    font-weight: bolder;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.in-box4 .boxR{
	margin-left: 132px;
}
.in-box4 .boxR .div1{
	color: #fff;
	margin-bottom: 30px;
}
.in-box4 .boxR .div2{
	color: #fff;
}
.in-box4 .boxR .div2 .l{
	width: 50%;
	float: left;
}
.in-box4 .boxR .div2 .l .half{
	width: 49%;
	float: left;
	margin-bottom: 14px;
}
.in-box4 .boxR .div2 .l .half:nth-child(2n){
	float: right;
}
.in-box4 .boxR .div2 .l .full{
	width: 100%;
	margin-bottom: 14px;
}
.in-box4 .boxR .div2 .l input{
	width: 100%;
	border:2px #fff solid;
	height: 36px;
	background: rgba(255, 255, 255, .3);
	padding:0 10px;
	box-sizing: border-box;
	color: #fff;
	outline: none;
}
.in-box4 .boxR .div2 .l textarea{
	width: 100%;
	border:2px #fff solid;
	height: 150px;
	background: rgba(255, 255, 255, .3);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	outline: none;
	resize: none;
}
.in-box4 .boxR .div2 .l button{
	width: 100px;
	height: 36px;
	border:none;
	outline: none;
	float: right;
	background: #fff;
	color: #9f743d;
	line-height: 36px;
	cursor: pointer;
}
.in-box4 .boxR .div2 .l ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
	color: #fff;
}
.in-box4 .boxR .div2 .l ::-moz-placeholder { /* Firefox 19+ */  
	color: #fff;
}
.in-box4 .boxR .div2 .l ::-ms-input-placeholder { /* IE 10+ */ 
    color: #fff;
}
.in-box4 .boxR .div2 .l ::-moz-placeholder { /* Firefox 18- */ 
    color: #fff;
}
.in-box4 .boxR .div2 .r{
	width: 44%;
	float: right;
}
.in-box4 .boxR .div2 .r-02{
	font-family: 'AgencyFB-Regular';
}
.in-box4 .boxR .div2 .r-04 em{
	margin-right: 6px;
}
@media (max-width: 1280px) {
	.in-box4 .boxR{
		margin-left: 100px;
	}
}
@media (max-width: 992px) {
	.in-box4 .mainbox > div{
		position: relative;
	}
	.in-box4 .boxL{
		position:absolute;
		top: 0;
		left: 0;
	}
	.in-box4 .boxR{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		float: left;
		overflow: hidden;
	}
	.in-box4 .boxR .div1 {
	    display: none;
	}
	.in-box4 .boxR .div2{
		display: flex;
		flex-direction: column-reverse;
	}
	.in-box4 .boxR .div2 .l, 
	.in-box4 .boxR .div2 .r{
	    width: 100%;
	    overflow: hidden;
	}
	.in-box4 .boxR .div2 .r{
		padding-left: 90px;
	}
	.in-box4 .boxR .div2 .l{
		margin-top: 4%;
	}
}
@media (max-width: 750px) {
	.in-box4 .mainbox{
		padding-top: 50px;
	}
	.in-box4 .boxL{
		width: 40px;
	}
	.in-box4 .boxL .font48{
		font-size: 20px;
	}
	.in-box4 .boxL .div1,
	.in-box4 .boxL .div2{
		width: 20px;
	}
	.in-box4 .boxR .div2 .r{
		padding-left: 60px;
	}
	.in-box4 .boxR .div2 .r .r-01, 
	.in-box4 .boxR .div2 .r .r-02, 
	.in-box4 .boxR .div2 .r .r-03 {
	    display: none;
	}
	.in-box4 .boxR .div2 .r .r-04{
		margin-top: 0;
	}
	.in-box4 .boxR .div2 .l input {
		height: 32px;
	}
	.in-box4 .boxR .div2 .l textarea{
		height: 100px;
	}
}
@media (max-width: 375px) {
	.in-box4 .boxR{
	    margin-top:0;
	}
	.in-box4 .boxR .div2 .l .half, 
	.in-box4 .boxR .div2 .l .full{
		margin-bottom: 6px;
	}
}