@charset "utf-8";

/* 关于我们 */
.about-section .section1 {
	background: #EFEFEF;
	padding: 60px 0 60px;
}

.about-section .section1 .cate-title {
	font-size: 36px;
	font-weight: 400;
	color: #0199d9;
	text-align: center;
	margin-bottom: 50px;
}

.about-section .section1 .content-box {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.about-section .section2 {
	padding: 60px 0 60px;
}

.about-section .section2 .cate-title {
	font-size: 36px;
	font-weight: 400;
	color: #0199d9;
	text-align: center;
	margin-bottom: 45px;
}

.about-section .section2 .cate-desc {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-bottom: 60px;
}

.about-section .section2 .box {
	margin-top: 60px;
}

.about-section .section2 .box .box-title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 35px;
}

.about-section .section2 .box .list-box {}

.about-section .section2 .box .list-box .item {}

.about-section .section2 .box .list-box .item .litpic {
	height: 0;
	padding-bottom: 116%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-section .section2 .box .list-box .item .content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.about-section .section2 .box .list-box .item .content-box .name {
	font-size: 18px;
	font-weight: bold;
	color: #19315D;
	margin-bottom: 12px;
}

.about-section .section2 .box .list-box .item .content-box .info {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-bottom: 20px;
}

.about-section .section2 .box .list-box .item .content-box .btn {
	font-size: 14px;
	font-weight: 400;
	color: #0199d9;
	padding-left: 20px;
	background-image: url(../images/icon3.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	cursor: pointer;
}

.about-section .alert-box {
	padding: 50px 70px;
	display: none;
}

.about-section .alert-box .name {
	font-size: 36px;
	font-weight: bold;
	color: #19315D;
	margin-bottom: 20px;
}

.about-section .alert-box .desc {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 30px;
}

.about-section .alert-box .content {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.about-section .section3 {
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.about-section .section3 .cate-title {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.about-section .section3 .content-box {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
}

.about-section .section3 .content-box .email {
	color: #EF4138;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-section .section1 {
		padding: 60px 0 90px;
	}
	.about-section .section1 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section1 .content-box {
		font-size: 16px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.about-section .section3 {
		height: 350px;
		padding: 0 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-section .section1 {
		padding: 50px 0 80px;
	}
	.about-section .section1 .cate-title {
		font-size: 30px;
		margin-bottom: 26px;
	}
	.about-section .section1 .content-box {
		font-size: 16px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.about-section .section2 .box .list-box .item {
		margin-top: 30px;
	}
	.about-section .section3 {
		height: 350px;
		padding: 0 30px;
	}
	.about-section .section3 .content-box {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.about-section .section1 {
		padding: 40px 0 70px;
	}
	.about-section .section1 .cate-title {
		font-size: 24px;
		margin-bottom: 26px;
	}
	.about-section .section1 .content-box {
		font-size: 14px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.about-section .section2 .box {
		margin-top: 40px;
	}
	.about-section .section2 .box .box-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.about-section .section2 .box .list-box .item {
		margin-top: 30px;
	}
	.about-section .section3 {
		height: 300px;
		padding: 0 15px;
	}
	.about-section .section3 .cate-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about-section .section3 .content-box {
		line-height: 25px;
		font-size: 14px;
	}
	.about-section .alert-box {
		padding: 20px 15px;
	}
	.about-section .alert-box .name {
		font-size: 30px;
    margin-bottom: 15px;
	}
	.about-section .alert-box .desc {
		font-size: 16px;
    margin-bottom: 20px;
	}
	.about-section .alert-box .content {
		font-size: 14px;
    line-height: 26px;
	}
}

/* 关于我们 */

/* 联系我们 */
.contact-section .section1 {
	padding: 80px 0 60px;
}

.contact-section .section1 .item {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.contact-section .section1 .item .icon-box {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-section .section1 .item .icon-box .icon {}

.contact-section .section1 .item .info {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-top: 30px;
	line-height: 30px;
}

.contact-section .section2 {
	background: #EFEFEF;
	padding: 70px 0 100px;
}

.contact-section .section2 .cate-title {
	font-size: 36px;
	font-weight: 400;
	color: #0099d9;
	margin-bottom: 20px;
	text-align: center;
}

.contact-section .section2 .cate-desc {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 70px;
}

.contact-section .section2 .item {
	margin-bottom: 30px;
}

.contact-section .section2 .item .label {
	font-size: 16px;
	font-weight: 400;
	color: #0099d9;
	display: block;
	margin-bottom: 10px;
}

.contact-section .section2 .item .label .red {
	color: #EF4138;
}

.contact-section .section2 .item .input {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px;
	outline: none;
}

.contact-section .section2 .item .textarea {
	display: block;
	width: 100%;
	height: 95px;
	background: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
}

.contact-section .section2 .radio-box {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.contact-section .section2 .radio-box .link {
	color: #EF4138;
}

.contact-section .section2 .submit-box {}

.contact-section .section2 .submit-box .codeInput {
	width: calc(100% - 330px);
	height: 50px;
	background: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px;
}

.contact-section .section2 .submit-box .code {
	width: 160px;
	height: 50px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

.contact-section .section2 .submit-box .submit {
	width: 150px;
	height: 50px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.contact-section .section1 {
		padding: 60px 0 40px;
	}
	.contact-section .section1 .item {
		margin: 30px auto;
	}
	.contact-section .section1 .item .info {
		font-size: 14px;
		line-height: 25px;
	}
	.contact-section .section2 .submit-box .codeInput {
		width: calc(100% - 175px);
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.contact-section .section2 .submit-box .code {
		margin-right: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.contact-section .section2 .submit-box .submit {
		float: none;
		margin: 60px auto 0;
	}
}

/* 联系我们 */

/* 我们的技术 */
.technology-section {}

.technology-section .section1 {
	padding: 90px 0 70px;
}

.technology-section .section1 .box {}

.technology-section .section1 .box .single {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
}
.technology-section .section1 .box .title {
	font-size: 36px;
    /* font-family: Impact; */
    font-weight: 800;
    color: #0099d9;
    margin-bottom: 15px;
    text-align: center;

}
.technology-section .section1 .box .keywords {
	font-size: 30px;
    /*font-weight: bold;*/
    color: #333;
    line-height: 48px;
    text-align: center;
    margin-bottom: 45px;

}

.technology-section .section1 .box .link {
	width: 120px;
	height: 40px;
	background: #19315D;
	display: block;
	margin: 60px auto 0;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
/*text-transform: uppercase;*/
}

/* 我们的技术 */

/* 我的服务 */

.services-section {}

.services-section .section1 {
	padding: 60px 0 60px;
}

.services-section .section1 .box {}

.services-section .section1 .box .cate-title {
	font-size: 36px;
	font-weight: bold;
	color: #19315D;
	line-height: 48px;
	text-align: center;
	margin-bottom: 45px;
}

.services-section .section1 .box .single {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
}

.services-section .section2 {
	padding: 60px 0 75px;
}

.services-section .section2 .litpic {
	height: 0;
	padding-bottom: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-section .section2 .content-box {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 300;
	color: #333333;
	line-height: 48px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 16px;
		line-height: 36px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	.services-section .section1 {
		padding: 60px 0 80px;
	}
	.services-section .section1 .box .cate-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.services-section .section1 .box .single {
		font-size: 14px;
	}
	.services-section .section2 .content-box {
		font-size: 14px;
		line-height: 28px;
	}
}

/* 我的服务 */

/* 产品详情 */
.product-section {}

.product-section .section1 {
	padding: 70px 0 60px;
	background: #efefef;
}

.product-section .section1 .box {
	padding-right: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
}

.product-section .section1 .image {
	height: 0;
	padding-bottom: 78%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.product-section .section1 .image .video-mask-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(0, 0, 0, .3) url(../images/icon4.png) no-repeat center;
	cursor: pointer;
	background-size: 59px 59px;
}

.product-section .section2 {
	padding-top: 60px;
	padding-bottom: 100px;
}

.product-section .section2 .cate-title {
	font-size: 36px;
	font-weight: 400;
	color: #19315D;
	text-align: center;
}

.product-section .section2 .list {
	margin-top: 60px;
}

.product-section .section2 .list .item {
	margin-top: 50px;
}

.product-section .section2 .list .item:first-child {
	margin-top: 0;
}

.product-section .section2 .list .item .litpic {
	height: 0;
	padding-bottom: 72%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px #C3C3C3;
}

.product-section .section2 .list .item .content-box {
	padding-top: 70px;
	padding-left: 30px;
}

.product-section .section2 .list .item .content-box .title {
	font-size: 24px;
	font-weight: bold;
	color: #19315D;
	margin-bottom: 30px;
}

.product-section .section2 .list .item .content-box .desc {
	font-size: 16px;
	font-weight: 300;
	color: #19315D;
	line-height: 30px;
}

/* 底部大图 */
.product-section .section3 {
	height: 400px;
	display: flex;
	align-items: center;
	text-align: center;
}

.product-section .section3 .title {
	font-size: 40px;
	font-family: Calibri;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.product-section .section3 .desc {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 50px;
	line-height: 30px;
}

.product-section .section3 .btn {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #EF4138;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

/* 底部大图 */
@media (min-width: 1200px) and (max-width: 1439px) {}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-section .section2 .list .item .content-box {
		padding-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-section .section2 .list .item .content-box {
		padding-top: 20px;
		padding-left: 15px;
	}
	.product-section .section2 .list .item .content-box .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product-section .section2 .list .item .content-box .desc {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.product-section .section2 .list .item {
		margin-top: 30px;
	}
	.product-section .section2 .list .item .content-box {
		padding: 20px 0;
	}
	.product-section .section2 .list .item .content-box .title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.product-section .section2 .list .item .content-box .desc {
		font-size: 14px;
	}
	.product-section .section3 .title {
		font-size: 20px;
	}
	.product-section .section3 .desc {
		font-size: 14px;
		line-height: 20px;
	}
}

/* 产品详情 */

/* 新闻列表 */
.news-section {
	background: #f9f9f9;
}

.news-section .section1 {
	padding-top: 60px;
	padding-bottom: 100px;
}

.news-section .section1 .list {
	margin-top: 60px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px #C3C3C3;
	padding: 0 60px;
	margin-bottom: 60px;
}

.news-section .section1 .list .item {
	border-bottom: 1px solid #d9d9d9;
	padding: 60px 0;
}

.news-section .section1 .list .item .litpic {
	height: 0;
	padding-bottom: 72%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-section .section1 .list .item .content-box {
	padding-left: 30px;
}

.news-section .section1 .list .item .content-box .title {
	font-size: 26px;
	color: #19315D;
	margin-bottom: 20px;
}
.news-section .section1 .list .item .content-box .time {
	font-size: 16px;
	color: #999;
	margin-bottom: 25px;
}
.news-section .section1 .list .item .content-box .desc {
	font-size: 16px;
	font-weight: 300;
	color: #19315D;
	line-height: 28px;
	text-align: justify;
}

.news-section .section1 .news-info {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px #C3C3C3;
	padding: 0 60px;
}

.news-section .section1 .news-info .cate-box {
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 40px;
}

.news-section .section1 .news-info .cate-box .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.news-section .section1 .news-info .cate-box .time {
	font-size: 16px;
	color: #999;
}

.news-section .section1 .news-info .singlepage {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	word-break: break-word;
	text-align: justify;
}

.news-section .section1 .news-info .return-box {
	padding: 40px 0;
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
}

.news-section .section1 .news-info .return-box .items {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}

.news-section .section1 .news-info .return-box .items:first-child {
	margin-top: 0;
}

.news-section .section1 .news-info .return-box .items span {
	font-weight: bold;
	color: #bf0006;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news-section .section1 .list .item .content-box {
		padding-left: 0;
	}
	.news-section .section1 .list .item .content-box .title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.news-section .section1 .list .item .content-box .time {
		font-size: 14px;
    margin-bottom: 30px;
	}
	.news-section .section1 .list .item .content-box .desc {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-section .section1 {
		padding-top: 40px;
    padding-bottom: 60px;
	}
	.news-section .section1 .list .item {
		padding: 40px 0;
	}
	.news-section .section1 .list .item .content-box {
		padding-left: 0;
	}
	.news-section .section1 .list .item .content-box .title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.news-section .section1 .list .item .content-box .time {
		font-size: 12px;
    margin-bottom: 20px;
	}
	.news-section .section1 .list .item .content-box .desc {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.news-section .section1 {
		padding-top: 20px;
    padding-bottom: 30px;
	}
	.news-section .section1 .list {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.news-section .section1 .list .item {
		padding: 15px 0;
	}
	.news-section .section1 .list .item .content-box {
		padding-left: 0;
		margin-top: 20px;
	}
	.news-section .section1 .list .item .content-box .title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.news-section .section1 .list .item .content-box .time {
		font-size: 12px;
    margin-bottom: 20px;
	}
	.news-section .section1 .list .item .content-box .desc {
		font-size: 14px;
		line-height: 20px;
	}
	.news-section .section1 .news-info {
		padding: 0 15px;
	}
	.news-section .section1 .news-info .cate-box {
		padding: 25px 0;
    margin-bottom: 25px;
	}
	.news-section .section1 .news-info .cate-box .title {
		font-size: 22px;
    margin-bottom: 15px;
	}
	.news-section .section1 .news-info .cate-box .time {
		font-size: 14px;
	}
	.news-section .section1 .news-info .singlepage {
		font-size: 16px;
		line-height: 25px;
	}
	.news-section .section1 .news-info .return-box {
		padding: 25px 0;
    margin-top: 25px;
	}
	.news-section .section1 .news-info .return-box .items {
		font-size: 14px;
	}
}

/* 新闻列表 */