
body {
    font-family:"AdobeHeitiStd","DFLiHei","Microsoft JhengHei","Candara","Arial", "Microsoft YaHei", "SimSun";

}

a {
    outline: medium none;
}

body.page_mobilehome .main {
    background-image: url(/ezfiles/7/1007/img/83/fixedBG.jpg);
    background-position-x: 60%;
    background-position-y:15%; 
    background-size:cover;
    background-repeat: no-repeat;

}

.module {
    margin: 0;
}

.mlogo {
    text-align: center;
    margin: 25px 0;
}

.mlogo h1,
.footer .go-pcurl {
    display: none;
}

.mlogo a {
    display: initial;
}

#Dyn_head {
    position: relative;
}

button.navbar-toggle {
    width: 45px;
    height: 40px;
    top: -45px;
    right: -5px;
}

button.navbar-toggle.open {
    background-color: #707070;
}

button.navbar-toggle span.glyphicons.show_lines {
    transition: 0.3s;
}

button.navbar-toggle span.glyphicons.show_lines:before,
button.navbar-toggle span.glyphicons.show_lines:after {
    width: 40px;
    height: 3px;
    background-color: #007d46;
    transition: 0.3s;
}

button.navbar-toggle.open {
    border: 0;
    border-radius: 0;
}

button.navbar-toggle.open span.glyphicons.show_lines:before {
    width: 40px;
    height: 3px;
    top: 17.5px;
    left: 19px;
    background-color: #fff;
    transform: rotate(-45deg) scale(0.7);
    transition: 0.3s;
}

button.navbar-toggle.open span.glyphicons.show_lines:after {
    width: 40px;
    height: 3px;
    top: 17.5px;
    left: 19px;
    background-color: #fff;
    transform: rotate(45deg) scale(0.7);
    transition: 0.3s;
}

.hdmenu .nav.navbar-nav {
    text-align: center;
}

.hdmenu ul.nav.navbar-nav > li {
    display: inline-block;
    float: initial;
    margin: 0 1%;
    max-width:138px;
}

.hdmenu ul.nav.navbar-nav > li a {
    color:  #eee;
    font-size: 22px;
    padding: 15px 22px;
    position: relative;
}

/* .navbar-default .navbar-nav > li:hover a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #4b4a48 transparent transparent transparent;
    content: '';
    top: 75px;
    left: 50%;
    position: absolute;
    margin-left: -2.5px;
    transition: 0.3s;
} */


.hover {
    width: 100%;
    position: absolute;
    top: 550px;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
}
body.page_mobilecgmolist .selfhead,body.page_mobileptdetail .selfhead{
    background-color: #fff;
    font-family: "Kozuka Mincho Pr6N","AdobeHeitiStd","DFLiHei","Microsoft JhengHei","Candara","Arial", "Microsoft YaHei", "SimSun";
}

/* body.page_mobilecgmolist.esgreen_bg,body.page_mobileptdetail.esgreen_bg{
     background: url(/ezfiles/7/1007/img/407/GREENPHOTO.jpg) 0 0 no-repeat; 
    background: url(/ezfiles/7/1007/img/407/GREEN-PHOTO.jpg) 0 0 no-repeat;  
    background: url(/ezfiles/7/1007/img/407/GREEN-PHOTO_2.jpg) 0 0 no-repeat;
    background-size: cover;
    background-color: #080403; 
} */

/* ==================================內頁上版================================= */
.nav{
     font-family: "Kozuka Mincho Pr6N","AdobeHeitiStd","DFLiHei","Microsoft JhengHei","Candara","Arial", "Microsoft YaHei", "SimSun";
}
.navbar-default .navbar-nav{    
        text-align:center;
        margin: 0 0%;
    }
    .navbar-default .navbar-nav>li{
        max-width: 138px;
        list-style:none;
        text-decoration:none;
        margin-right: 2%;
        vertical-align: top;
    }
    .navbar-default .navbar-nav>li>a{
        color: #000;
        font-size: 20px;
        padding: 15px 20px;
    }

.navbar-default .navbar-nav>li>a>span{
        font-size: 14px;
        font-family:  "Candara";
    }
.navbar-default .navbar-nav>li>a.index{
    padding:0 15px;
}
.navbar-default {
    background-color: transparent;
    border-color:  transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
   border-color:  transparent;
}

.nav.navbar-nav{
    float: left;
    width: 90%;
}
.menu2{
    width: 100%;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 4px;
    position: absolute;
    display: none;
    z-index:100;
}
.menu2 li{
    padding: 18px 0;
    border-bottom: 1px solid #aaa;  
}
.menu2 a{
    color: #fff;
}
.menu2 li:hover{
    background-color: #aaa;
}
.navbar-default .navbar-nav > li:hover .menu2{
    display:block;
}
.navbar-default .navbar-nav > li:hover>a {
    color:#4b4a48;
    transition: 0.3s;
}
.menu2 a:hover{
    text-decoration: none;
}
nav{
    padding: 3% 0 2.7% 0;
    margin-left: 5%;
}
@media screen and (max-width: 1440px){
   .navbar-default .navbar-nav>li{
          margin-right: 2.6%;
}
    }

@media screen and (max-width: 1024px){

    .navbar-default .navbar-nav>li {
      margin-right: 3.6%;
}
}
@media screen and (max-width: 767px){
    .navbar-default .navbar-toggle {
    background-color:#aaa;
    border-color:#aaa;
}
  .nav.navbar-nav {
        text-align: center;
        height: 160px;
        margin:0;
    }
.navbar-default .navbar-nav>li{
        display: inline-block;
        width:30%;
   }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #000; 
   }
.navbar-default .navbar-nav{
     position: static;
   }

}








body.page_mobileptdetail .mpgtitle h3{
    display: none;
}
/* =======================slider============================== */
/* .module.module-ads {
    width: 50%;
    margin: 0 auto;
    float: left;
} */
/* .figBS {
    width: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
} */
.module.module-ads  {
    float: left;
    width: 67%;
    margin: 0;
    margin-left: -1.5%;
}

.black_bg{
        margin-top: 7%;
        position:relative;
        background-color:rgba(0, 0, 0, 0.5);
        width:92%;
        height:28vw;
        float: right;
    }
.company_content {
    width: 23%;
    color: #fff;
    float: left;
    margin: 3%;
    font-size: 16px;
    line-height: 30px;
    height: 80%;
    overflow-y: scroll;
        padding-right: 25px;
}
.company_content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
}


.company_conten::-webkit-scrollbar{
    width: 12px;
    background-color: #000;
    opacity: .5;
}

.company_conten::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
    background-color:rgba(0,0,0,0.15);
}
.company_content{
/*     padding-left: 50px; */
}
.company_content p{
    padding-left: 50px;
    text-align: justify;
}

.owl-dots{
    text-align: center;
    position: absolute;
    left: 48%;  
    margin-top: 15px;
}

.owl-dot{
    display: inline-block;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    opacity: .7;
}
.owl-dot:hover,.owl-dot.active{
    opacity: 1;
    box-shadow: 1px 1px 10px #fff;  
}
.owl-controls .owl-dot{
    display: inline-block;
    width: 50px;
    margin-right: 3px;
}


/* ================.inner_footer================= */
.module-minicart {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1039;
}
.inner_footer{
    position: absolute;
    bottom: -20%;
    right: 4%;
    margin-bottom: 40px;
    color: #767475;
    text-align:right;
}
/* ========================嚙踝蕭�𤣰曌𤾸�躰腺嚙質�磰𨯙嚙踝蕭藂��𨯙��撜箠der=================================== */
.black_bg.team_ad .module.module-ads {
width: 100%;
    margin-top: 3%;
}
.slider_mobile{
    display: none;
}

/* ========================��躰�肽𨯙��𥪮�航𨯙嚙賜���躰�肽𨯙�𩸭嚙踝蕭=================================== */
.service{
        padding-left: 5%;
        padding-top: 3%;
        margin-top: 7%;
        position:relative;
        background-color:rgba(0, 0, 0, 0.75);
        width:100%;
        height:25vw;
}
.service>li{
    position: relative;
display: inline-block;
width:17%;
margin:0 1%;
vertical-align: top;
}
.service p,.news_list li{
color:#ddd;
}
.news_list{
    position: absolute;
    top: 100px;
    left: 4px;
}
.news_list li {
    color: #ddd;
    margin: 15px 10px;
    letter-spacing: 1px;
}
.service p.service_title{
    color: #111;
    font-size: 22px;
    background-color: #fff;
    width: 100%;
    padding: 10px 6px;
    font-weight: bold;
    margin-top: -7px;
}
.service.sdbim p.service_title{
    color: #111;
    font-size: 22px;
    background-color: transparent;
    width: 100%;
    padding: 0px;
    font-weight: bold;
    margin-top: -7px;
    position: relative;
}
.service.sdbim >li {
    position: relative;
    display: inline-block;
    width: 33%;
    margin: 0 0%;
    vertical-align: top;
    margin: 12px 0%;
}
.sdbim_bg .news_list {
    position: static;
}
.sdbim_bg .service {
    padding-left: 11%;
    padding-top: 2%;
    margin-bottom: 5%;
    margin-top: 5%;
    height: auto;
}
/* ========================��躰釭嚙賡��蕭璇寡𨯙��躰�頣蕭��躰�肽𨯙=================================== */
.contactus{
    padding-top: 4%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
    width: 87%;
    height: 34vw;
}
body.page_mobileptdetail.esgreen_bg .contactus{
       background-color: rgba(0, 0, 0, 0.5); 
}
.contact_logo{
    padding-left: 50px; 
    line-height: 34px;  
}

.contact_logo p{
    color: #fff;
}
.contactus_info{
    margin-top: 50px;
    margin-left: 10px;
}
.contact_add {
    margin-top: -40px;
}
.contact_add img {
    max-width: 75%;
    height: auto !important;
    margin: 0 auto;
}
body.page_mobileptdetail.esgreen_bg h3{
display: none;
}
/* ========================��躰�肽𨯙��躰部�𡄯蕭蒧亙�躰�肽𨯙��辷蕭==================================== */
.news {
    margin-top: 7%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
    width: 93.5%;
    height: 25vw;
    float: right;
}
.news_content{
    width: 70%;
    float: left;
    color: #fff;
    line-height: 30px;  
    padding-top: 4%;
    padding-left: 2%;  
}
.news_content{
    margin-bottom: 10px;
}
.news_content_grey{
    color: #9FA0A0;
    margin: 20px 0;  
}
.news_content p{
    padding-left: 47px;
}
.map {
    width:25%;
    float: left;
    margin-left: 3%;
}
.map img{
    float: left;
}
.esgreen_bg .news,.esgreen_bg  .service{
    background-color: rgba(0, 0, 0, 0.5);
}
/* ========================chaner==================================== */
.chaner_bg .black_bg,.shinhe_bg .black_bg,.sdth_bg .black_bg,.sdbim_bg .black_bg{
    background-color: rgba(0, 0, 0, 0.75);
}
/* ========================@media==================================== */
@media screen and (max-height:1280px){
.inner_footer {
    bottom: 0%;
}
}
@media screen and (max-height:1050px){
.inner_footer {
    bottom: 0%;
}
}
@media screen and (max-height:1024px){
.inner_footer {
/*     bottom: -20%; */
    bottom: 0%;
}
.contact_add {
    margin-top: -20px;
}

}

@media screen and (height:900px){
.inner_footer {
 position: absolute;
 bottom: 0;
}
}
@media screen and (max-height:800px){
.inner_footer {
     position: absolute;
/*     bottom: -22%; */
 bottom: 0;
}
}
@media screen and (max-height:768px){
.inner_footer {
/*     bottom: -18%; */
 bottom: 0;
}

}
@media screen and (max-height:480px){
.inner_footer {
    bottom: -40%;
}
}

@media screen and (max-width:1700px){
.news_list li {
    font-size: 14px;
    margin: 11px 10px;
    letter-spacing: 2px;
}

}
@media screen and (max-width:1680px){

.news {
    height: 27vw;
}
.news_list li {
    font-size: 14px;
}
.sdbim_bg .service {
    padding-left: 9%;
    }
}
@media screen and (max-width:1440px){
.sdbim_bg .service {
    padding-left: 7%;
    }
.news_content p{
    font-size: 14px;
}
.company_content {
    padding-left: 0px;
}
.company_content {
    width: 25%;
}
.company_content p{
    padding-left: 50px;
    font-size: 14px;
}
.news_list li {
    font-size: 14px;
    margin: 11px 10px;
    letter-spacing: 2px;
}
.service p.service_title {
    color: #111;
    font-size: 18px;
}
.news {
    height: 30vw;
}
.news_content_grey {
    margin: 14px 0;
}
.news_content {
    padding-top: 2%;
}
.owl-dots {
    margin-top: 7px;
}
}
@media screen and (max-width:1366px){
.company_content {
    margin: 1%;
    font-size: 16px;
    line-height: 25px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    padding: 15px 14px;
}
.navbar-default .navbar-nav>li>a.index{
    padding:0 15px;
}
.news_content {
    padding-top: 2%;
}
.sdbim_bg .service {
    padding-left: 6%;
    }
}
@media screen and (max-width:1280px){
    .sdbim_bg .service {
    padding-left: 14%;
}
.company_content {
    width: 30%;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 45%;
    margin-top: 7px;
}
.news_content {
    padding-top: 1%;
}
.sdbim_bg .service {
    padding-left: 4%;
}
}

@media screen and (max-width:1280px){
.service.sdbim >li {
    width: 50%;
}
}
@media screen and (max-width:1024px){
.company_content p {
/*     padding-left: 36px; */
    font-size: 14px;
}
.company_content {
    margin: 1%;
    font-size: 14px;
    line-height: 18px;
}
.company_content {
    width: 31%;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 40%;
    margin-top: 4px;
}
.news_list {
    margin-top: -20px;
}
.sdbim_bg .news_list {
    margin-top: 0px;
}
.news_list li {
    font-size: 14px;
    margin: 11px 10px;
    letter-spacing: 0px;
}
.service {
    height: 36vw;
}
.sdbim_bg .service {

    height: auto;
}
.news_content {
    line-height: 22px;
    padding-top: 1%;
    font-size: 14px;
}
.sdbim_bg .service {
    padding-left: 10%;
}

}
@media screen and (width:768px){
.navbar-default .navbar-nav>li>a {
    padding: 15px 8px;
}
.navbar-default .navbar-nav>li>a.index{
    padding:0 15px;
}
.company_content p {
    padding-left: 0;
    font-size: 12px;
}
.black_bg {
    height: 35vw;
}
.owl-dots {
    left: 32%;
}
.service>li {
    width: 30%;
    vertical-align: top;
}
.news_list {
    margin-top: 0px;
    position: static;
}
.service {
    height: 75vw;
}
.sdbim_bg .service {

    height: auto;
}
.contact_logo {
    text-align: right;
    padding-right: 5px;
    line-height: 25px;
    padding-left: 10px;
}
.contactus_info {
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
}
.contact_logo p {
    font-size: 14px;
}
.news_content_grey {
    margin: 10px 0;
}
.news {
    height: 38vw;
}
}
@media screen and (max-width:767px){
button.navbar-toggle {
    width: 45px;
    height: 40px;
    top: 0;
    right: 0;
}
.navbar-default .navbar-toggle {
    background-color: #aaa;
    border-color: #aaa;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    padding: 15px 10px;
}
.navbar-default .navbar-nav>li>a.index{
    padding:0 15px;
}
nav {
    padding: 3% 0 6% 0;
}
.black_bg {
    margin-top: 5%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    float: right;
}
.company_content {
    width: 100%;
    margin: 0%;
    padding: 20px;
}
.module.module-ads {
    width: 100%;
    margin: 0;
    margin-left: 0;
}
.owl-dots {
    text-align: center;
    position:static;
    width: 100%;
}
.menu2{
    background-color: rgba(0,0,0,.8);
}
.menu2 li {
    padding: 10px 0;
}
.menu2 a{
    font-size: 14px;
}
.inner_footer {
    position: static;
}

.slider_mobile{
    display: block;
}
.black_bg.team_ad{
    display: none;
}

.service>li {
    width: 30%;
    vertical-align: top;
}
.news_list {
    margin-top: 0px;
    position: static;
}
.service {
    height: 100%;
}
.contactus_info {
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
}
.contact_add {
    margin-top: 0px;
    padding-bottom: 30px;
}
.contactus {
    height: 100%;
}
.news {
    height: 100%;
}
.map {
    width: 100%;
}
.news_content{
  width: 100%;  
}
.contact_logo {
    margin-bottom: 15px;
}
.chaner_bg .module.module-ads,.shinhe_bg .module.module-ads,.sdth_bg .module.module-ads,.sdbim_bg .module.module-ads{
    background-color: rgba(0,0,0,.75);
    padding-bottom: 20px;
}
.service.sdbim >li {
    width: 100%;
}


}
@media screen and (max-width:640px){

.service>li {
    width: 45%;
}

}
@media screen and (max-width:480px){
.service>li {
    width: 80%;
    margin: 0 auto;
}
p.inner_footer {
    font-size: 12px;
}
.map img {
    width: 320px;
    float:none ;

}
.contact_logo {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.news {
    width: 100%;
}
.map {
   text-align: center;
   margin-left: 0;
    margin-top: 20px;
}
.news_content p {
    padding-left: 0px;
}
.contact_add img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.navbar-default .navbar-nav>li {
    margin-right: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 15px 0px;
}
.navbar-default .navbar-nav>li>a.index {
    padding: 0;
    margin: 0;
}
nav {
    padding: 3% 0 15% 0;
}
.nav.navbar-nav {
    margin: 40px 0 0 0;
}
}
@media screen and (max-width: 420px){
.sdbim_bg .service {
    padding-left: 4%;
    padding-right: 4%;
}   
}

@media screen and (max-width:345px){
.nav.navbar-nav {
    text-align: center;
    height: 211px;
}
.map img {
    width: 300px;
    float: none;
}
}
@media (min-width: 481px){
.row .col:last-child .mcol {
    margin-right: 0em;
}
}
@media (min-width: 481px){
.row .col:first-child .mcol {
    margin-left: 0em;
}
}
@media (min-width: 481px){
.row .col .mcol {
    padding: 0 0em;
}
}