/*ͷβ����ͳһ��ʽ*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

ul,
li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:focus,
a:hover {}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}


.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/* ͷ�� */
.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	height: 600px;
	/* background: url(banner.png) no-repeat center top; */
}

/* ͷ�������л���ʼ */
.fullSlide {
	width: 100%;
	position: absolute;
	height: 540px;
	/* background: #000; */
	z-index: -100;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 540px;
	overflow: hidden;
	text-align: center;
}

/* ͷ�������л����� */
.header_con {
	height: 540px;
}

.header_top {
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

.header_top a {
	color: #FFFFFF;
}

.top_left {
	float: left;
}

.top_left a {
	margin-left: 10px;
	margin-right: 20px;
}

.top_right {
	float: right;
}

.top_right a {
	margin-left: 20px;
}

.header_logo {
	text-align: center;
	padding-top: 50px;
}

.header_search {
	width: 740px;
	margin: 0 auto;
	margin-top: 40px;
}

.search_l {
	float: left;
	width: 600px;
	height: 60px;
	line-height: 60px;
	color: #999999;
	background: url(ser.png) #FFFFFF no-repeat 552px center;
	padding-left: 20px;
}

.search_l .ser_input {
	display: block;
	width: 520px;
	height: 100%;
}

.search_r {
	float: right;
	width: 120px;
	height: 60px;
	line-height: 60px;
	background: #C92C1A;
	border-radius: 8px;
	font-size: 22px;
	color: #FFFFFF;
}

.search_r button {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.header .nav_bg {
	background: #0255A6;
}

.header .nav {
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.header .nav a {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	width: 14.3%;
}

/* ������ */
.index_con {
	background: #F5F5F5;
}
.index_con .w1200{
	background: #FFFFFF;
}
.dqwz{
	line-height: 70px;
	height: 70px;
	font-size: 14px;
	padding-left: 50px;
	background: url(local.png) no-repeat 20px center;
}
.main{
	min-height: 300px;
	width: 900px;
	margin: 0 auto;overflow:hidden;
}
.crumbsline{
	height: 8px;
	background: url(titlebg.png) repeat-x;
}
.main h1{
	font-size: 26px;
	text-align: center;
}
.main .msg{
	display: flex;
	justify-content: center;
	color: #999999;
	padding: 20px 0;
}
.main .msg div{
	padding: 0 20px;
}
.main .msg a{
	color: #999999;
}
.art_con{
	line-height: 36px;
	padding: 20px 0px 40px;
}
.art_con img {
    max-width: 80%;
    display: inline-block;
}
.print{
    padding: 0px 0px 40px;
    float: right;
}
/*�ײ�*/
.footer {
	border-top: 4px solid #0255A6;
	background: #fff;
	clear: both;
}

.footer .link {
	height: 50px;
	border-bottom: 1px solid #eceff1;
	line-height: 50px;
}

.footer .link_left {
	float: left;
	font-size: 18px;
	color: #2162B2;
	font-weight: 500;
}

.footer .linkmenu {
	float: left;

}

.footer .linkmenu ul li {
	height: 50px;
	float: left;
	width: 205px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.footer .on {
	display: block !important;
}

.footer .link_cont {
	border: 1px solid #cecece;
	position: absolute;
	bottom: 45px;
	left: -10px;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 99;
	background: #fff;
	width: 210px;
	display: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.footer .link_cont li {
	height: 30px !important;
	line-height: 30px;
	width: 100% !important;
	margin: 0 !important;
}

.footer .link_cont li a {
	display: block;
	color: #333;
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto;
}

.footer .caret {
	background: url(xl.png) no-repeat right;
	width: 12px;
	height: 6px;
	display: block;
	float: right;
	margin-top: 24px;
	margin-left: 20px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/*��Ȩ*/
.footer .footer_con {
	padding: 20px 0;
}

.footer .footer_conl {
	float: left;
	width: 300px;
}

.footer .footer_conl h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.footer .footer_conl ul {
	overflow: hidden;
}

.footer .footer_conl li {
	color: #333333;
	line-height: 32px;
	float: left;
	width: 50%;
}

.footer .footer_conl li a {
	color: #333333;
}

.footer .footer_conm {
	width: 640px;
}

.footer .footer_conr {
	float: right;
}

.footer .footer_conr .jiucuo {
	float: left;
	margin-top: 25px;
	margin-right: 34px;
}

.footer .footer_conr .biaoshi {
	float: right;
	margin-top: 20px;
}

.footer .footer_beian {
	background: #F1F3F5;
	line-height: 50px;
}

.footer .beian_left {
	float: left;
}

.footer .beian_left img {
	margin: 0 15px;
}

.footer .beian_left a {
	margin-right: 15px;
}

.footer .beian_right {
	float: right;
}

.footer .beian_right img {
	margin-right: 15px;
}

.footer .beian_right a {
	margin-right: 20px;
}

@media screen and (max-width: 828px){
.dqwz{
    height: auto;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: 20px 2px;
    padding-right: 2%;
}
.dqwz table, .dqwz tbody, .dqwz tr, .dqwz td {
    display: inline;
    vertical-align: bottom;
}
    .w1200{
		width: 100%!important;
	}
	.main{
		width: 90%!important;
	}
.print {
    display:none;
}
	.header{
		height: auto!important;
	}
	.fullSlide,.header_top,.header_con,.header_search,.hide,.header .nav_bg,.footer .link,.footer .footer_conr,.beian_right{
		display: none;
	}
	.wap-ty-top{
		display: block !important;
	}
	.footer .footer_conl{
		float: none!important;
		width: 80%!important;
		margin: 0 auto!important;
	}
	.footer .footer_conm{
		margin-top: 20px!important;
	}
	.footer .footer_conm li{
		width: 100%!important;
	}
	.footer .beian_left{
		float: none!important;
		text-align: center!important;
	}
	.beian_left span{
		display: block!important;
	}
	
}