/* 安丰云 认真做事 */
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#banner {

	position: relative;
	width: 100%;
}

#banner img {
	display: block;
	max-width: 100%;
}

.serviceCont {
	padding: 3.5em 0;
}

.serviceCont .left {
	width: 551px;
	float: left;
	margin: 0;
}

.serviceCont .left img {
	width: 500px;
}

.serviceCont .right {
	float: left;
	margin: 55px 0 0 15px;
	width: 520px;
}

.serviceCont .right .service-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.serviceCont .right .service-title h2 {
	font-size: 40px;
	color: #444;
	line-height: 40px;
	margin-bottom: 6px;
	font-weight: 400;
}

.serviceCont .right .service-title p {
	font-size: 20px;
	color: #777;
}

.serviceCont .right .service-text {
	padding-top: 42px;
	color: #535353;
	font-size: 14px;
	line-height: 22px;
}

.serviceCont .right .service-text .service-link {
	font-size: 14px;
	color: #535353;
}

.serviceCont .right .service-text .service-link:hover {
	color: #0a58a5;
}

.serviceCont .service_ul li {
	float: left;
	width: 40%;
	margin-right: 10%;
	line-height: 36px;
	font-size: 16px;
}

.newsCont {
	height: 609px;
	background-color: #ebedf6;
}

.newsCont .news-title {
	font-size: 50px;
	font-weight: 500;
	color: #0a58a5;
	text-align: center;
	padding: 58px 0 76px 0;
}

.newsCont .news-item {
	width: 500px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-bottom: 116px;
}

.newsCont .news-item .calendar {
	width: 60px;
	height: 100px;
	float: left;
	color: #707070;
	text-align: center;
}

.newsCont .news-item .calendar .news-mounth {
	width: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #dadeee;
}

.newsCont .news-item .calendar .news-day {
	width: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	background-color: #fff;
}

.newsCont .news-item .new-desc {
	width: 394px;
	height: 100px;
	float: left;
	margin: 0 24px 0 20px;
	text-indent: 2em;
}

.newsCont .news-item .new-desc .news-link {
	height: 50px;
	line-height: 50px;
	color: #616162;
	font-size: 16px;
}

.newsCont .news-item .new-desc .news-link:hover {
	color: #0a58a5;
	text-decoration: underline;
}

.newsCont .news-item .new-desc .news-summary {
	height: 50px;
	color: #7A7B7E;
	font-size: 14px;
}

h2.app_title {
	height: 55px;
	font-family: 'Microsoft YaHei';
	font-size: 30px;
	color: #fff;
}

.appidiv {
	padding: 5em 0;
}

.ideaidiv {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.isuccess {
	background: url(img/h07.jpg) center top no-repeat;
	background-size: cover;
	padding: 80px 0 75px;
}

.succeed {
	width: 100%;
	animation: animatedBackground 30s linear infinite;
	-webkit-animation: animatedBackground 30s linear infinite;
	-moz-animation: animatedBackground 30s linear infinite;
	margin-bottom: 45px
}

.succeed_title {
	text-align: center;
	color: #fff;
}

.succeed_title h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}

.succeed_title p {
	color: #acacac;
	font-size: 15px;
	text-transform: uppercase;
}

.da-thumbs {
	width: 100%;
	position: relative;
	font-size: 0;
	margin: 0 auto;
}

.da-thumbs li {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
	*width: 24.97%;
}

.da-thumbs li a img {
	display: block;
	margin: 0 auto;
	position: relative;
	border: 0;
}

.da-thumbs li a>img {
	width: 100%;
	max-width: 100%;
	transform: scale(1);
	transition: all 0.6s ease-in-out;
}

.da-thumbs li a:hover>img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.da-thumbs li a {
	overflow: hidden;
	display: block;
}

.da-thumbs li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 10%;
	display: none;
}

.da-thumbs li a:hover div {
	*display: block;
}

.da-thumbs li a div img {
	position: relative;
	z-index: 2;
	top: 0px;
}

.da-shade {
	background: #2eafbb;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
}

.da-thumbs h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	z-index: 4;
}

.da-thumbs .title_shade {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
}

.da-thumbs li a:hover h2 {
	display: none;
}

.da-thumbs li a:hover .title_shade {
	display: none;
}

.qq_icon {
	border: 1px solid #ff6a64;
	display: block;
	padding: 10px 55px 12px;
	color: #ff6a64;
	font-size: 16px;
	width: 110px;
	text-align: center;
}

.qq_icon_weixin {
	margin: 40px auto 0;
	transition: all 0.6s ease-in-out;
}

.qq_icon_weixin:hover {
	background: #ff6a64;
	color: #fff;
}

.qq_icon_web {
	margin: 10px 0 0 15px;
	background: #ff6a64;
	color: #fff;
	width: 90px;
	padding: 8px 50px 10px;
}

.qq_icon_web:hover {
	background: #d3433e;
	color: #fff;
	border: 1px solid #f39801;
}

.qq_icon_solu {
	margin: 60px 0 0 0;
	border: 1px solid #666;
	color: #333;
	font-weight: 600;
	padding: 10px 55px 11px;
}

.qq_icon_solu:hover {
	background: #ff6a64;
	color: #fff;
	border: 1px solid #ff6a64;
}

.con_case_h {
	padding: 2em 0 2em;
}

.con_case_h .con_cah_list a {
	display: inline-block;
	background: #ededed;
	padding: 4px 12px 5px;
	margin-right: 2px;
}

.con_case_h .con_cah_list a.cah_li_all {
	margin-right: 6px;
}

.con_case_h .con_cah_list_6 a.cah_li_all {
	background: #f39801;
	color: #fff;
}

.con_case_h .con_cah_list a.active {
	background: #f39801;
	color: #fff;
}

.page_case {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.page_case li {
	display: inline-block;
	list-style: none;
}

.page_case a,
.page_case span.pageinfo {
	display: inline-block;
	padding: 2px 10px;

	border: 1px solid #2eafbb;
	color: #2eafbb;
}

.page_case li.thisclass a {
	color: #FFF;
	padding: 0px;
}

.page_case a:hover {
	background-color: #2eafbb;
	color: #fff;
}

.page_case li.thisclass {
	background-color: #2eafbb;
	color: #fff;
	padding: 2px 10px;

	border: 1px solid #2eafbb;
}

/**article**/
.info_body {
	font-size: 15px;
}

.art_con {
	padding: 1em 0 1em;
}

.fangan_con h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1em;
}

.fangan_con .info_body {
	line-height: 1.9em;
}

.fangan_con .info_body.info_body_case {
	text-align: center;
}

.fangan_con .info_body.info_body_case img {
	max-width: 100%;
}

.fangan_con .art_prev_next {
	line-height: 1.8em;
	margin-top: 18px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 13px;
	color: #666;
}

.fangan_con {
	overflow: hidden;
}

.fangan_con .fangan_left {
	float: left;
	width: 870px;
}

.fangan_con .fangan_right {
	float: right;
	width: 290px;
	padding-top: 2px;
}

.fangan_con .fangan_msg {
	/*background: #f2f2f2;*/
	padding: 45px 20px 30px;
	position: relative;
}

.fangan_con .fangan_msg .s1-a {
	width: 100%;
	margin-bottom: 15px;
}

.fangan_con .fangan_msg .s1-c {
	margin-top: 15px;
	width: 100%;
}

.fangan_con .fangan_msg h2 {
	padding-top: 0;
	line-height: 1.2em;
}

.fangan_con.case_con h1 {
	margin-bottom: 25px;
	color: #666;
}

.fangan_con .fangan_msg .s1-b {
	width: 100%;
}

.fangan_con .info_body ul {
	margin: 10px 0;
}

.fangan_con .info_body ul li {
	padding: 10px 22px;
	margin-bottom: 2px;
	line-height: 1.5em;
}

.fangan_con .info_body ul li:nth-child(odd) {
	background: #ffe6e6;
}

.fangan_con .info_body ul li:nth-child(even) {
	background: #fff;
}

.fangan_con .info_body ul li strong {
	display: block;
}

.fangan_con .info_body img {
	max-width: 100%;
}

.fangan_con .info_body a {
	color: #f39801;
}

.fangan_con .info_body a:hover {
	text-decoration: underline;
}

.fangan_con .info_body .mcase_img img {
	width: 31.8%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	margin-left: 0.3%;
	margin-right: 0.3%
}

.info_nav .info_qiao {
	display: none;
}

/**business**/
#business {
	width: 100%;
	background: #fff;
	padding-bottom: 4em;
	overflow: hidden;
}

#business_center {
	width: 1200px;
	margin: 0 auto;
}

.business_font {
	width: 1200px;
	height: 82px;
	text-align: center;
	padding-top: 44px;
}

.business_font p {
	font-size: 30px;
	color: #333;
	margin-top: 18px;
	-webkit-animation: gdownIn 1s 0.7s both;
	-moz-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
}

.business_font tg {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	display: block;
	line-height: 50px;
	-webkit-animation: gdownIn 1s 0.9s both;
	-moz-animation: gdownIn 1s 0.9s both;
	animation: gdownIn 1s 0.9s both;
}

#business_center ul.bankuai {
	margin-top: 42px;
	-webkit-animation: gfadeIn 1s 1.5s both;
	-moz-animation: gfadeIn 1s 1.5s both;
	animation: gfadeIn 1s 1.5s both;
	-webkit-animation: gdownIn 1s 1.2s both;
	-moz-animation: gdownIn 1s 1.2s both;
	animation: gdownIn 1s 1.2s both;
}

#business_center ul li {
	width: 276px;
	height: 300px;
	background: #fff;
	float: left;
	margin-left: 32px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#business_center .no_left {
	margin-left: 0px;
}

#business_center ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#business_center ul.bankuai .bankuai_bg {
	background: #f39801;
	display: block;
	width: 100%;
	height: 100%;
	display: none;
}

#business_center ul.bankuai .mypng {
	display: block;
	height: 162px;
	width: 100%;
	text-align: center;
}

#business_center ul.bankuai .pic1 {
	position: absolute;
	top: 0;
	right: 0;
}

#business_center ul.bankuai .pic2 {
	position: absolute;
	top: 0;
	left: -100%;
}

#business_center ul.bankuai .mypng em {
	display: inline-block;
	width: 100%;
	height: 103px;
	background-image: url('img20170107/tubiao.png');
	background-repeat: no-repeat;
	margin-top: 28px;
	background-size: 103px;
}

#business_center ul.bankuai .text2,
#business_center ul.bankuai .text1 {
	width: 100%;
}

#business_center ul.bankuai .text1 {
	position: absolute;
	top: 162px;
	right: 0;
}

#business_center ul li h2 {
	font-size: 18px;
	color: #333;
}

#business_center ul li p {
	font-size: 12px;
	color: #666;
	width: 192px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

#business_center ul.bankuai .text2 {
	position: absolute;
	top: 152px;
	right: -100%;
}

#business_center ul.bankuai .text2 * {
	color: #fff;
}

#business_center ul.bankuai .index_bg_01 .pic1 em {
	background-position: center -103px;
}

#business_center ul.bankuai .index_bg_01 .pic2 em {
	background-position: center 0px;
}

#business_center ul.bankuai .index_bg_02 .pic1 em {
	background-position: center -309px;
}

#business_center ul.bankuai .index_bg_02 .pic2 em {
	background-position: center -206px;
}

#business_center ul.bankuai .index_bg_03 .pic1 em {
	background-position: center -515px;
}

#business_center ul.bankuai .index_bg_03 .pic2 em {
	background-position: center -412px;
}

#business_center ul.bankuai .index_bg_04 .pic1 em {
	background-position: center -721px;
}

#business_center ul.bankuai .index_bg_04 .pic2 em {
	background-position: center -618px;
}

#business_center ul.bankuai .pic1 {
	position: absolute;
	top: 0;
	right: 0;
}

#business_center ul.bankuai .pic2 {
	position: absolute;
	top: 0;
	left: -100%
}

.a-active {
	background: #f39801;
	transition: .5s;
	-webkit-animation: .5s;
	-moz-transition: .5s;
}

.testmonials {
	background: url(img20170107/bg_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	padding: 5em 0;
}

.client-sys {
	margin-top: 5px;
}

.gallery {
	position: relative;
}

.gallery .item {
	height: 100%;
	overflow: hidden;
	text-align: left;
	margin: 0 20px 0 0;
}

.gallery .item span {
	color: #FFF;
}

.gallery .item h3 {
	font-weight: 400;
	font-size: 2.1em;
	margin: 0;
	padding: 0.5em 0;
	text-align: left;
	color: #fff;
}

.client-says {
	font-weight: 100;
	font-size: 0.96em;
	margin: 1em 0;
	text-indent: 0;
	line-height: 1.9em;
}

.client_point {
	color: white;
}

.client_point span {
	margin: 0 1em;
}

.client-pic {
	text-align: center;
}

.index_app {
	background: #f6f6f6;
	padding: 4em 0 2em;
}

.index_app .client-sys {
	margin-top: 2em;
}

.app_des .item h3 {
	color: #009fd5;
	font-weight: 700;
}

.app_h {
	font-size: 1.4em;
	margin-bottom: 4px;
}

.app_des ul,
.app_des ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.app_des ul li {
	background: url(img20170107/icon1.gif) no-repeat -7px 4px;
	width: 50%;
	padding-left: 24px;
	float: left;
	line-height: 28px;
	box-sizing: border-box;
}

.borderccc {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 15px;
}

.borderccc .client-says {
	margin: 0.2em 0;
}

.app_des .item span {
	margin-right: 10px;
	font-size: 0.86em
}

.col-md-6 {
	width: 50%;
	float: left;
}

.clearfix {
	zoom: 1;
}

.c663333 {
	background: #663333;
}

.ccc3366 {
	background: #cc3366;
}

.c006699 {
	background: #006699;
}

.c996600 {
	background: #996600;
}

.c993399 {
	background: #993399;
}

.c669900 {
	background: #669900;
}

.c793736 {
	background: #793736;
}

.d22065 {
	background: #d22065;
}

.c61a306 {
	background: #61a306;
}

.c60a2be {
	background: #60a2be;
}

.c8b26a4 {
	background: #8b26a4;
}

.c9d742d {
	background: #9d742d;
}

.services {
	padding: 4em 0 3em;
	text-align: center;
}

.services h3 {
	font-size: 2.2em;
	font-weight: 900;
	margin: 0.6em 0;
}

.services .service_h {
	color: #888;
	font-size: 15px;
	margin-bottom: 35px;
}

.services-list li {
	width: 168px;
	margin: 0 2px 1em;
	padding: 0;
	background: #e6e6e6;
	height: 166px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	display: block;
	float: left;
}

.services-list li:hover {
	background: #efefef;
}

.services h3 label {
	background: #4DBCD3;
	height: 2px;
	display: block;
	width: 10%;
	margin-top: 0.2em;
}

.services-list li a span {
	width: 83px;
	height: 108px;
	display: inline-block;
	background: url(img20170107/bg_5.png) no-repeat 0px 0px;
}

.services-list li a span.service-icon {
	background-position: -41px 0px;
}

.services-list li a span.service-icon1 {
	background-position: -212px 0px;
}

.services-list li a span.service-icon2 {
	background-position: -386px 0px;
}

.services-list li a span.service-icon3 {
	background-position: -558px 0px;
}

.services-list li a span.service-icon4 {
	background-position: -730px 0px;
}

.services-list li a span.service-icon5 {
	background-position: -902px 0px;
}

.services-list li a span.service-icon6 {
	background-position: -1075px 0px;
}

.services-list li a span.service-icon7 {
	background-position: -41px -170px;
}

.services-list li a span.service-icon8 {
	background-position: -212px -170px;
}

.services-list li a span.service-icon9 {
	background-position: -386px -170px;
}

.services-list li a span.service-icon10 {
	background-position: -558px -170px;
}

.services-list li a span.service-icon11 {
	background-position: -730px -170px;
}

.services-list li a span.service-icon12 {
	background-position: -902px -170px;
}

.services-list li a span.service-icon13 {
	background-position: -1075px -170px;
}

.services-list li a label {
	display: block;
	font-weight: 300;
	font-size: 0.9em;
	margin: 0.5em 0 0;
	color: #444;
	height: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0 1em;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
	box-sizing: border-box;
}

.ie7 .services-list li {
	float: left;
	margin-right: 0.3%;
}

.ie7 .services-list li a label {
	left: 0;
	bottom: 10px;
	padding: 0;
}

.services-list li:hover a label {
	margin-top: 0.2em;
}

.services-list ul {
	margin: 0 -2px;
	padding: 1.2em 0 3.5em 0;
}

.services-list li a:hover {
	text-decoration: none;
	color: #61E4FF;
}

.ixuqiu {
	padding: 4em 0 5em;
}

.ixuqiu .ixq_item {
	margin-bottom: 20px;
	color: #fff;
}

.ixuqiu .ixq_item i {
	display: inline-block;
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-family: 'Impact';
	text-align: center;
	background: #ff6a64;
	color: #fff;
	margin-right: 15px;
	font-size: 26px;
	font-style: normal;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
}

.ixuqiu .ixq_item:hover i {
	margin-right: 20px;
}

.ixuqiu .ixq_item h4 {
	font-size: 17px;
	padding-top: 1px;
	font-weight: 400;
}

.ixuqiu .ixq_item p {
	color: #acacac;
}

.ixuqiu .client-says {
	margin-bottom: 25px;
	color: #acacac;
}

.ixuqiu .client-pic {
	padding-top: 85px;
}

#business .qq_icon_weixin {
	margin-top: 50px;
}

.case_h_nav {
	display: none;
}

.sol_cont {
	padding: 60px 0;
	box-sizing: border-box;
}

.sol_cont .sol_ h4 {
	text-align: center;
	font-size: 35px;
	line-height: 35px;
}

.sol_cont .sol_ h4 i {
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	font-weight: 400;
	font-style: normal;
	color: #777;
}

.sol_cont .sol_ .sol_tab .tab_cont {
	text-align: center;
	margin-top: 25px;
}

.sol_cont .sol_ .sol_tab .tab_cont span {
	display: inline-block;
	margin: 0 15px;
	font-size: 16px;
}

.sol_cont .sol_ .sol_tab .tab_cont span a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 45px;
	border-bottom: 1px solid #666;
	transition: 0.5s;
	box-sizing: border-box;
}

.sol_cont .sol_ .sol_tab .tab_cont span.show a {
	color: #ff6a64;
	transition: 0.5s;
	border-bottom: 1px solid #ff6a64;
}

.sol_cont .sol_ .sol_tab .bt_cont {
	margin-top: 45px;
}

.sol_cont .sol_ .sol_tab .bt_cont #pro {
	overflow: hidden;
	display: none;
}

.sol_cont .sol_ .sol_tab .bt_cont #solu_ {
	overflow: hidden;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item {
	width: 278px;
	float: left;
	margin-right: 28px;
	overflow: hidden;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item a img {
	display: block;
	width: 100%;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item a h4 {
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #444;
	margin-top: 10px;
	transition: 0.5s;
	text-align: left;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item a:hover h4 {
	color: #ff6a64;
	transition: 0.5s;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 16px;
	line-height: 23px;
	margin-top: 16px;
	color: #666;
	height: 90px;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item .more_cont {
	margin-top: 22px;
	overflow: hidden;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item .more_cont span {
	font-size: 15px;
	line-height: 15px;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item .more_cont span:nth-child(1) {
	float: left;
}

.sol_cont .sol_ .sol_tab .bt_cont .left_cont .left_item .more_cont span:nth-child(2) {
	float: right;
	margin-right: 2px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding-left: 4px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item {
	overflow: hidden;
	margin-bottom: 20px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont {
	float: left;
	height: 80px;
	width: 80px;
	background: #ff6a64;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	position: relative;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont .center_ {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont .center_ span {
	display: block;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont .center_ span:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont .center_ span:nth-child(2) {
	font-size: 16px;
	margin-top: 5px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .time_cont i {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .right_info {
	float: left;
	width: 484px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .right_info h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #444;
	margin-bottom: 12px;
	margin-top: 5px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item a .right_info .item_info {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item:hover a .right_info h5 {
	color: #ff6a64;
	transition: 0.5s;
}

.sol_cont .sol_ .sol_tab .bt_cont .list_cont .pro_item:hover a .right_info .item_info {
	color: #ff6a64;
	transition: 0.5s;
}

.like {
	margin-top: 30px;
}

.like h2 {
	display: inline-block;
	border-bottom: 1px solid #666;
	padding-left: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.like_list ul li {
	width: 48%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	float: left;
	margin-bottom: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}

.like_list ul li:nth-child(odd) {
	margin-right: 4%;
}


.home {
	background: #313645;
}

section {
	overflow: hidden;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.home li {
	width: 240px;
	height: 130px;
	position: relative;
	float: left;
}

.home li div {
	position: relative;
	z-index: 10;
	color: #fff;
	height: 100%;
	padding: 27px 30px 0;
}

.case .case_v_li h1,
.case_cl .case_cl_li h1,
.content_w .w_title,
.flow .content h1,
.flow .content i,
.font_20,
.h20,
.h2_t,
.home li div h2,
.kfadvantage .con_view h1,
.map .map_view .map_d p,
.repository .re_nav_left .title,
.scene .scene_li h2,
.serviceflow .flow_view h2,
.serviceway .serviceway_li h2,
.team .title h1,
.technical_support .technical_support_li h1,
.title_view .ti_sm,
.ys_view .middle em,
footer .footer_li h2,
header .header .head_phone h2 {
	font-size: 20px;
}

.home li div p {
	line-height: 24px;
	margin-top: 15px;
}


.floor_title {
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	font-family: NotoSansHans-Light;
	font-weight: 300;
	color: rgba(74, 74, 74, 1);
	letter-spacing: 2px;
}

.floor_title .red {
	color: #DA4435;
	font-family: Noto Sans S Chinese Medium;
	font-weight: 450;
}

.floor_title .title {
	font-size: 42px;
	font-family: NotoSansHans-Light;
	font-weight: 300;
	color: #333333;
	line-height: 100%;
	margin-top: 50px;
}

.floor_title .title_2 {
	font-size: 22px;
	font-family: NotoSansHans-Light;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
	margin-top: 15px;
	margin-bottom: 28px;
}

.floor_content {
	overflow: hidden;
}

.floor_content a:hover {
	background: url("img/bg_custom_1@2x.png") no-repeat;
	background-size: 100% 100.3%;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.16);
}

.floor_content .right_top a:hover {
	background: url("img/bg_custom_2@2x.png") no-repeat;
	background-size: 100% 100.6%;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.16);
}

.floor_content .right_bottom a:hover {
	background: url("img/bg_custom_3@2x.png") repeat-y;
	background-size: 100% 100.5%;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.16);
}

.content_right {
	float: left;
	overflow: hidden;
}

.right_top {
	overflow: hidden;
}

.content_box {
	float: left;
	display: block;
	margin: 0px 10px 30px 10px;
	border: 1px solid rgba(243, 231, 231, 1);
	border-radius: 10px;
}

.content_box p {
	margin-top: 2px;
	font-size: 16px;
	font-family: NotoSansHans-Regular;
	font-weight: 400;
	color: rgba(120, 120, 120, 1);
}

.content_box1 {
	width: 210px;
	height: 293px;
	padding-top: 57px;
	padding-left: 20px
}

.content_box1 img {
	margin-bottom: 103px;
	width: 100px;
	height: 100px;
}

.content_box2 {
	width: 412px;
	height: 109px;
	padding-top: 36px;
	padding-left: 30px;
}

.content_box2 img {
	float: left;
	margin-right: 30px;
	width: 70px;
	height: 70px;
}

.content_box3 {
	width: 250px;
	height: 158px;
	padding-top: 14px;
	padding-left: 34px;
}

.content_box3 img {
	width: 70px;
	height: 70px;
}

.content_box .box_title {
	font-size: 28px;
	font-family: NotoSansHans-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 42px;
}


.case {
	overflow: hidden;
	padding: 0px 0 30px;
	background: #fff;
}

.title_view {
	text-align: center;
	margin-bottom: 45px;
	line-height: 1;
}

.title_view h1 {
	color: #333;
	font-weight: 500;
}

.title_view p {
	color: #999;
	line-height: 24px;
	margin: 16px 0 -4px;
}

.case .case_view {
	margin: 60px auto 0;
	width: 1200px;
	margin: 0 auto;
}

.case .case_v_li {
	float: left;
	width: 23%;
	margin: 0 1.979166% 30px 0;
}

.case .case_v_li .case_imgs {
	width: 100%;
}

.case .case_v_li .case_v_li_b {
	padding: 29px;
}

.case .case_v_li h1 {
	font-weight: 300;
	color: #666;
}

.case .case_v_li p {
	margin-top: 13px;
	color: #999;
}

.case .case_v_li:nth-of-type(4n) {
	margin-right: 0;
}

section.customer_case,
section.diagram,
section.hub {
	background: #fff;
}

.title_view {
	text-align: center;
	margin-bottom: 45px;
	line-height: 1;
}

.title_view h1 {
	color: #333;
	font-weight: 500;
}

.title_view p {
	color: #999;
	line-height: 24px;
	margin: 16px 0 -4px;
}

.rx .rx_view {
	max-width: 1200px;
	margin: 0 auto;
}

.rx .rx_view_ul {
	width: 100%;
	height: 540px;
}

.rx .rx_view_li {
	float: left;
	max-width: 25%;
	height: 540px;
	text-align: center;
	position: relative;
	color: #fff;
}

.rx .rx_view_li .rx_in_view {
	position: relative;
	z-index: 5;
}

.rx .rx_view_li .rx_in_view h2 {
	color: #FFF;
}

.rx .rx_view_li .rx_in_an {
	margin-top: 193px;
}

.rx .rx_view_li:nth-of-type(1) .icon {
	background-position: 0 0;
}

.rx .rx_view_li:nth-of-type(2) .icon {
	background-position: 0 -98px;
}

.rx .rx_view_li:nth-of-type(3) .icon {
	background-position: -119px -98px;
}

.rx .rx_view_li:nth-of-type(4) .icon {
	background-position: -119px 0;
}

.case .case_v_li,
.case .case_v_li h1,
.case .case_v_li h1:after,
.cloud .cloud_li .resolvent_btn,
.cloud .cloud_li .serve_con .serve_btn,
.cloud .cloud_li h2,
.culture .culture_li,
.culture .culture_li .img .opacity,
.diagram .diagram_view .hd li,
.index_news .bd h2,
.index_news .bd h3:after,
.index_news .bd li,
.index_news .hd li a,
.interests .interests_li,
.lists_view .btn .more,
.lists_view .con .title,
.partner_li,
.policy .policy_view_li,
.policy .policy_view_li h2,
.policy .policy_view_li i,
.repository .re_nav_left .sideMenu h3:after,
.resolvent .resolvent_li,
.rx .rx_view_li,
.rx .rx_view_li .hide,
.rx .rx_view_li .rx_in_an,
.rx .rx_view_li:before,
.scene .scene_li,
.scene .scene_li i,
.serve .serve_li .serve_an,
.serve .serve_li .serve_an:after,
.serve .serve_li .serve_btn,
.serve_con .cloud .cloud_li .serve_btn,
.serve_con .text_view .serve_btn,
.serve_con .text_view .serve_btn:after,
.serve_con .ys_view .middle .serve_btn,
.serve_con .ys_view .middle .serve_btn:after,
.sticker li,
.super_det .hd li,
.support .support_view .su_v_li,
.team .title,
.text_view .resolvent_btn,
.text_view .resolvent_btn:after,
.text_view .serve_con .serve_btn,
.text_view .serve_con .serve_btn:after,
.tran3,
.ys_view .middle .resolvent_btn,
.ys_view .middle .resolvent_btn:after,
.ys_view .middle .serve_con .serve_btn,
.ys_view .middle .serve_con .serve_btn:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.rx .rx_view_li .rx_in_view {
	position: relative;
	z-index: 5
}

.rx .rx_view_li:hover .rx_in_an {
	margin-top: 90px
}

.rx .rx_view_li:hover .hide {
	display: block;
	opacity: 1
}

.rx .rx_view_li .icon {
	width: 99px;
	height: 78px;
	display: inline-block;
	background-image: url(img/support.png);
	background-repeat: no-repeat;
}

.rx .rx_view_li .rx_in_an h1 {
	margin-top: 50px;
	color: #fff;
}

.rx .rx_view_li .hide {
	margin: 29px 10% 0;
	display: none;
	opacity: 0;
	height: 167px;
	position: relative;
}

.rx .rx_view_li .hide p {
	font-weight: 300;
	line-height: 27px;
}

.rx .rx_view_li .hide a {
	width: 132px;
	height: 44px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -67px;
	line-height: 44px;
	color: #138cff;
	background: #fff;
	box-shadow: 0 0 32px 0 rgba(13, 116, 213, .64);
	border-radius: 22px;
}

.rx .rx_view_li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, #2878ff, #05acfc);
	opacity: 0;
	transition: opacity, transform .3s;
}

.rx .rx_view_li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.rx .rx_view_li:nth-of-type(1):before {
	background-image: url(img/wlw_bg.jpg);
}

.rx .rx_view_li:nth-of-type(2):before {
	background-image: url(img/gyl_bg.jpg);
}

.rx .rx_view_li:nth-of-type(3):before {
	background-image: url(img/dsj_bg.jpg);
}

.rx .rx_view_li:nth-of-type(4):before {
	background-image: url(img/sp_bg.jpg);
}

.rx .rx_view_li:hover:after,
.rx .rx_view_li:hover:before {
	opacity: .9;
	-webkit-transform: scaleY(1.1);
	transform: scaleY(1.1);
}

.case .case_v_li,
.case .case_v_li h1,
.case .case_v_li h1:after,
.cloud .cloud_li .resolvent_btn,
.cloud .cloud_li .serve_con .serve_btn,
.cloud .cloud_li h2,
.culture .culture_li,
.culture .culture_li .img .opacity,
.diagram .diagram_view .hd li,
.index_news .bd h2,
.index_news .bd h3:after,
.index_news .bd li,
.index_news .hd li a,
.interests .interests_li,
.lists_view .btn .more,
.lists_view .con .title,
.partner_li,
.policy .policy_view_li,
.policy .policy_view_li h2,
.policy .policy_view_li i,
.repository .re_nav_left .sideMenu h3:after,
.resolvent .resolvent_li,
.rx .rx_view_li,
.rx .rx_view_li .hide,
.rx .rx_view_li .rx_in_an,
.rx .rx_view_li:before,
.scene .scene_li,
.scene .scene_li i,
.serve .serve_li .serve_an,
.serve .serve_li .serve_an:after,
.serve .serve_li .serve_btn,
.serve_con .cloud .cloud_li .serve_btn,
.serve_con .text_view .serve_btn,
.serve_con .text_view .serve_btn:after,
.serve_con .ys_view .middle .serve_btn,
.serve_con .ys_view .middle .serve_btn:after,
.sticker li,
.super_det .hd li,
.support .support_view .su_v_li,
.team .title,
.text_view .resolvent_btn,
.text_view .resolvent_btn:after,
.text_view .serve_con .serve_btn,
.text_view .serve_con .serve_btn:after,
.tran3,
.ys_view .middle .resolvent_btn,
.ys_view .middle .resolvent_btn:after,
.ys_view .middle .serve_con .serve_btn,
.ys_view .middle .serve_con .serve_btn:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.floor02 {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	/*rgba(250,250,250,1)*/
}

.floor_title_2 {
	padding: 60px 0 0 0;
	font-size: 26px;
	font-family: NotoSansHans-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
}

.floor_title_2 .title_icon {
	float: left;
	margin-right: 16px;
	width: 8px;
	height: 26px;
	background: linear-gradient(180deg, rgba(230, 100, 68, 1) 0%, rgba(180, 56, 51, 1) 100%);
	border-radius: 4px;
	background: #e66444\0;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.advantage {
	overflow: hidden;
	margin-top: 90px;
	margin-bottom: 50px;
}

.advantage .advantage_box {
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
}

.margin-r74 {
	margin-right: 74px;
}

.advantage .advantage_box img {
	width: 129px;
}

.advantage .advantage_box p {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	font-family: NotoSansHans-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 18px;
}

.partner {
	padding: 0px 0 100px;
	background: url(img/hzbl_bg.jpg) center bottom no-repeat;
}

.font_28,
.title_view h1 {
	font-size: 28px;
}

.partner_li {
	float: left;
	width: 170px;
	height: 80px;
	margin: 0 35px 24px;
	position: relative;
}

section.customer_case,
section.diagram,
section.hub {
	background: #f7f7f7;
}

.index_news {
	padding: 70px 0;
}

.index_news .hd {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.index_news .hd li {
	display: inline-block;
	line-height: 1;
}

.index_news .hd li.on a {
	color: #fff;
	background: #247eff;
}

.index_news .hd li a {
	display: block;
	width: 114px;
	height: 38px;
	background: #eee;
	line-height: 38px;
	border-radius: 19px;
	margin: 0 10px;
	color: #333;
}

.index_news .bd {
	line-height: 1;
}

.index_news .bd ul {
	margin: -3px;
}

.index_news .bd li:first-child {
	height: 420px;
}

.index_news .bd li {
	width: 396px;
	background: #fff;
	position: relative;
	float: left;
	margin: 3px;
	height: 207px;
	border-radius: 10px;
}

.index_news .bd img {
	width: 100%;
	height: 259px;
	border-radius: 10px;

}

.index_news .bd .view {
	margin: 20px;
}

.index_news .bd h2 {
	color: #333;
	font-weight: 500;
	line-height: 28px;
	margin: -5px 0;
}

.index_news .bd .fot {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.index_news .bd h3 {
	color: #666;
}

.index_news .bd h3:after {
	content: "";
	display: block;
	width: 25px;
	height: 8px;
	background: url(img/right.png) no-repeat;
	background-position: -33px 0;
	float: right;
	margin-top: 20px;
}

.index_news .bd span {
	color: #999;
}

.index_news .bd li:not(:first-child) h2 {
	margin-top: 20px;
}

.index_news .bd .wrap p {
	float: right;
	margin-left: -10px;
	width: 100%;
	word-break: break-all;
}

.case .case_v_li p,
.index_news .bd li:not(:first-child) h2,
.lists_view .con .title,
.new_detail .page a span,
.showOmit-11 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index_news .bd h2 {
	color: #333;
	font-weight: 500;
	line-height: 28px;
	margin: -5px 0;
}

.banner .banner1 .ba1_title p,
.banner .banner2 .b_t_c,
.font_18,
.index_news .bd h2,
.policy .policy_view_li h2,
.repository .re_nav_left .kefu h2,
.repository .re_right .con h2,
.sticker li.phone,
.text_view .t_v_p,
.ys_view .middle h4 {
	font-size: 18px;
}

.index_news .bd hr {
	background: #eee;
	height: 1px;
	border: 0;
	position: absolute;
	bottom: 80px;
	left: 20px;
	right: 20px;
}

.about_text_view h1,
.customer_case .case_total h1,
.font_24,
.index_news .bd h3,
.officeEnvironment .about_text_view .area b span,
.rx .rx_view_li .rx_in_an h1,
.serviceadvantage .serviceadvantage_text h2,
.sticker li.kefu a:before,
.sticker li:before,
.support .support_view .su_v_li .support_no1 {
	font-size: 24px;
}

.banner .banner2 .b_t_e,
.font_12,
.index_news .bd span,
.lists_view .btn .time,
.repository .re_nav_left .kefu span,
.sticker li.topwin,
footer .bq,
footer .f_url a,
footer .footer_li a,
footer .footer_li p,
header .header .head_phone span {
	font-size: 12px;
}

.index_news .bd .wrap {
	color: #666;
	height: 38px;
	margin: 17.5px 0 -2.5px;
	line-height: 19px;
	overflow: hidden;
}

.index_news .bd li:hover {
	box-shadow: 0 0 68px 0 rgba(0, 0, 0, .11)
}

.index_news .bd li:hover h2 {
	color: #247eff
}

.index_news .bd li:hover h3:after {
	background-position: 0 0
}

.customer_case .c_c_l_view h2,
.diagram .diagram_titel h1,
.font_16,
.index_news .hd li a,
.jf_summary .jf_su_view .title,
.lists_view .con .title,
.officeEnvironment .about_text_view .area b span:after,
.repository .re_nav_left .sideMenu h3,
.summary li i:after,
.summary li p,
.super_con .super_con_title p,
.super_det .hd li,
.super_det .super_det_titel p,
.title_view p,
footer .f_url p,
footer .footer_li h1,
footer .footer_li p.address:before,
header .header .nav {
	font-size: 16px;
}



.am-u-lg-3 {
	width: 25%;
}

.am-u-lg-9 {
	width: 75%;
	overflow: hidden;
}

#demo ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#demo li a {
	color: #ffffff;
}

#demo {
	overflow: hidden;
	height: 50px;
	position: relative;

	overflow: hidden;
	text-align: left;
	margin-left: 15px;
}

#demo1 {
	height: auto;
	text-align: left;
}

#demo2 {
	height: auto;
	text-align: left;
}

#demo1 li {
	list-style-type: none;
	line-height: 50px;
	text-align: left;
	text-indent: 15px;
}

#demo2 li {
	list-style-type: none;
	line-height: 50px;
	text-align: left;
	text-indent: 15px;
}

.am-u-md-3 img {
	vertical-align: middle;
}

.home li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background: linear-gradient(to bottom right, #04affc, #257dff);
}

.home li:hover:before {
	opacity: 1
}

.home li:hover>a {
	color: #fff
}

.case .case_v_li h1:after {
	content: "";
	display: block;
	width: 25px;
	height: 8px;
	background: url(img/right.png) no-repeat;
	background-position: -33px 0;
	float: right;
	margin-top: 20px;
}

.case .case_v_li:hover {
	background: #fff;
	box-shadow: 0 0 57px 0 rgba(42, 48, 63, .1)
}

.case .case_v_li:hover h1:after {
	background-position: 0 0
}

.policy .content {
	padding: 70px 0 70px;
}

.policy {
	padding-bottom: 70px;
}

.hub {
	padding-top: 0px;
}

.policy .policy_view_li:hover {
	background-color: #fff;
	z-index: 2;
	box-shadow: 0 0 27px 0 rgba(55, 62, 84, .14)
}

.policy .policy_view_li:hover h2 {
	color: #4387fa
}

.policy .policy_view_li:hover i {
	background: #4387fa;
	-moz-box-shadow: 15px 0 #4387fa, -15px 0 #4387fa;
	-webkit-box-shadow: 15px 0 #4387fa, -15px 0 #4387fa;
	box-shadow: 15px 0 #4387fa, -15px 0 #4387fa
}

.title_view .ti_sm {
	color: #4387fa;
	font-weight: 300;
	margin-top: 14px;
	display: block;
}

.title_view p {
	color: #999;
	line-height: 24px;
	margin: 16px 0 -4px;
}

.policy .policy_view {
	margin: 0 -6px;
}

.policy .policy_view_li:nth-of-type(1) {
	background-image: url(img/01.png);
}

.policy .policy_view_li:nth-of-type(2) {
	background-image: url(img/02.png);
}

.policy .policy_view_li:nth-of-type(3) {
	background-image: url(img/03.png);
}

.policy .policy_view_li:nth-of-type(4) {
	background-image: url(img/04.png);
}

.policy .policy_view_li:nth-of-type(5) {
	background-image: url(img/05.png);
}

.policy .policy_view_li {
	float: left;
	width: 168px;
	height: 368px;
	margin: 0 6px;
	background-repeat: no-repeat;
	background-position: 78px 50px;
	position: relative;
	text-align: center;
	padding: 0 30px;
	border: 1px solid #eaeffd;
}

.policy .policy_view_li h2 {
	color: #666;
	font-weight: 400;
	margin-top: 140px;
}

.policy .policy_view_li p {
	line-height: 24px;
	margin-top: 25px;
	color: #999;
}

.policy .policy_view_li .num {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #e1e1e1;
}

.banner.sm .banner1 .ba1_title h1,
.banner.sm .banner2 .ban2_title h1,
.font_36,
.policy .policy_view_li .num,
.summary li i.add:after,
.ys_view .middle h2 {
	font-size: 36px;
}

/* home-product-introduction */
.home-product-introduction {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	box-sizing: border-box;
}

.home-product-introduction li {
	height: auto;
	max-width: 580px;
	max-height: 380px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.home-product-introduction li a {
	font-size: 15px;
	color: white !important;
}

.home-product-introduction li a:hover {
	transform: scale(1.5);
	color: white !important;
}

.home-product-introduction .p-title {
	color: #ebf4fc;
	font-size: 28px;
	font-weight: bold;
}

.home-product-introduction .p-title-detail {
	font-size: 16px;
	color: #ebf4fc;
	margin: 25px 0;
	line-height: 33px;
}

.home-product-introduction .p-name {
	position: absolute;
	top: 50px;
	left: 67px;
	z-index: 1;
	right: 12px;
	padding-top: 5px;
}

.home-product-introduction li img {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}

.home-product-introduction .samllImg {
	display: none;
}

.home-product-introduction-full li {
	max-width: 1200px;
}

@media screen and (max-width:767px) {

	.home-product-introduction-full .bigimg {
		display: none;
	}

	.home-product-introduction .samllImg {
		display: block;
	}

	.home-product-introduction .p-title-detail p {
		line-height: 25px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width:400px) {

	.home-product-introduction-full .bigimg {
		display: none;
	}

	.home-product-introduction .samllImg {
		display: block;
	}

	.p-name {
		left: 30px !important;
		top: 30px !important;
	}

	.home-product-introduction .p-title {
		font-size: 18px;
	}

	.home-product-introduction .p-title-detail {
		font-size: 14px;
		margin: 10px 0;
	}

	.home-product-introduction .p-title-detail p {
		line-height: 25px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}