@charset "utf-8";
@import url("./jxx.css");

/*
+--------------------------------------------------------------------------+

	-------       \   /       \   /         |   Author :  jixunxue
	   |           \ /         \ /          |   E-mail :  jixunxue@qq.com
	   J            X           X           |   WebSite:  jixunxue.com
	   |           / \         / \          |   DateTime: 2022-04-22
    ---/          /   \       /   \                     
   
+--------------------------------------------------------------------------+
*/

/*全局*/
.jxx-wrap {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.jxx-header {
	padding: 20px 0;
}

.jxx-logo {
	width: 200px;
	height: 70px;
	background-size: 100%;
}

.jxx-logo a {
	width: 230px;
	height: 90px;
	display: block;
}
.jxx-logo img{
    width:100%;
}
.jxx-nav li a {
	padding: 20px 30px;
	font-size: 16px;
}

.jxx-nav li a {
	position: relative;
	transition: 0.3s;
}

.jxx-nav li:hover a::after,
.jxx-nav li.jxx-active a::after {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
	bottom: 0;
	content: '';
	width: 30px;
	height: 4px;
	background: #0077F0;
	border-radius: 2px;
}

.jxx-head-info .jxx-en-cn {
	width: 20px;
	height: 20px;
	background: url(../image/lang.png) no-repeat;
	background-size: 100%;
}

.jxx-head-info .jxx-icon-so {
	width: 22px;
	height: 22px;
	background: url(../image/sousuo.png) no-repeat;
	background-size: 100%;
}

/*banner*/
.jxx-banner {
	height: 550px;
}

.jxx-banner .swiper {
	width: 100%;
	height: 100%;
}

.jxx-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jxx-banner .swiper-button-prev,
.jxx-banner .swiper-button-next {
	width: 57px !important;
	height: 91px !important;
}

.jxx-banner .swiper-button-prev {
	left: 0 !important;
}

.jxx-banner .swiper-button-next {
	right: 0 !important;
}

.jxx-banner .swiper-button-next::after,
.jxx-banner .swiper-button-prev::after {
	content: '' !important;
	width: 57px;
	height: 91px;
	background-image: url(../image/left1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.jxx-banner .swiper-button-next::after {
	background-image: url(../image/right1.png);
}

/*jxx-box*/
.jxx-box .jxx-hd {
	padding: 40px;
}

.jxx-box .jxx-hd .jxx-info {
	padding: 20px;
	color: #0077F0;
	font-size: 20px;
	position: relative;
}

.jxx-box .jxx-hd .jxx-info::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -75px;
	content: '';
	width: 150px;
	height: 2px;
	background: #0077F0;
	border-radius: 1px;
}

.jxx-box .jxx-hd .jxx-title {
	color: #333;
	font-size: 30px;
	padding: 10px;
}

/*产品*/

.jxx-tab-box .jxx-tab li {
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	color: #666666;
	margin: 0 20px;
	cursor: pointer;
}

.jxx-tab-box .jxx-tab li.jxx-active {
	color: #0077F0;
	border: 1px solid #0077F0;
}

.jxx-tab-content .jxx-con-item {
	display: none;
	padding: 40px 0px;
}

.jxx-tab-content .jxx-active {
	display: block;
}

.jxx-pro-list .jxx-item {
	width: 220px !important;
}

.jxx-pro-list .jxx-item .jxx-img {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.jxx-pro-list .jxx-item .jxx-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.jxx-pro-list .jxx-item:hover img {
	transform: scale(1.2);
}

.swiperPro .swiper-button-prev,
.swiperPro .swiper-button-next {
	width: 65px !important;
	height: 100% !important;
	background: #fff;
	top: 0 !important;
	margin-top: 0 !important;
}

.swiperPro .swiper-button-prev {
	left: 0 !important;
}

.swiperPro .swiper-button-next {
	right: 0px !important;
}

.swiperPro .swiper-button-next::after,
.swiperPro .swiper-button-prev::after {
	content: '' !important;
	width: 65px;
	height: 65px;
	background-image: url(../image/left2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.swiperPro .swiper-button-next::after {
	background-image: url(../image/right2.png);
}

.jxx-tab-box .swiper {
	width: auto;
	padding: 0 80px;
}

.jxx-box .jxx-more a {
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0077F0;
	border-radius: 25px;
	margin: 0 auto;
	color: #fff;
}

.jxx-box .jxx-more a:hover {
	opacity: 0.8;
}

.jxx-box .jxx-more i {
	width: 18px;
	height: 16px;
	background: url(../image/arr-right.png) no-repeat 100%;
	display: inline-block;
}

/*jxx-A2*/
.jxx-A2 {
	background: #F2F5FA;
}

.jxx-case-list .jxx-item {
	width: 380px;
	background-color: #fff;
	margin: 0 0 30px 30px;
	transition: 0.3s;
}

.jxx-case-list .jxx-item:hover {
	box-shadow: 0 0 10px #909399;
}

.jxx-case-list .jxx-item:hover img {
	transform: scale(1.2);
}

.jxx-case-list .jxx-item:nth-child(1) {
	margin: 0 0 30px 0;
}

.jxx-case-list .jxx-item .jxx-img {
	width: 380px;
	height: 380px;
	overflow: hidden;
}

.jxx-case-list .jxx-item .jxx-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.jxx-case-list .jxx-item p {
	line-height: 1.8;
}

.jxx-case-list .jxx-item .jxx-info a {
	width: 102px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #0000FF;
	border-radius: 4px;
	padding: 5px 20px;
	color: #0000FF;
}

.jxx-case-list .jxx-item .jxx-info a:hover {
	color: #FFFFFF;
	background: #0000FF;
}

/*about jxx-about-list*/
.jxx-about-list {
	padding: 20px 100px 40px;
	text-align: center;
	background: url(../image/bg-1.png) no-repeat 0 100%;
	background-size: 50%;
}

.jxx-about-list li {
	width: 25%;
}

.jxx-about-list li img {
	width: 30%;
}

.jxx-news-list {
	width: 780px;
	padding: 0 60px 0 0;
	font-size: 18px;
}

.jxx-news-list li {
	padding: 35px 0;
	border-bottom: 1px dotted #eee;
}

.jxx-news-list li h5 {
	width: 80%;
	font-weight: normal;
}

.jxx-news-list li a {}

.jxx-news-list li a::before {
	content: '';
	width: 4px;
	height: 22px;
	background: #0077F0;
}

.jxx-news-list li a:hover {
	color: #0077F0;
}

.jxx-A4 .jxx-new-info {
	width: 360px;
	height: 360px;
	position: relative;
}

.jxx-A4 .jxx-new-info img {
	width: 100%;
	height: 100%;
}

.jxx-A4 .jxx-new-info .jxx-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 20px;
}

/*底部*/
.jxx-footer {
	background: #334462;
	color: #fff;
}

.jxx-footer a {
	color: #fff;
}

.jxx-footer a:hover {
	opacity: 1;
}

.jxx-footer .jxx-ft-link i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 100%;
}

.jxx-ft-about-qrcode img {
	width: 150px;
	height: 150px;
}

.jxx-icon-facebook {
	background-image: url(../image/facebook.png);
}

.jxx-icon-twitter {
	background-image: url(../image/twitter.png);
}

.jxx-icon-linkedin {
	background-image: url(../image/linkedin.png);
}

.jxx-footer .jxx-wrap .jxx-ft-nav {
	width: 10%;
}

.jxx-footer .jxx-wrap .jxx-ft-nav:nth-child(4) {
	width: 30%;
}

.jxx-ft-about-qrcode {
	width: 20%;
	padding: 0 20px;
}

/*产品页*/
.jxxProductList .jxx-banner {
	height: 270px;
}

.jxxProductList .jxx-banner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 3px;
	opacity: 0.8;
}

.jxxProductList .jxx-banner .swiper-pagination-bullet-active {
	background: #EF7A4C;
	opacity: 1;
}

.jxxListBox .jxx-list-sub {
	width: 280px;
}

.jxx-sub-box {
	border: 1px solid #eee;
}

.jxxListBox .jxx-list-sub h2 {
	padding: 40px 10px;
	text-align: center;
	background: #0077F0 url('../image/tt-bg.png') no-repeat;
	color: #fff;
}

.jxxListBox .jxx-list-main,
.jxxShowBox .jxx-show-main {
	width: 880px;
}

.jxx-location {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	color: #999;
	border-top: 4px solid #A0B9DF;
	position: relative;
}

.jxx-location::before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 162px;
	height: 4px;
	background: #012D62;
}

.jxx-location a {
	color: #999;
}

.jxx-location span {
	color: #333;
}

.jxxListBox .jxx-menu a {
	border-bottom: 1px solid #eee;
	padding: 30px 30px;
	display: block;
	position: relative;
}

.jxxListBox .jxx-menu a:nth-last-child(1) {
	border: 0;
}

.jxxListBox .jxx-menu a::after {
	position: absolute;
	top: 45%;
	right: 20px;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #888;
	border-top: 1.5px solid #888;
	border-radius: 1px;
	/*箭头方向可以自由切换角度*/
	transform: rotate(45deg);
}

.jxxListBox .jxx-menu a:hover,
.jxxListBox .jxx-menu a.jxx-active {
	color: #0077F0;
}

.jxxListBox .jxx-menu a:hover::before,
.jxxListBox .jxx-menu .jxx-active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	width: 4px;
	height: 24px;
	background: #0077F0;
}

.jxx-por-list2 ul {
	flex-wrap: wrap;
}

.jxx-por-list2 li {
	width: 274px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin: 0 0 30px;
	padding: 0 0 20px;
	transition: 0.3s;
}

.jxx-por-list2 li .jxx-img {
	width: 240px;
	height: 220px;
	margin: 20px auto;
	overflow: hidden;
}

.jxx-por-list2 li .jxx-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.jxx-por-list2 li:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #999;
}

.jxx-por-list2 li:hover .jxx-img img {
	transform: scale(1.2);
}
.jxx-pages .pagination{
    display: flex;
    justify-content: center;
}
.jxx-pages span {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0 5px;
}

.jxx-pages a {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0 5px;
}

.jxx-pages a:hover {
	border: 1px solid #3188FF;
	color: #3188FF;
}

.jxx-pages li.active span {
	border: 1px solid #3188FF;
	color: #fff;
	background-color: #3188FF;
}

/*内容 */
.jxx-body-show {
	padding: 30px;
}

.jxx-body-show h1 {
	font-size: 36px;
	text-align: center;
}

.jxx-body-show .jxx-info {
	margin: 30px 0;
}

.jxx-body-show .jxx-content {
	padding: 30px;
}

.jxxShowBox .jxx-show-main {
	border: 1px solid #eee;
}

.jxxShowBox .jxx-location {
	border-bottom: 1px solid #eee;
}

.jxx-relevant .jxx-pro-list .jxx-item {
	width: 150px !important;
	margin: 0 15px;
}

.jxx-relevant .jxx-pro-list .jxx-item .jxx-img {
	width: 140px;
	height: 140px;
	overflow: hidden;
}

.jxx-box2 .jxx-hd i {
	width: 6px;
	height: 24px;
	background: #0077F0;
	display: block;
}

.jxx-relevant .swiperPro .swiper-button-prev::after,
.jxx-relevant .swiperPro .swiper-button-prev,
.jxx-relevant.swiperPro .swiper-button-next,
.jxx-relevant .swiperPro .swiper-button-next::after,
	{
	width: 40px;
}

.jxx-relevant .jxx-bd {
	padding: 0 10px;
}

.jxx-relevant .jxx-bd .swiper {
	padding: 0 60px;
}

.jxx-next-prev a {
	color: #454FB6;
}

.jxx-next-prev a:hover {
	color: #EF7A4C;
}

/*联系方式*/
.jxx-cs-list li {
	width: 210px;
	height: 166px;
	background: #F3F9FF;
	text-align: center;
}

.jxx-cs-list li img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 30px auto 10px;
}

.jxx-cs-list li span {
	display: block;
	margin: 0 0 20px;
	font-size: 16px;
}

.jxx-cs-list li p {
	padding: 0 20px;
}

/*招聘*/
.jxx-recruit-list li {
	line-height: 70px;
	padding: 0 15px;
}

.jxx-recruit-list .jxx-thead li span {
	color: #333 !important;
	font-weight: normal !important;
}

.jxx-recruit-list .jxx-tbody li {
	border-bottom: 1px solid #eee;
}

.jxx-recruit-list li span:nth-child(1) {
	width: 55%;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.jxx-recruit-list .jxx-tbody li span:nth-child(1):before {
	content: '';
	width: 4px;
	height: 4px;
	background: #0077F0;
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px 0 0;
}

.jxx-recruit-list li span:nth-child(2) {
	width: 15%;
	color: #999;
	text-align: center;
}

.jxx-recruit-list li span:nth-child(3) {
	width: 15%;
	color: #999;
	text-align: center;
}

.jxx-recruit-list li span:nth-child(4) {
	width: 15%;
	color: #999;
	text-align: center;
}

.jxx-recruit-list .jxx-tbody li:hover {
	background-color: #f9f9f9;
}

.jxx-news-list2 li {
	border-bottom: 1px dashed #e5e5e5;
}

.jxx-news-list2 .jxx-date {
	width: 80px;
	height: 80px;
	background: #4B7EE8;
	border-radius: 4px;
	color: #fff;
	margin: 0 30px 0 0;
}

.jxx-news-list2 .jxx-date strong {
	padding: 10px 0 0;
}

.jxx-news-list2 li:hover a {
	color: #4B7EE8;
}
.jxx-news-list2 .jxx-text-info{
    flex:1;
}
/*案例*/
.jxx-case-list2 ul {
	flex-wrap: wrap;
}

.jxx-case-list2 li {
	width: 274px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin: 0 0 30px;
	padding: 0 0 20px;
	transition: 0.3s;
}

.jxx-case-list2 li .jxx-img {
	width: 240px;
	height: 220px;
	margin: 20px auto;
	overflow: hidden;
}

.jxx-case-list2 li .jxx-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.jxx-case-list2 li:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #999;
}

.jxx-case-list2 li:hover .jxx-img img {
	transform: scale(1.2);
}

.jxx-case-list2 span {
	padding: 3px 10px;
	border: 1px solid #0000FF;
	border-radius: 4px;
	font-size: 14px;
	color: #0000FF;
}

/*售前*/
.jxx-sale-banner {
	width: 440px;
	height: 120px;
	background: url(../image/server-sale.png) no-repeat;
	background-size: 100%;
	margin: 40px auto;
}

.jxx-sale-banner .jxx-title {
	padding: 30px 0 0 40px;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.jxx-sale-banner .jxx-title:before{
	content: '';
	position: absolute;
	left:40px;
	bottom: -20px;
	width: 44px;
	height: 3px;
	background: #FFFFFF;	
}
.jxx-sale-form{
	padding: 0 120px;
	width:520px;
}
.jxx-sale-form .jxx-btn{
	width: 220px;
	height: 50px;
	background: linear-gradient(90deg, #0077F0 0%, #5772E6 100%);
	color: #fff;
	font-size: 18px;
	border:0;
	cursor: pointer;
}
.jxx-goods-info .jxx-covor{
    width:300px;
    height: 300px;
}
.jxx-goods-info img{
    width: 100% !important;
}
.jxx-goods-text{
    flex: 1;
}
.jxx-buy-go{
    background: #f90;
    color: #fff;
    padding: 20px 80px;
}
@media (max-width:1080px) {
	.jxx-wrap {
		width: 1080px;
	}

	.jxx-nav li a {
		padding: 20px 20px;
	}

	.jxx-banner {
		height: 380px;
	}

	.jxx-case-list .jxx-item {
		width: 320px;
	}

	.jxx-case-list {
		padding: 0 30px;
	}

	.jxx-case-list .jxx-item .jxx-img {
		width: 320px;
		height: 214px;
	}

	.jxx-news-list {
		width: 630px;
		padding: 0 30px;
	}

	.jxx-ft-about-qrcode img {
		width: 80px;
		height: 80px;
	}

	.jxx-footer .jxx-wrap .jxx-ft-nav {
		padding: 0 20px;
	}

	.jxx-A4 .jxx-new-info {
		padding: 0 40px 0 0;
	}

	.jxx-A4 .jxx-new-info .jxx-text {
		width: 310px;
	}

	.jxx-tab-content {
		padding: 0 30px;
	}

	.jxx-pro-list .jxx-item {
		width: 170px !important;
	}
}
