/* CSS Document */
#top{
    max-width: 1600px!important;
    margin: 0 auto!important;
}
body.site {
    background-image: url(/images/introbg.jpg);
    background-position: top center;
    background-size: cover;
}
.d3ta {
    position: relative;
    z-index: 2;
    margin-bottom: -228px;
    margin-top: 171px;
    overflow: hidden;
}
.videotxt {
    position: absolute;
    width: 40%;
    background-color: #00000059;
    color: #fff;
    padding: 1%;
    right: 0px;
    top: 50%;
	border-left: 10px solid #FC8D00;
}

.videotxt h3{
font-size: 30px;
    line-height: 20px;
}
.intp2a{width: 50%; display: block; float: left;}
.vtxt{
    font-size: 18px;
    line-height: 200%;
}
 .d3ta h3{
    margin: 0;
    width: 100%;
    background-color: #00000075!important;
    color: #fff;
    font-size: 20px;
    padding: 4% 0%!important;
    letter-spacing: 2px;
    text-indent: 1em;
 	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}
.b3dis {
    color: #fff!important;
    padding: 0% 4%;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	font-size: 16px;
    letter-spacing: 1px;
}
.container {
    padding: 0px 0px!important;
}
.intropdis,.intp1,.videoarea{display: block; float: left; width: 100%;}
.introarea {
    display: -webkit-inline-box;
    width: 100%;
    margin-bottom: 0px;
}
.introarea a{
    position: relative;
}
.introarea {
    margin-top: 2px;
}
.intimg {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.intpintro h2{font-size:30px; line-height: 24px; }
.intpintro span{
    font-size: 18px;
    letter-spacing: 1px;
}
.intpintro {
    text-align: center;
    width: 98%;
	margin-bottom: -35px;
}
.p1{width: 50%; margin: 0% 50% 0% 0%;}
.p2{width: 50%; margin: 0% 0% 0% 50%;}

.inttxt{display: block; float: left; width: 100%; text-align: center;z-index: 2}
.pdtl {
    display: block;
    float: left;
    width: 21%!important;
    border: 5px solid rgba(230, 230, 230, 1);
    border-radius: 13px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 11%);
    text-align: center;
    padding: 1% 1% 1% 1%;
    margin: 1% 0.5%;
    background-color: #ffffffd6;
}
.intp5txt {
    margin-top: 30px;
    display: block;
    float: left;
    width: 100%;
}
.intp3txt {
    display: block;
    float: left;
    width: 80%;
    margin: -85px 10% 50px;
}
.banner3 {
    display: block;
    float: left;
    margin: 0px 1px!important;
	width: 33.2%!important;
}
.container {
    background-color: transparent!important;
    width: 100%!important;
    max-width: 2560px!important;
    float: left;
    margin-top: -13px;
}
.camera_caption_desc{font-size: 16px; line-height: 150%;}
.pdtl3 {
    display: block;
    float: left;
    width: 25%;
    border: 5px solid rgba(230, 230, 230, 1);
    border-radius: 13px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 11%);
    text-align: center;
    padding: 1% 2% 1% 3%;
    margin: 1% 1%;
    background-color: #ffffffd6;
}
.intropdis {
    padding-bottom: 35px;
}
.readmoretk {
    border: 2px #005e8d solid;
    border-radius: 30px;
    padding: 5px 15px;
    margin-top: 20px;
    float: right;
}
.pa2{margin-top: 60px;margin-bottom: 60px;}
.inttxt h4 {
    background-color: #abe7ff5e!important;
    width: 90%!important;
    margin: 0 auto!important;
    font-size: 35px!important;
    padding: 16px 30PX 55px!important;
    line-height: 120%!important;
    margin-top: -24%!important;
}
.h4r{text-align: right}
.h4l{text-align: left}
.pdtl h4,.pdtl3 h4{color: #ffffff!important; font-size: 22px!important;
    line-height: 150%!important; width: 100%!important;}
.pdtltxt {
    line-height: 130%;
    font-size: 16px;
    color: #8f8f8f;
    padding-bottom: 35px;
}
.inttxta {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    padding: 30px;
    margin-top: 2%;
    margin-bottom: -1%;
}
.slider_container {
  box-sizing: content-box;
}
.slider_container div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: round 25s linear infinite;
  animation: round 25s linear infinite;
}
.slider_container div img {
  width: 100%;
  height: auto;
  display: block;
}
@-webkit-keyframes round {
  4% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 0 - 1秒 淡入*/
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 1- 5秒靜止*/
  }
  24% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* 5-6秒淡出*/
  }
}
@keyframes round {
  4% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 0 - 1秒 淡入*/
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 1- 5秒靜止*/
  }
  24% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* 5-6秒淡出*/
  }
}
.slider_container div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slider_container div:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.slider_container div:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.slider_container div:nth-child(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.slider_container div:nth-child(5) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.slider_container span {
    color: #fff;
    position: relative;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 10em;
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    -ms-transform: scaleY(0);
}
.pdtl h4 {
    background: #ffc627!important;
}
.slider_container:hover span {
  width: 100%;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.slider_container:hover div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rwd_slider_container_wrapper {
  box-sizing: border-box;
  box-shadow: #666 0 0 5px;
  padding: 20px;
  margin: 0 auto;
}
.rwd_slider_container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  box-sizing: border-box;
  padding-bottom:100px;
}
.rwd_slider_container .slider_container {
  box-shadow: none;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
}
.rwd_slider_container .slider_container div {
  width: 100%;
  line-height: 0;
}
.rwd_slider_container .slider_container span {
    overflow: hidden;
}
.intpintro h2 {
    font-size: 30px;
    line-height: 40px;
}
.intpintro {
    text-align: center;
    margin-bottom: -35px;
}
.intpintro h2 {
    font-size: 30px;
    line-height: 24px;
	margin-top: 155px;
}
@media (max-width: 1400px) {
	.p2,.p1 {
    margin-top:75px!important;
}
}
@media (max-width: 500px) {
	.intpintro h2 {
	margin-top: 0px;
}
	video{min-height: 240px;}
	.intpintro {
    margin-bottom: 50px;
}
	.intpintro {
    padding: 6%;
    width: 88%!important;
}
	.videoarea{
    margin-top: -40px;
}
.banner3 {
    width: 100%!important;
    margin-bottom: 50px!important;
}
	.body .container {
    margin-top: 60px!important;
}
	.introarea {
    display: block;
}
	#content {
    width: 100%!important;
    margin: 0%!important;
}
	.d3ta {
    margin-bottom: -200px;
    margin-top: 90px;
}
	.intp2a {
    width: 100%;
}
.inttxt h4 {
    width: 90%;
    font-size: 22px;
    padding: 30px 5%;
    margin-top: -35%;
}
.intpintro h2 {
    font-size: 30px;
    line-height: 40px;
}
	.p1 {
    margin: 10% 50% 0% 0%;
}
	.p2 {
    margin: 10% 0% 0% 50%;
}
	.readmoretk {
    width: 100%;
    margin: 0 0% 0 0%;
    float: none;
}

	.videotxt {
    width: 90%;
}
		.videotxt h3 {
    font-size: 20px;
    line-height: 22px;
}
	.slider_container span {
    height: 10em;
    font-size: 13px;
    line-height: 150%;
}
}
