







.dapic{ background:#fff; margin:0px 0; overflow:hidden ; position:relative;}







        .bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 0px solid #fff;}

        .mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.9;filter: Alpha(opacity=50);z-index: 9899;transition:all 1s;display: none}

        .bigbox{width:840px;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}

        .bigbox>.imgbox{width:400px;height:250px;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px;}

        .bigbox>.imgbox>img{width:100%;}

        .imgbox:hover{cursor:zoom-in}

        .mask:hover{cursor:zoom-out}

        .mask>img{position: fixed;right:10px;top: 10px;width: 20px;}

        .mask>img:hover{cursor:pointer}







.preview { position:absolute; width:45%; bottom:20px; left:45%;

			text-align: center;

			margin-left:80px;

		    

		}

		.preview a {
			border:1px solid #ccc;

		  display:block;

		  float:left;

		  width:18%; height:auto;

		  margin: 5px;

		  

		  

		}

		.preview a img {

		  display: block;

		  width: 100%;

		  height: auto;

		}

		.preview .active {

		  /*outline: 1px solid #006CC8 ;*/

		

		}

.preview .active  {

		  border: 1px solid #006CC8 ; /*border:none*/

		

		}



.slider-container {



  overflow: hidden;

  width: 45%;

  margin: 0 auto;

  float:left;



  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

}



.slider {

  position: relative;

  width: 9999px;

}

.slider:before,

.slider:after {

  display: table;

  content: ' ';

}

.slider:after {

  clear: both;

}

.slider__item {

  position: relative;

  float: left;

  margin: 0;

  padding: 0;

  height: 100%;

}

.slider__item img {

  display: block;

  width: 100%;

  height: auto;

  cursor:pointer

}

.slider__switch i {

  color: #9a9a9a;

  display: block;

  font-size:30px;

  width: auto;

  height: 32px;

}

.slider__switch i:hover {

  color: #006cc8;



}

/* Arrows */

.slider__switch {

  position: absolute;

  top: 50%;

  width:auto;

  margin-top: -20px;

  padding: 10px 5px;

  cursor: pointer;

  transition: opacity .15s ease;

  fill: #9a9a9a;

  

}

.slider__switch--prev {

  left: -6%;

  /*margin-left:50px;

  bottom:42px;*/

  top:43%;

}

.slider__switch--next {

  right: -4%;

   /*bottom:42px;*/

   top:43%;

}



.slider__switch:hover {

  opacity: .85;

}

.slider__switch[disabled] {



  opacity: 1;

}

.slider__caption {

  position: absolute;

  bottom: 30px;

  left: 30px;

  display: block;

  max-width: 500px;

  padding: 10px;

  color: #fff;

  background: rgba(0, 0, 0, .4);

  box-shadow: 0 0 20px 10px rgba(0,0,0,.4);

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */

}

.slider__caption[disabled] {

  opacity: 0;

  visibility: hidden;

}

.slider-nav {

  line-height: 30px;

  position: absolute;

  bottom: 0;

  left: 0;



  width: 100%;

  height: 30px;

  margin: 0;

  padding: 0;

  text-align: center;

  z-index: 99999;

  display:none;

  filter: alpha(opacity=90); /* ie8 */

  

}

.slider-nav__control {

  display: inline-block;

  width: 12px;

  height: 12px;

  margin: 0 3px;

  -webkit-transition: background .5s ease;

     -moz-transition: background .5s ease;

       -o-transition: background .5s ease;

          transition: background .5s ease;

  border: 2px solid #fff;

  border-radius: 50%;

  background: transparent;

}



.slider-nav__control.is-active {

  width: 12px;

  height: 12px;

  background: #fff;

}

.slider.has-touch {

  cursor: move;

  cursor: -webkit-grabbing;

  cursor:    -moz-grabbing;

}



.cpjs1{ float:left; width:55%; padding:50px; box-sizing:border-box}

.cpjs1 h3{ display:block; font-size:23px; color:#000; margin-bottom:10px}

.cpjs1 p{ display:block; font-size:16px; line-height:40px; color:#666}

.cpjs1 p em{ color:#006cc8; padding-right:5px}



@media only screen and (max-width:992px){

	

.cpjs1{ float:none; width:100%; padding:10px; box-sizing:border-box}

.cpjs1 h3{ display:block; font-size:16px; color:#000; margin-bottom:10px}

.cpjs1 p{ display:block; font-size:14px; line-height:30px; color:#666}

.cpjs1 p em{ color:#006cc8; padding-right:5px}	

	

.slider-container {

	position:relative;



  overflow: hidden;

  width: 100%;

  margin: 0 auto;

  float:none;



}



	

	.slider__switch--prev {

  /*left: 10px;*/
  left: -38px;

  bottom:45%;

  top:auto

}

.slider__switch--next {

  right: 10px;

   bottom:45%;

   top:auto

}

	

	.preview{ display:none;}

	

}



@media (max-width: 580px) {

  .slider__switch {

    display: none;

  }

  .slider__caption {

    display: none;

  }

}



@media only screen and (max-width:1180px){

	

.preview { position:absolute; width:44%; bottom:20px; left:45%;

			text-align: center;

			margin-left:80px;

		    

		}

		.preview a {
			border:1px solid #ccc;

		  display:block;

		  float:left;

		  width:17.3%; height:auto;

		  margin: 5px;

		  

		  

		}

		.preview a img {

		  display: block;

		  width: 100%;

		  height: auto;

		}

		.preview .active {

		  /*outline: 1px solid #006CC8 ;*/

		

		}

.preview .active  {

		  border: 1px solid #006CC8 ; /*border:none*/

		

		}

	.slider__switch--prev {

  left: -6%;

  /*margin-left:50px;

  bottom:42px;*/

  top:39%;

}

.slider__switch--next {

  right: -4%;

   /*bottom:42px;*/

   top:39%;

}

}



