/* all tag*/
*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,strong{
	font-weight: 400;
}
em,i,address{
	font-style: normal;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
	color: #555;
}
::-webkit-scrollbar{ /* 整体部分 */
	width: 3px;
	height: 3px;
}
::-webkit-scrollbar-button{ /* 两端箭头按钮 */
	display: none;
}
::-webkit-scrollbar-track{ /* 滚动条的轨道 */
	display: none;
}
::-webkit-scrollbar-track-piece{ /* 整个滚动条 */
	border: 1px solid #ddd;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{ /* 拖动的滚动条块 */
	background: -webkit-gradient(linear,0 0,0 100%,from(#ff6600),to(#ff7300));
	background: -moz-linear-gradient(#ff6600, #ff7300);
	background: -o-linear-gradient(#ff6600, #ff7300);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 6px rgba(51,51,51,0.2);  
	box-shadow: 0px 1px 6px rgba(51,51,51,0.2);
}
::-webkit-scrollbar-corner{ /* 边角 */
	border-radius: 50%;
}
::-webkit-resizer{ /* 右下角滚动条拖拽块 */
	display: none;
}
.clear:after{
	content: '';
	display: block;
	overflow: hidden;
	clear: both;
}
.fd_l{
	float: left;
}
.fd_r{
	float: right;
}
.subject-wrap{
	background: url('../images/s-bg.jpg') no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	padding-top: 34.28%;
}
.subject-box{
	overflow: hidden;
	width: 1200px;	
	border-radius: 15px;
	background: #fff;	
	-webkit-box-shadow: 0px 2px 10px #f1f1f1;
	-moz-box-shadow: 0px 2px 10px #f1f1f1;
	-o-box-shadow: 0px 2px 10px #f1f1f1;
	box-shadow: 0px 2px 10px #f1f1f1;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding: 50px 30px;
	margin: 0px auto 0px auto;
}
.page{
	width: 1140px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 70px;
}
.page > .page-title{
	height: 70px;
	margin: 0 auto;
}
#back-top-wrapper {
	position: fixed;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	z-index: 99;
}
#back-top-wrapper p {
	margin: 0;
}
#back-top{
	display: none;
}
#back-top a {
	display: block;
	width: 60px;
	height:60px;
	color: #bbb;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#back-top span {
	display: block;
	margin-bottom: 7px;
	width: 50px;
	height: 50px;
	background: #0088cc url('../images/up-arrow.png') no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#back-top-wrapper p a span {
	width: 60px;
	height: 60px;
	margin: 0;
	border-radius: 30px;
	background-color: #0088cc;
	background-position: 50% 48%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
#back-top-wrapper p a:hover span {
	background-color: #555;
}
/* page1 */

.page1 > .page-title{	
	background: url('../images/p1-title.png') no-repeat center center;
}
.page1 > .page-item{
	margin-top: 40px;
}
.page1 >.page-item > div{
	width: 50%;
	overflow: hidden;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;	
}
.pic-box a img{
	max-width: 540px;
	max-height: 360px;
	display: block;
}
.article-box > .subtitle{
	width: 196px;
	height: 36px;
	line-height: 36px;
	background: url('../images/s-tag.png') no-repeat left center;
	text-indent: 34px;
	color: #fff;
}
.article-box > .subtitle span,address{
	display: inline;
}
.article-box > .subtitle span{
	margin-right: 20px;	
}
.article-box .article {
	position: relative;
	height: 306px;
}
.article-box .article h2{
	font-size: 20px;
	color: #333;
	line-height: 1;
	margin: 18px 0 8px 0;
	text-align: center;
}
.article-box .article .words{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.article-box .article .words p{
	text-indent: 2em;
	line-height: 28px;
}
.fair-related{
	position: absolute;
	bottom: 0;
}
.fair-related li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 570px;
}
.pic-box.fd_l .p1_slider{
	float: left;
}
.pic-box.fd_r .p1_slider{
	float: right;
}
.pic-box.fd_l a img{
	float: left;
}
.pic-box.fd_r a img{
	float: right;
}
.p1_slider{
	width:540px;
	height: 360px;
	overflow: hidden;
	position:relative;
}
.p1_slider ul li a{
	display: block;
	width: 540px;
	height: 360px;
	overflow: hidden;
}
.p1_slider ul li{
	*display: inline;
	*zoom:1;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: hidden;
	float: left;
}
.p1_slider .slidernav{
	position:absolute;
	right:4px;
	bottom:5px;
	z-index:1;
}
.p1_slider .slidernav li{
	float:left;
	margin: 0 5px;
}
.p1_slider .slidernav li a{
	width:16px;
	padding:2px 4px;
	height:20px;
	background:#fff;
	color:#000;
	text-align:center;
	display: block;	
}
.p1_slider .slidernav li.current a{
	background:#3B8DD1;
	color:#fff;
}
/* page2 */
.page2 > .page-title{
	background: url('../images/p2-title.png') no-repeat center center;
}
.page2 > .steps{
	padding: 0 70px;
	margin: 40px 0;
	margin: 40px 0 25px 0;
}
.page2 > .steps ul:after{
	clear: both;
	display: block;
	content: '';
	overflow: hidden;
}
.page2 > .steps ul li{
	display: block;
	width: 120px;
	height: 140px;
	text-align: center;
	float: left;
	font-size: 20px;	
	position: relative;
	padding-top: 100px;
	margin-right: 173px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.page2 > .steps ul li:last-child{
	margin-right: 0;
}
.page2 > .steps ul li:before{
	display: block;
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page2 > .steps ul li.step_one{
	color: #61a1f0;	
}
.page2 > .steps ul li.step_two{
	color: #f56363;
}
.page2 > .steps ul li.step_three{
	color: #f4b459;
}
.page2 > .steps ul li.step_four{
	color: #74c96e;
}
.page2 > .steps ul li.step_one:before{
	background: url('../images/s-icon-1.png') no-repeat;
}
.page2 > .steps ul li.step_two:before{	
	background: url('../images/s-icon-2.png') no-repeat;	
}
.page2 > .steps ul li.step_three:before{	
	background: url('../images/s-icon-3.png') no-repeat;
}
.page2 > .steps ul li.step_four:before{
	background: url('../images/s-icon-4.png') no-repeat;
	
}
.page2 > .steps ul li:after{
	display: block;
	content: '';
	width: 70px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 27px 50px 0 50px;
	background: url('../images/s-icon-arrow.png') no-repeat;
}
.page2 > .steps ul li:last-child:after{
	display: none;
}
.page2 > p{
	text-align: center;
	font-size: 20px;
	color: #555;
}
/* page3 */
.page3 > .page-title{
	background: url('../images/p3-title.png') no-repeat center center;
}
.page3 > div{
	padding: 0 70px;
}
.page3 > div ul li{
	height: 38px;
	line-height: 38px;
}
/* page4 */
.page4{
	padding: 0px 15px!important;
	margin-bottom: 0;
}
.page4 > .page-title{
	background: url('../images/p4-title.png') no-repeat center center;
}
.p4_slider{
	height:210px;
	overflow:hidden;
	position:relative;
	width: 1064px;
	margin: 0 auto;
	margin-top: 35px;
}
.sliderbox{
	position:relative;
}
.p4_slider ul li.p4slider_li{
	*display: inline;
	*zoom:1;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	width: 240px;
	height: 184px;
	overflow: hidden;
	margin: 0 13px;
	float: left;
}
.p4_slider ul li.p4slider_li a{
	display: block;
	width: 240px;
	height: 160px;
	overflow: hidden;
}
.p4_slider ul li.p4slider_li a:hover img{
	-webkit-transform:scale(1.23);
	-moz-transform:scale(1.23);
	-o-transform:scale(1.23);
	-ms-transform:scale(1.23);
	transform:scale(1.23);	
}
.p4_slider ul li.p4slider_li a img{
	width: 240px;
	height: 160px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.p4_slider ul li.p4slider_li p{
	text-align: center;
	line-height: 24px;
	font-size: 13px;
}
.p4_slider .slider_prev, .p4_slider .slider_next{
	position: absolute;
	top:50%;
	margin-top:-50px;
	cursor: pointer;
	width:41px;
	height:71px;
	left:0;
	text-indent:-9999px;
}
.p4_slider .slider_prev{
	background: url('../images/s-icon-left.png');
}
.p4_slider .slider_next{
	right:0;
	left:auto;
	background: url('../images/s-icon-right.png');
}
.tobe-vip{
	outline: none;
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 35px;
	font-size: 24px;
	border: none;
	filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ff7f2a',endcolorstr='#ff6237',gradientType=0);
	-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ff7f2a',endcolorstr='#ff6237',gradientType=0);/*IE8*/	 
	background:-moz-linear-gradient(#ff7f2a, #ff6237, rgba(0, 0, 255, 0.5));

	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff7f2a), to(rgba(255, 98, 55, 1)));

	background:-o-linear-gradient(#ff7f2a, #ff6237, rgba(0, 0, 255, 0.5));

	-webkit-box-shadow: 0px 5px 1px rgb(213,69,29);
	-moz-box-shadow: 0px 5px 1px rgb(213,69,29);
	-o-box-shadow: 0px 5px 1px rgb(213,69,29);
	box-shadow: 0px 5px 1px rgb(213,69,29);
	margin: 50px auto;
	cursor: pointer;
}
.tobe-vip:hover{
	-webkit-text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
	-moz-text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
	-o-text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
	text-shadow: 2px 1px 1px rgba(0,0,0,0.3);

}