﻿body {
	background-color: #fff;
}


.tips-wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}



.about-us-wrap {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 80px 0 60px;
}
.about-us-box .about-us-grow .list{
	display: flex;
	height: 160px;
}
.about-us-box .about-us-grow .list li{
	display: flex;
	height: 100%;
	width: 24%;
	background-color: #eeeeee;
	margin-right: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.about-us-box .about-us-grow .list li .icon-box{
	border:1px solid #a0a2c2;
	border-radius: 3px;
	padding: 10px;
	font-size: 30px;
	color: #2c2f81;
	display: table;
	margin: 0 auto;
}
.about-us-box .about-us-grow .list li .p1{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	font-family: simhei;
	text-align: center;
	margin: 10px 0;
}
.about-us-box .about-us-grow .list li .p2{
	font-size: 12px;
	color: #656565;
	font-family: simhei;
	text-align: center;
}
.about-us-box .about-us-grow .list li .icon-box .iconfont{
	font-size: 30px;
}
.about-us-box .about-us-grow .list li:last-child{
	margin: 0;
}
.about-us-wrap:hover .about-us-box .about-us-grow .about-us-img img {
	/*transform: scale(1.3);*/
	/*transition: 1.3s;*/
}

.horizontal{
	width: 45px;
	height: 5px;
	background-color: #2c2f81;
	margin-top: 15px;
}
.about-us-wrap .about-us-box {
	width: 1120px;
	height: 400px;
	display: flex;
	position: relative;
}

.about-us-wrap .about-us-box .about-us-grow {
	display: flex;
	align-items: center;
	position: relative;
}
.about-us-wrap .about-us-box .about-us-grow:last-child {
	margin-left: 40px;
}

.about-us-wrap .about-us-box .about-us-grow:last-child {
	box-sizing: border-box;
}

.about-us-wrap .about-us-box .about-us-grow .about-us-img {
	width: 410px;
	height: 395px;
	overflow: hidden;
	box-sizing: border-box;
}

.about-us-wrap .about-us-box .about-us-grow .about-us-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.about-us-wrap .about-us-box .about-us-grow .about-us-right-content {
	font-size: 12px;
	font-family: "宋体";
	font-weight: 600;
	line-height: 20px;
	padding-top: 20px;
	color: #7f7f7f;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 6;
	  line-clamp: 6;
	  -webkit-box-orient: vertical;
}


.about-us-wrap .about-us-box .about-us-grow .more-btn {
	background: #2c2f81;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	padding: 10px 20px;
	margin: 25px 0 50px;
	display: inline-block;
}

.about-us-wrap .about-us-box .about-us-grow .more-btn:hover {
	background-color: #e51727;
	transition: 0.3s;
}


/* 产品优势 */
.advantage-wrap {
	width: 100%;
}

.advantage-wrap .title {
	margin-left: 460px;
}

.big-t {
	font-size: 30px;
	color: #000;
	font-family: sans-serif;
}

.small-t {
	font-size: 16px;
	color: #a0a0a0;
	font-family: sans-serif;
	text-transform: uppercase;
	margin-left: 10px;
}

.advantage-content {
	width:1120px;
	margin: 20px auto 0;
	display: flex;
}

.advantage-content .left {
	width: 50%;
}

.advantage-content .right {
	width: 50%;
}

.advantage-content .left .top-wrap {
	width: 100%;
	height: 360px;
	margin: 0 0 0 auto;
	position: relative;
}

/* .advantage-content .left .top-wrap:hover .vague {
	box-shadow: none;
	transition: 1s
} */

.advantage-content .left .top-wrap .vague {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 -60px 40px 0 rgba(255, 255, 255, 1) inset;
	-webkit-box-shadow: 0 -60px 40px 0 rgba(255, 255, 255, 1) inset;
	-moz-box-shadow: 0 -60px 40px 0 rgba(255, 255, 255, 1) inset;
	transition: 1s
}

.advantage-content .left .top-wrap img {
	width: 100%;
	height: 100%;

}


.advantage-content .left .down-wrap .down-wrap-title {
	margin: 0 0 0 auto;
	display: table;
	font-size: 24px;
	position: relative;
	margin-bottom: 30px;
}

.advantage-content .left .down-wrap .down-wrap-title::after {
	content: '';
	height: 1px;
	width: 75px;
	background-color: #b2b2b2;
	position: absolute;
	left: 20px;
	bottom: -15px;
}
.advantage-content .right .top-wrap .liner-left.right .liner {
	position: relative;
	width: 100%;
	padding-right: 20px;
}

.advantage-content .right .top-wrap .liner-left.right .liner::after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 3px;
	background-color: #b2b2b2;
	height: 90%;
	width: 1px;
}
.advantage-content .left .down-wrap .down-wrap-content {
	text-align: right;
	width: 600px;
	margin: 0 0 0 auto;
	font-size: 13px;
	color: #b2b2b2;
	line-height: 25px;
}

.advantage-content .right .top-wrap {
	height: 255px;
	display: flex;
	position: relative;
}

.advantage-content .right .top-wrap .liner-left {
	display: flex;
	align-items: flex-end;
	width: 370px;
	padding-left: 50px;
	padding-bottom: 30px;
	box-sizing: border-box;
	z-index: 1;
}

.advantage-content .right .top-wrap .liner-left.right {
	    margin: 0 0 0 auto;
	    width: 400px;
	    padding-right: 50px;
	    text-align: right;
}

.advantage-content .right .top-wrap .liner-left .liner {
	position: relative;
	width: 100%;
}

.advantage-content .right .top-wrap .liner-left .liner::after {
	content: '';
	position: absolute;
	left: -20px;
	top: 3px;
	background-color: #b2b2b2;
	height: 90%;
	width: 1px;
}

.advantage-content .right .top-wrap .liner-left .liner .top-wrap-title {
	font-size: 24px;
}

.advantage-content .right .top-wrap .liner-left .liner .top-wrap-tontent {
	font-size: 13px;
	line-height: 25px;
	margin-top: 10px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.advantage-content .left .down-wrap {
	padding-right: 40px;
	padding-top: 20px;
	width: 60%;
	margin: 0 0 0 auto;
}
.advantage-content .left .down-wrap .liner{
	position: relative;
}
.advantage-content .left .down-wrap .liner::after {	
	content: '';
	position: absolute;
	left: -20px;
	top: 3px;
	background-color: #b2b2b2;
	height: 90%;
	width: 1px;
}

.advantage-content .left .down-wrap  .liner .top-wrap-title {
	font-size: 24px;
}

.advantage-content .left .down-wrap  .liner .top-wrap-tontent {
	font-size: 13px;
	line-height: 25px;
	margin-top: 10px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.advantage-content .right .top-wrap .liner-right {
	position: absolute;
	width: 100%;
	height: 100%;
}

.advantage-content .right .top-wrap .liner-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

/* .advantage-content .right .top-wrap .liner-right:hover .vague {
	box-shadow: none;
	transition: 1s;
} */

.advantage-content .right .top-wrap .liner-right .vague {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.advantage-content .right .top-wrap .back {
	width: 470px;
}

.advantage-content .right .top-wrap .back .vague {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* 	box-shadow: -79px 0px 79px 4px rgba(255, 255, 255, 1) inset;
        -webkit-box-shadow: -79px 0px 79px 4px rgba(255, 255, 255, 1) inset;
        -moz-box-shadow: -79px 0px 79px 4px rgba(255, 255, 255, 1) inset; */
}
/* 栏目 */
.lan_title{
	height: 100px;
	background-color: #273886;
}
.lan_title .box{
	width: 1120px;
	margin: 0 auto;
	line-height: 100px;
}
.lan_title .box {
	font-family: "microsoft yahei";
	color: #fff;
}
.lan_title .box .p1{
	font-size: 30px;
}
.lan_title .box .p2{
	font-size: 16px;
	color: #7782b3;
	text-transform: uppercase;
	margin-left: 5px;
}

/* 产品图文 */
.products-list {
	    width: 1120px;
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0 auto;
	    border-top: 1px solid #e5e5e5;
	    padding: 45px 0 0;
}

.products-list li {
	width: 50%;
	display: flex;
	margin-bottom: 50px;
}
.products-list li a{
	display: flex;
}

.products-list li:hover {
	box-shadow: 0px 0px 43px -17px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow: 0px 0px 43px -17px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0px 0px 43px -17px rgba(0, 0, 0, 0.57);
}

.products-list li .left {
	width: 240px;
}

.products-list li .left .img {
	width: 100%;
	height: 100%;
}

.products-list li .right {
	padding-right: 50px;
	padding-left: 10px;

}

.products-list li .right .products-right-title {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-family: "microsoft yahei";
}

.products-list li .right .products-right-content {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 25px;
	padding-left: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 合作伙伴 */
.cooperation-wrap{
	margin: 115px auto 20px;
	text-align: center;
}
.cooperation-wrap .title{
	font-family: "宋体";
	font-size: 30px;
	color: #2c2f81;
}
.cooperation-wrap .p1{
	margin: 13px auto 18px;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #b8b8b8;
	text-transform: uppercase;
}
.cooperation-wrap .p2{
	font-size: 12px;
	line-height: 18px;
	font-family: simhei;
	color: #444444;
	text-transform: uppercase;
}

.core-box {
	background: url(../image/topbg.jpg) no-repeat top center;
}
.core-container {
	position: relative;
	width: 1122px;
	margin: 0 auto;
	overflow: hidden;
}
.core-title {
	text-align: center;
	padding: 80px 0 36px;
	display: flex;
	flex-direction: column;
}
.core-title h2 {
	color: #ffffff;
	line-height: 1.2;
	font-size: 40px;
}
.core-title h3 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
}
.core-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -13px;
	margin-top: 21px;
}
.core-item {
	width: 214px;
	height: 384px;
	background: #273886;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-right: 13px;
}
.citem-image {
	position: relative;
	overflow: hidden;
	height: 298px;
	min-height: 298px;
	max-height: 298px;
}
.citem-image img {
	width: 100%;
	height: 100%;
	display: block;
}
.citem-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.core-item h4 {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: -4px;
	font-family: '黑体', '宋体';
}
.core-item h5 {
	margin-top: -10%;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.15);
	font-family: 'Impact';
}
.citem-mask {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #273886;
	transition: all 0.5s;
}
.citem-mask .citem-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px;
	box-sizing: border-box;
	text-decoration: none;
}
.cmask-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1;
	position: relative;
}
.cmask-text h4 {
	margin-bottom: -8px;
}
.cmask-cont {
	position: relative;
	padding: 12px 0;
	height: 150px;
}
.cmask-cont p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
	/*text-align: justify;*/
}
.c-more {
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 10px auto 0;
	text-decoration: none;
	width: 104px;
	height: 28px;
}
.c-more span {
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.c-more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 0;
	transition: all 0.3s;
}
.c-more:hover::after {
	width: 100%;
}
.c-more:hover span {
	color: #273886;
}
.core-item:hover .citem-mask {
	bottom: 0;
}
.pc{
	display: flex;
}
.mobile{
	display: none;
}
