@charset "utf-8";
/* 头部 */
.header1 {
	background: #0099d9;
}

.header1 .tel {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 22px 22px;
	padding-left: 40px;
	padding: 10px 0 10px 40px;
	line-height: 30px;
}

.header2 {
	background: #FFFFFF;
	position: relative;
	z-index: 66;
}

.header2 .logo {
	font-size: 0;
}

.header2 .logo a {
	display: block;
	padding: 15px 0;
}

.header2 .logo img {
	height: 70px;
}

.header2 .nav-box {}

.header2 .nav-box .yiji {
	display: flex;
	align-items: center;
}

.header2 .nav-box .yiji>.item {
	padding: 20px 0;
	margin-right: 60px;
	position: relative;
}

.header2 .nav-box .yiji>.item:last-child {
	margin-right: 0;
}

.header2 .nav-box .yiji>.item>a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}

.header2 .nav-box .yiji>.item.active>a,
.header2 .nav-box .yiji>.item:hover>a {
	color: #0099d9;
}

.header2 .nav-box .yiji>.item.active>a::after,
.header2 .nav-box .yiji>.item:hover>a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 4px;
	background: #0099d9;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.header2 .nav-box .yiji>.item .erji {
	display: none;
	position: absolute;
	z-index: 66;
	width: max-content;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
.header2 .nav-box .yiji>.item:hover .erji{
	display: block;
}

.header2 .nav-box .yiji>.item .erji>.item {}

.header2 .nav-box .yiji>.item .erji>.item>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	padding: 0 15px;
	transition: all .3s;
}

.header2 .nav-box .yiji>.item .erji>.item.active>a,
.header2 .nav-box .yiji>.item .erji>.item:hover>a {
	color: #ffffff;
	background: rgba(0, 153, 217, .8);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header1 .tel {
		font-size: 22px;
		background-size: 24px 24px;
		padding: 10px 0 10px 38px;
	}
	.header2 .nav-box .yiji>.item {
		margin-right: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header1 .tel {
		font-size: 20px;
		background-size: 22px 22px;
		padding: 10px 0 10px 34px;
	}
	.header2 .logo a {
		padding: 15px 0;
	}
	.header2 .logo img {
		height: 50px;
	}
	.header2 .nav-box .yiji>.item {
		margin-right: 25px;
		padding: 10px 0;
	}
	.header2 .nav-box .yiji>.item>a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.header1 .tel {
		font-size: 16px;
		background-size: 20px 20px;
		padding: 5px 0 5px 30px;
	}
	.header2 .logo a {
		padding: 5px 0;
	}
	.header2 .logo img {
		height: 40px;
	}
	.dl-menuwrapper {
		padding-top: 50px;
	}
	
	.dl-menuwrapper button {
		width: 50px;
		height: 50px;
		background-color: transparent;
		cursor: pointer;
	}
	
	.dl-menuwrapper button.dl-active {
		background-color: #0099d9 !important;
	}
	
	.dl-menuwrapper ul {
		background: #0099d9;
	}
	
	.dl-menuwrapper li a {
		font-size: 14px;
		padding: 9px 20px;
		border-top: 1px solid #133778;
		border-bottom: 1px solid #0d1b34;
	}
	.dl-menuwrapper li.dl-back>a {
		padding-left: 30px;
		background: rgba(0, 0, 0, .1);
	}
	.dl-menuwrapper li.dl-back:after,
	.dl-menuwrapper li>a:not(:only-child):after,
	.dl-menuwrapper li>span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

/* 头部 */

/* 底部 */
.footer-box {
	background: #0099d9;
	padding: 50px 0 35px;
}

.footer1 {
	/*padding-bottom: 50px;*/
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; 
}
.footer1  .footer-more{
	/*max-width: 33%;*/
	display: flex;
    flex-direction: column;
   
}
.footer1 .footer-logo-box {
	max-width: 245px;
	/* margin-right: 200px; */
}
.footer1::after{
	display: none!important;
}
.footer1 .footer-logo-box .icon {
	/* height: 94px; */
}

.footer1 .footer-logo-box .address {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 15px;
}

.footer1 .footer-list {
	display: none;
}

.footer1 .footer-list .item {
	margin-right: 130px;
}

.footer1 .footer-list .item:last-child {
	margin-right: 0;
}

.footer1 .footer-list .item .cate-title {
	margin-bottom: 25px;
}

.footer1 .footer-list .item .cate-title a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer1 .footer-list .item .items {}

.footer1 .footer-list .item .items a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
}

.footer1 .email-box {}

.footer1 .email-box .desc {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 25px;
	/* text-align: center; */
}

.footer1 .email-box .form-box {
	background: #FFFFFF;
}

.footer1 .email-box .form-box .input {
	width: 200px;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
	border: none;
	padding: 0 15px;
}

.footer1 .email-box .form-box .btn {
	width: 140px;
	height: 50px;
	background: #f57107;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.footer-icon-list {
	text-align: center;
	margin-bottom: 24px;
	display: inline-block;
}

.footer-icon-list .item {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

.footer-icon-list .item:last-child {
	margin-right: 0;
}

.footer-icon-list .item .icon {
	width: 34px;
	height: 34px;
	display: block;
}

.footer2 {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
.newsmore{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
    margin: 30px auto;
}
.newsmore img{
	width: 40%;
	object-fit: cover;
}
.newsmore .right{
	width: 60%;
	background-color: #efefef;
	box-sizing: border-box;
	padding: 50px;
}
.newsmore .right .tit{
	color: #0099d9;
	font-size: 36px;
	margin-bottom: 20px;
}
.newsmore .right .desc{
	color: #333;
	font-size:16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
}
@media (min-width: 1200px) and (max-width: 1439px) {
	.footer1 .footer-logo-box {
		/* margin-right: 120px; */
		margin-right: 0;

	}
	.footer1 .footer-list .item {
		/* margin-right: 80px; */
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer1 .footer-logo-box {
		/* margin-right: 210px; */
	}
	.footer1 .footer-list .item {
		/* margin-right: 80px; */
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer1 .footer-logo-box {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer1 .footer-list .item {
		margin-right: 40px;
	}
	.footer1 {
		flex-direction: column;
	}
	.footer1 .footer-more {
		max-width: 100%;
	}
	.footer1 .footer-more {
		margin-bottom: 30px;
	}
	.footer1 .email-box .form-box {
		background: #FFFFFF;
		width: 340px;
		margin: auto;
	}
	.newsmore img{
		width: 100%;
	}
	.newsmore .right{
		width: 100%;
		background-color: #efefef;
		box-sizing: border-box;
		padding: 20px;
	}
	.newsmore {
		width: 90%;
	}
	.footer1 .email-box .desc {
		text-align: center;
	}
	
}

@media (max-width: 767px) {
	.newsmore {
		width: 90%;
	}
	.newsmore img{
		width: 100%;
	}
	.newsmore .right{
		width: 100%;
		background-color: #efefef;
		box-sizing: border-box;
		padding: 20px;
	}
	.footer1 .email-box .form-box {

		width: 100%;
	}
	.footer1 {
		flex-direction: column;
	}
	.footer1 .footer-more {
		max-width: 100%;
		margin-bottom: 30rpx;
	}
	.footer-box {
		padding: 35px 0 35px;
	}
	.footer1 .footer-logo-box {
		float: none;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer1 .footer-logo-box .icon {
		height: 60px;
	}
	.footer1 .footer-logo-box .address {
		font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
	}
	.footer1 .footer-list {
		display: none;
	}
	.footer1 .footer-list .item {
		margin-right: 0;
		width: 50%;
	}
	.footer1 .email-box {
		float: none;
	}
	.footer1 .email-box .desc {
		font-size: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer1 .email-box .form-box .input {
		width: 65%;
	}
	.footer1 .email-box .form-box .btn {
		width: 35%;
	}
}

/* 底部 */
/* 页面加载 */
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}

.loading .pic {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
}

.loading .pic span {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	box-shadow: 0 3px 0 #666;
	animation: rotate 1s infinite linear;
	-webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* 页面加载 */
/*分页CSS*/
.pagination {
	text-align: center;
	font-size: 0;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a,
.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: #999999;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s;
}

.pagination li a {
	cursor: pointer;
}

.pagination li.disabled span,
.pagination li.active span,
.pagination li a:hover {
	background: #1a325e;
	color: #fff;
	border-color: #1a325e;
}

@media (max-width: 767px) {
	.pagination li {
		margin-right: 8px;
	}

	.pagination li a,
	.pagination li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
}

/*分页CSS*/
/* 内页大图 */
.page_bg {
	height: 450px;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}
.page_bg .title {
	font-size: 60px;
	font-family: Impact;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0 2px 1px #060606;
	margin-bottom: 30px;
}
.page_bg .desc {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.page_bg {
		height: 300px;
	}
	.page_bg .title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.page_bg .desc {
		font-size: 16px;
		line-height: 24px;
	}
}
/* 内页大图 */

/* 服务 */
.public-section1 {
	background: #ededed;
	padding: 60px 0 60px;
}

.public-section1 .cate-title {
	font-size: 60px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	margin-bottom: 15px;
	text-align: center;
}
.public-section1 .cate-title-tech {
	font-size: 36px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	margin-bottom: 50px;
	text-align: center;
}
.public-section1 .cate-title-patent {
	font-size: 36px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	
	text-align: center;
}
.public-section1 .cate-title-patent .dec {
	font-size: 28px;
	/*font-family: Impact;*/
	font-weight: 300;
	color: #333;
	text-align: left;
    margin-top: 15px;
	}

.public-section1 .box {
	margin-top: 30px;
}

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

.public-section1 .box .list-box {

	padding-bottom: 60px;
}

.public-section1 .box .list-box .item {}

.public-section1 .box .list-box .item .litpic {
	height: 0;
	padding-bottom: 165%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.public-section1 .box .list-box .item .content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/*padding: 20px;*/
}

.public-section1 .box .list-box .item .content-box .name {
	font-size: 16px;
	font-weight: bold;
	color: #19315D;
	height: 50px;
	margin: 30px 0 0 0;
}

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

.public-section1 .box .list-box .content-box .name {
	font-size: 16px;
	font-weight: bold;
	color: #19315D;
	height: 50px;
	margin: 30px 0 0 0;
}

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


.public-section1 .seo-title {
font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    text-align: center;
    margin-bottom: 45px;
}


.public-section1 .desc {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	/*margin-bottom: 60px;*/
}

.public-section1 .link {
	display: block;
	margin-top: 80px;
	text-align: center;
	width: 120px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
}
.public-section1 .pic {
    padding-bottom: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.public-section1 .list-box {
	text-align: center;
}

.public-section1 .list-box .item {
	background: #FFFFFF;
	padding: 10px;
	margin: 30px 0 10px 0;
}


.public-section1 .list-box .item .icon {
	width: 90px;
	height: 90px;
}
.public-section1 .list-box .item .title {
	font-size: 36px;
	font-family: Impact;
	font-weight: 400;
	color: #0099d9;
	margin: 50px 0 40px;
}
.public-section1 .list-box .item .info {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	height: 150px;
	text-align: justify;
}



/* 服务 */
.public-section2 {
	background: #ffffff;
	padding: 60px 0 60px;
}

.public-section2 .cate-title {
	font-size: 60px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	margin-bottom: 15px;
	text-align: center;
}
.public-section2 .cate-title-tech {
	font-size: 36px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	margin-bottom: 50px;
	text-align: center;
}
.public-section2 .cate-title-patent {
	font-size: 36px;
	/*font-family: Impact;*/
	font-weight: 800;
	color: #0099d9;
	
	text-align: center;
}
.public-section2 .box {
	margin-top: 30px;
}

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

.public-section2 .box .list-box {

	padding-bottom: 60px;
}

.public-section2 .box .list-box .item {}

.public-section2 .box .list-box .item .litpic {
	height: 0;
	padding-bottom: 165%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.public-section2 .box .list-box .item .content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/*padding: 20px;*/
}

.public-section2 .box .list-box .item .content-box .name {
	font-size: 16px;
	font-weight: bold;
	color: #19315D;
	height: 50px;
	margin: 30px 0 0 0;
}

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

.public-section2 .box .list-box .content-box .name {
	font-size: 16px;
	font-weight: bold;
	color: #19315D;
	height: 50px;
	margin: 30px 0 0 0;
}

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


.public-section2 .seo-title {
font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    text-align: center;
    margin-bottom: 45px;
}


.public-section2 .desc {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	/*margin-bottom: 60px;*/
}

.public-section2 .link {
	display: block;
	margin-top: 80px;
	text-align: center;
	width: 120px;
	height: 40px;
	background: #0099d9;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
}
.public-section2 .pic {
    padding-bottom: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.public-section2 .list-box {
	text-align: center;
}

.public-section2 .list-box .item {
	background: #ededed;
	padding: 10px;
	margin: 30px 0 10px 0;
}


.public-section2 .list-box .item .icon {
	width: 90px;
	height: 90px;
}
.public-section2 .list-box .item .title {
	font-size: 36px;
	font-family: Impact;
	font-weight: 400;
	color: #0099d9;
	margin: 50px 0 40px;
}
.public-section2 .list-box .item .info {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	height: 150px;
	text-align: justify;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.public-section1 {
		padding: 50px 0 60px;
	}
	.public-section1 .cate-title {
		font-size: 50px;
		margin-bottom: 50px;
	}
	.public-section1 .desc {
		font-size: 16px;
	}
	.public-section1 .list-box .item {
		padding: 35px 24px 70px;
	}
	.public-section1 .list-box .item .title {
		font-size: 26px;
		margin: 30px 0 20px;
	}
	.public-section1 .list-box .item .info {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.public-section1 {
		padding: 50px 0 60px;
	}
	.public-section1 .cate-title {
		font-size: 50px;
		margin-bottom: 50px;
	}
	.public-section1 .cate-title-patent .dec {
	font-size: 20px;
	line-height:1.5;
	}

	.public-section1 .desc {
		font-size: 16px;
	}
	.public-section1 .list-box .item {
		padding: 30px 15px 70px;
	}
	.public-section1 .list-box .item .title {
		font-size: 24px;
		margin: 20px 0 12px;
	}
	.public-section1 .list-box .item .info {
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	.public-section1 {
		padding: 60px 0 70px;
	}
	.public-section1 .cate-title {
		font-size: 40px;
		margin-bottom: 50px;
	}
		.public-section1 .cate-title-patent .dec {
	font-size: 20px;
	line-height:1.5;
	}

	.public-section1 .desc {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.public-section1 .list-box .item {
		padding: 30px 15px 10px;
		margin-top: 40px;
	}
	.public-section1 .list-box .item .title {
		font-size: 24px;
		margin: 20px 0 12px;
	}
	.public-section1 .list-box .item .info {
		font-size: 14px;
		line-height: 25px;
	}
}
/* 服务 */