@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;max-width:100%;max-height:100%;}
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.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;}
.first-screen.index{
	background: url(../images/p_index_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 600px;
  background-position: 0px 30px;
}
@-webkit-keyframes box0{
0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}
100%{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}
}
@keyframes box0{
0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}
100%{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}
}
.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{
	max-width: 100%;
  max-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;
}
.move-left-auto{
  animation: moveLeftAuto 60s linear infinite 1.5s;
  -webkit-animation: moveLeftAuto 60s linear infinite 1.5s;
  position: relative;
  left: 0%;
}
@keyframes moveLeftAuto{
  0%{
    left: 0%;
  }
  100%{
    left: -3600px;
  }
}
@-webkit-keyframes moveLeftAuto{
  0%{
    left: 0%;
  }
  100%{
    left: -3600px;
  }
}

.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: 10px 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 a:hover,.sub-title ul li a:focus{
  color: #fff;
}
.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;
  overflow: hidden;
}
.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;
  position: relative;
}
.home .home-bar-title{
  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);
  width: 98px;
  height: 36px;
  margin-right: 15px;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 100% center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 14px;
}
.home .ll{background-color: #fff;margin-bottom: 10px;width: 1000%;}
.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: 170px;
  margin: 0px 5px;
  box-sizing: border-box;
  border-top: 3px solid #a94c02;
  font-size: 14px;
  padding: 10px 8px;
  color: #333;
  height: 80px;
  cursor: pointer;
}
.home .ll ul.text li .ms:hover{
  color: #a22929;
}
.home .ll ul.year{
	height: 60px;
  padding: 0px 15px;
}
.home .ll ul.year li{
	height: 100%;
  display: inline-block;
  float: left;
  width: 170px;
  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;
  cursor: pointer;
}
.home .cj ul li:hover{
  color: #a22929;
}
.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;
  height: 235px;
  position: relative;
  overflow: hidden;
}
.home .fc ul li img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top:0px;
  max-width: 110%;
  max-height: 110%;
}
.home .fc ul li img:hover{
  transition: all .5s ease;
  width: 110%;
  height: 110%;
  left: -5%;
  top:-5%;
}
.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;
  cursor: pointer;
}
.home .bd ul li .ms:hover{
  color: #a22929;
}
.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 .lqj{
  height: 150px;
  width: 105px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}
.home .lz ul li img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top:0px;
}
.home .lz ul li img:hover{
  width: 110%;
  height: 110%;
  left: -5%;
  top:-5%;
  transition: all .5s ease;
  max-width: 110%;
  max-height: 110%;
}
.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;

}
.per-info{
  padding-bottom: 30px;
}
.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: #555;
  padding-top: 30px;
}
.per-info .p-a-t{
	color: #555;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
}
.per-info .img-box{
  display: flex;
  width: 70%;
  margin: 30px auto 0;
  overflow: hidden;
}
.per-info img{
  width: 50%;
  margin: 0px 1%;
}
.per-info .p-desc-title{
  padding: 10px 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 25px;
}
.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{overflow: hidden;position: relative;width: 250px;height: 260px;}
.maybe-like ul li .img-b img{
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  max-width: 110%;
  max-height: 110%;
  position: absolute;
}
.maybe-like ul li .img-b img:hover{
  transition: all .5s ease;
  left: -5%;
  top:-5%;
  width: 110%;
  height: 110%;

}
.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: relative;
}
.master-list ul li{
  width: 25%;
  float: left;
  list-style: none;
  margin-bottom: 25px;
}
.master-list ul li img{
  display: block;
  border-radius: 300px;
  margin: 0px auto;
}
.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;
}
.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;
}
.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;
}
.news-info-box .ni-img img{
  width: 100%;
  height: 100%;
}
.news-info-box .ni-text{
  position: absolute;
  width: 697px;
  right: 0px;
  top: 0px;
  height: 100%;
}
.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{
  width: 1200px;
  background: #133759;
  margin: 0px auto;
}
.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: #5e2023;
}
.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;
}
.wh-img-list li img{
  width: 100%;
}
.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: #5e2023;
}
.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: #5e2023;
}

.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;
}
.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;
}
.intro-box{
  width: 1200px;
  margin: 0px auto;
}
.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:hover .intro-ms{
  color: #703b4d;
}
.intro-box ul li .intro-date{
  float: right;
  margin-right: 30px;
}
.item5 .page-box{
  width: 100%;
}
.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;
}
.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);
}

.item2.resume{background-color: #fff;}
.item2.resume ul{padding:50px 80px;}
.item2.resume ul li{height: 100px;position: relative;}
.item2.resume ul li:nth-child(odd){}
.item2.resume ul li:nth-child(even){}
.item2.resume ul li:nth-child(even) .circle-year{left: auto;right: -34px;}
.item2.resume ul li:nth-child(odd)::before{content: " ";position: absolute;height: 100%;background: #fff;border: 3px solid #953322;border-radius: 10px 0px 0px 10px;width: 100%;border-right: 0px;z-index: 10;}
.item2.resume ul li:nth-child(even)::before{content: " ";position: absolute;height: calc(100% + 6px);height: -webkit-calc(100% + 6px);height: -moz-calc(100% + 6px);background: #fff;border: 3px solid #953322;width: 50%;border-radius: 0px 10px 10px 0px;right: -6px;border-left: 0px;top: -3px;}
.item2.resume .circle-year{position: absolute;width: 60px;height: 60px;background: #efece5;border-radius: 60px;text-align: center;line-height: 60px;left: -31.5px;top: 20px;color: #953322;font-size: 18px;z-index: 11;}
.item2.resume .resume-desc{position: absolute;width: 100%;height: 100%;z-index: 15;padding: 20px 40px;line-height: 60px;color: #a15a5d;font-size: 14px;}
.item2.resume .resume-desc.m{line-height: 30px;}
.item2.resume ul li:nth-child(even) .resume-desc{text-align: right;}
.item2.resume ul li:first-child::before{border-top: 0px !important;}
.item2.resume ul li:first-child::after{content: " ";position: absolute;width: 11px;height: 22px;background: #fff;top: -1px;z-index: 11;}
.item2.resume ul li:last-child::before{border-bottom: 0px !important;}
.item2.resume ul li:last-child::after{content: " ";position: absolute;width: 11px;height: 22px;background: #fff;bottom: -1px;z-index: 11;}