@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0; }
body { font:"Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased !important; max-width: 1920px; margin: 0 auto; color:#707070; font-family:微软雅黑,'Heiti SC',黑体,Arial;position:relative;font-size:14px;overflow-x: hidden;background-color: #efece5;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#474747;line-height:1.2;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
ol, ul, li { list-style: none; }
img {border: 0;outline:0;vertical-align: middle;}
i,em{font-style:normal;font-weight:normal;}
a{text-decoration:none !important;color:inherit;}
a:focus{outline:0;}
.img-full{width: 100%; height:100%; margin: 0 auto; display: block;}
/*浮动*/
.clearfix,
.clear {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after,
.clear:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex>*{display:block;}.flex>.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.dir-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
.dir-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;}
.dir-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.dir-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;}

.main-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}
.main-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.main-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.main-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.cross-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.cross-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}
.cross-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.cross-baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;}
.cross-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}

.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
header{
	    position: absolute !important;
	    background: rgba(0, 0, 0, 0.7);
	    color: #fff;
	    left: 0;
	    top: 0;
	    right: 0;
		    z-index: 9999;
			margin-bottom: 0;
}
.nav>li>a{
	color: #acacac;
	font-weight: 400;
	padding-left:20px;
	padding-right:20px;
}
.nav>li.active a{
	color: #fff;
	font-weight: 600;
	background: rgba(123,27,28,.65);
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color:transparent;
	color: #fff;
	font-weight: 600;
}
.menu-ul.nav>li>a:focus, .menu-ul.nav>li>a:hover{
	background: rgba(123,27,28,.65);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color:transparent;
	border: none;
}
.navbar-nav>li>.dropdown-menu{
	    background: rgba(0, 0, 0, 0.7);
	    color: #fff;
	    top: 51px;
	    min-width: 60px;
	    margin-left: -10px;
}
.navbar-brand{
	padding: 8px 15px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.dropdown-menu>li>a{
	    color: #acacac;
	    padding: 5px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: transparent;
	color: #fff;
}
.search_s{position:absolute;right:25px;border:1px solid #ddd;width:240px;height:40px;top: 100%;transition:all 0.2s ease-out 0s;padding-left:10px;background: #fff !important;border-radius: 3px !important;overflow:hidden;z-index: 2;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.open>.search_s{
	display: flex !important;
}
.search_s .kw {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    color: #707070;
    font-size: 13px;
    width: calc(100% - 62px);
    outline: none;
    border: none;
}
.search_s .ok {
    display: block;
    width: 36px;
    background: url(../images/ico_search.png) no-repeat center center;
    background-size: 19px 19px;
    height: 20px;
    margin-right: 7px;
    margin-left: 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    outline: none;
    border: none;
    border-right: 1px solid #d8d8d8;
    padding-right: 10px;
}
.search_s .close1 {
    width: 20px;
    height: 19px;
    background: url(../images/close11.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    margin-left: 2px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.login_1{
    background: url(../images/icon-user.png) no-repeat center top/100% auto;
	background-size: 100%;
	    width: 28px;
	    height: 20px;
	    padding: 0 !important;
	    position: relative;
	    top: 16px;
	    left: 15px;
}
.search_l{
    background: url(../images/icon-search.png) no-repeat center top/100% auto;
	background-size: 100%;
	    width: 28px;
	    height: 20px;
	    padding: 0 !important;
	    position: relative;
	    top: 17px;
	    left: 40px;
}
.bg{
	padding-bottom: 25px;
}
.bs-docs-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #99979c;
	text-align: center;
	background-image: url(../images/10-01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bs-docs-footer .f-addr{
	display: block;
  color: #848484;
}
.bs-docs-footer .f-tel{
	display: block;
  padding: 10px 0;
  color: #848484;
}
.bs-docs-footer .f-copyright{
	display: block;
  color: #848484;
}

.bs-docs-footer a {
    color: #fff;
	font-size: 13px;
}

.bs-docs-footer-links {
    padding-left: 0;
    margin: 0 auto 25px;
		text-align: center;
}

.bs-docs-footer-links li {
    display: inline-block
}

.bs-docs-footer-links li+li {
    margin-left: 25px
}
.bs-docs-footer p{
	text-align: center;
	font-size: 12px;
	    line-height: 1.5;
}
.bs-docs-footer p span{
	     margin: 0 20px;
	     white-space: nowrap;
}
.first-screen{ 
 /** background: url(../images/p_per_banner.png) left top no-repeat; background-size: cover ;height: 484px; **/
 overflow: hidden;
}
.first-screen.index{
  height: 600px;
}
.first-screen .bg_banner{
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: 0px 30px;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  opacity: 0;
}
.first-screen .bg_banner.b1{
  background-image: url(../images/p_index_bg.png);
}
.first-screen .bg_banner.b2{
  background-image: url(../images/p_per_banner.png); 
}
.banner_active{
  animation: banner 8s ease-in forwards;
  opacity: 1;
}
@-webkit-keyframes banner{
0%{
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
}
95%{
  opacity: 1;
  width: 110%;
  height: 110%;
  left: -5%;
  right: -5%;
}
100%{
  opacity: 0;
  width: 200%;
  height: 200%;
  left: -50%;
  right: -50%;
}
}
@keyframes banner{
  0%{
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
  }
  95%{
    opacity: 1;
    width: 110%;
    height: 110%;
    left: -5%;
    right: -5%;
  }
  100%{
    opacity: 0;
    width: 200%;
    height: 200%;
    left: -50%;
    right: -50%;
  }
}
.first-screen .title{
	width: 1200px;
  z-index: 6;
  height: 384px;
  background: #f0eeef;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  left: calc(50% - 600px);
  left: -webkit-calc(50% - 600px);
  left: -moz-calc(50% - 600px);
  top: 100px;
}
.f.first-screen .title{
	width: 935px;
}
.f.first-screen .title .banner-title-desc-box{width: 50%;}
.first-screen .title .m1{
	position: absolute;
  padding: 15px;
  background: #f0eeef;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
  z-index: 6;
  display: block;
  width: 255px;
  right: -265px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  display: none;
}
.f.first-screen .title .m1,.f.first-screen .title .m2{
	display: block;
}
.first-screen .title .m2{
	position: absolute;
  padding: 15px;
  background: #f0eeef;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
  z-index: 6;
  display: block;
  width: 255px;
  right: -265px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  bottom: 0px;
  display: none;
}
.first-screen .title .banner-title-img-box{
	float: left;
  height: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  margin: 10px;
  background: #55211e;
  border-radius: 3px;
}
.first-screen .title .banner-title-img-box img{
	width: auto;
  height: 100%;
}
.first-screen .title .banner-title-desc-box{
	float: left;
  height: 100%;
  width: 60%;
}
.first-screen .title .desc-name{
	color: #525252;
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin-top: 100px;
  margin-left: 25px;
}
.first-screen .title .desc-detail{
	margin-left: 25px;
  display: block;
  margin-top: 20px;
  color: #525252;
  font-size: 16px;
  line-height: 26px;
}
.first-screen .title .see-detail{
	position: absolute;
  width: 98px;
  height: 36px;
  background-image: url(../images/p_see_detail.png);
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
.search-area{
	 width: 50%;margin: 4% auto 0;
}
.first-screen .ty{   
   
    height: 38px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    }
.first-screen .inp1{    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #5f5f5f;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0px 15px;
	outline: none;
    border: none;}
.first-screen .inp2{width: 60px;
    height: 33px;
    background-color: #7b1b1c;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    outline: none;
    border: none;
}
.hots{
	color: #dcdcdc;
	font-size: 12px;
	margin-top: 15px;
}
.check-box {position: relative;margin: 25px 5px 0;color: #fff;}
.check-box label{
	margin: 0;
	color: #fff;
	font-weight: 400;vertical-align: middle;
	cursor: pointer;
}
.check-box .check+label {width: 17px;height: 17px;cursor: pointer;display: inline-block;vertical-align: middle;position: relative;-moz-border-radius: 4px;border-radius: 4px;border: 1px solid #fff;    margin-right: 2px;}
.check-box .check+label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.check-box .check {
display: none;
}
.check-box .check:checked+ label{
	background-color: #feeBAB;
	border-color: #feeBAB;
}
.check-box .check:checked+ label +label{
	color: #feeBAB;
}
.check-box .check:checked + label:after {
opacity: 1;
}
.news {overflow: hidden;color: #fff;padding: 45px 25px 40px;box-sizing: border-box;}
.news .title {
    overflow: hidden;
    color: #fff;
	margin-bottom: 20px;
	
}
.news .title .more {font-family: fzfysjt;color: #fff;position: relative;line-height: 1;padding-right: 22px;}
.news .title .more i {position: absolute;right: 0px;top: 2px;background: url(../images/icon-more.png) no-repeat;background-size: 90%;width: 12px;height: 100%;}
.news .title .more:hover i { -webkit-transition: all 0.5s linear; transition: all 0.5s linear; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.news .title h1 { font-size: 0; display: inline-block; background: url(../image/title_dot.png) no-repeat center center; overflow: hidden; color: inherit; }
.news .title h1 a{
	color: #fff;
}
.news .title h1 span { font-size: 24px; }
.news .title h1 span { vertical-align: middle; display: inline-block; }
.news .title .tit-span{
	    margin: 0 10px;
	    line-height: 1;    position: relative;
}
.news .title .tit-span:first-child {margin-left: 0;}
.news .title .tit-span:last-child { margin-right: 0; }
.news .title .tit-span img { height: auto; max-width: none; vertical-align: middle; width: 17px; }
.news .num {overflow: hidden;color: #fff;margin-bottom: 10px;justify-content: center;}
.news .num p { float: right; font-size: 12px;  height: 38px; line-height: 38px;  text-align: center; margin-left: 8px; }
.news .num p img { width: 50%; }
.news .num b {overflow: hidden;display: block;text-align: center;font-family: Arial, sans-serif;font-size: 32px;line-height: 1;font-weight: normal;}

.news .list1 { color: #fff;padding-top: 20px; padding-bottom: 20px;}
.news .list1 .a { position: relative; padding: 6px 0; padding-left: 28px; display: block; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news .list1 .a em { width: 19px; height: 14px;/*background:url(../image/lyc/index-icon1.png) no-repeat left center;*/ display: block; position: absolute; top: 50%; left: 0; margin-top: -7px; }
.news .list1 .a em img { vertical-align: top; }
.news .list1 li{
	overflow: hidden;
}
.news .list1 .a {position: relative;padding: 8px 0;padding-left: 25px;display: block;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;max-width: 75%;}
.news .list1 .a:hover{
	color:#f3eb96;
}
.news .list1 .a em { width: 19px; height: 14px;/*background:url(../image/lyc/index-icon2.png) no-repeat left center;*/ display: block; position: absolute; top: 50%; left: 0; margin-top: -7px; }
.news .list1 .a em img { vertical-align: top; }
.news .list1 p{
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.news .list1 p span { font-size: 18px; line-height: 1; }
.news .line{
	    border-bottom: 1px solid rgba(255,255,255,0.15);    border-top: 1px solid rgba(0,0,0,0.15);
}
.news .bg{position: relative;}
.news .bg::before{padding-top: 48.6%;overflow: hidden;content: "";display: block;}
.news .bg img { width: 100%; display: block;position: absolute;top: 0;left: 0;}
.news .rr{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;
-ms-flex-wrap: wrap;}
.news .rr .li{
		width:25%;
		margin: 40px auto 6px;
		}
.news .rr .li .icon{width: 90%;
    height: 82px;margin: 0 auto;
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;
-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;

}
.news .rr .li .icon:hover{
	transform: scale(1.05);
}
.news .rr .li .icon img{display: block;max-width: 100%;max-height: 100%;}
.news .links { width: auto; height: 55%; }
.news .link {width: 160px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: relative;
    margin: 5px auto 5px;
    background: url(../images/ml-bg.png) no-repeat;
    background-size: 100%;
}
.news .link:hover{
	transform: scale(1.05);
}
.news .list { overflow: hidden; }
.news .list li { position: relative; }
.news .list li img { width: 100%; }
.guji{
	width: 35%;
	float: left;
	margin-right:2px;
}
.mingjia{
	width: 25.6%;
	    float: left;
	    margin-right: 25px;
	    
	    height: 520px;
}
.mingjia img{height:100%;}
.chengguo{
	width: 34%;float: left;
	margin-left: 25px;
}
.mulu{
	float: left;
	width: 220px;
	margin-right: 25px;
}
.zhuanji{
	width:calc((100% - 270px)/2);
	float: left;
	margin-right: 25px;
}
.zhongyiyao{
	width: 31.85%;float: left;
	margin-right: 25px;
}
.fengshi{
	width: 31.85%;float: left;
	margin-right: 25px;
}
.mulu .title{
	text-align: center;
	justify-content: center;
}
.mulu .more{
	text-align:center;
	margin-top:6px;
	    font-family: fzfysjt;
	    color: #fff;
	    position: relative;
	    line-height: 1;
	    padding-right: 22px;
		display: inline-block;
}
.mulu .more i {
    position: absolute;
    right: 0px;
    top: 2px;
    background: url(../images/icon-more.png) no-repeat;
    background-size: 90%;
    width: 12px;
    height: 100%;
}
.scroll-list { overflow: hidden;  background-repeat: repeat-x; padding-top: 20px; }
.scroll-list li { overflow: hidden;}
.scroll-list p {
    width: 50px;
    float: right;
    font-family: Arial;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
 }
.scroll-list span { font-size:18px; line-height: 1; }
.scroll-list a {line-height: 36px;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #fff;padding-left: 20px;margin-right: 0;padding-right: 25px;max-width: 75%;position: relative;display: inline-block;padding-top: 0;box-sizing: border-box;float: left;}
.scroll-list a:hover{
	color:#f3eb96;
}
.scroll-list em{margin-left: 3px;position: absolute;top: 50%;margin-top: -10px;right: 0;background-color: #b73736;color: #fff;display: inline-block;width: 18px;height: 18px;font-size: 12px;text-align: center;line-height: 18px;border-radius: 3px;font-style: normal;}

.scroll-list a:before { content: ''; position: absolute; left: 6px; top: 20px; width: 4px; height: 4px; border-radius: 50%; background-color: #fff; }

.scroll-list .i-top a:before{width: 12px;height: 12px;border-radius: 0;
background: url(../image/icon_jt.png) no-repeat center center;background-size: 100% auto;
position: absolute;left: 2px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);
}
.first-screen{position:relative}
.first-screen .container{
	position: relative;
	height: 100%;
}
.crumbs .position{ 
       color: #fff;
       position: absolute;
       top: 80px;
       left: 60px;
	   font-size: 13px;
	   }
.crumbs .position a {
    margin: 0 10px;
}
.crumbs .position a:hover{
	color: #f3eb96;
}
.subtitle{
	margin:40px 0;font-size:28px;color:#333;
	font-weight: bold;
	text-align: center;
}
.subtitle .tit-span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    line-height: 1;
}
.subtitle .tit-span img {
    /* height: 32px; */
    width: 40px;
    max-width: 100px;
}
.subtitle .tit-span + span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -1px;
}
.list{margin-top:35px}
.list .item{margin-bottom:10px;background: #FFFFFF;padding: 50px;
border-radius: 8px;    cursor: pointer;}
.list .item h3{font-size:20px;color:#333;margin-bottom:20px; }
.list .item h3 img{
	width: 15px;
	margin-right: 2px;
}
.list .item p{    font-size: 14px;
    line-height: 1.6;
    color: #333;}
.list .anthor{
	margin-bottom:30px;
}
.list .anthor span{
	margin-right: 10px;
	color: #787878;
	font-size: 12px;
}
.pages{padding:35px 0;text-align:center;}
.pages a{display:inline-block;min-width:20px;min-height:30px;line-height:30px;margin:0 5px;font-size:18px;font-family:Arial;vertical-align:middle;}
.pages a.now{color: #333;}
.pages a.prev{background:url(../images/page_prev.png) center center no-repeat;margin-right:5px;background-size:auto 100%;}
.pages a.next{background:url(../images/page_next.png) center center no-repeat;margin-left:5px;background-size:auto 100%;}
.pages .ty{display: inline-block;width: 100px;height: 30px;border: 1px solid #7f3827;border-radius: 16px;position: relative;top: 11px;margin-left: 30px;}
.pages .inp1{width: 60px;height: 29px;font-size: 18px;color: #5f5f5f;text-align: center;float: left;box-sizing: border-box;padding: 0 5px;outline:none;border:none;background-color: transparent;}
.pages .inp2{width: 44px;height: 29px;background-color: #7f3827;font-size: 12px;border: none;color: #fff;border-radius: 15px;float: right;cursor: pointer;position: absolute;right: -1px;top: -1px;text-align: center;}
.guji-page{
	padding-top:65px;
}
.guji-page .list{
		background-color: #fff;
		padding: 50px 0;
}
.guji-page .list h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.guji-page .list .anthor{
	text-align: center;
}
.guji-page .list .item{
	padding: 15px 50px;
}
.guji-page .list .item h3 img{
	margin-right: 6px;
}
.guji-page .list .item p{
	text-indent: 2em;
	margin-bottom: 15px;
}

.quick-btn{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    z-index: 30;
    bottom: 10%;
    width: 60px;
    right: 40px;
    opacity: 0;
}
.quick-btn a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 10px;
	cursor: pointer;
}
.quick-btn a:hover {
    color: #d69d5a;
}
.quick-btn a:hover + .ma-show {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
}

.partner-list{margin: 0 auto 20px;text-align: center; }
.partner-list li{    width: 30%;
    margin: 0 1% 10px;
    display: inline-block;}
.partner-list li:hover{transform: scale(1.05);}
.zhishiku-page .list .item{ padding:35px 10px 25px;}
.zhishiku-page .list .item .scroll{
	max-height: 500px;
	overflow-y: auto;
	padding: 0 15px;
}
.zhishiku-page .list .item .scroll::-webkit-scrollbar {
    width: 4px;
  }
.zhishiku-page .list .item .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     background: #7f3827;
  }
.zhishiku-page .list .item .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
   border-radius: 10px;
   background:#f0f0f0;
  }
@media screen and (max-width:1000px) {
	.guji{
		width: 100%;
		margin-bottom: 25px;
	}
	.mingjia{
		width: 40%;
		    height: 468px;
	}
	.mulu{
		margin-bottom: 25px;
	}
	.zhuanji{
		width: 100%;
	}
	.zhongyiyao{
		width: 100%;
		margin-bottom: 25px;
	}
	.fengshi{
		width: 100%;
		margin-bottom: 25px;
	}
	.news {
	    padding: 30px 20px 25px;
	}
	.news .title {
	    margin-bottom: 0px;
	}
	.news .rr .li .icon {
	    height: 80px;}
	.mulu .title{
			margin-bottom: 15px;
		}
		.mulu .link{
			margin: 3px auto 3px;
		}
}

@media screen and (max-width:640px) {
	
	.mingjia{
		width: 100%;
		    height: auto;
			margin-bottom: 25px;
	}
	.mulu{
		width: 100%;
	}
	.zhuanji{
		margin-bottom: 25px;
	}
	.news {
	    padding: 30px 20px 25px;
	}
	.mulu .news .title {
	   justify-content: center;
	   margin-bottom: 20px;
	}
	.news .rr .li .icon {
	    height: 80px;}
		.bs-docs-footer{
			padding: 25px 0;
		}
		.bs-docs-footer-links {
		    
		    margin-bottom:15px;
		}
		.bs-docs-footer p span{
			display: block;
		}
}
@media (min-width: 1200px){
	.sub-container {
     width: 1000px; 
}
}



header{
	background-image: url(../images/p_top_bg.png);
	background-size: auto 100%;
  	background-repeat: repeat-x;
}

.sub-title{
	background-image: url(../images/p_sub_title_bg.png);
  height: 50px;
  margin: 60px auto 0px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 1200px;
}
.sub-title ul{
	margin: 0px;
  padding: 0px 50px;
  height: 50px;
  position: relative;

}
.sub-title ul li{
	list-style: none;
  float: left;
  width: 16.6666666%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.sub-title ul li br{
	display: none;
}
.sub-title ul .sub-cursor{
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 10px 10px;
  border-color: #7b0708 transparent transparent;
  position: absolute;
  top: 50px;
  right: 0px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.sub-title ul.a0 .sub-cursor{
	right: calc(91.33333% - 48px);
	right: -webkit-calc(91.33333% - 48px);
	right: -moz-calc(91.33333% - 48px);
}
.sub-title ul.a1 .sub-cursor{
	right: calc(74.77777% - 32px);
	right: -webkit-calc(74.77777% - 32px);
	right: -moz-calc(74.77777% - 32px);
}
.sub-title ul.a2 .sub-cursor{
	right: calc(58.1111111% - 16px);
	right: -webkit-calc(58.1111111% - 16px);
	right: -moz-calc(58.1111111% - 16px);
}
.sub-title ul.a3 .sub-cursor{
	right: 41.555555%;
}
.sub-title ul.a4 .sub-cursor{
	right: calc(16px + 24.999999%);
	right: -webkit-calc(16px + 24.999999%);
	right: -moz-calc(16px + 24.999999%);
}
.sub-title ul.a5 .sub-cursor{
	right: calc(32px + 8.333333%);
  right: -webkit-calc(32px + 8.333333%);
  right: -moz-calc(32px + 8.333333%);
}

.item-box{
	width: 1200px;
  margin: 10px auto 0px;
  display: flex;
}
.item-box .item{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
  border-radius: 3px;
  display: none;
  min-height: 100px;
}
.home .home-bar-box{
	padding: 15px 0px;
  height: 65px;
  background-image: url(../images/p_bar.png);
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position: 0px center;
  background-color: #fff;
}
.home .home-bar-title{
	float: left;
  line-height: 35px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-indent: 25px;
}
.home .more-btn{
	background-image: url(../images/p_see_detail.png);
  float: right;
  width: 98px;
  height: 36px;
  margin-right: 15px;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 100% center;
  cursor: pointer;
}
.home .ll{background-color: #fff;margin-bottom: 10px;}
.home .ll ul.text{
	height: 80px;
  padding: 0px 15px;
}
.home .ll ul.text li .ms{
	height: 100%;
  background: #f0eeef;
  display: inline-block;
  float: left;
  width: calc(20% - 10px);
  margin: 0px 5px;
  box-sizing: border-box;
  border-top: 3px solid #a94c02;
  font-size: 14px;
  padding: 10px 8px;
  color: #333;
  height: 80px;
}
.home .ll ul.year{
	height: 60px;
  padding: 0px 15px;
}
.home .ll ul.year li{
	height: 100%;
  display: inline-block;
  float: left;
  width: calc(20% - 10px);
  margin: 0px 5px;
  font-size: 12px;
  color: #333;
  position: relative;
}
.home .ll ul.year li .y1{
	width: 90px;
  height: 50px;
  background-image: url(../images/p_year1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto;
  text-align: center;
  line-height: 58px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.home .ll ul.year li .y2{
	width: 90px;
  height: 50px;
  background-image: url(../images/p_year2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto;
  text-align: center;
  line-height: 58px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.home .ll ul.year li .line{
	position: absolute;
  width: 100%;
  border-top: 1px dashed #666;
  top: 30px;
  left: 50%;
}
.home .cj{
	background-color: #fff;
  margin-bottom: 10px;
}
.home .cj ul{
	padding: 0px 15px;
  margin: 0px;
  height: 190px;
}
.home .cj ul li{
	width: calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
  float: left;
  background: #f0eeef;
  padding: 5px;
  margin: 0px 5px 10px 5px;
  font-size: 14px;
  height: 85px;
}
.home .fc{
	background-color: #fff;
  margin-bottom: 10px;
}
.home .fc ul{
	padding: 0px 15px;
  margin: 0px;
  height: 250px;
}
.home .fc ul li{
	float: left;
  width: calc(33.333333% - 10px);
  width: -webkit-calc(33.333333% - 10px);
  width: -moz-calc(33.333333% - 10px);
  margin: 0px 5px;
}
.home .fc ul li img{
  width: 100%;
}
.home .bd{
	background-color: #fff;
  margin-bottom: 10px;
}
.home .bd ul{
	padding: 15px 15px;
  margin: 0px;
  height: 320px;
}
.home .bd ul li{
	height: 40px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #f0eeef;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.home .bd ul li .xh{
	width: 32px;
  height: 40px;
  background: #99897a;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
.home .bd ul li .ms{
	float: left;
  line-height: 40px;
  font-size: 14px;
  color: #555;
  text-indent: 12px;
}
.home .bd ul li .ms span{
	display: inline-block;
  margin-left: 30px;
}
.home .lz{
	background-color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.home .lz ul{
	padding: 0px 15px;
  margin: 0px;
  height: 200px;
}
.home .lz ul li{
	width: calc(20% - 10px);
	width: -webkit-calc(20% - 10px);
	width: -moz-calc(20% - 10px);
  float: left;
  margin: 0px 5px;
  position: relative;
  z-index: 10;
  height: 100%;
}
.home .lz ul li img{
  display: block;
  margin: 0px auto;
  height: 150px;
}
.home .lz .db{
	height: 20px;
	background: #8c5b40;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  left: 10px;
  position: absolute;
  bottom: 45px;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
}
.home .lz .hb{
	width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  left: 10px;
  position: absolute;
  height: 10px;
  background: #523020;
  bottom: 35px;
}
.media-report,.per-info{
	background-color: #fff;
}
.media-report .media-title{
	padding: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.media-report ul{padding: 0px 20px;}
.media-report ul li{
	list-style: none;
  height: 120px;
  margin-bottom: 10px;
}
.media-report ul li .media-report-num{
	background: #99897a;
  float: left;
  height: 100%;
  width: 40px;
  line-height: 120px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px 0px 0px 3px;
}
.media-report ul li .media-report-info{
	height: 100%;
  width: calc(100% - 40px);
  float: left;
  background: #f0eeef;
  border-radius: 0px 3px 3px 0px;
}
.media-report ul li .m-t{
	padding: 15px 0px 5px 20px;
  display: block;
  color: #726150;
  font-size: 18px;
  font-weight: bold;
}
.media-report ul li .m-d{
	display: block;
  padding: 0 0 5px 20px;
  color: #868686;
  font-size: 16px;
}
.media-report ul li .m-i{
	display: block;
  padding: 0 0 0 20px;
  color: #868686;
  font-size: 14px;
}
.per-info .p-name{
	text-align: center;
  font-size: 24px;
  color: #000;
  padding-top: 30px;
}
.per-info .p-a-t{
	color: #555;
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.per-info p{
	padding: 0px 50px;
  color: #333;
  text-indent: 30px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.item-box .maybe-like{
	width: 270px;
  background: #fff;
  margin-left: 10px;
  border-radius: 3px;
}
.maybe-like .maybe-title{
	font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
.maybe-like ul{padding: 0px 10px;}
.maybe-like ul li{list-style: none;}
.maybe-like ul li .img-b{}
.maybe-like ul li .img-b img{}
.maybe-like ul li .n{
	text-align: center;
  display: block;
  color: #333;
  line-height: 40px;
  font-size: 16px;
}

.item-box .item.item4{
	width: 100%;
  padding: 20px 10px;
  background: #fff;
}
.highlight .img-title{
	color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
}
.highlight .img-list{
	width: calc(33.333333% - 10px);
	width: -webkit-calc(33.333333% - 10px);
	width: -moz-calc(33.333333% - 10px);
  margin: 0px 5px;
  float: left;
}
.highlight .img-list img{
	margin-bottom: 10px;
	cursor: pointer;
}

.preview{
	position: fixed;
  width: 800px;
  height: 500px;
  top: calc(50% - 250px);
  top: -webkit-calc(50% - 250px);
  top: -moz-calc(50% - 250px);
  background: #fff;
  z-index: 99;
  left: calc(50% - 400px);
  left: -webkit-calc(50% - 400px);
  left: -moz-calc(50% - 400px);
  box-shadow: 0px 0px 7px 2px rgba(0,0,0,.2);
  display: none;
}
.preview .close{
	font-weight: normal;
  font-size: 18px;
  float: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.preview .pre-img{
	width: 30px;
  height: 50px;
  background-image: url(../images/p_pre.png);
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
}
.preview .img-box{
	position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  overflow: hidden;
}
.preview .img-box img{
	display: block;
  max-width: 700px;
  max-height: 400px;
  margin: 0px auto;
}
.preview .next-img{
	width: 30px;
  height: 50px;
  background-image: url(../images/p_next.png);
  background-size: 55% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
}
.tss{
	display: flex !important;
}
.index-bg{
  background-image: url(../images/p_bg.png);
  background-color: #fff;
}
.t-img{
  background-image: url(../images/p_t_img.png);
  width: 800px;
  height: 136px;
  background-color: #fff;
  margin: 0px auto;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 30px;

}
.master-list{
  height: 580px;
  background-color: rgb(96, 35, 34);
  background-image: url(../images/p_bgg.png);
  position: relative;
}
.master-list ul{
  width: 1200px;
  display: block;
  height: 100%;
  margin: 0px auto;
  padding: 80px 0px;
  position: absolute;
  left: 0px;
  transition: left 0.5s ease;
}
.master-list ul.ul2{
  left: 1200px;
}
.master-list ul li{
  width: 25%;
  float: left;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}
.master-list ul li img{
  display: block;
  border-radius: 300px;
  margin: 0px auto;
  width: 147px;
  height: 153px;
}
.ml-box{
  width: 1200px;
  height: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.master-list ul li .mc{
  position: absolute;
  width: 147px;
  height: 153px;
  top: 0px;
  left: calc(50% - 73.5px);
  left: -webkit-calc(50% - 73.5px);
  border-radius: 300px;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .5s ease;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: center;
}
.master-list ul li:hover .mc{
  opacity: 1;
}
.master-list ul li span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.ms-left-btn{
  background-image: url(../images/04.png);
  width: 21px;
  height: 45px;
  position: absolute;
  left: calc(50% - 600px);
  left: -webkit-calc(50% - 600px);
  left: -moz-calc(50% - 600px);
  top: 280px;
  cursor: pointer;
}
.ms-right-btn{
  background-image: url(../images/05.png);
  width: 21px;
  height: 45px;
  position: absolute;
  right: calc(50% - 600px);
  right: -webkit-calc(50% - 600px);
  right: -moz-calc(50% - 600px);
  top: 280px;
  cursor: pointer;
}
.news-center-box{
  width: 1200px;
  margin: 0px auto;
  padding: 40px 0px;
  background: #fff;
  position: relative;
}
.news-center-box.ky{
  background-color: #133759;
  margin-top: 30px;
  padding: 30px 0px;
}
.news-center-box.ky span{
  color: #fff;
}
.news-center-box.ky .more-btn{
  right: 20px;
  top: 30px;
}
.news-center-box.ky .nc-l{
  top:19.5px;
}
.news-center-box.ky .nc-r{
  top:19.5px;
}
.news-center-box .nc-l{
  background-image: url(../images/04.png);
  position: absolute;
  width: 21px;
  height: 45px;
  left: 500px;
  top: 29.5px;
}
.news-center-box span{
  color: #5e2023;
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 24px;
}
.news-center-box .nc-r{
  background-image: url(../images/05.png);
  position: absolute;
  width: 21px;
  height: 45px;
  right: 500px;
  top: 29.5px;
}
.news-info-box{
  width: 1200px;
  margin: 0px auto;
  height: 265px;
  background: #fff;
  position: relative;
}
.news-info-box .ni-img{
  position: absolute;
  width: 503px;
  height: 265px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.news-info-box .ni-img .pt{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
.news-info-box .ni-img .pt li{
  color: #fff;
  width: 15px;
  height: 15px;
  background: #133759;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  border-radius: 15px;
  list-style: none;
  float: left;
  margin: 0px 2px;
  cursor: pointer;
}
.news-info-box .ni-img .pt .cur{
  background: #602322;
}
.news-info-box .ni-img img.cur{
  opacity: 1;
  z-index: 10;
}
.news-info-box .ni-img:hover img{
  transition: all 0.5s ease;
  width: 110%;
  height: 110%;
  left: -5%;
  top:-5%;
}
.news-info-box .ni-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.news-info-box .ni-text.cur{
  opacity: 1;
  z-index: 10;
}
.news-info-box .ni-text{
  position: absolute;
  width: 697px;
  right: 0px;
  top: 0px;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.news-info-box .ni-t{
  font-size: 20px;
  padding-left: 40px;
  color: #333;
}
.news-info-box .ni-d{
  font-size: 14px;
  padding-left: 40px;
  line-height: 30px;
  color: #333;
}
.news-info-box .ni-desc{
  font-size: 17px;
  padding-left: 40px;
  color: #333;
  text-indent: 36px;
  padding-top: 15px;
  line-height: 30px;
  padding-right: 50px;
}
.more-btn{
  width: 86px;
  position: absolute;
  height: 31px;
  cursor: pointer;
}
.more-btn .xz{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.more-btn .mb-l{
  background-image: url(../images/06.png);
  width: 31px;
  height: 17px;
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
  top: 7px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.more-btn span{
  width: 100% !important;
  position: absolute;
  display: block;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 31px;
}
.more-btn .mb-r{
  background-image: url(../images/07.png);
  width: 31px;
  height: 17px;
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  top: 7px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.more-btn.ns{
  right: 20px;
  bottom: 10px;
}
.ky-box.kky{
  background-image: url(../images/08.png);
}
.ky-box{
  width: 1200px;
  
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ky-box ul{
  padding: 0px 80px 20px 80px;
}
.ky-box ul li{
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  cursor: pointer;
}
.ky-box ul li .ky-t{
  height: 35px;
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ky-box ul li:hover .ky-t{
  color: #a98c35;
}

.ky-box ul li .ky-d{
  height: 35px;
  display: inline-block;
  float: right;
  width: 80px;
  text-align: right;
}
.wh-box{
  height: 350px;
  position: relative;
  width: 1200px;
  margin: 50px auto 0;
}
.wh-box .wh-l{
  position: absolute;
  height: 100%;
  width: 36%;
  box-sizing: border-box;
  border-right: 3px solid #612420;
  left: 0px;
  top: 0px;
}
.wh-box .wh-r{
  position: absolute;
  width: 64%;
  height: 100%;
  right: 0px;
  top: 0px;
}
.news-center-box.wh-l-t{
  width: 160px;
  position: absolute;
  padding: 0px;
}
.news-center-box.wh-r-t{
  width: 160px;
  position: absolute;
  padding: 0px;
  left: 20px;
}
.news-center-box.wh-l-t .nc-l{
  left: 0px;
  top: 0px;
}
.news-center-box.wh-l-t .nc-r{
  right: 0px;
  top: 0px;
}
.news-center-box.wh-l-t > span{
  line-height: 45px;
}
.news-center-box.wh-r-t .nc-l{
  left: 0px;
  top: 0px;
}
.news-center-box.wh-r-t .nc-r{
  right: 0px;
  top: 0px;
}
.news-center-box.wh-r-t > span{
  line-height: 45px;
}
.wh-l .more-btn{
  right: 10px;
  top: 15px;
}
.wh-l .more-btn span{
  color: #b9a676;
}
.wh-list{}
.wh-list ul{
  padding-top: 60px;
  padding-left: 20px;
}
.wh-list ul li{
  list-style: disc;
  line-height: 20px;
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.wh-list ul li:hover{
  color: #987746;
}
.wh-r .more-btn {
  right: 10px;
  top: 15px;
}
.wh-r .more-btn span{
  color: #b9a676;
}
.wh-img-list{
  margin-top: 60px;
  padding-right: 30px;
  height: 110px;
}
.wh-img-list li{
  float: left;
  width: 226px;
  margin-left: 20px;
  height: 108px;
  overflow: hidden;
  position: relative;
}
.wh-img-list li img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wh-img-list li:hover img{
  transition: all 0.5s ease;
  width:294px;
  height: 140px;
  left: -34px;
  top:-16px;
}
.wh-desc-list{
  padding: 0px 30px;
  margin-top: 10px;
}
.wh-desc-list li{
  list-style: disc;
  color: #333;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.wh-desc-list li:hover .d-ms{
  color: #987746;
}
.wh-desc-list .d-ms{
  font-size: 16px;
  color: #333;
  float: left;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}
.wh-desc-list .d-date{
  font-size: 16px;
  color: #333;
  float: right;
  width: 100px;
  text-align: right;
}
.kp-list{
  height: 280px;
  position: relative;
}
.kp-left{
  width: 50%;
  float: left;
}
.kp-left ul{
  padding: 0px 30px;
}
.kp-left ul li{
  list-style: disc;
  cursor: pointer;
}
.kp-left ul li span{
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
}
.kp-left ul li:hover span{
  color: #a98c35;
}
.ky-box.kp{
  background-color: transparent;
  background-image: url(../images/p_bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
}
.ky-box.kp .news-center-box{
  background: transparent;
}
.jk .wh-list ul{
  padding-top: 60px;
  padding-left: 30px;
}
.jk .wh-list ul li{
  list-style: disc;
  color: #333;
  height: 32px;
  line-height: 32px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.wh-box .wh-l.jk,.wh-box .wh-r.jk{
  width: 50%;
}
.jk .wh-list ul li .jk-ms{
  font-size: 16px;
  color: #333;
  float: left;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}
.jk .wh-list ul li:hover .jk-ms{
  color: #987746;
}

.jk .wh-list ul li .jk-date{
  font-size: 16px;
  color: #333;
  float: right;
  width: 100px;
  text-align: right;
}
.jk .wh-img-list{
  padding-right: 20px;
  height: 180px;
}
.jk .wh-img-list li{
  width: 125px;
  height: 187.5px;
}
.drg li:hover img{
  transition: all 0.5s ease;
  width: 162.5px;
  height: 243.75px;
  left: -18.75px;
  top:-28.125px;
}
.ky-box.zt{
  background-color: #fff;
}
.ky-box.zt .news-center-box{
  background-color: #fff;
}
.ky-box.zt .news-center-box > span{
  color: #592624;
}
.zt .news-center-box.ky .more-btn > span{
  color: #b9a676;
}
.zt .kp-list{
  height: 500px;
  padding-bottom: 30px;
}
.zt .kp-list img{
  display: block;
  margin: 0px auto;
}
.ft-box{
  width: 1200px;
  margin: 0px auto;
  display: flex;
}
.ft-box .ft-left{
  width: 60%;
  padding-left: 50px;
}
.ft-box .ft-right{
  width: 40%;
  padding-top: 55px;
}
.ft-box .ft-item{
  text-align: left;
  font-size: 15px;
  color: rgba(255,255,255,.85);
  line-height: 30px;
}
.ft-box .ft-item span{
  padding: 0px 15px;
}
.ft-box .tf-t{
  color: rgba(255,255,255,.85);
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.nav-box{
  padding-top: 65px;
  width: 1200px;
  margin: 0px auto;
  color: #333;
}
.nav-box > a,.nav-box span{
  font-size: 16px;
  padding:0px 10px;
}
.intro-box{
  width: 1200px;
  margin: 0px auto;
  background: #fff;
}
.intro-box ul{}
.intro-box ul li{
  color: #333;
  font-size: 17px;
  line-height: 35px;
  border-bottom: 1px solid #dee0e2;
  display: block;
  padding: 8px 0px;
  cursor: pointer;
}
.intro-box ul li .point{
  display: inline-block;
  width: 4.5px;
  height: 4.5px;
  background: #333;
  border-radius: 5px;
  float: left;
  margin-left: 30px;
  margin-top: 16px;
}
.intro-box ul li .intro-ms{
  margin-left: 10px;
}
.intro-box ul li .intro-ms:hover a{
  color: #987746;
}

.intro-box ul li:hover .intro-ms{
  color: #703b4d;
}
.intro-box ul li .intro-date{
  float: right;
  margin-right: 30px;
}
.page-box{
  width: 1200px;
  margin: 30px auto;
  text-align: center;
  font-size: 15px;
}
.page-box .s1{
  color: #777;
  margin: 0px 5px;
  cursor: pointer;
}
.page-box .s1.cur{
  background: #edeff2;
  padding: 5px 10px;
  border-radius: 20px;
}
.page-box .s2{
  background: #edeff2;
  height: 28px;
  width: 28px;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 30px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.page-box .s2.cur{
  background: #703b4d;
  color: #fff;
}
.page-box .s3{
  color: #703f49;
  margin: 0px 5px;
}
.page-box input{
  width: 45px;
  background: #eee;
  border: 1px solid;
  box-sizing: border-box;
  text-indent: 16px;
}

.intro-detail-box{
  width: 1200px;
  margin: 30px auto;
  min-height: 1000px;
  background: #fff;
}
.intro-detail-box .idb-title{
  text-align: center;
  color: #333;
  font-size: 28px;
}
.intro-detail-box .idb-date{
  color: #333;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
.intro-detail-box img{
  display: block;
  margin: 0px auto;
}
.intro-detail-box p{
  color: #333;
  font-size: 16px;
  padding: 0px 30px;
  text-indent: 32px;
  line-height: 30px;
  margin: 30px 0px;
}

/**************动画************/
.more-btn .xz{
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.more-btn:hover .xz{
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ztzl{
  position: relative;
}
.ztzl ul{
  display: flex;
}
.ztzl ul li{
  height: auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.ztzl ul li img{
  height: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.ztzl .pre{
  width: 25%;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 5px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.ztzl .pre img{
  width: auto;
  height: 100%;
  max-height: 150px;
}

.ztzl .cur{
  width: 50%;
  overflow: hidden;
}

.ztzl .next{
  width: 25%;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 5px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.ztzl .next img{
  width: auto;
  height: 100%;
  max-height: 150px;
}
.ztzl .ept{
  width: 0%;
}
.swiper-pagination.swiper-pagination-bullets{
  display: none;
}
.about-box{width: 1200px;margin: 40px auto 0;display: flex;background: #fff;}
.about-box .about-left{width: 240px;min-height: 80vh;border-right: 1px solid #dee0e2;box-sizing: border-box;}
.about-left ul{margin: 0;padding: 0;}
.about-left li{width: 100%;height: 70px;line-height: 70px;text-align: center;font-size: 18px;color: #333;border-right: 5px solid #fff;position: relative;cursor: pointer;}
.about-left li img{display: none;position: absolute;right: -25px;top: 19px;width: 32px;height: 32px;}
.about-left li.cur{background-color: #76201f;color: #fff;border-right: 5px solid #a72d2a;}
.about-left li.cur img{display: block;}
.about-box .about-right{width: 960px;padding: 30px 50px;}
.about-box .about-right p{color: #555;font-size: 18px;text-indent: 32px;line-height: 50px;}

.resources-box{margin: 15px 0 0 0;}
.resources-box .res-banner{height: 395px;overflow: hidden;position: relative;}
.resources-box .resources-box-logo.cur{opacity: 1;animation: banner 8s ease-in forwards;}
.resources-box .resources-box-logo{width: 100%;height: 100%;position: absolute;transition: opacity 2s ease;-webkit-transition: opacity 2s ease;opacity: 0;}
.resources-box .search-box{background: #e8e7e3;height: 74px;padding: 12px calc(50% - 600px);padding: 12px -webkit-calc(50% - 600px);padding: 12px -moz-calc(50% - 600px);}

.resources-box .search-box .input-box1{margin-left: 25px;float: left;background-image: url(../images/ipt1.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 430px;}
.resources-box .search-box .input-box1 .s-icon{display: inline-block;float: left;width: 24px;height: 24px;background-image: url(../images/ico_search.png);background-repeat: no-repeat;background-size: 100%;background-position: center center;position: relative;top: 13px;left: 13px;}
.resources-box .search-box .input-box1 input{height: 40px;outline: none;float: left;margin-left: 15px;width: 366px;border: 0px none;position: relative;top: 5px;text-indent: 10px;}
.resources-box .search-box .input-box2{float: left;background-image: url(../images/ipt2.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 180px;background-position: center;font-size: 15px;text-align: center;line-height: 50px;color: #333;cursor: pointer;}
.resources-box .search-box .input-box2:hover{
  animation: blink 0.5s ease;
}
@keyframes blink {
  0% { background-image: url(../images/ipt2.png); }
  25% {background-image: none; }
  50% { background-image: url(../images/ipt2.png); }
  75% {background-image: none; }
  100% {background-image: url(../images/ipt2.png); }
}
.resources-box .resource-list-box{width: 1200px;background: #fff;margin: 0px auto;}
.resources-box .resource-list-box .resource-list-type{height: 50px;padding: 0px 30px;}
.resources-box .resource-list-box .resource-list-type label{color: #000;font-weight: normal;font-size: 18px;line-height: 50px;float: left;}
.resources-box .resource-list-box .resource-list-type ul{margin: 0px;padding: 0px;}
.resources-box .resource-list-box .resource-list-type li{list-style: none;float: left;line-height: 50px;font-size: 18px;padding: 0px 10px;cursor: pointer;}
.resources-box .resource-list-box .resource-list-type li:hover{color: #f61613;}
.resources-box .resource-list-box .resource-list-type li.cur{color: #f61613;}
.resources-box .resource-list-box .resource-list-title{}
.resources-box .resource-list-box .resource-list-title ul{height: 42px;display: block;width: 524px;margin: 30px auto;}
.resources-box .resource-list-box .resource-list-title li{float: left;font-size: 28px;color: #000;padding-left: 70px;background-image: url(../images/res-title-1.png);background-repeat: no-repeat;background-position: 0px center;margin: 0px 40px;cursor: pointer;}
.resources-box .resource-list-box .resource-list-title li.cur{color: #987746;background-image: url(../images/res-title-2.png);}
.resources-box .resource-list-box .resource-list{padding: 0px 20px;}
.resources-box .resource-list-box .resource-list ul{margin: 0px;padding: 0px;font-size: 0px;}
.resources-box .resource-list-box .resource-list .file-ul li{border: 1px solid #ccc;border-radius: 3px;padding: 20px 10px;margin-bottom: 30px;cursor: pointer;}
.resources-box .resource-list-box .resource-list .file-ul li:hover .t{color: #987746;}
.resources-box .resource-list-box .resource-list .file-ul li:hover .d{color: #987746;}
.resources-box .resource-list-box .resource-list .file-ul li:hover .p-area{color: #987746;}
.resources-box .resource-list-box .resource-list .file-ul li .t-area{height: 30px;line-height: 30px;}
.resources-box .resource-list-box .resource-list .file-ul li input{position: relative;top: -2px;}
.resources-box .resource-list-box .resource-list .file-ul li .t{font-size: 20px;color: #333;padding-left: 15px;}
.resources-box .resource-list-box .resource-list .file-ul li .d{font-size: 20px;color: #333;float: right;padding-right: 20px;}
.resources-box .resource-list-box .resource-list .file-ul .p-area{font-size: 18px;color: #555;margin-top: 15px;
  padding: 0px 30px;}
.resources-box .resource-list-box .resource-list .img-ul{display: none;}
.resources-box .resource-list-box .resource-list .img-ul li{width: 25%;height: auto;display: inline-block;margin: 0px;padding: 0px 10px;}
.resources-box .resource-list-box .resource-list .img-ul li .res-img-box{border: 1px solid #ccc;padding: 10px;overflow: hidden;width: 100%;height: 362px;}
.resources-box .resource-list-box .resource-list .img-ul li .res-img-box .r-i-b{width: 100%;height: 100%;overflow: hidden;position: relative;}
.resources-box .resource-list-box .resource-list .img-ul li .res-img-box img{display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.resources-box .resource-list-box .resource-list .img-ul li .res-img-box img:hover{transition: all .5s ease;width: 110%;height: 110%;left: -5%;top:-5%;}
.resources-box .resource-list-box .resource-list .img-ul li .res-img-title{display: block;color: #333;font-size: 20px;text-align: center;line-height: 70px;}
.resources-box .resource-list-box .resource-list .img-ul .hr{border-top: 2px dashed #ccc;padding-bottom: 20px;width: calc(100% + 40px);width: -webkit-calc(100% + 40px);width: -moz-calc(100% + 40px);position: relative;left: -20px;}
.resources-box .resource-list-box .resource-list-nav{}
.resources-box .resource-list-box{}

.exhibition-box{margin: 15px 0 0 0;}
.exhibition-box .res-banner{overflow: hidden;position: relative;margin: 0px auto;}
.exhibition-box .resources-box-logo{width: 100%;}

.exhibition-box .his:hover{
  animation: blink 0.5s ease;
}
@keyframes blink {
  0% { background-image: url(../images/ipt2.png); }
  25% {background-image: none; }
  50% { background-image: url(../images/ipt2.png); }
  75% {background-image: none; }
  100% {background-image: url(../images/ipt2.png); }
}
.exhibition-box .resource-list-box{width: 1200px;background: #fff;margin: 0px auto;}
.exhibition-box .resource-list-box .resource-list-type{height: 50px;padding: 0px 30px;margin-top: 30px;}
.exhibition-box .resource-list-box .resource-list-type label{color: #000;font-weight: normal;font-size: 18px;line-height: 50px;float: left;}
.exhibition-box .resource-list-box .resource-list-type ul{
  margin: 0px auto;
  padding: 0px;
  width: 650px;
  overflow: hidden;
  display: block;
}
.exhibition-box .resource-list-box .resource-list-type li{
  list-style: none;
  float: left;
  line-height: 50px;
  font-size: 20px;
  padding: 0px 12px;
  cursor: pointer;
  width: 130px;
  text-align: center;
  background-image: url(../images/res-title-1.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 20px center;
  text-indent: 45px;
}
.exhibition-box .resource-list-box .resource-list-type li:hover{}
.exhibition-box .resource-list-box .resource-list-type li.cur{  background-image: url(../images/res-title-2.png);color: #987746;}
.exhibition-box .resource-list-box .resource-list-title ul{height: 42px;display: block;width: 524px;margin: 30px auto;}
.exhibition-box .resource-list-box .resource-list-title li{float: left;font-size: 28px;color: #000;padding-left: 70px;background-image: url(../images/res-title-1.png);background-repeat: no-repeat;background-position: 0px center;margin: 0px 40px;cursor: pointer;}
.exhibition-box .resource-list-box .resource-list-title li.cur{color: #987746;background-image: url(../images/res-title-2.png);}
.exhibition-box .resource-list-box .resource-list{padding: 0px 20px;margin-top: 20px;}
.exhibition-box .resource-list-box .resource-list ul{margin: 0px;padding: 0px;font-size: 0px;}
.exhibition-box .his{background-image: url(../images/ipt2.png);width: 170px;height: 45px;line-height: 45px;text-align: center;background-size: 100% 100%;margin: 0px auto;cursor: pointer;}
.exhibition-box .resource-list-box .resource-list .img-ul li{width: 25%;height: auto;display: inline-block;margin: 0px 0px 5px 0px;padding: 0px 2.5px;}
.exhibition-box .resource-list-box .resource-list .img-ul li .res-img-box{overflow: hidden;width: 100%;height: 362px;}
.exhibition-box .resource-list-box .resource-list .img-ul li .res-img-box .r-i-b{width: 100%;height: 100%;overflow: hidden;position: relative;}
.exhibition-box .resource-list-box .resource-list .img-ul li .res-img-box img{display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.exhibition-box .resource-list-box .resource-list .img-ul li .res-img-box img:hover{}
.exhibition-box .resource-list-box .resource-list .img-ul li .h-show{
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  height: 100%;
  background: #b8996d;
  width: 98px;
}
.exhibition-box .resource-list-box .resource-list .img-ul li .h-show .t1{
  color: #fff;
  background: #651d27;
  display: block;
  position: absolute;
  font-size: 14px;
  writing-mode: tb;
  padding: 8px 2px;
  border-radius: 3px;
  top: 40px;
  left: 38px;
}
.exhibition-box .resource-list-box .resource-list .img-ul li .h-show .t2{
  color: #fff;
  display: block;
  position: absolute;
  font-size: 14px;
  writing-mode: tb;
  top: 40px;
  left: 70px;
  letter-spacing: 5px;
}
.exhibition-box .resource-list-box .resource-list .img-ul li:hover .h-show{opacity: 1;}
.exhibition-box .resource-list-box .resource-list .img-ul li .res-img-title{display: block;color: #333;font-size: 20px;text-align: center;line-height: 70px;}
.exhibition-box .resource-list-box .resource-list .img-ul .hr{border-top: 2px dashed #ccc;padding-bottom: 20px;width: calc(100% + 40px);width: -webkit-calc(100% + 40px);width: -moz-calc(100% + 40px);position: relative;left: -20px;}


.master-box{margin: 15px 0 0 0;}
.master-box .search-box{background: #e8e7e3;height: 74px;padding: 12px calc(50% - 330px);padding: 12px -webkit-calc(50% - 330px);padding: 12px -moz-calc(50% - 330px);}
.master-box .search-box .input-box1{margin-left: 25px;float: left;background-image: url(../images/ipt1.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 430px;}
.master-box .search-box .input-box1 .s-icon{display: inline-block;float: left;width: 24px;height: 24px;background-image: url(../images/ico_search.png);background-repeat: no-repeat;background-size: 100%;background-position: center center;position: relative;top: 13px;left: 13px;}
.master-box .search-box .input-box1 input{height: 40px;outline: none;float: left;margin-left: 15px;width: 366px;border: 0px none;position: relative;top: 5px;text-indent: 10px;}
.master-box .search-box .input-box2{float: left;background-image: url(../images/ipt2.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 180px;background-position: center;font-size: 15px;text-align: center;line-height: 50px;color: #333;cursor: pointer;}
.master-box .search-box .input-box2:hover{
  animation: blink 0.5s ease;
}
@keyframes blink {
  0% { background-image: url(../images/ipt2.png); }
  25% {background-image: none; }
  50% { background-image: url(../images/ipt2.png); }
  75% {background-image: none; }
  100% {background-image: url(../images/ipt2.png); }
}
.master-box .resource-list-box{width: 1200px;background: #fff;margin: 0px auto;}
.master-box .resource-list-box .resource-list-type{height: 50px;padding: 0px 30px;}
.master-box .resource-list-box .resource-list-type label{color: #000;font-weight: normal;font-size: 18px;line-height: 50px;float: left;}
.master-box .resource-list-box .resource-list-type ul{margin: 0px;padding: 0px;}
.master-box .resource-list-box .resource-list-type li{list-style: none;float: left;line-height: 30px;font-size: 18px;padding: 0px 15px;cursor: pointer;}
.master-box .resource-list-box .resource-list-type li:hover{background: #651d29;color: #fff;}
.master-box .resource-list-box .resource-list-type li.cur{background: #651d29;color: #fff;}
.master-box .resource-list-box .resource-list{padding: 0px 20px;margin-top: 0px;}
.master-box .resource-list-box .resource-list ul{margin: 0px;padding: 0px;font-size: 0px;}
.master-box .his{background-image: url(../images/ipt2.png);width: 170px;height: 45px;line-height: 45px;text-align: center;background-size: 100% 100%;margin: 0px auto;cursor: pointer;}
.master-box .resource-list-box .resource-list .img-ul li{width: 25%;height: auto;display: inline-block;margin: 0px 0px 5px 0px;padding: 0px 2.5px;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box{overflow: hidden;width: 100%;height: 340px;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box .r-i-b{width: 100%;height: 100%;overflow: hidden;position: relative;background-image: url(../images/master-user-bg.jpg); background-repeat: no-repeat;background-size: 100% 100%;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box .m{
  position: absolute;
  width: 240px;
  height: 250px;
  left: 22.5px;
  top: 20px;
  overflow: hidden;
}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box span{display: block;color: #000;font-size: 18px;position: absolute;width: 100%;text-align: center;bottom: 30px;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box img{display: block;width: 100%;height: auto;position: absolute;left: 0px;top: 0px;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-box img:hover{transition: all .5s ease;width: 110%;height: 110%;left: -5%;top:-5%;}
.master-box .resource-list-box .resource-list .img-ul li .res-img-title{display: block;color: #333;font-size: 20px;text-align: center;line-height: 70px;}
.master-box .dskx-list{}
.master-box .dskx-list ul{padding: 0px 20px;}
.master-box .dskx-list ul li{height: 60px;line-height: 60px;position: relative;overflow: hidden;border-bottom: 1px solid #cfcfcf;cursor: pointer;}
.master-box .dskx-list ul li:hover .t{color:#987746;}
.master-box .dskx-list li input{position: absolute;top: 20px;}
.master-box .dskx-list li .t{position: absolute;height: 100%;left: 30px;color: #333;font-size: 18px;line-height: 60px;right: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.master-box .dskx-list li .d{position: absolute;width: 100px;height: 100%;line-height: 60px;right: 0px;color: #555;font-size: 14px;}
.master-box .b-img-box{margin-top: 50px;}
.master-box .b-img-box ul{font-size: 0px;}
.master-box .b-img-box li{width: 25%;display: inline-block;overflow: hidden;position: relative;}
.master-box .b-img-box img{width: 100%;height: auto;}
.master-box .b-img-box .ic-b{transition: all 1s ease;width: 178px;height: 174px;position: absolute;top: calc(50% - 110px);left: calc(50% - 89px);top: -webkit-calc(50% - 110px);left: -webkit-calc(50% - 89px);top: -moz-calc(50% - 110px);left: -moz-calc(50% - 89px);background-size: 80%;background-repeat: no-repeat;background-position: center;}
.master-box .b-img-box .ic-b:hover{transform: rotate(360deg);}
.master-box .b-img-box .ic-b.b1{background-image: url(../images/sj.png);}
.master-box .b-img-box .ic-b.b2{background-image: url(../images/zy.png);}
.master-box .b-img-box .ic-b.b3{background-image: url(../images/cp.png);}
.master-box .b-img-box .ic-b.b4{background-image: url(../images/cg.png);}
.master-box .b-img-box span{position: absolute;width: 100%;text-align: center;color: #fff;font-size: 20px;left: 0px;bottom: 30px;background: transparent;z-index: 10;}

.kp-box .search-box{background: #e8e7e3;height: 74px;padding: 12px calc(50% - 600px);padding: 12px -webkit-calc(50% - 600px);padding: 12px -moz-calc(50% - 600px);margin-top: 15px;}
.kp-box .search-box .input-box1{margin-left: 25px;float: left;background-image: url(../images/ipt1.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 430px;}
.kp-box .search-box .input-box1 .s-icon{display: inline-block;float: left;width: 24px;height: 24px;background-image: url(../images/ico_search.png);background-repeat: no-repeat;background-size: 100%;background-position: center center;position: relative;top: 13px;left: 13px;}
.kp-box .search-box .input-box1 input{height: 40px;outline: none;float: left;margin-left: 15px;width: 366px;border: 0px none;position: relative;top: 5px;text-indent: 10px;}
.kp-box .search-box .input-box2{float: left;background-image: url(../images/ipt2.png);background-repeat: no-repeat;height: 50px;background-size: auto 100%;width: 180px;background-position: center;font-size: 15px;text-align: center;line-height: 50px;color: #333;cursor: pointer;}
.kp-box .search-box .input-box2:hover{
  animation: blink 0.5s ease;
}
@keyframes blink {
  0% { background-image: url(../images/ipt2.png); }
  25% {background-image: none; }
  50% { background-image: url(../images/ipt2.png); }
  75% {background-image: none; }
  100% {background-image: url(../images/ipt2.png); }
}

.right_tools{position: fixed;width: 30px;height: 100px;right: calc(50% - 630px);right: -webkit-calc(50% - 630px);right: -moz-calc(50% - 630px);bottom: 70px;}
.right_tools .to_top{width: 30px;height: 30px;background-image: url(../images/top.png);background-repeat: no-repeat;background-position: center;background-color: #b59a4b;border-radius: 30px;cursor: pointer;}
.right_tools .sc{width: 30px;height: 30px;background-image: url(../images/sc.png);background-repeat: no-repeat;background-position: center;background-color: #b59a4b;border-radius: 30px;cursor: pointer;}


.personal-box{width: 1200px;margin: 40px auto 0;display: flex;}
.personal-box .personal-left{width: 240px;min-height: 80vh;border-right: 1px solid #dee0e2;box-sizing: border-box;background: #fff;}
.personal-left ul{margin: 0;padding: 0;}
.personal-left li{width: 100%;height: 70px;line-height: 70px;font-size: 18px;color: #333;border-right: 5px solid #fff;position: relative;cursor: pointer;background-image: url(../images/res-title-1.png);background-repeat: no-repeat;background-size: 32px 22px;background-position: 20px 50%;text-align: left;text-indent: 84px;}
.personal-left li br{display: none;}
.personal-left li img{display: none;position: absolute;right: -25px;top: 19px;width: 32px;height: 32px;}
.personal-left li.cur{background-color: #76201f;color: #fff;border-right: 5px solid #a72d2a;background-image: url(../images/res-title-2.png);}
.personal-left li.cur img{display: block;}
.personal-box .personal-right{width: 950px;margin-left: 10px;}
.personal-box .wel-box{height: 110px;background: #fff;border-radius: 3px;line-height: 100px;font-size: 18px;background-image: url(../images/kb.png);background-repeat: repeat-x;background-position: 2px 2px;background-size: 188px 10px;padding-top: 10px;}
.personal-box .wel-box img{width: 50px;margin: 0px 25px;}
.personal-box .msg-center{height: 120px;margin-top: 25px;}
.personal-box .msg-center ul{height: 100%;}
.personal-box .msg-center li{cursor: pointer;width: 33.333333333%;height: 100%;display: inline-block;float: left;position: relative;}
.personal-box .msg-center li:hover .w-d > div{color: #c4944c;}
.personal-box .msg-center li .w-d{height: 100%;box-sizing: border-box;width: calc(100% - 6.6666666px);border: 2px solid #c4944c;background: #fff;position: relative;}
.personal-box .msg-center li .w-d > div{width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);height: 88px;box-sizing: border-box;border: 2px solid #c4944c;margin:15px;text-align: center;line-height: 88px;font-size: 18px;}
.personal-box .msg-center li .w-d::before{
  content: " ";
  position: absolute;
  background: #f0ede6;
  width: 10px;
  height: 10px;
  left: -1.5px;
  top: -1.5px;
  border-right: 2px solid #c4944c;
  border-bottom: 2px solid #c4944c;
  z-index: 10;
}
.personal-box .msg-center li .w-d::after{
  content: " ";
  position: absolute;
  background: #f0ede6;
  width: 10px;
  height: 10px;
  left: -1.5px;
  bottom: -2px;
  border-top: 2px solid #c4944c;
  border-right: 2px solid #c4944c;
  z-index: 10;
}
.personal-box .msg-center li .w-d >div::before{
  content: " ";
  position: absolute;
  background: #f0ede6;
  width: 10px;
  height: 10px;
  right: -1.5px;
  top: -1.5px;
  border-left: 2px solid #c4944c;
  border-bottom: 2px solid #c4944c;
  z-index: 10;
}
.personal-box .msg-center li .w-d >div::after{
  content: " ";
  position: absolute;
  background: #f0ede6;
  width: 10px;
  height: 10px;
  right: -1.5px;
  bottom: -2px;
  border-top: 2px solid #c4944c;
  border-left: 2px solid #c4944c;
  z-index: 10;
}
.personal-box .info-box{
  margin-top: 25px;
  background: #fff;
  background-image: url(../images/kb.png);
  background-repeat: repeat-x;
  background-position: 2px 2px;
  background-size: 188px 10px;
  border-radius: 3px;
  padding: 20px;
}
.personal-box .info-box .tab{height: 50px;}
.personal-box .info-box .tab ul{}
.personal-box .info-box .tab li{
  float: left;
  line-height: 40px;
  font-size: 18px;
  background: #f4f4f4;
  padding: 3px 35px;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
  position: relative;
  bottom: -4.8px;
  cursor: pointer;
}
.personal-box .info-box .tab li.cur{
  border: 2px solid #dee0e2;
  border-bottom: 0px;
  background: #fff;
}

.personal-box .info-box .info-list{
  border: 2px solid #dee0e2;
  border-radius: 0px 2px 2px 2px;
  padding: 0px 10px;
}
.personal-box .info-box .info-list ul{}
.personal-box .info-box .info-list li{
  display: block;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #dee0e2;
  line-height: 50px;
  font-size: 17px;
  cursor: pointer;
}
.personal-box .info-box .info-list li:hover .t{
  color:#c4944c;
}
.personal-box .info-box .info-list li .t{
  width: calc(100% - 135px);
  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 15px;
}
.personal-box .info-box .info-list li .d{
  display: inline-block;
  width: 120px;
  text-align: center;
  float: right;
}