@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	list-style: none;
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


/**/

.w_cont {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}




/*product_banner*/

.product_banner {
	height: 410px;
	background: #e6edfd url(../images/bg2.jpg) center top no-repeat;
	transform: translateY(100px);
}

.product_cont {
	width: 570px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.product_cont .product_title {
	display: inline;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
}

.product_cont .product_nr {
	font-weight: inherit;
	text-align: justify;
	display: -webkit-box;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #666a75;
}


/*advantage*/

.advantage {
	padding-top: 70px;
	height: 572px;
	height: 568px;
	box-sizing: border-box;
	background: #e6edfd url(../images/a2.jpg) no-repeat center top;
	transform: translateY(150px);
}

.advan_ti {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
}

.advan_ti_sm {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	color: #666a75;
	padding-bottom: 30px;
}

.advan_list {
	position: relative;
}

.advan_text {
	width: 285px;
}

.advan_left {
	position: absolute;
	left: 0;
	top: 0;
}

.advan_right {
	position: absolute;
	right: 0;
	top: 0;
}

.advan_li {
	position: relative;
	height: 158px;
	padding-top: 20px;
}

.advan_li .title {
	font-size: 18px;
	line-height: 22px;
	color: #252b3a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.advan_li .nr {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	max-height: 88px;
	color: #666a75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.advan_li_border {
	z-index: 1;
	border-top: solid 1px rgba(146, 153, 200, 0.3);
	transition: margin-top .35s;
}

.advan_tititles p {
	color: #252b3a;
	font-size: 14px;
	display: inline;
}

.advan_tititles .advan_ti1 {
	position: absolute;
	left: 417px;
	top: 85px;
}

.advan_tititles .advan_ti2 {
	position: absolute;
	left: 402px;
	top: 210px;
}

.advan_tititles .advan_ti3 {
	position: absolute;
	left: 723px;
	top: 97px;
}

.advan_tititles .advan_ti4 {
	position: absolute;
	left: 743px;
	top: 198px;
}


/*scenarios*/

.scenarios {
	padding: 20px 0 60px;
	transform: translateY(200px);
}

.scenarios_swiper {
	width: 1200px;
	height: 620px;
	margin: 0 auto;
}

.scenarios_swiper .hd {
	height: 118px;
}

.scenarios_swiper .hd li {
	cursor: pointer;
	width: 25%;
	height: 118px;
	float: left;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-size: 16px;
}

.scenarios_swiper .hd li img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

.scenarios_swiper .hd li p {
	color: #333;
	margin: 10px 0 0 0;
	display: inline-block;
	position: relative;
}

.scenarios_swiper .hd li p:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #f6706b;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}

.scenarios_swiper .hd li:hover p:after,
.scenarios_swiper .hd li.on p:after {
	width: 100%;
	padding: 0 5px;
}

.scenarios_swiper .bd {
	width: 1200px;
	height: 510px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}

.scenarios_swiper .bd li {
	width: 1200px;
	height: 510px;
	box-sizing: border-box;
	overflow: hidden;
}

.scenarios_swiper .bd li .scen_img {
	width: 740px;
	height: 470px;
	float: left;
	margin: 20px;
}

.scenarios_swiper .bd li .scen_cont {
	width: 398px;
	float: right;
	padding: 20px 20px 0 0;
	box-sizing: border-box;
}

.scen_div {
	margin-bottom: 20px;
}

.scen_div h5 {
	font-size: 16px;
	color: #252b3a;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.scen_div p {
	font-size: 14px;
	line-height: 22px;
	color: #666a75;
	text-align: justify;
}

.scen_div .scen_div_info h6 {
	font-size: 14px;
	color: #252b3a;
	line-height: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.scen_div .scen_div_info h6:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a0a2a8;
	position: absolute;
	top: 5px;
	left: 5px;
}

.scen_div .scen_div_info p {
	font-size: 14px;
	color: #666a75;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.scen_div_jy {
	margin-top: 20px;
}

.scen_div_jy a {
	font-size: 12px;
	color: #666a75;
	line-height: 24px;
	display: inline-block;
	width: 42%;
	margin: 0 4% 4% 0;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.scen_div_jy a:hover {
	color: #f66f6a;
	border-color: #f66f6a;
}


/*history*/

.history {
	background: url(../images/bg1.jpg) center top;
	padding-bottom: 40px;
}

.history .advan_ti {
	color: #fff;
}

.history_slider {
	width: 1200px;
	height: 240px;
	background: url(../images/b4.png) no-repeat center top 66px;
	margin: 0 auto;
	position: relative;
}

.history_slider .bd {
	height: 220px;
	overflow: hidden;
}

.history_slider .bd li {
	width: 282px;
	height: 220px;
	text-align: center;
	float: left;
	margin-right: 22px;
	position: relative;
}

.history_slider .bd li .date {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 60px;
	color: #fff;
	opacity: .7;
	transition: all .1s;
}

.history_slider .bd li:hover .date {
	font-size: 22px;
	line-height: 28px;
	opacity: .9;
}

.history_slider .bd li .line {
	width: 223px;
	height: 33px;
	background: url(../images/b2.png) no-repeat;
	position: absolute;
	right: 70px;
	top: 71px;
	transform: translateY(-50%);
	transition: .3s;
}

.history_slider .bd li .line2 {
	background: url(../images/b3.png) no-repeat;
}

.history_slider .bd li:hover .line {
	transform: translate(-5px, -50%) scale(1.1);
}

.history_slider .bd li .cont {
	width: 176px;
	padding: 40px 40px 30px;
	margin: 30px auto 0;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
}

.history_slider .bd li:hover .cont {
	background: url(../images/b5.png) no-repeat center top;
}

.history_slider .prev {
	width: 16px;
	height: 16px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotateZ(45deg);
	position: absolute;
	left: -20px;
	top: 134px;
	opacity: .8;
	cursor: pointer;
}

.history_slider .next {
	width: 16px;
	height: 16px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotateZ(225deg);
	position: absolute;
	right: -20px;
	top: 134px;
	opacity: .8;
	cursor: pointer;
}

.history_slider .prev:hover,
.history_slider .next:hover {
	opacity: 1;
}


/*functional*/

.functional {}

.func_list {
	width: 1200px;
	margin: 0 auto 40px;
}

.func_b_li {
	display: none;
}

.func_b_li.on {
	display: block;
}

.func_list_a .func_a_li {
	width: 50%;
	float: left;
	position: relative;
	padding: 30px 40px 30px 88px;
	box-sizing: border-box;
	cursor: pointer;
}

.func_list_a .func_a_li .func_a_li_img {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.func_list_a .func_a_li .func_a_li_img img {
	width: 100%;
}

.func_list_a .func_a_li .func_title {
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 10px;
	transition: .5s ease;
	font-weight: bold;
	color: #252b3a;
	transition: .3s;
	position: relative;
}

.func_list_a .func_a_li .func_title span {
	position: relative;
}

.func_list_a .func_a_li .func_title span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	transform: rotateZ(-45deg);
	position: absolute;
	right: -30px;
	top: 0;
}

.func_list_a .func_a_li:hover .func_title span:before {
	border-color: #f66f6a;
}

.func_list_a .func_a_li:hover .func_title {
	color: #f66f6a;
}

.func_list_a .func_a_li .func_nr {
	font-size: 14px;
	line-height: 22px;
	color: #666a75;
}

.func_b_li {
	padding: 20px 0;
	box-sizing: border-box;
	background: #f2f4ff;
	color: rgb(102, 106, 117);
	font-size: 14px;
	position: relative;
}

.func_b_li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: rgb(242, 244, 255);
	transform: rotateZ(45deg);
	position: absolute;
	left: 33px;
	top: -6px;
}

.func_b_li:nth-child(2):before,
.func_b_li:nth-child(4):before {
	left: 633px;
}

.func_b_li:after {
	content: '';
	display: block;
	clear: both;
}

.func_b_li_one {
	float: left;
	width: 50%;
	padding: 0 20px 0 60px;
	box-sizing: border-box;
	position: relative;
}

.func_b_li_one:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background: #a0a2a8;
	float: left;
	margin-left: -14px;
	margin-top: 8px;
}


/*guide*/

.guide {
	background: #f1f3ff;
	padding-bottom: 20px;
}

.guide_slider {
	width: 1200px;
	height: 158px;
	margin: 0 auto;
	position: relative;
}

.guide_slider .bd li {
	width: 280px;
	height: 158px;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.guide_slider .bd li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.guide_slider .bd li:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.guide_slider .bd li p {
	display: block;
	width: 100%;
	padding: 5px;
	background: rgb(60, 65, 80);
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	bottom: 0;
}

.guide_slider .prev {
	width: 30px;
	height: 30px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	transform: rotateZ(45deg);
	position: absolute;
	left: -65px;
	top: 69px;
	cursor: pointer;
}

.guide_slider .next {
	width: 30px;
	height: 30px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	transform: rotateZ(225deg);
	position: absolute;
	right: -65px;
	top: 69px;
	cursor: pointer;
}

.guide_slider .prevStop,
.guide_slider .nextStop {
	opacity: .5;
}


/*case*/

.case {
	padding: 0 0 20px 0;
	background: #f1f3ff;
}

.case_list {
	margin: 0 auto 20px;
	width: 1200px;
	height: 180px;
}

.case_list li {
	width: 25%;
	height: 180px;
	background: #fff;
	float: left;
	position: relative;
	transition: .5s;
}

.case_list li:hover {
	box-shadow: 0 0 10px #ddd;
	z-index: 1;
}

.case_list li img {
	width: 70%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*help*/

.help {
	padding: 30px 0 20px 0;
	background: #f1f3ff;
}

.help_list {
	width: 1200px;
	margin: 20px auto;
}

.help_list a {
	display: block;
	width: 380px;
	height: 99px;
	background: url(../images/f1.jpg);
	float: left;
	margin-right: 30px;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
}

.help_list a:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	transform: rotateZ(225deg);
	position: absolute;
	right: 22px;
	top: 46px;
}

.help_list a:nth-child(3n) {
	margin-right: 0;
}

.help_list a h5 {
	font-size: 18px;
	color: #333;
	margin: 0 0 5px;
	text-align: left;
	font-weight: bold;
	transition: .5s;
}

.help_list a p {
	white-space: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 66px !important;
	width: 302px;
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #666A75;
	letter-spacing: 0;
	text-align: left;
	line-height: 22px;
	transition: .5s;
}

.help_list a:hover h5,
.help_list a:hover p {
	transform: translateY(-10px);
}

.help_list a i {
	display: block;
	width: 0;
	height: 4px;
	background: #f66f6a;
	margin-top: 5px;
	transition: .5s;
}

.help_list a:hover i {
	width: 100px;
}


/*recommended*/

.recommended {}

.recom_list {
	width: 1200px;
	margin: 0 auto 40px;
}

.recom_list a {
	display: block;
	width: 380px;
	height: 111px;
	box-sizing: border-box;
	padding: 20px 30px;
	margin-right: 30px;
	float: left;
	background-image: url(../images/gg1.jpg);
	position: relative;
}

.recom_list a:nth-child(3) {
	margin-right: 0;
}

.recom_list a:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color: #f56e6a;
	position: absolute;
	left: 16px;
	top: 20px;
}

.recom_list a h5 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 5px;
	text-align: left;
}

.recom_list a:hover h5 {
	color: #f66f6a;
}

.recom_list a p {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: inherit;
	-webkit-line-clamp: 3;
	max-height: 66px !important;
	font-family: Roboto-Regular;
	letter-spacing: 0;
	text-align: justify;
}

.recom_list a i {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #f66f6a;
	transition: all .5s ease-out;
}

.recom_list a:hover i {
	width: 100px;
}


/*banner1*/

.banner1 {
	width: 100%;
	height: 120px;
	background: url(../images/h1.jpg) no-repeat center top;
	/* background-size: 100% 100%; */
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	/* max-width: calc(100% - 170px); */
	/* padding-right: 150px; */
	/* box-sizing: border-box; */
	font-size: 24px;
	line-height: 120px;
	color: #fff;
}

.banner1 a {
	margin-left: 100px;
	height: 40px;
	padding: 0 40px;
	border: solid 1px transparent;
	border-radius: 2px;
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	transition: 0.2s;
	height: 48px;
	font-size: 18px;
	line-height: 46px;
	border-color: #f66f6a;
	background-color: #f66f6a;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.banner1 a:hover {
	box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}


/*service*/

.service {
	background: #212634;
	height: 100px;
	text-align: center;
}

.service a {
	padding-top: 5px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 41px;
	position: relative;
	color: #fff;
	text-align: left;
	padding: 28px 0 0 50px;
	box-sizing: border-box;
}

.service a img {
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
}

.service a h5 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.service a:hover h5 {
	color: #f66f6a;
}

.service a p {
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.7);
}


/*foot*/



.ft_top {
	width: 1200px;
	margin: 0 auto;
}

.ft_top_left {
	padding-left: 55px;
	float: left;
	color: #fff;
}

.ft_tel {
	padding-left: 55px;
	margin: 10px 0 0 -55px;
	background: url(../images/ft_tel.jpg) no-repeat top -5px left -5px;
}

.ft_tel h5 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.ft_tel p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-top: 5px;
}

.ft_links {
	margin: 15px 0;
}

.ft_links a {
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.ft_links a:hover {
	color: #f66f6a;
}

.ft_qrcode {
	margin-top: 10px;
}

.ft_qrcode div {
	height: 90px;
	float: left;
	margin-right: 20px;
	padding-left: 50px;
	background: url(../images/qwb.png) no-repeat center left 0;
	background-size: 34px 34px;
	position: relative;
	cursor: pointer;
}

.ft_qrcode div.ft_qr_wx {
	background: url(../images/qwx.png) no-repeat center left 0;
	background-size: 34px 34px;
}

.ft_qrcode div.ft_qr_zhihu {
	background: url(../images/qzh.png) no-repeat center left 0;
	background-size: 34px 34px;
}

.ft_qrcode div img {
	width: 80px;
	height: 80px;
	display: none;
	position: relative;
	border: 5px solid #fff;
}

.ft_qrcode div.on img {
	display: block;
}

.ft_qrcode div.on p {
	position: relative;
}

.ft_qrcode div.on p:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: rotateZ(45deg) translateY(-50%);
}

.ft_top_right {
	float: left;
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid #454850;
	color: #fff;
}

.ft_nav {
	float: left;
	height: 230px;
	margin-right: 50px;
}

.ft_top_right p {
	margin-bottom: 20px;
	line-height: 18px;
	color: #fff;
}

.ft_nav a {
	display: block;
	transition: 0.2s;
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
}

.ft_nav a:hover {
	color: #f66f6a;
}

.ft_bot {
	padding: 20px 0 0;
	border-top: solid 1px rgba(255, 255, 255, 0.09);
	margin: 30px auto 0;
	color: rgba(255, 255, 255, 0.7);
}

.ft_cont {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
	line-height: 24px;
}

.ft_cont a {
	color: rgba(255, 255, 255, 0.7);
}

.ft_cont a:hover {
	color: #F66F6A;
}

.ft_cont_left {
	float: left;
}

.ft_cont .ft_cont_left img {
	transform: translateY(8px);
}

.ft_cont_right {
	float: right;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
}

.ft_cont_right a {
	padding: 0 10px;
	position: relative;
}

.ft_cont_right a:before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	right: 0;
	top: 0;
}

.ft_cont_right a:last-child:before {
	display: none;
}


@media screen and (max-width: 414px) {
.w_cont{width:100%;  padding: 5% 10px;}
.advantage{background: #e6edfd; }
.product_banner{ height:auto; background-size: cover;}
.product_cont{ position:static; width:100%; top:0px; transform: translateY(0);}
.product_cont .product_title{     margin-right: 0;
    font-size: 22px;
    line-height: 14px;}
.advantage{ height:auto; padding-top: 0;}
.advan_ti{ font-size:22px;     line-height: 22px; padding:10px 10px 10px;}
.advan_left,.advan_right{position:static; width:100%; top:0px;}

.advan_li{    position: relative;
    height: auto;
    padding: 20px 0px; }
.advan_li .title{ font-size:16px;}
.scenarios_swiper{ width:100%; height:auto; padding: 0 10px;}
.scenarios_swiper .hd li{ height:auto;     padding: 0px;}
.scenarios_swiper .hd li img{ width:38px; height:38px;}
.scenarios_swiper .hd li p{ font-size:12px;}

.scenarios_swiper .bd{ width:100%; height:auto; margin:0px;}

.func_list{ width:100%; height:auto; margin: 0 auto 1%;}
.scenarios_swiper .bd li{ width:100%; height:auto; }
.scenarios_swiper .bd li .scen_img{ width:100%; height:auto; float:none;     margin: 0px;}
.scenarios_swiper .bd li .scen_cont{ width:100%; height:auto; float:none; padding:10px;}
.func_list_a .func_a_li{padding:10px; }
.func_list_a .func_a_li .func_a_li_img{ display:none;}
.func_list_a .func_a_li .func_title{ font-size:14px;}
.func_list_a .func_a_li .func_nr{font-size:12px; }
.func_b_li_one{padding: 0 10px 0 10px; }
func_b_nr{font-size:12px; line-height: 20px;}
.scen_div h5{ font-size:14px;}
.scen_div p{ font-size:12px;}


}



/*end*/