@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
	width: 1500px;
}
.layui-containers {
	width: 1450px;
	margin: 0 auto;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-input-inline {
	width: 96%;
 margin: 0 0 .3rem 0;
}
/***head样式***/
.header {
	height: auto;
}
/*****logo样式****/
.main {
	height: 110px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 100;
}
.logo {
	margin-left: 8%;
}
.MainNav {
	float: right;
}
.MainNav li {
	float: left;
	position: relative;
	z-index: 100;
}
.MainNav span a {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 110px;
	padding: 0 25px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: all ease 0.3s;
}
.MainNav span a em {
	position: relative;
	z-index: 1;
}
.MainNav .bg {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	height: 100%;
	background: #0056aa;
	transition: all ease 0.3s;
}
.MainNav .arr {
	display: none;
}
.MainNav li:hover span a, .MainNav li.active span a {
	color: #fff;
}
.MainNav li:hover .bg, .MainNav li.active .bg, .MainNav li span a.bg {
	width: 100%;
	left: 0;
}
.NavPull {
	z-index: 99;
	display: none;
	position: absolute;
	text-align: center;
	top: 110px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	line-height: 33px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.NavPull.null {
	background: none;
	padding: 0;
}
.NavPull dd {
	margin: 0 5px;
	position: relative;
}
.NavPull a {
	color: #333;
	padding: 0;
	display: block;
	font-size: 15px;
	margin: 0 5px;
	padding: 4px 0;
}
.NavPull a:hover, .NavPull dd:hover a {
	background: #0056aa;
	color: #fff;
}
.header .Tel {
	font-weight: bold;
	font-family: "DIN-Medium";
	float: right;
	height: 78px;
	line-height: 45px;
	font-size: 22px;
	color: #0056aa;
	padding: 32px 2% 0 1.4%;
	margin-left: 2%;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: url(../images/tel.jpg) 20px center no-repeat;
	text-indent: 45px;
}
.header .Tel a {
	color: #0056aa;
}
.Search {
	float: right;
	position: relative;
	padding: 30px 2.4% 0;
}
.china {
	margin-bottom: 10px;
}
.banner {
	margin-top: 110px;
	overflow: hidden;
}
/***手机站menu***/
.navbar {
	height: 50px;
	line-height: 50px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.navbar .nav>li {
	position: relative;
	display: block;
	float: left;
}
.navbar .nav>li>a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.navbar .nav>li>a.active {
	background: #025b9a;
	color: #fff;
}
.navbar .nav>li:hover .box {
	display: block;
}
.navbar .nav>li:hover>a {
	color: #fff;
	background: #025b9a;
}
.navbar .nav .box {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 20px;
	background: #025b9a;
}
.navbar .nav .box.right {
	right: 0;
	left: auto;
}
.navbar .nav .box a {
	display: block;
	margin: 0 2em .8em 0;
	white-space: nowrap;
	color: #fff;
}
.navbar .nav .box a:hover {
	color: #aaceff;
}
.navbar .nav .box a.pic {
	margin: 0;
}
.navbar .nav .box .thumb {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.navbar .nav .box .menu {
	margin-left: 220px;
}
.navbar .nav .box img {
	display: block;
	max-width: 200px;
	border: 4px solid #fff;
}
.navbar .nav .cate {
	overflow: hidden;
	white-space: nowrap;
}
.navbar .nav .cate .item {
	display: block;
	float: left;
	margin-right: 20px;
	width: 16%;
}
.navbar .nav .cate .item:last-child {
	float: none;
	margin-right: 0;
	margin-left: 750px;
}
.navbar .nav .cate h4 {
	font-size: 1.1em;
	margin: 0;
}
.navbar .nav .cate img {
	width: 130px;
	height: 80px;
}
.navbar .nav .cate ul {
	padding-top: 1em;
}
.toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 66px;
	cursor: pointer;
}
.toggle .icon {
	top: 29px;
	left: 14px;
}
.toggle .icon, .toggle .icon::before, .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #b2b2b2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.toggle .icon::before, .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.toggle .icon::before {
	top: -9px;
}
.toggle .icon::after {
	top: 9px;
}
/* 手机站列表 */
.navigation, .cate-tree {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
	border-top: solid 3px #0062b9;
	border-bottom: solid 3px #0062b9;
	background: #fff;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after, .navigation .level-2>li::after, .cate-tree .level-2>li::after, .navigation .level-2>li::before, .cate-tree .level-2>li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background-size: cover;
}
.navigation .level-1 a, .cate-tree .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.navigation .level-1 li, .cate-tree .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.navigation .level-1>li>a, .cate-tree .level-1>li>a {
	padding: 0 2em 0 1em;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after {
	background-position: -36px 0;
}
.navigation .level-1>li.active::after, .cate-tree .level-1>li.active::after, .navigation .level-1>li:hover::after, .cate-tree .level-1>li:hover::after {
	background-position: -96px 0;
}
.navigation .level-1>li.more::after, .cate-tree .level-1>li.more::after {
	background-position: -12px 0;
}
.navigation .level-1>li.more:hover::after, .cate-tree .level-1>li.more:hover::after {
	background-position: -72px 0;
}
.navigation .level-1>li.more.active::after, .cate-tree .level-1>li.more.active::after {
	background-position: -84px 0;
}
.navigation .level-1>li.active>a, .cate-tree .level-1>li.active>a, .navigation .level-1>li:hover>a, .cate-tree .level-1>li:hover>a {
	background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-2, .cate-tree .level-2 {
	display: none;
}
.navigation .level-2 a, .cate-tree .level-2 a {
	padding: 0 2em 0 3em;
}
.navigation .level-2 li:first-child, .cate-tree .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.navigation .level-2 li:last-child, .cate-tree .level-2 li:last-child {
	border-bottom: none;
}
.navigation .level-2>li::before, .cate-tree .level-2>li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.navigation .level-2>li::after, .cate-tree .level-2>li::after {
	background-position: -48px 0;
}
.navigation .level-2>li.active::after, .cate-tree .level-2>li.active::after {
	background-position: -108px 0;
}
.navigation .level-3, .cate-tree .level-3 {
	line-height: 40px;
	display: none;
}
.navigation .level-3 a, .cate-tree .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}
/***首页产品暂时***/
.product {
	padding: 50px 0;
	background: #f0f0f0;
}
.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #104492;
	font-size: 30px;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}
.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}
.more-big {
	display: block;
	background-color: #363e45;
	width: 184px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.more-big span i {
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
.section-title-more .more-big span {
	display: block;
	padding: 0 15px 0 30px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	content: "";
	height: 0;
	border-top: 44px solid #104492;
	border-left: 28px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.more-big:hover:after {
	width: 100%;
	height: 100%;
}
.more-big:hover {
	color: #fff;
}
.home-news {
	margin-top: 50px;
	overflow: hidden;
}
.huanglong-bg {
	background: #fff;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.huanglong-bg:hover .pic img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.text-box {
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}
.swiper-button-next {
	width: 50px !important;
	height: 50px !important;
	background: #0175ca;
	right: -70px !important;
	color: #fff;
	background-size: 14px 44px !important;
}
.swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	background: #0175ca;
	left: -70px !important;
	color: #fff;
	background-size: 14px 44px !important;
}
/****横幅***/
.hf {
	background: url(../images/hf.jpg) center top no-repeat;
	height: 259px;
	overflow: hidden;
}
.wenzi {
	float: left;
	margin-top: 70px;
}
.wenzi h2 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.wenzi h3 {
	font-size: 17px;
	color: #fff;
	margin-top: 10px;
	letter-spacing: 1px;
}
.wenzi p {
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
}
.wenzi p strong {
	color: #ff0;
	font-size: 28px;
	line-height: 40px;
	margin-left: 20px;
	overflow: hidden;
}
.zxly {
	float: left;
	margin-top: 130px;
	margin-left: 100px;
	overflow: hidden;
}
.zxly a {
	width: 130px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}
.zxly a:hover {
	border: 1px solid #ff0;
	color: #ff0;
}
/****首页优势***/
.youshi {
	padding: 50px 0;
	overflow: hidden;
}
.ys_tu {
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
}
.ys_tu li {
	width: 21%;
	margin: 0 2%;
	text-align: center;
	float: left;
}
.ys_tu li h2 {
	line-height: 60px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.ys_tu li p {
	line-height: 30px;
	font-size: 14px;
	color: #888;
}
.ys_tu li img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.ys_tu li:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/****首页公司简介****/
.HomeAbout {
	overflow: hidden;
	padding: 5% 0;
	background: url(../images/homeabout.jpg) center top no-repeat;
	background-size: cover;
}
.HomeAbout .Num {
	margin-bottom: 60px;
	box-shadow: 0 0 50px rgba(0,86,170,0.2);
	background: #2f75b9;
}
.HomeAbout .Num .logots {
	padding-top: 45px;
	height: 135px;
	width: 20%;
	float: left;
	background: #fff;
	text-align: center;
}
.HomeAbout ul {
	background: url(../images/numbg.jpg);
	background-size: cover;
	width: 80%;
	float: left;
	height: 180px;
}
.HomeAbout li {
	background: url(../images/line.png) right center no-repeat;
	padding-top: 42px;
	height: 138px;
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	color: #fff;
}
.HomeAbout li b {
	line-height: 64px;
	display: block;
	font-size: 56px;
	font-family: "DIN-Medium";
}
.HomeAbout .imgbox {
	width: 50%;
	float: right;
}
.HomeAbout .About {
	width: 45%;
	float: left;
}
.HomeAbout .About .name {
	padding-top: 25px;
	position: relative;
	line-height: 94px;
	color: #040000;
	font-size: 36px;
	border-bottom: 1px solid #e6e6e6;
}
.HomeAbout .About .name i {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	height: 2px;
	background: #0056aa;
	font-size: 0;
}
.HomeAbout .About p {
	line-height: 30px;
	height: auto;
	color: #666666;
	margin: 30px 0;
}
.HomeAbout .About .more {
	display: block;
	width: 128px;
	background: #0056aa;
	position: relative;
	line-height: 52px;
	color: #fff;
	padding-left: 32px;
	transition: all ease 0.3s;
}
.HomeAbout .About .more .iconfont {
	transition: all ease 0.3s;
	position: absolute;
	right: 17px;
	font-size: 16px;
}
.HomeAbout .About .more:hover .iconfont {
	right: 25px;
}
.HomeAbout .About .more:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
/*****首页新闻****/
.HomeNews {
	overflow: hidden;
	background: #f6f4fb;
	padding: 5% 0;
}
.HomeNews .imgbox {
	overflow: hidden;
	position: relative;
}
.HomeNews .slick-list {
	margin: 0 -27px 0 -28px;
}
.HomeNews .slick-slide {
	margin: 0 27px 0 28px;
}
.HomeNews .date {
	text-align: center;
	font-family: "DIN-Medium";
	color: #88aed6;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 90px;
	background: url(../images/filter85.png);
	transition: all ease 0.3s;
}
.HomeNews .date i {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	margin: 0px auto 3px;
	line-height: 49px;
	padding-top: 5px;
	width: 50px;
	font-size: 40px;
	color: #fff;
}
.HomeNews .ti {
	margin-top: 35px;
	height: 70px;
	line-height: 25px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.HomeNews .line {
	transition: all ease 0.3s;
	width: 30px;
	height: 20px;
	border-top: 2px solid #cccccc;
}
.HomeNews .p {
	color: #808080;
	line-height: 28px;
	height: 56px;
	-webkit-line-clamp: 2;
}
.HomeNews .slick-slide:hover .line {
	width: 100%;
	border-top: 2px solid #0056aa;
}
.HomeNews .imgbox:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: rgba(0,86,170,0.23) url(../images/more.png) center center no-repeat;
	transition: all ease 0.3s;
}
.HomeNews .slick-slide:hover .imgbox:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.HomeNews .slick-slide:hover .date {
	bottom: -90px;
}
.HomeNews .slick-disabled {
	display: none !important;
}
.HomeNews .slick-arrow {
	background: #0056aa;
	color: #fff;
	margin-top: 0;
}
.HomeNews .slick-prev {
	left: auto;
	right: -100px;
	top: 50px;
}
.HomeNews .slick-next {
	right: -100px;
	top: 305px;
}
.HomeNews .slick-dots {
	left: auto;
	bottom: 217px;
	height: 146px;
	right: -100px;
	text-align: center;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.HomeNews .slick-dots li {
	display: block;
	margin: 10px auto;
}
.HomeNews .slick-dots li button {
	width: 7px;
	height: 7px;
	background: #cccccc;
}
.HomeNews .slick-dots li.slick-active button {
	width: 13px;
	height: 13px;
	background: #0056aa;
}
@media ( max-width:1600px) {
.HomeNews .slick-prev {
	right: -62px;
}
.HomeNews .slick-next {
	right: -62px;
}
.HomeNews .slick-dots {
	right: -62px;
}
}
/****footer****/
.footer {
	padding: 50px 0;
	background: #333333;
	overflow: hidden;
}
.foot-nav {
	width: 80%;
	float: left;
}
.foot-nav ul {
	width: 150px;
	float: left;
}
.foot-nav ul h3 {
	margin-bottom: 15px;
}
.foot-nav h3 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.foot-nav li a {
	line-height: 30px;
	font-size: 14px;
	color: #888;
}
.foot-nav a:hover {
	color: #0175ca;
}
.wecat {
	float: right;
}
.wecat span {
	width: 130px;
	float: left;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	font-size: 16px;
	color: #fff;
}
.wecat span img {
	width: 100%;
}
.footer-copy {
	padding: 15px 0;
	font-size: 14px;
	background: #2b2c2e;
	color: #888;
}
.footer-copy a {
	color: #888;
}
/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.show-xs {
	display: none;
}
/*****关于我们单页****/
.banner_top {
	margin-top: 110px;
	overflow: hidden;
}
.banner_top img{ width:100%;}
.about_posion {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eff1f5;
	overflow: hidden;
}
.posion_fl {
	float: left;
	line-height: 30px;
}
.posion_fl a {
	margin-right: 20px;
	font-size: 14px;
	color: #212528;
	transition: all .5s ease;
}
.posion_fl a:hover{ color:#0175ca;}
.xc_bread_box {
	font-size: 14px;
	color: #212528;
	line-height: 30px;
}
.xc_bread_box a {
	color: #212528;
}
.aboutc_c {
	padding: 50px 0;
}
.aboutc_cc {
	padding: 50px 0;
}
.aboutc_c p {
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
	text-indent: 2em;
}
.Aboutimg {
	width: 47%;
	float: left;
	margin: 0 2% 2% 0;
}
.Numbox {
	width: 100%;
	float: left;
}
.Numbox li {
	background: url(../images/line2.gif) right center no-repeat;
	padding-top: 28px;
	height: 120px;
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}
.Numbox li b {
	line-height: 64px;
	font-weight: normal;
	display: block;
	font-size: 50px;
	font-family: "DIN-Medium";
	color: #0056aa;
}
.Numbox li:last-child {
	background: none;
}
.CompanyName {
	display: inline-block;
	position: relative;
	font-weight: normal;
	line-height: 35px;
	padding-bottom: 30px;
	font-size: 36px;
	color: #040000;
	margin-bottom: 30px;
}
.CompanyName:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #0056aa;
}
.dszc {
	padding: 50px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.dszc .tit {
	padding-top: 60px;
	color: #0175ca;
	margin: 1vw 0 1.5vw;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/syh.png) no-repeat top left;
	line-height: 42px;
}
.dszc .tit span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
.dszc p {
	color: #555;
	line-height: 30px;
	margin: 0;
	text-align: justify;
}
.dszc p+p {
	margin-top: 20px;
}
.qywh {
	padding: 50px 0;
	overflow: hidden;
}
/*****联系我们单页***/
.lxfs_fl {
	width: 500px;
	float: left;
}
.lxfs_fl h2 {
	color: #0175ca;
	font-size: 24px;
	font-weight: bold;
}
.lxfs_fl h3 {
	color: #c8c8c8;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lxfs_fl p {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}
.lxfs_fr {
	width: 1000px;
	float: right
}
/*****新闻中心****/
.news_fl {
	float: left;
}
.news_fl a {
	width: 135px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	float: left;
	margin-right: 30px;
	border: 1px solid #eee;
	font-size: 16px;
	color: #212528;
	transition: all .5s ease;
}
.news_fl a:hover, .news_fl a.active {
	background: #0175ca;
	color: #fff;
}
.newsc_c {
	padding: 60px 0;
}
.NewsList {
	padding-bottom: 1%;
}
.NewsList li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
	padding-bottom: 40px;
	transition: all ease 0.3s;
}
.NewsList .imgbox {
	width: 32%;
	float: left;
	position: relative;
}
.NewsList .date {
	font-family: "DIN-Medium";
	width: 130px;
	z-index: 2;
	position: absolute;
	line-height: 60px;
	right: 0;
	top: 50%;
	margin-top: -45px;
	color: #fff;
	text-align: center;
	background: rgba(0,86,170,0.8);
}
.NewsList .date b {
	border-bottom: 1px solid rgba(255,255,255,0.12);
	display: block;
	line-height: 60px;
	padding-top: 5px;
	width: 130px;
	margin: 0px auto;
	font-size: 20px;
}
.NewsList .info {
	float: right;
	width: 63%;
	padding-top: 36px;
}
.NewsList .tit {
	line-height: 62px;
	font-size: 24px;
	color: #1a1a1a;
}
.NewsList .line {
	width: 30px;
	height: 22px;
	border-top: 2px solid #cccccc;
}
.NewsList p {
	color: #808080;
	line-height: 28px;
	height: auto;
	-webkit-line-clamp: 2;
}
.NewsList .more {
	width: 20px;
	height: 20px;
	background: url(../images/more2.png);
	margin-top: 22px;
}
.NewsList li:hover .tit {
	color: #0056aa;
}
.NewsList li:hover .date {
	background: rgba(0,86,170,1);
}
.NewsList li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
/****新闻内页***/
.nnewsfr {
	width: 66%;
	float: left;
	background: #fff;
	padding: 2%
}
.nnewsfr h2 {
	font-size: 30px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
}
.nnewsfr h3 {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
	color: #212528;
	text-align: center;
	margin-bottom: 30px;
}
.nnews_c {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}
.nnews_c p {
	text-indent: 2em;
}
.nnews_c img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.nnews_fl {
	width: 25%;
	float: right;
}
.nnews_xw {
	background: #fff;
	padding: 20px;
}
.nnews_xw h2 {
	line-height: normal;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #444;
	margin-bottom: 20px;
}
.gsxwxh {
	width: 100%;
	margin-bottom: 20px;
}
.gsxwxh h3 {
	line-height: 1.5;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #444;
	font-weight: 700;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gsxwxh p {
	min-height: 20px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.5;
}
.gsxwxh:hover h3 {
	color: #f08200;
}
.nnews_lx {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.nnews_lx h2 {
	line-height: normal;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #444;
	margin-bottom: 20px;
}
.nnews_lx p {
	line-height: 1.5;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #444;
	font-weight: 700;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
/******产品中心****/
.nnproduct {
	padding: 50px 0;
}
.p102-pros-1-title {
	height: 66px;
	line-height: 66px;
	font-size: 26px;
	color: #333333;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-bottom: 50px;
}
.p102-pros-1-title:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #402586;
	left: 0;
	bottom: -2px;
	z-index: 1;
}
.p102-pros-1-list dl {
	float: left;
	width: 23%;
	margin: 0 2.5% 50px 0;
}
.p102-pros-1-list dl:nth-child(4n) {
	margin-right: 0;
	float:right;
}
.p102-pros-1-list dt {
	position: relative;
	box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.p102-pros-1-list dt img,  .p102-pros-1-list dt a {
	width: 100%;
	display: block;
}
.p102-pros-1-list dt em {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
	display: none;
}
.p102-pros-1-list dt i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #0175ca;
	border-radius: 100%;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}
.p102-pros-1-list dt i:after {
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.p102-pros-1-list dd {
	padding-top: 15px;
}
.p102-pros-1-list dd h4 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p102-pros-1-list dd h4 a {
	/*display: inline-block;*/
	height: 40px;
	color: #1a1a1a;
	position: relative;
	padding-left: 20px;
}
.p102-pros-1-list dd h4 a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 18px;
	background: #0175ca;
	left: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}
.p102-pros-1-list .p102-pros-1-desc {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}
.p102-pros-1-list dl:hover dt em {
	display: block;
}

/*****产品内页****/
.cpnr{ padding:50px 0; overflow:hidden;}
.cpnr_fl{ width:45%; float:left;}
#preview{ width:100%; float:left; overflow:hidden;}
#spec-n1{float:left; width:100%; height:auto; overflow:hidden;}
#spec-n1 img { width:100%;}
#spec-n5{width:100%; display:inline; height:auto; float:left; padding-top:10px; padding-bottom:5px;}
#spec-list{float:left; display:inline; overflow:hidden; height:auto; width:100%;}
#spec-list li{ width:24%; height:auto; float:left; margin-right:1%; overflow:hidden;}
#spec-list ul li img{ width:95%; border:1px solid #fff; padding:2px;}
.cpnr_fr{ width:50%; float:right;}
.cpnr_fr h1 { font-size:24px; font-weight:bold; color:#0175ca; position:relative; padding-bottom:15px; margin-bottom:20px;}
.cpnr_fr h1:after{ content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #ccc;
}
.zdycc p{ line-height:40px; font-size:14px; color:#666;}
.cp_tel{ width:100%; margin-top:20px; overflow:hidden;}
.cp_tel span{ width:230px; height:42px; line-height:42px; float:left; text-align:center; background:url(../images/dian.png) 40px center no-repeat #0175ca; color:#fff; font-size:16px; font-weight:bold; border-radius:30px;}

.cpnr_con{ margin-top:40px; overflow:hidden; width:100%; float:left;}
.cpxq{ border:1px solid #f0f0f0; line-height:55px; height:55px;}
.cpxq span{ width:150px; float:left; text-align:center; border-right:1px solid #f0f0f0; font-size:16px; color:#0175ca; border-top:2px solid #0175ca;}
.prd_con{ padding:30px 0; line-height:30px; font-size:16px; overflow:hidden;}
.prd_con img{ display:block; margin-left:auto; margin-right:auto; max-width:100%; margin-top:10px;}

 @media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.show-xs {
	display: block;
}
.layui-container {
	padding: 0 10px;
}

.main {
	height: auto;
	padding: 0;
	width: 100%;
}
.logo {
	height: auto;
	margin: 0;
}
.logo img {
	height: 60px;
	margin-left:10px;
}
.Search{ display:none;}
.header .Tel{ display:none;}
.MainNav{ display:none;}
.banner {
	margin-top: 60px;
}
.product,.youshi{ padding:30px 0; overflow:hidden;}
.section-title small{ font-size:20px;}
.section-title strong{ font-size:20px;}
.more-big{ width:130px;}
.ys_tu{ margin-top:20px;}
.ys_tu li{ width:48%; margin:10px 1%;}
.ys_tu li img{ width:100%;}
.ys_tu li h2{ font-size:18px;}
.HomeAbout .Num .logots{ width:100%; height:auto; padding:0;}
.HomeAbout ul{ width:100%; height:auto;}
.HomeAbout li{ width:50%; height:auto; padding-top:10px; padding-bottom:10px;}
.HomeAbout li b{ font-size:30px; line-height:40px;}
.HomeAbout .About,.HomeAbout .imgbox{ width:100%; margin-bottom:10px;}
.HomeAbout .Num{ margin-bottom:0;}
.HomeAbout .About .name{ font-size:26px; font-weight:bold; line-height:50px;}

.HomeNews .slick-arrow {
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    border: 0;
    color: #333;
}
.HomeNews .slick-prev {
    left: 0px;
}
.HomeNews .slick-next {
    right: 0px;
}
.foot-nav{ display:none;}
.footer{ padding:20px 0;}
.footer p{ color:#fff; font-size:16px; line-height:40px;}
.footer-copy{ margin-bottom:50px; line-height:30px;}
.HomeNews .ti{ margin-top:15px; height:50px;}
.banner_top{ margin-top:60px;}
.posion_fl{ display:none;}
.Aboutimg{ width:100%;}
.aboutc_c,.qywh,.dszc{ padding:30px 0;}
.CompanyName{ margin-top:20px; font-size:28px; margin-bottom:20px; padding-bottom:20px;}
.Numbox li{ width:50%; padding-top:10px; height:auto;}

.qywh img{ width:100%;}
.lxfs_fl,.lxfs_fr{ width:100%;}
.news_fl{ display:none;}
.NewsList .imgbox,.NewsList .info{ width:100%; padding:0;}
.NewsList li{ padding-bottom:20px; margin-bottom:20px;}
.NewsList p{ height:56px; overflow:hidden;}
.nnews_fl{ display:none;}
.nnewsfr{ width:96%; padding:5% 2%;}
.newsc_c{ padding:30px 0 !important;}
.p102-pros-1-list dl{ width:48%; margin:0 1% 30px 0;}
.p102-pros-1-list dl:nth-child(2n){ float:right; margin-right:0;}
.cpnr_fl,.cpnr_fr{ width:100%; margin-bottom:20px;}
.cpnr,.nnproduct{ padding:30px 0;}
.prd_con{ width:100%; float:left;}
.wecat{ width:100%;}
.huanglong-bg{ width:45%; margin-bottom:10px; padding:2%; float:left; margin-right:1%;}
.text-box{ height:auto; line-height:30px; font-size:15px;}
.p102-pros-1-list dd h4{ height:auto; line-height:25px; font-size:15px;}
}
