.product_dot {
	width: 100%;
	height: 678px;
}
.product_dot .dot_content {
	width: 100%;
	height: 634px;
	background: #f7fafc;
}
.product_dot .jdt_tab {
	padding-top: 26px;
    padding-bottom: 26px;
	height: 16px;
	width: 218px;
	margin: 0 auto;
}
.product_dot .jdt_tab li {
	position: relative;
	color: #999999;
	font-size: 14px;
	width: 94px;
	margin-right: 15px;
	cursor: pointer;
}
.product_dot .jdt_tab li:hover {
	color: #333;
}
.product_dot .jdt_tab li.jdt_cur {
	color: #333;
	text-decoration: underline;
	font-weight: 600;
}
.product_dot .jdt_tab li:last-child:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #bcbdbd;
	position: absolute;
	right: 105px;
    top: 50%;
    margin-top: -8px;   
}
/*产品功能框*/
.jdt_frame {
	width: 1200px;
	height: 484px;
	overflow: hidden;
}
.product_dot .cpgn_frame {
	width: 100%;
	height: 484px;
	transition: all 0.3s ease-out;
}
.product_dot .cpgn_frame li {
	width: 374px;
	height: 228px;
}
.marginleft {
	margin-top: -484px;
}

.product_dot .cpgn_frame li i {
	margin: 38px auto 18px auto;
}
.jdt_frame ul.cpgn_frame:nth-of-type(2) i{
	background: url("../images/Waf_page/cpgndt_icon.png") no-repeat;
}
/*产品优势框*/
.product_dot .cpys_frame {
	width: 100%;
	height: 484px;
}
.product_dot .cpys_frame li {
	width: 372px;
	height: 484px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #e5e5e5 solid;
	margin-top: 75px;
}
/*产品功能下的li*/
.product_dot .cpgn_frame li:not(:nth-of-type(3n)) {
	margin-right: 39px;
}
/*产品优势下的li*/
.product_dot .cpys_frame li:not(:first-child) {
	margin-left: 39px;
}
.product_dot .cpys_frame li i {
	width: 322px;
	height: 177px;
	background: url("../images/Waf_page/cpys_icon.png") no-repeat;
	display: block;
	margin: 26px auto 48px auto;
}
.yycj_frame {
	width: 100%;
	height: 392px;
	background: #f7fafc;
}
.yycj_frame .yycj_content {
	width: 1200px;
	height: 104px;
	margin: 0 0 30px 0;
	overflow: hidden;
	position: relative;

}
.yycj_frame .yycj_content_frame {
	transition: all 0.35s;
    transition-timing-function: cubic-bezier(0, 0.09, 0.4, 0.99);
    float: left;
}
.yycj_frame .yycj_content li {
	width: 390px;
	height: 104px;
	border-radius: 6px;
	background: url("../images/Waf_page/yycj_icon.png") no-repeat;
}
#yycj {
	position: relative;
    height: 140px;
    margin-bottom: 75px;
}
.yycj_frame .yycj_content li p {
	font-size: 20px;
	color: #fff;
	margin: 25px 0 0 30px;
	position: relative;
}
.yycj_frame .yycj_content li:not(:first-child) {
	margin-left: 15px;
}
.yycj_frame .yycj_content li span {
	color: #fff;
	font-size: 14px;
	margin-left: 30px;
}
.wsyd {
	width: 10px;
	height: 10px;
	background: #ccdcfd;
	border-radius: 50%;
	cursor: pointer;
}
.wsyd_cur {
	background: #2165ff;
}
.wsyd:not(:first-child) {
	margin-left: 10px;
}
.yycj_yd {
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
