﻿@charset "UTF-8";
* { margin: 0; padding: 0; }

.container { width: 1180px; margin: 0 auto; }

ul, li { list-style: none; }

a { text-decoration: none; }

.pull-left { float: left !important; }

.pull-right { float: right !important; }

body { font-family: "微软雅黑", "Microsoft YaHei",serif; }

header { height: 140px; cursor: default; }
header .logo { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 140px; line-height: 140px; }
header .logo {position: relative; display:block;}
header .logo img { vertical-align: middle; position:absolute;top:50%;transform:translateY(-50%);display:block; }
header .tel { height: 140px; background-image: url(../images/header-icon-tel.png); background-position: left center; background-repeat: no-repeat; padding-left: 70px; display: table; }
header .tel p { display: table-cell; vertical-align: middle; }
header .tel p .t1 { font-size: 24px; color: #333333; line-height: 26px; }
header .tel p .t2 { font-size: 38px; color: #eb0404; font-weight: bold; line-height: 40px; }
.nymain {width:1180px;margin:0 auto;}
/* 导航 */
#nav { min-width: 1180px; background-color: #005ea6; height: 60px; }
#nav ul { height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
#nav ul li { width: 140px; height: 60px; overflow: hidden; position: relative; }
#nav ul li a { display: block; width: 120px; height: 35px; text-align: center; line-height: 35px; position: relative; color: #ffffff; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); position: relative; }
#nav ul li a::after { content: ''; display: block; width: 10px; height: 10px; border: solid #ffffff; border-width: 0px 0px 2px 2px; position: absolute; left: 0px; bottom: 0px; opacity: 0; transform: opacity 0.25s; }
#nav ul li a:hover::after { opacity: 1; }
#nav ul li a:hover::before { content: ''; display: block; width: 10px; height: 10px; border: solid #ffffff; border-width: 2px 2px 0px 0px; position: absolute; top: 0px; right: 0px; opacity: 0; transform: opacity 0.25s; }
#nav ul li a:hover::before { opacity: 1; }
#nav ul li a div { transition: 0.25s all; }
#nav ul li a div span { position: relative; z-index: 2; }
#nav ul li a div span:last-of-type { font-style: oblique; }
#nav ul li a:hover div { transform: translateY(-35px); }
#nav ul .activeNav { background-color: #df0303; }

/* banner */
.swiper-banner { min-width: 1180px;height:550px; }
.swiper-banner .swiper-slide { height: 300px; min-width: 1180px; }
.swiper-banner .swiper-slide img { display: block; width: 100%; min-width: 1180px;height:550px; }
.swiper-banner .swiper-slide-active { height: auto; }
.swiper-banner .swiper-pagination-bullet { width: 30px; height: 5px; border-radius: 0; background: #ffffff; opacity: 1; margin: 0px 6px !important; }
.swiper-banner .swiper-pagination-bullet-active { background: #005ea6; }

.swiper-banner .swiper-button-prev { width: 50px; height: 75px; background-size: 50%; left: 15px; background-image: 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'%23005ea6'%2F%3E%3C%2Fsvg%3E"); }

.swiper-banner .swiper-button-next { width: 50px; height: 75px; background-size: 50%; right: 15px; background-image: 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'%23005ea6'%2F%3E%3C%2Fsvg%3E"); }

.swiper-container .swiper-wrapper { height: auto; }

/*  banner联系 */
.bannerContact { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #f5f5f5; height: 130px; }
.bannerContact .container { overflow: hidden; }
.bannerContact .container .qr-code { width: 215px; height: 130px; position: relative; float: left; }
.bannerContact .container .qr-code img { position: absolute; width: 115px; height: 115px; object-fit: contain; object-position: center; top: 50%; left: 10px; transform: translateY(-50%); z-index: 3; }
.bannerContact .container .qr-code .card { width: 100%; height: 66px; background-color: #ef180f; position: absolute; top: 50%; transform: translateY(-50%); display: table; }
.bannerContact .container .qr-code .card p { display: table-cell; vertical-align: middle; padding-left: 135px; color: #ffffff; }
.bannerContact .container .main { width: 650px; height: 130px; float: left; margin-left: 25px; border-left: 2px solid #d8d6d6; padding-left: 40px; }
.bannerContact .container .main #marquee { color: red; display: block; width: 100%; height: 60px; line-height: 60px; overflow: hidden; font-size: 18px; color: #000000; }
.bannerContact .container .main .lx .lx-1 { font-size: 14px; font-weight: bold; color: #666666; display: inline-block; background: url(../images/icon-tel.png) no-repeat left center; padding-left: 40px; }
.bannerContact .container .main .lx .lx-1 span { font-size: 28px !important; line-height: 28px; color: #ee0707; }
.bannerContact .container .main .lx .lx-2 { font-size: 14px; font-weight: bold; color: #666666; margin-left: 50px; display: inline-block; background: url(../images/icon-wechat.png) no-repeat left center; padding-left: 45px; }
.bannerContact .container .main .lx .lx-2 span { font-size: 28px !important; line-height: 28px; color: #ee0707; }
.bannerContact .container .buttonLink { width: 200px; height: 130px; position: relative; }
.bannerContact .container .buttonLink a { display: block; width: 130px; height: 50px; text-align: center; line-height: 50px; background-color: #005ea6; border-radius: 6px; font-size: 24px; font-weight: bold; color: #ffffff; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.15s all; }
.bannerContact .container .buttonLink a:hover { box-shadow: 6px 6px 5px #024171; }

.blockHead { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 1180px; margin: 0 auto 20px auto; text-align: center; }
.blockHead .t1 { font-size: 36px; font-weight: bold; color: #005ea6; }
.blockHead .t1 span { color: #333333 !important; }
.blockHead .blockHead-line { width: 100%; height: 1px; background-color: #d9d9d9; margin: 10px 0px; }

.exhibition { padding: 50px 0px; }
.exhibition .tabList { overflow: hidden; margin-bottom: 10px; }
.exhibition .tabList .list { width: 180px; height: 50px; line-height: 50px; margin-right: 20px; margin-bottom: 20px; float: left; text-align: center; background-color: #ebebeb; border-radius: 10px; position: relative; overflow: hidden; }
.exhibition .tabList .list:nth-child(6n) { margin-right: 0; }
.exhibition .tabList .list:after { content: ''; display: block; width: 0px; height: 0px; border-radius: 50%; background-color: #005ea6; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.5s all; opacity: 0; }
.exhibition .tabList .list:hover:after { width: 200px; height: 200px; opacity: 1; }
.exhibition .tabList .list:hover a { color: #ffffff; }
.exhibition .tabList .list a { display: block; font-size: 18px; color: #333333; position: relative; z-index: 10; }
.exhibition .exhibitionWrapper { height: 906px; overflow: hidden; }
.exhibition .exhibitionWrapper ul { overflow: hidden; }
.exhibition .exhibitionWrapper ul li { display: block; width: 280px; float: left; border: 1px solid #d9d9d9; box-sizing: border-box; margin-right: 20px; margin-bottom: 20px; transition: 0.2s; }
.exhibition .exhibitionWrapper ul li:nth-child(4n) { margin-right: 0; }
.exhibition .exhibitionWrapper ul li a .img { width: 100%; height: 225px; background-position: center; background-size: cover; background-repeat: no-repeat; transition: 0.2s; }
.exhibition .exhibitionWrapper ul li a .img img { width: 100%; height: 225px; object-fit: cover; transition: 0.2s all; }
.exhibition .exhibitionWrapper ul li a .c { padding: 10px 0; text-align: center; }
.exhibition .exhibitionWrapper ul li a .c .title { font-size: 16px; color: #333333; margin-bottom: 10px; }
.exhibition .exhibitionWrapper ul li a .c .tel { font-size: 18px; color: #f00b0b; }
.exhibition .exhibitionWrapper ul li:hover { background-color: #024171; }
.exhibition .exhibitionWrapper ul li:hover .img img { transform: scale(0.95); }
.exhibition .exhibitionWrapper ul li:hover .c .title { color: #ffffff !important; }
.exhibition .exhibitionWrapper ul li:hover .c .tel { color: #ffffff !important; }

/* 关于我们 */
.about { background-color: #f5f5f5; padding: 50px 0px; }
.about .blockHead { margin-bottom: 40px; }
.about .wrapper { overflow: hidden; }
.about .wrapper .about-left { width: 340px; height: 475px; float: left; }
.about .wrapper .about-left img { width: 335px; height: 475px; display: block; }
.about .wrapper .about-right { width: 840px; float: left; }
.about .wrapper .about-right .main { padding-left: 10px; }
.about .wrapper .about-right .main .text { height: 255px; font-size: 16px; color: #333333; line-height: 35px; text-align: justify; text-justify: inherit; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }
.about .wrapper .about-right .main .text a { display: inline-block; color: #333333; letter-spacing: 1px; }
.about .wrapper .about-right .main .text a:hover { color: #005ea6; }
.about .wrapper .about-right .main .imgBox { height: 220px; overflow: hidden; }
.about .wrapper .about-right .main .imgBox img { width: 410px; height: 220px; object-fit: cover; display: inline-block; }

/* 优势 */
.advantage { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-bottom: 30px; }
.advantage .advantage-head { width: 100%; display: block; margin: 0 auto; max-width: 1920px; min-width: 1180px; }
.advantage .container { text-align: center; }
.advantage .container .advantage-title { margin: 30px 0px 70px 0px; }
.advantage .container .advantage-img { width: 100%; margin-bottom: 20px; }

/* 客户案例 */
.case { padding: 50px 0; background-color: #005ea6; }
.case .blockHead { color: #ffffff !important; }
.case .blockHead .t1 { color: #ffffff !important; }
.case .blockHead .t1 span { color: #ffffff !important; }
.case ul { padding-top: 17px; }
.case ul li { width: 280px; border: 1px solid #d9d9d9; box-sizing: border-box; margin-right: 20px; margin-bottom: 20px; vertical-align: top; display: inline-block; transition: 0.16s all; }
.case ul li:hover { transform: scale(1.1); }
.case ul li a .img { width: 100%; height: 225px; background-position: center; background-size: cover; }
.case ul li a .c { padding: 10px 0; text-align: center; background-color: #fafafa; }
.case ul li a .c .title { font-size: 16px; color: #333333; margin-bottom: 10px; }
.case ul li a .c .tel { font-size: 18px; color: #f00b0b; }

/* 新闻中心 */
.news { padding: 50px 0px; }
.news .blockHead { margin-bottom: 30px; }
.news .container { overflow: hidden; }
.news .container .headline { width: 460px; }
.news .container .headline .card a .h { overflow: hidden; color: #005ea6; line-height: 30px; }
.news .container .headline .card a .abstract { color: #666666; line-height: 28px; height: 56px; }
.news .container .headline .card a .abstract h4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 14px; font-weight: 500; }
.news .container .headline .card a .abstract h4:after { content: ' ...[详情]'; letter-spacing: 1px; }
.news .container .swiper-news { height: 342px; }
.news .container .swiper-news .swiper-slide img { width: 460px; height: 342px; display: block; }
.news .container .swiper-news .swiper-pagination-bullet { background-color: #ffffff; opacity: 1; }
.news .container .swiper-news .swiper-pagination-bullet-active { background-color: #005ea6; }
.news .container .newsList { width: 680px; }
.news .container .newsList .list { border-left: 1px solid #d9d9d9; padding-left: 40px; padding-bottom: 10px; position: relative; }
.news .container .newsList .list a { display: block; overflow: hidden; }
.news .container .newsList .list::before { content: ''; display: block; width: 14px; height: 14px; border: 1px solid #d9d9d9; background-color: #ffffff; position: absolute; border-radius: 50%; top: 30px; left: -8px; }
.news .container .newsList .list:last-of-type .con { border-bottom: 0; }
.news .container .newsList .list:hover .con .timeBox { color: #ffffff; }
.news .container .newsList .list:hover .con .timeBox::after { width: 135px; height: 135px; }
.news .container .newsList .list .con { border-bottom: 1px solid #f0f0f0; overflow: hidden; padding-bottom: 10px; }
.news .container .newsList .list .con .timeBox { width: 100px; height: 90px; background-color: #f0f0f0; text-align: center; color: #666666; position: relative; overflow: hidden; transition: 0.2s; }
.news .container .newsList .list .con .timeBox p { font-size: 18px; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 10; overflow: hidden; }
.news .container .newsList .list .con .timeBox::after { content: ''; display: block; width: 0px; height: 0px; border-bottom-right-radius: 100%; position: absolute; background-color: #005ea6; top: 0px; left: 0px; transition: 0.5s; }
.news .container .newsList .list .con .card { width: 520px; }
.news .container .newsList .list .con .card .h { overflow: hidden; color: #666666; line-height: 30px; }
.news .container .newsList .list .con .card .abstract { color: #666666; line-height: 28px; height: 56px; }
.news .container .newsList .list .con .card .abstract h4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 14px; font-weight: 500; }
.news .container .newsList .list .con .card .abstract h4:after { content: ' ...[详情]'; letter-spacing: 1px; color: #005ea6; }

/* 页脚 */
footer { background-color: #005ea6; padding-top: 20px; }
footer .container { overflow: hidden; padding-bottom: 20px; }
footer .card .tel { height: 50px; line-height: 50px; background-image: url(../images/footer-icon-tel.png); background-repeat: no-repeat; background-position: left center; padding-left: 60px; font-size: 28px; color: #ffffff; font-weight: bold; margin-bottom: 15px; }
footer .card .tel span { font-size: 36px; }
footer .card .infor { font-size: 18px; color: #ffffff; line-height: 35px; }
footer .card .infor span { display: inline-block; margin-right: 30px; }
footer .qr-code { width: 300px; text-align: center; border-left: 1px solid #333333; }
footer .qr-code img { width: 114px; height: 114px; }
footer .bottom { height: 50px; text-align: center; line-height: 50px; background-color: #035492; color: #ffffff; }

/* 新闻内页 */
.jou {}

.jou-o {
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 55px;
}

.jou-l,
.jou-r {
	float: left;
	height: 194px;
	overflow: hidden;
}

.jou-l {
	width: 28%;
	margin-right: 2%;
}

.jou-l img {
	height: 185px;
	object-fit: cover;
width:250px;
border:1px solid #ddd;
}

.jou-r {
	width: 70%;
}

.jou-r p {
	font-size: 23px;
	font-family: "Microsoft YaHei";
	color: rgb(43, 43, 43);
	margin-bottom: 8px;
}

.jou-ro {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(155, 155, 155);
	margin-bottom: 12px;
}

.jou-roo {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(70, 70, 70);
	line-height: 32px;
	height: 8em;
	overflow: hidden;
	position: relative;
}

.jou-roo::after {
	
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 40%;
	letter-spacing: 1px;
	padding-left: 3px;
	background-color: white;
}
.jou-o:hover .jou-r p{
	color: #005ea6;
}
.jou-o:hover .jou-ro{
	color: #005ea6;
}
.jou-o:hover .jou-roo{
	color: #005ea6;
}


.dede_pages{
	width: 1180px;
	height: 100px;
	text-align: right;
	margin:0 auto;
	font-size: 13px;
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#AB1C1C;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/* 产品详情 */
.productInfor { padding-bottom: 50px; }
.productInfor .container { border: 1px solid #ddd; overflow: hidden; }

.itemarea { position: relative; width: 402px; float: left; }

.itemarea .pic img { width: 400px; height: 320px; object-fit: contain; }

.itemarea .cover { display: none; position: absolute; top: 0; left: 0; width: 150px; height: 150px; background-color: rgba(181, 181, 181, 0.3); cursor: move; }

.itemarea .itemlist { margin-top: 5px; margin-bottom: 5px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }

.itemarea .itemlist img { display: block; width: 94px; height: 94px; object-fit: cover; opacity: 0.7; }

.itemarea .detail { display: none; width: 400px; height: 400px; position: absolute; top: 0px; left: 420px; background-size: 266.66%; }

.itemarea .itemlist .current { opacity: 1; }

.productInfor .intro { width: 680px; float: right; }
.productInfor .intro .intro-title { font-size: 22px; margin: 10px 0 20px 0; }
.productInfor .intro .intro-specs { font-size: 22px; margin: 10px 0 20px 0; }
.productInfor .intro .intro-model { font-size: 22px; margin: 10px 0 20px 0; }
.productInfor .intro .intro-infor { margin-bottom: 50px; }
.productInfor .intro .intro-consult { display: block; width: 180px; height: 45px; line-height: 45px; background-color: #ffcc00; color: #333333; text-align: center; font-size: 18px; letter-spacing: 2px; border-radius: 6px; }

.product-details { width: 100%; min-height: 200px; }
.product-details .head { height: 40px; line-height: 40px; font-size: 20px; font-weight: bold; letter-spacing: 2px; text-align: center; position: relative; }
.product-details .head span { display: inline-block; background-color: #ffffff; padding: 0px 20px; }
.product-details .head:after { content: ''; display: block; width: 90%; height: 2px; background-color: #ff9600; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product-details .wrapper { padding: 20px; }


.enlarge-o,
.enlarge-t {
	float: left;
}

.enlarge-o {
	width: 550px;
	margin-right: 50px;
}

.enlarge {
	overflow: hidden;
}

#showbox {
	background: #eee;
}

#showbox span {
	background: url(../img/whitebg.png) repeat;
}
#showbox span img{
	position: inherit;
	top: 0px;
	width: 90px;
	height: 90px !important;
	
}

#showsum {
	width: 500px !important;
	left: 25px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #173277;
}
#showsum span.sel img{
}
#showbox img {
	object-fit: cover;
}

.showpage {
	width: 550px;
	position: relative;
}

.showpage a {
	display: block;
	width: 20px;
	height: 90px;
	line-height: 90px;
	background: #d0cece;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -91px;
	text-decoration: none;
	color: #999;
}
.showpage a img{
	width: 15px;
	position: absolute;
	top:50%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);  
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #173277;
	color: #777;
}

.enlarge-t {
	width: 600px;
}

.enlarge-t p {
	font-size: 26px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 25px;
}

.enlarge-j {
	font-size: 13px;
	color: #7d7d7d;
	padding: 20px 0px;
	border-bottom: 1px dashed #dddddd;
}

.enlarge-j span {
	font-size: 19px;
	color: #173277;
	margin-left: 10px;
}

.enlarge-t a {
	display: block;
	width: 130px;
	height: 35px;
	color: white;
	line-height: 35px;
	background-color: #173277;
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
}


.translate {
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #173277;
	text-align: center;
	margin-top: 50px;
}

.translate-o {
	margin-bottom:60px;
	margin-top: 30px;
}

.translate-o li {
	font-size: 16px;
	line-height: 30px;
	font-family: "Microsoft YaHei";
	color: #666666;
	margin-bottom: 5px;
}

.translate-o li span {
	font-size: 18px;
	color: #173277;
	font-weight: bold;
}
.translate-o img{
	width: auto;
	margin: 0 auto;
	margin-top:35px;
	margin-bottom:30px;
}
.ditu {
	margin-top: 50px;
}

#container {
	height: 500px;
	width: 100%;
	margin: auto;
}

.amap-icon img {
	width: 27px;
}

.custom-input-card {
	width: 18rem;
}

.custom-input-card .btn:last-child {
	margin-left: 1rem;
}

.content-window-card {
	position: relative;
	width: 23rem;
	padding: 0.75rem 0 0 1.25rem;
	box-shadow: none;
	bottom: 0;
	left: 0;
}

.content-window-card p {
	height: 2rem;
}

.amap-logo img,
.amap-copyright {
	display: none;
	visibility: hidden !important;
}

.w_info {
	padding: 10px;
	width: 250px;
}

.m_title {
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: "microsoft yahei";
	border-bottom: 1px solid #e4e4e4;
}

.m_info {
	margin-top: 4px;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.m_info a {
	text-decoration: none;
	display: inline-block;
	padding: 4px 15px;
	color: white;
	font-size: 12px;
	margin-top: 5px;
	background-color: dodgerblue;
	border-radius: 50px;
}

.m_top {
	margin-top: 8px;
}

.contact {
	overflow: hidden;
	margin-bottom: 60px;
}

.contact-o {
	width: 32%;
	height: 270px;
	background-color: #173277;
	margin-left: 2%;
	text-align: center;
	float: left;
}

.contact-oo {
	margin-left: 0%;
}

.contact-o:nth-child(3n+1) {
	margin-left: 0%;
}
.contact-o:first-child{
	margin-left: 0%;
}
.contact-o div {
	height: 134px;
}

.contact-o img {
	display: inline-block;
	height: 55px;
	width: auto;
	margin-top: 73px;
}

.contact-o p {
	font-size: 28px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	-moz-transform: matrix(1.11512620611236, 0, 0, 1.11507936507936, 0, 0);
	-webkit-transform: matrix(1.11512620611236, 0, 0, 1.11507936507936, 0, 0);
	-ms-transform: matrix(1.11512620611236, 0, 0, 1.11507936507936, 0, 0);
	padding: 20px 0px;
}
.News-List {
	margin-top: 30px;
	margin-bottom: 90px;
}

.News-List-o {
	height: 186px;
	overflow: hidden;
	margin-bottom: 30px;
}
.News-List-o:hover{
	box-shadow:0px 10px 10px 1px rgba(23, 50, 119, 0.25);
}
.News-List-t,
.News-List-r,
.News-List-n {
	height: 100%;
	float: left;
}

.News-List-r {
	width: 16%;
	font-size: 20px;
	color: rgb(102, 102, 102);
	padding-top: 1px;
}
.News-List-r span{
	display: inline-block;
	margin-left: 10px;
	margin-top: 7px;
}
.News-List-n {
	width: 58%;
	margin-right: 2%;
	position: relative;
}

.News-List-n p {
	font-size: 20px;
	color: rgb(102, 102, 102);
	margin-bottom: 15px;
	margin-top: 5px;
}

.News-List-n div {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 25px;
	height: 3.5em;
	overflow: hidden;
}

.News-List-n a {
	font-size: 13px;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	background-color: #173277;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.News-List-t {
	width: 24%;
	height: 186px;
	overflow: hidden;
}
.News-List-t img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tt img{
	width: auto;
	margin: 0 auto;
}




.itemarea{position:relative;width:400px}
.itemarea .pic{border:1px solid #ddd;background-color:#ddd}
.itemarea .pic img{width:400px;height:320px;object-fit:contain;display:block}
.itemarea .cover{display:none;position:absolute;top:0;left:0;width:150px;height:150px;background-color:rgba(181,181,181,.3);cursor:move}
.itemarea .list{width:400px;display:flex;margin-top:5px;margin-bottom:5px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}
.itemarea .list img{display:block;width:90px;height:90px;object-fit:cover}
.itemarea .detail{display:none;width:400px;height:400px;position:absolute;border:1px solid #888;top:0;left:420px;background-size:266.66%}
.itemarea .list .current{border:2px solid red}
.itemarea{float:left}
.exhibitionDemo{overflow:hidden}
#exhibitionInfor{width:550px;float:left;padding-left:70px;padding-top:20px}
#exhibitionInfor .title{font-size:22px;margin-bottom:20px}
#exhibitionInfor .intro{font-size:18px;margin-bottom:15px}
#exhibitionInfor .intro p{margin-bottom:10px}
#exhibitionInfor .text{font-size:14px;line-height:22px;text-align:justify;margin-bottom:20px}
#exhibitionInfor .djzx{display:inline-block;background-color:#005ea6;padding:4px 15px;text-decoration:none;color:#fff;border-radius:6px}
.other-product{width:402px;height:100px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:4px 0}
.other-product .item{width:96px;height:96px;background-color:#eee}
.other-product .item:nth-child(n+5){display:none}
.other-product .item img{width:100%;height:100%;background-color:#eee;object-fit:cover}
#product-details{padding:20px 0}
#product-details .head{font-size:20px;line-height:30px;font-weight:700;margin-bottom:20px}
#product-details .con img{max-width:100%!important;height:auto!important}



