*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body{
	position: relative;
	/*height: 100%;*/
	width: 100%;
	background-color: #e6e6e6;
}


@media (min-width: 1200px){
	/*快速进入后台按钮*/
	.quick{
		position: fixed;
		z-index: 999;
		top: 85px;
		right: 30px;
		width: 120px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		background-color: #ed6d00;
		color: #fff;
		font-size: 20px;
		border: none;
		border-radius: 50px;
		display: none;
	}
	/*背景*/
	.box{
		position: fixed;
		top: 0;
		height: 80px;
		width: 100%;
		z-index: 999;
		background-color:rgba(0,0,0,0);
		background-color: #ed6d00;
	}
	.box_2{
		background-color:#ED6D00;
	}

	.line_2{
		display: block;
		width: 80px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
		/*transition: width 0.5s;*/
	}
	.line_3{
		display: block;
		width: 0px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
		transition: width 0.3s;
		/*transition: width 0.5s;*/
	}

	#menu li .first:hover>.line_3{
		width:80px;
	}

	#menu li .first:hover{
		color:#fff;
	}
	/*字体*/
	/*正常状态*/
	#menu li{
		float: left;
		margin-left:12px;
		height: 80px;
		width: 120px;
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		color: #fff;
		text-align: center;
	}
	#menu #to-home .to-home{
		display: inline-block;
		/*width: 120px;*/
		/*font-size: 24px;*/
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;

	}
	#menu #to-home a{
		font-size: 26px;
	}

	.word{
		display: inline-block;
		/*width: 120px;*/
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;
		border-bottom: 4px solid #fff;
		border-radius: 2px;
	}


	#scroll{
		position: relative;
		top: 0px;
		width: 100%;
		display: block;
	}
	#carousel-example-generic{
		height: 100%;
		width: 100%;
	}
	.carousel-inner div{
		width: 100%;


	}
	.carousel-inner img{
		position: relative;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
	}



	#content{
		margin: 0 auto ;
		width: 1200px;
		/*top: 330px;*/
		padding:0;
		background-color: #e6e6e6;
	}

	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;



	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}

	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .search_input{
		position: relative;
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	.pc{
		height: 740px;
		width: 100%;
		margin: 0 auto;
	}
	.pc-title,.MG-title,.app-title{
		margin-top: 40px;
		height: 55px;
		line-height:55px;
		text-align: center;
		width: 100%;
	}

	.tiao{
		float: left;
		width: 870px;
		height: 13px;
		margin-left: 25px;
		margin-top: 21px;
	}
	.pc-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 26px;
		line-height: 55px;
		height: 55px;
		width: 200px;
		cursor: pointer;
		text-align: left;
	}
	.pc-title-con:hover{
		color: #000;
	}
	.pc-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 14px;
		line-height: 55px;
		height: 26px;
		width: 63px;
		color: #838383;
		background-color:#D6D6D6;
		line-height: 26px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14.5px;
	}
	.pc-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.pc-con{
		margin: 0 auto;
		width: 100%;
		/*height: 100px;*/
	}
	.pc-con li,.MG-con li,.app-con li{
		float: left;
		padding: 20px 0px 20px 30px;
		height: 322px;
		margin-top:25px;
		width: 25%;
		cursor: pointer;
	}
	.pc-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	.pc-con li:hover> .pc-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.pc-con-img{
		float: left;
		margin: 0;
		height:200px;
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.pc-con-img img{
		height: 100%;
		width: 106%;
		margin-left:-12px;
	}
	.pc-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 18px;
	}
	.MG{
		height: auto;
		width: 100%;
		margin: 0 auto;
	}



	.MG-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 26px;
		line-height: 55px;
		text-align: left;
		height: 55px;
		width: 200px;
		cursor: pointer;
	}
	.MG-title-con:hover{
		color: #000;
	}
	.MG-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 14px;
		line-height: 55px;
		height: 26px;
		width: 63px;
		color: #838383;
		background-color:#D6D6D6;
		line-height: 26px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14.5px;
	}
	.MG-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.MG-con{
		margin: 0 auto;
		width: 100%;
		/*height: 100px;*/
	}

	.MG-con li:hover{
		-webkit-animation:aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}

	.MG-con li:hover> .MG-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.MG-con-img{
		float: left;
		margin: 0;
		height: 185px;
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.MG-con-img img{
		height: 100%;
		width: 100%;
	}
	.MG-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height:60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 18px;
	}

	.app{
		height: 450px;
		width: 100%;
		margin: 20px auto;
	}



	.app-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 26px;
		line-height: 55px;
		text-align: left;
		height: 55px;
		width: 200px;
		cursor: pointer;
	}
	.app-title-con:hover{
		color: #000;
	}
	.app-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 14px;
		line-height: 55px;
		height: 26px;
		width: 63px;
		color: #838383;
		background-color:#D6D6D6;
		line-height: 26px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14.5px;
	}
	.app-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.app-con{
		margin: 0 auto;
		width: 100%;
		height: 100px;
	}

	.app-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes aa{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.app-con li:hover> .app-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.app-con-img{
		float: left;
		margin: 0;
		height: 185px;
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.app-con-img img{
		height: 100%;
		width: 100%;
	}
	.app-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height:60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 18px;
	}


}






@media (min-width: 1001px) and (max-width: 1199px){
	/*背景*/
	.box{
		position: fixed;
		top: 0;
		height: 80px;
		width: 100%;
		z-index: 999;
		background-color:#ed6d00;
	}
	.box_2{
		background-color:#ED6D00;
	}

	.line_2{
		display: block;
		width: 60px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
		/*transition: width 0.5s;*/
	}
	.line_3{
		display: block;
		width: 0px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
		transition: width 0.3s;
		/*transition: width 0.5s;*/
	}

	#menu li .first:hover>.line_3{
		width:60px;
	}

	#menu li .first:hover{
		color:#fff;
	}
	#menu #to-home .to-home{
		display: inline-block;
		/*width: 120px;*/
		/*font-size: 24px;*/
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;

	}
	#menu #to-home a{
		font-size: 24px;
	}

	.word{
		display: inline-block;
		/*width: 120px;*/
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;
		border-bottom: 4px solid #fff;
		border-radius: 2px;
	}
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}

	#scroll{
		position: relative;
		top: 0px;
		width: 100%;
		display: block;
	}
	.carousel-inner div{
		width: 100%;
	}



	.pc{
		height:690px;
		width: 100%;
		margin: 0 auto;
	}
	.pc-title{
		margin-top: 40px;
		height: 55px;
		line-height:55px;
		text-align: center;
		width: 100%;
	}

	.tiao{
		float: left;
		width: 620px;
		height: 13px;
		margin-left: 20px;
		margin-top: 21px;
	}
	.pc-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 24px;
		line-height: 45px;
		height: 45px;
		width: 180px;
		cursor: pointer;
		text-align: left;
	}
	.pc-title-con:hover{
		color: #000;
	}
	.pc-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 12px;
		height: 25px;
		width: 55px;
		color: #838383;
		background-color: #D6D6D6;
		line-height: 25px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14px;
	}
	.pc-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.pc-con{
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.pc-con ul{
		width:100%;
		height: 100%;
	}
	.pc-con li,.MG-con li,.app-con li{
		float: left;
		padding: 20px 0px 20px 30px;
		height: 295px;
		margin-top: 15px;
		width: 290px;
		cursor: pointer;
	}
	.pc-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes aa{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.pc-con li:hover> .pc-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.pc-con-img{
		float: left;
		margin: 0;
		/*height: 197px;*/
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.pc-con-img img{
		height: 100%;
		width: 106%;
		margin-left:-12px;
	}
	.pc-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 16px;
	}
	.MG{
		height: 395px;
		width: 100%;
		margin: 20px auto;
	}

	.MG-title{
		margin-top: 40px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		width: 100%;
	}

	.MG-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 24px;
		line-height: 45px;
		height: 45px;
		width: 180px;
		cursor: pointer;
		text-align: left;
	}
	.MG-title-con:hover{
		color: #000;
	}
	.MG-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 12px;
		height: 25px;
		width: 55px;
		color: #838383;
		background-color: #D6D6D6;
		line-height: 25px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14px;
	}

	.MG-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.MG-con{
		margin: 0 auto;
		width: 100%;
		height: 100px;
	}

	.MG-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.MG-con li:hover> .MG-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.MG-con-img{
		float: left;
		margin: 0;
		height: 197px;
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.MG-con-img img{
		height: 100%;
		width: 100%;
	}
	.MG-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height:60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 16px;
	}


	.app{
		height: 450px;
		width: 100%;
		margin: 20px auto;
	}

	.app-title{
		margin-top: 40px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		width: 100%;
	}

	.app-title-con{
		float: left;
		font-family: "微软雅黑";
		font-size: 24px;
		line-height: 45px;
		height: 45px;
		width: 180px;
		cursor: pointer;
		text-align: left;
	}
	.app-title-con:hover{
		color: #000;
	}
	.app-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 12px;
		height: 25px;
		width: 55px;
		color: #838383;
		background-color: #D6D6D6;
		line-height: 25px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 14px;
	}

	.app-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.app-con{
		margin: 0 auto;
		width: 100%;
		height: 100px;
	}

	.app-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.app-con li:hover> .app-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.app-con-img{
		float: left;
		margin: 0;
		height: 197px;
		width: 100%;
		background-color: #122B40;
		overflow: hidden;
	}
	.app-con-img img{
		height: 100%;
		width: 100%;
	}
	.app-con-ins{
		float: left;
		margin: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height:60px;
		padding-left: 17px;
		font-family: "微软雅黑";
		font-size: 16px;
	}
}







@media (min-width: 768px) and (max-width: 1000px){
	.scroll{
		display: none;
	}
	.search{
		display: none;
	}
	/*.after{*/

	/*}*/
	.box{
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 999;
		background-color:rgba(0,0,0,0);
	}

	#menu #to-home .to-home{
		display: inline-block;
		/*width: 120px;*/
		/*font-size: 24px;*/
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #ed6d00;
		padding:0 5px;

	}
	#menu #to-home a{
		font-size: 24px;
	}

	.word{
		display: inline-block;
		/*width: 120px;*/
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;
		border-bottom: 4px solid #fff;
		border-radius: 2px;
	}

	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}
	#scroll{
		position: relative;
		top: 0px;
		width: 100%;
		display: block;
	}
	.carousel-inner div{
		width: 100%;

	}



	.pc,.MG,.app{
		/*height: 240px;*/
		clear: both;
		width: 90%;
		margin: 25px auto;

	}
	.pc-title{
		margin-top: 100px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		width: 100%;
	}

	.tiao{
		float: left;
		display: inline-block;
		width: 55%;
		height: 13px;
		margin-left: 20px;
		/* margin: 0 auto; */
		margin-top: 15px;
	}
	.pc-title-con,.MG-title-con,.app-title-con{
		float: left;
		display: inline-block;
		font-family: "微软雅黑";
		font-size: 22px;
		line-height: 45px;
		height: 45px;
		width: 170px;
		cursor: pointer;
		text-align: left;
	}
	.pc-title-con:hover{
		color: #000;
	}
	.pc-title-more,.MG-title-more,.app-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 12px;
		height: 25px;
		/* width: 55px; */
		color: #838383;
		background-color: #D6D6D6;
		line-height: 25px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		margin-right: 70px;
		cursor: pointer;
		margin-top: 5px;
	}
	.pc-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.pc-con,.MG-con,.app-con{
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.pc-con ul,.app-con ul,.MG-con ul {
		width:100%;
		height: 100%;
		float: left;
	}
	.pc-con li,.MG-con li,.app-con li{
		float: left;
		padding: 20px 0px 20px 30px;
		margin-top: 3%;
		width: 30%;
		cursor: pointer;
	}
	.pc-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes aa{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.pc-con li:hover> .pc-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.pc-con-img{
		float: left;
		margin: 0;
		width: 100%;
		overflow: hidden;
	}
	.pc-con-img img{
		height: 100%;
		width: 100%;
		/* margin-left: 0%; */
	}
	.pc-con-ins{
		float: left;
		margin: 0;
		height: 50px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 50px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 16px;
	}
	.MG-title,.app-title{
		margin-top: 55px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		width: 100%;
	}


	.MG-title-con:hover{
		color: #000;
	}
	.MG-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.MG-con{
		margin: 25px auto;
		width: 100%;
		height: 240px;
	}
	.MG-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.MG-con li:hover> .MG-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.MG-con-img{
		float: left;
		margin: 0;
		height: 150px;
		width: 100%;
		overflow: hidden;
	}
	.MG-con-img img{
		height: 100%;
		width: 100%;
	}
	.MG-con-ins{
		float: left;
		margin: 0;
		height: 50px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 50px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 16px;
	}
	.app-title-con:hover{
		color: #000;
	}

	.app-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.app-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.app-con li:hover> .app-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.app-con-img{
		float: left;
		margin: 0;
		height: 150px;
		width: 100%;
		overflow: hidden;
	}
	.app-con-img img{
		height: 100%;
		width: 100%;
	}
	.app-con-ins{
		float: left;
		margin: 0;
		height: 50px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 50px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 16px;
	}

}


@media (min-width:430px) and (max-width: 767px){
	.scroll{
		display: none;
	}
	.search{
		display: none;
	}
	/*.after{*/

	/*}*/
	.box{
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 999;
		background-color:rgba(0,0,0,0);
	}



	#menu #to-home .to-home{
		display: inline-block;
		/*width: 120px;*/
		/*font-size: 24px;*/
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #ed6d00;
		padding:0 5px;

	}
	#menu #to-home a{
		font-size: 24px;
	}

	.word{
		display: inline-block;
		/*width: 120px;*/
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;
		border-bottom: 4px solid #fff;
		border-radius: 2px;
	}

	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 105px;
		cursor: pointer;
	}
	#scroll{
		position: relative;
		top: 0px;
		width: 100%;
		display: block;
	}
	.carousel-inner div{
		width: 100%;

	}

	.pc,.MG,.app{
		/*height: 350px;*/
		clear: both;
		width: 90%;
		margin: 0 auto;

	}
	.pc-title,.MG-title,.app-title{
		margin-top: 80px;
		 height: 55px;
		margin-left: 20px;
		 line-height: 55px;
		text-align: center;
		/*width: 100%;*/
	}

	.tiao{
		float: left;
		display: inline-block;
		width: 42%;
		height: 8px;
		margin-left: 2%;
		margin-top: 20px;
	}
	.pc-title-con,.MG-title-con,.app-title-con{
		float: left;
		display: inline-block;
		font-family: "微软雅黑";
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		/* margin-left: 0; */
		/* margin-right: 5%; */
		width: 135px;
		text-align: left;
		cursor: pointer;
	}
	.pc-title-con:hover{
		color: #000;
	}
	.pc-title-more,.MG-title-more,.app-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 10px;
		height: 20px;
		width: 48px;
		color: #838383;
		background-color: #D6D6D6;
		line-height: 20px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		margin-right: 12px;
		cursor: pointer;
		margin-top: 12px;
	}
	.pc-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.pc-con,.MG-con,.app-con{
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.pc-con ul,.MG-con ul,.app-con ul{
		width:100%;
		height: 100%;
		float: left;
	}
	.pc-con li,.MG-con li,.app-con li{
		float: left;
		padding: 20px 0px 20px 30px;
		/* height: 295px; */
		margin-top: 3%;
		width: 33%;
		cursor: pointer;
	}
	.pc-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes aa{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.pc-con li:hover> .pc-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.pc-con-img{
		float: left;
		margin: 0;
		/*height: 115px;*/
		width: 100%;
		/* background-color: #122B40; */
		overflow: hidden;
	}
	.pc-con-img img{
		height: 100%;
		width: 100%;
		/* margin-left: 0%; */
	}
	.pc-con-ins{
		float: left;
		margin: 0;
		height: 30px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 30px;
		padding-left: 1%;
		font-family: "微软雅黑";
		font-size: 12px;
	}

	.MG-title-con:hover{
		color: #000;
	}

	.MG-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.MG-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.MG-con li:hover> .MG-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.MG-con-img{
		float: left;
		margin: 0;
		/* height: 197px; */
		width: 100%;
		/* background-color: #122B40; */
		overflow: hidden;
	}
	.MG-con-img img{
		height: 100%;
		width: 100%;
	}
	.MG-con-ins{
		float: left;
		margin: 0;
		height: 30px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 30px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 12px;
	}

	.app-title-con:hover{
		color: #000;
	}

	.app-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.app-con li:hover{
		-webkit-animation: bb 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes bb{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.app-con li:hover> .app-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.app-con-img{
		float: left;
		margin: 0;
		/* height: 197px; */
		width: 100%;
		/* background-color: #122B40; */
		overflow: hidden;
	}
	.app-con-img img{
		height: 100%;
		width: 100%;
	}
	.app-con-ins{
		float: left;
		margin: 0;
		height: 30px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 30px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 12px;
	}


}


@media (max-width:429px){
	.scroll{
		display: none;
	}
	.search{
		display: none;
	}
	.box{
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 999;
		background-color:rgba(0,0,0,0);
	}



	#menu #to-home .to-home{
		display: inline-block;
		/*width: 120px;*/
		/*font-size: 24px;*/
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #ed6d00;
		padding:0 5px;

	}
	#menu #to-home a{
		font-size: 24px;
	}

	.word{
		display: inline-block;
		/*width: 120px;*/
		font-size: 24px;
		font-family: "微软雅黑";
		line-height: 80px;
		text-align: center;
		height: 70px;
		color: #fff;
		padding:0 5px;
		border-bottom: 4px solid #fff;
		border-radius: 2px;
	}
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:50%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 30px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 25px;
		margin-top: 50px;
		padding-left: 30px;
		line-height: 30px;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 40px;
		margin-top: 20px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 16px;
		border: none;
		padding-left: 25px;
		outline: none;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 102px;
		right:50px;
		cursor: pointer;
	}
	#scroll{
		position: relative;
		top: 0px;
		width: 100%;
		display: block;
	}

	.carousel-inner div{
		width: 100%;

	}

	.pc,.MG,.app{
		/*height: 720px;*/
		clear: both;
		width: 90%;
		margin: 0 auto;

	}
	.pc-title,.MG-title,.app-title{
		margin-top: 80px;
		/* height: 55px; */
		margin-left: 20px;
		/* line-height: 55px; */
		text-align: center;
		/*width: 100%;*/
	}

	.tiao{
		float: left;
		display: inline-block;
		width: 30%;
		height: 8px;
		/* margin-left: 10px; */
		margin-top: 20px;
	}
	.pc-title-con,.MG-title-con,.app-title-con{
		float: left;
		display: inline-block;
		font-family: "微软雅黑";
		font-size: 16px;
		line-height: 45px;
		height: 45px;
		margin-left: 0;
		text-align: left;
		width: 125px;
		cursor: pointer;
	}
	.pc-title-con:hover{
		color: #000;
	}
	.pc-title-more,.MG-title-more,.app-title-more{
		float: right;
		font-family: "微软雅黑";
		font-size: 10px;
		height: 20px;
		width: 48px;
		color: #838383;
		background-color: #D6D6D6;
		line-height: 20px;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		text-align: center;
		cursor: pointer;
		margin-top: 12px;
	}
	.pc-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.pc-con,.MG-con,.app-con{
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.pc-con ul,.MG-con ul,.app-con ul{
		width:100%;
		height: 100%;
		float: left;
	}
	.pc-con li,.MG-con li,.app-con li{
		float: left;
		padding: 20px 0px 20px 30px;
		/* height: 295px; */
		margin-top: 3%;
		width: 50%;
		cursor: pointer;
	}
	.pc-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	.pc-con li:hover> .pc-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.pc-con-img,.MG-con-img,.app-con-img{
		float: left;
		margin: 0;
		/*height: 130px;*/
		width: 100%;
		/* background-color: #122B40; */
		overflow: hidden;
	}
	.pc-con-img img,.MG-con-img img,.app-con-img img{
		height: 100%;
		width: 100%;
		/* margin-left: 0%; */
	}
	.pc-con-ins,.MG-con-ins,.app-con-ins{
		float: left;
		margin: 0;
		height: 35px;
		width: 100%;
		background-color: #fff;
		color: #666;
		line-height: 35px;
		padding-left: 2%;
		font-family: "微软雅黑";
		font-size: 12px;
	}
	.MG-title-con:hover{
		color: #000;
	}

	.MG-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.MG-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	.MG-con li:hover> .MG-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}
	.app-title-con:hover{
		color: #000;
	}

	.app-title-more:hover{
		background-color: #bbb;
		color: #333;
	}
	.app-con li:hover{
		-webkit-animation: aa 0.3s linear;
		-webkit-animation-fill-mode: forwards;
	}
	@-webkit-keyframes aa{
		from{-webkit-transform: translateY(0px);}
		to{-webkit-transform: translateY(-18px);}
	}
	.app-con li:hover> .app-con-ins{
		color: #222;
		box-shadow: 0px 2px 30px #aaa;
	}


}
#footer .footer .footer-con p a{
	color:#fff;
}
#footer .footer .footer-con p a:hover{
	text-decoration: none;
	color:red;
}


.MG-title{
	height: auto;
	line-height: inherit;
}

.MG-con-ins{
	overflow: hidden;
}