*{font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;}
.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: #363179;
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
p{
	margin: 0;
}
body{
	overflow-x: hidden;
}
/*头部开始=============================================  */
.db-dingwei{
	position: relative;
}
.header-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/top-bg.png) no-repeat center top;
	padding: 80px 0 40px;
	z-index: 999;
}

.cnen{
	font-size: 20px;
	color: #222;
	margin-left: 10px;
	position: relative;
	width: 36px;
	display: flex;
	align-items: center;
	z-index: 99;
	    line-height: 24px;
	    margin-top: 15px;
}
.cnen img{
	vertical-align: middle;
	margin-left: 10%;
}
.cnen-box{
	width: 100%;
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 10%;
    text-align: center;
}
.cnen-box ul li{
	line-height: 5vh;
}
.cnen-box ul li a{
	font-size: 14px;
	color: #222;
}
.cnen-box ul li:hover a{
	color: #1163ac;
}
.cnen:hover .cnen-box{
	display: block;
}

.nav-bg{
	width: 790px;
	margin-top: 15px;
}
.mobile_nav>ul{display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;}
.mobile_nav .menulevel{ padding:0;z-index: 999;padding-top: 3px;}
.mobile_nav li {
    float: left;
    /*line-height: 50px;*/
    flex-grow: 1;
}
.mobile_nav li a{
	display: block;
	 outline: none;
  /*cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: -webkit-linear-gradient(left, #363179, #363179) no-repeat;
  background: linear-gradient(to right, #363179, #363179) no-repeat;
  background-size: 100% 0%;
  border-radius: 10px;*/
}
.mobile_nav li a span{
	 font-size: 18px;
    color: #222;
    cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*.mobile_nav li a#menu_selected{background-size: 100% 100%;}*/
.mobile_nav li a#menu_selected span{
	color: #363179;
	font-weight: bold;
}
/*.mobile_nav li:hover a{background-size: 100% 100%;}*/
.mobile_nav li:hover>a>span{color: #363179;font-weight: bold;}
.mobile_nav li:hover>.menulevel{ display: none;}
.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 a span{
	
}
.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{
	padding: 70px 0;
	background: url(../images/cp-bg.jpg) no-repeat center top;
}
.cp-tit{
	font-size: 15px;
	color: #646464;
}
.cp-tit p{
	margin-bottom: 10px;
	font-size: 36px;
	color: #222;
	font-weight: bold;
}
.cp-tit p a{
	font-size: 36px;
	color: #222;
	font-weight: bold;
}
.cp-more{
	width: 200px;
	line-height: 50px;
	background: #299c89;
	border-radius: 50px;
	text-align: center;
	margin-top: 15px;
}
.cp-more a{
	font-size: 15px;
	color: #fff;
}
.cp-middle{
	background: url(../images/cp-bga.jpg) no-repeat center top;
	padding: 52px 60px;
	margin-top: 40px;
}
.cp-mtit{
	font-size: 18px;
	color: #646464;
	line-height: 36px;
	width: 570px;
}
.cp-mtit p{
	font-size: 30px;
	color: #363179;
	font-weight: bold;
	margin-bottom: 30px;
}
.cp-dj{
	width: 400px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background: #299c89;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
}
.cp-bottom{
	margin-top: 40px;
}
#ScrollBox li{
	width: 400px;
	float: left;
	text-align: center;
}
.cp-tupian{
	height: 310px;
	overflow: hidden;
}
.cp-tupian img{
	height: 100%;
	/*width: 100%;
	min-height: 100%;*/
	margin: 0-100%;
}
.cp-mc{
		line-height: 70px;
}
.cp-mc>a{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cp-nr{
	width: 320px;
	display: inline-block;
	font-size: 18px;
	color: #646464;
	line-height: 36px;
}

/*#LeftArr,#RightArr{background-image:url(../images/cp-jt.png);width:67px;height:67px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr{background-position:0px 0px;float:left;left:-107px; top: 130px;}
#RightArr{background-position:67px 0px;float:right;right:-107px; top: 130px;}*/

.al-bg{
	background: url(../images/al-bg.jpg) no-repeat center top;
	padding: 114px 0;
	position: relative;
}
.al-tit{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	width: 290px;
}
.al-tit p{
	font-family: impact;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 48px;
}
.al-tit p:before{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 100px 0 30px;
}
.al-text{
	width: 290px;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin: 51px 0 60px;
}
.al-more{
	width: 200px;
	line-height: 50px;
	border: solid 1px #FFFFFF;
	border-radius: 50px;
	text-align: center;
}
.al-more a{
	font-size: 15px;
	color: #fff;
}
.al-right{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 1210px;
}
#tab{position:relative;}
#tab .tab_box{clear:both;top:0px;position:relative;}
#tab .tab_menu .selected{background:rgba(41,156,137,.8);cursor:pointer;}
.hide{display:none;}
.tab_box div{
	font-size: 0;
}
.tab_box div img{width: 100%;} 
#tab .tab_menu{width:100%;position:absolute;z-index:1;bottom: 0;left: 0;border-top: solid 1px #b6c2be;}
#tab .tab_menu li{float:left;border-right:1px solid #b6c2be;cursor:pointer;padding: 30px;}
#tab .tab_menu li:last-child{
	border-right: none;
}
.al-itext{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
}
.al-itext p a{
	font-size: 24px;
	color: #fff;
}

.about-bg{
	padding: 70px 0; 
}
.about-bottom{
	margin-top: 40px;
}
.about-left{
	width: 560px;
}
.gsjj-bt{
	font-size: 14px;
	color: #646464;
	text-transform: uppercase;
}
.gsjj-bt p{
	font-size: 24px;
	color: #222;
	margin-bottom: 10px;
}
.gsjj-bt:after{
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background: #363179;
	margin-top: 30px;
}
.gsjj-text{
	margin: 40px 0;
}
.gsjj-text p{
	font-size: 15px;
	color: #686868;
	line-height: 36px;
}
.about-more ul li{
	float: left;
	width: 270px;
	padding: 30px 0 30px 130px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.about-more ul li p{
	margin-bottom: 9px;
}
.about-more ul li p a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.about-qywh{
	background: url(../images/about-icon.jpg) no-repeat center top;
	margin-right: 20px;
}
.about-shfw{
	background: url(../images/about-icona.jpg) no-repeat center top;
}
.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top;
}
.ys-left{
	width: 290px;
}
.ys-tit{
	font-size: 24px;
	color: #fff;
	margin-top: 70px;
}
.ys-tit p{
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
}
.ys-tit:after{
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	background: #fff;
	margin-top: 30px;
}
.ys-text{
	margin: 50px 0 140px;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.ys-more{
	width: 210px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
}
.ys-more a{
	font-size: 15px;
	color: #222;
}
.ys-right{
	width: 880px;
}

.card-area{position:relative;}
.card-area .card-item{z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:176px;height:630px;background-color:transparent}
.card-area .card-item .card{transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;height:100%;text-align:center;}
.card-area .card-item .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));}
.card-area .card-item .card .card-content.content-second li{float:left;width:50%}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{position:absolute;left:0;right:0;z-index:1}
.card-area .card-item .card .card-title{padding-top:1px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;height:145px;line-height:26px;font-size:14px;top:0;background:#1b77b9;border-left:1px solid #3285c0}
.card-area .card-item .card .card-title .content{position:absolute;bottom:-2px;width:100%}
.card-area .card-item .card .card-title h1{font-size:22px;font-weight:700;color:#d9efff;margin-bottom:0}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}
.card-area .card-item .card .card-title .zq-product-img{width:40px;height:40px;margin:10px auto;position:relative}
.card-area .card-item .card .card-title .zq-product-img img{position:absolute;left:0;width:100%}
.card-area .card-item .card .card-title .zq-product-img .un-hover{z-index:1;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-title .zq-product-img .with-hover{z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{height:630px;position:absolute;}
.card-area .card-item .card .card-content.content-first .content-first-list{width:24px;font-size:24px;color:#fff;font-weight: bold;margin: 90px auto 0;line-height: normal;height: 248px;overflow: hidden;}
.card-area .card-item .card .card-content.content-first .content-first-list li{margin-bottom:30px}
.card-area .card-item .card .card-content.content-second{text-align:center;padding:90px 50px 0;}
.card-area .card-item .card .card-content.content-second .main-head{color:#fff;font-size:24px;font-weight: bold;}
.card-area .card-item .card .card-content.content-second .main-head:after{
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #fff;
	margin: 30px auto 0;
}
.card-area .card-item .card .card-content.content-second .main-tip{margin: 70px 0 117px;font-size: 15px;
color: #FFFFFF;line-height: 30px;height: 90px;overflow: hidden;}
.card-area .card-item .card .card-content.content-second .main-desc{font-size: 195px;color: rgba(255,255,255,.1);font-family: impact;}
.card-area .card-item .card .card-content.content-second .main-btn{cursor:pointer;width:160px;height:38px;font-size:16px!important;color:#fff;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#3db1ea;border:none;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#1b77b9}
.card-area .card-item .card .card-content.content-second .main-white-btn{cursor:pointer;width:160px;height:36px;border:1px solid #3db1ea;font-size:16px!important;color:#3db1ea;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#fff;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover{color:#fff;background:#3db1ea}
.card-area .card-item .card .card-content .other-info{width:105%;height:70px;overflow:hidden;line-height:22px;padding-top:20px;font-size:12px}
.card-area .card-item .card .card-content .other-info .other-info-list{width:27%;height:70px;background:#f2f2f2;margin-right:25px;padding:0 0 0 10px;position:relative}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow{position:absolute;right:10px;top:15px;background-position:-200px 0}
.card-area .card-item .card .card-content .other-info .other-info-list:hover{background:#3db1ea}.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow{background-position:-200px -17px}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head{color:#fff}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context{color:#00c1de}
.card-area .card-item .card .card-content .other-info .other-head{font-size:16px;font-weight:400;color:#000;margin:13px 0 0 0;}
.card-area .card-item .card .card-content .other-info .other-desc{margin-top:2px;font-size:12px;color:#999}
.card-area .card-item.active{z-index:6;width:350px;background: rgba(41,156,137,.8);}
.card-area .card-item.active .card .card-title{background-color:#3db1ea;height:159px;top:-15px;border:none}
.card-area .card-item.active .card .card-title .short-info{color:#9ed8f5}
.card-area .card-item.active .card .card-title h1{color:#fff}
.card-area .card-item.active .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item.active .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}

.ys-sz{
	font-size: 72px;
	font-family: impact;
	text-align: center;
	color: #FFFFFF;
}
.ys-sz:before{
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background: #fff;
	margin: 90px auto 40px;
}


.xw-bg{
	padding: 70px 0;
}
.xw-bottom{
	margin-top: 40px;
}
.xw-right{
	width: 590px;
	border-bottom: solid 1px #ebebeb;
}
.xw-right ul li{
	border-top: solid 1px #ebebeb;
	padding: 30px 0;
}
.xw-time{
	font-size: 24px;
	color: #8d8d8d;
	text-align: right;
}
.xw-time p a{
	font-size: 24px;
	color: #222;
}
.xw-time p{
	margin-top: 42px;
}
.xw-box{
	width: 440px;
}
.xw-rtbt a{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}
.xw-rtbt:before{
	content: "";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #363179;
	margin: 8px 10px 60px 0;
}
.xw-rtnr{
	margin-top: 20px;
}
.xw-rtnr a{
	font-size: 15px;
	color: #6b6b6b;
	line-height: 30px;
}
.xw-left{
	width: 580px;
	background: #f8f8f8;
	padding: 24px;
}
.xw-yr{
	font-size: 24px;
	color: #8d8d8d;
	line-height: 50px;
}
.xw-n{
	width: 120px;
	line-height: 50px;
	background: #363179;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
}
.xw-xq{
	margin: 30px 0 40px;
}
.xw-img{
	font-size: 0;
}
.xw-bt a{
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
}
.xw-xq  ul li:hover .xw-bt a{
	color: #363179;
}
.xw-nr{
	margin-top: 21px;
}
.xw-nr a{
	font-size: 15px;
	color: #686868;
	line-height: 30px;
}



.jm-bg{
	background: url(../images/jm-bg.jpg) no-repeat center top;
	padding: 70px 0;
	margin: 70px 0;
}
.jm-img{
	margin-top: 40px;
}

.qyxc-box{
	margin-top: 40px;
	margin-bottom: 70px;
}
.qyxc-box ul li{
	float: left;
	width: 290px;
	text-align: center;
	margin: 0 5px;
	height: 210px;
	overflow: hidden;
}
.qyxc-box ul li img{
	height: 100%;
	cursor: pointer;
  transition: all 0.6s;
}
.qyxc-box ul li img:hover{
	transform: scale(1.1);
}



.yqlj-bg{
	margin-top: 30px;
}
.yq-bg{
	font-size: 18px;
	color: #363179;
	font-weight: bold;
}
.yq-con{
	margin-left: 20px;
}
.yq-con a{
	font-size: 18px;
	color: #000000;
}


.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: #222222;
}
.footer-nav{
	border-bottom: solid 1px #393939;
	line-height: 60px;
}
.footer-nav ul{
	display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.footer-nav ul li{
	float: left;
	flex-grow: 1;
}
.footer-nav ul li a{
	font-size: 16px;
	color: #fff;
}
.footer-bottom{
	padding: 40px 0;
}
.footer-logo{
	width: 480px;
}
.footer-logo p{
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
}
.footer-lx{
	margin-left: 110px;
}
.footer-lx ul li{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.footer-lx ul li span{
	margin-left: 30px;
}



.bottom-bg{
	background: #363179;
	padding: 10px 0;
	text-align: center;
}
.footer-bq p a{
	color: #fff;
	font-size: 14px;
}

.ba a{
	color: #fff;
}



/*内页开始================================================*/
.ny-tit p{
	text-align: center;
	font-size: 36px;
	color: #222;
	margin-bottom: 10px;
	font-weight: bold;
}
.site-nav{
	font-size: 14px;
	color: #646464;
	text-align: center;
}
.site-nav span{
	font-size: 14px;
	color: #646464;
}
.site-nav a{
	font-size: 14px;
	color: #646464;
}
/*.ny-bg{
	padding: 60px 0;
}*/
.banner img{
	width: 100%;
}






.page-news img{
	max-width: 100%;
}

.ny-code{
	margin-top: 50px;
}

.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;
}

.page-guestbook{
	width: 890px;
	margin: 0 auto;
}
#proinfo_c>p>img{
	max-width: 100%;
}


#proinfo_c img{
	max-width: 100%;
}


.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;}


.slides{
	text-align: center;
	height: 360px;
}


.jqzoom1{
	height: 428px;
	overflow: hidden;
	background: url(../images/nycp-bg.jpg) no-repeat center top;
}
.jqzoom1 img{
	height: 100%;
	/*width: 100%;
	height: auto;*/
}




.photo-img{
	width: 380px;
	/*height: 196px;*/
	overflow: hidden;
}
.photo-img img{
	width: 100%;
	min-height: 196px;
}
#ShowImages1 li{
width: 390px;
	float: left;
	margin: 0 5px;
}

#ShowImages1 .images_img a {
	display:block;
    vertical-align: middle;
    height: 280px;
	overflow: hidden;
	text-align: center;
}
#ShowImages1 .images_img img {
   /*min-height: 100%;
	width: 100%;*/
	height: 100%;
	/*max-width: 100%;*/
	cursor: pointer;
  transition: all 0.6s;
  margin: 0-100%;
}
#ShowImages1 .images_img img:hover{
	transform: scale(1.1);
}
#ShowImages1 .images_title{
	text-align: center;
	line-height: 60px;
}
#ShowImages1 .images_title>a{
	font-size: 16px;
	color: #222;
}






.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: 240px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.nyxw-img img{
	height: 100%;
	width: auto;
}
.newsList li{
	padding: 30px;
	background: #f8f8f8;
	margin-bottom: 10px;
}
.xw-nybox{
	width: 1020px;
}
.newsList li .lhfl p{color: #3a3a3a;
    font-size: 15px;}
.newsList li .lhfl p b{ font-size: 28px; line-height: 47px;}
.newsList .lhfr{width: 860px;}
.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 li .dateTitle{
	margin-bottom: 10px;
}
.newsList li .dateTitle a{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}
.newsList li:hover{
	background: #363179;
}
.newsList li:hover .dateTitle a{
	color: #fff;
}
.newsList li:hover .xw-time{
	color: #fff;
}
.newsList li:hover .xw-time p{
	color: #fff;
}
.newsList li:hover .xw-rtnr a{
	color: #fff;
}
.newsList li:hover .xw-time p a{
	color: #fff;
}


/*.newsList li:hover {
	border-bottom: dotted 1px #fff;
	box-shadow: 2px 4px 10px #5a5a5a;
}*/
.newsList li:hover .lhfr .dateTitle{ color: #363179;}
.newsList li:hover a{ text-decoration:none ;}
#shownews h1{font-weight:100; padding-top:10px; padding-bottom:10px;font-size: 30px;}
#shownews .hits{ 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: 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: #363179;
}	
.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{
  width: 390px;
	float: left;
	margin: 0 5px 10px;
	}	

.proNav li a{width: 100%;}
.proNav li .ny-cpimg{
	height: 360px;
	overflow: hidden;
	text-align: center;
	border: solid 1px #f6f6f6;
    }
.proNav li .ny-cpimg img{ height: 100%;
	/*width: 100%;
	min-height: 100%;*/
	margin: 0-100%;transition:all 2s;}
.proNav li .ny-cpimg:hover img{
	-webkit-transform:scale(1.1,1.1);
}
.label1{
	line-height: 60px;
		text-align: center;
		background: #f6f6f6;
}
.label1 a{
  font-size: 16px;
	color: #222;
}
.proNav li:hover .label1{
	background: #363179;
}
.proNav li:hover .label1 a{
	color: #fff;
}

/*产品详情*/
.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: 70px 0;}
.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;text-align: center;/*background: url(../images/cp-bg.jpg) no-repeat center top;*/}
.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;}
#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{ 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: #363179;
}
#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 #363179;
}
.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: #363179; 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: #363179;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #363179; 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: #363179;  }
.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 #363179;}
/*图片列表*/
.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: #363179;
	margin: 0 auto;
}

.photos-demo1 .ny-pholist{
	float: left;
	width: 390px;
	margin: 0 5px;
	text-align: center;
	overflow: hidden;
}
.ny-phoimg{
	height: 280px;
	overflow: hidden;
}
.ny-phoimg img{
	height: 100%;
	margin: 0-100%;
	cursor: pointer;
  transition: all 0.6s;
}
.ny-phoimg img:hover{
  transform: scale(1.1);
}
	.nycp-mc{
		text-align: center;
		font-size: 16px;
		color: #222222;
		line-height: 60px;
	}

	
	
	
	
	
	
	



		/*.ny-phoimg img:hover{
			transform: scale(1.1);
		}*/
		
		
		.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);
		}
		
		.ny-qywhlist{
			margin-top: 30px;
		}
		.ny-qywhlist ul li{
			float: left;
			width: 220px;
			margin: 0 10px;
			text-align: center;
			font-size: 15px;
			color: #2b2b2b;
		}
		.ny-qywhlist ul li p{
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		
.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-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #363179; 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{
	margin-top: 14px;
}
.ddsmoothmenu-v>ul>li{
padding: 0 10px;
border-radius: 10px;
line-height: 50px;
	text-align: center;
	float: left;
}
.ddsmoothmenu-v>ul>li:hover{
	background: #299c89;
}
.ddsmoothmenu-v>ul>li.lihover{
background: #299c89;
}
.ddsmoothmenu-v>ul>li>a>span{
	font-size: 16px;
	color: #222;
}
.ddsmoothmenu-v>ul>li:hover a span{
	color: #fff;
}
.ddsmoothmenu-v>ul>li.lihover a span{
color: #fff;
}


/*.ddsmoothmenu-v>ul>li>ul{
	margin-top: 10px;
}
.ddsmoothmenu-v>ul>li>ul>li{
	line-height: 40px;
}
.ddsmoothmenu-v>ul>li>ul>li:before{
	content: "";
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	background: #363179;
	border-radius: 20px;
	margin-top: 17px;
	margin-right: 10px;
}
.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: #01990c;
}
.ddsmoothmenu-v>ul>li>ul>li.lihover>.ahover>span{
	font-weight: bold;
	color: #01990c;
}*/



/*.ny-code{
	margin: 40px 0;
}*/


.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:#363179;}
.page-news table th.news-title{background:#363179;}
.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}