* {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	font-size: 16px;
}
.stop-scrolling {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #323232
}
a:visited {
	text-decoration: none;
	color: #323232
}
a:hover {
	text-decoration: none;
	color: #0068c3;
}
a:active {
	text-decoration: none;
	color: #0068c3;
}
.clearfix::after {
 content: "";
 display: table;
 clear: both;
}
ul::after {
 content: "";
 display: table;
 clear: both;
}
.tran {
-webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.main {
	width: 98%;
	max-width: 1440px;
	margin: auto;
}
.tophead {
	background-color: #ECECEC;
}
.tophead .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.tophead .main .language {
	text-align:right;
	flex:1
}
.tophead .main .language a {
	margin:0 10px;
}
.banner {
	position:relative;
}
.banner img {
	width: 100%;
	display: block;
}
.header .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.header .main .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .main .logo img {
	display: block;
	height:90px;
}
.header .main .logo .text {
	border-left: 1px solid #292929;
	padding-left: 20px;
	margin-left: 20px;
	font-size: x-large;
	font-weight:bold;
	line-height:1.6em
}
.header .main .tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.header .main .tel .img img {
	display: block;
}
.header .main .tel .text {
	padding-left: 20px;
}
.header .main .tel .text * {
	font-size: larger;
	line-height:1.5em;
}
.header .main .tel .text b {
	color: #1142A8;
	display:block;
}
.header .main .tel .text span {
	font-size:x-large;
	font-weight:bold;
}
.header .main .openmenu {
	display:none;
}
.header .main .openmenu .ico {
	background-color:#0E4D9D;
	padding: 8px;
	border-radius:8px;
	cursor:pointer;
}
.header .main .openmenu .ico .open {
	display:block;
}
.header .main .openmenu .ico .close {
	display:none;
}
.header .main .openmenu .ico img {
	height:26px;
	display:block;
}
.menu {
	background: #0E4D9D;
}
.menu .main ul {
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
	width:96%;
	margin:auto;
}
.menu .main ul li {
	float: left;
	position: relative;
	text-align:center;
	flex:1;
}
 .menu .main ul li i:nth-child(1) {
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #FFFEFF;
 position: absolute;
 top: -20px;
 left: 50%;
 margin-left: -10px;
}
 .menu .main ul li i:nth-child(2) {
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid #FFFEFF;
 position: absolute;
 bottom: -20px;
 left: 50%;
 margin-left: -10px;
}
.menu .main ul li i {
	display:none;
	transition: all 0.5s ease 0s;
}
.menu .main ul li:hover i, .menu .main ul li.hover i {
	display:block;
	transition: all 0.5s ease 0s;
}
 .menu .main ul li::after {
 display: inline;
 content: '';
 background: #9EBCE2;
 width: 2px;
 height: 100%;
 left: 0;
 top: 0;
 position: absolute;
}
 .menu .main ul li:nth-child(1):after {
 display: none;
}
.menu .main ul li a {
	font-weight: bold;
	color: #fff;
}
.index_ico {
	box-shadow: 4px 4px 20px #cccccc
}
.index_ico .main ul {
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
}
.index_ico .main ul li {
	float: left;
	text-align: center;
	width:20%;
	position: relative;
}
 .index_ico .main ul li::after {
 display: inline;
 content: '';
 background: #EDEDED;
 width: 2px;
 height: 100%;
 left: 0;
 top: 0;
 position: absolute;
}
 .index_ico .main ul li:nth-child(1):after {
 display: none;
}
.index_ico .main ul li img {
	display: block;
	margin: auto;
	transition: all 0.5s ease 0s;
}
.index_ico .main ul li:hover img {
	transform: translate(0px, -10px);
	transition: all 0.5s ease 0s;
}
.index_ico .main ul li span {
	display: block;
	margin: 10px 0;
	font-size: larger;
}
.category_title {
	text-align: center;
	font-weight: bolder;
	font-size: xx-large;
	display: flex;
	justify-content: center;
	letter-spacing:10px;
}
.category_entitle {
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	padding: 10px;
	margin-top:-20px;
}
.index_product {
	padding: 50px 0;
	display:flex;
}
.index_product .tab_title ul {
	display: flex;
	justify-content: space-between;
}
.index_product .tab_title ul li {
	font-size: x-large;
	width: 24%;
	text-align: center;
	padding: 20px 0;
	background: #D5D9E2;
	cursor:pointer;
	font-weight:bold;
}
.index_product .tab_title ul li.hover {
	background: #0E4D9D;
	color: #fff;
}
.index_product .tab_content {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.index_product .tab_content ul {
	width:100%;
}
.index_product .tab_content ul li {
	width: calc(33.333% - 10px);
	margin:0 15px 15px 0;
	position:relative;
	float:left;
	overflow:hidden;
}
.index_product .tab_content ul li:nth-child(3n) {
margin-right:0;
}
.index_product .tab_content ul li p {
	margin:0px;
	padding:0px;
}
.index_product .tab_content ul li img {
	width:100%;
	display:block;
	transition: all 0.5s ease 0s;
}
.index_product .tab_content ul li:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.index_product .tab_content ul li .title {
	position:absolute;
	left:0;
	bottom:0;
	background:#0E4D9D;
	width:100%;
}
.index_product .tab_content ul li .title p {
	padding:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_product .tab_content ul li .title a {
	color:#fff;
}
.index_product .tab_content ul li .title p span {
	font-size:x-large;
	font-weight:bold;
	padding:0 10px;
}
.index_product .tab_content {
	display: none;
}
.index_product .show {
	display: flex;
}
.index_product .text {
	position: absolute;
	background: #0E4D9D;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
}
.index_product .text div {
	padding: 20px;
}
.index_product .text b {
	font-size: larger;
	display: block;
}
.index_about {
	background-image: url(../images/index_about.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.index_about .title {
	font-weight: bolder;
	font-size: xx-large;
}
.index_about .entitle {
	font-family: 'Times New Roman', Times, serif;
	color: #E2E2E4;
	margin-top: -10px;
}
.index_about .line {
	background: #0D4B98;
	height: 4px;
	width: 50px;
}
.index_about .logo {
	text-align: center;
	padding: 20px 0;
}
.index_about .logo img {
	display: block;
	margin: auto;
}
.index_about .desc {
	display: flex;
}
.index_about .desc .img {
	width: 60%;
}
.index_about .desc .img img {
	width: 100%;
	display: block;
}
.index_about .desc .text {
	width: 40%;
}
.index_about .desc .text p {
	color: #fff;
	padding: 10px 20px;
}
.index_about .desc .text a {
	border: 2px solid #FFFEFF;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	margin: auto;
}
.index_about .desc .text a:hover {
	padding:5px 30px;
}
.index_order {
	padding: 50px 0;
}
.index_order .img img {
	display: block;
}
.index_order .text {
	text-align: center;
	padding: 0 20px;
}
.index_order .text p {
	font-size: x-large;
}
.index_order .line {
	width: 350px;
	height: 4px;
	margin: 0 auto;
	margin: 20px auto;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0) 0%, rgb(228, 226, 226) 50%, rgba(255, 255, 255, 0) 100%);
}
.index_order .ico {
	padding: 20px 0;
}
.index_order .ico ul {
	display: flex;
	justify-content: space-around;
}
.index_order .ico ul li {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.index_order .ico ul li .img img {
	display: block;
}
.index_order .ico ul li .text {
	line-height: 160%;
}
.index_order .ico ul li h4 {
	margin: 0px;
	padding: 0;
	letter-spacing: 5px;
	font-size: x-large;
}
.index_hill img {
	width: 100%;
	display:block
}
.footer {
	background-color:#103F99;
	color:#fff;
}
.footer .bar {
	display: flex;
	justify-content: space-between;
	padding:30px 0;
	align-items: center;
	border-bottom:1px solid #124FAA;
}
.footer .bar .logo img {
	display:block;
	height:60px;
}
.footer .bar .share > div {
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	border-radius: 4px;
	background-size: contain;
	margin: 0 10px;
}
.footer .bar #share-qrcode {
	background-image: url(../images/wechat.png);
}
.footer .bar #share-douban {
	background-image: url(../images/db.png);
}
.footer .bar #share-qzone {
	background-image: url(../images/qzone.png);
}
.footer .bar #share-sina {
	background-image: url(../images/sina.png);
}
.footer .bar #share-qq {
	background-image: url(../images/qq.png);
}
.footer .links {
	padding:20px 0;
}
.footer .links ul {
	display: flex;
	justify-content: space-between;
}
.footer .links ul li {
	float:left;
}
.footer .links ul li a {
	color:#fff;
}
.footer .links ul ul {
	flex-direction: column;
}
.footer .text {
	text-align:center;
	border-top:1px solid #124FAA;
	padding:20px 0
}
.page_menu {
	box-shadow: 4px 4px 20px #cccccc;
}
.page_menu .main ul {
	display: flex;
	justify-content: space-around;
}
.page_menu .main ul li {
	padding: 20px 0;
	border-bottom:5px solid #fff;
	font-size:x-large;
}
.page_menu .main ul li.hover {
	border-bottom:5px solid #0E4D9D;
}
.page_menu .main ul li.hover a {
	color:#0E4D9D;
	font-weight:bold;
}
.page_banner {
	position:relative;
	height:205px;
	background-image:url(../images/page_banner.jpg);
	background-position:center center;
}
.page_banner .text {
	height:205px;
	text-align:center;
	color:#fff;
}
.page_banner .text p:nth-child(1) {
padding-top:60px;
font-size:xx-large;
font-weight:bold;
letter-spacing:5px;
}
.page_banner .text p:nth-child(2) {
margin-top:-5px;
letter-spacing: 0px;
}
.page .page_title {
	text-align:center;
	padding:30px;
	font-size:x-large;
	font-weight:bold;
	border-bottom:1px solid #D7DBDE;
	width:300px;
	margin:auto;
	margin-bottom:30px;
}
.page .info_desc p {
	text-indent:2em;
	margin-bottom:2em;
}
.page .info_desc .b {
	color:#074BA0;
	font-weight:bold;
	font-size:x-large;
	text-align:center
}
.page .info_list ul {
	padding:20px 0;
}
.page .info_list ul li {
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	position: relative;
	float:left;
}
.page .info_list ul li:nth-child(3n) {
 margin-right:0;
}
.page .info_list ul li p {
	margin:0px;
	padding:0px;
}
.page .info_list ul li img {
	width:100%;
	display:block
}
.page .contact_desc {
	padding:20px 0;
}
/*order*/
.page .order_desc p {
	margin-bottom:1em;
	text-align:center;
	font-size:x-large;
}
.page .order_desc img {
	width:100%;
	display:block
}
/*contact*/
.page .contact_desc p.b {
	font-weight:bold;
	color:#074BA0;
	border-bottom:2px solid #D6D9E2;
	padding:10px 0;
	margin:10px 0;
	width: fit-content;
}
/* team*/

.page .team_list ul {
	padding: 20px 0;
}
.page .team_list ul li {
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	position: relative;
	float: left;
	overflow:hidden;
}
.page .team_list ul li:nth-child(3n) {
margin-right:0
}
.page .team_list li p {
	margin:0px;
	padding:0px;
}
.page .team_list ul li img {
	width:100%;
	display:block;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
.page .team_list ul li:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
/* cert*/
.page .cert_list {
	padding:20px;
}
.page .cert_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
.page .cert_list ul li {
	width: calc(33.333% - 20px); /* 假设每个项目之间有5px间隔 */
	margin: 10px;
}
.page .cert_list ul li:nth-child(1), .page .cert_list ul li:nth-child(2) {
 width: calc(50% - 20px);
}
.page .cert_list li p {
	margin:0px;
	padding:0px;
	text-align:center;
}
.page .cert_list ul li img {
	width:100%;
	display:block;
}
/*third*/
.big_list img {
	cursor:pointer;
}
.big {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.big_img {
	width: auto;
	height: 90vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	border:10px solid #ffffff;
	border-radius:5px;
	display:block;
}
.page_product .main {
	display:flex;
	padding:30px 0;
	justify-content: space-between;
}
.page_product .left {
	width:20%;
	background:#F5F5F5;
	overflow:hidden;
}
.page_product .left h2 {
	text-align:center;
	padding:40px 0px;
	background:#0E4D9D;
	color:#fff;
	font-size:bold;
	font-size:xx-large;
	border-radius:10px 10px 0 0;
}
.page_product .left .list {
	border-left:10px solid #D5D9E2;
	height:100%
}
.page_product .left ul li {
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #D8D9DE;
}
.page_product .left ul li a {
	margin:10px 0;
	display:block;
	width: 100%;
	position:relative;
	font-size:large;
}
.page_product .left ul li.hover a {
	border-left:10px solid #0E4D9D;
	margin-left: -10px;
	color:#124FAA;
	font-weight:bold;
}
.page_product .left ul ul {
	display:none;
}
.page_product .left ul ul li {
	border-bottom:0;
}
.page_product .left ul li.hover ul li a {
	border:0;
	margin:0;
	color:#323232;
	font-weight:normal;
}
.page_product .left ul li.hover ul li.hover a {
	color:#124FAA;
	font-weight:bold;
}
.page_product .left ul li .arrow {
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
	background:#D7DAE3;
	border-radius:50%;
	width:26px;
	height:26px;
	text-align:center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.page_product .left ul li .arrow::after {
 width: 10px;
 height: 10px;
 border-top: 2px solid;
 border-right: 2px solid;
 border-color: #000005;
 content: '';
 transform: rotate(45deg);
}
.page_product .left ul li .hover_right {
	background:#094B99;
}
.page_product .left ul li .hover_right::after {
 transform: rotate(45deg);
 border-color: #ffffff;
}
.page_product .left ul li .hover_down {
	background:#094B99;
}
.page_product .left ul li .hover_down::after {
 transform: rotate(135deg);
 border-color: #ffffff;
}
.page_product .right {
	width:78%;
	float:right
}
.page_product .right ul li {
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	position: relative;
	float: left;
	box-shadow: 4px 4px 20px #cccccc;
	margin-bottom:20px;
}
.page_product .right ul li:nth-child(3n) {
margin-right:0;
}
.page_product .right ul li .img {
	overflow:hidden;
}
.page_product .right ul li img {
	width:100%;
	display:block;
	transition: all 0.5s ease 0s;
}
.page_product .right ul li:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.page_product .right ul li .title {
	text-align:center;
	padding:20px 0;
}
/*news list*/

.page_news ul {
	padding:30px 0;
}
.page_news ul li {
	width: calc(33.333% - 10px);
	margin: 0 15px 15px 0;
	position: relative;
	float: left;
	box-shadow: 4px 4px 20px #cccccc;
	margin-bottom:20px;
}
.page_news ul li:nth-child(3n) {
margin-right:0;
}
.page_news ul li .img {
	overflow:hidden;
}
.page_news ul li img {
	width:100%;
	display:block;
	transition: all 0.5s ease 0s;
}
.page_news ul li:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.page_news ul li .title {
	text-align:center;
	padding:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_detail {
	padding:30px 0;
}
.page_detail h1 {
	text-align:center;
	padding:20px 0;
	font-size:x-large;
}
.page_detail .mark {
	text-align:center;
	padding:5px;
	background:#efefef;
}
.page_detail .content {
	padding:20px;
}
.page_detail .content img {
	max-width:100%;
	height:auto;
}
@media (max-width:768px) {
 .tophead .desc {
display:none;
}
 .main {
 max-width:98%;
 min-width:98%;
 margin:auto;
}
.menu {
position:absolute;
right:0px;
top:138.8px;
z-index:999;
width:100%;
height:100vh;
display:none;
}
.menu .main ul {
display:block;
}
.menu .main ul li {
width:100%;
border-bottom:1px solid #efefef;
padding:20px 0;
}
.menu .main ul li::after {
display:none;
}
.menu .main ul li i:nth-child(1) {
display:none
}
.menu .main ul li i:nth-child(2) {
display:none;
}
 .page_banner .text p:nth-child(1) {
font-size:large;
padding-top:70px;
}
 .page_banner .text p:nth-child(2) {
letter-spacing:0;
 font-size: 14px;
}
.header .main {
padding:10px 0;
}
.header .main .logo img {
height:70px;
}
 .header .main .logo .text {
 display:none;
}
 .header .main .tel .text span {
font-size:large
}
.header .main .tel .img img {
display:none;
}
.header .main .openmenu {
 display:block;
}
 .index_ico .main ul {
display:block;
padding:20px 0;
}
 .index_ico .main ul li {
width:29.333%;
background-color: #efefef;
 margin: 1%;
 padding: 1%;
 padding-top:4%;
 border-radius:10px;
}
.index_ico .main ul li::after {
 display:none;
}
 .index_ico .main ul li:nth-child(4), .index_ico .main ul li:nth-child(5) {
width:46%;
}
.index_ico .main ul li img {
width:60px;
}
.index_ico .main ul li span {
font-size:inherit;
padding:0 10px;
}
 .index_product .tab_title ul li {
font-size:inherit;
}
 .index_product .show {
display:block;
}
 .index_product .tab_content ul {
 display:block;
}
 .index_product .tab_content ul li {
width:100%;
}
.index_product .tab_content ul li .title p span {
 font-size:large;
}
.index_about .desc {
background-color: #0E4D9D;
display:block;
}
 .index_about .desc .img {
width:100%;
}
 .index_about .desc .text {
width:100%;
}
.index_order {
padding-top:0;
margin-top:-30px;
}
 .index_order .ico ul {
display:block;
}
.index_order .ico ul li {
 justify-content: space-between;
 border-bottom: 1px solid #efefef;
 padding: 10px;
}
.index_order .text p {
font-size:inherit;
}
.page_product .main {
display:block;
}
.page_product .left {
width:100%;
}
.page_product .left h2 {
font-size:large;
padding:20px 0;
}
.page_product .right {
width:100%;
float:left;
padding:30px 0
}
.page .info_list ul li {
 width:100%;
}
.page_product .right ul li {
width:100%;
}
.page .cert_list ul li {
width:100%;
}
 .page .cert_list ul li:nth-child(1), .page .cert_list ul li:nth-child(2) {
width:100%;
}
.page .team_list ul li {
width:100%;
}
.page_news ul li {
width:100%;
}
 .footer .bar .share {
display:none;
}
 .footer .links ul li {
display:none
}
 .footer .links ul li:nth-child(6) {
display:block;
}
 .page .order_desc p {
font-size:inherit;
}
.big {
width:100%;
}
.big_img {
width:95%;
height:auto;
}
}
