@charset "utf-8";

@font-face {
	font-family: 'OPPOSans-Ver2-Bold';
	src: url(../fonts/opposansweb2.woff2) format("woff2"), url(../fonts/opposansweb2.woff) format("woff"), url(../fonts/opposansweb2.ttf) format("truetype"), url(../fonts/opposansweb2.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'OPPOSans-Ver2-Medium';
	src: url(../fonts/opposansweb2.woff2) format("woff2"), url(../fonts/opposansweb2.woff) format("woff"), url(../fonts/opposansweb2.ttf) format("truetype"), url(../fonts/opposansweb2.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'OPPOSans-Ver2-Regular';
	src: url(../fonts/opposansweb2.woff2) format("woff2"), url(../fonts/opposansweb2.woff) format("woff"), url(../fonts/opposansweb2.ttf) format("truetype"), url(../fonts/opposansweb2.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

body, html {
	width: 100%;
	font-family: 'OPPOSans-Ver2-Medium',"Microsoft Yahei", 'PingFang SC', Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'OPPOSans-Ver2-Medium';
}

body, p, h1, h2, h3, h4, h5, table, ul, li, form, input {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1;
}

body, p {
	font-size: 14px;
	border: none;
	color: #000;
}

a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

ul, li {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	-webkit-margin-start: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 12px;
	display: block;
}

strong, b {
	font-weight: normal;
}

table, tr, td {
	border-spacing: 0;
}

em, i, b {
	font-style: normal;
}

p {
	line-height: 170%;
	color: #555;
	font-size: 14px;
}

input {
	border: none;
	background: none;
}

figcaption {
	display: block;
}

input:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 14px;
	color: #555;
}

::-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 14px;
	color: #555;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

.w1240 {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.pt50 {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

/* 头部 */
.headerwarp {
	transition: all 0.6s;
	background: #fff;
    padding: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    position: fixed;
    z-index: 1000;
    left: 0px;
    right: 0px;
}
.header-content{
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo{
	display: block;
	    height: 50px;
    width: 180px;
    background-image: url(../images/logo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.logo img {
	height: 35px;
}

.header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	padding-left: 5%;
}

.navbar {
	display: flex;
	flex: 1;
}

.navbar li {
	flex: 1;
	position: relative;
}

.navbar li>a {
	display: block;
	color: #444;
	font-size: 16px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	transition: all 0.6s;
	position: relative;
	font-family: 'OPPOSans-Ver2-Medium';
}

.navbar li.on>a {
	color: #3e79ff;
	font-weight: bold;
}
.navbar li>a::before{ position: absolute;  content: ''; display: block; 
left: 50%; right: 50%;  background: #3e79ff; height: 3px;
    bottom: 20px;
    border-radius: 10px; width: 0;
transform: translateX(-50%); transition: all 0.6s ease-in-out;}
.navbar li:hover>a::before, .navbar li.on>a::before {
	width: 30px;
}


.header-right .search {
	border: 2px solid #999;
	position: relative;
	border-radius: 50px;
	margin-left: 50px;
	height: 36px;
	width: 200px;
}

.header-right .search input {
	height: 34px;
	padding-left: 12px;
	width: 160px;
	border: none;
	font-size: 14px;
	color: #444;
	border-radius: 30px 0px 0px 30px;
}
.header-right .search input::placeholder{
	color: #999;
}
.header-right .search .search-btn {
	background-image: url("../images/icon_query.png");
	background-size: 16px;
	background-position: center;
	display: block;
	    position: absolute;
    right: 0px;
    height: 33px;
    width: 50px;
    background-repeat: no-repeat;
    top: 0px;
    border-radius: 0px 30px 30px 0px;
    cursor: pointer;
}
.header-right .search .search-btn:hover{
	background-color: #f2f2f2;
}

@
keyframes down {
	from {transform: translateY(-100%);
	opacity: 0;
}

to {
	transform: none;
	opacity: 1;
}

}

/* 手机导航 */
.mobile-header {
	display: none;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 333;
	border-bottom: 1px solid #F5F5F5;
}

.moible-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.mobile-header .logo {
	display: flex;
	height: 55px;
	align-items: center;
	background-position: center left;
	background-size: 90%
}

.mobile-header .logo img {
	display: block;
	height: 30px;
}

.hamburger-box span {
	display: block;
	height: 2px;
	background: #333;
	width: 30px;
	margin-bottom: 6px;
	padding-bottom: 0;
	transition: all 0.6s ease-in-out;
}

.hamburger-box .span2 {
	width: 35px;
}

.hamburger-box .span3 {
	margin-bottom: 0;
}

.hamburger-box.on {
	z-index: 3333;
}

.hamburger-box.on .span1 {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-box.on .span2 {
	opacity: 0;
}

.hamburger-box.on .span3 {
	transform: rotate(-45deg) translate(5px, -6px);
}

.mobile-bar {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	width: 100%;
	z-index: 333;
	padding: 10px 50px 50px 50px;
	overflow-y: scroll;
}

.mobile-bar ul {
	margin-top: 10px;
}

.mobile-bar li a {
	padding: 15px 0px;
	border-bottom: 1px solid #F5F5F5;
	display: block;
	font-size: 16px;
}
.mobile-bar li.on a{
	color: #3e79ff;
}
.mobile-bar .mo-subnav {
	display: block;
}

.mobile-bar .mo-subnav a {
	font-size: 14px;
	color: #555;
}
/* banner */
.banner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.banner{height: 650px;}
.banner .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.05, 1.05);
}

.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img
	{
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	transition: all 1s;
	background: #fff;
	opacity: 0.8;
	margin: 0 10px;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
	width: 50px;
	border-radius: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
}
.banner .banner-content{
	position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    right: 0px;
    color: #fff;
    margin: 0 auto;
    padding-top: 10%;
}
.banner .banner-content h2{
	font-size: 54px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
}
.banner .banner-content .banner-content-i{
	font-size: 18px;
	line-height: 40px;
}
.banner .banner-content .banner-content-i span{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	height: 14px;
	width: 14px;
	margin-right: 10px;
}
.banner .banner-content .banner-content-b{
	display: block;
	height: 3px;
	width: 80px;
	margin-top: 35px;
	background: #fff;
	border-radius: 5px;
}


.product-recommond{
	background: #f5f5f5;
	padding-bottom: 40px;
}
.product-recommond h2{
	font-size: 28px;
	padding: 30px 0px;
}
.product-recommond li{
	display: inline-block;
    width: 280px;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: calc(14px / 2);
    transition: all 200ms linear;
    border-radius: 3px;
    position: relative;
    background: #fff;
    height: 270px;
    padding: 20px;
}
.product-recommond li img{
	width: 100%;
	height: 180px;
	border-radius: 5px;
}
.product-recommond li h5{
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
    padding: 0px 10px 30px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-recommond li:hover{
	box-shadow: 3px 1px 10px 0px rgba(4, 0, 0, 0.1);
}
.product-recommond li:hover h5{
	color: #3e79ff;
	text-decoration: underline;
}


.solutions{
	background: #fff;
}

.solutions .solution-list{
	list-style: none;
}
.solutions li{
	display: inline-block;
	width: 32.1%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 1.5%;
}
.solutions li:nth-of-type(3n){
	margin-right: 0px;
}
.solutions li img{
	width: 100%;
	height: 250px;
	border-radius: 5px;
}
.solutions li .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding-left:20px;
	padding-top:100px;
	border-radius: 5px;
	background: rgba(0,0,0,.3);
}

.solutions li .mask h2{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.solutions li .mask p{
	color: #fff;
	margin-top: 10px;
	display: none;
}
.solutions li .mask a{
	background: #3e79ff;
	color: #fff;
	visibility: hidden;
	height: 40px;
    width: 120px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}
.solutions li:hover .mask{
	background: rgba(0,0,0,.6);
	padding-top: 50px;
}
.solutions li:hover .mask p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.solutions li:hover .mask a{
	visibility: visible;
}

.more-btn{
	width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 55px;
    border: 1px solid #c6c7c9;
    border-radius: 50px;
    line-height: 55px;
    margin-top: 20px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}
.more-btn:hover{
	background: #3e79ff;
	border: 1px solid #3e79ff;
	color: #fff;
}

.cases{
	background: #f5f5f5;
}
.cases li{
	width: 33.1%;
	display: inline-block;
	padding: 0px 20px 20px 0px;
}
.cases li:nth-of-type(3n){
	padding-right: 0px;
}
.cases li img{
	width: 100%;
	transition: all 1s ease 0s;
	height: 245px;
	border-radius: 15px 15px 0px 0px;
}
.cases .case-wrapper{
	border-radius: 15px;
	background: #fff;
}
.cases h3{
	font-size: 16px;
	text-align: center;
    padding: 15px 0px 25px;
    margin:0px 15px;
    color: #444;
}
.cases li:hover .case-wrapper{
	background: #fff;
	box-shadow: 3px 1px 10px 0px rgba(4, 0, 0, 0.1);

}
.cases li:hover h3{
	color: #3e79ff;
}
.sec2-left {
	padding-right: 25px;
}

.about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/map.png) no-repeat center;
	background-size: 100% auto;
}

.about h3 {
	color: #000000;
	font-size: 32px;
}

.about .p1 {
	color: #656565;
	font-size: 22px;
	padding-bottom: 30px;
	padding-top: 12px;
}

.about .p2 {
	color: #666666;
	font-size: 14px;
	line-height: 36px;
	text-indent: 28px;
}

.about .detail-btn {
	width: 150px;
	height: 55px;
	display: block;
	color: #555;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	margin-top: 5vw;
	transition: all 0.6s;
	border-radius: 40px;
	border: 1px solid #c6c7c9;
}

.about .detail-btn:hover {
	transform: translateX(5px);
	background:#3e79ff;
	color:#fff;
	border: 1px solid #3e79ff;
}

.title h3 {
	color: #000000;
	font-size: 32px;
	text-align: center;
	padding-bottom: 1vw;
}

.title p {
	color: #7e7e7e;
	font-size: 14px;
	text-align: center;
	padding: 0px 15px;
}

.title {
	padding-bottom: 3vw;
}


.tab-hd {
	background: #fff;
	margin-bottom: 3vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.tab-hd strong {
	background: #0D41B6;
	display: block;
	height: 70px;
	max-width: 160px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 70px;
	text-align: center;
}

.tab-hd strong img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 25px;
}

.tabs {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0 180px 0 60px;
}

.tabs a {
	color: #333;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	transition: all 0.6s;
	border-bottom: 2px solid transparent;
}

.tabs a.active, .tabs a:hover {
	color: #0d41b6;
	border-bottom: 2px solid #0d41b6;
}

.tab-hd .more {
	display: block;
	padding-right: 20px;
}

.index-sec5 {
	padding-top: 0;
}

.index-sec5 .ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-sec5  li {
	width: 49%;
	margin-bottom: 1.5vw;
	transition: all 0.6s;
}

.index-sec5  li a {
	display: flex;
	background: #F5F5F5;
	align-items: center;
}

.index-sec5  li figure {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.index-sec5  li figure img {
	display: block;
	max-width: 240px;
	height: 150px;
}

.index-sec5  li figcaption {
	display: block;
	padding: 0 1vw;
	flex: 1;
}

.index-sec5  li h3 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 1vw;
	    line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-sec5  li p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

.index-sec5  li:hover {
	box-shadow: 3px 1px 10px 0px rgba(4, 0, 0, 0.2);
}
.index-sec5  li:hover h3{
	color: #3e79ff;
	text-decoration: underline;
}
.index_zizhi{
	background: #e5e5e5;
	padding: 15px 0px;
}
.index_zizhi .zizhi-item{
	float: left;
	text-align: center;
    width: 150px;
}
.index_zizhi .zizhi-item img{
	display: inline-block;
	width: 50px;
	
}
.index_contact{
	background-image: url("../images/contact_bg.png");
	width: 100%;
    height: 180px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 40px;
}
.index_contact h3{
	color: #fff;
	font-size: 16px;
    font-weight: 500;
}
.index_contact .cooperate {
	    background: #292c32;
	position: relative;
	border-radius: 5px;
	    margin: 0 auto;
	height: 50px;
	width: 350px;
	text-align: left;
	margin-top: 25px;
}

.index_contact .cooperate input {
	height: 48px;
	padding-left: 12px;
	width: 230px;
	border: none;
	font-size: 16px;
	color: #fff;
	border-radius: 5px 0px 0px 5px;
}
.index_contact .cooperate input::placeholder{
	color: #ddd;
}
.index_contact .cooperate .cooperate-btn {
	background-size: 16px;
	background-position: center;
	display: block;
	    position: absolute;
   right: 4px;
    height: 42px;
    width: 120px;
    background-repeat: no-repeat;
    top: 4px;
    border-radius:5px;
    cursor: pointer;
       color: #fff;
    line-height: 42px;
    background: #3e79ff;
    text-align: center;
}
.index_contact .cooperate .cooperate-btn:hover{
	background-color: #2f6aef;
}
.footer {
	background: #0d0e15;
	padding: 3vw 0 0 0;
}

.footer .div1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2vw;
}

.footer .div1 .dilogo {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.footer .div1 a {
	color: #aaa;
	font-size: 14px;
	display: inline-block;
	padding-left: 3vw;
	transition: all 0.6s;
}

.footer .div1 a:hover {
	color: #3e79ff;
	text-decoration: underline;
}

.footer .div2 {
	display: flex;
	justify-content: space-between;
}

.footer .div2-left {
	max-width: 330px;
}

.footer .div2 h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 1vw;
}

.footer .div2-left a {
	color: #aaaaaa;
	font-size: 14px;
	display: block;
	padding-right: 1vw;
	padding-bottom: 1vw;
	transition: all 0.6s;
}

.footer .div2-left a:hover {
	color: #3e79ff;
	text-decoration: underline;
}

.footer .div2-center span, .footer .div2-right span {
	color: #aaa;
	font-size: 14px;
	display: block;
	padding-bottom: 0.5vw;
}

.footer .div2-center p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 1vw;
}

.footer .div2-right {
	max-width: 270px;
}

.footer .div2-right p {
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 1vw;
}

.footer .code p {
	text-align: center;
	color: #ffffff;
	padding-top: 1vw;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.2vw 0;
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

.copyright p {
	color: #aaaaaa;
	font-size: 13px;
}
.copyright a{
	color: #aaaaaa;
	font-size: 13px;
	margin-right: 15px;
}
.copyright a:hover{
	color: #6d88c6;
	text-decoration: underline;
}
/* 内页banner */
.p-left-right {
	padding-left: 180px;
	padding-right: 180px;
}

.neibanner {
	position: relative;
}

.neibanner img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}

.neibanner-tu {
	display: flex;
	justify-content: center;
	align-content: center;
}

.neibanner-text {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 33;
	top: 50%;
	transform: translateY(-50%);
}

.neibanner-text h3 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.neibanner-text p {
	color: #fff;
	font-size: 19px;
	padding-top: 25px;
	max-width: 400px;
}

.neibanner-text b {
	display: block;
	background: #fff;
	width: 50px;
	height: 2px;
	margin-top: 30px;
}


/* 面包屑导航*/
.breadcrumb-wrapper{
	background: #fff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}
.breadcrumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.breadcrumb a {
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	transition: all 0.6s;
	flex: 1;
	padding: 2vw 0;
	text-align: center;
	border-bottom: 3px solid transparent;
	text-align: center;
}

.breadcrumb a:last-child {
	border-right: none;
}

.breadcrumb a.on, .breadcrumb a:hover {
	border-bottom: 3px solid #3e79ff;
    color: #3e79ff;
    font-weight: bold;
}
.productpage {
	background: #F5F5F5;
}
.productpage ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productpage ul::after{
	content:""; 
	 width: 23%;
}

.productpage li {
	border: 1px solid #F5F5F5;
	width: 23%;
	background: #fff;
	padding:20px;
	margin-bottom: 2vw;
}

.productpage li img {
	display: block;
	max-width: 100%;
	height: 180px;
	margin: 0 auto;
	transition: all 0.6s;
	    border-radius: 5px;
}

.productpage li p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	padding: 2vw 2vw 0 2vw;
	transition: all 1s;
}

.productpage li:hover p {
	color: #3e79ff;
}

.productpage li:hover img {
	transform: scale(1.1);
}

.casepage {
	background: #F5F5F5;
}

.box {
	padding:40px 0px;
}

.casepage ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.casepage ul::after{
	content:""; 
	 width: 32%;
}

.casepage li {
	margin-right: 1.5%;
    margin-bottom: 35px;
    width: 32%;
    height: 460px;
    background-color: #ffffff;
    box-shadow: rgb(1 1 1 / 5%) 1px 1px 5px 0px;
    border-radius: 10px;
    display: inline-block;
}
.casepage li:nth-of-type(3n){
	margin-right: 0px;
}
.casepage li .cardimg {
    width: 100%;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casepage li .cardimg img {
    width: 92%;
    margin-top: 30px;
    height: 250px;
    border-radius: 5px;
}
.casepage li .cardbody {
    padding: 15px;
    margin-top: 15px;
}
.casepage li .cardbody .cardname {
    width: 337px;
    color: #323232;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.casepage li .cardcon {
    padding-top: 5px;
    text-align: justify;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
    width: 337px;
}
.casepage li:hover{
	    box-shadow: rgb(1 1 1 / 10%) 1px 1px 10px 0px;
}

.casepage li:hover .cardname {
	color: #3e79ff;
}
.solutionspage{
	background: #F5F5F5;
}
.solutionspage li{
	margin-bottom: 25px;
	background: #fff;
	padding: 25px;
	    box-shadow: rgb(1 1 1 / 5%) 1px 1px 5px 0px;
	    border-radius: 10px;
}
.solutionspage li:hover{
	box-shadow: rgb(1 1 1 / 10%) 1px 1px 10px 0px;
}
.solutionspage .list-box {
    display: flex;
    position: relative;
}
.solutionspage .list-box .img-bg {
    width: 29%;
    max-width: 372px;
    height: 175px;
    overflow: hidden;
}
.solutionspage .list-box .img-box {
    height: 175px;
}
.solutionspage .list-box .text-box {
    width: calc(71% - 34px);
    margin-left: 34px;
}
.solutionspage .list-box .text-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: all 0.4s;
}
.solutionspage .list-box .text-box p {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}
.solutionspage .list-box .text-box .detail-btn {
    color: #fff;
    padding: 6px 16px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #3e79ff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 24px;
}
.solutionspage .list-box:hover .text-box h4{
	color: #3e79ff;
}
.solutionspage .list-box .text-box .detail-btn:hover{
	background: #316df5;
}
.meiticenter-page .meiti-ul1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.meiticenter-page .meiti-ul1::after{
	content:""; 
	 width: 32%;
}

.meiticenter-page .meiti-ul1 li {
	width: 32%;
	padding: 2vw;
	background: #fff;
	transition: all 0.6s;
	border: 1px solid transparent;
	border: 1px solid #E0E0E0;
	margin-bottom: 2vw;
	border-radius: 8px;
}

.meiticenter-page .meiti-ul1 li a {
	display: block;
}

.meiticenter-page .meiti-ul1 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.meiticenter-page .meiti-ul1 strong {
	color: #333333;
	font-size: 30px;
	display: block;
	padding-bottom: 0.6vw;
}

.meiticenter-page .meiti-ul1 b {
	color: #333333;
	font-size: 18px;
	display: block;
}

.meiticenter-page .meiti-ul1 h3 {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
	margin: 1vw 0;
	transition: all 0.6s;
}

.meiticenter-page .meiti-ul1 p {
	color: #888888;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 1vw;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.meiticenter-page .meiti-ul1 li:hover {
	border: 1px solid #3e79ff;
}

.meiticenter-page .meiti-ul1 li:hover h3 {
	color: #3e79ff;
}

.detail-page {
	background: #fff;
	padding: 3vw 0px;
}

.detail-page .det-tit h3 {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
}

.detail-page .det-tit .div1 {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 20px;
}

.detail-page .det-tit span {
	color: #666;
	font-size: 14px;
	display: block;
	padding: 0 15px;
}

.detail-page .de-tu img {
	display: block;
	width: 100%;
	margin: 10px auto;
}

.detail-page .de-text p {
	line-height: 46px;
	font-size: 15px !important;
	color: #000;
	    word-break: break-all;
}
.detail-page-header{
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	    padding-bottom: 20px;
    color: #0a0a0a;
}
.detail-page-commend {
	margin-top: 20px;
	margin-left: 20px;
}
.detail-page-commend li{
	list-style: outside;
}
.detail-page-commend a{
	padding: 5px 0px ;
	display: block;
	color: #444;
	line-height: 32px;
}
.detail-page-commend a:hover{
	text-decoration: underline;
	color: #3e79ff;
}

.fenpian {
	display: flex;
	display: -webkit-flex;
	border: 1px solid #f2f2f2;
	padding: 10px 20px;
	border-left: none;
	border-right: none;
	margin: 50px 0;
	justify-content: space-between;
	background: #f2f2f2;
    border-radius: 5px;
    position: relative;
}
.fenpian-l{
	padding-top: 10px;
}
.fenpian-l i {
	display: inline-block;
	color: #797979;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.fenpian-l span {
	display: inline-block;
	color: #444;
	font-size: 14px;
}

.fenpian-l a:hover{
	color:#3e79ff;
	text-decoration: underline;
}
.fenpian .back-btn{
	border:1px solid #d3d3d3;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
	color: #555;
	font-size: 15px;
	margin-top:3px;
}
.fenpian .back-btn:hover{
	background: #3e79ff;
	border: 1px solid #3e79ff;
	color: #fff;
}
.about-content{
	background: #fff;
	margin-top: 20px;
}
.about-content h3{
	font-size: 32px;
	font-weight: bold;
	color: #555;
    padding: 40px 0px 20px;
}
.about-content .about-text{
	text-indent: 30px;
	font-size: 15px;
    line-height: 30px;
}
.about-content .about-title{
	text-align: center; 
	margin: 20px 0 14px 0; 
	padding-left: 30px; 
	border-left: 10px solid #3e79ff; 
	font-size: 24px; 
	line-height: 27px; 
	float: left; 
	display: block
}
.about-content .about-item{
	padding-bottom: 40px;
}
.about-content .about-location{
	width: 100%;
	margin-top: 30px;
    border: 1px solid #ddd;
	
}
.about-content img{
	width: 100%;
}
.about-content .about-table{
	width: 100%;
	border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.about-content .about-table td{
	padding: 30px 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.about-content .about-table img{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.about-content .about-rongyu li{
	width: 18.5%;
    display: inline-block;
    margin-right: 1.5%;
    padding-bottom: 20px;
}
.about-content .about-rongyu li:nth-of-type(5n){
	margin-right: 0px;
}
.about-content .about-rongyu img{
	width: 100%;
	height: 320px;
}
.tcdPageCode{
	padding: 15px 20px;
	text-align: center;
	color: #ccc;
}
.tcdPageCode a{
	display: inline-block;
	color: #444;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode a:hover{
	text-decoration: none;
	border: 1px solid #3e79ff;
	color: #3e79ff;
}
.tcdPageCode span.current{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 2px;
	color: #fff;
	background-color: #3e79ff;
	border: 1px solid #3e79ff;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode span.disabled{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
	cursor: not-allowed;
}
.detail-table{
	width: 100%;
}
.detail-table-l{
	width: 70%;
	padding-right: 20px;
}
.detail-table-r{
	padding-left: 50px;
}
.de-text img{
	max-width: 100%;
	height: auto;
}