﻿
@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, cite,em, img, i,span,a,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul,ol{
    list-style:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
body{ font:62.5%/1.5 "Microsoft YaHei",STHeiTi,SimHei,"Helvetica Neue", Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6{ font-size:1em; font-weight:normal;}
a{ text-decoration:none; color:#000;}

/*common*/
.clear:after{ content:""; display:block; width:0; height:0; clear:both;}
.clear{_zoom:1;}
.hideTxt{ white-space:nowrap; overflow:hidden; text-indent:-9999px;}

/*animate*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}


/*layout*/
html,body{ width:100%; height:100%;overflow:hidden;}
.wrap,.header,.main,.footer{ width:100%;}

.wrap{position:relative; height:100%;}/*默认高度*/

.header{height:68px; position:absolute; left:0; top:0; z-index:2; display:none;}/*默认隐藏*/
.topbar{height:23px; padding-top:45px; width:1000px;margin:0 auto; position:relative;}
.topbar .share{ position:absolute; right:0; top:20px;}

.main{overflow:hidden;position:relative;height:600px; z-index:1; display:none;}/*高度动态改变*/
.footer{ height:53px; display:none;}/*默认隐藏*/
.footer p{ width:1000px; margin:0 auto;}

.slides{ position:absolute; left:0; top:0; width:5000px;}
.slides-item{ width:1000px; float:left; position:relative;}/*width动态改变*/

.slide-wrap{ position:absolute; left:50%; top:50%; width:1000px; height:600px; margin-left:-500px; margin-top:-300px; /*display:none;*/}/*默认隐藏*/

.slide-wrap1{  width:1000px; height:600px; margin:0 auto; /*display:none;*/}

.slide-tit,.slide-links,.slide-links-item,.slide-tags,.slide-links-nav{ position:absolute;}
.slide-links{ width:100%; height:100%;}/*尺寸可调整*/




/*background*/
body,.footer{ background:#282828;}
.wrap{ background:#fff;}
.header{}
.slide-tit{ background:url(http://mat1.gtimg.com/news/2011baronxiong/project/jiawu/slidetit.png) no-repeat;}

/*nav*/
.nav-item{ float:left; }
.nav-item a{ display:block;background:url(file:///C|/Users/hp/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/nav.png) no-repeat 0 0; text-indent:-9999px; overflow:hidden; white-space:nowrap; height:30px; cursor:pointer;}
.nav-item1 a{ width:87px;  background-position:0 0;}
.nav-item2 a{ width:131px; background-position:-87px 0;}
.nav-item3 a{ width:131px; background-position:-218px 0;}
.nav-item4 a{ width:131px; background-position:-349px 0;}
.nav-item5 a{ width:131px; background-position:-480px 0;}
.nav-item6 a{ width:131px; background-position:-611px 0;}
.nav-item7 a{ width:131px; background-position:-742px 0;}
.nav-item8 a{ width:97px; background-position:-879px 0;}
.nav-item1 a.current,.nav-item1 a:hover{ background-position:0 -30px;}
.nav-item2 a.current,.nav-item2 a:hover{ background-position:-87px -30px;}
.nav-item3 a.current,.nav-item3 a:hover{ background-position:-218px -30px;}
.nav-item4 a.current,.nav-item4 a:hover{ background-position:-349px -30px;}
.nav-item5 a.current,.nav-item5 a:hover{ background-position:-480px -30px;}
.nav-item6 a.current,.nav-item6 a:hover{ background-position:-611px -30px;}
.nav-item7 a.current,.nav-item7 a:hover{ background-position:-742px -30px;}
.nav-item8 a.current,.nav-item8 a:hover{ background-position:-879px -30px;}


/*share*/
.share-item{ float:left; padding-left:7px; position:relative;}
.share-item a{ display:block; width:37px; height:36px;background:url(http://mat1.gtimg.com/news/2011baronxiong/project/jiawu/common.png) no-repeat 0 -50px; text-indent:-9999px; overflow:hidden; white-space:nowrap;cursor:pointer;}
.share-item-wechat a{ background-position:0 -50px;}
.share-item-qzone a{ background-position:-44px -50px;}
.share-item-tqq a{ background-position:-89px -50px;}
.share-item-sina a{ background-position:-135px -50px;}
.share-item-wechat a:hover{ background-position:0 -90px;}
.share-item-qzone a:hover{ background-position:-44px -90px;}
.share-item-tqq a:hover{ background-position:-89px -90px;}
.share-item-sina a:hover{ background-position:-135px -90px;}
.share-item .rcode{ position:absolute; left:50%; margin-left:-60px; top:50px; width:105px; height:105px; background:#fff; padding:15px; border:1px solid #e2e2e2; display:none;}/*默认隐藏*/

/*slide-tags*/
.slide-tags{ z-index:2;}
.slide-tags-a{ width:33px; height:59px; background-position:-240px -50px;}
.slide-tags-b{ width:55px; height:89px;}

/*slide-item*/
.slides-item.current .slide-wrap{ animation:fadeIn 1s ease-in forwards; -moz-animation:fadeIn 1s ease-in forwards;-webkit-animation:fadeIn 1s ease-in forwards;}
.slide-tit{ z-index:4;}
.slide-links-nav{z-index:3;}
.slide-links{ z-index:1;}
.slide-links-item{ width:100%; height:100%;}/*默认尺寸*/
.slide-links-item img,.slide-links-item a{ display:block;position:absolute;}
.slide-links-item img{ z-index:1;}
.slide-links-item a{z-index:2; width:72px; height:72px;}

.slide-links-item a:after,.slide-links-item a span{display:block; position:absolute;width:56px; height:56px;border-radius:50%;left:50%; top:50%; margin-left:-28px; margin-top:-28px; }
.slide-links-item a:after{ content:"";z-index:1;background:rgba(214,18,18,0);-moz-transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
.slide-links-item a:hover:after{ width:72px; height:72px;background:rgba(214,18,18,0.4); margin-left:-36px; margin-top:-36px;}

/*.slide-links-item a:hover{background:rgba(214,18,18,0.4); padding:8px;}*/


.slide-links-item a span{text-indent:-999px; white-space:normal; overflow:hidden; z-index:2;}
.slide-links-item a.txtBtn span{background:url(http://mat1.gtimg.com/news/2011baronxiong/project/jiawu/common.png) no-repeat -335px -50px;}
.slide-links-item a.videoBtn span{background:url(http://mat1.gtimg.com/news/2011baronxiong/project/jiawu/common.png) no-repeat -275px -50px;}





/*slide1*/
.slides-item1{background: url(mainbg1_1.jpg) no-repeat center top; position:relative}
.slides-item1 h1{ text-indent:-9999px; overflow:hidden; white-space:nowrap;z-index:2;}
.slides-item1 h1{ background: url(title1.png) no-repeat 0 0; width:294px; height:234px; margin-left:570px; margin-top:119px;}
.slides-item1 p{ width:697px; height:97px; margin-left:172px; margin-top:101px; line-height:24px; text-align:left;}

.slides-item1.current h1{ animation:zoomIn 1s ease-in forwards;-moz-animation:zoomIn 1s ease-in forwards;-webkit-animation:zoomIn 1s ease-in forwards;}
.slides-item1.current h2{ animation:fadeInUp 1.5s ease-in forwards;-moz-animation:fadeInUp 1.5s ease-in forwards;-webkit-animation:fadeInUp 1.5s ease-in forwards;}
.slides-item1.current p{animation:fadeIn 2s ease-in forwards;-moz-animation:fadeIn 2s ease-in forwards;-webkit-animation:fadeIn 2s ease-in forwards;}

/*slide2*/
.slides-item2 { background: url(mainbg2.jpg) no-repeat center center;}
.slides-item2 .slide-wrap{ height:600px; }
.slides-item2 .slide-wrap .slide-links{  position:absolute;left:283px; top:37px; width:685px; height:493px;}
.slides-item2 .slide-tit{width:600px; height:110px; position:relative; background:none;}
.slides-item2 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item2 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item2 .slide-wrap .slide-links h3 a:hover,.slides-item2 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}

.slides-item2 .slide-tags{ right:150px; bottom:30px;}


.slides-item2.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}


#contentbox1{ float:left; width:685px; height:493px;}
#contentbox1 img:hover{ opacity:0.8; }
#contentbox1 a:hover{ color:#B20000}
#contentbox1 .C1{ position:absolute; left:9px; top:0; width:111px; height:111px;}
#contentbox1 .C2{ position:absolute; left:523px; top:102px; width:111px; height:111px;}
#contentbox1 .C3{ position:absolute; left:260px; top:223px; width:111px; height:111px;}
#contentbox1 .C4{ position:absolute; left:0px; top:380px; width:111px; height:111px;}



#contentbox1 .title1{ position:absolute; left:144px; top:0; width:528px; height:30px; line-height:30px; text-align:left;}
#contentbox1 .title2{ position:absolute; left:5px; top:178px; width:320px; height:30px; line-height:30px; text-align:left;}
#contentbox1 .title3{ position:absolute; left:407px; top:160px; width:120px; height:30px; line-height:30px; text-align:left;}
#contentbox1 .title4{ position:absolute; left:130px; top:381px; width:360px; height:30px; line-height:30px; text-align:left;}



#contentbox1 .text1{ position:absolute; left:144px; top:37px; width:260px;  line-height:24px; text-align:left;}
#contentbox1 .text2{ position:absolute; left:5px; top:248px; width:240px;  line-height:24px; text-align:left;}
#contentbox1 .text3{ position:absolute; left:403px; top:226px; width:282px; line-height:24px; text-align:left;}
#contentbox1 .text4{ position:absolute; left:130px; top:416px; width:522px; line-height:24px; text-align:left;}


/*slide3*/
.slides-item3 { background: url(mainbg3.jpg) no-repeat center center;}
.slides-item3 .slide-wrap{ height:600px}
.slides-item3 .slide-wrap .slide-links{  position:absolute; width:650px; left:0px; top:68px; z-index:3;}
.slides-item3 .slide-tit{width:600px; height:110px; position:relative; background:none;}
.slides-item3 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item3 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item3 .slide-wrap .slide-links h3 a:hover,.slides-item3 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}
.slides-item3 .slide-tags{ right:150px; bottom:30px;}

.slides-item3.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}


#contentbox2{ float:left; width:650px; height:520px;}
#contentbox2 img:hover{ opacity:0.8; }
#contentbox2 a:hover{ color:#B20000}
#contentbox2 .C1{ position:absolute; left:27px; top:9; width:111px; height:111px;}
#contentbox2 .C2{ position:absolute; left:20px; top:210px; width:111px; height:111px;}


#contentbox2 .title1{ position:absolute; left:155px; top:0; width:240px; height:30px; line-height:30px; text-align:left;}
#contentbox2 .title2{ position:absolute; left:155px; top:211px; width:390px; height:30px; line-height:30px; text-align:left;}


#contentbox2 .text1{ position:absolute; left:155px; top:32px; width:496px;  line-height:24px; text-align:left;}
#contentbox2 .text2{ position:absolute; left:155px; top:250px; width:496px;  line-height:24px; text-align:left;}





/*slide4*/
.slides-item4 {background: url(mainbg4.jpg) no-repeat center center;}


.slides-item4 .slide-wrap{ height:600px}
.slides-item4 .slide-wrap .slide-links{  position:absolute; width:655px; left:249px; top:34px; z-index:3;}
.slides-item4 .slide-tit{width:600px; height:110px; position:relative; background: none}
.slides-item4 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item4 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item4 .slide-wrap .slide-links h3 a:hover,.slides-item4 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}
.slides-item4 .slide-tags{ right:150px; bottom:30px;}
.slides-item4.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}


#contentbox3{ float:left; width:655px; height:530px;}
#contentbox3 img:hover{ opacity:0.8; }
#contentbox3 a:hover{ color:#B20000}
#contentbox3 .C1{ position:absolute; left:0px; top:13px; width:111px; height:111px;}
#contentbox3 .C2{ position:absolute; left:457px; top:210px; width:111px; height:111px;}


#contentbox3 .title1{ position:absolute; left:132px; top:0; width:445px; height:30px; line-height:30px; text-align:left;}
#contentbox3 .title2{ position:absolute; left:56px; top:286px; width:370px; height:30px; line-height:30px; text-align:left;}


#contentbox3 .text1{ position:absolute; left:132px; top:36px; width:496px;  line-height:24px; text-align:left;}
#contentbox3 .text2{ position:absolute; left:56px; top:332px; width:585px;  line-height:24px; text-align:left;}

#contentbox3 .devide{position:absolute; left:20px; top:235px; width:420px; height:1px; background-color:#000;}


/*slide5*/
.slides-item5 {background: url(mainbg5.jpg) no-repeat center center;}
.slides-item5 .slide-wrap{ height:600px}
.slides-item5 .slide-wrap .slide-links{ position:absolute; width:640px; left:180px; top:18px; z-index:3;}
.slides-item5 .slide-tit{width:600px; height:110px; position:relative; background: none}
.slides-item5 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item5 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item5 .slide-wrap .slide-links h3 a:hover,.slides-item5 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}
.slides-item5 .slide-tags{ right:150px; bottom:30px;}

.slides-item5.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}

#contentbox4{ float:left; width:640px; height:525px;}
#contentbox4 img:hover{ opacity:0.8; }
#contentbox4 a:hover{ color:#B20000}
#contentbox4 .C1{ position:absolute; left:0px; top:5px; width:111px; height:111px;}
#contentbox4 .C2{ position:absolute; left:421px; top:187px; width:111px; height:111px;}


#contentbox4 .title1{ position:absolute; left:144px; top:0; width:260px; height:30px; line-height:30px; text-align:left;}
#contentbox4 .title2{ position:absolute; left:22px; top:238px; width:220px; height:30px; line-height:30px; text-align:left;}

#contentbox4 .subtitle1{ position:absolute; left:145px; top:37px; width:280px; height:30px; line-height:30px; text-align:left;}
#contentbox4 .subtitle2{ position:absolute; left:22px; top:273px; width:300px; height:30px; line-height:30px; text-align:left;}


#contentbox4 .text1{ position:absolute; left:145px; top:76px; width:380px;  line-height:24px; text-align:left;}
#contentbox4 .text2{ position:absolute; left:22px; top:311px; width:614px;  line-height:24px; text-align:left;}

#contentbox4 ul{ position:absolute; left:21px; top:418px; width:360px;}
#contentbox4 li{line-height:28px; text-align:left;}
#contentbox4 li a{ text-decoration:underline;}


/*slide6*/
.slides-item6 {background:url(mainbg6.jpg) no-repeat center center;}
.slides-item6 .slide-wrap{ height:600px}
.slides-item6 .slide-wrap .slide-links{  position:absolute; width:680px; left:226px; top:28px; z-index:3;}
.slides-item6 .slide-tit{width:600px; height:110px; position:relative; background: none}
.slides-item6 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item6 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item6 .slide-wrap .slide-links h3 a:hover,.slides-item6 .slide-wrap .slide-links 
.slides-item6 .slide-tags{ right:150px; bottom:30px;}


.slides-item6.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}


#contentbox5{ float:left; width:680px; height:520px;}
#contentbox5 img:hover{ opacity:0.8; }
#contentbox5 a:hover{ color:#B20000}
#contentbox5 .C1{ position:absolute; left:125px; top:0px; width:111px; height:111px;}
#contentbox5 .C2{ position:absolute; left:252px; top:145px; width:111px; height:111px;}
#contentbox5 .C3{ position:absolute; left:383px; top:269px; width:111px; height:111px;}

#contentbox5 .title1{ position:absolute; left:252px; top:7px; width:122px; line-height:24px; text-align:left;}
#contentbox5 .title2{ position:absolute; left:0px; top:224px; width:287px; line-height:24px; text-align:left;}
#contentbox5 .title3{ position:absolute; left:522px; top:315px; width:130px; line-height:24px; text-align:left;}


#contentbox5 .text1{ position:absolute; left:380px; top:4px; width:264px;  line-height:24px; text-align:left;}
#contentbox5 .text2{ position:absolute; left:0px; top:276px; width:280px;  line-height:24px; text-align:left;}
#contentbox5 .text3{ position:absolute; left:367px; top:390px; width:285px;  line-height:24px; text-align:left;}





/*slide7*/
.slides-item7 {background:url(mainbg7.jpg) no-repeat center center;}
.slides-item7 .slide-wrap{ height:600px}
.slides-item7 .slide-wrap .slide-links{  position:absolute; width:1000px; left:0px; top:0px; z-index:3;}
.slides-item7 .slide-tit{width:600px; height:110px; position:relative; background: none;}
.slides-item7 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item7 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item7 .slide-wrap .slide-links h3 a:hover,.slides-item7 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}
.slides-item7 .slide-tags{ right:150px; bottom:30px;}


.slides-item7.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}


#contentbox6{ float:left; width:1000px; height:560px;}

#contentbox6 .text1box{ position:absolute; left:160px; top:111px; width:820px; height:134px; }

#contentbox6 .text1box .text1{ float:left; margin-top:5px; width:805px; line-height:24px; text-align:left; padding:5px; border:solid 1px #999999;}

#contentbox6 .footer1{position:absolute; left:0px; top:370px; width:1000px}






/*slide8*/
.slides-item8 {background:url(file:///C|/Users/hp/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/bg8.jpg) no-repeat center center;}
.slides-item8 .slide-wrap{ height:600px}
.slides-item8 .slide-wrap .slide-links{  position:absolute; width:640px; left:180px; top:68px; z-index:3;}
.slides-item8 .slide-tit{width:600px; height:110px; position:relative; background:url(file:///C|/Users/hp/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/top08.png) no-repeat left center;}
.slides-item8 .slide-wrap .slide-links h3 a{ font-size:2.4em; font-weight:bolder; line-height:66px; color:#333;}
.slides-item8 .slide-wrap .slide-links .txt-links a{ color:#333; font-size:14px; line-height:45px;}
.slides-item8 .slide-wrap .slide-links h3 a:hover,.slides-item8 .slide-wrap .slide-links .txt-links a:hover{ color:#b11515;}
.slides-item8 .slide-links img{ left:-50px; bottom:30px; display:block; position:absolute;}
.slides-item8 .slide-tags{ right:150px; bottom:30px;}


.slides-item8.current .slide-links{ animation:fadeInDown 1s ease-in forwards; -moz-animation:fadeInDown 1s ease-in forwards; -webkit-animation:fadeInDown 1s ease-in forwards;}

/*.slides-item6 .slide-links-item1{ display:block;}*/
.slides-item6 .slide-links-item3 img{ left:240px; bottom:80px;}
.slides-item6 .slide-links-item1 img{ left:170px; bottom:10px;}
.slides-item6 .slide-links-item2 img{ left:130px; bottom:30px;}
.slides-item6 .slide-links-item a{ left:230px; bottom:50px;}
.slides-item6 .slide-links-nav{ right:-50px; bottom:100px;}
.slides-item6 .slide-links-nav li{ width:225px; height:57px; background:url(http://mat1.gtimg.com/news/2011baronxiong/project/jiawu/slide5nav.png) no-repeat 0 0;text-indent:-999px; overflow:hidden; white-space:nowrap; cursor:pointer; margin-bottom:17px; cursor:pointer;}
.slides-item6 .slide-links-nav .navitem2{ background-position:0 -74px;}
.slides-item6 .slide-links-nav .navitem3{ background-position:0 -145px;}
.slides-item6 .slide-links-nav .navitem1:hover,.slides-item6 .slide-links-nav .navitem1.current{ background-position:-230px 0;}
.slides-item6 .slide-links-nav .navitem2:hover,.slides-item6 .slide-links-nav .navitem2.current{ background-position:-230px -74px;}
.slides-item6 .slide-links-nav .navitem3:hover,.slides-item6 .slide-links-nav .navitem3.current{ background-position:-230px -145px;}

.slides-item6.current .slide-tit{ animation:fadeInDown 1s ease-in forwards;-moz-animation:fadeInDown 1s ease-in forwards;-webkit-animation:fadeInDown 1s ease-in forwards;}
.slides-item6.current .slide-links-item1.current img{animation:fadeInRight 1s ease-in forwards;-moz-animation:fadeInRight 1s ease-in forwards;-webkit-animation:fadeInRight 1s ease-in forwards;}
.slides-item6.current .slide-links-item2.current img{animation:fadeInLeft 1s ease-in forwards;-moz-animation:fadeInLeft 1s ease-in forwards;-webkit-animation:fadeInLeft 1s ease-in forwards;}
.slides-item6.current .slide-links-item3.current img{animation:fadeInUp 1s ease-in forwards;-moz-animation:fadeInUp 1s ease-in forwards;-webkit-animation:fadeInUp 1s ease-in forwards;}







.txt_zy{font-size:14px; line-height:26px; color:#454545; margin-bottom:20px}
#pic_fl5{float:left; margin-right:20px; position:static;}
#pic_fr6{float:right; margin-left:20px; position:static;}





