@charset "UTF-8";


/* 此為吃了手機css後，因為變成桌機而要修改的設定 */
/* 所有東西在手機都有一樣的，這邊可以覆蓋之 */




/*全站最小寬度*/

body {
    min-width: 1200px;
}

/************************************* carousel *************************************/

/*大banner*/
/*大banner*/
/*大banner*/

#banner .carousel-indicators {
    bottom: 5px; /*輪播點點開始高度*/
}

/************************************* headerD *************************************/

/*桌機header*/
/*桌機header*/
/*桌機header*/

.headerD {
    position: relative;
    margin: 0 auto;
    text-align: left;
    height: 83px;
    padding: 15px;
}

.headerD a .logo {
    position: absolute;
    top: 5px;
    left: 15px;
    height: 40px;
    width: auto;
}

.headerD a:hover .logo {
    opacity: 0.7;
}

.headerD .navs {
    position: absolute;
    padding: 0px;
    right: 200px;
    top: 32px; /*身分別的高度*/
    z-index: 1;
    font-size: 0px;
}

.headerD .navs a .oneNav {
    font-size: 16px;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    color: #111f98;
    padding-bottom: 12px;
    border-bottom: 8px #0090ff solid;
}

.headerD .navs a:hover .oneNav,
.headerD .navs a .oneNav.focus {
    border-bottom: 8px #86b700 solid;
}

.headerD .navs a .oneNav.lastNav {
    border-right: none;
}

.headerD .language {
    text-align: right;
    color: #666;
    width: 175px;
    position: absolute;
    padding: 0px;
    right: 5px;
    top: 28px; /*外語高度*/
}



/************************************* footerMidArea *************************************/

/* footer中間 */
/* footer中間 */
/* footer中間 */

.footerMidArea a .oneIssue {
    padding-top: 7px;
    height: 95px;
    width: 95px;
}

.footerMidArea a .oneIssue p {
    margin-top: -5px;
}

/************************************* footerBottomArea *************************************/
/* footer下面 */
/* footer下面 */
/* footer下面 */

.footerBottomArea .footerBottomAreaRight {
    text-align: right;
    margin-top: 0px;
}

/************************************* sectionExcellentManufacturer *************************************/
/*優良實習廠商*/
/*優良實習廠商*/
/*優良實習廠商*/

.sectionExcellentManufacturer #carouselForNews {
    width: 1110px;
    position: relative;
    margin: 0 auto;
}

.sectionExcellentManufacturer #carouselForNews .carousel-inner .carousel-item a .oneNew {
    position: relative;
    width: 986px;
    margin: 0 auto;
}

.sectionExcellentManufacturer #carouselForNews .section4LeftArrow {
    left: 0px;
}

.sectionExcellentManufacturer #carouselForNews .section4RightArrow {
    right: 0px;
}
