* {
	font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’,  Arial, sans-serif;
	font-size: 15px;
}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
	width: 1170px\9;
}

input {
	border-radius: 0
}

li {
	list-style: none
}

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

a:hover {
	text-decoration: none;
}


.fr {
	float: right;
}

.fl {
	float: left;
}
/* Clear */
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}
/* Hides from IE-mac \*/ 
.clearfix {
	display: block
} 
/*头部开始=========================================================================  */
.lang {
	background: url(../images/lang-bg.png) no-repeat top center;
	width: 110px;
	margin-top: 20px;
}

.lang ul {
	margin: 0;
	padding: 0;
}

.lang li {
	width: 50%;
	float: left;
	color: #666;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #0655bb;
}

.blue a {
	color: #fff;
}

.logo {
	float: left;
	margin-right: 20px;
}

.hamburger {
	padding: 8px 6px;
	cursor: pointer;
	display: none;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner {
	width: 40px;
	height: 4px;
	-webkit-animation: line2 1s linear infinite alternate;
	animation: line2 1s linear infinite alternate;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
	-webkit-animation: line1 1s linear infinite alternate;
	animation: line1 1s linear infinite alternate;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

@keyframes line1 {
	0% {
		width: 20px;
		height: 4px;
	}

	100% {
		width: 40px;
		height: 4px;
	}
}

@keyframes line2 {
	0% {
		width: 40px;
		height: 4px;
	}

	100% {
		width: 20px;
		height: 4px;
	}
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	width: 40px;
	-webkit-animation: line2 0;
	animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	width: 40px;
	-webkit-animation: line1 0;
	animation: line1 0;
	right: -80px;
	top: 80px;
	left: auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-box {
	width: 100%;
	height: 50px;
	background: #0f0f0f;
}

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

.nav-pc ul {
	padding: 0;
}

.nav-pc .menulevel {
	padding: 0;
}

.nav-pc li {
	transition: all .5s ease-in-out;
	width: 12%;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.nav-pc li a span {
	color: #000;
	display: block;
	font-size: 16px;
	transition: all .5s ease-in-out;
}

.nav-pc li a#menu_selected span {
	color: #fff;
	font-weight: bold;
	background: url(../images/nav-bg.jpg) no-repeat center center;
	background-size: 100%;
}

.nav-pc li a#menu_selected:hover span {
	color: #fff;
}

.nav-pc li:hover {
	color: #fff;
}

.nav-pc li:hover a span {
	text-decoration: none;
	color: #fff;
	background: url(../images/nav-bg.jpg) no-repeat center center;
	background-size: 100%;
}

.nav-pc li:hover>.menulevel {
 /*display:block;*/
}

.menulevel {
	width: 100%;
	left: 0px;
	display: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 120px;
}

.menulevel li {
	display: none;
	background: #0655bb;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.menulevel li a span {
	font-size: 15px;
	color: #fff;
	text-align: left;
}

.menulevel li:hover {
	background: #019544;
}

.menulevel li>.menulevel {
	width: 100%;
	left: 100%;
	top: 0;
} 
/*banner开始=======================================================================================*/

/*top开始------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #fff;
/* overflow:hidden; padding:0 1rem;width: calc(100% - 2rem);*/
}

.logo {
	width: 418px;
	padding: 5px 0;
}

.logo img {
	max-width: 100%;
}
.dbg {
	position: relative;
}

.ny-bt {
	color: #fff;
	line-height: 60px;
}

.ny-bt p {
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 26px;
	font-family: "times new roman";
}

.ny-btt {
	display: none;
	text-align: center;
	margin: 0px auto;
	background: rgba(29,32,136,0.8);
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 360px;
	left: 33%;
	padding: 30px 20px;
}

.ny-btt {
	letter-spacing: 2px;
}

.ny-text {
	top: -320px;
	left: 0;
	right: 0;
	position: absolute;
}
.ny-dw {
	color: #fff;
	font-size: 1rem;
	margin-top: 3.125rem;
}
.ny-dw a {
	color: #fff;
}
.ny-dw span {
	color: #fff;
}
.ny-dw img {
	vertical-align: middle;
	margin-right: 10px;
}
.abouttitle{
	width: 100%;
}
.abouttitle ul li{
text-align: center;
margin:0 1%;
float: left;
margin-bottom: 20px;
line-height: 50px;
	font-size: 1rem;
}
.abouttitle1 ul li{
}
.abouttitle ul li {
	
}
.abouttitle22 {
	padding: 120px 0px;
	text-align: center;
}

.abouttitle2 {
}



/*footer开始====================================================================================*/

.xq-sousou{
	width: 100%;
	margin-top: 5%;
}
.f-zuo {
	float: none!important;
}
.ss-xz{
	background: #fff;
	display: none;
	color: #808080;
	width: 150px;
	padding: 10px;
	line-height: 35px;
}
.ss-xz select{
	border: none;
	color: #808080;
	width: 130px;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}
.ss-zuo2 input{
	border: none;
	background: #fff;
	line-height: 35px;
	padding: 10px;
	padding-left: 20px;
	color: #808080;
	font-size: 15px;
	width: 100%;
}
.ss-you2{
	background: #0053be;
	text-align: center;
}
.ss-you2 input{
	line-height: 55px;
	font-size: 18px;
	height: 55px;
	font-weight: bold;
	border: none;
	color: #fbce07;
	text-transform: uppercase;
	background: #0053be;
	
}
#copyright {
	/*background:url(../images/f-dibu_08.jpg) no-repeat top center #021a46;*/
	background: #021a46;
	color: #fff;
	padding:3% 0 1%;
}
.f-wenzi{
	font-size:1.25rem;
}
.f-wenzi P{
	font-size: 2.1875rem;
}
.f-wenzi P:after{
	content: "";
	width: 120px;
	height: 5px;
	background: -webkit-linear-gradient(
		left,#0672cf,#00d7fb
		);
		display: block;
		margin: 20px 0;
}
.banq {
	width:100%;
	margin-top: 8%;
}
.banq span{
	color: rgba(255,255,255,0.5);
	
}
.banq span a{
	color: rgba(255,255,255,0.5);
	
}
/*内页开始====================================================================================*/

/* 产品详情页面 */

	.mx-bugs_bunny{
		width: 90%;
		max-width: 700px;
		margin: 40px auto;				
	}
	.ZI-slider{
	}
	.mx-bugs_info{
		position: absolute;
		display: block;
		max-width: 80%;
		padding: 10px;
		bottom: 40px;
		background-color: rgba(39, 66, 93, 0.9);			
	}
	.mx-bugs_info a{				
		font-family: 'Oswald', sans-serif;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}
	.mx-navigation {
		margin: 4px;
		top: 42%;
	}
	.mx-prev, .mx-next{
		background-color: #0053be;
	}
	.mx-prev{
		background-image: url(../images/arr_l.png);
		background-repeat: no-repeat;
		background-position: 2px 5px;
	}
	.mx-next{
		background-image: url(../images/arr_r.png);
		background-repeat: no-repeat;
		background-position: 8px 5px;
	}
	.mx-nav_dots{
		top: 88%;				
	}
	.mx-nav_dots span{
		margin: 0px 4px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 3px solid #27425d;
		background-color: #fff;
	}
	.mx-nav_dots span.dotActive{
		background-color: #27425d;
	}	
	
	
	
	
	.MxSlider{
		width: 100%;
		float: left;
		position: relative;
	}
	.mx-slider_wrap{
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px auto;
		overflow: hidden;
	}
	.mx-slide{
		position: absolute;
		width: 100%;
		display: table;
		float: left;
		left: 0%;
	}
	.mx-slide img{
		width: 100%;
	}
	
	/* Navigation */
	.mx-navigation{
		position: absolute;
		float: left;
		width: 100%;
		top: 47%;
		z-index:9;
	}
	.mx-prev, .mx-next{
		display: table;
		width: 40px;
		height: 40px;
		font-size: 0px;
		cursor: pointer;
	}
	.mx-prev{
		float: left;
	}
	.mx-next{
		float: right;
	}
	.mx-nav_dots{
		position: absolute;
		width: 100%;
		top: 85%;
	    text-align: center;
		z-index: 10;
	}
	.mx-nav_dots span{
		display: inline-block;
		width: 15px;
		height: 15px;
		margin: 3px;
		font-size: 0px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 2px solid #333;
		background-color: #fff;
		cursor: pointer;
	}
	.mx-nav_dots span.dotActive{
		background-color: #333;
	}
	
.banner {
	position: relative;
}

.dingwei {
	position: absolute!important;
	bottom: 0;
	left: 0;
	right: 0;
}

.productsroll {
	position: relative;
	width: 1200px;
}
/* productsroll Start */
#proinfo_c{
	padding: 3%;
	background: #fff;
	border-top: 20px solid #0053be;
}
#proinfo_c img {
	width: 80%;
}

#page_main {
		background: url(../images/ny-bg.jpg) no-repeat bottom center #fff;
	padding: 3% 0 5%;
	background-attachment: fixed;
}

.page-container {
	min-height: 500px;
	background-attachment: fixed;
}
.pic-img img{
	width: 100%;
}
.page-container img {
	max-width: 100%;
}

.page-about,.page-content,.page-products,.page-job {
}

.page-top-bg {
	background: #fff;
	margin-bottom: 25px;
}

.back {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 32px;
}

.back:before {
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background: #000;
	float: left;
	margin-top: 10px;
}

.back img {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 14px;
}

.page-url ul {
	padding: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 80px;
}

.page-url li {
	border-right: 1px solid #ccc;
	background: #fff;
	flex-grow: 1;
	cursor: pointer;
	transition: all 0.6s;
}

.page-url li:last-child {
	border-right: none;
}

.page-url li a {
	display: block;
	line-height: 60px;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	color: #202020;
}

.page-url li a span {
	font-size: 16px;
}

.ddsmoothmenu-v ul li a span {
	display: block;
	line-height: 60px;
	text-align: center;
}

.page-url li:hover {
	background: #0655bb;
}

.page-url li:hover span {
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
}

.page-url li.lihover a {
	background: #0655bb;
	color: #fff;
}

.page-url li.lihover a span {
	font-weight: bold;
	background: #0655bb;
	color: fff;
}

.page_list {
	float: right;
	padding-top: 20px;
	padding-bottom: 60px;
}

.page_list span.current {
	border: #ddd 1px solid;
	padding: 4px 5px;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
	background-color: #0655bb;
}

.page_list a {
	border: #ddd 1px solid;
	color: #2b2b2b;
	padding: 4px 5px;
	margin-right: 2px;
}

.page_list select {
	width: 48px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.page {
	margin-top: 20px;
	padding-top: 10px;
	line-height: 35px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.page span {
	display: inline-block;
	width: 99%;
}

.page-news,.page-news9 {
	padding: 25px 15px;
}

.page-news li {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 30px 20px;
	cursor: pointer;
	transition: all 0.6s;
}

.page-news li:hover {
	background: #f3f3f3;
	border: 1px solid #0074cd;
	transform: scale(1.02);
}

.page-news li .img:hover {
	transform: scale(1.02);
}

.page-news li .img {
	padding: 1.5% 0 0 0 ;
	
	overflow: hidden;
	width: 20%;
	cursor: pointer;
	transition: all 0.6s;
}

.page-news li .text {
	padding-right: 0;
	width: 77%;
	float: right;
}

.page-news li .text span {
	color: #aaaaaa;
	line-height: 40px;
}

.page-news li .text .h {
	line-height: 40px;
}

.page-news li .text .h a {
	font-size: 22px;
	color: #0d0d0d;
	font-weight: bold;
	line-height: 55px;
}

.page-news li:hover .text .h a {
	color: #0655bb;
}

.page-news li .text .h span {
	font-size: 14px;
	color: #999999;
	float: right;
}

.page-news li .text p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.page-news li .text .ck {
	float: right;
	color: #0655bb;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	height: 38px;
	border-radius: 20px;
	border: 1px solid #0655bb;
	padding: 0 3%;
}

.page-news li .text .ck:hover {
	background: #0655bb;
	color: #fff;
}

.proNav li {
	background: #fafafa;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.proNav li a {
	display: block;
	padding: 10px;
	border: #ddd 1px solid;
	background: #fafafa;
}

.proNav li span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background: #fafafa;
	height: 220px;
	margin: 0 auto;
}

.proNav li span img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.proNav li span .lhsp {
	position: absolute;
	display: block;
	width: 100%;
	height: 175px;
	z-index: 10;
	left: 0;
	top: 0;
	display: none;
	background: url(../images/lh616.png)  center center;
}

.proNav li:hover span {
	background: #0655bb;
}

.proNav li:hover a {
	background: #0655bb;
	text-decoration: none;
}

.proNav li:hover span .lhsp {
	display: block;
}

.proNav li p {
	font-weight: 100;
	display: block;
	width: 120px;
	line-height: 30px;
	border: 1px solid #0655bb;
	margin: 0 auto 20px;
	color: #0655bb;
}

.proNav li label {
	line-height: 30px;
	color: #333;
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block !important;
}

.proNav li:hover p {
	color: #fff;
	border: 1px solid #fff;
}

.proNav li:hover label {
	color: #fff;
}

.proNav .ckgd {
	display: block;
	width: 130px;
	height: 203px;
	float: left;
	margin-top: 10px;
}/* 
产品列表页面 */
#ShowImages li{
	float:left;
	margin-bottom: 20px;
	transition: all 0.6s;
	border: none;
	border-bottom: 3px solid #d7d7d7;
}
#ShowImages li:hover{
	border-bottom: 3px solid #0053be;
}
#ShowImages li a{
	display: block;
	width: 100%;
	height: 100%;
}
#ShowImages .imghvr-slide-down{
	transition:all .8s ease-in-out;
	overflow:hidden;
	width: 100%;
	height: 100%;
}
#ShowImages .imghvr-slide-down img {
    width: 100%;
	overflow: hidden;
	transition:all .8s ease-in-out;
}
.fudong{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 28%;
	font-size: 1.25rem;
	font-weight: bold;
}
.images_title{
	line-height: 60px;
	text-align: center;
}
.images_title a{
	color: #202020;
	font-size: 18px;
}










.jptj-header {
	position: relative;
	text-align: center;
}

.jptj-header .span6 {
	height: 1px;
	background: #666;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.jptj-header p {
	position: absolute;
	z-index: 111;
	text-align: center;
	width: 100%;
	padding-top: 37px;
	font-size: 14px;
}

.popover-banner {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.popover-banner .flex-direction-nav {
	display: block;
}

.popover-banner .flex-prev,.popover-banner .flex-next {
	position: absolute;
	display: block;
	width: 45px;
	height: 100px;
	background: url(../images/sprite.jpg) no-repeat 0 top;
	top: 50%;
	margin-top: -50px;
}

.popover-banner .flex-prev {
	left: -50px;
}

.popover-banner .flex-next {
	background: url(../images/sprite.jpg) no-repeat -55px top;
	right: -50px;
}

.lhgw {
	display: block;
	width: 580px;
	margin: 0 auto;
}

#shop_cart {
	width: 170px;
	float: left;
}

#shopjg span {
	text-align: center;
	display: block;
	width: 180px;
	height: 36px;
	margin: 20px 10px;
	background: #fe6a12;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}

#shopjg {
	width: 180px;
	float: left;
	overflow: hidden;
}

.lhcppg {
	width: 100%;
	background: #f5f5f5;
	padding-left: 20px;
}

.lhcppg span {
	display: inline-block;
	padding-left: 0.5%;
}

#inhert_cart {
	margin: 20px 10px;
	height: 36px;
	line-height: 36px;
}

#shop_cart #btn_buy {
	display: none;
}

.jptj-header b {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #002e79;
	padding: 0 20px 10px;
	background: #f7f7f7
}

.photos span {
	display: block;
	text-align: center;
	overflow: hidden;
	max-height: 17rem;
}

.photos span img {
}

.photos p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
}

.photos p a {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.photos2 span {
	display: block;
	text-align: center;
	overflow: hidden;
}

.photos2 span img {
}

.photos2 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
}

.photos2 p a {
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.photos2 .col-lg-3:hover{
	border: 1px solid #0074cd;
}



.photos1 span {
	display: block;
	text-align: center;
}

.photos1 span img {
	height: 260px;
	max-width: 90%;
}

.photos1 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
}

.pic-img1 {
	height: 350px;
}

.picMarquee-left {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	padding: 15px;
	zoom: 1;
}

.picMarquee-left .bd li {
	float: left;
	height: 230px;
	width: 20%;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.picMarquee-left .bd li img {
	border: 1px solid #ccc;
}

.picMarquee-left .bd li:hover img {
	border: 1px solid #000;
}

.picMarquee-left .bd li img {
	width: 95%;
	display: block;
}

.p-more {
	width: 90px;
	display: inline-block;
	float: right;
	height: 25px;
	margin: 20px auto;
	border: #c2c2c2 solid 1px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #000;
}

.related-list li {
	display: inline-block;
	width: 49%;
}

#shownews .title {
	text-align: center;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
}

#shownews .related {
	font-weight: bold;
	height: 40px;
	line-height: 30px;
	font-size: 13px;
	margin-top: 15px;
	background: url(../images/bg_news.gif) repeat-x;
	color: #fff;
}

.related_cp ul {
	width: 100%;
	height: auto;
	padding-top: 6px;
	overflow: hidden;
	padding-bottom: 20px;
}

.related_cp ul li {
	text-align: center;
	float: left;
	margin-right: 20px;
}

.related_cp ul li img {
	border: 1px solid #e4e4e4;
	height: 176px;
	padding: 5px;
}

.related_cp ul li a:hover img {
	border: 1px solid #0655bb;
}

.related_cp {
	margin-top: 30px;
}

#piclist li {
	height: 155px;
	background: none;
	border: 1px solid #ddd;
}

#piclist li .ph_hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.jobList li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.jobList li span {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	color: #f7f7f7;
	background: #0655bb;
	padding: 10px 0;
}

.page-guestbook b {
	line-height: 30px;
	display: inline-block;
	width: 80px;
	text-align: right;
}

.page-guestbook dt {
	line-height: 30px;
	width: 100%;
}

.page-guestbook b span {
	padding-left: 10px;
}

.page-guestbook #guestbook  dt {
	line-height: 30px;
	width: 100%;
	padding: 10px 0;
}

.page-guestbook #guestbook  textarea {
	width: 84%;
}

.showjobList li {
	border: 1px solid #ccc;
	border-top: none;
	height: 40px;
	width: 100%;
	line-height: 40px;
}

.showjobList li div {
	width: 100%;
	float: left;
}

.showjobList li b {
	color: #0655bb;
	display: block;
	font-weight: 500;
	text-align: center;
}

.showjobList li span {
	width: 120px;
	height: 100%;
	display: inline-block;
	text-align: center;
	color: #0655bb;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

.showjobList {
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}

.lhms {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
}

.lhms b {
	font-weight: 100;
	width: 120px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #0655bb;
}

.lhms>span {
	display: inline-block;
	height: auto;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.lh616 {
	width: 150px;
	line-height: 40px;
	margin: 50px auto 0px;
	border: 1px solid #0655bb;
}

#guestbook  dt {
	display: inline-block;
	width: 100%;
}

#guestbook textarea,#guestbook input[type="text"] {
	width: 84%;
	padding: 0 2.5%;
	min-width: 220px;
	height: 30px;
	border: 1px solid #C7E2F6;
}

#guestbook .yzm input {
	width: 50%;
}

.xiaz .fr {
	float: right;
}

.xiaz .fl {
	flaot: left;
}

.downloadtimes {
	padding: 0 5%;
}

.downloadtimes i img {
	margin-right: 5px;
	width: 14px;
}

.xiaz li {
	border-bottom: 1px dashed #ccc;
}

.lh68 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.lhbd label {
	display: inline-block;
	max-width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}

.lhbd dt {
	padding: 10px 0;
	width: 100%;
}

.lhbdfr {
	float: right;
	width: 45%;
}

.lhbdfl {
	float: left;
	width: 45%;
}

.lhbdfr label {
	max-width: 100px;
	width: 100%;
}

.lhbd input {
	width: 57%;
}

.lhbdfl input {
	width: 67%;
}

.lhbd span {
	font-weight: 100;
}

.lhbd .Content {
	width: 84%;
}

.clear {
	clear: both;
}

.lhbd .Content {
	height: 113px;
}

.submit {
	background: #0655bb;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
	border: none;
}

.lh615 {
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	border: none;
}

.page-guestbook {
	padding-top: 50px;
}
.page-guestbook dt{
	font-weight: bold;
}
.page-guestbook dt:before{
	width: 10px;
	height: 10px;
	margin-top: 0.8%;
	margin-right: 0.8%;
	display: block;
	content: "";
	float: left;
	background: #0074cd;
}
.aaaaa {
	width: 13.5%!important;
	min-width: 0!important;
	margin-right: 1.5%;
}

.bbbbb {
	width: 10%!important;
}

.content {
	width: 70%!important;
	height: 100px!important;
	margin-left: 5px;
}

.bz {
	height: 100px!important;
	line-height: 100px!important;
	display: block!important;
	float: left;
}

.beizhu {
	margin-top: 10px;
}

.sl6-r-con p {
	line-height: 30px;
}
/*2020-01-09*/
.yxjm-distpicker {
	display: inline-block;
}

.yxjm-distpicker .form-group {
	display: inline-block;
	width: calc((100% - 1em) / 3);
}

.yxjm-distpicker .form-group select {
	width: calc(100% - 2em);
	padding: 0 2.5%;
	height: 30px;
	border: 1px solid #C7E2F6;
}

/* 大屏幕 */
@media (min-width: 1751px) {
 
	.visible-xs {
		display: none !important;
	}
	.ny-about-bt {
		text-align: center;
		color: #202020;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}
	
}
@media (min-width: 1340px)and (max-width: 1750px) {
	.visible-xs {
		display: none !important;
	}
	.ny-text{
		top: -210px;
		left: 80px;
		
	}
	.page_list{
		float: none;
	}
	.ny-about-bt {
		text-align: center;
		color: #202020;
		font-size: 36px;
		margin-bottom: 40px;
	}
	
	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}
	#photosDemo{
		margin-top: 80px;
	}
}
@media (min-width: 1200px)and (max-width: 1339px) {
	* {
	    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
	    font-size:1.0625rem;
	}
	.hidden-xs{
		display: none !important;
	}
	.ny-text{
		top: -400px;
		left: 20px;
	}
	.page_list{
		float: none;
	}
	.ny-about-bt {
		text-align: center;
		color: #202020;
		font-size: 36px;
		margin-bottom: 40px;
	}
	
	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	
	
	* {
	    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
	    font-size:1.0625rem;
	}
    .hidden-xs{
		display: none !important;
	}
	
	
	.ny-text{
		top: -390px;
		left: 20px;
		
	}
	.ny-bt{
		float: none;
	}
.ny-btt{
		float: none;
	}
	.ny-dw{
		float: none;
	}
	.ny-btt span{
		font-size: 22px!important;
	}
	.ny-bt span{
		font-size: 28px!important;
	}
	
	
	
	.page_list{
		float: left;
	}
	.ny-about-bt {
		color: #0655bb;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}

	.ny-title {
		position: absolute;
		width: 980px;
		left: 50%;
		margin-left: -490px;
		bottom: 20%;
		color: #fff;
		font-size: 35px;
		font-weight: bold;
	}

	.ny-title p {
		font-size: 15px;
		line-height: 35px;
		text-align: left;
	}

	.ny-title p a {
		color: #fff;
	}
	#guestbook textarea,#guestbook input[type="text"] {
		width: 80%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}
	
	.page-guestbook #guestbook  textarea {
		width:80%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}

	.news-bt {
		width: 300px;
		height: 300px;
		z-index: 111;
		background: #0655bb;
		position: absolute;
		left: 15px;
		top: 0;
	}

	.news-title {
		margin-left: 40px;
		margin-top: 75px;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
	}

	.news-title p {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
	}


	.aaaaa {
		width: 11%!important;
		min-width: 0!important;
		margin-right: 1.5%;
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
	.post-txt span{
		font-size: 1.125rem!important;
	}
	.post-txt{
		font-size: 1.125rem!important;
	}
	.post-txt p{
		font-size: 1.125rem!important;
	}
}


/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
	/* 产品分裂 */
	.ny-cp .page-url{
		margin: 80px 0!important;
		
	}
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 220px;
	}
	/* 分裂 */
	* {
	    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
	    font-size:1.1625rem;
	}
	
	.post-txt span{
		font-size: 1.225rem!important;
	}
	.post-txt{
		font-size: 1.225rem!important;
	}
	.post-txt p{
		font-size: 1.225rem!important;
	}
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.ny-bt p {
		font-size: 24px;
	}

	.ny-about-bt {
		text-align: center;
		color: #0655bb;
		font-size: 36px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 16px;
		margin-top: 10px;
	}

	#guestbook textarea,#guestbook input[type="text"] {
		width: 70%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}

	.page-guestbook #guestbook  textarea {
		width:70%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}

	.product-list {
		margin: 0;
	}

	.product-list ul {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.product-list li img {
		width: 100%;
	}

	.pro-ahout {
		height: auto;
	}

	.in-pro>div:last-child {
		display: none;
	}

	.page span {
		display: inline-block;
		width: 100%;
	}

	.newsList .lhfr p {
		display: inline-block;
		width: 70%;
	}


	.page span {
		display: inline-block;
		width: 100%;
	}

	.related-list li {
		display: inline-block;
		width: 100%;
	}

	.newsList .lhfr {
		width: 644px;
		float: right;
	}

	.mobile_nav  .menulevel {
		position: static;
	}

	.lh68 {
		display: block;
		z-index: 100;
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
	.page-news li .img {
		width: 98%;
	}
	
	.page-news li .text {
		padding-right: 0;
		width: 98%;
	}
	.ny-btt span{
		font-size: 22px!important;
	}
	.ny-bt span{
		font-size: 28px!important;
	}
	#proinfo_c img{
		width: 100%!important;
	}

}
@media (max-width: 767px) {
	/* 产品分裂 */
	.ny-cp .page-url{
		margin: 80px 0!important;
		
	}
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 320px;
	}
	/* 分裂 */
	.page-products{
		margin-top: 100px;
	}
	#proinfo_c img{
		width: 100%!important;
	}
	*{
		    font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’, Arial, sans-serif;
		    font-size: 1.125rem!important;
	}
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
.post-txt span{
	font-size: 1.125rem!important;
}
.post-txt{
	font-size: 1.125rem!important;
}
.post-txt p{
	font-size: 1.125rem!important;
}
	.hamburger {
		top: 2rem;
		right: 2rem;
	}
	.ny-text{
		top: -14rem;
	}
	
	.ny-btt {
		display: block;
		font-size: 18px!important;
	}
	.ny-btt span{
		font-size: 22px!important;
	}
	.ny-bt span{
		font-size: 28px!important;
	}

	.ny-btt p {
		font-family: "times new roman";
		font-size: 18px!important;
	}
	.ny-dw {
		margin-top:1.25rem;
	}
	.ny-dw a{
		font-size: 16px!important;
	}
	
      .ny-dw span{
	
		font-size: 16px!important;
	}
	
	.photos span{
		max-height: 32.25rem;
		width: 100%;
	}
	.photos p{
		font-size: 1.375rem;
	}
	.photos span img{
		width: 100%;
		display: block;
		height: 100%;
	}
	.ny-about-bt {
		text-align: center;
		color: #0655bb;
		font-size: 24px;
		margin-bottom: 40px;
	}

	.ny-about-bt p {
		text-align: center;
		color: #888;
		font-size: 14px;
		margin-top: 10px;
	}

	.ny-title {
		position: absolute;
		width: 95%;
		left: 5%;
		margin-left: 0;
		bottom: 10%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.hidden-phone1 {
		display: none;
	}

	.jobList li {
		width: 33%!important;
	}

	.ny-title p {
		font-size: 15px;
		line-height: 15px;
		text-align: left;
	}

	.ny-title p a {
		color: #fff;
	}
	#guestbook textarea,#guestbook input[type="text"] {
		width: 70%;
		min-width: 0;
		height: 3.125rem;
	}
	.page-guestbook #guestbook  dt {
		line-height: 30px;
		width: 100%;
	}

	.page-guestbook #guestbook  textarea {
		width:70%;
	}
	.submit{
		width: 25%;
		line-height: 3.125rem;
		font-size: 1.375rem;
	}
	.join-lc li {
		width: 265px!important;
	}

	.page-news li .img {
		width: 98%;
	}

	.page-news li .text {
		padding-right: 0;
		width: 98%;
	}

	.proNav li span {
		height: auto;
	}

	.lhbdfl {
		float: none!important;
		width: 100%;
	}

	.page-url ul {
		padding: 0;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-top: 90px;
	}

	.page-url li {
		border-right: 1px solid #ccc;
		background: #fff;
		flex-grow: 1
	}
	.lx-left li {
		width: 100%!important;
		font-size:1.2rem!important;
	}
	.lx-left li span{
		font-size:1.2rem!important;
	}
}
@media (max-width: 398px) {
	.page-products{
		margin-top: 90px;
	}
	/* 产品分裂 */
	.ny-cp .page-url{
		margin: 80px 0!important;
		
	}
		.ny-cp .page-url ul{
			display: block!important;
		}
	.ny-cp .page-url ul li{
		width: 48%!important;
		display: block!important;
		float: left!important;
		margin-top: 1px;
		
	}
	.page-products2{
		margin-top: 340px;
	}
	/* 分裂 */
	#proinfo_c img{
		width: 100%!important;
	}
	#header {
		height: 4.2rem;
	}
	.ny-text{
		top: -13rem;
	}
	.photos{
		margin-top: 5rem;
	}
	.page-url{
		margin-top: -4rem;
	}
	.ny-btt span{
		font-size: 22px!important;
	}
	.ny-bt span{
		font-size: 28px!important;
	}

}
.ny-btt span{
	font-size: 28px;
}
.ny-bt span{
	font-size: 36px;
}
/*联系我们内页*/
.lianxi {
	width: 100%;
}

.lx-left {
	background: #fff;
	margin-top: 30px!important;
	border: none!important;
	padding: 1%;
}

.lx-left li {
	line-height: 65px;
	width: 48%;
	float: left;
	background: #fff;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
}

.lx-left li img {
	margin-right: 20px;
}

.lx-left li:hover {
	color: #0655bb;
}

.lx-left li span {
	font-weight: bold;
	font-size: 18px;
}

.lx-right {
	background: #f9f9f9;
	width: 35%;
	padding: 32px 0px 32px 30px;
	margin-top: 30px!important;
	border: none!important;
}

.xm {
	line-height: 50px;
	width: 330px;
	float: left;
	border-radius: 5px;
	background: none;
	border: #f7f7f7 solid 1px;
	color: #838383;
	text-indent: 15px;
	font-size: 14px;
}

.mr10 {
	margin-right: 15px;
}

.tarea {
	margin-top: 10px;
	height: 130px!important;
	width: 93%!important;
}

.index-submit {
	width: 150px;
	height: 40px;
	float: left;
	margin-top: 15px;
	background: #0655bb;
	color: #fff;
	font-size: 15px;
	border: none;
}

#guestbook1  dt {
	display: inline-block;
	width: 50%;
}

#guestbook1 textarea,#guestbook1 input[type="text"] {
	width: 45%;
	min-width: 220px;
	border-radius: 5px;
/* border:1px solid #C7E2F6 ;*/
	background: #eeeeee;
}

.page-guestbook #guestbook1  dt {
	line-height: 30px;
	width: 100%;
	padding: 10px 0;
}

.page-guestbook #guestbook1  textarea {
	width: 84%;
}

#guestbook1 .yzm input {
	width: 50%;
}
/*边框*/
.spbq {
	float: left;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}

.biankuang {
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius: 10px;
}

.biankuang_1 {
	height: 3px;
	top: -6px;
	left: 0px;
	border-left: 2px solid #0655bb;
}

.biankuang_2 {
	width: 0px;
	bottom: -3px;
	left: 0px;
	border-top: 2px solid #0655bb;
}

.biankuang_3 {
	height: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 2px solid #0655bb;
}

.biankuang_4 {
	width: 0px;
	top: -3px;
	right: 0px;
	border-bottom: 2px solid #0655bb;
}

#dmfb_maplist {
	float: left;
	width: 40%;
	padding-bottom: 50px;
}

#dmfb_main {
	float: right;
}

/*留言单页*/
.message-con {
	line-height: 40px;
	font-size: 16px;
}

.message-con span {
	font-weight: bold;
	font-size: 18px;
	color: #0655bb;
}
/*手风琴效果*/
.ny-lxlist {
	margin-top: 40px;
}

.ny-lxl-list {
 /*background: #f6f6f6;*/
	padding: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
	cursor: pointer;
	background: url(../images/zz-more.png) no-repeat 98%  2rem #f6f6f6;
}

.zz-title {
	font-size: 18px;
	line-height: 28px;
}

.ny-lxll-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 700;
	color: #0655bb;
}

.ny-lxll-con {
	margin-top: 2rem;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 3VH 0;
	display: none;
	overflow: hidden;
}

.ny-lxllc-list {
	float: left;
	width: 95%;
	margin: 0 1.5%;
}

.ny-lxllc-list > div:nth-child(1) {
	margin-bottom: 2VH;
}

.zz-nycon li {
	line-height: 28px;
	color: #888;
	font-size: 14px;
	margin-bottom: 30px;
}

.zz-nycon li p {
	font-size: 17px;
	margin-bottom: 15px;
	color: #202020;
}
/*搜索*/
.time-list {
	width: 50%;
	line-height: 60px;
	background: #fff;
	text-align: center;
}

.ssjg-list {
	width: 49%;
	text-align: center;
	line-height: 60px;
	background: #fff;
}

.ssjg-list:hover {
	color: #fff;
	background: #0655bb;
}

.ssjg-list:hover a {
	color: #fff;
}
/*加盟流程*/
.join-lc li {
	float: left;
	text-align: center;
	border: 1px solid #e4e4e4;
	width: 308px;
	margin: 0px 10px 20px;
	cursor: pointer;
	padding: 40px 20px;
	color: #777;
	font-size: 15px;
	line-height: 28px;
	transition: all 0.6s;
}

.join-lc li p {
	margin-top: 10px;
	color: #0655bb;
	font-size: 20px;
	line-height: 60px;
}

.join-lc li:hover {
	border: 1px solid #0655bb;
}
/*图片鼠标悬停整体旋转*/
.join-lc li img {
	list-style: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.join-lc li img {
	transition: All 0.8s ease-in-out;
	-webkit-transition: All 0.8s ease-in-out;
	-moz-transition: All 0.8s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.join-lc li:hover img {
	transform: rotateY(360deg);
}