*{
	box-sizing: inherit;
}
.copy-right * {
    box-sizing: content-box;
}
html,body{
	box-sizing: border-box;
}
.Quick_Link{
	box-sizing: content-box;
	font-size: 12px;
}
a:hover{
	text-decoration: none !important;
}
.p-2em{
	text-indent: 2em !important;
}
/*-----------------index的样式----------------------------*/
/*header*/
.header_info_left ul li .hover1{
	left: 24px;
	width: 17px;
	height: 8px;
	background: url(../images/header/icon-down.png) no-repeat;
	background-size: 100%;
}
.menu-list{
	position: relative;
	top: -7px;
	float: right;
}
.menu-list ul{
	position: relative;
	top: 13px;
	display: inline-block;
}
.menu-list ul li{
	display: inline-block;
	margin-left: 10px;
	font-size: 18px; 
}
.menu-list ul li:first-child{
	margin-left: 0;
}
.menu-list ul li:hover a{
	color: #0066b3;
	text-decoration: none;
}
.menu-list ul li.current a{
	color: #0066b3;
	/*padding-bottom: 8px;*/
	/*border-bottom: 3px solid #0066b4;*/
}
.menu-list .login-box{
	 float: right;
	/*display: inline-block;*/
	margin-left: 20px;
}
.menu-list .login-box span{
	position: relative;
	top: 1px;
	display: inline-block;
	height: 24px;
	border-right: 1px solid #ddd
}
.menu-list .login-box>a{
	display: inline-block;
	width: 41px;
	height: 38px;
	line-height: 32px;
	text-align: center;

}
.menu-list .login-box .sd_sn{
	width: 23px;
}
.menu-list .login-box>a:hover{
	text-decoration: none;
}
.menu-list .login-box>a.search{
	position: relative;
	top: 7px;
	background: url(../images/header/icon-search-1.png) no-repeat center center;

}
.menu-list .login-box>a.search:hover{
	background: #1693F0 url(../images/icon/search.png) no-repeat center center;
}
.menu-list .login-box>a.search.current{
	background: #1693F0 url(../images/icon/search.png) no-repeat center center;
}
.menu-list .login-box>a.login{
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to right, #579be0, #3a6bd1);
}

/*banner*/
#D1pic1 .fcon>div{
	background-size: auto 100%;
}
.silder_div_img{
	/*content: '';
	display: table;*/
}
.decs-box{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 126px 0 0 70px;

}
.decs-box h3{
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
}
.decs-box p{
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
}
.decs-box {}

/*服务介绍*/
.box-title{
	width: 100% !important;
	height: 100px;
	line-height: 100px;
	padding-top: 34px;
	background: #fff;
	border-bottom: 1px solid #ddd !important;
}
.box-title p{
	width: 960px;
	margin: 0 auto;
	/*text-align: center;*/
	color: #333;
	padding-left: 11px;
	font-size: 30px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;
}
.service-box{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.service-box p{
	
}
.service-box ul{
	padding-left: 2px;
	overflow: hidden;
}
.service-box ul li{
	/*display: inline-block;*/
	float: left;
	width: 24.5%;
	min-height: 182px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.service-box ul li:hover{
	box-shadow: 0 0px 5px #509ad1;
}
.service-box ul li a{
	display: block;
}
.service-box ul li a:hover{
	text-decoration: none;
}
.service-box ul li img{
	display: block;
	margin: 0 auto;
	max-width: 90px;
    height: 82px;
}
.service-box ul li label{
	display: block;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.service-box ul li span{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.more-box {
	text-align: center;
}
.more-box a{
	font-size: 16px;
	color: #0066b4;
}
.more-box a:hover{
	text-decoration: none;
}
/*重点产品推荐*/
.product-box{
	content: '';
	display: table;
	height: 564px;
	width: 100%;
	padding-top: 40px;
	background: #f7f7f7;
}
.product-box>p{
	width: 960px;
	margin:  0 auto;
	margin-top: 62px;
	margin-bottom: 45px;
	/*margin: 62px 0 45px;*/
	font-size: 30px;
	color: #333;
	/*text-align: center;*/
	padding-left: 11px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;
}
.product-box ul{
	overflow: hidden;
	width: 960px;
	height: 354px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.product-box ul li{
	position: relative;
	float: left;
	width: 24%;
	margin-right: 12px;

}
.product-box ul li:last-child{
	margin-right: 0;
}
.product-box ul li img{
	width: 100%;
	max-width: 262px;
	max-height: 246px;
}
.product-box ul li .decs-boxs{
	position: absolute;
	bottom: -127px;
	left: 12px;
	width: 90%;
	height: 170px;
	margin: 0 auto;
	padding: 27px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	transition: height 1s;
}
.product-box ul li .decs-boxs h3{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}
.product-box ul li .decs-boxs div{
	line-height: 20px;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.product-box ul li:hover .decs-boxs{
	height: 270px;
	box-shadow:  0 0 8px #bddaee;
}
.product-box ul li .decs-boxs p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 23px;
	background: #fff;
}
/*行业解决方案*/
.plan-box{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
.plan-box>p{
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
	/*text-align: center;*/
	padding-left: 11px;
	font-size: 30px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;

}
.plan-box>span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.plan-box ul{
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}
.plan-box ul li{
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}
.plan-box ul li img{
	transition: all 1.5s;
}
.plan-box ul li:hover img{
	transform: scale(1.2);
}
.plan-box ul li div{
	position: absolute;
	top: 75px;
	margin-left: 30px;
}
.plan-box ul li div h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.plan-box .more-box{
	height: 112px;
	line-height: 112px;
}
/*成功解决案例*/

.case-box{
	/*padding-top: 70px;*/
	padding-top: 5px;
	padding-bottom: 100px;
	background: #f7f7f7;
}
.case-box>p{
	width: 960px;
	margin:  0 auto;
	font-size: 30px;
	color: #333;
	padding-left: 11px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;
}
.case-box ul{
	content: '';
	display: table;
	width: 960px;
	margin: 0 auto;
	margin-top: 35px;
	padding: 3px;
	padding-bottom: 5px;
	overflow: hidden;
}
.case-box ul li{
	position: relative;
	float: left;
	width: 32.2%;
	margin-right: 12px;
	padding: 18px 20px;
	background: #fff;
	box-shadow: 0 2px 5px #ccc;
}
.case-box ul li:hover{
	box-shadow: 0 0px 5px #509ad1;
}
.case-box ul li:last-child{
	margin-right: 0;
}
.case-box ul li a{
	display: block;
}
.case-box ul li a:hover h3{ 
	color: #333;
 }
.case-box ul li i{
	position: absolute;
	right: 5px;
	top: 0;
	width: 45px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-style: normal;
	color: #fff;
	background: url(../images/index/icon-case-2.png) no-repeat;
	background-size: 100%;
}
.case-box ul li h3{
	height: 54px;
	padding-right: 25px;
	font-size: 18px;
}
.case-box ul li div{
	line-height: 24px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	border-top: 1px dashed #ddd;
}
/*合作厂商*/
.factory-box{
	padding-top: 5px;
	padding-bottom: 140px;
}
.factory-box>p{
	/*font-size: 24px;
	text-align: center;*/

	width: 960px;
	margin: 0 auto;
	color: #333;
	/*text-align: center;*/
	padding-left: 11px;
	font-size: 30px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;
}
.factory-box ul{
	width: 960px;
	margin: 0 auto;
	margin-top: 55px;
}
.factory-box ul li{
	display: inline-block;
	width: 23.5%;
	height: 190px;
	margin-right: 15px;
	border: 1px solid #ddd;
}
.factory-box ul li:hover{
	box-shadow: 0 0 5px #509ad1;
}
.factory-box ul li:nth-child(4n){
	margin-right: 0
}
.factory-box ul li:nth-child(n+5){
	margin-top: 13px;	
}
.factory-box ul li img{
	display: block;
	margin: 0 auto;
	margin-top: 66px;
}
.factory-box ul:last-child li img{
	margin-top: 45px;
}


/*-----------------帮助中心的样式----------------------------*/
.banner-help{
	height: 200px;
}
.help-box{
	padding-top: 78px;
}
.help-wrap{
	padding-top: 30px;
	padding-bottom: 213px;
	background: #f2f2f2;
}
.help-wrap ul{
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
.help-wrap ul li{
	float: left;
	padding-top: 43px;
	padding-bottom: 90px;
	width: 23.5%;
	margin-right: 18px;
	margin-bottom: 18px;
	background: #fff;
}
.help-wrap ul li:nth-child(4n){
	margin-right: 0;
}
.help-wrap ul li:hover{
	box-shadow: 0 0 5px #509ad1;
}
.help-wrap>ul>li>img{
	display: block;
	margin: 0 auto;
	height:82px;
}
.help-wrap ul li label{
	display: block;
	margin-top: 36px;
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
}
.help-wrap ul li i{
	display: block;
	width: 55px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 2px;
	background: linear-gradient(to right, #66a7e2, #90b4ff);
}
.help-wrap ul li span{
	display: block;
	line-height: 30px;
	text-align: center;
}

/*-----------------帮助中心列表的样式----------------------------*/
.help-wrap-1{
	min-height: 518px;
	background: #fff;
}
.help-wrap-1 .content{
	width: 960px;
	margin: 0 auto;
	margin-top: 35px;
	overflow: hidden;
}
.help-wrap-1 .content-left {
	float: left;
	width: 220px;
	padding: 12px 0 15px;
	border: 1px solid #ddd;
}
.help-wrap-1 .content-left ul{}
.help-wrap-1 .content-left ul>li{
	position: relative;
	line-height: 1.5;
	cursor: pointer;
}
.help-wrap-1 .content-left ul>li label{
	display: block;
	width: 90%;
	line-height: 1.5;
	padding: 10px 0 10px 17px;
	color: #333;
}
.help-wrap-1 .content-left ul>li i{
	position: absolute;
	top: 15px;
	right:16px;
	width: 8px;
	height: 13px;
	background: url(../images/help-center/icon/icon-right-1.png) no-repeat;
	background-size: 100%;
	/*transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;*/
}
.help-wrap-1 .content-left ul>li.current i{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.help-wrap-1 .content-left ul>li.current ul{
	display: block;
}
.help-wrap-1 .content-left ul>li ul{
	display: none;
	/*margin-top: 12px;*/
}
.help-wrap-1 .content-left ul>li ul li{
	padding: 12px 36px;
	color: #999;
}
.help-wrap-1 .content-left ul>li.current ul li.on{
	color: #0066b4;
	background: #e4ecf2;
}

.help-wrap-1 .content-right {
	margin-left: 250px;
}
.content-right{}
.content-right>p{
	height: 40px;
	line-height: 40px;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.content-right>p>a{
	color:#666;
}
.content-right>div{}
.content-right>div h3{
	line-height: 65px;
	font-size: 20px;
}
.content-right>div>div{
	line-height: 30px;
	font-size: 16px;
	color: #646464;

}


/*-------------------------服务申请----------------*/
.col-666{
	color: #666 !important;
}
.tac{
	text-align: center;
}
.service-content{
	padding-bottom: 48px;
	border-top: 1px solid transparent;
	background: #f2f2f2;
}
#pbd_content{
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 50px;
	background: #fff;
}

/*-------------------------云市场---------------------------*/
.mt-10{
	margin-top: 10px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-25{
	margin-top: 25px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mt-40{
	margin-top: 40px !important;
}
h4{
	line-height: 40px;
	font-size: 16px;
	color: #0066b4;
}
h4 i{
	position: relative;
	top: 3px;
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	border-left: 4px solid #0066b4;
	color: #0066b4;
}
.clearfix{
	content: '';
	display: block;
	clear: both;
}
.process-list{
	min-height: 290px;
	margin-top: 25px;
}
.process-list div{
	position: relative;
	float: left;
	width: 31%;
	min-height: 290px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: 24.5px;
	border: 1px solid #ddd;
}
.process-list div:last-child{
	margin: 0;
}
.process-list div i{
	position: absolute;
	left: 45%;
	top: -16px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-style: normal;
	border-radius: 50%;
	background: #e4ecf2;
}
.process-list div p{
	margin: 0 13px;
	font-size: 16px;
	color: #666;
}
.dashed-right:after{
	content: '';
	position: absolute;
	right: -23px;
	top: 50%;
	width: 23px;
	border-top: 2px dashed #d6d6d6;
}

.process-box{
	height: 90px;
	margin-top: 20px;
	padding-top: 11px;
	text-align: center;
	border: 1px solid #ddd;
}

.api-list{}
.api-list table{}
.api-list table tr{}
.api-list table tr th{
	color: #666;
	border: 1px solid #ddd;
	background: #f2f2f2;
}
.api-list table tr td{
	text-align: center;
	border: 1px solid #ddd;
}

.question-box{
	margin-bottom: 60px;
}
.question-box p{
	font-size: 16px;
	color: #646464;
}

.ysc-list{
	width: 100%;
	padding-top: 58px;
	padding-bottom: 80px;
	background: #f2f2f2;
}
.ysc-list ul{
	width: 960px;
	margin: 0 auto;
}
.ysc-list ul li{
	position: relative;
	margin-bottom: 38px;
	padding-top: 35px;
}
.ysc-list ul li a:hover{
	text-decoration: none;
}
.ysc-list ul li .div1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 220px;
	height: 200px;
	padding: 30px 0;
	background: url(../images/ysc/img-bg1.jpg) no-repeat;
	background-size: 100%;
}
.ysc-list ul li .div1 h3{
	width: 8em;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
}
.ysc-list ul li .div1 p{
	margin-top: 10px;
	line-height: 23px;
	height: 70px;
    overflow: hidden;
	padding: 0 35px;
	color: #fff;
	text-align: center;
}
.ysc-list ul li .div2{
	/*position: absolute;
	top: 35px;
	right: 0;
	z-index: -1;*/
	/*float: right;*/
	width: 92%;
	height: 200px;
	margin-left: 70px;
	padding-left: 217px;
	background: #fff;
	border:1px solid #ddd;
}
.ysc-list ul li .div2 h4{
	margin-top: 15px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.ysc-list ul li .div2 p{
	width: 90%;
	color: #666;
}

.ysc-box{
	line-height: 30px;
	text-align: center;
	width: 15em;
    margin: 0 auto;
}
.ysc-box a{
	position: relative;
	/*display: block;*/
	width: 100%;
	text-align: center;
}
.ysc-box a img{
	position: absolute;
	bottom: 3px;
	right: -33px;
	/*float: right;*/
	/*display: inline-block !important;*/
}
.ysc-box span{
	display: inline-block !important;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #bbb;
}
/*-------------------------行业解决方案--------------------------*/
.mr-20{
	margin-right: 20px !important;
}
.case-list{
	padding-bottom: 30px;
	background: #f2f2f2;
	border-top: 1px solid transparent;
}
.case-list ul{
	width: 960px;
	padding: 2px;
	margin: 0 auto;
	margin-top: 32px;
	overflow: hidden;

}
.case-list ul li{
	float: left;
	width: 48.8%;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.case-list ul li:hover{
	box-shadow: 0 0 5px #509ad1;
}
.case-list ul li a:hover{
	text-decoration: none;
}
.case-list ul li a:hover h3,
.case-list ul li a:hover p
{
	color: #333;
}
.case-list ul li .div1{
	float: left;
	width: 140px;
}
.case-list ul li .div1 h3{
	width: 100%;
	margin-top: 11px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 20px;
}
.case-list ul li .div1 img{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.case-list ul li .div2{
	padding-top: 25px;
	margin-left: 140px;
	padding-right: 30px;
}
.case-list ul li .div2 p{
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
}
.case-list ul li .div2 span{
	display: block;
	margin-top: 10px;
	padding-top: 12px;
	font-size: 16px;
	color: #999;
	text-align: justify;
	border-top: 1px dashed #ddd;
}
/*-------------------------行业解决方案详情页--------------------------*/
.tab-list{
	height: 50px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.tab-list ul{
	width: 960px;
	margin: 0 auto;
}
.tab-list ul li{
	position: relative;
	top: 3px;
	display: inline-block;
	line-height: 43px;
	margin: 0 130px;
	text-align: center;
/*	width: 33%;*/
}
.tab-list ul li.current{
	border-bottom: 3px solid #0066b4;
}
.case-content{}
.case-content>div{
	padding-bottom: 60px;
	border-top: 1px solid transparent;
	background: #fff;
}
.case-content .div2,
.case-content .div4{
	background: #f2f2f2;
}
.case-content .div5>div{
	padding: 30px;
	/*border:1px solid #ddd;*/
}
.case-content .div6{
	overflow: hidden;
}
.case-content .div6 img{
	float: left;
}
.case-content .div6>div{
	margin-left: 320px;
	padding-top: 10px;
}
.case-content .div6>div h5{
	line-height: 35px;
	font-size: 20px;
}
.case-content h6{
	margin-top: 15px;
	font-size: 20px;
}
h6 i{
	position: relative;
	top: 3px;
	display: inline-block;
	width: 5px;
	height: 22px;
	margin-right: 13px;
	font-size: 20px;
	background: #237ae4;
}
.case-content .div6>div{}
.case-content .div6>div>div{
	margin-top: 10px;
}
.case-content .div6>div>div p{
	line-height: 30px;
	font-size: 16px;
}
.case-content>div h3{
	width: 960px;
	margin: 0 auto;
	margin-top: 52px;
	margin-bottom: 34px;
	font-weight: normal;

	padding-left: 11px;
	font-size: 30px;
	line-height: 32px;
	border-left: 10px solid #c1c1c1;
}
.case-content>div>div{
	width: 960px;
	margin: 0 auto;
}
.case-content>div>div>img{
	width: 960px;
}
.case-content .div7{
	margin-top: 30px;
}
.case-content .div7 p{
	line-height: 30px;
}
.case-content .div7 label{
	line-height: 30px;
}

#navHeight{
	width: 100%;
	height: 50px;
	background: #fff;
}
#nav-wrap{
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.box{
	display: block;
	width: 960px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	
	box-shadow: none;
}
.fixed {}
.fixed a{
	display: inline-block;
	/*width: 19.5%;*/
	line-height: 43px;
	margin: 0 24px;
	padding: 0 18px;
	text-align: center;
	font-size: 18px;
	/*border: 1px solid #ddd;*/
}
.fixed a.active{
	color: #0066B3;
	border-bottom: 4px solid #0066b4;
}
.fixed a:hover{
	color: #0066B3;
}

.nav-wrap.navFix {
    border-bottom: 1px solid #e6e6e6;
}
.nav-wrap.navFix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    z-index: 99999;
    background: #fff;
}

/*-------------------------文化中心--------------------------*/
.culture-box{
	padding-bottom: 50px;
}
.culture-box .content-left ul>li.on {
    color: #0066b4;
    background: #e4ecf2;
}
.culture-box .content-right table{
	width: 100%;
	margin-top: 20px;
}
.culture-box .content-right .table2{
	/*width: 70%;*/
	margin-top: 0px;
	border: 1px solid #ddd;
	background: #fff;
}
.culture-box .content-right table th{
	height: 60px;
	line-height: 60px;
	font-weight: normal;
    font-size: 14px;
    background: #dbebf7;
    text-align: center;
}
.culture-box .content-right .table2 th{
	background: #efefef;
	border: none;
}
.culture-box .content-right .dialog{
	position: absolute;
	top: 10%;
	left: 15%;
	display: none;
	width: 70%;
	margin: 0 auto;
}
.culture-box .content-right .dialog p{
	position: relative;
	bottom: -5px;
	height: 30px;
	background: #007ce4;
}
.culture-box .content-right .dialog p a{
	display: inline-block;
	float: right;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	/*background: #ddd;*/
}
.culture-box .content-right .dialog p a:hover{
	text-decoration: none;
}
.culture-box .content-right table{
	border: 1px solid #ddd;
}
.culture-box .content-right table .odd{
	background: #f9f9f9;
}
.culture-box .content-right table td{
	height: 54px;
	line-height: 54px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #333;
}
.culture-box .content-right .table2 .odd{
	background: #f9f9f9;
}
.culture-box .content-right .table2 td{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	border: none;
}
.culture-box .content-right table td a{
	color: #0066cc;
}
.culture-box .content-right table td a:hover{
	cursor: pointer;
	text-decoration: none;
}
.culture-box .content-right .tips{
	margin-top: 20px;
	color: #666;
	text-align: center;
}

/*----------------------文化中心弹窗----------------------*/
.popup{
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #eee;
}
.popup-1{
	width: 900px;
	margin: 0 auto;
}
.popup h2{
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
	color: #666;
	font-weight: normal;
}
.dialog{
	height: 350px;
	margin-top: 35px;
	overflow-y: auto; 
	border: 1px solid #ddd;
}
.table_box table {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.table_box table tr th {
    font-weight: normal;
    font-size: 14px;
    background: #dbebf7;
    text-align: center;
    height: 60px;
}
.table_box table tr:hover{
	background: #f9f9f9;
}
.table_box table tr.odd{
	background: #f9f9f9;
}
.table_box table tr td {
	height: 54px;
	line-height: 54px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #333;
}
.close-box{
	margin-top: 10px;
	margin-bottom: 50px;
}
.close-box .close-btn{
	display: block;
	font-size: 14px;
    width: 80px;
    height: 30px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    border: 0;
    cursor: pointer;
    line-height: 30px;
    color: #fff;
    background: #0066b3;
}
.close-box .close-btn:hover{
	background: #2a83c7;
}

/*----------------------公共页头----------------------*/
.header_box .logo,.header_box .select-city,.nav_detail{box-sizing: content-box;}

.silder .silder_list .silder_div_img{min-width:960px;background-repeat:no-repeat;background-position:center 0;height:418px;}

.suspend ul li{box-sizing: content-box}