
/*wrap inner set*/
header .m_logo{
	opacity: 1;
}
header #menu{
	opacity: 1;
}
header::before{
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit browsers */ font-size: 12px;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size: 12px; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ font-size: 12px; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */ font-size: 12px;}
/*inner_wrap*/
/*#inner_wrap{
	margin-top: 145px;
}*/

/*inner*/
#resume{
    position: relative;
    z-index: 5;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 35px;
	opacity: 0;/**************************************/
}
#resume .resume_block.first{
	background-color: #f9f9f9;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 38px auto 0;
	padding-bottom: 45px;
	border: 1px solid #cac8c9;
	border-top: 3px solid #1c63d1;
	opacity: 0;/**************************************/
}
#resume .resume_block.oblock{
	background-color: #f9f9f9;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 27px auto 0;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #cac8c9;
	opacity: 0;/**************************************/
}
/*top_info*/
#resume .resume_block .top_info{
	overflow: hidden;
	padding-top: 30px;
	line-height: 30px;
}
#resume .resume_block .top_info .title{
	display: inline-block;
	vertical-align: middle;
    width: 65%;
	margin-left: 10%;
	padding: 9px 0;
	color: #0032a0;
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;
    font-weight: bold;
}
#resume .resume_block .top_info .title:nth-child(2){
	border-top: 1px solid rgba(47, 48, 51, 0.15);
}
#resume .resume_block .top_info .title > span{
	float: left;
}
#resume .resume_block .top_info .select_block{
	float: left;
	width: 72.1%;
	margin-left: 5px;
}
#resume .resume_block .top_info .styled-select{
    background: url(../images/new_arrow.png) no-repeat 97%;
    background-color: transparent;
	display: inline-block;
	vertical-align: middle;
    overflow: hidden;
    width: 335px;
	margin-top: -6px;
	margin-left: 20px;
    border: none;
}
#resume .resume_block .top_info .styled-select select { 
    background-color: transparent;
    background: transparent;
    width: 100%;
    height: 29px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    line-height: 1;
    -webkit-appearance: none;
}
#resume .resume_block .top_info .title .sline{
	background: #e9e9e9;
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 7px;
}
#resume .resume_block .top_info img{
	position: absolute;
	top: 0;
	right: 61px;
}
#resume .resume_block .top_info .line{
	background: #2078f8;
	width: 100%;
	height: 1px;
	margin-top: 20px;
}
#resume .resume_block .top_info .tips{
	float: right;
	width: 230px;
	margin-top: 20px;
	margin-right: 61px;
	margin-bottom: 25px;
	color: #9e9e9e;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

/*form_box*/
#resume .resume_block .form_box{
    display: block;
	clear: both;
    position: relative;
    width: 637px;
	margin: 0 auto;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 0.05em;
}
#resume .resume_block .form_box:after{
    content: '';
    display: block;
    clear: both;
}
#resume .resume_block .form_box h5{
	margin-bottom: 10px;
    color: #0032a0;
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 0.05em;
}
#resume .resume_block .form_box .line{
	background: #ffffff;
    display: block;
	clear: both;
    position: relative;
    width: 100%;
    height: 45px;
	margin-bottom: 5px;
    padding: 7px 0 8px 16px;
}
#resume .resume_block .form_box .line.opt{
	background-color: transparent;
	overflow: hidden;
	height: auto;
}
#resume .resume_block .form_box .line.twolv{
	height: auto;
	overflow: hidden;
}
#resume .resume_block .form_box .line.twolv .line2{
	float: right;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block .form_box .line.twolv .line2:last-child{
	border-bottom: none;
}
#resume .resume_block .form_box .line.twolv span{
float: left;
}
#resume .resume_block .form_box .line.twolv .ss{
    float: right;
    width: 86%;
}
#resume .resume_block .form_box .line label{
	display: block;
    position: relative;
    width: 100%;
}
#resume .resume_block .form_box .line label::after{
	content: '';
	display: block;
	clear: both;
}
#resume .resume_block .form_box .line label >b{
	display: inline-block;
    float: left;
	width: 61px;
	padding-left: 5px;
    color: #0032a0;
    font-family:Arial,sans-serif;
	font-style: normal;
}
#resume .resume_block .form_box .line label span{
    float: left;
}
#resume .resume_block .form_box .line label span em{
	display: inline-block;
	margin-left: 4px;
	font-style: normal;
}
#resume .resume_block .form_box .line .inputbox,
#resume .resume_block .form_box .line .inputbox2{
    background-color: transparent;
    display: inline-block;
    float: right;
    width: 79%;
    height: 26px;
	margin-top: 1px;
	padding: 0 5px;
    border: 0;
	color: #717171;
    font-family:Aria,微軟正黑體,Myriad Pro,Myriad,sans-serif;
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 0.05em;
}
#resume .resume_block .form_box .line .inputbox2{
	width: 173px;
	margin-left: 7px;
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block .form_box .line.more_o .inputbox2{
	width: 80%;
}
#resume .resume_block .form_box .line .name{
	float: left;
}
#resume .resume_block .form_box .line .thress_block{
	float: right;
    width: 78%;
	margin-top: 1px;
}
#resume .resume_block .form_box .line.more_o .thress_block{
	width: 82%;
	margin-bottom: 5px;
}
#resume .resume_block .form_box .line .thress_block label{
	float: left;
    width: auto;
    margin-right: 29px;
	margin-bottom: 5px;
	color: #858585;
	line-height: 25px;
}
#resume .resume_block .form_box .line .thress_block label:last-child{
    margin-right: 0;
}
#resume .resume_block .form_box .line .thress_block.first label{
	font-size: 14px;
}
#resume .resume_block .form_box .line .thress_block label input:checked{
    background-image: url(../images/op_ok.png);
}
#resume .resume_block .form_box .line .thress_block label.tt input:checked
{
background-image: url(../images/check_c.png);
}
#resume .resume_block .form_box .line .thress_block .tt .inputbox{
	background-image: url(../images/check.png);
}
#resume .resume_block .form_box .line .thress_block .tt .inputbox {
    background-image: url(../images/check.png);
}
#resume .resume_block .form_box .line .thress_block label.tt input:checked {
    background-image: url(../images/check_c.png);
}
#resume .resume_block .form_box .line .thress_block .inputbox{
    background-image: url(../images/op.png);
    float: left;
    position: relative;
    top: 6px;
    width: 14px;
    height: 14px;
    margin: 0;
	margin-right: 4px;
    padding: 0;
    outline: none;
    font-family:微軟正黑體,Myriad Pro,Myriad,Aria, sans-serif;
	
    -webkit-appearance: none;
}
#resume .resume_block .form_box .line.more_h{
    height: 120px;
}
#resume .resume_block .form_box .styled-select{
    background: url(../images/new_arrow.png) no-repeat 95%;
    background-color: transparent;
    float: right;
    overflow: hidden;
    width: 350px;
    height: 29px;
    border: none;
}
#resume .resume_block .form_box .styled-select select { 
    background-color: transparent;
    background: transparent;
    width: 100%;
    height: 29px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #858585;
    font-size: 14px;
    line-height: 1;
    -webkit-appearance: none;
}
#resume .resume_block .form_box .line.textarea{
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}
#resume .resume_block .form_box .line.textarea textarea{
    background-color: transparent;
    display: block;
    width: 95%;
    height: 163px;
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 0;
    border: 0;
	border-bottom: 1px solid #eaeaea;
	color: #717171;
    font-family:Aria,微軟正黑體,Myriad Pro,Myriad,sans-serif;
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 0.05em;
}
#resume .resume_block .form_box .line.textarea textarea.exp_textarea{
	float: right;
	width: 85%;
	height: 50px;
	margin-right: 5%;
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block .form_box .line.cap{
	float: left;
    width: 67%;
}
#resume .resume_block .form_box .line.cap .inputbox{
	width: 65%;
}
#resume .resume_block .form_box .captcha_info{
	float: right;
    position: relative;
    width: 31%;
    height: 45px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#resume .resume_block .form_box .captcha_info .captcha{
	float: left;
	margin-right: 5px;
}
#resume .resume_block .form_box .captcha_info .re{
	background: #b9b9b9;
	float: left;
	width: 82px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d7d7d7;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
       -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#resume .resume_block .form_box .line.cap .re:hover{
	background: #a9a9a9;
}
#resume .resume_block .form_box .send{
    display: block;
    position: relative;
	overflow: hidden;
    width: 210px;
    height: 36px;
    margin: 35px auto 10px;
	text-align: center;
}
#resume .resume_block .form_box .send .sendform{
    font-family:Aria,微軟正黑體,Myriad Pro,Myriad,sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2078fa+0,1b5fca+100 */
background: rgb(32,120,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(32,120,250,1) 0%, rgba(27,95,202,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(32,120,250,1) 0%,rgba(27,95,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(32,120,250,1) 0%,rgba(27,95,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2078fa', endColorstr='#1b5fca',GradientType=0 ); /* IE6-9 */

    width: 210px;
    height: 36px;
	border: none;
	color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.2em;
	cursor: pointer;
}
#resume .resume_block .form_box .send .sendform:last-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8400+0,f5b409+100 */
background: rgb(255,132,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,132,0,1) 0%, rgba(245,180,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,132,0,1) 0%,rgba(245,180,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,132,0,1) 0%,rgba(245,180,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f5b409',GradientType=0 ); /* IE6-9 */

}
#resume .resume_block .form_box .line_error{
	border-top: 1px solid #e29639;
	clear: both;
    width: 100%;
    height: 45px;
	margin-top: -5px;
	padding-top: 5px;
	color: #e29639;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}




@media only screen and (min-width: 1025px) {


}

@media only screen and (max-width: 1024px) {

/*inner_wrap*/
/*#inner_wrap{
	margin-top: 160px;
}*/

/*inner*/
#resume{
/*	background-color: #f9f9f9;*/
	width: 80%;
}
/*top_info*/
#resume .resume_block .top_info .title{
	width: 81%;
}
#resume .resume_block .top_info .styled-select{
	width: 210px;
}
#resume .resume_block .top_info img{
	display: none;
}
#resume .resume_block .top_info .tips{
	float: none;
	margin-left: 10%;
	margin-bottom: 30px;
}
/*form_box*/
#resume .resume_block .form_box{
    float: none;
    width: 80%;
}
#resume .resume_block .form_box .line .inputbox{
    width: 74%;
}
#resume .resume_block .form_box .line .inputbox2{
    width: 160px;
}
#resume .resume_block .form_box .line .thress_block{
    width: 73%;
}
#resume .resume_block .form_box .line.more_h{
    height: auto;
}
#resume .resume_block .form_box .styled-select{
	width: 85%;
    float: left;
}
#resume .resume_block .form_box .line.cap{
	width: calc(100% - 210px);
}
#resume .resume_block .form_box .captcha_info{
	width: 195px;
}

}


@media only screen and (max-width: 750px) {

/*top_info*/
#resume .resume_block .top_info .title{
	width: 90%;
}
#resume .resume_block .top_info .select_block{
	width: 100%;
	margin-left: 0;
}
#resume .resume_block .top_info .styled-select{
	width: 90%;
	margin-top: 10px;
	margin-left: 0;
}
/*form_box*/
#resume .resume_block .form_box .line.opt{
    height: auto;
}

}


@media only screen and (max-width: 600px) {
	
/*inner_wrap*/
/*#inner_wrap{
	margin-top: 145px;
}*/

/*inner*/

#resume{
	position: relative;background-color: #f9f9f9;
	width: 100%;
	border: none;
}
#resume .resume_block.first{
	background: #ffffff;
	padding-bottom: 15px;
	border-top: 1px solid #cac8c9;
}
#resume .resume_block.first::before{
    content: '';
    background-color: #1c63d1;
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
	z-index: 110;
    width: 86%;
    height: 3px;
}
#resume .resume_block.oblock{
	background: #ffffff;
	width: 85%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*top_info*/
#resume .resume_block .top_info{
	background: #ffffff;
	margin-bottom: 20px;
	padding: 0 14%;
	border-bottom: 1px solid #eaeaea;
	line-height: 112px;
}
#resume .resume_block .top_info .title{
	width: 100%;
	margin-left: 0;
	font-size: 16px;
}
#resume .resume_block .top_info .styled-select{
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
	font-size: 14px;
}
#resume .resume_block .top_info .line{
	display: none;
}
/*tips*/
#resume .resume_block .top_info .tips{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*form_box*/
#resume .resume_block .form_box{
	width: 72%;
}
#resume .resume_block.oblock .form_box{
	width: 80%;
}
#resume .resume_block .form_box .line{
	overflow: hidden;
    height: auto;
	margin-bottom: 14px;
	padding: 7px 0 8px 0;
}
#resume .resume_block .form_box .line.twolv .line2{
	width: 100%;
}
#resume .resume_block .form_box .line.twolv .line2:last-child{
	/*border-bottom: 1px solid #eaeaea;*/
}
#resume .resume_block.first .form_box .line{
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block.first .form_box .line.opt{
	border-bottom: none;
}
#resume .resume_block.b2 .form_box .line{
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block.b2 .form_box .line.more_o{
	border-bottom: none;
}
#resume .resume_block.b3 .form_box .line{
	margin-bottom: 4px;
	padding: 7px 0 0;
	border-bottom: 1px solid #eaeaea;
}
#resume .resume_block .form_box .line label span, 
#resume .resume_block .form_box .line .name {
    width: 100%;
}
#resume .resume_block.b2 .form_box .line label span, 
#resume .resume_block.b2 .form_box .line .name {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10%;
}
#resume .resume_block.b2 .form_box .line label span::before,
#resume .resume_block.b2 .form_box .line .name::before{
    content: '';
    background-color: #1c63d1;
    position: absolute;
    top: 12px;
    left: 0;
	z-index: 110;
    width: 5px;
    height: 5px;
	border-radius: 50%;
}
#resume .resume_block .form_box .line .inputbox,
#resume .resume_block .form_box .line .thress_block.first, 
#resume .resume_block .form_box .styled-select,
#resume .resume_block .form_box .line.twolv .ss{
    width: 100%;
}
#resume .resume_block .form_box .line .thress_block{
    width: 100%;
	height: auto;
}
#resume .resume_block .form_box .line.more_o .thress_block {
    width: 100%;
}
#resume .resume_block.b2 .form_box .line .thress_block label:first-child{
	width: 100%;
}
#resume .resume_block .form_box .line .thress_block label:nth-child(2){
	margin-left: 7%;
}
#resume .resume_block .form_box .line .inputbox2{
    width: 72%;
}
#resume .resume_block .form_box .line.more_o .inputbox2{
	width: 91%;
}
#resume .resume_block .form_box h5{
	position: relative;
	margin-bottom: 5px;
	padding-left: 10%;
}
#resume .resume_block .form_box h5::before{
    content: '';
    background-color: #1c63d1;
    position: absolute;
    top: 12px;
    left: 0;
	z-index: 110;
    width: 5px;
    height: 5px;
	border-radius: 50%;
}
#resume .resume_block .form_box .line label > b{
	display: none;
}
#resume .resume_block .form_box .line label > b.no{
	display: block;
	margin-bottom: 10px;
}
#resume .resume_block .form_box .line.textarea{
	margin-bottom: 20px;
}
#resume .resume_block .form_box .line.textarea textarea.exp_textarea{
	width: 100%;
	border-bottom: none;
}
#resume .resume_block .form_box .cap_wrap{
	background: #ffffff;
	width: 100%;
}
#resume .resume_block .form_box .line.cap{
	float: none;
	width: 100%;
}
#resume .resume_block .form_box .captcha_info{
	float: none;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #eeeeee;
}
#resume .resume_block .form_box .send{
    margin-left: auto;
    margin-right: auto;
}
#resume .resume_block .form_box .line_error{
	margin-top: -14px;
}

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 450px) {


}






/*resume_area*/

#resume_area{
	    display: block;
    position: relative;
    width: 100%;
}
#resume_area .area{
    display: inline-block;
    position: relative;
    width: 100%;opacity: 0;
    color: #717171;
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
    border-bottom: 1px solid gainsboro;
        margin-bottom: 40px;
    padding-bottom: 25px;
}
#resume_area .area::after{
	content: '';
	display: block;
	clear: both;
}
#resume_area .area:last-child{
	border-bottom: 0;
}
#resume_area .area .text{
	    float: left;
    width: 40%;
}
#resume_area .area:nth-child(even) .text{
	float: right;
}
#resume_area .area:nth-child(even) .map_area{
	float: left;  
}
#resume_area .area .text h4{
    color: black;
    font-size: 19px;
    margin-bottom: 35px;
    display: block;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.52);
    font-weight: 400;
}

#resume_area .area .text .info{
	display: block;
    width: 100%;
    position: relative;
}
#resume_area .area .text .info .line{
	    display: block;
    width: 100%;
    background-repeat: no-repeat;
    padding-left: 42px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 1px;
    background-position: left 2px;color: #717171;
}
#resume_area .area .text .info .line a{
	color: #717171;
}
#resume_area .area .text .info .line:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#resume_area .area .text .info .line span{
	
}
#resume_area .area .map_area{
	    display: block;
    float: right;
    width: 53%;
    height: 270px;
    position: relative;
    text-align: center;
}
#resume_area .area .map_area .bg_block{
	display: block;
	position: relative;    z-index: 1;
	 -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#resume_area .area .map_area .bg1{
    background-image: url(../images/resume/line01.png);
    position: absolute;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    height: 113px;
    top: 21%;
     animation-duration: 15s;
	  animation-name: bg1;
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
}
@-webkit-keyframes bg1 {
	0%,100%{
		-webkit-transform:  perspective(400px)skewX(0)rotate(0);
		-moz-transform:  perspective(400px)skewX(0)rotate(0);
		transform:  perspective(400px)skewX(0)rotate(0);
	}
	30%{
		-webkit-transform:  perspective(400px)skewX(15deg)rotate(5deg);
		-moz-transform:  perspective(400px)skewX(15deg)rotate(5deg);
		transform:  perspective(400px)skewX(15deg)rotate(5deg);
	}
	70%{
		-webkit-transform:  perspective(400px)skewX(-10deg)rotate(0deg);
		-moz-transform:  perspective(400px)skewX(-10deg)rotate(0deg);
		transform:  perspective(400px)skewX(-10deg)rotate(0deg);
	}
	90%{
		-webkit-transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
		-moz-transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
		transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
	}
}

@keyframes bg1 {
	0%,100%{
		-webkit-transform:  perspective(400px)skewX(0)rotate(0);
		-moz-transform:  perspective(400px)skewX(0)rotate(0);
		transform:  perspective(400px)skewX(0)rotate(0);
	}
	30%{
		-webkit-transform:  perspective(400px)skewX(15deg)rotate(5deg);
		-moz-transform:  perspective(400px)skewX(15deg)rotate(5deg);
		transform:  perspective(400px)skewX(15deg)rotate(5deg);
	}
	70%{
		-webkit-transform:  perspective(400px)skewX(-10deg)rotate(0deg);
		-moz-transform:  perspective(400px)skewX(-10deg)rotate(0deg);
		transform:  perspective(400px)skewX(-10deg)rotate(0deg);
	}
	90%{
		-webkit-transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
		-moz-transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
		transform:  perspective(400px)skewX(-5deg)rotate(-5deg);
	}

}

#resume_area .area .map_area .bg2{
    background-image: url(../images/resume/line02.png);
    position: absolute;
    z-index: 1;
    width: 219px;
    background-repeat: no-repeat;
    height: 274px;
    top: -45px;
    left: 18%;
       animation-duration: 5s;
	  animation-name: bg2;
	  animation-iteration-count: infinite;
	  animation-direction: alternate;
}
@-webkit-keyframes bg2 {
	0%,100%{
		-webkit-transform:  perspective(400px)skewX(0)rotate(0);
		-moz-transform:  perspective(400px)skewX(0)rotate(0);
		transform:  perspective(400px)skewX(0)rotate(0);
	}
	30%{
		-webkit-transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
		-moz-transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
		transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
	}
	70%{
		-webkit-transform:  perspective(400px)skewX(3deg)rotate(0deg);
		-moz-transform:  perspective(400px)skewX(3deg)rotate(0deg);
		transform:  perspective(400px)skewX(3deg)rotate(0deg);
	}
	85%{
		-webkit-transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
		-moz-transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
		transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
	}

}

@keyframes bg2 {
	0%,100%{
		-webkit-transform:  perspective(400px)skewX(0)rotate(0);
		-moz-transform:  perspective(400px)skewX(0)rotate(0);
		transform:  perspective(400px)skewX(0)rotate(0);
	}
	30%{
		-webkit-transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
		-moz-transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
		transform:  perspective(400px)skewX(-10deg)rotate(-5deg);
	}
	70%{
		-webkit-transform:  perspective(400px)skewX(3deg)rotate(0deg);
		-moz-transform:  perspective(400px)skewX(3deg)rotate(0deg);
		transform:  perspective(400px)skewX(3deg)rotate(0deg);
	}
	85%{
		-webkit-transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
		-moz-transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
		transform:  perspective(400px)skewX(-2deg)rotate(-2deg);
	}

}




#resume_area .area .map_area .pic{
	    width: 208px;
    height: 208px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    display: block;
    margin: 0 auto;
    position: relative;
z-index: 6;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
      -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
#resume_area .area .map_area .pic div{
	    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    background-color: rgba(0, 106, 255, 0.68);
    opacity: 0;
     -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    -ms-transition:all .6s ease;
    transition:all .6s ease;
}
#resume_area .area .map_area .map{
    position: absolute;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    display: block;
    background-color: beige;
    left: 50%;
    top: 0;
    z-index: 5;
    margin-left: -104px;
    overflow: hidden;
    opacity: 1;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
     -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#resume_area .area .map_area .map .map_box{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin:-250px 0 0 -250px;
}











@media only screen and (min-width: 1025px) {


#resume_area .area .map_area:hover .bg_block{
	opacity: 0;
}
#resume_area .area .map_area:hover .pic{
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

#resume_area .area .map_area:hover .map{
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
}




#resume_area .area .map_area:hover .pic div{
	opacity: 1;
}

}

@media only screen and (max-width: 1024px) {
#resume_area .area{
	opacity: 1;
}
#resume_area{
width: 81%;
    margin: 0 auto;
}
#resume_area .area .map_area .bg_block,#resume_area .area .map_area .map{
	display: none;
}
#resume_area .area .text{
	width: 50%;
}
#resume_area .area .map_area{
	width: 44%;
}
#resume_area .area .text h4{
	    margin-bottom: 45px;
}
#resume_area .area:nth-child(even) .map_area{
	left: 0;
}
#resume_area .area{
	    margin-top: 15px;
    padding-bottom: 7px;
}


}

@media only screen and (max-width: 700px) {
#resume_area{
width: 90%;
    margin: 0 auto;
}

}

@media only screen and (max-width: 600px) {
#resume_area .area .text{
	width: 100%;position: relative;z-index: 5;
}
#resume_area .area .map_area {
    width: 100%;
    margin-top: 40px;
    height: 214px;
    margin-bottom: 40px;z-index: 5;
}
#resume_area .area{
    border: 0;
    padding-top: 50px;
    margin-top: 0;
    margin-bottom: 0;
}
#resume_area .area:nth-child(even):after{
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f9f9f9;
    top: 0;
    left: -5vw;
    z-index: 1;
}
#resume_area .area:nth-child(1){
margin-top: 0;
    padding-top: 0;
}

}

@media only screen and (max-width: 450px) {

#resume_area{
width: 85%;
}

#resume_area .area:nth-child(even):after{
left: -7.5vw;
}




}





