.mode-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}

.banner-cnt {
	float: left;
	position: relative;
	right: 50%;
}

.mode-inner {
	float: left;
	position: relative;
	left: 50%;
}

.mode-banner img {
	display: block
}

.wrap-layer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pageTop {
	border-bottom: 1px solid #e3e3e3;
	padding: 30px 0;
}

.pageTop .logo-wrap {
	float: left;
	font-size: 0;
	line-height: 0;
}

.pageTop .logo-wrap .logo {
	display: inline-block;
	vertical-align: middle;
}

.pageTop .logo-wrap .logo2 {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #efefef;
}

.pageTop .logo-wrap .logo a, .pageTop .logo-wrap .logo img {
	display: block;
}

.pageTop .search {
	float: right;
	width: 320px;
	height: 35px;
	background-color: #f1f3f5;
	border-radius: 35px;
	position: relative;
	margin-top: 8px;
}

.pageTop .search input {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 35px;
	height: 35px;
	width: 205px;
	background-color: transparent;
	padding-left: 15px;
}

.pageTop .search a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/searchPc.png) no-repeat center center;
	position: absolute;
	right: 15px;
	top: 0;
}

.pageTop .search .dropdown{
	position: absolute !important;
	right:50px;
	top:0;
}

.nav-wraps .navs {
}

.nav-wraps .navs>ul {
	width: 100%;
}
.nav-wraps .navs>ul .sub-menu{display:none; position:absolute;top:50px;z-index:999;}
.nav-wraps .navs>ul>*>a {
	line-height: 58px;
	display: block;
	color: #333;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding:0 20px;
}
.nav-wraps .navs>ul ul li a{
    line-height: 58px;
	display: block;
	color: #333;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding:0 20px;
	background: #fff;
}
.nav-wraps .navs>ul>li:hover .sub-menu{
    display: block;
}
.nav-wraps .navs>ul>li {
	position: relative;
	display:inline-block;
}

.nav-wraps .navs>ul>li.cr>a, .nav-wraps .navs>ul>li>a:hover {
	color: #2e79de;
}

.nav-wraps .navs>ul>li:hover>.subNav {
	display: block;
}

.nav-wraps .subNav {
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	width: 270px;
	background: url(../img/bg2.png);
	box-shadow: 0px 2px 5px rgba(236, 236, 236, 1);
	padding: 10px 0;
}

.nav-wraps .subNav ul li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	color: #333;
}

.nav-wraps .subNav ul li a {
	display: block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.nav-wraps .subNav ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

.nav-wraps .subNav ul li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 7px;
	background: url(../img/subNav_icon.png) no-repeat center center;
}

.nav-wraps .subNav ul li a:hover span {
	color: #018ed6;
}

.nav-wraps .subNav ul li a:hover:after {
	background: url(../img/subNav_icon_cr.png) no-repeat center center;
}

.indexBanner {
	position: relative;
	height: 617px;
}

.indexBanner .banner {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 2
}

.indexBanner .banner .core {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	top: 0;
	left: 50%
}

.indexBanner .banner .core img {
	display: block;
	height: auto;
	position: relative;
	left: -50%;
	max-width: inherit;
}

.indexBanner .shadow {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	bottom: 180px;
	z-index: 99;
	display: none;
}

.indexBanner .shadow ul {
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: absolute;
	left: -50%;
}

.indexBanner .shadow ul li {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 6px;
	background-color: #fff;
	margin-left: 4px;
}

.indexBanner .shadow ul .active {
	background-color: #95272a;
	width: 50px;
}

.footer {
	background-color: #f1f1f1;
	border-top: 2px solid #2e79de;
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 15px 0;
}

.footer p {
	margin: 0;
	padding: 0;
}

.com-tit {
	font-size: 0;
	line-height: 0;
	text-align: center;
	color: #333333;
}

.com-tit:after {
	display: inline-block;
	clear: both;
	width: 36px;
	height: 1px;
	background-color: #018ed6;
	content: "";
	margin-top: 20px;
}

.com-tit span {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 1;
}

.com-tit em {
	font-style: normal;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1;
	margin-top: 20px;
}

.com-tit a {
	float: right;
	font-size: 12px;
	color: #018ed6;
	line-height: 30px;
}

.com-tit2 span {
	font-size: 24px;
	font-weight: normal;
}

.com-tit2 em {
	font-size: 30px;
	color: #2e79de;
	margin: 0 0 20px 0;
}

.index-project {
	margin-top: 30px;
}

.project-container {
	width: 100%;
	overflow: hidden;
	padding-bottom: 45px;
	margin-top: 50px;
	margin-bottom: 100px;
}

.project-container .swiper-slide {
	width: 400px
}

.project-container .swiper-slide a {
	display: block;
}

.project-container .swiper-slide img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-container .swiper-slide .pic {
	width: 100%;
	padding-top: 63.5%;
	position: relative;
}

.project-container .swiper-slide .text {
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1;
	margin-top: 20px;
}

.project-container .pagination {
	width: 100%;
	text-align: center;
	bottom: 0;
}

.project-container .pagination .swiper-pagination-switch {
	width: 33px;
	height: 4px;
	background-color: #dcdcdc;
	margin: 0 10px;
}

.project-container .pagination .swiper-active-switch {
	width: 33px;
	height: 4px;
	background-color: #2e79de;
}

.index-content {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.index-content .left {
	float: left;
	width: 718px;
}

.index-content .right {
	float: none;
	overflow: hidden;
	position: relative;
	top: -110px;
}

.index-content .left .product {
	position: relative;
}

.index-content .left .product .pic img {
	display: block;
	width: 100%;
	height: 435px;
}

.index-content .left .product:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #013c8a;
	opacity: 0.42;
}

.index-content .left .product .com-tit {
	position: absolute;
	z-index: 3;
	left: 75px;
	top: 80px;
	text-align: left;
	color: #fff;
}

.index-content .left .product .com-tit em {
	color: #fff;
	opacity: 0.5;
}

.index-content .left .product .com-tit:after {
	background-color: #fff;
	opacity: 0.5;
}

.more-btn {
	width: 160px;
	height: 40px;
	background-color: #2e79de;
	border-radius: 40px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: block;
	cursor: pointer;
}

.more-btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.more-btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 16px;
	background: url(../img/arrow.png) no-repeat center center;
	margin-left: 23px;
}

.index-content .rec-news {
	background-color: #f6f6f6;
	padding: 40px 30px;
}

.index-content .rec-news .more-btn {
	margin-left: 110px;
}

.index-content .rec-news .core {
	margin-bottom: 30px;
}

.index-content .rec-news .core .time {
	float: left;
	color: #2e79de;
	text-align: right;
	padding-right: 16px;
	position: relative;
}

.index-content .rec-news .core .con {
	float: none;
	overflow: hidden;
	padding-left: 25px;
}

.index-content .rec-news .core .time .day {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
}

.index-content .rec-news .core .time .year {
	font-size: 14px;
	line-height: 1;
}

.index-content .rec-news .core .time:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -1px;
	top: 0;
	border-right: 8px solid #f6f6f6;
	border-bottom: 30px solid #f6f6f6;
	border-left: 8px solid transparent;
	border-top: 30px solid transparent;
}

.index-content .rec-news .core .time:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 0px;
	border-right: 8px solid #2e79de;
	border-bottom: 30px solid #2e79de;
	border-left: 8px solid transparent;
	border-top: 30px solid transparent;
}
.pagination2{margin:20px 0 50px;text-align:center;font-size:12px}.pagination2 ul>li{display:inline;line-height:24px;}.pagination2 ul>li>a,.pagination2 ul>li>span{margin:0 2px;display:inline-block;padding:4px 14px;background-color:#ddd;color:#666;border-radius:2px}.pagination2 ul>.active>a,.pagination2 ul>.active>span,.pagination2 ul>li>a:hover{background-color:#2C74E6;color:#fff}.pagination2 ul>li>span{color:#999;background-color:transparent}.pagination2 ul>li.previous-page,.pagination2 ul>li.next-page,.pagination2 ul>li.pages-num{display:none}@media (max-width:767px){.pagination2 ul>li{display:none}.pagination2 ul>li.previous-page,.pagination2 ul>li.next-page,.pagination2 ul>li.pages-num{display:inline-block}}
.index-content .rec-news .core .con .title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}

.index-content .rec-news .core .con .desc {
	display: block;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;
}

.index-content .company-profile {
	height: 418px;
	padding: 0 30px;
	text-align: center;
	background-color: #fff;
}

.index-content .company-profile .more-btn {
	margin: 0 auto;
	margin-top: 70px;
}

.index-content .company-profile .desc {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;
	
}

.index-content .video {
	position: relative;
}

.index-content .video:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #013c8a;
	opacity: 0.31;
	z-index: 2;
}

.index-content .video .pic {
	display: block;
}

.index-content .video img {
	display: block;
}

.index-content .video .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	display: block;
}

.index-content .video .com-tit {
	text-align: center;
	color: #fff;
}

.index-content .video .com-tit em {
	color: #fff;
	opacity: 0.5;
}

.index-content .video .com-tit:after {
	background-color: #fff;
	opacity: 0.5;
}

.index-content .video .playBtn {
	width: 81px;
	height: 81px;
	background: url(../img/playbtn.png) no-repeat center center;
	margin: 0 auto;
	margin-top: 45px;
}

.mod-newslist2 li {
	position: relative;
	margin-bottom: 45px;
	padding-left: 115px;
	min-height: 95px;
}

.mod-newslist2 li .date {
	text-align: center;
	color: #666666;
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 95px;
	border: 1px solid #f9f9f9;
}

.mod-newslist2 li .date em {
	display: block;
	background: #f9f9f9;
	line-height: 65px;
	text-align: center;
	font-size: 32px;
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
}

.mod-newslist2 li:hover .date {
	color: #018ed6;
}

.mod-newslist2 li:hover .date em {
	background: #018ed6;
	color: #fff;
}

.mod-newslist2 li:hover .date {
	border: 1px solid #018ed6;
}

.mod-newslist2 li .item-tit {
	padding-bottom: 18px;
}

.mod-newslist2 li .item-tit a {
	color: #000;
	font-size: 18px;
}

.mod-newslist2 li .item-tit a:hover {
	color: #018ed6;
}

.mod-newslist2 li .item-desc *, .mod-newslist2 li .item-desc {
	color: #666;
	font-size: 12px;
}

.lc {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 60px;
}

.lc .tit {
	float: left;
}

.lc ul {
	float: left;
	padding-left: 24px;
	background: url(../img/home.png) no-repeat left center;
}

.lc ul li {
	float: left;
	margin-right: 5px;
}

.lc ul li a {
	float: left;
	padding-right: 13px;
	background: url(../img/lcbg2.png) no-repeat right center;
}

.lc ul .active {
	color: #2e79de;
}

.newsInfo {
	margin-bottom:120px;
}
.newsInfo .content h6 {
	color: #000;
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
}

.newsInfo h3.title {
	font-size: 24px;
	line-height: normal;
	text-align: center;
	color: #333;
	padding-bottom: 25px;
	font-weight: normal;
	border-bottom:1px dashed #ededed;
}

.newsInfo .source ul {
	text-align: center;
}

.newsInfo .source li {
	display: inline;
	padding: 0 15px;
	line-height: 50px;
	color: #999;
	font-size: 14px;
}

.newsInfo .content {
	margin: 10px 0 0 0;
	min-height: 100px;
}
.newsInfo .content p, .newsInfo .content * {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.newsInfo .content p {
	padding: 0 0 1em 0;
}

.relnews {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ededed;
}

.relnews * {
	font-size: 16px;
	color: #333;
}

.relnews a:hover {
	color: #018ed6;
}

.per-news {
	padding-bottom: 15px;
}



.project-list{
	margin-right:-33px;
}
.project-list .core{
	float:left;
	width:378px;
	margin-right:33px;
	margin-bottom:40px;
}
.project-list .core .pic{
	display:block;
}
.project-list .core img{
	display:block;
	width:100%;
	height:243px;
}
.project-list .core .txt{
	display:block;
	text-align: center;
	font-size:18px;
	line-height:1;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-top:30px;
}


.business .core{
	margin-bottom:110px;
}
.business .core img{
	display:block;
	max-width: inherit;
}
.business .core .con{
	float:none;
	overflow: hidden;
}
.business .core .con{
	background-color:#f6f6f6;
	padding:50px;
	height:340px;
	box-sizing: content-box;
	position: relative;
	top:40px;
	z-index: 2;
}
.business .core .con .desc{
	font-size:14px;
	line-height:30px;
	margin-top:30px;
}
.business .core .con .com-tit{
	text-align: left;
}
.business .core .con .com-tit span{
	font-size:22px;
	font-weight:normal;
}
.business .core .con .com-tit em{
	font-size:16px;
	color:#000;
	opacity:0.6;
	margin-top:15px;
}
.business .core1 .pic{
	float:right;
	margin-left:-20px;
}
.business .core2 .pic{
	float:left;
	margin-right:-20px;
}

.honour-swiper{
	overflow:hidden;
	margin-bottom:115px;
	position: relative; padding-bottom: 20px;
}
.honour-swiper .swiper-wrapper{ height: auto!important;}
.honour-swiper .swiper-slide{height: auto!important;}

.swiper-button{
	width:100px;
	height:50px;
	background-color:#5d86be;
	position: absolute;
	top:200px;
	right:40px;
	z-index:10;
}
.swiper-button .swiper-prev{
	background:url(../img/swiper-prev.png) no-repeat center;
	width:50px;
	float:left;
	height:100%;
	cursor: pointer;
}
.swiper-button .swiper-next{
	width:50px;
	float:left;
	height:100%;
	background:url(../img/swiper-next.png) no-repeat center;
	cursor: pointer;
}
.honour-swiper:after{
	content:"";
	left:30px;
	right:130px;
	height:190px;
	border:1px solid #2e79de;
	position: absolute;
	top:120px;
	display:none;
}
.honour-container{
	width:632px;
	/*height:407px;*/
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.honour-container .swiper-slide{
	transform-origin: center top;
}
.honour-container .swiper-slide-active .pic{
	display:block;
}
.honour-container .swiper-slide-active img{
	display:block;
	border:3px solid #2e79de;
	border-radius: 3px;
	box-sizing:border-box;
}

.article{
	margin-bottom:50px;
}
.article .title{
	font-size:22px;
	font-weight:normal;
	margin-top:50px;
	margin-bottom:20px;
}
.article p{
	font-size:14px;
	line-height:30px;
	color:#555;
}

/*新加二级菜单导航*/
.inner-title{ position:relative;}
.subnavs{ position: absolute; top: -112px; text-align: left; width:70%; left: 0;}
.subnavs *{display:inline-block; }
.subnavs H4{ font-size: 20px; margin-right: 20px;}
.subnavs  li{ margin:0 8px;}
.subnavs  li a:hover,.subnavs  li.cr a{color:#2e79de;}

.lc{ text-align: right; position: relative;}
.lc .wrap-layer *{ display: inline-block; float: none!important;}





