*{
	padding:0px;
	margin:0px;
}
body{
	font-size:16px;
	font-family: '微软雅黑', 'Microsoft Yahei', '宋体';
	background: url("../images/bj.jpg") repeat;
	background-color:#FFF;
	color:#333;
}
.bg{
    background-color: #f4f4f4;
}
.bg2{
    background-color: #FFF;
}
.hide{
	display:none;
}
ul,li{
	list-style-type:none;
}
img{
	max-width:100%;
	vertical-align:middle;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	color:#333;
}
.logo_contact{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
}
.logo_contact .logo{
	height: 80px;
	line-height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.logo_contact .logo img{
	max-width: 60%;

}
.logo_contact .caidan{
	height: 80px;
	line-height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}
.logo_contact .caidan img{
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
.logo_contact .rightMain{
	height: 80px;
	line-height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.logo_contact .rightMain .regLogin{
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.logo_contact .rightMain .regLogin span{
	font-size: 16px;
	color: #666;
	margin-left: 3px;
	margin-right: 3px;
	height: 30px;
	line-height: 30px;
}
.logo_contact .rightMain .regLogin2{
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.logo_contact .rightMain .regLogin2 span{
	font-size: 16px;
	color: #666;
	margin-left: 3px;
	margin-right: 3px;
	height: 30px;
	line-height: 30px;
}
.logo_contact .rightMain .search,.logo_contact .rightMain .search form{
	width: 300px;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.logo_contact .rightMain .search form .intext{
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: 1px #cdcdcd solid;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	box-sizing: border-box;
	border-right: 0px;
	border-radius: 2px;
}
.logo_contact .rightMain .search form .sub{
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	background: url("../images/search.png") no-repeat center center;
	background-size: 25px 25px;
	background-color: #d92e07;
	border: 0px;
}
.header{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.header .header_menu{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #2d4c86;
	display: flex;
	flex-direction: column;
}
.header .header_menu ul{
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	height: 55px;
	line-height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	z-index: 99999999;
}
.header .header_menu ul li{
	width: 12%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
}
.header .header_menu ul li a{
	color: #FFF;
	display: block;
}
.header .header_menu ul li a:hover{
	color: #fff;
}
.header .header_menu ul li ul{
	position: absolute;
	top: 55px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	visibility: hidden;
	opacity: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.header .header_menu ul li ul li{
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #2d4c86;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
}
.header .header_menu ul li ul li a{
	color: #666;
}
.header .header_menu ul li:hover>ul{
	visibility: visible;
	opacity: 1;
}
.header .header_menu ul li ul li a:hover{
	color: #FFF; 
	background-color: #2d4c86
}
.header .header_menu .menuseacr{
	width: 96%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	display: none;
}
.header .header_menu .menuseacr form{
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}
.header .header_menu .menuseacr form .intext{
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: 1px #cdcdcd solid;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	box-sizing: border-box;
	border-right: 0px;
	border-radius: 2px;
}
.header .header_menu .menuseacr form .sub{
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	background: url("../images/search.png") no-repeat center center;
	background-size: 25px 25px;
	background-color: #d92e07;
	border: 0px;
}
.footer{
	width: 100%;
	background-color: #0e1b27;
	padding: 50px;
	box-sizing: border-box;
}
.footer .fmain{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .fmain .flogo{
	width: 200px;
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}
.footer .fmain .flogo img{
	width: 100%;
}
.footer .fmain .flianxi{
	width: 20%;
	display: flex;
	flex-direction: column;
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}
.footer .fmain .flianxi h4{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
}
.footer .fmain .flianxi p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4a5c6c;
}
.footer .fmain .border{
	width: 1px;
	height: 150px;
	background-color: #26394a;
	margin-top:50px;
}
.footer .fmain .gongzhonghao{
	display: flex;
	flex-direction: column;
	margin-top: 65px;
}
.footer .fmain .gongzhonghao h4{
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	max-width: 100px;
	text-align:center;
}
.footer_banquan{
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #07121d;
	padding-top: 20px;
	padding-bottom: 20px;
}
.adver{
	width: 100%;
	margin-top: 0px;
	position: relative;
}
.adver img{
	margin: 0 auto;
	width: 100%;
	border-radius: 0px;
}
.adver2{
	width: 100%;
	margin-top: 0px;
	position: relative;
}
.adver2 img{
	margin: 0 auto;
	width: 100%;
	border-radius: 0px;
}
.adver3{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	margin-top: -10px;
}
.adver3 img{
	margin: 0 auto;
	width: 100%;
	border-radius: 0px;
}

.fenye{
	width: 100%;
	line-height: 45px;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}
.fenye span{
	width: 30px;
	height: 30px;
	background-color: #fff;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.fenye .ac1{
	background-color: #c8c8c8;
}
.fenye .ac2{
	background-color: #2d4c86;
	color: #fff;
}
.menu{
	position: fixed;
	top: 80px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #2d4c86;
	z-index: 9999;
	display: none;
}
.menu li{
	width: 90%;
	margin: auto;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px #e2e2e2 solid;
	z-index: 9999;
}
.menu li p{
	width: 100%;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.menu li p span{
	margin-right: 20px;
	margin-left: 20px;
}
.menu li a{
	color: #FFF;
}
.btmMenu{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 65px;
	line-height: 65px;
	border-top: 1px #e2e2e2 solid;
	background-color: #FFFFFF;
	box-sizing: border-box;
	display: none;
}
.btmMenu ul{
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.btmMenu ul li{
	width: 50%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: column;
}
.btmMenu ul li .btmico{
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
}
.btmMenu ul li .btmico img{
	width: 30px;
	margin: 0 auto;
	height: 30px;
	margin-top: 2.5px;
}
.btmMenu ul li .btmtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

/*媒体查询*/
/*大屏幕PC端*/
@media(min-width: 1281px){
	
}
/*大屏幕PC端*/
@media(min-width: 1181px) and (max-width: 1280px){
	.logo_contact,.index_link{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.title{
		width: 96%;
		margin: 0 auto;
	}
	.newsInfor,.newsList{
		width: 98%;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.index_company,.index_news{
		width: 98%;
	}
}
/*中等屏幕PC端*/
@media(min-width: 992px) and (max-width: 1180px){
	.logo_contact,.index_link{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.title{
		width: 96%;
		margin: 0 auto;
	}
	.footer .fmain .flogo{
		width: 150px;
		height: 150px;
		line-height: 150px;
		margin-top: 40px;
	}
	.footer .fmain .flianxi{
		width: 30%;
	}
	.newsInfor,.newsList{
		width: 98%;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.index_message .messageLeft{
		width: 50%;
	}
	.index_message .messageRight{
		width: 45%;
	}
	.index_message .messageLeft .erweima{
		display: none;
	}
	.index_message .messageLeft p{
		width: 90%;
	}
	.adver2{
		min-height: 500px;
	}
	.loginMain{
		top: 60px;
		right: 0px;
		left: 0px;
		margin:0 auto;
		background-color: #f5f5f5;
	}
	.index_news,.index_video,.index_company{
		width: 98%;
		margin:0 auto;
		margin-bottom: 40px;
	}
	.index_company{
		margin-top:50px;
		margin-bottom: 40px;
	}
	.index_news .two ul li .newsimg{
		width: 28%;
	}
	.index_news .two ul li .newstitle{
		width: 67%;
	}
	.index_company .companyImg img{
		margin-top: 60px;
	}
}

/*小屏幕PAD端*/
@media(min-width: 768px) and (max-width: 991px){
	.logo_contact,.index_link{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.title{
		width: 96%;
		margin: 0 auto;
	}
	.footer .fmain .flogo{
		width: 100px;
		height: 100px;
		line-height: 100px;
		margin-top: 60px;
	}
	.footer .fmain .flianxi{
		width: 40%;
	}
	.index_company{
		width: 98%;
	}
	.index_company .companyContext{
		max-height: 367px;
		overflow: hidden;
	}
	.newsInfor,.newsList{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	.newsUl li .newsLeft .newsimg{
		width: 30%;
	}
	.newsUl li .newsLeft .newstitle{
		width: 65%;
	}
	.index_message{
		flex-direction: column;
		display: flex;
		margin-top: 0px;
	}
	.index_message .messageLeft{
		width: 100%;
	}
	.index_message .messageRight{
		width: 100%;
	}
	.index_message .messageLeft .erweima{
		display: none;
	}
	.index_message .messageLeft p{
		width: 90%;
	}
	.ditudaohang{
		height: 350px;
		line-height: 350px;
	}
	.index_news .two ul{
		width: 94%;
		margin: 0 auto;
	}
	.loginMain{
		background-color: #f5f5f5;
	}
	.adver2{
		min-height: 500px;
	}
	.loginMain{
		right: 0px;
		left: 0px;
		margin:0 auto;
		background-color: #f5f5f5;
	}
	.index_news .two ul li .newsimg{
		width: 35%;
	}
	.index_news .two ul li .newstitle{
		width: 62%;
	}
	.index_company .companyImg img{
		margin-top: 60px;
	}
}

/*手机端*/
@media(min-width: 480px) and (max-width: 767px){
	.logo_contact{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		background-color: #2d4c86;
		height: 80px;
		line-height: 80px;
	}
	.logo_contact .logo,.logo_contact .caidan{
		height: 60px;
		line-height: 60px;
	}
	.logo_contact .logo{
		width: 65%;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.logo_contact .logo img{
		max-width: 100%;
	}
	.logo_contact .caidan{
		display: block;
		margin-left: 10px;
	}
	.logo_contact .rightMain{
		display: none;
	}
	.header{
		display: none;
	}
	.header .header_menu ul{
		display: none;
	}
	.index_company{
		width: 94%;
		margin: 0 auto;
		margin-bottom: 40px;
		flex-direction: column;
		margin-top: 20px;
	}
	.index_company .companyImg{
		width: 100%;
	}
	.index_company .companyContext{
		width: 100%;
	}
	.index_company .companyContext h4{
		font-size: 18px;
		margin-top: 10px;
		text-align: center;
	}
	.index_news{
		width: 94%;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.index_news .two{
		width: 100%;
	}
	.index_news .two .title{
		width: 100%;
	}
	.index_video{
		width: 94%;
		margin: 0 auto;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.index_video li{
		width: 48%;
	}
	.index_news .two ul li .newstitle{
		width: 60%;
	}
	.index_news .two ul li .newsimg{
		width: 38%;
	}
	.index_link{
		width: 94%;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.title{
		width: 94%;
		margin: 0 auto;
	}
	.btmMenu{
		display: block;
	}
	.footer,.footer_banquan{
		display: none;
	}
	.newsInfor,.newsList{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	.newsList .paixu{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		height: 50px;
		line-height: 25px;
	}
	.newsList .ul .li{
		width: 47%;
	}
	.newsUl{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.newsUl li{
		display: flex;
		flex-direction: column;
		width: 48%;
		margin-left:1%;
		margin-right: 1%;
		background-color: #fff;
		border-radius: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.newsUl li .newsLeft{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.newsUl li .newsLeft .newsimg{
		width: 100%;
		max-height: 200px;
		overflow: hidden;
	}
	.newsUl li .newsLeft .newstitle{
		width: 94%;
		margin: 0 auto;
	}
	.newsUl li .newsLeft .newstitle h4{
		font-size: 15px;
		height: 35px;
		line-height: 35px;
	}
	.newsUl li .newsLeft .newstitle p{
		line-height: 20px;
	}
	.newsUl li .newsLeft .newstitle h6{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.index_message{
		flex-direction: column;
		display: flex;
		margin-top: 0px;
	}
	.index_message .messageLeft{
		width: 100%;
	}
	.index_message .messageRight{
		width: 100%;
	}
	.index_message .messageLeft .erweima{
		display: none;
	}
	.index_message .messageLeft p{
		width: 90%;
	}
	.ditudaohang{
		height: 300px;
		line-height: 300px;
	}
	.loginMain{
		right: 0px;
		left: 0px;
		margin:0 auto;
		background-color: #f5f5f5;
	}
	.newindex{
	    flex-direction: column;
	}
    #bilican1,.newindex .newIndexTop,.newindex .newbanner{
        width: 100%;
        margin-left: 0px;
    }
    .adver3{
        width: 96%;
        
    }
}

/*超低分辨率手机*/
@media(max-width: 479px){
	.logo_contact{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		background-color: #2d4c86;
		height: 80px;
		line-height: 80px;
	}
	.logo_contact .logo,.logo_contact .caidan{
		height: 60px;
		line-height: 60px;
	}
	.logo_contact .logo{
		width: 55%;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.logo_contact .logo img{
		max-width: 100%;
	}
	.logo_contact .caidan{
		display: block;
		margin-left: 10px;
	}
	.logo_contact .rightMain{
		display: none;
	}
	.header{
		display: none;
	}
	.header .header_menu ul{
		display: none;
	}
	.index_company{
		width: 94%;
		margin: 0 auto;
		margin-bottom: 40px;
		flex-direction: column;
		margin-top: 20px;
	}
	.index_company .companyImg{
		width: 100%;
	}
	.index_company .companyContext{
		width: 100%;
	}
	.index_company .companyContext h4{
		font-size: 18px;
		margin-top: 10px;
		text-align: center;
	}
	.index_news{
		width: 94%;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.index_news .two{
		width: 100%;
	}
	.index_news .two .title{
		width: 100%;
	}
	.index_news .two ul li .newstitle p{
	    -webkit-line-clamp: 1;
	}
	.index_news .two ul li .newstitle h6{
	    margin-top: 5px;
	}
	.index_video{
		width: 94%;
		margin: 0 auto;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.index_video li{
		width: 48%;
	}
	.index_news .two ul li .newstitle{
		width: 60%;
	}
	.index_news .two ul li .newsimg{
		width: 38%;
	}
	.index_link{
		width: 94%;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.title{
		width: 94%;
		margin: 0 auto;
	}
	.btmMenu{
		display: block;
	}
	.footer,.footer_banquan{
		display: none;
	}
	.newsInfor,.newsList{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 80px;
		padding: 20px;
	}
	.neititle span{
		margin-left: 30px;
	}
	.newsList .paixu{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		height: 50px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.newsList .ul .li{
		width: 97%;
	}
	.newsUl{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.newsUl li{
		display: flex;
		flex-direction: column;
		width: 98%;
		margin-left:1%;
		margin-right: 1%;
		background-color: #fff;
		border-radius: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.newsUl li .newsLeft{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.newsUl li .newsLeft .newsimg{
		width: 100%;
		max-height: 200px;
		overflow: hidden;
	}
	.newsUl li .newsLeft .newstitle{
		width: 94%;
		margin: 0 auto;
	}
	.newsUl li .newsLeft .newstitle h4{
		font-size: 15px;
		height: 35px;
		line-height: 35px;
	}
	.newsUl li .newsLeft .newstitle p{
		line-height: 20px;
	}
	.newsUl li .newsLeft .newstitle h6{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.index_message{
		flex-direction: column;
		display: flex;
		margin-top: 0px;
	}
	.index_message .messageLeft{
		width: 100%;
	}
	.index_message .messageRight{
		width: 100%;
	}
	.index_message .messageLeft .erweima{
		display: none;
	}
	.index_message .messageLeft p{
		width: 90%;
	}
	.ditudaohang{
		height: 240px;
		line-height: 240px;
	}
	.loginMain{
		right: 0px;
		left: 0px;
		margin:0 auto;
		background-color: #f5f5f5;
	}
	.newindex{
	    width: 98%;
	    flex-direction: column;
	    padding-left: 0px;
	    padding-right: 0px;
	}
    #bilican1,.newindex .newIndexTop,.newindex .newbanner{
        width: 100%;
        margin-bottom: 15px;;
        margin-left: 0px;
    }
    .adver3{
        width: 98%;
        
    }
    .newindex .newIndexTop .topUl2 .bili2{
        width: 48%;
    }
}