:root {
	--page-bg: #ffffff;
	--card-bg: #3875e8;
	/* gray-50 */
	--title-color: #333333;
	/* gray-900 */
	--desc-color: #666666;
	/* gray-600 */
}

.base-bg {
	background: #3875e8;
}

.active-bg {
	background: #104492;
}

.page__bg {
	background-color: var(--page-bg);
}

.post__card {
	background-color: var(--card-bg);
}

.post__title {
	color: var(--title-color);
}

.post__desc {
	color: var(--desc-color);
}

* {
	box-sizing: border-box;
}

.hds h2 {
	font-size: 44px !important;
}
.hds p {
	font-size: 40px !important;
}

.small-yw {
	font-size: 19px;
}

.b-5 {
	margin: 0 !important;
}
.b-4 {
	padding-top: 0 !important;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.main-container {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}
.s-main-container {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.full-main {
	width: 100%;
}

.factory .project-one__content {
	min-height: 150px;
}
.factory .project-one__title {
	font-size: 18px;
	line-height: 26px;
}
.factory .project-one__content {
	background-color: rgb(255, 255, 255, .8);
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.index .h-head-box {
	background: #FFFFFF;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition-property:top,opacity;
	transition-duration: 1s ;
	z-index: 999;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.head-box {
	position: relative;
	background: #FFFFFF;
	/* position: fixed;
	left: 0;
	top: 0; */
	transition-property:top,opacity;
	transition-duration: 1s ;
	z-index: 999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.head-box .top-row {
	/* background: #f7f7f7; */
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 1400px; */
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}

.head-box .top-row .top-left {
	float: left;
}

.head-box .top-row .top-left p {
	font-size: 12px;
	color: #999999;
}

.head-box .top-row .top-right {
	float: right;
}

.head-box .top-row .top-right a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #eee;
	color: #999999;
}

.head-box .top-row .top-right a.online {
	background: #3875e8;
	color: #ffffff;
}

.wap-menu {
	float: right;
	background: none;
	border: 1px solid #333;
	padding: 5px 8px;
	display: none;
}

.wap-menu span {
	display: block;
	width: 20px;
	height: 2px;
	background: #333333;
	margin: 4px 0;
}

.logo-row {
	padding: 17px 0;
}

.logo-row .logo-wrap {
	height: 62px;
	float: left;
}

.logo-row .logo-wrap img {
	height: 100%;
	display: block;
}

.logo-row .slogan-wrap {
	float: left;
	padding-left: 30px;
	/* border-left: 1px solid #ddd; */
	margin-top: 6px;
	/* margin-left: 30px; */
}

.logo-row .logo-text {
	font-size: 24px;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
}

.logo-row .slogan-wrap img {
	height: 100%;
	display: block;
}

.logo-row .phone-wrap {
	float: right;
	padding-top: 10px;
}

.logo-row .phone-wrap dt {
	float: left;
	width: 44px;
	height: 44px;
	background: #3875e8;
	border-radius: 50%;
}

.logo-row .phone-wrap dd {
	float: left;
	padding-left: 10px;
}

.logo-row .phone-wrap dd span {
	font-size: 16px;
	/* color: #999999; */
	line-height: 1;
}

.logo-row .phone-wrap dd p {
	font-size: 28px;
	color: #3875e8;
	line-height: 1;
	font-family: Arial;
}

.nav-bg {
	/* background: #333333; */
	/* background: rgba(54,62,69,.7); */
	/* background: #3875e8; */
	/* background: #3875e8; */
	/* height: 50px; */
	height: 60px;
	/* position: absolute;
	bottom: -60px; */
	z-index: 99;
	padding-top: 5px;
}

.nav-row>ul>li {
	float: left;
	/* line-height: 50px; */
	line-height: 60px;
	font-size: 0;
	position: relative;
}

.nav-row>ul>li>a {
	/* font-size: 16px; */
	font-size: 20px;
	/* color: #ffffff; */
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	line-height: 3;
	font-weight: 500;
	/* border-left: 1px solid #434343;
	border-right: 1px solid #2c2c2c; */
}

.nav-row>ul>li:last-child>a {
	padding-right: 0;
}


.nav-row>ul>li:hover {
	/* background: #3875e8; */
	/* background: #104492; */
	/* background: #4A91F9; */
}

.nav-row>ul>li:hover a {
	/* border-color: #3875e8; */
	/* background: #104492; */
}

.nav-row>ul>li:first-child a {
	border-left: none;
}

.nav-row>ul>li:last-child a {
	border-right: none;
}

.nav-row>ul>li[class*="current"] {
	/* background: #3875e8; */
	/* background: #104492; */
	/* background: #4A91F9; */
}

.nav-row>ul>li[class*="current"]>a {
	/* border: none; */
	border-bottom: 2px solid #1e50ae;
}

.nav-row>ul>li ul {
	display: none;
	position: absolute;
	left: 0;
	/* background: #333333; */
	/* background: rgba(54,62,69,.7); */
	/* background: #3875e8; */
	background: #FFFFFF;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
}

.nav-row>ul>li:hover ul {
	display: block;
}

.nav-row>ul>li ul li a {
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	display: block;
	/* color: #cccccc; */
	/* color: #FFFFFF; */
}

.nav-row>ul>li ul li a:hover {
	/* background: #222222; */
	background: #104492;
	color: #ffffff;
}

/* banner */
.home-banner .swiper-slide img {
	width: 100%;
	/* height: 680px; */
	height: calc(100vh - 56px);
	/* height: 760px; */
	object-fit: cover;
	display: block;
}

.home-banner .button .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .5;
	margin: 0 4px;
}

.home-banner .button .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
	border-radius: 5px;
	background: #3875e8;
}

.home-banner .swiper-pagination {
	position: absolute;
	width: 1200px !important;
	left: 50% !important;
	margin-left: -600px;
	text-align: left;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 70px;
	left: 0;
	width: 100%;
}

.home-banner .button {
	width: 1200px;
	position: absolute;
	z-index: 99;
	bottom: 80px;
	left: 50%;
	margin-left: -600px;
}

.home-banner .button .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
	right: 50px;
	left: auto;
}

.home-banner .button .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #3875e8;
	background: #3875e8;
	right: 0;
	left: auto;
}

.home-banner .button .swiper-button-prev:after {
	font-size: 16px;
	color: #ffffff;
}

.home-banner .button .swiper-button-next:after {
	font-size: 16px;
	color: #ffffff;
}

.home-banner img {
	display: block;
}

/* banner结束 */
/* 搜索 */
.search-wrap {
	background: #f7f7f7;
	height: 80px;
	padding: 23px 0;
}

.search-wrap .hot-words {
	float: left;
	line-height: 34px;
}

.search-wrap .hot-words span {
	font-size: 16px;
}

.search-wrap .hot-words span em {
	color: #3875e8;
	font-weight: 700;
}

.search-wrap .hot-words a {
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
}

.search-wrap .search-form {
	float: right;
	font-size: 0;
}

.search-wrap .search-form input {
	height: 42px;
	border: none;

}

.search-wrap .search-form input.text {
	width: 300px;
	background: #ffffff;
	text-indent: 20px;
	font-size: 16px;
	color: #999999;
}

.search-wrap .search-form input.btn {
	text-indent: -999999px;
	width: 34px;
	height: 34px;
	background: #3875e8 url(../image/search-btn.png) center center no-repeat;
	background-size: 50%;
}

/* 搜索结束 */
/* 产品 */
.product {
	/* margin: 80px auto; */
	/* margin-top: 100px; */
}
.product .list {
	/* margin: 50px auto; */
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.product .list .item {
	width: 33.3%;	
	word-wrap:break-word; 
	word-break:break-all; 
	padding: 10px;
	line-height: 24px;
	font-size: 16px;
	position: relative;
}
.product .list .item a {
	display: block;
	transition: ease .65s;
	border-radius: 3px;
}
.product .list .item a:hover {
	box-shadow: 0 0 16px #b1b1b1;
}
.product .list .item .info {
	/* padding: 10px 10px 0; */
	padding-top: 10px;
	display: block;
}
.product .list .item a .info::after {
	content: '';
	display: block;
	height: 1px;
	background: #104492;
	width: 0;
	transition: ease .65s;
}

.product .list .item a:hover .info::after {
	width: 100%;
}
.product .list .item a:hover img{
	box-shadow: 0 0 16px #b1b1b1;
	position: relative;
	top: -10px;
	right: -10px;
}
.product .list .item .info h4 {
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 10px;
}
.product .list .item .info p {
	padding: 0 10px 10px;
}
.product .list .item a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: ease .65s;
	position: relative;
	top: 0;
	right: 0;
}

.product-category {
	width: 25%;
	float: left;
	padding-right: 40px;
}

.product-category .title {
	width: 100%;
	height: 120px;
	background: #3875e8 url(../image/net-bg.png) top center no-repeat;
	/* padding-left: 40px; */
	overflow: hidden;
	text-align: center;
}

.product-category .title p {
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 10px;
}

.product-category .title span {
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	opacity: .5;
	line-height: 1;
	text-transform: uppercase;
}

.product-category .list {
	background: #333333;
	padding: 6px 10px;
	/* min-height: 360px; */
	min-height: 400px;
}

.product-category .list ul li {
	padding: 4px 0;
}

.product-category .list ul li a {
	line-height: 40px;
	/* padding-left: 40px; */
	display: block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	text-align: center;
}

/* .product-category .list ul li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
} */

.product-category .list ul li[class*="current"] a {
	background: #3875e8;
}

.product-category .list ul li:hover a {
	background: #3875e8;
}

.product-category .phone {
	width: 100%;
	height: 120px;
	background: #3875e8 url(../image/net-bg.png) bottom center no-repeat;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 40px;
}

.product-category .phone dl dt {
	width: 44px;
	height: 44px;
	float: left;
	margin-top: -3px;
	margin-right: 3px;
}

.product-category .phone dl dt img {
	display: block;
}

.product-category .phone dl dd span {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}

.product-category .phone dl dd p {
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
}

.product-list {
	width: 75%;
	margin: 0 auto;
	/* width: 100%; */
	/* float: left; */
}

.b-2 .product-list {
	width: 100%;
}
.message-form {
	/* width: 50%; */
	width: 700px;
	/* float: left; */
	margin: 0 auto;
}

.contact-form .form-item {
	flex: 1;
	margin: 0 16px 16px 0;
}

.contact-form .form-group {
	display: flex;
}
.contact-form .form-item {
	/* display: block;
    width: 100%;
    height: calc(1.1em + 2rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #999;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none!important; */
}

.case .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 100px 0;
}
.case .list .item {
	width: 25%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 100px;
}
.case .list img {
	/* flex: 1; */
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* margin: 10px; */
}
.product-list .title {
	/* line-height: 60px; */
	padding-bottom: 20px;
}

.product-list .title p {
	font-size: 24px;
	font-weight: bold;
	/* color: #333333; */
	/* float: left; */
	text-align: center;
}

.product-list .title .home-pcate {
	width: 700px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.product-list .title .home-pcate li:first-child a{
	background: #3875e8;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 3px;
}

.product-list .title  .home-pcate li a{
	font-size: 16px;
}

.product-list .title p em {
	color: #3875e8;
}

.product-list .title a {
	/* float: right; */
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.product-list .title a:hover {
	color: #3875e8;
}

.product-list .list {
	width: 100%;
	min-height: 580px;
	overflow: hidden;
}

.product-list .list ul li {
	padding: 0 15px;
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 30px;
}
.b-2 .product-list .list ul li {
	/* padding: 0 15px; */
	margin: 15px;
	float: left;
	/* width: 33.33%; */
	width: 22.5%;
	text-align: center;
	margin-bottom: 30px;
	background: #FFFFFF;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
}

.product-list .list .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
	/* margin-bottom: 10px; */
	position: relative;
}

.td-info p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
.td-info p.info {
	font-size: 16px;
	background: #C5AE8E;
	line-height: 24px;
} 
.product-list .list .text {
	padding: 10px 0;
}

.product-list .list .img a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: #3875e8;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}

.product-list .list .img i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../image/search-btn.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -50px;
	z-index: 99;
	pointer-events: none;
	transition: all .3s;
}

.product-list .list ul li:hover .img a {
	opacity: 0.7;
}

.product-list .list ul li:hover .img i {
	top: 50%;
	margin-top: -15px;
}

.product-list .list .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.product-list .list .text a {
	font-size: 16px;
	line-height: 40px;
}

.product-list .list ul li:hover .text a {
	color: #3875e8;
}

/* 产品结束 */
/* 优势和特点 */
.advantage {
	/* height: 550px; */
	/* height: 420px; */
	background: url(../image/about-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	padding: 100px 0;
	/* margin: 100px auto; */
	margin-top: 100px;
	/* color: #FFFFFF; */
	min-height: 500px;
	margin-bottom: 100px;
}

.zl-ul .img {
	height: auto !important;
}
.advantage {
	margin: 0 !important;
}
.advantage .bd .y h2 {
	/* font-size: 42px; */
	font-size: 40px;
	padding-bottom: 0;
	padding-top: 10px;
	font-weight: 600;
}
.advantage .bd {
	/* width: 1300px !important; */
}
.advantage .bd .y {
	/* width: 650px; */
	/* width: 700px; */
	width: unset;
	float: unset !important;
	text-align: left;
	padding: 0;
}
.advantage .bd .y .title {
	text-align: left;
	padding-bottom: 65px;
}

.advantage .bd .y .aicon-list {
	padding-top: 30px;
}
.advantage .bd .y .aicon-list img {
	margin-right: 20px;
}
.advantage .bd .y .c-img {
	/* width: 550px; */
	height: 350px;
	object-fit: cover;
	margin-left: 100px;
}
.advantage .bd .y .i {
	/* font-size: 18px; */
	font-size: 22px;
	line-height: 36px;
	color: #4a4a4a;
}

.advantage .title {
	text-align: center;
}

.advantage .title p {
	font-size: 20px;
	/* color: #ffffff; */
	line-height: 1;
	margin-bottom: 1px;
	font-weight: 500;
}

.advantage .title p em {
	color: #2984F6;
}

.advantage .title p em strong {
	font-size: 40px;
	font-style: italic;
}

.advantage .title span {
	font-size: 14px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.advantage .list {
	margin-top: 50px;
}

.advantage .list ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.advantage .list ul li p {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
}

.advantage .list ul li p img {
	width: 100%;
	display: block;
	transition: all .3s ease;
}

.advantage .list ul li:hover p img {
	transform: rotateY(180deg);
}

.advantage .list ul li span {
	/* font-size: 18px; */
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}

.advantage .list-row{
	padding-bottom: 50px;
}

/* .advantage .i {
	text-indent: 2em;
} */

.application {
	margin-top: -160px;
}

.application .swiper-container .swiper-slide {
	width: 50%;
	background: #3875e8;
	padding: 35px 60px;
	height: 315px;

}

.application .swiper-container .swiper-slide:nth-child(2n+1):after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}

.application .swiper-container .swiper-slide .number {
	width: 140px;
	float: left;

}

.application .swiper-container .swiper-slide .number p {
	font-size: 100px;
	color: #ffffff;
	/* height: 70px; */
	overflow: hidden;
	font-family: DIN, Arial, Helvetica, sans-serif;
	line-height: 1;
}

.application .swiper-container .swiper-slide .number:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
	/* margin-top: 20px; */
}

.application .swiper-container .swiper-slide .text {
	width: calc(100% - 140px);
	float: left;
	padding: 80px 20px 0;

}

.application .swiper-container .swiper-slide .text p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
}

.application .swiper-container .swiper-slide .text span {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}

.application .swiper-button-prev {
	width: 40px;
	height: 80px;
	background: url(../image/arrow-bg.png) left top no-repeat;
	left: 50%;
	margin-left: -40px;
}

.application .swiper-button-next {
	width: 40px;
	height: 80px;
	background: url(../image/arrow-bg.png) right top no-repeat;
	right: 50%;
	margin-right: -40px;
}

.application .swiper-button-prev:after {
	color: #ffffff;
	font-size: 24px;
	margin-left: 10px;
}

.application .swiper-button-next:after {
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px;
}

/* 优势和特点结束 */
/* 关于我们 */
.about {
	/* margin: 60px auto; */
}

.about .a-hz {
	font-size: 22px;
	text-align: center;
	margin-bottom: 150px;
	color: #727273;
	line-height: 36px;
}
.about .a-detail {
	font-size: 16px;
	line-height: 30px;
	background: #FFFFFF;
	position: relative;
	top: -120px;
	box-shadow: 11px 10px 30px rgb(43 43 43 / 25%);
	padding: 60px 130px;
	display: flex;
	align-items: center;
	line-height: 32px;
}
.about .a-detail .img-row {
	width: 40%;
	flex-shrink: 0;
	margin-right: 100px;
	height: 330px;
}
.about .a-detail .img-row img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .a-product {
	margin: 0 auto;
	margin-bottom: 100px;
}
.about .a-product .p-list {
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
	padding-top: 90px;
}
.about .a-product .p-list .p-item {
	background: #FFFCF8;
	line-height: 32px;
	font-size: 22px;
	box-shadow: -7px -4px 10px rgb(0 0 0 / 25%);
	margin-right: 20px;
	/* min-height: 300px; */
	width: 24%;
	height: 350px;
	padding: 100px 40px;
	word-wrap:break-word; 
	word-break:break-all; 
	color: #727273;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about .a-product .p-list .p-item:nth-child(1) {
	margin-top: -100px;
}
.about .a-product .p-list .p-item:nth-child(4) {
	margin-top: -100px;
}
.about .a-product .p-list .p-item h3 {
	padding-bottom: 40px;
	color: initial;
	font-weight: 400;
}
/* .a-product .p-list .p-item p {
	pa
} */
.about .a-product .p-list .p-item:last-child {
	margin-right: 0;
}

.about .a-product .patent-list {
	display: flex;
	
}
.about .a-product .item {
	width: 33.3%;
    height: 380px;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
}

.about .a-product .item .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/* background: rgba(56, 117, 232, .6); */
	/* opacity: 0; */
	display: flex;
	align-items: flex-end;
	justify-content: right;
	padding: 0 20px 20px 0;
	font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.about .a-product .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.about .a-product .project-one__img:before {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 30px;
}

.about .a-product .patent-1::before {
	content: '新材料';
}

.about .a-product .patent-2::before {
	content: '新能源';
}

.about .a-product .patent-3::before {
	content: '生命工程';
}

.about .a-product .patent-4::before {
	content: '航空航天与未来科技';
}

/* 
.about .a-product .item a:hover {
	transform: scale(1.5);
	transition: .5s;
} */
.patent-detail {
	margin-bottom: 50px;
}
/*.patent-detail table td p span{
	font-size: 18px !important;
}*/
.patent-detail .p-table tbody> tr > td {
        font-family:liberation sans;
        font-size: 18px;
        text-align: center;
}

.about .a-product .item .img {
	width: 100%;
	height: 100%;
}

.about .a-product .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .a-cl {
	background: url('../picture/a-bg1.png');
	background-position: center;
	height: 500px;
}
.a-ptitle {
	font-size: 22px;
	text-align: center;
	color: #434343;
	padding-bottom: 40px;
}
.a-htitle {
	font-size: 32px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	color: initial;
}
.a-htitle::before {
	display: block;
	content: '';
	height: 1px;
	width: 200px;
	background: #434343;
	margin-right: 50px;
}
.a-htitle::after {
	display: block;
	content: '';
	height: 1px;
	width: 200px;
	background: #434343;
	margin-left: 50px;
}
.about .a-detail .t-text {
	font-weight: 400;
	padding-bottom: 20px;
	color: #727273;
	font-size: 48px;
}
.about .a-detail .p-text {
	font-size: 32px;
	border-bottom: 1px solid #727273;
	padding-bottom: 20px;
	font-weight: 500;
}
.about .a-detail .info {
	padding-top: 35px;
	color: #727273;
	font-size: 22px;
}

.about .a-detail .info span {
	text-indent: 2em;
	display: inline-block;
}

.about .a-detail .aicon-list {
	position: absolute;
	left: 0;
	right: 0;
	width: 80%;
	bottom: -130px;
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
}
.about .a-detail .aicon-list img {
	/* width: 150px; */
}



.about .product-list .img-row {
	width: 100%;
	height: 450px;
}

.about .product-list .img-row img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about-left {
	width: 800px;
	float: left;
	padding-top: 30px;
}

.about-left .text-row {
	/* height: 150px; */
	margin-bottom: 10px;
}

.about-left .text-row .title {
	width: 25%;
	float: left;
}

.about-left .text-row .title p {
	font-size: 30px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}

.about-left .text-row .title p em {
	color: #3875e8;
}

.about-left .text-row .title span {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1;
	color: #999999;
}

.about-left .text-row .content {
	width: 75%;
	float: left;
}

.about-left .text-row .content p {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}

.about-left .img-row {
	position: relative;
	height: 300px;
}

.about-left .img-row img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	display: block;
}

.about-left .img-row a {
	width: 80px;
	height: 80px;
	display: block;
	background: #3875e8;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: -20px;
	text-transform: uppercase;
}

.about-right {
	width: 300px;
	float: right;
}

.about-right {
	padding: 20px;

}

.about-right img {
	width: 100%;
	display: block;
	border: 8px solid #ddd;
}

/* 团队风采 */
.teambox .avatar-box {
	position: relative;
}

.teambox .avatar-box .text {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 10px;
	line-height: unset;
	background: rgba(0, 0, 0, .4);
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}

.bmyy {
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}

.teambox .list-row {
	padding: 30px 0;
}

.teambox .list-row .swiper-container {
	padding: 0 40px;
}

.teambox .list-row .swiper-slide {
	width: 25%;
	padding: 0 10px;
}

.teambox .list-row .swiper-slide .img {
	width: 100%;
	/* height: 180px; */
	overflow: hidden;
}

.teambox .list-row .swiper-slide a {
	width: 100%;
	display: block;
	position: relative;
}

.teambox .list-row .swiper-slide .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.teambox .list-row .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
}

.teambox .list-row .swiper-slide .text p {
	font-size: 16px;
	color: #ffffff;
	line-height: 180px;
}

.teambox .list-row .swiper-slide:hover .text {
	opacity: 1;
}

.teambox .swiper-button-prev {
	left: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #FFFFFF;
	margin-top: 0;
}

.teambox .swiper-button-next {
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #FFFFFF;
	margin-top: 0;
}

#swiper5 .swiper-slide{
	width: 20%;
}
/* 团队风采结束 */
.scientific {

}
.scientific .title-row {
	line-height: 40px;
	margin-bottom: 10px;
}

.scientific .title-row p {
	font-size: 24px;
	color: #333333;
	float: left;
}

.scientific .title-row p em {
	color: #3875e8;
}

.scientific .title-row a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

.scientific .title-row a:hover {
	color: #3875e8;
}

.scientific .list-row {
	padding: 0 10px 50px;
}

.scientific .list-row .swiper-slide {
	width: 33.3%;
	height: 380px;
	/* padding: 0 10px; */
	padding: 0 5px;
	/* margin: 0 10px; */
	overflow: hidden;
}
.scientific .list-row .swiper-slide:last-child {
	padding-right: 0;
}

.scientific .list-row .swiper-slide .img {
	width: 100%;
	height: 100%;
	/* height: 180px; */
	overflow: hidden;
}

.scientific .list-row .swiper-slide a:hover {
	transform: scale(1.5);
	transition: .5s;
}

.scientific .list-row .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.news-detail .detail .n-title{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.news-detail .detail .n-title h4 {
	font-size: 22px;
	font-weight: 400;
}
.news-detail .detail .parse-box {
	box-shadow: 0 0 6px 4px #f1f1f1;
	border-top: 2px solid #104492;
	margin-bottom: 30px;
	min-height: 50vh;
}
.news-detail .detail .pages {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.news-detail .detail .parse-box .info {
	width: 72%;
	margin: 0 auto;
	padding: 50px 0;
}

/* 新闻中心 */
.news {
	/* margin-top: 100px; */
}
.news .news-list {
	padding: 30px 0;
}
.news .news-list .item {
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	display: flex;
	align-items: center;
}

.news .news-list .item h3 {
	color: #333333;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 26px;
}

.news .news-list .item .info {
	font-size: 16px;
	color:#666;
	line-height: 24px;
	margin-bottom: 25px;
	width: 83%;
}
.news .news-list .item .img {
	margin-right: 30px;
	width: 280px;
	height: 180px;
	object-fit: cover;
}
.news .news-list .item .t-1 {
	font-size: 26px;
    margin-right: 5px;
}

.news .news-list .item .t-3 {
	font-size: 17px;
	margin-left: 5px;
}
.news .news-list .item .more-btn {
	flex-shrink: 0;
	text-align: center;
    height: 40px;
    line-height: 40px;
	/* border: 1px solid #666666; */
	width: 160px;
	color: #FFFFFF;
	background: #1e50ae;
}

.nav-list ul{
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	justify-content: center;
}

.nav-list .item {
	margin: 0 5px;
    font-size: 22px;
    line-height: 75px;
    text-align: center;
    padding: 0 20px;
    height: 75px;
}

.news-box .g-in {
	/* width: 1400px; */
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.news-box .b-4 {
	padding-bottom: 100px;
}

.text-hx {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-box .z {
	width: 48% !important;
}
.news-box .z .pic {
	width: 100%;
	height: 400px;
}

.news-box .z .pic img {
	width: 100%;
	height: 100%;
}

.scientific .list-row .swiper-slide .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.scientific .list-row .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/* background: rgba(56, 117, 232, .6); */
	/* opacity: 0; */
	display: flex;
	align-items: flex-end;
	justify-content: right;
	padding: 0 20px 20px 0;
}

.scientific .list-row .swiper-slide .text p {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	/* line-height: 180px; */
}

.scientific .list-row .swiper-slide:hover .text {
	opacity: 1;
}

.scientific .swiper-button-prev {
	left: 0;
	height: 100%;
	width: 40px;
	top: 0;
	/* background: #3875e8; */
	/* background: rgb(30, 79, 171); */
	background: #FFFFFF;
	margin-top: 0;
}

.scientific .swiper-button-prev:after {
	/* color: #ffffff; */
}

.scientific .swiper-button-next {
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #FFFFFF;
	/* background: rgb(30, 79, 171); */
	margin-top: 0;
}

/* 厂容厂貌 */
.factory .title-row {
	line-height: 40px;
	margin-bottom: 10px;
}

.factory .title-row p {
	font-size: 24px;
	color: #333333;
	float: left;
}

.factory .title-row p em {
	color: #3875e8;
}

.factory .title-row a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

.factory .title-row a:hover {
	color: #3875e8;
}

.factory .list-row {
	padding: 30px 0;
}

.factory .list-row .swiper-container {
	/* padding: 0 40px; */
}

/* .scientific .list-row .swiper-slide{
	width: 25% !important;
}
.scientific .list-row .swiper-slide .img {
	height: 400px;
} */

.factory .list-row .swiper-slide {
	width: 25%;
	height: 400px;
	padding: 0 10px;
}

.factory .list-row .swiper-slide .img {
	width: 100%;
	height: 100%;
	/* height: 180px; */
	overflow: hidden;
}

.factory .list-row .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}


.factory .list-row .swiper-slide .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.factory .list-row .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/* background: rgba(56, 117, 232, .6); */
	/* opacity: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.factory .list-row .swiper-slide .text p {
	font-size: 16px;
	color: #ffffff;
	/* line-height: 180px; */
}

.factory .list-row .swiper-slide:hover .text {
	opacity: 1;
}

.factory .swiper-button-prev {
	left: 0;
	height: 100%;
	width: 40px;
	top: 0;
	/* background: #3875e8; */
	/* background: rgb(30, 79, 171); */
	background: #FFFFFF;
	margin-top: 0;
}

.factory .swiper-button-prev:after {
	/* color: #ffffff; */
}

.factory .swiper-button-next {
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #FFFFFF;
	/* background: rgb(30, 79, 171); */
	margin-top: 0;
}

.factory .swiper-button-next:after {
	/* color: #ffffff; */
}

/* 厂容厂貌结束 */
/* 新闻 */
.news {
	/* margin: 50px auto; */
	overflow: hidden;
}

.news-item-wrap {
	padding: 0 15px;
	width: 33.33%;
	float: left;
}

.news-item-wrap .title {
	line-height: 40px;
	margin-bottom: 10px;
}

.news-item-wrap .title p {
	font-size: 24px;
	color: #333333;
	float: left;
}

.news-item-wrap .title p em {
	color: #3875e8;
}

.news-item-wrap .title a {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.news-item-wrap .title a:hover {
	color: #3875e8;
}

.news-item-wrap .list .hot-news .img {
	width: 100%;
	height: 174px;
	overflow: hidden;
}

.news-item-wrap .list .hot-news .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.news-item-wrap .list .hot-news .text {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}

.news-item-wrap .list .hot-news .text h4 {
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-item-wrap .list .hot-news .text h4 a {
	/* font-size: 18px; */
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	line-height: 1;
}

.news-item-wrap .list .hot-news .text h4:hover a {
	color: #3875e8;
}

.news-item-wrap .list .hot-news .text p {
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}

.news-item-wrap .list .news-list {
	margin-top: 10px;
}

.news-item-wrap .list .news-list ul li {
	line-height: 36px;
}

.news-item-wrap .list .news-list ul li span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.news-item-wrap .list .news-list ul li a {
	display: block;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}

.news-item-wrap .list .news-list ul li:hover a {
	color: #3875e8;
}

.news-item-wrap .qna-wrap {
	border: 1px solid #ddd;
	padding: 0 20px;
}

.news-item-wrap .list .qna-item {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dashed #ddd;
}

.news-item-wrap .list .qna-item:last-child {
	border: none;
}

.news-item-wrap .list .qna-item .q-row {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

.news-item-wrap .list .qna-item .q-row:after {
	content: 'Q';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #3875e8;
}

.news-item-wrap .list .qna-item .q-row a {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.news-item-wrap .list .qna-item .q-row:hover a {
	color: #3875e8;
}

.news-item-wrap .list .qna-item .a-row {
	padding-left: 30px;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	position: relative;
}

.news-item-wrap .list .qna-item .a-row:after {
	content: 'A';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: #999999;
}

/* 新闻结束 */
/* 友情链接 */
.link {
	padding: 30px 0;
	background: #f5f5f5;
	font-size: 0;
}

.link span {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
	margin-right: 30px;
}

.link span img {
	display: block;
}

.link a {
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
}

/* 友情链接结束 */
/* footer */
.footer {
	background: #333333;
	/* background: url('/static/picture/foot-bg.jpg'); */
}
.footer .footer-logo {
	padding: 40px 0 0;
	margin-bottom: 20px;
}

.footer .foot-hbg {
	background: url('../picture/foot-bg.jpg');
}

.footer .footer-nav-row {
	line-height: 1;
	padding: 30px 0;
	border-bottom: 1px solid #505050;
}

.footer .footer-nav-row ul li {
	float: left;
}

.footer .footer-nav-row ul li a {
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #ffffff;
	border-right: 1px solid #555;
}

.footer .contact-row {
	padding-bottom: 50px;
	display: flex;
}

.footer .contact-row .footer-logo {
	float: left;
}

.footer .contact-row .add-wrap {
	float: left;
	/* margin-left: 60px;
	padding-left: 80px; */
	/* border-left: 1px solid #505050; */
	width: 400px;
}
.f-product {
	padding: 0 45px;
	max-width: 300px;
}
.footer .contact-row .first-wrap {
	border: none;
}
.footer .contact-row .add-wrap strong {
	/* font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px; */
	font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.hr-bgline {
	border-top-color: #666;
    border-top-style: solid;
    border-top-width: 1px;
	margin-bottom: 0!important;
	margin-top: 1rem;
}
hr {
	box-sizing: content-box;
    height: 0;
	border: 0;
}
.hr-line {
	border-top-color: #3875e8;
	border-top-style: solid;
	border-top-width: 2px;
	width: 66px;
	margin-left: 0;
	margin-right: auto;
	margin-top: -2px;
}


.footer .contact-row .add-wrap p {
	/* font-size: 14px;
	color: #777777; */
	font-size: 15px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
}

.footer .contact-row .add-wrap .p-conent {
	/* font-size: 14px;
	color: #777777; */
	font-size: 15px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
}

.footer .contact-row .add-wrap .f-pcatelist li{
	font-size: 16px;
	color: #ffffff;
	line-height: .9;
	margin-bottom: 20px;
	margin-top: 25px;
	list-style: disc;
	margin-left: 15px;
}

.footer .contact-row .contact-wrap {
	float: left;
	margin-left: 100px;
}

.footer .contact-row .contact-wrap strong {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}

.footer .contact-row .contact-wrap p {
	/* font-size: 30px; */
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
}

.footer .contact-row .contact-wrap a {
	width: 120px;
	height: 36px;
	display: block;
	background: #3875e8;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

.footer .contact-row .contact-wrap a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../image/contact-icon.png);
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.footer .contact-row .qr-wrap {
	float: right;
	text-align: center;
	margin-left: 100px;
}

.footer .contact-row .qr-wrap img {
	/* width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 10px; */
}

.footer .contact-row .qr-wrap p {
	font-size: 12px;
	color: #777777;
	line-height: 1;
}

.footer .copyright-row {
	line-height: 80px;
	/* border-top: 1px solid #505050; */
}

.footer .copyright-row p {
	/* color: #777777; */
	font-size: 16px;	
	color: #FFFFFF;
	float: left;
}

.footer .copyright-row span {
	float: right;
	/* font-size: 14px;
	color: #777777; */
	font-size: 16px;
	color: #FFFFFF;
}

.footer .copyright-row span a {
	color: #ffffff;
}

/* footer结束 */
/* 产品列表页 */
.page-banner {
	width: 100%;
	/* height: 300px; */
	height: 500px;
}

.page-banner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.breadcrumb {
	float: left;
	line-height: 34px;
	font-size: 16px;
}

.breadcrumb #crumbs {
	display: inline;
}

.breadcrumb a::after {
	content: '>';
	margin: 0 5px;
}

.navigation {
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}

.navigation h2 {
	display: none;
}

.navigation a,
.navigation span {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}

.navigation span {
	background: #3875e8;
	color: #ffffff;
}

.navigation a:hover,
.navigation span:hover {
	background: #3875e8;
	color: #ffffff;
}

.navigation a.next,
.navigation a.prev {
	width: auto;
	padding: 0 15px;
}

.page-main {
	padding-bottom: 20px;
}

/* 产品列表页结束 */
/* 图文列表 */
.product-list.img-text-list ul li {
	width: 100%;
	padding: 30px 0;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
}

.product-list.img-text-list ul li:first-child {
	padding-top: 0;
}

.product-list.img-text-list ul li a {
	float: none;
	opacity: 1;
	position: static;
}

.product-list.img-text-list .title {
	line-height: 30px;
	margin-bottom: 10px;
}

.product-list.img-text-list .title a {
	font-size: 18px;
}

.img-text-list .img {
	width: 240px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}

.img-text-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-text-list .text {
	width: calc(100% - 260px);
	float: left;
	padding-left: 20px;
}

.img-text-list .text .content {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666666;
}

.img-text-list .text .more {
	line-height: 32px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ddd;
	color: #999999;
}

.img-text-list .text .more:hover {
	color: #ffffff;
	background: #3875e8;
	border: 1px solid #3875e8;
}

/* 图文列表结束 */
/* 文字列表 */
.text-list {
	width: 75%;
	float: left
}

.text-list .list {
	min-height: 500px;
}

.text-list .list ul li {
	width: 100%;
	padding: 0;
	line-height: 60px;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 0;
}

.text-list .list ul li span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.text-list .list ul li a {
	display: block;
	width: 70%;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

/* 文字列表结束 */
/* 联系我们 */
.page-content {
	/* padding-bottom: 50px; */
}

.page-content strong {
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}

.page-content p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}

.page-content .map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 1px solid #999;
	margin-top: 30px;
}

.page-content .map img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* 联系我们结束 */
/* 关于我们 */
.page-content img {
	max-width: 100%;
	height: auto;
	/* display: block; */
}

/* 关于我们结束 */
/* 详情页 */
.page-content .content-title {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.page-content .content-title h4 {
	font-size: 30px;
}

.page-content .content-title p span {
	font-size: 14px;
	color: #999999;
	margin: 0 10px;
	white-space: nowrap;
}

.page-content .content-text {
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.page-content .content-text h1 {
	font-size: 18px;
}

.page-content .content-text h2 {
	font-size: 16px;
}

.page-content .content-text h3 {
	font-size: 15px;
}

.page-content .content-text h4 {
	font-size: 14px;
}

.page-content .content-text h5 {
	font-size: 13px;
}

.page-content .content-text h6 {
	font-size: 12px;
}

.page-content .content-text p {
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 10px;
}

.page-content .content-text img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}

.page-content .content-page {
	line-height: 30px;
	padding: 20px 0;
}

.page-content .content-page .row div {
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-content .content-page span {
	font-size: 14px;
	color: #999999;
	margin: 0 15px;
}

.page-content .content-page a {
	font-size: 14px;
	color: #666666;
}

.page-content .content-page .next span {
	float: right;
}

.page-content .content-page .next {
	text-align: right;
}

.map-box {
	background: #fbfbfb;
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

.map-box .h-title {
	margin-top: 0;
}

.link-box {
	padding-bottom: 100px;
	/* background:url(../image/bg.png);
	border-bottom:3px solid #f7f7f7; */
}

.concat .h-title {
	font-size: 36px;
    font-family: Microsoft YaHei;
	text-align: center;
	padding: 80px 0;
}
.concat .icon-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.icon-list .icon-item {
	text-align: center;
	font-size: 16px;
    color: #333;
	flex: 1;
}
.icon-item .icon-title {
	font-size: 20px;
	line-height: 1.5;
	padding: 10px 0 10px;
	display: inline-block;
}

.icon-item .icon img {
	padding: 35px;
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;	
	overflow: hidden;
	border: 3px solid #3875e8;
}
/* 详情页结束 */
/* 产品详情 */
.page-content .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.page-content .pd-content {
	text-align: left;
	display: flex;
	align-items: center;
	border: none;
  }

  .content-title .title {
	border-left: 6px solid #3875e8;
	padding-left: 20px;
	line-height: 30px;
  }

  .content-title .tip-title p {
	padding-left: 30px;
	font-size: 16px;
	color: #999;
	margin-bottom: 30px;
  }

  .content-title .title-1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333;
	font-weight: 700;
  }

  .content-title .right-box {
	margin-left: 50px;
	width: 550px;
	flex-shrink: 0;
  }

  .right-box .top-swiper {
	width: 550px;
	height: 400px;
	margin-bottom: 10px;
  }

  .right-box .swiper-container {
	height: 100%;
  }

  .right-box .swiper-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .right-box .bottom-swiper .arrow-left,
  .arrow-right {
	width: 20px;
	height: auto;
	margin-top: 35px;
  }

  .right-box .bottom-swiper .arrow-left {
	float: left;
  }

  .right-box .bottom-swiper .arrow-right {
	float: right;
  }

  .right-box .bottom-swiper .list {
	display: flex;
	align-items: center;
  }

  .right-box .bottom-swiper .imgbox {
	height: 80px;
	width: 80px;
	/* border: 1px solid #ddd; */
	overflow: hidden;
	border-radius: 2px;
  }

  .right-box .bottom-swiper .active-nav {
	border: 1px solid #104492;
  }

  .right-box .bottom-swiper img {
	object-fit: cover;
  }
  .product-detail {
	margin-top: 100px;
	/* margin-bottom: 50px; */
  }
  .recom {
	/* width: 1200px; */
	/* margin: 0 auto 100px; */
  }

  .recom .h-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
  }

  .recom .recom-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
	overflow: hidden;
  }

  .recom .recom-list::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
  }

  .recom .recom-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
  }

  .recom .recom-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
  }

  .recom-list .recom-item {
	width: calc(25% - 20px);
	box-shadow: 0 0 4px 4px #ededed;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px;
	flex-shrink: 0;
  }
  .recom-item .img-box {
	width: 100%;
	height: 269px;
	overflow: hidden;
  }
  .recom-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .recom-item:hover img {
	transform: scale(1.5);
	transition: .5s
  }
  .recom-item .info-box {
	font-size: 15px;
	font-family: Microsoft YaHei;
	padding: 15px 20px 20px;
	color: #999;
  }

  .recom-item .info-box .title {
	font-size: 20px;
	line-height: 2;
	color: #3875e8;
  }
  .recom-item .info-box .title::before {
	content: '';
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background: #3875e8;
  }
  .factory .owl-item {
	width: 25%;
	padding: 0 20px;
  }
  .factory .owl-item .t-img {
	height: 400px;
	object-fit: cover;
  }
  .problem {
	margin: 50px auto;
  }
  .problem .content-text {
	line-height: 2;
  }
	
/* 产品详情结束 */
@media only screen and (min-width: 760px) and (max-width: 1400px) {
	/* .main-container {
		width: 900px;
	} */
	.factory .owl-item {
		width: 33.3%;
	}
}

@media only screen and (max-width: 760px) {
	.advantage .bd .y {
		flex-wrap: wrap;
	}
	.main-container {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.empty-img {
		width: 100%;
	}
	.full-main {
		width: 100%;
		min-width: 100%;
	}

	.row {
		margin-right: -5px;
		margin-left: -5px;
	}

	/* 头部 */
	.head-box .top-row {
		/* display: none; */
	}

	.nav-bg {
		border-top: 1px solid #ddd;
		height: auto;
		position: absolute;
		z-index: 99;
		background: #333;
		overflow: hidden;
		padding: 15px 0;
		display: none;
	}

	.nav-row>ul>li {
		float: none;
		position: relative;
		text-align: center;
	}

	.nav-row>ul>li>a {
		padding: 0;
		width: 100%;
		border: none;
	}

	.nav-row>ul>li ul {
		display: none;
	}

	.nav-row>ul>li:hover ul {
		display: none;
	}

	.nav-bg.wap-home {
		display: block;
	}
	.logo-row {
		width: 100%;
	}
	.logo-row .logo-wrap {
		height: 34px;
		float: left;
	}

	.wap-menu {
		display: block;
	}

	.slogan-wrap {
		display: none;
	}

	.phone-wrap {
		display: none;
	}

	/* banner */
	.home-banner .swiper-slide img {
		height: 200px;
	}

	.home-banner .button {
		display: none;
	}

	/* search */
	.search-wrap {
		padding: 15px 0;
		height: auto;
	}

	.search-wrap .hot-words {
		display: none;
	}

	.search-wrap .search-form {
		width: 100%;
	}

	.search-wrap .search-form input.text {
		width: calc(100% - 34px);
	}

	/* product */
	.product-category {
		width: 100%;
		padding: 0;
	}
	.page-content .content-title {
		display: block !important;
	}
	.product-category .list {
		min-height: unset !important;
	}
	.product-category .title {
		display: none;
	}

	.product-category .phone {
		display: none;
	}

	.product-category .list {
		overflow: hidden;
		overflow-x: hidden;
		display: -webkit-box;
		overflow-x: scroll;
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 8px;
	}
	.product-category .list::-webkit-scrollbar {
		display: none;
	}

	.product-category .list ul {
		white-space: nowrap;
		width: auto;
		overflow: hidden;
	}

	.product-category .list ul li {
		display: inline-block;
	}

	.product-category .list ul li a {
		padding: 0 15px;
	}

	.product-category .list ul li a:after {
		display: none;
	}

	.text-list {
		width: 100%;
	}

	.product-list {
		width: 100%;
	}

	.product-list .pages {
		display: none;
	}

	.product-list ul li {
		width: 100% !important;
		padding: 0 5px;
	}

	.product-list ul li {
		margin-bottom: 10px;
	}

	.product-list ul li .img {
		height: 120px;
		margin-bottom: 0;
	}
	
	.recom {
		width: 100% !important;
	}
	.recom .recom-list .recom-item {
		width: unset;
	}

	.content-title .right-box {
		margin-left: 0 !important;
		width: unset;
	}
	.right-box .top-swiper {
		width: unset;
	}

	/* advantage */
	.advantage {
		/* height: 660px; */
		padding: 0;
		padding-bottom: 30px;
	}
	.factory .owl-item {
		width: 100%;
	}
	.scientific .list-row .swiper-slide {
		width: 100%;
		height: auto;
	}
	.scientific .list-row .swiper-wrapper {
		flex-wrap: wrap;
	}
	.advantage .bd .y .c-img {
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.advantage .list {
		margin-top: 30px;
	}

	.advantage .list ul li {
		width: 33.33%;
		margin-bottom: 20px;
	}

	.advantage .list ul li p {
		width: 68px;
		height: 68px;
	}

	.advantage .list ul li span {
		font-size: 16px;
		color: #ffffff;
		line-height: 24px;
	}

	.application {
		margin-top: -160px;
	}

	.application .swiper-container .swiper-slide {
		width: 100%;
		padding: 15px 20px;
		height: 200px;
	}

	.application .swiper-container .swiper-slide .number {
		width: 40px;
	}

	.application .swiper-container .swiper-slide .number::after {
		/* margin-top: 10px; */
	}

	.application .swiper-container .swiper-slide .number p {
		font-size: 30px;
		/* height: 20px; */
	}

	.application .swiper-container .swiper-slide .text {
		width: calc(100% - 40px);
		padding: 20px 0 0 10px;
	}

	.application .swiper-button-prev {
		display: none;
	}

	.application .swiper-button-next {
		display: none;
	}

	/* about */
	.about {
		position: relative;
	}
	.about .product-list .img-row {
		height: auto;
	}
	.about-left .img-row {
		height: auto;
	}
	.about-left {
		width: 100%;
		float: none;
		padding-top: 30px;
		margin-bottom: 50px;
	}

	.about-left .text-row .title {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.about-left .text-row {
		height: auto;
	}

	.about-left .text-row .content {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.about-right {
		display: none;
	}

	.factory .list-row .swiper-slide {
		width: 100%;
		padding: 0 10px;
	}

	/* news */
	.news-item-wrap {
		padding: 0;
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* link */
	.link {
		display: none;
	}
	.footer .big-main-container {
		width: 100%;
	}
	.footer .contact-row {
		flex-wrap: wrap;
	}
	/* footer */
	.footer .footer-nav-row {
		display: none;
	}

	.footer .contact-row .footer-logo {
		float: none;
		text-align: center;
	}

	.footer .contact-row .add-wrap {
		float: none;
		margin-left: 0;
		padding: 20px;
		/* border: 1px solid #505050; */
		margin-top: 20px;
		width: unset;
	}

	.footer .contact-row .contact-wrap {
		float: none;
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}

	.footer .contact-row .contact-wrap a {
		margin: 0 auto;
	}

	.footer .contact-row .qr-wrap {
		float: none;
	}

	.footer .contact-row .qr-wrap img {
		margin: 20px auto;
	}

	.footer .copyright-row {
		text-align: center;
		line-height: 24px;
		padding: 30px 0;
	}

	.footer .copyright-row p {
		font-size: 14px;
		/* color: #777777; */
		color: #FFFFFF;
		float: none;
	}

	.footer .copyright-row span {
		float: none;
	}

	/* page */
	.page-banner {
		height: 160px;
	}

	.page .search-form {
		display: none;
	}

	.page-main {
		padding-bottom: 60px;
	}

	.product-list.img-text-list ul li:first-child {
		padding-top: 30px;
	}

	.img-text-list ul li .img {
		width: 120px;
		height: 110px;
		overflow: hidden;
		float: left;
		margin-bottom: 0;
	}

	.img-text-list .text {
		width: calc(100% - 120px);
		float: left;
		padding-left: 20px;
	}

	.product-list.img-text-list .title a {
		font-size: 16px;
		line-height: 24px;
	}

	.img-text-list .text .content {
		display: none;
	}

	.page-content {
		padding-top: 30px;
	}

	.page-content .map {
		width: 100%;
		height: 200px;
		overflow: hidden;
		border: 1px solid #999;
	}

	.page-content .content-page span {
		margin: 0;
		margin-right: 15px;
	}

	.page-content .content-page .row div {
		width: 100%;
		float: none;
	}

	.page-content .content-page .next span {
		float: none;
	}

	.page-content .content-page .next {
		text-align: left;
	}

	.page-content .wp-block-image {
		margin: 15px 0;
		padding: 0;
	}

	.ppd-img {
		width: 100%;
		float: none;
	}

	.ppd-img .gallery-top {
		width: 100%;
		height: 260px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		overflow: hidden;
	}

	.ppd-img .gallery-thumbs {
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		margin-top: 10px;
		position: relative;
		overflow: hidden;
		padding: 5px 25px;
	}

	.ppd-info {
		width: 100%;
		height: auto;
		float: none;
		position: static;
	}

	.ppd-tell {
		width: 100%;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		color: #ffffff;
		position: static;
		margin-top: 20px;
	}

	/* 联系我们 */
	.icon-list .icon-item {
		width: 100%;
		flex: unset;
		margin-bottom: 30px;
	}
	
	.message-form {
		width: 100%;
	}
	
	/* right-bar */
	.right-bar {
		display: none;
	}
}

/*right-bar*/
.right-bar {
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	height: 203px;
	z-index: 9999;
	margin-top: 100px;
}

.right-bar ul li {
	width: 60px;
	height: 60px;
	background: #3875e8;
	box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
	cursor: pointer;
	position: absolute;
}

.right-bar ul li a {
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}

.rtbar-li2 {
	top: 61px;
}

.right-bar ul li.rtbar-li3 {
	top: 122px;
	width: 240px;
}

.rtbar-li4 {
	top: 183px;
}

.right-bar ul li em {
	width: 60px;
	height: 60px;
	display: block;
}

.right-bar ul li.rtbar-li1 em {
	background: url(../image/right-icon1.png);
	background-size: 100%;
}

.right-bar ul li.rtbar-li3 em {
	background: url(../image/right-icon2.png);
	background-size: 100%;
}

.right-bar ul li.rtbar-li2 em {
	background: url(../image/right-icon3.png);
	background-size: 100%;
}

.right-bar ul li.rtbar-li4 em {
	/* background: url(http://oyqj-0923-12.demo.cssmoban.com:8020/style/images/right-icon4.png); */
	/* background: url(../image/right-icon4.png); */
	background-size: 100%;
}

.right-bar ul li.rtbar-li2 p {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.right-bar ul li:hover {
	background: #333333;
	box-shadow: 0 2px 21px rgba(90, 123, 172, 0.45);
}

.right-bar ul li:hover i {
	color: #ffffff;
}

.rtbar-li3 strong {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
}

.rtbar-li4 i {
	color: #ffffff;
}

.right-bar ul li.rtbar-li4 a span {
	color: #ffffff;
}

.rtbar_shwx {
	position: absolute;
	right: 60px;
	top: 0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
	display: none;
	z-index: 20;
}

.rtbar_shwx img {
	padding: 5px;
	max-width: 140px;
}

.right-bar ul li.gotop {
	display: none;

}

/* .add-wrap {
	animation-name: bounceIn,none;
    animation-delay: 0ms,.6s;
    animation-duration: .8s,.6s;
    animation-iteration-count: 1,1;
} */

/*格 展 网 络分页样式*/
.pages {
	clear: both;
	/* margin: 20px auto 20px auto; */
	margin: 0 auto 20px auto;
	/* padding-top: 20px; */
	overflow: hidden;
	text-align: center;
	font-size: 14px
}

.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 13px;
	margin: 2px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}

.pages ul li:hover {
	/* background: #d82019; */
	background: #3875e8;
	color: #fff;
	/* border: 1px solid #d82019; */
	border: 1px solid #3875e8;
}

.pages ul li:hover a {
	color: #fff;
}

.pages ul li.thisclass {
	display: inline-block;
	/* border: 1px solid #d82019; */
	border: 1px solid #3875e8;
	padding: 5px 13px;
	margin: 2px;
	/* background: #d82019; */
	background: #3875e8;
	color: #fff;
}

.pages ul li.thisclass a {
	color: #fff;
}

.pages ul li a {
	display: block;
	color: #999
}

.pages ul li a:hover {
	color: #fff;
}






/*格 展 网 络 反馈模块 */
.met-feedback {
	padding: 30px 20px;
	background: #f2f2f2;
}

.met-feedback .container {
	max-width: 800px;
}

.met-feedback .met-feedback-body {
	padding: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

@media (max-width: 767px) {
	.met-feedback .met-feedback-body {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.met-feedback {
		padding: 80px 0 20px 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 21px;
	line-height: inherit;
	color: inherit;
	border: 0;
	border-bottom: 1px solid transparent
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 0;
	font-size: 16px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-indent: 1em
}

.form-control:focus {
	border-color: #3875e8;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6)
}

.form-control.focus,
.form-control:focus {
	border-color: #3875e8;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-moz-placeholder {
	color: #a3afb7;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #a3afb7
}

.form-control::-webkit-input-placeholder {
	color: #a3afb7
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 36px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 32px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 20px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}


.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-sm {
	height: 32px;
	line-height: 32px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

select.input-sm {
	padding-top: 0;
	padding-bottom: 0
}

.form-group-sm .form-control {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 32px;
	min-height: 34px;
	padding: 7px 13px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

select.input-lg {
	padding-top: 0;
	padding-bottom: 0
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 40px;
	padding: 11px 18px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 45px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.btn-primary {
	background-color: #3875e8;
	border-color: #3875e8;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #3875e8;
	border-color: #3875e8;
	opacity: .7;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff
}

.btn-block {
	display: block;
	width: 100%;
	color: #fff
}

.btn-block+.btn-block {
	margin-top: 5px
}

.btn-lg {
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
/* 自定义滚动条
 */
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3875e8;
}

a:hover {
        color: unset;
        text-decoration: none;
}