*{
	letter-spacing: -0.04em;
}

#mainpage{
	min-height: 300px;
	font-size: 18px;
}

#mainpage #main_slider li{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 668px;
}
#mainpage ._sec0_wrap .lSSlideOuter{
	position: relative;
}
#mainpage ._sec0_wrap .lSSlideOuter .lSPager.lSpg{
	margin: 0 !important;

	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
}
#mainpage ._sec0_wrap .lSSlideOuter .lSPager.lSpg>li a{
	height: 16px;
	width: 16px;
	border-radius: 16px;
	box-shadow: none;
	background: #FFF;
	opacity: 1;
	transition: all 100ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
#mainpage ._sec0_wrap .lSSlideOuter .lSPager.lSpg>li:hover a{
	background: #0057B8;
}
#mainpage ._sec0_wrap .lSSlideOuter .lSPager.lSpg>li.active a{
	background: #0057B8;
	width: 40px;
}


#mainpage .container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
._sec1_wrap{
	margin-top: -63px !important;
	margin-bottom: 100px !important;
}

._sec1_wrap ._sec1{
	background: #FFF;
	height: 126px;
	padding: 0 25% 0 0;
	position: relative;
	box-shadow: 0 10px 20px rgba(69,68,66,0.13);
}
._sec1_wrap ._sec1 ._l{
	height: 126px;
	display: flex;
	align-items: stretch;
}
._sec1_wrap ._sec1 ._l a{
	flex: 1;
	padding: 30px; 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 300ms ease;
}
._sec1_wrap ._sec1 ._l a:hover{
	background: #0057B8;
	color: #FFF;
}
._sec1_wrap ._sec1 ._l a:after{
	content: '';
	position: absolute;
	height: 74px;
	top: 50%;
	margin-top: -37px;
	right: 0;
	width: 1px;
	background: #bcbcbc;
}
._sec1_wrap ._sec1 ._l a:hover:after{
	display: none;
}
._sec1_wrap ._sec1 ._l a:last-child:after{
	display: none;
}

._sec1_wrap ._sec1 ._l a ._icon{
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: cover;
	transition: 300ms ease;
}
._sec1_wrap ._sec1 ._l a ._icon._1{
	background-image: url('/img/main/icon-1.svg?v=2203');
	background-size: 60px 60px;
}
._sec1_wrap ._sec1 ._l a ._icon._2{
	background-image: url('/img/main/icon-2.svg?v=2203');
	background-size: 60px 60px;
}
._sec1_wrap ._sec1 ._l a ._icon._3{
	background-image: url('/img/main/icon-3.svg?v=2203');
	background-size: 60px 60px;
}
._sec1_wrap ._sec1 ._l a:hover ._icon._1{
	background-image: url('/img/main/icon-1w.svg?v=2203');
	background-size: 60px 60px;
}
._sec1_wrap ._sec1 ._l a:hover ._icon._2{
	background-image: url('/img/main/icon-2w.svg?v=2203');
	background-size: 60px 60px;
}
._sec1_wrap ._sec1 ._l a:hover ._icon._3{
	background-image: url('/img/main/icon-3w.svg?v=2203');
	background-size: 60px 60px;
}



._sec1_wrap ._sec1 ._r{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: auto;
	background: #0057B8;
	color: #FFF;
	padding: 33px 28px 80px;
}
._sec1_wrap ._sec1 ._r h4{
	color: #FFF;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px;
}
._sec1_wrap ._sec1 ._r a{
	color: #FFF;
	font-size: 18px;
	display: block;
}

._sec2{
	position: relative;
	height: 480px;
	display: flex;
}
._sec2 > ._img{
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
._sec2 > ._btns{
	flex: 1;
}
._sec2 > ._btns a{
	height: 240px;
	width: 50%;
	float: left;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	cursor: pointer;

	font-size: 1.06em;
	font-weight: 500;
	transition: 300ms ease;
}
._sec2 > ._btns a > img{
	margin: -7px 0 10px;
}
._sec2 > div a:nth-child(1){ background-color: #14369b; }
._sec2 > div a:nth-child(2){ background-color: #1746a4; }
._sec2 > div a:nth-child(3){ background-color: #2c5aae; }
._sec2 > div a:nth-child(4){ background-color: #436cb8; }
._sec2 > div a:hover{
	background-color: #0057B8;
}

._sec3_wrap{
	margin-top: 150px;
	background: #eef3f9;
}
._sec3{
	position: relative;
	height: 469px;
	display: flex;
	background: #FFF;
	margin: 145px auto;
	box-shadow: 0 10px 20px rgba(69,68,66,0.13);
}
._sec3 > ._img{
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
._sec3 > ._ct{
	flex: 1;
}
._sec3 > ._ct > div{
	position: relative;
	height: 469px;
	width: 640px;
}
._sec3 > ._ct ._sec3_slider > li{
	padding: 55px;
	height: 469px;
	display: block;
	position: relative;
}
._sec3 > ._ct ._sec3_slider > li ._dates{
	font-size: 1.5em;
	color: #2874ca;
	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 1;
}
._sec3 > ._ct ._sec3_slider > li ._tit{
	font-size: 2em;
	color: #000;
	font-weight: 500;
	display: block;
	text-align: center;

	text-overflow:ellipsis; overflow:hidden; white-space:nowrap;

	margin: 30px 0 50px;
}
._sec3 > ._ct ._sec3_slider > li ._desc{}
._sec3 > ._ct ._sec3_slider > li ._desc > div{
	font-size: 1.06em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
	margin: 5px 0;
}
._sec3 > ._ct ._sec3_slider > li ._desc > div ._label{
	background: #0057B8;
	border-radius: 2em;
	color: #FFF;
	margin-right: 1em;
	padding: 0.2em 0;
	width: 100px;
	text-align: center;
}
._sec3 > ._ct ._sec3_slider > li ._link{
	position: absolute;
	bottom: 40px;
	right: 120px;
	line-height: 1.4;
	height: 28px;
	display: flex;
	font-weight: bold;
	color: #000;
	opacity: 0;
	transition: opacity 400ms;
}
._sec3 > ._ct ._sec3_slider > li.active ._link{
	opacity: 1;
	transition-delay: 800ms;
}
._sec3 .lSAction{	
	position: absolute;
	bottom: 40px;
	right: 40px;
}
._sec3 .lSAction>.lSPrev{
	width: 28px;
	height: 28px;
	float: left;
	position: relative;
	background: #0057B8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 3px;
	border-radius: 0;
}
._sec3 .lSAction>.lSNext{
	width: 28px;
	height: 28px;
	float: left;
	position: relative;
	background: #0057B8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 3px;
	border-radius: 0;
}


._sec3_new{
	position: relative;
	height: 250px;
	display: flex;
	background: #FFF;
	margin: 145px auto;
	box-shadow: 0 10px 20px rgba(69,68,66,0.13);
	padding: 10px;
}
._sec3_slider_new{
	position: relative;
	height: 250px;
	box-shadow: 0 10px 20px rgba(69,68,66,0.13);
}
._sec3_slider_new li{
}

._sec3_new .lSAction>.lSPrev{
	width: 40px;
	height: 40px;	
	margin-top: -25px;
	opacity: 1;
	background-image: none;
	background-color: #FFF;

	background-image: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	left: -5px;
}
._sec3_new .lSAction>.lSNext{
	width: 40px;
	height: 40px;	
	margin-top: -25px;
	opacity: 1;
	background-image: none;
	background-color: #FFF;

	background-image: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	right: -5px;
}
.lSAction > .lSPrev:after,
.lSAction > .lSNext:after{
	color: #0958b7;
}

._gallery .lSAction > .lSPrev:after,
._gallery .lSAction > .lSNext:after{
	color: #FFF !important;
}
._sec3_new .lSAction>.lSPrev,
._sec3_new .lSAction>.lSNext{
	display: none;
}
._sec3_new .__sec3_slider_arr{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	opacity: 0.3;
}
._sec3_new .__sec3_slider_arr:hover{
	opacity: 1;
}
._sec3_new .__sec3_slider_arr._a_left{
	left: -80px;
	background-image: url('/img/arrow-left-b.png');
	background-size: 80px 100px;
	background-position: center;
	background-repeat: no-repeat;
}
._sec3_new .__sec3_slider_arr._a_right{
	right: -80px;
	background-image: url('/img/arrow-right-b.png');
	background-size: 80px 100px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	._sec3_new .lSAction>.lSPrev,
	._sec3_new .lSAction>.lSNext{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	._sec3_new{
		margin: 30px 10px;
	}
	._sec3_new,
	._sec3_slider_new{
		height: 240px;
	}
	._sec3_slider_new li iframe{
		height: 220px !important;
	}
	._sec3_new .lSAction>.lSPrev,
	._sec3_new .lSAction>.lSNext{
		display: block;
	}
	._sec3_new .__sec3_slider_arr{
		display: none;
	}
}


._sec4_wrap{
	margin: 150px auto !important;
}
._sec4_wrap > ._title{
	margin: 0 0 100px 0;
	text-align: center;
}
._sec4_wrap > ._title ._tit{
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: 500;
}
._sec4_wrap > ._title ._tit img{
	width: 180px;
	height: auto;
}
._sec4_wrap > ._title ._desc{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
._sec4{
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
}
._sec4 ._item{
	float: left;
	width: 25%;
	padding: 12px;
}
._sec4 ._item ._item_inner{
	border: 1px solid #bcbcbc;
	background: #FFF;
	position: relative;
}
._sec4 ._item ._item_inner ._img{
	position: relative;
	width: 100%;
	height: 244px;
	background-size: cover;
	overflow: hidden;
	background-position: center;
}
._sec4 ._item ._item_inner ._img ._cover{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(124,109,99,0);
	transition: 300ms ease;
}
._sec4 ._item:hover ._item_inner ._img ._cover{
	top: 0;
	/*background: rgba(124,109,99,0.88);*/
	background: rgba(26, 88, 183, 0.7);
}
._sec4 ._item ._item_inner ._img ._cover a{
	color: #FFF;
	font-weight: bold;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}
._sec4 ._item ._item_inner ._img ._cover a span{
	margin-top: 10px;
}
._sec4 ._item ._item_inner ._desc{
	color: #4e4e4e;
	padding: 30px;
}

._sec4 ._item ._item_inner ._desc h5{
	margin: 0 0 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
._sec4 ._item ._item_inner ._desc p{
	font-size: 16px;
	margin: 0;
}


@media (max-width: 768px) {
	#mainpage #main_slider li{
		height: 138px;
	}
	#mainpage ._sec0_wrap .lSSlideOuter .lSPager.lSpg{
		bottom: 60px;
	}
	._sec1_wrap ._sec1{
		height: auto;
		padding: 0;
		margin: 10px;
	}
	._sec1_wrap ._sec1 ._l{
		height: auto;
		flex-direction: column;
	}
	._sec1_wrap ._sec1 ._l a{
		padding: 3px 20px;
		border-bottom: 1px solid #bcbcbc;
		font-size: 16px;
	}
	._sec1_wrap ._sec1 ._l a:after{
		display: none;
	}
	._sec1_wrap ._sec1 ._l a:last-child{
		border-bottom: none;
	}
	._sec1_wrap ._sec1 ._r{
		position: relative;
		width: 100%;
		padding: 20px;
	}

	._sec2{
	    flex-direction: column;
	    height: auto;
	    margin: -30px 0 0;
	}
	._sec2 > ._img{
		width: 100%;
		padding: 100px;
	}
	._sec2 > ._btns a{
		height: 90px;
		font-size: 0.9em;
	}
	._sec2 > ._btns a > img{
		width: 30px;
		margin: 0 0 5px;
	}

	._sec3_wrap{
		margin-top: -120px;
	}
	._sec3{
	    flex-direction: column;
	    height: auto;
	    margin: 80px 10px;
	}
	._sec3 > ._img{
		width: 100%;
		padding: 100px;
	}
	._sec3 > ._ct > div{
		position: relative;
		height: 250px;
		width: 100%;
	}
	._sec3 > ._ct ._sec3_slider > li{
		padding: 30px 15px 0;
		height: 250px;
		display: block;
		position: relative;
		font-size: 16px;
	}
	._sec3 > ._ct ._sec3_slider > li ._dates{
		font-size: 1em;
	}
	._sec3 > ._ct ._sec3_slider > li ._tit{
		font-size: 1.2em;
		margin: 10px 0 20px;
	}
	._sec3 > ._ct ._sec3_slider > li ._desc{
		font-size: 12px;
	}
	._sec3 > ._ct ._sec3_slider > li ._desc > div{
	}
	._sec3 > ._ct ._sec3_slider > li ._desc > div ._label{
		width: 70px;
	}
	._sec3 > ._ct ._sec3_slider > li ._link{
		bottom: 15px;
		right: 93px;
	}

	._sec3 .lSAction{	
		bottom: 15px;
		right: 15px;
	}


	._sec4_wrap{
		margin: 80px auto !important;
	}
	._sec4_wrap > ._title{
		margin: 0 0 30px 0;
	}
	._sec4_wrap > ._title ._tit{
		font-size: 22px;
	}
	._sec4_wrap > ._title ._tit img{
		width: 120px;
		margin: -20px 0 20px;
	}
	._sec4_wrap > ._title ._desc{
		font-size: 13px;
	}
	._sec4{
		margin-left: 0;
		margin-right: 0;
		padding: 0 12px;

		overflow: auto;
		white-space: nowrap;
		text-align: center;
	}
	._sec4 ._item{
		float: none;
		display: inline-block;
		width: 61.8vw;
		padding: 0 6px;
		text-align: left;
		white-space: normal;
		vertical-align: top;
	}
	._sec4 ._item ._item_inner ._img{
		height: 154px;
	}
	._sec4 ._item ._item_inner ._img ._cover{
		display: block;
	    top: inherit;
	    bottom: 0;
	    background: rgba(124,109,99,0.88);
	    height: auto;
	    right: 0;
	    left: inherit;
	    width: auto;
	    padding: 0 5px 0 7px;
	    border-top-left-radius: 5px;
	}
	._sec4 ._item ._item_inner ._img ._cover a{
		flex-direction: row;
		align-items: center;
		margin: 5px;
	}
	._sec4 ._item ._item_inner ._img ._cover a img{
		height: 1.2em;
	}
	._sec4 ._item ._item_inner ._img ._cover a span{
		display: none;
	}
	._sec4 ._item ._item_inner ._desc{
		padding: 15px;
		height: auto;
		display: block;
	}
	._sec4 ._item ._item_inner ._desc h5{
		font-size: 16px;

		line-height: 1.4;
		/*height: 2em;*/
		height: auto;
		text-overflow:ellipsis; overflow:hidden; white-space:nowrap;
	}
	._sec4 ._item ._item_inner ._desc p{
		font-size: 13px;
	}


}


#container_wrap.mainpage{
	padding-bottom: 0;
}

#nfooter{
	/*background: #282520;*/
	background: #333;
	padding: 70px 0;
}
#nfooter *{
	color: #FFF;
}
#nfooter ._wrap1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
#nfooter ._wrap1 .__in{
	margin-bottom: 20px;
}
#nfooter ._wrap1 .__in .__tit{
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	display: flex;
	align-items: center;
}
#nfooter ._wrap1 .__in ._btn{
	background: #0057B8;
	padding: 7px 15px;
	margin-left: 13px;
	border-radius: 30px;
	color: #FFF;
	font-size: 0.7em;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
#nfooter ._wrap1 .__in .__a_list{
}
#nfooter ._wrap1 ._exx3{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#nfooter ._wrap1 ._exx3 .__tit{
	width: 200px;
}
#nfooter ._wrap1 ._exx3 .__a_list{
	display: inline-flex;
}
#nfooter ._wrap1 .__in .__a_list a{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	cursor: pointer;
	margin-right: 30px;
}
#nfooter ._wrap1 .__in .__a_list._inline a{
	display: inline-block;
	margin-right: 10px;
}
#nfooter ._wrap1 .__in .__a_list._inline a img{
	transform: scale(0.8);
	opacity: 0.8;
}
#nfooter ._wrap2{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#nfooter ._wrap2 ._img{
	width: 112px;
	margin-right: 75px;
}
#nfooter ._wrap2 ._desc{
	font-size: 16px;
	letter-spacing: -1px;
}
@media (max-width: 768px) {
	#nfooter{
		padding: 30px 5px;
	}
	#nfooter ._wrap1{
		flex-direction: column;
	}
	#nfooter ._wrap1 .__xs_ex1{
		display: flex;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	#nfooter ._wrap1 .__xs_ex1 .__tit{
		flex-basis: 120px;
		flex-shrink: 0;
		font-size: 12px;
		font-weight: bold;
		margin-top: 2px;
	}
	#nfooter ._wrap1 .__xs_ex1 .__a_list{
		margin-top: 0;
		display: block;
		line-height: 1;
	}
	#nfooter ._wrap1 .__xs_ex1 .__a_list a{
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		margin: 0 5px 5px 0;
	}
	#nfooter ._wrap1 .__xs_ex1 > div{
		display: block;
	}
	#nfooter ._wrap1 .__xs_ex1.mt-40{
		margin-top: 15px !important;
	}
	#nfooter ._wrap1 .__xs_ex1 .mt-10{
		margin-top: 0 !important;
		font-size: 11px;
	}
	#nfooter ._wrap1 .__xs_ex2{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	#nfooter ._wrap1 .__xs_ex2 .__a_list{
		/*justify-content: flex-end;*/
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
	}
	#nfooter ._wrap1 .__xs_ex2 a{
		margin: 0 !important;
		padding: 0 !important;
	}
	#nfooter ._wrap1 .__xs_ex1 .mt-10 ._btn{
		margin-left: 0;
		margin-top: -10px;
		display: inline-flex !important;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#nfooter ._wrap2{
		align-items: flex-start;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 50px;
	}
	#nfooter ._wrap1 .__in .__a_list{
	}
	#nfooter ._wrap1 .__in .__a_list._inline a{
		margin-right: 5px;
	}
	#nfooter ._wrap2 ._desc{
		font-size: 10px;
		letter-spacing: -0.5px;
	}
	#nfooter ._wrap2 ._img{
		width: 80px;
		margin: 4px 38px 0 2px;
	}
}

._popup{
	z-index: 99999;
}


/*components*/

.mbskin{
	width: auto;
	max-width: 1280px;
}

.ui-layout-1{
	display: flex;
	align-items: flex-end;
}
.ui-layout-1 > ._l{
	flex: 1;
}
.ui-layout-1 > ._r{
	flex-basis: 400px;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.ui-layout-1{
		flex-direction: column;
	}
	.ui-layout-1 > ._l{
		flex: 1;
		margin-bottom: 15px;
	}
	.ui-layout-1 > ._r{
		flex-basis: 0;
		flex-shrink: 0;
	}
}

.ui-layout-grid2{
	display: flex;
}
.ui-layout-grid2 > div{
	flex: 1;
	flex-shrink: 0;
}

.ui-layout-grid2.st2{
	align-items: stretch;
}
.ui-layout-grid2.st2 > div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}

@media (max-width: 768px) {
	.ui-layout-grid2{
		flex-direction: column;
	}
	.ui-layout-grid2 > div{
		flex: 1;
		margin-bottom: 15px;
	}
	.ui-layout-grid2 > div:last-child{
		margin-bottom: 0;
	}
}




._tab{
	display: flex;
	align-items: stretch;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
._tab > a{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	cursor: pointer;
}
._tab > a:hover{
	color: #333;
}
._tab > a:last-child{
	border-right: none;
}
._tab > a.active{
	background: #FFF;
	border-bottom: 3px solid #0057B8;
	cursor: default;
}






.panel-group .panel{
	box-shadow: none !important;
}
.panel-group .panel+.panel{
	margin-top: 0 !important;
}
.panel-group .panel-heading{
	padding: 0;
	position: relative;
}
.panel-group .panel-heading ._img{
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.panel-group .panel-heading a.a_collapese ._img{
	/*background: #c9b9b0;
	border: 1px solid #c9b9b0;*/
	background: #13b8d1;
	border: 1px solid #13b8d1;
}

.panel-group .panel-heading a.collapsed ._img{
	background: transparent;
	/*border: 1px solid #998181;*/
	border: 1px solid #c6c6c6;
}
.panel-group .panel-heading ._img img{
	width: 100%;
}
.panel-group .panel-heading .panel-title{
	font-size: 30px;
	/*color: #77695c;*/
	color: #333;
	font-weight: normal;
	line-height: 1.4;
}
.panel-group .panel-heading .panel-title a{
	display: block;
	padding-left: 145px;
	height: 110px;
	line-height: 110px;
	/*color: #003da5;*/
	color: #000;

	/*background: url('./../../../img/arrow-up2.png?v=2203') no-repeat;*/
	/*background-position: right center;*/
}
.panel-group .panel-heading .panel-title a.collapsed{
	color: #4d4b47;
}
.panel-group .panel-heading .panel-title a.collapsed{
	/*background: url('./../../../img/arrow-down2.png?v=2203') no-repeat;*/
	/*background-position: right center;*/
}
.panel-body{
	padding: 0 0 0 145px !important;
	border: 0 !important;
	font-size: 18px;
	line-height: 1.6;

	/*margin-top: -20px;*/
	padding-bottom: 20px;
	background: url('./../../../img/pattern_dot.png?v=2203') repeat-y;
	background-position: 42px 0;

	position: relative;
	min-height: 100px;
	color: #000;
}
.panel-group .panel:last-child .panel-body{
	background: none !important;
}
.panel-body ._figure{
	width: 486px;
	height: 340px;
	position: absolute;
	right: 0;
	/*bottom: 0;*/
	top: -140px;
	background-size: cover !important;
}
@media (max-width: 500px) {

	#pages{
		padding-bottom: 0;
	}
	.panel-group * {
		font-size: 13px;
		line-height: 1.6;
	}
	.panel-group .panel-heading .panel-title a{
		padding-left: 80px;
		height: 60px;
		line-height: 60px;
		font-size: 17px;
	}
	.panel-group .panel-heading ._img{
		width: 60px;
		height: 60px;
	}
	.panel-body{
		background-position: 24px 0;
		padding-left: 80px !important;
		background-size: 13px;
	}
	.panel-group .panel-heading .panel-title a{
		background-size: 11px !important;
	}

	.panel-body ._figure{
		position: relative;
		width: 100%;
		height: 200px;
    	margin-top: 15px;
    	top: 0;
	}
}


.modal{

	z-index: 9999999 !important;
}




#phonecounselModal .modal-dialog{
	max-width: 666px;
}
#phonecounselModal .modal-header{
	background: #0057b8;
}
#phonecounselModal .modal-header .close{
	width: 24px;
	height: 24px;
	background-image: url('./../../../img/btn-x-w.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1 !important;
	font-size: 0;
}
#phonecounselModal .modal-title p{
	color: #FFF;
	font-weight: 500;
}
#phonecounselModal .modal-body{
	background: #0057b8;
	color: #FFF;
	font-weight: 500;
	border: none;
	margin-top: -1px;
	padding: 0 120px 70px;
}
#phonecounselModal .modal-body input[type=submit]{
	background: #FFF !important;
	color: #0057b8 !important;
	font-weight: 300 !important;
	font-size: 30px;
	letter-spacing: 0;
	height: auto;
}
#phonecounselModal .modal-body .form-control{
	color: #013184 !important;
	border-color: #013184 !important;
}
#phonecounselModal .modal-body .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #013184 !important;
  opacity: 1; /* Firefox */
}

#phonecounselModal .modal-body .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #013184 !important;
}

#phonecounselModal .modal-body .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #013184 !important;
}
#phonecounselModal .modal-body .form-group.ieul{
	border-color: #013184 !important;
}
@media (max-width: 768px) {
	#phonecounselModal .modal-body{
		padding: 0 20px 70px;
	}
	#phonecounselModal .modal-body input[type=submit]{
		font-size: 20px;
		font-weight: 500 !important;
	}
}