.bgSize100 {
    background-size: 100% 100%;
}

.bgSize120 {
    background-size: 120% 120%;
}

.transitionCSS {
    transition: width 2s;
    transition-timing-function: linear;
    /* Firefox 4 */
    -moz-transition: width 2s;
    -moz-transition-timing-function: linear;
    /* Safari and Chrome */
    -webkit-transition: width 2s;
    -webkit-transition-timing-function: linear;
    /* Opera */
    -o-transition: width 2s;
    -o-transition-timing-function: linear;
}

.indexContent {
    /* min-height:840px; */
    min-height: 1880px;
}

.indexContent ul {
    margin: 0;
}

.indexContent li {
    list-style: none;
}

.indexContent .mainContent {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

#firstArea {
    height: 316px;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 15px;
}

#firstArea .firstAreaBox {
    height: 280px;
    border: solid 1px rgb(230, 230, 230);
    position: relative;
}

#firstArea .firstAreaBox .news_list {
    width: 100%;
    margin-top: 13px;
    overflow: hidden;
}

#firstArea .firstAreaBox .news_list li {
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
}

#firstArea .firstAreaBox .news_listUl li {
    width: 94%;
    margin: 0 auto;
}

#firstArea .firstAreaBox .imgCarouselBox {
    height: 100%;
    margin-top: 0;
}

#firstArea .firstAreaBox .box-3 {
    display: none;
}

#firstArea .firstAreaBox .box-3 span {
    position: absolute;
    color: #aaa;
    background: rgba(125, 125, 120, 0.3);
    width: 40px;
    height: 70px;
    top: 50%;
    font-family: "����";
    line-height: 70px;
    font-size: 60px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
}

#firstArea .firstAreaBox .box-3 span::selection {
    background: transparent;
}

#firstArea .firstAreaBox .box-3 span:hover {
    background: rgba(125, 125, 120, .8);
}

#firstArea .firstAreaBox .imgCarouselBox .imgCarousel {
    height: 100%;
}

#firstArea .firstAreaBox .imgCarouselBox .imgCarousel a {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all 0.4s;
}

#firstArea .firstAreaBox .imgCarouselBox .imgCarousel a:hover {
    /*transform: scale(1.1);*/
    /* background-size: 200% 200%; */
}

#firstArea .firstAreaBox .imgCarouselBox .imgCarousel a div {
    position: absolute;
    bottom: 0px;
    width: 96%;
    /* height: 44px; */
    background: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 8px;
    color: #ffffff;
    padding-bottom: 6px;
}

#firstArea .firstAreaBox .news_list .news_detail {
    width: 76%;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

#firstArea .firstAreaBox .news_list .news_detail:hover {
    color: #B9944E;
}

#firstArea .firstAreaBox .news_list .news_detail img {
    width: 4px;
    height: 4px;
    margin-right: 7px;
}

#firstArea .firstAreaBox .news_list .news_date {
    color: #333;
    width: 16%;
    font-size: 12px;
}

#firstArea .firstAreaBox .firstAreaBoxSmall {
    width: 87%;
    height: 80%;
    margin: 0 auto;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallTit {
    border-left: 4px solid #b89b63;
    text-indent: 6px;
    font-size: 18px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #444;
    margin-top: 18px;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallBtn {
    background: url(/r/cms/www/newpage/image/input_btnbg.png) repeat-x;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    background-color: #e4d6a2;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallBtn a {
    color: #454545;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallBtn:hover {
    background: url(/r/cms/www/newpage/image/input_btnbg_hover.png) repeat-x;
    width: 100%;
    height: 40px;
    color: #000;
    cursor: pointer;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallBtn a:hover {
    color: #000;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallCon {
    margin: 8px auto;
    text-align: center;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallCon a {
    display: inline-block;
    width: 69px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

#firstArea .firstAreaBox .firstAreaBoxSmall .firstAreaBoxSmallCon a:hover {
    color: #000;
}

#secondArea {
    width: 100%;
    height: 95px;
    border-top: 2px solid #969696;
    border-bottom: 2px solid #b99554;
    margin-bottom: 16px;
}

#secondArea .width1200 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

#secondArea .width1200 .secondAreaLeft {
    width: 100px;
    height: 100%;
}

#secondArea .width1200 .secondAreaLeft img {
    margin-top: 16px;
    float: right;
    cursor: pointer;
    transition: all 0.4s;
}

#secondArea .width1200 .secondAreaLeft img:hover {
    transform: scale(1.1);
}

#secondArea .width1200 .secondAreaRight {
    width: 110px;
    height: 100%;
}

#secondArea .width1200 .secondAreaRight img {
    margin-top: 16px;
    transition: all 0.4s;
    cursor: pointer;
}

#secondArea .width1200 .secondAreaRight img:hover {
    transform: scale(1.1);
}

#secondArea .width1200 .secondAreaCenter {
    width: 980px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

#secondAreaImgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 2240px;
    height: 90px;
}

#secondArea .width1200 .secondAreaImg {
    width: 140px;
    text-align: center;
    float: left;
    height: 90px;
}

#secondArea .width1200 .secondAreaImg a {
    margin-top: 9px;
    height: 72px;
    display: inline-block;
}

#secondArea .width1200 .secondAreaImg p {
    columns: #333333;;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

#secondArea .width1200 .secondAreaImg img {
    width: 56px;
    height: 52px;
    cursor: pointer;
    transition: all 0.4s;
}

#secondArea .width1200 .secondAreaImg img:hover {
    transform: scale(1.1)
}

#thirdArea {
    width: 100%;
    height: 108px;
    margin-bottom: 16px;
}

#thirdArea img {
    width: 100%;
    height: 108px;
}

#forthArea {
    height: 248px;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#forthArea .forthAreaBox {
    height: 100%;
    border: solid 1px #e5e5e5;
}

#forthArea .forthAreaBox .news {
    width: 90%;
    height: 92%;
    margin: 6px auto;
}

#forthArea .forthAreaBox .news p {
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: relative;
}

#forthArea .forthAreaBox .news p img {
    display: inline-block;
    width: 4px;
    height: 4px;
    /* margin-right: 4px; */
    position: absolute;
    bottom: 12px;
}

#forthArea .forthAreaBox .news p a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 97%;
    font-size: 14px;
    text-indent: 8px;
}

#forthArea .forthAreaBox .news p span {
    font-size: 12px;
    color: #333;
    position: absolute;
    width: 80px;
    text-align: right;
}

#forthArea .forthAreaBox .infoPublish {
    height: 150px;
    background: #EDF2F5;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding: 5px 10px 0 10px;
}

#forthArea .forthAreaBox .infoPublish > div {
    width: 160px;
    height: 120px;
    flex-flow: row;
}

#forthArea .forthAreaBox .infoPublish .infoPublishLeft {
    float: left;
}

#forthArea .forthAreaBox .infoPublish .infoPublishRight {
    float: right;
}

#forthArea .forthAreaBox .infoPublish .infoPublishBox {
    background: url('/r/cms/www/newpage/image/bg_xxpl.png') repeat;
    width: 100%;
    height: 36px;
    background-size: 100% 100%;
    margin-top: 10px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

#forthArea .forthAreaBox .infoPublish .infoPublishBox:hover {
    background: url('/r/cms/www/newpage/image/bg_xxpl_hover.png') repeat;
    width: 100%;
    height: 36px;
    background-size: 100% 100%;
}

#forthArea .forthAreaBox .legalRule {
    width: 100%;
    height: 50px;
    background: url('/r/cms/www/newpage/image/bg_03.png') repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
}

#forthArea .forthAreaBox .legalRule a {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

#forthArea .forthAreaBox .legalRule a:hover {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    background: url('/r/cms/www/newpage/image/bg_flfg_hover.png') repeat;
    background-size: 100% 100%;
}

#fifthArea {
    height: 296px;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#fifthArea .fifthAreaBox {
    height: 100%;
    border: solid 1px rgb(236, 238, 238);
}

#fifthArea .fifthAreaBox .professionalWork {
    width: 100%;
    height: 260px;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

#fifthArea .fifthAreaBox .professionalWork .professionalBox {
    width: 28%;
    height: 220px;
    position: relative;
    margin-top: 16px;
}

#fifthArea .fifthAreaBox .professionalWork .recommendWorkText {
    margin-right: 30px;
    margin-left: 30px;
}

#fifthArea .fifthAreaBox .professionalWork .recommendWorkText h2 {
    font-size: 20px;
    color: #c2a56d;
}

#fifthArea .fifthAreaBox .professionalWork .recommendWorkText p {
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
    text-indent: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

#fifthArea .fifthAreaBox .professionalWork .professionalBox > img {
    width: 100%;
    height: 100%;
    border: solid 1px #eee;
}

#fifthArea .fifthAreaBox .professionalWork .businessWork {
    margin-right: 30px;
}

#fifthArea .fifthAreaBox .professionalWork .businessWork p {
    height: 72px;
    line-height: 72px;
}

#fifthArea .fifthAreaBox .professionalWork .businessWork p a {
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 15px;
    text-indent: 15px;
    float: left;
}

#fifthArea .fifthAreaBox .professionalWork .businessWork p a img {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: -5px;
    margin-right: 5px;
}

#sixthArea {
    width: 100%;
    height: 108px;
    margin-bottom: 16px;
}

#sixthArea img {
    width: 100%;
    height: 108px;
}

#seventhArea {
    height: 300px;
    width: 100%;
    /* flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; */
    margin-bottom: 20px;
}

#seventhArea .seventhAreaBox {
    height: 100%;
    border: solid 1px rgb(236, 238, 238);
}

#seventhArea .seventhAreaBox .pgImage {
    width: 100%;
    height: 244px;
    margin-top: 10px;
    position: relative;
}

#seventhArea .seventhAreaBox .pgImage p {
    text-indent: 7px;
    height: 30px;
    line-height: 30px;
}

#seventhArea .seventhAreaBox .pgImage p img {
    width: 4px;
    height: 4px;
    margin-left: 16px;
}

#seventhArea .seventhAreaBox .pgImage p a {
    display: inline-block;
}

#seventhArea .seventhAreaBox .pgImage .moreNews {
    position: absolute;
    right: 20px;
}

#seventhArea .seventhAreaBox .companyCulture {
    width: 96%;
    height: 78%;
    margin: 12px auto;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureCarousel {
    width: 43%;
    height: 100%;
    position: relative;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureCarousel .companyCultureImgBox {
    width: 100%;
    height: 100%;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureImg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureImg .companyCultureLi {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureImg a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureImg img {
    width: 100%;
    height: 100%;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureImg p {
    height: 8%;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-indent: 12px;
    padding: 5px 0;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureCarousel .companyCultureDot {
    position: absolute;
    right: 4px;
    bottom: 34px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    margin-bottom: 6px;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureCarousel .companyCultureDot li {
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
    margin-right: 6px;
    float: left;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureCarousel .companyCultureDot .current {
    background: white;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox {
    width: 55%;
    height: 100%;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureTitle {
    border: solid 1px rgb(236, 238, 238);
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 14px;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureTitle .show {
    background: #DEDEDC;
    cursor: pointer;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureTitle span {
    width: 100px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureTitle a {
    position: absolute;
    color: #999;
    right: 20px;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox .companyCultureList {
    width: 100%;
    height: 82%;
    margin-top: 10px;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox .companyCultureList li {
    width: 96%;
    margin: 0 auto;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox .companyCultureList .news_detail {
    width: 76%;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox .companyCultureList .news_detail:hover {
    color: #B9944E;
}

#seventhArea .seventhAreaBox .companyCulture .companyCultureBox .companyCultureList .news_date {
    widows: 20%;
    font-size: 12px;
    text-align: right;
    float: right;
}

#geryStrip {
    width: 100%;
    height: 30px;
    background: #dededc;
    margin-bottom: 6px;
}

#geryStrip .topicTitle {
    width: 120px;
    text-align: center;
    background: #CDB579;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#eighthArea {
    height: 180px;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#eighthArea > div {
    height: 100%;
}

/* #eighthArea .eighthAreaBox1{
background: url(/r/cms/www/newpage/image/arrow_left.png) repeat; 
} */
#eighthArea .eighthAreaBox2 {
    position: relative;
    margin-left: 6px;
}

#eighthArea .eighthAreaBox2 #eighthAreaCenter {
    position: absolute;
    top: 0px;
    left: 0px;
}

#eighthArea .eighthAreaBox2 .eighthAreaBoxCon {
    width: 314px;
    height: 180px;
    /*color: #fff;
    font-size: 26px;
    line-height: 158px;
    text-align: center;*/
    float: left;
    /*margin-bottom: 4px;*/
    margin-right: 4px;
}

/* #eighthArea .eighthAreaBox3{
background: url(/r/cms/www/newpage/image/arrow_right.png) repeat; 
} */
#ninthArea {
    width: 100%;
    height: 64px;
    background: #dededc;
    margin-bottom: 10px;
}

#ninthArea #ninthAreaBox {
    width: 92%;
    height: 64px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    font-weight: bold;
}

#ninthArea #ninthAreaBox li {
    float: left;
    width: 50px;
    text-align: center;
    height: 64px;
    line-height: 64px;
}

.indexContent .mainContent .areaBoxHead {
    width: 100%;
    height: 36px;
    background: url('/r/cms/www/newpage/image/bg_03.png') repeat;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: 100% 100%;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadLeft {
    float: left;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadLeft .areaBoxTitle {
    font-size: 16px;
    color: #000;
    width: 114px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    /*font-weight: bold;*/
    cursor: pointer;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadLeft .areaBoxTitle2 {
    font-size: 16px;
    color: #000;
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.areaBoxTitle.show {
    font-weight: bold;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadRight {
    margin-right: 14px;
    float: right;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadRight a {
    color: #8d8d8d;
    font-size: 12px;
    display: inline-block;
    padding-left: 16px;
    background-image: url(/r/cms/www/newpage/image/more_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.indexContent .mainContent .areaBoxHead .importantIcon {
    width: 24px;
    display: inline-block;
    text-align: center;
}

.indexContent .mainContent .areaBoxHead .areaBoxHeadLeft .show {
    background: url('/r/cms/www/newpage/image/tt.png') repeat;
    cursor: pointer;
    color: #fff;
}