1@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto;
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* 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:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#0062B2;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



@media (min-width:1000px) {
	

.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	top:0px;
	left:0;
	z-index:990;
	height:100px;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0px 8.33vw;
}
.logo{
	width:255px;
	display: flex;
	align-items: center;
	height:100px;
	max-width:15.9375%;
}
.logo img{
	max-width:100%;
	height:auto;
	max-height:80%;
}
.innav{
	width: auto;
	height: 100px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 104px;
	margin-left:2.0vw;
	font-size:16px;
}
.innav ul li .cur{
	color:#0062B2;
}
.intel{
	width:auto;
}
.intel dl dt{
	font-size:19px;
	line-height:40px;
	font-weight:bold;
}
.intel dl dd{
	display:flex;
	align-items: center;
	font-size:24px;
	line-height:28px;
	color:#E2130F;
	font-family: Roboto;
	font-weight:bold;
}
.intel dl dd img{
	margin-right:10px;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:100px;
}
.inpro{
	width:100%;
	float:left;
	margin-top:40px;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	margin-top:60px;
	background-color:#FFF;
	transition: all 0.6s;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li dl dt{
	overflow:hidden;
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover dl dt img{
	transform: scale(1.05);
}
.inpro ul li dl dd{
	border-top:1px solid #f2f2f2;
	padding:35px 0;
	text-align:center;
	font-size:20px;
}
.inpro ul li:hover{
	background-color:#0062B2;
}
.inpro ul li:hover dl dd{
	color:#FFF;
}
.inmore{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: center;
}
.inmore a{
	width: 200px;
	height: 56px;
	border: 1px solid #0062b2;
	line-height:56px;
	text-align:center;
	font-size:14px;
	color:#0062B2;
	position:relative;
	transition: all 0.6s;
}
.inmore a b{
	font-family:'宋体';
	margin-left:10px;
}

.inmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#0062b2;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover .a001{
	color:#FFF;
}
.inmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#0062B2;
	text-align:center;
}
.inmore a:hover .a001{
	color:#FFF;
}


.inab{
	width:100%;
	float:left;
	margin-top:95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab-l{
	width:50%;
	overflow:hidden;
	position:relative;
}
.inab-l span{
	width:52px;
	height:52px;
	position:absolute;
	left:calc(50% - 26px);
	top:calc(50% - 26px);
	background-image:url(../img/sp.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:111;
}
.inab-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab-l:hover img{
	transform: scale(1.05);
}
.inab-r{
	width:43.875%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.inab-r h1{
	font-size:32px;
	line-height:46px;
	color:#333;
}
.inab-r h2{
	font-size:20px;
	line-height:36px;
	margin-top:20px;
	margin-bottom:40px;
	color:#0062B2;
}
.inab-r .more{
	margin-top:60px;
	display:flex;
}
.inab-r .more a{
	width: 200px;
	height: 56px;
	border: 1px solid #0062b2;
	line-height:56px;
	text-align:center;
	font-size:14px;
	color:#0062B2;
	position:relative;
	transition: all 0.6s;
}
.inab-r .more a b{
	font-family:'宋体';
	margin-left:10px;
}

.inab-r .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#0062b2;
}
.inab-r .more a:hover .mask{
	width:100%;
}
.inab-r .more a:hover .a001{
	color:#FFF;
}
.inab-r .more a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#0062B2;
	text-align:center;
}
.inab-r .more a:hover .a001{
	color:#FFF;
}


.inab-r .more2{
	margin-top:80px;
	display:flex;
}
.inab-r .more2 a{
	width: 248px;
	height: 76px;
	border: 1px solid #0062b2;
	border-radius: 60px;
	line-height:76px;
	text-align:center;
	font-size:16px;
	color:#0062B2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inab-r .more2 a img{
	margin-left:12px;
	margin-right:25px;
}

.inab2{
	width:100%;
	float:left;
	margin-top:120px;
	position:relative;
}
.inab2 .pic{
	width:100%;
	float:left;
	display: flex;
	justify-content: flex-end;
}
.inab2 .pic img{
	max-width:56%;
}
.inab2 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.inab2 .tex .subtex{
	width:38.625%;
	float:left;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.inab2 .tex .subtex h1{
	font-size:32px;
	line-height:46px;
	color:#333;
	margin-bottom:20px;
}
.inab2 .tex .subtex .num{
	width:100%;
	display:flex;
	margin-top:40px;
	display:flex;
	align-items: center;
}
.inab2 .tex .subtex .num ul{
	width:50%;
}
.inab2 .tex .subtex .num ul li{
	width:100%;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.inab2 .tex .subtex .num ul li b{
	font-size:64px;
	line-height:60px;
	color:#0062B2;
	font-family: Roboto;
}
.inab2 .tex .subtex .num ul li div{
	font-size:14px;
	line-height:45px;
	color:#999;
	width:100%;
}
.inab2 .tex .subtex .hj{
	width:100%;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab2 .tex .subtex .hj div{
	width:32%;
	overflow:hidden;
}
.inab2 .tex .subtex .hj div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab2 .tex .subtex .hj div:hover img{
	transform: scale(1.05);
}

.hywrap{
	width:100%;
	float:left;
	background-color:#0062B2;
	padding:100px 0;
	margin-top:85px;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:32px;
	line-height:46px;
	color:#FFF;
}
.intit a{
	width: 200px;
	height: 56px;
	border: 1px solid #ffffff;
	line-height:56px;
	text-align:center;
	color:#FFF;
	font-size:14px;
}
.intit a b{
	font-family:'宋体';
	margin-left:20px;
}

.yfnl{
	width:100%;
	float:left;
	margin-top:95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yfnl-l{
	width:50%;
	overflow:hidden;
}
.yfnl-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.yfnl-l:hover img{
	transform: scale(1.05);
}
.yfnl-r{
	width:43.875%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.yfnl-r h1{
	font-size:32px;
	line-height:46px;
	color:#333;
}
.yfnl-r h2{
	font-size:20px;
	line-height:36px;
	margin-top:20px;
	margin-bottom:40px;
	color:#0062B2;
}
.yfnl-r ul{
	display:flex;
	flex-wrap: wrap;
}
.yfnl-r ul.mart30{
	margin-top:30px;
}
.yfnl-r ul li{
	width:calc(33.8% - 10px);
	margin-right:10px;
	height: 60px;
	background: #f2f2f2;
	line-height:60px;
	text-align:center;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.0s;
}
.yfnl-r ul li a{ color:#333;transition: all 0.0s;}
.yfnl-r ul li.mart50{
	margin-top:50px;
	background-color:#FFF;
}
.yfnl-r ul li.mart50:hover{
	background-color:transparent;
	color:#FFF
}
.yfnl-r ul li img{
	max-width:100%;
}
.yfnl-r ul li:nth-child(3n){
	margin-right:0px;
}
.yfnl-r ul li:hover{
	background-color:#0062B2;
	color:#FFF;
}
.yfnl-r ul li:hover a{ color:#FFF;}
.yfnl-r dl{
	margin-top:40px;
}
.yfnl-r dl dd{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
.yfnl-r dl dd img{
	margin-right:10px;
}
.yfnl-r .more{
	margin-top:60px;
	display:flex;
}
.yfnl-r .more a{
	width: 200px;
	height: 56px;
	border: 1px solid #0062b2;
	line-height:56px;
	text-align:center;
	font-size:14px;
	color:#0062B2;
}
.yfnl-r .more a b{
	font-family:'宋体';
	margin-left:10px;
}

.intit2{
	width:100%;
	float:left;
}
.intit2 dl dt{
	font-size:32px;
	line-height:46px;
	color:#333;
	font-weight:bold;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.intit2 dl dt .inmore{
	margin-top:0px;
}
.intit2 dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:30px;
	color:#666;
}

.intit2 .xw{
	width: auto;
	height: 56px;
	line-height:56px;
	text-align:center;
	color:#0062B2;
	font-size:14px;
	margin-left:10px;
	display:flex;
	flex-wrap: wrap;
}
.intit2 div{
	display:flex;
}
.intit2 a{
	margin-left:10px;
}
.intit2 a b{
	font-family:'宋体';
	margin-left:20px;
}
.intit2 a:hover{
	background: #0062b2;
	color:#FFF;
}
.intit2 a.cur{
	background: #0062b2;
	color:#FFF;
}
.intit2 a.cur .a001{
	color:#FFF;
}
.newwrap{
	width:100%;
	float:left;
	padding:60px;
	margin-top:100px;
	background: #f2f2f2;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.1% - 40px);
	background-color:#FFF;
	margin-right:40px;
	margin-top:60px;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:40px;
}
.innew ul li .tex dl dt{
	font-size:12px;
	line-height:16px;
	color:#666;
}
.innew ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:23px;
	color:#333;
	margin-bottom:20px;
}
.innew ul li .tex .more{
	display:flex;
	font-size:16px;
}
.innew ul li .tex .more a{
	color:#0062B2;
}
.innew ul li .tex .more b{
	margin-left:15px;
	font-family:'宋体';
}

.foot{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:12px;
	color:#666;
	line-height:16px;
	padding-bottom:60px;
	position:relative
}
.foot h1{
	margin-top:30px;
}
.foot h1 img{
	margin-left:14px;
	margin-right:14px;
}
.ewm{ left:45%; top:-10px; float:right;   z-index:990;position:absolute}
.ewm img{ width:150px;}
.foot dl dt{
	margin-top:17px;
}
.foot dl dt i{
	margin-left:5px;
	margin-right:5px;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	z-index:960;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 .subtex{
	width:40%;
	background: #0062b2;
	padding:60px 50px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	float:left;
}
.nybanner .tex .tex01 .subtex h1{
	margin-bottom:20px;
	font-size:34px;
	line-height:50px;
	font-weight:normal;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:120px;
}
.hzhb h1{
	margin-bottom:40px;
	font-size:32px;
	line-height:46px;
	font-weight:normal;
}
.hzhb img{
	max-width:100%;
	height:auto;
}

.nytit{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nytit dl{
	width:35.625%;
}
.nytit dl.w49{
	width:49.625%;
}
.nytit dl dt{
	font-size:32px;
	line-height:46px;
	color:#333;
	font-weight:bold;
}
.nytit dl dd{
	font-size:20px;
	line-height:36px;
	color:#0062B2;
	margin-top:20px;
}
.nytit dl p{
	margin-top:30px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.nytit .search{
	width:31.625%;
	height:80px;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.bk{
	width:calc(100% - 80px);
	border:0;
	outline:none;
	padding-left:40px;
	font-size:14px;
	color:#999;
	font-family:'微软雅黑';
}
.ss{
	width:80px;
	height:80px;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#0062B2;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	font-size:16px;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #004E92;
}
.fy ul li .cur{
	background: #004E92;
	color:#fff;
}
.proshow{
	width:100%;
	float:left;
	margin-top:80px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:50%;
	overflow:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#e4e4e4;
}
.proshow-l img{
	max-height:100%;
	max-width:100%;
}
.proshow-r{
	width:50%;
	padding:80px;
	background-color:#0062B2;
}
.proshow-r ul li{
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px solid rgba(255,255,255,0.60);
}
.proshow-r ul li a{
	font-size:18px;
	color:#FFF;
}
.hylist{
	width:100%;
	float:left;
}
.hylist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:39.4375%;
	margin-top:60px;
}
.hylist ul li .pic{
	position:relative;
}
.hylist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.hylist ul li .pic div{
	width:224px;
	position:absolute;
	right:-112px;
	bottom:0;
	z-index:1;
}
.hylist ul li .pic div img{
	max-width:100%;
}
.hylist ul li dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.hylist ul li dl dd{
	margin-top:5px;
	font-size:20px;
	line-height:30px;
	color:#333;
}
.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:100px;
}
.nycon-l{
	width:65.5625%;
	background-color:#FFF;
	padding:60px 80px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:44px;
	font-size:12px;
	line-height:16px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:50px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	margin-right:40px;
	margin-bottom:30px;
}
.tjnew ul li .pic{
	overflow:hidden;
}
.tjnew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tjnew ul li:hover .pic img{
	transform: scale(1.05);
}
.tjnew ul li .tex{
	padding:40px;
}
.tjnew ul li .tex dl dt{
	font-size:12px;
	line-height:16px;
	color:#666;
}
.tjnew ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:23px;
	color:#333;
	margin-bottom:20px;
}
.tjnew ul li .tex .more{
	display:flex;
	font-size:14px;
}
.tjnew ul li .tex .more a{
	color:#0062B2;
}
.tjnew ul li .tex .more b{
	margin-left:15px;
	font-family:'宋体';
}

.back{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.back a{
	width: 200px;
	height: 56px;
	background: #0062b2;
	line-height:56px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
.back a b{
	margin-left:15px;
	font-family:'宋体';
}

.lx01{
	width:100%;
	float:left;
	margin-top:100px;
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:32.5%;
	padding:25px;
	background-color:#FFF;
	display:flex;
	align-items: center;
}
.lx01 ul li img{
	margin-right:20px;
}
.lx01 ul li dl dt{
	font-size:16px;
	line-height:21px;
	color:#999;
}
.lx01 ul li dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:23px;
	font-weight:bold;
	font-family:Roboto;
}
.lx02{
	width:100%;
	float:left;
	margin-top:80px;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yfnl-r ul li{font-size: 12px;}
.inab2 .tex .subtex .num ul li b{font-size: 48px;}
.lx02-l{
	width:31.6875%;
	background-image:url(../img/lxt01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	padding:60px 50px;
	display:flex;
	font-size:14px;
	line-height:24px;
}
.lx02-l div{
	width:60%;
}
.lx02-l h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:20px;
}

.lx02-r{
	width:68.3125%;
	padding:50px 40px;
	padding-top:30px;
}
.lx02-r ul li{
	width:100%;
	float:left;
	margin-top:20px;
}
.lxbk{
	width:100%;
	border: 1px solid #e0e0e0;
	line-height:68px;
	outline:none;
	padding:0 30px;
	font-size:14px;
	color:#999;
	font-family:'微软雅黑';
}
.lxanniu{
	width:100%;
	height: 68px;
	background: #0062b2;
	text-align:center;
	line-height:68px;
	border:0px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
}



















.mart60{
	margin-top:60px;
}
.mart40{
	margin-top:40px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-150px;}
.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}
	
}


@media (min-width:1000px) and (max-width:1600px){
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 104px;
	margin-left:1.5625vw;
	font-size:16px;
}
}

@media (min-width:1000px) and (max-width:1500px){


	
}

@media (min-width:1000px) and (max-width:1360px){
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 104px;
	margin-left:1.3vw;
	font-size:14px;
}
.inab2 .tex .subtex .hj {margin-top: 0px;}
.flexslider2 .slides li .incp .incp01 .tex h1{font-size: 14px;}	
.nybanner .tex .tex01 .subtex h1{font-size: 26px;}
.nybanner .tex .tex01 .subtex {padding: 40px 40px;width: 50%;}
.nybanner .tex .tex01 .subtex h3{font-size: 14px;}
.nybanner .tex .tex01 .subtex p{font-size: 12px;}
.yfnl-r h2{margin-bottom: 20px;}
.yfnl-r ul li.mart50{margin-top: 20px;}
.logo{width: 274px;
    display: flex;
    align-items: center;
    height: 100px;
    max-width: 23.9375%;}
.intel dl dt{    font-size: 20px;}
.intel dl dd{display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
    color: #E2130F;
    font-family: Roboto;
    font-weight: bold;}
}





@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: 990;
	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;
}
.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 a{
	color:#333;
	width:100%;
	float:left;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #0062B2; color: #fff;}
.currentDd3 a{
	color: #fff;
}
.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%;
}


.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:3.0rem;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	background-color:#FFF;
	transition: all 0.6s;
}
.inpro ul li dl dt{
	overflow:hidden;
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover dl dt img{
	transform: scale(1.05);
}
.inpro ul li dl dd{
	border-top:1px solid #f2f2f2;
	padding:1.0rem 0;
	text-align:center;
	font-size:1.0rem;
}
.inpro ul li:hover{
	background-color:#0062B2;
}
.inpro ul li:hover dl dd{
	color:#FFF;
}
.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.inmore a{
	width:10rem;
	height:2.5rem;
	border: 1px solid #0062b2;
	text-align:center;
	font-size:0.8rem;
	color:#0062B2;
	position:relative;
	transition: all 0.6s;
}
.inmore a b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.inmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#0062b2;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover .a001{
	color:#FFF;
}
.inmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#0062B2;
	text-align:center;
}
.inmore a:hover .a001{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab-l{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:1.0rem;
}
.inab-l span{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:calc(50% - 1.0rem);
	background-image:url(../img/sp.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:111;
}
.inab-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab-l:hover img{
	transform: scale(1.05);
}
.inab-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.0rem;
}
.inab-r h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.inab-r h2{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	color:#0062B2;
}
.inab-r .more{
	margin-top:2.0rem;
	display:flex;
}
.inab-r .more a{
	padding:0.5rem 1.0rem;
	border: 1px solid #0062b2;
	text-align:center;
	font-size:0.8rem;
	color:#0062B2;
}
.inab-r .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.inab-r .more2{
	margin-top:2.0rem;
	display:flex;
}
.inab-r .more2 a{
	padding:0.5rem 1.0rem;
	border: 1px solid #0062b2;
	border-radius: 1.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#0062B2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inab-r .more2 a img{
	margin-right:1.0rem;
	max-height:2.0rem;
}

.inab2{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.inab2 .pic{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inab2 .pic img{
	max-width:100%;
}
.inab2 .tex{
	width:100%;
	float:left;
}
.inab2 .tex .subtex{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inab2 .tex .subtex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	margin-bottom:0.5rem;
}
.inab2 .tex .subtex .num{
	width:100%;
	display:flex;
	margin-top:1.0rem;
	display:flex;
	align-items: center;
}
.inab2 .tex .subtex .num ul{
	width:50%;
}
.inab2 .tex .subtex .num ul li{
	width:100%;
	display:flex;
	align-items: center;
}
.inab2 .tex .subtex .num ul li b{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#0062B2;
	font-family: Roboto;
}
.inab2 .tex .subtex .num ul li div{
	margin-left:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.inab2 .tex .subtex .hj{
	width:100%;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab2 .tex .subtex .hj div{
	width:32%;
	overflow:hidden;
}
.inab2 .tex .subtex .hj div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab2 .tex .subtex .hj div:hover img{
	transform: scale(1.05);
}

.hywrap{
	width:100%;
	float:left;
	background-color:#0062B2;
	padding:3.0rem 0;
	margin-top:2.0rem;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
}
.intit a{
	padding:0.2rem 1.0rem;
	border: 1px solid #ffffff;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
}
.intit a b{
	font-family:'宋体';
	margin-left:20px;
}

.yfnl{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yfnl-l{
	width:100%;
	overflow:hidden;
}
.yfnl-l img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.yfnl-l:hover img{
	transform: scale(1.05);
}
.yfnl-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.0rem;
}
.yfnl-r h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.yfnl-r h2{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	color:#0062B2;
}
.yfnl-r ul{
	display:flex;
	flex-wrap: wrap;
}
.yfnl-r ul.mart30{
	margin-top:1.0rem;
}
.yfnl-r ul li{
	padding:0.5rem 1.0rem;
	margin-right:0.5rem;
	background: #f2f2f2;
	text-align:center;
	font-size:0.8rem;
	text-align:center;
	margin-bottom:0.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.yfnl-r ul li.mart50{
	margin-top:1.0rem;
	background-color:#FFF;
	max-width:45%;
}
.yfnl-r ul li.mart50:hover{
	background-color:transparent;
}
.yfnl-r ul li img{
	max-width:100%;
}
.yfnl-r ul li:hover{
	background-color:#0062B2;
	color:#FFF;
}
.yfnl-r dl{
	margin-top:1.0rem;
}
.yfnl-r dl dd{
	display:flex;
	align-items: center;
	margin-bottom:0.2rem;
}
.yfnl-r dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.yfnl-r .more{
	margin-top:2.0rem;
	display:flex;
	margin-bottom:2.0rem;
}
.yfnl-r .more a{
	padding:0.5rem 1.0rem;
	border: 1px solid #0062b2;
	text-align:center;
	font-size:0.8rem;
	color:#0062B2;
}
.yfnl-r .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.intit2{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.intit2 dl dt{
	font-size:1.2rem;
	line-height:2.5rem;
	color:#333;
	font-weight:bold;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.intit2 dl dt .inmore{
	margin-top:0px;
}
.intit2 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.intit2 .xw{
	text-align:center;
	color:#0062B2;
	font-size:0.8rem;
	margin-left:0.2rem;
	margin-top:1.0rem;
	float:right;
	width: auto;
	display:flex;
	flex-wrap: wrap;
	
}
.intit2 .xw.inmore a{
	width:6.0rem;
}
.intit2 a.cur .a001{
	color:#FFF;
}
.intit2 a{
	margin-left:0.5rem;
}
.intit2 div{
	display:flex;
}
.intit2 a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.intit2 a:hover{
	background: #0062b2;
	color:#FFF;
}
.intit2 a.cur{
	background: #0062b2;
	color:#FFF;
}
.newwrap{
	width:100%;
	float:left;
	padding:2.0rem;
	margin-top:3.0rem;
	background: #f2f2f2;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:100%;
	background-color:#FFF;
	margin-top:1.0rem;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:1.0rem;
}
.innew ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
}
.innew ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:0.5rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew ul li .tex .more{
	display:flex;
}
.innew ul li .tex .more a{
	color:#0062B2;
}
.innew ul li .tex .more b{
	margin-left:0.5rem;
	font-family:'宋体';
}

.foot{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
	line-height:1.2rem;
	padding:0 5%;
	padding-bottom:2.0rem;
	position:relative
}

.foot img{
	max-width:60%;
}
.ewm{ left:45%; top:-10px; float:right;   z-index:990;position:absolute}
.ewm img{ width:150px;}
.foot h1{
	margin-top:1.0rem;
}
.foot h1 img{
	margin-left:0.5rem;
	margin-right:0.5rem;
	max-height:2.0rem;
}
.foot dl dt{
	margin-top:0.5rem;
	font-size:0.8rem;
}
.foot dl dt i{
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	z-index:99;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 .subtex{
	width:100%;
	background: #0062b2;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	float:left;
}
.nybanner .tex .tex01 .subtex p{
	display:none;
}
.nybanner .tex .tex01 .subtex h1{
	margin-bottom:0;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:normal;
}
.hzhb{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.hzhb h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:normal;
}
.hzhb img{
	max-width:100%;
	height:auto;
}

.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nytit dl{
	width:100%;
}
.nytit dl.w49{
	width:100%;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	font-weight:bold;
}
.nytit dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#0062B2;
	margin-top:0.5rem;
}
.nytit dl p{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nytit .search{
	width:100%;
	height:2.5rem;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.bk{
	width:calc(100% - 2.5rem);
	border:0;
	outline:none;
	padding-left:1.0rem;
	font-size:0.8rem;
	color:#999;
	font-family:'微软雅黑';
}
.ss{
	width:2.5rem;
	height:2.5rem;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#0062B2;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	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: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius:1.5rem;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #004E92;
}
.fy ul li .cur{
	background: #004E92;
	color:#fff;
}
.proshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	overflow:hidden;
}
.proshow-l img{
	width:100%;
	height:auto;
	display:block;
}
.proshow-r{
	width:100%;
	padding:2.0rem;
	background-color:#0062B2;
}
.proshow-r ul li{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(255,255,255,0.60);
}
.proshow-r ul li a{
	font-size:0.8rem;
	color:#FFF;
}
.hylist{
	width:100%;
	float:left;
}
.hylist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:48%;
	margin-top:2.0rem;
}
.hylist ul li .pic{
	position:relative;
}
.hylist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.hylist ul li .pic div{
	width:5.0rem;
	position:absolute;
	right:-1.0rem;
	bottom:0;
	z-index:1;
	display:none;
}
.hylist ul li .pic div img{
	max-width:100%;
}
.hylist ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.hylist ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
}
.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.nycon-l{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.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;
}
.nycon-r{
	width:29.1875%;
	display:none;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	margin-right:40px;
	margin-bottom:30px;
}
.tjnew ul li .pic{
	overflow:hidden;
}
.tjnew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tjnew ul li:hover .pic img{
	transform: scale(1.05);
}
.tjnew ul li .tex{
	padding:40px;
}
.tjnew ul li .tex dl dt{
	font-size:12px;
	line-height:16px;
	color:#666;
}
.tjnew ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:23px;
	color:#333;
	margin-bottom:20px;
}
.tjnew ul li .tex .more{
	display:flex;
}
.tjnew ul li .tex .more a{
	color:#0062B2;
}
.tjnew ul li .tex .more b{
	margin-left:15px;
	font-family:'宋体';
}

.back{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.back a{
	padding:0.5rem 1.0rem;
	background: #0062b2;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.back a b{
	margin-left:0.5rem;
	font-family:'宋体';
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	display:flex;
	align-items: center;
	border-bottom:1px solid #eee;
}
.lx01 ul li img{
	margin-right:1.0rem;
	max-height:3.0rem;
}
.lx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.lx01 ul li dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	font-family:Roboto;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
	background-image:url(../img/lxt01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	padding:2.0rem;
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
}
.lx02-l div{
	width:60%;
}
.lx02-l h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:0.5rem;
}

.lx02-r{
	width:100%;
	padding:2.0rem;
	padding-top:1.0rem;
}
.lx02-r ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lxbk{
	width:100%;
	border: 1px solid #e0e0e0;
	line-height:2.5rem;
	outline:none;
	padding:0 1.0rem;
	font-size:0.8rem;
	color:#999;
	font-family:'微软雅黑';
}
.lxanniu{
	width:100%;
	height: 2.5rem;
	background: #0062b2;
	text-align:center;
	line-height:2.5rem;
	border:0px;
	font-size:0.8rem;
	color:#FFF;
	cursor:pointer;
}



















.mart60{
	margin-top:2.0rem;
}
.mart40{
	margin-top:1.0rem;
}


.tanchu{
	display:none; 
	left:0px;
	top: 0%;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 20vh;
}
.tcxs{ display: block; }
.spnr{ width:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

}
































