/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
 @charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 12px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none; cursor: pointer;
}
a:hover {
	text-decoration: underline;
	
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	
	text-decoration: none
}
a:active {
	
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#fff;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#f2f3f6;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#f2f3f6;
}
 @-webkit-keyframes bounce-up {
25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up {
25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
/**ly_top**/
.top_top{ width: 100%; overflow: hidden;}
.top_top .top_top1{ width:100%; max-width: 1200px; margin: 0 auto; font-family: "宋体"; font-size: 14px; height: 48px; line-height: 48px; background: #fff; color: #e6998d;}
.ly_top {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.ly_top_in {
	width: 90%;
	max-width: 1280px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.ly_top .top_logo {
	width: 500px;
	height: 54px;
	overflow: hidden;
	margin: 20px 0 26px 0;
	padding: 0;
	float: left;
}
.ly_top .top_logo a {
	display: block;
}
.ly_top .top_right {
	height: 40px;
	overflow: hidden;
	margin: 30px 0;
	padding: 0;
	float: right;
}
.ly_top .top_right .tr {
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 26px 0 20px;
}
.ly_top .top_right .tr3 {
	border-right: none;
	padding: 0 0 0 20px;
}
.ly_top .top_right .tr .tr_l {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #16b4b9;
	background-image: url(../images/top_tel.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px;
	border-radius: 4px 0 4px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ly_top .top_right .tr2 .tr_l {
	background-image: url(../images/top_email.png);
}
.ly_top .top_right .tr3 .tr_l {
	background-image: url(../images/top_qq.png);
}
.ly_top .top_right .tr .tr_r {
	float: left;
	margin-left: 5px;
}
.ly_top .top_right .tr .tr_r p {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
.ly_top .top_right .tr .tr_r span {
	color: #333;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.ly_top .top_right a:hover .tr_l {
	background-color: #1f71c2;
}
/**ly_nav**/
.ly_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: none;
	position: absolute; padding: 20px 0; z-index: 777; top: 0; left: 0;
}
.ly_nav3{ background: #fff; position: fixed;border-bottom: 1px solid #eee; -webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;}
.ly_nav1{ width:100%; margin: 0 auto;display: flex;align-items: center; position: relative;}
.ly_nav .nav_logo {
	width: 18%;

	height:auto;
	overflow: hidden;
	margin: 0 0 0 1.5%;
	padding: 0;
	float: left;
}
.ly_nav .nav_logo img{ width: 100%; max-width: 277px;}
.ly_nav .nav_logo .logo_1{ display: none;}
.ly_nav .nav_logo .logo_hide{ display: none;}
.ly_nav .nav_logo .logo_show{ display: block;}
.nav_bg{ width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 888; position: fixed; left: 0; top: 0;}
.nav_nav{ width: 20%; height: 100%; max-width: 360px; background: #fff; position: fixed; right: 0; top: 0; z-index: 999999; display: none;}
.navigation {
	width:62.5%;
	padding: 0;
	list-style: none; text-align: center;
}

.navigation li {
	 height: auto; text-align: center; font-size: 18px; display: inline-block; margin-left: 3.2%;
}
.navigation .nav_li1{ margin-left: 0;}
.navigation li img{max-width: 100%; display: block; margin: 0 auto 11%;}
.navigation li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 0.2%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: "微软雅黑";
}
.navigation li .a_hei{ color: #000;}
.navigation li a:hover, .navigation li a.nav_on {
	color: rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
}
.navigation li a.nav_hei {
	color: #000;
	border-bottom: 2px solid #000;
}
.navigation li a.a_hei:hover{
	color: #000;
	border-bottom: 2px solid #000;
}
.navigation ul {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #e20100;
}
.navigation ul li {
	width: 120px;
	float: left;
	border-top: none;
}
.navigation ul li:nth-child(even) {
	background-color: #f5f6f8;
}
.navigation ul a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0;
	color: #4e607b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
}
.navigation ul a:hover {
	color: #fff;
	background-color: #fe0100;
}
.nav_lb{ overflow: hidden;}
.nav_lb .pro_bd{ width: 100%; height: auto; background: #fff; 
	-webkit-box-shadow: 0px 0 10px rgba(0,0,0,.2);
    box-shadow: 3px 0 5px rgba(0,0,0,.3); 
	padding: 20px 0; position: absolute; left: 0;}
.nav_lb .pro_bd ul{ width: 100%; max-width: 1200px; margin: 0 auto;}
.nav_lb .pro_bd ul li{ float: left; width: 16.6%; max-width: 200px;}
.nav_lb .pro_bd ul li .pro_img{ width: 100%; border-right: 1px solid #e8e8e8; float: left; margin-bottom: 20px;}
.nav_lb .pro_bd ul li img{width: 70%; max-width: 140px; margin: 0 auto; display: block;}
.nav_lb .pro_bd ul li p{ width: 100%; height: auto; text-align: center; font-size: 14px; color: #333;}

.web_nav {
	display: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 15px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*搜索框*/
.navigation li.h_search_wrap {
	border-radius: 4px 0 4px 0;
	float: right;
	width: 50px;
	height: 40px;
	margin-top: 3px;
	margin-right: 20px;
	background: #00abfd;
	cursor: pointer;
}
.navigation li.h_search_wrap:hover {
	background: #00cefd;
}
.navigation li.h_search_wrap span {
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/search_btn.png) center center no-repeat;
}
.navigation li.h_search_wrap2 {
	background: #ea1211;
}
.navigation li.h_search_wrap2:hover {
	background: #fd1e1d;
}
.navigation li.h_search_wrap2 span {
	background: url(../images/search_btn2.png) center center no-repeat;
}
.h_search {

	z-index: 999999;
	width: 16%; max-width: 400px; position: absolute; right: 2%;
}
.h_search .form1 {
	width: 100%;
	max-width: 1280px; border-radius: 100px;
	margin: 0 auto;
	line-height: 59px;border: 1px solid #fff;
}
.h_search .form_hei{ border: 1px solid #000;}
.h_search .form_text1 {
	float: left;
	width: 80%;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	outline: none;
	background: none;
	margin: 3px 0;
	font-size: 14px; color: #000;
}
input:-webkit-input-placeholder{ color: #fff;}
input:-ms-input-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
.h_search .form_button1 {
	float: right;
	width: 15%;
	height: 36px;
	background: none;
	border: 0;
	outline: none;
	color: #FFF;
	margin: 3px 2% 3px 0;
	cursor: pointer;
	border-radius: 0 0 4px 0;
	font-size: 16px;
}
.h_search .form_button4{ line-height:32px; text-align:center;}
.h_search .form_button1 img{ width: 80%; max-width: 24px;}
.h_search .form_button1 .search_img2{ display: none;}
.h_search .form_button1 .search_hide{ display: none;}
.h_search .form_button1 .search_show{ display: inline-block;}
.nav_menu{ position: absolute; right:1.5%; color: #fff; font-size: 24px; cursor: pointer;}
.nav_menu img{ margin-left: 15px; width: 38px;}

/*导航悬浮样式*/
.ly_top2 {
	position: fixed;
	top: 0;

}
.ly_nav2 {
	

}
/*.ly_nav2 li{width:10%;}
.ly_nav2 li.logo2{float:left;width:10%;height:45px;background:#1c63a9 url(../images/logo2.png) center center no-repeat;}*/


/**ly_banner**/
.flickerplate {
	position: relative;
	width: 100%;
	height:1080px;
	background-color: #e6e6e6;
	overflow: hidden;

}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li:nth-child(1) {
	background-image: url(../images/banner1.jpg);
}
.flickerplate ul.flicks>li:nth-child(2) {
	background-image: url(../images/banner2.jpg);
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
@media only screen and (max-width:43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden; display: none;
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100; display: none;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.5)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #16b4b9;
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.blog{ width: 100%; height: auto; overflow: hidden; margin-top: 4%; margin-bottom: 6%;}
.h_news_wrap {

	width: 100%;
	background-attachment: fixed;
}
.h_news {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.h_tlt1 {
	width: 100%; text-align: center; margin-bottom: 4%;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;
}
.h_tlt1.visible{transform: translate3d(0, 0, 0);opacity: 1;}
.h_tlt1 h2{ color: #000; font-size: 38px;}
.h_tlt1 p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.h_tlt1 p span{background: #fff;padding: 0 20px;}
.h_tlt1 span{ font-size: 32px; color: #000; border-bottom: 1px solid #dfdfdf; display: inline-block; margin: 0 auto; padding: 0 2px 10px;}
.h_tlt1 span em{ color: #00a2ea;}
.h_tlt1 i{ width:100%; max-width: 680px; height: 1px; background: #E6998D;    display: block;
    margin: -20px auto 0;}
/*.h_tlt1 span {
	display: block;
	font-size: 15px;
	font-weight: lighter;
	color: #515671;
	text-align: center;
	height: 40px;
	line-height: 40px;
}*/
/*.h_tlt1 em {
	display: block;
	width: 58px;
	height: 2px;
	background: #515671;
	margin: 0 auto;
}*/
.h_news .news_bd {

	overflow: hidden;
}
.h_news .news_bd .news_tj {
	width: 30%;
	float: left; margin-left: 2.5%;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;
}
.h_news .news_bd .news_tj.visible{transform: translate3d(0, 0, 0);opacity: 1;}
.h_news .news_bd .news_tj .news_tj_img a {
	display: block;
	width: 100%;
	height: 230px;
	overflow: hidden;
	text-align: center;
}
.h_news .news_bd .news_tj .news_tj_img a img {
	width: 100%;
	vertical-align: middle;
	transition-duration: 3s;
	-ms-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
.h_news .news_bd .news_tj .news_tj_img a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
.h_news .news_bd .news_tj .news_tj_img a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_news .news_bd .news_tj .news_tj_con {
	padding:4% 0;
}
.h_news .news_bd .news_tj p a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #000;
	text-align: left; margin-bottom: 4%;
}
.h_news .news_bd .news_tj p a:hover {
	
}
.h_news .news_bd .news_tj span {
	display: block;
	font-size: 12px; line-height: 24px;
	color: #666666;
	overflow: hidden; text-align: left; margin-bottom: 4%;
	text-overflow: -o-ellipsis-lastline;
	        overflow: hidden;
	        text-overflow: ellipsis;
	        display: -webkit-box;
	        -webkit-line-clamp: 3;
	        -webkit-box-orient: vertical;
}
.h_news .news_bd .news_tj em {
	display: block;
	font-size: 14px;
	color: #666;
	text-align: left; margin-bottom: 3%;
}
.h_news .news_bd .news_tj em strong{ color: #666; margin-left: 5px; font-weight: bold;}
.h_news .news_bd .news_tj .h_xian{ width: 20%; height: 2px; background: #333; margin-bottom: 3%;}
.h_news .news_bd .news_tj .read_more{ width:auto; display: inline-block; text-align: left; font-size: 12px; color: #333; height: 34px; line-height: 34px; text-align: center; padding: 0 6%; border: 1px solid #333;}
.h_news .news_bd ul {
	width: 50%;
	float: right;
}
.h_news .news_bd ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 20px;
	position: relative;
}
.h_news .news_bd ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #cacaca;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.h_news .news_bd ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_news .news_bd ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.h_news .news_bd ul li .news_con {
	padding-left: 110px;
}
.h_news .news_bd ul li .news_con p a {
	font-size: 15px;
	font-weight: bold;
	color: #515671;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_news .news_bd ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.h_news .news_bd ul li:hover .news_time {
	background: #16b4b9;
}
.h_news .news_bd ul li:hover .news_con p a {
	color: #16b4b9
}
.ban_1{width: 100%; height: auto; overflow: hidden; margin-bottom: 40px;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;}
.ban_1.visible{transform: translate3d(0, 0, 0);opacity: 1;}
.ban_1_1{ width: 100%; max-width: 1200px; margin: 0 auto;}
.ban_1 img{width: 100%; height: auto; display: block;}
/*公司简介*/
.ly_about {
	width: 100%;
	background: #fff; overflow: hidden;
}
.ly_about_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0 90px;
}
.gsjj_img {
	float: left;
	margin-top: 50px;
	width: 30%; max-width: 340px; margin-left: 2%;
}
.gsjj_img img {
	max-width: 100%;
}
.gsjj_in {
	width: 65%;
	float: left;
	margin: 30px 0 0 0;
}
.gsjj h2 {
	font-size: 24px;
	color: #515671;
}
.gsjj h2 span {
	font-size: 20px;
	color: #cccccc;
	font-weight: normal;
	font-weight: lighter;
}
.gsjj p {
	font-size: 18px; width: 100%; display: block;
	color: #777;
	line-height: 36px;
	height:auto;
	margin-bottom: 10px;
	overflow: hidden; word-wrap:break-word; font-family: "微软雅黑";
}
.gsjj p strong{ color: #00a2ea; font-weight: bold;}
.gsjj a.more {
	display: block;
	width: 140px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #1f71c2;
	float: left;
	margin-top: 15px;
	border-radius: 4px 0 4px 0;
}
.gsjj a.more:hover {
	background: #16b4b9;
	cursor: pointer;
}

.about{ width: 100%; height: auto; overflow: hidden; background: url(../images/about_bg.jpg) center fixed rgba(0,0,0,.6);background-blend-mode: multiply; padding: 2% 0;}
.about_1{ width: 100%; max-width: 1200px; height: auto; margin: 0 auto; overflow: hidden;}
.about_1 .about_text{ width: 96%; font-size: 16px; color: #fff; line-height: 32px; margin: 0 auto 2%;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;}
.about_1 .about_text.visible{transform: translate3d(0, 0, 0);opacity: 1;}
.about_1 .about_text strong{ font-weight: bold;}
/*联系我们*/
.contact{width: 50%; height: auto; overflow: hidden; float: left; background: #f0f0f0;}
.contact .contact_1{width:92%; padding: 4% 4%; margin: 0 auto 60px;}
.contact .contact_1 h4{ display: inline-block; font-size: 24px; color: #000; padding-bottom: 2%; border-bottom: 1px solid #000; margin-bottom: 2%;}
.contact .contact_1 h2{ width: 90%; font-size: 36px; font-family: "Eras Bold ITC"; margin-bottom: 8%; color: #000;font-style: italic;font-weight: bold;}
.contact .contact_1 ul{width: 100%; height: auto; margin:0 auto; overflow: hidden;}
.contact .contact_1 ul li{width: 100%; height: auto; text-align: left; float: left; margin-bottom: 8%;}
.contact .contact_1 ul li h5{ font-size: 18px; color: #000;}
.contact .contact_1 ul li p{ font-size: 16px; color: #666666;}
.contact_us_text{ color: #777; font-size: 16px; width: 92%; margin: 0 auto; text-align: left;}
.write{width: 50%; float: left;}
/*首页产品展示*/
.h_products {
	width: 100%;
	background: #ffffff; overflow: hidden;
}
.h_products_in {
	width: 100%;
	max-width: 1200px; 
	margin: 0 auto;
	padding: 4% 0 2%;
}
.h_products .pro_hd {
	margin: 60px auto 40px;
}
.h_products .pro_hd_1 {
	margin: 60px auto 40px; overflow: hidden;
}
.h_products .pro_hd_1 ul {
	max-width: 100%;
	height:auto;
	width: 400px;
	overflow: hidden; float: left;
}
.h_products .pro_hd_1 ul li {
	width: 370px;
	height: auto;
	margin: 0 auto 30px; position: relative;  overflow: hidden;
}
.h_products .pro_hd_1 ul li img{width: 100%; display: block;transition: all 0.6s;
    -ms-transition: all 0.6s;}
.h_products .pro_hd_1 ul li div{
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.2); 
	text-align: center; 
	position: absolute; 
	left: 0; 
	top: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	display: flex;justify-content: center;align-items: center; opacity: 0;}
.h_products .pro_hd_1 ul li p{ font-size: 24px; color: #fff; max-width: 280px;}
.h_products .pro_hd_1 ul li p span{width: 50px; height: 1px; background: #fff; margin: 20px auto 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s; display: block;
}
.h_products .pro_hd_1 ul li:hover div{ opacity: 1;}
.h_products .pro_hd_1 ul li:hover img{transform: scale(1.2);
    -ms-transform: scale(1.2);}
.h_products .pro_hd ul li a {
	display: block;
	background: #eee;
	padding: 8px 30px;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	max-width: 150px;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.h_products .pro_hd ul li a:hover {
	background: #16b4b9;
	color: #fff;
}
.h_products .pro_hd ul li.on a {
	background: #1f71c2;
	color: #fff;
}
.h_products .pro_bd ul li {
	float: left;
	width: 23.75%;
	margin-right: 1.6%;
	margin-bottom:2%; padding: 2% 0; position: relative; overflow: hidden;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;
}
.h_products .pro_bd ul .visible{transform: translate3d(0, 0, 0);opacity: 1;}
.h_products .pro_bd ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li div {
	display: block;
	width: 100%;
	-webkit-transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
}
.h_products .pro_bd ul li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	height: 280px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden; margin-bottom: 5%; display: flex; align-items: center; position: relative;
}
.h_products .pro_bd ul li div .pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s; display: inline-block;
}
.h_products .pro_bd ul li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_products .pro_bd ul li div .pro_img_view{ height: 30px; line-height: 30px; background: #c9151e; font-size: 14px; color: #fff; display: block; padding: 0 4%; position: absolute; right: 0; bottom: -10%;transition-duration: .8s;}
.h_products .pro_bd ul li:hover .pro_img_view{ bottom: 4%;}
.h_products .pro_bd ul li p a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 0 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; margin-bottom: 3%;
}
.h_products .pro_bd ul li p .span1{margin-left:5%; font-size: 16px; color: #333; font-weight: bold;}
.h_products .pro_bd ul li p .span2{color: #666;font-size: 14px;text-decoration:line-through;margin-left: 10px;}
.h_products .pro_bd ul li>div:hover p a {

}
.h_products .pro_bd ul li>div:hover img {
	
}

.category{ width: 100%; height: auto; margin-top: -5%; position: absolute; left: 0;}
.category ul{ width: 100%; max-width: 1200px; height: auto; margin: 0 auto; background: #fff; padding: 1.6% 0; overflow: hidden;}
.category ul li{ width: 22.9%; height: auto; position: relative; margin-left: 1.6%; text-align: center; float: left;}
.category ul li img{ width: 100%; max-width: 100%;}
.category ul li div{ position: absolute; left: 0; top: 0; width: 100%; height: auto;}
.category ul li h5{ width: 100%; height: auto; font-size: 28px; color: #fff; margin-top: 18%;-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;}
.category ul li p{ font-size: 14px; color: #fff; width: 100%; height: auto;-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;}
.category ul li a{ font-size: 14px; width: 120px; height: 30px; line-height: 30px; color: #000; background: #fff; border-radius: 5px; display: block; margin: 40% auto 0; text-align: center;-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;}
.category ul li:hover a{ margin: 5% auto 0;}
.category ul li:hover h5{ margin-top: 10%;}

/*我们的优势*/
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0;
}
.h_youshi {
	width: 100%;
	background: #fff;
}
.h_youshi_in {
	width: 90%;
	max-width: 1280px;
	padding: 40px 0;
	margin: 0 auto;
}
.h_youshi_in ul {
	padding-top: 40px;
}
.h_youshi_in ul li {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/ys1.png) center center no-repeat;
	background-size: cover;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon2 span {
	background: url(../images/ys2.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon3 span {
	background: url(../images/ys3.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon4 span {
	background: url(../images/ys4.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #2a333c;
}
.h_youshi_in ul li p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
}
.h_youshi_in ul li:hover .icon {
	background: #16b4b9;
}
.h_youshi_in ul li:hover .icon1 span {
	background: url(../images/ys1a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon2 span {
	background: url(../images/ys2a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon3 span {
	background: url(../images/ys3a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon4 span {
	background: url(../images/ys4a.png) center center no-repeat;
	background-size: cover;
}
/*首页推荐产品*/
.scrollpic {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.scrollpic .slideGroup {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	text-align: center;
}
.scrollpic .slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.scrollpic .slideGroup .sPrev, .slideGroup .sNext {
	background-image: url(../images/jt_l.png);
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 1px;
	background-color: #c1c1c1;
	border-radius: 4px 0 4px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	margin-bottom: 20px;
}
.scrollpic .slideGroup .sNext {
	background-image: url(../images/jt_r.png);
	display: inline-block;
}
.scrollpic .slideGroup .sPrev:hover, .slideGroup .sNext:hover {
	background-color: #16b4b9;
}
.scrollpic .slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.scrollpic .slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 0 0 4px 4px;
}
.scrollpic .slideGroup .parBd ul li .pic {
	text-align: center;
	border: 1px solid #ccc;
	padding: 2%;
	width: 99%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.scrollpic .slideGroup .parBd ul li .pic a {
	display: block;
	height: 250px;
	text-align: center;
	overflow: hidden;
}
.scrollpic .slideGroup .parBd ul li .pic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.scrollpic .slideGroup .parBd ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: transform .6s;
}
.scrollpic .slideGroup .parBd ul li .pic a:hover img {
	transform: scale(1.1);
}
.scrollpic .slideGroup .parBd ul li .title {
	line-height: 34px;
	background-color: #1f71c2;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.scrollpic .slideGroup .parBd ul li .title a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollpic .slideGroup .parBd ul li .title p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	height: 0;
	overflow: hidden;
	transition-duration: .25s;
	-ms-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	margin-bottom: 0;
}
.scrollpic .slideGroup .parBd ul li:hover p {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.scrollpic .slideGroup .parBd ul li:hover .title {
	background-color: #16b4b9;
}
.scrollpic .slideGroup .parBd ul li:hover .pic {
	border: 1px solid #16b4b9;
}
@media (max-width:1199px) {
.scrollpic_wrap {
	padding: 40px 0 30px;
}
}
@media (max-width:992px) {
.scrollpic_wrap {
	margin: 10px auto 0;
	padding: 0 0 30px;
}
}
@media (max-width:880px) {
}
@media (max-width:767px) {
.scrollpic {
	padding: 0 0 0;
}
}
/* 友情链接 */ 
#link_main {
	padding: 15px 0;
	background: #f8f8f8;
}
#link {
	padding: 0;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.link_title {
	line-height: 40px;
	height: 40px;
	color: #fff;
}
.link_title h2 {
	background: url(../images/link.png) left center no-repeat;
	text-indent: 35px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}
.link_body {
	color: #000;
	border-top: 0px;
	border-bottom: 0px;
}
.link_bottom {
}
.link_pic {
	overflow: auto;
	zoom: 1;
}
.link_pic ul li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px;
}
.link_pic img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #CCC;
}
.link_pic ul li a:hover img {
	border: 1px solid #00a4ef;
}
.link_text {
	overflow: hidden;
	zoom: 1;
	padding: 8px 0 8px 0;
}
.link_text ul li {
	float: left;
	text-align: center;
	padding: 1px 15px;
	overflow: hidden;
	white-space: nowrap;
}
.link_text a {
	line-height: 22px;
	color: #666;
}
.link_text a:hover {
	line-height: 22px;
	color: #0256ac;
}
/*底部信息*/
.h_foot1 {
	background: #1f71c2;
	padding: 20px 0px;
	color: #aaaaaa;
}
.h_foot1 .h_foot1_in {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}
.h_foot1 .h_foot1_in>p {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}
.h_foot1 .h_foot1_in a {
	display: inline-block;
	background: #16b4b9;
	border-radius: 2px;
	padding: 10px 20px;
	color: #cecece;
	vertical-align: top;
	margin-left: 20px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_foot1 .h_foot1_in a:hover {
	background: #1b4e80;
	color: #14a2a7;
}
.h_foot1 .h_foot1_in a p {
	float: left;
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	border-right: 1px solid #138488;
}
.h_foot1 .h_foot1_in a span {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}
.h_foot1 .h_foot1_in a span:before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	background: url(../images/right.png) center center no-repeat;
	background-size: cover;
	margin-top: 1px;
}
.h_foot2 {
	background: #000;
	padding: 25px 0px;
	color: #fff; overflow: hidden;
}
.h_foot3{ background: #00a2ea;}
.h_foot2 .h_foot2_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; align-items: center;
}
.h_foot2 .h_foot2_in a {
	color: #fff;
}
.h_foot2 .h_foot2_in a:hover {
	color: #fff;
}
.foot_1{width: 100%; max-width: 1160px; margin: 0 auto; overflow: hidden; padding: 1.5% 0;}
.foot_1 .foot_logo{width: 25%; float: left; margin-left: 2%;}
.foot_1 .foot_logo img{ width: 100%; max-width: 277px; margin: 20% 0;}
.foot_1 .foot_lb{ width: 20%; height: auto; float: left; margin-left: 4%; text-align: left;}
.foot_1 .foot_lb h4{ font-size: 18px; margin-bottom: 25px; font-weight: normal;}
.foot_1 .foot_lb ul{ width: 100%; height: auto;}
.foot_1 .foot_lb ul li{ width: 100%; height: auto; font-size: 14px; margin-bottom: 15px; color: #bbbbbb; position: relative;}
.foot_1 .foot_lb ul li .textborder{ width: 90%;height: 30px;background: none;border: 1px solid #fff; color: #fff;}
.foot_1 .foot_lb ul li .submit{position: absolute;
    right: 9%;
    top: 0;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #000;
    padding: 0 4%;}
.foot_2{ text-align: center; font-size: 18px; color: #fff; padding: 20px 0 0;}
.foot_top1{ padding: 0 20px; border-right: 1px solid #00a2ea;}
.foot_top1 h2{ font-size: 24px; color: #00a2ea; font-weight: bold;}
.foot_top1 p{ font-size: 16px; color: #666;}
.foot_btn1{ font-size: 16px; color: #fff; background: #00a2ea; border-radius: 5px; padding: 10px 0; width: 128px; text-align: center; margin-left: 20px;}
.h_foot2_bottom{ width: 100%; max-width: 1200px; margin: 0 auto; overflow: hidden;}
.h_foot2_bottom .foot_bot1{ width: 45%; float: left; text-align: left; color: #fff; font-size: 16px; margin-left: 1%;}
.h_foot2_bottom .foot_bot1 a{ display: none;}
.h_foot2_bottom .foot_bot2{ width: 53%; float: right; text-align: right; margin-right: 1%;}
.h_foot2_bottom .foot_bot2 a{ margin-left: 40px; display: inline-block; font-size: 16px; color: #fff;}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 55px;
	height: 40px;
	padding: 10px 0 5px;
	background-color: #1f71c2;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}
.suspension .a.active, .suspension .a:hover {
	background: #16b4b9;
}
.suspension .a .i {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
.suspension .a-service .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-service-phone .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -56px -12px;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 67px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/
	right: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 50px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.ny_banner {
	width: 100%;
	position: relative;
	margin-top: 145px;
	overflow: hidden;
}
.ny_banner .slideshow {
	height: 310px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 1199px) and (min-width: 1001px) {
.ny_banner .slideshow {
	height: 320px;
}
}
@media screen and (max-width: 1000px) {
.ny_banner .slideshow {
	height: 280px;
}
}
@media screen and (max-width: 760px) {
.ny_banner .slideshow {
	height: 170px;
}
}
@media screen and (max-width: 480px) {
.ny_banner .slideshow {
	height: 120px;
}
}

.weizhi{width: 100%; height: auto; overflow: hidden;}
.weizhi .weizhi_1{width: 100%; max-width: 1200px; margin: 20px auto 0; font-size: 16px; color: #e6998d; padding-left: 1%;}
.weizhi .weizhi_1 a{color: #e6998d;}
.ny_content_wrap {
	background: #f6f6f6;
	width: 100%; overflow: hidden;
}
.ny_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.ny_content .content_left {
	float: left;
	width: 100%; margin-bottom: 2%;
}
.ny_content .content_left .c_tlt {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #00a2ea;
	color: #ffffff;
	margin-bottom: 10px; display: none;
}
.ny_content .content_left .c_tlt em {
	display: none;
}
.pro_mulu {
	display: block; background: #fff;
}
.pro_mulu .mulu_top{width: 96%; height: auto; overflow: hidden; padding: 1% 2%; border-bottom: 1px solid #f6f6f6;}
.pro_mulu .mulu_top h3{ font-size: 24px; font-weight: bold; color: #000; width: 50%; float: left; line-height: 42px;}
.pro_mulu .mulu_top form{ float: right; width: 28%; border: 1px solid #000;}
.pro_mulu .mulu_top .form_text1{    float: left;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    outline: none;
    background: none;
    font-size: 14px;
    color: #000;}
.pro_mulu .mulu_top .form_button1{    float: right;
    width: 15%;
    height: 40px;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 0 0 4px 0;
    font-size: 16px;}
.pro_mulu .mulu_top .form_button1 img {
    width: 80%;
    max-width: 24px;
}
.pro_mulu li{ display: inline-block;}
.pro_mulu .mulu_ul{ width: 96%; height: auto; overflow: hidden; padding: 1% 2%; margin-bottom: 1%;}
.pro_mulu .mulu_ul li{ margin-right: 3%; padding-bottom: 1%;}
.pro_mulu .mulu_ul .mulu_li_xian{ border-bottom: 2px solid #c9151e;}
.pro_mulu .mulu_ul .mulu_li p{
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.pro_mulu .mulu_ul .mulu_li p a{
	float: left;
	display: block;
	text-align: left;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_mulu .mulu_ul .mulu_li_xian p a{ color: #c9151e;}
.pro_mulu .mulu_ul1{ width: 96%; height: auto; overflow: hidden; padding: 0 2%;}
.pro_mulu .mulu_ul1 li{ width: 100%; height: auto;}
.pro_mulu .mulu_ul1 li div{ margin-bottom: 1%;}
.pro_mulu .mulu_ul1 li div a{
	display: inline-block;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	margin-right: 4%;
	margin-bottom: 1.5%;
}
.pro_mulu a.pro_more {
	background: #ddd;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.news_l {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_l li a {
	display: block;
	font-size: 12px;
	color: #555;
	padding-left: 20px;
	padding-right: 5px;
	background: url(../images/news.png) 10px center no-repeat;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #dedede;
}
.news_l li a:hover {
	color: #0256ac;
}
.ny_content .content_right {
	float: right;
	width: 100%;

}
.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding-bottom: 30px;
}
.ban_all{width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 30px;}
.ban_all img{ width: 100%;}
.ban_all p{ width: 50%; height: auto; font-size: 42px; color:#e6998d; position: absolute; right: 0; top: 40%; text-align: center;}
.ny_content .content_right .bread_nav {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 5px;
}
.ny_content .content_right .bread_nav h2 {
	width: 20%;
	font-size: 20px;
	color: #333;
	float: left;
	font-weight: bold;
}
.ny_content .content_right .bread_nav div {
	float: right;
	width: 78%;
	text-align: right;
	color: #777;
	overflow: hidden;
}
.ny_content .content_right .bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url(../images/dw.png) center center no-repeat;
	vertical-align: top;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #0256ac
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px; width: 100%;

}
.ny_content .ny_news_con2 {
	min-height: 300px;
}
.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
/*内页产品展示*/
.ny_products {
	width: 100%;

}
.ny_products .pro_bd ul li {
	    float: left;
	    width: 23.75%;
	    margin-right: 1.666666%;
	    margin-bottom: 2%;
	    padding: 0 0 2%;
	    position: relative;
	    overflow: hidden;
	    transform: translate3d(0, 100px, 0);
	    opacity: 0;
	    transition: all 2s; background: #fff;
}
.ny_products .pro_bd ul .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.ny_products .pro_bd ul li:nth-child(4n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li div {
	display: block;
	width: 100%;
	
	-webkit-transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
}
.ny_products .pro_bd ul li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	background: #fff;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 5%; display: flex; align-items: center; position: relative;
}
.ny_products .pro_bd ul li div .pro_img img {
	    vertical-align: middle;
	    max-width: 100%;
	    max-height: 100%;
	    -webkit-transition: all 2s;
	    	-moz-transition: all 2s;
	    	-ms-transition: all 2s;
	    	-o-transition: all 2s;
	    	transition: all 2s; display: inline-block;
}
.ny_products .pro_bd ul li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.ny_products .pro_bd ul li div p a {
	display: block;
	    font-size: 18px;
	    font-weight: bold;
	    text-align: left;
	    color: #333;
	    padding: 0 4%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 3%;
}
.ny_products .pro_bd ul li div p .span1{    margin-left: 5%;
    font-size: 16px;
    color: #333;
    font-weight: bold;}
.ny_products .pro_bd ul li div p .span2{color: #666;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 10px;}
.ny_products .pro_bd ul li div .pro_img_view {
    height: 30px;
    line-height: 30px;
    background: #c9151e;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0 4%;
    position: absolute;
    right: 0;
    bottom: -10%;
    transition-duration: .8s;
}
.ny_products .pro_bd ul li:hover .pro_img_view{ bottom: 4%;}
.ny_products .pro_bd ul li>div:hover p a {

}
.ny_products .pro_bd ul li>div:hover img {
	
}
.new_inside {
	overflow: hidden;
	margin-bottom: 30px;
}
.new_inside li {
	width: 96%; float: left; padding: 0 2%; margin-bottom:4%; position: relative;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;
}
.new_inside .visible{transform: translate3d(0, 0, 0);opacity: 1;}
.news_box {
 overflow: hidden;
}
.news_box .h_xian{width: 10%; height: 2px; background: #000; float: left; margin-left: 1.5%; margin-bottom: 1%;}
.news_box .by_time{ width: 100%; height: auto; font-size: 14px; float: right; width: 72%; color: #666;}
.news_box .by_time strong{color: #666;margin-left: 5px;font-weight: bold;}
.news_txt {
	float: left;
	transition: all .3s ease-out 0s; width: 100%;
}
.news_box:hover .news_txt {
	
}
.news_box h4 {
	font-size: 18px;
	color: #000;
	display: block; font-weight: bold;
	overflow: hidden;
	margin-bottom: 1%;
	transition: all .3s ease-out 0s; float: right; width: 72%;
}
.news_box:hover .news_txt a span {
	color: #333
}
.news_box:hover .news_txt i {
	color: #999
}
.news_txt i {
	color: #7D7D7D;
	font-style: normal;
	line-height: 24px;
	height: 73px;
	display: block;
	overflow: hidden;
}
.news_box .blog_text{ width: 100%; height: auto; font-size: 14px; line-height: 24px; color: #838383; margin-bottom: 4%; float: right; width: 72%;}
.news_box .read_more{ font-size: 13px; color: #333; border: 1px solid #333; text-align: center; width: 120px; padding: .4% 0; display: block; position: absolute; right: 2%; bottom: 0;}
.news_date {
	width:26.5%;
	float: right;
	font-family: "微软雅黑";
	color: #999;
	padding:0;
	transition: all .3s ease-out 0s;
	float: left;
}
.news_date img{width: 100%;}
.news_box:hover .news_date {
	
}
.arrow_left {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	background: url(../images/icon.png) no-repeat 9px 14px;
}
.news_box:hover .arrow_left {
	border: 1px solid #16b4b9;
	background: url(../images/icon_hover.png) no-repeat 9px 14px #16b4b9;
}
.arrow_left i {
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px;
}
.news_date span {
	float: left;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
	font-family: "微软雅黑";
}
.news_date i {
	float: left;
	color: #ABABAB;
	font-size: 0;
}
.news_txt a span::before {
	width: 35px;
	height: 1px;
	content: '';
	background: #BFBFBF;
	position: absolute;
	top: 48px;
	left: 90px;
	transition: all 0.3s ease-out 0s;
}
.news_box:hover .news_txt a span::before {
	width: 60px;
	transition: all 0.3s ease-out 0s;
	background: #16b4b9;
}
.news_box:hover .news_date span {
	color: #333;
}
.news_box:hover .news_date {

}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 10px 0; font-weight: bold;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ny_news_ye {
	padding-top: 30px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_left .show_menu {
	width: 100%;
}
.page_list {
	margin-bottom: 30px;
}
.ly_msg h3 {
	display: none;
}
.content_right .conn .pro_name {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	margin-bottom:2%;font-weight: normal;
}
.content_right .conn .proshow1 {
	padding-top: 0;
	position: relative;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 48%;
	margin-top: 0 !important;

}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: auto;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 100% !important; width: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.proshow1 .prodesc p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom:2%; color: #000;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: normal;
	color: #b5b5b5;
}
.proshow1 .prodesc .desc{height: 210px;overflow: hidden;overflow-y: auto;}
.content_right .conn .proshow1 .prodesc {
	float: left;
	width: 48%; margin-left: 2%;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height:auto;
	overflow: hidden;
	color: #333; font-size: 16px; text-indent: 2em;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top:4%;
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 60%;
	padding: 2% 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	float: left;transition: all 1s;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 40%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: block;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.content_right .conn .xgcp {
}
.content_right .conn .xgcp {
	width: 100%;

}
.content_right .conn .xgcp li {
	    float: left;
	    width: 23.75%;
	    margin-right: 1.666666%;
	    margin-bottom: 2%;
	    padding: 2% 0;
	    position: relative;
	    overflow: hidden;
}
.content_right .conn .xgcp li:nth-child(4n) {
	margin-right: 0px;
}
.content_right .conn .xgcp li div {
	display: block;
	width: 100%;
	
	-webkit-transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
}
.content_right .conn .xgcp li div .pro_img {
	display: block;
	text-align: center;
	width: 100%;
	background: #fff;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 5%; display: flex; align-items: center; position: relative;
}
.content_right .conn .xgcp li div .pro_img img {
	    vertical-align: middle;
	    max-width: 100%;
	    max-height: 100%;
	    -webkit-transition: all 2s;
	    	-moz-transition: all 2s;
	    	-ms-transition: all 2s;
	    	-o-transition: all 2s;
	    	transition: all 2s; display: inline-block;
}
.content_right .conn .xgcp li div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.content_right .conn .xgcp li div p a {
	display: block;
	    font-size: 18px;
	    font-weight: bold;
	    text-align: left;
	    color: #333;
	    padding: 0 4%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 3%;
}
.content_right .conn .xgcp li div p .span1{    margin-left: 5%;
    font-size: 16px;
    color: #333;
    font-weight: bold;}
.content_right .conn .xgcp li div p .span2{color: #666;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 10px;}
.content_right .conn .xgcp li div .pro_img_view {
    height: 30px;
    line-height: 30px;
    background: #c9151e;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0 4%;
    position: absolute;
    right: 0;
    bottom: -10%;
    transition-duration: .8s;
}
.content_right .conn .xgcp li:hover .pro_img_view{ bottom: 4%;}

.content_right .conn .xgcp li>div:hover p a {
	
}
.content_right .conn .xgcp li>div:hover img {
	
}
.tags_title {

	margin: 40px 0 30px; width: 100%; text-align: center;
}
.tags_title span {
	width: auto;
	padding: 0;
	font-size: 18px;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: .4%;
}
.tags_title_re{width: 100%; text-align: center; margin: 6% 0 3%;}
.tags_title_re span{width: auto;
	padding: 0;
	font-size: 38px;
	text-align: center;
	color: #000;
	display: inline-block;
}
.proshow2 {
	padding-top: 20px;
}
.proshow2 .prodetail_con {
	width:100%; margin: 0 auto; background: #fff; padding-top: 36px;
}
.proshow2 .prodetail_con .tags_title {
	margin: 0;
}
.proshow2 .prodetail_con .content {
	padding: 36px 0 0;
}
.proshow2 .prodetail_con .content img {
	max-width: 100%; display: block; margin: 0 auto;
	height: auto !important;
}
.contact .tags_title {
}
.contact .tags_title span {
	float: left;
	width: auto;
	cursor: pointer;
}
.contact .tags_title span.ron {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-weight: normal;
}
.contact .content2 {
	display: none;
}
.contact .content1 ul {
}
.contact .content1 ul li {
	float: left;
	width: 30%;
	margin-right: 45px;
}
.contact .content1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact .content1 ul li a {
	display: block;
}
.contact .content1 ul li a em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .content1 ul li.lx1 em {
	background: url(../images/contact_tel.png) center center no-repeat;
}
.contact .content1 ul li.lx2 em {
	background: url(../images/contact_email.png) center center no-repeat;
}
.contact .content1 ul li.lx3 em {
	background: url(../images/contact_address.png) center center no-repeat;
	-webkit-animation: bounce-up 1.4s linear infinite;
	animation: bounce-up 1.4s linear infinite;
}
.contact .content1 ul li a .wz {
	float: left;
	width: 78%;
}
.contact .content1 ul li a .wz p {
	font-size: 20px;
	padding-bottom: 10px;
}
.contact .content1 ul li a .wz span {
	font-size: 20px;
}
.lx_dz {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 20px;
	padding: 0;
}
.lx_dz .dz_map {
	width: 97%;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	padding: 1%;
	border: 1px solid #d9d9d9;
}
.lx_dz .dz_map iframe {
	width: 100%;
}
.lx_dz .dz_map iframe body {
	width: 100%;
}
.page_list {
	text-align: right;
	padding-top: 20px;transform: translate3d(0, 100px, 0);opacity: 0;transition: all 2s;
}
.page_list.visible{transform: translate3d(0, 0, 0);opacity: 1;}
.page_list li{ display: inline-block; height: 30px; line-height: 30px; padding: 0 12px; border: 1px solid #000; color: #000; font-size: 14px; margin-left: 8px;}
.page_list .thisclass{background: #000;color: #ffffff;}
.page_list a {
	display: inline-block; height: 30px; line-height: 30px; padding: 0 12px; border: 1px solid #000; color: #000; font-size: 14px; margin-left: 8px;
}
.page_list a:hover {
	background: #000;
	color: #ffffff;
}
.page_list a.pnnum1 {
	background: #000;
	color: #ffffff;
}
.page_list input {
	display: inline-block;
	padding: 0 5px;
	background: #1f71c2;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}
.page_list .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}
.cpzx{ padding: 4% 0;}
.cpzx h4{ font-size: 24px; width: 92%; margin: 0 auto; color: #000;}
.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 92%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 3.8% auto 0;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 10px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) center right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: auto;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
	color: #666;
	font-size: 14px;
	outline:none;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 45px;
	line-height: 45px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .che_btn{
	width: 70%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left; display: flex; align-items: center;
}
.cpzx .ly_msg ul li .che_btn input{ width: 20px; height: 20px; color:#000; background: #000; float: left; margin-bottom: 2px;}
.cpzx .ly_msg ul li .che_btn input[type="checkbox"]{width:20px;height:20px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
.cpzx .ly_msg ul li .che_btn input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #000}
.cpzx .ly_msg ul li .che_btn input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #000;color:#000;font-size: 20px;font-weight: bold;}
.cpzx .ly_msg ul li .che_btn p{ font-size: 16px; color: #000; margin-left: 10px; width: 80%; float: left; text-align: left;}
.cpzx .ly_msg ul li .msg_btn {
	width: 70%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #bbbbbb;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 14px;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 18%;
	height: 45px; line-height: 45px;
	font-size: 16px; font-weight: normal; color: #e6998d;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 72%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 40px;
}
.cpzx .msg_ipt1 input {
	height: 40px;
	line-height: 40px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 100% !important;
	height: 40px !important;
}
.cpzx .msg_ipt12 input {
	height: 40px;
	line-height: 40px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 40px !important;
}
.cpzx input {
 border: 0;
	background: #f0f0f0;
}
.cpzx textarea {
 border: 0;
	background: #f0f0f0;
}
.cpzx select {

	border: none !important;
	background: #fff;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 156px;
	height: 46px;
	line-height: 46px;
	cursor: pointer; border: 0 !important;;
}
.cpzx .msg_btn input:first-child {
	background: #000;
	color: #fff;
	outline: none;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}



/*小尺寸屏幕电脑*/
@media (max-width:1199px) {
.ly_top .top_logo {
	width: 60%;
}
.ly_top .top_right {
}
.ly_top .top_right .tr_r {
	display: none;
}
.h_news {
	width: 90%;
}
.ly_about_in {
	width: 96%;
	padding: 20px 0 40px;
}
.gsjj {
	background: none;
}
.gsjj_img {
	margin-top: 30px;
	width: 30%;
}
.gsjj_img img {
	width: auto;
	height: 230px;
	max-width: 100%;
}
.gsjj_in {
	width: 65%;
	margin: 30px 30px 0 0;
}
.gsjj h2 {
	padding: 0 10px;
}
.gsjj p {
	height: 125px;
	margin-top: 24px;
	padding: 0 10px;
}
.ny_content .content_left {
	width: 22%;
}
.ny_content .content_right {
	width: 72%;
}
.ny_content .content_right2 {
	width: 98%;
}
.h_products .pro_bd ul li {
	width: 48%;
}
.h_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.h_products .pro_hd ul li a {
	padding: 8px 10px;
}
.h_products .pro_bd ul li div a .pro_img {
	height: 300px;
}
.ny_products .pro_bd ul li {
	width: 48%; margin-left: 1.5%; margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 3%;
}
.ny_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.ny_products .pro_hd ul li {
	padding: 8px 10px;
}
.ny_products .pro_bd ul li div a .pro_img {
	height: 300px;
}
#link {
	width: 96%;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 10%;
	left: auto;
	right: 5%;
	margin-left: 0;
}
.suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.ny_content {
	width: 95%;
}
.content_right .conn .xgcp li {
	width: 21%;
	margin-right: 5.33333%;
}
.contact .content1 ul li a .wz {
	width: 60%;
}
.silder-main {
	min-height: inherit;
}
}

/*平板*/
@media (max-width:991px) {
.navigation li {
	width: auto;
}
.flickerplate {
	height: 380px;
}
.flickerplate ul.flicks>li:nth-child(1) {
	background-image: url(../images/banner_sj1.jpg) !important;
}
.flickerplate ul.flicks>li:nth-child(2) {
	background-image: url(../images/banner_sj2.jpg) !important;
}
.h_news .news_bd .news_tj {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.h_news .news_bd ul {
	width: 100%;
	float: none;
}
.gsjj {
	background: none;
}
.gsjj_img {
	margin-top: 0;
	width: 100%;
	display: block
}
.gsjj_img img {
	width: 100%;
	display: block;
	height: auto;
	max-height: 300px;
}
.gsjj_in {
	width: 100%;
	margin: 20px 0 0 0;
}
.gsjj a.more {
	float: none;
	margin: 20px auto;
}
.suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.h_products_in {
	padding: 20px 0 10px;
}
.h_products .pro_hd ul {
	display: none;
}
.link_title {
	height: 40px;
	line-height: 40px;
}
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
.page_list a {
	margin-right: 5px; margin-left: 0;
}
.page_list {
	font-size: 0;
	color: #fff;
	margin-bottom: 0;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 12px;
}
#myscroll ul li {
	height: 150px;
}
#myscroll .intro a h5 {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}
.content_right .conn .xgcp li div .pro_img {
	height: 170px;
}
.ny_content .ny_news_con {
	min-height: 150px;
}
}
 @media (max-width:880px) {
.ly_top {
	height: 70px;
}
.ly_top_in {
	height: 70px;
}
.ly_top .top_logo {
	width: 100%;
	height: 45px;
	text-align: center;
	margin: 10px 0;
}
.ly_top .top_logo a {
	width: 100%;
	text-align: center;
}
.ly_top .top_logo a img {
	max-width: 90%;
	display: inline-block;
	vertical-align: top;
}
.ly_top .top_right {
	display: none;
}
/*导航悬浮样式*/
.ly_nav2 {
	top: 0;
}
.flickerplate {
	margin-top: 0;
}
.ny_banner {
	margin-top: 110px;
}
.web_nav {
	width: 96%;
	display: block;
}
.navigation {
	width: 100%;
	display: none;
}
.navigation li {
	width: 100%;
	background: #e6998d;
	border-bottom: 1px solid #ffffff;
}
.navigation li a {
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.navigation li.logo2 {
	display: none;
}
 .navigation li a:hover, .navigation li a.nav_on {
	
}
.h_search_wrap {
	display: none;
}
.h_search .form1 {
	margin-top: 2px;
}
.h_search {
	width: 80%; max-width: 100%;
	top: 0;
	left: 20%;
	background: none;
	display: block;
	padding: 0 0;
	margin: 2% auto;
}
.h_search .form_text1 {
	width: 70%;
	height: 40px;
}
.h_search .form_button1 {
	width: 30%;
	background: #16b4b9;
	height: 40px;
}
.youshi_wrap {
}
.h_youshi_in ul li p {
	font-size: 12px;
	margin-top: 0;
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0;
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.h_youshi_in ul li {
	width: 47%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0;
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px;
}
.h_youshi_in ul li .icon span {
	width: 30px;
	height: 30px;
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px;
}
.h_foot1 .h_foot1_in>p {
	height: auto;
	font-size: 20px;
	line-height: 35px;
}
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 30%;
	left: auto;
	right: 50%;
	margin-right: -190px;
}
}

/*手机*/
@media (max-width:767px) {
.flickerplate {
	height: 240px;
}
.flickerplate ul.flicks>li:nth-child(1) {
	background-image: url(../images/banner1.jpg) !important;
}
.flickerplate ul.flicks>li:nth-child(2) {
	background-image: url(../images/banner2.jpg) !important;
}
.h_news {
	padding: 20px 0;
}
.h_news .news_bd {
	padding-top: 20px;
}
.h_news .news_bd .news_tj .news_tj_img a {
	height: 140px;
}
.h_news .news_bd ul li {
	padding: 15px;
	margin-bottom: 15px;
}
.h_news .news_bd ul li .news_time {
	left: 15px;
	top: 15px;
}
.ly_about_in {
	padding: 20px 0 20px;
}
.h_products .pro_hd ul li a {
	padding: 8px 10px;
}
.h_products .pro_bd ul li div .pro_img {
	height: 190px;
}
.ny_products .pro_hd ul li a {
	padding: 8px 10px;
}
.ny_products .pro_bd ul li div a .pro_img {
	height: 150px;
}
#myscroll li .intro {
	bottom: -24px;
}
.ny_content .content_left {
	float: none;
	width: 98%;
	padding: 1%;
}
.ny_content .content_right {
	float: none;
	width: 98%;
	padding: 1%;
}
.ny_content .content_right .bread_nav {
	overflow: visible;
	height: auto;
	line-height: 24px;
}
.ny_content .content_right .bread_nav h2 {
	float: none;
	width: 100%;
}
.ny_content .content_right .bread_nav div {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 15px;
	padding: 10px 0 7px;
}
.ny_content .content_right .bread_nav div>em {
	height: 15px;
}
.ny_content .content_left .c_tlt {
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	cursor: pointer; display: block;
}
.ny_content .content_left .c_tlt span {
	cursor: pointer;
	font-size: 16px;
	float: left;

	text-align: left;
}
.ny_content .content_left .c_tlt em {
	cursor: pointer;
	display: block;
	font-size: 15px;
	width: 30%;
	text-align: right;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	float: right;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_content .content_left .pro_mulu {
	height: 300px;
	display: none;
}
.ny_content .content_left .pro_mulu ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.news_txt {
	padding: 20px 0 20px 23%;
}
.news_date {
	width: 20%;
	padding: 20px 3% 0 0;
}
.news_txt a span::before {
	display: none;
}
.news_txt a span {
	margin-bottom: 10px;
}
.news_txt i {
	height: 50px;
	overflow: hidden;
	display: block;
}
.news_box {
	height: auto;
	overflow: hidden;
}
.arrow_left {
	top: auto;
	bottom: 20px;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.news_box:hover .news_txt {
	padding: 20px 0 20px 23%;
}
.news_box:hover .news_date {
	padding: 20px 3% 0 0;
}
.ny_content .ny_news_con {
	min-height: 100px;
}
.ny_products .pro_bd ul li {
	width: 48%; margin-left: 1.5%; margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.content_right .conn .xgcp li {
	width: 46%;
}
.content_right .conn .xgcp li:nth-child(2n) {
	margin-right: 0;
}
.content_right .conn .xgcp li div .pro_img {
	height: 160px;
}
.ly_msg ul li h4 {
	display: none;
}
.cpzx .ly_msg ul li div {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 100% !important;
}
.ly_msg ul li div.msg_ipt2 {
	width: 30% !important;
}
.ly_msg ul li span {
	display: none;
}
.ly_msg {
	margin: 0 auto 0 !important;
}
.cpzx .msg_btn input {
	width: 49%;
	margin-right: 0;
}
.cpzx .msg_btn input:first-child {
	margin-right: 2%;
}
.content_right .conn .proshow1 {
	padding-top: 0;
}
.proshow1 .js-silder .silder-main-img {
	height: 300px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 20px; margin-left: 0;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 74px;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.h_tlt1 p{ font-size: 24px;}
.ly_nav .nav_logo{ margin: 0 auto; width: 40%;}
.h_products .pro_hd_1 ul{width: 33.3%;}
.h_products .pro_hd_1 ul li{width: 90%; margin: 0 auto 10px;}
.h_products .pro_hd_1{    margin: 40px auto 20px;}
.gsjj_img{ margin: 40px auto 0;}
.gsjj p{ height: auto; width: auto; margin-top: 0;}
.contact .contact_1{width: 96%; margin: 0 auto 50px;}
.contact .contact_1 ul{margin: 50px auto 0;}
.contact .contact_1 ul li img{ width: 20%;margin: 0 auto 20px;}
.contact .contact_1 ul li p{ font-size: 14px; width: 98%;overflow: hidden;}
.foot_1{ padding: 0 0 0;}
.foot_1 .foot_logo{ width: 50%; margin: 0 auto; float: none;}
.foot_1 .foot_lb{ margin-bottom: 20px; width: 50%; margin-left: 0;}
.foot_1 .foot_lb h4{font-size: 18px; margin-bottom: 10px; text-align: center;}
.foot_1 .foot_lb ul li{ text-align: center; font-size: 14px;}
.foot_2{font-size: 16px;}

.ban_all p{ font-size: 20px;}
.ny_content .content_right .conn{ padding-top: 4%;}
.cpzx .ly_msg ul{}
.picFocus .hd ul li.on img{ border: 0;}
.ny_content{ padding-top: 0;}
.ly_nav .nav_logo .logo{ display: none;}
.ly_nav .nav_logo .logo_1{ display:block;}

}
@media (max-width: 640px){
	.flickerplate{ height: 200px;}
}
@media (max-width: 500px){
	.flickerplate{ height: 180px;}
}
@media (max-width: 400px){
	.flickerplate{ height: 160px;}
}
@media (max-width: 360px){
	.flickerplate{ height: 150px;}
}
.faq{width:100%; max-width: 1040px; margin: 50px auto 0; overflow: hidden;}
.faq ul{width: 100%; height: auto; overflow: hidden;}
.faq ul li{ width: 100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.faq ul li h4{width: 100%; height: auto; font-size: 18px; font-weight: bold; color: #000; margin-bottom: 10px; display: flex;justify-content: flex-start; align-items:center; cursor: pointer;}
.faq ul li h4 img{ margin-right: 15px; width: auto; height: auto;transition:.3s;}
.faq ul li p{ width:94%; margin-left: 20px; font-size: 16px; line-height: 32px; color: #666;}
.faq ul li h4 .im_tr{transform:rotate(90deg);}

.privacy{width: 100%; margin: 60px auto 0; overflow: hidden; font-size: 18px; color: #666;}
@media (max-width: 767px){
	.faq ul li h4{ font-size: 18px; margin-bottom: 10px;}
	.faq ul li p{ margin-left: 6%;}
}




.navigation .nav_top{ width: 100%; height: auto; overflow: hidden; display: block;}
.navigation .nav_top div{ display: flex;align-items: center;justify-content:center; width: 49.5%; height:auto; padding: 12% 0; border-right: 1px solid #ddd; float: left; font-size: 18px; cursor: pointer;}
.navigation .nav_top .nav_gb{ width: 49.5%; border: 0;}
.navigation .nav_top div img{ max-width: 100%; margin-right: 6px;}

.w1200{ position: relative; width: 100%; max-width: 1200px; margin: 0 auto; height: 100%;}
.home_1{ width: 100%; max-width: 1200px; height: auto; margin: 0 auto; position: absolute; top:40%;}
.home_1 h2{ font-size: 64px; text-align: center; font-family: "微软雅黑"; margin-bottom: 35px; color: #fff;}
.home_1 p{ font-size: 16px; text-align: center; font-family: "微软雅黑"; line-height: 30px; color: #fff;}


.home_2{ width: 100%; max-width: 1200px; height: auto; margin: 0 auto; position: absolute; top: 28%;}
.home_2 h3{ width: 100%; height: auto; color: #fff; text-align: center; font-size: 32px; margin-bottom: 80px;}
.home_2 ul{ width: 100%; height: auto; overflow: hidden;}
.home_2 ul li{ float: left; width: 22.5%; max-width: 270px; margin-left: 2.25%;}
.home_2 ul li img{ width: 100%; height: auto; max-width: 100%; display: block; margin: 0 auto;}
.home_2 ul li h5{ font-size: 18px; color: #fff; padding: 15px 0; border-bottom: 1px solid rgba(238,238,238,.5); text-align: left;}
.home_2 ul li p{ font-size: 16px; color: #fff; padding: 10px 0; text-align: left;}

.home_3{ width: 84%; max-width: 1100px; height: auto; margin: 0 auto; padding: 60px 4% 40px; position: absolute; top: 24%; left: 4%; background: #fff;}
.home_3 h3{ width: 100%; height: auto; text-align: center; font-size: 32px; margin-bottom: 50px; color: #000;}
.home_3 h3 span{ color: #00a2ea;}
.home_3 p{ font-size: 18px; color: #777; line-height: 32px; text-align: left; margin-bottom: 2%;}
.home_3 p strong{ font-weight: bold; color: #00a2ea;}

.home_4{ width: 100%; max-width: 1200px; height: auto; margin: 0 auto; position: absolute; top: 18%;}
.home_4 h3{ width: 100%; height: auto; color: #000; text-align: center; font-size: 32px; margin-bottom: 80px; color: #000;}

.home_5{ width: 92%; max-width: 1100px; height: 680px; margin: 0 auto; padding: 0; position: absolute; top: 16%; left: 4%; background: #fff; overflow: hidden;}
.home_5 .contact_left{ width: 44%; height: auto; float: left; padding: 50px 3% 0;}
.home_5 .contact_right{ width: 50%; height: 680px; float: left; background: #00a2ea;display: flex;justify-content: center;align-content: center;flex-wrap: wrap;}
.home_5 .contact_left h3{ width: 100%; height: auto; text-align: center; font-size: 32px; margin-bottom: 30px; color: #000;}
.home_5 .contact_left h3 span{ color: #00a2ea;}
.home_5 .contact_left .contact_lx{ text-align: left; font-size: 18px; line-height: 32px; color: #777;}

.home_5 .contact_right h5{ font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 30px; width: 100%;}
.home_5 .contact_right h6{ font-size: 18px; color: #fff; font-weight: bold; line-height: 32px; border-bottom: 1px solid #fff; margin-bottom: 2px;}
.home_5 .contact_right p{ font-size: 16px; color: #fff; width: 100%;}
.home_5 .contact_right p a{ color: #fff;}
.home_5 .contact_right p a:hover{ color: #fff;}
.home_5 .contact_right .contact_right_1{ margin-top: 50px;}


.banner_bg{ width: 100%; height: auto; overflow: hidden; position: relative;}
.banner_bg img{ width: 100%; height: auto; display: block;}
.banner_bg .banner_text{ position: absolute; top: 34%; width: 100%;}
.banner_bg h2{ text-align: center; font-size: 44px; color: #fff; width: 100%; margin-bottom: 30px;}
.banner_bg p{ text-align: center; font-size: 24px; color: #fff; width: 100%;}
.banner_bg p a{color: #fff;}


.title_list{ width: 100%; height: auto; margin-bottom: 40px;}
.title_list h1{ width: 100%; height: auto; font-size: 32px; text-align: center; margin-bottom: 15px; color: #000;}
.title_list h1 i{ color: #00a2ea; list-style: none;}
.title_list span{ display: block; margin: 0 auto; width: 180px; height: 1px; background: #dfdfdf;}


.about_tit{ width: 100%; height: auto; overflow: hidden; display: flex; align-items: center; margin-bottom: 4%;}
.about_tit span{ width: 14%; height: 4px; background: #000; float: left; margin-right: 2%;}
.about_tit div{ width: 70%; height: auto; overflow: hidden;}
.about_tit div h2{ color: #999; font-size: 38px;}
.about_tit div p{ color: #000; font-size: 54px;}
.about_txt{ width: 100%; height: auto; font-size: 18px; line-height: 36px; margin-bottom: 2%; overflow: hidden;}
.about_txt p{ margin-bottom: 4%;}
.about_txt p strong{ font-weight: bold;}
.about_logo{ width: 100%; height: auto; margin-bottom: 8%;}
.about_logo .about_logo1{ width: 100%; height: auto; text-align: left;}
.about_logo .about_logo1 img{ width: 58%; float: right; border-bottom: 4px solid #000;}
.about_logo .about_logo2{ width: 100%; height: auto; text-align: right;}
.about_logo .about_logo2 span{ display: inline-block; border-top: 4px solid #000; font-size: 58px; color: #000; padding: 0 1%;}
.about_lb{ width: 100%; height: auto; overflow: hidden; display: flex; align-items: center;}
.about_lbleft{ width: 45%; float: left;}
.about_lbleft img{ width: 100%;}
.about_lbright{ width: 50%; float: right; text-align: left; font-size: 110px; padding: 0 2.5%;}

@media (max-width: 640px){
	.about_tit div h2{ font-size: 24px;}
	.about_tit div p{ font-size: 28px;}
	.about_txt{ font-size: 16px; line-height: 32px;}
	.about_logo .about_logo2 span{ font-size: 28px;}
	.about_lbright{ font-size: 42px;}
}
@media (max-width: 500px){
	.about_tit div h2{ font-size: 20px;}
	.about_tit div p{ font-size: 24px;}
	.about_txt{ font-size: 16px; line-height: 32px;}
	.about_logo .about_logo2 span{ font-size: 24px;}
	.about_lbright{ font-size: 32px;}
}
@media (max-width: 400px){
	.about_tit div h2{ font-size: 16px;}
	.about_tit div p{ font-size: 20px;}
	.about_txt{ font-size: 14px; line-height: 24px;}
	.about_logo .about_logo2 span{ font-size: 20px;}
	.about_lbright{ font-size: 32px;}
}
@media (max-width: 360px){
	.about_tit div h2{ font-size: 14px;}
	.about_tit div p{ font-size: 18px;}
	.about_txt{ font-size: 12px; line-height: 18px;}
	.about_logo .about_logo2 span{ font-size: 18px;}
	.about_lbright{ font-size: 26px;}
}

.h_products .pro_bd ul li div .pro_img .picname_img1{ position: absolute; left: 0;}
.h_products .pro_bd ul li div .pro_img .picname_img2{
	-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s; opacity: 0; position: absolute; left: 0;
}
.h_products .pro_bd ul li:hover .pro_img .picname_img2{ opacity: 1; left: 0;}
.h_products .pro_bd ul li:hover .pro_img .picname_img1{ left: 0;opacity: 0;}

.ny_products .pro_bd ul li div .pro_img .picname_img1{ position: absolute; left: 0;}
.ny_products .pro_bd ul li div .pro_img .picname_img2{
	-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s; opacity: 0; position: absolute; left: 0;
}
.ny_products .pro_bd ul li:hover .pro_img .picname_img2{ opacity: 1; left: 0;}
.ny_products .pro_bd ul li:hover .pro_img .picname_img1{ left: 0;opacity: 0;}

.content_right .conn .xgcp li div .pro_img .picname_img1{ position: absolute; left: 0;}
.content_right .conn .xgcp li div .pro_img .picname_img2{
	-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s; opacity: 0; position: absolute; left: 0;
}
.content_right .conn .xgcp li:hover .pro_img .picname_img2{ opacity: 1; left: 0;}
.content_right .conn .xgcp li:hover .pro_img .picname_img1{ left: 0; opacity: 0;}
.ny_content .content_right .write{width: 50%; float: left;}
