@charset "utf-8";
/* CSS Document */

.behavior {
	behavior: url(/res/default/lib/PIE-1.0.0/PIE.htc);
}
.header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	font-size: 0;
	position: relative;
	z-index: 9;
}
.header.active {
	-webkit-box-shadow:0 0px 10px 2px rgba(170,170,170,0.4);
	-moz-box-shadow:0 0px 10px 2px rgba(170,170,170,0.4);
	box-shadow:0 0px 10px 2px rgba(170,170,170,0.4);
}
.header .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 190px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	width: 190px;
	height: 50px;
}

.header-menu {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: auto;
	height: auto;
	word-wrap:break-word;
}
.header-menu ul {
	width: 100%;
	height: auto;
}
.header-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
}
.header-menu li a.one-nav {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.header-menu li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.header-menu li a.one-nav .nav-name span {
	display: block;
	width: auto;
	height: 90px;
	line-height: 90px;
	color: #333;
	font-size: 18px;
	background-color: #fff;
	padding: 0 20px;
	position: relative;
}
.header-menu li a.one-nav .nav-name span.active {
	color: #023db4;
	background-color: #fff;
}
.header-menu li a.one-nav .nav-name span.active:before {
	content: "";
	position: absolute;
	height: 20px;
	border-top: 3px solid #023db4;
	width: 36px;
	left: 50%;
	margin-left: -18px;
	bottom: 0;
}
.header-menu li.active a.one-nav .nav-name {
	top: -90px;
}
.header-menu li .sub-category {
	position: absolute;
	top: 90px;
	left: 0;
	width: 0;
	height: 0;
	background-color: #023db5;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.header .header-menu li .sub-category.active {
	width: auto;
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header-menu li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #023db5;
	vertical-align: top;
}
.header-menu li .sub-menu .sub-con {
	padding:0;
}
.header-menu li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	background: #023db5;
}
.header-menu li .sub-menu a:hover {
	background-color: #03318f;
}

.main-swiper {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: relative;
}
.main-swiper .arrow-left {
	background: url(../lib/swiper/dist/img/arrows2.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 9;
}
.main-swiper .arrow-right {
	background: url(../lib/swiper/dist/img/arrows2.png) no-repeat left bottom;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 9;
}
.main-swiper .swiper-container {
	height: 100%;
	width: 100%;
	position: relative;
}
.main-swiper .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}
.main-swiper .content-slide {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
}
.main-swiper .content-slide .content-con {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
	height: 100%;
	overflow: hidden;
}
.content-con .content-font {
	position: absolute;
	-webkit-transition:all .8s ease-out;
	-moz-transition:all .8s ease-out;
	-ms-transition:all .8s ease-out;
	transition:all .8s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.banner-consult-btn {
	width: 180px;
	height: 52px;
	overflow: hidden;
	position: relative;
	position: absolute;
	-webkit-transition:all .8s ease-out 0.3s;
	-moz-transition:all .8s ease-out 0.3s;
	-ms-transition:all .8s ease-out 0.3s;
	transition:all .8s ease-out 0.3s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.banner-consult-btn a {
	display: block;
	width: 178px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}
.banner-consult-btn a:hover {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	background-color:#023db4;
	border: 1px solid #023db4;
	color: #fff;
}
.content-con1 .content-font {
	width: 925px;
	height: 90px;
	top: 190px;
	background: url(../images/banner/banner1-font3.png) no-repeat left center;
	left: 1000px;
}
.content-con1 .banner-consult-btn {
	top: 866px;
	left: 100px;
}

.content-con2 .content-font {
	width: 570px;
	height: 120px;
	left: 50%;
	margin-left: -285px;
	top: -345px;
	background: url(../images/banner/banner2-font.png) no-repeat;
}
.content-con2 .banner-consult-btn {
	top: 810px;
	left: 50%;
	margin-left: -90px;
}

.content-con3 .content-font {
	width: 666px;
	height: 130px;
	top: 185px;
	left: 1000px;
	background: url(../images/banner/banner3-font.png) no-repeat;
}
.content-con3 .banner-consult-btn {
	top: 865px;
	left: 100px;
}

.ltie10 .content-con1 .content-font,
.main-swiper .swiper-slide-active .content-con1 .content-font  {
	left: 100px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.ltie10 .content-con1 .banner-consult-btn,
.main-swiper .swiper-slide-active .content-con1 .banner-consult-btn {
	top: 330px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.ltie10 .content-con2 .content-font,
.main-swiper .swiper-slide-active .content-con2 .content-font  {
	top: 155px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.ltie10 .content-con2 .banner-consult-btn,
.main-swiper .swiper-slide-active .content-con2 .banner-consult-btn {
	top: 310px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.ltie10 .content-con3 .content-font,
.main-swiper .swiper-slide-active .content-con3 .content-font  {
	left: 100px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.ltie10 .content-con23 .banner-consult-btn,
.main-swiper .swiper-slide-active .content-con3 .banner-consult-btn {
	top: 365px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.main-swiper .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 9;
	font-size: 0;
}
.main-swiper .swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/circle.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.main-swiper .swiper-active-switch {
	width: 40px;
	background-position: 0 -20px;
}

.container-head-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
	position: relative;
}
.container-head-con .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	color: #333;
	overflow: hidden;
	font-weight: bold;
}
.container-head-con .img-con {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 0;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.container-head-con .img-con:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.container-head-con .img-con img {
	display: inline-block;
	vertical-align: middle;
}
.container-head-con .desc {
	margin-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}

.main-training-value {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-training-value li {
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.main-training-value li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.main-training-value li .img-con {
	margin: 15px auto 0 auto;
	width: 58px;
	height: 58px;
	background: url(../images/icon/16.png);
	background-repeat: no-repeat;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	transition:all .4s ease-out;
}
.main-training-value .item1 .img-con {
	background-position: 0 0;
}
.main-training-value .item2 .img-con {
	background-position: -58px 0;
}
.main-training-value .item3 .img-con {
	background-position: -116px 0;
}
.main-training-value .item4 .img-con {
	background-position: -174px 0;
}
.main-training-value .item5 .img-con {
	background-position: -232px 0;
}
.main-training-value li p {
	display: block;
	margin: 20px auto 0 auto;
	width: 130px;
	height: auto;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.main-training-value li a:hover .img-con{
	margin-top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.main-training-value li a.item1:hover p{
	color: #4db904;
}
.main-training-value li a.item2:hover p{
	color: #e83c2e;
}
.main-training-value li a.item3:hover p{
	color: #dc6616;
}
.main-training-value li a.item4:hover p{
	color: #ce1bbc;
}
.main-training-value li a.item5:hover p{
	color: #24a5dd;
}

.project-idea {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.project-idea li {
	float: left;
	width: 240px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	margin: 0 20px;
}
.project-idea li a {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
}
.project-idea li .img-con {
	margin: 82px auto 0 auto;
	width: 58px;
	height: 58px;
	background: url(../images/icon/15.png);
	background-repeat: no-repeat;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	transition:all .4s ease-out;
}
.project-idea .item1 .img-con {
	background-position: 0 0;
}
.project-idea .item2 .img-con {
	background-position: -58px 0;
}
.project-idea .item3 .img-con {
	background-position: -116px 0;
}
.project-idea .item4 .img-con {
	background-position: -174px 0;
}
.project-idea .item5 .img-con {
	background-position: -232px 0;
}
.project-idea li p {
	display: block;
	margin: 20px auto 0 auto;
	width: 130px;
	height: auto;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.project-idea li a:hover {
	background: url(../images/project-idea-bg.png) no-repeat;
}
.project-idea li a:hover p{
	color: #fff;
}
.project-idea a.item1:hover .img-con {
	background-position: 0 -58px;
}
.project-idea a.item2:hover .img-con {
	background-position: -58px -58px;
}
.project-idea a.item3:hover .img-con {
	background-position: -116px -58px;
}
.project-idea a.item4:hover .img-con {
	background-position: -174px -58px;
}
.project-idea a.item5:hover .img-con {
	background-position: -232px -58px;
}

.project-flow {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.project-flow .flow-icon {
	float: left;
	width: 142px;
	height: 100px;
	font-size: 0;
	text-align: center;
}
.project-flow .flow-icon:after {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.project-flow .flow-icon:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(../images/icon/17.png) no-repeat left bottom;
}
.project-flow li {
	float: left;
	width: 115px;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.project-flow li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.project-flow li .img-con {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(../images/icon/17.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.project-flow .item1 .img-con {
	background-position: 0 0;
}
.project-flow .item2 .img-con {
	background-position: -100px 0;
}
.project-flow .item3 .img-con {
	background-position: -200px 0;
}
.project-flow .item4 .img-con {
	background-position: -300px 0;
}
.project-flow .item5 .img-con {
	background-position: -400px 0;
}
.project-flow .item6 .img-con {
	background-position: -500px 0;
}
.project-flow li p {
	display: block;
	margin: 20px auto 0 auto;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
}
.project-flow li a:hover p{
	color: #f67f0d;
}
/*
.project-flow li a:hover .img-con{
	margin-top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}*/
.project-flow a.item1:hover .img-con {
	background-position: 0 -100px;
}
.project-flow a.item2:hover .img-con {
	background-position: -100px -100px;
}
.project-flow a.item3:hover .img-con {
	background-position: -200px -100px;
}
.project-flow a.item4:hover .img-con {
	background-position: -300px -100px;
}
.project-flow a.item5:hover .img-con {
	background-position: -400px -100px;
}
.project-flow a.item6:hover .img-con {
	background-position: -500px -100px;
}

.project-advantage {
	width: 1400px;
	height: auto;
}
.project-advantage ul {
	width: 1440px;
	height: auto;
}
.project-advantage a {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #fff;
	position: relative;
}
.project-advantage li {
	float: left;
	width: 320px;
	height: auto;
	margin-right: 40px;
}
.project-advantage li .img-con,
.project-advantage li .img-con img {
	width: 320px;
	height: 160px;
}
.project-advantage li .info-box {
	width: 258px;
	height: auto;
	background: #fff;
	border: 1px solid #eee;
	padding: 30px;
	overflow: hidden;
}
.project-advantage li .info-box h2 {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	min-height: 90px;
}
.project-advantage li .info-box p {
	display: block;
	width: 100%;
	height: auto;
	line-height: 24px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	min-height: 168px;
}
.project-advantage a:hover .info-box h2 {
	color: #023db4;
}
.project-advantage a:hover {
	margin-top: 0;
	-webkit-box-shadow:0 0px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0px 10px 1px rgba(0,0,0,0.1);
	box-shadow:0 0px 10px 1px rgba(0,0,0,0.1);
}

.news-list {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-list ul {
	width: 1440px;
	height: auto;
	overflow: hidden;
}
.news-list ul li {
	float: left;
	position: relative;
	width: 320px;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	margin-right: 40px;
}
.news-list ul li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li .img-con {
	width: 320px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.news-list ul li .img-con img {
	width: 320px;
	height: 200px;
}
.news-list ul li .img-con .img-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	background: url(../images/icon/22.png) no-repeat center center;
	-webkit-transition:all .3s ease-out 0.2s;
	-moz-transition:all .3s ease-out 0.2s;
	-ms-transition:all .3s ease-out 0.2s;
	transition:all .3s ease-out 0.2s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index:2;
}
.news-list ul li .img-con .img-mask {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 200px;
	background: #000;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:1;
}
.news-list ul li a:hover .img-con .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.news-list ul li a:hover .img-con .img-mask {
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	top: 0;
}
.news-list ul li .info-box {
	width: 258px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.page-news ul li .info-box {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.news-list ul li .info-box .title {
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.news-list ul li .info-box span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.news-list li a:hover .info-box .title {
	color: #023db4;
}
a.more-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 198px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 0;
	border: 2px solid #023db4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 20px;
	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;
}
a.more-btn:hover {
	background: #023db4;
}
a.more-btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 46px;
	font-size: 16px;
	color: #023db4;
	font-weight: bold;
	vertical-align: middle;
}
a.more-btn .more-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 26px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/icon/07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.more-btn .more-icon:before {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
a.more-btn .more-icon img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
a.blue-btn{
	background-color: #023db4;
}
a.more-btn:active span,
a.more-btn:hover span,
a.blue-btn span {
	color: #fff;
}
a.blue-btn .more-icon {
	background: url(../images/icon/08.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}
a.more-tel-btn .more-icon {
	background: url(../images/icon/09.png);
	background-repeat: no-repeat;
}
a.more-btn:active .more-icon,
a.more-btn:hover .more-icon {
	background-position: 0 -20px;
}
a.more-btn:active {
	background: #0036a3;
}
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #111111;
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 0;
}
.footer .footer-left {
	float: left;
	width: 650px;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.footer .footer-right {
	float: right;
	width: 500px;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	text-align: right;
}
.footer .copyinfo {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.footer .copyinfo a {
	color: #999;
}
.footer .copyinfo a:hover {
	color: #fff;
}
.footer-qrcode {
	float: right;
	display: inline;
	width: 232px;
	height: 140px;
	overflow: hidden;
}
.footer-qrcode .footer-qrcode-box {
	float: left;
	width: 96px;
	height: 140px;
	margin-left: 40px;
	text-align: center;
}

.footer-qrcode .footer-qrcode-box img {
	width: 96px;
	height: 96px;
}

.footer-qrcode .footer-qrcode-box span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 18px;
	font-size: 12px;
	color: #7d7d7d;
	overflow: hidden;
	margin-top: 8px;
}
.footer-left-info {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
}
.footer-menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 0;
}
.footer-menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	font-size: 14px;
	color: #999;
	vertical-align: top;
	padding-right:10px;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-menu span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #999;
	height: 30px;
	vertical-align: top;
	padding-right: 10px;
}
.footer-img {
	margin-top: 20px;
}
.footer-img a {
	margin-right: 20px;
}
.footer-logo {
	float: left;
	width: 416px;
	height: 45px;
	margin-top: 7px;
	margin-right: 120px;
}
.footer-logo img {
	width: 416px;
	height: 45px;
}
.footer-contact-box {
	float: left;
	width: 220px;
	height: 60px;
}
.footer-contact-box .item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0;
	text-align: left;
}
.footer-contact-box .item .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.footer-contact-box .item .icon:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.footer-contact-box .item .icon img {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
.footer-contact-box .item span {
	display: inline-block;
	width:auto;
	height: 30px;
	vertical-align: middle;
	font-size: 24px;
	color: #7f7f7d;
}
.page-banner {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.page-banner img {
	position: absolute;
	width: 1920px;
	height: 360px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	z-index: 1;
}
.page-banner .container {
	position: relative;
	height: 360px;
	z-index: 2;
	overflow: hidden;
}
.page-banner .page-banner-font {
	/*
	left: 1000px;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition:all .8s ease-out;
	-moz-transition:all .8s ease-out;
	-ms-transition:all .8s ease-out;
	transition:all .8s ease-out;
	*/
	position: absolute;
	width: 720px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	background: url(../images/banner/banner1-font2.png) no-repeat;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	left: 100px;
	
}

.category-menu {
	height: 60px;
	font-size: 0;
}
.category-menu .category-name {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.category-nav {
	float: right;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
}
.category-nav li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 40px;
	margin-left: 20px;
	overflow: hidden;
}
.category-nav li a {
	display: block;
	width: auto;
	height: 38px;
	padding: 0 20px;
	line-height: 38px;
	font-size: 16px;
	color: #023db4;
	border: 1px solid #023db4;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
}
.category-nav li a:hover,
.category-nav li a.active {
	background: #023db4;
	color: #fff;
}
.category-nav li a:active {
	background: #0036a3;
	color: #fff;
}

.pages,
.pages ul {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.pages {
	margin-bottom: 80px;
}

.pages ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 50px;
}
.pages ul li a,
.pages ul li span {
	display: block;
	width: 198px;
	height: 48px;
	color: #023db4;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	border: 1px solid #023db4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.pages ul li a:hover,
.pages ul li a.on,
.pages ul li a.active {
	color: #fff;
	background: #023db4;
}
.pages ul li a:active {
	color: #fff;
	background: #0036a3;
}

.page-detail-head {
	text-align: center;
}
.page-detail-head h1{
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 0;
	line-height: 48px;
	overflow: hidden;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.page-detail-head p {
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.page-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.page-content p {
	margin-bottom: 40px;
}
.page-content .wz-images-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0;
}
.page-content img,
.page-content .wz-images-list img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.page-content b,
.page-content strong {
	/*color: #3e70b5;*/
}

.page-content table {
	margin: 0 auto;
	width: auto;
	display: table;
	background-color: #c3c3c3;
	border-spacing: 1px !important;
}
.page-content table th {
	background-color: #023db4;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.page-content table td{
	background-color: #fff;
	color: #333;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.page-content table th,
.page-content table td {
	padding: 0 30px;
}
.page-content table th p,
.page-content table td p {
	margin-bottom: 0;
}

.page-about {
	overflow: hidden;
}
.page-about .about-left {
	float: left;
	width: 660px;
	height: auto;
	overflow: hidden;
}
.page-about .about-right {
	float: right;
	width: 660px;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.page-about .about-right img {
	width: 100%;
}
.page-about .contact-map {
	width: 658px;
	height: 358px;
	float: right;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	background: #ededed;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

.certificate-search {
	position: relative;
	z-index: 2;
	width: 800px;
	height: 50px;
	background: #fff;
	margin: 155px auto 0 auto;
}
.certificate-search input {
	float: left;
	width: 710px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	padding: 10px 20px;
	overflow: hidden;
	outline: 0;
	border: 0;
}
.certificate-search .search-btn {
	float: right;
	width: 50px;
	height: 50px;
	background: url(../images/icon/18.png) no-repeat center center;
	cursor: pointer;
}

.query-info {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
}

.window-fixed {
	position: fixed;
	width: 60px;
	height: 180px;
	right: 0;
	top: 50%;
	margin-top: -90px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	z-index: 9;
}
.window-fixed.active {
	width: 240px;
}
.window-fixed a {
	float: right;
	display: block;
	width: 20px;
	padding: 0 20px;
	height: 180px;
	background: #023db4;
	color: #fff;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.window-fixed a .qrcode-icon {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 20px;
	width: 20px;
	height: 20px;
	background: url(../images/icon/06.png) no-repeat center center;
	vertical-align: middle;
}
.window-fixed a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	width: 20px;
	height: auto;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
.window-fixed .window-qrcode {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	border-right: 0;
	padding:19px;
	width: 141px;
	height: 140px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
}
.window-fixed.active .window-qrcode {
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.window-fixed .window-qrcode img {
	width: 138px;
	height: 138px;
}

@media screen and (max-width:1440px){
	.main-swiper .content-slide .content-con {
		width: 1200px;
		margin-left: -600px;
	}
	
	.news-list {
		width: 1200px;
		margin-bottom: 30px;
	}
	.news-list ul {
		width: 1230px;
	}
	.news-list ul li {
		width: 277px;
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.news-list ul li .img-con,
	.news-list ul li .img-con img {
		width: 277px;
		height: 173px;
	}
	.news-list ul li .img-con .img-mask {
		height: 173px;
		top: 173px;
	}
	.news-list ul li .info-box {
		width: 235px;
		padding: 20px;
	}
	.news-list ul li .info-box .title {
		height: 52px;
		line-height: 26px;
		font-size: 16px;
	}
	.news-list ul li .info-box span {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.page-about .about-left {
		width: 560px;
	}
	.page-about .about-right {
		width: 560px;
	}
	.page-about .contact-map {
		width: 558px;
	}
	
	.project-idea li {
		width: 210px;
		margin: 0 15px;
	}
	
	.project-flow .flow-icon {
		width: 102px;
	}
	
	.project-advantage {
		width: 1200px;
	}
	.project-advantage ul {
		width: 1240px;
	}
	
	.project-advantage li {
		width: 276px;
		margin-right: 32px;
	}
	.project-advantage li .img-con,
	.project-advantage li .img-con img {
		width: 276px;
		height: 138px;
	}
	.project-advantage li .info-box {
		width: 234px;
		padding: 20px;
	}
	.project-advantage li .info-box h2 {
		font-size: 16px;
	}
	.project-advantage li .info-box p {
		margin-top: 10px;
	}
	
}