/*************************
	头部导航
*************************/
.xin{ width:160px; left:-30px;}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color:#451f4f;
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
  opacity:0.8;
}
.header .logo {
  width: 284px;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .nav li {
  float: left;
  padding: 26px 18px;
  position: relative;
}
.header .nav li > a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.header .nav li.menber {
  width: 24px;
  padding-right: 0;
}
.header .nav li.menber > a {
  background: url(../images/menber_ico.png) no-repeat center center;
  height: 28px;
}
.header .nav li.menber .snav {
  left: auto;
  right: 0;
  min-width: 106px;
}
.header .nav li .snav {
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  left: 0;
  top: 97px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 3px solid #e87817;
  visibility: hidden;
}
.header .nav li .snav a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #7a6442;
}
.header .nav li .snav a:last-child {
  border-bottom: none;
}
.header .nav li .snav a:hover {
  color: #e87817;
  background: url(../images/snav-ico.png) no-repeat 95% center rgba(0, 0, 0, 0.5);
}
.header .nav li:hover > a,
.header .nav li.act > a {
  color: #e87817;
}
.header .nav li:hover .snav {
  visibility: visible;
  top: 77px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
}
.header .nav_ico {
  width: 30px;
  height: 21px;
  margin-top: 10px;
}
.banner_phone li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
}
.index-title {
  padding-left: 15px;
  border-left: 4px solid #451f4f;
}
.index-title .more {
  width: 76px;
  line-height: 25px;
  border-radius: 4px;
  background-color: #451f4f;
  right: 0;
  top: 14px;
}
.index-title .more:hover {
  background-color: #e87817;
}
.about ul {
  margin-left: -3.254%;
}
.about li {
  width: 21.746%;
  margin-left: 3.254%;
  background: #451f4f;
  position: relative;
  padding-bottom: 17px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  float: left;
  border-radius:20px;
  overflow:hidden;
}
.about li .about_img {
  height: 249px;
  overflow: hidden;
}
.about li .about_text {
  margin-top: 13px;
  height: 66px;
  width: 69.39%;
  overflow: hidden;
}
.about li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 71px;
  width: 100%;
  /*background: url(../images/l_bg.png) no-repeat center top / 100% auto;*/
  z-index: 2;
}
.about li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 71px;
  width: 100%;
  /*background: url(../images/l_bg01.png) no-repeat center bottom / 100% auto;*/
  z-index: 2;
}
.about li:hover {
  background-color: #e87817;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.management {
  background-color: #f8f8f8;
}
.management ul {
  margin-left: -3.254%;
}
.management li {
  width: 21.746%;
  margin-left: 3.254%;
  position: relative;
  float: left;
}
.management li .box {
  border: 1px solid #451f4f;
  background-color: #fff8ee;
  padding-top: 68px;
  border-radius: 5px;
  padding-bottom: 27px;
  transform: rotateY(0deg);
  transition: all 0.5s;
}
.management li .box-text {
  transform: rotateY(0deg);
  transition: all 0.5s;
}
.management li .mana_text {
  height: 40px;
  width: 80%;
}
.management li .box-img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #451f4f;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 0;
  margin-top: -54px;
}
.management li:hover .box {
  background-color: #451f4f;
  transform: rotateY(180deg);
  transition: all 0.5s;
}
.management li:hover .box .mana_text,
.management li:hover .box p,
.management li:hover .box a,
.management li:hover .box span {
  color: #fff;
}
.management li:hover .box-text {
  transform: rotateY(180deg);
  transition: all 0.5s;
}
.investment ul {
  margin-left: -2.086%;
}
.investment li {
  width: 31.244%;
  margin-left: 2.086%;
  float: left;
  overflow: hidden;
}
.investment li .inves_img {
  height: 253px;
  overflow: hidden;
}
.investment li .inves_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.investment li .inves_texts {
  background-color: #451f4f;
  height: 253px;
  width: 102%;
  margin-left: -1%;
  position: relative;
}
.investment li .inves_texts p,
.investment li .inves_texts .inves_ico {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.investment li .inves_texts:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -13px;
  border-top: 13px solid #451f4f;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: 2;
}
.investment li .inves_ico {
  width: 25px;
  height: 25px;
  background: url(../images/ico01.png) no-repeat center center / 100% 100%;
}
.investment li.top .inves_texts:after {
  top: -13px;
  bottom: auto;
  border-bottom: 13px solid #451f4f;
  border-top: 0;
}
.investment li:hover .inves_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.investment li:hover .inves_texts p,
.investment li:hover .inves_texts .inves_ico {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-8px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.strategy {
  background-color: #f8f8f8;
}
.strategy ul {
  margin-left: -2.086%;
}
.strategy li {
  width: 31.244%;
  margin-left: 2.086%;
  float: left;
  overflow: hidden;
}
.strategy li .strat_img {
  height: 253px;
  position: relative;
  overflow: hidden;
}
.strategy li .strat_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.strategy li .strat_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background-color: rgba(232, 120, 23, 0.8);
  transition: all 0.5s;
}
.strategy li .st_text {
  width: 81%;
}
.strategy li:hover .strat_text {
  height: 100%;
  transition: all 0.5s;
}
.strategy li:hover .strat_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_index .box-m {
  padding-top: 18px;
}
.news_index .box {
  padding-left: 6%;
  padding-right: 6%;
  background-color: #f8f8f8;
}
.news_index .box .top {
  padding-bottom: 2px;
}
.news_index .box .news_fl_text {
  width: 31.8%;
  padding-right: 5%;
  background-color: #451f4f;
  position: relative;
  top: -8px;
}
.news_index .box .news_fr_text {
  width: 55%;
  height: 48px;
}
.news_index .box .center {
  height: 146px;
}
.news_index .box .bottom {
  height: 60px;
}
.news_index .bx-wrapper .bx-controls-direction a {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: -13px;
}
.news_index .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../images/bx01.png);
  left: -43px;
}
.news_index .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-image: url(../images/bx01h.png);
}
.news_index .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../images/bx02.png);
  right: -43px;
}
.news_index .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-image: url(../images/bx02h.png);
}
.news_index li {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news_index li:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news_index li:hover .box .bottom,
.news_index li:hover a {
  color: #451f4f;
}
.footer {
  background-color: #1b1b1b;
}
.footer .footer_left p {
  padding-left: 27px;
}
.footer .fico {
  background-repeat: no-repeat;
}
.footer .f01 {
  background-image: url(../images/f01.png);
  background-position: left 2px;
}
.footer .f02 {
  background-image: url(../images/f02.png);
  background-position: left 3px;
}
.footer .f03 {
  background-image: url(../images/f03.png);
  background-position: left 4px;
}
.footer .f04 {
  background-image: url(../images/f04.png);
  background-position: left 5px;
}
.footer .bdshare-button-style1-24 a,
.footer .bdshare-button-style1-24 .bds_more {
  width: 30px;
  height: 30px;
  padding-left: 0;
  margin-right: 10px;
}
.footer .bdshare-button-style1-24 .bds_sqq {
  background: url(../images/f05.png) no-repeat center center;
}
.footer .bdshare-button-style1-24 .bds_tsina {
  background: url(../images/f06.png) no-repeat center center;
}
.footer .bdshare-button-style1-24 .bds_weixin {
  background: url(../images/f07.png) no-repeat center center;
}
.footer .bdshare-button-style1-24 .bds_renren {
  background: url(../images/f08.png) no-repeat center center;
}
.footer .footer_right .inp {
  width: 236px;
  background-color: #313131;
  border-radius: 5px;
  border: 1px solid #474747;
  padding: 5px 8px;
  line-height: 25px;
}
.footer .footer_right .inp.btn {
  width: 55px;
  background-color: #451f4f;
  border-color: #451f4f;
}
.f_line {
  height: 20px;
  background: url(../images/f_line.png) no-repeat center top;
}
.pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.pop-box .bg {
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.pop-box .box {
  position: absolute;
  left:50%;
  top:50%;
  width: 724px;
  margin-left: -400px;
  margin-top: -294px;
  background-color: #fff;
  padding:20px;
  border: 1px solid #c4c4c3;
}
.pop-box .pop-btn a {
  display: block;
  float: left;
  width: 33.5%;
  margin-left: 8.25%;
  margin-right: 8.25%;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background-color: #e5e5e5;
  border-radius: 5px;
}
.pop-box .pop-btn a.act {
  background-color: #e87817;
  color: #fff;
}
.pop-box .pop-text-box {
  height: 480px;
}
.pop-box.small .box {
  width: 462px;
  margin-left: -265px;
  margin-top: -156px;
}
.pop-box.small .pop-text-box {
  height: auto;
}
.footer .bdshare-button-style1-24 a,
.footer .bdshare-button-style1-24 .bds_more {
  position: relative;
}
.footer .bdshare-button-style1-24 a img {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 38px;
  width: 77px;
  height: 77px;
  max-width: 77px;
}
.footer .bdshare-button-style1-24 .bds_weixin:hover img {
  display: block;
}
.footer .bdshare-button-style1-24 .bds_tsina:hover img {
  display: block;
}


.wrap {
	width:100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.history {margin-bottom: 210px;}
.history .cf ul{overflow: hidden;}
.history .panel{}
.history .panel .his_list_t1 { line-height:44px;color:#b15533; font-size:36px; padding:0 4px; position:relative; left:-3px; position:relative; display:inline-block; margin-bottom: 25px;font-weight: bold;}
.history .panel .his_list_t1 font { display:block; width:20px; height:44px; right:-20px; position:absolute; top:0; }
.history .panel .his_list_t2{font-size: 20px;font-weight: bold;display: block;color: #6c6c6c;text-align-last: left;}
.history .panel:hover font { }
.history .panel.leftBox_resource .inner_box p.image{text-align: center;}
.history .panel .inner_box p.image{text-align: center;}
.history .panel .image img {  height:auto; }
.history .panel .title{ padding:10px;  line-height:1.8;}
.history .panel .title a{color:#000;}
.history .head { padding: 28px 20px 0; height: 242px }
.inner_box { width:100%;}
.history .panel .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; }

.history .panel .inner{ relative;left:-1px;border: 1px #e6e6e6 solid;width:93%; padding:5%;margin-left: 10%;position:relative;}
.history .panel .inner:after{content:'';width:20px; height:20px; background:url(../img/ico.jpg) no-repeat; position:absolute;top:30px;left:-20px;background-position: -21px 0;}
.history .panel.leftBox_resource .inner:after{right: -20px; left:auto;background-position: 0 0 ;}
.history .panel .inner_box i { display:block; width:75px; height:2px; overflow:hidden; font-size:0; background:#222222; margin-bottom:24px;}
.history .panel .inner_box p { color:#626670; font-size:14px; line-height:22px;  }
.history .panel .inner_box p .image {  margin-bottom:0; }

.history .panel.leftBox_resource:first-child{margin-top: 0;}
.history .panel.leftBox_resource .his_list_t1 { float:right; position:relative; left:3px; display:inline-block; text-align: right;}
.history .panel.leftBox_resource .his_list_t2{text-align-last: right;}
.history .panel.leftBox_resource .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; float:right; }
.history .panel.leftBox_resource .inner_box { clear:both;padding-left:0;}
.history .panel.leftBox_resource .inner_box i { display:block; width:75px; height:2px; overflow:hidden; font-size:0; background:#222222; margin-bottom:24px; float:right; clear:both; }
.history .panel.leftBox_resource .inner_box p { color:#626670; font-size:14px; line-height:24px; clear:both; text-align:right; }
.history .panel.leftBox_resource .inner_box p .image {  margin-bottom:0; }
.history .panel.leftBox_resource .inner{left:0px;margin-left:0;}
/* .history .panel:hover .inner {background-color: #f9f9fb;}
 */
.history .panel.leftBox_resource .his_list_t1 font { display:block; width:20px; height:44px; left:-20px; position:absolute; top:0; }
.history .panel.leftBox_resource:hover font { }
.history { background:url(../img/opp.gif) repeat-y center top; padding-top:10px;}
.history{ width:100%;}
.history *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.history .panel{ width:50%; position:relative;margin-top:40px;}
.his_box_tit{ background-position:50% bottom;}
.load-more-link { display: block; width: 153px; height: 40px; margin: 0 auto; background:url(../images/his_more.jpg) no-repeat; color: #ffffff; font-size: 14px; text-align: center; line-height: 25px; cursor: pointer; }	
.resource_type_t{font-size:72px; color:#e6e6e6; background-color:#fff;margin-bottom: 40px;}
.history .panel:after{content:'';width:17px; height:17px;background:url(../img/his_li_dian.png) right top no-repeat;position: absolute;left: -8px;top: 32px;}
.history .panel.leftBox_resource:after{right:-9px;left:auto;}

.pj-lb-more{text-align: center;margin-top: 40px;position: relative; line-height:50px; display:none;padding-bottom: 50px;}
.pj-lb-more a{font-size:18px; color: #c1c1c1;}
.pj-lb-more .loading {background:url(../img/loading2.gif) no-repeat;width:50px;height:50px;/* margin-top: -25px;margin-left: -25px;position: absolute;left: 50%;top: 50%; */ display:inline-block; *display:inline; *zoom:1; vertical-align:0;}
.pj-lb-more .loading { letter-spacing:-1em; text-indent:-99em; margin-right:10px;}
.pj-lb-more .loading:before {content:'\3000';}

/*发展历程*/
.history .panel{margin-top:100px;padding-right: 19px;float:right;}
.history .panel.leftBox_resource{float:left;padding-right:0;}
.history{margin-bottom:78px;}

.channel_tit {
    font-size: 48px;
    font-weight: bold;
    color: #3b3b3b;
}

.course_cate{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; display:none; width:100%;  height:105px; max-width:1300px; padding:0 50px; margin:30px auto;}
.course_cate li{ display:block; width:100%; height:105px;}
.course_cate li a{ display:block; text-align:center; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; width:100%; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; height:105px; background:url(../img/hisslider_bg_03.png) top center no-repeat; padding-top:72px; line-height:32px; font-size:16px; color:#000;}
.course_cate li.cur,.course_cate li:hover{background-color: #8b8b8b;}

.course_cate .owl-controls {   height:0; padding:0; margin:0;}
.course_cate .owl-controls .owl-buttons div{ position:absolute; top:0; margin-top:0px; color: #F4A21A;display: inline-block;zoom: 1;*display: inline;font-size: 12px;width:50px;height:50px;text-indent:5000px;float:left; z-index:1040; overflow:hidden; }
.course_cate .owl-wrapper-outer{ z-index:1040; }
.course_cate .owl-controls .owl-buttons .owl-prev{ left:0px; background:url(../img/left_but.png) center no-repeat;}
.course_cate .owl-controls .owl-buttons .owl-next{ right:0px; background:url(../img/right_but.png) center no-repeat;}



.map_box{ width:100%; max-width:1200px; margin:0 auto; position:relative; z-index:1;}
.map_img{ width:100%; max-width:750px; position:relative; z-index:9;}
.map_img img{ max-width:100%;}
.map_img a{display:block; height:34px; text-align:center; padding:0;  position:absolute; z-index:99; transition:none;}
.map_img a span{ display:block; width:100%; height:26px; color:#fff; line-height:26px; background:#C00; transition:none; padding:0px;}
.map_img a i {transition:none; width: 0;height: 0; border-width: 4px; border-style: solid;position: absolute;top: 26px;}
.map_img a i.left{ left:0; border-color: #C00 transparent transparent #C00; }
.map_img a i.right{ right:0; border-color: #C00 #C00 transparent transparent ;}
.map_img a.cur span{ background:#f89800;}
.map_img a.cur i.left{ border-color: #f89800 transparent transparent #f89800;}
.map_img a.cur i.right{ right:0; border-color: #f89800 #f89800 transparent transparent ;}

.map_img a:hover span{ background:#f89800;}
.map_img a:hover i.left{ border-color: #f89800 transparent transparent #f89800;}
.map_img a:hover i.right{ right:0; border-color: #f89800 #f89800 transparent transparent ;}

.map_con{ width:360px; height:420px; border: 1px solid #ccc; position:absolute; bottom: 45px; right: 0; z-index:99;}
.map_detail{ display:none;}
/**拉条公共设置**/
.content{position:relative; margin:0 auto; width:100%; height:100%;  padding:10px; padding-right:0; overflow:auto; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
@media (max-width: 1000px){
	.map_img{ margin:0 auto;}
	.map_con{ width:100%; position:relative; bottom: 0;}
	}
@media (max-width: 768px){
	.history{ background:none;}
	.history .panel{ width:100%; padding:10px; margin-top:10px;}
	.history .panel .inner{ width:100%; padding:10px; margin:0;}
	.history .panel.leftBox_resource{ padding:10px;}
	.history .panel:after{ display:none; background:none;}
	.history .panel .inner:after{ display:none; background:none;}
	.history .panel.leftBox_resource .his_list_t1{ float:left; text-align:left;}
	.channel_tit{ font-size:24px;}
	}