/*-- reset css --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}








/* remember to define focus styles! */

:focus {
    outline: 0;
}








/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}








/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}








/*-- reset css --*/


/*-- main css --*/

body {
    display: block;
    font-family: "微軟正黑體";
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


a {
    text-decoration: none;
    display: block;
}


.main {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    min-width: 1200px;
}

.header {
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    box-shadow: 3px 0px 8px rgba(0%, 0%, 0%, 0.2);
    position: relative;
    z-index: 100;
}

.header ul {
    display: block;
    max-width: 1000px;
    height: 33px;
    margin: 0 auto;
    position: relative;
    top: 26.5%;
}

.header li {
    display: block;
}

.header li a {
    display: inline-block;
}

.microsoft a {
    float: left;
    width: 251px;
    height: 33px;
    background: url("../img/microsoft_logo.png");
    margin-left: 1.5%;
}

.mb01 a {
    float: left;
    background: url("../img/mb01_logo.png");
    width: 153px;
    height: 33px;
    margin-left: 50%;
}

.fb_share a {
    float: right;
    background: url("../img/fb_logo.png");
    width: 33px;
    height: 33px;
    margin-right: 1.5%;
}

.microsoft a:hover,
.mb01 a:hover,
.fb_share a:hover {
    opacity: 0.8;
}

.header:after {
    content: "";
    display: block;
    clear: both;
    /*-- 解決float造成的問題 --*/
}







/*-- header end --*/


/*-- swiper css --*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}








/*-- swiper css --*/

.part2 {
    display: block;
    width: 100%;
    height: 980px;
    background: url("../img/part2_bg.png") no-repeat center center;
    margin: 0 auto;
    position: relative;
}

.featured_title,
.editor_title {
    display: block;
    width: 352px;
    margin: 0 auto;
    position: relative;
    top: 8%;
}


.blogger_title {
    display: block;
    width: 421px;
    margin: 0 auto;
    position: relative;
    top: 4%;
}


.part2_import {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.part2_import a:link,
.part2_import a:visited {
    text-decoration: none;
    color: #252d32;
}

.part2_bg {
    display: block;
    width: 100%;
    max-width: 1051px;
    margin-top: 10%;
    margin-left: 12%;
}

.part2_content {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    bottom: 0%;
}

.part2_import .woman:hover {
    transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
}


.woman {
    display: inline-block;
    float: left;
    font-size: 0px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    
}


.right_detail {
    display: inline-block;
    /*float: left;*/
    width: 615px;
    margin-top: 135px;
    margin-left: 55px;
}

.right_detail:hover {
    opacity: 0.8;
}

.right_detail h2,
.right_detail .vice_title {
    font-size: 38px;
    letter-spacing: 0.06em;
    color: #252d32;
    line-height: 1.6;
    margin-top: 2%;
}

.right_detail .content {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.6;
    color: #121619;
    letter-spacing: 0.05em;
    text-align: left;
}

/*-- part3 --*/

.part3 {
    display: block;
    width: 100%;
    height: 819px;
    background: url("../img/part3_bg.png") no-repeat center center;
    margin: 0 auto;
    color: #ffffff;
}


.part3 a,
.part3 a:hover {
    text-decoration: none;
    color: #ffffff;
}

.part3 a img:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    filter: none \9;
}

.part3 ul {
    margin: 9% auto auto auto;
    width: 100%;
    display: block;
    width: 100%;
    max-width: 1200px;
}

.editor_article {
    display: inline-block;
    float: left;
    background: url("../img/article_bg.png") no-repeat center center;
    width: 380px;
    height: 417px;
    margin-left: 1.4%;
    position: relative;
}

.pic {
    width: 100%;
    display: block;
    position: absolute;
    left: 7%;
    top: -7%;
}

.cube {
    display: block;
    background-color: #ffffff;
    width: 14px;
    height: 26px;
    float: left;
    margin-right: 2%;
}


.cube_blog {
    display: block;
    background-color: #ffffff;
    width: 14px;
    height: 28px;
    float: left;
    margin-right: 8%;
    margin-left: 10%;
}

.cube_2 {
    display: block;
    background-color: #2d3940;
    width: 14px;
    height: 26px;
    float: left;
    margin-right: 2%;
    margin-top: 1.6%;
}


.editor {
    width: 86%;
    position: absolute;
    top: 48%;
    left: 7%;
    font-size: 28px;
}

.editor_article hr {
    display: block;
    width: 86%;
    position: absolute;
    top: 58%;
    margin-left: 7%;
}

.title {
    position: absolute;
    top: 64%;
    left: 7%;
    font-size: 24px;
    width: 325px;
    line-height: 1.6;
    text-align: left;
}


/*-- part4 --*/

.part4 {
    display: block;
    width: 100%;
    height: 1600px;
    /*1608px*/
    background: url("../img/part4_bg.png") no-repeat center center;
    margin: 0 auto;
    position: relative;
}

.part4 a,
.part4 a:hover,
.part5 a,
.part5 a:hover {
    text-decoration: none;
    color: #2d3940;
}

.part4_trypeople:hover {
    opacity: 0.8;
}


.trypeople_title {
    display: block;
    width: 490px;
    margin: 0 auto;
    position: relative;
    top: 5%;
}

.sort {
    display: block;
    background-color: #aaccd7;
    color: #ffffff;
    width: 470px;
    height: 53px;
    margin: 0 auto;
    font-size: 38px;
    letter-spacing: 8px;
    text-align: center;
    padding-top: 15px;
    position: relative;
    top: 6%;
}

.laptop_s {
    position: absolute;
    top: 64px;
    right: -52%;
}

.part4 ul {
    display: block;
    width: 100%;
    max-width: 903px;
    margin: 202px auto auto auto;
}

.trypeople_content {
    display: inline-block;
    background: url("../img/part4_articles_bg.png")no-repeat center center;
    width: 903px;
    height: 232px;
    position: relative;
    margin-bottom: 65px;
}

.part4_pic {
    float: left;
    position: absolute;
    left: 33px;
    bottom: 33px;
}

.part4_trypeople {
    float: right;
    width: 55%;
    font-weight: bold;
    position: absolute;
    right: 33px;
    bottom: 30px;
    line-height: 1.6;
}

.name {
    font-size: 28px;
}

.part4_title {
    font-size: 24px;
}

.more {
    display: block;
    float: right;
}

/*-- part5 --*/

.part5 {
    display: block;
    width: 100%;
    height: 1422px;
    /*1757px*/
    background: url("../img/part5_bg.png") no-repeat center center;
    margin: 0 auto;
    position: relative;
}

.surface_s {
    position: absolute;
    top: -2%;
    right: -68%;
}


.part5 ul {
    display: block;
    width: 100%;
    max-width: 903px;
    margin: 200px auto auto auto;
}

.top {
    display: block;
    width: 100px;
    height: 100px;
    z-index: 150;
    position: absolute;
    top: 96%;
    right: 19%;
}


/*-- 1106新增的區塊list --*/

.menu_list {
    width: 100%;
    height: 84px;
    text-align: center;
    letter-spacing: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+99 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(226, 226, 226) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(226, 226, 226) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 226, 226) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-9 */
}

.menu_list a:link,
.menu_list a:visited {
    color: #252d32;
}

.menu_list a:hover {
    color: #666666;
}

.menu_list ul {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.menu_list li {
    display: inline-block;
    font-size: 32px;
    width:241px;
    position: relative;
    top: 26px;
}

.menu_list .apart {
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: #252d32;
    position: absolute;
    top: 17px;
    margin-left: -8px;
}






/*-- 1106新增的區塊blogger --*/

.blogger {
    display: block;
    width: 100%;
    height: 1316px;
    background: url("../img/blogger_bg.png") no-repeat center center;
    margin: 0 auto;
    color: #ffffff;
}

.blogger ul {
    display: block;
    max-width: 912px;
    width: 100%;
    margin: 5% auto 0 auto;
    font-size: 0px;
}





/*-- 1106新增的區塊blogger content --*/

.blogger_content {
    display: inline-block;
    position: relative;
    height: 550px;
    margin-left: 7.5%;
}

.blogger_content:nth-child(1),
.blogger_content:nth-child(3) {
    margin-left: 0;
}

.blogger_content a {
    display: block;
}


.blogger_content a .blog_title:hover {
    color: #bfbfbf;
}

.blogger_content a:link,
.blogger_content a:visited {
    color: #ffffff;
}

.blog_name {
    display: block;
    padding: 14px;
    font-size: 30px;
    line-height: 0.9;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    top: 31px;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e5f69+0,252d32+100 */
    background: rgb(78, 95, 105);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5f69', endColorstr='#252d32', GradientType=0);
    /* IE6-9 */
}

.two_words {
    width: 104px;
}

.three_words {
    width: 180px;
    letter-spacing: 0px;
}

.blog_title {
    display: block;
    width: 366px;
    height: 94px;
    font-size: 24px;
    position: absolute;
    right: 0px;
    line-height: 1.3;
    letter-spacing: 2px;
    padding: 15px 17px 15px 17px;
    text-align: justify;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e5f69+0,252d32+100 */
    background: rgb(78, 95, 105);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(78, 95, 105) 0%, rgb(37, 45, 50) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5f69', endColorstr='#252d32', GradientType=0);
    /* IE6-9 */
}


@media screen and (min-width: 320px) and (max-width: 1440px) {
    .top {
        display: none;
    }
}