﻿@charset "utf-8";

.section {
	position: relative;
    width: 100%;
    margin: 0 auto;
}
.section h2 {
	display:block;
	color:#FFF;
    font-size: 5.7em;
    font-weight: bold;
	text-align:center;
	-webkit-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
.section em {
	display:block;
	color:#FFF;
    font-size: 2.5em;
	font-style:normal;
	text-align:center;
	margin-top:10px;
	-webkit-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	   -moz-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	    -ms-text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
	        text-shadow: 0px 1px 5px rgba(0,0,0,.5), 0px 1px 15px rgba(0,0,0,.5);
}
@media screen and (max-width:990px) {
	.section {
		height: auto !important;
		padding:40px 0;
	}
	.fp-tableCell {
		height: auto !important;
	}
}
@media screen and (max-width:540px) {
	.section h2 {
		font-size: 3.7em;
	}
}
@media screen and (min-width:1200px) {
	.section h2 {
		  font-size: 6.1em;
	  }
	  .section em {
		  font-size: 2.9em;
		  margin-top:20px;
	  }
}


/** homeMain **/
#homeMain {
	position:relative;
	width:100%;
	padding:0;
	margin:0 auto;
}
#homeMain .listshow {
	float:left;
	width:100%;
	background:#000;
	margin:0 auto;
}
#homeMain .listshow .item {
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding-bottom:28%;
}
#homeMain .listshow a {
	float:left;
	width:100%;
	height:100%;
}
#homeMain .listshow .pic {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-position:50% 0;
	background-size:cover;
	z-index:1;
}
#homeMain .listshow a:focus .pic {
	filter:alpha(opacity=50);
	opacity:0.5;
}
#homeMain .listshow .slick-prev,
#homeMain .listshow .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	width:60px;
	height:60px;
	border:1px solid rgba(255,255,255,1);
	box-sizing:border-box;
	z-index:10;	
    -webkit-transition:all 0.8s;
            transition:all 0.8s;
}
#homeMain .listshow .slick-prev {
	left:15px;
}
#homeMain .listshow .slick-next {
	right:15px;
}
#homeMain .listshow .slick-prev span,
#homeMain .listshow .slick-next span {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	font-size:0;
}
#homeMain .listshow .slick-prev span:before,
#homeMain .listshow .slick-next span:before {
	position:absolute;
	content: "";
    display: block;   
    width: 24px;
    height: 24px;    
    z-index: 2;
}
#homeMain .listshow .slick-prev span:before {
	left: 50%;
    top: 50%;
	margin: -14px 0 0 -6px;
	border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#homeMain .listshow .slick-next span:before {
	right: 50%;
    top: 50%;
	margin: -14px -6px 0 0 ;
	border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#homeMain .listshow .slick-prev:hover,
#homeMain .listshow .slick-next:hover,
#homeMain .listshow .slick-prev:focus,
#homeMain .listshow .slick-next:focus {
	background-color:rgba(255,255,255,.5);
}
@media screen and (max-width:990px) {
	#homeMain {
		margin-top:60px;
	}
}
@media screen and (max-width:768px) {
	#homeMain .listshow .wd {
		padding:10px 0;
	}
	#homeMain .listshow .wd h3 {
		font-size: 1.9em;
	}
	#homeMain .listshow .wd p {
		font-size:1.5em;
		margin-top:5px;
	}
	#homeMain .listshow .slick-prev,
	#homeMain .listshow .slick-next {
		width:40px;
		height:40px;
		background-size:auto 25px;
	}
	#homeMain .listshow .slick-prev span:before,
	#homeMain .listshow .slick-next span:before {
		width:16px;
		height:16px;
		margin-top:-9px;
	}
}
@media screen and (max-width:420px) {
	#homeMain {
		margin-top:55px;
	}
}
@media screen and (min-width:991px) {
	#homeMain .listshow .item {
		height:calc(100vh - 105px);
		padding:0;
		margin-top:105px;
	}
	#homeMain .listshow .slick-prev {
		left:30px;
		margin-top:55px;
	}
	#homeMain .listshow .slick-next {
		right:30px;
		margin-top:55px;
	}
}


/** newsSection **/
#newsSection {
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(../images/home-bg1.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#newsSection .newsBox {	
	width: 100%;
	margin:30px auto 0 auto;
}
#newsSection .newsBox > ul {
	margin:-10px;
}
#newsSection .newsBox > ul > li {
	display:inline-block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
#newsSection .newsBox .newsList {
	position:relative;
	float:left;
	width: 100%;
	padding:20px;
	background:#FFF;
	box-sizing:border-box;
}
#newsSection .newsBox .newsList h4 {
	color:#000;
	font-size:1.9em;
	line-height:155%;
	font-weight:bold;
}
#newsSection .newsBox a .newsList {
    float:left;
	width:100%;	
}
#newsSection .newsBox a:hover .newsList h4,
#newsSection .newsBox a:focus .newsList h4 {
	color: #bb003b;
}
#newsSection .newsBox .newsList time {
	display:block;
	color:#009b9a;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 10px 0;
}
#newsSection .newsBox .newsList .btn {
	position:relative;
	width:100%;	
	color:#555;
	font-size:1.5em;
	text-align:right;
	margin-top:15px;
}
#newsSection .newsBox .newsList .btn span {
	position:relative;
	padding-right:20px;
}
#newsSection .newsBox .newsList .btn span:before {
	position:absolute;
	content: "";
    display: block;
	top:7px;
	right:5.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #555;
}
#newsSection .newsBox .newsList .btn span:after {
	position:absolute;
	content: "";
    display: block;
	top:3px;
	right:0;
    width: 15px;
    height: 15px;
	border:1px solid #555;
	box-sizing:border-box;
    z-index: 2;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	-webkit-transition:all 0.4s;
	   -moz-transition:all 0.4s; 
         -o-transition:all 0.4s;
            transition:all 0.4s;
}
#newsSection .newsBox a:hover .newsList .btn,
#newsSection .newsBox a:focus .newsList .btn {
	color: #bb003b;
}
#newsSection .newsBox a:hover .newsList .btn span:before,
#newsSection .newsBox a:focus .newsList .btn span:before {
	border-color: transparent transparent transparent #bb003b;
}
#newsSection .newsBox a:hover .newsList .btn span:after,
#newsSection .newsBox a:focus .newsList .btn span:after {
	border-color: #bb003b;
}
#newsSection .newsBtn {
	width:100%;
	text-align:center;
	margin-top:30px;
}
#newsSection .newsBtn .btn-more {
	display:inline-block;
	width:100%;
	max-width:320px;
	padding:10px 0;
	border:1px solid #FFF;
}
#newsSection .newsBtn .btn-more span {
	color:#FFF;
	font-size: 1.7em;
    line-height: 24px;
	font-weight:bold;
}
#newsSection .newsBtn .btn-more:hover,
#newsSection .newsBtn .btn-more:focus {
	border-color:#B20000;
}
#newsSection .newsBtn .btn-more:hover span,
#newsSection .newsBtn .btn-more:focus span {
	color:#B20000;
}
#newsSection .newsBtn .btn-more span em {
	display:inline-block;
	width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
	vertical-align:top;
	background:url(../images/icon-btn-more.svg) no-repeat 50% 50%;
	background-size:cover;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
#newsSection .newsBtn .btn-more:hover span em,
#newsSection .newsBtn .btn-more:focus span em {
	background-image:url(../images/icon-btn-more-on.svg);
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
         -o-transform:rotate(180deg);
            transform:rotate(180deg);
}
@media screen and (min-width: 768px) {
	#newsSection .newsBox > ul >li  {
		width:33.33%;
	}
	#newsSection .newsBox .newsList {
		min-height:63px;
	}
	#newsSection .newsBtn {
		margin-top:35px;
	}
	#newsSection .newsBtn .btn-more {
		width:calc((100% / 3) - 20px);
		max-width:360px;
	}
}
@media screen and (min-width: 991px) {
	#newsSection .container {
		margin-top:160px;
	}
	#newsSection .newsBox .newsList {
		padding:30px 25px;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 92% 100%, 0% 100%);
				clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 92% 100%, 0% 100%);
	}
	#newsSection .newsBox .newsList h4 {
		min-height:180px;
	}
}
@media screen and (min-width: 1200px) {
	#newsSection .newsBox {
		margin-top:60px;
	}
	#newsSection .newsBox > ul {
		margin:0 -15px;
	}
	#newsSection .newsBox > ul >li  {
		padding:0 15px;
	}
	#newsSection .newsBox .newsTit {
		height:200px;
	}
	#newsSection .newsBtn {
		margin-top:60px;
	}
}


/** perfoSection **/
#perfoSection {
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(../images/home-bg2.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#perfoSection .perfoBox {
	width: 100%;
	padding:5px;
	box-sizing:border-box;
	background:#FFF;
	margin:30px auto 0 auto;
}
#perfoSection .perfoBox .box {
	position:relative;
	float:left;
	width:calc(100% - 10px);
	min-height:210px;
	overflow:hidden;
	margin:5px;
	z-index:1;
}
#perfoSection .perfoBox .box:before {
	position:absolute;
	content: "";
    display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(-45deg,  rgba(0,91,172,0) 0%, rgba(0,91,172,0.9) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,91,172,0) 0%,rgba(0,91,172,0.9) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,91,172,0) 0%,rgba(0,91,172,0.9) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005bac', endColorstr='#e6005bac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	z-index:-1;
}
#perfoSection .perfoBox .box.bx2:before {
	background: -moz-linear-gradient(-45deg,  rgba(0,148,172,0) 0%, rgba(0,148,172,0.9) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,148,172,0) 0%,rgba(0,148,172,0.9) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,148,172,0) 0%,rgba(0,148,172,0.9) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000094ac', endColorstr='#e60094ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#perfoSection .perfoBox .box:after {
	position:absolute;
	content: "";
    display: block;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 280px 280px 0 0;
	border-color: #005bac transparent transparent transparent;
	z-index:-1;
}
#perfoSection .perfoBox .box.bx2:after {
	border-color: #0094ac transparent transparent transparent;
}
#perfoSection .perfoBox .box h3 {
	color:#FFF;
	font-size:3.9em;
	font-weight:normal;
	text-indent:-5px;
	margin:20px 0 0 20px;
	-moz-transform-origin: bottom;
           -moz-transform: skewX(-11deg);
    -webkit-transform-origin: bottom;
           -webkit-transform: skewX(-11deg);
    -o-transform-origin: bottom;
           -o-transform: skewX(-11deg);
    -ms-transform-origin: bottom;
           -ms-transform: skewX(-11deg);
    transform-origin: bottom;
           transform: skewX(-11deg);
}
#perfoSection .perfoBox .box .wd {
	position:absolute;
	right:20px;
	bottom:20px;
}
#perfoSection .perfoBox .box .wd dl {
	position:relative;
	display:block;
	width:calc(100% - 150px);
	padding-left:150px;
	margin-top:5px;
	-moz-transform-origin: bottom;
           -moz-transform: skewX(-11deg);
    -webkit-transform-origin: bottom;
           -webkit-transform: skewX(-11deg);
    -o-transform-origin: bottom;
           -o-transform: skewX(-11deg);
    -ms-transform-origin: bottom;
           -ms-transform: skewX(-11deg);
    transform-origin: bottom;
           transform: skewX(-11deg);
}
#perfoSection .perfoBox .box .wd dl dt {
	position:absolute;
	left:0;
	top:10px;
	color:#FFF;
	font-size:2.1em;
}
#perfoSection .perfoBox .box .wd dl dd {
	color:#FFF;
	font-size:1.5em;
}
#perfoSection .perfoBox .box .wd dl dd span {
    display: inline-block;    
	font-family: Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-size:2.3rem;
	font-weight:bold;
	vertical-align: text-bottom;
	margin:0 3px -3px 0;
}
#perfoSection .perfoBox .box .pic {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-2;
}
#perfoSection .perfoList {
	width: 100%;
	margin:25px auto 0 auto;
}
#perfoSection .perfoList ul {
	list-style:none;
	margin:-10px;
}
#perfoSection .perfoList ul li {
	display:inline-block;
	width:33.33%;	
	padding:10px;
	margin:10px 0;
	border-right:1px dashed #0094ac;
	box-sizing:border-box;
	vertical-align:top;
}
#perfoSection .perfoList ul li:last-child {
	border-right:none;
}
#perfoSection .perfoList ul li dl {
	position:relative;
	display:block;
	text-align:center;
	padding-top:90px;
}
#perfoSection .perfoList ul li dl:before {
	position:absolute;
	content: "";
    display: block;
	top:0;
	left:50%;
	width:72px;
	height:70px;
	margin-left:-36px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#perfoSection .perfoList ul li dl.lt1:before { background-image:url(../images/perfoList-icon1.png); }
#perfoSection .perfoList ul li dl.lt2:before { background-image:url(../images/perfoList-icon2.png); }
#perfoSection .perfoList ul li dl.lt3:before { background-image:url(../images/perfoList-icon3.png); }
#perfoSection .perfoList ul li dl.lt4:before { background-image:url(../images/perfoList-icon4.png); }
#perfoSection .perfoList ul li dl.lt5:before { background-image:url(../images/perfoList-icon5.png); }
#perfoSection .perfoList ul li dl.lt6:before { background-image:url(../images/perfoList-icon6.png); }
#perfoSection .perfoList ul li dl dt {
	color:#ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:3.5em;
	font-weight:bold;
}
#perfoSection .perfoList ul li dl dd {
	color:#FFF;
	font-size:1.7em;
	font-weight:bold;
	line-height:125%;
}
#perfoSection .perfoList ul li dl dd.unit {
	font-size:1.5em;
	font-weight:normal;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	#perfoSection .perfoList ul li:nth-child(3) {
		border-right:none;
	}	
}
@media screen and (max-width: 480px) {
	#perfoSection .perfoBox .box:after {
		border-width: 200px 200px 0 0;
	}
	#perfoSection .perfoList ul li {
		width:50%;
	}
	#perfoSection .perfoList ul li:nth-child(2n) {
		border-right:none;
	}		
}
@media screen and (min-width: 768px) {
	#perfoSection .perfoBox .box {
		width:calc(50% - 10px);
	}
	#perfoSection .perfoList ul {
		margin:0 -10px;
	}
	#perfoSection .perfoList ul li {
		width:16.66%;
		margin:0;
	}
}
@media screen and (min-width: 991px) {
	#perfoSection .container {
		margin-top:160px;
	}
}
@media screen and (min-width: 1200px) {
	#perfoSection .perfoBox {
		padding:15px;
		margin-top:50px;
	}
	#perfoSection .perfoBox .box {
		position:relative;
		float:left;
		width:calc(50% - 30px);
		margin:15px;
	}
	#perfoSection .perfoBox .box h3 {
		margin:25px 0 0 20px;
	}
	#perfoSection .perfoBox .box .wd {
		right:20px;
		bottom:25px;
	}
}


/** cooperSection **/
#cooperSection {
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(../images/home-bg3.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#cooperSection .cooperList {
	width: 100%;
	margin:30px auto 0 auto;
}
#cooperSection .cooperList ul {
	list-style:none;
}
#cooperSection .cooperList ul li {
	display:inline-block;
	width:50%;	
	margin:0;
	box-sizing:border-box;
	vertical-align:top;
}
#cooperSection .cooperList ul li a {
	display:block;
	width:100%;
}
#cooperSection .cooperList .cooperPic {
	position:relative;
	display:block;
	width:100%;	
	min-height:400px;
	padding:0 10px;
	box-sizing:border-box;
	z-index:1;
}
#cooperSection .cooperList .cooperPic h3 {
	position:relative;	
	display:inline-block;
	width:100%;
	color:#FFF;
	font-size:3.7em;
	font-weight:normal;
	text-align:center;
	line-height:125%;
	margin-top:20%;
	padding-bottom:55px;
}
#cooperSection .cooperList .cooperPic h3:after {
	position:absolute;
	content: "";
    display: block;
	left:50%;
	bottom:22px;
	width:15px;
	height:11px;
	margin-left:-16.5px;
	background:#FFF;
	-moz-transform-origin: bottom;
           -moz-transform: skewX(-55deg);
    -webkit-transform-origin: bottom;
           -webkit-transform: skewX(-55deg);
    -o-transform-origin: bottom;
           -o-transform: skewX(-55deg);
    -ms-transform-origin: bottom;
           -ms-transform: skewX(-55deg);
    transform-origin: bottom;
           transform: skewX(-55deg);	
}
#cooperSection .cooperList .cooperPic p {
	color:#FFF;
	font-size:1.9em;
	line-height:125%;
	text-align:center;
}
#cooperSection .cooperList .cooperPic .pic {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% bottom;
	background-size:cover;
	z-index:-1;
}
#cooperSection .cooperList .cooperPic .pic:before {
	position:absolute;
	content: "";
    display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
#cooperSection .cooperList .cooperPic.c1 .pic:before {
	background: -moz-linear-gradient(top, rgba(155,3,5,1) 0%, rgba(155,3,5,1) 45%, rgba(155,3,5,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(155,3,5,1) 0%,rgba(155,3,5,1) 45%,rgba(155,3,5,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(155,3,5,1) 0%,rgba(155,3,5,1) 45%,rgba(155,3,5,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0305', endColorstr='#009b0305',GradientType=0 ); /* IE6-9 */
}
#cooperSection .cooperList .cooperPic.c2 .pic:before {
	background: -moz-linear-gradient(top, rgba(0,172,167,1) 0%, rgba(0,172,167,1) 45%, rgba(0,172,167,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,172,167,1) 0%,rgba(0,172,167,1) 45%,rgba(0,172,167,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,172,167,1) 0%,rgba(0,172,167,1) 45%,rgba(0,172,167,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aca7', endColorstr='#0000aca7',GradientType=0 ); /* IE6-9 */
}
#cooperSection .cooperList .cooperPic.c3 .pic:before {
	background: -moz-linear-gradient(top, rgba(107,158,0,1) 0%, rgba(107,158,0,1) 45%, rgba(107,158,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(107,158,0,1) 0%,rgba(107,158,0,1) 45%,rgba(107,158,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(107,158,0,1) 0%,rgba(107,158,0,1) 45%,,rgba(107,158,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9e00', endColorstr='#006b9e00',GradientType=0 ); /* IE6-9 */
}
#cooperSection .cooperList .cooperPic.c4 .pic:before {
	background: -moz-linear-gradient(top, rgba(0,91,172,1) 0%, rgba(0,91,172,1) 45%, rgba(0,91,172,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,91,172,1) 0%,rgba(0,91,172,1) 45%,rgba(0,91,172,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,91,172,1) 0%,rgba(0,91,172,1) 45%,rgba(0,91,172,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#00005bac',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 420px) {
	#cooperSection .cooperList ul li {
		width:100%;	
	}	
}
@media screen and (min-width: 768px) {
	#cooperSection .cooperList ul li {
		width:25%;	
	}
	#cooperSection .cooperList ul li:nth-child(2n) {
		margin-top:30px;
	}
}
@media screen and (min-width: 991px) {
	#cooperSection .container {
		margin-top:160px;
	}
}
@media screen and (min-width: 1200px) {
	#cooperSection .cooperList {
		margin-top:50px;
	}
	#cooperSection .cooperList ul li:nth-child(2n) {
		margin-top:60px;
	}
	#cooperSection .cooperList .cooperPic {
		min-height:440px;
	}
	#cooperSection .cooperList .cooperPic h3 {
		margin-top:60px;
	}
}


/** csrSection **/
#csrSection {
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(../images/home-bg4.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#csrSection h2,
#csrSection em {
	color:#b93500;
	-webkit-text-shadow: 0px 0px 0px rgba(0,0,0,.0);
	   -moz-text-shadow: 0px 0px 0px rgba(0,0,0,.0);
	    -ms-text-shadow: 0px 0px 0px rgba(0,0,0,.0);
	        text-shadow: 0px 0px 0px rgba(0,0,0,.0);
}
#csrSection p {
	color:#321e1e;
	font-size:2.3em;
	line-height:135%;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
	-webkit-text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 15px rgba(255,255,255,.7);
	   -moz-text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 15px rgba(255,255,255,.7);
	    -ms-text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 15px rgba(255,255,255,.7);
	        text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 15px rgba(255,255,255,.7);
}
#csrSection .csrList {
	width: 100%;
	max-width:420px;
	margin:20px auto 0 auto;
}
#csrSection .csrList ul {
	list-style:none;
	margin:-10px 0;
}
#csrSection .csrList ul li {
	position:relative;
	display:inline-block;
	width:50%;
	padding:10px 0;
}
#csrSection .csrList .cooperIcon {
	position:relative;
	display:block;
	width:170px;
	height:170px;
	text-align:center;
	margin:0 auto;
	background:#af3100;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;
}
#csrSection .csrList .cooperIcon:after {
	position:absolute;
	content: "";
    display: block;
	left:10px;
	top:10px;
	width:150px;
	height:150px;
	box-sizing:border-box;
	border:2px solid rgba(255,255,255,.5);
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
			border-radius:100px;
}
#csrSection .csrList .cooperIcon.c1 {
	background: rgb(175,49,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(175,49,0,1) 0%, rgba(198,54,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(175,49,0,1) 0%,rgba(198,54,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(175,49,0,1) 0%,rgba(198,54,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af3100', endColorstr='#c63600',GradientType=1 ); /* IE6-9 */
}
#csrSection .csrList .cooperIcon.c2 {
	background: rgb(198,54,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(198,54,0,1) 0%, rgba(246,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(198,54,0,1) 0%,rgba(246,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(198,54,0,1) 0%,rgba(246,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63600', endColorstr='#f64d00',GradientType=1 ); /* IE6-9 */
}
#csrSection .csrList .cooperIcon.c3 {
	background: rgb(246,77,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(246,77,0,1) 0%, rgba(255,86,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(246,77,0,1) 0%,rgba(255,86,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(246,77,0,1) 0%,rgba(255,86,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64d00', endColorstr='#ff560a',GradientType=1 ); /* IE6-9 */
}
#csrSection .csrList .cooperIcon.c4 {
	background: rgb(255,86,10); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,86,10,1) 0%, rgba(254,40,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,86,10,1) 0%,rgba(254,40,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,86,10,1) 0%,rgba(254,40,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff560a', endColorstr='#fe2800',GradientType=1 ); /* IE6-9 */
}
#csrSection .csrList .cooperIcon span {
	position:relative;
	display:inline-block;
	color:#FFF;
	font-size:2.1em;
	font-weight:bold;
	padding-top:80px;
	margin-top:30px;
}
#csrSection .csrList .cooperIcon span:after {
	position:absolute;
	content: "";
    display: block;
	left:50%;
	top:0;
	width:70px;
	height:70px;
	margin-left:-35px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#csrSection .csrList .cooperIcon.c1 span:after { background-image:url(../images/csrList-icon1.png); }
#csrSection .csrList .cooperIcon.c2 span:after { background-image:url(../images/csrList-icon2.png); }
#csrSection .csrList .cooperIcon.c3 span:after { background-image:url(../images/csrList-icon3.png); }
#csrSection .csrList .cooperIcon.c4 span:after { background-image:url(../images/csrList-icon4.png); }
#csrSection .csrBtn {
	width: 100%;
	margin:20px auto 0 auto;
}
#csrSection .csrBtn ul {
	list-style:none;
	margin:-10px;
}
#csrSection .csrBtn ul li {
	display:inline-block;
	width:50%;
	padding:10px;
	box-sizing:border-box;
}
#csrSection .csrBtn ul li a {
	display:block;
	width:100%;
}
#csrSection .csrBtn ul li .btn {
	position:relative;
	display:block;
	width:100%;
	padding:20px 70px 20px 20px;
	color:#FFF;
	font-size:2.7em;
	font-weight:bold;
	box-sizing:border-box;
	-webkit-box-shadow:0 2px 7px rgba(0%,0%,0%,0.3);
	   -moz-box-shadow:0 2px 7px rgba(0%,0%,0%,0.3);
	        box-shadow:0 2px 7px rgba(0%,0%,0%,0.3);
}
#csrSection .csrBtn ul li .btn:after {
	position:absolute;
	content: "";
    display: block;
	right:20px;
	top:50%;
	width:55px;
	height:55px;
	background:#FFF;
	margin-top:-27.5px;
	background:url(../images/csrBtn-icon.png) no-repeat 50% 50%;
}
#csrSection .csrBtn ul li .btn.bt1 {
	background:#af3100;
}
#csrSection .csrBtn ul li .btn.bt2 {
	background:#fe2800;
}
#csrSection .csrBtn ul li a:hover .btn,
#csrSection .csrBtn ul li a:focus .btn {
	background:#bb003b;
}
#csrSection .csrBtn ul li .btn span {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:normal;
	padding-right:20px;
}
#csrSection .csrBtn ul li .btn span:after {
	position:absolute;
	content: "";
    display: block;
	right:0;
	top:50%;
	width:13px;
	height:9px;
	background:#FFF;
	margin-top:-4.5px;
	-moz-transform-origin: bottom;
           -moz-transform: skewX(-55deg);
    -webkit-transform-origin: bottom;
           -webkit-transform: skewX(-55deg);
    -o-transform-origin: bottom;
           -o-transform: skewX(-55deg);
    -ms-transform-origin: bottom;
           -ms-transform: skewX(-55deg);
    transform-origin: bottom;
           transform: skewX(-55deg);	
}
@media screen and (max-width:720px) {
	#csrSection .csrBtn {
		max-width:420px;
	}
	#csrSection .csrBtn ul li {
		width:100%;
	}
}
@media screen and (max-width:540px) {
	#csrSection p {
		font-size:1.9em;
	}
}
@media screen and (min-width: 768px) {
	#csrSection .csrList {
		max-width:990px;
	}
	#csrSection .csrList ul {
		margin:0;
	}
	#csrSection .csrList ul li {
		width:25%;
		padding:0;
	}
	#csrSection .csrList ul li:after {
		position:absolute;
		content: "";
		display: block;
		left:calc((100% - 170px)/2 + 160px);
		top:calc(50% - 1px);
		width:calc(100% - 150px);
		height:2px;
		background:rgba(255,255,255,.5);
		z-index:2;
	}
	#csrSection .csrList ul li:last-child:after {
		display:none;
	}
	#csrSection .csrBtn {
		max-width:990px;
	}
}
@media screen and (min-width: 991px) {
	#csrSection .container {
		margin-top:160px;
	}
	#csrSection .csrBtn ul {
		margin:0 -15px;
	}
	#csrSection .csrBtn ul li {
		padding:0 15px;
	}
}
@media screen and (min-width: 1200px) {
	#csrSection p {
		margin-top:40px;
	}
	#csrSection .csrList {
		margin-top:30px;
	}
	#csrSection .csrList ul li:after {
		left:calc((100% - 190px)/2 + 170px);
	}
	#csrSection .csrList .cooperIcon {
		width:190px;
		height:190px;
	}
	#csrSection .csrList .cooperIcon:after {
		left:20px;
		top:20px;
	}
	#csrSection .csrList .cooperIcon span {
		margin-top:40px;
	}
	#csrSection .csrBtn {
		margin-top:30px;
	}
	#csrSection .csrBtn ul li .btn {
		padding:25px 90px 25px 30px;
	}
	#csrSection .csrBtn ul li .btn:after {
		right:30px;
	}
}


/** section-last **/
#section-last {
	width:100%;
	padding:0;
	margin:0 auto;
}


@media print {
	html.fp-enabled,
	body,
	.fp-enabled body {
		height:inherit !important;
	}
	#fullpage {
		height: 100% !important;
		position: relative !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.section {
		height:inherit !important;
	}
	.fp-tableCell {
		padding:40px 0;
		height:auto !important;
	}
	#homeMain .fp-tableCell {
		padding:0;
	}
	#homeMain .listshow .item {
		width:720px;
		height:340px;
		padding-bottom:0;
	}
	#homeMain .listshow .pic {
		width:720px;
		height:340px;
		background-size:auto 340px;
	}
	#newsSection .newsBox > ul > li  {
		width:33.33%;
	}
	#perfoSection .perfoBox .box {
		width:calc(50% - 10px);
	}
	#perfoSection .perfoList ul li {
		width: 16.66%;
	}
	#cooperSection .cooperList ul li {
		width: 25%;
	}
	#csrSection .csrList {
		max-width: 920px;
	}
	#csrSection .csrList ul li {
		width:25%;
	}
	#section-last .fp-tableCell {
		padding:0;
	}
}