/* 
<script type="text/javascript" src="$!timeStampTool.addTimeStamp('/upload/js/neiye.js')"></script>
<script type="text/javascript" src="$!timeStampTool.addTimeStamp('/upload/js/java.js')"></script>
<script type="text/javascript" src="$!timeStampTool.addTimeStamp('/upload/js/jquery.fs.boxer.min.js')"></script>
* Boxer v3.0.3 - 2014-01-12 
* A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
* http://formstone.it/boxer/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/ 
@media screen and (min-width: 769px) { 
.boxer-open { overflow: hidden !important; }

#boxer, #boxer .boxer-container, #boxer .boxer-content, #boxer-overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#boxer-overlay { background: #000; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 105; }
#boxer.inline { padding: 30px; }

#boxer .boxer-close { background: #fff url(/img/boxericons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -35px; top: 0px; width: 30px; text-indent: -99999px; z-index: 106; }

#boxer { 
  border-radius: 0px;
  position: absolute;
  z-index: 105;
  left: 50%!important;
  transform: translate(-50%,30%);
  width: auto;
}
#boxer .boxer-container { 
  box-shadow: 0 0 25px #000;
  background: #fff; 
  height: 385px!important; 
  overflow: hidden; 
  position: relative; 
  width: 1100px!important; 
  z-index: 105; 
  padding: 30px;
  zoom: 1; 
  overflow-y: auto;
  overflow-x: hidden; 
}
#boxer .boxer-content { background: #fff; overflow: hidden; padding: 0; width: 100%!important;display:flex; }
#boxer .boxer-image { float: left;width: 462px!important;height: 308px!important;}

#boxer .boxer-video { height: 100%; width: 100%; }
#boxer .boxer-iframe { float: left; height: 100%; overflow: auto; width: 100%; }
#boxer .boxer-meta { clear: both;width: 100%!important; padding-left: 6%;}
#boxer .boxer-arrow { background: #fff url(/img/boxericons.png) no-repeat 0 0; border-radius: 100%;  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; display: block; height: 40px; margin-right: auto; margin-left: auto; position: absolute; text-indent: -99999px; top: 0; width: 40px; 
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#boxer .boxer-arrow.previous { left: 20px; }
#boxer .boxer-arrow.next { background-position: -40px 0; right: 20px; }

#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }
#boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
#boxer .boxer-caption.gallery p { padding-top: 0; }

#boxer.loading .boxer-container { background: #fff url(jquery.fs.boxer-loading.gif) no-repeat center; }
#boxer .name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
}
#boxer .job {
  line-height: 19px;
  color: #d5b78a;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}
#boxer .suy {
  font-size: 14px;
  color: #444;
  line-height: 150%;
  text-indent:2em;
  padding-top: 20px;
}
#boxer .boxer-caption{
  margin-top:60px;
}
}
/* Mobile */
#boxer.mobile { 
  background-color: rgba(0,0,0,0.8);
    border-radius: 0;
    height: 100%;
    padding: 0px;
    width: 100%;
}
#boxer.mobile .boxer-close { background: #fff url(/img/boxericons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: 10px; top: 70px; width: 30px; text-indent: -99999px; z-index: 106; }
#boxer.mobile .boxer-container { 
    height: auto!important;
    overflow: hidden;
    position: absolute;
    width: 100%!important;
    z-index: 105;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#boxer.mobile .boxer-content { 
      background-color: #fff;
    width: 100%!important;
    height: 370px!important;
  overflow: auto;
  position:relative;
}
#boxer.mobile .boxer-arrow { background-color: transparent; border-radius: 0; margin: -20px 0 0; top: 50%; }
#boxer.mobile .boxer-arrow.previous { background-position: 0 -40px; float: left; left: 0; }
#boxer.mobile .boxer-arrow.next { background-position: -40px -40px; float: right; right: 0; }
#boxer.mobile .boxer-arrow.disabled { opacity: 0.5; }

#boxer.mobile .boxer-meta {left: 0; padding: 0px 20px;width: 100%!important; }
#boxer.mobile .boxer-position { padding: 0; }
#boxer.mobile .boxer-caption p { color: #eee; padding: 10px 0 0; }

#boxer.mobile .boxer-image {
    width: 100%!important;height: auto!important;margin-top:0px!important;
}
#boxer.mobile.animated .boxer-image {
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
       -moz-transition:    -moz-transform 0.25s ease-out !important;
        -ms-transition:     -ms-transform 0.25s ease-out !important;
         -o-transition:      -o-transform 0.25s ease-out !important;
            transition: 		transform 0.25s ease-out !important;
}

#boxer.mobile.loading .boxer-container { background: #000 url(jquery.fs.boxer-loading-dark.gif) no-repeat center; }

@media screen and (min-width: 980px) { 
    #boxer .boxer-close:hover { background-position: -70px -20px; }
    
    #boxer .boxer-arrow { opacity: 0; }
    #boxer .boxer-content:hover .boxer-arrow { opacity: 0.75; }
    #boxer .boxer-content .boxer-arrow:hover { opacity: 1; }
    #boxer .boxer-content:hover .boxer-arrow.disabled { opacity: 0.3; cursor: default !important; }
    
    #boxer.mobile .boxer-arrow { opacity: 1; }
    #boxer.mobile .boxer-arrow.disabled { opacity: 0.5; }
}

@media screen and (max-width: 980px) { 
    #boxer.mobile { position: fixed; }
}
#boxer.mobile .name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  display: inline-block;
  padding-top:10px;
}
#boxer.mobile .job {
  line-height: 19px;
  color: #d5b78a;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-left:20px;
  display: inline-block;
}
#boxer.mobile .suy {
  font-size: 14px;
  color: #444;
  line-height: 150%;
  text-indent:2em;
  padding-top: 10px;
    padding-bottom:20px;
}