/*==============初始化样式==============*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

img {
	border: 0;
	display: block;
}

input,
textarea {
	text-indent: 10px;
	outline: none;
}


/*===============         首页         ===============*/

.header {
	width: 100%;
	overflow: hidden;
}

.header_top {
	width: 100%;
	height: 34px;
	background: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
}

.header_topnav {
	width: 1000px;
	margin: 0 auto;
}

.header_topnav ul {
	float: right;
}

.header_topnav ul li {
	font-size: 12px;
	color: #979797;
	float: left;
	line-height: 34px;
	margin-right: 10px;
}

.header_topnav ul li a {
	font-size: 12px;
	color: #979797;
}

.header_topnavli {
	margin-right: 0px !important;
}

.header_center {
	width: 100%;
	background: #ffffff;
	height: 80px;
}

.header_centers {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../images/logo_03.jpg)no-repeat 0px 5px;
}

.header_centnav {
	float: right;
}

.header_centnav ul li {
	float: left;
	width: 100px;
	height: 80px;
}

.header_centnav ul li a:hover {
	background: #1d89f1;
	color: #FFFFFF;
}

.header_centnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	text-align: center;
	color: #6d6d6d;
	font-size: 16px;
}

.swiper-pagination span {
	width: 60px !important;
	border-radius: 1px !important;
}

.swiper-slideas {
	font-size: 12px;
	padding: 10px 15px;
	background: #1D89F1;
	border-radius: 6px;
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.container {
	width: 1000px;
	margin: 40px auto;
	border-top: 5px solid #1d89f1;
	box-shadow: 0px -1px 3px #ccc;
	margin-bottom: 0px;
}

.container_top {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}

.container_top ul li {
	float: left;
	padding-bottom: 20px;
	height: 421px;
}

.ulli_noe {
	width: 356px;
}

.ulli_two {
	width: 365px;
	border-left: 1px solid #E4E4E4;
}

.ulli_san {
	width: 277px;
	border-left: 1px solid #E4E4E4;
}

.container_ulli {
	width: 90%;
	margin: 0 auto;
}

.li_title {
	width: 100%;
	border-bottom: 1px dashed #1D89F1;
	height: 50px;
	margin-top: 15px;
	line-height: 50px;
}

.li_title a {
	font-size: 18px;
	color: #1D89F1;
}

.li_title label {
	font-size: 14px;
	color: #bbbbbb;
	margin-left: 20px;
	text-transform: uppercase;
}

.li_img {
	margin-top: 20px;
}

.li_text {
	width: 100%;
	height: 180px;
	font-size: 13px;
	color: #838282;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: "宋体";
	margin-top: 15px;
}

.li_text a {
	display: block;
	margin-top: 5px;
	color: #838282;
	font-family: "宋体";
}

.li_text a:hover {
	color: #9d874e;
}

.li_text a i {
	float: left;
	width: 10px;
	height: 25px;
	display: block;
	background: url(../images/banner_ico_03.png)no-repeat 0px 9px;
}

.li_gengduo {
	width: 100%;
}

.li_gengduo a {
	display: block;
	float: right;
	width: 78px;
	height: 26px;
	background: #007AFF;
	border-radius: 4px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "宋体";
	line-height: 26px;
	text-align: center;
}

.li_tel {
	height: 42px;
	width: 100%;
	margin-top: 20px;
}

.li_telimg {
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/banner_ico2_03.png)no-repeat 0px 0px;
}

.li_telshu {
	text-indent: 20px;
	float: left;
	width: 205px;
	height: 42px;
	overflow: hidden;
	color: #1D89F1;
}

.li_telshu p {
	font-size: 14px;
}

.li_telshu span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.li_site {
	font-size: 14px;
	color: #6c6c6c;
	margin-top: 22px;
	border-top: 1px solid #E4E4E4;
	padding-top: 15px;
}

.li_site span {
	display: block;
	line-height: 25px;
}

.container_bom {
	width: 100%;
	overflow: hidden;
}

.container_bomft {
	width: 356px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 227px;
}

.yingcan {
	position: absolute;
	top: 2px;
	right: 2px;
}

.bomft_cont {
	width: 305px;
	margin-left: 30px;
	margin-top: 25px;
}

.bomft_contlft {
	float: left;
	width: 117px;
	height: 156px;
}

.bomft_contlft img {
	width: 100%;
	height: 100%;
}

.bomft_contrht {
	float: right;
	width: 170px;
}

.bomft_contrht p {
	color: #636363;
}

.bomft_contrht span {
	font-size: 13px;
	color: #9b9b9b;
	font-family: "宋体";
}

.container_bomrht {
	width: 643px;
	float: left;
	border-left: 1px solid #E4E4E4;
	overflow: hidden;
	height: 227px;
}

.bomrht_cont {
	width: 588px;
	margin-left: 35px;
}

.bomrht_ulli {
	margin-top: 17px;
	width: 100%;
}

.bomrht_ulli li {
	float: left;
	position: relative;
	font-family: "宋体";
	text-align: center;
	color: #757575;
	margin-left: 16px;
}

.bomrht_ulli li:first-child {
	margin-left: 0px !important;
}

.bomrht_ulli li img {
	margin-bottom: 10px;
	width: 135px;
	height: 90px;
}

.bomrht_ulli li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bomft_label {
	margin-top: 10px;
	display: block;
	width: 78px;
	height: 26px;
	background: #d7d7d7;
	border-radius: 4px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "宋体";
	line-height: 26px;
	text-align: center;
}

.footer {
	width: 100%;
	border-top: 3px solid #007AFF;
	height: 185px;
	background: #f5f5f5;
}

.footers {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	color: #8c8b8b;
}

.footer_left {
	width: 570px;
	float: left;
	overflow: hidden;
	margin-top: 55px;
	font-family: "宋体";
}

.footer_leftnav {
	width: 100%;
	overflow: hidden;
}

.footer_leftnav li {
	float: left;
	margin-left: 15px;
	font-size: 13px;
}

.footer_leftnav li a {
	font-size: 13px;
	font-family: "宋体";
	color: #8c8b8b;
}

.footer_leftli {
	margin-left: 0px !important;
}

.footer_bianquan {
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.footer_bianquan p {
	margin-bottom: 10px;
}

.footer_rht {
	width: 430px;
	float: left;
	margin-top: 35px;
	overflow: hidden;
}

.footer_erweim {
	width: 106px;
	text-align: center;
	float: left;
}

.footer_erweim p {
	margin-top: 10px;
	font-size: 14px;
	width: 100%;
}

.footer_site {
	float: right;
	width: 275px;
}

.footer_sitetitle {
	font-size: 18px;
	margin-top: 10px;
}

.footer_siteshu {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.footer_sites {
	font-size: 14px;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
}

.footer_sites i {
	width: 25px;
	height: 20px;
	float: left;
	background: url(../images/ico3_03.png)no-repeat 0px 0px;
}


/*===============         东晨服务页面                ===============*/

.content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
}

.content_left {
	width: 210px;
	float: left;
	background: #fafafa;
}

.content_lefttop {
	width: 100%;
	height: 92px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 24px;
	background: #1D89F1;
}

.content_lefttop span {
	display: block;
	margin-top: 55px;
	text-indent: 10px;
}

.content_lefttop label {
	font-size: 12px;
	margin-left: 5px;
	text-transform: uppercase;
}

.content_nav {
	width: 100%;
	height: 300px;
}

.content_nav ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.content_nav ul li i {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 25px;
}

.content_nav ul li a {
	font-size: 15px;
	color: #838383;
}

.content_nav ul li:hover i {
	background: url(../images/ico4_03.png)no-repeat 5px 11px;
}

.content_nav ul li:hover a {
	color: #1D89F1;
}
#content_liia i{
	background: url(../images/ico4_03.png)no-repeat 5px 11px;
}
#content_liia a {
	color: #1D89F1;
}

.content_bbs {
	width: 100%;
	height: 92px;
}

.content_bbs span {
	position: relative;
	text-align: center;
	width: 50%;
	float: left;
	display: block;
	height: 92px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 15px;
}

.content_bbs span a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.bbs_zaixian {
	background: #269dbd;
}

.bbs_zaixian img,
.bbs_sile img {
	display: inline;
	margin-top: 20px;
}

.bbs_sile {
	background: #45b9da;
}

.content_tel {
	width: 100%;
	height: 64px;
	background: #ff7e00;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 15px;
}

.content_tel img {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 15px;
}

.content_tel div {
	margin-top: 15px;
	width: 130px;
	float: left;
}

.content_tel div span {
	font-size: 16px;
	font-weight: bold;
}

.content_rht {
	width: 755px;
	float: right;
	overflow: hidden;
}

.content_rhttop {
	width: 100%;
	height: 92px;
	border-bottom: 1px solid #E4E4E4;
	overflow: hidden;
}

.content_rhttop span {
	display: block;
	height: 50px;
	margin-top: 40px;
	font-size: 18px;
	line-height: 50px;
	float: left;
	color: #515151;
	border-bottom: 2px solid #1D89F1;
}

.content_rhttop label {
	float: right;
	font-size: 12px;
	font-family: "宋体";
	color: #9e9e9e;
	margin-top: 70px;
}

.content_rhttext {
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	width: 100%;
	line-height: 28px;
	color: #898989;
}

.content_rhttext h6 {
	font-weight: bold;
	margin-top: 25px;
}

.content_rhttext p {
	text-indent: 25px;
	overflow: hidden;
}

.content_rhttext span {
	display: block;
}

.content_rhtimgs {
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.rhtimgs_left {
	float: left;
	margin-left: 11px;
}

.rhtimgs_leftimg {
	margin-bottom: 11px;
}


/*===============         联系我们页面                ===============*/

.sile_text {
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	line-height: 28px;
}

.sile_text h6 {
	font-size: 14px;
	color: #5e5e5e;
}

.sile_text p {
	font-size: 14px;
	color: #898989;
}

.content_rht form {
	width: 640px;
	margin-left: 70px;
	margin-top: 52px;
}

.tr_td {
	margin-left: -20px;
	overflow: hidden;
}

.tr_td span {
	float: left;
	display: block;
	width: 308px;
	height: 44px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
}

.tr_td span input {
	width: 100%;
	height: 100%;
	border: none;
	color: #7b7b7b;
	border-radius: 6px;
	font-size: 14px;
}

.tr_tds textarea {
	width: 100%;
	height: 190px;
	border: none;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	resize: none;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 22px;
}

.submit {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.submit a {
	float: right;
	border-radius: 6px;
	background: #1d89f1;
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
}

.content_rhtimg {
	margin: 30px 0;
}


/*===============         联系我们页面                ===============*/

.xiamu_zhanshi {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.xiamu_ul {
	margin-left: -37px;
}

.xiamu_ul li {
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 37px;
	width: 227px;
	text-align: center;
	font-size: 14px;
	color: #626262;
	margin-bottom: 20px;
}

.xiamu_ul li img {
	width: 100%;
	height: 130px;
	margin-bottom: 15px;
}

.xiamu_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page_container {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.page_container a {
	background: #f0f0f0;
	margin:0 5px;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	color: #626262;
}
.page_container strong{
	margin-right: 5px;
	color: #999;
}
.page_container i {
	font-style: normal;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	color: #626262;
}

#page {
	background: #1D89F1;
	color: #FFFFFF;
}


/*===============         新闻动态页面                ===============*/

.content_xinwen {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.xinwen_img {
	float: left;
	height: 180px;
	width: 295px;
}

.xinwen_img img {
	width: 100%;
	height: 100%;
}

.xinwen_imgtitle {
	width: 442px;
	height: 180px;
	overflow: hidden;
	float: right;
	font-family: "宋体";
}

.xinwen_imgtitle h6 {
	margin-top: 10px;
}

.xinwen_imgtitle h6 a {
	color: #626262;
	font-family: "宋体";
}

.xinwen_imgtitle p {
	font-size: 12px;
	color: #898989;
	margin-top: 12px;
}

.xinwen_imgtitle p i {
	font-style: normal;
}

.xinwen_imgtitle span {
	font-size: 12px;
	color: #898989;
	margin-top: 20px;
	display: block;
	line-height: 22px;
}

.xinwen_imgtitle label {
	display: block;
	margin-top: 15px;
	background: #ececec;
	width: 85px;
	height: 25px;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 25px;
	text-align: center;
}

.content_rhttext a {
	display: block;
	font-family: "宋体";
	color: #898989;
	font-size: 12px;
	line-height: 30px;
}

.content_rhttext a i {
	float: left;
	width: 20px;
	height: 30px;
	background: url(../images/zhanfangxing_15.png)no-repeat 0px 15px;
}

.biaoti_title {
	width: 100%;
	font-family: "宋体";
	height: 82px;
	border-bottom: 1px dashed #E4E4E4;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.biaoti_title h6 {
	color: #5a5a5a;
	margin-top: 36px;
	font-size: 16px;
}

.biaoti_title p {
	font-size: 12px;
	color: #818181;
	margin-top: 5px;
}

.content_xwimg {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.content_xwimg {
	width: 370px;
	height: 250px;
	float: left;
	margin-left: 15px;
}

.content_xwimg img {
	width: 100%;
	height: 100%;
}