

/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    /*font: normal 16px "Microsoft Yahei";
    font: normal 16px "Pingfang SC";*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 100%;*/
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}


.conter {	
    display: flex;
    justify-content: space-between;
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0;
}





/*导航*/
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 580px;
  /*overflow: hidden;*/
  zoom: 1;

}

.flexslider .slides li {
  width: 100%;
  height: 580px;
}

.flex-direction-nav {
	width: 110px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  right: 20%;
  bottom: 80px;
}
.flex-direction-nav li {
  width: 48px;
  height: 48px;
  border: solid 1px #fff;
  opacity: 0.5;
  text-align: center;
}
.flex-direction-nav li:hover {
  background:rgba(0,0,0, 50%);
  border: solid 1px #fff;
}
.flex-direction-nav a {
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  /*width: 70px;*/
  /*height: 70px;*/
  /*line-height: 99em;*/
  /*overflow: hidden;*/
  /*margin: -35px 0 0;*/
  /*display: block;*/
  /*background: url(../images/ad_ctr.png) no-repeat;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*z-index: 10;*/
  /*cursor: pointer;*/
  /*opacity: 0;*/
  /*filter: alpha(opacity=0);*/
  /*-webkit-transition: all .3s ease;*/
  /*border-radius: 35px;*/
}

.flex-direction-nav .flex-next {
  background-position: 0 -70px;
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-next {
  /*opacity: 0.8;*/
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: url(http://www.cfbase.com.cn/images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
  background-position: 0 0;
}

.flexslider .slides a img {
  width: 100%;
  height: 100%;
  display: block;
}


/*导航*/
.header-main {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px #c7c7c7;
}
.index-width {
  width: 1200px;
  margin: auto
}
.top {
  display: flex;
  height: 80px;

  width: 1200px;
}

.top-input {
  /* background-color: #747171; */
  border-radius: 50px;
  width: 20px;
  position: relative;
}
.top-input input{
  background-color: #747171;
  border-radius: 50px;
  border: rgb(56, 55, 55) 1px solid;
  margin-left: 10px;
}
.top-input img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.5px;
  right:20px;
}

.top-a {
  color: #000;

}

.top-a a {
  color: #000;
  text-decoration: none;
}

.logo {
  padding-top: 15px;
}

.daoh {
  display: flex;
  width: 797px;
  justify-content: space-around;
  margin-top: 25px;
  margin-left: 30px;
}

.dao1 {
  color: #000;
  font-size: 18px;
}

.dao1:hover {
  color: #f00;
  font-size: 18px;
}

.d-name {
  color: #000;
  font-size: 18px;
}

.d-name:hover {
  color: #f7c455;
  text-decoration: underline;
}
/*二级导航*/
.kexia {
  position: relative;
}

.xia {
  position: absolute;
  right: 0px;
  top: 10px;
}
.erji{
  width: 120px;
  border: 1px solid #e8e8e8;
  margin-top:30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
}
.erji li a{
  color: #333;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.erji li a:hover{
  background-color:#ffeeee;
  color: #c60000;
}
.kexia2 {
  position: relative;
}


.erji2{
  width: 420px;
  border: 1px solid #e8e8e8;
  margin-top:31px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
}
.erji2 li{
  float: left;
  width: 104px;
  overflow: hidden;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.erji2 li span{
	display: block;
	overflow: hidden;
	color: #333;
	width: 104px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
    font-size: 16px;
	font-weight: 550;
}
.fgx1{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	left: 45px;
	top: 35px;
}
.fgx2{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	left: 150px;
	top: 35px;
}
.fgx3{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	right: 150px;
	top: 35px;
}
.fgx4{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	right: 45px;
	top: 35px;
}
.erji2 li a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #676767;
	text-align: center;
	width: 104px;
	height: 40px;
}

.erji2 li a:hover{
  background-color:#ffeeee;
  color: #c60000;
}
.wshhide{
  display: none;
}



.on {
  color: #bd9f5e;
  font-size: 16px;

}

.all {
  color: #c60000;
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
}

.sd {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.souzk {
  position: relative;
}

.souk {
  width: 209px;
  height: 22.9px;
  border: solid 1px #7c7c7c;
  background-color: #2b2b2b;
  border-radius: 100px;
  padding-left: 10px;

}

.big {
  position: absolute;
  right: 14px;
  bottom: 5px;
}

.dl {
  margin-top: 6px;
}

/*课程体系*/
.p1{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(../image/p1-bj.jpg) no-repeat center;
	/*height: 1185px;*/
	padding: 30px 0;
}
.p1-c{
	
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.p1 h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #333;
    text-align: center;
}
.p1 h3 {
    font-size: 24px;
    color: #bdbdbd;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.bt-tu{
	background: url(../image/p1-h2-bj.png) no-repeat center;
	width: 670px;
	height: 65px;
	position: absolute;
	left: 288px;
	top: 50px;
	z-index: 0;
}
.p1-xian{
	width: 50px;
	height: 3px;
	margin: 10px auto 10px;
	background: #c60000;
}
.anniu {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 80px;
    width: 120px;
}

.left {
    width: 48px;
    height: 48px;
    border: solid 1px #dd0005;
    text-align: center;
}
.left:hover {
  background: #f5f5f5;
  border: solid 1px #dd0005;
}
/*.left {
  width: 48px;
  height: 48px;
  border: solid 1px #6d5f47;
  text-align: center;
}

.left:hover {
  background-color: #3b3222;
  border: solid 1px #3b3222;
}
*/
.pre {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.pre:hover {}

.pre::before {


  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 70%;
  top: 50%;
}
.next {
  position: absolute;
  right: 49px;


  cursor: pointer;
}


.next::before {
  transform: translate(-50%, -50%) rotate(-40deg);
  position: absolute;
  left: 30%;
  top: 50%;
}



.right {
	position: absolute;
    right: 49px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: solid 1px #dd0005;
    text-align: center;
}
.right:hover {
  background: #f5f5f5;
  border: solid 1px #dd0005;
}

.p1-left{
	width: 806px;
	float: left;
	overflow: hidden;
	
}
.p1-left ul li{
    display: inline-block;
	width: 388px;
    height: 255px;
    border: solid 1px #f0f0f0;
    background-color: #f9f9f9;
    position: relative;
    float: left;
    margin-right: 13px;

}
.p1-left ul li:hover {
  border-top: solid 1px #ffb400;
  /*background-color: #3b3222;*/
  position: relative;
}
.dou {
  margin-top: 10px;
  margin-left: 13px;
  opacity: 0.1;
}
.p1-text {
	font-size: 16px;
	width: 310px;
  margin-left: 35px;
  margin-top: 5px;
  line-height: 25px;
  color: #333;
}


.single ul {
    list-style: none;
    display: inline-flex;
}
.single ul li {
    display: inline-block;
}

.bottom-box {
  width: 390px;
  height: 83px;
  background-color: rgba(0, 0, 0, 0.2);

  position: absolute;
  bottom: 0;
  display: flex;
}

.img-box{
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
}
.img-box img {
  width: 100%;
}
.bottom-boximg {
  margin-top: -6px;
  margin-left: 6px;

}

.bottom-box-right {
  margin-left: 25px;
  margin-top: 20px
}

.bottom-box-rightname1 {
  font-size: 16px;
  color: #333;
}

.bottom-box-rightname2 {
  color: #333;
  margin-top: 5px;
}

.bottom-box-inrightname2 {
  color: #dd0005;
}

.p1-right{
	width: 314px;	
	overflow: hidden;
	float: left;
	margin-left: 80px;
}
.xue {
  font-size: 30px;
  color: #dd0005;
  MARGIN-TOP: 15PX;
}

.xue2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 15px;
  color: #f3f3f3;

}
.xian1 {
  width: 210px;
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 6px;
  background-color: #252525;
}

.xian2 {
  width: 245px;
  position: absolute;
  bottom: 0;
  right: 76px;
  height: 6px;
  background-color: #ffb400;
}
.xian3 {
  width: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background-color: #252525;
}

.xian4 {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 75px;
  height: 6px;
  background-color: #ffb400;
}

/*课程展示*/
.p1-left1{
	width: 180px;
	overflow:hidden;
	float: left;
}
.p1-left2{
	width: 180px;
	margin-left: 120px;
	margin-top: 20px;
	overflow:hidden;
	float: left;
}
.p1-left3{
	width: 180px;
	margin-left: 10px;
	margin-top: 20px;
	overflow:hidden;
	float: left;
}

.p1-right2{
	width: 1000px;
	float: left;
	overflow: hidden;
	
}
.anniu2 {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 80px;
    width: 99px;
}

.left2 {
	position: absolute;
    cursor: pointer;
    left: 49px;
    width: 48px;
    height: 48px;
    border: solid 1px #dd0005;
    text-align: center;
}
.left2:hover {
  background: #f5f5f5;
  border: solid 1px #dd0005;
}
.right2 {
	position: absolute;
    left: 0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: solid 1px #dd0005;
    text-align: center;
}
.right2:hover {
  background: #f5f5f5;
  border: solid 1px #dd0005;
}
.inbox2 {
  width: 235px;
  height: 310px;
  float: left;
  margin-right: 20px;
}
.xue3 {
  font-size: 37px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 15px;
  color: #f3f3f3;

}
.xzkc{
	width: 60px;
	height: 296px;
	color: #fff;
	float: left;
	background: #dd0005;
	font-size: 30px;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
	padding-top: 14px;
}
.font_1{
	color: #fff000;
}
.p1-kc{
	width: 1119px;
	overflow: hidden;
	float: left;
	background: #f6f6f6;
	height: 260px;
	margin: 20px 0 20px;
	padding-left: 20px;
	padding-right: 1px;
	padding-top: 10px;
}
.p1-kc li{
	width: 335px;
	height: 38px;
	background: #fff;
	float: left;
	margin-top: 10px;
	margin-right: 13px;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	position: relative;
	padding-left: 25px;
}
.p1-kc li a{
	display: block;
	width: 68px;
	height: 23px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #ce0005;
	color: #ce0005;
	text-align: center;
	right: 10px;
	top: 6px;
	line-height: 23px;
	position: absolute;
}
.p1-kc li a:hover{
	background: #ffeeee;
}


/*免费教程*/
.p2{
	width: 100%;
	background: url(../image/p2_bj.png) no-repeat #f7f8ff bottom center;
	height: 890px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.p2 h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #333;
    text-align: center;
}
.p2 h3 {
    font-size: 24px;
    color: #bdbdbd;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    
}
.p2-bt-tu{
	background: url(../image/p2-bt-bj.png) no-repeat center;
	width: 482px;
	height: 58px;
	position: absolute;
	left: 359px;
	top: 50px;
	z-index: 0;
}
.p2-list{
	width: 1252px;
	margin: 0 auto;
	height: 93px;
	background: url(../image/p2-1.png) no-repeat center;
	overflow: hidden;
}

.p2-sp{	
	width: 1220px;
	margin: 0 auto;
	overflow: hidden;
}
.p2-sp li{
	float: left;
	width: 283px;
	height: 265px;
	overflow: hidden;
	margin: 20px 10px 0 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
}
.p2_zs{
	width: 70px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
	line-height: 24px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .30);
	}
.p2-sp li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 190px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.p2-sp li a{
	color: #333;
}
.play-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 190px;
	background: rgba(0, 0, 0, .35);
	opacity: 0;
	transition: all .25s;
	z-index: 1;
	display: block;
}

.play-cover:before {
	content: '';
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	transition: all .25s;
	background: url(../image/bofang.png) no-repeat;
	position: absolute;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}
.p2-sp li:hover .play-cover {
	opacity: 1
}

.p2-sp li:hover .play-cover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.p2-sp li p{
	width: 255px;
	margin-top: 190px;
	font-size: 16px;
	padding-left: 13px;
	color: #333;
	border-bottom: 1px solid #eee;
	height: 50px;
	line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p2-sp-sj{
	color: #a1a1a1;
	font-size: 12px;
	width: 50%;
	float: left;
	text-align: right;
	line-height: 24px;
}
.p2-sp-cj{
	color: #676767;
	font-size: 14px;
	width: 50%;
	float: left;
	line-height: 24px;
}
.p2-btn{
	display: block;
	width: 260px;
	height: 50px;
	background: #dd0005;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	margin: 20px auto 0;
	border: none;
	border-radius: 25px;
	outline: none;
}



/*作品展示*/
.p3-w{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
.p3-bj{
	background: url(../image/p3-bj.png) no-repeat #fff right 230px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	height: 810px;
	overflow: hidden;
	
}
.p3-bj3{
	background: url(../image/p3-bj3.png) no-repeat top right;
	width: 100%;
	margin: 0 auto;
	height: 810px;
	overflow: hidden;
	
}
.p3-bj h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #333;
    text-align: center;
}
.p3-bj h3 {
    font-size: 24px;
    color: #bdbdbd;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    
}
.p3-bt-tu{
	background: url(../image/p3-bt-bj.png) no-repeat center;
	width: 698px;
	height: 56px;
	position: absolute;
	left: 251px;
	top: 50px;
	z-index: 0;
}
.p3-bj2{
	position: absolute;
	width: 100%;
	height: 120px;
	background: #f7f8fa;
	left:0 ;
	bottom:165px;
	z-index: 0;
}
.more {
  border: solid 1px #dd0005;
  font-size: 14px;
  color: #dd0005;
  border-radius: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-top: 40px;
  margin-left: 200px;
  width: 60px;
  
}

.more a {
  text-decoration: none;
  color: #dd0005;
}

.more:hover {
  background-color: #ffeeee;
}


/*导师团队*/
.p4{
	width: 100%;
	background:url(../image/p4-bj.jpg) no-repeat center ;
	height: 646px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.p4 h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.p4 h3 {
    font-size: 24px;
    color: #fff;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.p4-bt-tu{
	background: url(../image/p4-h2-bj.png) no-repeat center;
	width: 704px;
	height: 60px;
	position: absolute;
	left: 248px;
	top: 50px;
	z-index: 0;
}
.login-inbox {
	
  width: 540px;
  height: 50px;
  margin:0  auto;
  overflow: hidden;
}

.active2 {
  width: 156px;
  height: 46px;
  color: #333;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
  line-height: 46px;
  background: #ffb400;
}
.login-guang {
	margin: 0 10px;
	float: left;
  width: 156px;
  height: 46px;
  border: solid 2px #ffb400;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
  line-height: 46px;

}
.daoshi{
    width: 1200px;
    margin: 50px auto;
    height:280px;
    position: relative;
    z-index: 999;
}
.daoshi ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.daoshi ul.opa{
    display: block;
}
 .daoshi ul li{
    width: 190px;
    height: 280px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
 .daoshi ul li.last{
    margin-right: 10px;
}
.daoshi ul li h3{
    width: 100%;
    height:50px;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition:0.3s;
    background: rgba(0, 0, 0, 0.2);    
}
 .daoshi ul li:hover h3{
    height:100%;
}
.daoshi ul li:hover h3 p{
    padding-top: 5%;
}
 .daoshi ul .topC2:hover h3 p{
    padding-top: 5%;
}
 .daoshi ul li h3 strong{
    width: 100%;
    height: 100%;
    /* background: #6066f2; */
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom:0;
    filter:alpha(opacity=60);
}
 .daoshi ul li h3 strong img{
    position: absolute;
    left: 7px;
    top: 20px;
    z-index: 9999;
}
 .daoshi ul li h3 p{
    color: #fff;
    font-size: 18px;
    width: 170px;
    position: absolute;
    left: 9px;
    top: 0px;    
    text-align: center;
    padding-right: 10px;
    line-height: 25px;
    overflow: hidden;
}
 .daoshi ul li h3 p span{
 	display: block;
    font-size: 22px; 
    line-height: 50px;
}
.daoshi ul li h3 p em{
	color: #e3e3e3;
    text-align: left;
	width: 170px;
	height: 150px;
	font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    display: inline-block;
    margin-top: 10px; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
 .daoshi ul li.topC h3{
    height: 280px;
}
 .daoshi ul li.topC:hover h3{
    top: 100px;
}
.daoshi ul li.topC3 h3{
    height: 280px;
}
.daoshi ul li.topC3:hover h3{
    top: 20px;
}

.hide {
  display: none;
}

/*企业*/
.p5{
	width: 100%;
	background: #f7f8fa;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.p5 h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #333;
    text-align: center;
}
.p5 h3 {
    font-size: 24px;
    color: #333;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.p5-bt-tu{
	background: url(../image/p5-bt-tu.png) no-repeat center;
	width: 746px;
	height: 53px;
	position: absolute;
	left: 227px;
	top: 50px;
	z-index: 0;
}



/*探秘华龙*/
.p6{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
}
.p6 h2  {
	font-weight: normal;
	width: 100%;
    font-size: 50px;
    color: #333;
    text-align: center;
}
.p6 h3 {
    font-size: 24px;
    color: #333;    
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.p6-bt-tu{
	background: url(../image/p6-bt-bj.png) no-repeat center;
	width: 598px;
	height: 55px;
	position: absolute;
	left: 301px;
	top: 50px;
	z-index: 0;
}


/*环境滚动图片*/
.wrapper,
.header,
.navbox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}

.slide2 {
  width: 1200px;
  overflow: hidden;
  position: relative;
}

.slide-ul {
  position: relative;
  width: 8640px;
  padding: 0;
}

.slide-ul li {
  display: inline;
  float: left;
  width: 1200;
  overflow: hidden;
}

.slide-ul a {
  display: block;
  width: 1200;
  height: 350px;
  overflow: hidden;
  color: #fff;
}

.slide-ul a:hover .pic-txt {
  color: #fff;
}

.slide-ul .pic-txt {
  display: block;
  bottom: -30px;
  position: relative;
  width: 220px;
  height: 30px;
  font: 14px/30px Microsoft YaHei;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
  cursor: pointer;
}
:root .slide-ul .pic-txt {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr=#00000000, endColorstr=#00000000);
}

.info-btn {
  width: 110px;
  height: 8px;
  overflow: hidden;
  margin: 10px auto 25px auto;
  padding: 0px 0;
  zoom: 1;
}

.info-btn li {
  float: left;
  padding: 0 3px;
}

.info-btn li span {
  display: block;
  width: 30px;
  height: 8px;
  background:rgba(0,0,0, 10%);
  
  border-radius: 4px;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
}


.info-btn .info-cur span,
.info-btn .info-hover span {
  background: #dd0005;
}




/*底部*/
.bottom{
	background: #262626;
	width: 100%;
	height: 126px;		
	overflow: hidden;
}
.bottom .tu{
	float: left;
	width: 300px;
	height: 70px;
	background: url(../image/d_logo.png) no-repeat center;
}
.bottom p{
	font-size: 18px;
	line-height: 26px;
	color: #c6c6c6;	
	text-align: center;
	width: 750px;
	float: left;
}
.bottom .dh{
	background: url(../image/dh.png) no-repeat right top;
	float: right;
	width: 143px;
	height: 96px;
	position: relative;
	
}
/*滑过出现二维码*/
.bottom .dh .ewm{
	width: 143px;
	margin-top: 48px;
	overflow: hidden;
	
}
.share{
	width: 143px;
	margin: 0 auto;
}
.share li{
	float: right;
	height: 50px;
	padding:5px 2px;
}
.share li img{
	width: 25px;
	height: 25px;
	cursor: pointer;
	opacity: 0.5;
	border-radius: 20px;

}

.code_wrap{
	position: absolute;
	left:0;
	bottom:6px;
	width:110px;
	z-index:999;
}
.code{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.code li{
	float: left;
	width: 90px;
	height:90px;
}
.code li img{
	width: 90px;
	height:90px;
	display: none;
}
.code li img.weibo{
	position: absolute;
	right: 10%;
}
.code li img.qq{
	position: absolute;
	right: 0;

}
/*.code li img.twitter{
	position: absolute;
	left:382px;
}*/
.code li img.wechat{
	position:absolute;
	right:0;
}




.bottom_b{
	background: #1b1b1b;
	width: 100%;
	height: 70px;	
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	color: #8d8d8d;
}




.nr1 {
  width: 1200px;
  margin: auto;
  margin-top: 0;
}
.nr-box1 {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/*.single {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}*/


.inbox {
  width: 390px;
  height: 255px;
  border-top: solid 2px #e2a336;
  background-color: #1f1f1f;
  position: relative;
  float: left;
  margin-right: 13px;
}

.inbox:hover {
  width: 390px;
  height: 255px;
  border-top: solid 2px #cea45a;
  background-color: #3b3222;
  position: relative;
}

/*.dou {
  margin-top: 10px;
  margin-left: 13px;
}
.inbox-text {
  margin-left: 35px;
  margin-top: 15px;
  line-height: 20px;
  color: #c3c3c3
}

.bottom-box {
  width: 390px;
  height: 83px;
  background-color:#e2e2e2;
  position: absolute;
  bottom: 0;
  display: flex;
}
.img-box{
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
}
.img-box img {
  width: 100%;
}
.bottom-boximg {
  margin-top: -6px;
  margin-left: 6px;

}

.bottom-box-right {
  margin-left: 25px;
  margin-top: 20px
}

.bottom-box-rightname1 {
  font-size: 16px;
  color: #333333;
}

.bottom-box-rightname2 {
  color: #c3c3c3;
  margin-top: 5px;
}

.bottom-box-inrightname2 {
  color: #cea45a;
}

.xue {
  font-size: 30px;
  color: #cea45a;
  MARGIN-TOP: 15PX;
}

.xue2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 15px;

}*/
.inbox-right {
  
  width: 314px;	
	overflow: hidden;
	float: left;
	margin-left: 80px;
}

.br-inbox2 {
  width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
}
.contain{
	width: 1000px; 
	float: right;
	overflow: hidden; 
	height: 310px;
}
