﻿@charset "utf-8";

/* 通用 */
*,
html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/logo1.jpg) no-repeat;
	z-index: 0;
        background-attachment: fixed; 
	background-size: 100% 810px;
}

ul {
	vertical-align: middle;
}

li {
	list-style-type: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

i {
	font-style: normal;
}

.clear {
	clear: both;
}

input {
	border: 0px;
}

img {
	border: 0;
}

/* 头部 */
.header {
	width: 100%;
	height: 195px;
	overflow: hidden;
}

.header .header-head {
	width: 100%;
	height: 35px;
	background: #4ba9f8;
}

.header-head .header-centent {
	width: 1140px;
	height: 35px;
	margin: 0 auto;
}

.header-centent .header-p1 {
	width: 321px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
}

.header-centent .header-p2 {
	width: 115px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	float: right;
}

.header-centent .header-p3 {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	float: right;
}

.header-centent .header-p4 {
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	float: right;
}

.header .header-footer {
	width: 1140px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

/* 导航栏 */
.con-head {
	width: 1150px;
	height: 55px;
	background: #004c97;
	margin: 0 auto;
	line-height: 55px;
}

/* .con-head .ul{
    width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
} */
.ul li {
	float: left;
	text-align: center;
}

.ul li a {
	color: white;
	font-size: 17px;
	display: inline-block;
	width: 164px;
	border-left: 1px solid #C1C1C1;
	border-collapse: collapse;
	box-sizing: border-box;
}

.ul li:first-child a {
	border-left: none;
}

/*.ul li .a1{
    border-right: 1px solid #C1C1C1;
}*/
.ul li a:hover {
	background: #0072e3;
}

.weather {
	position: absolute;
	right: 0px;
	top: 30px;
}

.sousuo {
	position: absolute;
	right: 320px;
	top: 63px;
}

.sousuo input {
	height: 35px;
	margin-top: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.sousuo .input1 {
	background: url("../images/sosuo.png") #ffffff no-repeat 5px center;
	padding-left: 23px;
	width: 250px;
}

.sousuo .input2 {
	width: 60px;
	margin-left: 5px;
	background: #0D6DC3;
	color: white;
}

/* 内容 */
.cont,
.conter,
.content {
	width: 1200px;
	background: #FFFFFF;
	margin: 5px auto;
	z-index: 10000;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 0;
}

/* tab切换 */
.tab-content>div,
.tab-content1>main {
	display: none;
}

.selected {
	background-color: #0D6DC3;
}

.tab-head .selected a {
	color: white;
}

.tab-content .show,
.tab-content1 .show1 {
	display: block;
}






/* 底部 */
.footer {
	width: 100%;
	height: 109px;
	margin-top: 5px;
	background: #FFFFFF;
}

.footer-foot {
	width: 950px;
	height: 109px;
	margin: 0 auto;
}

.footer-l,
.footer-cent,
.footer-r {
	height: 70px;
	float: left;
	margin-top: 19px;
	margin-left: 15px;
}

.footer-l a img {
	width: 65px;
	height: 75px;
	margin-left: 60px;
}

.footer-cent * {
	font-size: 14px;
}

.footer-cent p {
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

.footer-cent p a {
	color: #000000;
}

.footer-cent .p {
	background: url(../images/gaba.png) no-repeat 0 center;
	padding-left: 25px;
}

.footer-r {
	width: 120px;
	height: 57px;
	margin-left: 20px;
	margin-top: 25px;
	border: 1px solid red;
	border-radius: 5px;
}

.location {
	width: 1000px;
	height: 40px;
	background: #FFFFFF;
	margin: 0 auto;
}

/* 专题专栏 con-img */
#topic {
	height: 60px;
	padding: 0 6px 0 70px;
	background: url(../images/zt.jpg) no-repeat;
	background-position-x: 10px;
}

#footer {
	width: 1110px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	background: #004c97;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px;
}

#footer ul li:first-child {
	width: 130px;
	text-align: center;
}

#footer ul li {
	float: left;
	width: 245px;
	text-align: center;
	color: white;
	font-size: 16px;
}

#footer ul li select {
	text-align: center;
	width: 210px;
}

.syx {
	width: 90px;
	height: 130px;
	position: fixed;
	left: 0;
	top: 270px;
	background: #0D6DC3;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
}

.mb_list {
	display: none;
}


/* 
.h5-mobile .header{
    width: 1150px;
} */

@media screen and (max-width: 960px) {
     

.cont, .conter, .content {
    width: 100%;
    background: #FFFFFF;
    margin: 5px auto;
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
}
.ent-info-r {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.ent-info-r h2 {
    text-align: center;
    color: #CC0000;
    height: auto;
    font-size: 16px;
}



	body {
		background: url(../images/mb_bg.jpg) no-repeat;
		background-attachment: fixed;
		background-size: 100% 500px;
	}

	.con-head,
	.cont,
	.right-nav,
	.header-head,
	.weather,
	.sydwzp,
	.df_logo,
	.sousuo {
		display: none;
	}

	.header .header-footer {
		width: 100%;
		height: auto;
	}

	.header-footer {
		float: none;
		position: static;
	}

	.header-footer ul li {
		text-align: center;
	}

	.mb_list_show {
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: #FFFFFF;
	}

	.column_list_title {
		background-color: #0072E3;
		width: 100%;
		height: 50px;
		text-align: center;
		font-size: 20px;
		font-weight: 999;
		line-height: 50px;
		color: #FFFFFF;
	}
	
	.arrow_show_case {
		position: absolute;
		left: 1%;
		top: 75%;
		width: 30px;
		height: 40px;
		background: url(../images/arrow.png) no-repeat;
		background-size: 100%;
	}

	.arrow_hidden_case {
		position: absolute;
		left: 95%;
		top: 1%;
		width: 30px;
		height: 40px;
		background: url(../images/arrow.png) no-repeat;
		background-size: 100%;
		background-position-y: -40px;
	}

	.column_list_case {
		padding: 10px 15px;
	}

	.column_group {
		width: 100%;
		margin: 10px 0;
	}

	.column_1 {
		width: 100px;
		height: 40px;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
		color: #0072E3;
	}

	.column_2_case ul li {
		display: inline-block;
		margin-right: 10px;
		margin-top: 10px;
		padding: 5px 10px;
		color: #333;
		border: 1px solid #ececec;
	}


	.mb_logo {
		display: block;
		width: 90%;
		height: 130px;
		max-width: 450px;
		background: url(../images/mb_logo.png) no-repeat;
		background-size: 100%;
		margin: 30px auto 0 auto;
	}

	.mb_sousuo {
		width: 320px;
		margin: 0 auto;
		margin-bottom: 5%;
		height: auto;
		overflow: hidden;
		position: static;
	}

	.mb_sousuo input {
		height: 35px;
	}

	.mb_sousuo .input1 {
		background: url("../images/sosuo.png") #ffffff no-repeat 5px center;
		padding-left: 23px;
		width: 250px;
	}

	.mb_sousuo .input2 {
		width: 37px;
		margin-left: 1px;
		background: #0D6DC3;
		color: white;
	}

	.footer-foot {
		width: 100%;
		height: auto;
	}

	.footer-l {
		display: none;
		margin-left: 0px;
	}

	.footer-r {
		display: none;
		margin-left: 0px;
	}

	.footer-cent {
		height: auto;
		margin: 19px auto;
		background-color: #FFFFFF;
	}

	.footer-cent p {
		text-align: center;
		height: auto;
		line-height: 25px;
	}

	.footer-cent .p {
		background: none;
	}
}

