@charset "gb2312";
/* CSS Document */
.main { /*margin-top:110px;*/
	background: #fff url(../images/main_bg.jpg) bottom center no-repeat;
}
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 510px !important;
	overflow: hidden;
	margin-top: 1px;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 400px !important;
	position: relative;
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.banner, .bannercontainer {
	width: 768px;
	height: 309px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.banner, .bannercontainer {
	width: 480px;
	height: 193px;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
.banner, .bannercontainer {
	width: 320px;
	height: 129px;
}
}
 @media only screen and (max-width: 319px) {
.banner, .bannercontainer {
	width: 240px;
	height: 97px;
}
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: #eb3d44 !important;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #0e6fbc !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	top: 550px;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 40px;
	height: 3px;
	float: left;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 45px;
	height: 78px;
	margin-left: 0px;
	margin-top: -40px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 45px;
	height: 78px;
	margin-left: 0;
	margin-top: -40px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive .tp-bullets.tp-thumbs {
	width: 300px !important;
	height: 30px !important;
}
.responsive .tp-bullets.tp-thumbs .tp-mask {
	width: 300px !important;
	height: 30px !important;
}
.responsive .tp-bullets.tp-thumbs .bullet {
	width: 60px !important;
	height: 30px !important;
}
}
 @media only screen and (min-width: 0px) and (max-width: 479px) {
.responsive .tp-bullets {
	display: none;
}
.responsive .tparrows {
	display: none;
}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive >ul >li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.productnr {
	background: url(../images/cpdt.jpg) top center no-repeat;
	height: 573px;
}
#demo {
	overflow: hidden;
}
#indemo {
	float: left;
	width: 1200%;
}
#demo1, #demo2 {
	float: left;
	overflow: hidden;
	display: block;
	padding-right: 3px;
}
.piclist ul li {
	float: left;
	display: inline-block;
	width: 230px;
	padding: 13px 0px 0 13px;
	text-align: center;
	border: 1px solid #CCC;
	border-top: 0;
	border-left: 0;
}
.piclist ul li:nth-child(4n) {
	border-right: 0;
}
.piclist ul li a {
	width: 210px;
	overflow: hidden;
	display: block;
}
.piclist ul li a img {
	width: 210px;
	height: 234px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	overflow: hidden;
}
.piclist ul li a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.piclist ul li em.title {
	border: 0;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	width: 100%;
}
.shuoming {
	font-size: 18px;
	color: #000;
}
.tit {
	text-align: center;
	margin-bottom: 35px;
}
.tit h4 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.tit h4 span {
	color: #0e6fbc
}
.tit p {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 10px;
}
.tit:after {
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	background-color: #e7e7e7;
	margin: 28px auto auto auto;
}
.website-main-t {
	padding: 60px 0;
}
.website-main-t ul {
	margin-top: -24px;
}
.website-main-t li {
	position: relative;
	float: left;
	width: 400px;
	height: 260px;
	float: left;
	margin-top: 24px;
}
.website-main-t .li-main {
	text-align: center;
	padding: 50px 20px 0 20px;
}
.website-main-t .li-main .li-img {
	height: 79px;
	float: left;
}
.website-main-t .li-main a {
	color: #333;
	float: left;
	font-size: 20px;
	line-height: 20px;
	border: 0;
	text-align: left;
	margin-left: 6px;
	line-height: 70px;
}
.website-main-t .li-main .li-img span {
	width: 87px;
	height: 78px;
	float: left;
	margin: .5px 0 0 5.5px;
	background: url(../images/17website-2.png) no-repeat;
	background-position: 0 -462px;
}
.website-main-t li:nth-child(2) .li-main .li-img span {
	width: 79px;
	height: 79px;
	margin: 0 0 0 9.5px;
	background-position: 0 -229px;
}
.website-main-t li:nth-child(3) .li-main .li-img span {
	width: 87px;
	height: 77px;
	margin: 1px 0 0 5.5px;
	background-position: 0 -385px;
}
.website-main-t li:nth-child(4) .li-main .li-img span {
	width: 98px;
	height: 77px;
	margin: 1px 0 0 0;
	background-position: 0 -806px;
}
.website-main-t li:nth-child(5) .li-main .li-img span {
	width: 86px;
	height: 77px;
	margin: 1px 0 0 6px;
	background-position: 0 -308px;
}
.website-main-t li:nth-child(6) .li-main .li-img span {
	width: 90px;
	height: 72px;
	margin: 3.5px 0 0 4px;
	background-position: 0 -540px;
}
.website-main-t .li-main dl {
	clear: both;
	padding-top: 20px;
	text-align: left;
}
.website-main-t .li-main dt {
	color: #333;
	font-size: 20px;
	line-height: 20px;
}
.website-main-t .li-main dd {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
}
.website-main-t .li-box {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14,111,188,.9);
}
.website-main-t .li-box p {
	margin-left: 48px;
	padding-top: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.website-main-t .li-box p span {
	display: inline-block;
	margin-right: 35px;
}
.website-main-t li:nth-child(6) .li-box p {
	margin-left: 16px;
}
.website-main-t li:nth-child(6) .li-box p span {
	margin-right: 12px;
}
.website-main-t .li-box .li-img {
	position: absolute;
	left: 50%;
	margin-left: -74.5px;
	bottom: 25px;
	width: 149px;
	height: 101px;
}
.website-main-t .li-box .li-img span {
	display: block;
	float: left;
	width: 107px;
	height: 95px;
	margin: 6px 0 0 21px;
	background: url(../images/17website-2.png) no-repeat;
	background-position: 0 -984px;
}
.website-main-t li:nth-child(2) .li-box .li-img span {
	width: 96px;
	height: 96px;
	margin: 5px 0 0 26.5px;
	background-position: 0 -612px
}
.website-main-t li:nth-child(3) .li-box .li-img span {
	width: 149px;
	height: 78px;
	margin: 23px 0 0 0;
	background-position: 0 -1271px
}
.website-main-t li:nth-child(4) .li-box .li-img span {
	width: 108px;
	height: 93px;
	margin: 8px 0 0 20.5px;
	background-position: 0 -1178px
}
.website-main-t li:nth-child(5) .li-box .li-img span {
	width: 108px;
	height: 99px;
	margin: 2px 0 0 20.5px;
	background-position: 0 -1079px
}
.website-main-t li:nth-child(6) .li-box .li-img span {
	width: 107px;
	height: 101px;
	margin: 0 0 0 21px;
	background-position: 0 -883px
}
.website-main-t li:hover .li-box {
	display: block;
}
.zhuanti_one {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	margin-top: 80px;
	text-align: center;
}
.zhuanti_one_head h1 {
	text-align: center;
	font-size: 34px;
}
.zhuanti_one_head span {
	width: 120px;
	height: 1px;
	margin: 0px auto;
	display: inline-block;
	background-color: #3674f9;
	position: relative;
	top: -3px;
}
.zhuanti_one_head h2 {
	text-align: center;
	font-size: 16px;
}
.zhuanti_one_con {
	margin-top: 40px;
	overflow: hidden;
}
.zhuanti_one_con ul {
	overflow: hidden;
	border-bottom: 1px solid #1d7fcd;
}
.zhuanti_one_con li {
	position: relative;
	float: left;
	width: 25%;
	/*text-align: center;*/
	overflow: hidden;
}
.zhuanti_one_con li div {
	/*position: absolute;*/
	max-width: 240px;
	width: 100%;
	margin: 0px auto;
}
.zhuanti_one_con li h1 {
	font-size: 24px;
}
.zhuanti_one_con li p {
	line-height: 25px;
	text-align: left;
}
.zhuanti_one_con_li1 p {
	margin-top: 14px;
}
.zhuanti_one_con_li1 h1 {
	margin-top: 110px;
}
.zikuai {
	width: 12px;
	height: 12px;
	display: inherit;
	margin: 0px auto;
	background-image: -webkit-linear-gradient(bottom, #3faaff, #1d7fcd);
	margin-top: 20px;
}
.shouji_span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0px auto;
	background-image: -webkit-linear-gradient(bottom, #3faaff, #1d7fcd);/*margin-top: 20px;*/
}
.zhuanti_one_con_li_s2 {
	width: 1px;
	height: 120px;
	display: inherit;
	margin: 0px auto;
	background-color: #1d7fcd;
}
.zhuanti_one_con_li2_s {
	width: 1px;
	height: 213px;
	display: inherit;
	margin: 0px auto;
	background-color: #1d7fcd;
}
.zhuanti_one_con_li2 h1 {
	margin-top: 6px;
}
.zhuanti_one_con_li3 p {
	margin-top: 100px;
}
.zhuanti_one_con_li3_s {
	width: 1px;
	height: 137px;
	display: inherit;
	margin: 0px auto;
	background-color: #1d7fcd;
}
.zhuanti_one_con_li3 h1 {
	margin-top: 12px;
}
.zhuanti_one_con_li4 p {
	margin-top: 80px;
}
.zhuanti_one_con_li4_s {
	width: 1px;
	height: 118px;
	display: inherit;
	margin: 0px auto;
	background-color: #1d7fcd;
}
.zhuanti_one_con_li4 h1 {
	margin-top: 12px;
}
.zhuanti_one_con_li4 h2 {
	margin-top: 8px;
	font-size: 24px;
}
.zhuanti_two_con {
	max-width: 1325px;
	width: 100%;
	margin: 90px auto;
	
}
.zhuanti_two_con_ul1 {
	overflow: hidden;
	position: relative;
	left: -66px;
}
.zhuanti_two_con_ul1 li {
	float: left;
	width: 20%;
	text-align: center;
}
.zhuanti_two_con_ul1_s1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 30px;
	font-size: 16px;
	background-image: -webkit-linear-gradient(bottom, #3faaff, #0c73e9);
}
.zhuanti_two_con_ul1 p {
	margin-top: 4px;
}
.zhuanti_two_con_ul1_s2 {
	display: inherit;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border: 1px solid #3674f9;
	position: relative;
	/*top: -5px;*/
	margin: 0px auto;
	margin-top: 2px;
}
.zhuanti_two_con_ul1_s3 {
	display: inherit;
	width: 1px;
	height: 30px;
	background-color: #0c73e9;
	margin: 0px auto
}
.zhuanti_two_con_30 {
	height: 30px;
}
.zhuanti_two_con_40 {
	height: 40px;
}
.zhuanti_two_con_ul1_s4 {
	display: inherit;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #0c73e9;
	margin: 0px auto
}
.zhuanti_two_con hr {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	background: #0c73e9;
	border-top: 1px solid #0c73e9;
	position: relative;
	top: -5px;
}
.zhuanti_two_con_ul1_li30 {
	position: relative;
	top: 10px;
}
.zhuanti_two_con_ul2 {
	overflow: hidden;
	position: relative;
	top: -10px;
	left: 66px;
}
.zhuanti_two_con_ul2 li {
	float: left;
	width: 20%;
	text-align: center;
}
.zhuanti_two_con_ul2_s1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 30px;
	font-size: 16px;
	background-image: -webkit-linear-gradient(bottom, #3faaff, #0c73e9);
}
.zhuanti_two_con_ul2 p {
	margin-top: 4px;
}
.zhuanti_two_con_ul2_s2 {
	display: inherit;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border: 1px solid #3674f9;
	position: relative;
	/*top: -5px;*/
	margin: 0px auto;
}
.zhuanti_two_con_ul2_s3 {
	display: inherit;
	width: 1px;
	height: 30px;
	background-color: #0c73e9;
	margin: 0px auto
}
.zhuanti_two_con_30 {
	height: 30px;
}
.zhuanti_two_con_40 {
	height: 40px;
}
.zhuanti_two_con_ul2_s4 {
	display: inherit;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #0c73e9;
	margin: 0px auto
}
.font_01 {
	color: #5db138;
	font-size: 36px;
}
.font_02 {
	color: #ff5400;
	font-size: 36px;
	font-weight: bold;
}
.font_03 {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
}
.font_04 {
	color: #fff;
	font-size: 18px;
}
.font_05 {
	color: #282828;
	font-size: 16px;
}
.font_06 {
	color: #fcff00;
	font-size: 30px;
	font-weight: bold;
}
.font_07 {
	color: #fff;
	font-size: 16px;
}
.font_08 {
	color: #fff;
	font-size: 24px;
}
.font_09 {
	display: block;
	font-size: 20px;
}
.customization_one {
	background: url(../images/one.jpg) center no-repeat;
	min-height: 524px;
	text-align: center;
}
.cbp-so-section {
	border-bottom: 1px solid #f2f2f2
}
/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
	content: " ";
	display: table;
}
.cbp-so-section:after {
	clear: both;
}
/* Text styling */
.cbp-so-section h2 {
	font-size: 30px;
	color: #a5a5a5;
	line-height: 30px;
	padding-bottom: 15px;
}
.cbp-so-section h2 span {
	color: #fc5604;
	font-weight: bold;
}
.cbp-so-section p {
	font-size: 16px;
	color: #555555;
	line-height: 26px;
}
/* Sides */
.cbp-so-side {
	margin: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.cbp-so-side:before, .cbp-so-side:after {
	content: " ";
	display: table;
}
.cbp-so-side:after {
	clear: both;
}
.cbp-so-side-right {
	float: right;
	text-align: left;
	display: inline-block
}
.cbp-so-side-left {
	float: left;
	text-align: left;
	display: inline-block
}
.cbp-so-init .cbp-so-side {
	opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
	display: block;
	float: left;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
	float: right;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}
.cbp-so-section .cbp-so-side-left, .cbp-so-section .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.sec_o .cbp-so-side-left {
	margin: 0 0 0 80px;
}
.sec_o .cbp-so-side-right {
	margin: 53px 60px 0 0;
}
.sec_t {
	padding-bottom: 35px;
}
.sec_t .cbp-so-side-left {
	margin: 68px 0 0 10px;
}
.sec_t .cbp-so-side-right {
	margin: 38px 70px 0 0;
}
.sec_s {
	padding-bottom: 35px;
}
.sec_s .cbp-so-side-left {
	margin: 22px 0 0 50px;
}
.sec_s .cbp-so-side-right {
	margin: 111px 78px 0 0;
}
.cbp-so-section.sec_f {
	padding-bottom: 50px;
	border-bottom: 0;
}
.sec_f .cbp-so-side-left {
	margin: 105px 0 0 10px;
}
.sec_f .cbp-so-side-right {
	margin: 20px 10px 0 0;
}
/*小程序*/
.marginTop-40 {
	margin-top: 40px;
}
.paddingTopBot-60 {
	padding: 60px 0;
}
.xcx-tit {
	text-align: center;
	color: #333;
}
.xcx-tit h4 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
}
.xcx-tit .col {
	color: #ff6800;
}
.xcx-tit p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}
.bg-gray {
	background-color: #f8f8f8;
}
.website-banner.xcx {
	background-image: url(../images/xcx-1.jpg);
	height: 600px;
}
.xcx .banner-tex {
	text-align: center;
	color: #fff;
	letter-spacing: 10px;
	padding-top: 215px;
}
.xcx .banner-tex h4 {
	font-size: 42px;
	line-height: 42px;
}
.xcx .banner-tex h5 {
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	margin: 35px 0 40px 0;
}
.xcx .banner-tex h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: lighter;
}
.xcx-main .website-main-o {
	margin-top: 0;
}
.ul-edition li span.span-w {
	width: 35px;
	height: 65px;
	background-position: -114px -187px;
}
.ul-edition li span.span-l {
	width: 35px;
	height: 65px;
	background-position: -114px -252px;
}
.xcxDel-btn {
	text-align: center;
	margin-top: 5px;
}
.xcxDel-btn a {
	color: #666;
}
.xcxDel-btn a:hover {
	color: #ff6800;
}
.xcx-mian-bCon ul {
	margin: -26.5px 0 0 -26.5px;
}
.xcx-mian-bCon li {
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.08);
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	float: left;
	width: 278px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 50px 0;
	text-align: center;
	margin: 26.5px 0 0 26.5px;
}
.xcx-mian-bCon .li-img {
	width: 68px;
	height: 69px;
	margin: 0 auto;
}
.xcx-mian-bCon .li-img span {
	display: block;
	float: left;
	width: 68px;
	height: 69px;
	background: url(../images/xcx-sprites.png) no-repeat;
}
.xcx-mian-bCon .li-a .li-img span {
	height: 61px;
	margin-top: 4px;
	background-position: -239px -84px;
}
.xcx-mian-bCon .li-b .li-img span {
	background-position: -83px -5px;
}
.xcx-mian-bCon .li-c .li-img span {
	background-position: -161px -5px;
}
.xcx-mian-bCon .li-d .li-img span {
	background-position: -161px -84px;
}
.xcx-mian-bCon .li-e .li-img span {
	background-position: -5px -84px;
}
.xcx-mian-bCon .li-f .li-img span {
	background-position: -83px -84px;
}
.xcx-mian-bCon .li-g .li-img span {
	background-position: -5px -5px;
}
.xcx-mian-bCon .li-h .li-img span {
	background-position: -239px -5px;
}
.xcx-mian-bCon dl {
	margin-top: 20px;
}
.xcx-mian-bCon dt {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.xcx-mian-bCon dd {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
}
.list_bg_1 {
	width: 100%;
	min-height: 400px;
	display: inline-block;
	background-color: #f4f4f4;
}
.list_bg_1 .list_col {
	width: 50%;
	display: inline-block;
}
.list_bg_1 .list_txt {
	width: 60%;
	margin: auto;
}
.list_txt p {
	margin: 0px;
	padding: 0px;
}
.f-24 {
	font-size: 24px;
}
.mt-50 {
	margin-top: 50px;
}
.f-14 {
	font-size: 14px;
}
.mt-20 {
	margin-top: 20px;
}
/* 400电话核心价值 B */


table {
	border-collapse: collapse;
	border-spacing: 0;
}
.core-table {
	margin-top: 20px;
	width: 100%;
}
.core-table td {
	width: 25%;
	height: 205px;
	border: 1px solid #e5e5e5;
}
.core-table .img {
	width: 100px;
	height: 64px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.core-table .img1 {
	background-image: url(../images/core-1.png);
}
.core-table .img2 {
	background-image: url(../images/core-2.png);
}
.core-table .img3 {
	background-image: url(../images/core-3.png);
}
.core-table .img4 {
	background-image: url(../images/core-4.png);
}
.core-table .tt {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.core-table .infp {
	margin-left: 35px;
	line-height: 20px;
}
/*选号码先看号段 E*/
/*增值功能 B*/
{
}
h2.tit {
	margin-bottom: 20px;
}
.sm-tit {
	text-align: center;
	margin-bottom: 36px;
}
.sm-tit a {
	text-decoration: underline;
	color: #000;
}
.prower-group .item {
	float: left;
	width: 290px;
	height: 337px;
	margin-right: 12px;
	margin-bottom: 20px;
	padding: 20px 20px 25px 20px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.prower-group .item:hover {
	-webkit-box-shadow: 0 0 18px 0px #FF8690;
	box-shadow: 0 0 18px 0px #FF8690;
	border: 1px solid #FF8690;
	transition: all .3s;
}
.prower-group .item:hover .btn {
	transition: all .3s;
	background-color: #f4202f;
	background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
	color: #fff;
}
.prower-group .item .tit {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
}
.prower-group .item .tit .icon {
	display: inline-block;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(../images/gn-icon.png) no-repeat;
}
.prower-group .item .tit .icon.icon1 {
	background-position: 0 0;
}
.prower-group .item .tit .icon.icon2 {
	background-position: -36px 0;
}
.prower-group .item .tit .icon.icon3 {
	background-position: -72px 0;
}
.prower-group .item .tit .icon.icon4 {
	background-position: -108px 0;
}
.prower-group .item .des {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
}
.prower-group .item .xzl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.prower-group .item .bfb {
	margin-bottom: 22px;
	font-size: 30px;
	font-weight: bold;
	color: #e60012;
}
.prower-group .item .btn {
	width: 150px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f5242f;
	border-radius: 19px;
	color: #f5242f;
	text-align: center;
}
.mr0 {
	margin-right: 0 !important;
}
.prower-group .item .tit .icon {
	display: inline-block;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(../images/gn-icon.png) no-repeat;
}
.prower-group .item .tit .icon.icon1 {
	background-position: 0 0;
}
.prower-group .item .tit .icon.icon2 {
	background-position: -36px 0;
}
.prower-group .item .tit .icon.icon3 {
	background-position: -72px 0;
}
.prower-group .item .tit .icon.icon4 {
	background-position: -108px 0;
}
.prower-group .item .des {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
}
.prower-group .item .xzl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.prower-group .item .bfb {
	margin-bottom: 22px;
	font-size: 30px;
	font-weight: bold;
	color: #e60012;
}
.prower-group .item .btn {
	width: 150px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f5242f;
	border-radius: 19px;
	color: #f5242f;
	text-align: center;
}
/*各大行业典型企业选号案例 E*/
/*办400选商客通 B*/
.need-group .item {
	float: left;
	width: 380px;
	height: 324px;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
	text-align: center;
}
.need-group .item h4 {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
.need-group .item p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.5px;
}
.need-group .item.item1 {
	background: url(../images/158-1.png) no-repeat center 118px;
}
.need-group .item.item2 {
	background: url(../images/158-2.png) no-repeat center 112px;
}
.need-group .item.item3 {
	background: url(../images/158-3.png) no-repeat center 118px;
}

/* 400电话核心价值 E */
/*400电话办理流程 B*/
.process-group {
	width: 100%;
	height: 129px; margin-bottom:25px;
	box-sizing: border-box;
}
.process-group .item {
	float: left;
	width: 24%;
	background: #f6f6f6;margin-right: 10px;
	height: 129px;
}
.process-group .idx {
	float: left;
	margin-top: 22px;
	margin-left: 22px;
	margin-right: 12px;
	width: 38px;
	height: 52px;
	background: url(../images/l-arrow.png) no-repeat;
}
.process-group .idx.idx1 {
	background-position: left bottom;
}
.process-group .idx.idx2 {
	background-position: -40px bottom;
}
.process-group .idx.idx3 {
	background-position: -90px bottom;
}
.process-group .idx.idx4 {
	background-position: -139px bottom;
}
.process-group .tex {
	float: left;
	width: 160px;
	margin-top: 22px;
	font-style: italic;
}
.process-group .tex .tit {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 4px;
}
.process-group .tex p {
	line-height: 18px;
}
 {
	margin-bottom: 80px
}
 .purpose-block {
	width: 1200px;
	margin: 0 auto 40px;; 
}
 .purpose-block ul {
	display: flex;
	justify-content: center
}
 .purpose-block ul li {
	position: relative;
	margin-right: 20px;
	display: inline-block;
	font-size: 0
}
 .purpose-block ul li:last-child {
	margin-right: 0
}
 .purpose-block ul li:after {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	background-color: #fff;
	-webkit-transform: translate3d(-50%, 50%, 0) rotate(-45deg);
	transform: translate3d(-50%, 50%, 0) rotate(-45deg);
	border-left: 2px solid #296bef;
	border-bottom: 2px solid #296bef;
	border-bottom-left-radius: 4px;
	z-index: 1
}
 .purpose-block ul li a {
	display: inline-block;
	box-sizing: border-box;
	width: 132px;
	height: 132px;
	padding: 24px 0;
	color: #68779c;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	border-radius: 8px;
	transition: none;
	border: 2px solid rgba(44,114,255,.1);
	box-shadow: 0 3px 16px rgba(0,116,255,.05);
	font-size: 16px
}
 .purpose-block ul li .source_sprite {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat
}
 .purpose-block ul li .f-brand {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat
}
 .purpose-block ul li .f-shop {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -50px 0
}
 .purpose-block ul li .f-info {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -102px 0
}

.purpose-block ul li .f-product {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -154px 0
}
.purpose-block ul li .f-app {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: 0 -52px
}
.purpose-block ul li .f-coupon {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -50px -52px
}
.purpose-block ul li .f-gzh {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -102px -52px
}
.purpose-block ul li .f-game {
	margin-bottom: 8px;
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../images/source_sprite.png);
	background-size: 204px auto;
	background-repeat: no-repeat;
	background-position: -154px -52px
}
 .purpose-block ul li:hover a {
    border: 2px solid #296bef;
    color: #081533;
}

.Distinctive{width:1180px; margin:0px auto 50px; padding-top:10px;}
.Distinctive ul{ color:#727272;background:url(../images/index_204.gif) no-repeat center top; height:157px; padding-bottom:60px; border-bottom:1px solid #dbdbdb; text-align:center;}
.Distinctive ul h3{ font-size:26px;  line-height:32px; padding-top:20px;}
.Distinctive ul h3 span{ color:#03a5e3; font-weight:bold;}
.Distinctive ul p{ font-size:18px; padding-top:15px; line-height:28px;}

.Distinctive dl{ margin:0px; padding:40px 0px 0px;}
.Distinctive dl dt{ float:left; width:700px; padding-top:45px;}
.Distinctive dl dt h3{height:120px; font-size:30px; font-weight:bold; line-height:32px; color:#03a5e3; padding-left:120px; padding-top:30px;}
.Distinctive dl dt p{ font-size:16px; color:#686767; padding-top:20px; line-height:30px;}
.Distinctive dl dd{ float:right;}
.Distinctive dl dd img{ display:block;}

.Distinctive dl.cur dt{float:right;}
.Distinctive dl.cur dd{float:left;}

.Distinctive dl dt.w480{width:480px; padding-top:120px;}

.Distinctive dl dt h3.yiliu{ background:url(../images/index_205.gif) no-repeat; }
.Distinctive dl dt h3.pinzhi{ background:url(../images/index_206.gif) no-repeat; }
.Distinctive dl dt h3.gongying{ background:url(../images/index_207.gif) no-repeat; }
.Distinctive dl dt h3.gaoduan{ background:url(../images/index_208.gif) no-repeat; }
.Distinctive dl dt h3.yingxiao{ background:url(../images/index_209.gif) no-repeat; }
.Distinctive dl dt h3.wangluo{ background:url(../images/index_210.gif) no-repeat; }
.Distinctive dl dt h3.lingxian{ background:url(../images/index_211.gif) no-repeat; }

.DistinctiveTwo{ margin:0px auto; padding:50px 0px 0px; width:1180px;}
.DistinctiveTwo ul{ margin:0px; padding:0px;}
.DistinctiveTwo ul li{float:left;width:173px; height:223px;border:1px solid #e9e4e4; margin-right:26px;}
.DistinctiveTwo ul li p{ text-align:center; font-size:14px; line-height:18px; padding-top:10px;}
.DistinctiveTwo ul li.cur{ margin:0px;}


.wpb_wrapper h1{
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
}
.wpb_wrapper h3{
    color: #333333;
    font: normal 24px / 32px "Arial", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}



.padTB-a {
   
    padding-bottom: 60px;
}
.bgA {
    background-color: #F6F8FB; height:500px;
}
.container {
    width: 1170px;padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-4 {
    width: 33.33333333%; float:left;padding-right: 15px;
    padding-left: 15px;
}

  .indexMain-d li{ margin-top: 30px;}
  .indexMain-d .liBox{ padding: 40px 0;}
  .indexMain-d .pic{top: 40px; left: 40px;}
  .indexMain-d dl{ padding-left: 155px;}
 
.indexMain-d ul{ margin-top: 5px;}
.indexMain-d li{ margin-top: 15px;}
.indexMain-d .liBox{ background-color: #fff; padding: 20px 0; position: relative;}
.indexMain-d .pic{ background-color: #F5F9FD; border-radius: 50%; position: absolute; left: 25px; top: 20px; width: 74px; height: 74px;}
.indexMain-d .pic img{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); height: 28px;}
.indexMain-d dl{ padding-left: 120px;}
.indexMain-d dt{ color: #000; font-size: 16px;}
.indexMain-d dd{ margin-top: 5px; line-height: 24px;}


  .titA p{ font-size: 18px}
  .indexMain-a dt{ font-size: 18px;}
  .indexMain-a dd{ font-size: 16px;}
  .indexMain-d dt{ font-size: 20px}
