.main {
	width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #eee;
}
header .main {
	height: 80px;
}
header .logo {
	display: block;
	float: left;
	margin-top: 20px;
}
header .logo img {
	display: block;
}
header .search_btn {
	float: right;
	width: 16px;
	height: 15px;
	background: url(../img/icon_search.png) no-repeat center;
	margin-top: 40px;
	cursor: pointer;
}
header .lan_box {
	float: right;
	border-right: 1px solid #7e7e7e;
	margin-right: 14px;
	margin-top: 40px;
	position: relative;
	width: 100px;
}
header .lan_box p {
	line-height: 15px;
	font-size: 14px;
	color: #505050;
	padding-right: 34px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
header .lan_box p::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	transition: all 0.3s;
	border-width: 8px 8px;
	border-style: solid;
	border-color: #969696 transparent transparent transparent;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -4px;
}
header .lan_box p:hover {
	color: #0075c1;
}
header .lan_box p:hover::after {
	border-color: #0075c1 transparent transparent transparent;
}
header .lan_box ul {
	position: absolute;
	width: 100%;
	left: 0;
	display: none;
	top: 200%;
	background: #fff;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}
header .lan_box ul a {
	display: block;
	padding: 4px 10px;
	font-size: 14px;
	transition: all 0.3s;
}
header .lan_box ul a:hover {
	background: #0075c1;
	color: #fff;
}
header nav {
	float: right;
	margin-right: 35px;
	margin-top: 40px;
}
header nav a {
	display: block;
	float: left;
	margin-left: 45px;
	font-size: 14px;
	transition: all 0.3s;
}
header nav a:hover, header nav a.on {
	color: #0075c1;
}
body {
	padding-top: 0;
}
.banner {
	position: relative;
}
.banner img {
	display: block;
	width: 100%;
	min-width: 1280px;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #eee;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #0075c1;
}
.banner .text {
	position: absolute;
	top: 25%;
	left: 8%;
	width: 35%;
}
.banner .text h2 {
	color: #0075c1;
	font-size: 48px;
	font-weight: bold;
}
.banner .text p {
	font-size: 18px;
	color: #232323;
	margin-top: 20px;
}
.i_top {
	padding-top: 45px;
	padding-bottom: 49px;
}
.i_top .list {
	overflow: hidden;
	margin: 0 -12px;
}
.i_top .list li {
	width: 50%;
	float: left;
	padding: 0 12px;
}
.i_top .list li img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.i_top .list li .in {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.i_top .list li .in:hover img {
	transform: scale(1.08);
}
.i_top .list li .txt_box {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.i_top .list li .txt_box h2 {
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 21px;
	color: #fff;
}
.i_top .list li .txt_box p {
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	margin: 10px 0;
}
.i_top .list li .txt_box a {
	display: block;
	font-size: 12px;
	color: #0075c1;
}
.i_top .list li .txt_box_m {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
}
.i_top .list li .txt_box_m h2 {
	color: #000;
}
.i_top .list li .txt_box_m p {
	margin-bottom: 20px;
	color: #323232;
}
.i_top .list li .play {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url(../img/icon_play.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	cursor: pointer;
}
.i_title {
	text-align: center;
	margin-bottom: 65px;
}
.i_title h2 {
	line-height: 1;
	font-size: 26px;
	color: #000000;
	margin-bottom: 20px;
}
.i_title p {
	font-size: 16px;
	color: #696969;
}
.i_solution {
	padding-top: 70px;
	padding-bottom: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fafafa;
}
.i_solution .list {
	overflow: hidden;
}
.i_solution .list li {
	width: 20%;
	float: left;
	border-left: 1px solid #ebebeb;
	text-align: center;
}
 .i_solution .list li:first {
 border: none;
}
.i_solution .list li:first-child {
	border-left: none
}
.i_solution .list li img {
	display: block;
	margin: 0 auto 20px;
	width: 90px;
	height: 90px;
	transition: all 0.3s;/*	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);*/
}
.i_solution .list li:hover img {
	transform: rotateY(180deg);
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-webkit-filter: grayscale(0%);
}
.i_solution .list li p {
	font-size: 21px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i_solution .list li span {
	display: block;
	font-size: 14px;
	color: #696969;
	margin: 14px 0 25px;
}
.i_solution .list li .btn{
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 50px;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	transition: all 0.3s;
}
.i_solution .list li .btn:hover {
	background: #1F1F1F;
	color: #fff;
}

.hvr_none:hover {
	background: #1F1F1F;
	color: #fff;
}

.i_product {
	padding-top: 55px;
	padding-bottom: 95px;
	text-align: center;
}
.i_product img {
	display: block;
	width: 60%;
	height: 60%;
	transition: all 0.3s;
	text-align: center;
	margin: 0 auto;
}
.i_product .swiper-slide {
	overflow: hidden;
	background-color: #f5f5f5;
}
.i_product .swiper-slide:hover img {
	transform: scale(1.08);
}
.i_product .txtbox {
	background: #f5f5f5;
	height: 205px;
	padding: 30px 30px 0;
}
.i_product .txtbox .tit {
	display: block;
	font-size: 24px;
	color: #0075c1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.i_product .txtbox .tit:hover {
	color: #171717;
}
.i_product .txtbox .des {
	line-height: 24px;
	text-align: left;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	color: #646464;
	margin-top: 16px;
	margin-bottom: 12px;
}
.i_product .txtbox .more {
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 1;
	padding-right: 24px;
	background: url(../img/icon_more.png) no-repeat right center/auto 100%;
	transition: all 0.3s;
}
.i_product .txtbox .more:hover {
	color: #0075c1;
}
.i_product .swiper-container-horizontal > .swiper-pagination-progress {
	top: auto;
	bottom: 2px;
}
.i_product .swiper-wrapper {
	padding-bottom: 56px;
}
.i_product .swiper-container-horizontal > .swiper-pagination-progress {
	height: 2px;
	background: #bfbfbf;
	overflow: visible;
}
.i_product .swiper-pagination-progress .swiper-pagination-progressbar {
	height: 5px;
	border-radius: 3px;
	margin-top: -2px;
	background: #0075c1;
}
.i_product .swiper-scrollbar {
	width: 100%;
	height: 5px;
	margin-top: 0px;
	background: #bfbfbf;
}
.i_product .swiper-scrollbar-drag {
	background: #0075c1;
}
.i_partner {
	padding-top: 80px;
	padding-bottom: 185px;
	position: relative;
	background: url(../img/bg_p.png) no-repeat center/cover;
}
.i_partner a:hover img {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}
.i_partner .i_title h2 {
	color: #fff;
}
.i_partner .i_title p {
	color: #fff;
}
.i_partner img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.i_partner .swiper-pagination {
	bottom: 0;
	width: 100%;
	left: 0;
	bottom: 76px;
}
.i_partner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 9px;
	background: #757575;
	opacity: 1;
}
.i_partner .swiper-pagination-bullet-active {
	background: #fff;
}
.i_detail {
	padding-top: 73px;
	padding-bottom: 100px;
}
.i_detail .list {
	overflow: hidden;
}
.i_detail .list li {
	width: 25%;
	float: left;
}
.i_detail .list img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 25px;
	transition: all 0.3s;
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
}
.i_detail .list a:hover img {
	transform: rotateY(180deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-webkit-filter: grayscale(0%);
}
.i_detail .list span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #505050;
}
.i_detail .list a:hover span {
	color: #0075c1;
}
footer {
	padding-top: 50px;
	background: #f5f5f5;
}
footer .left {
	float: left;
}
footer .left .box {
	float: left;
	margin-right: 80px;
}
footer .left .box:last-child {
	margin-right: 0;
}
footer .left .box p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 25px;
}
footer .left .box a {
	display: block;
	font-size: 12px;
	color: #8c8c8c;
	margin-top: 14px;
}
footer .left .box a:hover {
	color: #0075c1;
}
footer .right {
	float: right;
}
footer .right .row {
	overflow: hidden;
}
footer .right .row .kefu {
	width: 166px;
	line-height: 44px;
	border-radius: 22px;
	display: block;
	float: right;
	color: #fff;
	padding-left: 64px;
	background: #323232 url(../img/icon_k.png) no-repeat 36px center;
}
footer .right .row .kefu:hover {
	background-color: #0075c1;
}
footer .right .ftel {
	margin-top: 35px;
	text-align: right;
	margin-bottom: 60px;
}
footer .right .ftel h2 {
	font-size: 22px;
	font-weight: bold;
}
footer .right .ftel p {
	font-size: 12px;
	color: #323232;
	margin-top: 2px;
}
footer .right .flan {
	text-align: right;
}
footer .right .flan span {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	padding-left: 26px;
	background: url(../img/icon_earth.png) no-repeat left center;
	margin-bottom: 10px;
}
footer .right .flan p {
	text-align: right;
	font-size: 12px;
	color: #808080;
}
footer .right .flan p a {
	color: inherit;
}
footer .right .flan p a:hover {
	color: #0075c1;
}
footer .top {
	padding-bottom: 80px;
}
footer .bottom {
	background: #e6e6e6;
	font-size: 14px;
	color: #595959;
	padding: 22px 0;
}
footer .bottom .to_top {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url(../img/icon_top.png) no-repeat center/cover;
	right: 0;
	top: 50%;
	cursor: pointer;
	margin-top: -17.5px;
}
.position {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #696969;
}
.position.on {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid #eee;
}
.position a {
	color: inherit;
}
.position a.on, .position a:hover {
	color: #0075c1;
}
.position .l {
	float: left;
}
.position .sub {
	float: right;
	position: relative;
}
.position .sub a {
	display: block;
	float: left;
	margin-left: 30px;
}
.position .sub .line {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #0075c1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.a_title {
	text-align: center;
	position: relative;
	padding: 50px 0;
}
.a_title p {
	font-size: 36px;
	color: #383d41;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 5;
}
.a_title span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 172px;
	font-weight: bold;
	color: #f5f5f5;
}
.about_a {
	padding-top: 35px;
	padding-bottom: 110px;
}
.about_a table {
	margin-top: 37px;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.about_a table p {
	font-size: 70px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}
.about_a table span {
	display: block;
	color: #000000;
	margin-top: 42px;
}
.about_a table td {
	border-left: 2px solid #f2f2f2;
}
.about_a table td:nth-child(1) {
	border: none;
}
.about_a .des {
	font-size: 14px;
	color: #696969;
	line-height: 24px;
}
.about_b {
	background: url(../img/bg_about.png) no-repeat center top/cover;
	padding-top: 76px;
	padding-bottom: 102px;
}
.about_b .a_title p {
	background: #ebebeb;
}
.about_b .swiper-container {
	text-align: center;
	margin-top: 90px;
}
.about_b .swiper-container h2 {
	line-height: 1;
	font-size: 140px;
	font-weight: bold;
	color: #0075c1;
}
.about_b .swiper-container p {
	font-size: 21px;
	color: #323232;
	margin-top: 10px;
}
.about_b .swiper-container span {
	display: block;
	font-size: 14px;
	color: #323232;
	margin-top: 10px;
}
.about_b .bottom {
	background: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 200px;
}
.about_b .bottom .year {
	display: none;
}
.about_b .bottom .swiper-pagination {
	position: static;
	text-align: center;
	padding-top: 30px;
}
.about_b .bottom .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
	opacity: 1;
	background: none;
	position: relative;
	padding: 20px 0;
}
.about_b .bottom .swiper-pagination-bullet-active {
	color: #0075c1;
}
.about_b .bottom .swiper-pagination-bullet-active::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 9px;
	border-style: solid;
	border-color: transparent transparent #0075c1 transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}
.about_b .bottom .swiper-pagination-bullet-active::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 9px;
	border-style: solid;
	border-color: #0075c1 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
}
.about_c {
	padding-top: 80px;
	padding-bottom: 118px;
}
.about_c .title_add {
	text-align: center;
	color: #323232;
	margin-top: 20px;
	margin-bottom: 59px;
}
.about_c .list {
	overflow: hidden;
}
.about_c .list li {
	width: 33.33333333333333%;
	padding: 0 8px;
	float: left;
}
.about_c .list li img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.about_c .list li .imgbox {
	overflow: hidden;
}
.about_c .list li .imgbox:hover img {
	transform: scale(1.08);
}
.about_c .list li h2 {
	font-size: 20px;
	color: #323232;
	margin-top: 20px;
	margin-bottom: 10px;
}
.about_c .list li p {
	font-size: 14px;
	color: #323232;
}
.about_d {
	background: url(../img/banner_about_b.png) no-repeat center top/cover;
	padding-top: 77px;
	padding-bottom: 92px;
}
.about_d .a_title {
	color: #fff;
}
.about_d .a_title span {
	opacity: 0.1;
}
.about_d .a_title p {
	color: #fff;
	background-image: -moz-linear-gradient(1deg, #097dbf 0%, #076fb0 100%);
	background-image: -webkit-linear-gradient(1deg, #097dbf 0%, #076fb0 100%);
	background-image: -ms-linear-gradient(1deg, #097dbf 0%, #076fb0 100%);
}
.about_d .title_add {
	text-align: center;
	width: 872px;
	padding: 30px 15px 70px;
	margin: 0 auto;
	max-width: 100%;
	color: #ffffff;
}
.about_d .list {
	overflow: hidden;
}
.about_d .list li {
	width: 33.333333333333333%;
	float: left;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
}
.about_d .list li:first-child {
	border-left: none;
}
.about_d .list li p {
	font-size: 85px;
	line-height: 1;
}
.about_d .list li span {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}
.about_d .more {
	display: block;
	margin: 80px auto 0;
	width: 138px;
	text-align: center;
	line-height: 49px;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	letter-spacing: 3px;
}
.gray_position {
	background: #e6e6e6;
}
.g_body {
	background: #f5f5f5;
}
.p_top {
	padding-top: 42px;
}
.p_top .left {
	width: 50%;
	float: left;
}
.p_top .left img {
	display: block;
	width: 100%;
}
.p_top .left #swiper-container3 {
	width: 100% !important;
	border: 1px solid #dcdcdc;
	overflow: visible;
}
.p_top .left #swiper-container3 a {
	display: block;
	position: relative;
}
.p_top .left #swiper-container3 .swiper-slide {
	position: relative;
}
.p_top .left .bbb {
	position: relative;
}
.p_top .left .bbb .img_btn {
	width: 25px;
	height: 100%;
	position: absolute;
	background-color: #0075c1;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	top: 0;
	cursor: pointer;
	z-index: 100;
}
.p_top .left .bbb .img_prev {
	left: 0;
	background-image: url(../img/icon_right.png);
}
.p_top .left .bbb .img_next {
	right: 0;
	background-image: url(../img/icon_left.png);
}
.p_top .left #swiper-container2 {
	margin-top: 24px;
	position: relative;
	width: 100% !important;
	overflow: hidden;
	padding: 0 15px;
}
.p_top .left #swiper-container2 .swiper-slide {
	padding: 0 10px;
}
.p_top .left #swiper-container2 .swiper-slide img {
	border: 1px solid #dcdcdc;
}
.p_top .left #swiper-container2 .active-nav img {
	border-color: #0075c1;
}
.p_top .right {
	max-width: 50%;
	float: right;
	padding-left: 15px;
	width: 500px;
}
.p_top .right .tt {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	margin-bottom: 22px;
}
.p_top .right .des {
	font-size: 14px;
	color: #505050;
	line-height: 1.6;
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 35px;
}
.p_top .right .pbox {
	margin-bottom: 50px;
}
.p_top .right .pbox p {
	font-size: 14px;
	color: #000000;
	margin-bottom: 13px;
}
.p_top .right .pbox p:last-child {
	margin-bottom: 0;
}
.p_top .right .sta {
	display: block;
}
.p_top .right .sta img {
	display: block;
	max-width: 100%;
}
.p_mid {
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 50px;
}
.p_mid .tag {
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}
.p_mid .tag a {
	display: block;
	width: 33.33333333333333%;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #505050;
}
.p_mid .tag a.on {
	background: #0075c1;
	color: #fff;
}
.p_mid .box {
	background: #fff;
	background: #fff;
	padding: 40px 50px;
	display: none;
}
.p_mid .box:first-child {
	display: block;
}
.p_mid .table .row {
	overflow: hidden;
	line-height: 30px;
}
.p_mid .table .row span {
	display: block;
	float: left;
	font-size: 14px;
	color: #232323;
	padding-left: 5px;
}
.p_mid .table .row em {
	display: block;
	float: right;
	font-size: 14px;
	color: #232323;
	padding-right: 5px;
}
.p_mid .table .row p {
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #232323;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 0 5px;
}
.p_mid .size img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.p_mid .download {
	overflow: hidden;
}
.p_mid .download li {
	float: left;
	width: 18%;
	text-align: center;
}
.p_mid .download li a {
	display: block;
	padding-bottom: 48px;
	background: url(../img/down_c.png) no-repeat center bottom;
}
.p_mid .download li img {
	display: block;
	margin: 0 auto 20px;
}
.p_mid .download li p {
	color: #505050;
}
.other {
	background: #e6e6e6;
	padding-top: 65px;
	padding-bottom: 80px;
}
.other .tit {
	font-size: 30px;
	color: #000000;
	margin-bottom: 48px;
}
.other .swiper-slide {
	background: #fff;
	padding-top: 55px;
	padding-bottom: 60px;
}
.other .swiper-slide img {
	display: block;
	margin: 0 auto 30px;
	max-width: 96%;
}
.other .swiper-slide p {
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.other .swiper-slide a {
	display: block;
	padding-bottom: 65px;
	background: url(../img/icon_plus.png) no-repeat center bottom;
}
.other .swiper-pagination {
	position: static;
	margin-top: 65px;
}
.other .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	border: 1px solid #505050;
}
.other .swiper-pagination-bullet-active {
	background: #0075c1;
	border-color: #0075c1;
}
.other .back {
	width: 134px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #0075c1;
	margin: 55px auto 0;
	display: block;
}
/*******/
.switch_top {
	background: #fff;
}
.switch_top.on {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid #eee;
}
.switch_top ul {
	text-align: center;
	line-height: 55px;
	height: 55px;
	position: relative;
}
.switch_top li {
	display: inline-block;
	margin: 0 10px;
}
.switch_top li:hover a, .switch_top li.hover a {
	color: #0075c1;
}
.switch_top .line {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #0075c1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.switch_top li i {
	display: inline-block;
	background: url(../img/shoj_01.png) no-repeat center;
	background-size: cover;
	width: 34px;
	height: 24px;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.row {
	margin: 0 -15px;
}
.center_box ul {
}
.center_box ul li .box {
	background: #fff;
	display: block;
	padding: 80px 55px;
}
.center_box ul li {
	float: left;
	padding: 15px;
	box-sizing: border-box;
	width: 33.3333%;
	text-align: center;
}
.center_box ul li .more {
	display: block;
	/*background: url(../img/icon_plus.png) no-repeat center;*/
	background-size: cover;
	width: 100px;
	height: 30px;
	line-height:30px;
	margin: 30px auto 0;
	 border: 1px solid #ccc;
    display: inline-block;
    margin: 0 20px;
    border-radius: 32px;
	color:#0075c1;
	font-family: 'Microsoft YaHei UI';
	font-style:inherit;
}
.center_box ul li .pic {
	padding: 20px;
	width: 100%;
	height: 220px;
}
.center_box ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.center_box ul li .text {
	margin: 30px 0 0;
}
.center_box ul li .text h3 {
	font-size: 30px;
	color: #333;
}
.center_box ul li .text p {
	font-size: 12px;
	margin-top: 20px;
	text-align:left;
	line-height:25px;
	height:150px;
}
.load_more {
	text-align: center;
	display: block;
	margin: 20px auto 20px;
}
.searchbox {
	position: fixed;
	width: 100%;
	left: 0;
	top: 150px;
	z-index: 9991;
	display: none;
}
.searchbox form {
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	max-width: 94%;
	background: #fff;
	overflow: hidden;
}
.searchbox form input {
	display: block;
	float: left;
	display: block;
	height: 60px;
}
.searchbox form .txt {
	width: 80%;
	border: 1px solid #ddd;
	border-right: none;
	padding: 15px;
}
.searchbox form .submit {
	width: 20%;
	background: none;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
}
.searchbox form .submit:hover {
	background: #0075c1;
	color: #fff;
}
.load_more .pic {
	position: relative;
}
.load_more .pic img {
	position: relative;
	z-index: 10;
}
.load_more i {
	display: block;
	height: 1px;
	width: 100%;
	background: #ccc;
	top: 50%;
	left: 0;
	position: absolute;
}
.service_box {
	padding: 0 0 100px;
}
.bg_whty {
	background: #fff;
}
.table_1 {
	font-size: 36px;
	text-align: center;
	margin:100px;
	/*line-height: 153px;*/
}
.service_box ul li .con {
	border-bottom: 1px dashed #ccc;
}
.service_box ul li .con.show dl {
	display: block;
}
.service_box ul li h3 {
	line-height: 95px;
	font-size: 18px;
	background: url(../img/rt.png) no-repeat right;
	background-size: auto 20px;
	background-position: 98%;
}
.service_box ul li h4 {
	line-height: 55px;
	font-size: 14px;
	text-align: center;
	background: url(../img/rt.png) no-repeat right;
	background-size: auto 20px;
	background-position: 98%;
}
.service_box ul li h5 {
	line-height: 55px;
	font-size: 14px;
	text-align: center;
	width: 20%;
	float: left;
	background-size: auto 20px;
	background-position: 98%;
}
.service_box ul li.ho h3 {
 background: url(../img/rt_01 .png) no-repeat right;
	background-size: auto 20px;
	background-position: 98%;
}
.service_box ul li h3 a {
	color: #333;
}
.service_box ul li dl {
	padding-bottom: 40px;
	display: none;
}
.service_box ul li dd {
	line-height: 40px;
}
.service_box ul li dd i {
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	color: #666;
	position: relative;
	top: -5px;
	font-style: normal;
}
.job_boxcon {
	border-bottom: 1px solid #ccc;
	height: 30px;
}
.job_boxcon ul li {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.form_box {
	padding: 20px 0 20px 200px;
}
.form_box .in {
	margin: 20px 0;
}
.form_box .in p {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	width: 70px;
}
.form_box .in .phone {
	width: 340px;
	border: 1px solid #ccc;
	height: 30px;
}
.form_box .in .text {
	width: 800px;
	height: 180px;
	resize: none;
	border: 1px solid #ccc;
}
.form_box .in .phone.no {
	width: 120px;
	margin-right: 10px;
}
.form_box .in .si {
	color: #d30000;
	font-style: normal;
}
.form_box .in .but {
	width: 120px;
	height: 35px;
	background: #0075c1;
	border: none;
	margin-right: 20px;
	color: #fff;
}
.table_en {
	text-align: center;
	padding: 90px 0 30px; 0;
	width:700px;
	margin:0 auto;
}
.table_en span {
	font-size: 20px;
	color: #0075c1;
}
.table_en h2 {
	font-size: 32px;
	margin: 5px 0;
	margin-top:20px;
}
.table_en p {
	font-size: 16px;
	margin-top:20px;
	line-height:25px;
}
.ent_bg {
	text-align: center;
	width: 100%;
	height: auto;
}
.table_en.ho {
	padding: 15% 0;
}
.values_box {
	margin-bottom: 80px;
}
.values_box ul li {
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
}
.values_box ul li .box {
	border: 1px solid #0075c1;
	padding:8px;
	box-sizing: border-box;
	text-align:center;
}
.values_box ul li .box h2 {

	vertical-align: middle;
	line-height:35px;
	text-align: center;
	font-size: 16px;
	color: #0075c1;
}
.values_box ul li .box p {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.honor_ie {
	margin: 0 auto;
	text-align: center;
	padding-bottom:25px;
	padding-top:15px;
}
.honor_ie li {
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 20px;
	border-radius: 32px;
}
.honor_ie li.hover {
	border: 1px solid #0075c1;
	background: #0075c1;
}
.honor_ie li.hover a {
	color: #fff;
}
.honor_box .con {
	display: none;
}
.honor_box .con.show {
	display: block;
}
.honor_box .con li {
	float: left;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.honor_box .con li .pic {
	width: 100%;
}
.honor_box .con li .pic img {
	width: 100%;
}
.honor_box .con li:hover .box {
	display: block;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}
.honor_box .con .box p {
	line-height: 70px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.honor_box .con {
	margin-top: 40px;
}
.un_page {
	padding: 50px 0 80px;
	text-align: center;
}
.un_page a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	padding: 0 14px;
	margin: 0 5px;
	border-radius: 5px;
}
.un_page a:hover, .un_page a.hover {
	color: #fff;
	background: #0075c1;
	border-color: #0075c1;
}
.medical_1 {
	padding: 50px 0;
}
.med_tei h2 {
	margin: 40px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.med_text {
	line-height: 28px;
}
.medical_2 {
	background: #fff;
	padding: 50px 0;
}
.medical_2 {
	text-align: center;
}
.medical_2 .plan {
	margin-top: 30px;
}



.medical_2 .plan li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 15px;
}
.medical_2 .plan li .pic {
	width: 100%;
}
.medical_2 .plan li .pic img {
	width: 100%;
}
.medical_2 .plan li p {
	line-height: 60px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.medical_3 {
	padding: 100px 0;
}
.medical_3 .pic {
	float: left;
	width: 45%;
}

.medical_3 .text {
	float: right;
	width: 50%;
}
.medical_4 {
	padding: 60px 0;
	background: #fff;
}
.medical_4 ul li {
	width: 25%;
	padding: 15px;
}
.medical_4 ul li .box {
	padding: 20px;
	background: #f5f5f5;
}
.medical_4 ul li .text {
	margin-top: 10px;
}
.center_box ul li .more {
	margin: 10px auto;
}
.solut_box {
	margin: 20px;
}
.solut_box .box {
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.solut_box .box.ho {
	height: auto;
}
.solut_box .pic {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.solut_box .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.solut_box .pic img:hover {
	transform: scale(1.05);
}
.about_c .list li .imgbox {
	overflow: hidden;
}
.about_c .list li .imgbox:hover img {
	transform: scale(1.08);
}
.win_50 {
	width: 50% !important;
}
.solut_box {
}
.solut_box .box .con {
	padding: 1px;
	box-sizing: border-box;
	background: #fff;
}
/*.solut_box .box:hover .con {
	background: #cbe8ff;
}*/
.solut_box .pic {
	position: relative;
}
.solut_box .text.oh {
	left: 30px;
	top: 30px;
	position: absolute;
}
.solut_box .text {
	padding-left: 20px;
	padding-bottom: 20px;
	left: 30px;
	top: 30px;
	width: 570px;
}
.solut_box .text h3 {
	font-size: 30px;
	line-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solut_box .text p {
	line-height: 28px;
	height:120px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
/*	-webkit-line-clamp: 4;*/
}
.solut_box .text .more {
	background: url(../img/icon_more.png) no-repeat right;
	background-size: auto 12px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
}
.news_con {
	background: #fff;
	height: 400px;
	margin-bottom: 40px;
}
.news_con .text {
	width: 38%;
	padding: 80px;
	box-sizing: border-box;
}
.news_con .text .time {
	color: #999;
	font-size: 12px;
}
.news_con .text h2 {
	line-height: 65px;
	font-size: 24px;
	width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_con .text p {
	font-size: 14px;
	color: #9e9e9e;
	line-height: 26px;
}
.news_con .pic {
	width: 60%;
	height: 100%;
}
.news_con .pic img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.news_con .more {
	width: 137px;
	line-height: 35px;
	border-radius: 35px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #999;
	display: block;
	margin: 30px 0;
}
.news_con .more:hover {
	color: #fff;
	border: 1px solid #0075c1;
	background: #0075c1;
}
.news_table {
	font-size: 36px;
	text-align: center;
	line-height: 140px;
}
.news_list li {
	float: left;
	width: 33.333%;
	padding: 15px;
	box-sizing: border-box;
}
.news_list li .pic {
	width: 100%;
	height: 254px;
}
.news_list li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_list li .box:hover {
	background: #fff;
}
.news_list li .text {
	padding: 20px;
}
.news_list .text .time {
	color: #999;
	font-size: 12px;
}
.news_list .text h2 {
	line-height: 40px;
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list .text p {
	font-size: 14px;
	color: #9e9e9e;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list .more {
	width: 100px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #999;
	display: block;
	margin: 20px 0;
}
.table_mews {
	text-align: center;
	margin: 60px 0;
}
.table_mews h1 {
	font-size: 30px;
	line-height: 60px;
}
.table_mews span {
}
.table_mews span i {
	display: inline-block;
	background: url(../img/tmi.png) no-repeat center;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.news_list .more:hover {
	color: #fff;
	border: 1px solid #0075c1;
	background: #0075c1;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}
.news_details_text {
	line-height: 28px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #999;
}
.news_details_text img {
	margin: 20px auto;
	text-align: center;
	display: block;
}
.next_page {
	margin: 50px 0 30px;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #999;
}
.next_page .page_a a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.next_page .return_box {
	width: 145px;
	line-height: 39px;
	height: 39px;
	border-radius: 39px;
	background: #0075c1;
	text-align: center;
	position: absolute;
	right: 0;
	top: 30%;
	margin-top: -19.5px;
	color: #fff;
	display: inline-block;
}
.swei1 .swiper-button-next, .swei1 .swiper-button-prev {
	display: block;
}
.gallery-thumbs .swiper-slide {
	text-align: center;
}
.gallery-thumbs .swiper-slide p {
	line-height: 36px;
}
.gallery-thumbs {
	padding: 0 !important;
	margin: 0 30px;
	overflow: hidden;
}
.gallery-thumbs {
	margin: 20px 0;
}
/*oem*/
.title_oem {
	text-align: center;
}
.title_oem h2 {
	line-height: 60px;
	font-size: 36px;
}
.oem_service {
	padding: 100px 0;
	background: #fff;
}
.oem_service ul {
	margin-top: 80px;
}
.oem_service ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}
.oem_service ul li .pic {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
}
.oem_service li .pic img {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.oem_service li .pic:hover img {
	transform: rotateY(180deg);
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-webkit-filter: grayscale(0%);
}
.oem_service li h2 {
	font-size: 24px;
	color: #036eb8;
	padding: 20px 0;
}
.oem_service li p {
	line-height: 24px;
}
.oem_process {
	background: #f5f5f5;
	padding: 100px 0;
}
.oem_process ul {
	padding: 20px 0;
}
.oem_process ul li {
	width: 25%;
	margin: 50px 0;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.oem_process ul li .box {
	width: 220px;
	height: 100px;
	border-radius: 10px;
	border: 1px solid #1277bc;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.oem_process ul .lt::after {
	content: "";
	display: block;
	background: url(../img/oem_rt.png) no-repeat center;
	background-size: auto;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -15px;
	width: 80px;
	height: 30px;
}
.oem_process ul .rt::after {
	content: "";
	display: block;
	background: url(../img/oem_lt.png) no-repeat center;
	background-size: auto;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -15px;
	width: 80px;
	height: 30px;
}
.oem_process ul .rt:last-child::after {
	display: none;
}
.oem_process ul .on::after {
	content: "";
	display: block;
	background: url(../img/oem_but.png) no-repeat center;
	background-size: auto;
	position: absolute;
	bottom: -90px;
	right: auto;
	top: auto;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 80px;
}
.oem_process ul li.hover p {
	color: #1277bc;
}
.oem_case {
	padding: 100px 0;
}
.oem_case .swei1{ margin-top:50px;}
 @media (max-width: 1400px) {
.values_box ul li .box {
	padding: 30px 10px;
}
.solut_box .text {
	width: 90%;
}
}
 @media (max-width: 1366px) {
.main {
	width: 1200px;
}
.about_b .bottom {
	margin-top: 150px;
}
}
 @media (max-width: 1230px) {
.main {
	width: 992px;
}
.mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8) url(../img/icon_close.png) no-repeat right 20px top 20px;
	z-index: 9990;
	cursor: pointer;
	display: none;
}
.ovv {
	overflow: hidden;
}
.searchbox {
	position: fixed;
	width: 100%;
	left: 0;
	top: 150px;
	z-index: 9991;
	display: none;
}
.searchbox form {
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	max-width: 94%;
	background: #fff;
	overflow: hidden;
}
.searchbox form input {
	display: block;
	float: left;
	display: block;
	height: 60px;
}
.searchbox form .txt {
	width: 80%;
	border: 1px solid #ddd;
	border-right: none;
	padding: 15px;
}
.searchbox form .submit {
	width: 20%;
	background: none;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
}
.searchbox form .submit:hover {
	background: #0075c1;
	color: #fff;
}
.oem_service ul li .pic {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
.oem_process ul li .box {
	width: 160px;
	height: 80px;
	border-radius: 10px;
}
}
 @media (max-width: 995px) {
.main {
	width: 100%;
}
header {
	position: fixed;
}
.banner img {
	height: 180px;
	object-fit: cover;
	min-width: 0;
}
header nav {
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	background: #fff;
	z-index: 9999;
	margin: 0;
	bottom: 0;
	overflow-y: auto;
	padding-top: 35px;
	display: none;
}
header nav a {
	display: block;
	margin-left: 0;
	text-align: center;
	float: none;
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #f8f8f8;
}
header .main {
	height: 50px;
}
body {
	padding-top: 50px;
}
header .logo img {
	width: 120px;
}
header .logo {
	margin-top: 12px;
}
header .search_btn {
	margin-top: 20px;
	margin-right: 40px;
}
header .lan_box {
	margin-top: 20px;
}
.i_top .list li {
	width: 100%;
	margin-bottom: 25px;
}
.i_top .list li:last-child {
	margin-bottom: 0;
}
.i_top {
	padding-top: 35px;
	padding-bottom: 35px;
}
.i_title h2 {
	font-size: 22px;
}
.i_title p {
	font-size: 14px;
}
.i_title {
	margin-bottom: 35px;
}
.i_solution .list li {
	width: 100%;
	margin-bottom: 25px;
	border: none;
}
.i_solution .list li a {
	width: 120px;
	line-height: 40px;
}
.i_solution {
	padding-bottom: 45px;
}
.i_partner {
	padding-bottom: 120px;
}
.i_partner .swiper-pagination {
	bottom: 50px;
}
.i_partner .swiper-pagination-bullet {
	margin: 0 5px;
}
.i_detail .list li {
	width: 50%;
	margin-bottom: 25px;
}
.i_detail .list img {
	width: 90px;
}
.i_detail {
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .left {
	width: 100%;
}
footer {
	padding-top: 35px;
}
footer .left .box {
	width: 100%;
	margin-right: 0;
	border-bottom: 1px solid #d1d1d1;
}
footer .left .box p {
	background: url(../img/foot-arrow.png) no-repeat right 15px center;
	margin-bottom: 0;
	padding: 10px 0;
}
footer .left .box .bb {
	display: none;
}
footer .left .box a {
	margin-top: 0;
	margin-bottom: 10px;
}
footer .left .box .bb {
	padding-left: 15px;
}
footer .right {
	width: 100%;
	margin-top: 20px;
}
footer .right .row .kefu {
	float: none;
	margin: 0 auto;
}
footer .right .ftel {
	text-align: center;
	margin-bottom: 25px;
}
footer .right .flan {
	text-align: center;
}
footer .right .flan p {
	text-align: center;
}
footer .top {
	padding-bottom: 30px;
}
footer .bottom {
	font-size: 12px;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	z-index: 999;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #666;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -2px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.position {
	display: none;
}
.a_title span {
	font-size: 120px;
}
.a_title p {
	font-size: 24px;
}
.a_title {
	padding: 36px 0;
}
.about_a table {
	display: block;
}
.about_a table tbody {
	display: block;
}
.about_a table tr {
	display: block;
}
.about_a table td {
	display: block;
}
.about_a table p {
	font-size: 30px;
}
.about_a table span {
	margin-top: 30px;
}
.about_a table td {
	margin-bottom: 45px;
}
.about_a table td:last-child {
	margin-bottom: 0;
}
.about_a .des {
	text-align: justify;
}
.about_a {
	padding-bottom: 40px;
}
.about_b {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_b .bottom {
	display: none;
}
.about_b .swiper-container h2 {
	font-size: 100px;
}
.about_b .swiper-container {
	margin-top: 60px;
}
.swiper-button-next, .swiper-button-prev {
	width: 20px;
	margin-top: -50px;
	background-size: 100% auto;
	display: block;
}
.about_c {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_c .list li {
	width: 100%;
	margin-bottom: 35px;
}
.about_c .list li:last-child {
	margin-bottom: 0;
}
.about_d {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_d .list li p {
	font-size: 60px;
}
.about_d .list li span {
	font-size: 14px;
}
.about_d .more {
	margin-top: 45px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
}
.p_top .left {
	width: 100%;
}
.p_top .right {
	width: 100%;
	max-width: 100%;
}
.p_mid .box {
	padding: 30px 15px;
}
.p_mid .table .row span {
	width: 100%;
	color: #0075c1;
}
.p_mid .table .row em {
	width: 100%;
	padding-left: 5px;
}
.other {
	padding-top: 40px;
	padding-bottom: 40px;
}
.other .tit {
	font-size: 24px;
	margin-bottom: 30px;
}
.other .swiper-slide {
	padding-top: 25px;
	padding-bottom: 25px;
}
.other .swiper-slide img {
	margin-bottom: 20px;
}
.other .swiper-slide p {
	font-size: 16px;
}
.other .swiper-slide a {
	padding-bottom: 40px;
	background-size: 20px auto;
}
.other .swiper-pagination {
	margin-top: 40px;
}
.other .back {
	margin-top: 30px;
}
footer .bottom span {
	display: block;
	text-align: center;
	padding: 5px 0;
}
footer .bottom em {
	display: none;
}
.switch_top ul {
	height: auto;
	line-height: 40px;
	padding: 10px 0;
}
.switch_top ul li {
	font-size: 14px;
}
.center_box ul li {
	padding: 5px;
	width: 50%;
}
.row {
	margin: 0 -5px;
}
.center_box ul li .box {
	padding: 10px 20px;
}
.center_box ul li .pic {
	padding: 0;
	height: 100px;
}
.center_box ul li .text {
	margin: 10px 0 0
}
.center_box ul li .text h3 {
	font-size: 18px;
}
.center_box ul li .text p {
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 60px;
}
.center_box ul li .more {
	margin: 10px auto
}
.table_1 {
	font-size: 26px;
	text-align: center;
	margin:50px;
}
.service_box ul li h3 {
	line-height: 50px;
}
.service_box ul li dd {
	line-height: 26px;
	font-size: 14px;
}
.service_box ul li dl {
	padding-bottom: 20px;
}
.form_box {
	padding: 15px;
}
.form_box .in {
	margin: 10px 0 5px;
}
.form_box .in .phone {
	width: 90%;
	margin-top: 10px;
}
.form_box .in .text {
	width: 90%;
	margin-top: 10px;
	height: 100px;
}
.form_box .in .phone.no {
	width: 80px;
	margin: 0;
	margin-right: 10px;
}
.form_box .in .but {
	width: 80px;
	height: 30px;
	background: #0075c1;
	border: none;
	margin: 20px 10px 20px 0;
	color: #fff;
}
.form_box .in span {
	display: block;
	text-align: center;
}
.ent_bg {
	height: auto;
}
.news_table {
	font-size: 24px;
	line-height: 100px;
}
.news_con .text {
	width: 38%;
	padding: 60px 30px;
}
.table_en {
	padding: 60px 0;
}
.table_en h2 {
	font-size: 24px;
}
.table_en p {
	font-size: 16px;
}
.medical_4 ul li .pic {
	height: 280px;
}
.med_tei h2 {
	margin: 30px 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.table_mews h1 {
	font-size: 24px;
	line-height: 60px;
}
.next_page .return_box {
	position: static;
	margin-top: 20px;
}
.news_details_text img {
	width: 100%;
}
.win_50 {
	width: 100% !important;
}
.solut_box .box {
	height: auto;
}
.banner .text {
	position: absolute;
	top: 15%;
	left: 10%;
}
.banner .text h2 {
	color: #0075c1;
	font-size: 28px;
	font-weight: bold;
}
.banner .text p {
	font-size: 16px;
	color: #232323;
	margin-top: 20px;
}
}
 @media (min-width: 996px) {
footer .left .box .bb {
	display: block !important;
}
nav {
	display: block !important;
}
.imgdet .imgpart .pic {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
.imgdet .imgpart .pic .magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	cursor: move;
	background-color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}
.imgdet .imgpart .pic img {
	width: 100%;
	height: 100%;
}
/* .imgdet .imgpart:hover .bigpic{
    display: block;
}
.imgdet .imgpart:hover .magnify{
    display: block;
} */
.imgdet .imgpart .bigpic {
	display: none;
	position: absolute;
	top: 0;
	right: -470px;
	width: 460px;
	height: 460px;
	z-index: 333;
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
}
.imgdet .imgpart .bigpic > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: auto;
}
.gdjt {
	padding: 10px 0;
}
.gdjt .pic {
	float: left;
}
.gdjt .pic img {
	width: 100%;
}
.gdjt .text {
	float: right;
	width: 59%;
}
}
 @media (max-width: 768px) {
.solut_box .pic {
	height: 260px;
}
.news_con {
	height: auto;
}
.news_con .text {
	width: 100%;
	padding: 20px;
}
.news_con .pic {
	width: 100%;
}
.news_list li {
	width: 50%;
	padding: 5px;
}
.news_list li .pic {
	height: 100px;
}
.news_con .text h2 {
	line-height: 40px;
	font-size: 18px;
	width: 100%;
}
.news_list li .text {
	padding: 10px 5px;
}
.news_list .text h2 {
	line-height: 30px;
	font-size: 14px;
	width: 100%;
}
.news_con .more {
	width: 80px;
	font-size: 12px;
	line-height: 25px;
	border-radius: 25px;
	margin: 20px 0 10px;
}
.news_list .more {
	width: 80px;
	font-size: 12px;
	line-height: 25px;
	border-radius: 25px;
	margin: 10px 0;
}
.un_page {
	padding: 30px 0;
}
.table_en {
	padding: 30px 0;
}
.values_box ul li {
	width: 100%;
}
.values_box ul li .box h2 {
	font-size: 24px;
	width: 60px;
}
.table_en h2 {
	font-size: 20px;
}
.table_en p {
	font-size: 14px;
	padding: 0 20px;
}
.honor_box .con li {
	width: 50%;
	padding: 5px;
}
.medical_1 {
	padding: 30px 0;
}
.medical_2 {
	padding: 30px 0;
}
.medical_2 .plan li {
	width: 100%;
}
.medical_3 {
	padding: 30px 0;
}
.medical_4 {
	padding: 30px 0;
}
.medical_3 .pic {
	width: 100%;
	margin-bottom: 20px;
}
.medical_3 .text {
	width: 100%;
}
.med_tei h2 {
	margin: 20px 0;
	font-size: 18px;
}
.medical_4 ul li .pic {
	height: 90px;
}
.table_mews h1 {
	font-size: 20px;
	line-height: 60px;
}
.solut_box .text h3 {
	font-size: 20px;
	line-height: 60px;
}
.solut_box .text p {
	font-size: 14px;
	height: auto;
}
.gallery-thumbs .swiper-slide p {
	font-size: 12px;
	line-height: 30px;
}
.banner .text {
	position: absolute;
	top: 15%;
	left: 6%;
}
.banner .text h2 {
	color: #0075c1;
	font-size: 20px;
	font-weight: bold;
}
.banner .text p {
	font-size: 14px;
	line-height: 20px;
	color: #232323;
	margin-top: 10px;
}
.imgdet .imgpart .pic .magnify {
	display: none;
}

}
.dark_grey {
	background: #eee;
}
/*联系我们*/
.us_title {
	padding: 65px 0;
	text-align: center;
}
.us_title h2 {
	font-size: 36px;
	line-height: 60px;
	height: 60px;
}
.us_title p {
	color: #696969;
	font-size: 16px;
}
#dituContent {
	width: 740px;
	height: 495px;
	float: left;
}
.contact_con .word {
	width: 465px;
	float: right;
}
.contact_con .word .logo {
	height: 40px;
}
.contact_con .word .logo img {
	height: 100%;
}
.contact_con .word .tit {
	font-size: 30px;
	padding: 22px 0;
}
.contact_con .word .text {
	font-size: 16px;
	line-height: 36px;
	color: #232323;
}
.contact_con .word .text .tel {
	color: #0075c1;
	font-weight: bold;
	font-size: 30px;
	margin-top: 5px;
	display: block;
}
.contact_con .word .ewm {
	border: 1px solid #ddd;
	display: inline-block;
	margin-top: 15px;
}
.contact_con .word .ewm img {
	display: block;
}
.contact_list {
	margin-bottom: 40px;
	margin-top: 20px;
}
.contact_list li {
	padding: 0 20px 20px;
}
.contact_list li:nth-child(2n) {
	background: #e6e6e6;
}
.contact_list h3 {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
}
.contact_list li p {
	font-size: 18px;
	color: #232323;
	width: 50%;
	float: left;
	line-height: 43px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1400px) {
#dituContent {
	width: 55%;
}
.contact_con .word {
	width: 40%;
}
.contact_con .word .tit {
	font-size: 22px;
}
.contact_con .word .text {
	font-size: 14px;
}
.contact_con .word .text .tel {
	font-size: 26px;
}
.contact_list li p {
	font-size: 16px;
}
.contact_list h3 {
	font-size: 20px;
}
.oem_process ul li {
	width: 50%;
}
.oem_service {
	padding: 30px 0;
}
.oem_service ul {
	margin-top: 30px;
}
.oem_service ul li {
	width: 100%;
	margin: 20px 0;
	font-size: 12px;
}
.oem_process {
	padding: 30px 0;
}
.oem_process ul li {
	margin: 10px 0;
}
.oem_process ul .rt::after {
	display: none;
}
.oem_process ul .lt::after {
	display: none;
}
.oem_case {
	padding: 30px 0;
}
.oem_case .swiper-button-next, .swiper-button-prev {
	top: 60%;
}
.title_oem h2{ font-size:22px;}
.oem_service li h2{ font-size:20px;}
.oem_service ul li .pic{
	width:80px;
	height:80px;	
}
}
@media (max-width: 1230px) {
.contact_list li p {
	width: 100%;
}
.title_oem h2 {
	font-size: 24px;
}
}
@media (max-width: 996px) {
.us_title {
	padding: 30px 0;
}
.us_title h2 {
	font-size: 22px;
	line-height: 40px;
	height: 40px;
}
.us_title p {
	font-size: 14px;
}
#dituContent {
	width: 100%;
	height: 400px;
}
.contact_con .word {
	margin-top: 30px;
	width: 100%;
}
.contact_con .word .tit {
	font-size: 22px;
}
.contact_con .word .text {
	line-height: 30px;
}
.contact_con .word .text .tel {
	font-size: 22px;
}
.contact_list h3 {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0;
}
.contact_list li p {
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}
.bigpic {
	display: none;
}
.switch_top ul li {
	font-size: 12px;
	margin: 0 5px;
}
.switch_top.on {
	top: 50px;
}
.title_oem h2{ font-size:20px !important;}
.oem_service ul{ margin-top:10px !important;}
.oem_case .swei1 {
    margin-top: 30px !important;
}

.medical_2 .med_text img {
width: 100%;
}
.medical_2 .pic img {
width: 100%;
}

.medical_3 .pic img {
width: 100%;
}
gdjt .main .pic img {
width: 100%;
}
}

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
 
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0075c1;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}


