body{
	font-size: 12px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.container{
	width: 1200px;
	margin:0 auto;
}

h1{
	font-size: 24px;
	color:#474747;
	text-align: center;
}
/**top开始**/
.top{
	background-color: #eaeaea;
	line-height: 44px;
	color:#474747;
}
.top .left .a1{
	font-size: 16px;
	padding-right: 30px;
}
.top .right{
	padding:13px 0;
}
.top .bdsharebuttonbox a{
    margin: 0 8px;
}
.bdshare_popup_box,.bdshare_popup_bg {
	left:auto!important;
   right:0!important;
}
/**top结束**/


/**nav开始**/
.nav{
	padding:14px 0;
	z-index: 2;
}
.nav .left{
	width: 10%;
	padding-right: 4%;
	border-right:1px solid #ccc;
}
.nav .center{
	width: 65%;
	float: left;
}
.nav .center a{
	width: 16.66%;
	text-align: center;
	display: block;
	float: left;
	line-height: 60px;
	font-size: 16px;
}
.nav .center a:hover{
	background-color:#0ed3ff ;
	color:#fff;
}
.nav .right{
	width: 20%;
}
.nav .right img,.nav .right div{
	float: left;
}
.nav .right img,.top_1 .right img {
	padding-top:7px;
	padding-right: 8px;
}
.nav .right span,.top_1 .right span{
	display: block;
	font-size: 16px;
}
.nav .right b,.top_1 .right b{
	display: block;
	font-size: 18px;
	color:#ef001e;
}
/**nav结束**/

/**banner开始**/
.banner .a1{
	background: url(../images/banner01_bg.jpg) no-repeat center;
	display: block;
	text-align: center;
}

.content8 h3{
	width: 86px;
	margin:0 auto 20px;
	font-size: 20px;
	padding-left: 10px;
	border-left: 5px solid #0ab7de;
	font-weight: normal;
}
.content8{
	width: auto;
	position: absolute;
	right:3%;
	top:50%;
	margin-top: -206px;
	border:1px solid #ccc;
	z-index: 1;
}
.content8>div{
	margin:10px;
	padding-top:20px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(strat colorstr=#c8fff,end colorstr=#c8#fff);
}
.content8>div img{
	display: block;
	margin:0 auto;
}
.content8 ul{
	padding:10px 20px;
	border-top:1px solid #c8c8c8;
}
.content8 ul li{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:30px;
}
.content9 {
	width:9%;
	position: fixed;
	left:0%;
	top:30%;
	padding:1%;
	background-color: #fff;
	box-shadow: 0 0 10px 1px #ccc;
	-webkit-box-shadow: 0 0 10px 1px #ccc;
	-ms-box-shadow: 0 0 10px 1px #ccc;
	-moz-box-shadow: 0 0 10px 1px #ccc;
	-o-box-shadow: 0 0 10px 1px #ccc;
	z-index:1;
}
.content9 h4{
	font-size: 18px;
	color:#ef001e;
	margin-bottom: 15px;
	text-align: center;
}
.content9 input{
	width: 98%;
	height: 26px;
	padding-left: 2%;
	line-height: 26px;
	margin-bottom: 7%;
	display: block;
	color:#999;
	border:1px solid #ccc;
	outline: none;
}
.content9 #button{
	width: 101%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background-color: #0ed3ff;
	color:#fff;
	border:0 none;
	cursor: pointer;
}
.content9 #button:hover{
	background-color: #ff7d00;
}
.content9 img{
	display: block;
	margin:0 auto 5px;
	box-shadow: 0 0 1px 2px #eee;
}
.content9  span{
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
/**banner结束**/
/**dress开始**/
.dress{
	background-color:#f5f5f5 ;
	font-size: 16px;
	line-height: 70px;
}
/**dress开始**/


/**contant1开始**/
.contant1{
	color:#fff;
	background: url(../images/contant1.jpg) no-repeat center;
	background-size: cover;
	padding:0 0 2%;
	border-bottom: 1px solid #fff;
}
.contant1 .container>div{
	width: 66%;
	padding:18% 17% 14%;
	background: url(../images/content1_bg.png) no-repeat center;
	background-size: contain;
}
.contant1 h2,.contant2 h2,.contant3 h2,.contant4 h2,.contant5 h2,.contant6 h2{
	color:#00ff84;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 56px;
}
.contant3 h2{
	margin-bottom:30px;
}
.contant1 h2 span{
	color:#fff;
}
.contant1 p{
	font-size: 18px;
	line-height: 36px;
}
.contant1 p a{
	color:#fff300;
	float:right;
}

/**contant1结束**/



/**contant2开始**/
.contant2{
	background: url(../images/contant2.jpg) no-repeat center;
	background-size: cover;
	color:#fff;
	padding:3.5% 0;
	border-bottom: 1px solid #fff;
}
.contant2 #tab{
	margin-bottom: 6%;
}
.contant2 .tablist{
	border-bottom: 1px solid #fff;
}
.contant2 .tablist .hover{
	color: #00ff84;
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}

.contant2 .tablist li{
	width: 21%;
	margin:0 5%;
	text-align: center;
	float: left;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	cursor: pointer;
}
.contant2 .tablist li div{
	width: 0;
	height: 3px;
	margin:20px auto 0;
	background-color:#00ff84 ;
}
.contant2 .tablist li:hover div{
	width: 100%;
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}
.contant2 .tablist .hover div{
	width: 100%;
}
.contant2 .tablist em{
	width: 1px;
	display: block;
	float: left;
	height: 24px;
	background-color:#ccc ;
}
.contant2 .tabCon li{
	width: 33.33%;
	float: left;
	font-size: 14px;
	text-align: center;
	padding:3% 0;
	background: url(../images/contant2_bg.png) no-repeat center;
}
.contant2 .tabCon li span{
	display: block;
	text-align: center;
}
.contant2 .tabCon li a{
	color:#fff;
}
.contant2 .tabCon li img{
	display: block;
	margin: 12% auto 3%;
}
 #tab .contant2_more{
	display: block;
	width: 270px;
	margin:0 auto;
	font-size: 20px;
	line-height: 46px;
	color:#fff;
	text-align: center;
	background: url(../images/contant2_btn.png) no-repeat center;
}
.contant2 .bottom{
	padding:6% 0;
	background: url(../images/contant2_01_bg.png) no-repeat center;
	background-size: contain;
}
.contant2 h3{
	font-size: 24px;
	color:#00ff84;
	margin-bottom: 24px;
	text-align: center;
}
.contant2 table{
	text-align: center;
	width: 80%;
	margin:0 10%;
}
.contant2 table tr{
	line-height: 64px;
}
.contant2 table .tr1{
	line-height: 44px;
	background-color: #00ff84;
	color:#000;
}
.contant2 table td{
	border: 1px solid #00ff84;
}
/**contant2结束**/

.box_cnt{
	display: none;
}
.box_hover{
	display: block;
}
/**contant3开始**/
.contant3{
	background: url(../images/contant2.jpg) no-repeat center;
	background-size: cover;
	padding:4% 0;
	color:#fff;
	border-bottom: 1px solid #fff;
}
.contant3 #tab1{
	width: 80%;
	padding:11% 6% 4% 14%;
	background: url(../images/content3_bg.png) no-repeat center;
	background-size: contain;
}
.contant3 table td{
	width: 12.66%;
	padding:2.5% 2% 2%;
	border: 1px solid #023b1f;
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow:hidden ;
}

.contant3 table td:hover p{
	height: 80%;
	padding:10%;
	background-color: #023b1f;
	transition: all ease-in 0.3s;
}
.contant3 table td img{
	display: block;
	margin:0 auto 6%;
}
.contant3 table td p{
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-align: left;
}
.contant3 .tablist{
	width: 180px;
	margin:25px auto 0;
}
.contant3 .tablist li{
	width: 90px;
	float: left;
	height: 15px;
	background: url(../images/contant3_tab1.png) no-repeat center;
}
.contant3 .tablist .hover{
	background: url(../images/contant3_tab.png) no-repeat center;
}
.contant3 table td a{
	color:#ef0726;
	font-weight: bold;
}
/**contant3结束**/



/**contant4开始**/
.contant4{
	background: url(../images/contant2.jpg) no-repeat center;
	background-size: cover;
	padding:4% 0 0;
	border-bottom: 1px solid #fff;
	text-align: center;	
	padding-bottom: 4%;
}
.contant4 li{
	width: 23%;
	padding:0 1% 3%;
	float: left;	
	color:#fff;
	font-size: 14px;
}	
.contant4 li p{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding-top:15px;
}
.list_contant4 li p{
	color:#444;
}
.contant4 .more1{
	background-color: #023b1f;
	padding:3px 30px;
	font-size: 18px;
	line-height: 32px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	color:#fff;
	text-align: center;
	bottom: 22%;
	right:11%;
}
.contant4 .more1:hover{
	background-color: #ff6600;
}
.list_contant4{
	background: 0 none;
	background-color: #f5f5f5;
	padding-bottom: 0;		
}
.list_contant4 h2{
	padding-left: 20px;
	color:#474747;
}
/**contant4结束**/



/**contant5开始**/
.contant5{
	background: url(../images/contant2.jpg) no-repeat center;
	padding:4% 0;
	background-size: cover;
	border-bottom: 1px solid #fff;
}
.contant5 .left{
	width: 42%;
	padding-right: 2.3%;
}
.contant5 .right{
	width: 55.7%;
}
.contant5 .left .bottom{
	padding-top:5%;
}
.contant5 .left .img2{
	width: 100%;
}
.contant5 .left .bottom .img3{
	width: 47%;
	padding-right: 5.2%;
	float: left;
}
.contant5 .left .bottom .img4{
	width: 47.1%;
	float: left;
}
.contant5 .right .left1,.contant5 .right>img{
	float: left;
}
.contant5 .right .left1{
	width: 43%;
	padding-right: 4%;
}
.contant5 .right>img{
	width: 53%;
}
.contant5 .right .left1 .img2{
	margin-bottom: 10%;
}
.contant5 .right .left1 img{
	display: block;
}
/**contant5结束**/



/**contant6开始**/
.contant6 {
	background: url(../images/contant2.jpg) no-repeat center;
	background-size: cover;
	padding:4% 0;
}
.contant6 .tabCon li{
	width: 20%;
	float: left;
	margin: 0 2%;	
	background-size: cover;
	position: relative;
	overflow: hidden;
	border:6px solid #65c7e9;
	box-shadow: 0 0 46px 12px #00ff84;
	-webkit-box-shadow: 0 0 46px 12px #00ff84;
	-moz-box-shadow: 0 0 46px 12px #00ff84;
	-ms-box-shadow: 0 0 46px 12px #00ff84;
	-o-box-shadow: 0 0 46px 12px #00ff84;
}
.contant6 .tabCon li p{
	width: 0px;
	position: absolute;
	left:0;
	top:0;
	font-size: 16px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;   
    word-break: break-all;
    height: 100%;
}
.contant6 .tabCon li p a{
	color:#fff;
}
.contant6 .tabCon li:hover p{
	width: 92%;
	padding:4%;
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
	background-color:#080706 ;
	background: rgba(1,1,1,0.3);
	/*filter:progid:DXImageTransform.Microsoft.gradient(start colors tr=#4cfff,end colors tr=#4cfff)*/	
}
.contant6 .tablist{
	width: 180px;
	margin:40px auto 0;
}
.contant6 .tablist li{
	width: 90px;
	float: left;
	height: 15px;
	background: url(../images/contant3_tab1.png) no-repeat center;
}
.contant6 .tablist .hover{
	background: url(../images/contant3_tab.png) no-repeat center;
}
/**contant6结束**/


/**contant7开始**/
.contant7{
	background-color:#343a44 ;
	color:#fff;
	font-size: 14px;
}
.contant7 .container{
	padding:45px 0;	
}
.contant7 .container>div{
	width: 42%;
	float: left;
}
.contant7 .left1{
	border-right:1px dashed #fff;
	padding-right:6%;
	margin-right:6%;
}
.contant7 p{
	padding-left: 25px;
	line-height: 22px;
	margin-bottom: 6px;
}
.contant7 .dress1{	
	background: url(../images/dress.png) no-repeat left center;
}
/**contant7结束**/


/**friend结束**/
.friend{
	font-size: 14px;
	color:#474747;
	padding:45px 0 28px;
	border-bottom: 1px solid #ddd;
}
.friend .p1{
	color:#aaaaaa;
	margin-bottom: 25px;
}
.friend .p1 span{
	font-size: 20px;
	color:#474747;
	display: inline-block;
	padding-right: 25px;
}
.friend .p2 a{
	display: inline-block;
	padding-right: 20px;
}
/**friend结束**/
/**content_left开始**/
.content{
	background-color: #f5f5f5;
}
.content_left{
	width: 69%;
	background-color: #fff;
	padding:2%;
}
.content_left,.content_right,.content_left dl dt,.content_left dl dd,.content_left dl .qt>span,.content_left dl .qt>div,.content_left dl .key span{
	float: left;
}
.content_left form{
	text-align:center;
	margin-bottom:15px;	
}
.content_left .info{
	font-size: 14px;
	color:#666;
	text-align: center;
	padding:20px 0;
	margin-bottom: 42px;
	border-bottom:1px solid #ccc;
}
.content_left .info span{
	padding-right:25px;
}
.neirong img{
	display: block;
	margin:0 auto 35px;
}
.neirong p{
	text-indent: 2em;
	font-size: 14px;
	color:#474747;
	margin-bottom: 1.5em;
}
.footertext_ul2{
	padding-left: 30px;
	font-size: 16px;
}
.footertext_ul2 li{
	margin-bottom: 10px;
}
.content_left dl{
	padding:25.5px 20px;
	border-bottom: 1px solid #ccc;
}
.content_left dl:hover{
	background-color: #f5f5f5;
}
.content_left .dl_last{
	margin-bottom: 0;
	border-bottom: 0 none;
}
.content_left dl dt{
	width: 26%;
	padding-right: 3%;
}
.content_left dl dd{
	width: 71%;
	color:#666;
}
.content_left dl dd>a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #474747;
}
.content_left dl dd>a:hover{
	color:#fd6600;
}
.content_left dl dd p{
	margin-bottom: 10px;
}
.content_left dl .qt>span{
	padding-right:40px;
}
.content_left dl .span1{
	display: inline-block;
	width: 1px;
	margin:7px 15px 0;
	height: 12px;
	background-color: #666;
}
.content_left dl .qt .share{
	float:right;
	line-height: 12px;
	padding-top:6px;
}
.content_left dl .qt .share a{
	display: inline-block;
	padding-right: 14px;
	margin-right: 14px;
	border-right:1px solid #ccc;
}
.content_left dl .key span a{
	display: inline-block;
	padding:0 10px 0 0;
	color:#666;
}
.page{
	width: 352px;
	margin:20px auto;
}
.page a{
	float: left;
	background-color: #f5f5f5;
	width: 34px;
	line-height: 34px;
	text-align: center;
	margin:0 5px;
}
/**content_left结束**/

/**content_right开始**/
.content_right{
	width: 24.5%;
	margin-left: 2.5%;	
}
.new_list{
	padding:20px 20px 25px;
	margin-bottom: 30px;
	background-color: #fff;
}
.list_lh{
	height: 290px;
	overflow: hidden;
	color:#666;
}
.content_right h3{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.list_lh ul{
	background: url(../images/new_list.png) repeat-y 10px 0;
}
.list_lh li {
	padding-top:10px;
	padding-left: 24px;
	background: url(../images/new_list_li.png) no-repeat 4px 16px;
}
.list_lh li a{
	display: block;
	font-weight: bold;
	color:#464646;
}
.other{
	background-color: #fff;
	padding:20px;
	color:#464646;
}
.other dl{
	border-bottom: 1px dashed #eee;
	padding-bottom: 12px;
}
.other h3 a{
	font-size: 12px;
	color:#666;
	float:right;
}
.other dl dt img{
	display: block;
	margin:25px auto 10px;
}
.other dl dd h4,.other dl dd b{
	font-size: 16px;
}
.other dl dd h4{
	text-align: center;
}
.other dl dd b{
	color:#ef001e;
}
/**content_right结束**/
/*footer开始*/
#footer{ width:1200px; margin:15px auto ; text-align:center; overflow:hidden; clear:both; padding-bottom:70px;}
#footer table{ width:100% !important;}

.copyright{ display:none; padding:1em 0em 2em; text-align:center;border-top:2px solid #4e8099; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last {
    display: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2978BB;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
}
.last ul li {
    float: left;
    width: 32.833333%;
    height: 45px;
    text-align: center;
    display: block;
    position: relative;
}
.last ul li a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 99.8%;
    color: #FFF;
    text-align: center;
}
.last ul li a span {
    font-size: 16px;
    font-weight: 600;
}
.last .last_li02 a {
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 3px 10px 0px #013865;
    background: #2978BB;
    border-radius: 3px;
    position: absolute;
    top: -5px;
    left: 0;
}
/*footer结束*/
@media only screen and (max-width: 1250px) {
	.content8{
		margin-top:-190px;
	}
}
@media only screen and (max-width: 1200px) {
	.container{
		width: 94%;
		padding:0 3%;
	}
	.contant1 .container>div {
	    width: 74%;
	    padding: 18% 10% 14% 16%;
	}
	.contant1 h2,.contant2 h2,.contant3 h2,.contant4 h2,.contant5 h2,.contant6 h2{
		line-height: 30px;
	}
	.contant1 h2{
		margin-bottom: 36px;
	}
	.contant4 h2{
		padding-left: 0;
	}
	.contant6 .tabCon li {
	    width: 19.7%;
	}
	.contant6 .tabCon li p{
	    -webkit-line-clamp: 9;
	}
	.contant6 .tabCon li:hover p{
		width: 90%;
	}
	.content8,.content9{
		position: inherit;
		margin-top:0;
		box-shadow: none;
	}
	#footer{
		width: 100%;
	}
	.content10{
		width: 94%;
		padding: 3%;
	}
	.content10 .left,.content10 .right{
		width: 50%;
	}
	.content10 .right .content9{
		width: 50%;
		padding:6.5% 19%;
		margin-left: 10%;
		border: 1px solid #ccc;
	}
	.content9 h4{
		margin-bottom: 20px;
	}
	.friend{
		padding:5% 3%;
	}
	.content8>div {
	    margin: 25px;
	}
}
@media only screen and (max-width: 1024px) {
	.nav .left{
		padding-right: 3%;
		margin-top:8px;
	}
	.nav .center{
		width: 62%;
	}
	.nav .center a{
		font-size: 14px;
	}
	.nav .right{
		width: 24%;
	}
	.nav .right b,.contant1 p {
		font-size: 16px;
	}
	.content_right{
		display: none;
	}
	.content_left{
		width: 96%;
	}
	.contant1 h2,.contant2 h2,.contant3 h2,.contant4 h2,.contant5 h2,.contant6 h2{
		font-size: 26px;
		margin-bottom: 35px;
	}
	.contant2,.contant5,.contant6{
		padding:6% 0;
	}
	.contant2 .tablist li {
		width: 24%;
	    font-size: 20px;
	}
	.contant2 .tablist li div {
	    margin-top:10px;
	}
	.contant2 table {
	    width: 90%;
	    margin: 0 5%;
	}
	.contant2 table tr {
	    line-height: 42px;
	}
	#gla_box {
	    width: 100%;
	    margin-bottom: 30px;
	    margin-top:20px;
	}

	.roundabout-holder {
	    width: 100%;
	    height: auto;
	}
	.contant3,.contant4{
		padding:6% 0 4%;
	}
	.roundabout-moveable-item img {
	    border-radius: inherit;
	}
	.roundabout-in-focus{
		padding:0;
		background: 0 none;
	}
	.contant6 .tabCon li {
	    width: 19.3%;
	}
	.contant6 .tabCon li p {
	    -webkit-line-clamp: 10;
	}
	.contant6 .tabCon li:hover p{
		width: 90%;
	}
}
@media only screen and (max-width: 950px) {
	.contant6 .tabCon li p {
	    -webkit-line-clamp: 9;
	}
}
@media only screen and (max-width: 850px) {
	.contant1 h2,.contant2 h2,.contant3 h2,.contant4 h2,.contant5 h2,.contant6 h2{
		font-size: 24px;
	}
	.contant1 .container>div {
	    padding-top:5%;
	}
	.contant2 .tabCon li {
	    width: 29.33%;
	    margin:0 2%;
	}
	.contant3 #tab1 {
	    padding-top:10%;
	    background: url(../images/content3_bg.png) no-repeat 0 0;
	    background-size: contain;
	}
	.contant6 .tabCon li p {
	    -webkit-line-clamp: 8;
	}
}
@media only screen and (max-width: 767px) {
	.top,.nav,.banner .btn,.contant7,.friend,.content_left dl dt,.contant2 table .td3,.contant2 table .td4,.banner:hover .left,.banner:hover .right,.contant3 .td4,.contant3 .td5,.contant3 .td6{
		display: none;
	}
	.top_1{
		padding:15px 0;
	}
	.top_1 .left{
		width: 45%;
	}
	.top_1 .right{
		padding-top:4%;
	}
	.top_1 .right img,.top_1 .right div{
		float: left;
	}
	.content_left dl dd,.contant3 #tab1,.contant2 table,.contant1 .container>div{
		width: 100%;		
	}
	.content_left{
		width: 92%;
		padding:4%;
	}
	.contant1 .container>div {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 7%;
	}
	.contant1 h2{
		padding-top:0;
		margin-bottom: 15px;
	}
	.contant2 .tabCon li,.contant2 .bottom,.contant3 #tab1,.contant1 .container>div {
	    background: 0 none;
	}
	.contant2 .tablist li {
	    width: 27%;
	}
	.contant2 table {
	    margin: 0;
	}
	.contant3 #tab1{
		padding:0;
	}
	.contant4 li{
		width: 48%;
		padding-bottom: 4%;
	}
	.contant4 li p {
	    padding-top: 10px;
	}
	.contant6 .tabCon li {
	    width: 21%;
	    border: 0 none;
	}
	#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 650px) {
	.contant2 .tablist li {
	    width: 47%;
	    margin:0 1%;
	}
}
@media only screen and (max-width: 600px) {
	.contant1 h2, .contant2 h2, .contant3 h2, .contant4 h2, .contant5 h2, .contant6 h2 {
	    margin-bottom: 15px;
	}
	.content10 .left,.content10 .right{
		width: 100%;
	}
	.content10 .right .content9 {
	    width: 80%;
	    padding: 4% 10%;
	    margin-left: 0;
	    margin-top:4%;
	    border: 1px solid #ccc;
	}
}
@media only screen and (max-width: 550px) {
	.contant2 .tabCon li{
		width: 100%;
		margin:0;
		padding-top:20px;
		padding-bottom: 0;
	}
	.contant2 .tabCon li img {
	    margin-top:0;
	    margin-bottom: 10px;
	}
	#tab .contant2_more {
	    margin-top:30px;
	}
	.contant5 .left {
	    width: 100%;
	    padding-right: 0;
	}
	.contant5 .right {
	    width: 100%;
	    padding-top:5%;
	}
	.contant6 .tabCon li {
	    width: 46%;
	    margin-bottom: 4%;
	}
}
@media only screen and (max-width: 450px) {
	.contant3 table td {
	    padding: 5.5% 1% 10%;
	}
	.contant4 li {
	    padding-bottom: 5%;
	}
}
@media only screen and (max-width: 400px) {
	.top_1 .right b,.contant4 .more1{
		font-size: 14px;
	}
	.contant2 .tablist li {
	    font-size: 16px;
	}
}