* {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

body {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #424242;
}

a {
    color: #424242;
    text-decoration: none;
}

a:link {
    color: #424242;
    text-decoration: none;
}

a:visited {
    color: #424242;
    text-decoration: none;
}

a:hover {
    color: #b5a382;
    text-decoration: none;
}

a:active {
    color: #424242;
    text-decoration: none;
}

.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-wrap {
    width: 100%;
    height: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-wrap {
    width: 100%;
    background-image: url(../image/bg-top.png);
    background-size: 100% 105px;
    background-repeat: repeat-x;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 105px;
    z-index: 1;
    position: absolute;
    top: 0;
}

.top {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}

.logo {
    height: 70px;
    width: auto;
}

.menu-wrap {
    width: 900px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tool {
    display: flex;
    justify-content: flex-end;
    height: 70px;
    align-items: center;
}

.backlink {
    color: #b5a382;
    font-size: 14px;
    font-weight: bold;
}

.backlink a {
    color: #b5a382;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 200px;
}

.search input {
    margin: 0;
    border-style: none;
    border: 0px;
    height: 24px;
    font-size: 14px;
}

.search-text {
    display: flex;
    align-items: center;
    width: 140px;
    padding: 0 5px;
    background-color: #dbdbdb;
}

.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    background-color: #7f7f7f;
    cursor: pointer;
}

.menu {
    width: 100%;
    position: relative;
}

.menu ul {
    display: flex;
    justify-content: space-between;
}

.menu li {
    float: left;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    cursor: pointer;
}

.menu li:hover {
    padding-bottom: 6px;
    border-bottom: 4px #b5a382 solid;
}

.menu li a {
    color: #fff;
}

.menu .current {
    padding-bottom: 6px;
    border-bottom: 4px #b5a382 solid;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    min-width: 120px;
    z-index: 2;
    margin-top: 10px;
    font-size: 15px;
    margin-left: -25px;
}

.dropdown-content a {
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background: rgba(194, 175, 140, 0.6);
}

.dropdown:hover .dropdown-content {
    display: block;
}


.banner-wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

.flexslider {
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../image/ad_ctr2.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../image/dot2.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.banner {
    width: 100%;
    height: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-img {
    object-fit: cover;
    width: 100%;
    height: 720px;
}

.banner-mark {
    position: absolute;
    top: 250px;
    width: auto;
    height: 320px;
    z-index: 1;
}

.news-wrap {
    margin-top: 90px;
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.news {
    width: 620px;
    display: flex;
    flex-direction: column;
}

.news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-prefix {
    display: flex;
    align-items: center;
}

.news-prefix img {
    height: 50px;
}

.news-title-text {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    margin-left: 10px;
    font-weight: 500;
}

.news-title-text span {
    font-size: 14px;
    color: #adadad;
    font-weight: 400;
    text-transform: Uppercase;
}

.news-more {
    height: 20px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.news-more img {
    width: auto;
    height: 6px;
}

.news-content {
    margin-top: 20px;
}

.news-content>ul>li {
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1px #DBDBDB;
    color: #a8a8a8;
}

.news-content span {
    display: flex;
    align-items: center;
}

.news-content span::before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #A8A8A8;
    border-radius: 4px;
    display: block;
    margin-right: 8px;
}

.news-content span {
    font-size: 16px;
    color: #424242;
}

.picnews-wrap {
    width: 620px;
    height: 370px;
    overflow: hidden;
}

.picnews {
    width: 620px;
    height: 370px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    overflow: hidden;
}

.picnews img {
    width: 620px;
    height: 370px;
    object-fit: cover;
}

.picnews-text {
    width: 640px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.5);
}

.picnews-text a {
    color: #fff;
}

.picnews-wrap .flexslider {
    zoom: 1;
    position: relative;
}

.picnews-wrap .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.picnews-wrap .slides {
    zoom: 1;
}

.picnews-wrap .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../image/ad_ctr2.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.picnews-wrap .flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.picnews-wrap .flex-direction-nav .flex-prev {
    left: 0;
}

.picnews-wrap .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.picnews-wrap .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.picnews-wrap .flexslider:hover .flex-next:hover,
.picnews-wrap .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.picnews-wrap .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.picnews-wrap .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.picnews-wrap .flex-control-paging li a {
    background: url(../image/dot2.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.picnews-wrap .flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.intro-wrap {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
}

.intro-img {
    width: 50%;
    height: 570px;
    display: flex;
}

.intro-img img {
    object-fit: cover;
    width: 100%;
    height: 570px;
}

.intro-content-wrap {
    background-color: #fff;
    width: calc(50% + 90px);
    height: 400px;
    display: flex;
    z-index: 1;
    margin-left: -90px;
    align-items: center;
    border-radius: 6px 0px 0px 6px;
}

.intro-content {
    width: 670px;
    display: flex;
    flex-direction: column;
    margin-left: 70px;
}

.intro-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-content-prefix {
    display: flex;
    align-items: center;
}

.intro-content-prefix img {
    height: 50px;
}

.intro-content-title-text {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    margin-left: 10px;
    font-weight: 500;
}

.intro-content-title-text span {
    font-size: 14px;
    color: #adadad;
    font-weight: 400;
    text-transform: Uppercase;
}

.intro-content-more {
    height: 20px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.intro-content-more img {
    width: auto;
    height: 6px;
}

.intro-content-text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 35px;
    text-align: justify;
}

.view-wrap {
    width: 100%;
    height: 550px;
    margin-top: 90px;
    display: flex;
    align-items: center;
    background-image: url(../image/view.jpg);
    background-size: cover;
    justify-content: center;
}

.view {
    width: 1300px;
}

.view a {
    color: #fff;
}

.view img {
    height: 50px;
}

.view-zh {
    margin-top: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.view-en {
    margin-top: 40px;
    line-height: 35px;
    color: #929292;
    font-size: 16px;
    text-transform: Uppercase;
    text-align: justify;
}

.works-wrap {
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.works-prefix {
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-prefix img {
    height: 50px;
}

.works-title-text {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    margin-left: 10px;
    font-weight: 500;
}

.works-title-text span {
    font-size: 14px;
    color: #adadad;
    font-weight: 400;
    text-transform: Uppercase;
}

.works-content {
    width: 1300px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.works-content .bd ul {
    overflow: hidden;
    zoom: 1;
}

.works-content .bd ul li {
    margin: 0 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.works-item {
    width: 280px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}

.works-item img {
    width: auto;
    height: 350px;
    object-fit: cover;
}

.works-item span {
    height: 80px;
    color: #fff;
    font-size: 16px;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.works-more {
    font-size: 16px;
    margin-top: 40px;
    color: #a3a3a3;
}

.works-more a {
    color: #a3a3a3;
}

.friendlink-wrap {
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.friendlink {
    width: 1300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.friendlink-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 500;
    margin-top: 50px;
    text-transform: Uppercase;
}

.friendlink-items {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.friendlink-items img {
    width: 280px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
}

.bottom-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
}

.bottom {
    width: 1300px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qrcode {
    height: 80px;
}

.copyright {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #bababa;
}

.copyright a {
    color: #bababa;
}

.copyright span {
    line-height: 35px;
    height: 35px;
}

.sub-head-wrap {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-banner-wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

.sub-banner-wrap .sub-banner {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-banner-img {
    object-fit: cover;
    width: 100%;
    height: 480px;
}

.sub-banner-mark {
    position: absolute;
    top: 250px;
    z-index: 1;
    color: #fff;
    font-size: 56px;
    right: calc(50% - 650px);
    font-weight: 500;
}

.body-wrap {
    width: 1300px;
    margin: 30px 0 80px;
    display: flex;
    justify-content: space-between;
}

.side-wrap {
    width: 240px;
    display: flex;
    flex-direction: column;
}

.side {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.side-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #c8b797;
    height: 65px;
    border-bottom: 3px solid #ddd2bf;
}

.side-title img {
    height: 30px;
    margin-right: 5px;
}

.side-menu {
    background-color: #f2f2f2;
}

.side-menu li {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d1cfce;
}

.sidelink-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #d0d0d0;
    height: 65px;
    border-bottom: 3px solid #e2e2e2;
}

.sidelink-title img {
    height: 30px;
    margin-right: 5px;
}

.sidelink-menu {
    background-color: #f2f2f2;
}

.sidelink-menu li {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d1cfce;
}

.content-wrap {
    width: 1020px;
    display: flex;
    flex-direction: column;
}

.path {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 2px solid #b5a382;
    height: 40px;
    align-items: center;
}

.path span {
    font-size: 18px;
    font-weight: 500;
    color: #b5a382;
}

.pathlink {
    color: #767676;
}

.pathlink a {
    color: #767676;
}

.content li {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #d1cfce;
}

.content li span {
    color: #929292;
}

.page{
    display: block;
}

.content-text{
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.content-text-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    height: 80px;
    margin-top: 20px;
}

.content-text-element{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #767676;
    height: 50px;
    border-bottom: 1px dashed #d1cfce;
}

.content-text-main{
    line-height: 45px;
    margin: 20px 0;
}
