@charset "utf-8";

.solution-box {
	/* background: #373d41; */
	/* margin: 30px 0 0 0; */
}

.solution-cut {
	width:100%;
	float:left;
	position: relative;
}

.solution-swiper {
	width: 100%;
	overflow: hidden;
}

.solution-box button.fa {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	background: rgba(0, 0, 0, .1);
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	border: none;
	font-size: 40px;
	padding: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box button.fa:hover {
	background: #0166ce;
	color: #fff;
}

.solution-box .fa-back {
	right: 100%;
}

.solution-box .fa-more {
	left: 100%;
}

.solution-box ul {
	width: 10000%;
}

.solution-box ul:after {
	display: block;
	clear: both;
	content: '';
}

.solution-box ul li {
	width: .2%;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
}

.solution-box ul li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box ul li:nth-child(2) span,
.solution-box ul li:nth-child(4) span {
	background: rgba(0, 0, 0, .55);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box ul li i {
	font-size: 50px;
	opacity: .85;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 53%;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box ul li hr {
	width: 30px;
	height: 2px;
	background: #fff;
	border: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -15px;
	padding: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box ul li h3 {
	font-size: 24px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 53%;
	transition: .3s;
}

.solution-box ul li p {
	width: 80%;
	position: absolute;
	font-size: 16px;
	left: 10%;
	top: 70%;
	opacity: 0;
	transition: .3s;
}

.solution-box ul li a {
	position: absolute;
	top: 85%;
	font-size: 16px;
	line-height: 32px;
	width: 120px;
	margin: 0 0 0 -60px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.solution-box ul li a:hover {
	background: #fff;
	color: #373d41;
}

.solution-box ul li img {
	display: block;
	width: 100%;
}

.solution-box ul li:hover span {
	background: rgba(48, 113, 255, .85);
}

.solution-box ul li:hover i {
	bottom: 63%;
}

.solution-box ul li:hover hr {
	top: 40%;
	opacity: 0;
}

.solution-box ul li:hover h3 {
	top: 38%;
}

.solution-box ul li:hover p {
	top: 50%;
	opacity: 1;
}

.solution-box ul li:hover a {
	top: 75%;
	opacity: 1;
}

/*字体标*/
@font-face {
	font-family: "icon";
	src: url('../font/iconfontd41d.eot?');
	src: url('../font/iconfontd41d.eot?') format('embedded-opentype'), url('../font/iconfontd41d.woff?') format('woff'), url('../font/iconfontd41d.ttf?') format('truetype'), url('../font/iconfontd41d.svg?') format('svg');
}

.fa {
	font-family: "icon" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-back:before {
	content: "\e697";
}

.fa-more:before {
	content: "\e6a7";
}

.fa-wxbgongju:before {
	content: "\e61b";
}

.fa-all:before {
	content: "\e696";
}

.fa-security:before {
	content: "\e71c";
}

.fa-huanhuobz:before {
	content: "\e67c";
}

.fa-aniukefu2:before {
	content: "\e6ca";
}

.fa-set1:before {
	content: "\e6dc";
}

.fa-naozhong:before {
	content: "\e648";
}

.fa-suo:before {
	content: "\e652";
}



/*新侧边导航*/
.new_side{
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
    width: 75px;
    text-align: center;
}
.new_side_show{
    right: 0;
}

.new_side_1{
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}

.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}
.new_side_img {
    width: 28px;
    display: inline-block;
    position: relative;
}
.new_side_img img {
    width: 100%;
    transition: all .36s;
}
.new_side_img_1 {
    position: relative;
    top: 0;
    left: 0;
}
.new_side_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new_side_p p {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
    margin: 0;
}
.new_side_2 {
    position: relative;
    z-index: 999;
    border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}
.new_side_wx_img {
    width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}
.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}
.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}
.tc_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tc_top p {
    font-size: 25px;
}
#close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#close img {
    width: 100%;
    height: 100%;
}
.tc_bot {
    margin-top: 30px;
    width: 100%;
}
.tc_bot_1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_1 input {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
}
.tc_bot_2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_2 input {
    border: none;
    width: 80%;
    height: 50px;
    outline: none;
}
.tc_bot_2 img {
    width: 20%;
}
.tc_bot p {
    font-size: 15px;
    color: #999;
}
.tc_bot button {
    width: 200px;
    height: 60px;
    outline: none;
    background: #0061c2;
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 20px;
}

/*侧边栏结束*/



