@import url(../system/css/editor.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700,800,900,200);
@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "微軟正黑體";
}

html {}

body {
    margin: 0 auto;
    position: relative;
    background: url(../images/bg.jpg) center top repeat;
}

#wrapper {
    position: relative;
    overflow-y: hidden;
}

#logo {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 8px;
}

#logo:hover img {
    opacity: 0.8;
}

#logo img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/**************************************************************/

#top_menu {
    overflow: hidden;
    height: 40px;
    background: #272727;
    padding: 8px 10px;
    z-index: 100;
    position: relative;
}

#top_menu ul {
    max-width: 1280px;
    display: block;
    margin-bottom: 10px;
    text-align: right;
    margin: 0 auto;
}

#top_menu ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    color: #939393;
    font-size: 13px;
    margin-left: 20px;
}

#top_menu ul li img {
  /*  margin-bottom: 2px;*/
    display: inline-block;
    margin-right: 5px;
}


/*

#top_menu ul li:before{

	content:'';

	height: 24px;

	width: 24px;

	display:inline-block;

	margin-right:10px;

	margin-bottom:3px;

	vertical-align:middle;

}

#top_menu ul li:nth-of-type(1):before{

	background:url(../images/top_icon.png) no-repeat;

}

#top_menu ul li:nth-of-type(2):before{

	background:url(../images/top_icon2.png) no-repeat;

}

#top_menu ul li:nth-of-type(3):before{

	background:url(../images/top_icon3.png) no-repeat;

}*/

#top_menu ul li a {
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#top_menu ul li a:hover {
    color: #FF290B;
}


/**************************************************************/

#banner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#banner img {
    max-width: 100%;
    height: auto !important;
}


/**************************************************************/

#top_box {
    background: #FFF;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 5;
    position: relative;
    border-bottom: #CCCCCC 3px solid;
}

#top_box_info {
    max-width: 1280px;
    padding: 31px 0px 31px 0;
    margin: 0 auto;
    position: relative;
    background: #FFF;
}

#top_box_info .btn_u {
    text-align: right;
    padding: 0 10px;
    display: none;
    cursor: pointer;
    font-size: 12px;
}

#top_box_info .btn_u:hover {
    color: #0381A5;
}

#top_box_info .btn_u.active i {
    color: #0381A5;
    -moz-transform: rotate(180deg) translateX(0px) translateY(0px);
    -webkit-transform: rotate(180deg) translateX(0px) translateY(0px);
    -o-transform: rotate(180deg) translateX(0px) translateY(0px);
    -ms-transform: rotate(180deg) translateX(0px) translateY(0px);
    transform: rotate(180deg) translateX(0px) translateY(0px);
}

#menu_box {
    overflow: hidden;
    z-index: 10;
    text-align: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/**************************************************************/

#top_u {
    width: 47px;
    height: 47px;
    margin: 0 auto;
    line-height: 30px;
    cursor: pointer;
    opacity: 0.7;
    background: url(../images/top_u.png) no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#top_u img {}

#top_u:hover {
    background: url(../images/top_u_.png) no-repeat;
}


/**************************************************************/

#rightnav {
    width: 47px;
    position: fixed;
    right: 0px;
    top: 200px;
    padding-top: 180px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
}

#rightnav .inquiry {
    width: 47px;
    height: 180px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#rightnav .inquiry a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding-top: 143px;
    text-align: center;
    font-weight: bold;
    background: url(../images/rightnav_bg.png) no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

#rightnav .inquiry a:hover {
    background: url(../images/rightnav_bg_.png) no-repeat;
}

#rightnav.active {
    right: 0px;
}

#rightnav .btn {
    width: 24px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    color: #FFF;
    top: 0px;
    left: -24px;
    cursor: pointer;
    display: none;
    padding: 5px;
    opacity: 0.7;
    background: #1B2E4C;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#rightnav.active .btn {
    opacity: 1;
}

#rightnav .btn:hover {
    opacity: 1;
}


/**************************搜尋****************************/

.search-box {
   position:relative;
   box-sizing: border-box;
  margin:auto;
	z-index:5000;
}

.search-box .form-control {
    height: 25px;
    line-height: 32px;
    margin: 0;
    border-radius: 30px;
    border: 1px solid #333333;
    background: #fff;
    transition: all .1s;
     padding: 0 0px 0px 10px;
    width:auto;
}


.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    border: 1px solid #3b7fe0;
}


.search-box .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #A2A2A2;
}


.search_modlie {
    display: none;
}
.mobile-search{
	    max-width: 1200px;
}
 #mobile-search .ibtn{
    background: url(../images/search.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3px;
    top:5px;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    transition: none;
	  border:none;
  }
#mobile-search .ibtn:hover {
    opacity: .5;
}

/**************************************************************/

@media all and (max-width: 1430px) {
    #rightnav {
        right: -47px;
    }
    #rightnav .inquiry a {}
    #rightnav .btn {
        display: block;
    }
}

@media all and (max-width: 1300px) {
    #logo {
        left: 10px;
    }
    #top_box_info {
        max-width: 1280px;
        padding: 60px 0px 0px 0;
    }
}

@media all and (max-width: 900px) {
    #logo img {
        max-width: 150px;
    }
}

@media all and (max-width: 650px) {
    #top_box_info .btn_u {
        display: block;
        font-size: 12px;
        padding-bottom: 10px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .search-box .form-control {
        /* max-width: 100px; */
    }
}

@media all and (max-width: 500px) {
    #top_menu ul {
        text-align: center;
    }
    #top_menu ul li {
        width: 24px;
        overflow: hidden;
        display: inline-block;
        list-style: none;
        position: relative;
        color: #939393;
        font-size: 13px;
        margin: 0 10px;
        line-height: 24px;
        vertical-align: top;
    }
    .search_modlie {
        display: block;
    }
    .search-box {
        display: none;
    }
    #mobile-search {
        display: block;
        position: fixed;
         z-index: 5000;
        top: -41px;
        left: 0;
        right: 0;
        background:#272727;
        padding: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mobile-search.active {
        top: 41px;
    }
    #mobile-search .search-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    #mobile-search .form-control {
     display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    background: #ffffff;
    margin-bottom: 6px;
   
    }
    #mobile-search .ibtn.search {
        background: url(../images/search.png)no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
	
    }