@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img,
object,
embed,
video {
    max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

body {
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    ;
    width: 100%;
}

#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    cursor: pointer;
    display: none;
    bottom: 32px
}

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding-left: 1.82%;
    padding-right: 1.82%;
}

.gridContainer1 {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding-left: 1.82%;
    padding-right: 1.82%;
    #background-color: #FFF;
    background-color: #f1f1f1;
}

.gridContainer2 {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding-left: 1.82%;
    padding-right: 1.82%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

#LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    padding: 5px;
}

#LayoutDiv2 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}

.menu {
    float: left;
    background-color: #FFF;
    padding-bottom: none;
    width: 100%;
    border-bottom: solid 3px #67C65B;
}

.menu_head {
    float: left;
    background-color: #fff;
    padding-bottom: 0;
    width: 100%;
}

.menu a {
    float: left;
    font-size: 22px;
    color: #333;
    font-family: dbadmanx;
    transition: all 1s ease;
    padding: 10px;
    margin-top: 15px;
}

.menu a:hover {
    color: #090;
    background-color: #f1f1f1;
}

.img_head {
    float: left;
    width: 20%;
    padding: 15px;
    cursor: pointer;
}

.sub {
    float: left;
    position: relative;
    display: inline-block;
}

.sub_ {
    float: left;
    position: relative;
    display: inline-block;
    -webkit-transition: width 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dropdown1 {
    z-index: 10000;
    margin-top: 60px;
    box-shadow: 0px 0px 1px #999;
    border-radius: 1px;
    position: absolute;
    background-color: #FFF;
    display: none;
    width: 170%;
    overflow: hidden;
}

.dropdown2 {
    z-index: 10000;
    margin-top: 60px;
    box-shadow: 0px 0px 1px #999;
    border-radius: 1px;
    position: absolute;
    background-color: #FFF;
    display: none;
    width: 700%;
    overflow: hidden;
    right: 1px;
    padding: 10px;
    *display: block;
}

.dropdown1 a {
    margin: 0;
    padding: 10px;
    padding-bottom: 7px;
    float: left;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.dropdown1 a:hover {
    ;
}

.sub:hover .dropdown1 {
    display: block;
}

.dropdown2_di {
    display: block !important;
}

.logo {
    width: 5%;
    float: left;
    margin-left: 10%;
}

.active {
    background-color: #f1f1f1;
    color: #090 !important;
}

.active:hover {
    background-color: #48C23B !important;
    color: #FFF !important;
}

.form_search {}

.divslider {
    width: 99.9%;
    float: left;
    overflow: hidden;
}

.slider_nav {
    display: none;
    font-size: 22px !important;
    padding: 3px;
    margin-top: 17px;
    border-radius: 3px;
    float: left;
    cursor: pointer;
    color: #090 !important;
}

.search {
    width: 30%;
    float: right;
    margin-left: 20px;
    margin-top: 7px;
}

.search_text {
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #0C9;
    color: #FFF;
    padding: 5px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    outline: none;
    border-radius: 1px;
    float: right;
}

.search_text::-webkit-input-placeholder {
    color: #FFF;
}

.search_text:focus {
    width: 70%;
    border: 1px solid #090;
}

.search_button {
    float: right;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 2px;
}

.doenload {
    padding: 7px;
    float: right;
    border: #090;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border: solid 1px #FFF;
    border-radius: 30px;
    margin-top: 16px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.doenload:hover {
    border: solid 1px #090;
}

.head {
    float: left;
    width: 250px;
}

.Language {
    float: right;
}

.Language_img {
    float: left;
    padding: 7px;
    margin-top: 22px;
}

.slider {
    width: 100%;
    float: left;
    margin-top: 7px;
    overflow: hidden;
}

#LayoutDiv3 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    background-color: #06F;
    color: #FFF;
    font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.Featured {
    width: 50%;
    float: left;
    margin-top: 7px;
    padding-bottom: 7px;
}

.Featured_head {
    float: left;
    width: 95%;
    font-size: 28px;
    font-family: dbadmanx;
    color: #090;
    padding: 3px;
}

.Featured_detail {
    float: left;
    width: 95%;
    font-size: 20px;
    color: #333;
    margin-top: 5px;
    padding: 3px;
    font-family: dbadmanx;
}

.Featured_img {
    width: 100$;
    float: left;
    overflow: hidden;
    padding: 3px;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
}

.Featured_img img {
    width: 100%;
    float: left;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all ease 1s;
}

.Featured_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ret {
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #f1f1f1;
}

.ret_head {
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    color: #090;
    font-size: 28px;
    font-family: dbadmanx;
    width: 80%;
    margin-bottom: 10px;
}

.ret_group {
    float: left;
    width: 48%;
    margin: 10px;
    *background-color: #f1f1f1;
    overflow: hidden;
    transition: all ease 0.5s;
    border-radius: 1px;
    *background-color: #FFF;
    padding: 5px;
    overflow: hidden;
    *box-shadow: 0px 0px 3px #999;
}

.ret_group img {
    width: 100%;
    float: left;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all ease 1s;
}

.ret_group img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ret_group_head {
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    font-family: dbadmanx;
    color: #090;
    transition: all ease 0.5s
}

.ret_group_head p {
    font-size: 22px;
}

.ret_group_detail {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #666;
    font-family: dbadmanx;
    text-align: left;
    padding-bottom: 5px;
    #height: 200px;
}

.ret_deail a {
    float: left;
    width: 180px;
    color: #FFF;
    font-family: dbadmanx;
    font-size: 20px;
    background-color: #090;
    box-shadow: 0px 0px 3px #999;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.ret_deail a:hover {
    color: #FFF !important;
}

.ret_group_view a {
    float: right;
    padding: 7px;
    color: #333;
    background-color: #f1f1f1;
    margin: 3px;
    border-radius: 3px;
    font-size: 16px;
}

.ret_view a {
    float: left;
    color: #090;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    float: right;
    margin-right: 1%;
    margin-top: 15px;
}

.ret_info {
    float: left;
    width: 98%;
    overflow: hidden;
    margin-left: 3px;
}

.ret_info a {
    text-align: center;
    ;
    color: #090;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 7px;
    background-color: #fff;
    float: right;
    margin-top: 7px;
    margin-left: 7px;
    border: solid 1px #090;
    border-radius: 3px;
    transition: all ease 0.5s;
}

.ret_info a:hover {
    color: #fff;
    background-color: #090;
}

.new {
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 15px;
    border-bottom: solid 1px #f1f1f1;
}

.new_head {
    float: left;
    margin-top: 5px;
    margin-left: 3px;
    color: #090;
    font-size: 28px;
    font-family: dbadmanx;
    width: 80%;
    margin-bottom: 10px;
}

.new_view a {
    float: left;
    color: #090;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    float: right;
    margin-right: 1%;
    margin-top: 15px;
}

.new_group {
    float: left;
    width: 48%;
    margin: 4px;
    *background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 2px;
    *background-color: #FFF;
    *padding: 3px;
    border: solid 1px #f1f1f1;
    cursor: pointer;
}

.new_img {
    width: 40%;
    float: left;
    overflow: hidden;
}

.new_img img {
    width: 100%;
    float: left;
    transition: all ease 1s;
    border-radius: 2px;
}

.new_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new_group:hover .new_img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new_group_head {
    float: left;
    width: 56%;
    padding: 3px;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-left: 7px;
    text-align: left;
    font-size: 14px;
    *font-family: dbadmanx;
    color: #090;
    background-color: #fff;
}

.new_group_detail {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    padding: 3px;
    padding-left: 7px;
    #height: 200px;
}

.new_group_detail a {
    font-size: 16px;
    font-weight: bold;
    color: #090;
    font-family: Tahoma, Geneva, sans-serif;
}

.header {
    float: left;
    width: 98%;
    padding: 3px;
    border-radius: 3px;
    border: solid 1px #f1f1f1;
    overflow: hidden;
    margin-top: 7px;
}

.header img {
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all ease 1s;
}

.header img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.story {
    float: left;
    width: 45%;
    margin-top: 10px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    padding: 18px;
    margin-right: 7px;
}

.story2 {
    float: left;
    width: 95%;
    margin-top: 10px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    padding: 19px;
    margin-right: 7px;
}

.story_head {
    color: #090;
    font-family: dbadmanx;
    font-size: 28px;
}

.story_image {
    float: left;
    width: 49%;
    margin-top: 10px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    padding: 4px;
    border: solid 1px #f1f1f1;
    overflow: hidden;
    margin-top: 7px;
}

.story_image img {
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all ease 1s;
}

.story_image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footter {
    width: 100%;
    background-color: #090;
    left: 0;
    bottom: 0;
    position: relative;
}

.directors_tap {
    width: 97%;
    float: left;
    background-color: #f1f1f1;
    border-left: solid 5px #09F;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    color: #666;
    font-size: 24px;
    font-family: dbadmanx;
    margin-top: 7px;
}

.directors {
    width: 23%;
    height: 200px;
    float: left;
    margin-top: 7px;
    overflow: hidden;
    padding: 3px;
    *border: solid 1px #f1f1f1;
    padding: 5px;
    text-align: center;
    margin-right: 3px;
    transition: all 1s ease;
}

.directors:hover {
    background-color: #f1f1f1;
}

.directors img {
    width: 50%;
}

.directors_name {
    width: 100%;
    float: left;
    color: #090;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
}

.directors_position {
    width: 100%;
    float: left;
    color: #333;
    font-size: 14px;
    margin: 3px;
}

.hole_pic {
    width: 98%;
    float: left;
    padding: 20px;
    padding-left: 5%;
}

.hole {
    float: left;
    width: 20%;
    margin: 20px;
    background-color: #fff;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0px 0px 3px #999;
}

.hole_img {
    width: 100%;
    float: left;
    border-radius: 5px;
}

.hole_name {
    float: left;
    width: 40%;
    padding: 5px;
}

.hole_head {
    width: 40%;
    color: #090;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.hole_deatil {
    width: 20%;
    color: #090;
    padding-right: 3px;
    text-align: left;
    float: left;
}

.hole_tap_head {
    width: 97%;
    float: left;
    background-color: #fff;
    *border-left: solid 5px #4DC43D;
    padding-top: 13px;
    padding-left: 10px;
    color: #090;
    font-size: 24px;
    font-family: dbadmanx;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.hole_tap_detail {
    width: 97%;
    float: left;
    background-color: #fff;
    *border-left: solid 5px #4DC43D;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    color: #333;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 7px;
    text-align: center;
}

.contact_head {
    float: left;
    width: 98%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #090;
    padding-left: 10px;
    font-size: 28px;
    font-family: dbadmanx;
}

.contact_group {
    width: 46%;
    float: left;
    border-top: solid 5px #4DC43D;
    box-shadow: 0px 0px 5px #f1f1f1;
    margin: 20px;
    overflow: hidden;
}

.contact_group_head {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 24px;
    font-family: dbadmanx;
    color: #333;
}

.contact_list {
    width: 100%;
    float: left;
    padding: 10px;
    padding-left: 15px;
    font-size: 16px;
    overflow: hidden;
}

.contact_list_head {
    color: #090;
    font-family: dbadmanx;
    font-size: 20px;
    float: left;
    width: 22%;
}

.contact_list_detail {
    color: #333;
    font-size: 14px;
    float: left;
    width: 75%;
}

.contact_ma4p {
    width: 96%;
    float: left;
    border-top: solid 5px #4DC43D;
    box-shadow: 0px 0px 5px #f1f1f1;
    margin: 20px;
    overflow: hidden;
}

.qa_head {
    float: left;
    width: 98%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #090;
    padding-left: 10px;
    font-size: 28px;
    font-family: dbadmanx;
}

.qa_group {
    width: 96%;
    float: left;
    *border-top: solid 1px #4DC43D;
    *border-right: solid 1px #4DC43D;
    *border-left: solid 1px #4DC43D;
    margin: 20px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}

.qa_group a {
    width: 99%;
    float: left;
    border-bottom: solid 1px #CFFCCA;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 14px;
    color: #090;
}

.qa_group:hover a {
    color: #27B700;
}

.qa_group em {
    color: #999;
    font-size: 12px;
    float: right;
}

.em {
    color: #999;
    font-size: 14px;
    float: right;
    padding-top: 3px;
}

.qa_view {
    width: 70%;
    float: left;
}

.qa_view_head {
    float: left;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #090;
    padding-left: 10px;
    font-size: 22px;
    font-family: dbadmanx;
    border-bottom: solid 1px #f1f1f1;
}

.qa_view_detail {
    float: left;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #333;
    padding-left: 10px;
    font-size: 14px;
}

.qa_menu {
    width: 28%;
    float: right;
    margin-top: 7px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #4DC43D;
}

.qa_menu_head {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    background-color: #4DC43D;
    padding-left: 5px;
    font-size: 22px;
    font-family: dbadmanx;
}

.qa_menu a {
    width: 95%;
    float: left;
    border-bottom: solid 1px #CFFCCA;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #090;
}

.qa_menu a:hover {
    color: #27B700;
}

.news {
    width: 98%;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.news_group {
    width: 98%;
    float: left;
    overflow: hidden;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.news_img {
    width: 20%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.news_img img {
    width: 100%;
    float: left;
    transition: all ease 1s;
}

.news_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_group_head {
    float: left;
    width: 75%;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: left;
    font-size: 24px;
    font-family: dbadmanx;
    color: #090;
    background-color: #fff;
}

.news_group_detail {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    padding: 3px;
    #height: 200px;
    padding-left: 10px;
}

.new_group_detail a {
    font-size: 16px;
    font-weight: bold;
    color: #090;
    font-family: Tahoma, Geneva, sans-serif;
}

.news_em {
    float: right;
    color: #999;
    padding: 5px;
    font-size: 13px;
}

.news_nav {
    float: right;
    border-radius: 3px;
    margin-right: 3%;
}

.news_nav a {
    width: 30px;
    float: left;
    text-align: center;
    ;
    color: #090;
    font-size: 20px;
    padding: 10px;
    background-color: #f1f1f1;
    transition: all ease 0.5s;
    margin: 3px;
}

.news_nav a:hover {
    color: #fff;
    background-color: #090;
}

.news_view {
    width: 70%;
    float: left;
}

.news_view_head {
    float: left;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #090;
    padding-left: 10px;
    font-size: 22px;
    font-family: dbadmanx;
    border-bottom: solid 1px #f1f1f1;
}

.news_view_detail {
    float: left;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #333;
    padding-left: 10px;
    font-size: 14px;
}

.news_img2 {
    width: 21%;
    float: left;
    overflow: hidden;
    margin: 3px;
}

.news_img2 img {
    width: 100%;
    float: left;
    transition: all ease 1s;
}

.news_img2 img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_menu {
    width: 28%;
    float: right;
    margin-top: 7px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #4DC43D;
}

.news_menu_head {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    background-color: #4DC43D;
    padding-left: 5px;
    font-size: 22px;
    font-family: dbadmanx;
}

.news_menu a {
    width: 95%;
    float: left;
    border-bottom: solid 1px #CFFCCA;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #090;
}

.news_menu a:hover {
    color: #27B700;
}

.gallery {
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 20px;
}

.gallery_head {
    float: left;
    margin-top: 7px;
    margin-left: 3px;
    color: #090;
    font-size: 28px;
    font-family: dbadmanx;
    width: 80%;
    margin-bottom: 15px;
}

.gallery_view a {
    float: left;
    color: #090;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    float: right;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery_group {
    float: left;
    width: 240px;
    margin: 3px;
    #background-color: #f1f1f1;
    overflow: hidden;
    border: solid 1px #f1f1f1;
    transition: all ease 0.5s;
    border-radius: 2px;
    background-color: #FFF;
    cursor: pointer;
    padding-bottom: 5px;
    margin-right: 10px;
}

.gallery_img {
    width: 100%;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 3px #f1f1f1;
}

.gallery_img img {
    width: 100%;
    float: left;
    transition: all ease 1s;
}

.gallery_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery_group:hover .gallery_img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery_group:hover {}

.gallery_group_head {
    float: left;
    width: 95%;
    padding: 3px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    *font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #090;
    background-color: #fff;
}

.gallery_group_detail {
    float: left;
    width: 97%;
    font-size: 14px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    padding: 3px;
    #height: 200px;
}

.gallery_group_detail a {
    font-size: 16px;
    font-weight: bold;
    color: #090;
    font-family: Tahoma, Geneva, sans-serif;
}

.gallery_em {
    font-size: 12px;
    width: 85%;
    float: left;
    color: #999;
    padding: 3px;
    font-weight: 500;
}

.my-gallery {
    width: 94%;
    float: left;
    margin-left: 2%;
}

.my-gallery img {
    width: 120%;
}

.my-gallery figure {
    width: 22.5%;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    margin: 10px;
    overflow: hidden;
}

.my-gallery figcaption {
    display: none;
}

.Gallrys2_view {
    width: 98%;
    float: left;
}

.Gallrys2_view_head {
    float: left;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #090;
    padding-left: 10px;
    font-size: 22px;
    text-align: center;
    font-family: dbadmanx;
    border-bottom: solid 1px #f1f1f1;
}

.Gallrys2_view_detail {
    float: left;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #333;
    padding-left: 10px;
    font-size: 14px;
}

.Gallrys2_img2 {
    width: 21%;
    float: left;
    overflow: hidden;
    margin: 3px;
}

.Gallrys2_img2 img {
    width: 100%;
    float: left;
    transition: all ease 1s;
}

.Gallrys2_img2 img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body {
    height: 100%;
    margin: 0px;
}

.mydiv {
    min-height: 1000px;
}

.my-gallery2 {
    width: 94%;
    float: left;
    margin-left: 2%;
}

.my-gallery2 img {
    width: 100%;
    transition: 1s all ease;
    cursor: zoom-in;
}

.my-gallery2 img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.my-gallery2 figure {
    text-align: center;
    vertical-align: middle;
    margin: 10px;
    float: left;
    overflow: hidden;
    width: 20%;
    margin: 20px;
    background-color: #fff;
    margin-top: 5px;
    padding: 5px;
    box-shadow: 0px 0px 1px #999;
}

.hole_tap {
    width: 97%;
    float: left;
    background-color: #f7f7f7;
    border-left: solid 3px #8CD742;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #666;
    font-size: 20px;
    font-family: dbadmanx;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 2px;
}

.zoom_tap {
    width: 97%;
    float: left;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 2px;
}

tr>th,
tr>td {
    vertical-align: middle !important;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}