.head {
	position: relative;
	height: 800px;
}

.head .bg {
	position: absolute;
	background-color: #2e3242;
	width: 100%;
	opacity: 0.5;
	top: 0;
	z-index: 9;
	height: 100px;
}

.head .nav {
	position: absolute;
	height: 100px;
	z-index: 99;
	width: 100%;
}

.head .nav .logo {
	margin-top: 15px;
}

.head .nav .right {
	margin-top: 10px;
}

.head .nav .right .cont {
	margin-top: 10px;
}

.head .nav .right .signin {
	text-align: right;
}

.head .nav .right .signin em {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 7px;
}

.head .nav .right .signin a {
	color: #FFFFFF;
	font-size: 14px;
}

.head .nav .right .signin a:hover {
	color: #e60044;
}

.head .nav .right ul {
	margin-right: 25px;
}

.head .nav .right ul li a {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	line-height: 30px;
}

.head .nav .right ul .on {
	background-color: #e60044;
}

.head .nav .right ul li a:hover {
	background-color: #e60044;
}

.head .nav .right .search {
	position: relative;
}

.head .nav .right .search .tex {
	background-color: transparent;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 5px;
	width: 223px;
	height: 28px;
	padding-left: 15px;
}

.head .nav .right .search .tex::-webkit-input-placeholder {
	color: #999999;
}

.head .nav .right .search .bth {
	width: 16px;
	height: 17px;
	background: url(../img/icon/search.png) center no-repeat;
	position: absolute;
	right: 15px;
	top: 6px;
	cursor: pointer;
}

.head .banner {
	position: absolute;
	top: 0;
	width: 100%;
}

.head_n{
	height: 100%;
}

.head .banner_2{
	height: 462px;
}

.head .title_banner{
	position: absolute;
}

.head .title_banner .t{
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}

.head .title_banner .t2{
	color: #616473;
	font-size: 48px;
	text-align: center;
}


.head .hd {
	position: absolute;
	bottom: 40px;
	z-index: 999;
	left: 50%;
	/*margin-left: -127px;*/
}

.head .bd ul li {
	height: 800px;
}

.head .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.head .hd ul li {
	width: 50px;
	height: 10px;
	background-color: #cccccc;
	display: inline-block;
	margin-right: 10px;
}

.head .hd ul .on {
	background-color: #e60044;
}

.m1 {
	margin-top: 60px;
}

.title {
	text-align: center;
}

.title span {
	color: #333333;
	font-size: 30px;
	position: relative;
}

.title span i {
	height: 1px;
	width: 70px;
	display: inline-block;
	background-color: #666666;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
}

.title_2 span {
	color: #FFFFFF;
}

.title_2 span i {
	display: inline-block;
	background-color: #FFFFFF;
}

.title span .i1 {
	left: -80px;
}

.title span .i2 {
	right: -80px;
}

.m1 .cont {
	margin-top: 60px;
}

.m1 .cont ul li .img {
	position: relative;
	height: 285px;
}

.m1 .cont ul li .img .i1 {
	width: 60px;
	height: 60px;
	background: url(../img/icon/01.png) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}

.m1 .cont ul li {
	position: relative;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.m1 .cont ul li:nth-child(3n) {
	margin-right: 0;
}

.m1 .cont ul li:hover .img .i1 {
	display: none;
}

.m1 .cont ul li .top {
	position: absolute;
	text-align: center;
	background-color: #343447e8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	height: 0;
	overflow: hidden;
	bottom: 0;
}

.m1 .cont ul li:hover .text{
	background-color: #e60044;
	color: #FFFFFF;
}

.m1 .cont ul li:hover .top {
	height: 100%;
}

.m1 .cont ul li .top .t {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 140px;
	margin-bottom: 15px;
}

.m1 .cont ul li .top .t2 {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
}

.m1 .cont ul li .top i {
	width: 60px;
	height: 60px;
	background: url(../img/icon/01.png) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 55px;
}

.m1 .cont ul li .text {
	background-color: #eeeeee;
	color: #666666;
	font-size: 14px;
	padding: 20px;
	line-height: 23px;
}

.more_all {
	text-align: center;
	margin: 30px 0 60px 0;
}

.more_all a {
	width: 188px;
	height: 38px;
	border-radius: 5px;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #999999;
}

.more_all a:hover {
	border: 1px solid #e60044;
}

.m2 {
	background: url(../img/banner/m2_bg.jpg) center no-repeat;
	height: 700px;
}

.m2 .cont {
	margin-top: 60px;
}

.m2 .cont .hot {
	position: relative;
	height: 390px;
	width: 560px;
}

.m2 .cont .hot .text {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.49);
	width: 100%;
	height: 120px;
}

.m2 .cont .hot .text .t {
	color: #FFFFFF;
	font-size: 20px;
	margin: 20px 20px 0 20px;
}

.m2 .cont .hot .text .t2 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 5px 20px 10px 20px;
}

.m2 .cont .hot .text .time {
	color: #CCCCCC;
	font-size: 14px;
	margin: 0 20px 0 20px;
}

.m2 .cont .hot .text .time img {
	margin-left: 10px;
}

.m2 .cont .list ul li {
	height: 110px;
	margin-bottom: 30px;
}

.m2 .cont .list {
	margin-left: 40px;
}

.m2 .cont .list ul li .time {
	background-color: #eeeeee;
	width: 110px;
	text-align: center;
	height: 100%;
}

.m2 .cont .list ul li .time .t {
	color: #2f323d;
	font-size: 36px;
	margin-top: 15px;
}

.m2 .cont .list ul li .time .t2 {
	color: #2f323d;
	font-size: 14px;
}

.m2 .cont .list ul li .text {
	height: 95px;
	background-color: #FFFFFF;
	width: 450px;
	padding: 15px 20px 0 20px;
}

.m2 .cont .list ul li .text .til .tex {
	color: #333333;
	font-size: 20px;
}

.m2 .cont .list ul li .text .til .time_c {
	color: #666666;
	font-size: 14px;
}

.m2 .cont .list ul li .text .til .time_c img {
	margin-right: 10px;
}

.m2 .cont .list ul li .text .nr {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 7px;
}

.m2 .cont .list ul li:hover .text .til .tex {
	color: #e60044;
}

.m3 {
	margin-top: 60px;
}

.m3 .cont {
	margin-top: 60px;
	position: relative;
	padding-bottom: 70px;
}

.m3 .cont .hd {
	position: absolute;
	bottom: 6px;
	text-align: center;
	left: 50%;
	margin-left: -42.5px;
}

.m3 .cont .hd ul li {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #2f323d;
	margin-right: 10px;
}

.m3 .cont .hd ul .on {
	background-color: #e60044;
}

.m3 .cont .bd ul li dl dd {
	width: 380px;
	margin-right: 30px;
}

.m3 .cont .bd ul li dl dd:nth-child(3n) {
	margin-right: 0;
}

.m3 .cont .bd ul li dl dd .img {
	position: relative;
	height: 285px;
	width: 380px;
}

.m3 .cont .bd ul li dl dd .img .time {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	line-height: 42px;
	color: #CCCCCC;
	font-size: 14px;
	text-indent: 15px;
	background: rgba(0, 0, 0, 0.49);
}

.m3 .cont .bd ul li dl dd .img .time img {
	margin: 0px 10px 0 20px;
}

.m3 .cont .bd ul li dl dd .text {
	background-color: #eeeeee;
	padding: 20px 20px;
}

.m3 .cont .bd ul li dl dd .text .t {
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
}

.m3 .cont .bd ul li dl dd .text .t2 {
	color: #666666;
	font-size: 14px;
}

.m3 .cont .bd ul li dl dd:hover .text {
	background-color: #e60044;
}

.m3 .cont .bd ul li dl dd:hover .text .t {
	color: #FFFFFF;
}

.m3 .cont .bd ul li dl dd:hover .text .t2 {
	color: #FFFFFF;
}

.m4 {
	background-color: #eeeeee;
	padding-bottom: 1px;
}

.m4 .cont {
	margin-top: 80px;
}

.m4 .cont .one {
	margin-bottom: 40px;
}

.m4 .cont .one .img {
	width: 600px;
	height: 350px;
}

.m4 .cont .one .img img {
	width: 100%;
	height: 100%;
}

.m4 .cont .one .text {
	width: 520px;
	height: 270px;
	background-color: #2f323d;
	padding: 40px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

.m4 .cont .one .text .t {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 20px;
}

.m4 .cont ul li {
	width: 579px;
	border-right: 1px solid #999999;
	position: relative;
	margin: 0px 40px 40px 0px;
}

.m4 .cont ul li:nth-child(2n) {
	margin: 0;
}

.m4 .cont ul li i {
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 21px;
	background: url(../img/icon/more.png) center no-repeat;
	right: 0;
	top: 50%;
	margin-top: -15.5px;
}

.m4 .cont ul li .img {
	width: 200px;
}

.m4 .cont ul li .text {
	margin-left: 30px;
	width: 300px;
}

.m4 .cont ul li .text .t {
	color: #2F323D;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 33px;
}

.m4 .cont ul li .text .t2 {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.m4 .cont ul li .text .more {
	display: block;
	color: #999999;
	font-size: 14px;
	border: 1px solid #999999;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px;
}

.m4 .cont ul li:hover .text .more {
	background-color: #e60044;
	color: #FFFFFF;
	border: 1px solid #e60044;
}

.m5 {
	background-color: #2f323d;
	padding-bottom: 1px;
}

.m5 .cont {
	height: 300px;
	background-color: #FFFFFF;
	margin-top: 60px;
	position: relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.m5 .cont:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.m5 .cont i {
	position: absolute;
	width: 5px;
	height: 60px;
	background: url(../img/icon/red.png) center no-repeat;
	left: 0;
	top: 45px;
}

.m5 .cont .text {
	width: 720px;
	margin: 40px;
}

.m5 .cont .text .t {
	color: #333333;
	font-size: 24px;
}

.m5 .cont .text .time {
	color: #999999;
	font-size: 14px;
	margin: 15px 0 20px 0;
}

.m5 .cont .text .tex {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m5 .cont .text .more {
	display: block;
	color: #999999;
	font-size: 14px;
	border: 1px solid #999999;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px;
}

.m5 .cont:hover .text .more {
	background-color: #e60044;
	color: #FFFFFF;
	border: 1px solid #e60044;
}

.m5 .cont .img {
	margin-top: 10px;
	margin-right: 10px;
	height: 280px;
}

.m5 .cont .img img {
	width: 380px;
	height: 280px;
}

.m6 {
	background-color: #eeeeee;
	padding-bottom: 1px;
}

.m6 .cont {
	margin-top: 60px;
}

.m6 .cont .hot {
	width: 580px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.m6 .cont .hot:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.m6 .cont .hot:hover .text .tex .nr {
	color: #e60044;
}

.m6 .cont .hot .img {
	width: 580px;
	height: 435px;
}

.m6 .cont .hot .img img {
	width: 100%;
	height: 100%;
}

.m6 .cont .hot .text {
	padding: 23px 20px;
	background-color: #FFFFFF;
}

.m6 .cont .hot .text .tex .nr {
	color: #333333;
	font-size: 20px;
	width: 410px;
}

.m6 .cont .hot .text .tex .eye {
	color: #666666;
	font-size: 14px;
}

.m6 .cont .hot .text .tex .eye img {
	margin-right: 10px;
}

.m6 .cont .hot .text .t {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m6 .cont .list{
	margin-left: 30px;
	width: 590px;
}

.m6 .cont .list ul li{
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.m6 .cont .list ul li:nth-child(2n){
	margin-right: 0;
}

.m6 .cont .list ul li:nth-child(3){
	margin-bottom: 0;
}

.m6 .cont .list ul li:nth-child(4){
	margin-bottom: 0;
}


.m6 .cont .list ul li .img{
	width: 280px;
	height: 210px;
}

.m6 .cont .list ul li .img img{
	width: 100%;
	height: 100%;
}

.m6 .cont .list ul li .text{
	padding: 13px;
	background-color: #FFFFFF;
	    /*-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}

.m6 .cont .list ul li .text .t{
	color: #333333;
	font-size: 16px;
}

.m6 .cont .list ul li .text .time{
	color: #666666;
	font-size: 14px;
	margin-top: 9px;
}

.m6 .cont .list ul li .text .time img{
	margin-right: 5px;
	margin-left: 10px;
}

.m6 .cont .list ul li:hover .text{
	background-color: #e60044;
}

.m6 .cont .list ul li:hover .text .t{
	color: #FFFFFF;
}

.m6 .cont .list ul li:hover .text .time{
	color: #FFFFFF;
}

.m7{
	background: url(../img/banner/more.jpg) center no-repeat;
	height: 221px;
	text-align: center;
}

.m7 .more{
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin-top: 140px;
}

.m7 .more:hover{
	color: #FFFFFF;
	border: 1px solid #e60044;
	background: #e60044;
}

.footer .cont{
	background-color: #d5d6d8;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer .cont .js{
	width: 390px;
}

.footer .cont .js .t{
	color: #2F323D;
	font-size: 18px;
}

.footer .cont .js .text{
	color: #2F323D;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.footer .cont .js .more{
	margin-top: 15px;
}

.footer .cont .js .more a{
	color: #2F323D;
	font-size: 14px;
}

.footer .cont .js .more:hover a{
	color: #e60044;
}

.footer .cont .js .more img{
	vertical-align: 2px;
}

.footer .cont .link{
	width: 265px;
	margin-left: 60px;
}

.footer .cont .link ul{
	margin-top: 15px;
}

.footer .cont .link ul li{
	margin-right: 30px;
	margin-bottom: 9px;
	width: 117.2px;
	overflow: hidden;
}

.footer .cont .link ul li:nth-child(2n){
	margin-right: 0;
}

.footer .cont .link ul li:hover a{
	color: #e60044;
}

.footer .cont .link ul li a{
	color: #2F323D;
	font-size: 14px;
}

.footer .cont .link ul li img{
	margin-right: 5px;
}

.footer .cont .link .t{
	color: #2F323D;
	font-size: 18px;
}


.footer .cont .link .more:hover a{
	color: #e60044;
}

.footer .cont .link .more a{
	color: #2F323D;
	font-size: 14px;
}

.footer .cont .link .more img{
	vertical-align: 2px;
}

.footer .cont .we{
	margin-left: 60px;
}

.footer .cont .we ul{
	margin-top: 15px;
}

.footer .cont .we ul li{
	color: #2F323D;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer .cont .we ul li img{
	margin-right: 5px;
	vertical-align: -3px;
}

.footer .cont .ewm {
	margin-left: 25px;
}

.footer .cont .ewm .weixin{
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}

.footer .cont .ewm .weixin .t{
	color: #999999;
	font-size: 12px;
}

.footer .cont .ewm .weibo{
	display: inline-block;
	text-align: center;
}

.footer .cont .ewm .weibo .t{
	color: #999999;
	font-size: 12px;
}

.footer .bot{
	background-color: #2f323d;
	height: 50px;
	line-height: 50px;
}

.footer .bot .left{
	color: #FFFFFF;
	font-size: 14px;
}

.footer .bot .right a{
	color: #FFFFFF;
	font-size: 14px;
}

.footer .bot .right:hover a{
	color: #ff8000;
}

.link_n{
	position: absolute;
	width: 1160px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	height: 60px;
	line-height: 59px;
	background-color: #FFFFFF;
	padding: 0 20px;
}

.link_n .left ul li{
	margin-right: 40px;
}

.link_n .left ul li a{
	color: #2f323d;
	font-size: 18px;
}

/*.link_n .left ul .on a{
	color: #e60044;
	border-bottom: 2px solid #e60044;
	padding-bottom: 7px;
}*/

.link_n .left ul li .on{
	color: #e60044;
	border-bottom: 2px solid #e60044;
	padding-bottom: 7px;
}

.link_n .left ul li .ona{
	color: #e60044;
	padding-bottom: 7px;
}

.link_n .left ul li a:hover{
	color: #e60044;
	border-bottom: 2px solid #e60044;
	padding-bottom: 7px;
}

.link_n .right ul li{
	color: #999999;
	font-size: 14px;
	margin-right: 5px;
}

.link_n .right ul li a{
	color: #999999;
	font-size: 14px;
}

.link_n .right ul .on a{
	color: #e60044;
}

.link_n .right ul li:hover a{
	color: #e60044;
}

.page {
	text-align: center;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background: #e60044;
	color: #FFFFFF;
}

.page a:hover {
	background: #e60044;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.m8 .cont{
	padding: 40px 30px 0px 30px;
}

.m8 ul li{
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.m8 ul li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.m8 ul li .img img{
	width: 100%;
	height: 100%;
   object-fit:cover;
}

.m8 ul li .text{
	width: 840px;
	margin-left: 30px;
}

.m8 ul li .text .t{
	color: #2F323D;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.m8 ul li .text .t2{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.m8 ul li .text .time{
	color: #666666;
	font-size: 14px;
}

.m8 ul li .text .time img{
	margin-left: 10px;
	margin-right: 5px;
}

.m8 ul li:hover .text .t{
	color: #e60044;
}

.m9 .text{
	margin-top: 40px;
	padding-bottom: 50px;
	line-height: 30px;
}

.m9 .text{
	color: #333333;
	font-size: 16px;
	text-indent: 30px;
}

.m9 .text .img{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
}

.m10{
	padding-top: 70px;
	padding-bottom: 40px;
}

.m10 .title_c{
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 25px;
}

.m10 .title_c .t{
	display: block;
	color: #2F323D;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.m10 .title_c .time{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}

.m10 .title_c .time img{
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: -1px;
}

.m10 .text{
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	text-indent: 30px;
	line-height: 30px;
}

.m10 .text .img{
	text-align: center;
	margin: 40px 0;
}

.box{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(11, 10, 12, 0.69);
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
}

.box .tc{
	width: 580px;
	height: 540px;
	background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 150px;
    border-radius: 10px;
    display: none;
}

.box .tc_1{
	height: 430px;
}

.box .tc .none{
	text-align: right;
	padding: 10px;
}

.box .tc .none .img{
	display: inline-block;
}

.box .tc .none .img img{
	cursor: pointer;
}

.box .tc .t{
	display: block;
	color: #2F323D;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.box .tc ul{
	width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}

.box .tc ul li{
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.box .tc ul li em{
	color: #269edc;
}

.box .tc ul li .tex{
	color: #666666;
	font-size: 14px;
	height: 48px;
	border: 1px solid #999999;
	width: 378px;
	padding-left: 20px;
	border-radius: 5px;
}

.box .tc ul li .tex_2{
	width: 208px;
}

.box .tc ul li .tex_3{
	width: 160px;
	height: 50px;
	background-color: #2aa0e6;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.box .tc ul li .bth{
	background: url(../img/icon/bth.jpg) center no-repeat;
	height: 54px;
	width: 400px;
	cursor: pointer;
	color: #FFFFFF;
}

#show_3{
	cursor: pointer;
}

#show_4{
	cursor: pointer;
}

.box2{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(11, 10, 12, 0.69);
	left: 0;
	top: 0;
	z-index: 999999;
	display: none;
}

.box2 .tc{
	width: 580px;
	height: 540px;
	background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 150px;
    border-radius: 10px;
    display: none;
}

.box2 .tc_1{
	height: 430px;
}

.box2 .tc .none{
	text-align: right;
	padding: 10px;
}

.box2 .tc .none .img{
	display: inline-block;
}

.box2 .tc .none .img img{
	cursor: pointer;
}

.box2 .tc .t{
	display: block;
	color: #2F323D;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.box2 .tc ul{
	width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}

.box2 .tc ul li{
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.box2 .tc ul li em{
	color: #269edc;
}

.box2 .tc ul li .tex{
	color: #666666;
	font-size: 14px;
	height: 48px;
	border: 1px solid #999999;
	width: 378px;
	padding-left: 20px;
	border-radius: 5px;
}

.box2 .tc ul li .tex_2{
	width: 208px;
}

.box2 .tc ul li .tex_3{
	width: 160px;
	height: 50px;
	background-color: #dddddd;
	color: #666666;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.box2 .tc ul li .bth{
	background: url(../img/icon/bth.jpg) center no-repeat;
	height: 54px;
	width: 400px;
	cursor: pointer;
	color: #FFFFFF;
}

.mobile_hint{
	position: absolute;
	top: 15px;
	right: -70px;
}

.user_hint{
	position: absolute;
	top: 15px;
	right: -85px;
}

.password_hint{
	position: absolute;
	top: 15px;
	right: -80px;
}

.m2 .cont .hot img{
	width: 100%;
	height: 100%;
}

.m3 .cont .bd ul li dl dd .img img{
	width: 100%;
	height: 100%;
}
.m3 .cont .bd ul li dl dd .img .time img{
	width: 20px;
	height: 12px;
}

.m4 .cont ul li .img {
    width: 200px;
    height: 200px;
}

.m4 .cont ul li .img img{
	width: 100%;
	height: 100%;
}

.m2 .cont .hot .time img{
	width: 20px;
	height: 12px;
}

.menu_sub{
	display: none;
	position: absolute;
	top:50px;
	width:1000px;
	line-height: 40px !important
}

.menu_subs{
	display: none;
	position: absolute;
	top:30px;
	width:1000px;
	line-height: 40px !important
}
.menu_sub li a{

}

.nav_sub{
	/*display: none;*/
	position: absolute;
	top:30px;
	width:150px;
	text-align: center;
	height:auto;
}
.nav_sub li{
	margin-bottom: 5px;
	line-height: 40px !important
}
.sub_menu_2{
	font-size: 16px !important;

}
.sub_menu_3{
	font-size: 14px !important;
	color:#666;
}

