.content{
    width: 1000px;
    margin: 0 auto;
    color: #654a37cc;
}
body{
    background-color: #f2eeeb;
}
.container{
    max-width: 1200px;
    position: relative;
}
.navbar{
    background-color: #9f0407 !important;
    padding: 1.2rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0 1.5rem;
    position: relative;
}
.navbar-light .navbar-nav > li:not(:last-child) .nav-link:after {
	content: '';
	position: absolute;
	top: 18%;
	right: 0;
	height: 72%;
	width: 1px;
	background-color: #fff;
}
.navbar-light .navbar-nav .nav-link span{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link span:hover{
    color: #c88283;
    border-bottom: 1px solid #c88283;
}
.navbar-light .navbar-nav .active>.nav-link span{
    color: #c88283;
    border-bottom: 1px solid #c88283;
}
.navbar-nav > li{
    position: relative;
}
.navbar-nav > li > dl{
    position: absolute;
    left: 0;
    top: 58px;
    background-color: #9f0407;
    width: 100%;
    border-radius: 5px;
    display: none;
    z-index: 2;
}
.navbar-nav > li > dl dd{
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.navbar-nav > li > dl dd a{
    color: #fff;
}
.navbar-nav > li > dl dd a:hover{
    color: #fff;
    opacity: 0.5;
}
.banner_panel{
    padding-bottom: 30px;
}
.sp1{
    width: 100%;
    text-align: right;
    padding-right: 10%;
    margin-top: 10px;
}
.sp1 > span{
    margin-left: 10px;
}
.sp1 > .swiper-pagination-bullet-active{
    background: #9e1c1f;
}
.web_content{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.sw2{
    box-shadow: 4px 4px 10px #666;
}
.poster_img{
    width: 100%;
}
.see_more{
    position: absolute;
    padding: 0 40px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    right: 0;
    bottom: 0;
    z-index: 99;
    border-top-left-radius: 6px;
    height: 35px;
    line-height:35px;
}
.see_more:hover{
    color: #fff;
    opacity: 0.5;
}
.see_more > img{
    height: 16px;
}
.part1{
    width: 900px;
    margin: 150px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
}
.part1_left{
    width: 500px;
}
.part1_left > dt > h3{
    font-size: 25px;
    color: #2d0e00;
    font-weight: bold;
}
.part1_left > dt > p{
    font-size: 12px;
    color: #9b897c;
    font-weight: 100;
    letter-spacing: 1.3px;
}
.part1_left > dd{
    margin-top: 30px;
}
.part1_left > dd > p{
    font-size: 15px;
    color: #9b897c;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-weight: 100;
}
.part1_right{
    width: 450px;
}
.see_more2{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 370px;
    width: 100px;
    height: 100px;
    border: 1px solid #a4968f;
    padding: 10px 15px;
}
.see_more2 > p{
    font-size: 12px;
    color: #9b897c;
    font-weight: 100;
}
.see_more2 > img{
    width: 12px;
    margin-top: 12px;
}
.part2{
    width: 1000px;
    margin: 0 auto;
}
.part2 > dt > h3{
    font-size: 30px;
    color: #2d0e00;
    font-family: 宋体;
    font-weight: bold;
    text-align: center;
}
.part2 > dt > p{
    font-size: 12px;
    color: #9b897c;
    text-align: center;
    margin-top: 20px;
    font-weight: 100;
}
.part2 > dd{
    margin-top: 40px;
}
.part2 > dd > p{
    font-size: 16px;
    color: #9b897c;
    margin-bottom: 10px;
    text-align: center;
}
.pic_list1{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.pic_list1 > div{
    width: 315px;
    height: 315px;
    position: relative;
    overflow: hidden;
}
.pic_list1 > div > img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.mask1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    display: none;
}
.mask1 > div{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
}
@keyframes blink{
  from{transform:scale(1.2)}
  to{transform:scale(1)} 
}
@-webkit-keyframes blink{
  from{-webkit-transform:scale(1.2)}
  to{-webkit-transform:scale(1)} 
}
@-moz-keyframes blink{
  from{-moz-transform:scale(1.2)}
  to{-moz-transform:scale(1)} 
}
@-ms-keyframes blink{
  from{-ms-transform:scale(1.2)}
  to{-ms-transform:scale(1)} 
}
@-o-keyframes blink{
  from{-o-transform:scale(1.2)}
  to{-o-transform:scale(1)} 
}
.mask1 > div > h3{
    font-size: 25px;
    color: #fff;
    letter-spacing: 3px;
}
.mask1 > div > p{
    font-size: 12px;
    color: #ccc;
    opacity: 0.7;
}
.see_more3{
    font-size: 14px;
    color: #ccc;
    padding: 6px 15px;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.see_more3:hover{
    color: #fff;
    background-color: #9f0407;
}
.part3{
    margin: 150px auto 100px;
}
.part3_text > p{
    font-size: 30px;
    color: #4d3930;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 100;
}
.part3_text > p > span{
    font-size: 32px;
    font-weight: bold;
    font-family: 宋体;
}
.tip1{
    font-size: 8px;
    color: #4d3930;
    text-align: center;
    margin: 20px 0 80px;
    font-weight: 100;
}
.pic_list2{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 900px;
    margin:35px auto;
}
.pic_list2 > div{
    cursor: pointer;
}
.pic_list2 > div > p{
    font-size: 18px;
    text-align: center;
    color: #644836;
    margin: 25px 0 5px;
}
.img_panel{
    position: relative;
    width: 165px;
    height: 232.2px;
}
.img_panel > img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.mask2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.mask2 > img{
    width: 100%;
    height: 100%;
}
.click_show{
    text-align: center;
}
.click_show > span{
    font-size: 12px;
    color: #bbada3;
    padding-bottom: 5px;
    font-weight: 100;
        position: relative;
}
.click_show > span:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    border-bottom: 1px solid #42210b;
    }
.honor_list{
    width: 1000px;
    margin: 50px auto;
}
.honor_list > div{
    border: 1px solid #644836;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
}
.honor_list > div > ul > li{
    padding: 10px 20px 10px;
}
.honor_list > div > ul > li:nth-child(even){
    background-color: #f1edea;
}
.honor_list > div > ul > li > p{
    display: flex;
    display: -webkit-flex;
    font-size: 16px;
    color: #644836;
    justify-content: space-between;
    line-height: 30px;
}
.honor_list > div > ul > li > p > span:first-child{
    font-weight: bold;
}
.honor_list > div > ul > li > p > span:nth-child(2){
    flex: 1;
    width: 100%;
    text-align: right;
    padding: 0 25px;
}
.honor_list > div > ul > li > p > span:last-child{
    width: 160px;
}
.part4_head,.part4_foot{
    width: 100%;
    height: 100px;
}
.part4_foot{
    margin-top: 60px;
}
.part4_body{
    width: 900px;
    margin: 40px auto 0;
}
.part4_body > dl{
    margin-bottom: 50px;
}
.part4_body > dl > dt{
    text-align: center;
    margin-bottom: 20px;
}
.part4_body > dl > dt > span{
    font-size: 28px;
    color: #42210b;
    font-weight: initial;
    border-bottom: 1px solid #42210b;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.part4_body > dl > dd{
    font-size: 12px;
    color: #b6a89e;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 100;
}
.work_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.work_list > a{
    margin:0 15px 30px 0;
    width: 290px;
}
.work_list > a:nth-child(3n){
    margin-right:0;
}
.img_panel3{
    width: 290px;
    height: 349.4px;
    overflow: hidden;
    position: relative;
}
.img_panel3 > img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.work_list > a > p{
    font-size: 16px;
    color: #786050;
    position: relative;
    margin-top: 18px;
    padding-top: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.work_list > a > p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    border-bottom: 1px dashed #786050;
}
.see_more4{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    margin: 30px auto 0;
    font-size: 12px;
    color: #8a7466;
    border: 1px solid #8a7466;
    text-align: center;
    letter-spacing: 2px;
}
.see_more4:hover{
    background-color: #8a7466;
    color: #fff;
}
.web_foot{
    min-height: 200px;
    background-color: #900407;
    padding: 40px 0 60px;
}
.web_foot > div{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}
.foot_left{
    border-right: 1px solid #dfc0c0;
    display: flex;
    display: -webkit-flex;
    padding-right: 30px;
}
.foot_left_left{
    width: 150px;
    margin-right: 25px;
}
.foot_left_left > p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 2px;
    opacity: 0.6;
}
.qrcode{
    width: 150px;
    height: 150px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dfc0c0;
    background: linear-gradient(to bottom,#a53336,#930b0e);
}
.qrcode > img{
    width: 110px;
    height: 110px;
    border-radius: 10px;
}
.foot_left_right > p{
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    letter-spacing: 2px;
    opacity: 0.6;
}
.tip2{
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 100;
}
.foot_nav{
    height: 150px;
    padding: 20px 0 0 15px;
    border-top: 1px solid #dfc0c0;
    background: linear-gradient(to bottom,#a53336,#930b0e); 
}
.foot_nav > a{
    display: inline-block;
    font-size: 16px;
    color: #dfc0c0;
    line-height: 35px;
    margin-right: 5px;
}
.foot_nav > a:nth-child(4n){
    /*margin-right: 0;*/
}
.foot_nav > a:hover{
    opacity: 0.4;
}
.foot_right{
    padding-left: 30px;
}
.foot_right > img{
    height: 41px;
    margin-bottom: 20px;
}
.foot_right > p{
    font-size: 14px;
    color: #dfc0c0;
    line-height: 33px;
    white-space: nowrap;
}
.second_nav{
    background-color: #e9d9d6;
}
.second_nav > div{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding: 20px 35px;
}
.second_nav > div > a{
    padding: 0 1rem;
    color: #81090b;
    border-right: 1px solid #81090b;
}
.second_nav > div > a:last-child{
    border-right: none;
    padding-right: 0;
}
.second_nav > div > .active{
   opacity: 0.5;
}
.common_body{
    width: 1000px;
    margin: 0 auto;
}
.des_panel{
    width: 1000px;
    margin: 0 auto 40px;
}
.des_panel > dt{
    margin-bottom: 40px;
}
.des_panel > dt > h3{
    font-size: 25px;
    color: #4c290e;
}
.des_panel > dt > h3 > span{
    font-size: 16px;
    color: #4c290e;
}
.des_panel > dt > p{
    font-size: 12px;
    color: #bbaea5;
    letter-spacing: 2px;
    font-weight: 100;
}
.des_panel > dd > p{
    font-size: 16px;
    color: #afa196;
    line-height: 35px;
}
.common_work_panel{
    width: 1000px;
    margin:0 auto 20px;
}
.common_work_panel > dt{
    margin-bottom: 20px;
}
.common_work_panel > dt > span{
    font-size: 16px;
    color: #664c38;
    border-bottom: 1px dashed #afa196;
    font-weight: initial;
    height: 30px;
    display: inline-block;
    width: 220px;
}
.common_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.common_list > div{
    width: 320px;
    height: 203px;
    margin: 0 20px 30px 0;
    position: relative;
    overflow: hidden;
}
.common_list > div:nth-child(3n){
    margin-right: 0;
}
.common_list > div > img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.common_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    transition: all 0.5s;
}
.common_mask > a {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.common_mask > a > h5{
font-size: 20px;
    color: #fff;
    padding: 0 20px;
}
.swp_common{
    width: 900px;
    margin: 0 auto;
}
.img_panel2{
    width: 850px;
    height: 488px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.item_img{
    max-width: 100%;
    max-height: 100%;
}
.lunbo_panel{
    position: relative;
    margin-bottom: 40px;
}
.swp_left{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aa3d3d'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
}
.swp_right{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aa3d3d'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
}
.second_banner{
    width: 100%;
}
.news_list{
    width: 100%;
    background-color: #fff;
     box-shadow: 4px 4px 10px #ccc;
     margin-top: 30px;
     padding: 30px 8%;
}
.news_list > a{
    display: flex;
    display: -webkit-flex;
}
.news_list > a > span{
    font-size: 16px;
    color: #4e2f1a;
    line-height: 40px;
    width: 595px;
}
.news_list > a > span:first-child{
    font-weight: bold;
    padding-right: 30px;
    white-space: nowrap;
    text-align: right;
    width: 240px;
}
.news_list > div{
    display: flex;
    display: -webkit-flex;
}
.news_list > div > span{
    font-size: 16px;
    color: #4e2f1a;
    line-height: 40px;
    width: 595px;
}
.news_list > div > span:first-child{
    font-weight: bold;
    padding-right: 30px;
    white-space: nowrap;
    text-align: right;
    width: 240px;
}
.tip3{
    text-align: center;
    margin-top: 30px;
}
.tip3 > span{
    font-size: 16px;
    color: #95877c;
    border-bottom: 1px solid #95877c;
    padding-bottom: 10px;
}
.temp_title{
    margin: 30px 0;
}
.temp_title > span{
    font-size: 16px;
    color: #afa196;
    border-bottom: 1px dashed #afa196;
    font-weight: initial;
    height: 30px;
    display: inline-block;
    width: 220px;
}
.tab_panel{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tab_panel > div{
    width: 33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #8a7466;
    cursor: pointer;
}
.tab_panel > div:hover{
    background-color: #c0b3aa;   
}
.tab_panel > .tab_cur{
    background-color: #c0b3aa;
}
.record_list{
    width: 100%;
    background-color: #f4f3f1;
    box-shadow: 4px 4px 10px #ccc;
}
.record_list > p{
    display: flex;
    display: -webkit-flex;
    padding: 16px 8%;
}
.record_list > p:nth-child(even){
    background-color: #f0ece9;
}
.record_list > p > span{
    font-size: 15px;
    color: #4e2f1a;
    line-height: 30px;
}
.record_list > p > span:first-child{
    font-weight: 600;
    width: 140px;
    text-align: left;
    margin-right: 20px;
    letter-spacing: 1px;
}
.record_list > p > span:last-child{
    flex: 1;
    width: 100%;
}
.record_panel{
    width: 1000px;
    margin: 0 auto;
}
.record_panel > div{
    display: none;
}
.record_panel > .record_on{
    display: block;
}
.lang_panel{
    width: 92px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}
.lang_panel > span{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.lang_panel:hover > span{
    opacity: 0.6;
}
.lang_panel:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    right: 0;
    top: 6px;
}
.lang_change{
    background-color: #fff;
    padding: 3px 10px;
    display: none;
}
.lang_change > a{
    display: block;
}
.lang_change > a > span{
    color: #800714;
    font-size: 14px;
}
.lang_change > a > .lang_select{
    color: #e3c7c9;
}
.jump_link{
    margin-bottom: 80px;
}
.jump_link > dt{
    font-size: 14px;
    color: #afa196;
    letter-spacing: 1.5px;
    font-weight: 100;
    margin-bottom: 10px;
}
.jump_link > dd > a{
    font-size: 14px;
    color: #afa196;
    border-bottom: 1px solid #402510;
    letter-spacing: 1.5px;
    font-weight: 100;
    margin-right: 25px;
}
.jump_link > dd > a:hover{
    opacity: 0.5;
}
.person_panel{
    background: url(../images/bg_head.jpg) no-repeat top center;
    background-size:100% auto;
    min-height: 500px;
    margin-top: 100px;
    padding-top: 72px;
}
.person_content{
    width: 1000px;
    margin: 0 auto;
}
.person_info{
    display: flex;
    display: -webkit-flex;
    position: relative;
    margin-bottom: 70px;
}
.info_left{
    padding-left: 120px;
}
.info_left > dt > h3{
    letter-spacing: 3px;
    font-size: 25px;
    color: #2d0e00;
    margin: 35px 0 30px;
    font-weight: lighter;
    opacity: 0.7;
}
.info_left > dt > p{
    font-size: 12px;
    color: #9b897c;
    font-weight: 100;
    letter-spacing: 1.3px;
}
.part1_left > dd{
    margin-top: 30px;
}
.info_left > dd > p{
    font-size: 15px;
    color: #9b897c;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-weight: 100;
}
.info_right{
    width: 370px;
    height: 100%;
}
.resume,.resume1,.resume2{
    width: 100%;
}
.tab_panel1{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tab_panel1 > div{
    width: 49.8%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #8a7466;
    cursor: pointer;
}
.tab_panel1 > div:hover{
    background-color: #c0b3aa;   
}
.tab_panel1 > .tab_cur{
    background-color: #c0b3aa;
}
.tab_panel1 > div:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab_panel1 > div:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.record_panel1{
    width: 1000px;
    margin: 0 auto;
}
.record_panel1 > div{
    display: none;
}
.record_panel1 > .record_on{
    display: block;
}
.tab_panel2{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tab_panel2 > div{
    width: 33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #8a7466;
    cursor: pointer;
}
.tab_panel2 > div:hover{
    background-color: #c0b3aa;   
}
.tab_panel2 > .tab_cur{
    background-color: #c0b3aa;
}
.tab_panel2 > div:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab_panel2 > div:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.record_panel2{
    width: 1000px;
    margin: 0 auto;
}
.record_panel2 > div{
    display: none;
}
.record_panel2 > .record_on{
    display: block;
}
.honor_panel{
    width: 100%;
}
.temp_title2 {
    margin-bottom: 10px;
}
.temp_title2 > span{
    font-size: 16px;
    color: #664c38;
    border-bottom: 1px dashed #afa196;
    font-weight: initial;
    height: 30px;
    display: inline-block;
    width: 220px;
}