.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.input-border-color{
	border: 1px solid #A55C05;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blue-bg{
	background-color: #EEF3FC
}
.new-swiper-container{
	overflow: hidden;
}
.new-btn-wrp{
	text-align: right;
	padding-bottom: 30px;

}
.new-btn-wrp .new-button{
	display: inline-block;
	min-width: 60px;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	color: #0339AD;
	min-height: 30px;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border: 1px solid #0339AD;
	margin: 5px 10px;
}
.new-btn-wrp .new-button i{
	display: inline;
}
/*头部*/
.pclogo{
	position: relative;
	display: block;
	padding: 20px 0;
}


.pclogo .logo-img{
	display: inline-block;
	height: 70px;
}
.pclogo .right-content{
	position: absolute;
	right: 0;
	top: 0;
	height: 70px;
	font-size: 14px;
	padding: 8px 0
}
.pclogo .right-content .phone{
	height: 30px;
	vertical-align: middle;
	margin-right: 8px
}
.pclogo .right-content .intro-header{
	display: inline-block;
	font-size: 13px;
	color: #949393;
	margin-top: 10px;
	margin-right: 30px;
}
.pclogo .right-content .phone-wrp{
	display: inline-block;
	color: #6E6D6D;
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 5px

}
.pclogo .right-content .phone-wrp .number{
	display: inline-block;
}
.slogo img {
	height: 40px;
}
.input-icon-text{
	display: inline-block;
	background: #A55C05;
	color: #ffffff;
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem

}
.logo-title{
	font-size: 22px;
	color: #1C4670;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
 }
.m-header {
	width: 100%;
	background-color: #023AA7;
	height: 50px;
	z-index: 999;
}
.bg-banner{
	padding-top: 360px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
@media (min-width: 800px) {
	.pcNav {
		position: relative;
		/*background-image: url(../img/topbg.png);*/
		background-position: center center;
	}
}



@media (max-width: 800px) {
	.pclogo {
		display: none;
	}
	
	.slogo{
		margin-left: 1rem;
	}
	
	.nav-ul{
		background-color: rgba(8, 24, 62, 0.9);

	}
	.bg-banner{
		padding-top: 150px;
		background-repeat: no-repeat;
		background-position: top right;
		background-size: contain;
	}
	.nav-ul li {
		display: block;
		padding: 0 2rem;
		cursor: pointer;
	}
}


.navbar{
	z-index: 99;
}

.m-header .navbar-toggler {
	padding: 5px;
	height: 36px;
	width: 36px;
	margin-right: 15px;
	background-size: 20px;
	background-position: center center;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
}

.navbar {
	padding: 0;
}

.nav-ul {
	font-size: 0;
	line-height: 46px;
	padding: 0 1rem;
	margin: 0;
	font-size: 24px;
}

.nav-ul .nav-item {
	position: relative;
	display: inline-block;
	padding: 0 0.5rem;
	cursor: pointer;
	font-size: 16px;
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
}

.nav-ul .nav-item::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	/*background-color: #ffffff;*/
	z-index: 100;
	top: 0;
	right: 0;
	transform: skew(-1deg);
	-webkit-transform: skew(-1deg);
	-moz-transform: skew(-1deg);
	-ms-transform: skew(-1deg);
	-o-transform: skew(-1deg);


}

.nav-ul .nav-item.active:first-child::before {
	content: '';
	position: absolute;
	
	/* background: #0339AD; */
	width: 40px;
	height: 46px;
	top: 0;
	left: -6px;
	transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);

}



.nav-ul .nav-item.active::after {
	width: 0;
	height: 0;
}

.nav-ul .nav-item a {
	display: block;
	color: #ffffff;
	transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	white-space: nowrap;
}
.nav-ul .nav-item.active a {
	/* background-color: #0339AD */
	color: #ffffff;
	background-color: #0599F0;
}

.try {
	display: inline-block;
	color: #ffffff;
	line-height: 46px;
	padding: 0;
}

.try a {
	display: block;
	color: #ffffff;
	padding: 0 0.5rem;
}

.try .dropdown-menu {
	background-color: #434957;
}

.try .dropdown-item:hover {
	background-color: #434957;
	color: #ffffff;
}

.nav-link {
	display: inline-block;
	color: #ffffff;
	line-height: 46px;
	padding: 0;
}


.mbtn {
	color: #FFFFFF;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 5px 8px;
	font-size: 14px;
}

.mbtn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
	color: #FFFFFF;
}

.banner {
	position: relative;
	width: 100%;
	background-color: #EEEEEE;
}

.banner .swiper-container {
	width: 100%;
	height: 500px;
}

.banner .swiper-slide {
	background-position: center center;
	background-size: cover;
}

.banner .swiper-button-next {
	background-image: url(../img/next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .swiper-button-prev {
	background-image: url(../img/pro.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .swiper-pagination {

	width: 100%;
}

.banner .swiper-pagination-bullet {
	margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.banner .swiper-container-horizontal>.banner .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 20px;
}


/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {}


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}



#slide {
	height: 290px;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 100;
}

#slide ul {
	padding: 0;
}

#slide li {
	position: relative;
	list-style: none;
	height: 46px;
	line-height: 46px;
	text-align: right;
	border-radius: 6px 0 0 6px;
	margin-bottom: 2px;
}

#slide li .img {
	float: right;
	height: 46px;
	width: 46px;
	line-height: 42px;
	text-align: center;
	background-color: #fd8045;
	border-radius: 6px 0 0 6px;
}

#slide .email:hover,
#slide .phone:hover {
	background-color: #fd8045;
}

#slide .email:hover .img,
#slide .phone:hover .img {
	float: left;
}

#slide .email:hover .info,
#slide .phone:hover .info {
	display: inline-block;

	text-align: center;
	height: 38px;
	line-height: 38px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#slide li .info {
	display: none;
	padding: 0 5px;
	color: #FFFFFF;
}

#slide .er:hover .erimg {
	display: block;
}

#slide .erimg {
	display: none;
	position: absolute;
	right: 50px;
	top: -20px;
	width: 100px;
	height: 100px;
	background-color: #005CBF;
	border-radius: 5px;
	background-image: url(../img/erimg.jpg);
	background-size: cover;
}


/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
	.banner img {
		width: 100%;
	}
}


/*
// Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
	.banner img {
		height: 180px;
		overflow: hidden;
	}
	.swiper-container {
		width: 100%;
	}
	.banner {
		width: 100%;
		height: 200px;
	}
}


/*// Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {}


/*// Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {}

.title {
	position: relative;
	color: #001765;
	font-size: 18px;
	padding: 25px 0;
	text-align: center;
}

.title h3 {
	margin: 0;
	display: inline-block;
	padding-bottom: 8px;
	text-align: center;
	font-size: 22px;
}

.title span {
	position: absolute;
	right: 0;
	bottom: 33px;
}
.title .next-title {
	font-size: 18px;
	margin: 56px 0;
}
.title a {
	color: rgba(4, 58, 173, 1);
	font-size: 14px;
}

.title2 {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../img/linebg.png);
	background-repeat-y: no-repeat;
	background-position: center center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.title2 h3 {
	display: inline-block;
	padding: 0 15px;
	color: #2B2B2B;
	margin: 0;
	background-color: #ffffff;
	font-size: 18px;
	z-index: 100;
}

.zhuimg{
	width: 100%;
}
/*项目*/
.prowrp .card-img-top{
	height: 100%;
}
.prowrp .card {
	border: 0;
	margin: 0 5px;
	padding: 15px 0;
	background-color: #f7f7f7
}
.prowrp{
	font-size: 0;
	padding-bottom: 30px;
}
.prowrp .pjitem {
	display: block;
	box-sizing: content-box;

}
.prowrp .pjitem a{
	color: #3B3B3B;
	font-size: 12px;
}
.prowrp .pro-img-wrp{
	text-align: center;
}
.prowrp .pro-img {
	display: inline-block;
	height:85px
}


.prowrp .card:hover {
	background-color: #F0F5FF;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:2px 2px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.prowrp .card-text-title{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.pjitem  .card-text p{
	text-align: left
}
.card-text{
	font-size: 14px
}
 .card-inter-content{
	font-size: 14px
}
.feng-item{
margin-bottom: 15px;
min-height: 150px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat
}
.join-item{
	display: block;
	color: #3b3b3b;
	margin: 8px;
	font-size: 18px;
	text-align: center;
	padding: 15px 10px;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:2px 2px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.join-btn-wrp{
	text-align: center;
	padding: 30px 0
}
.join-btn{
	display: inline-block;
	min-width: 150px;
	color: #0339AD;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #0339AD;
	padding: 8px 15px;
}
/*项目轮播 end*/

@media (max-width: 580px) {
	.prowrp .pjitem {
	width: 100%;
}
}

/*核心技术*/

.interwrp{
	background: #E7F2FC;
}
.interwrp .inter-card{
	text-align: center
}
.interwrp  .inter-item {
	vertical-align: top;
	display: inline-block;
	width: 32%;
	color: #3b3b3b;
}
.interwrp  .inter-item a{
	color: #3b3b3b;
}
.interwrp .inter-img-wrp{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius:50%;
	text-align: center;
	background: #4C82F6;
	line-height: 100px
}
.inter-card-body{
	padding: 5px 10px;
}
.interwrp .inter-item:hover{
	color: #0339AD
}
.card-inter-title{
	font-size:18px;
	font-weight: 600;
	margin: 13px 0
}
.img-detail-bg{
	background: #4C82F6;	
}
.interwrp .inter-item:hover .inter-img-wrp{
	background: #0339AD;
	
}
.interwrp img {
	display: inline-block;
	margin: 0 auto;
	height: 40px;
	
}
/* 产品 */
.ming-content ,.zhi-content,.ni-content,.zhan-content{
	padding: 50px 0
}
.ming-content .ming-item{
	text-align: center;
	font-size: 13px;
	margin-bottom: 15px;
}
.ming-content .ming-item .ming-item-card{
	background: #fff;
	margin: 15px 0;
	padding: 15px;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem
	
}
.ming-content .ming-item .ming-item-card:hover{
	background: #005CBF;
	background: -moz-linear-gradient(top, #0081CC 0%, #43B7FB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081CC), color-stop(100%,#43B7FB));
    background: -webkit-linear-gradient(top, #0081CC 0%,#43B7FB 100%);
    background: -o-linear-gradient(top, #0081CC 0%,#43B7FB 100%);
    background: -ms-linear-gradient(top, #0081CC 0%,#43B7FB 100%);
    background: linear-gradient(to bottom, #0081CC 0%,#43B7FB 100%);
	color: #fff;

}
.ming-content .ming-item a,
.zhi-item a{
	color: #3b3b3b;
	text-decoration-line: none
}
.ming-content .ming-item img{
	height: 56px;
	
}
.zhi-item img{
	height: 46px;
	margin-bottom: 20px
}
.zhi-item{
	text-align: left;
	margin-bottom: 10px;
}
.card-text-title{
	font-size: 16px;
	font-weight: 600;
}
.card-text{
	font-size: 13px;
}
.zhan-item{
	text-align: center;
	margin-bottom: 20px;
}
.zhan-item .card{
		display: inline-block;
		width: 80%;
		color: #004D7A;
		font-size: 30px;
		padding: 60px 30px;
		background: #D6F0FF;
		border: 2px solid #004D7A;
		border-radius: .5rem;
		-webkit-border-radius: .5rem;
		-moz-border-radius: .5rem
}
.ni-item{
	display: inline-block;
	text-align: center;
	font-size: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 24%;
	/* vertical-align: top */
	background: #004D7A;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem
}
.ni-item:nth-of-type(2n){
	background: #ECECEC
}
.ni-item .content{	
	display: table-cell;
	vertical-align: middle;
	height: 88px;
	padding: 10px 20px;
	font-size: 22px;
	margin: 15px;
	text-decoration-line: none;
	color: #ffffff;
	background: #004D7A;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem
}
.ni-item:nth-of-type(2n) .content {
	color: #0339AD;
	background: #ECECEC
}
@media (max-width: 960px) {
	.ni-item{
		text-align: left;
		font-size: 0;
		margin-bottom: 10px;
		display: block;
		width:100%;
	}
	.ni-item .content{
		display: block;
		height: auto;
		padding: 5px 10px;
	}
	.zhan-item .card{
		width: 100%;
		margin-bottom: 20px;
	}
}
/* 荣誉 */
.honorwrp{

}
.honorwrp .honor-item{
	text-align: center;
	padding: 5px ;
	margin: 10px 20px
	/* width: 25%; */
}
.honor-img-wrp{
	/* height: 13rem; */
	border: 2px solid #D6F0FF;
	padding: .25rem;
    background-color: #fff;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
	/* overflow: hidden; */
	text-align: center
}
.card-body{
	min-height: 160px;
}
.honor-img-wrp img{
	display: inline-block;
	width: 100%;
}
.card-honor-title{
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}

/*项目轮播 end*/

@media (max-width: 991.98px) {
	.interwrp .swiper-button-next,
	.interwrp .swiper-button-prev {
		display: none;
	}
	.interwrp .swiper-slide {
		padding: 30px;
	}
}


/*center*/

.mcard {
	display: block;
	text-align: center;
	box-sizing: content-box;
}

.mcard h3 {
	font-size: 18px;
	color: #2b2b2b;
	margin: 15px 0;
}

.mcard p {
	color: #939393;
}

.mcard .item {
	display: inline-block;

	width: 19%;
	border-right: 1px solid #eeeeee;
	cursor: pointer;
}

@media (max-width: 768px) {
	.mcard .item {
		width: 100%;
	}
}


/*联系背景*/

.aboutbg {
	background-image: url(../img/aboutus.png);
	width: 100%;
	min-height: 356px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.cform {
	width: 390px;
	float: right;
	padding: 30px 0;
	color: #FFFFFF;
}

.cform .form-item {
	height: 56px;
	line-height: 56px;
	position: relative;
}

.cform .form-item .left {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 110px;
	height: 50px;
	margin-top: 5px;
	line-height: 50px;
	padding-left: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cform .form-item .left span {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.cform .form-item .left span img {
	display: inline-block;
	height: 20px;
	text-align: center;
	vertical-align: center;
}

.cform .form-item .text {
	position: absolute;
	left: 0;
	top: 0;
}

.cform .form-item input {
	display: block;
	background: none;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 60px;
	line-height: 58px;
	padding-left: 120px;
	color: #FFFFFF;
}

.cul {
	text-align: center;
	padding: 0;
}

.cul li {
	display: inline-block;
	font-size: 0;
}

.cul li button {
	display: inline-block;
	font-size: 20px;
	width: 172px;
	background-color: #b11009;
	border: 0;
	color: #FFFFFF;
	padding: 0;
	line-height: 54px;
}

@media (max-width: 1100px) {
	.cbg {
		background: none;
		background-color: #08367c;
		min-height: 200px;
	}
	.cform {
		width: 100%;
		float: right;
		padding: 30px 0;
		color: #FFFFFF;
	}
	.cul li {
		display: inline-block;
	}
	.cul li button {
		width: 150px;
		background-color: #b11009;
		border: 0;
		color: #FFFFFF;
		padding: 0;
		line-height: 54px;
	}
}


/*首页table*/

.accuratewrp .table {
	text-align: center;
	background-color: #686B70;
}

.table a {
	color: #2b2b2b;
	cursor: pointer;
}

.accuratewrp .table th {
	color: #ffffff;
	font-weight: 500;
}

.accuratewrp .table th {
	border-bottom: 0;
}
.accuratewrp .table th,
.accuratewrp .table td {
	border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.accuratewrp table thead {
	z-index: 100;
}
.accuratewrp .table tbody {
	z-index: 1;
}
.accuratewrp table tr th:nth-child(2n) {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	background-color: #857F7F;
	font-size: 15px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:4px 4px 8px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);

	z-index: 101;
}

.accuratewrp table tr td:nth-child(2n+1) {
	position: relative;
	color: #2b2b2b;
	background-color: #b7b7b7;
}

.accuratewrp table tr td:nth-child(2n) {
	position: relative;
	color: #ffffff;
	z-index: 100;
	box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:4px 0px 6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.5);
}

.accuratewrp table tr td:nth-child(2n)::after {
	content: '';
	position: relative;
	width: 100px;
	height: 5px;
	background-color: #686B70;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	bottom: 0
}

.accuratewrp table tr th:nth-child(2n+1) {
	background-color: #7C3233;
}


/*新闻*/
.newswrp{
	font-size: 0;
	background-color: #ffffff
}
.newswrp .left-content， .newswrp .right-content{
	display: inline-block;
	width: 49%
}

.news-tab{
	text-align: center;
	margin: 20px 0
}
.news-tab .tab-item{
	display: inline-block;
	padding: 6px 20px;
	font-size: 20px;
	background: #EEF3FC;
	color: #3B3B3B;
	text-decoration: none;
	margin: 0 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px
}
.news-tab .tab-item.active{
	background: #0339AD;
	color: #fff;
	
}
.index-news-content{
	position: relative;
	height: 3rem;
	padding-right: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-news-content .time{
	position: absolute;
	right: 0;

}
.newswrp .nitem {
	display: inline-block;
	width: 100%;
	box-sizing: content-box;
	margin-bottom: 20px;
	cursor: pointer;
	color: #3b3b3b;
}
.newswrp .nitem  .wrp{
	position: relative;
	margin: 0 10px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px
}
.newswrp .nitem:nth-of-type(2n){
	float: right;
}

.news-detail-wrp{
	top: -50px;
	box-sizing: border-box;
	padding: 10px 25px;
	background-color: #fff;
	margin-bottom: 50px;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 22, 62, 0.35);
	-moz-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-ms-box-shadow:4px 4px 8px rgba(0, 22, 62, 0.35);
	-o-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
}
.news-detail-wrp .n-title{
	text-align: center;
	font-size: 24px;
	padding: 40px 0;
	border-bottom: 1px solid #eeeeee;
}
.news-detail-wrp hr{
	border: none
}
.news-detail-wrp p{
	text-indent: 2em
}
.news-detail-wrp .img-wrp{
	display:block;
	text-align: center;
	max-width: 100%
}
.news-detail-wrp img{
	display: block;
    max-width: 100%;
    margin: 5px auto;
}

.news-footer{
	border-top: 1px solid #3699FF;
	padding: 30px 0
}
.zhu-footer{
	background: url(../img/contactbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	padding: 30px 0;
}
.zhu-footer .footer-item{
	display: block;
	border-bottom: 1px dashed #fff;
}
.footer-bie{
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background-color: #1B1B1B;
}
.footer-bie a{
	text-align: center;
	color: #fff;
}
.news-footer a{
	color: #3b3b3b;
	display: block;
	text-decoration-line: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intro{
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pover {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0 60px;
	overflow: hidden;
	transition: all .5s ease 0;
	-moz-transition: all .5s ease 0;
	/* Firefox 4 */
	-webkit-transition: all .5s ease 0;
	/* Safari 和 Chrome */
	-o-transition: all .5s ease 0;
	/* Opera */
}

.pover h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	font-size: 18px
}

.pover p {
	display: none;
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	text-overflow: ellipsis;

}

.nitem:hover .pover p:after {
	content: '【详情】';
	color: #f42020;
	font-weight: 600;
}

.nitem:hover .pover {
	height: 100%;
	padding: 60px;

}

.nitem:hover .pover h3 {

border-bottom: 1px dashed #8e8e8e;
}
.nitem:hover .pover p{
	display: inline-block;
}
.news-item {
	display: block;
	font-size: 13px;
	color: #3b3b3b;
	line-height: 3rem;
	height: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid rgba(218, 218, 218, 1)
}
@media (max-width: 580px) {
	.newswrp .nitem{
		/* width: 50%; */
	}
	.pover{
		padding: 0 15px;
	}
	.nitem:hover .pover{
		padding: 15px;
	}
}
@media (max-width: 992px) {
	.nitem:hover .pover {
		height: 100%;
		padding: 10px;
	}
}


/*about*/

.aboutus {
	text-align: center;
	color: #2B2B2B;
}

.atitle {
	text-align: center;
	margin: 50px 0 30px 0;
}


.aboutus .next-title a{
	color: #666666;
	text-decoration: none;

}

.aboutus p  a{
	display: block;
	color: #2B2B2B;
	text-align: left;
	text-indent: 2em;
	line-height: 2em;
	text-decoration: none;
}


/*合作伙伴*/

.company {
	padding-bottom: 30px;
}

.company img {
	margin-bottom: 20px;
}

.cwrp .item {
	width: 19%;
	text-align: center;
	display: inline-block;
}
.cwrp .item img{
	display: inline-block;
	height: 90px;
}

@media (max-width: 768px) {
	.cwrp .item {
		width: 49%;
		display: inline-block;
	}
	.cwrp .w-100 {
		display: none;
	}
}


/*项目展示细节*/

.ptitle {
	font-size: 18px;
	color: #272727;
	text-align: center;
	margin: 50px 0 30px 0;
}

.where {
	padding: 0 15px;
}

.infowrp {
	color: #888888;
}

.infowrp p {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	margin-bottom: 20px;
}

.pcontent {
	padding-bottom: 50px;
}

.pcontent .content img {
	width: 100%;
}

.pcontent .content p {
	margin-top: 20px;
	line-height: 2em;
	color: #2b2b2b;
	font-size: 16px;
}


/*maintable*/

.maintable table {
	text-align: center;
	width: 100%;
}

.maintable table th {
	color: #FFFFFF;
	font-weight: 400;
}

.maintable .table-bordered td,
.maintable .table-bordered th {
	border: 1px solid #a2a2a2;
}

.maintable .table th,
.maintable .table td {}

.maintable table tr th:nth-child(2n) {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);

	background-color: #857F7F;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.48);
	-ms-box-shadow:4px 4px 8px rgba(0, 0, 0, 0.48);
	-o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.48);
}

.maintable table tr th:nth-child(2n+1) {
	background-color: #7C3233;
}

.protitle {
	text-align: center;
	padding: 60px 0 20px 0;
	background-image: url(../img/linebg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
}

.protitle h3 {
	text-align: center;
	font-size: 18px;
	color: #2B2B2B;
	margin: 0;
}

.proinputwrp {
	position: relative;
	text-align: center;
}

.proinput {
	display: inline-block;
	width: 680px;
	height: 66px;
	border-radius: 4px;
	background-color: #e4e4e4;
	margin: 0 0 58px 0;
}

.proinput p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 66px;
	line-height: 66px;
	color: #8c8c8c;
	font-size: 22px;
}

.proinput p i {
	font-size: 30px;
	margin-right: 10px;
}

.proinput input {
	display: block;
	width: 100%;
	background: none;
	border: 0;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #8c8c8c;
}

.pagenationwrp {
	text-align: center;
	color: #2b2b2b;
	margin: 60px 0;
}

.pagenationwrp li {
	display: inline-block;
}

.pagenationwrp li a {
	color: #2B2B2B;
	padding: 0 10px;
}

.pagenationwrp li.disabled {
	color: #999999;
}

.pagenationwrp .prev,
.pagenationwrp .next {
	border: 0;
	background-color: #e0e0e0;
	padding: 6px 15px;
	border-radius: 5px;
}

.pagenationwrp span input {
	width: 40px;
	border: 0;
	background-color: #e0e0e0;
	padding: 4px 0;
	text-align: center;
	margin: 0 15px;
}

@media (max-width: 992px) {
	.proinput {
		width: 100%;
	}
}


/*tmodel*/

#tmodal {
	position: fixed;
	top: 200px;
	left: 0;
	width: 100%;
	height: 340px;
	color: #FFFFFF;
	z-index: 1000;
	display: none
}

#tmodal .content {
	position: relative;
	background-image: url(../img/tmodel.png);
	height: 340px;
	width: 320px;
	margin: 0 auto 0;
	border-radius: 5px;
	padding: 15px 20px;
}

#tmodal .close {
	position: absolute;
	right: 10px;
}

#tmodal h3 {
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
}

#tmodal .zitem {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	background: #ccdde5;
	margin-bottom: 8px;
	border-radius: 5px;
}

#tmodal .zitem a {
	color: #2767ae;
	text-decoration: none;
}

#tmodal .zitem img,
#tmodal .zitem i {
	display: inline-block;
	width: 40px;
	margin-right: 20px;
}

#tmodal .zitem i {
	font-size: 30px;
	text-align: center;
}

#tmodal .zitem span {
	letter-spacing: 0.2em
}

#tmodal .z-item input {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 0;
	padding: 10px 20px;
	border-radius: 5px;
	color: #2b2b2b;
	text-align: center;
}

#tmodal .tbtn {
	display: block;
	width: 100%;
	margin: 8px auto;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
}


/*tmodel*/

#pmodal {
	position: fixed;
	top: 200px;
	left: 0;
	width: 100%;
	height: 340px;
	color: #FFFFFF;
	z-index: 1000;
}

#pmodal h3 {
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
}

#pmodal .content {
	position: relative;
	background-image: url(../img/tmodel.png);
	height: 230px;
	width: 320px;
	margin: 0 auto 0;
	border-radius: 5px;
	padding: 15px 20px;
}

#pmodal .close {
	position: absolute;
	right: 10px;
}

#pmodal .zitem {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	background: #ccdde5;
	margin-bottom: 8px;
	border-radius: 5px;
}

#pmodal .zitem a {
	color: #2767ae;
	text-decoration: none;
}

#pmodal .zitem span {
	letter-spacing: 0.2em
}


/*新闻*/

.bgwrp {
	/* background-color: #1d2028; */
	min-height: 600px;
}

.newlistwrp {
	margin: 60px auto 0;
	color: #FFFFFF;
	padding-bottom: 60px;
}

.newlistwrp .row {
	background-color: #96763f;
}

.newlistwrp .newstitle {
	display: block;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
	height: 480px;
	line-height: 480px;
	text-align: center;
	font-weight: 500;
	font-size: 60px;
	color: #FFFFFF;
	text-decoration: none;
}

.newlistwrp .col-lg-6 {
	padding: 0;
	height: 480px;
}

.newlistwrp .list1 {
	padding: 16px 10px;
	background-color: #96763f;
}

.newlistwrp .list2 {
	padding: 15px 10px;
	background-color: #3f6e96;
}

.newlistwrp .type2 {
	margin-top: 50px;
}

.newlistwrp .list .nitem {
	position: relative;
	height: 64px;
	margin: 0;
}

.newlistwrp .list .nitem h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}

.newlistwrp .list .nitem span {
	position: absolute;
	right: 10px;
	bottom: 0;
	vertical-align: bottom;
}

.newlistwrp .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.newlistwrp .img1 {
	background-image: url(../img/newsbg1.png);
}

.newlistwrp .img2 {
	background-image: url(../img/newsbg2.png);
}

.newlistwrp .img3 {
	background-image: url(../img/newsbg3.png);
}

.newlistwrp .img4 {
	background-image: url(../img/newsbg4.png);
}

.brandtab {
	color: #FFFFFF;
	font-size: 14px;
	margin: 68px auto 70px;
}

.brandtab a {
	color: #999999;
	padding-right: 8px;
}

.brandtab span {
	margin-left: 8px;
}

.typelist {
}

.typelist .item {
	background-color: #EEF3FC;
	margin-bottom: 20px;
	cursor: pointer;
	padding:10px;
}
.typelist .item:nth-of-type(2n){
	background-color: #ffffff;
}
.typelist .item:hover{
	background: #EEF3FC;
}
.typelist .item .new-item-img {
	display: inline-block;
	width:130px;
	height:130px;
	background:#ccc;
}

.typelist .content {
	padding: 0 46px;
}

.typelist .item .time {
	display: block;
	font-size: 14px;
	color:#666666;
	font-size:0.8rem;
	margin-top:10px;
}
.typelist .item .news-title{
	color: #0339AD;
}
.typelist .item h3 {
	color: #cfa972;
	font-size: 24px;
	margin: 0;
}

.typelist .item p {
	line-height: 1.5rem;
	font-size: 14px;
	margin: 0;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.typelist .item p:after {
	content: "...";
}

.typelist .item button {
	display: inline-block;
	width: 144px;
	;
	background: none;
	border: 4px solid #c6aa82;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	margin-bottom: 44px;
}

.more {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	;
	height: 58px;
	line-height: 58px;
	margin-bottom: 40px;
	transition: all 1s ease 0;
	-moz-transition: all 1s ease 0;
	/* Firefox 4 */
	-webkit-transition: all 1s ease 0;
	/* Safari 和 Chrome */
	-o-transition: all 1s ease 0;
	/* Opera */
}
.more-btn{
	background-color: aqua;
	display: inline-block;
    width: 100px;
    height: 30px;
    color: #fff;
}

.more:hover {
	color: #c6aa82;
	font-size: 20px;
}

.newcontent {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
	opacity: 0.5
}
.join-modal-wrp{
	text-align: center;
	padding: 40px 0
}
.modal-content{
	z-index: 9999;
	background-color: #fff
}

/* #newcontent .modal-content {
	min-height: 600px;
	background-color: #292d38;
	color: #FFFFFF;
} */

#newcontent .close {
	width: 62px;
	height: 62px;
	position: absolute;
	top: -30px;
	right: -30px;
	background-image: url(../img/closed.png);
}

#newcontent .modal-content {
	padding: 40px 0 0 0;
}

#newcontent .modal-content .text {
	margin: 0 30px;
	text-align-last: inherit;
}

#newcontent .modal-content .ctitlewrp {
	margin: 0 30px;
	position: relative;
}

#newcontent .modal-content .ctitlewrp h3 {
	margin-right: 70px;
	font-size: 30px;
}

#newcontent .modal-content .ctitlewrp span {
	position: absolute;
	right: 0;
	top: 0;
	color: #8e8e8e;
	line-height: 30px;
}

#newcontent .modal-content .ctitle {
	color: #FFFFFF;
	margin-bottom: 56px;
}

#newcontent .modal-content img {
	width: 100%;
}

#newcontent .modal-content p {
	text-indent: 2em;
	line-height: 2em;
	margin: 24px 0 0;
}

#newcontent .modal-content ul {
	padding: 0;
}

#newcontent .modal-content ul li {
	display: block;
	margin: 24px 0;
}

#newcontent .modal-content .editer {
	text-align: right;
	margin-bottom: 40px;
}

#newcontent .modal-content .footer {
	height: 112px;
	font-size: 0;
}

#newcontent .modal-content .footer .item {
	display: block;
	position: relative;
	font-size: 14px;
	float: left;
	width: 50%;
	text-align: center;
	background-color: #2b313e;
	padding: 0 80px;
	transition: all 1s ease 0;
	-moz-transition: all 1s ease 0;
	/* Firefox 4 */
	-webkit-transition: all 1s ease 0;
	/* Safari 和 Chrome */
	-o-transition: all 1s ease 0;
	/* Opera */
}

#newcontent .modal-content .footer .item a {
	position: relative;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 112px;
	line-height: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#newcontent .modal-content .footer .item:hover {
	background-color: #093f7a;
}

#newcontent .modal-content .footer .prev:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	height: 0;
	width: 0;
	border-top: 8px solid transparent;
	border-right: 18px solid #FFFFFF;
	border-bottom: 8px solid transparent;
}

#newcontent .modal-content .footer .next {
	padding-right: 30px;
}

#newcontent .modal-content .footer .prev {
	padding-left: 30px;
}

#newcontent .modal-content .footer .next:after {
	content: '';
	position: absolute;
	top: 50px;
	right: 10px;
	height: 0;
	width: 0;
	border-top: 8px solid transparent;
	border-left: 18px solid #FFFFFF;
	border-bottom: 8px solid transparent;
}

@media (min-width: 1024px) {
	#newcontent .modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}

@media (max-width: 992px) {
	.typelist .content {
		padding: 0 15px;
	}
	#newcontent .modal-dialog {
		max-width: 90%;
		margin: 1.75rem auto;
	}
	#newcontent .modal-content .ctitlewrp h3 {
		margin-right: 0;
	}
	#newcontent .modal-content .footer .item {
		padding: 0;
	}
	#newcontent .modal-content .ctitlewrp span {
		display: block;
		position: relative;
		margin-bottom: 20px;
		text-align: right;
		line-height: 30px;
	}
}


/*会员中心*/

.mbanner {
	background-color: #292929;
	position: relative;
	font-size: 0;
}

.center-top {
	position: relative;
	height: 590px;
}

.center-top .center-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #FFFFFF;
	background: #c7b185;
}
.mbanner .left-content{
	vertical-align: top;
	display: inline-block;
	width: 50%;
}
.mbanner .right-content {
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: top;

}

.mbanner #price {
	color: #c5af83;
	margin-top: 120px;
	line-height: 140px;
	font-size: 50px;
	text-align: center;
}

.mbanner .center-button {
	background: none;
	background: #c5af83;
	border: 0;
	width: 234px;
	height: 64px;
	font-size: 22px;
	margin: 0 auto;
	color: #544526;
}

.center-top .center-title h2 {
	text-align: center;
	margin: 0;
	line-height: 100px;
	font-size: 30px;
}


.centerbgwrp .content {
	background-color: #FFFFFF;
}

.centerbgwrp .container {
	background-color: #FFFFFF;
}

.centerbgwrp .content .item {
	text-align: center;
}

.centerbgwrp .content .item.active {
	border-bottom: 4px solid #c5af83;
}

.centerbgwrp .content .item p {
	font-size: 30px;
	color: #2b2b2b;
}

.centerbgwrp .content .item img {}

.centerbgwrp .content .imgwrp {
	display: inline-block;
	height: 90px;
	cursor: pointer;
	margin: 20px 0 6px 0;
}

.centerbgwrp .content .main-panel {
	min-height: 300px;
	padding: 40px;
	border-top: 2px solid #EEEEEE;
}

.centerbgwrp .content .main-panel .panel-item {
	display: none;
}
.ipanel-item{
	display: block;
}
.ipanel-item p img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	text-indent: 0 !important;
}
#panel1 {
	display: block;
}

#panel1 .table {
	text-align: center;
	width: 100%;
}

#panel1 .table thead {
	background-color: #cdb481;
}

#panel1 .table thead th {
	position: relative;
}

#panel1 .table-bordered td,
#panel1 .table-bordered th {
	border: 1px solid #8e8e8e;
	vertical-align: middle;
}

#panel1 .table-bordered td {
	color: #645c45;
	font-size: 18px;
}

#panel1 td.title {
	color: #2b2b2b;
}

#panel1 .dropdown-toggle::after {
	color: #645c45;
}

#panel1 .table-bordered td img {
	vertical-align: middle;
	display: inline-block;
	height: 24px;
}

#panel1 .dropdown-menu {
	position: absolute;
	background-color: #ebe1ce;
}



.centerbgwrp .content .main-panel .mtitle {
	margin: 0;
	font-size: 20px;
	color: #272727;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.centerbgwrp .content .main-panel p {
	color: #888888;
	text-indent: 2em;
}

#panel3 .btn {
	border: 0;
	background-color: #cea870;
	width: 210px;
	height: 50px;
	color: #FFFFFF;
}

#phcenter {
	display: none;
	width: 100%;
	margin-top: 10px;
	height: 100px;
	line-height: 100px;
	color: #FFFFFF;
	background: #c7b185;
	text-align: center;
}
#phcenter h2{
	margin: 0;
	line-height: 100px;
}

@media (max-width: 579px) {
	.mbanner {
		display: none;
	}
	#phcenter {
		display: block;
	}
	.centerbgwrp .content .main-panel {
		padding: 0
	}
	.centerbgwrp .content .imgwrp {
		height: 40px
	}
	.centerbgwrp .content .item img {
		height: 40px;
	}
	.centerbgwrp .content .item p {
		font-size: 24px;
	}
}


/*特色*/

.tesewrp {}

.tese-content {
	padding: 30px 0;
	min-height: 350px;
	background: url(../img/skill.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 300px
}
.tese-img-wrp{
	position: absolute;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 80px;
	left: 0;
	top: 0;
	margin-right: 10px
	
}
.tese-item{
	position: relative;
	padding-left: 80px;
}
.tese-img-top{
	width: 60px;
	height: 60px;
}
.tese-body{
}
.tese-title{
	font-size: 16px;
	font-weight: 500
}
.tese-text{
	color: #7B7B7B;
	font-size: 13px;
	font-weight: 400
}

@media (max-width: 960px) {
	.tese-content {
		padding: 30px 0;
		background: none;
	}

}
/* 伙伴 */
.panterwrp{
}
.panter-item {
	display: block;
	margin: 10px;
	padding: 10px;
	color: #3B3B3B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius:4px;
	-o-border-radius: 4px;
}
.panter-item:hover{
	color: #3B3B3B;
	text-decoration-line: none;
	box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 22, 62, 0.35);
	-moz-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-ms-box-shadow:4px 4px 8px rgba(0, 22, 62, 0.35);
	-o-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
}
.card-panter-title{
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 8px;
}
.card-panter-content{
	font-size: 13px;
}
.panter-item .panter-img-top{
	display: inline-block;
	width: 80px;
	height:80px;
}
.he-wrp{
	padding: 40px 0;
}
.mo-item {
	text-align: center
}
.mo-img-top{
	display: inline-block;
	height: 50px;
	margin-bottom: 20px
}
/* 投资 */
.touzi-item{
	display: block;
	text-decoration: none;
	background: #EEF3FC;
	color: #3b3b3b;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius:4px;
	-o-border-radius: 4px;
}
.touzi-item:hover{
	text-decoration: none;
	color: #333333;
	text-decoration-line: none;
	box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 22, 62, 0.35);
	-moz-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
	-ms-box-shadow:4px 4px 8px rgba(0, 22, 62, 0.35);
	-o-box-shadow: 4px 4px 8px rgba(0, 22, 62, 0.35);
}
.touzi-item:nth-of-type(2n) {
	background: #EEFCFB
}
.touzi-title{
	color: #0339AD;
}
.touzi-title span{
	color: #333333;
	font-size: 15px;
	margin-left: 20px
}
.context-wrp{
	position: relative;
	padding-right: 240px;
	min-height: 130px;
	
}
.touzi-item:nth-of-type(2n) .context-wrp{
	padding-left: 240px;
	padding-right: 0
}
.touzi-item .touzi-img-wrp{
	display: inline-block;
	width: 240px;
	text-indent: 2em;
	position: absolute;
	right: 15px;
	top: 0;
}

.touzi-item:nth-of-type(2n) .touzi-img-wrp{
	position: absolute;
	left: 15px;
	top: 0;
}
@media (max-width: 960px) {
	.context-wrp {
		padding-right: 0;
		background: none;
	}
	.touzi-item .touzi-img-wrp{
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		right: 0;
		padding: 15px 0
	}
	.touzi-item:nth-of-type(2n) .context-wrp{
		padding: 0;
		
	}
	.touzi-item:nth-of-type(2n) .touzi-img-wrp{
		position: relative;
		text-align: center;
		right: 0;
	}
}

/*关于我们*/

.abanner {
	height: 500px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.acompanytitle {
	margin: 86px 0;
}

.acompanytitle h3 {
	font-size: 22px;
	margin: 0;
	height: 72px;
	line-height: 72px;
	text-align: center;
	background-image: url(../img/abbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.grid .grid-item {
	padding: 15px;
	margin-bottom: 8px;
}

.grid .grid-item .acontent {
	background: #EEEEEE;
	padding: 30px 10px;
}

.grid .grid-item .acontent .aimgwrp {
	text-align: center;
	margin-bottom: 8px;
}

.grid .grid-item .acontent img {}

.grid .grid-item .acontent p {
	text-emphasis: inherit;
	text-autospace: inherit;
	word-break: break-all
}

.grid .grid-item .acontent .by {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 13px;
}

.grid .grid-item .acontent .videowrp img {
	width: 100%;
}

.aintro {
	position: relative;
}

.aintro .atoptitle {
	position: absolute;
	width: 100%;
	top: -116px;
	height: 172px;
	margin: 32px auto 0;
	color: #FFFFFF;
	text-align: center;
}

.aintro .atoptitle h3 {
	width: 390px;
	background: #000000;
	text-align: center;
	line-height: 172px;
	font-size: 22px;
	display: inline-block;
	background-image: url(../img/abtbg.png);
	background-repeat: no-repeat;
	background-position: center 130px;
}
 .intro-title{
	 color: #fff;
	 padding: 30px 0 20px 0;
	 text-align: center;
	 border-bottom: 6px solid rgba(255, 255, 255, 0.3);
	 margin-bottom: 30px;

 }
 .intro-text {
	color: #fff;
}
.aintro .aintrotext .intro-img{
	margin-bottom: 5px;
	max-width: 100%;
}

.aintro .aintrotext p {
	text-indent: 2em;
}

.teambg {
	/* background-image: url(../img/aboutbg.png); */
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
}


.tnext {
	margin: 60px 0;
}

.tnext img {
	width: 100%;
}

.tnext p {
	line-height: 2em;
}




/*.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }*/

@media (max-width: 579px) {
	/*.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}*/
	.banner {
		width: 100%;
		height: 118px;
	}
	.banner .swiper-container {
		width: 100%;
		height: 118px;
	}
	.abanner {
		height: 118px;
	}
	.aintro .aintrotext {
	}
	.aintro .aintrotext .intro-img{
		margin-bottom: 5px;
		width: 100%;
	}
	.aintro .atoptitle h3 {
		display: block;
		width: 100%;
	}
	.teambg {
		background: none;
		background-color: #08367C;
	}
	.timgwrp {
		height: 100%;
	}
	.timg1,
	.timg2,
	.timg3 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	.timg1 img,
	.timg2 img,
	.timg3 img {
		width: 100%;
	}
	.timg3 {
		top: 0;
		left: 0;
	}
}

.tip {
	text-align: center;
	color: #888888;
}
.chang-container{
	min-height: 300px
}
.chang-container .show-img{
	margin: 15px;
	text-align: center
}
.chang-container .show-img img{
	display: inline-block;
	width: 100%
}
.changwrp{
	background-color: #0572C6;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-top: 40px;
}
/*footer开 始*/

.footerwrp {
	background-color: rgba(3, 57, 173, 1);
	color: #ffffff;
	padding: 30px 0;
	text-align: center;
	font-size: 0;
}


.footernav {
	margin: 0;
	padding: 0;
}

.footernav li {
	display: block;
	text-align: left;
	line-height: 26px;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
	cursor: pointer;
}
.footerwrp .left-item{
	display: inline-block;
	/* float: left; */
	width: 12.5%;
	vertical-align: top;
	font-size: 14px;
}

.footernav li a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
}

.footernav li a:hover {
}

.finfowrp {
	padding-top: 30px;
	font-size: 16px;
}

.erwei {
	text-align: center;
	font-size: 15px;
	
}
.footer-phone{
	font-size: 20px;
}
.erwei img{
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
	vertical-align: top;
}

.footerp {
	margin: 0;
	font-size: 16px;
}

.footerp a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

@media (max-width: 960px) {
	.footerwrp .left-item{
		display: block;
		width: 100%;
	}
	.erwei img{
		width: 130px;
	}
	
}

/*footer结束*/
