/*初始化样式*/
* {
	margin:0px;
	padding:0px;
	_word-break:break-all
}
body {
	font:12px/26px "Microsoft Yahei", 'Tahoma', "SimSun";
	color:#dcbc6b;
	background:#000;
}
img {
	border:none;
	vertical-align: middle;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
}
ul, ol, li, dl, dt, dd {
	list-style:none;
	
}
i {
	font-style:normal;
}
/*清除浮动*/
.clear {
	clear:both;
}
.clearfix {
	_zoom:1
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both
}
*+html .clearfix {
	overflow:hidden
}
.oh {
	overflow: hidden;
}
.owt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ot {
	overflow: hidden;
	text-overflow: ellipsis;
}
/*宽度标准*/
.warp {
	padding:0;
	margin:0 auto;
	width:1280px;
}
.w310 {
	width:310px;
}
.w312 {
	width:312px;
}
/*颜色标准*/
.white {
	color:#fff;
}
.white:hover {
	color:#fff;
}
.green {
	color:#64a131;
}
.green:hover {
	color:#64a131;
}
.blue {
	color:#2d64b3
}
.blue-1 {
	color: #0099ff;
}
.red {
	color:#e03033
}
.red-1 {
	color: #ff4343;
}
.yellow {
	color:#f6aa00;
}
.orange {
	color:#f59a18;
}
.b0 {
	color:#000;
}
.b0:hover {
	color:#000;
}
.b3 {
	color:#333;
}
.b3:hover {
	color:#333;
}
.b6 {
	color:#666;
}
.b6:hover {
	color:#666;
}
.b9 {
	color:#999;
}
.b9:hover {
	color:#999;
}
.bc {
	color:#ccc;
}
.bc:hover {
	color:#ccc;
}
.ba {
	color:#aaa;
}
.b9c {
	color:#9c9c9c;
}
.e8 {
	color:#e8e8e8;
}
.b6c {
	color:#6c6c6c;
}
.huangse {
	color: #fc8800;
}
/*公用背景图*/

/*文本样式*/
.fs11 {
	-webkit-text-size-adjust:none;
	font-size:11px;
}
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs16 {
	font-size:16px;
}
.fs18 {
	font-size:18px;
}
.fs20 {
	font-size:20px;
}
.fs24 {
	font-size:24px;
}
.fs28 {
	font-size:28px;
}
.fs30 {
	font-size:30px;
}
.fs36 {
	font-size:36px;
}
.fs40 {
	font-size:40px;
}
.fs44 {
	font-size:44px;
}
.fs48 {
	font-size: 48px;
}
.fs50 {
	font-size: 50px;
}
.fs60 {
	font-size:60px;
}
.lh14 {
	line-height:14px;
}
.lh18 {
	line-height:18px
}
.lh20 {
	line-height: 20px;
}
.lh24 {
	line-height:24px
}
.lh28 {
	line-height:28px;
}
.lh30 {
	line-height:30px;
}
.lh36 {
	line-height:36px;
}
.lh40 {
	line-height:40px;
}
.lh44 {
	line-height: 44px;
}
.lh46 {
	line-height: 46px;
}
.lh48 {
	line-height:48px;
}
.lh50 {
	line-height: 50px;
}
.lh60 {
	line-height:60px
}
.lh68 {
	line-height: 68px;
}
.lh80 {
	line-height:80px;
}
.lh100 {
	line-height:100px;
}
.lh140 {
	line-height:140%em
}
.lh150 {
	line-height:150%em
}
.lh160 {
	line-height:160%em
}
.lh180 {
	line-height:180%em
}
.lh200 {
	line-height:2em
}
h1 {
	font-size:30px;
}
h2 {
	font-size:25px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
.b {
	font-weight:bold;
}
.n {
	font-weight:normal;
}
.i {
	font-style:italic;
}
.indent {
	text-indent:2em
}
.c {
	text-transform:uppercase;
}
.tal {
	text-align:left
}
.tar {
	text-align:right
}
.tac {
	text-align:center
}/*对齐*/
.t {
	text-decoration: line-through;
}/*中划线*/
.u:hover {
	text-decoration: underline
}
.u a:hover {
	text-decoration: underline
}
.ull {
	text-decoration: underline
}/*下划线*/
/*文本框*/
input[type="text"], input[type="password"] {
	border: 1px solid #e6e6e6;
	background: #fff;
	height: 18px;
	line-height: 18px;
	outline: none;
	font-size: 14px;
}
/*显隐*/
/*.hide{display:none;}.show{display:block;}*/
.vh {
	visibility:hidden
}
.vv {
	visibility:visible
}
/*布局定位*/
.fl {
	float:left;
}
.fr {
	float:right
}
.fc {
	margin:0px auto;
}
.re {
	position:relative;
}
.ab {
	position:absolute;
}
.zi1 {
	z-index:1
}
.zi10 {
	z-index:10
}
.zi50 {
	z-index:50
}
.zi100 {
	z-index:100
}
.zi1000 {
	z-index:1000
}
/*按钮*/
.blue_btn {
	background: #005a96;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 45px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #005a96;
	border-radius: 5px;
	display: inline-block;
}
.blue_btn:hover {
	background: #0067ab
}
.white_btn {
	background: #ececec;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 45px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	display: inline-block;
}
.white_btn:hover {
	background: #f5f5f5
}
/*边框*/
.border_0 {
	border:0px;
}
.border {
	border:1px #e4e4e4 solid;
}
.border_t {
	border-top:1px #e4e4e4 solid;
}
.border_b {
	border-bottom:1px #e8e8e8 solid;
}
.border_r {
	border-right:1px #e4e4e4 solid;
}
.border_l {
	border-left:1px solid #e4e4e4;
}
.dashed {
	border:1px #e8e8e8 dashed;
}
.dashed_t {
	border-top:1px #e8e8e8 dashed;
}
.dashed_b {
	border-bottom:1px #e8e8e8 dashed;
}
.dashed_l {
	border-left:1px #e8e8e8 dashed;
}
.dashed_r {
	border-right:1px #e8e8e8 dashed;
}
.bg {
	background:#f5f4f2;
}
.bg_red {
	background:#ff0000;
}
.bg_white {
	background:#fff;
}
.bg_gray {
	background:#f0f0f0;
}
.bg_blue {
	background:#005a96;
}
.bdn {
	border:none
}
.bdbn {
	border-bottom:none
}
.bdtn {
	border-top:none
}
.bdln {
	border-left:none
}
.bdrn {
	border-right:none
}
/*间距*/
.m120l {
	margin-left:120px;
}
.m120r {
	margin-right: 120px;
}
.m120t {
	margin-top: 120px;
}
.m115l {
	margin-left:115px;
}
.m100l {
	margin-left:100px;
}
.m95l {
	margin-left: 95px;
}
.m95r {
	margin-right: 95px;
}
.m90t {
	margin-top: 90px;
}
.m85l {
	margin-left: 85px;
}
.m85r {
	margin-right: 85px;
}
.m80 {
	margin:80px;
}
.m80t {
	margin-top:80px;
}
.m80b {
	margin-bottom:80px;
}
.m80l {
	margin-left:80px;
}
.m80r {
	margin-right:80px;
}
.m70b {
	margin-bottom: 70px;
}
.m60l {
	margin-left: 60px;
}
.m60t {
	margin-top: 60px;
}
.m60b {
	margin-bottom: 60px;
}
.m55l {
	margin-left:55px;
}
.m55t {
	margin-top: 55px;
}
.m50b {
	margin-bottom: 50px;
}
.m50t {
	margin-top: 50px;
}
.m50l {
	margin-left: 50px;
}
.m45l {
	margin-left: 45px;
}
.m45r {
	margin-right: 45px;
}
.m45t {
	margin-top: 45px;
}
.m40 {
	margin:40px;
}
.m40t {
	margin-top:40px;
}
.m40b {
	margin-bottom:40px;
}
.m40l {
	margin-left:40px;
}
.m40r {
	margin-right:40px;
}
.m35t {
	margin-top: 35px;
}
.m35b {
	margin-bottom: 35px;
}
.m35l {
	margin-left: 35px;
}
.m35r {
	margin-right: 35px;
}
.m30 {
	margin:30px;
}
.m30t {
	margin-top:30px;
}
.m30b {
	margin-bottom:30px;
}
.m30l {
	margin-left:30px;
}
.m30r {
	margin-right:30px;
}
.m25 {
	margin:25px;
}
.m25t {
	margin-top:25px;
}
.m25b {
	margin-bottom:25px;
}
.m25l {
	margin-left:25px;
}
.m25r {
	margin-right:25px;
}
.m20 {
	margin:20px;
}
.m20t {
	margin-top:20px;
}
.m20b {
	margin-bottom:20px;
}
.m20l {
	margin-left:20px;
}
.m20r {
	margin-right:20px;
}
.m15 {
	margin:15px;
}
.m15t {
	margin-top:15px;
}
.m15b {
	margin-bottom:15px;
}
.m15l {
	margin-left:15px;
}
.m15r {
	margin-right:15px;
}
.m10 {
	margin:10px;
}
.m10t {
	margin-top:10px;
}
.m10b {
	margin-bottom:10px;
}
.m10l {
	margin-left:10px;
}
.m10r {
	margin-right:10px;
}
.m5 {
	margin:5px;
}
.m5t {
	margin-top:5px;
}
.m5b {
	margin-bottom:5px;
}
.m5l {
	margin-left:5px;
}
.m5r {
	margin-right:5px;
}
.p180l {
	padding-left:180px;
}
.p70t {
	padding-top: 70px;
}
.p60b {
	padding-bottom: 60px;
}
.p60t {
	padding-top: 60px;
}
.p50t {
	padding-top:50px;
}
.p50b {
	padding-bottom:50px;
}
.p45b {
	padding-bottom: 45px;
}
.p40 {
	padding:40px;
}
.p40t {
	padding-top:40px;
}
.p40b {
	padding-bottom:40px;
}
.p40l {
	padding-left:40px;
}
.p40r {
	padding-right:40px;
}
.p35t {
	padding-top:35px;
}
.p35b {
	padding-bottom:35px;
}
.p30 {
	padding:30px;
}
.p30t {
	padding-top:30px;
}
.p30b {
	padding-bottom:30px;
}
.p30l {
	padding-left:30px;
}
.p40r {
	padding-right:30px;
}
.p25 {
	padding:25px;
}
.p25t {
	padding-top:25px;
}
.p25b {
	padding-bottom:25px;
}
.p25l {
	padding-left:25px;
}
.p25r {
	padding-right:25px;
}
.p20 {
	padding:20px;
}
.p20t {
	padding-top:20px;
}
.p20b {
	padding-bottom:20px;
}
.p20l {
	padding-left:20px;
}
.p20r {
	padding-right:20px;
}
.p15 {
	padding:15px;
}
.p15t {
	padding-top:15px;
}
.p15b {
	padding-bottom:15px;
}
.p15l {
	padding-left:15px;
}
.p15r {
	padding-right:15px;
}
.p10 {
	padding:10px;
}
.p10t {
	padding-top:10px;
}
.p10b {
	padding-bottom:10px;
}
.p10l {
	padding-left:10px;
}
.p10r {
	padding-right:10px;
}
.p5 {
	padding:5px;
}
.p5t {
	padding-top:5px;
}
.p5b {
	padding-bottom:5px;
}
.p5l {
	padding-left:5px;
}
.p5r {
	padding-right:5px;
}
.m0 {
	padding:0px;
}
.p0 {
	padding:0px;
}
/*背景*/
.bac_f {
	background-color:#fff;
}
.bac_f1 {
	background-color:#f1f1f1;
}
.bac_eb {
	background-color: #ebebeb;
}
.bac_f0 {
	background-color:#f0f0f0;
}
.bac_f4 {
	background: #f4f4f4;
}
.bac_red {
	background: #e03033;
}
 input::-webkit-input-placeholder {
 color:#999999;
}
 input::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#999999;
}
 input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#999999;
}
 input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#999999;
}
/*----pops----*/
.h20{width:100%; height:150px; }
.logo{width:136px; height:48px; float:left;  margin-right:180px;}

.nav li{float:left;  height:40px; position:relative; text-align:center; margin-left:30px;  width:120px; }
.nav li:nth-child(3){width:170px;}
.nav li a{ color:#e0c47f;  display:block; width:100%; height:40px;}
.nav li a .mt1{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  height:20px; line-height:20px; position:absolute; top:0px; display:block;width:100%; text-align:center; transition:all 0.3s;}
.nav li a .mt2{ font-size:14px;  height:16px; line-height:16px; position:absolute; bottom:0px;display:block; width:100%; text-align:center;transition:all 0.3s;}
.nav li a s{width:0px; height:1px; background-color:#e0c47f; display:block; position:absolute; bottom:-10px; transition:all 0.6s;}
.nav li a:hover s{ width:100%;}
.fenhx{width:130px; height:26px; float:right; position:relative;}
.fenhx .sss{position:absolute; z-index:99999; top:40px; display:none;}
.fff:hover .sss{display:block;}
.fenhx img{margin-left:15px;}
@keyframes load {0% {width:0%;} 100% {width:100%;}}
.trent-slider {width:100%;position:relative;overflow:hidden;}
.t-slide {position:absolute;left:0;right:0;bottom:0;top:0;transition:.65s;  cursor:pointer;}
.t-slide img {width:100%;height:100%;}
.t-slider-controls {position:absolute;top:0;bottom:0;left:0;right:0;} 
.t-slider-controls .arrow {min-height:100%;width:50px;position:relative;transition:.25s;}
.t-slider-controls .arrow:hover {cursor:pointer;}
.t-slider-controls .right-arrow {float:right;} .t-slider-controls .left-arrow {float:left;}
.t-slider-controls .arrow .arrow-container {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;}
.t-slider-controls .arrow .arrow-container .arrow-icon {position:relative;width:42px;height:42px;color:#fafafa;border-radius:50%;}
.t-slider-controls .arrow .arrow-container .arrow-icon i {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.t-slider-controls .t-load-bar {width:100%;height:5px; display:none;}
.t-slider-controls .t-load-bar .inner-load-bar {background:rgba(200,200,200,0.65);height:100%;}
.t-slider-controls .t-dots-container {position:absolute;bottom:10px;left:50%;transform:translateX(-50%);height:20px;min-width:350px;}
.t-slider-controls .t-slide-dots-wrap {height:100%;width:100%;position:relative;}
.t-slider-controls .t-slide-dots {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:table;content:"";clear:both;}
.t-slider-controls .t-slide-dots .t-dot {background:#fafafa;width:8px;height:8px;margin:5px;float:left;border-radius:50%;transition:.65s;} 
.t-slider-controls .t-slide-dots .t-dot.current-dot,.t-slider-controls .t-slide-dots .t-dot:hover {transform:scale(1.65);cursor:pointer;}
.fa-chevron-left{width:20px; height:29px; background:url(../images/ico05.png);}
.fa-chevron-right{width:20px; height:29px; background:url(../images/ico04.png);}
.jies{width:100%; height:840px; background:url(../images/t2.jpg) center center no-repeat;}
.k1{width:100%; text-align:center; font-size:48px; font-family:Arial, Helvetica, sans-serif; color:#dcbc6b; height:40px; line-height:40px; margin-top:80px; display:inline-block;}
.k2{width:100%; text-align:center; font-size:24px; margin-top:34px;}
.k3{width:100%; text-align:center; font-size:25px; margin-top:65px;}
.k4{width:100%; text-align:center; font-size:16px; color:#fefefd; margin-top:45px; line-height:50px;}
.k5{width:130px; height:42px; margin:0 auto; font-size:16px; margin-top:150px;}
.k5 a{ color:#fefefd;}
.k5 i{width:40px; height:40px; margin-left:15px;transition:all 0.3s;}
.k5 a:hover i{margin-left:25px;}
.htmleaf-container{width:1280px; margin:0 auto;}

#slider {
	width:100%;
	background-color:#000
}
.slider_box {
	margin:0 auto;
	width:1280px;
	height:940px;
	overflow:hidden;
	position:relative
}
.silder_tip {
	background:url(../images/tip-tt.html) no-repeat;
	top:0;
	width:92px;
	height:92px;
	right:0;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	z-index:1
}
#movie_tip {
	background-position:-93px 0
}
.silder_con {
	height:608px;
	overflow:hidden;
	position:absolute
}
.silder_panel {
	background:#111;
	width:1280px;
	height:608px;
	overflow:hidden;
	float:left;
	position:relative
}
.silder_panel img {
	width:1280px;
	height:608px;
	overflow:hidden;
	display:block
}
.silder_intro {
	padding:0 40px 0 0;
	width:210px;
	height:270px;
	color:#999;
	line-height:20px;
	overflow:hidden
}
.silder_intro h3 {
	padding:10px 0;
	height:50px;
	color:#7acf39;
	line-height:30px;
	overflow:hidden
}
.silder_intro h3 strong {
	height:30px;
	overflow:hidden;
	font-family:宋体;
	font-size:24px;
	font-weight:400;
	display:block
}
.silder_intro h3 strong a {
	color:#fff;
	font-weight:700
}
.silder_intro ul {
	height:60px;
	overflow:hidden
}
.silder_intro li {
	height:20px;
	color:#787878;
	overflow:hidden
}
.silder_intro li a {
	margin:0 6px;
	color:#787878
}
.silder_intro span {
	margin:0 10px 0 0
}
.silder_intro p {
	height:72px;
	color:#787878;
	line-height:18px;
	overflow:hidden;
	margin-top:10px
}
.silder_play {
	background:url(../images/silder-play.html) no-repeat 0 -30px;
	width:136px;
	height:30px;
	right:45px;
	bottom:13px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	position:absolute
}
.silder_play:hover {
}
.silder_nav {
	margin:0 auto;
	width:1280px;
	height:308px;
	bottom:0;
	overflow:hidden;
	position:absolute;
	margin-top:20px;
}
.silder_nav li {
	float:left;
	margin-right:50px;
	margin-top:10px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.silder_nav li:nth-child(8){ margin-right:0px;}
.silder_nav li:nth-child(16){ margin-right:0px;}
.silder_nav li:nth-child(24){ margin-right:0px;}
.silder_nav li.current {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.silder_nav li {
	width:113px;
	height:70px;
	overflow:hidden;
	display:block
}
.silder_nav img {
	width:113px;
	height:70px;
	overflow:hidden;
	display:block
}
.slider_box a.prev {
	background:url(../images/silder_btn.gif) no-repeat;
	margin:255px 0 0;
	width:45px;
	height:100px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	position:absolute;
	cursor:pointer
}
.slider_box a.next {
	background:url(../images/silder_btn.gif) no-repeat;
	margin:255px 0 0;
	width:45px;
	height:100px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	position:absolute;
	cursor:pointer
}
.slider_box a.prev {
	left:0
}
.slider_box a.next {
	background-position:right 0;
	right:0
}
.silderBox {
	height:8px;
	line-height:8px
}
.k6{width:130px; height:42px; margin:0 auto; font-size:16px; margin-top:0px; margin-bottom:60px;}
.k6 a{ color:#fefefd;}
.k6 i{width:40px; height:40px; margin-left:15px;transition:all 0.3s;}
.k6 a:hover i{margin-left:25px;}
.mxkj{ width:100%; height:759px; background:url(../images/t5.jpg) center center no-repeat;}
.mxkj h3{width:100%; height:44px; line-height:44px; font-family:Arial, Helvetica, sans-serif; font-size:48px; font-weight:normal; display:inline-block; text-align:center; margin-top:80px;}
.mxkj .mx-01{ width:100%; height:30px; line-height:30px; text-align:center; display:block; font-size:24px; margin-top:24px;}
.mx-02{width:400px; height:425px; float:left; margin-right:35px; background:url(../images/ym01.jpg);background-size:100%; margin-top:80px;transition:all 0.6s;}
.mx-02:hover{background:url(../images/ym01.jpg);background-size:103%;}
.mx-02 .mx-02-01{ width:310px; height:60px; line-height:28px; text-align:center; border-bottom:1px #fbfcfc solid; color:#fbfcfc; margin:0 auto; padding-top:50px;}
.mx-02 .mx-02-01 p{letter-spacing:1px; }.mx-02 .mx-02-01 span{letter-spacing:1px; }
.mx-02 .mx-02-02{width:326px; height:180px; font-size:12px; margin:0 auto; color:#d3d3d3;letter-spacing:1px; margin-top:10px;}

.k7{width:130px; height:42px; margin:0 auto; font-size:14px; margin-top:20px; color:#fff;}
.k7 a{ color:#fefefd;}
.k7 i{width:30px; height:30px; margin-left:15px;transition:all 0.3s;}
.k7 i img{width:30px; height:30px;}
.mx-02:hover i{margin-left:25px;}
.fuw{width:100%; height:800px; background-color:#060606;}


.mx-03{width:400px; height:425px; float:left; margin-right:35px; background:url(../images/ym02.jpg);background-size:100%; margin-top:80px;transition:all 0.6s;}
.mx-03:hover{background:url(../images/ym02.jpg);background-size:103%;}
.mx-03 .mx-02-01{ width:310px; height:60px; line-height:28px; text-align:center; border-bottom:1px #fbfcfc solid; color:#fbfcfc; margin:0 auto; padding-top:50px;}
.mx-03 .mx-02-02{width:310px; height:180px; font-size:12px; margin:0 auto; color:#d3d3d3; letter-spacing:1px; margin-top:10px;}
.mx-03 .mx-02-01 p{letter-spacing:1px;}
.mx-03 .mx-02-01 span{letter-spacing:1px;}
.mx-03:hover i{margin-left:25px;}

.mx-04{width:400px; height:425px; float:left; margin-right:0px; background:url(../images/ym03.jpg);background-size:100%; margin-top:80px;transition:all 0.6s;}
.mx-04:hover{background:url(../images/ym03.jpg);background-size:103%;}
.mx-04 .mx-02-01{ width:310px; height:60px; line-height:28px; text-align:center; border-bottom:1px #fbfcfc solid; color:#fbfcfc; margin:0 auto; padding-top:50px;}
.mx-04 .mx-02-02{width:310px; height:180px; font-size:12px; margin:0 auto; color:#d3d3d3; margin-top:10px;letter-spacing:1px;}
.mx-04 .mx-02-01 p{letter-spacing:1px;}.mx-04 .mx-02-01 span{letter-spacing:1px;}
.mx-04:hover i{margin-left:25px;}

.fuw h3{width:100%; height:44px; line-height:44px; font-family:Arial, Helvetica, sans-serif; font-size:48px; font-weight:normal; display:inline-block; text-align:center; margin-top:80px;}
.fuw .mx-01{ width:100%; height:30px; line-height:30px; text-align:center; display:block; font-size:24px; margin-top:24px;}
.fu01 li{width:418px; height:243px; position:relative; float:left; overflow:hidden;}
.fu01 li img{width:100%; height:100%; z-index:1; position:absolute; left:0px; top:0px;}
.fu01 li i{width:100%; height:100%; position:absolute; z-index:2; display:block; left:0px; top:0px; background:rgba(0,0,0,0.7); }
.fu01 li:hover i{ background:rgba(196,196,195,0.7);}
.fu-03{width:212px; height:104px; position:absolute; z-index:3; left:100px; top:85px; display:none;}
.fu-03 p{width: 212px; height:30px; background:rgba(0,0,0,0.7); font-size:25px; color:#e0c47f; line-height:30px; display:block; margin-bottom:5px; }
.fu01 li:hover .fu-03{display:block;}
.footer{width:100%; height:270px; background:#303030; }
.ft01{width:387px; height:114px; float:left; margin-top:80px;}
.ft02 a{float:left; color:#fefdfc; font-size:14px; margin-left:10px;}
.ft03{font-size:14px; color:#fefdfc; margin-left:10px; margin-top:45px; line-height:30px;}
.ft04{width:110px; height:70px; font-size:14px; color:#fefdfc; margin-left:320px; margin-top:70px;}
.ft04 img{margin-top:15px; margin-right:20px;}
.ft05{width:115px; height:70px; font-size:14px; color:#fefdfc; margin-left:50px; margin-top:70px;}
.ft06{width:140px; height:70px; font-size:14px; color:#fefdfc; margin-left:50px; margin-top:70px;}
.ft06 img{margin-bottom:20px;}
.ab01 li{width:100%; height:315px;}
.ab01 li .pic{width:470px; height:306px; float:left;}
.ab01 li .pic img{width:100%; height:100%;}
.ab01 li .mis{width:700px; height:315px; margin-left:80px; float:left; font-size:14px; color:#fdfbfb; line-height:30px;}
.ab01 li .mis p{font-size:24px; color:#ddbc6b;}
.ab01 li .mis span{font-size:18px;color:#ddbc6b; display:block;}
.sele01{width:1060px; height:120px; text-align:center; border-bottom:1px #000 solid; padding-top:68px; margin-bottom:100px;}
.ff1{width:100%; background-color:#fff;}
.slte{width:1060px;}
.slte li{ width:242px; height:135px; position:relative; overflow:hidden; float:left; margin-right:30px; margin-bottom:30px; cursor:pointer;}
.slte li:nth-child(4n){margin-right:0px;}
.slte li img{width:100%; height:100%; position:absolute; z-index:1;transition:all 0.6s; top:0px; }
.slte li i{ width:100%; height:100%; display:block; position:absolute; top:135px; z-index:2; transition:all 0.6s; }
.slte li:hover img{top:-135px;}
.slte li:hover i{top:135px;}
.age-left{width:155px; float:left; color:#303030; font-size:14px;}
.ag01{width:100%; height:45px; border-bottom:1px #004943 solid; line-height:45px;}
.ag02 a{ width:auto; height:22px; line-height:22px; display:inline-block; margin-top:15px; position:relative;}
.ag02 a s{width:100%; height:1px; background-color:#004943; position:absolute; bottom:0px; left:0px; display:none;}
.ag02 a:hover s{display:block;}
.ag02 .viter s{display:block;}

.ag02s a{ width:auto; height:22px; line-height:22px; display:inline-block; margin-top:15px; position:relative;}
.ag02s a s{width:100%; height:1px; background-color:#004943; position:absolute; bottom:0px; left:0px; display:none;}
.ag02s a:hover s{display:block;}
.ag02s .viter s{display:block;}

.age-right{ width:992px;color:#303030; font-size:14px;}
.ag01-k{width:250px; height:45px; border-bottom:1px #004943 solid; line-height:45px;}
.agrt-01{ width:100%;}
.agrt-01 img{ width:100%;}
.dmst li{width:290px; height:290px; float:left; margin-top:38px; margin-right:50px;}
.dmst li:nth-child(3n){margin-right:0px;}
.dmst li img{width:290px; height:180px; margin-bottom:20px;}
.agrt-02{ width:100%; height:auto; font-size:12px; margin-top:60px;}
.dmoic li{width:313px; height:254px; float:left; margin-right:20px;}
.dmoic li:nth-child(3){margin-right:0px;}
.xxk{width:100%; height:76px; text-align:center; font-size:17px; color:#fefdfc;}
.xxk a{color:#fefdfc; height:20px; line-height:20px; padding-left:34px; padding-right:34px; margin-top:30px; display:inline-block; border-right:1px #fefdfc solid;}
.xxk a:nth-child(3){border:none;}
.xxk .slect{color:#e0c47f;}
.meixue{width:100%; height:680px; position:relative;}
.mei01{width:55%; height:680px; position:absolute; left:0px; top:0px; background-color:rgba(0,0,0,0.6)}
.case-st li{width:372px; height:348px; float:left; color:#fbfdfd; margin-right:80px; margin-bottom:60px; margin-top:50px;} 
.case-st li:nth-child(3){margin-right:0px;}
.case-st li:nth-child(6){margin-right:0px;}
.case-st li:nth-child(9){margin-right:0px;}
.case-st li:nth-child(12){margin-right:0px;}
.case-st li:nth-child(15){margin-right:0px;}
.case-st li a{color:#fbfdfd;}
.case-st li img{width:372px; height:248px; margin-bottom:35px;}
.page{width:100%; text-align: center; margin-top:50px;}
.page a{width:40px; height:40px; background-color:#4d4e4e;border-radius:50%; text-align:center; line-height:40px; font-size:14px; color:#000; display:inline-block; margin-left:20px;}
.page .current{ background-color:#e0c47f;}
.cas01{ width:800px; margin:0 auto; color:#fbfdfd; font-size:15px;}
.cas01 img{width:800px; }
.cas01 p{margin-bottom:10px;}
.cas01 strong{ font-size:18px;}

.cas02{ width:100%; height:319px; color:#fbfdfd; font-size:15px;}
.cas02 img{float:left; width:473px; height:319px; margin-right:68px;}
.cas02 p{margin-bottom:90px;}
.fuww-st li{width:100%; height:360px; margin-bottom:20px;position:relative;}
.fuww-st li i{width:99.8%; height:356px; border:2px #fff solid; display:none; position:absolute; left:0px; top:0px;transition: all 0.6s;}
.fuww-st li:hover i{display:block;}
.fuww-st li .wenz{width:50%; height:360px; float:left; background-color:#010908; }
.fuww-st li .wenz span{font-size:22px; line-height:28px; display:block; margin-left:82px; margin-top:40px;transition: all 0.6s;}
.fuww-st li .wenz p{font-size:22px; margin-left:82px; margin-top:10px;transition: all 0.6s;}
.fuww-st li .wenz .fs12{ font-size:12px; margin-top:20px; width:75%;}
.fuww-st li .pic{ width:50%; float:right; height:360px; overflow:hidden; }
.fuww-st li .pic img{width:100%; height:100%;transition: all 0.6s;}

.fuww-st li:hover .pic img{transform: scale(1.05);}
.fuww-st li:nth-of-type(even) .wenz{float:right; background-color:#b39e67; color:#0c0b07;}
.fuww-st li:nth-of-type(even) .pic{float:left;}
.fwsy{width:100%; height:242px; margin-top:90px;}
.fwsy img{width:427px; height:242px; float:left; margin-right:50px;}
.fwsy h3{font-size:26px; font-weight:normal;}
.fwsy p{font-size:16px; color:#fff; margin-top:30px; line-height:36px;}
.jkop img{width:800px; margin-bottom:10px;}
.jkop{width:100%; margin-top:50px; color:#fff; font-size:15px;}
.jkop p{margin-bottom:10px;}
.hjko{width:100%; height:100px; margin-top:20px; line-height:40px; font-size:30px; color:#fff;}
.lxwm{width:100%; height:356px; background-color:#fff; margin-top:60px; display:inline-block;}
.lxwm img{width:373px; height:250px; float:left; margin-left:55px; margin-top:55px; margin-right:48px;}
.lxwm p{ font-size:24px; color:#000; margin-top:60px; margin-bottom:35px;}
.lxwm span{font-size:14px; color:#000; line-height:30px;}
.zhap{width:200px;}
.zhap p{width:100%; height:32px; border-bottom:1px #ddbc6b solid; font-size:24px;}
.sssty li{font-size:14px; height:36px; line-height:36px;}
.sssty li a{color:#fdfbfb;}
.neirk{width:900px; float:left; margin-left:20px; margin-top:87px; color:#fdfbfb; font-size:14px;}
.neirk h3{font-size:24px; color:#ddbc6b; font-weight:normal;}
.neirk p{font-size:18px; margin-top:35px; margin-bottom:10px;}

.xinxi_solution_bg { background-size: 100% 400px; max-width:1280px; margin: 0 auto; margin-top:80px; background-color: #060606; }
.xinxi_solution_main ul { overflow: hidden; height: 480px; }
.xinxi_solution_main .main_mobile { max-width: 1280px; min-width: 1080px; }
.xinxi_solution_main ul li { background: url('../images/pic1.png') no-repeat; height: 480px; float: left; width: 120px; cursor:pointer; position: relative; overflow: hidden; transition: all 0.8s; }
.xinxi_solution_main ul li:nth-child(2) { background: url('../images/pic2.png') no-repeat; }
.xinxi_solution_main ul li:nth-child(3) { background: url('../images/pic3.png') no-repeat; }
.xinxi_solution_main ul li:nth-child(4) { background: url('../images/pic4.png') no-repeat; }
.xinxi_solution_main ul li:nth-child(5) { background: url('../images/pic5.png') no-repeat; }
.xinxi_solution_main ul li:nth-child(6) { background: url('../images/pic6.png') no-repeat; }
.xinxi_solution_main ul li .left_top { position: absolute; left: 25px; width: 30px; padding: 0 20px; text-align: center; }
.xinxi_solution_main ul li .left_top img { width: 30px; }
.xinxi_solution_main ul li i { font-size: 24px; color: #FFF; }
.xinxi_solution_main .left_top { font-size: 30px; color: #FFF; }
.xinxi_solution_main ul li .left { float: left; width: 120px; background: #000; opacity: 0.5; height: 600px; }
.xinxi_solution_main ul li .right { float: left; width: 480px; position: relative; height: 600px; }
.xinxi_solution_main .right dl { position: absolute; top: 40%; left: 60px; color: #FFF; font-size: 16px; line-height: 32px;}
.xinxi_solution_main .right dd { color: #FFF; font-size: 26px; border-radius: 5px; width: 400px; height: 75px; margin-bottom: 45px; background: #000; opacity: 0.5; }
.xinxi_solution_main .right dl a { background-repeat: no-repeat; color: #FFF; font-size: 16px; line-height: 32px;  width: 400px; text-align: left; padding: 0 10px; margin-bottom: 10px; display: block; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;  background-size: 100% 100%; background-color: rgba(0,0,0,0.23); border-radius: 5px; margin-top: 10px; }
.xinxi_solution_main .right dl a.yichu { float: left; margin-right: 20px; }
.xinxi_solution_main ul li.on { width: 680px; }
.xinxi_solution_main ul li.two { background: url('images/pic2.html') no-repeat; }
.xinxi_solution_main ul li.thr { background: url('images/pic3.html') no-repeat; }
.xinxi_solution_main ul li.four { background: url('images/pic4.html') no-repeat; }
.xinxi_solution_main ul li.five { background: url('images/pic5.html') no-repeat; }
.xinxi_solution_main ul li.six { background: url('images/pic6.html') no-repeat; }
.hjkk{width:372px; height:248px; overflow:hidden; margin-bottom:35px;}
.hjkk img{transition: all 0.6s;}
.case-st li:hover .hjkk img{ transform: scale(1.05);}
.fghj{width:992px; height:100px; margin-top:50px;}
.fghj img{ width:auto; float:left; margin-right:118px;}
.fghj  span{width:586px; height:100px; display:inline-block;}

.ddhh{margin-top:50px;}
.ddhh img{margin-bottom:30px; margin-top:20px;}
.ddhh p span{ padding-bottom:20px; display:block;}
.bbvh{width:290px; height:180px; overflow:hidden;}
.bbvh img{transition: all 0.6s;}
.dmst li:hover .bbvh img{ transform: scale(1.05);}
.sfgy{width:397px; height:326px; margin-left:145px; margin-top:165px; float:left; font-size:14px;}
.sfgy h3{font-size:20px; font-weight:normal; margin-top:15px; margin-bottom:10px;}

  @-webkit-keyframes rightan
                {

                from
                {
                    bottom: 0%;
                    opacity: 0;
                }
                to
                {
                    bottom: 5%;
                    opacity: 1;
                }
                }
                .rightan
                {
                -webkit-animation: rightan 1.5s infinite;
                -webkit-animation-fill-mode: both;
                }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: black;
}

.arrow11 {
  position: fixed;
  bottom: 160px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/jj.png);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}