﻿body {
	font-family: Arial, Helvetica, sans-serif, "雅黑", 'Microsoft Yahei';
	font-family: Arial, Helvetica, sans-serif, "雅黑", 'Microsoft Yahei';
	font-size: 16px;
	color: #333333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif, "雅黑", 'Microsoft Yahei';
}

input,
label,
img,
th {
	vertical-align: middle;
}

.font-fixh {
	font-family: Georgia, Arial;
	color: #f00;
	font-size: 16px;
	font-weight: 700;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

.worksbox {
	width: 310px;
	height: 400px;
	position: relative;
	float: left;
	list-style-type: none;
	padding: 2px;
}

.worksbox a {
	padding: 10px;
	display: block;
}

.worksbox a:hover {
	background-color: #ffc21f;
	text-decoration: none;
}

.worksbox a span {
	display: none;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.worksbox a:hover span {
	color: #fff;
	display: block;
	width: 310px;
	position: absolute;
	top: 120px;
	left: 0px;
	line-height: 20px;
}

.worksbox a img {
	width: 290px;
	height: 400px;
	object-fit: cover;
}


.youliana {
	width: 120px;
	line-height: 50px;
	height: 50px;
	float: left;
	background: url(../image/yl.png) 0 center no-repeat;
	color: #fff;
	padding-left: 20px;
}

.youlianb {
	width: 1330px;
	line-height: 50px;
	height: 50px;
	float: left;
	list-style-type: none;
}

.youlianb li a {
	font-size: 18px;
	color: #666666;
	margin-right: 40px;
	float: left;
	list-style-type: none;
}

.youlianb li a:link {
	text-decoration: none;
}

.youlianb li a:visited {
	text-decoration: none;
	color: #666666;
}

.youlianb li a:hover {
	text-decoration: none;
	color: #0066CC;
}

.youlianb li a:active {
	text-decoration: none;
	color: #666666;
}

.zanniu {
	width: 264px;
	height: 34px;
	line-height: 30px;
	background: #f1f1f1;
	margin: 3px;
	float: left;
}

.header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header .top {
	width: 120px;
	height: 93px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 93px;
	color: #979797;
	font-size: 15px;
}

.header .top .right {
	padding-left: 44px;
	/*background: url(../images/hdzk/tel.png) 0 center no-repeat;*/
}

.header .logo {
	float: left;
	margin-top: 29px;
	/*width: 3.35rem;*/
}

.header .logo img {
	width: 155px;
}

.header .navb {
	/* width: 100%; */
	height: 54px;
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 0 100px;

	border-top: 1px solid #e7e7e7;
}

.header .navs {
	width: 1540px;
	height: 54px;
	background: #fff;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.header .navs map {
	float: left;
	position: relative;
}

.header .navs .nav-site>li {
	float: left;
	width: 95px;
	position: relative;
	padding-right: 65px;
	text-align: center;
	/*background: url(../images/zsdz/navicon.png) no-repeat;*/
}

.header .navs .nav-site>li>a {
	color: #333;
	display: block;
}

.header .navs .nav-site>li>a>span {
	font: 17px/54px microsoft yahei;
}

.header .navs .nav-site>li:hover>a,
.header .navs .nav-site>li.cur>a {
	color: #008cd7;
	display: block;
	position: relative;

}

.header .navs .nav-site>li:hover>a::before,
.header .navs .nav-site>li.cur>a::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 115px;
	height: 2px;
	background: url(../image/nav-line.png) center no-repeat;
}

.header .navs .nav-site>li .nav2 {
	display: none;
	z-index: 999;
	background: #FFFFFF;
	width: 168px;
	position: absolute;
	left: 0;
	text-align: left;
	text-indent: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.header .navs .nav-site>li:hover .nav2 {
	display: block;
}

.header .navs .nav-site>li ul li {
	height: 38px;
	line-height: 38px;
}

.header .navs .nav-site>li ul a {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	display: block;

}

.header .navs .nav-site>li ul a:hover {
	color: #000000;
	/*background-color: #bb1b21;*/
	font-weight: bold;
}

.header .navs .nav-site>li .nav2 .desc {
	float: left;
	width: 250px;
	font: 13px/28px microsoft yahei;
	color: #595959;
}

.header .navs .nav-site>li .nav2 img {
	width: 250px;
	height: 163px;
	float: right;
	margin-right: 34px;
}

.header .search {
	float: left;
	right: 360px;
	width: 235px;
	height: 25px;
	margin-top: 37px;
	border: 1px solid #ccc;
	border-radius: 25px;
}

.header .search #q {
	float: left;
	height: 25px;
	width: 180px;
	border: none;
	text-indent: 16px;
	margin-left: 13px;
}

.header .search .btn {
	width: 25px;
	height: 25px;
	background: url(http://www.shilangte.com/images/search.png) center no-repeat;
	border: none;
	cursor: pointer;
	float: right;
}

.header .search form {
	position: relative;
}

.header .tel {
	float: right;
	display: flex;
	margin-left: 32px;
}

.header .tel .tel-name {
	padding-left: 41px;
	background: url(../image/tel.png) left center no-repeat;
}

.header .tel .tel-num {
	color: #008cd7;
}

.tel {
	float: right;
	width: 20%;
}

.tel .tel-name {
	padding-left: 41px;
	background: url(../image/tel.png) left center no-repeat;
}

.tel .tel-num {
	color: #008cd7;
	font-size: 20px;
	font-weight: bolder;
}

.clearfloat {
	*zoom: 1;
}

.clearfloat:before,
.clearfloat:after {
	content: "";
	display: table;
	line-height: 0;
	visibility: hidden;
}

.clearfloat:after {
	clear: both;
}

.wrap {
	width: 1540px;
	height: auto;
	margin: 0 auto;
}

/*垂直对齐*/
.m-list-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m-list-flex .m-cell-bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
}

/*文字截取*/
.single-line {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.multi-line {
	min-height: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

.multi-line p {
	white-space: nowrap;
}

.multi-line1 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

/*图片*/
.pic {
	width: 100%;
	overflow: hidden;
}

.pic img {
	width: 100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/*top*/
#top {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	border-top: bottom solid #e7e7e7;
}

.topLine {
	height: 30px;
	width: 100%;
	line-height: 30px;
	background-color: #3385cc;
	color: #fff;
	overflow: hidden;
}

.topLine h2 {
	float: left;
}

.topLine p {
	float: right;
	padding-left: 24px;
	font-size: 12px;
	background: url(../image/top_tel.png) no-repeat left center;
}

.navWrap {
	/*height: 96px; line-height: 96px;*/
	position: relative;
	top: 0;
}

.navWrap .wrap {
	height: 95px;
	line-height: 95px;
	position: relative;
}

.navWrap .daohang {
	height: 56px;
	line-height: 56px;
	position: relative;
	border-top: 1px solid #e7e7e7;
}

.logo {
	float: left;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
}

.nav {
	width: 100%;
	text-align: center;
}

.nav>ul>li {
	display: inline-block;
	position: relative;
	padding: 0 3.6rem;
}

.nav>ul>li:first-child>a {}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	/*position: relative;*/
}

.nav>ul>li:hover>a {
	color: #186AAB;
}

.nav>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 180px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.nav>ul>li>ul>li {
	display: block;
	line-height: 46px;
	position: relative;
}

.nav>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.nav>ul>li>ul>li>a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	color: #025596;
	padding: 0 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.nav>ul>li>ul>li:hover>a {
	background: #186AAB;
	color: #fff;
	border-color: 0;
}

.nav>ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav>ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.nav>ul>li>ul>li>ul>li {
	display: block;
	position: relative;
}

.nav>ul>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.nav>ul>li>ul>li>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #025596;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.nav>ul>li>ul>li>ul>li:hover>a {
	background: #186AAB;
	color: #fff;
	border-color: 0;
}

.nav>ul>li:last-child>ul {
	left: auto;
	right: 0;
}

.navWrapTop {
	width: 100%;
	position: fixed;
	left: 0;
	top: -100px;
	z-index: 999;
}

.menu {
	display: none;
	width: 40px;
	padding: 10px 10px;
	background: #186AAB;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1000;
	box-sizing: border-box;
}

.menu span {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #fff;
}

.menu span:first-child {
	margin-top: 0;
}

.navBtn {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../image/xq_jt_r.png) no-repeat center;
	background-size: 8px;
	top: 6px;
	right: 8px;
	transition: all .3s ease-in;
	z-index: 1111;
}

.navBtn.on {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mian {
	/*position: relative;*/
	/*margin-top: 130px;*/
}

/*banner*/
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}

.banner {
	width: 100%;
	margin-top: 0px;
}

.banner img {
	display: block;
	width: 100%;
}

.banner li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.writ {
	position: absolute;
	z-index: 88;
	right: 15%;
	top: 50%;
	transform: translateY(-60%);
}

.writ span {
	display: inline-block;
}

.writ h2 {
	position: relative;
	right: -100px;
}

.writ h2 span {
	line-height: 55px;
	font-size: 50px;
	color: #fff;
	background: #0076D3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.writ h3 {
	position: relative;
	right: -100px;
}

.writ h3 span {
	margin: 0px;
	line-height: 55px;
	font-size: 50px;
	color: #fff;
	background: #262F36;
	font-family: 'Raleway', sans-serif, "微软雅黑", 'Microsoft Yahei';
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.writ h4 {
	margin: 18px 0;
	position: relative;
	top: 40px;
}

.writ h4 span {
	line-height: 42px;
	font-size: 30px;
	color: #186AAB;
}

.writ p {
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 40px;
}

.bannerLink {
	margin-top: 20px;
}

.bannerLink a {
	float: right;
	height: 42px;
	padding: 0 35px;
	margin-right: 0px;
	line-height: 42px;
	font-size: 12px;
	color: #186AAB;
	background: #fff;
	border: 2px solid #186AAB;
	border-radius: 23px;
	position: relative;
}

.bannerLink a:hover {
	color: #fff;
	background: #186AAB;
}

.bannerLink a:first-child {
	color: #fff;
	background: #186AAB;
}

.bannerLink a:first-child:hover {
	color: #186AAB;
	background: #fff;
}

.bannerLink a.bannerMore1 {
	left: -60px;
}

.bannerLink a.bannerMore2 {
	right: -60px;
}

/*通知公告*/
.notice {}

.notice ul {}

.notice ul li {
	float: left;
	width: 33.3%;
	height: 342px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	position: relative;
	top: 40px;
}

.notice ul li:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0, 79, 178, .9);
}

.notice ul li.num2:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0, 129, 232, .9);
}

.notice ul li.num1 {
	background-image: url(../image/left-box-bg.jpg);
}

.notice ul li.num2 {
	background-image: url(../image/center-box-bg.jpg);
}

.notice ul li.num3 {
	background-image: url(../image/right-box-bg.jpg);
}

.noticeW {
	margin-top: 66px;
	padding: 0 30px;
	color: #fff;
	position: relative;
	z-index: 22;
}

.noticeW h2 {
	color: #fffa7a;
	font-size: 16px;
}

.noticeW h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
}

.noticeW h4 {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 26px;
	margin: 0;
	margin-bottom: 8px;
}

.noticeW p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}

.noticeW a {
	display: block;
	width: 106px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 21px;
}

.noticeW a:hover {
	color: #186AAB;
	background: #fff;
}

/*新闻中心*/
.homeNews {
	padding: 80px 0;
	position: relative;
	top: 40px;
}

.tit {
	text-align: center;
}

.tit h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.tit h3 {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}

.tit p {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.tit p span {
	display: block;
	width: 6px;
	height: 6px;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

.tit p:before,
.tit p:after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}

.tit p:before {
	left: 14px;
}

.tit p:after {
	right: 14px;
}

.titLeft {
	text-align: left;
}

.titLeft p {
	border-color: #186AAB;
}

.titLeft p span {
	background: #186AAB;
}

.titLeft p:after {
	right: -96px;
}

.homeNewsWrap {
	margin-top: 60px;
}

.homeNewsList {}

.homeNewsList li {
	float: left;
	width: 31.33%;
	margin-left: 3%;
	position: relative;
	top: 40px;
}

.homeNewsList li:first-child {
	margin-left: 0;
}

.picList {
	position: relative;
}

.picList .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/*left: 50%; top: 50%; transform: translate(-50%,-50%);*/
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all .5s ease;
	background: rgba(37, 98, 179, .75);
}

.homeNewsList li .cont {
	margin-top: 25px;
}

.homeNewsList li .cont .left {
	float: left;
	width: 16.888%;
	text-align: center;
}

.homeNewsList li .cont .left .time {
	padding: 14px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 22px;
	background-color: #008cd7;
}

.homeNewsList li .cont .left .time b {
	display: block;
	font-weight: 500;
	font-size: 24px;
}

.homeNewsList li .cont .left .date {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}

.homeNewsList li .cont .right {
	float: right;
	width: 77.222%;
}

.homeNewsList li .cont .right h2 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

.homeNewsList li .cont .right h2 a:hover {
	color: #1182DF;
}

.homeNewsList li .cont .right p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.homeNewsList li .cont .right h3 {
	color: #222222;
	font-size: 13px;
}

.homeNewsList li .cont .right h3 a {
	color: #1182DF;
}

.hoverBg:hover .picList .bg {
	transform: scale(1);
}

.picList .bg a {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 8px;
	text-align: center;
	background: #ffffff5c;
	color: #186AAB;
	border: 1px solid #fff;
	font-size: 20px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* opacity: .5; */
	z-index: 22;
}

.picList .bg a i {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* .picList .bg a i:after {content: "\f0c1";} */
.picList .bg a:hover {
	background: #186AAB;
	border-color: #fff;
	color: #fff;
}

/*销售信息*/
.homeInfor {
	background: #FBFCFC;
}

.homeInfor .pic {
	float: left;
	width: 49%;
	position: relative;
	top: 40px;
}

.homeInfor .right {
	float: right;
	width: 50%;
	position: relative;
	top: 40px;
}

.homeInforCont {
	width: 610px;
	margin: 70px 0 0 90px;
}

.homeInforCont h3 {
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif, "微软雅黑", 'Microsoft Yahei';
	font-size: 28px;
	text-transform: capitalize;
	color: #1182DF;
	font-weight: 300;
	line-height: 40px;
}

.homeInforCont p {
	margin-bottom: 22px;
	color: #333333;
	line-height: 26px;
}

a.detail {
	display: block;
	height: 32px;
	width: 86px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	border: 2px solid #D3D3D3;
	color: #202A30;
	border-radius: 18px;
	font-weight: 600;
}

a.detail:hover {
	color: #fff;
	background: #186AAB;
	border-color: #186AAB;
}

.zhongc {
	width: 1540px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

.neirong {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	border: 2px solid #307add;
}

.zhong {
	width: 1540px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

.zhonga {
	width: 1570px;
	height: 480px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0px 50px 0px;
}

.homeInforBottom {
	position: relative;
	top: 40px;
	background: #f2f2f2;
}

.homeInforBottom ul {}

.homeInforBottom ul li {
	float: left;
	width: 50%;
	height: 336px;
	background: url(../image/2.png) 0 0 no-repeat;
	opacity: .9;
	position: relative;
}

.homeInforBottom ul li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.homeInforBottom ul li:first-child {
	background: url(../image/1.png) 0 0 no-repeat;
}

.homeInforBottom ul li:first-child:after {}

.homeInforBottom ul li:first-child .cont {
	float: left;
}

.homeInforBottom ul li .cont {
	width: 560px;
	margin-top: 70px;
	padding: 0 90px;
	color: #666;
	position: relative;
	z-index: 24;
}

.homeInforBottom ul li .cont h3 {
	font-size: 30px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 15px;
	color: #008cd7;
}

.homeInforBottom ul li .cont p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}

.homeInforBottom ul li .cont a.detail {
	width: 106px;
	color: #008cd7;
	border-color: #008cd7;
}

.homeInforBottom ul li .cont a.detail:hover {
	color: #fff;
	background: #008cd7;
}

.detail1 {
	color: #fff;
	font-size: 12px;
}

.detail1:hover {
	text-decoration: underline;
}

.homeCom {
	padding: 80px 0;
	position: relative;
	top: 40px;
}

.homeCom .left {
	float: left;
	width: 50%;
}

.homeCom .left .cont {
	width: 90%;
	margin-top: 16px;
	position: relative;
	/*border: 1px solid #000000;*/
}

.homeCom .left .cont:before {
	display: none;
	content: "";
	position: absolute;
	width: 1px;
	height: 94%;
	background: #F1F1F1;
	top: 10px;
	left: 6px;
}

.homeCom .left .cont h2 {
	padding-left: 26px;
	margin: 20px 0;
	font-size: 20px;
	color: #202A30;
	font-weight: 600;
	cursor: pointer;
}

.homeCom .left .cont h2 em {
	font-size: 16px;
}

.homeCom .left .cont h2.active .btnY {
	border-color: #186AAB;
}

.homeCom .left .cont h2.active .btnY i {
	background: #186AAB;
}

.homeComSelect {
	display: none;
	padding-left: 40px;
}

.homeComSelect p {
	margin-bottom: 21px;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.btnY {
	display: inline-block;
	position: relative;
	left: -26px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #F1F1F1;
	border-radius: 50%;
	z-index: 22;
}

.btnY i {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #F1F1F1;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.homeCom .right {
	float: right;
	width: 50%;
}

.img-masonary {
	margin: 20px 0 0 15px;
}

.homeJt {
	padding: 90px 0;
	position: relative;
	background: url(../image/fact-counter-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	top: 40px;
}

.homeJt:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #2562b3;
	opacity: .95;
}

.homeJt .wrap {
	position: relative;
	z-index: 22;
}

.homeJt .cont {
	width: 50%;
}

.homeJt h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}

.homeJt a.detail {
	width: 136px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	color: #186AAB;
	border-radius: 23px;
}

.homeJt a.detail:hover {
	color: #fff;
	background: #186AAB;
	border-color: #fff;
}

/*成员企业*/
.homeCyqy {
	background: #f7f7f7;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}

.homeCyqy .wrap {
	position: relative;
	top: 40px;
}

.homeCyqyW {
	margin-top: 60px;
}

.homeCyqyW ul {
	background: #f7f7f7;
}

.homeCyqyW ul li {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.homeCyqyCont {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}

.homeCyqyCont h2 {
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #202A30;
}

.homeCyqyCont h3 {
	line-height: 24px;
	color: #186AAB;
	font-weight: 600;
}

.homeCyqyCont p {
	line-height: 28px;
}

.homeCyqyCont .line {
	height: 1px;
	margin: 12px 0 12px 0;
}

.homeCyqyCont a {
	margin-top: 10px;
}

.homeCyqyW .bx-wrapper .bx-controls-direction a {
	width: 42px;
	height: 42px;
	margin: 0;
	top: -100px;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	color: #fff;
	z-index: 99;
}

.homeCyqyW .bx-wrapper .bx-controls-direction a:hover {
	background-color: #186AAB;
}

.homeCyqyW .bx-wrapper .bx-controls-direction a.bx-prev {
	left: auto;
	right: 66px;
	background-image: url(../image/xq_jt_l.png);
}

.homeCyqyW .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background-image: url(../image/xq_jt_r.png);
}


/*bottom*/
.bottom {
	padding: 55px 0;
	background: #2562B3;
	position: relative;
	top: 40px;
}

.bottom .left {
	float: left;
	width: 80%;
}

.bottom .left h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	margin-bottom: 16px;
}

.bottom .left p {
	font-size: 16px;
	color: #D5E0EE;
	margin: 0;
	line-height: 25px;
}

.bottom .right {
	float: right;
}

.bottom .right a.detail {
	width: 100px;
	margin: 22px 0 0 0;
	color: #222222;
	background: #fff;
	border-color: #fff;
}

.bottom .right a.detail:hover {
	color: #fff;
	background: #186AAB;
}

/*footer*/
.footer {
	padding: 80px 0;
	background: #262F36;
	position: relative;
	top: 40px;
}

.footer .left {
	float: left;
}

.footer .right {
	float: right;
}

.footer .footerJt {
	width: 240px;
	margin-right: 26px;
}

.footer .footerJt .contact {
	margin-top: 45px;
}

.footer .footerJt .contact li {
	font-size: 14px;
	color: #C9C9C9;
	margin-bottom: 18px;
}

.footer .footerJt .contact li i {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 15px;
}

.footer .footerJt .contact li span {
	display: table-cell;
	vertical-align: middle;
}

.footer .footerLink {
	width: 171px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	border-left-style: none;
	border-left: 1px solid #2D373F;
	text-align: center;
}

.footer h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}

.footer .footerLink ul {}

.footer .footerLink ul li {}

.footer .footerLink ul li a {
	font-size: 16px;
	color: #939393;
	line-height: 38px;
}

.footer .footerLink ul li a:hover {
	color: #fff;
}

.footer .footerNews {
	width: 310px;
}

.footer .footerNews ul {
	margin-top: 40px;
}

.footer .footerNews ul li {
	margin-bottom: 20px;
}

.footer .footerNews ul li span.border {
	color: #576673;
	font-size: 13px;
	display: table-cell;
	vertical-align: top;
}

.footer .footerNews ul li span.border:before {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: block;
}

.footer .footerNews ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}

.footer .footerNews ul li .content a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}

.footer .footerNews ul li .content a:hover {
	color: #fff;
}

.footer .footerNews ul li .content span {
	color: #576673;
	font-size: 13px;
	display: block;
}

.footer .footerContact {
	width: 416px;
}

.footer .footerContact input {
	width: 100%;
	margin-bottom: 10px;
	padding: 12px 20px;
	font-size: 13px;
	box-sizing: border-box;
	background: #2C353C;
	color: #C9C9C9;
}

.footer .footerContact textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	padding: 12px 20px;
	font-size: 13px;
	box-sizing: border-box;
	background: #2C353C;
	color: #C9C9C9;
}

.footer .footerContact button {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background: #1182DF;
	cursor: pointer;
	transition: all .3s ease-in;
}

.footer .footerContact button:hover {
	background: #186AAB;
}

.footerBottom {
	padding: 22px 0;
	text-align: center;
	background: #262F36;
	border-top: 1px solid #2D373F;
	font-size: 14px;
}

.footerBottom p {
	line-height: 20px;
}

.footerBottom a {
	color: #ff6600;
}

.img-masonary video {
	height: 420px;
}

.homeCyqyW .bx-wrapper {
	max-width: 1540px !important;
}

/**********关于交发*************/
.contBanner {
	width: 100%;
	height: 380px;
	left: 0;
	top: 130px;
	z-index: 0;
}

.contBannerAbout {
	background: url(../image/zy_banner01.jpg) no-repeat center;
	background-size: auto 100%;
}

.contBannerWrit {
	height: 252px;
	width: 294px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../image/zy_title_bg.png) no-repeat center center;
}

.contBannerWritW {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}

.contBannerWrit h2 {
	font-size: 36px;
	border-bottom: #fff solid 1px;
	display: inline-block;
	min-width: 200px;
	height: 52px;
	overflow: hidden;
	color: #fff;
}

.contBannerWrit h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: arial;
	line-height: 30px;
	width: 220px;
	margin: 8px auto 0 auto;
}

.contMain {
	margin-top: 0px;
	position: relative;
	z-index: 1;
}

.contWrap {
	width: 1540px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.aboutTit {
	text-align: center;
	padding: 60px 0 60px 0;
	position: relative;
	top: 40px;
}

.aboutTit ul {}

.aboutTit ul li {
	display: inline-block;
	width: 144px;
	height: 46px;
	margin: 0 4px;
	line-height: 46px;
}

.aboutTit ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	background: #e5e5e5;
}

.aboutTit ul li a:hover {
	color: #fff;
	background-color: #0382db;
}

.aboutTit ul li.active a {
	color: #fff;
	background-color: #2562b3;
}

.aboutCont {
	margin-bottom: 100px;
}

.aboutCont li.left {
	float: left;
	width: 50%;
}

.aboutCont li.right {
	float: right;
	width: 50%;
}

.aboutContHead {
	width: 82%;
	margin: 10px auto 30px;
	text-align: center;
}

.aboutContHead h3 {
	letter-spacing: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #333;
}

.aboutContHead h2 {
	font-size: 40px;
	color: #0382db;
	position: relative;
	z-index: 1;
}

.aboutContHead h2 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 4;
}

.aboutContHead h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.aboutTxt {
	padding: 0 30px;
	margin-top: 30px;
}

.aboutTxt p {
	margin-bottom: 30px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 36px;
	color: #666;
}

/**********关于我们-联系我们*************/
.aboutconInfor {
	padding: 0 0 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.aboutconInfor ul {
	padding: 0 50px;
}

.aboutconInfor ul li {
	float: left;
	width: 33.3%;
	text-align: center;
}

.aboutconInfor ul li .pic {
	height: 66px;
	line-height: 66px;
	font-size: 0;
}

.aboutconInfor ul li .pic img {
	width: auto;
	vertical-align: middle;
}

.aboutconInfor ul li h2 {
	color: #888;
	margin-top: 2px;
	border-bottom: 14px;
}

.aboutconInfor ul li h3 {
	margin: 10px 0;
	line-height: 36px;
	font-family: Arial;
	font-size: 20px;
	color: #333;
}

.aboutconInfor ul li h3 a {
	display: inline-block;
	width: 130px;
	font-size: 14px;
	color: #fff;
	background: #1182DF;
}

.aboutconInfor ul li h3 a:hover {
	background: #186AAB;
}

.aboutconBottom {
	margin: 60px 0;
}

.aboutconBottom .left {
	float: left;
	width: 50%;
}

.aboutconBottom .right {
	float: right;
	width: 49%;
}

.aboutconCont {
	padding: 30px 10px 30px 50px;
	background: #f7f7f7;
	height: 444px;
}

.aboutconCont h2 {
	line-height: 46px;
	font-size: 26px;
	color: #222;
}

.aboutconCont h3 {
	line-height: 36px;
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}

.aboutconCont ul {
	margin-top: 15px;
}

.aboutconCont ul li {
	float: left;
	width: 45%;
	box-sizing: border-box;
}

.aboutconCont ul li:first-child {
	margin-right: 9%;
	border-right: 1px solid #ececec;
}

.aboutconCont ul li .pic {
	float: left;
	width: 30%;
}

.aboutconInner {
	float: right;
	width: 69%;
}

.aboutconInner p {
	line-height: 34px;
	font-size: 16px;
	color: #888;
	margin-top: 5%;
}

/**********关于我们-部门分工*************/
.bgF3 {
	background: #f3f3f3;
}

.aboutdepar {
	padding: 80px 0;
}

.aboutdepar ul {}

.aboutdepar ul li {
	float: left;
	width: 48%;
	margin: 0 1% 60px 1%;
	padding: 30px 0;
	background: #fff;
	transition: all .3s ease-in;
}

.aboutdepar ul li:hover {
	box-shadow: 0 0 26px 2px #ddd;
}

.aboutdepar ul li .pic {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 3.5% 6.8% 8.42% 7%;
	;
	background: url(http://www.shilangte.com/images/about/notebook.png) no-repeat center;
	background-size: 100%;
}

.aboutdepar ul li .cont {
	float: right;
	width: 38%;
	margin-right: 2%;
}

.aboutdeparHead {
	margin-top: 30px;
}

.aboutdeparHeadPic {
	float: left;
	width: 84px;
	height: 84px;
	border: 1px solid #b6c4cd;
	border-radius: 100%;
	overflow: hidden;
}

.aboutdeparHeadPic img {
	max-width: 200%;
	max-height: 200%;
}

.aboutdeparHeadCont {
	float: left;
	width: 57%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0%;
}

.aboutdeparHeadCont h2 {
	font-size: 20px;
	color: #333;
}

.aboutdeparHeadCont h3 {
	color: #888;
	margin-top: 8px;
}

.aboutdeparHeadTxt {
	height: 130px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
	margin-top: 25px;
}

.aboutdeparHeadTxt p {}

.aboutdepar ul li .cont a {
	display: block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #1182DF;
	border-radius: 2px;
}

.aboutdepar ul li .cont a:hover {
	background: #186AAB;
}

/**********关于我们-领导致辞*************/
.aboutlead {}

.aboutlead ul {
	margin-bottom: 30px;
}

.aboutlead ul li {
	width: 52.444%;
	color: #333;
}

.aboutlead ul li.aboutleadPic {
	width: 44%;
}

.aboutlead ul li.left {
	float: left;
}

.aboutlead ul li.right {
	float: right;
}

.aboutlead ul li:hover .pic img {
	transform: scale(1.1);
}

.aboutlead ul li h3 {
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 40px;
	color: #333;
	line-height: 30px;
}

.aboutlead ul li p {
	font-size: 16px;
	line-height: 30px;
}

.aboutlead ul li a.detail {
	width: 122px;
	height: 42px;
	margin-top: 20px;
	line-height: 42px;
	color: #fff;
	background: #186AAB;
	border-radius: 23px;
	border-color: #186AAB;
}

.aboutlead ul li a.detail:hover {
	color: #186AAB;
	background: #fff;
}

/**********关于我们-组织架构*************/
.aboutorg {
	margin-bottom: 60px;
	text-align: center;
}

.aboutorg .pic {
	width: 80%;
	margin: 0 auto;
}

/*.aboutorg .pic img {width: 100%;}*/
/**********经营业务*************/
.contBannerBusiness {
	background: url(../image/zy_banner05.jpg) no-repeat center;
	background-size: auto 100%;
}

.business .pic {
	text-align: center;
	margin-bottom: 50px;
}

.business .pic img {
	width: auto;
	max-width: 100%;
}

/**********经营业务-公交信息*************/

/**********经典项目*************/
.contBannerClassic {
	background: url(../image/zy_banner08.jpg) no-repeat center;
	background-size: auto 100%;
}

.classicList li {
	float: left;
	width: 22.5%;
	margin: 0 1% 50px 1%;
}

.classicList li .cont {
	margin-top: 20px;
}

.classicList li .cont h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #222E35;
	line-height: 25px;
	margin: 0;
	margin-bottom: 4px;
}

.classicList li .cont h3 a:hover {
	color: #1182DF;
}

.classicList li .cont span {
	font-size: 13px;
	color: #2562B3;
	text-transform: capitalize;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
}

.classicList li .cont p {
	height: 54px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	margin: 0;
	overflow: hidden;
}

.classicList li .cont .detail {
	margin-top: 12px;
}

.beijing {
	width: 100%;
	background: #f7f7f7;
}

.biaotia {
	width: 1380px;
	height: 380px;
	background: #ffffff;
	padding: 50px 50px 50px 50px;
	margin: 0px 14px;
	font-size: 18px;
	color: #006db3;
	list-style-type: none;
}

.biaotia ul {
	font-size: 18px;
	line-height: 36px;
}

.biaotia li {
	float: left;
}

.biaotia li a {
	display: inline-block;
	height: 100%;
	margin: 3px 3px;
	padding: 0 14px;
	color: #666;
	zoom: 1;
	*display: inline;
	float: none;
	height: 28px;
}

.biaotia li a:hover {
	color: #fff;
	background: #006db3;
	height: 28px;
}

.biaotia li a.active {
	color: #fff;
	background: #346DB8;
	height: 28px;
}

.biaotizi a {
	color: #ffffff;
	background: #2562b3;
	margin: 13px 3px 13px 3px;
	padding: 6px 14px;
}

.page {
	width: 100%;
	height: 30px;
	padding: 50px 0px 50px 0px;
	text-align: center;
	line-height: 30px;
	color: #666;
}

.page em {
	display: inline-block;
	height: 100%;
	margin: 0 3px;
	padding: 0 18px;
	font-size: 20px;
	vertical-align: top;
	cursor: pointer;
}

.page em:hover {
	color: #333;
	background: #f5f4f4;
}

.page em.active {
	color: #fff;
	background: #346DB8;
}

.page a {
	display: inline-block;
	height: 100%;
	margin: 0 5px;
	padding: 0 18px;
	color: #666;
	background: #fff;
	border: 0px solid #F1F1F1;
	zoom: 1;
	*display: inline;
	float: none;
}

.page a:hover {
	color: #fff;
	background: #006db3;
}

.page a.active {
	color: #fff;
	background: #346DB8;
}

.page p {
	display: inline-block;
	height: 100%;
	margin-left: 20px;
	zoom: 1;
	*display: inline;
	float: none;
}

/**********企业文化*************/
.contBannerEnter {
	background: url(../image/zy_banner03.jpg) no-repeat center;
	background-size: auto 100%;
}

.enter {
	margin-bottom: 60px;
}

.enter .pic {
	float: left;
	width: 630px;
	height: 420px;
	margin: 0 16px 0 0;
}

.enter .txt {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
}

/**********人力资源*************/
.contBannerManpower {
	background: url(../image/zy_banner04.jpg) no-repeat center;
	background-size: auto 100%;
}

.manpower {}

.manpower .pic {
	text-align: center;
}

.manpower .pic img {
	width: auto;
}

.manpower .txt {
	margin: 50px;
	font-size: 18px;
	text-indent: 2em;
	color: #333;
}

.manpower p {}

/**********成员企业*************/
.contBannerMember {
	background: url(../image/zy_banner07.jpg) no-repeat center;
	background-size: auto 100%;
}

.memberW {
	padding-top: 80px;
	margin-bottom: 60px;
}

.memberW .left {
	float: left;
	width: 66%;
}

.memberW .left .pic {
	text-align: center;
}

.memberW .left .pic img {
	width: auto;
	max-width: 100%;
}

.memberW .left h2 {
	margin-bottom: 30px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.memberW .left .txt {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
}

.memberW .left p {
	margin: 0 0 20px;
}

.memberW .right {
	float: right;
	width: 30%;
}

.memberSearch {
	height: 54px;
	margin-bottom: 36px;
	line-height: 54px;
	border: 1px solid #F1F1F1;
	border-radius: 28px;
	overflow: hidden;
}

.memberSearch input.text {
	width: 73%;
	margin-left: 6%;
	vertical-align: middle;
}

.memberSearch input.sub {
	float: right;
	width: 20%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #1182DF;
	cursor: pointer;
}

.memberSearch input.sub:hover {
	background: #186AAB;
}

.memberW .right h2 {
	margin: 25px 0 12px 0;
	font-size: 24px;
	font-weight: 600;
	color: #3F3E3E;
	text-transform: capitalize;
}

.memberList {
	margin-top: 10px;
}

.memberList li {
	height: 42px;
	line-height: 42px;
	font-size: 12px;
}

.memberList li a {
	padding-left: 26px;
	position: relative;
	color: #333333;
}

.memberList li a:hover {
	color: #1182DF;
}

.memberList li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 6px;
	left: 0;
}

.memberGjz {}

.memberGjz li {
	float: left;
	height: 30px;
	margin-right: 8px;
	margin-bottom: 15px;
	line-height: 30px;
	border: 1px solid #F1F1F1;
	border-radius: 16px;
	overflow: hidden;
}

.memberGjz li a {
	display: block;
	height: 100%;
	padding: 0 22px;
	color: #BABABA;
}

.memberGjz li a:hover {
	color: #fff;
	background: #346DB8;
}

/**********新闻中心*************/
.contBannerNews {
	background: url(../image/zy_banner02.jpg) no-repeat center;
	background-size: auto 100%;
}

.newsW {
	padding: 0;
}

.newsList li {
	width: 100%;
	padding-bottom: 40px;
	margin: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #F1F1F1;
}

.newsW .left .newsList li .pic img {
	width: 100%;
}

.newsW .left .newsList li .cont h2 {
	text-align: left;
}

.newsList li .cont .left {
	width: 80px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
}

.newsList li .cont .right {
	float: none;
	width: auto;
	display: table-cell;
	vertical-align: middle;
}

.pageNews {
	padding-top: 0;
	border: none;
}

.newsWqlist {
	margin-top: 20px;
}

.newsWqlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F1F1F1;
}

.newsWqlist li:last-child {
	border: none;
}

.newsWqlist li:hover img {
	transform: scale(1.1);
}

.newsWqlist li:hover .cont h3 {
	color: #186AAB;
}

.newsWqlist li a {
	display: block;
}

.newsWqPic {
	display: table-cell;
	vertical-align: middle;
}

.newsWqlist li a .pic {
	width: 70px;
	margin-right: 20px;
}

.newsWqlist li a .cont {
	display: table-cell;
	vertical-align: middle;
}

.newsWqlist li a .cont h3 {
	margin-bottom: 4px;
	color: #333333;
	line-height: 24px;
	font-family: "微软雅黑";
}

.newsWqlist li a .cont p {
	color: #2562B3;
	baseline-shift: 26px;
}

/**********新闻中心-通知公告*************/
.noticList {}

.notic {
	margin-bottom: 60px;
}

.noticList li {
	float: left;
	width: 46%;
	margin: 0 2% 40px 2%;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.noticList li .left {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	width: 100px;
}

.noticList li .left>*,
.noticList li .right>* {
	font-family: "微软雅黑";
}

.noticList li .left h2 {
	font-size: 16px;
	color: #666;
	margin: 10px 0 10px;
}

.noticList li .left h3 {
	font-size: 34px;
	color: #222;
}

.noticList li .right {
	display: table-cell;
	vertical-align: middle;
}

.noticList li .right h3 {
	font-size: 20px;
	line-height: 28px;
	height: 56px;
}

.noticList li .right h3 a:hover {
	color: #186AAB;
}

.noticList li .right p {
	height: 74px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

/**********招标信息*************/
.tender {
	margin: 50px 0 0 0;
}

.tenderList {}

.tenderList li {
	float: left;
	width: 28%;
	margin: 0 1.25% 100px 1.25%;
	background: #fff;
	padding: 20px 20px 20px 20px;
}

.tenderList li:hover .left .icon {
	background: #fff;
	border-color: #2562b3;
	color: #2562b3;
}

.tenderList li .left {
	display: table-cell;
	vertical-align: top;
}

.tenderList li .left .icon {
	width: 115px;
	height: 65px;
	border: 2px solid #2562b3;
	background: #2562b3;
	text-align: center;
	color: #fff;
	line-height: 63px;
	margin-right: 27px;
	position: relative;
	transition: all .3s ease;
}

.tenderList li .left .icon:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -17px;
	right: -17px;
	background: #fff;
	transform: rotate(45deg);
}

.tenderList li .left .icon span {
	display: inline-block;
	margin-top: 10px;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tenderList li .right {
	display: table-cell;
	vertical-align: top;
}

.tenderList li .right h3 {
	height: 50px;
	font-size: 20px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: clip;
	overflow: hidden;
}

.tenderList li .right h3 a:hover {
	color: #186AAB;
}

.tenderList li .right p {
	color: #333333;
	line-height: 24px;
	margin: 0;
	margin-bottom: 15px;
	font-size: 16px;
	/*display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:clip;overflow:hidden;*/
}

.tenderList li .right a.tenderListD {
	color: #2562B3;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}

.tenderList li .right a.tenderListD:hover {
	color: #5E2A30;
}

.animate {
	position: relative;
	top: 40px;
}

.aboutdeparHead {
	height: 88px;
}

/*党群工作*/
.partList {}

.partList li {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F1F1F1;
}

.partList li .partPic {
	display: table-cell;
	vertical-align: top;
}

.partList li .partPic .pic {
	width: 300px;
	margin-right: 20px;
}

.partList li:hover .pic img {
	transform: scale(1.1);
}

.partList li .cont {
	display: table-cell;
	vertical-align: top;
	font-family: "微软雅黑";
}

.partList li .cont h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
}

.partList li .cont h3 a:hover {
	color: #186AAB;
}

.partList li .cont h4 {
	color: #1182DF;
	font-family: "微软雅黑";
}

.partList li .cont p {
	line-height: 28px;
}

/*详情页*/
.detailW {
	margin-bottom: 60px;
}

.detailHead {
	padding: 10px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
}

.detailHead h2 {
	margin-bottom: 20px;
	line-height: 36px;
	font-size: 22px;
	font-weight: 600;
	font-family: "微软雅黑";
	color: #333;
}

.detailHead p {}

.detailHead p em {
	display: inline-block;
	margin: 0 20px;
}

.detailHead p em span {
	display: inline-block;
	padding: 0 2px;
	margin-right: 2px;
	cursor: pointer;
}

.detailHead p em span.on {
	color: #2562b3;
}

.detailHead p em span.middle {
	font-size: 18px;
}

.detailHead p em span.big {
	font-size: 20px;
}

.detailCont {
	width: 80%;
	margin: 30px auto 0;
}

.detailCont p {
	margin-bottom: 20px;
	color: #333;
	line-height: 28px;
	text-indent: 2em;
}

.detailCont .pic {
	margin: 20px 0;
}

.jump {
	margin-top: 36px;
	padding: 16px 0;
	color: #333;
	border-top: 1px solid #E1E1E1;
}

.jump p {
	color: #333;
	line-height: 32px;
}

.jump p a:hover {
	color: #186AAB;
}


@media (max-width: 1680px) {
	.homeInforCont {
		margin: 40px 0 0 68px;
	}

	.homeInforCont h3 {
		line-height: 36px;
		margin-bottom: 16px;
	}

	.homeInforCont p {
		margin-bottom: 18px;
	}

	.contWrap {
		width: 1400px;
	}

}


/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 570px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #378ae9 url(../image/rightbar.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #ff4a00 url(../image/rightbar.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #2173d5 url(../image/rightbar.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: #a0a0a0 url(../image/rightbar.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}