/*
全局css，适合所有页面
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #4c4c4c;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline: none;
}
.hover-blue:hover {
	color: #245ba9 !important;
}
/*a:hover {
	color: #245ba9;
}*/

p {
	text-indent: 0em;
}

li {
	list-style-type: none;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
}

.w1300 {
	width: 1300px;
	margin: auto;
}
.w1300 img {
	max-width: 100%;
}

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

.w1150 {
	width: 1150px;
	margin: auto;
}
.w1100 {
	width: 1100px;
	margin: auto;
}

.bggrey {
	background: #f6f6f6;
}
.bg-f7{
	background: #f7f7f7;
}
.bg-f6{
	background: #f6f6f6;
}
.bg-f5 {
	background: #f5f5f5;
}
.bg-e7f {
	background: #e7f1ff;
}
.bgblue {
	background: #26497e;
}
.bg-3b7 {
	background: #3b7abe;
}
.bg-939 {
	background: #939393;
}

.bgwhite {
	background: #fff;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

.h20 {
	height: 20px;
}

.h25 {
	height: 25px;
}

.h30 {
	height: 30px;
}

.h35 {
	height: 35px;
}

.h40 {
	height: 40px;
}

.h45 {
	height: 45px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}

.w100 {
	width: 100%;
}

.w98 {
	width: 98%;
	margin: auto;
}

.w96 {
	width: 96%;
	margin: auto;
}

.w95 {
	width: 95%;
	margin: auto;
}
.w94 {
	width: 94%;
	margin: auto;
}

.w92 {
	width: 92%;
	margin: auto;
}

.w90 {
	width: 90%;
	margin: auto;
}
.w86 {
	width: 86%;
	margin: auto;
}
.w85 {
	width: 85%;
	margin: auto;
}
.w82 {
	width: 82%;
	margin: auto;
}
.w66 {
	width: 66%;
}
.w60 {
	width: 60%;
}
.w53 {
	width: 53%;
}
.w50 {
	width: 50%;
}
.w48 {
	width: 48%;
}
.w46 {
	width: 46%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w37 {
	width: 37%;
}
.w36 {
	width: 36%;
}
.w33 {
	width: 33.33%;
}
.w32 {
	width: 32%;
}
.w31 {
	width: 31%;
}
.w30 {
	width: 30%;
}
.w26 {
	width: 26%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w23 {
	width: 23%;
}
.w22 {
	width: 22%;
}
.w21 {
	width: 21%;
}
.w20 {
	width: 20%;
}
.w18 {
	width: 18%;
}
.w16 {
	width: 16.66%;
}
.auto {
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.items {
	align-items: center;
}

.baseline {
	align-items: baseline;
}

.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow7 {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow9 {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow10 {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow11 {
	display: -webkit-box;
	-webkit-line-clamp: 11;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow14 {
	display: -webkit-box;
	-webkit-line-clamp: 14;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow19 {
	display: -webkit-box;
	-webkit-line-clamp: 19;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-size: 14px;
} 
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}
.none {
	display: none;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.curse {
	cursor: pointer;
}
.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt30 {
	margin-top: 30px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.border-ccc {
	border: 1px solid #ccc;
}

.border-eee {
	border: 1px solid #eee;
}

.noborder {
	border: none !important;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}
.font32 {
	font-size: 32px;
}
.font33 {
	font-size: 33px;
}
.font34 {
	font-size: 34px;
}

.font36 {
	font-size: 36px;
}
.font38 {
	font-size: 38px;
}

.font40 {
	font-size: 40px;
}
.font42 {
	font-size: 42px;
}
.font46 {
	font-size: 46px;
}

.text-000 {
	color: #000;
}
.text-1a1 {
	color: #1a1a1a;
}
.text-010 {
	color: #010000;
}
.text-141 {
	color: #141414;
}
.text-212 {
	color: #212121;
}
.text-025 {
	color: #0257ab;
}
.text-232 {
	color: #232323;
}

.text-333 {
	color: #333;
}
.text-3e3 {
	color: #3e3a39;
}
.text-3f3 {
	color: #3f3f3f;
}
.text-393 {
	color: #393838;
}

.text-404 {
	color: #404040;
}
.text-414 {
	color: #414141;
}

.text-4c4 {
	color: #4c4c4c;
}

.text-505 {
	color: #505050;
}

.text-666 {
	color: #666;
}
.text-656 {
	color: #656565;
}
.text-808 {
	color: #808080;
}

.text-6d8 {
	color: #6d8ec4;
}
.text-264 {
	color: #26497e;
}

.text-999 {
	color: #999;
}
.text-yel {
	color: #fffc04;
}
.text-fff {
	color: #fff;
}
.line20 {
	line-height: 20px;
}
.line22 {
	line-height: 22px;
}
.line24 {
	line-height: 24px;
}
.line26 {
	line-height: 26px;
}
.line28 {
	line-height: 28px;
}
.line30 {
	line-height: 30px;
}
.line32 {
	line-height: 32px;
}
.line33 {
	line-height: 33px;
}
.line34 {
	line-height: 34px;
}
.line36 {
	line-height: 36px;
}
.line40 {
	line-height: 40px;
}
.line42 {
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}
.letter1 {
	letter-spacing: 1px;
}
.letter2 {
	letter-spacing: 2px;
}
.letter3 {
	letter-spacing: 3px;
}
.letter4 {
	letter-spacing: 4px;
}
.uppercase {
	text-transform: uppercase;
}
.break-all{
	word-break: break-all;
}
.italic{
	/*font-style: italic;*/
}
.indent2em {
	text-indent: 2em;
}
/*顶部栏*/
.header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background:rgba(38, 73, 126, 1);
}
.logo {
	width: 30%;
	height: 80px;
	line-height: 80px;
}
.logo img {
	/*height: 55px;*/
	vertical-align: middle;
}
.nav-ul {
	width: 55%;
}

.nav-ul li {
	width: 15%;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
}

.nav-ul li:hover {
	background-color: #26497e;
}

.nav-ul .on {
	background-color: #26497e;
}
.head_right {
	width: 12%;
	margin-left: 3%;
}
.search {
	width: 180px;
	display: none;
	position: absolute;
	top: 50px;
	left: -27px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}
.search input {
	border: none;
	height: 35px;
	width: 140px;
	padding: 0 10px;
	outline: 0;
	border-radius: 3px;
}
.search a {
	margin-right: 5px;
}

/*banner*/
.banner {
    /*margin-top: 80px;*/
}

.banner .bd {
}

.banner .bd ul {
}

.banner .bd ul li {
	height: 200px;
}
/*bann下*/
.cpul {
	margin-top: -3px;
}
.cpul li {
	width: 16.66%;
	height: 255px;
}
.cpul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.cpul li p {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}
.swiper-news,.news-r {
	width: 49.2%;
	margin: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/jt01.png) no-repeat center;
	left: -3px;
	outline: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/jt02.png) no-repeat center;
	right: -3px;
	outline: none;
}
.news-tit {
	position: absolute;
	bottom: 0;
	padding: 10px 0 20px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.news-r00 {
	width: 100%;
	height: 206px;
	overflow: hidden;
}
.news-r01 {
	width: 48.5%;
	height: 210px;
	overflow: hidden;
}
.news-r02 {
	width: 38.5%;
	height: 90px;
	overflow: hidden;
	background: #26497e;
	padding: 60px 5%;
}
.r02-tit {
	line-height: 34px;
}
.innewslist li {
	width: 23.7%;
}
.bg-anli {
	background: url(../images/bg-anli.jpg) no-repeat center;
	height: 413px;
}
.anlia {
	margin-right: 35px;
}
.al-hover {
	border-bottom: 3px solid #3d9fd2;
	padding-bottom: 3px;
	/*width: 79px;*/
}
.hover-big {
	transition: all 0.6s;
}
.hover-big:hover {
	transform: scale(1.2);
}
.zhuanquan {
}
.zhuanquan:hover{     
    /*-webkit-animation-play-state:paused;     */
    -webkit-animation:run 2s linear 0s infinite; 
	animation-iteration-count: 1;
}    
@keyframes run{   
    from{     
        -webkit-transform:rotate(360deg);     
    }     
    to{     
        -webkit-transform:rotate(0deg);     
    }
}
.right20 {
	right: 20px !important;
}
.left20 {
	left: 20px !important;
}
.top45 {
	top: 45% !important;
}
.bottom35 {
	left: 35% !important;
}
.right030 {
	right: -30px !important;
}
.left030 {
	left: -30px !important;
}
.right040 {
	right: -40px !important;
}
.left040 {
	left: -40px !important;
}
.right050 {
	right: -50px !important;
}
.left050 {
	left: -50px !important;
}
.right060 {
	right: -60px !important;
}
.left060 {
	left: -60px !important;
}
/*底部*/
.footer {
	padding: 20px 0;
}
.fleft img {
	margin-left: 10px;
}
.fright li {
	margin-left: 15px;
}
.fright p {
	text-align: right;
}
.footer a:hover {
	color: #fff;
}
.ewmbig {
	width: 80px;
	position: absolute;
	top: -21px;
	right: -100px; 
	z-index: 99;
}
/*---------------------------------以下是内页--------------------------------*/

/*内页布局*/
.nynav {
	/*height: 60px;*/
	line-height: 59px;
}
.nynav li {
	width: 16.6%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.nynav li a {
	color: #2b2b2b;
}
.nynav .active {
	background: #fff;
	border-bottom: 3px solid #245ba9;
	font-weight: bold;
	box-sizing: border-box;
}
.nynav .active a {
	color: #245ba9;
}
.nytitle {
	
}
/*内页右侧容器*/
.page-container {
	min-height: 400px;
}

/* 文字列表 */
.page-list {
}

.page-list ul {
}

.page-list ul li {
	margin: 0px 0px 10px 10px;
	line-height: 25px;
}

.page-list ul li a {
}

/* 九宫格列表 */

.page-list-9 {
}

.page-list-9 li {
	width: 30.5%;
	margin-bottom: 50px;
	margin-right: 4.2%;
}
.page-list-9 li:nth-child(3n) {
	margin-right: 0;
}

.li-pic-div {
	width: 100%;
	height: 260px;
}

.li-pic-div img {
	width: 100%;
}

.li-pic-title {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
}

/* 图文混列 */
.page-list-mix {
}

.page-list-mix li {
	margin-bottom: 30px;
}
.page-list-mix li .thumb {
	width: 28%;
	max-height: 240px;
}
.page-list-mix li .mix-des {
	width: 70%;
}

.page-list-mix li:hover a {
	color: #245ba9;
}

/*内页文章详细信息*/
.page-art-des {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.page-art-des p {
	margin-right: 15px;
}
.page-art-des p:last-child {
	margin-right: 0;
}

/* 上一篇下一篇 */
.page-updown {
	margin: 80px 0;
}

.page-updown p {
	text-indent: 0px;
	color: #808080;
	width: 49%;
}
.page-updown .next_page {
	text-align: right;
}

.page-updown a {
	color: #808080;
}
/*翻页*/
.wdcms-page {
	width: 60%;
	margin:  auto;
	text-align: center;
	height: 40px;
    line-height: 40px;
}

.wdcms-page a {
	color: #666;
    background: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 5px;
}

.wdcms-page a:hover {
	background: #26497e;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    color: #fff;
}

.wdcms-page span {
	background: #26497e;
	color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 5px;
    font-weight: bold;
}


.lxwmul li {
	width: 23%;
	cursor: pointer;
}
.lxwmul li:hover {
	background: rgb(89,112,129,1);
}
.lxwmul li:hover p {
	color: #fff;
}
.map{
	height: 400px;
}
.map-box .text-box {
	position: absolute;
	right: 155px;
	top: 0;
	bottom: 0;
	width: 440px;
	margin: auto;
	padding: 20px 15px;
	background-color: rgba(89,112,129,0.9);
	height: 185px;
}
.map-box .text-box .tit {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.map-box .text-box .con p {
	margin-bottom: 20px;
}
.map-box .text-box .con img {
	margin-right: 10px;
}
/*走进西普*/
.jianjie {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 50%;
}
.fazhan01 {
	position: absolute;
	top: 35px;
	left: 0;
	width: 36%;
}
.fazhan01 p:first-child {
	margin-bottom: 40px;
}
.fazhan02 {
	position: absolute;
	top: 0;
	left: 420px;
	/*left: 465px;*/
	width: 35%;
}
.fazhan02 p:first-child {
	margin-bottom: 30px;
}
.fazhan02 .fzdes {
	padding-left: 70px;
}
.fazhan03 {
	position: absolute;
	top: 40px;
	right: 0;
	width: 33%;
	/*width: 30%;*/
}
.fazhan03 p:first-child {
	margin-bottom: 35px;
}
.fazhan03 .fzdes {
	padding-left: 90px;
}
.fzdes {
	padding-left: 70px;
	/*padding-left: 60px;*/
}
.bg-tit {
	background: url(../images/bg-tit.png) no-repeat center;
	height: 220px;
}
.bg-tit2 {
	background: url(../images/bg-tit2.png) no-repeat center;
	height: 180px;
}
.bg-tit3 {
	background: url(../images/bg-tit3.png) no-repeat center;
	height: 200px;
}
.zzjg {
	margin-top: -75px;
}
.ryul li {
	width: 10%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	margin-right: 95px;
}
.ryul li:last-child {
	margin-right: 0;
}
.ryul .active {
	color: #fff;
	background: #255caa;
}
.ryul .active a {
	color: #fff;
}
.rycont {
	display: none;
}
.rycont li {
	width: 24%;
	margin: 0 1.3% 30px 0;
}
.rycont li:nth-child(4n) {
	margin-right: 0;
}
.culture {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 57.5%;
}
.wenhua {
	width: 47%;
}
.yeji {
	position: absolute;
	top: 30px;
	left: 0;
	width: 27%;
}
/*工业互联网*/
.hlwul li {
	width: 50%;
}
.hlwul li span {
	
}
.hlwul .active {
	color: #2860ac;
}
.hlwul .active span {
	width: 33%;
	border-bottom: 2px solid #2860ac;
	margin: 15px auto 0;
}
.hlwcont {
	display: none;
}
.hlwimg {
	width: 57%;
	background: url(../images/book01.png) no-repeat center;
	height: 436px;
	padding: 80px 0 30px;
	margin-top: -20px;
}
.hlwdes {
	width: 40%;
}
.yingyong li {
	margin-top: 40px;
}
.cyimg {
	width: 47.5%;
	overflow: hidden;
}
.zzjg2 {
	margin-top: -50px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
}
/*技术改造*/
.gzfs li:first-child {
	position: absolute;
	left: 120px;
	top: 135px;
	width: 21%;
}
.gzfs li:nth-child(2) {
	position: absolute;
	right: 120px;
	top: 120px;
	width: 21%;
	text-align: right;
}
.gzfs li:nth-child(3) {
	position: absolute;
	left: 30px;
	top: 375px;
	width: 20%;
}
.gzfs li:nth-child(4) {
	position: absolute;
	right: 32px;
	top: 375px;
	width: 20%;
}
.gzfs li:nth-child(5) {
	position: absolute;
	left: 163px;
	top: 647px;
	width: 21%;
}
.gzfs li:nth-child(6) {
	position: absolute;
	right: 163px;
	top: 645px;
	width: 21%;
}
.zzjg3 {
	margin-top: -90px;
}
.jsysul {
	width: 91%;
	margin: auto;
}
.jsysul li {
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.jsysul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.jsysul .ysimg {
	width: 47%;
}
.jsysul .ysimg img {
	width: 100%;
}
.jsysul .ysdes {
	width: 51%;
	align-items: flex-start;
}
.ysdestit {
	width: 84%;
}

/*能源*/
.jianjie2 {
	position: absolute;
	right: 45px;
	top: 40px;
	width: 54%;
}
.jianjie2 .letter4 {
	padding-left: 82px;
}
.ywysul {
	width: 91%;
	margin: auto;
}
.ywysul li {
	margin-bottom: 40px;
}
.ywysul .ysimg {
	width: 41%;
}
.ywysul .ysdes {
	width: 55%;
	align-items: flex-start;
}
.ysdestit {
	width: 84%;
}
.ysdestit p:first-child {
	border-bottom: 1px solid #b3cde7;
}
.fwln {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 71%;
}
.qhimg01 {
	background: url(../images/jtb02.png) no-repeat center !important;
}
.qhimg02 {
	background: url(../images/jtb01.png) no-repeat center !important;
}
.relative2 {
	position: relative;
	top: -81px;
}
/*工程承包*/
.jianjie3 {
	position: absolute;
	left: 20px;
	top: 590px;
	width: 56%;
}
.gs-content .swiper-slide {
	background: #8b8b8b;
	height: 505px;
}
.gs-content .swiper-slide img {
	width: 100%;
}
.gs-content .swiper-slide:hover {
	background: #26497e;
}
.gs-content .swiper-slide:hover img {
	margin-top: 15px;
	width: 350px;
	height: 270px;
}
.gs-content .swiper-slide:hover .overflow4 {
	display: block;
}
.line-f1 {
	height: 2px;
	width: 80%;
	margin: auto;
	background: #fff;
}
.gs-content .swiper-slide:hover .line-f1 {
	width: 40%;
	margin-top: 5px;
}
.jtc01 {
	background: url(../images/jtc02.png) no-repeat center !important;
}
.jtc02 {
	background: url(../images/jtc01.png) no-repeat center !important;
}
.jtd01 {
	background: url(../images/jtd02.png) no-repeat center !important;
}
.jtd02 {
	background: url(../images/jtd01.png) no-repeat center !important;
}
.sheji_l {
	position: absolute;
	top: 52px;
	left: 0;
	width: 28%;
}
.sheji_r {
	position: absolute;
	top: 105px;
	right: 10px;
	width: 30%;
}
.zhizao {
	position: absolute;
	top: 90px;
	left: 30px;
	width: 49%;
}
.line-b1 {
	width: 85px;
	height: 2px;
	background: #1a1a1a;
}
.zzjg4 {
	margin-top: -175px;
}
.gcjs-content {
	margin-top: -75px;
}
.zzjg5 {
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
}
.shengchan li {
	width: 476px;
	height: 415px;
	display: none;
}
.shengchan li:first-child {
	position: absolute;
	left: 65px;
	bottom: 65px;
}
.shengchan li:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 65px;
}
.shengchan li:last-child {
	position: absolute;
	right: 65px;
	bottom: 65px;
}
/*产品*/
.line-b2 {
	width: 60px;
	height: 3px;
	background: #333;
}
.line-b3 {
	width: 25px;
	height: 3px;
	background: #333;
}
.swiper-pagination {
	left: 0;
	right: 0;
}
.swiper-pagination {
	left: 0;
	right: 0;
}
.swiper-pagination-bullet {
	margin-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet-active {
	background: #26497e;
}

.mdwz1 {
	position: absolute;
	top: 72px;
	left: 216px;
}
.mdwz6 {
	position: absolute;
	top: 83px;
	right: 166px;
}
.mdwz2 {
	position: absolute;
	top: 348px;
	left: 113px;
}
.mdwz5 {
	position: absolute;
	top: 348px;
	right: 109px;
}
.mdwz3 {
	position: absolute;
	bottom: 45px;
	left: 217px;
}
.mdwz4 {
	position: absolute;
	bottom: 45px;
	right: 204px;
}
.mdimg1 {
	position: absolute;
	top: 33px;
	left: 440px;
}
.mdimg6 {
	position: absolute;
	top: 33px;
	right: 440px;
}
.mdimg2 {
	position: absolute;
	top: 295px;
	left: 270px;
	/*left: 300px;*/
}
.mdimg5 {
	position: absolute;
	top: 300px;
	right: 270px;
	/*right: 300px;*/
}
.mdimg3 {
	position: absolute;
	bottom: 33px;
	left: 440px;
}
.mdimg4 {
	position: absolute;
	bottom: 33px;
	right: 440px;
}
.mdimg7 {
	position: absolute;
	top: 65px;
	left: 440px;
}
.mdimg12 {
	position: absolute;
	top: 65px;
	right: 440px;
}
.mdimg8 {
	position: absolute;
	top: 320px;
	left: 280px;
}
.mdimg11 {
	position: absolute;
	top: 320px;
	right: 280px;
}
.mdimg9 {
	position: absolute;
	bottom: 80px;
	left: 440px;
}
.mdimg10 {
	position: absolute;
	bottom: 80px;
	right: 440px;
}

.hzy-content .swiper-slide img,.hzy2-content .swiper-slide img,.hzy3-content .swiper-slide img,.hzy4-content .swiper-slide img {
	width: 100%;
}