﻿/*首页==============================================================*/
/*banner*/
.banner{width:100%;height:605px;overflow:hidden;}
.banner .container{top: 50%;transform: translateY(-50%);}
.banner .swiper-container{width:100%;height:100%;}
.banner .swiper-wrapper{width:99999px;height:100%;}
.banner .swiper-slide{position:relative;height:100%;float:left;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination{position:absolute;width:100%;left:0;bottom:15px;text-align:center;z-index: 9;}
.banner .swiper-pagination span{display:inline-block;width:12px;height:12px;background:rgba(255,255,255,.7);border-radius:50%;margin:0 6px;cursor:pointer;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#009B9B;}
.banner .swiper-button{position:absolute;width:20%;max-width:150px;height:100%;top:0;z-index: 9;}
.banner .swiper-button-left{left:0;}
.banner .swiper-button-right{right:0;}
.banner .swiper-button div{position:absolute;width:28px;height:46px;top:50%;margin-top:-23px;cursor:pointer;opacity:0;transition:250ms background-color linear,250ms color linear,250ms opacity linear;-webkit-transition:250ms background-color linear,250ms color linear,250ms opacity linear;}
.banner .swiper-button-next{right:80px;background:url(../images/icon/right.png) no-repeat;background-size:100% 100%;}
.banner .swiper-button-prev{left:80px;background:url(../images/icon/left.png) no-repeat;background-size:100% 100%;}
.banner .swiper-button:hover div{opacity:1;}
.min_banner{width:100%;height:100%;display:none;}

.title{text-align:center;}
.title h2{font-size:36px;font-weight:700;color:#0c0c0c;}
.title p{font-size:24px;color: #666;margin-top:10px;}


.index_item01{padding:60px 0 100px;}
.index_item01 .title{margin-bottom:70px;}
.ciUl3 li{width:25%;float:left;text-align:center;}
.ciUl3 li .inner{position:relative;width:100%;overflow:hidden;border-left:1px solid #f3f3f3;padding:40px 15px 30px;cursor:pointer;-webkit-transition: all 0.5s;transition: all 0.5s;}
.ciUl3 li:first-child .inner {
	border-left: 0;
}
.ciUl3 li .ser_num {
	width: 68px;
	margin: 0 auto 30px;
}
.ciUl3 li .ser_num img {
	display: block;
	width: 100%;
}
.ciUl3 li .icon{width:160px;margin:50px auto 30px;background-color: #b4b4b4;border-radius: 100%;overflow: hidden;transition: all 0.5s;transition-delay: .2s;}
.ciUl3 li .inner:hover .icon {
	background-color: #009B9B;
}
.ciUl3 li .icon img{width:100%;}
.ciUl3 li h3{font-size:22px;font-weight:700;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ciUl3 li .txt{color:#666;font-size:16px;line-height:32px;height:64px;overflow:hidden;}
.ciUl3 li .txt span {
 	color: #009B9B;
 	font-weight: bold;
 }
.ciUl3 li a{width:130px;height:50px;line-height:50px;color:#009B9B;border-radius:23px;border: 1px #009B9B solid;margin:30px auto 0;}
.ciUl3 li a:hover{background:#009B9B;color: #fff;}
.ciUl3 li .inner:hover{box-shadow:0 0 20px rgba(0,0,0,.1);}
.rightTopIcon{position:absolute;top:-1px;right:-1px;width:32px;height:32px;background:url(../images/icon/icon_7.png) no-repeat center;}



.index_item02{position:relative;padding:50px 0 70px;overflow: hidden;
	background-color: #009B9B;
	background: -webkit-linear-gradient(#009B9B,#009B9B);
	background: -moz-linear-gradient(#009B9B,#009B9B);
	background: -ms-linear-gradient(#009B9B,#009B9B);
	background: linear-gradient(#009B9B,#009B9B);
}
.index_item02_bg {
	background: url(../images/bg1.png) center;
	background-size: 100%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_item02 .title{margin-bottom:70px;}
.index_item02 .title h2,
.index_item02 .title p {color:#fff;}
.index_item02 ul {margin-left: -30px;margin-right: -30px;}
.index_item02 li{float:left;width:25%;padding: 0 30px;}
.index_item02 li:last-child{margin-right:0;}
.index_item02 li a{position:relative;}
.index_item02 li .photo{width: 100%;max-width:158px;background:#fff;border-radius:100%;margin:0 auto 20px;}
.index_item02 li .photo img{display:block;width:100%;border-radius:100%;}
.index_item02 li .txt{color:#fff;text-align:center;}
.index_item02 li .name{font-size:24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index_item02 li .p{font-size: 16px;color: rgba(255,255,255,.8);margin:10px 0 0;line-height: 30px;height:60px;overflow:hidden;}

.index_item03{padding:70px 0;position: relative;overflow: hidden;}
.index_item03_bg {
	background: url(../images/bg2.jpg) center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_item03 .title{margin-bottom:50px;}
.index_item03 .title p {color:#009B9B;}
.index_about_text {
	text-align: center;
	line-height: 2;
	font-size: 18px;
}
.index_about_text p {
	margin-bottom: 30px;
}
.about_more {
	text-align: center;
}
.about_more a {
	display: inline-block;
	background-color: #009B9B;
	border: 1px #009B9B solid;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 50px;
	border-radius: 5px;
}
.about_more a:hover {
	color: #009B9B;
	background-color: transparent
}

.index_item04{padding:60px 0;}
.news_item {
	margin-top: 30px;
}
.index_news .index_news_left,
.index_news .index_news_right {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.news_item li a {
	display: block;
	overflow: hidden;
	border-bottom: 1px #ededed solid;
	padding: 30px 0;
	transition: all .5s;
}
.news_item1 li a {
	padding: 40px 0;
	border-bottom: 1px #999 dotted;
}
.news_item1 .first a {
	padding: 0;
	background-color: #f8f8f8;
}
.news_item1 li a:hover {
	background-color: #f8f8f8;
	padding-left: 25px;
	padding-right: 25px;
}
.news_item1 .first a:hover {
	padding: 0;
}
.news_item1 li:last-child a,
.news_item1 .first a,
.index_news_left li a {
	border-bottom: 0;
}
.index_news_left li .img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_item li img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.news_item1 .first .news_img {
	float: left;
	width: 35%;
	height: 260px;
	overflow: hidden;
}
.news_item1 .first img {
	display: block;
	width: auto;
	height: 100%;
}
.news_item li a:hover img {
	transform: scale(1.1);
}
.news_item1 .first .news_text {
	float: right;
	width: 65%;
	padding: 20px 30px;
}
.news_item li h2 {
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_item1 li h2 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin: 10px 0 20px;
}
.news_item li a:hover h2 {
	color: #009B9B;
}
.news_item li p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}
.news_item1 li p {	
	line-height: 30px;
}
.news_item1 .first p {
	-webkit-line-clamp: 3;
}
.news_item li em {
	display: inline-block;
	background-color: #009B9B;
	border: 1px #009B9B solid;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 50px;
	border-radius: 5px;
	margin-top: 40px;
	transition: all .5s;
}
.news_item1 .first em {
	font-size: 16px;
	border-radius: 0;
	padding: 10px 30px;
	margin-top: 30px;
}
.news_item li a:hover em {
	color: #009B9B;
	background-color: transparent
}
.news_item .news_time {
	float: left;
	width: 90px;
	margin-right: 15px;
	color: #c3c0c0;
}
.news_item .news_time span {
	display: block;
	line-height: 1;
	text-align: center;
	font-weight: 100;
}
.news_item .news_time span.day {
	font-size: 54px;
}
.news_item .news_time span.year {
	font-size: 18px;
	margin-top: 10px;
}
.news_item1 .news_time {
	background-color: #eff0f1;
	color: #808080;
	width: 120px;
	margin-right: 30px;
	padding: 20px 0;
}
.news_item1 .news_time span.day {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_item1 .news_time span.year,
.news_item1 .news_time span.month {
	font-size: 14px;
	color: #999;
	margin: 5px 0 0;
}
.news_item1 a:hover .news_time {
	background-color: #009B9B;
	color: #fff;
}
.news_item1 a:hover .news_time span.year,
.news_item1 a:hover .news_time span.month {
	color: #fff;
}

.index_item05{padding:50px 0 70px;background:#009B9B;}
.index_item05 .title{margin-bottom:30px;}
.index_item05 .title h2,
.index_item05 .title p {color:#fff;}
.serviceSteps .line{width:100%;height:280px;position: relative;}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0;
}
.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 center;
    transform-origin: center bottom;
    background-size: 100% 160px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
/*@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}*/
.serviceSteps .container{position:relative;height:100%;width: 100%;max-width: none;}
.servStep{position:absolute;width: 20%;}
.servStep p{color:#fff;text-align:center;font-size:18px;font-weight:700;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;}
.servStep .icon{width:130px;height:130px;border:1px solid #fff;border-radius:50%;padding:10px;margin:0 auto 20px;}
.servStep .innerIcon{width:100%;height:100%;border-radius:50%;background:#fff;overflow:hidden;}
.servStep .innerIcon img{width:100%;height:100%;border-radius:50%;}
.servStep01{left:4%;top:35px;}
.servStep02{left:22%;top:95px;}
.servStep03{left:42%;top:35px;}
.servStep04{left:60%;top:75px;}
.servStep05{left:78%;top:55px;}
.servStep:hover .innerIcon{background:rgba(255,255,255,0.8);}
.servStep:hover p{color:rgba(255,255,255,0.8);}


.index_item06{padding:60px 0;}
.consultUl{margin-top:30px;padding: 0 30px;}
.consultUl li{float:left;width:33.33333%;padding: 0 15px;margin: 15px 0;text-align:center;}
.consultUl.swiper-wrapper {
	padding: 0;
	margin-top: 50px;
}
.consultUl li.swiper-slide {
	padding: 0;
	margin: 0;
}
.consultUl li a{background-color: #f2f2f2;padding-bottom:20px;transition: all .5s;position: relative;}
.consultUl li a:after {
	content: "";
	border: 2px transparent solid;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .5s;
}
.consultUl li a:hover:after {
	border-color: #009B9B;
}
.consultUl li a:hover {
	background-color: #009B9B;
	box-shadow:0 5px 10px rgba(0,0,0,.2);
	color: #fff;
}
.consultUl .img{width:100%;margin-bottom: 20px;}
.consultUl .img img{width:100%;}
.consultUl li h2 {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
/*	color: transparent;
	text-shadow: 0 0 3px rgba(0,0,0,.5);*/
}
.consultUl li p{font-size:14px;color: #666;max-height:40px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 10px;margin-top: 5px;}
.consultUl li a:hover p {
	color: #fff;
}

.index_item07 {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.index_item07:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,155,155,.9);
	position: absolute;
	top: 0;
	left: 0;
}
.index_item07_bg {
	background: url(../images/bg3.jpg) center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_item07 .title {
	margin-bottom: 50px;
}
.index_item07 .title h2 {
	color: #fff;
}
.form-horizontal .column {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.form-group {
	margin-bottom: 25px;
}
.form-control {
	width: 100%;
	border: 1px #fff solid;
	border-radius: 5px;
	height: 60px;
	padding: 10px 20px;
	color: #fff;
}
textarea.form-control {
	height: 230px;
}
.form_btn {
	display: block;
	width: 50%;
	margin: 15px auto;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #009B9B;
	height: 60px;
	cursor: pointer;
}
.form_btn:hover {
	color: #000;
}
.form-group.error input {
	border-color: #ce3022;
}
.form-group.tip input,
.form-group.success input {
	border-color: #ddd;
}
.form-group.error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #F28000;
	display: none;
}
.form-control::-webkit-input-placeholder {
	font-size: 18px;
	color: #fff;
}
.form-control::-moz-placeholder {
	font-size: 18px;
	color: #fff;
}

.form-control:-ms-input-placeholder {
	font-size: 18px;
	color: #fff;
}

.pageTop {
	height: 490px;
}
.pageTop .container {
	top: 50%;
	transform: translateY(-50%);
}
.pageTop .container img {
	display: block;
	width: 100%;
}
.pageTop .container .text {
	text-align: center;
}
.pageTop .container .text a {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #009B9B;
	padding: 12px 60px;
	margin-top: 60px;
}

/*案例详情*/
.case_details {
	background-color: #009B9B;
	color: #fff;
	padding: 40px 0 50px;
}
.case_details_title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.case_details_intro {
	font-size: 16px;
	line-height: 1.71428571;
}
.case_details_intro .case_type {
	margin-bottom: 5px;
}

/*关于我们==============================================================*/
.about_item{padding:50px 0;overflow:hidden;}
.about_item01{overflow:visible;}
.about_item01_left {
	float: left;
	width: 28%;
	position: relative;
	margin-bottom: 80px;
}
.about_item01_left:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 5px #009B9B solid;
	position: absolute;
	top: 35px;
	left: 15px;
}
.about_item01_left img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.about_item01_right {
	float: right;
	width: 72%;
	padding-left: 80px;
}
.about_item01_right .title {
	text-align: left;
	margin: 30px 0;
}
.about_item01_right .title h2 {
	color: #009B9B;
}
.about_item01_right .InfoContent {
	font-size: 18px;
	color: #666;
	line-height: 2;
}

.about_item02 {
	background-color: #009B9B;
	background: -webkit-linear-gradient(#009B9B,#009B9B);
	background: -moz-linear-gradient(#009B9B,#009B9B);
	background: -ms-linear-gradient(#009B9B,#009B9B);
	background: linear-gradient(#009B9B,#009B9B);
	position: relative;
}
.about_item02_bg {
	background: url(../images/bg1.png) center;
	background-size: 100%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_item02 .title h2 {
	color: #fff;
}
.advantage_item {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}
.advantage_item li {
	float: left;
	width: 27%;
	padding: 0 15px;
	overflow: hidden;
	transition: all 1s;
}
.advantage_item li.active {
	width: 46%;
}
.advantage_item li .inner {
	width: 100%;
	height: 330px;
	background-color: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	overflow: hidden;
}
.advantage_item li h2 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	text-align: center;
	margin-bottom: 20px;
	transition: all 1s;
}
.advantage_item li .text_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	transition: all 1s;
}
.advantage_item li .icon {
	float: left;
	flex: 0 0 auto;
	width: 100%;
	transition: all 1s;
}
.advantage_item li .icon img {
	display: block;
	width: 100%;
	max-width: 110px;
	transition: all 1s;
}
.advantage_item li .text {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 2.4;
	overflow-y: scroll;
	transition: all 1s;
	padding-left: 10px;
	display: none;
}
.advantage_item li .text::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.advantage_item li .text::-webkit-scrollbar-track{background:#ccc}
.advantage_item li .text::-webkit-scrollbar-thumb{height:60px;background:#009B9B}
.advantage_item li .text::-webkit-scrollbar-thumb:window-inactive{background:#009B9B}
.advantage_item li .text::-webkit-scrollbar-thumb:vertical:hover{background:#009B9B}
.advantage_item li.active .inner {
	flex-direction: column;
	justify-content: flex-start;
}
.advantage_item li.active .icon {
	width: 20%;
}
.advantage_item li.active .text {
	display: block;
}

.about_item03 {
	padding: 80px 0;
}
.about_item03_left,
.about_item03_right {
	float: left;
	width: 50%;
	position: relative;
}
.about_item03_left {
	padding-right: 100px;
}
.about_item03_right {
	padding-left: 50px;
	margin-top: 50px;
}
.about_item03_left:after {
	content: "";
	width: 90px;
	height: 90px;
	background-color: #009B9B;
	border-radius: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.culture_img {
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.culture_img img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.about_item03_left h2 {
	width: 242px;
	height: 242px;
	background-color: #009B9B;
	border-radius: 100%;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 15px;
	padding: 50px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.culture_item {
	border-bottom: 2px #f1f1f1 solid;
	padding: 40px 0 20px;
}
.culture_item h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.culture_item p {
	font-size: 24px;
	line-height: 2;
	color: #666;
}

.about_item04 {
	background-color: #f2f2f2;
}
.honor_list {
	width: 100%;
	overflow: hidden;
}
.honor_list ul {
	position: relative;
}
.honor_list ul li {
	float: left;
	width: 320px;
	margin-right: 40px;
	background-color: #fff;
}
.honor_list ul li .img {
	width: 100%;
	overflow: hidden;
}
.honor_list ul li img {
	display: block;
	width: 100%;
}
.honor_list ul li h4 {
	font-size: 18px;
	padding: 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*资金扶持*/
.fund_item {
	padding: 50px 0;
	overflow: hidden;
}
.fund_item .title h2 {
	color: #009B9B;
}
.fund_item01_ul {
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.fund_item01_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 25px;
	margin: 25px 0;
	text-align: center;
}
.fund_item01_ul li .inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 -5px 15px rgba(0,0,0,.1);
	padding: 60px 40px;
	cursor: pointer;
}
.fund_item01_ul li:hover .inner {
	box-shadow: 0 -3px 15px rgba(0,155,155,.3);
}
.fund_item01_ul li h4 {
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	margin: 25px 0;
}
.fund_item01_ul li p {
	font-size: 18px;
	line-height: 1.71428571;
	margin: 25px 0;
}

.fund_item02 {
	background-color: #009B9B;
	padding: 80px 0;
}
.fund_item02 .title h2 {
	color: #fff;
}
.fund_item02_list {
	padding: 0 40px;
	margin-top: 60px;
	position: relative;
}
.fund_item02_list .swiper-container {
	padding: 0 10px;
}
.fund_item02_ul li {
	float: left;
	width: 25%;
	margin-right: 10px;
	cursor: pointer;
}
.fund_item02_ul li .inner {
	background-color: #fff;
	padding: 40px;
	text-align: center;
	transition: all .5s;	
	position: relative;
}
.fund_item02_ul li:hover .inner {
	box-shadow: 10px 0 25px rgba(140,14,3,.4);
	z-index: 2;
}
.fund_item02_ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
}
.fund_item02_ul li h2 span {
	display: block;
}
.fund_item02_ul li .img {	
	width: 100%;
	max-width: 182px;
	border-radius: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.fund_item02_ul li img {
	display: block;
	width: 100%;
	border-radius: 100%;
	transition: all .5s;
}
.fund_item02_ul li:hover img {
	transform: scale(.9);
}
.fund_item02_ul li p {
	font-size: 16px;
	line-height: 36px;
	height: 108px;
	overflow: hidden;
	margin-top: 40px;
}

.fund_item03 {
	padding: 80px 0;
}
.fund_item03 .serviceSteps .line {
	height: 320px;
	margin-top: 30px;
}
.fund_item03 .wave {
	background-size: 100% 180px;
}
.fund_item03 .servStep {
	width: 16.66667%;
	display: flex;
	flex-direction: column;
}
.fund_item03 .servStep .icon {
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-color: #009B9B;
	padding: 5px;
	position: relative;
	margin: 15px auto;
}
.fund_item03 .servStep .icon:before {
	content: "";
	border-radius: 100%;
	border: 1px #009B9B solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fund_item03 .servStep .icon:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 2px #fff solid;
	position: absolute;
	top: -2px;
	left: -2px;
}
.fund_item03 .servStep .innerIcon {
	background-color: #009B9B;
	font-size: 42px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fund_item03 .servStep p {
	color: #333;
}
.fund_item03 .servStep01 {
	flex-direction: column-reverse;
	left: 1%;
	top: 25px;
}
.fund_item03 .servStep02 {
	left: 20%;
	top: 150px;
}
.fund_item03 .servStep03 {
	flex-direction: column-reverse;
	left: 34%;
	top: 45px;
}
.fund_item03 .servStep04 {
	left: 50%;
	top: 95px;
}
.fund_item03 .servStep05 {
	left: 70%;
	top: 50px;
}
.fund_item03 .servStep06 {
	left: 83%;
	top: 110px;
}
.fund_item03 .servStep:hover .innerIcon {
	background: rgba(0, 155, 155,.8);
}
.fund_item03 .servStep:hover p {
	color: #333;
}

/*资质认定*/
.qual_item {
	padding: 80px 0;
}
.qual_item .title {
	margin-bottom: 50px;
}
.qual_item .title h2 {
	color: #009B9B;
}
.qual_item01_ul {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	flex-wrap: wrap;
}
.qual_item01_ul li {
	float: left;
	width: 25%;
	min-height: 512px;
	padding: 0 30px;
	margin: 15px 0;
}
.qual_item01_ul li .inner {
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	color: #fff;
	transition: all .5s;
}
.qual_item01_ul li:hover .inner {
	box-shadow: 4px 4px 12px rgba(0,155,155,.6);
}
.qual_item01_ul li h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.qual_item01_ul li p {
	font-size: 14px;
	line-height: 36px;
}
.qual_item02 {
	background-color: #f9f9f9;
}
.qual_item02_ul {
	margin-left: -15px;
	margin-right: -15px;
}
.qual_item02_ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin: 30px 0;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.qual_item02_ul li h2 {
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
}
.qual_item02_ul li:hover h2 {
	color: #009B9B;
}
.qual_item02_ul li .icon {
	width: 100%;
	max-width: 124px;
	height: 124px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.qual_item02_ul li .icon img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all .8s;
}
.qual_item02_ul li .icon .iconDefault {
	top: 0;
}
.qual_item02_ul li .icon .iconHover {
	bottom: -100%;
}
.qual_item02_ul li:hover .icon .iconDefault {
	top: -100%;
}
.qual_item02_ul li:hover .icon .iconHover {
	bottom: 0;
}
.qual_item02_a {
	text-align: center;
	margin-top: 50px;
}
.qual_item02_a a {
	display: inline-block;
	background-color: #009B9B;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 20px 40px;
	transition: all .5s;
}
.qual_item02_a a:hover {
	background-color: #cb3426;
}
.qual_item03 {
	background-color: #009B9B;
	position: relative;
}
.qual_item03_bg {
	background: url(../images/bg8.png) center;
	background-size: 100%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.qual_item03 .title h2 {
	color: #fff;
}
.qual_item03_ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.qual_item03_ul li {
	float: left;
	width: 25%;
	background-color: #fff;
	border-radius: 5px;
	padding: 70px 25px;
	margin: 15px 12.5% 15px 0;
}
.qual_item03_ul li:nth-child(3n) {
	margin-right: 0;
}
.qual_item03_ul li:hover {
	box-shadow: 5px 0 24px rgba(141,13,1,.7);
}
.qual_item03_ul li h2 {
	width: 100%;
	max-width: 170px;
	height: 170px;
	background-color: #009B9B;
	border-radius: 100%;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	position: relative;
}
.qual_item03_ul li h2:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .8s;
	z-index: -1;
	opacity: .3;
}
.qual_item03_ul li:hover h2:after {
	transform: scale(1.5);
	opacity: 0;
}
.qual_item03_ul li h2 span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	border: 4px #fff solid;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qual_item03_ul li p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 50px;
}
.qual_item04_content {
	width: 100%;
	max-width: 750px;
	height: 750px;
	margin: 60px auto 0;
	background-color: #fff;
	border: 2px rgba(0,155,155,.2) solid;
	border-radius: 100%;
	position: relative;
}
.qual_item04_circleHover {
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	border-radius: 100%;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
}
.qual_item04_content:hover .qual_item04_circleHover {
	transform: scale(1.2);
	opacity: 0;
	transition-delay: .3s;
}
.qual_item04_circle {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.qual_item04_content:before,
.qual_item04_content:after,
.qual_item04_circle:before,
.qual_item04_circle:after {
	content: "";
	border: 2px #009B9B solid;
	border-radius: 100%;
	position: absolute;
	z-index: 2;
}
.qual_item04_content:before {
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	opacity: .3;
}
.qual_item04_content:after {
	width: 84%;
	height: 84%;
	top: 8%;
	left: 8%;
	opacity: .45;
}
.qual_item04_circle:before {
	width: 76%;
	height: 76%;
	top: 12%;
	left: 12%;
	opacity: .6;
}
.qual_item04_circle:after {
	width: 68%;
	height: 68%;
	top: 16%;
	left: 16%;
	opacity: .7;
}
.qual_item04_content .title {
	position: relative;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	border: 2px #009B9B solid;
	border-radius: 100%;
	z-index: 10;
}
.qual_item04_content .title .title_div {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.qual_item04_content .title:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .05;
	transition: all 1s;
}
.qual_item04_content:hover .title:after {
	transform: scale(1.6);
	opacity: 0
}
.qual_item04_content .title h2 {
	font-size: 48px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.qual_item04_content .title span {
	display: block;
	font-size: 48px;
	color: rgba(0,155,155,.5);
	text-transform: uppercase;
}
.ser_advantage {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 9;
}
.ser_advantage h4 {
	font-size: 20px;
	font-weight: bold;
	color: #009B9B;
	margin-bottom: 15px;
}
.ser_advantage p {
	font-size: 18px;
	color: #666;
}
.ser_advantage .icon {
	width: 130px;
	margin: 0 20px;
}
.ser_advantage .icon img {
	display: block;
	width: 100%;
}
.ser_advantage01 {
	top: -65px;
	right: 0;
}
.ser_advantage02 {
	top: 60%;
	right: -200px;
}
.ser_advantage03 {
	top: 50%;
	left: -220px;
	flex-direction: row-reverse;
	text-align: right;
}
.qual_item04_content [aos].aos-animate.ser_advantage01 {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.qual_item04_content [aos].aos-animate.ser_advantage02 {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.qual_item04_content [aos].aos-animate.ser_advantage03 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

/*知识产权*/
.property_item {
	padding: 80px 0;
}
.property_item .title {
	margin-bottom: 50px;
}
.property_item .title h2 {
	color: #009B9B;
}
.property_item01_ul {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.property_item01_ul li {
	float: left;
	width: 33.3333%;
	padding: 0 10px;
	margin: 10px 0;
	cursor: pointer;
}
.property_item01_ul li .inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px #009B9B solid;
	padding: 30px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.property_item01_ul li .inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .8s;
}
.property_item01_ul li:hover .inner:after {
	left: 0;
}
.property_item01_ul li .icon {
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-right: 30px;
}
.property_item01_ul li .icon img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all .8s;
}
.property_item01_ul li .icon .iconDefault {
	right: 0;
}
.property_item01_ul li .icon .iconHover {
	left: -100%;
}
.property_item01_ul li:hover .icon .iconDefault {
	right: -100%;
}
.property_item01_ul li:hover .icon .iconHover {
	left: 0;
}
.property_item01_ul li .text {
	position: relative;
	z-index: 2;
}
.property_item01_ul li h4 {
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	margin-bottom: 15px;
}
.property_item01_ul li p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.property_item01_ul li:hover h4,
.property_item01_ul li:hover p {
	color: #fff;
}
.property_item02 {
	position: relative;
}
.property_item02 .title h2 {
	color: #fff;
}
.property_item02_bg {
	background: url(../images/bg9.jpg) center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.property_item02_bg:before,
.property_item02_bg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.property_item02_bg:before {
	background-color: rgba(0,155,155,.2);
	z-index: 1;
}
.property_item02_bg:after {
	background-color: rgba(0,0,0,.65);
	z-index: 2;
}
.property_item02_ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 80px;
}
.property_item02_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	margin: 15px 0;
	text-align: center;
}
.property_item02_ul li .icon {
	width: 100%;
	max-width: 164px;
	margin: 0 auto;
}
.property_item02_ul li .icon img {
	display: block;
	width: 100%;
	background-color: #009B9B;
	border-radius: 100%;
	transition: all .5s;
}
.property_item02_ul li:hover .icon img {
	transform: scale(.9);
}
.property_item02_ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
}
.property_item03 {
	position: relative;
}
.property_item03:after {
	content: "";
	width: 100%;
	height: 35%;
	background-color: #009B9B;
	position: absolute;
	left: 0;
	bottom: 0;
}
.property_item03_ul {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	flex-wrap: wrap;
}
.property_item03_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 30px;
	margin: 15px 0;
}
.property_item03_ul li .inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.property_item03_ul li .img {
	width: 100%;
	overflow: hidden;
}
.property_item03_ul li .img img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.property_item03_ul li:hover .img img {
	transform: scale(1.1);
}
.property_item03_ul li .text {
	padding: 30px;
	text-align: center;
	color: #009B9B;
}
.property_item03_ul li .text h2 {
	font-size: 24px;
	font-weight: bold;
	background: url(../images/icon/arrow.png) no-repeat center top;
	background-size: 28px 16px;
	padding-top: 40px;
}
.property_item03_ul li .text p {
	font-size: 16px;
	line-height: 1.71428571;
	margin-top: 20px;
}
.property_item04_ul {
	display: flex;
	flex-wrap: wrap;
}
.property_item04_ul li {
	float: left;
	width: 50%;
	padding: 0 60px;
	margin: 25px 0;
	cursor: pointer;
}
.property_item04_ul li .time {
	font-size: 14px;
}
.property_item04_ul li .time i {
	font-size: 18px;
}
.property_item04_ul li h2 {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 20px 0;
	transition: all .5s;
}
.property_item04_ul li:hover h2 {
	color: #009B9B;
}
.property_item04_ul li h2:before {
	content: "";
	flex: 0 0 auto;
	width: 20px;
	height: 2px;
	background-color: #333;
	margin-right: 5px;
	transition: all .5s;
}
.property_item04_ul li:hover h2:before {
	width: 30px;
	background-color: #009B9B;
}
.property_item04_ul li p {
	font-size: 14px;
	color: #666;
	line-height: 1.71428571;
}

/*版权登记*/
.copyright_item01_ul {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.copyright_item01_ul li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin: 10px 0;
}
.transition_delay [aos].aos-animate:nth-child(2) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.transition_delay [aos].aos-animate:nth-child(3) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.transition_delay [aos].aos-animate:nth-child(4) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.transition_delay [aos].aos-animate:nth-child(5) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.copyright_item01_ul li .inner {
	padding: 50px;
	position: relative;
}
.copyright_item01_ul li .inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/copyright_li_bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .5s;
}
.copyright_item01_ul li .inner:hover:after {
	transform: rotate(30deg);
}
.copyright_item01_ul li .inner img {
	display: block;
	width: 100%;
	max-width: 110px;
	margin: 0 auto 5px;
}
.copyright_item01_ul li .inner h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.copyright_item02 {
	background-color: #009B9B;
}
.copyright_item02 .title h2 {
	color: #fff;
}
.copyright_item02_ul li {
	float: left;
	width: 25%;
}
.copyright_item02_ul li .inner {
	display: flex;
	flex-direction: column;
}
.copyright_item02_ul li:nth-child(even) .inner {
	flex-direction: column-reverse;
}
.copyright_item02_ul li .img {
	width: 100%;
	overflow: hidden;
}
.copyright_item02_ul li .img img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.copyright_item02_ul li:hover img {
	transform: scale(1.1);
}
.copyright_item02_ul li h2 {
	background-color: #fff;
	font-size: 32px;
	font-weight: bold;
	color: #009B9B;
	text-align: center;
	min-height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright_item02_ul li h2 span {
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.copyright_item03_ul {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}
.copyright_item03_ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin: 15px 0;
}
.copyright_item03_ul li .inner {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-color: #009B9B;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright_item03_ul li .inner p {
	width: 100%;
	font-size: 18px;
	line-height: 1.71428571;
	color: #fff;
	text-align: center;
}
.copyright_item03_ul1 li h2 {
	font-size: 16px !important;
	font-weight: normal !important;;
	color: #333;
	line-height: 1.6;
}
.copyright_item04 {
	position: relative;
}
.copyright_item04_bg {
	background: url(../images/bg10.jpg) center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.copyright_item04 .title h2,
.copyright_item04 .title p {
	color: #fff;
}
.copyright_item04_ul {
	margin: 100px -15px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.copyright_item04_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
}
.copyright_item04_ul li .inner {
	/*background-color: #009B9B;*/
	width: 100%;
	max-width: 218px;
	height: 218px;
	margin: 0 auto;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.copyright_item04_ul li .inner:before,
.copyright_item04_ul li .inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(45deg);
	transition: all .5s;
}
.copyright_item04_ul li:hover .inner:after {
	transform: rotate(0deg);
}
.copyright_item04_ul li .inner img {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 0 auto 10px;
}
.copyright_item04_ul li .inner h2 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*专利申请*/
.patent_item01_ul {
	display: flex;
	flex-wrap: wrap;
}
.patent_item01_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 50px;
	margin: 15px 0;
}
.patent_item01_ul li .inner {
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	padding: 60px 30px;
	text-align: center;
	color: #fff;
	position: relative;
}
.patent_item01_ul li .inner:after {
	content: "";
	border: 1px #f5f5f5 solid;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}
.patent_item01_ul li .inner h4 {
	font-size: 24px;
	font-weight: bold;
}
.patent_item01_ul li .inner h4:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin: 20px auto 0;
}
.patent_item01_ul li .inner p {
	font-size: 16px;
	line-height: 2;
	margin: 40px 0;
}
.patent_item01_ul li .inner p span {
	display: block;
}
.patent_item01_ul li .inner img {
	display: block;
	width: 100%;
	max-width: 58px;
	margin: 40px auto;
}
.patent_item01_ul li .inner a {
	display: inline-block;
	font-size: 16px;
	color: #009B9B;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 45px;
	position: relative;
	z-index: 1;
}
.patent_item01_ul li .inner a:hover {
	background-color: rgba(255,255,255,.7);
}
.patent_item02 {
	position: relative;
}
.patent_item02_bg {
	background: url(../images/bg11.jpg) center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.patent_item02 .title h2 {
	color: #fff;
}
.patent_item02 .title p {
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
}
.patent_item02_ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.patent_item02_ul li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin: 15px 0;
	text-align: center;
}
.patent_item02_ul li h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	/*background-color: #009B9B;*/
	border-radius: 100%;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	position: relative;
}
.patent_item02_ul li h2:before,
.patent_item02_ul li h2:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .8s;
}
.patent_item02_ul li h2:after {
	transform: scale(0);
}
.patent_item02_ul li:hover h2:before {
	transform: scale(0);
}
.patent_item02_ul li:hover h2:after {
	transform: scale(1);
}
.patent_item02_ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 30px;
}
.patent_item03_ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.patent_item03_ul li {
	float: left;
	width: 25%;
	padding: 0 30px;
	margin: 15px 0;
}
.patent_item03_ul li .inner {
	width: 100%;
	height: 100%;
	background-color: #009B9B;
	text-align: center;
	color: #fff;
	padding: 30px;
	position: relative;
}
.patent_item03_ul li .inner:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border: 1px #f5f5f5 solid;
}
.patent_item03_ul li .inner em {
	display: block;
	font-size: 48px;
	font-family: Impact;
}
.patent_item03_ul li .inner h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.patent_item03_ul li .inner p {
	font-size: 16px;
	line-height: 1.71428571;
}
.patent_item04 {
	background-color: #fbfbfb;
}
.patent_item04_ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
}
.patent_item04_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 50px;
	margin: 15px 0;
}
.patent_item04_ul li .img {
	width: 100%;
	overflow: hidden;
}
.patent_item04_ul li .img img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.patent_item04_ul li:hover img {
	transform: scale(1.1);
}
.patent_item04_ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	text-align: center;
	margin-top: 30px;
}

/*小巨人*/
.giant_item01 .title p {
	font-size: 18px;
	line-height: 2;
	color: #333;
	padding: 0 20%;
	margin-top: 40px;
}
.giant_arrow {
	display: block;
	width: 18px;
	margin: 40px auto;
}
.giant_arrow img {
	display: block;
	width: 100%;
}
.giant_item01_title {
	font-size: 24px;
	font-weight: bold;
	color: #009B9B;
	text-align: center;
}
.giant_item01_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.giant_item01_ul li {
	float: left;
	width: 264px;
	height: 264px;
	margin: 0 50px;
}
.giant_item01_ul li .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #009B9B;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	position: relative;
}
.giant_item01_ul li .inner:after {
	content: "";
	border: 1px #fff solid;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 100%;
}
.giant_item01_ul li .inner h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.giant_item01_ul li .inner span {
	font-size: 60px;
	line-height: 1;
	font-family: Impact;
}
.giant_item01_ul li .inner em {
	font-size: 18px;
}
.giant_item02 {
	position: relative;
}
.giant_item02_bg {
	background: url(../images/bg12.jpg) center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.giant_item02 .title h2 {
	color: #fff;
}
.giant_item02_ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 100px;
}
.giant_item02_ul li {
	float: left;
	width: 33.33333%;
	padding: 50px;
	border-right: 1px #797979 dotted;
	border-top: 1px #797979 dotted;
	margin-top: -1px;
}
.giant_item02_ul li:nth-child(3n) {
	border-right: 0;
}
.giant_item02_ul li p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.giant_item02_a {
	text-align: center;
	margin: 50px 0;
}
.giant_item02_a a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #009B9B;
	border-radius: 5px;
	padding: 18px 85px;
}
/*双软评估*/
.software_item01 .title p {
	font-size: 18px;
	color: #009B9B;
}
.software_item01_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 80px;
}
.software_item01_ul li {
	float: left;
	width: 25%;
	padding: 0 50px;
}
.software_item01_ul li .inner {
	width: 100%;
	height: 100%;
	background: url(../images/software_li_bg.png) no-repeat center;
	background-size: contain;
	padding: 50px 40px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.software_item01_ul li .inner p {
	font-size: 18px;
	line-height: 1.71428571;
}
.software_item03 {
	background-color: #F2F2F2;
}
/*高新技术成果转化*/
.achievements_item01 .title p {
	font-size: 18px;
	color: #333;
	padding: 0 25%;
	line-height: 2.4;
	margin-top: 30px;
}
.achievements_img img {
	display: block;
	width: 100%;
	max-width: 330px;
	border-radius: 100%;
	transition: all .5s;
}
.achievements_img img:hover {
	transform: scale(0.9);
}
.achievements_item02 {
	background-color: #009B9B;
}
.achievements_item02 .title h2 {
	color: #fff;
}
.achievements_item02_ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
}
.achievements_item02_ul li {
	float: left;
	width: 33.33333%;
	padding: 0 40px;
	margin: 15px 0;
	text-align: center;
}
.achievements_item02_ul li h2 {
	font-size: 30px;
	font-weight: bold;
	color: #009B9B;
	/*background-color: #fff;*/
	max-width: 160px;
	height: 92px;
	margin: 50px auto 70px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.achievements_item02_ul li h2 i {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: -1;
	transition: all .5s;
}
.achievements_item02_ul li:hover h2 i {
	transform: rotate(90deg);
}
.achievements_item02_ul li h2 i:before,
.achievements_item02_ul li h2 i:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 80px transparent solid;
	border-right: 80px transparent solid;
	position: absolute;
	left: 0;
	transition: all .5s;
}
.achievements_item02_ul li h2 i:before {
	border-bottom: 46px #fff solid;
	top: -46px;
}
.achievements_item02_ul li h2 i:after {
	border-top: 46px #fff solid;
	bottom: -46px;
}
.achievements_item02_ul li p {
	font-size: 16px;
	color: #f5f5f5;
	line-height: 2;
}

@media screen and (min-width: 1360px) and (max-width: 1400px) {
	
    /*首页*/	
	.title h2 {
		font-size: 30px;
	}
	.title p {
		font-size: 20px;
	}
	.index_item01 {
		padding: 50px 0 80px;
	}
	.index_item01 .title {
		margin-bottom: 50px;
	}
	.ciUl3 li .ser_num {
		width: 58px;
		margin-bottom: 20px;
	}
	.ciUl3 li .txt {
		font-size: 14px;
		line-height: 28px;
		height: 56px;
	}
	.ciUl3 li .icon {
		width: 120px;
		margin: 30px auto 20px;
	}
	.ciUl3 li h3 {
		font-size: 18px;
	}
	.ciUl3 li a {
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	
	.index_item02 li .photo {
		max-width: 140px;
	}
	
    /*关于我们*/
	.about_item01_right .InfoContent {
		font-size: 16px;
    }
    .about_item03_left:after {
    	width: 80px;
    	height: 80px;
    }
    .about_item03_left h2 {
    	width: 200px;
    	height: 200px;
    	font-size: 40px
    }
    .culture_item h4 {
    	font-size: 24px;
    }
    .culture_item p {
    	font-size: 20px;
    }
    .honor_list ul li {
    	width: 300px;
    	margin-right: 30px;
    }
    
    /*资金扶持*/
	.fund_item01_ul li .inner {
		padding: 40px 30px;
	}
	.fund_item01_ul li h4 {
		font-size: 20px;
		margin: 15px 0;
	}
	.fund_item01_ul li p {
		font-size: 16px;
		margin: 15px 0;
	}
	.fund_item02 {
		padding: 50px 0;
	}
	.fund_item02_ul li .inner {
		padding: 30px;
	}
	.fund_item02_ul li h2 {
		font-size: 20px;
	}
	.fund_item02_ul li p {
		font-size: 15px;
		line-height: 32px;
		height: 96px;
		margin-top: 30px;
	}
	
	/*资质认定*/
	.qual_item {
		padding: 50px 0;
	}
	.qual_item .title {
		margin-bottom: 30px;
	}
	.qual_item01_ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.qual_item01_ul li {
		min-height: 440px;
		padding: 0 20px;
	}
	/*版权登记*/
	.copyright_item01_ul li .inner {
		padding: 35px;
	}
	.copyright_item01_ul li .inner img {
		max-width: 80px;
	}
	.copyright_item01_ul li .inner h4 {
		font-size: 18px;
	}
	.copyright_item02_ul li h2 {
		min-height: 200px;
		font-size: 28px;
	}
	.copyright_item03_ul li .inner {
		min-height: 180px;
	}
	.copyright_item03_ul li .inner p {
		font-size: 16px;
	}
	.copyright_item04_ul li .inner {
		max-width: 190px;
		height: 190px;
	}
	.copyright_item04_ul li .inner img {
		max-width: 80px;
	}
	.copyright_item04_ul li .inner h2 {
		font-size: 20px;
	}
} 


@media screen and (min-width: 992px) and (max-width: 1359px) {
    /*首页*/
    .banner{height:540px;}
    .banner .swiper-button-prev{left:40px;}
    .banner .swiper-button-next{right:40px;}
    .pageTop .container .text a {
    	font-size: 20px;
    }

    .title h2,.courseTit h2,.guideTitle h2{font-size:24px;}
    .title p{font-size:16px;}
	
	.index_item01 {
		padding: 40px 0 60px;
	}
	.index_item01 .title {
		margin-bottom: 40px;
	}
	.ciUl3 li .ser_num {
		width: 50px;
		margin-bottom: 20px;
	}
	.ciUl3 li .txt {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.ciUl3 li .icon {
		width: 100px;
		margin: 20px auto 20px;
	}
	.ciUl3 li h3 {
		font-size: 16px;
	}
	.ciUl3 li a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		margin-top: 20px;
	}

    .index_item02 li .photo{max-width: 120px;}
    .index_item02 li .name {
    	font-size: 20px;
    }
    .index_item02 li .p{
    	font-size: 14px;
    	line-height: 24px;
    	height: 48px;
    }
	
	.index_item03 {
		padding: 50px 0;
	}
    .index_item03 .title {
    	margin-bottom: 30px;
    }
    .index_about_text,
    .about_more a {
    	font-size: 16px;
    }
    
    .index_item04{padding:40px 0;}
    .news_item li a {
    	padding: 15px 0;
    }
    .news_item1 li a {
    	padding: 30px 0;
    }
    .index_news_left li .img {
    	height: 130px;
    	margin-bottom: 20px;
    }
    .news_item li h2 {
    	font-size: 16px;
    }
    .news_item li p {
    	font-size: 14px;
    }
    .news_item li em {
    	margin-top: 30px;
    	font-size: 16px;
    	padding: 10px 30px;
    }
    .news_item .news_time {
    	width: 70px;
    }
    .news_item .news_time span.day {
    	font-size: 48px;
    }
    .news_item .news_time span.year {
    	font-size: 16px;
    }
    .news_item1 .news_time {
    	width: 110px;
    }
    .news_item1 .news_time span.day {
    	font-size: 30px;
    }
    .news_item1 .news_time span.year,
    .news_item1 .news_time span.month {
    	font-size: 14px;
    }

    .serviceSteps .line {
    	height: 200px;
    }
    .wave {
    	background-size: 100% 100px;
    }
    .servStep p{font-size: 14px;}
    .servStep .icon{width:90px;height:90px;padding:5px;margin-bottom:10px;}
    .servStep01{top:20px;}
    .servStep02{top:70px;}
    .servStep03{top:20px;}
    .servStep04{top:55px;}
    .servStep05{top:35px;}

    .consultUl {
    	padding: 0;
    }
    
    .pageTop {
    	height: 400px;
    }
    
    .case_details {
    	padding: 20px 0 30px;
    }
    .case_details_title {
    	font-size: 28px;
    	margin-bottom: 20px;
    }

    /*关于我们*/
    .about_item01_left {
		margin-bottom: 50px;
    }
    .about_item01_left:after {
		border-width: 3px;
	}
	.about_item01_right {
		padding-left: 50px;
	}
	.about_item01_right .title {
		margin: 20px 0;
	}
    .about_item01_right .InfoContent {
    	font-size: 14px;
    }
    .advantage_item li .inner {
    	height: 240px;
    	padding: 15px;
    }
    .advantage_item li h2 {
    	font-size: 20px;
    }
    .advantage_item li .icon img {
    	max-width: 70px;
    }
    .advantage_item li .text {
    	font-size: 12px;
    	line-height: 2;
    }
    .about_item03 {
    	padding: 50px 0;
    }
    .about_item03_left {
    	padding-right: 80px;
    }
    .about_item03_left:after {
    	width: 60px;
    	height: 60px;
    }
    .about_item03_left h2 {
    	width: 160px;
    	height: 160px;
    	font-size: 30px
    }
    .culture_item {
    	padding: 20px 0 10px;
    }
    .culture_item h4 {
    	font-size: 20px;
    }
    .culture_item p {
    	font-size: 16px;
    }
    .honor_list ul li {
    	width: 220px;
    	margin-right: 30px;
    }

    /*资金扶持*/
    .fund_item01_ul {
	   	margin-left: -15px;
	   	margin-right: -15px;
	   	margin-top: 30px;
    }
    .fund_item01_ul li {
		padding: 0 15px;
		margin: 15px 0;
    }
	.fund_item01_ul li .inner {
		padding: 40px 30px;
	}
	.fund_item01_ul li h4 {
		font-size: 20px;
		margin: 15px 0;
	}
	.fund_item01_ul li p {
		font-size: 16px;
		margin: 15px 0;
	}
	.fund_item02,
	.fund_item03 {
		padding: 50px 0;
	}
	.fund_item02_list {
		margin-top: 40px;
	}
	.fund_item02_ul li .inner {
		padding: 20px;
	}
	.fund_item02_ul li .img {
		max-width: 140px;
	}
	.fund_item02_ul li h2 {
		font-size: 18px;
		line-height:30px;
		height:60px;
	}
	.fund_item02_ul li p {
		font-size: 14px;
		line-height: 24px;
		height: 96px;
		margin-top: 20px;
	}
	.fund_item03 .serviceSteps .line {
		height: 240px;
	}
	.fund_item03 .wave {
		background-size: 100% 140px;
	}
	.fund_item03 .servStep .icon {
		width: 85px;
		height: 85px;
		padding: 3px;
		margin: 10px auto;
	}
	.fund_item03 .servStep .innerIcon {
		font-size: 32px;
	}
	.fund_item03 .servStep p {
		font-size: 16px;
	}
	.fund_item03 .servStep01 {
		top: 25px;
	}
	.fund_item03 .servStep02 {
		top: 110px;
	}
	.fund_item03 .servStep03 {
		top: 30px;
	}
	.fund_item03 .servStep04 {
		top: 75px;
	}
	.fund_item03 .servStep05 {
		top: 40px;
	}
	.fund_item03 .servStep06 {
		top: 90px;
	}
	
	/*资质认定*/
	.qual_item {
		padding: 50px 0;
	}
	.qual_item .title {
		margin-bottom: 30px;
	}
	.qual_item01_ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.qual_item01_ul li {
		min-height: 380px;
		padding: 0 10px;
		margin: 10px 0;
	}
	.qual_item01_ul li .inner {
		padding: 20px 15px;
	}
	.qual_item01_ul li h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.qual_item01_ul li p {
		line-height: 30px;
	}
	.qual_item02_ul li {
		margin: 20px 0;
	}
	.qual_item02_ul li .icon {
		max-width: 100px;
		height: 100px;
	}
	.qual_item02_ul li h2 {
		font-size: 16px;
	}
	.qual_item02_a {
		margin-top: 30px;
	}
	.qual_item02_a a {
		font-size: 16px;
		padding: 15px 30px;
	}
	.qual_item03_ul li {
		width: 30%;
		margin-right: 5%;
		padding: 50px 15px;
	}
	.qual_item03_ul li h2 {
		max-width: 130px;
		height: 130px;
		font-size: 24px;
	}
	.qual_item03_ul li h2 span {
		border-width: 2px;
	}
	.qual_item03_ul li p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 30px;
	}
	.qual_item04_content {
		max-width: 500px;
		height: 500px;
		margin-top: 30px;
	}
	.qual_item04_content .title h2,
	.qual_item04_content .title span {
		font-size: 32px;
	}
	.ser_advantage .icon {
		width: 80px;
		margin: 0 15px;
	}
	.ser_advantage h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ser_advantage p {
		font-size: 14px;
	}
	.ser_advantage01 {
		top: -40px;
	}
	.ser_advantage02 {
		right: -140px;
	}
	.ser_advantage03 {
		left: -170px;
	}
	
	/*知识产权*/
	.property_item {
		padding: 50px 0;
	}
	.property_item .title {
		margin-bottom: 30px;
	}
	.property_item01_ul li .inner {
		padding: 15px;
	}
	.property_item01_ul li .icon {
		width: 60px;
		height: 60px;
	}
	.property_item01_ul li h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.property_item01_ul li p {
		font-size: 14px;
	}
	.property_item02_ul {
		margin-top: 30px;
	}
	.property_item02_ul li .icon {
		max-width: 120px;
	}
	.property_item02_ul li h2 {
		font-size: 20px;
		margin-top: 20px;
	}
	.property_item03_ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.property_item03_ul li {
		padding: 0 10px;
	}
	.property_item03_ul li .text {
		padding: 15px;
	}
	.property_item03_ul li .text h2 {
		font-size: 20px;
		padding-top: 25px;
		background-size: 24px 14px;
	}
	.property_item03_ul li .text p {
		font-size: 14px;
		margin-top: 15px;
	}
	/*版权登记*/
	.copyright_item01_ul li .inner {
		padding: 25px;
	}
	.copyright_item01_ul li .inner img {
		max-width: 60px;
	}
	.copyright_item01_ul li .inner h4 {
		font-size: 16px;
	}
	.copyright_item02_ul li h2 {
		min-height: 150px;
		font-size: 20px;
	}
	.copyright_item03_ul li .inner {
		padding: 15px;
		min-height: 140px;
	}
	.copyright_item03_ul li .inner p {
		font-size: 14px;
	}
	.copyright_item04_ul li .inner {
		max-width: 150px;
		height: 150px;
	}
	.copyright_item04_ul li .inner img {
		max-width: 60px;
	}
	.copyright_item04_ul li .inner h2 {
		font-size: 18px;
	}
	/*专利申请*/
	.patent_item01_ul li {
		padding: 0 20px;
	}
	.patent_item01_ul li .inner {
		padding: 40px 15px;
	}
	.patent_item01_ul li .inner h4 {
		font-size: 20px;
	}
	.patent_item01_ul li .inner h4:after {
		width: 40px;
		margin-top: 10px;
	}
	.patent_item01_ul li .inner p {
		margin: 30px 0;
	}
	.patent_item01_ul li .inner img {
		margin: 30px auto;
	}
	.patent_item02_ul li h2 {
		font-size: 24px;
		padding: 30px;
		width: 120px;
		height: 120px;
	}
	.patent_item02_ul li p {
		font-size: 14px;
		margin-top: 15px;
	}
	.patent_item03_ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.patent_item03_ul li {
		padding: 0 15px;
	}
	.patent_item03_ul li .inner em {
		font-size: 40px;
	}
	.patent_item03_ul li .inner h2 {
		font-size: 20px;
	}
	.patent_item03_ul li .inner p {
		font-size: 14px;
	}
	.patent_item04_ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.patent_item04_ul li {
		padding: 0 20px;
	}
	.patent_item04_ul li h2 {
		font-size: 20px;
		margin-top: 15px;
	}
	/*小巨人*/
	.giant_item01 .title p {
		font-size: 16px;
		padding: 0 10%;
		margin-top: 20px;
	}
	.giant_arrow {
		margin: 20px auto;
	}
	.giant_item01_title {
		font-size: 20px;
	}
	.giant_item01_ul li {
		width: 224px;
		height: 224px;
		margin: 0 30px;
	}
	.giant_item01_ul li .inner h4 {
		font-size: 20px;
	}
	.giant_item01_ul li .inner span {
		font-size: 50px;
	}
	.giant_item01_ul li .inner em {
		font-size: 16px;
	}
	.giant_item02_ul {
		margin-top: 60px;
	}
	.giant_item02_ul li {
		padding: 30px;
	}
	.giant_item02_ul li p {
		font-size: 16px;
	}
	.giant_item02_a {
		margin: 50px 0 30px;
	}
	.giant_item02_a a {
		font-size: 16px;
	}
	/*双软评估*/
	.software_item01_ul {
		margin-top: 50px;
	}
	.software_item01_ul li {
		padding: 0 30px;
	}
	.software_item01_ul li .inner {
		padding: 50px 20px;
	}
	.software_item01_ul li .inner p {
		font-size: 16px;
	}
	/*高新技术成果转化*/
	.achievements_item01 .title p {
		font-size: 16px;
		padding: 0 15%;
	}
	.achievements_img img {
		max-width: 300px;
	}
	.achievements_item02_ul li h2 {
		font-size: 24px;
		max-width: 140px;
    	height: 82px;
    	margin: 40px auto 60px;
	}
	.achievements_item02_ul li h2 i:before,
	.achievements_item02_ul li h2 i:after {
	    border-left-width: 70px;
	    border-right-width: 70px;
	}
	.achievements_item02_ul li h2 i:before {
	    border-bottom-width: 41px;
	    top: -41px;
	}
	.achievements_item02_ul li h2 i:after {
	    border-top-width: 41px;
	    bottom: -41px;
	}
	.achievements_item02_ul li p {
		font-size: 14px;
	}
} 


@media screen and (min-width: 768px) and (max-width: 991px) {    
    /*首页*/
    .banner{height:500px;}
    .banner .swiper-button div{width:20px;height:33px;}
    .banner .swiper-button-prev{left:20px;}
    .banner .swiper-button-next{right:20px;}
    .pageTop .container .text a {
    	font-size: 18px;
    	margin-top: 40px;
    }

    .title h2,.courseTit h2,.guideTitle h2{font-size:24px;}
    .title p{font-size:16px;}
    
    .index_item01 {
		padding: 30px 0 40px;
	}
	.index_item01 .title {
		margin-bottom: 30px;
	}
	.ciUl3 li .inner {
		padding: 20px 15px;
	}
	.ciUl3 li .ser_num {
		width: 50px;
		margin-bottom: 20px;
	}
	.ciUl3 li .txt {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}
	.ciUl3 li .icon {
		width: 80px;
		margin: 20px auto 20px;
	}
	.ciUl3 li h3 {
		font-size: 16px;
	}
	.ciUl3 li a {
		width: 100px;
		height: 36px;
		line-height: 36px;
		margin-top: 20px;
	}

    .index_item02{padding: 30px 0 50px;}
    .index_item02 .title{margin-bottom:40px;}
    .index_item02 ul {
    	margin-left: -15px;
    	margin-right: -15px;
    }
    .index_item02 li{padding: 0 15px;}
    .index_item02 li .photo{max-width:80px;margin-bottom: 10px;}
    .index_item02 li .name{font-size:16px;}
    .index_item02 li .p{font-size: 12px;line-height: 20px;height:40px;margin-top: 5px;}

    .index_item03 {
		padding: 40px 0;
	}
    .index_item03 .title {
    	margin-bottom: 30px;
    }
    .index_about_text,
    .about_more a {
    	font-size: 14px;
    }
    .index_about_text p {
    	margin-bottom: 15px;
    }
    .about_more a {
    	padding: 10px 30px;
    	margin-top: 15px;
    }
    
    .index_item04{padding:30px 0;}
    .news_item li a {
    	padding: 15px 0;
    }
    .news_item li .img {
    	height: 98px;
    	margin-bottom: 15px;
    }
    .news_item1 .first .news_img {
    	height: 190px;
    }
    .news_item1 .first .news_text {
    	padding: 15px;
    }
    .news_item li h2 {
    	font-size: 14px;
    }
    .news_item1 li h2 {
    	margin: 5px 0 10px;
    }
    .news_item li p {
    	font-size: 12px;
    	line-height: 20px;
    	margin-top: 5px;
    }
    .news_item1 li p {
    	line-height: 22px;
    }
    .news_item li em {
    	margin-top: 20px;
    	font-size: 12px;
    	padding: 10px 30px;
    }
    .news_item1 .first em {
    	font-size: 12px;
    	margin-top: 20px;
    }
    .news_item .news_time {
    	width: 60px;
    }
    .news_item .news_time span.day {
    	font-size: 36px;
    }
    .news_item .news_time span.year {
    	font-size: 14px;
    }
    .news_item1 .news_time {
    	width: 80px;
    	padding: 10px 0;
    	margin-right: 15px;
    }
    .news_item1 .news_time span.day {
    	font-size: 24px;
    }
    .news_item1 .news_time span.year,
    .news_item1 .news_time span.month {
    	font-size: 12px;
    }

	.index_item05 {
		padding: 30px 0;
	}
	.index_item05 .title {
		margin-bottom: 15px;
	}
    .serviceSteps .line {
    	height: 160px;
    }
    .wave {
    	background-size: 100% 100px;
    }
    .servStep p{font-size: 12px;font-weight: normal;}
    .servStep .icon{width:70px;height:70px;padding:5px;margin-bottom:5px;}
    .servStep01{top:15px;}
    .servStep02{top:70px;}
    .servStep03{top:15px;}
    .servStep04{top:50px;}
    .servStep05{top:30px;}

    .index_item06{padding:40px 0;}
    .consultUl{margin-top:20px;padding: 0;}
    
    .form-control {
    	height: 40px;
    	padding: 5px 15px;
    }
    textarea.form-control {
    	height: 170px;
    }
    .form_btn {
    	height: 40px;
    	font-size: 14px;
    }
    .form-control::-webkit-input-placeholder {
		font-size: 14px;
	}
	.form-control::-moz-placeholder {
		font-size: 14px;
	}	
	.form-control:-ms-input-placeholder {
		font-size: 14px;
	}
	
	.pageTop {
		height: 320px;
	}
	
	.case_details {
    	padding: 20px 0 30px;
    }
    .case_details_title {
    	font-size: 20px;
    	margin-bottom: 15px;
    }
    .case_details_intro {
    	font-size: 14px;
    }

    /*关于我们*/
    .about_item {
    	padding: 30px 0;
    }
    .about_item01_left {
		margin-bottom: 50px;
	}
	.about_item01_left:after {
		border-width: 3px;
		top: 10px;
		left: 10px;
	}
	.about_item01_right {
		padding-left: 30px;
	}
	.about_item01_right .title {
		margin: 0 0 15px;
	}
    .about_item01_right .InfoContent {
    	font-size: 14px;
    }
    .advantage_item li .inner {
    	height: 200px;
    	padding: 15px;
    }
    .advantage_item li h2 {
    	font-size: 16px;
    }
    .advantage_item li .icon img {
    	max-width: 50px;
    }
    .advantage_item li .text {
    	font-size: 12px;
    	line-height: 2;
    }
    .about_item03 {
    	padding: 30px 0;
    }
    .about_item03_left {
    	padding-right: 50px;
    }
    .about_item03_left:after {
    	width: 50px;
    	height: 50px;
    }
    .about_item03_left h2 {
    	width: 120px;
    	height: 120px;
    	font-size: 24px;
    	padding: 30px;
    }
    .about_item03_right {
    	margin-top: 30px;
    	padding-left: 15px;
    }
    .culture_item {
    	padding: 20px 0 10px;
    }
    .culture_item h4 {
    	font-size: 18px;
    	margin-bottom: 5px;
    }
    .culture_item p {
    	font-size: 14px;
    }
    .honor_list ul li {
    	width: 176px;
    	margin-right: 15px;
    }
    .honor_list ul li h4 {
    	font-size: 16px;
    	padding: 10px;
    }

    /*资金扶持*/
	.fund_item {
		padding: 30px 0;
    }
    .fund_item01_ul {
	   	margin-left: -15px;
	   	margin-right: -15px;
	   	margin-top: 30px;
    }
    .fund_item01_ul li {
		padding: 0 15px;
		margin: 15px 0;
    }
	.fund_item01_ul li .inner {
		padding: 20px 15px;
	}
	.fund_item01_ul li h4 {
		font-size: 18px;
		margin: 15px 0;
	}
	.fund_item01_ul li p {
		font-size: 14px;
		margin: 15px 0;
	}
	.fund_item02_list {
		margin-top: 40px;
	}
	.fund_item02_ul li .inner {
		padding: 20px;
	}
	.fund_item02_ul li .img {
		max-width: 140px;
	}
	.fund_item02_ul li h2 {
		font-size: 18px;
		line-height:30px;
		height:60px;
	}
	.fund_item02_ul li p {
		font-size: 14px;
		line-height: 24px;
		height: 96px;
		margin-top: 20px;
	}
	.fund_item03 .serviceSteps .line {
		height: 200px;
		margin-top: 15px;
	}
	.fund_item03 .wave {
		background-size: 100% 100px;
	}
	.fund_item03 .servStep .icon {
		width: 70px;
		height: 70px;
		margin: 5px auto;
		padding: 3px;
	}
	.fund_item03 .servStep .innerIcon {
		font-size: 24px;
	}
	.fund_item03 .servStep p {
		font-size: 14px;
	}
	.fund_item03 .servStep01 {
		top: 20px;
	}
	.fund_item03 .servStep02 {
		top: 90px;
	}
	.fund_item03 .servStep03 {
		top: 30px;
	}
	.fund_item03 .servStep04 {
		top: 70px;
	}
	.fund_item03 .servStep05 {
		top: 40px;
	}
	.fund_item03 .servStep06 {
		top: 70px;
	}
	
	/*资质认定*/
	.qual_item {
		padding: 30px 0;
	}
	.qual_item .title {
		margin-bottom: 20px;
	}
	.qual_item01_ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.qual_item01_ul li {
		width: 50%;
		min-height: 400px;
		padding: 0 15px;
		margin: 10px 0;
	}
	.qual_item01_ul li h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.qual_item02_ul li {
		margin: 15px 0;
	}
	.qual_item02_ul li .icon {
		max-width: 70px;
		height: 70px;
	}
	.qual_item02_ul li h2 {
		font-size: 14px;
	}
	.qual_item02_a {
		margin-top: 30px;
	}
	.qual_item02_a a {
		font-size: 16px;
		padding: 15px 30px;
	}
	.qual_item03_ul li {
		width: 32%;
		margin-right: 2%;
		padding: 30px 15px;
	}
	.qual_item03_ul li h2 {
		max-width: 90px;
		height: 90px;
		font-size: 18px;
		padding: 5px;
	}
	.qual_item03_ul li h2 span {
		border-width: 2px;
	}
	.qual_item03_ul li p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 30px;
	}
	.qual_item04_content {
		max-width: 400px;
		height: 400px;
		margin-top: 30px;
	}
	.qual_item04_content .title h2,
	.qual_item04_content .title span {
		font-size: 24px;
	}
	.ser_advantage .icon {
		width: 60px;
		margin: 0 10px;
	}
	.ser_advantage h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ser_advantage p {
		font-size: 12px;
	}
	.ser_advantage01 {
		top: -30px;
	}
	.ser_advantage02 {
		right: -110px;
	}
	.ser_advantage03 {
		left: -140px;
	}
	
	/*知识产权*/
	.property_item {
		padding: 30px 0;
	}
	.property_item .title {
		margin-bottom: 30px;
	}
	.property_item01_ul li {
		width: 50%;
	}
	.property_item01_ul li .inner {
		padding: 15px;
	}
	.property_item01_ul li .icon {
		width: 60px;
		height: 60px;
	}
	.property_item01_ul li h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.property_item01_ul li p {
		font-size: 14px;
	}
	.property_item02 {
		padding: 50px 0;
	}
	.property_item02_ul {
		margin-top: 30px;
	}
	.property_item02_ul li .icon {
		max-width: 100px;
	}
	.property_item02_ul li h2 {
		font-size: 18px;
		margin-top: 15px;
	}
	.property_item03_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.property_item03_ul li {
		padding: 0 5px;
	}
	.property_item03_ul li .text {
		padding: 15px;
	}
	.property_item03_ul li .text h2 {
		font-size: 18px;
		padding-top: 20px;
		background-size: 20px 11px;
	}
	.property_item03_ul li .text p {
		font-size: 14px;
		margin-top: 10px;
	}
	.property_item04_ul li {
		padding: 0 15px;
		margin: 15px 0;
	}
	.property_item04_ul li .time {
		font-size: 12px;
	}
	.property_item04_ul li .time i {
		font-size: 16px;
	}
	.property_item04_ul li h2 {
		font-size: 16px;
		margin: 10px 0;
	}
	.property_item04_ul li p {
		font-size: 12px;
	}
	/*版权登记*/
	.copyright_item01_ul li .inner {
		padding: 25px;
	}
	.copyright_item01_ul li .inner img {
		max-width: 50px;
	}
	.copyright_item01_ul li .inner h4 {
		font-size: 14px;
	}
	.copyright_item02_ul li h2 {
		min-height: 115px;
		font-size: 16px;
	}
	.copyright_item03_ul li {
		width: 50%;
	}
	.copyright_item03_ul li .inner {
		padding: 15px;
		min-height: 140px;
	}
	.copyright_item03_ul li .inner p {
		font-size: 14px;
	}
	.copyright_item04_ul li .inner {
		max-width: 150px;
		height: 150px;
	}
	.copyright_item04_ul li .inner img {
		max-width: 60px;
	}
	.copyright_item04_ul li .inner h2 {
		font-size: 16px;
	}
	/*专利申请*/
	.patent_item01_ul li {
		padding: 0 10px;
	}
	.patent_item01_ul li .inner {
		padding: 30px 15px;
	}
	.patent_item01_ul li .inner h4 {
		font-size: 18px;
	}
	.patent_item01_ul li .inner h4:after {
		width: 30px;
		margin-top: 10px;
	}
	.patent_item01_ul li .inner p {
		margin: 15px 0;
	}
	.patent_item01_ul li .inner img {
		max-width: 40px;
		margin: 15px auto;
	}
	.patent_item01_ul li .inner a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.patent_item02_ul li {
		width: 33.33333%;
	}
	.patent_item02_ul li h2 {
		font-size: 24px;
		padding: 30px;
		width: 120px;
		height: 120px;
	}
	.patent_item02_ul li p {
		font-size: 14px;
		margin-top: 15px;
	}
	.patent_item03_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.patent_item03_ul li {
		padding: 0 5px;
	}
	.patent_item03_ul li .inner {
		padding: 15px;
	}
	.patent_item03_ul li .inner em {
		font-size: 32px;
	}
	.patent_item03_ul li .inner h2 {
		font-size: 18px;
		margin: 5px 0;
	}
	.patent_item03_ul li .inner p {
		font-size: 14px;
	}
	.patent_item04_ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.patent_item04_ul li {
		padding: 0 10px;
	}
	.patent_item04_ul li h2 {
		font-size: 18px;
		margin-top: 10px;
	}
	/*小巨人*/
	.giant_item01 .title p {
		font-size: 14px;
		padding: 0 5%;
		margin-top: 15px;
	}
	.giant_arrow {
		margin: 20px auto;
	}
	.giant_item01_title {
		font-size: 18px;
	}
	.giant_item01_ul li {
		width: 180px;
		height: 180px;
		margin: 0 30px;
	}
	.giant_item01_ul li .inner h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.giant_item01_ul li .inner span {
		font-size: 36px;
	}
	.giant_item01_ul li .inner em {
		font-size: 14px;
	}
	.giant_item02_ul {
		margin-top: 40px;
	}
	.giant_item02_ul li {
		padding: 20px;
	}
	.giant_item02_ul li p {
		font-size: 14px;
	}
	.giant_item02_a {
		margin: 30px 0 10px;
	}
	.giant_item02_a a {
		font-size: 14px;
		padding: 15px 60px;
	}
	/*双软评估*/
	.software_item01 .title p {
		font-size: 16px;
	}
	.software_item01_ul {
		margin-top: 30px;
	}
	.software_item01_ul li {
		padding: 0 15px;
	}
	.software_item01_ul li .inner {
		padding: 50px 15px;
	}
	.software_item01_ul li .inner p {
		font-size: 14px;
	}	
	.copyright_item03_ul1 li h2 {
		font-size: 14px !important;
	}
	/*高新技术成果转化*/
	.achievements_item01 .title p {
		font-size: 14px;
		padding: 0 10%;
		margin-top: 15px;
	}
	.achievements_img img {
		max-width: 240px;
	}
	.achievements_item02_ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.achievements_item02_ul li {
		padding: 0 15px;
	}
	.achievements_item02_ul li h2 {
		font-size: 20px;
		max-width: 120px;
    	height: 70px;
    	margin: 30px auto 40px;
	}
	.achievements_item02_ul li h2 i:before,
	.achievements_item02_ul li h2 i:after {
	    border-left-width: 60px;
	    border-right-width: 60px;
	}
	.achievements_item02_ul li h2 i:before {
	    border-bottom-width: 35px;
	    top: -35px;
	}
	.achievements_item02_ul li h2 i:after {
	    border-top-width: 35px;
	    bottom: -35px;
	}
	.achievements_item02_ul li p {
		font-size: 14px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    /*首页*/
    .banner{height:300px;}
    .banner .swiper-button div{width:18px;height:30px;}
    .banner .swiper-button-prev{left:15px;}
    .banner .swiper-button-next{right:15px;}
    .banner .swiper-pagination span{width:10px;height:10px;}
    .pageTop .container .text a {
    	font-size: 14px;
    	padding: 10px 35px;
    	margin-top: 30px;
    }

    .title h2,.courseTit h2,.guideTitle h2{font-size:18px;}
    .title p{font-size:12px;}

    .index_item01{padding:20px 0;}
    .index_item01 .title{margin-bottom:30px;}
    .ciUl3 li{width:50%;}
    .ciUl3 li .inner{padding:15px 5px;}
    .ciUl3 li:nth-child(4) .inner {
    	border-left: 0;
    }
    .ciUl3 li .ser_num {
		width: 36px;
		margin-bottom: 10px;
	}
    .ciUl3 li .icon{width:50px;margin: 15px auto;}
    .ciUl3 li h3{font-size:14px;}
    .ciUl3 li .txt{height: auto;max-height:60px;line-height:20px;font-size:12px;}
    .ciUl3 li a{width:80px;height:30px;line-height:30px;opacity:1;font-size: 12px;margin-top: 15px;}

    .index_item02{padding: 30px 0 15px;}
    .index_item02_bg,
    .index_item03_bg {
    	background-attachment: initial;
    }
    .index_item02 .title{margin-bottom:30px;}
    .index_item02 li{width:50%;margin-bottom: 15px;}
    .index_item02 li .photo{max-width:80px;margin-bottom: 10px;}
    .index_item02 li .name{font-size:16px;}
    .index_item02 li .p{font-size: 12px;line-height: 20px;height: 40px;margin-top: 5px;}
    .i2_href,.ci1_href,.ci_href5,.leiHref5{width:300px;height:55px;margin-left:-150px;bottom:-32px;}
    .i2_href .btn,.ci1_href .btn,.ci_href5 .btn,.leiHref5 .btn{line-height:55px;}
    .ci_href5,.leiHref5{margin-left:auto;}

    .index_item03 {
		padding: 30px 0;
	}
    .index_item03 .title {
    	margin-bottom: 15px;
    }
    .index_about_text,
    .about_more a {
    	font-size: 12px;
    }
    .index_about_text p {
    	margin-bottom: 10px;
    }
    .about_more a {
    	padding: 10px 30px;
    	margin-top: 10px;
    }
    
    .index_item04{padding:30px 0;}
    .news_item {
    	margin-top: 15px;
    }
    .index_news_right {
    	margin-top: 0;
    }
    .index_news .index_news_left,
	.index_news .index_news_right {
		float: none;
		width: 100%;
		padding: 0;
	}
    .news_item li a {
    	padding: 15px 0;
    }
    .news_item1 li a:hover {
		padding-left: 10px;
		padding-right: 10px;
	}
    .news_item li .img {
    	height: auto;
    	margin-bottom: 15px;
    }
    .news_item1 .first .news_img {
    	width: 100%;
    	height: auto;
    }
    .news_item1 .first img {
    	width: 100%;
    	height: auto;
    }
    .news_item1 .first .news_text {
    	width: 100%;
    	padding: 15px;
    }
    .news_item li h2 {
    	font-size: 14px;
    }
    .news_item1 li h2 {
    	margin: 5px 0 10px;
    }
    .news_item li p {
    	font-size: 12px;
    	line-height: 20px;
    	margin-top: 5px;
    }
    .news_item li em {
    	margin-top: 20px;
    	font-size: 12px;
    	padding: 10px 30px;
    }
    .news_item1 .first em {
    	font-size: 12px;
    	margin-top: 15px;
    }
    .news_item .news_time {
    	width: 60px;
    }
    .news_item .news_time span.day {
    	font-size: 30px;
    }
    .news_item .news_time span.year {
    	font-size: 14px;
    }
    .news_item1 .news_time {
    	width: 80px;
    	padding: 10px 0;
    	margin-right: 15px;
    }
    .news_item1 .news_time span.day {
    	font-size: 18px;
    }
    .news_item1 .news_time span.year,
    .news_item1 .news_time span.month {
    	font-size: 12px;
    }

    .index_item05 {
		padding: 30px 0;
	}
	.index_item05 .title {
		margin-bottom: 15px;
	}
    .serviceSteps .line {
    	height: 160px;
    }
    .wave {
    	background-size: 100% 100px;
    }
    .servStep p {
    	font-size: 12px;
    	line-height: 20px;
    	height: 40px;
    	overflow: hidden;
    	white-space: normal;
    	text-overflow: initial;
    }
    .servStep .icon{width:50px;height:50px;padding:2px;margin-bottom:5px;}
    .servStep01{top:15px;}
    .servStep02{top:70px;}
    .servStep03{top:15px;}
    .servStep04{top:50px;}
    .servStep05{top:30px;}


    .index_item06{padding:30px 0;}
    .consultUl{margin-top:15px;padding: 0;}
    .consultUl li{width:50%;padding: 0 5px;margin: 5px 0;}
    .consultUl li a {
    	padding-bottom: 10px;
    }
    .consultUl .img {
    	margin-bottom: 10px;
    }
    .consultUl li h2 {
    	font-size: 14px;
    }
    .consultUl li p{font-size:12px;margin-top: 0;}
	
	.index_item07 {
		padding: 30px 0;
	}
	.index_item07_bg {
		background-attachment: initial;
	}
	.index_item07 .title {
		margin-bottom: 30px;
	}
	.form-horizontal .column {
		float: none;
		width: 100%;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.form-control {
    	height: 40px;
    	padding: 5px 15px;
    }
    textarea.form-control {
    	height: 170px;
    }
    .form_btn {
    	height: 40px;
    	font-size: 14px;
    }
    .form-control::-webkit-input-placeholder {
		font-size: 14px;
	}
	.form-control::-moz-placeholder {
		font-size: 14px;
	}	
	.form-control:-ms-input-placeholder {
		font-size: 14px;
	}
	
	.pageTop {
		height: 240px;
	}
	
	.case_details {
    	padding: 20px 0;
    }
    .case_details_title {
    	font-size: 16px;
    	margin-bottom: 10px;
    }
    .case_details_intro {
    	font-size: 12px;
    }
    
    /*关于我们*/
    .about_item {
    	padding: 30px 0;
    }
    .about_item01_left {
		margin-bottom: 50px;
		display: none;
	}
	.about_item01_left:after {
		border-width: 3px;
		top: 10px;
		left: 10px;
	}
	.about_item01_right {
		width: 100%;
		padding-left: 0;
	}
	.about_item01_right .title {
		margin: 0 0 15px;
	}
    .about_item01_right .InfoContent {
    	font-size: 14px;
    }
    .advantage_item li {
    	width: 100%;
    	margin-bottom: 10px;
    }
    .advantage_item li.active {
    	width: 100%;
    }
    .advantage_item li .inner {
    	height: auto;
    	padding: 15px;
		flex-direction: column;
		justify-content: flex-start;
    }
    .advantage_item li h2 {
    	font-size: 16px;
    	margin-bottom: 10px;
    }
    .advantage_item li .icon img {
    	max-width: none;
    }
    .advantage_item li .text {
    	font-size: 12px;
    	line-height: 2;
    }
	.advantage_item li .icon {
		width: 20%;
	}
	.advantage_item li .text {
		display: block;
	}
	.about_item03 {
    	padding: 30px 0;
    }
    .about_item03_left {
    	width: 100%;
    	padding: 0 50px;
    }
    .about_item03_left:after {
    	width: 40px;
    	height: 40px;
    	left: 40px;
    }
    .about_item03_left h2 {
    	width: 80px;
    	height: 80px;
    	font-size: 18px;
    	padding: 20px;
    }
    .about_item03_right {
    	width: 100%;
    	margin-top: 15px;
    	padding-left: 0;
    }
    .culture_item {
    	padding: 20px 0 10px;
    }
    .culture_item h4 {
    	font-size: 16px;
    	margin-bottom: 5px;
    }
    .culture_item p {
    	font-size: 12px;
    }
    .honor_list ul li {
    	width: 176px;
    	margin-right: 15px;
    }
    .honor_list ul li h4 {
    	font-size: 14px;
    	padding: 10px;
    }
    
    /*资金扶持*/
	.fund_item {
		padding: 30px 0;
    }
    .fund_item01_ul {
	   	margin-left: -5px;
	   	margin-right: -5px;
	   	margin-top: 15px;
    }
    .fund_item01_ul li {
    	width: 50%;
		padding: 0 5px;
		margin: 5px 0;
    }
	.fund_item01_ul li .inner {
		padding: 15px 10px;
	}
	.fund_item01_ul li h4 {
		font-size: 16px;
		margin: 10px 0;
	}
	.fund_item01_ul li p {
		font-size: 12px;
		margin: 10px 0;
	}
	.fund_item02_list {
		margin-top: 20px;
		padding: 0 15px;
	}
	.fund_item02_ul li .inner {
		padding: 15px;
	}
	.fund_item02_ul li .img {
		max-width: 100px;
		margin: 15px auto;
	}
	.fund_item02_ul li h2 {
		font-size: 14px;
		line-height:24px;
		height:48px;
	}
	.fund_item02_ul li p {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
		margin-top: 15px;
	}
	.fund_item03 .serviceSteps .line {
		height: 160px;
		margin-top: 15px;
	}
	.fund_item03 .wave {
		background-size: 100% 80px;
	}
	.fund_item03 .servStep .icon {
		width: 50px;
		height: 50px;
		margin: 5px auto;
		padding: 3px;
	}
	.fund_item03 .servStep .innerIcon {
		font-size: 18px;
	}
	.fund_item03 .servStep p {
		font-size: 12px;
		height: auto;
	}
	.fund_item03 .servStep01 {
		top: 15px;
	}
	.fund_item03 .servStep02 {
		top: 80px;
	}
	.fund_item03 .servStep03 {
		top: 20px;
	}
	.fund_item03 .servStep04 {
		top: 50px;
	}
	.fund_item03 .servStep05 {
		top: 30px;
	}
	.fund_item03 .servStep06 {
		top: 60px;
	}
	
	/*资质认定*/
	.qual_item {
		padding: 30px 0;
	}
	.qual_item .title {
		margin-bottom: 20px;
	}
	.qual_item01_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.qual_item01_ul li {
		width: 50%;
		min-height: initial;
		height: 240px;
		padding: 0 5px;
		margin: 5px 0;
	}
	.qual_item01_ul li .inner {
		padding: 30px 15px;
	}
	.qual_item01_ul li h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.qual_item01_ul li p {
		font-size: 12px;
		line-height: 24px;
	}
	.qual_item02_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.qual_item02_ul li {
		margin: 15px 0;
		padding: 0 5px;
	}
	.qual_item02_ul li .icon {
		max-width: 50px;
		height: 50px;
	}
	.qual_item02_ul li h2 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.qual_item02_a {
		margin-top: 15px;
	}
	.qual_item02_a a {
		font-size: 12px;
		padding: 15px;
	}
	.qual_item03_ul li {
		width: 48%;
		margin: 5px 0;
		margin-right: 2%;
		padding: 20px 15px;
	}
	.qual_item03_ul li:nth-child(2n) {
		margin-right: 0;
	}
	.qual_item03_ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.qual_item03_ul li h2 {
		max-width: 80px;
		height: 80px;
		padding: 5px;
		font-size: 16px;
	}
	.qual_item03_ul li h2 span {
		border-width: 2px;
	}
	.qual_item03_ul li p {
		font-size: 12px;
		line-height: 24px;
		margin-top: 10px;
	}
	.qual_item04_content {
		max-width: 240px;
		height: 240px;
		margin-top: 15px;
		border-width: 1px;
	}
	.qual_item04_content:before,
	.qual_item04_content:after,
	.qual_item04_circle:before,
	.qual_item04_circle:after,
	.qual_item04_content .title {
		border-width: 1px;
	}
	.qual_item04_content .title {
		margin: 0;
	}
	.qual_item04_content .title h2,
	.qual_item04_content .title span {
		font-size: 16px;
	}
	.ser_advantage .icon {
		width: 40px;
		margin: 0 5px;
	}
	.ser_advantage h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ser_advantage p {
		font-size: 12px;
	}
	.ser_advantage01 {
		top: -20px;
		right:-70px
	}
	.ser_advantage02 {
		right: -100px;
	}
	.ser_advantage03 {
		left: -110px;
	}
	
	/*知识产权*/
	.property_item {
		padding: 30px 0;
	}
	.property_item .title {
		margin-bottom: 20px;
	}
	.property_item01_ul li {
		width: 100%;
	}
	.property_item01_ul li .inner {
		padding: 15px;
	}
	.property_item01_ul li .icon {
		width: 60px;
		height: 60px;
	}
	.property_item01_ul li h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.property_item01_ul li p {
		font-size: 12px;
	}
	.property_item02_bg {
		background-attachment: initial;
	}
	.property_item02_ul {
		margin-top: 20px;
	}
	.property_item02_ul li .icon {
		max-width: 70px;
	}
	.property_item02_ul li h2 {
		font-size: 14px;
		line-height: 1.71428571;
		margin-top: 10px;
	}
	.property_item03_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.property_item03_ul li {
		width: 100%;
		padding: 0 5px;
	}
	.property_item03_ul li .text {
		padding: 15px;
	}
	.property_item03_ul li .text h2 {
		font-size: 16px;
		padding-top: 20px;
		background-size: 16px 9px;
	}
	.property_item03_ul li .text p {
		font-size: 12px;
		margin-top: 10px;
	}
	.property_item04_ul li {
		width: 100%;
		padding: 0 5px;
		margin: 10px 0;
	}
	.property_item04_ul li .time {
		font-size: 12px;
	}
	.property_item04_ul li .time i {
		font-size: 14px;
	}
	.property_item04_ul li h2 {
		font-size: 16px;
		margin: 10px 0;
	}
	.property_item04_ul li p {
		font-size: 12px;
	}
	/*版权登记*/
	.copyright_item01_ul li {
		width: 33.33333%;
	}
	.copyright_item01_ul li .inner {
		padding: 25px;
	}
	.copyright_item01_ul li .inner img {
		max-width: 50px;
	}
	.copyright_item01_ul li .inner h4 {
		font-size: 14px;
	}
	.copyright_item02_ul li {
		width: 100%;
	}
	.copyright_item02_ul li .inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		overflow: hidden;
	}
	.copyright_item02_ul li:nth-child(even) .inner {
		flex-direction: row-reverse;
	}
	.copyright_item02_ul li .img {
		width: 50%;
	}
	.copyright_item02_ul li h2 {
		width: 50%;
		min-height: initial;
		font-size: 16px;
	}
	.copyright_item03_ul li {
		margin: 5px 0;
	}
	.copyright_item03_ul {
		display: block;
	}
	.copyright_item03_ul li {
		width: 100%;
	}
	.copyright_item03_ul li .inner {
		padding: 15px;
		min-height: 100px;
	}
	.copyright_item03_ul li .inner p {
		font-size: 14px;
	}
	.copyright_item03_ul1 li h2 {
		font-size: 12px !important;
	}
	.copyright_item04_bg {
		background-attachment: initial;
	}
	.copyright_item04_ul {
		margin: 50px -15px 10px;
	}
	.copyright_item04_ul li {
		width: 50%;
	}
	.copyright_item04_ul li .inner {
		max-width: 120px;
		height: 120px;
	}
	.copyright_item04_ul li .inner img {
		max-width: 40px;
	}
	.copyright_item04_ul li .inner h2 {
		font-size: 14px;
	}
	/*专利申请*/
	.patent_item01_ul li {
		width: 100%;
		padding: 0 10px;
	}
	.patent_item01_ul li .inner {
		padding: 30px 15px;
	}
	.patent_item01_ul li .inner h4 {
		font-size: 18px;
	}
	.patent_item01_ul li .inner h4:after {
		width: 30px;
		margin-top: 10px;
	}
	.patent_item01_ul li .inner p {
		margin: 15px 0;
	}
	.patent_item01_ul li .inner img {
		max-width: 40px;
		margin: 15px auto;
	}
	.patent_item01_ul li .inner a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.patent_item02_bg {
		background-attachment: initial;
	}
	.patent_item02_ul li {
		width: 50%;
	}
	.patent_item02_ul li h2 {
		font-size: 18px;
		padding: 15px;
		width: 80px;
		height: 80px;
	}
	.patent_item02_ul li p {
		font-size: 12px;
		margin-top: 15px;
	}
	.patent_item03_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.patent_item03_ul li {
		width: 100%;
		padding: 0 5px;
		margin: 5px 0;
	}
	.patent_item03_ul li .inner {
		padding: 30px 15px;
	}
	.patent_item03_ul li .inner em {
		font-size: 24px;
	}
	.patent_item03_ul li .inner h2 {
		font-size: 16px;
		margin: 5px 0;
	}
	.patent_item03_ul li .inner p {
		font-size: 12px;
	}
	.patent_item04_ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.patent_item04_ul li {
		width: 100%;
		padding: 0 10px;
		margin: 5px 0;
	}
	.patent_item04_ul li h2 {
		font-size: 14px;
		margin-top: 10px;
	}
	/*小巨人*/
	.giant_item01 .title p {
		font-size: 14px;
		padding: 0;
		margin-top: 15px;
	}
	.giant_arrow {
		margin: 20px auto;
	}
	.giant_item01_title {
		font-size: 18px;
	}
	.giant_item01_ul li {
		width: 160px;
		height: 160px;
		margin: 0 15px 15px;
	}
	.giant_item01_ul li .inner h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.giant_item01_ul li .inner span {
		font-size: 28px;
	}
	.giant_item01_ul li .inner em {
		font-size: 12px;
	}
	.giant_item02_bg {
		background-attachment: initial;
	}
	.giant_item02_ul {
		margin-top: 40px;
	}
	.giant_item02_ul li {
		width: 50%;
		padding: 20px 10px;
	}
	.giant_item02_ul li:nth-child(3n) {
		border-right: 1px #797979 dotted;
	}
	.giant_item02_ul li:nth-child(2n) {
		border-right: 0;
	}
	.giant_item02_ul li p {
		font-size: 12px;
	}
	.giant_item02_a {
		margin: 30px 0 10px;
	}
	.giant_item02_a a {
		font-size: 14px;
		padding: 12px 40px;
	}
	/*双软评估*/
	.software_item01 .title p {
		font-size: 12px;
	}
	.software_item01_ul {
		margin-top: 20px;
	}
	.software_item01_ul li {
		width: 50%;
		padding: 0 5px;
		margin: 5px 0;
	}
	.software_item01_ul li .inner {
		background: #009B9B;
		min-height: 110px;
		padding: 15px; 
	}
	.software_item01_ul li .inner p {
		font-size: 12px;
	}
	/*高新技术成果转化*/
	.achievements_item01 .title p {
		font-size: 12px;
		padding: 0;
		margin-top: 15px;
	}
	.achievements_img img {
		max-width: 200px;
	}
	.achievements_item02_ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.achievements_item02_ul li {
		width: 50%;
		padding: 0 5px;
	}
	.achievements_item02_ul li h2 {
		font-size: 14px;
		max-width: 80px;
    	height: 46px;
    	margin: 20px auto 30px;
    	padding: 0 10px;
	}
	.achievements_item02_ul li h2 i:before,
	.achievements_item02_ul li h2 i:after {
	    border-left-width: 40px;
	    border-right-width: 40px;
	}
	.achievements_item02_ul li h2 i:before {
	    border-bottom-width: 23px;
	    top: -23px;
	}
	.achievements_item02_ul li h2 i:after {
	    border-top-width: 23px;
	    bottom: -23px;
	}
	.achievements_item02_ul li p {
		font-size: 12px;
	}
}


@media only screen and (max-width: 479px) {    
    /*首页*/
    .banner .swiper-pagination span{width:8px;height:8px;}

    .title h2,.courseTit h2,.guideTitle h2{font-size:18px;}

    .index_item01 .title{margin-bottom:30px;}
    .ciUl3 li{padding:5px;}
    .ciUl3 li a img{width:20px;}
    .ciUl3 li a{line-height:35px;height:35px;}
    
    .index_item02 ul{
    	margin-left: -10px;
    	margin-right: -10px;
    }
    .index_item02 li {
    	padding: 0 10px;
    }
    .index_item02 li .name {
    	font-size: 14px;
    }
    .index_item02 li .photo{max-width: 60px;}

    .title2{font-size:20px;}
    .title2 img{width:130px;}
    
    .index_item05{padding:30px 0;}
    .index_item05 .title{margin-bottom:30px;}
    .serviceSteps .line{height:auto;}
    .waveWrapperInner {
    	display: none;
    }
    .serviceSteps .container{overflow:hidden;}
    .servStep .icon{width:65px;height:65px;}
    .servStep{position:static;float:left;width:33.3333%;padding: 0 5px;margin-bottom:15px;}
    .servStep:nth-child(1),
    .servStep:nth-child(2) {
    	width: 50%;
    }
    
    .pageTop {
    	height: 200px;
    }
    
    /*资金扶持*/
   .fund_item03 .serviceSteps .line {
		height: auto;
		margin-top: 15px;
	}
	.fund_item03 .servStep {
		width: 33.33333%;
		flex-direction: column;
		margin: 5px 0;
	}
	.fund_item03 .servStep .icon {
		width: 60px;
		height: 60px;
		margin: 5px auto;
		padding: 3px;
	}
	
	/*资质认定*/
	.qual_item01_ul {
		margin-left: 0;
		margin-right: 0;
	}
	.qual_item01_ul li {
		width: 100%;
	}
	.qual_item02_ul li {
		width: 33.3333%;
		padding: 0 5px;
	}
	.qual_item02_ul li .icon {
		max-width: 40px;
		height: 40px;
	}
	.qual_item03_ul li {
		width: 100%;
		margin: 5px 0;
	}
	.qual_item03_ul li h2 {
		width: 70px;
		height: 70px;
		font-size: 14px;
	}
	.qual_item04_content {
		max-width: none;
		width: 100%;
		height: auto;
		border: none;
		border-radius: 0;
		margin: 0;
	}
	.qual_item04_circle,
	.qual_item04_circleHover,
	.qual_item04_content:before,
	.qual_item04_content:after,
	.qual_item04_circle:before,
	.qual_item04_circle:after {
		display: none;
	}
	.qual_item04_content .title {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0;
		border: none;
		margin-bottom: 30px;
	}
	.qual_item04_content .title h2 {
		margin-bottom: 5px;
	}
	.ser_advantage {
		position: static;
		flex-direction: row;
		text-align: left;
		margin: 15px 0;
		padding: 0 30px;
	}
	.ser_advantage .icon {
		width: 50px;
		margin-left: 0;
		margin-right: 15px;
	}
	.ser_advantage h4 {
		margin-bottom: 10px;
	}
	/*版权登记*/
	.copyright_item01_ul li {
		width: 50%;
	}
	.copyright_item02_ul li h2 {
		font-size: 14px;
	}
	.copyright_item04_ul li .inner {
		max-width: 100px;
		height: 100px;
		padding: 15px;
	}
}

/*分页*/
.pager {
	text-align: center;
	margin: 30px 0 0;
}
.pager li {
	display: inline;
}
.pager li>a,
.pager li>span {
	display: inline-block;
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.pager li>a:hover {
	color: #fff;
	border-color: #009B9B;
	background-color: #009B9B;
}