* {
padding: 0px;
margin: 0px;
font-family: "微软雅黑" Arial, Verdana, Tahoma, "宋体", Helvetica, sans-serif;
box-sizing: border-box;
font-style: normal;
}
body {
	width: 100%;
	overflow-x: hidden;
font-size: 14px;
color: #000000;
background-color: #fff;
background-repeat: repeat-x;
}
table {
border-collapse: collapse;
}
td {
padding: 3px;
}
img {
border: none;
}
input {
padding: 1px;
vertical-align: middle;
line-height: normal;
}


/*css定义超链接四个状态也有顺序的。*/

a:link, a:visited {
text-decoration: none;
color: #000;
}
a:hover, a:active {
text-decoration: none;
color: #000;
border: none;
}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
/* ul {
clear:both;
overflow:hidden;
width: 100%;
} */
ul, li {
list-style:none;
}
.valign {
display:table-cell;
*display: inline;
zoom:1;
vertical-align:middle;
}
.text{word-wrap:break-word;overflow:hidden;word-break:break-all;}
/*======================CSS垂直居中=======================*/
.holder {
width:740px;
height:300px;
border:1px solid #777;
text-align:center;
display:table-cell;
vertical-align:middle;
}
/*以下样式针对IE*/
.edge {
width:0;
height:100%;
display:inline-block;
vertical-align:middle;
}
.container {
vertical-align:middle;
display:inline-block;
}
/*===============================================*/

/*CSS Hack*/
.class {
background-color:#fff;/*所有浏览器*/
*background-color:#fff;/*IE*/
_background-color:#fff;/*IE6*/
}
/*======万能Float闭合======*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clear {display: inline-block;} /* for IE/Mac */

/*<!-- main stylesheet ends, CC with new stylesheet below... -->*/

.clear {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    } /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
/*======万能Float闭合2======*/
.overflow-hidden{overflow:hidden;}         /*控制背景溢出*/
.equal-height{margin-bottom:-32800px;padding-bottom:32800px;}      /*控制高度足够小*/

/*======万能Float闭合3======*/

.clear 
{
 height:0px;
 clear:both;
 font-size:0px;
 line-height:0px;
 zoom: 1;
}



 .sybModule1_head{
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
 .sybModule1_head .sybModule1_form{
	width: 520px;
	height: 40px;
	border: 2px solid #0872f4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 .sybModule1_head .sybModule1_form input{
	width: 440px;
	height: 100%;
	border: none;
	background: none;
	outline: #fff;
	text-indent: 1em;
}
 .sybModule1_head .sybModule1_form span{
	display: inline-block;
	width: 80px;
	line-height: 36px;
	height: 100%;
	text-align: center;
	background: #0872f4;
	color: #fff;
	cursor: pointer;
}
 .sybModule1_nav{
	background: #fdf8f7;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
	color: #555555;
}
 .sybModule1_nav .sybModule1_navList{
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.sybModule1_nav .sybModule1_navList li{
	padding: 0 35px;
	border-right: 1px solid #555;
}
 .sybModule1_nav .sybModule1_navList li a{color: #555;}
.sybModule1_nav .sybModule1_navList li:last-child {
	border-right: none;
}
.sybModule1 .sybModule1_nav .sybModule1_navList .active a{
	color: #0972f4;
}
 .sybModule1_nav .sybModule1_navList .active a{
	color: #0972f4;
}

 .price_business{
	width: 240px;
	height: 480px;
	border: 2px solid #0972f4;
}
 .price_business .price_businessTitle{
	font-size: 14px;
	color: #333333;
	/*text-align: center;*/
	padding-left: 17px;
	font-weight: normal;
}
 .price_business .price_businessAuthentication{
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	margin: 20px 0 15px;
	padding-left: 17px;
}
 .price_business .price_businessAuthentication>div{
	/*margin: 0 20px ;*/
	margin-right: 15px;
}
 .price_business .price_detailedList{
	padding:0 17px;
}
.price_business .price_detailedList li{
	line-height: 30px;
}
 .price_business .Goshop{
	margin: 0 17px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #0972f4;
	display: block;
	box-sizing:content-box;
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}
.sybModule1_main {
	width: 1200px;
	margin:10px auto;
}
.w {
    width:1200px;
    margin: 0 auto;
    position: relative;
}
/*.home-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    color: #666;
    font-size: 14px;
}*/
.home-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fab84b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.home-top li a {
	/*color: #666;*/
	color: #fff;
}
.left-nav {
    float: left;
}
.right-nav {
    float: right;
}
.right-nav ul {
    float: left;
    width: auto;
}
.right-nav ul li {
    float: left;
}
.right-nav ul li span {
    margin: 0 15px;
}
.right-nav .tel {
    color: #fe0808;
    margin-left: 35px;
    float: left;
}
.foot_page{
	/*font-weight: 700;*/
}
.foot_page a {
	color: #000;
	font-size: 14px;
	margin: 0 5px;
}
.foot_page span {
	margin:  0 10px;
}
.foot_page a:hover {
	color: red;
}
.foot_page p {
	font-size: 14px;
	margin: 0  0 10px 0;
}
.foot_page p:first-child {
	padding-top: 10px;
}
.foot_page p:last-child {
	color: #000;
	padding-bottom: 10px;
	font-weight: 400;
}
.path {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.path a {
	font-size: 14px;
	color: #666;
}
.foot_page {
    background: #fab84b;
    border-top: #DDDDDD 1px solid;
    padding: 0 10px 0 10px;
    text-align: center;
    /*height: 40px;
    line-height: 40px;*/
   /* overflow: hidden;*/
    color: #000;
}