
#section1 {
	background: #fff
}

.s2_left {
	width: 50%;
	position: relative;
	height: 100%;
	z-index: 9
}

.s2_left .s2_left_left {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	background:url(../images/index-img8.jpg) no-repeat top center #000;
}

.s2_left .s2_left_left .s2_left_l_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 8
}

.s2_left_left .s2_left_text {
	float: right;
	/*width: 610px;*/
	padding-left:160px;
	padding-right: 90px;
	/*outline: solid 1px #f30;*/
}


.s2_left_left .s2_left_text>h3 {
	color: #fff;
	font-size:60px;
	font-weight:bold;
	line-height:70px;
	position: relative;
	padding-bottom:40px;
	font-family:"微軟正黑體";
}

.s2_left_left .s2_left_text>h3:before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 1px;
	content:"";
	background-color: #fff;
	-webkit-transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-ms-transition: width .5s ease-out;
	transition: width .5s ease-out
}

.s2_left_left .s2_left_text:hover>h3:before {
	width: 40px
}

.s2_left_left .s2_left_text .text{
	font-size:18px;
	color:#fff;
	margin-top:40px;
	padding-right:15%;
}

.s2_left_left .s2_left_text .more{
	margin-top:110px;
	display: block;
	overflow: hidden;
	color: #fff;
	display: block;
	width: 150px;
	height: 43px;
	font-size:16px;
	line-height:41px;
	text-align: center;
	border: 1px solid #c70000;
	-webkit-transition: all border-color .4s cubic-bezier(.785,.135,.15,.86);
	-moz-transition: all border-color .4s cubic-bezier(.785,.135,.15,.86);
	-ms-transition: all border-color .4s cubic-bezier(.785,.135,.15,.86);
	transition: all border-color .4s cubic-bezier(.785,.135,.15,.86);
}

.s2_left_left .s2_left_text .more:hover{
	border-color:#fff;
}

.s2_left_left .l_btn {
	position: absolute;
	top: 48%;
	right: 100px;
	cursor: pointer;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	-ms-transition: transform .5s ease-out;
	transition: transform .5s ease-out
}

.s2_left_left .l_btn span {
	display: inline-block;
	float: left
}

.s2_left_left .l_btn span:first-child {
	margin-right: 10px;
	-webkit-animation: bounceX 2s infinite;
	-moz-animation: bounceX 2s infinite;
	-ms-animation: bounceX 2s infinite;
	animation: bounceX 2s infinite
}

.s2_left_left .l_btn span:nth-child(2) {
	margin-top: 15px;
	-webkit-animation: ico_opa 2s infinite;
	-moz-animation: ico_opa 2s infinite;
	-ms-animation: ico_opa 2s infinite;
	animation: ico_opa 2s infinite
}

.s2_left_left .l_btn span:nth-child(3) {
	margin-top: 12px;
	-webkit-animation: ico_opa 2s infinite 1s;
	-moz-animation: ico_opa 2s infinite 1s;
	-ms-animation: ico_opa 2s infinite 1s;
	animation: ico_opa 2s infinite 1s
}

@keyframes bounceX {
	0%,to {
		transform: translateX(0)
	}

	50% {
		transform: translateX(-15px)
	}
}

@-webkit-keyframes bounceX {
	0%,to {
		transform: translateX(0)
	}

	50% {
		transform: translateX(-15px)
	}
}

@keyframes ico_opa {
	0%,to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes ico_opa {
	0%,to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

.s2_left .s2_left_right {
	width: 100%;
	/*background: #cf0010;*/
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
	-webkit-transition: left .5s ease-out .3s;
	-moz-transition: left .5s ease-out .3s;
	-ms-transition: left .5s ease-out .3s;
	transition: left .5s ease-out .3s;
	background:url(../images/index-img9.jpg) no-repeat top center #000;
}

.s2_left .s2_left_right .s2_left_r_box {
	position: relative;
	height: 100%
}

.s2_left .s2_left_right .s2_left_r_img {
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	height: 0;
	padding-bottom: 60%;
	-webkit-transition: opacity .7s ease-out;
	-moz-transition: opacity .7s ease-out;
	-ms-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out
}

.s2_left.s2_left_other .s2_left_right {
	left: 100%
}

.s2_left.s2_left_other .s2_left_right .s2_left_r_img {
	opacity: 1
}

.s2_left .s2_bg_tit img {
	max-width: 100%
}

.s2_left .s2_bg_con {
	position: relative
}

.s2_left .s2_bg_con img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.img_hidden {
	height: 0;
	overflow: hidden;
	display: block
}

.s2_left .s2_left_r_bg {
	width: 60%;
	height: 0;
	padding-bottom: 86%;
	background: #f6f6f6;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: perspective(1400px) rotateY(-25deg);
	-moz-transform: perspective(1400px) rotateY(-25deg);
	-ms-transform: perspective(1400px) rotateY(-25deg);
	transform: perspective(1400px) rotateY(-25deg);
	outline: 1px solid transparent
}

.s2_left .s2_left_r_bg.other {
	padding-bottom: 86%;
	width: 50%
}

.s2_left_right .r_btn {
	position: absolute;
	top: 48%;
	right: 100px;
	cursor: pointer;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	-ms-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	opacity: 0
}

.s2_left_right .r_btn span {
	display: inline-block;
	float: right
}

.s2_left_right .r_btn span:first-child {
	margin-left: 20px;
	-webkit-animation: bounceX 2s infinite;
	-moz-animation: bounceX 2s infinite;
	-ms-animation: bounceX 2s infinite;
	animation: bounceX 2s infinite
}

.s2_left_right .r_btn span:nth-child(2) {
	-webkit-animation: ico_opa 2s infinite;
	-moz-animation: ico_opa 2s infinite;
	-ms-animation: ico_opa 2s infinite;
	animation: ico_opa 2s infinite;
	-webkit-transform: rotate(180deg) translateY(-10px);
	-moz-transform: rotate(180deg) translateY(-10px);
	-ms-transform: rotate(180deg) translateY(-10px);
	transform: rotate(180deg) translateY(-10px)
}

.s2_left_right .r_btn span:nth-child(3) {
	-webkit-animation: ico_opa 2s infinite 1s;
	-moz-animation: ico_opa 2s infinite 1s;
	-ms-animation: ico_opa 2s infinite 1s;
	animation: ico_opa 2s infinite 1s;
	-webkit-transform: rotate(180deg) translateY(-12px);
	-moz-transform: rotate(180deg) translateY(-12px);
	-ms-transform: rotate(180deg) translateY(-12px);
	transform: rotate(180deg) translateY(-12px)
}

.s2_right {
	opacity: 0;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover
}


/*.s2_right ul{padding-top:15%;}*/
.s2_right li{
    width:50%;
    float: left;
    position:relative;
    /*height:350px;*/
    /*padding-top:10%;*/	
    /*padding-left:80px;*/
    /*outline: solid 1px #f30;*/
}

.s2_right li:after{
	content:"";
	display: block;
	padding-bottom:103%;
}

.s2_right li:hover{
	transform-origin:center center;
	transition:all 700ms ease-in-out;
	background:#f8f8f8;
}
.s2_right li:hover .title{
	 padding-top:130px;
}
.s2_right li:hover .title span{
	top:130px;
	transition:all 500ms ease-in-out;
}

.s2_right li .title{
	position:relative;
	padding-top:160px;
	/*padding-left:80px;*/
	transition:all 500ms ease-in-out;
}

.s2_right li .vcenter{
	text-align: left;
}
.s2_right li .title span{
	left:0;
	top:160px;
	font-size:40px;
	line-height:40px;
	position: absolute;
	transition:all 500ms ease-in-out;
	font-family:"DINPro-Light_0";
	border-bottom:solid 6px #e60012;
}

@media (max-width:1440px) {
	.s2_right li .title{padding-top:100px;}
	.s2_right li .title span{top:100px}
}

.s2_right li .title {
	color:#3b3b3b;
	padding-left:55px;
	margin-left:80px;
}
.s2_right li .title .t1{
	font-size:32px;
	line-height:32px;
}
.s2_right li .title .t2{
	font-size:14px;
	padding-left:5px;
	line-height:18px;
	font-family:arial;
}

.s2_right li .text{
	color:#707070;
	margin-top:20px;
	font-size:16px;
	padding:0 80px;
}
.s2_right .s2_r_con {
	width: 50%;
	float: left;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden
}

@media only screen and (max-width:1500px) {
	.s2_right .s2_r_con h3.fnt_16 {
		font-size: 14px
	}
}

.s2_r_con>a {
	display: block;
	width: 100%;
	height: 100%
}

.s2_right .s2_r_con dl {
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%
}

.s2_right .s2_r_con dl dt {
	margin: 0 auto;
	position: relative
}

.s2_right .s2_r_con dl dd {
	text-align: center;
	margin-top: 30px;
	height: 88px
}

.s2_right .s2_r_con dl dd h3 {
	height: 40px;
	color: #2e2d33;
	position: relative;
	padding: 0 10px
}

.s2_right .s2_r_con dl dd h3 span {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #2e2d33;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-ms-transition: width .5s ease-out;
	transition: width .5s ease-out
}

.s2_right .s2_r_con dl dd div.p {
	color: #7d7d7d;
	line-height: 1.8;
	margin-top: 12px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.s2_right .s2_r_con dl dd div.p span {
	padding: 0 10px;
	white-space: nowrap
}

.s2_right .s2_r_con01 {
	background: hsla(0,0%,100%,.9)
}

.s2_right .s2_r_con01 dt {
	width: 75px;
	height: 63px
}

.s2_right .s2_r_con01 dt span {
	position: absolute
}

.s2_right .s2_r_con01 dt span:first-child {
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.s2_right .s2_r_con01 dt span:nth-child(2) {
	top: 23px;
	left: 12px
}

.s2_right .s2_r_con01 dt span:nth-child(3) {
	top: 30px;
	left: 12px
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con01 dt {
		width: 55px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con01 dt span:first-child {
		top: 7px;
		left: 50%;
		width: 30px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.s2_right .s2_r_con01 dt span img {
		max-width: 100%
	}

	.s2_right .s2_r_con01 dt span:nth-child(2) {
		top: 18px;
		left: 8px;
		width: 40px;
		overflow: hidden
	}

	.s2_right .s2_r_con01 dt span:nth-child(3) {
		top: 22px;
		left: 8px
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con01 dt {
		width: 40px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con01 dt span:first-child {
		top: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 30px
	}

	.s2_right .s2_r_con01 dt span:first-child img {
		width: 100%
	}

	.s2_right .s2_r_con01 dt span:nth-child(2) {
		top: 12px;
		left: 6px;
		width: 27px;
		overflow: hidden
	}

	.s2_right .s2_r_con01 dt span:nth-child(3) {
		top: 15px;
		left: 6px;
		width: 15px;
		overflow: hidden
	}
}

.s2_right .s2_r_con02 {
	background: hsla(0,0%,94%,.9)
}

.s2_right .s2_r_con02 dt {
	width: 96px;
	height: 70px
}

.s2_right .s2_r_con02 dt span {
	position: absolute
}

.s2_right .s2_r_con02 dt span:first-child {
	top: 0
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con02 dt {
		width: 30px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con02 dt span:first-child {
		top: 10px;
		//left: 120%;
		width: 30px
	}

	.s2_right .s2_r_con02 dt span:first-child img {
		width: 100%
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con02 dt {
		width: 22px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con02 dt span:first-child {
		top: 0;
		//left: 120%;
		//width: 10px
	}

	.s2_right .s2_r_con02 dt span:first-child img {
		width: 100%
	}
}

.s2_right .s2_r_con03 {
	background: hsla(0,0%,94%,.9)
}

.s2_right .s2_r_con03 dt {
	width: 96px;
	height: 70px
}

.s2_right .s2_r_con03 dt span {
	position: absolute
}

.s2_right .s2_r_con03 dt span:first-child {
	top: 10px;
	left: 5px
}

.s2_right .s2_r_con03 dt span:nth-child(2) {
	top: 2px;
	left: 72px
}

.s2_right .s2_r_con03 dt span:nth-child(3) {
	top: -6px;
	left: 74px
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con03 dt {
		width: 58px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con03 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con03 dt span:first-child {
		top: 10px;
		//left: 55px;
		width: 30px
	}

	.s2_right .s2_r_con03 dt span:nth-child(2) {
		top: 5px;
		left: 56px;
		width: 14px
	}

	.s2_right .s2_r_con03 dt span:nth-child(3) {
		top: 0;
		left: 56px;
		width: 20px
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con03 dt {
		width: 42px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con03 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con03 dt span:first-child {
		top: 8px
	}

	.s2_right .s2_r_con03 dt span:nth-child(2) {
		top: 4px;
		left: 40px;
		width: 12px
	}

	.s2_right .s2_r_con03 dt span:nth-child(3) {
		top: -1px;
		left: 40px;
		width: 18px
	}
}

.s2_right .s2_r_con04 {
	background: hsla(0,0%,94%,.9)
}

.s2_right .s2_r_con04 dt {
	width: 65px;
	height: 61px;
	top: 0;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.s2_right .s2_r_con04 dt span {
	position: absolute
}

.s2_right .s2_r_con04 dt span:nth-child(2) {
	top: 36px;
	left: 59px
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con04 dt {
		width: 49px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con04 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con04 dt span:first-child {
		top: 19px;
		left: 10px;
		width: 30px
	}

	.s2_right .s2_r_con04 dt span:nth-child(2) {
		top: 28px;
		left: 51px;
		width: 11px
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con04 dt {
		width: 35px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con04 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con04 dt span:first-child {
		top: 0;
		left: 10px;
		width: 30px
	}

	.s2_right .s2_r_con04 dt span:nth-child(2) {
		top: 22px;
		left: 37px;
		width: 5px
	}
}

.s2_right .s2_r_con05 {
	background: hsla(0,0%,100%,.9)
}

.s2_right .s2_r_con05 dt {
	width: 96px;
	height: 70px
}

.s2_right .s2_r_con05 dt span {
	position: absolute;
	left: 0
}

.s2_right .s2_r_con05 dt span:first-child {
	top: 0;
	left: 0
}

.s2_right .s2_r_con05 dt span:nth-child(2) {
	top: 27px;
	left: 78px
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con05 dt {
		width: 67px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con05 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con05 dt span:first-child {
		top: 23px;
		left: 15px;
		width: 30px
	}

	.s2_right .s2_r_con05 dt span:nth-child(2) {
		top: 21px;
		left: 63px;
		width: 14px
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con05 dt {
		width: 48px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con05 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con05 dt span:first-child {
		top: 10px;
		left: 15px;
		width: 30px
	}

	.s2_right .s2_r_con05 dt span:nth-child(2) {
		top: 15px;
		left: 47px;
		width: 10px
	}
}

.s2_right .s2_r_con06 {
	background: hsla(0,0%,100%,.9)
}

.s2_right .s2_r_con06 dt {
	width: 96px;
	height: 70px
}

.s2_right .s2_r_con06 dt span {
	position: absolute
}

.s2_right .s2_r_con06 dt span:first-child,.s2_right .s2_r_con06 dt span:nth-child(2) {
	top: -10px;
	left: 0
}

@media only screen and (max-width:1366px) {
	.s2_right .s2_r_con06 dt {
		width: 43px;
		height: 46px;
		background-size: cover!important
	}

	.s2_right .s2_r_con06 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con06 dt span:first-child {
		top: 19px;
		left: 0;
		width: 30px
	}

	.s2_right .s2_r_con06 dt span:nth-child(2) {
		top: -6px;
		left: 47px;
		width: 11px
	}
}

@media only screen and (max-width:1279px) {
	.s2_right .s2_r_con06 dt {
		width: 31px;
		height: 33px;
		background-size: cover!important
	}

	.s2_right .s2_r_con06 dt span img {
		width: 100%
	}

	.s2_right .s2_r_con06 dt span:first-child {
		left: 0;
		top: 0;
		width: 30px
	}

	.s2_right .s2_r_con06 dt span:nth-child(2) {
		top: -6px;
		left: 33px;
		width: 8px
	}
}

.s2_right .s2_r_con:hover {
	box-shadow: 2px 2px 15px #aaa;
	z-index: 2
}

.s2_right .s2_r_con:hover dl dd h3 span {
	width: 95px;
	background: #cf0010
}

.s2_right .s2_r_con:hover dl dd div.p {
	opacity: 1
}

.s2_right .s2_r_con01:hover {
	background: #fff
}

.s2_right .s2_r_con01:hover dt span:first-child {
	-webkit-animation: ico_o 1s infinite linear alternate;
	-moz-animation: ico_o 1s infinite linear alternate;
	-ms-animation: ico_o 1s infinite linear alternate;
	animation: ico_o 1s infinite linear alternate
}

.s2_right .s2_r_con02:hover {
	background: #f0f0f0
}

.s2_right .s2_r_con02:hover dt span:first-child {
	-webkit-animation: ico_t 1.5s infinite linear alternate;
	-moz-animation: ico_t 1.5s infinite linear alternate;
	-ms-animation: ico_t 1.5s infinite linear alternate;
	animation: ico_th 1.5s infinite linear alternate
}

.s2_right .s2_r_con03:hover {
	background: #f0f0f0
}

.s2_right .s2_r_con03:hover dt span:first-child {
	-webkit-animation: ico_th 1.5s infinite linear alternate;
	-moz-animation: ico_th 1.5s infinite linear alternate;
	-ms-animation: ico_th 1.5s infinite linear alternate;
	animation: ico_th 1.5s infinite linear alternate
}

.s2_right .s2_r_con03:hover dt span:nth-child(2) {
	-webkit-animation: ico_th 1.5s .4s infinite linear alternate;
	-moz-animation: ico_th 1.5s .4s infinite linear alternate;
	-ms-animation: ico_th 1.5s .4s infinite linear alternate;
	animation: ico_th 1.5s .4s infinite linear alternate
}

.s2_right .s2_r_con03:hover dt span:nth-child(3) {
	-webkit-animation: ico_th 1.5s .8s infinite linear alternate;
	-moz-animation: ico_th 1.5s .8s infinite linear alternate;
	-ms-animation: ico_th 1.5s .8s infinite linear alternate;
	animation: ico_th 1.5s .8s infinite linear alternate
}

.s2_right .s2_r_con04:hover {
	background: #f0f0f0
}

.s2_right .s2_r_con04:hover dt span:first-child {
	-webkit-animation: ico_f 1s infinite ease-out;
	-moz-animation: ico_f 1s infinite ease-out;
	-ms-animation: ico_f 1s infinite ease-out;
	animation: ico_f 1s infinite ease-out
}

.s2_right .s2_r_con05:hover {
	background: #fff
}

.s2_right .s2_r_con05:hover dt span:nth-child(2) {
	-webkit-animation: ico_fi 1s infinite ease-out alternate;
	-moz-animation: ico_fi 1s infinite ease-out alternate;
	-ms-animation: ico_fi 1s infinite ease-out alternate;
	animation: ico_fi 1s infinite ease-out alternate
}

.s2_right .s2_r_con06:hover {
	background: #fff
}

.s2_right .s2_r_con06:hover dt span:nth-child(2) {
	-webkit-animation: ico_s 1s infinite ease-out alternate;
	-moz-animation: ico_s 1s infinite ease-out alternate;
	-ms-animation: ico_s 1s infinite ease-out alternate;
	animation: ico_s 1s infinite ease-out alternate
}

@-webkit-keyframes ico_o {
	0% {
		left: 35%
	}

	to {
		left: 70%
	}
}

@keyframes ico_o {
	0% {
		left: 35%
	}

	to {
		left: 70%
	}
}

@media only screen and (max-width:1366px) {
@	-webkit-keyframes ico_o {
		0%{left: 40%
	}

	to {
		left: 60%
	}
}

@keyframes ico_o {
	0% {
		left: 40%
	}

	to {
		left: 60%
	}
}}

@-webkit-keyframes ico_t {
	0% {
		left: 120%
	}

	to {
		left: 20%
	}
}

@keyframes ico_t {
	0% {
		left: 120%
	}

	to {
		left: 20%
	}
}

@-webkit-keyframes ico_th {
	0%,to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes ico_th {
	0%,to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes ico_f {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes ico_f {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes ico_fi {
	0% {
		transform: translateX(0) translateY(0)
	}

	50% {
		transform: translateX(7px) translateY(0)
	}

	to {
		transform: translateX(7px) translateY(-7px)
	}
}

@keyframes ico_fi {
	0% {
		transform: translateX(0) translateY(0)
	}

	50% {
		transform: translateX(7px) translateY(0)
	}

	to {
		transform: translateX(7px) translateY(-7px)
	}
}

@-webkit-keyframes ico_s {
	0% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes ico_s {
	0% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@media only screen and (max-width:1600px) {
@	-webkit-keyframes ico_s {
		0%{transform: translateX(-6px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes ico_s {
	0% {
		transform: translateX(-6px)
	}

	to {
		transform: translateX(0)
	}
}}

@media only screen and (max-width:1600px) {
	.s2_left_left .s2_left_text div.more {
		margin-top: 60px
	}

	.s2_left_left .s2_left_text div.more a {
		width: 160px;
		height: 40px;
		line-height: 40px
	}

	.s2_left_left .s2_left_text div.more a span {
		height: 40px;
		line-height: 40px
	}

	.s2_left_left .s2_left_text div.more a span:after {
		height: 40px
	}

	.s2_left_left .s2_left_text ul {
		margin-top: 100px
	}
}

@media only screen and (max-width:1440px) {
	.s2_left_left .s2_left_text {
		padding-left:30px;
	}

	.s2_left_left .s2_left_text div.p {
		margin-top: 25px
	}

	.s2_right .s2_r_con dl dd {
		margin-top: 15px
	}

	.s2_right .s2_r_con dl dd div.p {
		line-height: 1.3
	}

	.s2_left_left .s2_left_text {
		width: 90%;
		box-sizing: border-box
	}
	
	.s2_right li .title .t1{
		font-size:20px;
		line-height:24px;
	}
}

@media(max-width:1300px) {
	.s2_left_left .s2_left_text > h3{
		font-size:50px;
		/*line-height:60px;*/
	}
	.s2_left_left .s2_left_text .more{margin-top:30px;}
	.s2_right li:after{padding-bottom:50%;}
	.s2_right li .title{
		padding-top:30px;
	}
	.s2_right li .title span{top:25px}
	.s2_right li:hover{box-shadow: none;}
}

@media (max-width:960px){
	.s2_right li .title{
		margin-left:20px;
	}
}

@media (max-width:800px ) {
	.s2_right li:after{padding-bottom:70%;}
}

@media (max-width:700px ) {
	.s2_right li{
		width:100%;
		float:none;
	}
	.s2_right{
		padding-bottom:30px;
	}
	.s2_right li .text{padding-right:20px;}
	.s2_right li{
		padding-bottom:20px;
		border-top:solid 1px #ddd;
	}
	.s2_right li .title span{
		font-size:30px;
		border-bottom:solid 3px #e60012;
	}
	.s2_right li .vcenter{
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		position:relative;
	}
	.s2_right li:after{
		display:none;
	}
}

@media only screen and (max-width:1279px) {
	#section1 {
		height: auto!important
	}

	.s2_left {
		height:500px;
	}

	.s2_left .s2_left_right {
		left: 100%
	}

	.s2_left .s2_left_right .s2_left_r_img {
		opacity: 1
	}

	.s2_left_right .r_btn {
		display: none!important
	}

	.s2_left_left .s2_left_text {
		padding-right: 0
	}

	.s2_left_left .s2_left_text>h3 {
		/*height: 50px*/
	}

	.s2_left_left .s2_left_text div.p {
		margin-top: 15px;
		line-height: 1.5
	}

	.s2_left_left .s2_left_text div.more {
		margin-top: 30px
	}

	.s2_left_left .s2_left_text ul {
		margin-top: 20px
	}

	.s2_left_left .s2_left_text li {
		width: 50%;
		margin-top: 30px
	}

	.s2_left_left .s2_left_text li p {
		line-height: 1.2
	}

	.s2_left_left .s2_left_text li p:first-child {
		margin: 0 auto;
		margin-bottom: 10px;
		height: auto
	}

	.s2_left_left .s2_left_text li p:first-child img {
		max-width: 100%
	}

	.s2_left .s2_left_right .s2_left_r_img {
		width: 80%;
		top: 45%
	}

	.s2_right {
		width: 100%;
		left: 0;
		position: static
	}

	.s2_r_con {
		height: 220px!important
	}
}

@media only screen and (max-width:1100px) {
	.s2_left_left .s2_left_text div.more {
		margin-top: 25px;
		width: 120px
	}

	.s2_left_left .s2_left_text div.more a {
		height: 30px;
		line-height: 30px;
		width: 100%;
		box-sizing: border-box
	}

	.s2_left_left .s2_left_text div.more a span {
		height: 30px;
		line-height: 29px;
		font-size: 12px
	}

	.s2_left_left .s2_left_text div.more a span:after {
		height: 30px
	}
}

@media only screen and (max-width:900px) {
	.s2_left {
		height: 400px
	}

	#section1 ul.ico_ul {
		margin-top: 0;
		background-color: #cf0010;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding-bottom: 30px
	}
}

@media only screen and (max-width:700px) {
	.s2_left_left .s2_left_text>h3 {
		height: auto;
		font-size:30px;
		line-height:40px;
		padding-bottom: 15px
	}
	.s2_left_left .s2_left_text .more{
		height:34px;
		font-size:12px;
		line-height:32px;
	}
	.s2_left_left .s2_left_text .text{font-size:15px;}
}

@media only screen and (max-width:900px) {
	.s2_left {
		width: 100%;
		height: auto;
		background-color: #000;
	}

	.s2_left .s2_left_left {
		position: static;
		padding-top:30px;
	}

	.s2_left .s2_left_left .s2_left_l_box {
		position: static;
		box-sizing: border-box;
		transform: translateY(0)
	}

	.s2_left_left .s2_left_text {
		float: none;
	}

 	.s2_left_left .s2_left_text .text{padding-right: 0;}
	
	.s2_left .s2_left_right {
		position: static;
		padding-top:30px;
	}

	.s2_left .s2_left_right .s2_left_r_img {
		position: static;
		transform: translateY(0);
		margin: 0 auto;
		padding-bottom: 80%
	}

	#section1 ul.ico_ul li p:first-child img {
		max-width: 45%;
		margin-bottom: 10px
	}

	#section1 ul.ico_ul li p:nth-child(3) {
		display: none
	}

	#section1 ul.ico_ul li p {
		line-height: 1.2
	}

	.s2_right .s2_r_con dl dd h3 {
		height: 55px;
		line-height: 1.2
	}

	.s2_right .s2_r_con dl dd h3 i {
		display: none
	}

	.s2_right .s2_r_con dl dd h3 em {
		display: block;
		line-height: 1;
		margin-top: 5px
	}

	.s2_right .s2_r_con dl dd div.p {
		font-size: 12px;
		line-height: 1.2
	}

	.s2_right .s2_r_con dl dd div.p br {
		display: none
	}

	.s2_right .s2_r_con dl dd div.p span {
		padding: 0 5px
	}
}

@media (max-width:700px) {
	.s2_left_left .s2_left_text div.more {
		margin-top: 25px
	}
	.s2_left .s2_left_left{
		padding-bottom:30px;
	}
	.s2_left_right {display:none;}
}

