.conten {
  margin-top: 60px;
}
.conten ul li{
  height: 466px;
  display: flex;
}
.state1 {
  flex-direction: row-reverse
}
.state1 .box2 {
  padding: 40px 132px 40px 0;
}
.state1 .type {
  margin-left: 374px;
}
.state1 h3,
.state1 .title,
.state1 p {
  text-align: right;
}
.box1 {
  width: 700px;
  height: 466px;
}
.box1  .img {
  width: 100%;
  height: 100%;
}
.box2 {
  width: 700px;
  height: 466px;
  padding: 40px 0 40px 118px;
}
.type {
  position: relative;
  width: 210px;
  	height: 161px;
  	background-color: #ffffff;
  	border: solid 1px #dddddd;
    font-size: 30px;
    padding-top: 75px;
    line-height: 31px;
    padding-left: 28px;
    color: #333333;
}
#type_n1 {
  
}
.type::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 36%;
  transform: translateX(-50%);
  width: 61px;
  	height: 7px;
  	background-image: linear-gradient(-90deg, 
  		#4395e0 0%, 
  		#3273c9 100%), 
  	linear-gradient(90deg, 
  		#ba8761 0%, 
  		#ff7241 100%);
  	background-blend-mode: normal, 
  		normal;
  	border-radius: 4px 4px 0px 0px;
}
.box2 h3 {
  margin-top: 40px;
  color: #333333;
  font-size: 26px;
}
.box2 .title {
  color: #333333;
  margin-top: 18px;
}
.box2 p {
  font-size: 16px;
  	color: #999999;
    line-height: 32px;
}


 /* focus_Box */
#focus_Box {
  position: relative;
  width: 1400px;
  height: 950px;
  /*margin: 20px auto;*/
  margin:0 auto;
  overflow: hidden;
}

#focus_Box ul {
  position: relative;
  height: 950px;
  margin:0;
  padding: 0;
}

#focus_Box li {
  z-index: 1;
  position: absolute;
  width: 475px;
  height: 644px;
  top: 150px;
  cursor: pointer;
  left: 390px;
  overflow: hidden;
  transition: width .4s, height .4s, top .4s, left .4s, z-index 0.4s;
}
#focus_Box li.center{
	width: 695px;
    height: 940px;
    top: 0px;
    left: 347px;
    z-index: 4;
}
#focus_Box li img {
  display: block;
  width: 100%;
  background: url(../images/loading.gif) no-repeat center 50%;
  height: 100%;
  vertical-align: top
}

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 450px;
}

#focus_Box .prev {
  background: url(../images/rqjoin32.png) left bottom no-repeat;
  left: 34px
}

#focus_Box .next {
  background: url(../images/rqjoin31.png) right bottom no-repeat;
  right: 34px
}

#focus_Box .prev:hover {
  background-position: left top;
}

#focus_Box .next:hover {
  background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
  display: block;
  position: absolute;
  z-index: 110;
  top: 7px;
  right: 15px;
  width: 51px;
  height: 23px;
  overflow: hidden;
  background: url(../images/share-btn.png) no-repeat;
  text-indent: -999px;
}
.icon-index{
	position: relative;
	width: 100%;
	height: 6px;
	bottom: 30px;
	z-index: 500;
}
.icon-index .icon-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 22px;
}
.icon-container span{
	display: inline-block;
	margin-right: 14px;
	width: 40px;
	height: 6px;
	background: #d2d2d2;
	cursor: pointer;
	border-radius: 1px;
}
.icon-container span:last-child{
	margin-right: 0;
}
.icon-container span.cur{
	background: #3273c9;
}

