@import url("public.css");

@import url("page.css");
/* 搜索开始 */
section#search {
	height: 47px;
	background-color: #ebebeb;
}
section#search > .search {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
}
section#search > .search > .left {
	display: flex;
}
section#search > .search > .left > span {
	margin-right: 5px;
}
section#search > .search > form {
	display: flex;
}
section#search > .search > form > input {
	width: 250px;
	height: 30px;
	outline: none;
	border: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
section#search > .search > form > button {
	width: 50px;
	height: 30px;
	border: 0;
	background-color: #fa7821;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/* 搜索结束 */

/* 产品中心开始 */
section#product {
	margin: 20px 0;
}
section#product > .product {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section#product > .product > .left {
	display: flex;
	flex-direction: column;
	width: 240px;
	background-color: #0262B8;
	color: #eee;
	padding: 0 10px;
	box-sizing: border-box;
}
section#product > .product > .left > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
	box-sizing: border-box;
}
section#product > .product > .left > .title > span:first-of-type {
	font-size: 26px;
	font-weight: bold;
}
section#product > .product > .left > .title > span:last-of-type {
	margin-top: 5px;
}
section#product > .product > .left > .cate {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
}
section#product > .product > .left > .cate > a:first-of-type {
	margin-top: 0;
}
section#product > .product > .left > .cate > a {
	display: flex;
	background-color: #0262B8;
	color: #FFFFFF;
	height: 35px;
	margin-top: 15px;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}
section#product > .product > .left > .cate > a > img {
	margin-right: 6px;
}
section#product > .product > .left > .down {
	padding: 45px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#product > .product > .left > .down > span:first-of-type {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
section#product > .product > .left > .down > span:last-of-type {
	margin-top: 4px;
}
section#product > .product > .left > .down > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#product > .product > .left > .down > div > img {
	margin: 30px 0 20px 0;
}
section#product > .product > .left > .down > div > span:last-of-type {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
}
section#product > .product > .right {
	flex: 1;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
}
section#product > .product > .right > .title {
	display: flex;
	justify-content: space-between;
	height: 45px;
	background-image: linear-gradient( #f0f0f0, #e6e6e6);
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
section#product > .product > .right > .title > span:first-of-type {
	font-size: 16px;
}
section#product > .product > .right > .cont {
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#product > .product > .right > .cont::after {
	content: '';
	width: 31%;
}
section#product > .product > .right > .cont > a {
	display: flex;
	flex-direction: column;
	width: 31%;
	outline: 1px solid #eaeaea;
	margin: 28px 0;
}
section#product > .product > .right > .cont > a > .img {
	padding: 10px;
	box-sizing: border-box;
}
section#product > .product > .right > .cont > a > .img > img {
	max-width: 100%;
	max-height: 100%;
}
section#product > .product > .right > .cont > a > span {
	height: 35px;
	background-color: #96a1a6;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 产品中心结束 */

/* 优势开始 */
section#you {
	margin-top: 40px;
	height: 1080px;
	background: url(../images/you-bg.jpg) no-repeat center center;
}
/* 优势结束 */

/* 关于我们开始 */
section#about {
	margin: 60px 0;
}
section#about > .about {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#about > .about > .title {
	display: flex;
	flex-direction: column;
}
section#about > .about > .title > div {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
section#about > .about > .title > div > span {
	flex: 1;
	height: 1px;
	background-color: #e2e2e2;
}
section#about > .about > .title > div > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 15px;
}
section#about > .about > .title > div > div > span:first-of-type {
	font-size: 26px;
	color: #0262B8;
}
section#about > .about > .title > div > div > span:first-of-type > span {
	font-size: 26px;
	color: #0262B8;
	font-weight: bold;
}
section#about > .about > .title > span {
	text-align: center;
	margin-top: 4px;
	color: #999;
}
section#about > .about > .cont {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
section#about > .about > .cont > .right {
	margin-left: 40px;
	display: flex;
	flex-direction: column;
}
section#about > .about > .cont > .right > span:first-of-type {
	font-size: 16px;
}
section#about > .about > .cont > .right > span:last-of-type {
	font-size: 16px;
	margin-top: 40px;
	text-indent: 2rem;
	line-height: 25px;
	letter-spacing: 1px;
}
section#about > .about > .cont > .right > a {
	margin-top: 50px;
	width: 140px;
	height: 45px;
	background-color: #ff7300;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 关于我们结束 */

/* 应用领域开始 */
section#app {
	margin: 50px 0;
}
section#app > .app {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#app > .app > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
}
section#app > .app > .title > span {
	font-size: 26px;
	font-weight: bold;
	color: #0262B8;
}
section#app > .app > .cont {
	margin-top: 25px;
}
section#app > .app > .cont > .swiper-container > .swiper-wrapper > .swiper-slide > a {
	display: flex;
	flex-direction: column;
}
section#app > .app > .cont > .swiper-container > .swiper-wrapper > .swiper-slide > a > .img {
	width: 100%;
	height: 180px;
}
section#app > .app > .cont > .swiper-container > .swiper-wrapper > .swiper-slide > a > .img > img {
	width: 100%;
	height: 100%;
}
section#app > .app > .cont > .swiper-container > .swiper-wrapper > .swiper-slide > a > span {
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#app > .app > .cont > .swiper-container > .swiper-wrapper > .swiper-slide > a:hover {
	color: #0262B8;
}
/* 应用领域结束 */

/* 新闻开始 */
section#news {
	margin: 20px 0;
}
section#news > .news {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section#news > .news> .left {
	display: flex;
	flex-direction: column;
	width: 60%;
}
section#news > .news> .left > .title {
	display: flex;
	flex-direction: column;
	padding-bottom: 4px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
section#news > .news> .left > .title > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#news > .news> .left > .title > div > span {
	font-size: 26px;
	color: #0262B8;
}
section#news > .news> .left > .title > div > a {
	color: #999999;
}
section#news > .news> .left > .title > span {
	height: 1px;
	width: 105px;
	background-color: #ff7300;
	position: absolute;
	bottom: -1px;
}
section#news > .news> .left > .cont {
	display: flex;
	flex-direction: column;
}
section#news > .news> .left > .cont > a {
	display: flex;
	flex-direction: column;
	background-color: #eeeeee;
	padding: 20px 35px;
	box-sizing: border-box;
	margin-top: 20px;
	width: 100%;
}
section#news > .news> .left > .cont > a > span:first-of-type {
	font-size: 22px;
	text-align: center;
}
section#news > .news> .left > .cont > a > span:last-of-type {
	font-size: 14px;
	color: #666666;
	text-indent: 2rem;
	margin-top: 5px;
	line-height: 22px;
}
section#news > .news> .left > .cont > a > span:last-of-type > span {
	color: #ff7300;
}
section#news > .news> .left > .cont > .content {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}
section#news > .news> .left > .cont > .content > a {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
section#news > .news> .left > .cont > .content > a > .l {
	width: 90px;
	height: 90px;
	outline: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
section#news > .news> .left > .cont > .content > a > .l > span:first-of-type {
	font-size: 38px;
	font-weight: bold;
}
section#news > .news> .left > .cont > .content > a > .l > span:last-of-type {
	font-size: 16px;
	margin-top: 4px;
}
section#news > .news> .left > .cont > .content > a:hover .l {
	background-color: #0262B8;
	color: #FFFFFF;
}
section#news > .news> .left > .cont > .content > a > .r {
	flex: 1;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#news > .news> .left > .cont > .content > a > .r > span:first-of-type {
	font-size: 16px;
	color: #333333;
}
section#news > .news> .left > .cont > .content > a > .r > span:last-of-type {
	color: #666666;
	text-indent: 2rem;
	margin-top: 4px;
}
section#news > .news> .left > .cont > .content > a > .r > span:last-of-type > span {
	color: #ff7300;
}
section#news > .news> .right {
	flex: 1;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
}
section#news > .news> .right > .title {
	display: flex;
	flex-direction: column;
	padding-bottom: 4px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
section#news > .news> .right > .title > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#news > .news> .right > .title > div > span {
	font-size: 26px;
	color: #0262B8;
}
section#news > .news> .right > .title > div > a {
	color: #999999;
}
section#news > .news> .right > .title > span {
	height: 1px;
	width: 105px;
	background-color: #ff7300;
	position: absolute;
	bottom: -1px;
}
section#news > .news> .right > .cont {
	display: flex;
	flex-direction: column;
}
section#news > .news> .right > .cont > a {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
section#news > .news> .right > .cont > a > .img {
	width: 100%;
	height: 205px;
}
section#news > .news> .right > .cont > a > .img > img {
	width: 100%;
	height: 100%;
}
section#news > .news> .right > .cont > a > span:first-of-type {
	margin-top: 20px;
	color: #333333;
}
section#news > .news> .right > .cont > a > span:last-of-type {
	margin-top: 5px;
	color: #666666;
	text-indent: 2rem;
}
section#news > .news> .right > .cont > a > span:last-of-type > span {
	color: #ff7300;
}
section#news > .news> .right > .cont > .content {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
section#news > .news> .right > .cont > .content > a {
	display: flex;
	color: #333333;
	border-bottom: 1px dashed #999;
	padding: 10px 0;
	box-sizing: border-box;
}
section#news > .news> .right > .cont > .content > a > span:first-of-type {
	margin-right: 5px;
}
/* 新闻结束 */
