
html,body,ul,h3{margin: 0; padding: 0}

ul,li{ list-style: none;}

body{font-family: "Microsoft Yahei" ,Arial ; font-size: 16px; background-color: #fff;text-align:justify; line-height: 30px;  }

a{color: #666; text-decoration: none;} 

img{border: 0px none}

.clear{clear: both}

.container{ 
    width: 1024px; 
    /* padding-left: 5px; padding-right: 5px;padding-bottom: 0px;  */
    margin: auto; 
/*     background-image: url("../images/main_bg.png"); background-repeat: repeat-y;background-position: center;
    box-sizing: border-box;  */
    -moz-box-shadow:0px 1px 5px #333333; -webkit-box-shadow:0px 1px 5px #333333; box-shadow:0px 1px 5px #333333;
}
.btn{
    display: block;
    text-align: center;text-decoration: none;
    width: 176px;height: 46px;
    line-height: 46px;
    border: 1px solid #000;
    margin: auto;
}

.main_bottom_bg{margin: auto;width: 1024px; }

.header_container{ width: 100%; height: 119px;position: relative; margin: auto}
.header_container .logo{ float: left;margin-left: 30px;}
.header_container .logo2{ float: right;margin-right: 30px;}
.header_container .current a{text-decoration:underline}

.header{ width: 100%;height: 85px;}


.header_links{ width: 100%; height: 34px;box-sizing: border-box; padding-left: 40px; background-color: #333333; font-size: 16px;}
.header_links li{ float: left; line-height: 34px; height: 34px; margin-right: 53px;}

.header_links a{color: #fff; text-decoration: none;} 

h3.title{
    margin: 0px 0 26px 0;
    padding-left: 12px;
    position: relative;
    font-weight: normal;font-size: 18px;
}
h3.title:before{
    content: '';
    width: 7px; height: 25px;
    background-color: #000;
    position: absolute;left: 0;top: 0
}
h4.sub-title{
    border-bottom:1px solid #333 ;
    text-indent: 0.5em;
    padding-bottom: 0.25em;
	font-size: 18px;
	font-weight: normal;
}

.content_container{ clear: both; position: relative;}
.content_container img{width: 100%}
.infor,.about,
.history {padding: 0px 30px 30px 30px}
 
.history h2{

}
.history h3.title{ 
}
.history h3.title:before{ 
}
.history-item{
    display: inline-block;
    margin-bottom: 38px;    
    vertical-align: top;
    width: 48.443983402489627% ; /* 467px */
}
.history-item:nth-child(odd){
    margin-right: 24px;
}
.history-item .text{line-height: 2}
.about .jcarousel-wrapper,
.history .jcarousel-wrapper{
    width: 630px;
    height: 420px;
}
.about .jcarousel li,
.history .jcarousel li{
    width: 630px;
}

.about .jcarousel li,
.history .jcarousel li{
    padding-bottom: 2em;
}
.picture-container,.video-container{
    margin-bottom: 54px;margin-top:25px
}


.about,.infor{padding-right: 0;padding-left: 0} 
.about .text-content,
.infor .text-content{margin-left: 30px;margin-right: 30px;}

.video-container .video{
    width: 727px; height: 409px; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); 
}

.footer,.footer a{ color: #898989}
.footer{ width: 1034px;margin: auto; text-align: center; line-height: 48px; height: 48px; }

.infor_table {
	margin:20px 0 0 0px
}
.infor_table td{
	height:24px;
	vertical-align:top;
}
.infor_table td:nth-child(2n){
	padding-left:15px;
}

.overlay {
    background-color: #000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100000;
}
.video_container {
    display: none;
    height: 458px;
    left: 120px;
    margin: auto;
    position: fixed;
    top: 0;
    width: 831px;
    z-index: 200000;
}
.video_container a {
    color: #000;
    font-size: 36px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 8px;
    z-index: 10;
}
.video_container .video {
    width: 3324px;
}

#video{
	margin:auto;
}

.picture-container{position: relative}
.swiper-container{

    margin: 20px auto;
    margin-bottom: 2em;
    position: relative; 
    width: 630px;
    height: 468px; 
}
.swiper-container .swiper-slide{
    /* padding-bottom: 2em; */
    height: 468px; 
}
.swiper-container .swiper-slide .img{
    width: 100%;
}
.swiper-container .swiper-slide .text{
    text-align: center;
    color: #666666;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative; 
    width: 450px;
    height: 328px; 
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 29px; height: 66px;
    transform: translateY(-50%);
}
.jcarousel-control-prev.swiper-button-disabled,
.jcarousel-control-next.swiper-button-disabled{
    opacity: 0.3;
    cursor: default;
}

.jcarousel-control-prev {
    left: 118px;
    background-image: url("../images/left_arraw.png");
}
/* .about .jcarousel-control-prev { left: -36px;} */
.jcarousel-control-next {
    right: 118px;
    background-image: url("../images/right_arraw.png");
}

/* .about .jcarousel-control-next { right: -36px;} */
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.jcarousel li{ position: relative}
.jcarousel li div{ text-align: center;color: #666666; position: absolute; bottom: 0; width: 100%;