html body {
	width: 100%;
	height: auto;
	font-size: 12px;
	-webkit-scroll-behavior: smooth
}

body::-webkit-scrollbar {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei;
}

.page {
	width: 100%;
	-webkit-scroll-behavior: smooth;
}

.swiper-main {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.swiper-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-item img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-point {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-circle {
	float: left;
	width: 2.5rem;
	height: 5px;
	border-radius: 10%;
	background-color: #ccc6;
	margin: 0 5px;
	cursor: pointer;
}

.current-point {
	background-color: #FFF;
}

.swiper-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0000006b;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.swiper-arrow img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px auto;
}

.arrow-left {
	left: 50px;
}

.arrow-right {
	right: 50px;
}

.swiper_from_box{
	width: 340px;
	height: 380px;
	background-color: #00a5f4;
	box-shadow: 8px 6px 20px 0px 
		rgba(0, 70, 102, 0.16);
	border-radius: 4px;
	position: absolute;
	top: 15%;
	right: 10%;
	z-index: 2;
}
.swiper_from_box h3{
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	color: #ffffff;
	padding-top: 30px;
	text-align: center;
}
.swiper_from_title{
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
}
.swiper_from_tab{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 11px;
}
.swiper_from_tab_li{
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding-bottom: 15px;
}
.swiper_from_tab_li_select:before{
	content:"▲";
	color: white;
	position: absolute;
	bottom: 0px;
	left: 7px;
}
.swiper_from_con{
	width: 306px;
	text-align: center;
	padding: 25px 0px;
	margin: auto;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 45, 66, 0.13);
}
#from_val{
	width: 270px;
	height: 42px;
	padding-left: 10px;
	background-color: #f0f7fa;
	border-radius: 4px;
	border: solid 1px #dfe5e8;
	outline: none;
}
.swiper_from_btn{
	width: 280px;
	height: 42px;
	background-color: #FA7070;
	box-shadow: 3px 2px 18px 0px 
		rgba(184, 150, 2, 0.26);
	border-radius: 4px;
	font-size: 16px;
	color: white;
	margin-top: 15px;
	border: none;
	outline: none;
	cursor: pointer;
}
.from_text{
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
}
.from_text_num{
	color: #ffd202;
}
.hot_box {
	width: 100%;
	height: 200px;
}

.hot_con {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.hot_li {
	width: 251px;
	height: 165px;
	background-color: #edf5fc;
	border-radius: 4px;
	float: left;
	margin-left: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.hot_li:hover {
	box-shadow: -1px 2px 8px 8px #dee6ec;
}
.hot_li:after {
	background-color: #FFFFFF;
	border-radius: 3px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 12px;
	color: #ff7357;
	content: "HOT";
	line-height: 1;
	padding: 5px 21px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: -18px;
	top: 7px;
}

.one_hot {
	width: 394px;
	height: 165px;
	margin: auto;
	background-color: #fcf4ed;
	box-shadow: 4px 3px 29px 0px rgba(9, 18, 23, 0.05);
	border-radius: 4px;
}
.one_hot:hover {
	box-shadow: -1px 2px 8px 8px #f5eae0;
}
.three_one {
	background-color: #fcf4ed;
	box-shadow: 4px 3px 29px 0px rgba(9, 18, 23, 0.05);
}
.three_one:hover {
	box-shadow: -1px 2px 8px 8px #f5eae0;
}
.one_hot p {
	width: 300px;
}
.one_hot h4 {
	width: 300px;
}

.hot_li_title {
	font-size: 18px;
	color: #4d4d4d;
	width: 200px;
	margin: auto;
	margin-top: 40px;
}
.one_hot .hot_li_text {
	width: 300px;
}
.hot_li_text {
	font-size: 14px;
    margin: auto;
    width: 200px;
    height: 18px;
    overflow: hidden;
    color: #808080;
    margin-top: 10px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.hot_li_num {
	font-size: 16px;
	color: #ff7357;
	width: 200px;
	margin: auto;
	margin-top: 20px;
}

.small_program_box {
	width: 100%;
	background-color: #f7f7f7;
	height: 60px;
	position: relative;
	margin-top: 60px;
}

.small_program {
	width: 1200px;
	height: 120px;
	background-color: #5286FF;
	box-shadow: 25px 17px 62px 0px rgba(40, 133, 255, 0.15);
	border-radius: 4px;
	margin: auto;
	display: flex;
	position: relative;
	top: -60px;
}

.small_title {
	width: 76px;
	height: 76px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-left: 70px;
	margin-top: 22px;
}

.small_img {
	width: 360px;
	height: 52px;
	margin-top: 38px;
	margin-left: 50px;
}

.small_line {
	width: 2px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 1px;
	opacity: 0.4;
	margin-left: 30px;
	margin-top: 43px;
}

.small_text {
	font-size: 28px;
	color: white;
	margin-top: 46px;
	margin-left: 30px;
}

.trademark_box {
	width: 100%;
	padding-top: 90px;
	background-color: #f7f7f7;
	padding-bottom: 90px;
}

.trademark {
	width: 1200px;
	margin: auto;
}

.trademark_header {
	height: 40px;
	width: 100%;
	position: relative;
}

.more_title {
	font-size: 30px;
	color: #454a4d;
}

a {
	text-decoration: none;
}

.more {
	font-size: 16px;
	color: #454a4d;
	position: absolute;
	top: 10px;
	right: 0px;
}
.more:hover{
	color: #00a5f4 !important;
}
.more:hover i{
	color: #00a5f4 !important;
}
.more i {
	margin-left: 5px;
	color: #454a4d;
}

.trademark_con {
	width: 100%;
	position: relative;
	overflow: auto;
	margin: auto;
	padding: 0px 10px;
    padding-top: 40px;
}

.trademark_li {
	width: 388px;
	height: 165px;
	background-color: #ffffff;
	box-shadow: 4px 3px 29px 0px rgba(9, 18, 23, 0.05);
	border-radius: 4px;
	margin-left: 18px;
	margin-bottom: 18px;
	float: left;
	cursor: pointer;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.trademark_li:hover {
	box-shadow: -1px 2px 8px 8px #cbccce;
}
.trademark_li_title {
	font-size: 18px;
	color: #333333;
	padding: 0px 30px;
	margin-top: 40px;
	height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trademark_li_text {
	font-size: 14px;
	height: 18px;
	color: #808080;
	padding: 0px 30px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.trademark_li_num {
	font-size: 12px;
	color: #ff7357;
	padding: 0px 30px;
	margin-top: 30px;
}

.trademark_li_num span {
	font-size: 16px;
}

.first_trademark {
	width: 388px;
	height: 348px;
	margin: auto;
	background: url(../img/bg1.png)no-repeat 0px 0px;
	background-size: 100% 100%;
	border-radius: 4px;
}
.first_trademark:hover{
	box-shadow: -1px 1px 5px 5px #f89797;
}
.first_trademark .trademark_li_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	color: #ffffff;
	width: 300px;
	margin: auto;
	padding-top: 3px;
	margin-top: 65px;
	height: 35px;
}

.first_trademark .trademark_li_text {
	height: 60px;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: auto;
	margin-top: 30px;
}

.first_trademark .trademark_li_num {
	width: 300px;
	margin: auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 68px;
}

.first_trademark .trademark_li_num span {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	color: #ffffff;
}


/*专利*/

.patent_box {
    width: 100%;
    padding-top: 90px;
    height: 550px;
    overflow: hidden;
}

.patent {
	width: 1200px;
	margin: auto;
}

.patent_header {
	height: 40px;
	width: 100%;
	position: relative;
}

.patent_con {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.patent_li {
	width: 251px;
	height: 165px;
	background-color: #f6f5fa;
	box-shadow: 4px 3px 29px 0px rgba(9, 18, 23, 0.05);
	border-radius: 4px;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	cursor: pointer;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.patent_li:hover {
	box-shadow: -1px 2px 8px 8px #cbccce;
}
.patent_li_title {
	font-size: 18px;
	color: #333333;
	padding: 0px 30px;
	margin-top: 40px;
	height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.patent_li_text {
	font-size: 14px;
	height: 18px;
	color: #808080;
	padding: 0px 30px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.patent_li_num {
	font-size: 12px;
	color: #ff7357;
	padding: 0px 30px;
	margin-top: 30px;
}

.patent_li_num span {
	font-size: 16px;
}

.one_patent {
	width: 520px;
	height: 165px;
	background-color: #f6f5fa;
	border-radius: 4px;
	float: none;
}
.one_patent .patent_li_title{
	padding-top: 30px;
}
.first_patent {
	width: 394px;
	height: 348px;
	position: relative;
    top: -180px;
	background: url(../img/bg4.png)no-repeat 0px 0px;
	background-size: 100% 100%;
	border-radius: 4px;
}
.first_patent:hover {
    box-shadow: -1px 2px 8px 8px #bfa4f8;
}
.first_patent .patent_li_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	color: #ffffff;
	width: 300px;
	margin: auto;
	height: 35px;
	padding-top: 3px;
	margin-top: 65px;
}

.first_patent .patent_li_text {
	height: 60px;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: auto;
	margin-top: 30px;
}

.first_patent .patent_li_num {
	width: 300px;
	margin: auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 68px;
}

.first_patent .patent_li_num span {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	color: #ffffff;
}
.move{
	float: none;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 5px;
}
.move_top{
	float: none;
    position: absolute;
    right: 0px;
    margin-right: 5px;
}
/*版权*/
.copyright_box{
	width: 100%;
	height: 606px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.copyright {
	width: 1200px;
	margin: auto;
	margin-top: 90px;
}

.copyright_header {
	height: 40px;
	width: 100%;
	position: relative;
}

.copyright_con {
	width: 800px;
	margin-top: 40px;
	position: relative;
}

.copyright_li{
	width: 251px;
	height: 165px;
	background-color: #ffffff;
	border-radius: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	cursor: pointer;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.copyright_li:hover {
	box-shadow: -1px 2px 8px 8px #cbccce;
}
.copyright_li_title {
	font-size: 18px;
	color: #333333;
	padding: 0px 30px;
	margin-top: 40px;
	height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copyright_li_text {
	font-size: 14px;
	height: 18px;
	color: #808080;
	padding: 0px 30px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.copyright_li_num {
	font-size: 12px;
	color: #ff7357;
	padding: 0px 30px;
	margin-top: 30px;
}

.copyright_li_num span {
	font-size: 16px;
}

.one_copyright {
	width: 520px;
	height: 165px;
	border-radius: 4px;
	position: absolute;
    right: 0px;
    top: 180px;
}
.first_copyright{
	width: 394px;
	height: 348px;
	position:absolute;
	right: -410px;
	background: url(../img/bg2.png)no-repeat 0px 0px;
	background-size: 100% 100%;
	border-radius: 4px;
}
.first_copyright:hover {
	box-shadow: -1px 2px 8px 8px #f8b29d;
}
.first_copyright .copyright_li_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	color: #ffffff;
	width: 300px;
	margin: auto;
	height: 35px;
	padding-top: 3px;
	margin-top: 65px;
}
.first_copyright .copyright_li_text {
	height: 60px;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: auto;
	margin-top: 30px;
}

.first_copyright .copyright_li_num {
	width: 300px;
	margin: auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 68px;
}

.first_copyright .copyright_li_num span {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	color: #ffffff;
}
/*其他*/
.other_box{
	width: 100%;
	height: 606px;
	overflow: hidden;
}
.other {
	width: 1200px;
	margin: auto;
	margin-top: 90px;
}

.other_header {
	height: 40px;
	width: 100%;
	position: relative;
}

.other_con {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.other_li{
	width: 251px;
	height: 165px;
	background-color: #f5f7fa;
	border-radius: 4px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	cursor: pointer;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.other_li:hover {
	box-shadow: -1px 2px 8px 8px #cbccce;
}
.other_li_title {
	font-size: 18px;
	color: #333333;
	padding: 0px 30px;
	margin-top: 40px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other_li_text {
	font-size: 14px;
	height: 18px;
	color: #808080;
	padding: 0px 30px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.other_li_num {
	font-size: 12px;
	color: #ff7357;
	padding: 0px 30px;
	margin-top: 30px;
}

.other_li_num span {
	font-size: 16px;
}

.first_other{
	width: 394px;
	height: 348px;
	background: url(../img/bg3.png)no-repeat 0px 0px;
	background-size: 100% 100%;
	border-radius: 4px;
	margin: auto;
}
.first_other:hover {
	box-shadow: -1px 2px 8px 8px #89b4f8;
}
.first_other .other_li_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	color: #ffffff;
	width: 300px;
	height: 35px;
	margin: auto;
	padding-top: 3px;
	margin-top: 65px;
}
.first_other .other_li_text {
	height: 60px;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: auto;
	margin-top: 30px;
}

.first_other .other_li_num {
	width: 300px;
	margin: auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 68px;
}

.first_other .other_li_num span {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	color: #ffffff;
}
/*新闻*/
/*其他*/
.news_box{
	width: 100%;
	height: 606px;
	overflow: hidden;
	background-color: #f7f7f7;
}
.news {
	width: 1200px;
	margin: auto;
	margin-top: 90px;
}

.news_header {
	height: 40px;
	width: 100%;
	position: relative;
}

.news_con {
	width: 100%;
	margin-top: 40px;
	position: relative;
	display: flex;
}
.news_li{
	width: 282px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 4px;
	margin-left: 15px;
	overflow: hidden;
	cursor: pointer;
}
.news_title_box{
	width: 282px;
	height: 160px;
	position: relative;
}
.news_title_box img{
	width: 100%;
	height: 100%;
}
.news_title_con{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 65px;
    background: #000000a3;
}
.news_time{
	font-size: 14px;
	color: white;
	padding: 0px 15px;
	margin-top: 10px;
}
.news_title{
	padding: 0px 15px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 255px;
	height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news_text{
	font-size: 14px;
	color: #808080;
	height: 80px;
	padding:0px 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.look_info{
	width: 80px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #b2b2b2;
	outline: none;
	margin-left: 15px;
	font-size: 14px;
	color: #808080;
	cursor: pointer;
}
.look_info:hover{
	color: #00a5f4;
	border: solid 1px #00a5f4;
}
/*合作*/
.cooperation_box{
	width: 100%;
	background: white;
	padding: 40px 0px;
}
.cooperation{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.cooperation_li{
	width: 224px;
	height: 138px;
	background-color: #ffffff;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
}
/*.one_cooperation_li{
	margin: auto;
}*/
.cooperation_li img{
	width: 100%;
	height: 100%;
}
.cooperation_li img:hover{
	
}
.model_box{
	height: 100%;
    width: 100%;
    background: #333333ba;
    position: fixed;
    top: 0px;
    z-index: 6;
}
.model_con{
	width: 360px;
	height: 400px;
	background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#00a5f4, 
		#00a5f4);
	background-blend-mode: normal, 
		normal;
	box-shadow: 8px 6px 20px 0px 
		rgba(0, 70, 102, 0.16);
	border-radius: 4px;
	margin: auto;
	margin-top: 200px;
	text-align: center;
	position: relative;
}
.model_con_header{
	width: 100%;
	height: 100px;
	background: url(../img/model.png)no-repeat 0px 0px;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
.model_con_header h3{
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	padding-top: 32px;
}
.model_con input{
	width: 290px;
	height: 42px;
	background-color: #faf2f0;
	border-radius: 4px;
	border: solid 1px #e8e0df;
	padding-left: 10px;
	outline: none;
	margin-top: 10px;
}
.model_con_info{
	width: 300px;
	margin: auto;
	font-size: 12px;
	color: #ff7357;
	margin-top: 10px;
	text-align: left;
}
.model_con_info i{
	font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.model_con_btn{
	width: 300px;
	height: 42px;
	background-color: #ff7357;
	border-radius: 4px;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
}
.model_box_close{
    background-color: #ff7357;
    color: white;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 32px;
    height: 30px;
    cursor: pointer;
}
.model_box_close i{
	font-size: 40px;
    position: absolute;
    top: -5px;
    left: 0px;  
}
