html {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font-size: 14px;
    color: #2a2b2f;
    outline: 0;
    font-family: "Microsoft YaHei", Helvetica, "STHeiti STXihei", "Microsoft JhengHei", Tohoma, Arial;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 1200px;
}



/* 公共样式 S */

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.txt-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trs-bg {
    transition: background .3s;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.fix-box {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 100;

    padding: 12px;
    background-color: #ddbc77;
}

.fix-box .ewm {
    width: 150px;
    margin-bottom: 6px;
}

.fix-box img {
    display: block;
    width: 100%;
}

.fix-box p {
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.header {
    height: 80px;
    background: #fff;
}

.header .logo {
    float: left;
    width: 279px;
    height: 46px;
    padding-top: 8px;
}

.header .logo a {
    display: inline-block;
    width: 279px;
    height: 46px;
    background: url(../images/logo.jpg) center no-repeat;
    text-indent: -9999px;
}

.header .main {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 8px;
}

.header .main .logo {
    display: inline-block;
    float: left;
    margin: 0;
}

.header .nav {
    float: right;
    padding-top: 15px;
    color: #a2a5a4;
}

.header .nav li {
    display: inline-block;
}

.header .nav a {
    padding: 0px 15px;
    font: bold 16px/35px "微软雅黑";
    color: #3e3e3e;
    text-decoration: none;
}

.header .nav a:hover {
    color: #ff6307;
    -webkit-transition: none;
    transition: none;
}

.block-title {
    height: 80px;
    background: url(../images/block-title.png) center no-repeat;

    line-height: 80px;
    font-size: 40px;
    color: #c09c4e;
    text-align: center;
    letter-spacing: .1em;
}

.block-title2 {
    position: relative;
    height: 96px;
    background: url(../images/block-title2.png) center no-repeat;

    line-height: 96px;
}

.block-title2 span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -190px;
    color: #494949;
}

.block-title2 .en {
    margin-left: 15px;
    color: #cba447;
    text-transform: uppercase;
}

.block-title4 {
    background-image: url(../images/block-title4.png);

    color: #333;
}

.block-title5 {
    background-image: url(../images/block-title5.png);

    color: #fff;
}

.block-main {
    padding: 44px 0 56px 0;
}


.pop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    width: 100%;
    height: 100%;
}
.pop .mask{
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.pop-main{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 780px;
    height: 295px;
    margin: -150px 0 0 -395px;
    border: 5px solid #e8c777;
    background-color: #fff;
}
.pop-main .close{
    position: absolute;
    top: -22px;
    right: -18px;
}
.pop-main .close a{
    display: block;
    width: 49px;
    height: 49px;
    background: url(../images/icon-49x49.png) center no-repeat;
    text-indent: -999px;
    overflow: hidden;
}
.pop-main .box{
    min-height: 220px;
    padding: 50px;
    padding-left: 150px;
}
.pop-main .box p{
    position: relative;
    padding: 0 18px;

    border-bottom: 1px dashed #ccc;

    line-height: 36px;
    font-size: 16px;
    color: #323232;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pop-main .box p:hover{
    background-color: #fafafa;
}
.pop-main .box p:before{
    position: absolute;
    top: 50%;
    left: 2px;
    content: ' ';

    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 3px;
    background-color: #e8c777;
}

.pop-main  .num {
    position: absolute;
    left: 0;
    top: 45px;

    width: 150px;

    line-height: 1;
    text-align: center;
    font-size: 22px;
    color: #555;
}

.pop-main  .num em {
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    color: #333;
}

.pop-main .icon{
    position: absolute;
    left: 35px;
    bottom: -30px;

    width: 96px;
}
.pop-main .icon img{
    display: block;
    width: 100%;
}

/* 公共样式 E */


/* 轮播图 S */

.swiper-box {
    padding: 0 30px;
}

.swiper-container {
    padding-bottom: 45px;
}

.swiper-slide {
    position: relative;
    width: 906px;
    height: 352px;
    background: #fff;
    opacity: 0 !important;
}

.swiper-slide-prev,
.swiper-slide-active,
.swiper-slide-next {
    opacity: 1 !important;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
}

.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
    border: none;
    background-color: #d7d7d7;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #d7b369;
}

.swiper-button {
    top: 0;
    width: 136px;
    height: 100%;
    margin: 0;
    background: none;
}

.swiper-button i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    height: 36px;
    margin-top: -18px;
    background: #666 url(../images/icon-15x36-01.png) 15px 0px no-repeat;
}

.swiper-button-next i {
    left: auto;
    right: 0;

    background-image: url(../images/icon-15x36-02.png);
    background-position: 40px 0px;
}

.swiper-button:hover i {
    background-color: #d5b26d;
}


/* 轮播图 E */


/* 顶部banner S */

.banner {
    height: 1000px;
    background: url(../images/banner.jpg) top center no-repeat;
}

.banner .wrap {
    height: 100%;
}

.banner .news {
    position: absolute;
    left: -1px;
    bottom: 65px;

    width: 555px;
    padding: 20px 30px 24px 615px;
    background-color: #fff;
}

.banner .video {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 568px;
    height: 344px;

    overflow: hidden;
}

.banner .video video {
    display: block;
    width: 100%;
    height: 100%;
}
.banner .video .video-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .video .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    height: 100%;
}

.banner .video .btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -44px 0 0 -44px;

    cursor: pointer;
}

.banner .list a {
    position: relative;
    display: block;
    height: 92px;
    padding-top: 78px;

    line-height: 1.7;
    font-size: 16px;
    color: #929292;
    text-decoration: none;
}

.banner .list .date {
    position: absolute;
    top: 16px;
    left: 0;

    width: 48px;
    height: 42px;
    padding-top: 10px;
    padding-right: 4px;
    background-color: #dddcdc;

    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    text-align: right;

    transition: background .3s;
}

.banner .list .day {
    font-size: 16px;
}

.banner .list .arror {
    position: absolute;
    top: 38px;
    left: 135px;
    right: 0;
    height: 1px;
    background-color: #dddcdc;

    transition: background .3s;
}

.banner .list .arror:before {
    position: absolute;
    top: -14px;
    right: 0;
    content: ' ';

    width: 26px;
    height: 26px;
    background: #fff url(../images/icon-6x10-02.png) center no-repeat;
    border: 1px solid #dddcdc;

    transition: background .3s;
}

.banner .list .title {
    margin-bottom: 8px;

    line-height: 1.2;
    font-size: 22px;
    color: #171717;
}

.banner .list a:hover .date,
.banner .list a:hover .arror,
.banner .list a:hover .arror:before {
    background-color: #e2c37f;
}

.banner .list a:hover .arror:before {
    border-color: #e2c37f;
    background-image: url(../images/icon-6x10-01.png);
}


.banner .more {
    position: absolute;
    bottom: 10px;
    right: 30px;
    padding-right: 25px;
    background: url(../images/icon-20x11.jpg) right center no-repeat;

    line-height: 1;
    font-size: 18px;
    color: #929292;
    text-decoration: none;
}

.banner .more:hover {
    color: #e2c37f;
    text-decoration: underline;
}


/* 顶部banner E */


/* 十五芳华路 S */

.block1 {
    position: relative;
    z-index: 2;

    /*margin-top: -25px;*/
}

.block1 .block-main {
    padding-top: 152px;
}

.block1 .line {
    height: 1px;
    margin-bottom: 145px;
    background-color: #dbdbdb;
}

.block1 ul {
    position: absolute;
    top: -150px;
    left: 0;

    width: 100%;
}

.block1 li {
    position: relative;
    float: left;
    width: 8px;
    height: 8px;
    margin-left: 77px;
    border-radius: 4px;
    background-color: #dbdbdb;

    cursor: pointer;

    transition: background .3s;
}

.block1 li:first-child {
    margin-left: 0;
}

.block1 .txt {
    display: none;
}

.block1 .dot {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    border-radius: 26px;
    background-color: #dbdbdb;

    transition: background .3s;
}

.block1 .dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    content: ' ';

    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 6px;
    background-color: #fff;

    transition: background .3s;
}

.block1 .arrow {
    position: absolute;
    top: -82px;
    left: 50%;

    width: 1px;
    height: 62px;
    background-color: #dbdbdb;

    transition: background .3s;
}

.block1 .arrow:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: ' ';

    width: 6px;
    height: 6px;
    margin: 0 0 0 -2px;
    border-radius: 3px;
    background-color: #dbdbdb;

    transition: background .3s;
}

.block1 .title {
    position: absolute;
    top: -95px;
    left: 18px;

    line-height: 1;
    font-size: 24px;
    color: #171717;
    white-space: nowrap;
}

.block1 .ico {
    display: none;
    position: absolute;
    top: 140px;
    left: -8px;

    width: 24px;
    height: 12px;
    background: url(../images/icon-24x12.jpg) no-repeat;
}

.block1 .fitem .ico {
    left: 0;
}

.block1 .litem .ico {
    left: -14px;
}

.block1 .even .dot {
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 14px;
}

.block1 .even .dot:before {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 3px;
}

.block1 .even .arrow {
    top: auto;
    bottom: -68px;
}

.block1 .even .arrow:before {
    top: auto;
    bottom: 0;
}

.block1 .even .title {
    top: auto;
    bottom: -68px;
}

.block1 .active .dot {
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    border-radius: 26px;
}

.block1 .active .dot:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: ' ';

    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-radius: 35px;
    background-color: #debb72;

    opacity: .4;
}

.block1 .active .dot,
.block1 .active .arrow,
.block1 .active .arrow:before {
    background-color: #debb72;
}

.block1 .active .ico {
    display: block;
}

.block1 .text {
    min-height: 145px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border: 1px dashed #dbdbdb;
}

.block1 .text p {
    line-height: 24px;
    font-size: 15px;
    color: #666666;
}


/* 十五芳华路 E */


/* 匠心筑精品 S */

.block2 .box {
    padding: 75px 0;
    background: url(../images/bg-1920x593.jpg) center no-repeat;
    background-size: cover;
}

.block2 .wrap {
    height: 450px;
}

.block2 .desc {
    float: left;
    width: 290px;
    height: 100%;
    padding: 0 30px;
    background-color: #333;
}

.block2 .desc .title {
    position: relative;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 24px;
    background: url(../images/icon-100x100.jpg) center no-repeat;

    line-height: 100px;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.block2 .desc .title span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -130px;
}

.block2 .desc .title .en {
    margin-left: 15px;
    color: #cba447;
    text-transform: uppercase;
}

.block2 .desc .line {
    width: 35px;
    height: 1px;
    margin: 0 auto;
    background-color: #cba447;
}

.block2 .desc .txt {
    padding-top: 20px;

    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.block2 ul {
    float: right;
    width: 800px;
    height: 100%;
}

.block2 li {
    position: relative;
    float: left;
    width: 178px;
    height: 438px;
    margin-left: 13px;
    border: 6px solid #fff;
    background-color: #fff;

    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 1.2;

    transition: color .3s, border .3s;

    cursor: pointer;
}

.block2 li:first-child {
    margin-left: 0;
}

.block2 li .num {
    padding-top: 50px;
}

.block2 li .num em {
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
}

.block2 li .company {
    padding-top: 20px;
    margin-bottom: 30px;
}

.block2 li .line {
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background-color: #bcbcbc;

    transition: background .3s;
}

.block2 li .icon {
    position: absolute;
    bottom: -25px;
    left: 50%;

    width: 96px;
    margin-left: -48px;
}

.block2 li .icon img {
    display: block;
    width: 100%;
}

.block2 li:hover {
    color: #d3b36a;
    border-color: #fbdea6;
}

.block2 li:hover .num em {
    font-weight: bold;
}

.block2 li:hover .line {
    background-color: #fbdea6;
}

.block2 li .txt{
    display: none;
}

.block2 .warn {
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    color: #fff;
}



/* 匠心筑精品 E */


/* 产品奖项 S */

.block3 ul {
    margin: 0 -18px;
}

.block3 li {
    position: relative;
    float: left;
    width: 346px;
    height: 340px;
    margin: 0 33px 20px;
}

.block3 a {
    display: block;
    text-decoration: none;
}

.block3 .icon {
    position: absolute;
    top: 34px;
    left: -28px;
    z-index: 2;

    width: 74px;
    height: 174px;
    padding-top: 12px;
    background-color: #fff;
}

.block3 .icon img {
    display: block;
    width: 100%;
}

.block3 .box {
    position: relative;
    height: 230px;
    border: 12px solid #f4f4f4;

    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;

    transition: border .3s, color .3s;
}

.block3 .box .title {
    padding-top: 50px;
    font-size: 30px;
    color: #515151;
}

.block3 .box .num {
    padding-top: 18px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #515151;
}

.block3 .box .num em {
    font-size: 50px;
    font-style: normal;
}

.block3 .notice {
    padding: 10px 12px;
    background: url(../images/bg-346x30.jpg) top center no-repeat;
}

.block3 .notice p {
    line-height: 28px;
    font-size: 14px;
    color: #525252;
}

.block3 li:hover .box {
    border-color: #dfbf74;
    color: #dfbf74;
}

.block3 li:hover .title,
.block3 li:hover .num {
    color: #d6b16a;
}

.block3 .warn {
    margin-top: -20px;

    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #999;
}


/* 产品奖项 E */


/* 匠人奖项 S */

.block4 {
    padding-top: 40px;
    background: url(../images/bg-1920x777.jpg) center no-repeat;
    background-size: cover;
}

.block4 .block-title {
    background-image: url(../images/block-title3.png);
}

.block4 .block-title .cn {
    color: #fff;
}

.block4 .block-main {
    padding-bottom: 86px
}

.block4 ul {
    height: 540px;
    border: 1px solid #d7b369;
}

.block4 li {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    background-color: #fff;

    transition: background .3s;
}

.block4 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';

    width: 1px;
    height: 100%;
    background-color: #d7b369;
}

.block4 li:first-child:before {
    display: none;
}

.block4 .box {
    display: block;
    padding: 30px 35px;

    font-size: 16px;
    color: #323232;
    line-height: 26px;
    text-decoration: none;

    transition: color .3s;
}

.block4 .cname {
    font-size: 32px;
    line-height: 1.4;

    transition: color .3s;
}

.block4 .ename {
    font-size: 15px;
    line-height: 1.2;
    color: #d7b369;
    letter-spacing: .1em;

    transition: color .3s;
}

.block4 .desc {
    padding-top: 10px;
}

.block4 .img {
    position: absolute;
    left: 50%;
    bottom: 22px;

    width: 240px;
    margin-left: -120px;
    border-bottom: 4px solid #d7b369;

    transition: border .3s;
}

.block4 .img img {
    display: block;
    width: 100%;

    opacity: .8
}

.block4 li.active {
    background-color: #d7b369;

    color: #fff;
}

.block4 li.active .cname,
.block4 li.active .ename,
.block4 li.active .desc {
    color: #fff;
}

.block4 li.active .img {
    border-color: #333;
}

.block4 li.active .img img {
    opacity: 1;
}
.block4 .warn {
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    color: #aaa;
}


/* 匠人奖项 E */


/* 投资人感言 S */

.block5 {
    padding-top: 60px;
    background: url(../images/bg-1920x678.jpg) center no-repeat;
    background-size: cover;
}

.block5 .block-main {
    padding-bottom: 70px;
}

.block5 .wrap {
    height: 415px;
}

.block5 .list,
.block5 .aside {
    width: 329px;
    height: 100%;

    overflow: hidden;
}

.block5 .list {
    float: left;
    width: 862px;
    background-color: #fff;
}

.block5 .aside {
    float: right;
}

.block5 .aside .item {
    position: relative;
    height: 215px;
    background-color: #333;

    overflow: hidden;
}

.block5 .aside .item2 {
    height: 175px;
}

.block5 .aside .space {
    height: 25px;
    background: url(../images/bg-329x25.png) center no-repeat;
}

.block5 .aside .fp {
    padding: 30px 15px 0;
    margin-bottom: 8px;

    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.block5 .aside .fp img {
    margin-right: 5px;
    vertical-align: top;
}

.block5 .aside .p {
    padding: 0 28px 0 42px;

    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

.block5 .aside .ewm {
    position: absolute;
    top: 20px;
    left: 40px;

    width: 115px;
}

.block5 .aside .ewm img {
    display: block;
    width: 100%;
}

.block5 .aside .txt {
    position: absolute;
    top: 48px;
    left: 170px;

    width: 150px;

    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.block5 .aside .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 6px 10px;
    border-color: transparent transparent transparent #fff;
}

.block5 .list-head {
    height: 15px;
    padding: 0 14px;
    background-color: #f4f1f4;

    line-height: 14px;
}

.block5 .list-head span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #e5605e;
    border-radius: 4px;
}

.block5 .list-head .y {
    background-color: #f1c23e;
}

.block5 .list-head .g {
    background-color: #47c184;
}

.block5 .list-scroll {
    height: 400px;
    padding: 0 25px;

    overflow-y: auto;
}

.block5 .list-scroll img {
    display: block;
    width: 100%;
}


/* 投资人感言 E */


/* 财富新体验 S */

.block6 {
    padding-top: 66px;
}

.block6 .block-main {
    padding-bottom: 74px;
}

.block6 .shadow {
    position: absolute;
    bottom: -50px;
    left: 0;

    width: 100%;
    height: 50px;
    background: url(../images/bg-906x50.png) top center no-repeat;

    opacity: 0;

    transition: opacity .3s;
}

.block6 .swiper-slide-active .shadow {
    opacity: 1;
}


/* 财富新体验 E */


/* 15周年精彩瞬间 S */

.block7 {
    padding-top: 78px;
    background: url(../images/bg-1920x777.jpg) center no-repeat;
    background-size: cover;
}

.block7 .block-main {
    padding: 68px 0 80px 0;
}

.block7 .swiper-box {
    padding: 0 38px;
}

.block7 .swiper-container {
    padding-bottom: 24px;
}

.block7 .swiper-slide {
    width: 628px;
    height: 448px;
}

.block7 .swiper-button {
    width: 275px;
}

.block7 .swiper-button i {
    left: 4px;
    width: 23px;
    height: 65px;
    margin-top: -32px;
    background: url(../images/icon-23x65-01.png) center no-repeat;
}

.block7 .swiper-button-next i {
    left: auto;
    right: 4px;
    background-image: url(../images/icon-23x65-02.png);
    background-position: center;
}

.block7 .swiper-button:hover i {
    background-color: transparent;
}

.block7 .box {
    position: relative;
    padding: 26px;
    height: 396px;
}

.block7 .box img {
    display: block;
    width: 100%;
}

.block7 .txt {
    padding-top: 10px;

    font-size: 17px;
    line-height: 26px;
    color: #323232;
}

.block7 .mask {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: .2;
}

.block7 .btn {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;

    width: 170px;
    height: 45px;
    margin-left: -85px;
}

.block7 .btn a {
    display: block;
    height: 45px;
    border-radius: 23px;
    background: #d5b269 url(../images/icon-25x25.png) 120px 10px no-repeat;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-indent: 30px;
}

.block7 .swiper-slide-active .mask {
    display: none;
}

.block7 .swiper-slide-active .btn {
    display: block;
}


/* 15周年精彩瞬间 E */

.footer{
    padding-top: 50px;
    height: 100px;
    text-align: center;
}
.footer p,
.footer a{
    color: #ababab;
    line-height: 22px;
}
.footer a:hover{color: #f67b29;}