@charset "utf-8";
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, time, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
}
a:link, a:active, a:visited, a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
ul, li {
	list-style: none;
}
.protwobox td, .newboxflbox td {
	padding: 5px 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.container {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px;
}

@media (min-width:1440px) {
.container {
	width: 1200px;
}
.protwobox td, .newboxflbox td {
	padding: 8px 0px;
}
}

@media (min-width:1860px) {
.container {
	width: 1600px;
}
.protwobox td, .newboxflbox td {
	padding: 10px 0px;
}
}
.hometit {
	position: relative;
	z-index: 2;
}
.hometit h2 {
	font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 15px;
	color: #0e0e0e;
}
.hometit h2:before {
	content: '';
	background: url(../images/homeoneicon01.png) no-repeat center center;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 7px;
}
.hometit p {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #0e0e0e;
}
.homeone {
	clear: both;
	background: url(../images/homeonebg.jpg) no-repeat left top;
	background-size: 55.625%;
	padding: 44px 0px 70px 0px;
}
.homeone .hometit {
	margin-bottom: 37px;
}
.homeone .homeonefl {
	float: left;
	width: 686px;
}
.homeone .homeonefl ul {
	margin-left: -15px;
}
.homeone .homeonefl ul li {
	float: left;
	margin-left: 15px;
	width: 218px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.homeone .homeonefl ul li a {
	clear: both;
	display: block;
}
.homeone .homeonefl ul li a.homeonetit {
	color: #0e0e0e;
	font-size: 14px;
	text-align: center;
	padding: 15px 10px 10px 10px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}
.homeone .homeonefl ul li a.homeonepic {
	position: relative;
	overflow: hidden;
}
.homeone .homeonefl ul li a.homeonepic:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 0.24);
	bottom: -100%;
	z-index: 1;
}
.homeone .homeonefl ul li:hover a.homeonepic:after {
	bottom: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li a.homeonepic:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 150%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: url(../images/hovericon.png) no-repeat center center rgba(0, 0, 0, 0.5);
	background-size: 39px;
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li:hover a.homeonepic:before {
	top: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.homeone .homeonefl ul li:hover {
	transition: all 0.3s;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}
.homeone .homeonefr {
	float: right;
	width: 286px;
	background: url(../images/homeoneicon07.jpg) repeat;
}
.homeone .homeonefr li {
	padding: 0px 15px 0px 24px;
	position: relative;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.homeone .homeonefr li:first-child {
	border-top: 1px solid #eaeaea;
}
.homeone .homeonefr li:last-child {
	border-bottom: 1px solid #eaeaea;
}
.homeone .homeonefr li:after {
	content: '';
	border-right: 1px solid #eaeaea;
	position: absolute;
	left: -1px;
	width: 9px;
	top: -1px;
	bottom: -1px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.homeone .homeonefr li.current:after {
	border: 0px;
	background: url(../images/homeoneicon06.png) no-repeat right center;
	background-size: 9px 100%;
}
.homeone .homeonefr li:last-child .homeonefritem {
	border-bottom: 0px;
}
.homeonefritem {
	clear: both;
	padding: 24px 0px;
	border-bottom: 1px solid rgba(185, 188, 197, 0.3);
}
.homeonefritem .homeonefrpic {
	float: left;
	width: 70px;
}
.homeonefritem .homeonefrtxt {
	float: right;
	width: 164px;
	font-size: 12px;
	line-height: 20px;
}
.homeonefritem .homeonefrtxt h3 {
	clear: both;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
}

@media(min-width:1440px) {
.homeone {
	padding: 54px 0px 84px 0px;
}
.homeone .hometit {
	margin-bottom: 45px;
}
.hometit h2 {
	font-size: 39px;
	margin-bottom: 20px;
}
.hometit h2:before {
	margin-top: 11px;
	margin-right: 15px;
}
.hometit p {
	font-size: 14px;
}
.homeone .homeonefl {
	width: 823px;
}
.homeone .homeonefl ul {
	margin-left: -20px;
}
.homeone .homeonefl ul li {
	margin-left: 20px;
	width: 261px;
}
.homeone .homeonefl ul li a.homeonetit {
	font-size: 16px;
}
.homeone .homeonefr {
	width: 344px;
}
.homeonefritem .homeonefrpic {
	width: 84px;
}
.homeonefritem .homeonefrtxt {
	width: 204px;
	font-size: 14px;
}
.homeonefritem .homeonefrtxt h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.homeonefritem {
	padding: 26px 0px;
}
}

@media(min-width:1860px) {
.homeone {
	padding: 72px 0px 115px 0px;
}
.homeone .hometit {
	margin-bottom: 60px;
}
.hometit h2 {
	font-size: 52px;
	margin-bottom: 30px;
}
.hometit h2:before {
	margin-top: 17px;
	margin-right: 20px;
}
.hometit p {
	font-size: 16px;
}
.homeone .homeonefl {
	width: 1098px;
}
.homeone .homeonefl ul {
	margin-left: -26px;
}
.homeone .homeonefl ul li {
	margin-left: 26px;
	width: 348px;
}
.homeone .homeonefl ul li a.homeonetit {
	font-size: 18px;
}
.homeone .homeonefr {
	width: 457px;
}
.homeonefritem .homeonefrpic {
	width: 112px;
}
.homeonefritem .homeonefrtxt {
	width: 282px;
	font-size: 16px;
	padding-top: 21px;
}
.homeone .homeonefr li {
	padding: 0px 14px 0px 27px;
}
.homeone .homeonefr li:after {
	width: 13px;
}
.homeone .homeonefr li.current:after {
	background-size: 13px 100%;
}
.homeonefritem .homeonefrtxt h3 {
	font-size: 26px;
	padding-bottom: 15px;
}
.homeonefritem {
	padding: 28px 0px;
}
}/*==============hawneisiwang--hankuiting==============*/
.homefour {
	clear: both;
	position: relative;
	background: url(../images/10398421458_1864305585.jpg) no-repeat center top #090909;
	padding: 72px 0px 48px 0px;
	margin-top: 30px;
}
.homefour .homefourpic {
	width: 358px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 1;
	margin-left: -562px;
}
.homefour .hometit p, .homefour .hometit h2 {
	color: #fff;
}
.homefour .container {
	margin-top: 55px;
	position: relative;
	height: 304px;
	background: url(../images/homefourbg02.png) no-repeat right top;
	height: 304px;
	background-size: 1000px 304px;
	padding-left: 290px;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/homefourbg02.png', sizingMethod='scale');
-ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/homefourbg02.png', sizingMethod='scale');
}
.homefour .homefourtit {
	color: #fff;
	font-size: 12px;
	padding: 15px 0px 15px 35px;
	display: inline-block;
	position: relative;
}
.homefour .homefourtit:after {
	content: '';
	position: absolute;
	right: -106px;
	top: 25px;
	width: 100px;
	height: 8px;
	background: url(../images/homefourpic03.png) no-repeat right center;
}
.homefour ul {
	padding: 39px 0px 25px 0px;
}
.homefour ul li {
	float: left;
	line-height: 20px;
	text-align: center;
	width: 150px;
	margin-right: 26px;
	position: relative;
	padding: 22px 10px;
	font-size: 12px;
}
.homefour ul li i {
	clear: both;
	display: block;
	text-align: center;
	font-style: normal;
	padding-bottom: 10px;
}
.homefour ul li i img {
	height: 28px !important;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	width: auto;
}
.homefour ul li:after, .homefour ul li:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #003d8c;
}
.homefour ul li:after {
	border-width: 1px;
	left: 0px;
	bottom: 0px;
	right: 5px;
	top: 5px;
}
.homefour ul li:before {
	border-width: 2px;
	right: 0px;
	top: 0px;
	bottom: 5px;
	left: 5px;
}
.homefour .homefourtxt {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px 0px 35px;
	color: #333;
}
.index_advan_m{display: none;}
.index_advan{
	display: block;
	padding: 60px 0;
	background: url(../images/index_advan_bg.png) no-repeat center;
	height: 725px;
}
.in_advan_title{
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.in_advan_title h5{
	font-size: 38px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.in_advan_title p{
	font-size: 14px;
	color: #fff;
}
.in_advan_main{
	position: relative;
}
.in_advan_main ul li{
	display: block;
	position: absolute;
	transition: .8s;
	width: 275px;
}
.in_advan_main ul li:nth-child(odd):hover{
	transform: translateX(-30px);
}
.in_advan_main ul li:nth-child(even):hover{
	transform: translateX(30px);
}
.in_advan_main ul li h5{
	font-size: 42px;
	color: #fff;
	line-height: 1;
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #536fa9;
}
.in_advan_main ul li p{
	font-size: 14px;
	color: #fff;
	line-height: 1.68;
}
.in_advan_main ul li:nth-child(odd){
	text-align: right;
}
.in_advan_main ul li:nth-child(even){
	text-align: left;
}
.in_advan_main ul li:nth-of-type(1){
	top: 0;
	left: 85px;
}
.in_advan_main ul li:nth-of-type(2){
	top: 0;
	right: 85px;
}
.in_advan_main ul li:nth-of-type(3){
	top: 185px;
    left: 10px;
}
.in_advan_main ul li:nth-of-type(4){
	top: 185px;
    right: 10px;
}
.in_advan_main ul li:nth-of-type(5){
    top: 370px;
    left: 90px;

}
.in_advan_main ul li:nth-of-type(6){
    top: 370px;
    right: 90px;

}


@media(min-width:1440px) {
.homefour {
	padding: 85px 0px 60px 0px;
	margin-top: 28px;
}
.homefour .homefourpic {
	margin-left: -656px;
	width: 410px;
}
.homefour .homefourtit:after {
	width: 130px;
	right: -140px;
	top: 32px;
}
.homefour .container {
	margin-top: 65px;
	background-size: 1200px 365px;
	height: 365px;
	padding-left: 348px;
}
.homefour .homefourtit {
	font-size: 14px;
	padding: 23px 0px 15px 43px;
}
.homefour .homefourtxt {
	font-size: 14px;
	line-height: 24px;
	padding-left: 43px;
	padding-right: 30px;
}
.homefour ul {
	padding: 50px 0px 30px 0px;
}
.homefour ul li {
	font-size: 14px;
	padding: 22px 10px;
	margin-right: 30px;
	width: 180px;
}
.homefour ul li i {
	padding-bottom: 13px;
}
.homefour ul li i img {
	height: 33px !important;
	margin-right: 8px;
}
}

@media(min-width:1860px) {
.homefour .homefourpic {
	margin-left: -900px;
	width: 571px;
}
.homefour .container {
	margin-top: 86px;
	background-size: 1600px 487px;
	height: 487px;
	padding-left: 464px;
}
.homefour .homefourtit {
	font-size: 18px;
	padding: 34px 0px 15px 60px;
}
.homefour .homefourtit:after {
	width: 178px;
	right: -190px;
	top: 45px;
}
.homefour .homefourtxt {
	font-size: 18px;
	line-height: 32px;
	padding-left: 43px;
	padding-right: 30px;
}
.homefour ul {
	padding: 90px 0px 50px 0px;
}
.homefour ul li {
	font-size: 18px;
	padding: 22px 10px;
	margin-right: 42px;
	width: 232px;
}
.homefour ul li i {
	padding-bottom: 20px;
}
.homefour ul li i img {
	height: 45px !important;
	margin-right: 10px;
}
}