.width{
	width: 75%;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*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;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.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_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.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.top-bg{
	padding: 20px 0;
}
.logo{
	width: 17%;
}
.logo img{
	width: 100%;
}
.top-tel{
	text-align: right;
	font-size: 15px;
	color: #222;
	margin-top: 10px;
	width: 16%;
}
.top-tel img{
	vertical-align: middle;
	margin-right: 10px;
}
.top-tel p{
	font-size: 26px;
	color: #222222;
	font-weight: bold;
	font-family: "times new roman";
}

.nav-bg{
	width: 61%;
	margin: 0 3%;
}
.mobile_nav>ul{
	display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.mobile_nav>ul>li{
	float: left;
	text-align: center;
	line-height: 88px;
	flex-grow: 1;
/*	position: relative;*/
}
.mobile_nav>ul>li>a{
	display: block;
	outline: none;
  /*cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: -webkit-linear-gradient(left, #2337a7, #2337a7) no-repeat;
  background: linear-gradient(to right, #2337a7, #2337a7) no-repeat;
  background-size: 100% 0%;*/
}
.mobile_nav>ul>li>a>span{
	color: #222;
	font-size: 16px;	
	 outline: none;
 position: relative;
  text-decoration: none;
  transition: color .3s ease;
  display: block;
  /*border-bottom: solid 3px #fff;*/
}
/*.mobile_nav>ul>li>a>span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 96%;
  height: 4px;
  background: #fdb815;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.mobile_nav>ul>li>a>span:hover::after {
  --scale: 1;
}
.mobile_nav>ul>li>a#menu_selected>span::after {
  --scale: 1;
}*/




/*.mobile_nav>ul>li:hover a{
	background-size: 100% 100%;
}
.mobile_nav>ul>li>#menu_selected{
	background-size: 100% 100%;
}*/
.mobile_nav>ul>li:hover a span{
	color: #2337a7;
	font-weight: bold;
}
.mobile_nav>ul>li>#menu_selected span{
	color: #2337a7;
	font-weight: bold;
}









.menulevel{
	display: none;
}
.nav-bg>.mobile_nav>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -37px;
	width: 124px;
	z-index: 999;
	background: rgba(255,255,255,.8);
	padding-top: 30px;
}
.menulevel li{
	line-height: 40px;
}
.menulevel li a span{
	font-size: 14px;
}
.menulevel li:hover a span{
	color: #00cc33;
}



#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/
.footer-bg{
	background: url(../images/footer-bg.jpg) no-repeat center top;
}
.footer-bottom{
	padding: 50px 0;
}
.logo{
	width: 17%;
}
.logo img{
	width: 100%;
}
.footer-nav{
	border-bottom: solid 1px #eaeaea;
	line-height: 60px;
	padding-top: 10px;
}
.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: 15px;
	color: #222;
}
.footer-list{
	width: 78%;
}
.footer-list ul{
	display: inline-block;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.footer-list ul li{
	float: left;
	flex-grow: 1;
	/*width: 25%;
	margin-left: 8%;*/
}
.footer-icon{
	margin-right: 6%;
	margin-top: 10px;
}
.footer-tel,.footer-dz{
	font-size: 18px;
	color: #222;
	width: 69%;
}
.footer-tel p{
	font-size: 33px;
	color: #e1c262;
	font-family: "times new roman";
	font-weight: bold;
}
.footer-dz p{
	font-size: 15px;
	margin-top: 16px;
}


.bottom-bg{
	text-align: center;
	background: #2337a7;
	padding:10px 0;
}
.bottom-bg p a{
	color: #fff;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}
/*内页部分*/
.ny-bg{
	padding: 70px 0;
	background: #f6f6f6;
}


.ny-bottom{
	margin-top: 50px;
}
.ny-location{
	font-size: 15px;
	color: #2b2b2b;
	text-align: center;
}
.ny-location a{
	color: #2b2b2b;
	font-size: 15px;
}
.ny-neirong{
	margin-top: 40px;
}
.mt40{
	margin-top: 40px;
}

.ny-neirong1{
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 20px #f0f0f0;
	margin-top: 40px;
}

.ny-img img{
	width: 100%;
}


/*联系我们*/
.ny-lxbox{
	background: #2337a7;
	width: 26%;
	padding: 41px 3%;
}
.ny-lxbox p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.ny-lxlist ul li{
	font-size: 15px;
	color: #fff;
	line-height: 50px;
}
.nylx-ly{
	width: 68%;
	background: #fff;
	padding: 40px 0;
}







.ny-zzjsnr{
	margin-bottom: 40px;
}
.ny-zzjsnr p{
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.ny-zzlist ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 40px;
}
.ny-zzlist ul li img{
	vertical-align: middle;
	margin-right: 10px;
}











#spec-n1{
	height: 380px;
	overflow: hidden;
	background: url(../images/cp-bg.jpg) no-repeat center top;
	background-size: 100%;
}
#spec-n1 img{
	width: 100%;
	/*width: auto;
	height: 100%;*/
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}
.ny-xqbut{
	background: #2337a7;
	border: none;
	font-size: 16px;
	color: #fff;
	/*width: 160px;*/
	text-align: center;
}

.ny-xwtp{
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.ny-xwtp img{
	height: 100%;
	width: auto;
}
.ny-xwgd a{
	font-size: 14px;
	color: #2337a7;
}
.ny-xwgd{
	margin-top: 20px;
}
.ny-bgzx{
	background: url(../images/xw-bg.jpg) no-repeat center bottom;
	padding: 100px;
}

.nyxw-top{
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}



/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}



.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}



/*首页部分*/
.cp-bg{
	padding: 70px 0 10px;
}
.cp-tit{
	text-align: center;
	font-size: 15px;
	color: #646464;
}
.cp-tit p{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}
.cp-tit p a{
	font-size: 36px;
	color: #222;
	font-weight: bold;
}
.cp-nav{
	margin-top: 40px;
}
.cp-nav>ul{
	display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.cp-nav>ul>li{
	float: left;
	flex-grow: 1;
	border: solid 1px #e2e2e2;
	line-height: 50px;
	text-align: center;
	margin: 1%;
	position: relative;
}
.cp-nav>ul>li>ul{
	display: none;
}
.cp-nav>ul>li:hover>ul{
	display: block;
	position: absolute;
	top: 53px;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.cp-nav>ul>li:hover>ul>li>a{
	font-size: 15px;
	color: #222;
}
.cp-nav>ul>li:hover>ul>li:hover{
	background: #2337a7;
}
.cp-nav>ul>li:hover>ul>li:hover a{
	color: #fff;
}
.cp-nav>ul>li:hover{
	background: #2337a7;
}
.cp-nav>ul>li>a{
	font-size: 16px;
	color: #222;
}
.cp-nav>ul>li:hover>a{
	color: #fff;
}
.cp-bottom{
	margin-top: 40px;
	padding: 0 2%;
}
.cplist-tupian{
	/*height: 36VH;*/
	overflow: hidden;
	text-align: center;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ededed;
}
.cplist-tupian img{
	min-height: 100%;
	width: 100%;
	/*height: 100%;
	margin: 0 -100%;*/
	 cursor: pointer;
  transition: all 0.6s;
}
.cplist-tupian img:hover{
	transform: scale(1.1);
}
.cplist-mc{
	line-height: 60px;
	background: #ededed;
	text-align: center;
}
.cplist-mc a{
	font-size: 15px;
	color: #222222;
}
#ScrollBox li:hover .cplist-mc{
	background: #2337a7;
}
#ScrollBox li:hover .cplist-mc a{
	color: #fff;
}
/*.pro-txt{width: 100%;height:100%;	position: absolute;top: 0;text-align: center;display: none;}
.pro-txt p a img{
	height:100%;
}*/

.zoomoutmenu {
  position: relative;
  width: 100%;
  margin-top: 40px;
  height: 600px;
  overflow: hidden;
}

.panels {
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 50%;
}

.tabs li {
  background: rgba(35,55,167,.8);
  margin-bottom: 1px;
 padding-right: 25%;
}
.tabs li:last-child{
	margin-bottom: 0;
}
.tabs li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 39px 0 39px 5%;
  background: url(../images/ys-icon.png) no-repeat right center;
}
.ys-rsz{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	font-family: "times new roman";
}
.ys-rleft{
	margin-left: 4%;
	font-size: 14px;
	color: #e1e2eb;
	text-transform: uppercase;
	margin-top: 4px;
}
.ys-rleft p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.tabs li a:hover {
  background: url(../images/ys-icona.png) no-repeat right center;
}
.tabs li a:hover .ys-rleft{
	color: #e1c262;
}
.tabs li a:hover .ys-rleft p{
	color: #e1c262;
}
.tabs li a:hover .ys-rsz{
	color: #e1c262;
}

.panel {
  height: 100%;
  position: relative;
}

.panel .h2{
  padding: 210px 0 0 12%;
}
.ys-ltit{
	font-size: 14px;
	color: #929393;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.ys-ltit p{
	font-size: 24px;
	color: #0269b8;
	font-weight: bold;
	margin-top: 6px;
}
.ys-ltit:before{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #2337a7;
	margin-bottom: 30px;
}
.ys-lnr{
	font-size: 15px;
	color: #222;
}

#one {
  background: url(../images/one.jpg) no-repeat center center;
}

#two {
  background: url(../images/two.jpg) no-repeat center center;
}

#three {
  background: url(../images/three.jpg) no-repeat center center;
}

#four {
  background: url(../images/four.jpg) no-repeat center center;
}

.about-bg{
	padding: 70px 0 100px;
	background: url(../images/about-bg.jpg) no-repeat center top;
}
.about-tit{
	font-size: 24px;
	color: #959595;
	text-transform: uppercase;
}
.about-tit span{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	margin-right: 2%;
}
.about-tit:after{
	content: "";
	display: block;
	width: 75px;
	height: 6px;
	background: #2337a7;
	margin-top: 20px;
}
.gsjj-text{
	margin: 42px 0;
	width: 41%;
}
.gsjj-text p{
	font-size: 15px;
	color: #5e5e5e;
	line-height: 36px;
}
.about-more a{
	font-size: 15px;
	color: #fff;
}
.about-more{
	width: 12%;
	line-height: 50px;
	text-align: center;
	background: #2337a7;
}
.about-list{
	margin-top: 55px;
	background: url(../images/about-libg.jpg) no-repeat left bottom #e1c262;
	padding: 25px 0 25px 3%;
	width: 59%;
	max-width:100%;
	min-width:800px;
}
.about-list ul li{
	float: left;
	width: 15%;
	margin: 0 9%;
}
.timer,.timex{
	font-size: 3rem;
	color: #2337a7;
	font-family: "times new roman";
	font-weight: bold;
}
.timex{
	margin-left: 1%;
}
.timey{
	font-size: 20px;
	color: #222;
}

.poster-main {
  width: 1200px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 1200px;
  height: 400px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.poster-main .poster-list .poster-item img{
	min-height: 100%;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: -100px;
  background: url(../images/left.png) no-repeat center center;
  width: 72px !important;
}
.poster-main .poster-prev-btn:hover {
  left: -100px;
  background: url(../images/lefta.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: -100px;
  background: url(../images/right.png) no-repeat center center;
  width: 72px !important;
}
.poster-main .poster-next-btn:hover {
  right: -100px;
  background: url(../images/righta.png) no-repeat center center;
}

.khal-bg{
	background: url(../images/gcal-bg.jpg) no-repeat center top;
	margin: 70px 0;
	padding-top: 70px;
}
.khal-tit{
	text-align: center;
	font-size: 15px;
	color: #e1e4f2;
}
.khal-tit p{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.khal-more{
	width: 15%;
	line-height: 50px;
	background: #e1c262;
	text-align: center;
	margin: 40px auto 0;
}
.khal-more a{
	font-size: 15px;
	color: #fff;
}
.khal-bottom{
	margin-top: 140px;
}

.xw-bg{
	padding: 70px 0 40px;
	background: #f6f6f6;
}
.xw-bottom{
	margin-top: 40px;
}
.xw-left{
	width: 29.7%;
	border: solid 1px #dcdcdc;
	background: #fff;
	padding: 1.5%;
}
.xw-ltit{
	font-size: 24px;
	color: #222;
	font-weight: bold;
}
.xw-more a{
	font-size: 15px;
	color: #222;
	line-height: 36px;
}
.xw-img{
	margin: 20px 0;
}
.xw-img img{
	width: 100%;
}
.xw-rtbt{
	height: 24px;
	overflow: hidden;
}
.xw-rtbt a{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}
.xw-lxq ul li:hover .xw-rtbt a{
	color: #2337a7;
}
.xw-rtbt span{
	float: right;
	font-size: 15px;
	color: #989898;
}
.xw-rtnr{
	margin-top: 10px;
}
.xw-rtnr a{
	font-size: 15px;
	color: #676767;
}
.xw-lxq{
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.xw-con ul li{
	background: url(../images/xw-icon.png) no-repeat left center;
	line-height: 48px;
	padding-left: 4%;
	height: 48px;
	overflow: hidden;
}
.xw-con ul li:hover{
	background: url(../images/xw-icona.png) no-repeat left center;
}
.xw-con ul li a{
	font-size: 15px;
	color: #222222;
}
.xw-con ul li:hover a{
	color: #2337a7;
}
.mlr{
	margin: 0 0.5%;
}


.yqlj{
	padding: 70px 0 0px;
}
.yqlj-con{
	font-size: 15px;
	color: #2337a7;	
	font-weight: bold;
}
.yqlj-con:before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 17px;
	background: #2337a7;
	margin-right: 20px;
	margin-top: 4px;
}
.yqlj-con a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
}

/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center;width: 23%;margin: 0 1%;}

.photos-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;}
.tpmk-img{
	height: 290px;
	overflow: hidden;
	background: #fff;
	border: solid 1px #eee;
}
.yhfk-img{
	height: 240px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	height: 100%;
	/*max-width: 100%;*/
	cursor: pointer;
				transition: all 0.6s;
				margin: 0-100%;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.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: #2337a7; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.nygc-demo span{ display: inline-block; text-align: center; margin: 0 5px ;width: 390px;}
.nygc-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;font-weight: bold;}
.nygc-img{
	height: 210px;
	overflow: hidden;
	border: solid 10px #f6f6f6;
}
.nygc-demo span:hover .nygc-img{
	border: solid 10px #2337a7;
}
.nygc-img img{
	/*height: 100%;*/
	width: 100%;
	min-height: 100%;
}
.nygc-demo span:hover p{
	color: #2337a7;
}


/* 产品详情页切换 */

.ny-cp-shang{
	margin-bottom: 50px;
}
.slider_box2 {
	border:1px solid #d7d7d7;
	height: 451px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 45%;
}

.silder_con2 {
	height: 451px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.silder_panel2{
	width: 100%;
	height: 451px;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
}
.silder_panel2 a{
	display: block;
	width: 100%;
}
.silder_panel2 img {
	/*width: 100%;*/
	height:451px;
	overflow: hidden;
}

.silder_play2 {
	display: block;
	width: 136px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	bottom: 13px;
	right: 45px;
	background: url(../images/silder-play.png) 0 -30px no-repeat;
}

.silder_play2:hover {
	background-position: 0 0;
}

.silder_nav2 {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	bottom: 0;
	left: 30px;
	position: absolute;
	display: inherit;
	overflow: hidden;
}

.silder_nav2 li {
	float: left;
	padding: 0px;
	
	border: 1px solid #fff;
	margin: 2px;
}

.silder_nav2 li.current {
	border: 3px solid #fa6e25;
	margin: 0 4px;
}
.silder_nav2 li{
	width: 13%;
}
.silder_nav2 img {
	display: block;
	width: 100%;
	height: 49px;
	overflow: hidden;
}
.slider_box2 a.prev,.slider_box2 a.next {
	display: block;
	width: 50px;
	height: 70px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 999;
	position: absolute;
	cursor: pointer;
	margin: 220px 0 0 0;
	background: url(../images/cp-jt_26.jpg) no-repeat;
}
.slider_box2 a.prev {
	left: 0;
	background-position: left 0;
}
.slider_box2 a.next {
	right: 0;
	background-position: right 0;
}
.silderBox2 {
	height: 8px;
	line-height: 8px;
}