body {
	font-family: "\5FAE\8F6F\96C5\9ED1";
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 24px;
	min-width: 1200px;
	font-size: 17px;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p,
dd,
dt {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1e4c86;
	text-decoration: none;
}

.wrap {
	width: 1280px;
	margin: 0 auto;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.all_body {
	position: relative;
}

.all_heads {
	background: #ffffff;
	height: 80px;
}

.all_logo {
	padding-top: 18px;
}

.all_search {
	padding-top: 16px;
	margin-left: 32px;
	position: relative;
}

.all_search a {
	display: block;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	height: 40px;
	width: 40px;
	background: url(../images/search.png) no-repeat center center;
}

.all_search a:hover {
	border: 1px solid #b2b2b2;
	background: url(../images/search_hov.png) no-repeat center center;
}



.find_inputBlock {
	position: absolute;
	right: 39px;
	top:16px;
	width:0px;
	height:41px;
	overflow: hidden;
	border-bottom: 1px solid #b2b2b2;
	border-radius: 4px 0 0 4px;
	
}
.all_search:hover .find_inputBlock{width:200px;transition: all .5s ease;}

.all_search input {
	position: relative;
	height: 40px;
	padding-left: 15px;
	width: 200px;
	background: #fff;
	border: 1px solid #b2b2b2;

	padding-right: 11px;
	display: block;
	line-height:36px;
	font-size:16px;
}

.all_menu {
	overflow: hidden;
	
}

.all_menu ul {
	overflow: hidden;
	position: relative;
	left:0;
}

.all_menu ul li {
	float: left;
	margin-left: 40px;
	padding-top: 18px;
}

.all_menu ul li a {
	color: #1e4c86;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 6px;
	font-size: 18px;
	font-weight: 400;
}

.all_menu ul li a:hover,
.all_menu ul li.active a {
	border-bottom: 3px solid #1e4c86;
}

.all_menu ul.cur {
	
	left: -200px;
	transition: all .5s ease;
}

.swiper-container {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.all_bans img {
	height: 500px;
	width: 1920px;
}

.swiper-pagination-bullet {
	width: 56px;
	height: 4px;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 80px;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	opacity: 1;
}
.all_bans .swiper-wrapper{width:1200px;margin:0 auto;}
.all_bans .swiper-slide img{margin-left:-360px;}

.all_mains {
	padding-top: 60px;
}

.all_mains .wrap {
	position: relative;
}


.all_bots {
	background: #1e4c86;
	padding: 40px 0;
}

.all_bots .wrap {
	position: relative;
}

.all_gfwx {
	position: absolute;
	right: 0;

}

.all_gfwx li {display: inline-block;}

.all_gfwx img{display: block;}

.all_gfwx p {
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}


.all_link {
	font-size: 15px;
	color: #ffffff;
}

.all_link p {
	display: inline-block;
}

.select {
	display: inline-block;
	width: 232px;
	position: relative;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	background-color: #185094;
	color: #555;
	border: 1px solid #94c4ff;
	text-shadow: none;
	border-radius: 4px;
	transition: box-shadow 0.25s ease;
	z-index: 2;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
}

.select:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #94c4ff;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}

.select select {
	cursor: pointer;
	padding: 0 10px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #94c4ff;
}

.select select:focus {
	outline: none;
}

.all_foot {
	text-align: center;
	color: #c9e1ff;
	font-size: 15px;
	line-height: 36px;
	padding-top: 20px;
}

.all_foot img {
	position: relative;
	top: 10px;
	right: 6px;
}

.zoom-in img {
	transition: all 0.5s ease-in-out;
}

.zoom-in img:hover {
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
}
.all_foot {
	text-align: left;
	color: #c9e1ff;
	font-size: 15px;
	line-height: 40px;
	padding-top: 20px;
}
.all_foot span{color:#ffffff;font-weight:600;}
.all_foot a{color:#ffffff;}


/*关于我们*/

.lmf_hf {
	background: url(../images/about_bg.jpg) no-repeat center center;
	height: 160px;
}

.lmf_title {
	padding-top: 38px;
	color: #fff;
}

.lmf_title h1 {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding-right: 25px;
}

.lmf_title p {
	font-size: 16px;
	padding-top: 2px;
	text-transform: uppercase;
}

.lmf_title h1 i {
	position: absolute;
	right: 0;
	bottom: -4px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
}

.lmf_tab {
	background: #f1f3f7;
	height: 90px;
}

.lmf_sub {}

.lmf_sub ul {}

.lmf_sub ul li {
	display: inline-block;
	color: #999;
	font-size: 12px;
}

.lmf_sub ul li span {
	display: inline-block;
	padding: 0 25px;
}

.lmf_sub ul li a {
	font-size: 18px;
	color: #444444;
	display: block;
	line-height: 87px;
}

.lmf_sub ul li a:hover,
.lmf_sub ul li a.active {
	border-bottom: 3px solid #1e4c86;
	color: #1e4c86;
	font-weight: bold;
}

.lmf_bre {
	background: url(../images/bre.png) no-repeat left center;
	padding-left: 20px;
	line-height: 87px;
	color: #999;
}

.lmf_bre span {
	color: #444;
}

.nsbd_main {
	padding: 78px 0;
	line-height: 30px;
	color: #333;
}

.nsbd_con01 {}

.nsbd_con01_img {}

.nsbd_con01_img img {
	width: 582px;
	height: 378px;
}

.nsbd_con01_text {
	padding-left: 40px;
	width: 658px;
}

.nsbd_con02 {}

.nsbd_con02_t {
	color: #1e4c86;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

.nsbd_con02_date {
	border-bottom: 1px solid #e5e5e5;
	line-height: 52px;
	padding-top: 30px;
}

.nsbd_con02_text {
	padding-top: 40px;
}

.nsbd_con02_text p {
	text-indent: 2em;
	margin-bottom: 20px;
}

.nsbd_con03 {
	width: 360px;
}

.nsbd_con03_img {}

.nsbd_con03_img img {
	width: 360px;
	height: 220px;
	display: block;
}

.nsbd_search {
	height: 60px;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
	position: relative;
}

.nsbd_search input {
	padding: 20px 10px 0 20px;
	border: none;
	font-size: 16px;
}

.nsbd_search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #dcdcdc url(../images/ab_search.png) no-repeat center center;
	width: 80px;
	height: 60px;
	line-height: 60px;
}

.nsbd_con04 {
	width: 860px;
}

.nsbd_con04 ul {}

.nsbd_con04 ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.nsbd_con04 ul li h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

.nsbd_con04_date {
	font-size: 16px;
	color: #999999;
}

.nsbd_con04_link{display:none;}

.nsbd_con04_link a {
	font-size: 16px;
	display:none;
}

.page {
	margin: 30px auto 0;
	width: 100%;
}

.page ul {
	padding: 0;
	text-align: center;
}

.page ul::after {
	content: '';
	display: block;
	clear: both;
}

.page ul li {
	display: inline-block;
	width: auto;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	list-style: none;
	border-bottom: none;
	margin: 0 5px;
	padding-bottom: 0;
}

.page a {
	color: #444;
	padding: 0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.page ul li:first-child a {}

.page ul li a:hover {
	background-color: #1e4c86;
}

.page ul li a:hover {
	color: white;
}

.page .disabled a:hover {
	background-color: white;
	cursor: not-allowed;
	color: #aaa;
}

.page .active a {
	background-color: #1e4c86;
	color: white;
}

.page .disabled a {
	color: #aaa;
}




.nsbd_con08 {
	margin-bottom: 40px;
}

.nsbd_con08 ul {}

.nsbd_con08 ul li {}

.nsbd_con08 ul li a {
	display: block;
	background: #f1f3f7;
	height: 64px;
	line-height: 64px;
	padding-left: 30px;
	font-size: 20px;
}

.nsbd_con08 ul li a:hover,
.nsbd_con08 ul li a.active {
	color: #ffffff;
	background: #1e4c86;
}


/*科技之窗*/

.lmf_tech {
	background: url(../images/tech_bg.jpg) no-repeat left center;
}


/*首页图库*/

.lmf_gal {
	background: url(../images/gallery_bg.jpg) no-repeat left center;
}

.nsbd_con09 {overflow: hidden;}

.nsbd_con09 ul {
	width: 1310px;
	margin-left: -15px;
}

.nsbd_con09 ul li {
	display: inline-block;
	margin: 0 15px 50px;
	position: relative;
	
}
.nsbd_con09 .page ul li {

	margin: 0 5px 50px;

	
}
.nsbd_con09 ul li .nsbd_con03_icon{position:absolute;top:0;width:400px;height:232px;background-color: rgba(0, 0, 0, 0.5);background-image: url(../images/video_icon.png);background-position: center center;background-repeat: no-repeat;background-size: 50px auto;}
.nsbd_con09 ul li:hover .nsbd_con03_icon{display: none;}
.nsbd_con09 ul li .nsbd_con09_img {
	width: 400px;
	height: 232px;
	overflow: hidden;
}

.nsbd_con09 ul li .nsbd_con09_img img {
	display: block;
	width: 400px;
	height: 232px;
}

.nsbd_con09 ul li .nsbd_con09_text {
	text-align: center;
	margin-top: 14px;
}

.nsbd_con09 ul li:hover .nsbd_con09_text {
	color: #1e4c86;
}

.nsbd_con07_m .swiper-container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.nsbd_con07_m .swiper-button-next,
.nsbd_con07_m .swiper-button-prev {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 58px;
	background-size: 15px auto;
}

.nsbd_con07_m .swiper-button-next {
	right: 0;
}

.nsbd_con07_m .swiper-button-prev {
	left: 0;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.gallery-thumbs img {
	width: 210px;
	height: 122px;
}

/*搜索*/

.lmf_search {
	background: url(../images/search_bg.jpg) no-repeat left center;
}
/*视频*/

.lmf_video {
	background: url(../images/video_bg.jpg) no-repeat left center;
}
.nsbd_video{width:900px;margin:0 auto;}


.nsbd_con07_fx{width:170px;position: relative;}

/*分享*/
.bdshare-button-style0-16{position:absolute;top:-1px;right:0;}
.bdsharebuttonbox .ttqq,.bdsharebuttonbox .ttwx,.bdsharebuttonbox .ttqzone,.bdsharebuttonbox .ttbdhome,.bdsharebuttonbox .ttsina,.bdsharebuttonbox .ttbaidu,.bdsharebuttonbox .ttrenren,.bdsharebuttonbox .tttqq,.bdsharebuttonbox .tthuaban,.bdsharebuttonbox .ttfbook,.bdsharebuttonbox .ttmore{background-repeat:no-repeat;background-image:url(../images/fxtb.png);background-position:0px 0px;}
.bdsharebuttonbox .ttwx{background-position:0px -24px;}.bdsharebuttonbox .ttqzone{background-position:0px -48px;}
.bdsharebuttonbox .ttbdhome{background-position:0px -72px;}
.bdsharebuttonbox .ttsina{background-position:0px -96px;}
.bdsharebuttonbox .ttrenren{background-position:0px -120px;}
.bdsharebuttonbox .tttqq{background-position:0px -144px;}
.bdsharebuttonbox .tthuaban{background-position:0px -168px;}
.bdsharebuttonbox .ttfbook{background-position:0px -192px;}
.bdsharebuttonbox .ttmore{background-position:0px -216px;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{width:26px;height:24px!important;padding-left:0!important;}


/*专题*/
.zt_bans{width:100%;overflow: hidden;}
.zt_ban{margin-left:-310px;}
.zt_ban img{width:1920px;display: block;}
.zt_con01{}
.zt_con01_t{background: #f1f3f7 url(../images/zt_icon.jpg) no-repeat left center;height:48px;line-height:48px;overflow:hidden;padding-right:20px;}
.zt_con01_t span{color:#ffffff;font-size:24px;display:inline-block;width:148px;text-align: center;}
.zt_con01_t a{float:right;}
.twoimg {
  height: 400px;margin-top:30px;position: relative;
}
.a1 {
  position: absolute;
  left: 80px;
  top: 22px;
  z-index: 10;
  border: 8px solid #ffffff;
}
.a2 {
  position: absolute;
  left: 282px;
  top: 51px;
  z-index: 10;
  border: 8px solid #ffffff;
}

.a1.on,
.a2.on {
  z-index: 11;
  border: 8px solid #c6201e;
}
.zt_con01_l{}
.zt_con01_r{width:640px;padding-top:54px;height:470px;}
.zt_con01_r ul {}

.zt_con01_r ul li {}

.zt_con01_r ul li a {
	display: block;
	overflow: hidden;
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 22px;
	color: #333;

	line-height:39px;
}

.zt_con01_r ul li a span {
	color: #666;
	float: right;
}

.zt_con01_r ul li a:hover {
	color: #1e4c86;
}

.zt_con02{overflow: hidden;}
.zt_con02_m{padding-top:30px;padding-bottom:60px;overflow: hidden;}
.zt_con02_m ul {margin-left:-94px;width:1374px;}

.zt_con02_m ul li {width:593px;margin-left:94px;float:left;}

.zt_con02_m ul li a {
	display: block;
	overflow: hidden;
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 22px;
	color: #333;

	line-height:39px;
}

.zt_con02_m ul li a span {
	color: #666;
	float: right;
}

.zt_con02_m ul li a:hover {
	color: #1e4c86;
}


.ProductIntroduction {
	position: relative;
	margin:30px auto 70px;
	overflow: hidden;

}

.ProductExhibition {
	position:absolute;
	width:500px;
	height:480px;
	text-align: left;
	right:0;
	background:#f1f3f7;
}
.Exhibition_num{margin-top:42px;height:400px;}
.ProductExhibition .Exhibition_num .Exhibition_item {
	width:458px;
	margin-left:20px;
	height: 100px;
	padding:12px 0;
	margin:10px 0 10px 20px;
}

.ProductExhibition .Exhibition_num .Exhibition_item img {
	width: 154px;
	height: 100px;
	position: absolute;


	vertical-align: top;
	box-sizing: border-box;


}
.ProductExhibition .Exhibition_num .Exhibition_item p{margin-left:170px;padding-top:26px;font-size:18px;}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width:750px;
	height: 480px;
}

.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;

}
.ProductExhibition .Exhibition_num .Exhibition_item.czt_active{color:#ffffff;background:#1e4c86;width:500px;margin-left:0;}
.ProductExhibition .Exhibition_num .Exhibition_item.czt_active img{display:none;}
.ProductExhibition .Exhibition_num .Exhibition_item.czt_active p{margin-left:22px;padding-top:34px;}

.Exhibition_items::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 0 3px 0 0;
	border-color: #af5000 #af5000 transparent transparent;
	border-style: solid;
	border-width: 6px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: -5px;
	/* right: 0; */
	background: -o-linear- n(45deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box;
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
	content: "";
}

.Exhibition_items {
	position: absolute;
	right: 28px;
	top: 13px;
	width: 458px;
	height: 92px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 3px #af5000;
	box-shadow: inset 0 0 0 3px #af5000;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	display: none;
}

.icon_LImg img,
.icon_RImg img {
	width: 26px;
	height: 16px;
	margin:14px auto;display:block;
}

.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 100%;
	height: 42px;
	background:#f1f3f7;

}

.icon_LImg {
	top: -100px;
	transition: all .3s;
	right: 0;
	
}

.icon_RImg {
	right: 0;
	transition: all .3s;
	top: 438px;
}



.ProductExhibition:hover .icon_LImg {
	top:-100px;
	
}

.ProductExhibition:hover .icon_RImg {
	top: 438px;
}



.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width:750px;
	height: 480px;
}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

.ProductExhibition_box img {
	width: 646px;
	height: auto;
}



.zt_con05_m .swiper-container{height:480px;padding-top:180px;}
.zt_con05_m .swiper-button-next, .zt_con05_m .swiper-button-prev{display: block;top:35px;}
.zt_con05_m .swiper-slide{height:auto;}


.zt_con05_m .layer-mask {
	width: 100%;
	height: 353px;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.zt_con05_m .swiper-slide-active .layer-mask {
	display: none;
}

.zt_con05_m .pc-banner {
	width: 100%;

}

.zt_con05_m .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(1.4);
	/* margin: 1px; */
	transform: scale(1.4);
	
	overflow: hidden;

}

.zt_con05_m .swiper-slide-active,.zt_con05_m .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	z-index: 1002;
}


.zt_con05_m .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.zt_con05_m .swiper-slide p {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	height:38px;line-height:38px;text-indent:20px;
	margin-top:-38px;
	position: relative;
	color:#fff;border-radius:0 0 10px 10px;
	
}

.zt_con05_m .swiper-slide-active a:after {
	background: none;
}


.zt_con05_m .swiper-slide img {
	width: 100%;

	display: block;
	height: auto;
	border: none;border-radius: 10px;
}

.zt_con05_m .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.zt_con05_m .swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.zt_con05_m .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	margin-bottom: 0;
}


.zt_con05_m .button {
	width: 100%;
	margin: 0 auto;
	top: -380px;
	position: relative;
	z-index: 1002;
}



.zt_con05_m .button div:hover {
	background-color: #333;
	opacity: 0.8;
	cursor: pointer;
}

.zt_con05_m .swiper-button-prev {
	width: 40px;
	height: 58px;

	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
	left:128px;
}

.zt_con05_m .swiper-button-next {
	width: 40px;
	height: 58px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
	right:128px;
}



.zt_con04_m{padding-top:30px;padding-bottom:50px;}
.zt_con04_l{width:620px;}
.zt_con04_r{width:640px;}
.zt_con04_l ul{}
.zt_con04_l ul li{margin-bottom:20px;}
.zt_con04_img{}
.zt_con04_img img{width:228px;height:170px;border-radius: 10px;}
.zt_con04_text{width:360px;}
.zt_con04_text h1{font-size:22px;font-weight:600;}
.zt_con04_text p{color:#666666;font-size:17px;padding-top:16px;height:80px;}

.zt_con04_text a{color:#1e4c86;margin-top:20px;}

.zt_con04_r ul {width:640px;}

.zt_con04_r ul li {margin-left:94px;border-bottom:1px solid #eee;}

.zt_con04_r ul li a {
	display: block;
	overflow: hidden;
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 22px;
	color: #333;

	line-height:54px;
}

.zt_con04_r ul li a span {
	color: #666;
	float: right;
}

.zt_con04_r ul li a:hover {
	color: #1e4c86;
}

.zt_cpn08 .nsbd_con09 ul li .nsbd_con09_img img{width:265px;height:180px;}
.zt_cpn08 .nsbd_con09 ul li .nsbd_con09_img{width:265px;height:180px;}
.nsbd_con04.zt_cpn08 ul li{padding:0;border-bottom:none;}
.zt_cpn08 .nsbd_con09 ul{width:900px;}




@media screen and (max-width: 1280px) {
.wrap{width:1200px;}
    .in_con03{width:375px;}
    .in_con03_m ul li a{width:288px;}
    .in_con03_img img{width:375px;height:95px;}
    .in_con06{width:100%;}
    .in_con06_main .swiper-container img{width:858px;height:362px;}
    .in_con06_main .swiper-container{width:858px;margin-left:0;}
    .in_con07 .tab-content ul li a{width:288px;}
    .in_con09_img img{width:100%;height:245px;}
.in_con09_img01 img{height:auto;}
.in_con07 img{width:375px;height:95px;}
.in_con07_more img{width:auto;height:auto;}
.in_con10 ul li{width:375px;}
.in_con10_video{margin:0 34px;}

.nsbd_con01_text{width:578px;}
.nsbd_con04{width:780px;}
.nsbd_con09 ul li{position: relative;}
.nsbd_con09 ul li .nsbd_con09_img{width:376px;height:218px;}
.nsbd_con09 ul li .nsbd_con09_img img{width:376px;height:218px;}
.nsbd_con09 ul li .nsbd_con03_icon{width:376px;height:218px;}
.nsbd_con09 ul li .nsbd_con09_img {
	width:376px;height:218px;
}
.in_con06 .swiper-button-next {
	background: url(../images/r1.png) no-repeat left center;
	top: 350px;
	left: 795px;
}

.in_con06 .swiper-button-prev {
	background: url(../images/l1.png) no-repeat left center;
	top: 350px;
	left:820px;
}
.zt_con05_m .layer-mask{height:330px;}
.zt_con05_m .swiper-button-prev{left:120px;}
.zt_con05_m .swiper-button-next{right:120px;}
.zt_con04_r{width:600px;}
.zt_con04_r ul{width:600px;}
.zt_con04_l{width:600px;}
.zt_con04_text{width:340px;}
.zt_con01_r{width:600px;}
.zt_con02_m ul li{width:553px;}
.ProductExhibition{width:420px;}
.ProductExhibition .Exhibition_num .Exhibition_item{width:378px;}
.zt_cpn08 .nsbd_con09 ul li{margin:0 10px 50px;}
.zt_cpn08 .nsbd_con09 ul li .nsbd_con09_img img{width:245px;height:142px;}
.zt_cpn08 .nsbd_con09 ul li .nsbd_con09_img{width:245px;height:142px;}
.zt_cpn08 .nsbd_con09 ul{width:810px;}
}

.search_main .nsbd_con04{width:100%;}
.search_main .nsbd_con03{position: relative;width:100%;}
.search_main .nsbd_con03_img{height:60px;line-height:60px;color:#ffffff;background:#1e4c86;text-align:center;position: absolute;z-index:1000;width:100px;}
.search_main .nsbd_search{margin-left:100px;background: #f7f7f7;border:none;}
.search_main .nsbd_search input{background: none;padding-top:22px;}
.search_main .nsbd_con03 h1{font-size:18px;margin-top:20px;}
.search_main .nsbd_con03 h1 span{color:#1e4c86;}
.search_main{padding-top:40px;}





