*{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{
   color: #005bc2;
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
p{
	margin: 0;
}
body{
	overflow-x: hidden;
}
/*头部开始=============================================  */
.header-bg{
	padding-top: 20px;
}
.tel{
	text-align: right;
	font-size: 15px;
	color: #005bc2;
	font-weight: bold;
	margin-left: 40px;
}
.tel span{
	font-family: impact;
	font-size: 25px;
	font-weight: normal;
}
.top-right{
	width: 880px;
}
/* 搜索 */
.index-search .index-search-div{
	display: flex;
	height: 3rem;
	width: 100%;
	border:1px solid #e6e6e6;
	border-radius:4rem;
	background: #fff;
}
.index-search .index-search-div > div:nth-child(1){
	width:15%;
	margin:auto 0;
}
.index-search .index-search-div > div:nth-child(1) input{
	width:40%;
	margin-left:30%;
}
.index-search .index-search-div > div:nth-child(2){
	width:76%;
}
.index-search .index-search-div > div:nth-child(2) input{
	width: 100%;
	border: none;
	height:34px;
	font-size: 14px;
}
.inside-nav{
	width: 100%;
	display: flex;
	margin-top:3rem;
}
.inside-nav .inside-nav-list{
	width:6rem;
	margin:auto;
	text-align: center;
}
.inside-nav .inside-nav-list > div:nth-child(1){
	height:6rem;
	width: 6rem;
	border-radius: 100%;
	background: #0059c7;
	line-height: 6rem;
}
.inside-nav .inside-nav-list > div:nth-child(1) img{
	width:50%;
	margin:auto;
}
.inside-nav .inside-nav-list > div:nth-child(2){
	margin-top:1rem;
	font-size: 1.4rem;
}
.index-inside-title{
	margin-top:3.5rem;
}
.index-inside-title > div{
	padding:0.3rem 0;
	text-align: center;
	font-size: 1.5rem;
}
.index-inside-title > div:nth-child(1){
	font-size:2.2rem;
}
.tj-sub input{
	width: 40px;
	line-height: 32px;
	background: #0059c7;
	border: none;
	color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.nav{
	line-height: 60px;
}
.nav>ul>li{
	float: left;
/*	position: relative;*/
	padding: 0 19px;
}
.nav>ul>li>a{
	font-size: 15px;
	color: #2b2b2b;
	display: block;
	border-bottom: solid 4px #fff;
}
.nav>ul>li:hover>a{
	color: #1b913b;
	font-weight: bold;
	border-bottom: solid 4px #1b913b;
}
.nav>ul>li.on>a{
	color: #1b913b;
	font-weight: bold;
	border-bottom: solid 4px #1b913b;
}
.nav>ul>li>div{
	position: absolute;
	display: none;
	z-index: 999;
	top: 119px;
	left: 0;
	background: rgba(255,255,255,.9);
	padding: 10px;
	width: 100%;
}
.nav>ul>li>div>div>ol>li{
	line-height: 30px;
	background: #0059c7;
	text-align: center;
	width: 190px;
	margin-bottom: 4px;
	padding: 0 10px;
}
.nav>ul>li>div>div>ol>li>a{
	color: #fff;
}
.tnav-text{
	width: 730px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #2b2b2b;
}
.tnav-text p{
	font-size: 16px;
	font-weight: bold;
}
.tnav-more{
	text-align: right;
	margin-top: 10px;
}
.tnav-more a{
	font-size: 14px;
	color: #1b913b;
}




.mobile_nav ul{  padding:0; }
.mobile_nav>ul{ display: table;}
.mobile_nav .menulevel{ padding:0;z-index: 999;padding-top: 3px;}
.mobile_nav li {
    float: left;
    margin: 0 12px;
    line-height: 60px;
}
.mobile_nav li a{ display: block;padding: 0 6px;}	
.mobile_nav li a span{
	 font-size: 15px;
    color: #2b2b2b;
}
.mobile_nav li a#menu_selected{}
.mobile_nav li:hover a{}
.mobile_nav li:hover>a>span{ color: #005bc2;}
.mobile_nav li a#menu_selected span{
	 color: #005bc2;
}
.mobile_nav li:hover>.menulevel{ display:block;}
.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 35px;
    }
.menulevel li{ display:block;margin-bottom: 2px;background: rgba(239,239,239,0.8);}
.menulevel li a span{
	color: #fff;
}
.menulevel li:hover{}
.menulevel li:hover a span{
	 text-decoration:none;color: #a8242f;
	 font-weight: bold;
}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*banner开始=======================================================================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  width: 100%;
  }
.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.slide_nav:active {
  opacity: 1.0;
  }
.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slides li{ width: 950px; margin: 0 auto;}
/*index开始====================*/
.cp-bg{
	background: url(../images/cp-bg.jpg) no-repeat center bottom;
	padding: 60px 0;
}
.cp-left{
	width: 265px
}
.cp-ltop{
	background: #0059c7;
	padding: 15px 0;
	font-size: 13px;
	color: #a3b8e4;
	text-align: center;
}
.cp-ltop p{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.cp-nav{
	border: solid 1px #bcbcbc;
}
.cp-nav>ul>li{
	line-height: 57px;
	background: url(../images/cp-navbg.jpg) no-repeat center top;
}
.cp-nav>ul>li>a{
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	padding-left: 70px;
}
.cp-nav>ul>li>ul{
	background: #fff;
}
.cp-nav>ul>li>ul>li{
	background: url(../images/cp-navicon.jpg) no-repeat 40px 20px;
	padding: 10px 30px 10px 60px;
	line-height: 28px;
}
.cp-nav>ul>li>ul>li>a{
	font-size: 14px;
	color: #2B2B2B;
}
.cp-code{
	width: 920px;
}
.cp-rtop{
	background: url(../images/cp-rtop.jpg) no-repeat center top;
	line-height: 79px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
#ScrollBox li{
	float: left;
	width: 294px;
	margin: 0 6px;
	text-align: center;
}
.cp-tupian{
	height: 198px;
	overflow: hidden;
}
.cp-tupian img{
	/*height: 100%;*/
	width: 100%;
	min-height: 100%;
}
.cp-mc{
	line-height: 60px;
}
.cp-mc a{
	font-size: 20px;
	color: #202020;
}

.rxcp-bg{
	background: url(../images/rxcp-bg.jpg) no-repeat center top;
	padding: 86px 0 85px;
}
.rxcp-code{
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.rxcp-code p{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.rxcp-boxcode{
	margin-top: 40px;
	background: #fff;
	padding: 10px;
	position: relative;
}
#ScrollBoxrx li{
	float: left;
	width: 290px;
	margin: 0 2px;
	text-align: center;
}
.rx-tupian{
	height: 220px;
	overflow: hidden;
}
.rx-tupian img{
	/*height: 100%;*/
	width: 100%;
	min-height: 100%;
}
.rx-mc{
	line-height: 60px;
}
.rx-mc a{
	font-size: 18px;
	color: #202020;
	font-weight: bold;
}
#LeftArrrx,#RightArrrx{background-image:url(../images/cp-jt.png);width:108px;height:41px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArrrx{background-position:0px 0px;float:left;left:-138px;top: 140px;}
#RightArrrx{background-position:108px 0px;float:right;right:-138px;top: 140px;}

.about-tit{
	font-size: 13px;
	color: #202020;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	background: url(../images/tit-bg.jpg) no-repeat center center;
}
.about-tit p{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-bg{
	padding: 40px 0;
}
.about-box{
	width: 574px;
}
.about-titcn{
	font-size: 12px;
	color: #c6c6c6;
	text-transform: uppercase;
	margin-top: 10px;
}
.about-titcn p{
	font-weight: bold;
	font-size: 20px;
	color: #0059c7;
}
.gsjj-text p{
	margin-top: 20px;
	font-size: 13px;
	color: #060606;
	line-height: 30px;
}
.about-more{
	width: 131px;
	line-height: 36px;
	text-align: center;
	background: #0059c7;
}
.about-more a{
	font-size: 13px;
	color: #fff;
}
.about-rcode{
	width: 570px;
}
.xw-nav{
	border: solid 1px #dddddd;
	line-height: 37px;
}
.xw-nav ul li{
	float: left;
	text-align: center;
}
.xw-nav ul li a{
	border-right: solid 1px #c0c0c0;
	padding: 0 54px;
	font-size: 20px;
	color: #202020;
}
.xw-nav ul li:last-child a{
	border-right: none;
}
.xw-nav ul li:hover{
	background: #005bc2;
}
.xw-nav ul li:hover a{
	color: #fff;
}
.xw-top{
	margin: 25px 0;
}
.xw-img{
	width: 193px;
}
.xw-lib{
	width: 350px;
}
.xw-rbt a{
	font-size: 15px;
	color: #0059c7;
	font-weight: bold;
	line-height: 40px;
}
.xw-rnr a{
	font-size: 13px;
	color: #7d7d7d;
	line-height: 23px;
}
.xw-rmore{
	margin-top: 10px;
}
.xw-rmore a{
	font-size: 13px;
	color: #a8bde6;
}
.hyxw-box ul li{
	line-height: 40px;
}
.hyxw-box ul li:before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 4px;
	background: #0059C7;
	border-radius: 50%;
	margin-right: 15px;
	margin-top: 18px;
}
.hyxw-box ul li a{
	font-size: 13px;
	color: #202020;
}
.hyxw-box ul li span{
	float: right;
	font-size: 13px;
	color: #a8a8a8;
}

.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top;
	padding: 40px 0 37px;
}
.wmqy{
	margin-left: 295px;
	font-size: 13px;
	color: #202020;
	text-transform: uppercase;
}
.wmqy p{
	font-size: 34px;
}
.ys-lb{
	width: 660px;
	margin-top: 20px;
}
.ys-lb ul li{
	padding-bottom: 35px;
	font-size: 15px;
	color: #0f0f0f;
	line-height: 30px;
}
.ys-lb ul li p{
	font-size: 22px;
	color: #0457a5;
	font-weight: bold;
	margin-bottom: 10px;
}
.ml160{
	margin-left: 160px;
}
.ml240{
	margin-left: 240px;
	margin-top: 10px;
}
.ml245{
	margin-left: 245px;
	margin-top: 20px;
}
.ml190{
	margin-left: 190px;
	margin-top: 10px;
}

.jjfa-code{
	margin-top: 40px;
	margin-bottom: 60px;
}
#tab .tab_menu{width:163px;z-index:1;background: url(../images/jjfa-navbg.jpg) no-repeat center top;padding-bottom: 93px;}
#tab .tab_menu li{line-height:55px;border-bottom:1px solid #236eca;cursor:pointer;text-align:center;font-size: 18px;color: #fff;}
#tab .tab_menu li a{
	font-size: 18px;color: #fff;
}
#tab .tab_menu li:last-child{
	border-bottom: none;
}
#tab .tab_box{width:1000px;}
#tab .tab_box p{
	font-size: 20px;
	color: #055AC3;
	font-weight: bold;
	margin-bottom: 20px;
}
.jjfa-text{
	font-size: 15px;color: #202020;line-height: 36px;height: 144px;text-indent: 2em;
}
.jjfa-img{
	margin: 46px 0;
}
.jjfa-more{
	width: 147px;
	line-height: 41px;
	background: #055AC3;
	text-align: center;
}
.jjfa-more a{
	font-size: 15px;
	color: #fff;
}
#tab .tab_menu .selected{background-color:#1b913b;cursor:pointer;}
.hide1{display:none;}

.dxal-bg{
	background: #f5f5f5;
	padding-bottom: 55px;
}
#ScrollBoxdx li{
	float: left;
	width: 290px;
	margin: 0 5px;
	text-align: center;
}
.dx-tupian{
	height: 240px;
	overflow: hidden;
}
.dx-tupian img{
	/*height: 100%;*/
	width: 100%;
	min-height: 100%;
}
.dx-mc{
	line-height: 50px;
}
.dx-mc a{
	font-size: 13px;
	color: #202020;
}
.dxal-code{
	margin-top: 30px;
}

.awhb-bg{
	background: url(../images/awhb-bg.jpg) no-repeat center top;
	padding: 50px 0 74px;
}
.awhb-tit{
	font-size: 36px;
	color: #000000;
}
.dzrc{
	font-size: 42px;
	color: #0059c7;
	font-weight: bold;
}
.lxyb{
	width: 690px;
	font-size: 15px;
	color: #202020;
	line-height: 27px;
	margin-top: 20px;
}
.awhb-lxwm{
	width: 172px;
	line-height: 50px;
	border-radius: 30px;
	background: #0059c7;
	text-align: center;
	margin-top: 10px;
}
.awhb-lxwm a{
	font-size: 18px;
	color: #fff;
}
.xwbox-code{
	width: 323px;
}
.awhb-img1{
	background: url(../images/awhb-img1.jpg) no-repeat center top;
	padding: 32px 0 32px 150px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 4px;
}
.awhb-img1 p a{
	font-size: 22px;
	color: #fff;
}
.awhb-img2{
	background: url(../images/awhb-img2.jpg) no-repeat center top;
	padding: 32px 0 32px 150px;
	font-size: 22px;
	color: #fff;
}
.awhb-img2 p a{
	font-size: 22px;
	color: #fff;
}









.yqlj-bg{
	background: #2b2b2b;
	padding: 30px 0;
	border-bottom: solid 1px #555555;
}
.yq-bg{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.yq-con{
	margin-left: 20px;
	width: 1100px;
}
.yq-con a{
	font-size: 14px;
	color: #fff;
}


.section {
  width: 100%;
  float: left; }

.section-title {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  clear: both; }


.code {
   }
  .code pre, .code code {
  	color:#333;
    height: 100%;
    margin: 0; }
  .code code {
    padding: 20px 0 0 20px; }
  .code--small code {
    padding-top: 75px; }
  .code--left {
    float: left; }
  .code--right {
    float: right; }
  .code--wider {
    width: 60%; }
    .code--wider code {
      padding-top: 60px; }

.section--more {
  color: #FFF;
  background: #0E0F34;
  padding: 20px 0 40px 0; }

.section-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0; }
  .section-group h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .section-group h4 {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6); }
  .section-group code {
    padding: 20px;
    font-size: 1.2em; }
  .section-group .btn {
    margin-right: 20px; }

.btn {
  padding: 10px 20px;
  border: 1px solid #FF4081;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }
  .btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FF4081;
    -webkit-transition: -webkit-transform 0.2s ease;
            transition: transform 0.2s ease;
    z-index: 0;
    opacity: 0; }
  .btn span {
    position: relative;
    z-index: 5; }
  .btn:hover {
    color: #FFF; }
    .btn:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }
      
      
/*footer开始===================================================*/
.footer-bg{
	background: #2b2b2b;
	padding: 20px 0 30px;
}
.footer-nav{
	width: 330px;
	margin-top: 10px;
}
.footer-nav ul li{
	float: left;
	border-right: solid 1px #5a5a5a;
	width: 160px;
	text-align: center;
	line-height: 40px;
}
.footer-nav ul li a span{
	font-size: 16px;
	color: #fff;
}
.footer-lx{
	width: 470px;
	margin-left: 30px;
	margin-top: 10px;
}
.footer-lx p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.footer-lx ul li{
	font-size: 16px;
	color: #fff;
	line-height: 37px;
}
.footer-logo{
	font-size: 13px;
	color: #ababab;
}
.lltj{
	font-size: 13px;
	color: #ababab;
	line-height: 26px;
}
.lltj a{
	font-size: 13px;
	color: #ababab;
}

.bottom-bg{
	background: #0059c7;
	text-align: center;
	line-height: 40px;
}


/*内页开始================================================*/
.ny-topcode{
	width: 920px;
}
.banner img{
	width: 100%;
}
.lher{
	width: 200px;
}
.lher>ul>li{
  line-height: 40px;
  text-align: center;
  border: solid 1px #17a500;
  margin-bottom: 10px;
}
.lher>ul>li:hover{
	background: #e1751d;
	border: solid 1px #e1751d;
}
.lher>ul>li.lihover{
	background: #e1751d;
	border: solid 1px #e1751d;
}
.lher>ul>li a span{
	 font-size: 15px;
   color: #17a500;
}
.lher>ul>li:hover a span{
	color: #fff;
}
.lher>ul>li.lihover a span{
	color: #fff;
}
.lher1{
	text-align: center;
	margin-top: 30px;
}
.lher1>ul{
	display: inline-block;
}
.lher1>ul>li{
	float: left;
  line-height: 40px;
  text-align: center;
  border: solid 1px #17a500;
 margin: 0 10px;
 padding: 0 20px;
}
.lher1>ul>li:hover{
	background: #e1751d;
	border: solid 1px #e1751d;
}
.lher1>ul>li.lihover{
	background: #e1751d;
	border: solid 1px #e1751d;
}
.lher1>ul>li a span{
	 font-size: 15px;
   color: #17a500;
}
.lher1>ul>li:hover a span{
	color: #fff;
}
.lher1>ul>li.lihover a span{
	color: #fff;
}
.page-news img{
	max-width: 100%;
	/*height: 100%;*/
}
.page-guestbook{
	width: 890px;
	margin: 0 auto;
}
#proinfo_c>p>img{
	max-width: 100%;
}
.page-productsaaa{
	margin-top: 120px;
}
.site-nav{
	background: url(../images/ny-wzbg.jpg) no-repeat center top;
	font-size: 16px;
	color: #fff;
	line-height: 79px;
	padding-left: 20px;
}
.site-nav span{
	font-size: 16px;
	color: #fff;
}
.site-nav a{
	font-size: 16px;
	color: #fff;
}
.site-nav1{
	background: url(../images/ny-wzbg.jpg) repeat-x center top;
	font-size: 16px;
	color: #fff;
	line-height: 79px;
	padding-left: 20px;
}
.site-nav1 span{
	font-size: 16px;
	color: #fff;
}
.site-nav1 a{
	font-size: 16px;
	color: #fff;
}
.ny-code1{
	width: 900px;
}
.page-url{ display: table;  position: relative; z-index: 111;}
.page-url li{ display: table-cell; text-align: center;}
.page-url li a{ display: block; background: #fff; width: 100%; height: 120px; font-size: 16px; color: #333; line-height: 120px;}
.page-url li:hover a{ background: #5191ce; color: #fff;}
.page-url li.hover a{ background: #5191ce; color: #fff;}
.ny-lxwmbg{
	background: url(../images/ny-gywmbg.png) no-repeat center top;
	margin-top: 20px;
}
.page-guestbooka dl dt{
	float: left;
	text-align: right;
	width: 40%;
}
.page-guestbooka dl dd{
	margin: 10px 0;
}
.slides{
	text-align: center;
	height: 360px;
}
.photo-img{
	width: 380px;
	/*height: 196px;*/
	overflow: hidden;
}
.photo-img img{
	width: 100%;
	min-height: 196px;
}
#ShowImages1 li{
float: left;
margin: 0 6px;
text-align: center;
width: 288px;
}

#ShowImages1 .images_img{
	width: 100%;
		height: 228px;
	overflow: hidden;
	border: solid 1px #cacaca;
	background: #fff;
}
#ShowImages1 .images_img a {
	display:block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
#ShowImages1 .images_img img {
   min-height: 100%;
	width: 100%;
	/*height: 100%;
	max-width: 100%;*/
	cursor: pointer;
  transition: all 0.6s;
}
#ShowImages1 .images_img img:hover{
	transform: scale(1.4);
}
#ShowImages1 .images_title{
	line-height: 60px;
}
#ShowImages1 .images_title a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: bold;
}

.hbxm-img{
	height: 238px;
	overflow: hidden;
}
.newsList1 li{float: left;width: 48%;margin: 0 1%;}
.dateTitle1{
	line-height: 60px;
	text-align: center;
}
.dateTitle1 a{
	font-size: 16px;
}

/*.newsList li p{padding-top: 20px;}*/
.nyxw-img{
	width: 250px;
	height: 185px;
	overflow: hidden;
}
.nyxw-img img{
	width: 100%;
	min-height: 100%;
}
.newsList li{
	border-bottom: dotted 1px #484848;
	padding: 20px;
	margin-bottom: 20px;
}
.newsList li:hover{
	box-shadow: 0px 0px 20px #d6d6d6;
}
.newsList li .lhfl{ width:90px; line-height: 30px;  background: #005bc2;margin-top: 13px;}
.newsList li .lhfl p{ width: 90px; text-align: center;  color:#fff;font-size: 13px; padding-top: 0; margin: 0;}
.newsList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.newsList .lhfr{width: 570px;}
.newsList .lhfr .lhxq{  height: 30px; display:block; width: 100px; font-weight: 100; line-height: 30px; font-size: 14px;  text-align: center; float: right; border: 1px solid #ccc;}
/*.newsList .lhfr .lhjt{ background: url(../images/jt.jpg) no-repeat left -33px;  height: 33px; display:block; width: 33px;  float: right;}
.newsList .lhfr:hover .lhjt{background: url(../images/jt.jpg) no-repeat left 0;}*/
.newsList .lhfr span{ font-size: 14px;}
.newsList .lhfr .dateTitle span{
	border: solid 1px #005bc2;
	padding: 5px 30px;
	font-size: 15px;
	color: #005bc2;
	margin-right: 20px;
}
.newsList .lhfr .dateTitle a { color: #005bc2; font-size: 20px;font-weight: bold;}
.newsList .lhfr p{ display: inline-block; width: 100%;margin-top: 10px;}
.newsList .lhfr p a{
	font-size: 13px;
	color: #484848;
	line-height: 26px;
}
/*.newsList li:hover {
	border-bottom: dotted 1px #fff;
	box-shadow: 2px 4px 10px #5a5a5a;
}*/
.newsList li:hover .lhfr .dateTitle{ color: #005bc2;}
.newsList li:hover a{ text-decoration:none ;}
#shownews h1{ text-align:center; font-family:"微软雅黑"; font-weight:100; padding-top:10px; padding-bottom:10px;font-size: 30px;}
#shownews .hits{    text-align: center; border-bottom:1px dashed #ccc; padding-bottom:5px; padding-top:5px;}
#shownews .text{ line-height:30px; padding-top: 20px; font-size: 14px; line-height: 36px; color: #666;}
#shownews .text1{
	/*text-align: center;*/
}
.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_list {
    text-align: center;
    padding-top: 60px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #005bc2;
}	
.page_list a {
    border: #ddd 1px solid;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    
	width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    }
.proNav>ul{ float:left;}	
.proNav>li{
    float: left;
    margin: 0 2px 4px;
    text-align: center;
    width: 295px;
    background: #f0f0f0;
    padding: 10px;
	}	

.proNav>li>a{width: 100%;}
.proNav>li>a>span{width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
    display: block;
    }
.proNav>li>a>span>img{ display: inline-block;max-width: 100%;position:relative; transition:all 2s;min-height: 100%;}
.proNav>li>a>span:hover>img{
	-webkit-transform:scale(1.5,1.5);
}
.proNav li span .lhsp{ position: absolute; display: block; width:100%;  height:230px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav li:hover {}
.proNav li:hover a{}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 170px; line-height: 30px; border: 1px solid #000; margin: 0 auto 10px; color:#000;}
.label1{
	        line-height: 60px;
    font-size: 20px;
    color: #202020;
}
.label1 img{
	margin-right: 10px;
}
.label-text{
	text-align: left;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.label-list>ul>li{
	float: left;
	width: 110px;
	line-height: 30px;
	border: solid 1px #b0b0b0;
	text-align: center;
	margin: 20px 13px;
}
.proNav li .label{ line-height: 45px; color: #fff; font-size:15px;}
.proNav li:hover p{  border: 1px solid #FFFFFF; color: #FFFFFF;}
.proNav li:hover .label{ color:#FFFFFF;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}





.proNav1>ul{ float:left;}	
.proNav1>li{
    float: left;
    margin: 0 2px 4px;
    text-align: center;
    width: 291px;
    background: #f0f0f0;
    padding: 10px;
	}	

.proNav1>li>a{width: 100%;}
.proNav1>li>a>span{width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
    display: block;
    }
.proNav1>li>a>span>img{ display: inline-block;max-width: 100%;position:relative; transition:all 2s;min-height: 100%;}
.proNav1>li>a>span:hover>img{
	-webkit-transform:scale(1.5,1.5);
}
.proNav1 li span .lhsp{ position: absolute; display: block; width:100%;  height:230px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav1 li:hover {}
.proNav1 li:hover a{}
.proNav1 li:hover span .lhsp{ display: block;}
.proNav1 li p{ font-weight:100; display: block; width: 170px; line-height: 30px; border: 1px solid #000; margin: 0 auto 10px; color:#000;}
.proNav1 li .label{ line-height: 45px; color: #fff; font-size:15px;}
.proNav1 li:hover p{  border: 1px solid #FFFFFF; color: #FFFFFF;}
.proNav1 li:hover .label{ color:#FFFFFF;}
.proNav1 .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}
.label-list1>ul>li{
	float: left;
	width: 110px;
	line-height: 30px;
	border: solid 1px #b0b0b0;
	text-align: center;
	margin: 20px 12px;
}





/*产品详情*/
.swiper-wrapper1{
	/*height: 220px;
	overflow: hidden;*/
}
.swiper-slide1{
	margin: 0 auto;
	/*height: 300px;*/
	text-align: center;
}
.swiper-slide1 img{
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.swiper-slide1 img:hover{
	transform: scale(1.4);
}
#page_main{padding: 40px 0;background: url(../images/cp-bg.jpg) no-repeat center bottom;}
.page-container{padding-top:50px;padding-bottom: 60px;}
.page-container img{ max-width:100%}
/*.popover-banner{ width: 100%; max-width: 400px; 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: 30%; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url(../images/sprite.jpg) no-repeat -55px top; right: -50px;}
.lhgw{ display: block;  margin: 0 auto;width: 480px;margin-right: 20px;}
.ptitle{
	font-size: 18px;
	font-weight: bold;
}
.pro-name{
	border-bottom: solid 2px #0059c7;
}
.jtitle{
	font-weight: bold;
}
#pro_info li{
	font-size: 14px;
	line-height: 28px;
}
.psx{
	background: url(../images/cp-navicon.png) no-repeat left center;
	padding-left: 20px;
}

.ny-cptel{
	width: 450px;
	margin-left: 30px;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	line-height: 50px;
	font-size: 20px;
	color: #0059c7;
	font-weight: bold;
	margin-top: 10px;
}
.ny-cptel img{
	margin-right: 20px;
}

.product-nav{
	text-align: center;
	margin: 10px 0;
}
.product-nav ul li img{
	width: 400px;
	height: auto;
}


#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:140px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:150px ; float: left; overflow: hidden ;}
.lhcppg{  height: 45px; 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;}
.related-list li{ display: inline-block;
width: 31%;
line-height: 40px;
border-bottom: #DDDDDD dashed 1px;
margin-right: 20px;}
.related-list li:hover a{
	color: #005bc2;
}
#shownews .related {
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.jpg) repeat-x;
    color: #FFFFFF;
    padding-left: 10px;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    width: 225px;
    float: left;
    margin-right: 9px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    width: 200px;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #005bc2;
}
.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; background: #005bc2; color: #f7f7f7;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width:68%; padding: 0 2.5%; min-width: 220px; border-radius:5px; border:1px solid #b2dcbb ;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 69%;}
 #guestbook .yzm input{ width: 50% ;}
/*.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: #005bc2;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #005bc2; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc; }
.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: #005bc2;  }
.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 #005bc2;}
/*图片列表*/
.photos-demo .ny-pholist{margin: 0 5px 10px;width: 290px; float: left;background: #efefef;padding: 40px 40px 30px;}
.photos-demo .ny-pholist p{line-height: 50px;font-size: 18px;	color: #2b2b2b;text-align: center;}
.photos-demo .ny-pholist p:after{
	content: "";
	display: block;
	width: 38px;
	height: 4px;
	background: #005bc2;
	margin: 0 auto;
}


.photos-demo1 .ny-pholist{margin: 0 6px;width: 288px; float: left;}
.photos-demo1 .ny-pholist p{line-height: 60px;font-size: 15px;	color: #2b2b2b;text-align: center;font-weight: bold;}


.photos-demo2 .ny-pholist{margin: 0 6px 12px;width: 388px; float: left;}
.photos-demo2 .ny-pholist p{line-height: 50px;font-size: 15px;	color: #fff;text-align: center;background: #005bc2;}


	.ny-phoimg{
		text-align: center;
		height: 228px;
		overflow: hidden;
		border: solid 1px #cacaca;
	}
		.ny-phoimg img{
			/*width: 100%;
			min-height: 100%;*/
			height: 100%;
			max-width: 100%;
			cursor: pointer;
  transition: all 0.6s;
		}
		.ny-phoimg img:hover{
			transform: scale(1.4);
		}
		
		
		.photos-demo .ny-pholist1{margin: 0 12px;width: 282px; float: left;}
.photos-demo .ny-pholist1 p{line-height: 50px;font-size: 15px;	color: #2b2b2b;text-align: center;}
	.ny-phoimg1{
		text-align: center;
		height: 190px;
		overflow: hidden;
		border: solid 1px #d5d5d5;
	}
		.ny-phoimg1 img{
			/*width: 100%;
			min-height: 100%;*/
			height: 100%;
			max-width: 100%;
			cursor: pointer;
  transition: all 0.6s;
		}
		.ny-phoimg1 img:hover{
			transform: scale(1.4);
		}
		
		
		
		
.jgb-box{
	padding: 0 10px;
	border-top: 1px solid #c1a04f;　　　　
}
.jgb-box .scj{
	line-height: 40px;font-size: 12px;
	background-image: -webkit-linear-gradient(left, rgb(193, 160, 79), rgb(250, 238, 185));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}
.jgb-box .hyj{
	line-height: 40px;font-size: 12px;
	background-image: -webkit-linear-gradient(left, rgb(193, 160, 79), rgb(250, 238, 185));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}
.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; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{ font-family: "微软雅黑";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #005bc2; color: #fff; display: block; width: 80px; line-height: 30px; margin: 20px auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}

.ddsmoothmenu-v{
	border: solid 1px #bcbcbc;
	width: 262px;
}
.ddsmoothmenu-v>ul>li{
line-height: 57px;
background: url(../images/cp-navbg.jpg) no-repeat center top;
}
.ddsmoothmenu-v>ul>li>a{
	padding-left: 60px;
}
.ddsmoothmenu-v>ul>li:hover>a>span{
	color: #0059c7;
	font-weight: bold;
}
.ddsmoothmenu-v>ul>li.lihover>a>span{
	/*color: #0059c7;*/
	font-weight: bold;
}
.ddsmoothmenu-v>ul>li>a>span{
	font-size: 16px;
	color: #2b2b2b;
	
}
.ddsmoothmenu-v>ul>li>ul{
	background: #fff;
}
.ddsmoothmenu-v>ul>li>ul>li{
	background: url(../images/cp-navicon.jpg) no-repeat 40px 20px;
    padding: 10px 30px 10px 60px;
    line-height: 28px;
}
.ddsmoothmenu-v>ul>li>ul>li>a>span{
	color: #2b2b2b;
	font-weight: normal;
	font-size: 14px;
}
.ddsmoothmenu-v>ul>li>ul>li:hover>a>span{
	font-weight: bold;
	color: #005bc2;
}
.ddsmoothmenu-v>ul>li>ul>li.lihover>.ahover>span{
	font-weight: bold;
	color: #005bc2;
}




.ddsmoothmenu-v1{
	border: solid 1px #bcbcbc;
	width: 262px;
}
.ddsmoothmenu-v1>ul{
	background: #fff;
}
.ddsmoothmenu-v1>ul>li{
	background: url(../images/cp-navbg1.jpg) no-repeat center top;
    line-height: 58px;
    padding-left: 40px;
}
.ddsmoothmenu-v1>ul>li>a>span{
	color: #2b2b2b;
	font-weight: normal;
	font-size: 16px;
}
.ddsmoothmenu-v1>ul>li:hover>a>span{
	font-weight: bold;
	color: #005bc2;
}
.ddsmoothmenu-v1>ul>li.lihover>.ahover>span{
	font-weight: bold;
	color: #005bc2;
}





.ny-code{
	margin-top: 30px;
	background: #fcfcfc;
	padding: 10px;
}


.ny-navcode{
	margin-top: 40px;
}


/*搜索*/
.page-news table{width:98%;}
.page-news table th{height:40px;line-height:40px;text-align:center;font-weight:bold;border:none 0px;font-size:16px;color: #fff;}
.page-news table th.news-time{width:100px;background:#005bc2;}
.page-news table th.news-title{background:#005bc2;}
.page-news table td{border-bottom:1px dashed #D7D7D7;padding:8px;text-align: center;}
.page-news table td.time-list{color:#666;text-align:center}