@charset "UTF-8";
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}
caption,
td,
th {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  margin: 0;
}
ol {
  list-style: none;
}
button,
input,
select,
textarea {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::selection {
  background: #FE7E00;
}
::-moz-selection {
  background: #FE7E00;
}
li,
ol,
ul {
  list-style: none;
}
/********************************/
.header1 {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 877px;
  border-top: 2px solid #ee7700;
  background: url('../images/header_1.jpg?12') no-repeat center center #012236;
}
.header1 .h1-inmenu {
  display: block;
  width: 100%;
  min-width: 1200px;
}
.header1 .h1-inmenu .h1-i-l {
  display: block;
  float: left;
  height: 68px;
}
.header1 .h1-inmenu .h1-i-l > ul {
  display: block;
  padding-left: 30px;
}
.header1 .h1-inmenu .h1-i-l > ul > li {
  display: block;
  float: left;
  height: 68px;
  padding: 0 15px 0 18px;
  line-height: 68px;
  font-weight: 200;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.header1 .h1-inmenu .h1-i-l > ul > li a{
   color:#fff;
}
.header1 .h1-inmenu .h1-i-l > ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
}
.header1 .h1-inmenu > .h1-i-r {
  display: block;
  float: right;
  line-height: 68px;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  padding-right: 30px;
}
.header1 .h1-inmenu > .h1-i-r > span {
  display: inline-block;
  width: 20px;
  height: 68px;
  font-size: 16px;
  position: relative;
  padding-right: 8px;
  color: #ff7a01;
}
.header1 .h1-inmenu > .h1-i-r > span > i {
  display: inline;
  font-style: normal;
  font-size: 10px;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  top: -7px;
}
.h1-inner {
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 809px;
}
.h1-inner > .h1-i-logo {
  display: block;
  width: 157px;
  height: 110px;
  margin: 0 auto;
  padding-top: 15px;
  background: url('../images/header_1.png') no-repeat center bottom;
  background-size: 100%;
}
.h1-i-menu {
  display: block;
  width: 810px;
  height: 22px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}
.h1-i-menu > ul {
  display: inline-block;
}
.h1-i-menu > ul > li {
  display: block;
  float: left;
  position: relative;
  color: #fff;
  font-weight: 200;
  line-height: 22px;
  font-size: 16px;
  margin: 0 10px;
  padding-bottom: 5px;
}
.h1-i-menu > ul > li >a{
  display: block;
  width:100%;
  color:#fff;
}
.h1-i-menu > ul > li::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ee7700;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}
.h1-i-menu > ul > li:hover::after {
  height: 2px;
}
.h1-inner > .h1-i-bklogo {
  display: block;
  width: 333px;
  height: 54px;
  background: url('../images/header1_p_2.png') no-repeat center bottom;
  padding-top: 54px;
  margin: 0 auto;
}
.h1-i-solid{
  display: block;
  width: 1px;
  height: 26px;
  background:#fff;
  margin:90px auto 0 auto;
}
#v1 {
  display: block;
  width: 600px;
  margin: 0 auto;
}
#t1 {
  stroke-dasharray: 120;
  stroke-dashoffset: 1200.1;
  fill: rgba(238, 119, 0, 0);
  stroke: rgba(255, 255, 255, 0.8);
  -webkit-transition: all linear 3s,stroke 3s linear 2s,fill 2s linear 2s;
  transition: all linear 3s,stroke 3s linear 2s,fill 2s linear 2s;
}
.overshow {
  stroke-dashoffset: 1600 !important;
  fill: #ee7700 !important;
  stroke: rgba(255, 255, 255, 0) !important;
}
.h1-box {
  display: block;
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 65px;
  margin-bottom: 15px;
}
.h1-box > div {
  display: block;
  position: absolute;
  top: 0;
  margin-left: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.i1-covertitle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ee7700;
  line-height: 1;
  padding: 0;
  margin-top: -20px;
  font-weight: 400;
}
.i1-subtitle{
  display: block;
  width: 100%;
  text-align:center;
  line-height:1.2;
  font-size:10px;
  font-weight:200;
  color:#ee7700;
  font-weight: 200;
  letter-spacing: 8px;
  line-height:1;
  padding-top:17px;
  transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
}
.item1 {
  display: block;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.item1 ul {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.item1 ul li {
  display: block;
  width: 16.6666%;
  height: 100%;
  position: relative;
  float: left;
}
.item1 ul li > div {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.item1 ul li > div > h5 {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 22px;
  font-weight: 200;
}
.item1 ul li > div > hr {
  width: 10%;
  margin: 12px auto;
}
.item1 ul li > div > span {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
}
.item1 ul li > div > h6 {
  display: block;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
}


.item2{
  display: block;
  width:100%;
  min-width: 100%;
  height: 676px;
}
.item2-inner{
  display: block;
  width: 1200px;
  margin:0 auto;
  height:676px;
}
/*************************************/
.c1icon {
	width: 100%;
	height: 573px;
	margin: 0 auto;
	padding-top: 51px
}
 .c1ileft {
	float: left;
	width: 549px;
	height:573px;
	padding-right: 1px;
	float: left;
  background:#333;
	position: relative
}
.c1ileft .c1pp {
	width: 524px;
	padding-left: 25px;
	height:160px;
	position: absolute;
	top: 0;
	right: 1px;
	background: #333
}
.c1ileft .c1pp .c1ppdl {
	color: #ccb476;
	padding-top: 15px;
	font: 22px/2.4 Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
	font-weight: 100
}
 .c1ileft .c1pp .c1ppb {
	width: 106px;
	border-bottom: 1px solid #ccb476;
	margin-bottom: 6px;

}
.c1ileft .c1pp span {
  display: block;
  width: 100%;
  text-align:left;
  padding-top:14px;
	font-size: 16px;
	line-height: 1.6;
	color: #b5b5b5;
  font-weight: 200;
}
.c1ileft .c1pp span a{
  color: #b5b5b5;
}
.c1ileft .c1pp span h3{
  font-size:18px;
  font-weight: 200;
  line-height:1.8;
}
.c1ileft .c1pp span a:hover{
  text-decoration: underline;
}
.c1ileft .c1vv1 {
	width: 100%;
	height: 369px;
	position: absolute;
	bottom:0px;
	right: 1px;
}
.c1ileft .c1vv1 div {
	width: 100%;
	height: 100%;
	background: url(../img/1/vplay.png) center center no-repeat;
	opacity: 1;
	animation: opacityplay 3s infinite ease-out;
	-webkit-animation: opacityplay 3s infinite ease-out;
	-moz-animation: opacityplay 3s infinite ease-out;
	-ms-animation: opacityplay 3s infinite ease-out;
	-o-animation: opacityplay 3s infinite ease-out
}

@keyframes opacityplay {
	0% {
		opacity: .3
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .3
	}
}

@-webkit-keyframes opacityplay {
	0% {
		opacity: .3
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .3
	}
}

@-moz-keyframes opacityplay {
	0% {
		opacity: .3
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .3
	}
}

@-ms-keyframes opacityplay {
	0% {
		opacity: .3
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .3
	}
}

@-o-keyframes opacityplay {
	0% {
		opacity: .3
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .3
	}
}
.c1ileft .c1vv1:hover div {
	opacity: .4
}

.c1iright {
	float: left;
	width: 650px;
	height: 100%;
	float: right;
	position: relative
}
.c1iright .c1rpic {
	width: 471px;
	height: 573px;
	position: absolute;
	background: url('../images/add/c2lw.jpg') no-repeat center center;
	left: 0;
	top: 0
}

.c1iright .c1rnews {
	width: 287px;
	padding-left: 16px;
	height: 497px;
	background: #333;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: auto
}

.c1iright .c1rnews .clrtitle {
	width: 100%
}

.c1iright .c1rnews .clrtlt {
	color: #ccb476;
	padding-top: 8px;
	font: 16px/2.4 Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
	font-weight: 100
}

.c1iright .c1rnews .clrbor {
	width: 106px;
	border-bottom: 1px solid #ccb476;
	padding-top: 2px
}

.xw1 {
	width: 272px;
	height: 410px;
	padding-right: 15px;
	margin-top: 10px
}

.newscon {
	width: 100%;
	margin: 10px 0 22px 0
}

.newscon img {
	width: 100%
}

.newscon h2 {
	line-height: 1.4;
	color: #fff;
	font-weight: 100;
	text-align: left;
	font-size: 18px;
	padding: 8px 0
}

.newscon p {
	line-height: 1.4;
	color: #ccc;
	font-weight: 100;
	font-size: 14px
}

.flashss {
	-webkit-transition: 1.4s ease-out!important;
	transition: 1.4s ease-out!important;
	-moz-transition: 1.4s ease-out!important;
	-ms-transition: 1.4s ease-out!important;
	-o-transition: 1.4s ease-out!important
}

/***************************************/








/**************************************/

.container3 {
	width: 100%;
	height: 1300px;
	padding-top: 40px;
	background: url(../images/item3/bg.jpg) no-repeat top center
}

.container3 .c3inner {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative
}

.container3 .c3inner .c3innera {
	width: 1200px;
	height: 470px;
	position: relative
}

.container3 .c3inner .c3innerb {
	width: 1200px;
	height: 783px;
	position: absolute;
	top: 480px;
	background: url(../images/item3/c3bg.jpg) center bottom no-repeat #333
}

.container3 .c3inner .c3innerb .c3ibt {
	width: 100%;
	line-height: 1;
	padding-top: 40px;
	margin-bottom: 38px
}

.container3 .c3inner .c3innerb .c3ibt h4 {
	font-size: 18px;
	color: #ccb476;
	text-align: center;
	font-weight: 100
}

.container3 .c3inner .c3innerb .c3ibt h2 {
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	color: #ccb476;
	line-height: 2
}

.container3 .c3inner .c3innerb .c3ibt p {
	display: block;
	width: 72px;
	margin: 0 auto;
	border-bottom: 1px solid #ccb476;
	padding-top: 2px
}

.container3 .c3inner .c3title {
	width: 491px;
	height: 81px;
	background: url(../images/item3/c2title.png) no-repeat center center;
	margin: 0 auto;
	transform: translateY(70px);
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform: translateY(70px);
	opacity: 0
}

.c3titlea {
	transform: translateY(0)!important;
	-webkit-transform: translateY(0)!important;
	-moz-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	opacity: 1!important
}

.container3 .c3bl {
	width: 0;
	height: 310px;
	position: absolute;
	top: 160px;
	background: url(../images/item3/bl.png) left 80px no-repeat;
	overflow: hidden
}

.container3 .c3bl .c3bla {
	width: 240px;
	height: 200px;
	position: absolute;
	left: 190px;
	top: 15px;
	opacity: 0;
	background: url(../images/item3/c2a.png) center center no-repeat
}

.container3 .c3bl .c3blb {
  width: 244px;
  height: 219px;
  position: absolute;
  left: 486px;
  bottom: 25px;
  opacity: 0;
	background: url(../images/item3/c2b.png) center center no-repeat
}

.container3 .c3bl .c3blc {
	width: 297px;
	height: 256px;
	position: absolute;
  right: 116px;
  bottom: 54px;
	opacity: 0;
	background: url(../images/item3/c2c.png) center center no-repeat
}

.newsnext,.newsprev {
	position: absolute;
	width: 50px;
	height: 50px
}

.newsnext,.newsprev {
	position: absolute;
	width: 43px;
	height: 43px
}
.c3innerpic{width:992px;height:508px;position:relative;margin:0 auto;
  overflow: hidden;
}
.newsnext {
    background: url('../images/item3/next.png') no-repeat center center;
    top: 370px;
    left: 26px;
    cursor: pointer;
}
.newsprev {
    background: url('../images/item3/prev.png') no-repeat center center;
    top: 370px;
    right: 26px;
    cursor: pointer;
}
.container3 .swiper-button-disabled{
  opacity:.6 !important;
}
/**************************************/




.container5 {
	width: 100%;
	background: #333
}

.container5 .c5title {
	width: 1200px;
	margin: 0 auto;
	padding-top: 68px;
	margin-bottom: 40px
}

.container5 .c5title h2 {
	font-size: 34px;
	color: #ccb476;
	line-height: 1
}

.container5 .c5title .c5tpa {
	color: #ccb476;
	font-size: 20px;
	font-weight: 100
}

.container5 .c5title .c5tpb {
	width: 78px;
	padding-top: 4px;
	border-bottom: 1px #ccb476 solid
}

.container5 .c5piccon {
	width: 100%;
  min-width: 1200px;
	overflow: hidden;
	position: relative
}

.container5 .c5piccon ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.container5 .c5piccon ul li {
	width: 20%;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 0;
  cursor: pointer;
}

.container5 .c5piccon ul li::after {
	position: absolute;
	content: ".";
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	right: 0;
	opacity: 0;
	background: rgba(0,0,0,.6);
	border: 2px solid #ccb476;
	-webkit-transition: .6s ease-out!important;
	transition: .6s ease-out!important;
	-moz-transition: .6s ease-out!important;
	-ms-transition: .6s ease-out!important;
	-o-transition: .6s ease-out!important
}

.container5 .c5piccon ul li p {
	width: 46px;
	height: 46px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	opacity: 0;
	margin: -23px 0 0 -23px;
	background: url(../images/item5/scale.png) no-repeat center center
}

.container5 .c5piccon ul li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border: 1px solid #333
}

.container5 .c5piccon ul li:hover::after {
	opacity: 1
}

.container5 .c5piccon ul li:hover p {
	opacity: 1;
	animation: scale1 .7s ease-out;
	-webkit-animation: scale1 .7s ease-out;
	-moz-animation: scale1 .7s ease-out;
	-o-animation: scale1 .7s ease-out;
	-ms-animation: scale1 .7s ease-out
}

@keyframes scale1 {
	0% {
		transform: translateY(100px) rotateY(90deg)
	}

	100% {
		transform: translateY(0) rotateY(0)
	}
}

@-webkit-keyframes scale1 {
	0% {
		-webkit-transform: translateY(100px) rotateY(90deg)
	}

	100% {
		-webkit-transform: translateY(0) rotateY(0)
	}
}

@-moz-keyframes scale1 {
	0% {
		-moz-transform: translateY(100px) rotateY(90deg)
	}

	100% {
		-moz-transform: translateY(0) rotateY(0)
	}
}

@-o-keyframes scale1 {
	0% {
		-o-transform: translateY(100px) rotateY(90deg)
	}

	100% {
		-o-transform: translateY(0) rotateY(0)
	}
}

@-ms-keyframes scale1 {
	0% {
		-ms-transform: translateY(100px) rotateY(90deg)
	}

	100% {
		-ms-transform: translateY(0) rotateY(0)
	}
}

.c5bottombor {
	width: 100%;
	height: 5px;
	background: #bc8e48
}



.picview{
  visibility:hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-width: 1200px;
  z-index:99;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.4);
  transition:background .6s;
  -moz-transition:background .6s;
  -webkit-transition:background .6s;
}
.picview-close{
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  z-index:6;
  opacity: 0;
  top:0;
  bottom:0;
  right: 0;
  left:0;
}
.p-inner{
  display: block;
  width:600px;
  height: 374px;
  position: absolute;
  overflow: hidden;
  top:40%;
  left:50%;
  z-index:9;
  margin:-180px auto auto -300px;
}
.picviewshow{
  visibility:visible;
  background:rgba(0,0,0,0.6);
}

/****************************************************/
.item4 {
  display: block;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: #eee;
}
.item4 .item4-inner {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 200px;
}
.item4-titlelog {
  display: block;
  width: 96px;
  height: 93px;
  background: url("../images/item4_1.png") no-repeat center center;
  margin: 0 auto;
}
.item4 .item4-inner > h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #2f190c;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 24px 0 8px 0;
}
.item4 .item4-inner > hr {
  width: 60px;
  border-top: 1px #2f190c solid;
}
.item4 .item4-inner > h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #2f190c;
  line-height: 1;
  padding-top: 6px;
  font-weight: 200;
}
.item4-x {
  display: block;
  width: 990px;
  margin: 0 auto;
  padding-top: 100px;
}
.item4-x-l {
  display: block;
  width: 454px;
  height: 400px;
  float: left;
  cursor: pointer;
  position: relative;
  background: url("../images/item4_4.jpg") no-repeat center center;
}
.item4-x-l > span {
  display: block;
  width: 90px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 410px;
  background: #ee7700;
}
.item4-x-r {
  display: block;
  float: right;
  width: 535px;
}
.item4-x-r h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #2f190c;
  line-height: 1;
  padding: 15px 0 ;
}
.item4-x-r h4 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 0 ;
  font-size: 18px;
  font-weight: 500;
}
.item4-x-r .item4-x-c {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/item4_5.jpg') no-repeat center center;
  margin: 18px auto;
}
.item4-x-r .item4-x-val {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
}
.item4-x-doc {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  margin: 26px auto;
}
.item4-x-r > a {
  display: block;
  width: 162px;
  height: 36px;
  background-image: url(../images/item4_6.png);
  background-repeat: no-repeat;
  background-position: 128px center;
  background-color: #eee;
  line-height: 36px;
  color: #333;
  border: 1px solid #333;
  text-indent: 22px;
  font-weight: 300;
  margin: 0 auto;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}
.item4-x-r > a:hover {
  box-shadow: 5px 5px 0 #ccc;
  -webkit-box-shadow: 5px 5px 0 #ccc;
  -moz-box-shadow: 5px 5px 0 #ccc;
}
.item4-play {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  background: url("../images/item5_1.png") center center no-repeat;
  margin: -22px 0 0 -22px;
  left: 50%;
  top: 50%;
}
.item5 {
  display: block;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
.item5 .item5-inner {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding:80px 0 80px 0;
}
.item5 .item5-inner>div{
  display: block;
  float: left;
  width: 366px;
  height: 540px;
  margin-right: 50px;
}

.item5-ir{
  background-color:#c76500;
}
.item5-ic{
  background-color:#eee;
}
.item5-il{
  background-color:#fff;
}
.item5-i-title{
  display: block;
  width:100%;
  height:60px;
  background-image: url('../images/fotericon.png');
  background-repeat: no-repeat;
  line-height:60px;
  font-size:20px;
  font-weight:400;
  text-indent:2.2em;
  color:#2f190c;
}
.item5-il > .item5-i-title{
  background-position:0 2px;
}
.item5-il-vals{
  display: block;
  width: 100%;
  text-align:left;
  float:left;
  background-image: url('../images/fotericon.png');
  background-repeat: no-repeat;
  margin:13px 0;
}

.item5-il-vals>span{
  display:block;
  padding-left: 64px;
  color:#2f190c;
  line-height: 1.4;
  font-weight: 200;
  font-size: 16px;
}
.item5-il-vals>b{
  display: block;
  padding-left:64px;
  line-height: 1.2;
  color:#2f190c;
  font-size: 22px;
  font-weight: 500;
}
.i5-b1{
  background-position: 0 -178px;
}
.i5-b2{
  background-position: 0 -332px;
}
.i5-b3>b{
  font-size: 18px;
}
.i5-b3{
  background-position: 2px -396px;
}
.i5-b4{
  background-position: 0 -258px;
}
.item5-il>a{
  display: block;
width: 162px;
height: 36px;
float: left;
background-image: url(../images/item4_6.png);
background-repeat: no-repeat;
background-position: 130px center;
background-color: #fff;
line-height: 36px;
color: #333;
border: 1px solid #333;
text-indent: 20px;
font-weight: 300;
margin: 0 auto;
transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
margin-top:30px;
}
.item5-il>a:hover{
  box-shadow: 5px 5px 0 #ccc;
  -webkit-box-shadow: 5px 5px 0 #ccc;
  -moz-box-shadow: 5px 5px 0 #ccc;
}
.item5-inner>div>hr{
  width:80%;
  float:left;
  margin-bottom: 20px;
  border-top:1px solid #2f190c;
}
.item5-ic-inner{
  display: block;
  width:348px;
  margin:0 auto;
}
.item5-ic{
  display: block;
  width: 100%;
}
.item5-ic .item5-i-title{
  text-indent: 2.9em;
  background-position:10px -52px;
}
.item5-i-weibocon{
  display: block;
  width: 100%;
  height: 470px;
}
.item5-ir-inner{
  display: block;
  width: 348px;
  margin:0 auto;
}
.item5-ir-inner .item5-i-title{
  text-indent: 2.9em;
  background-position:10px -106px;
  color:#fff;
}
.item5-i-con{
  display: block;
  width:295px;
  height: 478px;
  margin:2px auto 0 auto;
  background: url('../images/item5_2.jpg') no-repeat center center;
}
.fview{
  display: block;
  width: 100%;
  min-width: 1200px;
  height:62px;
  background:#333;
  color:#fff;
  line-height: 62px;
  text-align: center;
  font-weight: 200;
}
.item5-ir-val{
  display: block;
  width: 100%;
  padding-top:317px;
}

.item5-ir-val>h5{
  display: block;
  text-align:center;
  color:#333;
  font-size:22px;
  font-weight: 200;
  line-height: 1;
}
.item5-ir-val>h6{
  display: block;
  width: 100%;
  text-align:center;
  font-size:18px;
  line-height: 1;
  color:#333;
  font-weight: 200;
  padding:4px 0;

}
.item5-ir-val>hr{
  display: block;
  width: 40px;
  margin:0 auto;
  border:none;
  margin:10px auto;
  border-top:1px solid #333;
}
.item5-ir-val>h4{
  display: block;
  width:100%;
  text-align: center;
  font-weight:200;
  color:#333;
  font-size:16px;
  font-weight: 200;
}
.item5-ir-val>span{
  display: block;
  width:100%;
  text-align: center;
  font-weight:200;
  font-size:10px;
  font-weight: 200;
  color:#ccc;
  letter-spacing:.6px;
  padding-top: 8px;
  transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
}
.video-view{
  display:none;
  width: 100vw;
  height: 100vh;
  position:fixed;
  top:0;
  right: 0;
  left: 0;
  bottom:0;
  background:rgba(0,0,0,0.3);
  transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
}
.video-view-over{
  background:rgba(0,0,0,0.9);
}
.video-control{
  display: block;
  width:800px;
  top:-30%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  position: absolute;
  z-index: 9;
  transition:top .8s;
  -webkit-transition:top .8s;
  -moz-transition:top .8s;
}
.close-view{
  display: block;
  width:100%;
  height: 100%;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index:2;
  }
.item5-i-con{
  position: relative;
}
.item5-swiper{
  position: absolute;
  top: 120px;
  left: 57px;
  width: 179px;
  height: 179px;
}
.item5-swiper>span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #20c2ff;
  box-shadow: 0 0 6px rgba(32, 194, 255, 0.7);
  -moz-box-shadow: 0 0 6px rgba(32, 194, 255, 0.7);
  -webkit-box-shadow: 0 0 6px rgba(32, 194, 255, 0.7);
  animation: fwxsolid 2.4s both infinite linear;
  -moz-animation: fwxsolid 2.4s both infinite linear;
  -webkit-animation: fwxsolid 2.4s both infinite linear;
}
@keyframes fwxsolid {
  0% {
    top: 5%;
  }
  100% {
    top: 90%;
  }
}
@-webkit-keyframes fwxsolid {
  0% {
    top: 5%;
  }
  100% {
    top: 90%;
  }
}
@-moz-keyframes fwxsolid {
  0% {
    top: 5%;
  }
  100% {
    top: 90%;
  }
}
