@charset "utf-8";
/* CSS Document */
html{background:#fff;position: relative;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;}
body{font-family:"Microsoft YaHei";font-size:12px;position: relative; font-weight:lighter;background:#FFFFFF;}
a{text-decoration:none; color:#1e1e1e}
a:hover{text-decoration:none; color:#D7144E}
ul,li{list-style:none;}
img{border:none;}
i,em,b{font-style:normal}
.clear{clear:both;}
.clear:after,.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden}
/*top1*/
.top-nav{width:100%;height:36px;border-bottom:1px solid #35224f; background:#1C0C4B; min-width:1200px;}
.top-nav .top-nmid{width:1200px; margin:0 auto; height:36px; overflow:hidden;}
.top-nav .top-nmid ul{float:right;overflow:hidden;}
.top-nav .top-nmid ul li{float:left;line-height:36px;width:98px; text-align:left; margin-left:15px;}
.top-nav .top-nmid ul li.bg{height:36px;background:url(../images/sprites.png) -481px 0;}
.top-nav .top-nmid ul li.w60{width:60px;}
.top-nav .top-nmid ul li a{color:#b5b1bf; transition:all .25s ease-in-out;}
.top-nav .top-nmid ul li a:hover{color:#eee;}
.top-nav .top-nmid ul li a span{padding-left:7px;}
.top-nav .top-nmid ul li img{vertical-align:middle; }
.top-nav .top-nmid ul li .img1{width:20px; height:20px;background:url(../images/sprites.png) -401px -1px; display:block; float:left; margin-top:8px;}
.top-nav .top-nmid ul li .img2{width:20px; height:20px;background:url(../images/sprites.png) -429px -1px; display:block; float:left; margin-top:8px;}
.top-nav .top-nmid ul li .img3{width:11px; height:20px;background:url(../images/sprites.png) -458px -1px; display:block; float:left; margin-top:8px;}

.top-nav .top-nmid ul a:hover .img{animation: change 1.5s linear infinite; -webkit-animation:change 1.5s linear infinite;}
@-webkit-keyframes change{
	0% {-webkit-transform: rotateZ(0deg);}
	100% {-webkit-transform: rotateZ(360deg);}
}
@-moz-keyframes change{
	0% {-moz-transform: rotateZ(0deg);}
	100% {-moz-transform: rotateZ(360deg);}
}
@-ms-keyframes change{
	0% {-ms-transform: rotateZ(0deg);}
	100% {-ms-transform: rotateZ(360deg);}
} 
@-o-keyframes change{
	0% {-o-transform: rotateZ(0deg);}
	100% {-o-transform: rotateZ(360deg);}
} 
@keyframes change{
	0% {transform: rotateZ(0deg);}
	100% {transform: rotateZ(360deg);}
} 
/* top2*/
.header{ width:100%; height:115px;z-index:100; position:relative; background:#1C0C4B;min-width:1200px;}
.header .headmid{ width:1200px; margin:0 auto; height:115px; overflow:hidden;}
.header .headmid a{ display:block;float:left;}
.header .headmid .logoa{margin-top:25px;width:389px;height:100px; background:url(../images/logo_pc_qj.png) no-repeat;}
.header .headmid .msa{margin-left:138px;margin-top:30px;width:308px;height:62px;background:url(../images/pp.png) no-repeat;}
.header .headmid .tela{margin-left:202px;margin-top:30px;}
.header .headmid .tela .telimg{width:158px;height:55px;background:url(../images/sprites.png) -1px -160px;}
/*
.header .headmid .tela .telimg{animation: jitter 10s linear 0.5s infinite;}
@-moz-keyframes jitter{
	0%{-moz-transform:translateY(-10px)}
	1%{-moz-transform:translateY(10px)}
	2%{-moz-transform:translateY(-10px)}
	3%{-moz-transform:translateY(10px)}
	4%{-moz-transform:translateY(-10px)}
	5%{-moz-transform:translateY(0px)}
}
@-webkit-keyframes jitter{
	0%{-webkittransform:translateY(-10px)}
	1%{-webkittransform:translateY(10px)}
	2%{-webkittransform:translateY(-10px)}
	3%{-webkittransform:translateY(10px)}
	4%{-webkittransform:translateY(-10px)}
	5%{-webkittransform:translateY(0px)}
}
@-ms-keyframes jitter{
	0%{-ms-transform:translateY(-10px)}
	1%{-ms-transform:translateY(10px)}
	2%{-ms-transform:translateY(-10px)}
	3%{-ms-transform:translateY(10px)}
	4%{-ms-transform:translateY(-10px)}
	5%{-ms-transform:translateY(0px)}
}
@-o-keyframes jitter{
	0%{-o-transform:translateY(-10px)}
	1%{-o-transform:translateY(10px)}
	2%{-o-transform:translateY(-10px)}
	3%{-o-transform:translateY(10px)}
	4%{-o-transform:translateY(-10px)}
	5%{-o-transform:translateY(0px)}
}
@keyframes jitter{
	0%{transform:translateY(-10px)}
	1%{transform:translateY(10px)}
	2%{transform:translateY(-10px)}
	3%{transform:translateY(10px)}
	4%{transform:translateY(-10px)}
	5%{transform:translateY(0px)}
}*/
.header .headmid .tela:hover .telimg{
	animation: jitter2 .5s linear; 
	-webkit-animation:jitter2 .5s linear;
}
@-moz-keyframes jitter2{
	0%{-moz-transform:translateY(-10px)}
	25%{-moz-transform:translateY(10px)}
	50%{-moz-transform:translateY(-10px)}
	75%{-moz-transform:translateY(10px)}
	90%{-moz-transform:translateY(-10px)}
	100%{-moz-transform:translateY(0px)}
}
@-webkit-keyframes jitter2{
	0%{-webkit-transform:translateY(-10px)}
	25%{-webkit-transform:translateY(10px)}
	50%{-webkit-transform:translateY(-10px)}
	75%{-webkit-transform:translateY(10px)}
	90%{-webkit-transform:translateY(-10px)}
	100%{-webkit-transform:translateY(0px)}
}
@-ms-keyframes jitter2{
	0%{-ms-transform:translateY(-10px)}
	25%{-ms-transform:translateY(10px)}
	50%{-ms-transform:translateY(-10px)}
	75%{-ms-transform:translateY(10px)}
	90%{-ms-transform:translateY(-10px)}
	100%{-ms-transform:translateY(0px)}
}
@-o-keyframes jitter2{
	0%{-o-transform:translateY(-10px)}
	25%{-o-transform:translateY(10px)}
	50%{-o-transform:translateY(-10px)}
	75%{-o-transform:translateY(10px)}
	90%{-o-transform:translateY(-10px)}
	100%{-o-transform:translateY(0px)}
}
@keyframes jitter2{
	0%{transform:translateY(-10px)}
	25%{transform:translateY(10px)}
	50%{transform:translateY(-10px)}
	75%{transform:translateY(10px)}
	90%{transform:translateY(-10px)}
	100%{transform:translateY(0px)}
}
.banner-box{width:100%; position:relative;min-width:1200px;}
.nav-box{width:100%; height:68px; position:absolute; top:0; z-index:2;}
.nav-box .nav-bg{width:100%;height:68px; background:#1d0c4c; opacity:0.74;filter:"alpha(opacity=74)";filter:alpha(opacity=74);zoom:1;position:absolute; top:0;left:0;}
.nav-box .nav{width:1200px; height:68px; margin:0 auto; position:relative; z-index:3;}
.nav-box .nav ul{overflow:hidden;}
.nav-box .nav ul li{float:left; text-align:center; box-sizing:content-box; margin-right:20px;}
.nav-box .nav ul li a{font-size:18px;color:#fff; display:block;padding:15px 0; width:130px; transition:all .25s ease-in-out;line-height:18px; }
.nav-box .nav ul li a:hover{color:#ae975c}
.nav-box .nav ul li span{ font-family:Arial; font-size:10px;opacity: 0.5;filter:"alpha(opacity=50)";filter:alpha(opacity=50);zoom:1;}
#topline{width:130px; background:#ae975c; border-radius:3px; top:0; left:0; position:absolute; z-index:4; height:3px;}

.nav-box .nav ul li .xmzs0 a{width:auto; padding:0;}
.nav-box .nav ul li .xmzs0 a:hover{ background:none; color:#d7a126}

.xmzs0{width:850px;height:230px;background:url(../images/xmbg.png) repeat;display:none;position:absolute;top:68px;padding:0px;zoom:1; z-index:100;left:170px;}
.xmzs0 .xm1{float:left;display:inline; height:70px; padding-left:21px; width:800px; text-align:left; position:relative;}
.xmzs0 .xm1 .zxicon{ position:absolute; width:143px; height:49px;padding-top:20px;}
.xmzs0 .xm1 .zxicon a{ padding-top:20px; display:block; width:157px; height:56px;}
.xmzs0 .xm1 .zxxmlist{ width:607px; margin-left:10px; height:25px; position:absolute; right:0px; top:0px; padding-top:22px; padding-bottom:25px; overflow:hidden;}
.xmzs0 .xm1 .zxxmlist a.a_xmfl{ background:#a09bce; color:#fff; padding:0px 4px 0px 4px; font-size:14px; height:22px; line-height:21px; margin-top:2px;}
.xmzs0 .xm1 .zxxmlist a{ display:block; float:left; margin-right:12px; margin-left:3px; color:#fff; font-size:14px;height:24px; line-height:24px; margin-bottom:4px;}
.xmzs0 .xm1:last-child{border-bottom:none;}


.banner{width:100%;position:relative;height:853px; background:#fff;min-width:1200px;}
.banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.banner .bd ul{width:100% !important;}
.banner .bd li{width:100% !important;height:853px; overflow:hidden; text-align:center;}
.banner .bd li a{display:block; height:853px;}
.banner .prev{width:46px; height:75px; background:url(../images/sprites.png) -582px 0; display:block; position:absolute; top:310px; left:12%;opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1; cursor:pointer}
.banner .next{width:46px; height:75px; background:url(../images/sprites.png) -628px 0; display:block; position:absolute; top:310px; right:12%; opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1;cursor:pointer}
.banner:hover .prev,.banner:hover .next{opacity:0.5;filter:"alpha(opacity=59)";filter:alpha(opacity=59);zoom:1;}
.banner .prev:hover,.banner .next:hover{opacity:0.9;filter:"alpha(opacity=90)";filter:alpha(opacity=90);zoom:1;}

.nav-bottom{width:100%; height:107px; position:absolute; bottom:0; z-index:2;}
.nav-bottom-bg{width:100%; height:107px;background:#1d0c4c; opacity:0.74;filter:"alpha(opacity=74)";filter:alpha(opacity=74);zoom:1;position:absolute; top:0;left:0;}
.xmlist-box{width:1142px;margin:0 auto; }
.xmlist{width:1142px;margin:0 auto; position:relative; z-index:3;height:107px;}
.xmlist ul{overflow:hidden; margin-left:29px; width:1142px;}
.xmlist ul li{float:left;text-align:center;width:163px;height:107px; overflow:hidden; position:relative;background-color:;background-repeat:no-repeat;transition:all .5s ease-in-out;}
.xmlist ul li a{font-size:14px;color:#e1e0e0; display:block;width:163px; line-height:150px;}
.xmlist ul li:hover{background-color:#ae975c; }
.xmlist ul li .hot{ display:block; width:26px; height:27px; background:url(../images/hot.png) no-repeat; position:absolute; right:25px; top:15px;} 

.xmlist ul li.syp{background-image:url(../images/sprites.png); background-position:0 -230px;}
.xmlist ul li.hslb{background-image:url(../images/sprites.png); background-position:-163px -230px;}
.xmlist ul li.dgfx{background-image:url(../images/sprites.png); background-position:-326px -230px;}
.xmlist ul li.zssx{background-image:url(../images/sprites.png); background-position:-489px -230px;}
.xmlist ul li.qb{background-image:url(../images/sprites.png) ; background-position:-652px -230px;}

.xmlist ul li.jxbh{background-image:url(../images/sprites.png); background-position:0 -337px;}
.xmlist ul li.qd{background-image:url(../images/sprites.png); background-position:-163px -337px;}
.xmlist ul li.mbnqh{background-image:url(../images/sprites.png); background-position:-326px -337px;}
.xmlist ul li.zftc{background-image:url(../images/sprites.png); background-position:-489px -337px;}
.xmlist ul li.yswx{background-image:url(../images/sprites.png); background-position:-652px -337px;}

.xmlist ul li.mfyz{background-image:url(../images/sprites.png); background-position:0 -444px;}
.xmlist ul li.sgnf{background-image:url(../images/sprites.png); background-position:-163px -444px;}
.xmlist ul li.mkzx{background-image:url(../images/sprites.png); background-position:-326px -444px;}
.xmlist ul li.kqmr{background-image:url(../images/sprites.png); background-position:-489px -444px;}
.xmlist ul li.bdtm{background-image:url(../images/sprites.png); background-position:-652px -444px;}
.xmlist ul li.xzss{background-image:url(../images/sprites.png); background-position:-815px -444px;}

.xmlist .prev{width:20px; height:35px; background:url(../images/sprites.png) -740px 0; position:absolute; left:-22px; top:35px;cursor:pointer}
.xmlist .next{width:20px; height:35px; background:url(../images/sprites.png) -760px 0; position:absolute; right:-22px; top:35px;cursor:pointer}

.con1-box{width:1200px; margin:45px auto; overflow:hidden;}
.con1-left{width:370px; float:left;}
.con1-left-tt{height:38px; border-left:1px solid #d8d8d8;}
.con1-left-tt dt{font-size:24px; color:#272727; height:26px;line-height:26px; margin-left:15px;}
.con1-left-tt dd{height:12px;margin-left:15px; line-height:0px; margin-top:4px;}

.scroll-con1-left{margin:15px; position:relative;width:340px; height:380px;}
.scroll-con1-left .prev{width:30px; height:40px; background:url(../images/sprites.png) -676px 0;position:absolute; left:0px; top:146px;cursor:pointer;opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1transition:all .5s ease-in-out;}
.scroll-con1-left .next{width:30px; height:40px; background:url(../images/sprites.png) -707px 0;position:absolute; right:0px; top:146px;cursor:pointer; opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1transition:all .5s ease-in-out;}
.scroll-con1-left:hover .prev,.scroll-con1-left:hover .next{opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}
.scroll-con1-left .more{position:absolute;right:0px; top:-50px; width:48px; height:23px;}
.scroll-con1-left .more .prev{width:23px;height:23px; background:url(../images/sprites.png) -676px -49px;position:relative; left:0px; top:0px;cursor:pointer; display:inline-block;*display:inline;*zoom:1;opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}
.scroll-con1-left .more .next{width:23px;height:23px; background:url(../images/sprites.png) -700px -49px;position:relative; left:2px; top:0px;cursor:pointer;display:inline-block;*display:inline;*zoom:1;opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}

.con1-left-bt{margin-top:15px;width:340px;}
.con1-left-bt a{font-size:20px;color:#666; float:left;}
.con1-left-bt .a{float:right;display:block;color:#999; font-size:12px; border:1px solid #ddd; padding:4px 10px;transition:all .5s ease-in-out;}
.con1-left-bt .a:hover{color:#fff; background:#ae975c;border:1px solid #ae975c;}

.con1-center{width:355px; float:left; margin-left:15px;}
.con1-center-tt{overflow:hidden}
.con1-center-tt dl{height:38px; border-left:1px solid #d8d8d8; float:left}
.con1-center-tt dl dt{font-size:24px; color:#272727; height:26px;line-height:26px; margin-left:15px;}
.con1-center-tt dl dd{height:12px;margin-left:15px;line-height:0px; margin-top:4px;*margin-top:0px;}

.con1-center-tt .more{float: right;}
.con1-center-tt .more a{display:block;color:#999; font-size:12px; border:1px solid #ddd; padding:4px 10px;transition:all .5s ease-in-out;}
.con1-center-tt .more a:hover{color:#fff; background:#ae975c;border:1px solid #ae975c;}
.con1-center-nr{ margin:15px 0 15px 15px;}
.con1-center-nr dl{ border-bottom:1px dashed #e5e5e5;}
.con1-center-nr dl dt{width:338px; height:160px; overflow:hidden;}
.con1-center-nr dl dd a{font-size:18px; color:#272727;line-height:66px;}
.con1-center-nr dl dd a:hover{color:#ae975c;}
.con1-center-nr ul li{height:24px; line-height:24px; background:url(../images/dian.png) no-repeat; margin-left:10px; text-indent:14px; margin-top:7px;}
.con1-center-nr ul li a{font-size:16px; color:#666666;}
.con1-center-nr ul li a:hover{text-decoration:underline;color:#b6a169;}

.con1-right{float:left;margin-left:24px;}
.con1-right-tt{height:38px; border-left:1px solid #d8d8d8;}
.con1-right-tt dt{font-size:24px; color:#272727; height:26px;line-height:26px; margin-left:15px;}
.con1-right-tt dd{height:12px;margin-left:15px;line-height:0px; margin-top:4px;}

.scroll-con1-right{margin:15px; position:relative;width:316px; height:273px;}
.scroll-con1-right .prev{width:30px; height:40px; background:url(../images/sprites.png) -676px 0;position:absolute; left:0px; top:116px;cursor:pointer; opacity:0;filter:"alpha(opacity=100)";filter:alpha(opacity=0);zoom:1transition:all .5s ease-in-out;}
.scroll-con1-right .next{width:30px; height:40px; background:url(../images/sprites.png) -707px 0;position:absolute; right:0px; top:116px;cursor:pointer;opacity:0;filter:"alpha(opacity=100)";filter:alpha(opacity=0);zoom:1transition:all .5s ease-in-out;}
.scroll-con1-right:hover .prev{opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}
.scroll-con1-right:hover .next{opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}

.scroll-con1-right .more{position:absolute;right:0px; top:-50px; width:48px; height:23px;}
.scroll-con1-right .more .prev{width:23px;height:23px; background:url(../images/sprites.png) -676px -49px;position:relative; left:0px; top:0px;cursor:pointer; display:inline-block;*display:inline;*zoom:1;opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}
.scroll-con1-right .more .next{width:23px;height:23px; background:url(../images/sprites.png) -700px -49px;position:relative; left:2px; top:0px;cursor:pointer;display:inline-block;*display:inline;*zoom:1;opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1}

.scroll-con1-right .hd{ height:6px; overflow:hidden; position:absolute; left:15px; bottom:10px; z-index:1; }
.scroll-con1-right .hd ul{ overflow:hidden; zoom:1; float:left;  }
.scroll-con1-right .hd ul li{ float:left; margin-right:2px;  width:6px; height:6px; line-height:14px; text-align:center; background:#fff; color:#fff; cursor:pointer; }
.scroll-con1-right .hd ul li.on{ background:#e32f68; color:#e32f68; }

.yslist li{position:relative;width:316px;}
.yslist li .dl0{position:absolute; left:22px ; top:50px;width:150px;}
.yslist li .dl0 dt{font-size:26px;color:#3b3b3b;}
.yslist li .dl0 dd{font-size:14px;color:#454440;width:150px;height:20px; overflow:hidden;}
.yslist li .dl0 dd.s{font-size:16px;color:#fff; font-family:"Times New Roman", Times, serif; text-align:right; border-bottom:1px solid #fff; height:16px; margin-top:5px;opacity:0.7}
.yslist li .dl1{ position:absolute; left:22px ; top:150px;}
.yslist li .dl1 dt{font-size:15px; color:#ffffff; height:21px; width:80px; line-height:21px; background:#ae975c; text-align:center; border-radius:3px;}
.yslist li .dl1 dd{ font-size:14px; color:#0a0a0a; line-height:24px; width:106px; margin-top:5px;}

.tabBox .yshd{float:right;width:90px;}
.tabBox .yshd ul{ margin:20px 0 0 12px;}
.tabBox .yshd li{height:18px;background:url(../images/li.png) no-repeat; line-height:18px; text-indent:20px; font-size:14px; color:#757575; margin-bottom:15px; cursor:pointer;}
.tabBox .yshd li.on{background:url(../images/li_hover.png) no-repeat;color:#e32f68;}
.tabBox .ysbd{float:left; width:346px;}

.zxBox{width:316px; overflow:hidden; margin-left:15px;}
.zxBox a{display:block;width:100px; height:94px; float:left;}
.zxBox a.ckxq{background:url(../images/sprites.png) -799px 0;margin-right:8px;transition:all .3s ease-in-out;}
.zxBox a.ckxq:hover{background:url(../images/sprites.png) -799px -95px;}
.zxBox a.yyys{background:url(../images/sprites.png) -900px 0;margin-right:8px;transition:all .3s ease-in-out;}
.zxBox a.yyys:hover{background:url(../images/sprites.png) -900px -95px;}
.zxBox a.zxfy{background:url(../images/sprites.png) -900px -190px;transition:all .3s ease-in-out;}
.zxBox a.zxfy:hover{background:url(../images/sprites.png) -900px -285px;}

.con2-box{width:100%;background-color:#1d0d4b;min-width:1200px;}
.con2-tt{width:590px;height:108px; background:url(../images/con2_tt.png) no-repeat; margin:50px auto; line-height:108px; font-size:46px;color:#fff; text-indent:78px;}
.con2-tt span{ margin-left:55px;}
.tab-con2Box{width:100%; padding-bottom:1px;}
.tab-con2Box .hd ul{width:1070px;height:48px; margin:0 auto; background:#ae975c;}
.tab-con2Box .hd ul li{ float:left;width:356px; text-align:center;height:48px;}
.tab-con2Box .hd ul li.bg{ background:url(../images/bgli.png) right center no-repeat;}
.tab-con2Box .hd ul li a{color:#fff;height:48px;line-height:48px; width:280px;display:block; margin-top:0;}
.tab-con2Box .hd ul li a span{font-size:12px;display:none; height:12px; line-height:12px; padding-top:7px;}
.tab-con2Box .hd ul li a i{font-size:20px;display:block;}

.tab-con2Box .hd ul li.on a{height:53px;background:url(../images/sprites.png) -489px -75px;color:#ae975c; margin-top:-15px;}
.tab-con2Box .hd ul li.on a span{font-size:10px;display:block; height:12px; line-height:12px;font-family:Georgia, "Times New Roman", Times, serif;}
.tab-con2Box .hd ul li.on a i{font-size:24px;height:24px; line-height:24px;margin-top:2px}
.tab-con2Box .bd{width:100%;}
.tab-con2Box .bd ul{width:100%;}
.tab-con2Box .bd ul li{width:100%;}

.xpBox{width:100%; position:relative; margin-top:38px; min-width:1200px;}
.xpBox .xpbd{width:100%; overflow:hidden; background:#fff;}
.xpBox .xpbd ul{width:100%;overflow:hidden;}
.xpBox .xpbd ul li{width:33.333%;overflow:hidden;position:relative; float:left; line-height:0;}
.xpBox .xpbd ul li img{width:100%;}
.xpBox .xpbd ul li dl{text-align:center;position:absolute;left:0;bottom:0; background:#fff; width:100%; opacity:0.7;filter:"alpha(opacity=70)";filter:alpha(opacity=70);zoom:1;}
.xpBox .xpbd ul li dl dt{font-size:44px;color:#292928; padding-top:35px; line-height:1.5em;}
.xpBox .xpbd ul li dl dd{font-size:18px;color:#868685; height:70px;line-height:1.5em;}
.xpBox .xpbd ul li .yyBoxBg{width:100%; height:100%; position:absolute;left:0;top:100%; background:#000000; opacity:0.75;filter:"alpha(opacity=75)";filter:alpha(opacity=75);zoom:1;z-index:1;transition:all .3s ease-in-out;}
.xpBox .xpbd ul li .yyBox{width:100%; height:100%; position:absolute;left:0;top:100%;line-height:1.5em; text-align:center; color:#fff; z-index:2;transition:all .6s ease-in-out;}
.xpBox .xpbd ul li .yyBox h3{font-size:46px;line-height:1.5em; margin-top:10px;}
.xpBox .xpbd ul li .yyBox h4{font-size:20px;line-height:1em;margin-top:10px; font-weight:normal;}
.xpBox .xpbd ul li .yyBox p{width:75px; height:4px;  margin:155px auto 0; background:#ae975c}
.xpBox .xpbd ul li .yyBox a{width:250px; height:45px; display:block; line-height:45px; margin:0 auto; color:#ae975c; border:1px solid #ae975c;font-size:21px; margin-top:75px; position:relative;transition:all .5s ease-in-out;}
.xpBox .xpbd ul li .yyBox a span{width:0; height:45px; display:block; background:#ae975c; position:absolute;left:0;top:0; z-index:-1;transition:all .3s ease-in-out;}
.xpBox .xpbd ul li .yyBox a:hover{color:#fff;}
.xpBox .xpbd ul li .yyBox a:hover span{width:250px;}
.xpBox .xpbd ul li:hover .yyBoxBg{top:0;}
.xpBox .xpbd ul li:hover .yyBox{top:0;}
.xpBox .xpbd ul li:hover dl{display:none;}
.xpBox .xphd{margin:20px 0 40px;}
.xpBox .xphd ul{text-align:center;}
.xpBox .xphd ul li{margin-right:5px;width:11px; height:11px; background:#fff; cursor:pointer; display:inline-block;*display:inline;*zoom:1; font-size:0; border-radius:11px;}
.xpBox .xphd ul li.on{background:#ae975c;}

@media screen and (max-width:1600px) { 
	.xpBox .xpbd ul li dl dt{padding-top:20px; font-size:30px;}
	.xpBox .xpbd ul li .yyBox p{margin:55px auto 0}
	.xpBox .xpbd ul li .yyBox h3{font-size:32px;}
} 



.con3-box{width:100%;min-width:1200px;}
.con3-tt{width:1200px; margin:30px auto 0; background:url(../images/bg_yst.png) center 0 no-repeat; height:130px;}
.con3-tt p{font-size:46px; color:#282828;text-align:center; padding-top:32px;}
.ystnav{ margin-top:25px;}
.ystnav ul{ text-align:center; height:24px; line-height:24px;}
.ystnav ul li{display:inline-block;*display:inline;*zoom:1;text-align:center; background:url(../images/bg_ystli.png) right center no-repeat; position:relative;}
.ystnav ul li.s{background:none;}
.ystnav ul li .hot{display:block;width:26px; height:8px; background:url(../images/hot2.png) no-repeat; position:absolute; left:55px; top:-10px;}
.ystnav ul li a{font-size:18px;color:#444444; display:block; padding:3px 23px 3px 10px;}
.ystnav ul li a:hover{color:#b6a169}

.ystBoxB{width:100%;}
.ystBoxB .hd{width:1140px; margin:0 auto;position:relative; height:150px;}
.ystBoxB .hd ul li{position:absolute; cursor:pointer;}
.ystBoxB .hd ul li.li1{ left:0; bottom:0}
.ystBoxB .hd ul li.li2{ left:285px; bottom:0}
.ystBoxB .hd ul li.li3{ left:570px; bottom:0}
.ystBoxB .hd ul li.li4{ left:855px; bottom:0}

.ystBoxB .hd ul li .gn{display:block;width:285px;height:121px; background: url(../images/sprites2.png) 0 0;}
.ystBoxB .hd ul li.on .gn{display:block;width:285px;height:148px; background: url(../images/sprites2.png) 0 -121px;}

.ystBoxB .hd ul li .tw{display:block;width:285px;height:121px; background: url(../images/sprites2.png) -286px 0;}
.ystBoxB .hd ul li.on .tw{display:block;width:285px;height:148px; background: url(../images/sprites2.png) -285px -121px;}

.ystBoxB .hd ul li .rh{display:block;width:285px;height:121px; background: url(../images/sprites2.png) -572px 0;}
.ystBoxB .hd ul li.on .rh{display:block;width:285px;height:148px; background:url(../images/sprites2.png) -572px -121px;}

.ystBoxB .hd ul li .om{display:block;width:285px;height:121px;background: url(../images/sprites2.png) -858px 0;}
.ystBoxB .hd ul li.on .om{display:block;width:285px;height:148px; background: url(../images/sprites2.png) -858px -121px;}

.ystBoxB .bd .ul{ overflow:hidden;width:100%}
.ystBoxB .bd .ul li{float:left;}

.ystBoxS{width:100%; position:relative}
.ystBoxS .yBShd{margin-top:20px;}
.ystBoxS .yBShd ul{text-align:center;}
.ystBoxS .yBShd ul li{margin-right:5px;width:11px; height:11px; background:#7d7d7d; cursor:pointer; display:inline-block;*display:inline;*zoom:1; font-size:0; border-radius:11px;}
.ystBoxS .yBShd ul li.on{background:#ae975c;}
.ystBoxS .yBSbd{width:100%;overflow:hidden;}
.ystBoxS .yBSbd ul{width:100%;overflow:hidden;}
.ystBoxS .yBSbd ul li{width:25%;float:left;border-left:1px solid #fff; box-sizing: content-box; position:relative; overflow:hidden; line-height:0; min-width:300px}
.ystBoxS .yBSbd ul li img{ width:100%;}

.yybox1{width:100%; height:135px; position:absolute; left:0; bottom:10%;transition:all 0.7s ease-in-out;}
.yybox1 .yybox1bg{width:100%; height:100%;background:#fff; opacity:0.5;filter:"alpha(opacity=50)";filter:alpha(opacity=50);zoom:1; position:absolute;left:0; top:0; }
.yybox1 dl{ text-align:center; position:relative; z-index:2;height:100%; background: url(../images/bg_dl.png) center 89px  no-repeat;line-height:normal;}
.yybox1 dl dt{ font-size:32px; color:#282828; padding-top:20px;}
.yybox1 dl dd{ font-size:16px; color:#ae975c;}

.yybox2{width:100%; height:100%; position:absolute; top:100%; left:0;transition:all .25s ease-in-out;}
.yybox2 .yybox2bg{width:100%; height:100%; background:#090909; opacity:1;filter:"alpha(opacity=1)";filter:alpha(opacity=1);zoom:1;position:absolute;left:0; top:0;transition:all .25s ease-in-out;}
.yybox2 dl{position:relative; z-index:2; color:#fff; margin-left:35px; width:85%; margin-bottom:30px; line-height:normal;}
.yybox2 dl dt{font-size:36px; font-weight:bold; margin-top:50px;}
.yybox2 dl dd{font-size:16px;}
.yybox2 dl dd.s{color:#f2f2f2; opacity:0.24;filter:"alpha(opacity=24)";filter:alpha(opacity=24);zoom:1; font-family: Georgia,"Times New Roman",Times,serif;font-size:38px;font-weight:lighter; border-bottom:1px solid #7d7d7d;height:36px; text-align:right;}
.yybox2 .tx{position:relative; z-index:2; color:#fff; margin-left:35px;}
.yybox2 .tx p{font-size:16px; line-height:1.8em; background:url(../images/bg_p.png) left center no-repeat; text-indent:15px;}
.yybox2 .scxm{position:relative; z-index:2;font-size:16px;color:#fff;margin:15px 0 15px 35px; border:1px solid #fff; width:110px; height:33px; border-radius:33px; text-align:center; line-height:33px;}

.ystBoxS .yBSbd ul li:hover .yybox1{opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1;}
.ystBoxS .yBSbd ul li:hover .yybox2{top:0;}
.ystBoxS .yBSbd ul li:hover .yybox2 .yybox2bg{opacity:0.75;filter:"alpha(opacity=75)";filter:alpha(opacity=75);zoom:1;}
.ystBoxS .yBSbd ul li .more{width:52%; height:45px; display:block; line-height:45px; text-align:center;color:#ae975c; border:1px solid #ae975c;font-size:21px; margin:35px auto;position:relative;transition:all .3s ease-in-out;}
.ystBoxS .yBSbd ul li .more span{width:0; height:45px;display:block; background:#ae975c; position:absolute;left:0;top:0; z-index:1;transition:all .2s ease-in-out;}
.ystBoxS .yBSbd ul li .more i{position: relative; z-index:2;}
.ystBoxS .yBSbd ul li .more:hover{color:#fff;}
.ystBoxS .yBSbd ul li .more:hover span{width:100%;}
@media screen and (max-width: 1700px) { 
	.yybox2 dl{margin-left:25px;margin-bottom:20px;}
	.yybox2 dl dt{font-size:36px; font-weight:bold; margin-top:30px;}
	.yybox2 dl dd.s{font-size:26px;height:26px;}
	.yybox2 dl dd{font-size:16px;}
	.yybox2 .tx{ margin-left:25px;}
	.yybox2 .tx p{font-size:16px;}
	.yybox2 .scxm{width:100px; height:35px; border-radius:35px;line-height:35px;font-size:16px;margin:15px 0 15px 25px;}
	.ystBoxS .yBSbd ul li .more{margin:10px auto;height:35px;line-height:35px;font-size:16px;}
	.ystBoxS .yBSbd ul li .more span{height:35px;}
}
@media screen and (max-width: 1600px) { 
	.yybox2 dl{margin-left:20px;margin-bottom:10px;}
	.yybox2 dl dt{font-size:30px; font-weight:bold; margin-top:30px;}
	.yybox2 dl dd.s{font-size:26px;height:26px;}
	.yybox2 dl dd{font-size:14px;}
	.yybox2 .tx{ margin-left:20px;}
	.yybox2 .tx p{font-size:14px;}
	.yybox2 .scxm{width:80px; height:25px; border-radius:25px;line-height:25px;font-size:12px;margin:15px;}
	.ystBoxS .yBSbd ul li .more{margin:10px auto;height:35px;line-height:35px;font-size:16px;}
	.ystBoxS .yBSbd ul li .more span{height:35px;}
}
@media screen and (max-width: 1400px) { 
	.yybox2 dl{margin-left:15px;margin-bottom:10px;}
	.yybox2 dl dt{font-size:24px; font-weight:bold; margin-top:20px;}
	.yybox2 dl dd.s{font-size:20px;height:20px;}
	.yybox2 dl dd{font-size:14px;}
	.yybox2 .tx{ margin-left:15px;}
	.yybox2 .tx p{font-size:12px;}
	.yybox2 .scxm{width:80px; height:25px; border-radius:25px;line-height:25px;font-size:12px;margin:15px;}
	.ystBoxS .yBSbd ul li .more{margin:10px auto;height:35px;line-height:35px;font-size:16px;}
	.ystBoxS .yBSbd ul li .more span{height:35px;}
}

.con4-box{width:100%;min-width:1200px;}
.con4-tt{width:590px;height:108px; background:url(../images/con4_tt.png) no-repeat; margin:50px auto; line-height:108px; font-size:46px;color:#282828; text-indent:78px;}
.con4-tt span{ margin-left:55px;}
.con4-con ul{width:100%; overflow:hidden}
.con4-con ul li{width:12.5%; float:left; line-height:0; position:relative; overflow: hidden;}
.con4-con ul li.ct{width:49.99999999%;}
.con4-con ul li img{width:100%;transition:all 0.4s ease-in-out;}
.con4-con ul li.last a{width:65%;display:block; padding:6% 0; color:#fff;position:absolute; bottom:19%; left:17.5%; font-size:16px; border:1px solid #fff; text-align:center;}
.con4-con ul li.last a span{display:block;width:0%;height:100%; position:absolute; left:0;top:0;background:#ae975c;transition:all .25s ease-in-out;}
.con4-con ul li.last a i{position:relative; z-index:2;}
.con4-con ul li.last a:hover{border:1px solid #ae975c;}
.con4-con ul li.last a:hover span{width:100%;}
.yybox3{width:100%; height:100%; position:absolute; left:0;top:0; display:none;}
.yybox3 .yybox3bg{width:100%; height:100%; position:absolute; left:0;top:0; background:#000; opacity:0.60;filter:"alpha(opacity=60)";filter:alpha(opacity=60);zoom:1;}
.yybox3 dl{ position:relative; z-index:1; color:#fff; line-height:1.5em; text-align:center; width:80%; margin:20% auto; border-top:1px solid #999; border-bottom:1px solid #999;}
.yybox3 dt{ font-size:24px; padding-top:15px;}
.yybox3 dd{ font-size:12px; line-height:3em;}
.yybox3 .go{width:100%; position: absolute; left:0; bottom:0; z-index:1; background:#ae975c;}
.yybox3 .go a{color:#fff; font-size:16px; display:block; width:100%; padding:20px 0;}
.yybox3 .go a span{float:left; margin-left:20px;}
.yybox3 .go a i{float:right; margin-right:10px;}

.con4-con ul li:hover img{-webkit-transform:scale(1.15);transform:scale(1.15);}
.con4-con ul li.ct:hover img{-webkit-transform:scale(1);transform:scale(1);}
.con4-con ul li:hover .yybox3{display:block;}

 
@media screen and (max-width: 1500px) { 
	.yybox3 .go a {font-size:14px;} 
} 
@media screen and (max-width: 1360px) { 
	.yybox3 .go a {font-size:12px;} 
} 


.con5-box{width:100%; background:#281459;margin:80px auto 0;min-width:1200px;}
.con5-tt{width:590px;height:115px; background:url(../images/con5_tt.png) no-repeat; margin:50px auto 40px; line-height:108px; font-size:46px;color:#fff; text-align:center;}
.ztBox{width:1200px; margin:0 auto; position:relative;}
.ztBox ul{ width:1190px; overflow:hidden;}
.ztBox ul li{ float:left; margin-right:10px; position:relative; overflow:hidden;}
.ztBox ul li img{transition:all 0.4s ease-in-out;}
.ztBox .prev{display:block;width:30px; height:40px; background:url(../images/sprites.png) -676px 0; position:absolute;left:0;top:150px; z-index:3;cursor:pointer}
.ztBox .next{display:block;width:30px; height:40px; background:url(../images/sprites.png) -707px 0; position:absolute;right:10px;top:150px;z-index:3; cursor:pointer}

.yybox4{width:100%;height:100%; position:absolute; left:0; top:100%; transition:all 0.25s ease-in-out;}
.yybox4 .yybox4bg{width:100%;height:100%; position:absolute; left:0; top:0; background:#000; opacity:0.75;filter:"alpha(opacity=75)";filter:alpha(opacity=75);zoom:1;}
.yybox4 .yy4{ position:relative; z-index:2; }
.yybox4 .yy4 .dl1{ text-align:center;color:#fff; border-top:1px solid #999;border-bottom:1px solid #999; width:185px; margin:0 auto; position:relative;top:65px;transition:all .25s ease-in-out 0.25s; opacity:0;filter:"alpha(opacity=0)";filter:alpha(opacity=0);zoom:1;}
.yybox4 .yy4 .dl1 dt{font-size:32px; font-weight:bold; margin-top:15px;}
.yybox4 .yy4 .dl1 dd{font-size:14px; font-family: Tahoma, Geneva, sans-serif; margin-bottom:15px;}
.yybox4 .yy4 .dl2{width:100%; background:url(../images/bg_dl2.png) center top no-repeat; text-align:center; color:#fff;position:relative; top:135px; right:100%;transition:all .25s ease-in-out .25s;}
.yybox4 .yy4 .dl2 dt{ font-size:16px; color:#fff; padding-top:50px;}
.yybox4 .yy4 .dl2 dd{ font-size:12px; font-family:Tahoma, Geneva, sans-serif; color:#fff; transform:scale(.8);}
.ztBox ul li:hover img{transform:scale(1.15); -webkit-transform:transform:scale(1.15);}
.ztBox ul li:hover .yybox4{top:0;}
.ztBox ul li:hover .yybox4 .yy4 .dl1{ opacity:1;filter:"alpha(opacity=100)";filter:alpha(opacity=100);zoom:1;}
.ztBox ul li:hover .yybox4 .yy4 .dl2{right:0;}

.btNav{width:1200px; margin:50px auto 0; padding-bottom:70px;}
.btNav ul{width:1200px;}
.btNav ul li{float:left; margin-right:10px; position:relative; cursor:pointer;}
.btNav ul li p{position:absolute;z-index:-1;top:0px;left:0;height:30px;width:100%;color:#fff; background:#ac9354; text-align:center; line-height:30px;transition:all .25s ease-in-out;}
.btNav ul li:hover p{top:-30px;z-index:1}
.btNav ul li:hover img{opacity:0.9;filter:"alpha(opacity=90)";filter:alpha(opacity=90);zoom:1;}



.footBox{width:100%; height:225px; background:#f0f0f0;min-width:1200px;}
.foot{width:1200px;  margin:0 auto; overflow:hidden;}
.foot .foot-logo{float:left; margin-top:70px;}
.foot .foot-logo .foot-logo-img{width:150px;height:70px; background:url(../images/sprites.png) -306px -147px;}
.foot .foot-logo:hover .foot-logo-img{background:url(../images/sprites.png) -156px -147px;}

.foot .foot-logo a{display:block;width:100%;height:100%;}
.foot .foot-center{float:left; width:760px; border-left: 1px solid #fff;border-right: 1px solid #fff;margin-top:70px; margin-left:50px;}
.foot .foot-center p{ font-size:14px; color:#404040; text-indent:54px; line-height:2em;}
.foot .foot-right{ float:left;margin-left:34px; margin-top:65px;height:100px;}
.foot .foot-right li{float:left; margin-right:20px;}
.foot .foot-right li a.mljj{display:block;width:82px;height:82px; border-radius:82px;background:url(../images/sprites.png) -462px -138px;transition:all .5s ease-in-out;}
.foot .foot-right li a.mljj:hover{background:url(../images/sprites.png) -548px -138px;}
.foot .foot-right li a.lxwm{display:block;width:82px;height:82px; border-radius:82px;background:url(../images/sprites.png) -633px -138px;;transition:all .5s ease-in-out;}
.foot .foot-right li a.lxwm:hover{background:url(../images/sprites.png) -715px -138px;}