﻿*{font-family: "微软雅黑"; font-size: 14px;}

.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: #004a96;}
.blue a{ color: #fff;}
.logo{  float:left; margin-right: 20px;}
.hamburger {
    padding: 8px 6px;
    display: none;
    cursor: pointer;
    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: 40px;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.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);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    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 {
    right: -80px;
    top: 80px;
    -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: 730px; text-align:center;}
.nav-pc ul{ padding:0; }
.nav-pc .menulevel{ padding:0;}
.nav-pc li {
    width:12%;
    margin-top: 40px;
    height:40px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height:40px;
    text-align: center;
    position: relative;
}
.nav-pc li a span{ color:#000; display: block; font-size: 16px;}    
.nav-pc li a#menu_selected{background: #0b5ebc;border-radius: 50px;}
.nav-pc li a#menu_selected span{color: #fff; font-weight: bold;background: #0b5ebc;border-radius: 50px;}

.nav-pc li:hover{background: #0b5ebc;color: #fff;border-radius: 50px;}
.nav-pc li:hover a span{ text-decoration:none; color: #fff;font-weight: bold;background: #0b5ebc;color: #fff;border-radius: 50px;}
.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:#004a96; 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;}
.logo{ width: 418px; padding:5px 0;}
.logo img{ max-width: 100%;}
/*footer开始====================================================================================*/
#copyright{background: #018de3; text-align: center; color: #fff; padding:1% 0;}
/*内页开始====================================================================================*/
.banner{position: relative;}
.ny-weizhi{
	margin-top:110px;
	font-size: 15px;
}
.ny-weizhi img{
	margin-right: 10px;
	vertical-align: middle;
}
.ny-weizhi a{
	font-size: 15px;
}
.dbg{
	background: #f2f2f2;
	border-top:60px solid #eaeaea;
	position: relative;
}
.ny-bt{
	background: rgba(1,116,188,0.8);
	text-align: right;
	color: #fff;
	letter-spacing: 2px;
	height: 150px;
	float: right!important;
	padding-right: 30px;
}
.ny-bt p{
	line-height:100px;
	letter-spacing:0px;
	text-transform: uppercase;
	font-size: 32px;
	font-family: arial;
}
.ny-btt{
	display:none;
	text-align: center;
	margin: 0px auto;
	background: rgba(1,116,188,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:-150px; left: 0; right: 0;position: absolute;}
.ny-dw{margin-top:110px;}
.ny-dw img{vertical-align: middle;margin-right: 10px;}
.productsroll{position:relative;width:1200px;}
/* productsroll Start */
#proinfo_c img{width: 100%;}
#page_main{padding-bottom: 40px; background: #f4f4f4;padding-top: 3%;}
.page-container{ background: #fff;    min-height: 500px;}
.page-container img{  /* height: 100%;*/}
.page-about,.page-content,.page-products{ padding: 50px 30px;}
.page-products li{text-align: center;}
.page-products li .images_title a{line-height: 50px;}
.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:90px;}
.page-url li{border-right: 1px solid #ccc;background: #828282;flex-grow:1}
.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: #fff;}
.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: #018de3;}
.page-url li:hover span{ color: #fff; line-height:60px; font-size:16px; font-weight: bold;}
.page-url li.lihover a{background: #018de3;}
.page-url li.lihover a span{font-weight: bold;background: #018de3;}
.page_list {
	  text-align: center;
    padding:40px 0px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 25px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #018de3;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #2b2b2b;
    padding: 4px 25px;
    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: 49%;}
.page-news,.page-job{ padding: 30px 5px;}
.page-news .text p{margin: 0 auto;}
.page-news li{border:1px solid #ccc;margin:0px 25px 30px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;float: left; height:}
.page-news li:hover{background: #f3f3f3;border: 1px solid #e9e9e9;/*transform: scale(1.02);*/}
.page-news li .xw-img{ padding: 0; overflow: hidden;width:100%;  height: 333px;
    text-align: center;}
.page-news li .xw-img img{  width: auto;
    cursor: pointer;
    transition: all 0.6s;}
.page-news li .xw-img img:hover{transform: scale(1.08);}
.page-news li .xw-bt a{font-weight:bold;line-height:70px;font-size:18px;}
.page-news li:hover .xw-bt a{color: #018de3;}
.page-news li .xw-nr{color: #959595;line-height: 25px;font-size: 14px;}
.page-news li .xw-date{color:#018de3;margin-top: 20px;}
.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: #a02224;}
.proNav li:hover a{background:#a02224; 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 #a02224; margin: 0 auto 20px; color:#a02224;}
.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;}   
.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;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
	background:#f7f7f7}
	.photos span{  display: block; text-align:center;overflow: hidden;}
	.photos span img{}
	.photos p{
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px;
    text-align: center;
    font-size: 16px;color: #fff;
    background-color: #018de3;
	}
.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;}
#shownews9 .title{font-weight: bold; font-size: 24px;text-align: center;line-height: 100px;}
.download li{line-height: 50px;border-bottom: 1px dashed #ccc;color: #202020;font-size: 15px;}
.download li span{font-size: 16px;font-weight: bold;}
.download li a{font-size: 16px;font-weight: bold;color: red;}
#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 #a02224;
}
.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: #018de3; 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;}

.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 50%; float: left;}
.showjobList li b{ color: #018de3;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #018de3; 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;   min-height: 80px; display: inline-block;float: left; text-align: center;color: #018de3;  }
.lhms span{ display: inline-block; height: auto; min-height: 80px; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 5px auto ; border: 1px solid #006EC7;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width:45%;min-width: 220px; border-radius:5px;/* border:1px solid #C7E2F6 ;*/background: #eeeeee;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 84%;}
 #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;line-height: 60px;padding: 0px 20px;}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 50%;}
.lhbdfl{ float: left;width: 50%;}
.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: #018de3; 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;}
/* 大屏幕 */
@media (min-width: 1200px) { 
    .visible-xs {
    display: none !important;
}
}

@media (min-width: 980px) and (max-width: 1199px) {
    .visible-xs {
        display: none !important;
    }
.hamburger {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 111;
}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav {
    position: absolute;
    width: 100vw;
    right: -15px;
    top: 159px;
    display: none;
    height: auto;
    z-index: 110;
    background: none;
}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
  position: absolute;
  width: 100vw;
  right:-15px;
  top: 88px;
  display: none;
  height: auto;
  z-index: 110;
  background:none;

}
.mobile_nav ul {
  margin:0;
  width: 100%;
}
.mobile_nav ul li{ 
  float: left;
  list-style: none;
  width: 33%; 
  margin-right:0.33%;
  margin-bottom: 2px;
  line-height: 50px;
  text-align: center;
  transition: all 1s;
  background: rgba(0,0,0,0.5);
}
.mobile_nav ul li a span {
  color: #fff;
  transition: all 1s;
  display: block;
  width: 100%;
  font-size: 16px;
}

.mobile_nav ul li:hover a {
  color: #fff;
}
.mobile_nav ul li:hover a span {
  color: #fff;
}
.nav-pc li a#menu_selected span {
    color: #fff;
}
.mobile_nav  .menulevel{ position: static;}
.nav-pc{ width: 675px; text-align:center;}
.page-url ul{ width: 980px;}
.logo{ width:300px; float:left;}
.banner{position: relative;}
.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;}
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #0b5ebc; 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;}
.news-more{ margin-left: 40px; margin-top: 25px;}
 .page-url li {
    line-height: 70px;
    text-align: center;
    width: 33%;
    float: left;
    position: relative;
}

}


@media (min-width: 768px) and (max-width: 979px) {
    .visible-xs {
    display: none !important;
    }
    .hidden-xs{
        display: none !important;
    }
    .logo {
        width: 280px;
        padding: 5px 0;
    }
    .hamburger {
      display: inline-block;
      position: absolute;
      right: 40px;
      top: 45px;
      z-index: 111;
    }
    .nav-pc ul{  padding:0; overflow:hidden;}
    .nav-pc li { height: auto;}
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 159px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav>ul{ display: block;}
    .mobile_nav>ul>li{ display: block;}
    .mobile_nav {
      position: absolute;
      width: 100vw;
      right:-15px;
      top: 115px;
      display: none;
      height: auto;
      z-index: 110;
      background:none;

    }
    .mobile_nav ul {
      margin:0;
      width: 100%;
    }
    .mobile_nav ul li{ 
      float: left;
      list-style: none;
      width: 33%; 
      margin-right:0.33%;
      margin-bottom: 2px;
      line-height: 50px;
      text-align: center;
      transition: all 1s;
      background: rgba(0,0,0,0.5);
    }
    .mobile_nav ul li a span {
      color: #fff;
      transition: all 1s;
      display: block;
      width: 100%;
      font-size: 16px;
    }

    .mobile_nav ul li:hover a {
      color: #fff;
    }
    .mobile_nav ul li:hover a span {
      color: #fff;
    }
    .nav-pc li a#menu_selected span {
        color: #fff;
    }
    .mobile_nav  .menulevel{ position: static;}
    .ny-title {
        position: absolute;
        width: 95%;
        left: 5%;
        margin-left: 0;
        bottom: 20%;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .page-url li {
        line-height: 70px;
        text-align: center;
        width: 49%;
        float: left;
        position: relative;
    }
    .page-url li:nth-child(1), .page-url li:nth-child(4) {
        border-left: none;
    }
    .page-url li:nth-child(1), .page-url li:nth-child(3), .page-url li:nth-child(5) {
        border-left: 1px solid #ccc;
    }
    .page-url li a span {
        font-size: 15px;
    }
    .page-url li:hover a span {
        font-size: 15px;
    }
    .page-news li .img {
        display: none;
    }
    .page-news li .text {
        padding-right: 0;
        width: 98%;
        float: right;
    }
    .ny-btt{
        display:none;
    }
}





@media (max-width: 767px){
    .page-url ul{ display:block;}
	.hidden-xs{
        display: none !important;
    }
    .logo {
        width: 50%;
        padding: 5px 0;
    }
    .hamburger {
      display: inline-block;
      position: absolute;
      right: 40px;
      top: 10px;
      z-index: 111;
    }
    .nav-pc ul{  padding:0; overflow:hidden;}
    .nav-pc li { height: auto;}
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 159px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav>ul{ display: block;}
    .mobile_nav>ul>li{ display: block;}
    .mobile_nav {
      position: absolute;
      width: 100vw;
      right:-15px;
      top: 60px;
      left: 0;
      display: none;
      height: auto;
      z-index: 110;
      background:none;

    }
    .mobile_nav ul {
      margin:0;
      width: 100%;
    }
    .mobile_nav ul li{ 
      float: left;
      list-style: none;
      width: 33%; 
      margin-right:0.33%;
      margin-bottom: 2px;
      line-height: 50px;
      text-align: center;
      transition: all 1s;
      background: rgba(0,0,0,0.5);
    }
    .mobile_nav ul li a span {
      color: #fff;
      transition: all 1s;
      display: block;
      width: 100%;
      font-size: 16px;
    }

    .mobile_nav ul li:hover a {
      color: #fff;
    }
    .mobile_nav ul li:hover a span {
      color: #fff;
    }
    .nav-pc li a#menu_selected span {
        color: #fff;
    }
    .mobile_nav  .menulevel{ position: static;}
    .ny-title {
        position: absolute;
        width: 95%;
        left: 5%;
        margin-left: 0;
        bottom: 10%;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .banner{position: relative;}
    .ny-title p{ font-size: 15px; line-height: 15px; text-align: left; }
    .ny-title p a{color: #fff;}
    .page-url{margin-top: 20px;}
    .page-url li {
        line-height: 70px;
        text-align: center;
       /* width: 99%;
        float: left;
        position: relative;*/
		
		 width: 32.6%;
		display: inline-block;
		float: left;
    }
    .page-url li:nth-child(1) {
       /* border-top: 1px solid #ccc;*/
    }
    .page-url li {
        border-left: 1px solid #ccc;
    }
    .page-url li a span {
        font-size: 15px;
    }
    .page-url li:hover a span {
        font-size: 15px;
    }
    .page-news li .img {
        display: none;
    }
    .page-news li .text {
        padding-right: 0;
        width: 98%;
        float: right;
    }
    .proNav li span {
        height: auto;
    }
    .ny-bt{
        display: none;
    }
    .ny-btt{
        display:block;
        margin-top:4.2rem;
    }
	#page_main{
		/* padding-top:11%;*/
	   padding-top:42%;
	}
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs{
        display: none !important;
    }
    .ny-bt p{font-size: 24px;}
.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%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
.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;}
}
@media (max-width: 398px){
    #header{
        height:4.2rem;
    }
}
/*联系我们内页*/
.lianxi{
	width: 100%;
}
.lx-left{
	background: #f9f9f9;
	width:60%;
	margin-top: 30px!important;
	border: none!important;
}
.lx-left li{
	line-height:70px;
	font-size:16px;
	border-bottom: 1px dashed #ccc;
}
.lx-left li img{
	margin-right:20px;
}
.lx-left li:hover{
	color: #018de3;
}
.lx-left li span{
	font-weight: bold;
	font-size: 18px;
}
.lx-right{
	background: #f9f9f9;
	width: 28%;
	margin-top: 30px!important;
	border: none!important;
}
.ly-top{
	margin-left: 7%;
    margin-top: 25px;
    height: 350px;
}
.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; border-radius: 8px; background: #018de3;color:#fff;font-size:15px;border: none;}

/*边框*/
.spbq{
	float: left;
	/*height: 325px;*/
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}
.spbq2{
	float: left;
	height: 265px;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}
.spbq21{
	float: left;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;    height: 486px;
}
.spbq11{
	float: left;
	height: 261px;
	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 #018de3;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 2px solid #018de3;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 2px solid #018de3;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 2px solid #018de3;
}
/*鼠标经过图片效果*/
.portfolio-effect {
  display: flex;
  justify-content: space-between;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 268px;
}
.portfolio-item img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  width: 100%;
  max-height:100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.portfolio-item__info {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2 * 7px);
  height: calc(100% - 2 * 7px);
  background-color: rgba(240,240,240,0.7);
}

.portfolio-item__header {
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing:1px;
  color: #018de3;
}
.portfolio-item__header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  content: '';
  background-color: rgba(0,116,14,0.7);
}

.portfolio-item__links {
  display: flex;
}

.portfolio-item__link-block {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.portfolio-item__link-block:last-child {
  margin-right: 0;
}

.portfolio-item__link {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #018de3;
  text-decoration: none;
  border: 1px solid #018de3;
  border-radius: 50%;
}
.portfolio-item__link:hover {
  color: #fff;
  background-color: #018de3;
}

/* EFFECT #1 STYLES */
.portfolio-item--eff1 .portfolio-item__info {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.portfolio-item--eff1 .portfolio-item__header {
  top: -10px;
  opacity: 0;
}
.portfolio-item--eff1 .portfolio-item__header:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.portfolio-item--eff1 .portfolio-item__link-block {
  top: 20px;
  opacity: 0;
}

.portfolio-item--eff1:hover .portfolio-item__info {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.portfolio-item--eff1:hover .portfolio-item__header {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.45s;
  top: 0;
  opacity: 1;
}
.portfolio-item--eff1:hover .portfolio-item__header:after {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
  transition-delay: 0.65s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.portfolio-item--eff1:hover .portfolio-item__link-block {
  top: 0;
  opacity: 1;
}
.portfolio-item--eff1:hover .portfolio-item__link-block:first-child {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.85s;
}
.portfolio-item--eff1:hover .portfolio-item__link-block:nth-child(2) {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.95s;
}
/* 导航开始 */
/* #header{
  overflow: hidden;
  height: auto;
}
.logo{
  position: absolute;
  top:1VH;
  left:3VW;
  max-height:10VH;
  z-index:99999;
  width: auto;
}
.logo img {
  max-height:10VH;
  width: auto;
}
.nav-pc {
  position: absolute;
  top: 0;
  right: auto;
  z-index: 9999;
  width: 100%;
}
.hamburger {
  position: absolute;
  top: 2VH;
  right: 3VW;
  z-index: 99999;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #018de3;
}
.nav-bg{
  position: absolute;
  top:-10VW;
  right: -10VW;
  z-index:999;
  background: #3faa35;
  opacity: 0;
}
.nav-bg.hidenavbg{
  opacity: 0;
  animation:hidenavsx 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
.nav-bg.shownavbg{
  opacity: 0;
  animation:shownavsx 0.5s ease-in-out;
  animation-fill-mode: both;
}
@keyframes shownavsx{
  0%{
    width: 20VW;
    height: 20VW;
    border-radius:20VW;
    opacity: 1;
  }
  99.9%{
    top:-100VW;
    right: -100VW;
    width: 300VW;
    height: 300VW;
    border-radius:300VW;
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
@keyframes hidenavsx{
  0%{
    width: 20VW;
    height: 20VW;
    border-radius:20VW;
    opacity: 1;
  }
  99.9%{
    top:-100VW;
    right: -100VW;
    width: 300VW;
    height: 300VW;
    border-radius:300VW;
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.mobile_nav{
  opacity: 0;
}
.mobile_nav.hideanv{
  opacity: 1;
  animation:fadeOut 1s ease-in-out;
  animation-fill-mode: both;
}
.mobile_nav.shownav{
  opacity: 1;
  animation:fadeIn 0.5s ease-in-out;
  animation-fill-mode: both;
  height: 100VH;
  background: url(../index/images/body-nav.jpg) no-repeat center center;
  background-size:cover;
}
.mobile_nav{
  position: relative;
}
.mobile_nav:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  width: 15%;
  height: 100%;
  z-index:1;
  background: rgba(255,255,255,0.8);
}
.mobile_nav:after{
  content:'';
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  width: 15%;
  height: 100%;
  z-index:1;
  background: rgba(255,255,255,0.8);
}
.mobile_nav > ul{
  width: 70%;
  margin:auto;
  height: 100%;
}
.mobile_nav > ul > li{
  width: calc(100% / 6);
  height: 100%;
  border-right: 1px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
  position: relative;
}
.mobile_nav > ul > li:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width: calc(100% + 1px);
  height: 100%;
  z-index:1;
  background: rgba(255,255,255,1);
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
}
.mobile_nav > ul > li:hover:before{
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mobile_nav > ul > li > a > span{
  position: absolute;
  top:30%;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
}
.mobile_nav > ul > li > a > span:before{
  content:'';
  position: absolute;
  width: 80%;
  height: 0.2rem;
  background: #018de3;
  left:10%;
  top:0%;
  transition: color 0.2s ease-in-out;
}
.mobile_nav > ul > li:hover > a > span:before{
  background: #fff;
  transition: color 0.2s ease-in-out;
}
.nav-pc li a span {
  color: #494949;
  font-size:1.2rem;
  transition: color 0.2s ease-in-out;
}
.nav-pc li:hover a span{
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.nav-pc li a#menu_selected span {
  color: #494949;
  font-weight: normal;
  transition: color 0.2s ease-in-out;
}
.nav-pc li:hover a#menu_selected span{
  color: #fff;
  transition: color 0.2s ease-in-out;
} */
/* @media (max-width:768px){
  .mobile_nav.hidenav{
    display: none;
  }
  .mobile_nav.shownav{
    display: block;
  }
  .mobile_nav:before {
    width: 100%;
  }
  .mobile_nav:after {
    width: 0%;
    background: rgba(255,255,255,0);
  }
  .mobile_nav > ul {
    width: 70%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobile_nav > ul > li {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    height: 10VH;
  }
  .mobile_nav > ul > li:before {
    width: 0;
    background: rgba(255,255,255,0);
    opacity: 0;
  }
  .mobile_nav > ul > li > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    height: 10VH;
    line-height: 10VH;
  }
  .mobile_nav > ul > li > a > span:before {
    width: 0.2rem;
    height: 3VH;
    left: -30%;
    top: 50%;
    transform: translateY(-50%);
  }
} */
/* 导航结束 */
/*内页联系方式*/
.ny-lxlx{
	margin-top: 40px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}
.ny-lxlx li{
	float: left;
	width: 45%;
	border-bottom: 1px dashed #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #202020;
	margin-right:40px;
	font-size: 15px;
}
.ny-lxlx li span{
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
}
/* 2020031修改 */
#header {
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    background: rgba(255,255,255,.7)
}
.logo {
    width: 10%;
}
.nav-pc {
    width: 88%;
}
.nav-pc li a span {
    color: #000;
}