@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif;
	/*font-family:'思源黑体';*/
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#ce0007;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

@keyframes ball {
	0% {left: 0px;}
	50% {left: 150px;}
	100% {left: 0px;}
}

@media (min-width:1000px) {
	
.main{
	width:1200px;
	margin:auto;
}
.header{
	width:100%;
	float:left;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:135px;
}

.logo{
	width:611px;
	display: flex;
	align-items: center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.inewm{
	width:auto;
	text-align: center;
	font-size:12px;
}
.innav{
	width: 100%;
	float:left;
	background-color:#ce0007;
	height:50px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	font-size:18px;
	color:#FFF;
	position:relative;
}
.innav ul li a{
	line-height:50px;
	padding:0 28px;
	font-size:16px;
	color:#FFF;
}
.innav ul li a:hover{
	background-color:#ff8a00;
}
.innav ul li:hover a{
	background-color:#ff8a00;
}
.innav ul li a.cur{
	background-color:#ff8a00;
}
.innav ul li .xiala{
	width:120px;
	position:absolute;
	left:0;
	z-index:99;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	background-color:#ce0007;
	text-align:center;
	top:50px;
}
.innav ul li .xiala.w150{
	width:152px;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd{
	font-size:16px;
	line-height:40px;
	display:flex;
}
.innav ul li .xiala dl dd a{
	color:#fff;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:transparent;
	font-size:16px;
}
.innav ul li .xiala dl dd a:hover{
	background-color:#ff8a00;
}
.index01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:40px;
}
.index01 .pic{
	width:47%;
}
.index01 .tex{
	width:51.25%;
	border:1px solid #eeeeee;
}
.index01 .tex h1{
	height:45px;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index01 .tex h1 i{
	width:185px;
	height:45px;
	background-color:#ce0007;
	color:#FFF;
	font-size:18px;
	border-radius:0 45px 0 0;
	line-height:45px;
	text-align:center;
}
.index01 .tex h1 a{
	font-size:12px;
	color:#999;
	margin-right:20px;
}
.index01 .tex h1 a b{
	font-family:'宋体';
}
.index01 .tex ul{
	display:flex;
	flex-wrap: wrap;
	padding:20px;
}
.index01 .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:33px;
	border-bottom:1px dotted #eee;
}
.index01 .tex ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index01 .tex ul li i{
	color:#ce0007;
	margin-right:5px;
}
.index01 .tex ul li em{
	font-size:12px;
	color:#999999;
}
.ggt{
	width:100%;
	float:left;
	margin-top:20px;
}
.ggt img{
	width:100%;
	height:auto;
	display:block;
}
.index02{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew{
	width:33.0%;
	border:1px solid #eeeeee;
}
.innew h1{
	height:45px;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew h1 i{
	padding:0 25px;
	height:45px;
	background-color:#ce0007;
	color:#FFF;
	font-size:18px;
	line-height:45px;
	text-align:center;
}
.innew h1 a{
	font-size:12px;
	color:#999;
	margin-right:20px;
}
.innew h1 a b{
	font-family:'宋体';
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
	padding:10px;
}
.innew ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:33px;
	border-bottom:1px dotted #eee;
}
.innew ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew ul li i{
	color:#ce0007;
	margin-right:5px;
}
.innew ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew ul li em{
	font-size:12px;
	color:#999999;
}
.kstd{
	width:31.00%;
}
.kstd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kstd ul li{
	width:31%;
	background-color:#f3f3f3;
	height:145px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.kstd ul li.mart10{
	margin-top:15px;
}
.kstd ul li dl dt{
	overflow:hidden;
	height:38px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kstd ul li dl dt img{
	max-height:38px;
}
.kstd ul li dl dd{
	text-align:center;
	margin-top:10px;
	font-size:15px;
	color:#666;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:40px;
	padding:40px 0;
	background-color:#f0f0ee;
}
.infc{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:20px;
}
.infc h1{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.infc h1 div{
	display:flex;
	align-items: center;
	font-size:18px;
}
.infc h1 i{
	width:3px;
	height:17px;
	background-color:#ce0007;
	margin-right:10px;
}
.infc h1 a{
	font-size:12px;
	color:#999;
}
.infc h1 a b{
	font-family:'宋体';
}
.infc ul li{
	width:121px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.infc ul li dl dt{
	overflow:hidden;
}
.infc ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.infc ul li dl dd{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	color:#666;
}
#tpgd{
	overflow:hidden;
	width: 100%; 
}
#intpgd {
	float: left;
	width: 1800%; 
} 
#tpgd1 {
	float: left; 
} 
#tpgd2 {
	float: left; 
} 

.index03{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew2{
	width:33.0%;
	border:1px solid #eeeeee;
}
.innew2 h1{
	height:45px;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew2 h1 i{
	padding:0 25px;
	height:45px;
	background-color:#fff;
	color:#ce0007;
	font-size:18px;
	line-height:45px;
	text-align:center;
}
.innew2 h1 a{
	font-size:12px;
	color:#999;
	margin-right:20px;
}
.innew2 h1 a b{
	font-family:'宋体';
}
.innew2 .tex{
	width:calc(100% - 20px);
	margin-left:10px;
	margin-right:10px;
	padding:15px 0;
	border-bottom:1px solid #eee;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
}
.innew2 .tex img{
	width:110px;
}
.innew2 .tex dl{
	width:68%;
}
.innew2 .tex dl dt{
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innew2 .tex dl dd{
	font-size:12px;
	line-height:24px;
	color:#999;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew2 ul{
	display:flex;
	flex-wrap: wrap;
	padding:10px;
}
.innew2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:33px;
	border-bottom:1px dotted #eee;
}
.innew2 ul li i{
	color:#ce0007;
	margin-right:5px;
}
.innew2 ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew2 ul li em{
	font-size:12px;
	color:#999999;
}

.innew-r{
	width:65.7%;
}
.innew-r01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew3{
	width:49%;
	border:1px solid #eeeeee;
}
.innew3 h1{
	height:45px;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew3 h1 i{
	padding:0 25px;
	height:45px;
	background-color:#fff;
	color:#ce0007;
	font-size:18px;
	line-height:45px;
	text-align:center;
}
.innew3 h1 a{
	font-size:12px;
	color:#999;
	margin-right:20px;
}
.innew3 h1 a b{
	font-family:'宋体';
}
.innew3 ul{
	display:flex;
	flex-wrap: wrap;
	padding:10px;
}
.innew3 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:33px;
	border-bottom:1px dotted #eee;
}
.innew3 ul li i{
	color:#ce0007;
	margin-right:5px;
}
.innew3 ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew3 ul li em{
	font-size:12px;
	color:#999999;
}
.foot{
	width:100%;
	float:left;
	background-color:#272727;
	margin-top:40px;
	padding:40px 0;
}
.link{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#FFF;
	font-size:14px;
}
.link a{
	color:#FFF;
	margin-right:10px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	margin-top:40px;
}
.foot01-l{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:12px;
	line-height:30px;
	color:rgba(255,255,255,0.6);
}
.foot01-l .tex{
	margin-left:30px;
}
.ewm{
	width:auto;
	text-align:center;
	color:rgba(255,255,255,0.6);
}

.nwrap{
	width:100%;
	float:left;
	background-color:#f3f3f3;
	padding:40px 0;
}
.ncon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncon-l{
	width:22.5%;
	background-color:#FFF;
	padding:20px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.ncon-l h1{
	height:60px;
	line-height:60px;
	background-color:#ce0007;
	color:#fff;
	font-size:24px;
	text-align:center;
}
.ncon-l dl dd{
	margin-top:10px;
	height:45px;
	background-color:#f7f7f7;
	display:flex;
	line-height:45px;
}
.ncon-l dl dd a{
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
}
.ncon-l dl dd a:hover{
	background-color:#ce0007;
	color:#FFF;
}
.ncon-l dl dd.cur{
	background-color:#ce0007;
	color:#FFF;
}
.ncon-l dl dd.cur a{
	color:#FFF;
}
.ncon-l dl dt{
	margin-top:10px;
}
.ncon-l dl dt img{
	max-width:100%;
}
.ncon-l h2{
	font-size:18px;
	color:#c80000;
	margin-top:10px;
	margin-bottom:10px;
}
.ncon-r{
	width:75.5%;
	background-color:#FFF;
	padding:20px 40px;
}
.weiz{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #eee;
	line-height:50px;
}
.weiz b{
	padding-bottom:5px;
	border-bottom:2px solid #c80000;
	font-size:20px;
}
.weiz div{
	font-size:12px;
	color:#666;
}
.abtex{
	width:100%;
	float:left;
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.abtex img{
	max-width:100%;
	height:auto;
}
.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:36px;
	border-bottom:1px dashed #eee;
}
.newlist ul li i{
	color:#ce0007;
	margin-right:5px;
}
.newlist ul li a{
	max-width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newlist ul li em{
	font-size:12px;
	color:#999999;
}

.fy{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: 40px;
	height: 40px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:100%;
	height:100%;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border-radius: 50%;
	line-height:40px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #c80000;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43);
	border:1px solid #c80000;
	color:#FFF;
}
.fy ul li .cur{
	background: #c80000;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border:1px solid #c80000;
	color:#FFF;
}

.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	margin-top:40px;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:34px;
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:20px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:25px;
	font-size:16px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.back{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
	display:flex;
	justify-content: center;
}
.back a{
	width: 209px;
	height: 45px;
	background: #c80000;
	border-radius: 4px;
	line-height:45px;
	text-align:center;
	font-size:14px;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:15px;
	font-family:'宋体';
}


.photo{
	width:100%;
	float:left;
	margin-top:20px;
}
.photo ul{
	display:flex;
	flex-wrap: wrap;
}
.photo ul li{
	width:calc(25.4% - 30px);
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.photo ul li:nth-child(4n){
	margin-right:0px;
}
.photo ul li dl dt{
	overflow:hidden;
}
.photo ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.photo ul li dl dd{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	color:#666;
}

.nybanner{ width:100%; float:left;}
.nybanner img{ width:100%;}










.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

	
}



@media (min-width:1000px) and (max-width:1440px) {
.innav ul li{
	margin-left:0.3vw;
	font-size:12px;
}
.word ul li .a02{
	margin-top:20px;
}
}

@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
	background:rgba(0,0,0,0.80);
	
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #ce0007; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}

.index01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.index01 .pic{
	width:100%;
}
.index01 .tex{
	width:100%;
	border:1px solid #eeeeee;
	margin-top:1.0rem;
}
.index01 .tex h1{
	height:2.5rem;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index01 .tex h1 i{
	width:8.0rem;
	height:2.5rem;
	background-color:#ce0007;
	color:#FFF;
	font-size:1.0rem;
	border-radius:0 2.0rem 0 0;
	line-height:2.5rem;
	text-align:center;
}
.index01 .tex h1 a{
	font-size:0.8rem;
	color:#999;
	margin-right:1.0rem;
}
.index01 .tex h1 a b{
	font-family:'宋体';
}
.index01 .tex ul{
	display:flex;
	flex-wrap: wrap;
	padding:1.0rem;
}
.index01 .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:2.5rem;
	border-bottom:1px dotted #eee;
}
.index01 .tex ul li i{
	color:#ce0007;
	margin-right:0.2rem;
}
.index01 .tex ul li a{
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index01 .tex ul li em{
	font-size:0.8rem;
	color:#999999;
}
.ggt{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ggt img{
	width:100%;
	height:auto;
	display:block;
}
.index02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew{
	width:100%;
	border:1px solid #eeeeee;
	margin-top:1.0rem;
}
.innew h1{
	height:2.5rem;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew h1 i{
	padding:0 1.0rem;
	height:2.5rem;
	background-color:#ce0007;
	color:#FFF;
	font-size:1.0rem;
	line-height:2.5rem;
	text-align:center;
}
.innew h1 a{
	font-size:0.8rem;
	color:#999;
	margin-right:1.0rem;
}
.innew h1 a b{
	font-family:'宋体';
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
	padding:1.0rem;
}
.innew ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:2.5rem;
	border-bottom:1px dotted #eee;
}
.innew ul li i{
	color:#ce0007;
	margin-right:5px;
}
.innew ul li a{
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew ul li em{
	font-size:12px;
	color:#999999;
}
.kstd{
	width:100%;
}
.kstd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kstd ul li{
	width:31%;
	background-color:#f3f3f3;
	height:8.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.kstd ul li.mart10{
	margin-top:0.5rem;
}
.kstd ul li dl dt{
	overflow:hidden;
	height:2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kstd ul li dl dt img{
	max-height:2.0rem;
}
.kstd ul li dl dd{
	text-align:center;
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#666;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:2.0rem 0;
	background-color:#f0f0ee;
}
.infc{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1.0rem;
}
.infc h1{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.infc h1 div{
	display:flex;
	align-items: center;
	font-size:1.0rem;
}
.infc h1 i{
	width:3px;
	height:17px;
	background-color:#ce0007;
	margin-right:10px;
}
.infc h1 a{
	font-size:0.8rem;
	color:#999;
}
.infc h1 a b{
	font-family:'宋体';
}
.infc ul li{
	width:121px;
	float:left;
	margin-right:1rem;
	margin-top:1rem;
}
.infc ul li dl dt{
	overflow:hidden;
}
.infc ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.infc ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}
#tpgd{
	overflow:hidden;
	width: 100%; 
}
#intpgd {
	float: left;
	width: 1800%; 
} 
#tpgd1 {
	float: left; 
} 
#tpgd2 {
	float: left; 
} 

.index03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew2{
	width:100%;
	border:1px solid #eeeeee;
	margin-top:2.0rem;
}
.innew2 h1{
	height:2.5rem;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew2 h1 i{
	padding:0 1.0rem;
	height:2.5rem;
	background-color:#fff;
	color:#ce0007;
	font-size:1.0rem;
	line-height:2.5rem;
	text-align:center;
}
.innew2 h1 a{
	font-size:0.8rem;
	color:#999;
	margin-right:1.0rem;
}
.innew2 h1 a b{
	font-family:'宋体';
}
.innew2 .tex{
	width:calc(100% - 20px);
	margin-left:10px;
	margin-right:10px;
	padding:15px 0;
	border-bottom:1px solid #eee;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
}
.innew2 .tex img{
	width:29%;
}
.innew2 .tex dl{
	width:68%;
}
.innew2 .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew2 .tex dl dd{
	font-size:12px;
	line-height:24px;
	color:#999;
	display:none;
}
.innew2 ul{
	display:flex;
	flex-wrap: wrap;
	padding:1.0rem;
}
.innew2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:2.5rem;
	border-bottom:1px dashed #eee;
}
.innew2 ul li i{
	color:#ce0007;
	margin-right:0.2rem;
}
.innew2 ul li a{
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew2 ul li em{
	font-size:0.8rem;
	color:#999999;
}

.innew-r{
	width:100%;
}
.innew-r01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew3{
	width:100%;
	border:1px solid #eeeeee;
	margin-top:1.0rem;
}
.innew3 h1{
	height:2.5rem;
	background-color:#fafafa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew3 h1 i{
	padding:0 1.0rem;
	height:2.5rem;
	background-color:#fff;
	color:#ce0007;
	font-size:1.0rem;
	line-height:2.5rem;
	text-align:center;
}
.innew3 h1 a{
	font-size:0.8rem;
	color:#999;
	margin-right:1.0rem;
}
.innew3 h1 a b{
	font-family:'宋体';
}
.innew3 ul{
	display:flex;
	flex-wrap: wrap;
	padding:1.0rem;
}
.innew3 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:2.5rem;
	border-bottom:1px dashed #eee;
}
.innew3 ul li i{
	color:#ce0007;
	margin-right:0.2rem;
}
.innew3 ul li a{
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew3 ul li em{
	font-size:0.8rem;
	color:#999999;
}
.foot{
	width:100%;
	float:left;
	background-color:#272727;
	margin-top:2.0rem;
	padding:2.0rem 0;
}
.link{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
}
.link a{
	color:#FFF;
	margin-right:0.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.foot01-l{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:rgba(255,255,255,0.6);
}
.foot01-l img{
	display:none;
}
.foot01-l .tex{
	width:100%;
}
.ewm{
	width:auto;
	text-align:center;
	color:rgba(255,255,255,0.6);
	width:100%;
	margin-top:2.0rem;
}

.nwrap{
	width:100%;
	float:left;
	background-color:#f3f3f3;
	padding:2.0rem 0;
}
.ncon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncon-l{
	width:100%;
	background-color:#FFF;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.ncon-l h1{
	height:2.5rem;
	line-height:2.5rem;
	background-color:#ce0007;
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	display:none;
}
.ncon-l dl{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncon-l dl dd{
	margin-top:0.5rem;
	height:2.0rem;
	background-color:#f7f7f7;
	display:flex;
	line-height:2.0rem;
	width:49%;
}
.ncon-l dl dd a{
	width:100%;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
}
.ncon-l dl dd a:hover{
	background-color:#ce0007;
	color:#FFF;
}
.ncon-l dl dd.cur{
	background-color:#ce0007;
	color:#FFF;
}
.ncon-l dl dd.cur a{
	color:#FFF;
}
.ncon-l dl dt{
	margin-top:0.5rem;
	display:none;
}
.ncon-l dl dt img{
	max-width:100%;
}
.ncon-l h2{
	font-size:18px;
	color:#c80000;
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
.ncon-l p{
	display:none;
}
.ncon-r{
	width:100%;
	background-color:#FFF;
	padding:1.0rem;
	margin-top:1.0rem;
}
.weiz{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #eee;
	line-height:2.5rem;
}
.weiz b{
	padding-bottom:0.5rem;
	border-bottom:2px solid #c80000;
	font-size:1.0rem;
}
.weiz div{
	font-size:0.8rem;
	color:#666;
}
.abtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.abtex img{
	max-width:100%;
	height:auto;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:2.5rem;
	border-bottom:1px dashed #eee;
}
.newlist ul li i{
	color:#ce0007;
	margin-right:0.2rem;
}
.newlist ul li a{
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newlist ul li em{
	font-size:0.8rem;
	color:#999999;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border-radius:1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #c80000;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43);
	border:1px solid #c80000;
	color:#FFF;
}
.fy ul li .cur{
	background: #c80000;
	box-shadow: 0px 4px 7px 0px rgba(0,45,74,0.43); 
	border:1px solid #c80000;
	color:#FFF;
}

.newtit{
	width:100%;
	float:left;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-top:2.0rem;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:0.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.back{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	display:flex;
	justify-content: center;
}
.back a{
	width: 8.0rem;
	height: 2.5rem;
	background: #c80000;
	border-radius: 4px;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:0.5rem;
	font-family:'宋体';
}


.photo{
	width:100%;
	float:left;
	margin-top:20px;
}
.photo ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo ul li{
	width:48%;
	float:left;
	margin-top:1.0rem;
}
.photo ul li dl dt{
	overflow:hidden;
}
.photo ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.photo ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}


.nybanner{ width:100%; float:left; margin-top:4rem;}
.nybanner img{ width:100%;}









.mart0{
	margin-top:0px;
}








}
































