body{
	overflow-x: hidden;
}
/* banner */
.banner {
	height: 850px;
	background: url("../img/indexBg.png") no-repeat center center;
}

.bannerbox {
	height: 130px;
	background: #FFFFFF;
	width: 1300px;
	margin: -130px auto 0;
	box-shadow: 6px 5px 18px 0px rgba(174, 163, 163, 0.31);
	display: flex;
}

.picList img {
	width: 270px;
	height: 200px;
}

.bannerbox1 {
	width: 25%;
	background: #2B3CA8;
	background: linear-gradient(to right, #6F7BC4, #2D3EA9, #2B3CA8)
}

.bannerbox1 h1 {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 33px 0 0 79px;
}

.bannerbox1 p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 20px 0 0 79px;
}

.bannerbox2 {
	width: 25%;
	line-height: 130px;
	text-align: center;
}

.bannerbox2 h1 {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.bannerbox2 div {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.bannerbox2 img {
	vertical-align: middle;
	margin-right: 22px;
}

/* About */
.about {
	height: 800px;
}

.a-bg{ 
	width:1300px;
	margin: auto;
	height: 100%; 
	position: relative;
}

.pddding-a-bg{
	position: relative;
	z-index: 99;
}

.a-bg-tp{
	position: absolute;
	right: -310px;
}

.home-title {
	padding-top: 101px;
}

.home-title h1 {
	font-size: 39px;
	font-family: Arial;
	font-weight: 900;
	color: #000000;
}

.home-title p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 23px;
}

.home-title div {
	width: 20px;
	height: 4px;
	background: #2B3CA8;
	margin-top: 35px;
}

.home-title1 {
	padding-top: 101px;
	position: relative;
	z-index: 2;
}

.home-title1 h1 {
	font-size: 39px;
	font-family: Arial;
	font-weight: 900;
	color: #fff;
}

.home-title1 p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	margin-top: 23px;
}

.home-title1 div {
	width: 20px;
	height: 4px;
	background: #fff;
	margin-top: 35px;
}

.about-p {
	width: 549px;
	height: 91px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	margin-top: 55px;
}

.about-div {
	width: 840px;
	height: 195px;
	background: #FFFFFF;
	box-shadow: 6px 5px 18px 0px rgba(174, 163, 163, 0.31);
	display: flex;
	margin-top: 85px;
}

.about-div-item {
	width: 33.33%;
	text-align: center;
}

.about-div-item img {
	margin-top: 42px;
}

.about-div-item p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 24px;
}

/* Product */
.product {
	height: 988px;
	background: #F8F8F8;
}

.product-p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
}

.product-nav {
	float: right;
	margin-top: -20px;
}

.product-nav ul li {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
}

.product-nav ul li:hover {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2B3CA8;
	cursor: pointer;
}

.product-nav ul li.product-active {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2B3CA8;
	cursor: pointer;
}

.product-nav ul li div {
	width: 30px;
	height: 3px;
	background: #2B3CA8;
	border-radius: 1px;
	margin: 10px auto;
	display: none;
}

.product-nav ul li:hover div {
	display: block;
}

.product-nav ul li.product-active div {
	display: block;
}

.product-tabcontent {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-left: -35px;
}

.product-tab-item {
	width: 370px;
	height: 240px;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 30px;
	display: flex;
	cursor: pointer;
	margin-left: 35px;
}

.product-tab-item .img {
	width: 320px;
	height: 240px;
}

.product-tab-item:hover {
	box-shadow: 6px 5px 18px 0px rgba(174, 163, 163, 0.31);
}

.product-tab-item-right h1 {
	width: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
	margin-left: 25px;
	word-wrap:break-word;

}

.product-tab-item-right {
	position: relative;
}

.product-tab-item-right .img1 {
	position: absolute;
	bottom: 0px;
	right: -10px;
	display: block;
}

.product-tab-item-right .img2 {
	position: absolute;
	bottom: 0px;
	right: -10px;
	display: none;
}

.product-tab-item:hover h1 {
	color: #2B3CA8;
}

.product-tab-item:hover .img1 {
	display: none;
}

.product-tab-item:hover .img2 {
	display: block;
}

/* case */
.case {
	max-width: 1903px;
	height: 955px;
	background: url("../img/case.png") no-repeat center center;
	position: relative;
	margin: 0 auto;
}

.casebox {
	position: relative;
}

.yinying {
	position: absolute;
	top: 0;
}

.mall {
	width: 1039px;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 37px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	position: absolute;
	right: 0;
	z-index: 2;
	top: 170px;

}


/* news */
.news {
	height: 840px;
}

.newsbox {
	position: relative;
}

.newsmall {
	width: 1039px;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-bottom: 37px;
	border-bottom: 1px solid rgba(43, 60, 168, .1);
	position: absolute;
	right: 0;
	z-index: 2;
	top: 170px;

}

.news-content {
	display: flex;
	justify-content: space-between;
}

.news-content1 img {
	width: 430px;
	margin-top: 60px;
}

.news-content2 {
	width: 370px;
}

.news-content2 h1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-top: 85px;
}

.news-content2>h1:hover {
	color: #2B3CA8;
	cursor: pointer;
}

.news-content2 p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	margin-top: 25px;
}

.news-content2 div {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 30px;
}

.news-content2 span {
	width: 24px;
	height: 2px;
	background: #2B3CA8;
	display: inline-block;
	margin-top: 53px;
}

.news-content3 {
	width: 410px;
	margin-top: 40px;
}

.news-content3-item {
	display: flex;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 20px;
}

.news-content3 img {
	width: 106px;
	min-width: 106px;
	height: 80px;
}

.news-content3-itemleft {
	margin-left: 20px;
	padding-bottom: 20px;
}

.news-content3-itemleft h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}

.news-content3-itemleft h1:hover {
	color: #2B3CA8;
	cursor: pointer;
}

.news-content3-itemleft p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 32px;
}

.news-content3-item:last-child {
	border-bottom: 0px solid #E6E6E6;
}

.news-footer {
	height: 200px;
	background: #FFFFFF;
	box-shadow: 6px 5px 18px 0px rgba(174, 163, 163, 0.31);
	margin-top: 100px;
}

.news-footer {
	display: flex;
	justify-content: space-between;
}

.news-footer1 {
	width: 33.333333333333%;
}

.news-footer2 {
	width: 33.333333333333%;
}

.news-footer1 h1 {
	font-size: 39px;
	font-family: Arial;
	font-weight: 900;
	color: #000000;
	margin-left: 60px;
	padding-top: 48px;
}

.news-footer1 p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-left: 60px;
	margin-top: 14px;
}

.news-footer1 div {
	width: 20px;
	height: 4px;
	background: #2B3CA8;
	margin-left: 60px;
	margin-top: 25px;
}

.news-footer2 h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	position: relative;
	margin-top: 50px;
}

.news-footer2 p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	position: relative;
	margin-top: 20px;
	width: 300px;
}

.news-footer2 .span1 {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #2B3CA8;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: -31px;
	top: -3px;
}

.news-footer2 .span2 {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #50C597;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: -31px;
	top: -3px;

}

.news-link {
	display: flex;
	justify-content: space-between;
	margin-top: 170px;
}

.news-link-left {
	display: flex;
}

.news-link-left div {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;

}

.news-link-left p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}

.news-link-left a {
	color: #333333;
	margin: 0px 20px;
}

.news-link-left a:last-child {
	color: #333333;
	margin: 0 0 0 20px;
}
