body{
	/*background-color: #fdfdfd;*/
}
.product_list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.product_list .product{
	width: 22%;
	height: 160px;
    margin-bottom: 10px;
    position: relative;
    backface-visibility: hidden;
    border-radius: 10px;
	box-shadow: 0 2px 15px 0px rgba(18, 61, 88, 0.03);
    border: 1px solid #e8eef1;
	padding:10px;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.product_list .card::before,
.product_list .card::after {
	z-index: -1;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    transition: all 0.3s
}
.product_list .card::before {
    top: -10px;
    left: -10px;
    border-top: 2px solid #9DC7FF;
    border-left: 2px solid #9DC7FF;
    border-top-left-radius: 10px;
}
.product_list .card::after {
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid #9DC7FF;
    border-right: 2px solid #9DC7FF;
    border-bottom-right-radius: 10px;
}
.product_list .card:hover::before,
.product_list .card:hover::after {

    width: calc(100% + 18px);
    height: calc(100% + 18px);
}
.product_list .card:hover::before{
    border-radius: 10px;
}
.product_list .card:hover::after{
    border-radius: 10px;
}
@media only screen and (max-width:768px) {
	.product_list{
		justify-content: space-around;
	}
	.product_list .product{
		width: 47%;
	}
}
.product_list .product .title{
	display: flex;
	color: #333;
    text-align: left;
    align-items: center;
	justify-content: center;
}
.product .title .icon{
    width: 80px;
    height: 80px;
    background-position-x: center;
    background-position-y: center;
    border-radius: 4px;
    /*background-color: #eef5ff;*/
    background-size: 100%;
    /*border: 1px solid #d6e6ff;*/
    background-repeat: no-repeat;
}
.product .pname{
	font-size: 1rem;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 700;
    color: #314e6d;
}
.map{
	max-width: 100%;
	overflow: hidden;
	height: 600px;
	border-bottom: 1px solid #64A6C8;
	box-shadow:  0px 10px 10px -12px #64A6C8;
	background-image: url(../img/bg1.svg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.map .mask{
	width: 100%;
    height: 600px;
    position: absolute;
    background-color: rgba(255,255,255,.7);
    z-index: 2;
}
.map .list{
	display: flex;
	width: 2400px;
}
.map .list .dmap{
	transition-duration: 500ms;
	width: 800px;
	height: 600px;
	transform: translateX(calc(50vw - 400px));
}
.map .nv1 .lv0{
	transform:  translateX(calc(50vw - 1000px)) scale(.4);
}
.map .nv1 .lv1,.map .nv1 .lv2{
	transform: translateX(calc(50vw - 1200px));
}
.map .nv2 .lv0{
	transform: translateX(calc(50vw - 1000px)) translateY(-150px) scale(0.4);
}
.map .nv2 .lv1{
	transform:  translateX(calc(50vw - 1800px)) translateY(150px) scale(0.4);
}
.map .nv2 .lv2{
	transform: translateX(calc(50vw - 2000px));
}
@media only screen and (max-width:768px) {
	.map{
		width: 100%;
		height: 400px;
	}
	.map .table{
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-around;
	}
	.map .table .sf{
		width: 4rem;
		height: 2rem;
		text-align: center;
	}
	.map .table .sf a{
		display: block;
	    width: 80%;
	    margin: 0 auto;
	    padding: 10px 0;
	    position: relative;
	    color: #7B7B7B;
	}
	.product_list .card::before {
        top: -1px;
        left: -1px;

    }
    .product_list .card::after {
        right: -1px;
        bottom: -1px;

    }
    .product_list .card:hover::before,
    .product_list .card:hover::after {

        width: calc(100% + 1px);
        height: calc(100% + 1px);
    }
}
.center_content h2{
	font-family: arial,Simsun, sans-serif;
	color:#333;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	position: relative;
	/*max-width: 1200px;*/
}
.center_content .more{
	width: 100%;
	text-align: right;
	font-size: 16px;
	margin-bottom: 10px;
}
.center_content .more a{
	color: #0089ff;
}
.newlist .container{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.newlist .container .news{
	width: 100%;
	/*height: 100px;*/
	/*border: #ff7c39 1px solid;*/
	box-shadow: 0 1px 5px 0px #ddd;
	margin:0px 5px 30px 5px;
	border-radius: 5px;
	display: flex;
}

.newlist .container .news .left{
	width: 20%;
	/*max-width: 150px;*/
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.newlist .container .news .left img{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.newlist .container .news .right{
	width: 90%;
}
.newlist .container .news .right h3{
	font-weight: 700;
	text-indent: 1rem;
	font-size: 16px;
	margin-bottom: 10px;
	height: 2rem;
	line-height: 2rem;
	width: 100%;
	word-wrap: break-word; /*强制换行*/
	overflow: hidden; /*超出隐藏*/
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;

}
.newlist .container .news .right .content{
	margin:0  1rem;
	font-size: 14px;
	color: #666;
}
.newlist .container .news .right .content .time{
	text-align: right;
	margin: 1rem 0;
}
.newlist img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:768px) {
	.center_content h2{
		margin-bottom: 20px;
	}
	.newlist .container .news{
		flex-flow: column;
	}
	.newlist .container .news .left,.newlist .container .news .left img{
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		width: 100%;
	}
	.newlist .container .news .right{
		width: 100%;
	}
	.newlist .container .news .right p{
		max-height: 4rem;
		overflow: hidden;
	}
	.newlist .container .news .right h3{
		margin-bottom: 0;
	}
}


.FAQ .content{
	display: flex;
	justify-content: space-between;
}
.FAQ .content ul{
	width: 45%;
}
.FAQ .content .comment .reply{
	margin-bottom: 30px;
}
.FAQ .content .comment a:nth-child(2) .index{
	background-color: #fc2222;
}
.FAQ .content .comment a:nth-child(3) .index{
	background-color: #ff5a45;
}
.FAQ .content .comment a:nth-child(4) .index{
	background-color: #ff7f68;
}
.FAQ .content .comment a:nth-child(5) .index{
	background-color: #ffa18c;
}
.FAQ .content .comment a:nth-child(6) .index{
	background-color: #ffc1b1;
}
.FAQ .content .comment .reply p{
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.FAQ .content .comment .reply .text{
	flex-grow:1;
	overflow: hidden;
}
.FAQ .content .comment .reply .index{
	font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    text-align: center;
    /* padding: 2px; */
    margin-right: 10px;
    color: #fff;
    background-color: #ffc1b1;
}
@media only screen and (max-width:768px) {
	.FAQ .content{
		justify-content: center;
		flex-wrap:wrap;
	}
	.FAQ .content ul{
		width: 90%;
		margin-bottom: 30px;
	}
}
.FAQ ul .question img{
	margin-top: 3px;
	max-width: 18px;
}
.FAQ ul .reply img{
	vertical-align: sub;
}
.FAQ ul li{
	margin-bottom: 20px;
}
.FAQ .question{
	display: flex;
	align-items: flex-start;
}
.FAQ .question h3{
	font-size: 16px;
	margin-left:10px; 
}
.FAQ .answer{
	font-size: 14px;
    margin-left: 38px;
    margin-top: 5px;
    color: #666;
}



@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.liubox{
	overflow: hidden;
    position: relative;
    z-index: 0;
}
.liubox::before{
	box-sizing: border-box;
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#377AF5, #377AF5), linear-gradient(#fff, #fff), linear-gradient(#377af5, #377af5);
   
}
.liubox:hover::before {
	 -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
.liubox::after{
	box-sizing: border-box;
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    border-radius: 5px;
}