@charset "utf-8";body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{font-size:12px;font-family: "Microsoft YaHei" ! important;color:#000000;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.w1200 {
    width:1200px;
    margin: 0 auto;
}
.header {
    width:100%;
    height:126px;
    background: url(../images/headerbg.jpg) repeat-x 0 0;
    position: relative;
}
.header .logo {
    width:275px;
    height:87px;
    float:left;
    margin-top: 17px;
}
.header .logo img {
    width:275px;
    height:87px;
    float:left;
}
.nav {
    float:left;
    margin-top: 86px;
    margin-left: 20px;
    position: relative;
    z-index: 999;
}
.nav ul {
    float:left;
}
.nav ul li {
    float:left;
    margin: 0 16px;
    position: relative;
}
.nav ul li h3 {
    float:left;
}
.nav ul li h3 a {
    height:38px;
    line-height: 38px;
    float:left;
    font-size: 16px;
    color: #333333;
    padding: 0 5px;
    font-weight: normal;
}
.nav ul li h3 a.current {
    color: #b71521;
    border-bottom: 2px solid #b71521;
}
.nav ul li h3 a:hover {
    color: #b71521;
    border-bottom: 2px solid #b71521;
}
.nav ul li:hover h3 a {
    color: #b71521;
    border-bottom: 2px solid #b71521;
}
.nav ul li dl {
    width: 180px;
    float:left;
    position: absolute;
    top: 40px;
    background: #e7e7e7;
    left: 50%;
    margin-left: -90px;
    padding: 5px 0;
    display: none;

}
.nav ul li:hover dl {display: block;}
.nav ul li dl dd {
    float:left;
    width: 100%;
    position: relative;
}
.nav ul li dl dd > a {
    width: 100%;
    display: block;
    text-align: center;
    float:left;
    height:32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}
.nav ul li dl dd > a:hover {
        background: #e7e7e7;
        color: #b71521;
}
.nav ul li dl dd .ssnav {
    width: 180px;
    float:left;
    position: absolute;
    background: #e7e7e7;
    right: -180px;
    padding: 5px 0;
    display: none;

}

.nav ul li dl dd .ssnav a {
    width: 100%;
    display: block;
    text-align: center;
    float:left;
    height:32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}
.nav ul li dl dd .ssnav a:hover {
        background: #e7e7e7;
        color: #b71521;
}

.ttel {
    width:190px;
    height:auto;
    float:right;
    margin-top: 50px;
    background: url(../images/iconttel.png) no-repeat left center;
    padding-left: 70px;
}
.ttel span {
    line-height: 36px;
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    display: block;
    float: left;
}
.lang {
    width:290px;
    height:31px;
    background: url(../images/ttelbg.png) no-repeat center 0;
    float:right;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
    text-align: center;
}
.lang a.cn {
    display: inline-block;
    height:23px;
    line-height: 23px;
    background: url(../images/iconcn.png) no-repeat left center;
    padding-left: 44px;
    margin: 3px 18px;
    font-size: 14px;
    color: #333333;
}
.lang a.en {
    display: inline-block;
    height:23px;
    line-height: 23px;
    background: url(../images/iconen.png) no-repeat left center;
    padding-left: 44px;
    margin: 3px 18px;
    font-size: 14px;
    color: #333333;
}
.fullSlide {
    min-width:1000px;
    position:relative;
    height:auto;
    overflow:hidden;
}
.fullSlide .bd {
    position:relative;
    z-index:0;
}
.fullSlide .bd ul {
    width:100% !important;
}
.fullSlide .bd li {
    width:100% !important;
    height:auto;
    overflow: hidden;
    float: left;
}
.fullSlide .bd li .siteWidth {
    width:1000px;
    position:relative;
    margin:0 auto;
    height:466px;
}
.fullSlide .bd li img {
    width: 100%;
    height: auto;
}
.fullSlide .bd .txt {
    position:absolute;
    width:415px;
    top:100px;
    left:22px;
    font:normal 18px/30px "Microsoft YaHei";
}
.fullSlide .bd .btn {
    display:block;
    zoom:1;
    margin-top:8px;
    width:72px;
    padding-right:10px;
    height:31px;
    line-height:31px;
    text-align:center;
    color:#fff;
    font-size:12px;
    background:url(../images/banner-btn.png) 0 0 no-repeat;
    _background:url(../images/banner-btn-ie6.png) 0 0 no-repeat;
}
.fullSlide .hd {
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.fullSlide .hd ul li {
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:11px;
    height:11px;
    margin:4px;
    background:url(../images/dot-black.png) 0 0;
    overflow:hidden;
    line-height:9999px;
    filter:alpha(opacity=40);
    opacity:0.4;
}
.fullSlide .hd ul .on {
    filter:alpha(opacity=100);
    opacity:1;
}
.fullSlide .prev,.fullSlide .next {
    position:absolute;
    display:block;
    left:10%;
    top:50%;
    margin-top:-31px;
    width:46px;
    height:62px;
    background:url(../images/focusAdvBg.png) no-repeat;
    filter:alpha(opacity=80);
    opacity:0.8;
}
.fullSlide .next {
    left:auto;
    right:10%;
    background-position:-46px 0;
}
.fullSlide .prev:hover,.fullSlide .next:hover {
    filter:alpha(opacity=100) !important;
    opacity:1 !important;
}
.column {
    width:100%;
    height:190px;
    background: #f1f1f1;
}
.column ul {
    width:100%;
    height:auto;
    float:left;
    margin-top: 45px;
}
.column ul li {
    width:16.66%;
    height:auto;
    float:left;
}
.column ul li span {
    width:100%;
    height:54px;
    line-height: 54px;
    float:left;
    font-size: 20px;
    color: #000000;
    text-align: center;
}
.column ul li .picbox {
    width:100%;
    height:90px;
    float:left;
    text-align: center;
}
.column ul li .picbox img {
    max-width:80%;
    max-height:90px;
}
.bge3 {
    background: #e3e1e1;
}
.bgd2 {
    background: #d2d0d0;
}
.bgb1 {
    background: #b1b0b0;
}
.bgc5 {
    background: #c5c3c3;
}
.main {
    width:100%;
    overflow: hidden;
}
.inews {
    width:520px;
    height:auto;
    float:left;
    margin-top: 20px;
}
.inews ul {
    width:100%;
    height:auto;
    float:left;
}
.inews ul li {
    width:100%;
    height:auto;
    float:left;
    margin-bottom: 10px;
}
.inews ul li .date {
    width:73px;
    height:71px;
    float:left;
    margin-right: 20px;
    background: #ff0000;
}
.inews ul li .date span {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}
.inews ul li .date p {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.inews ul li .info {
    width:410px;
    height:auto;
    float:left;
}
.inews ul li .info h3 {
    width:100%;
    height:auto;
    float:left;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}
.inews ul li .info p {
    width:100%;
    height:auto;
    float:left;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
}
.iside {
    width:336px;
    height:auto;
    float:left;
    margin-top: 55px;
    margin-left: 30px;
}
.iside ul {
    width:100%;
    height:auto;
    float:left;
}
.iside ul li {
    width:92px;
    height:auto;
    float:left;
    margin: 10px 10px;
}
.iside ul li i {
    width:52px;
    height:52px;
    float:left;
    margin: 0 20px;
}
.iside ul li i.iside1 {
    background: url(../images/iside1.jpg) no-repeat center center;
}
.iside ul li i.iside2 {
    background: url(../images/iside2.jpg) no-repeat center center;
}
.iside ul li i.iside3 {
    background: url(../images/iside3.jpg) no-repeat center center;
}
.iside ul li i.iside4 {
    background: url(../images/iside4.jpg) no-repeat center center;
}
.iside ul li i.iside5 {
    background: url(../images/iside5.jpg) no-repeat center center;
}
.iside ul li i.iside6 {
    background: url(../images/iside6.jpg) no-repeat center center;
}
.iside ul li span {
    width:100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2;
    height:auto;
    float:left;
}
.ichangjing {
    width:282px;
    height:auto;
    float:right;
    margin-top: 20px;
}
.ichangjing h3 {
    width:100%;
    height:32px;
    line-height: 32px;
    float:left;
    font-size: 16px;
    color: #000000;
}
.ichangjing .ichjqh{
    width: 100%;
    float: left;
}
.ichangjing .ichjqh .bd{
    width: 100%;
    float: left;
}
.ichangjing .ichjqh .bd ul{
    width: 100%;
    float: left;
}
.ichangjing .ichjqh .bd ul li{
    width: 100%;
    float: left;
}
.ichangjing .ichjqh .bd ul li .picbox {
    width:100%;
    height:auto;
    float:left;
}
.ichangjing .ichjqh .bd ul li .picbox img {
    width:100%;
    height:auto;
    float:left;
}
.footer {
    width:100%;
    height:112px;
    background: #efefef;
    margin-top: 30px;
}
.contact {
    width:800px;
    height:auto;
    float:left;
    margin-top: 20px;
}
.contact p {
    width:100%;
    height:auto;
    float:left;
    font-size: 13px;
    line-height: 2;
    color: #999999;
    margin-top: 10px;
}
.ftewm {
    margin-top: 15px;
    float:right;
}
.ftewm img {
    width:90px;
    height:90px;
    float:left;
    margin-right: 5px;
}
.ftewm span {
    line-height: 2;
    font-size: 13px;
    margin-top: 16px;
    float:left;
    text-align: center;
}
.pleft {
    width:205px;
    height:auto;
    float:left;
    margin-top: 25px;
}
.pright {
    width:980px;
    height:auto;
    float:right;
    margin-top: 18px;
}
.lh2tit {
    width:100%;
    text-align: center;
    height:52px;
    line-height: 52px;
    font-size: 18px;
    float:left;
    color: #fff;
    background: #282828;
}
.sidebar {
    width:100%;
    height:auto;
    float:left;
    margin-bottom: 25px;
}
.sidebar ul {
    width:100%;
    height:auto;
    float:left;
    padding: 5px 0;
}
.sidebar ul li {
    width:100%;
    height:auto;
    float:left;
    border-bottom: 1px solid #d2d2d2;
}
.sidebar ul li:last-child {
    border-bottom: 0 none;
}
.sidebar ul li a {
    width:100%;
    height:40px;
    line-height: 40px;
    float:left;
    font-size: 16px;
    color: #999999;
    text-indent: 10px;
    background: #eeeeee;
}
.sidebar ul li.current a {
    color: #b71521;
}
.sidebar ul li a:hover {
    color: #b71521;
}
.lcontact {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
}
.lcontact img {
    max-width:100%;
}
.lcontact p {
    height:auto;
    text-align: left;
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    padding: 0 20px;
    float:left;
}
.posi {
    width:100%;
    height:44px;
    line-height: 44px;
    border-bottom: 1px dashed #acacac;
    float:left;
    font-size: 14px;
    color: #666666;
}
.posi a {
    height:44px;
    line-height: 44px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.newslist {
    width:100%;
    height:auto;
    float:left;
    margin-top: 20px;
}
.newslist ul {
    width:100%;
    height:auto;
    float:left;
}
.newslist ul li {
    width:98%;
    padding: 0 1%;
    height:auto;
    float:left;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
}
.newslist ul li .date {
    width:83px;
    height:83px;
    float:left;
    margin-right: 20px;
    background: #ff0000;
    margin-bottom: 10px;
}
.newslist ul li .date span {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
}
.newslist ul li .date p {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.newslist ul li .info {
    width:850px;
    height:auto;
    float:left;
}
.newslist ul li .info h3 {
    width:100%;
    height:auto;
    float:left;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}
.newslist ul li .info p {
    width:100%;
    height:auto;
    float:left;
    font-size: 13px;
    color: #999999;
    line-height: 1.6;
}
.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #5e5e5e;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #ff0000;
    color: #ffffff;
}
.article {
    width:100%;
    height:auto;
    float:left;
}
.article h1 {
    width:100%;
    height:auto;
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
    float:left;
    font-size: 18px;
    color: #000;
}
.article .content {
    width:100%;
    height:auto;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    float:left;
}
.article .content img {
    max-width:100%;
}
.prene {
    width:960px;
    height:30px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    float:left;
    border-top: 1px dashed #acacac;
    margin-top: 20px;
    padding: 10px;
}
.prene a {
    height:30px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
}
.prene .fl {
    float:left;
}
.prene .fr {
    float:right;
}
.articlefx {
    float:right;
}
.prolist {
    width:100%;
    height:auto;
    float:left;
    margin-top: 25px;
}
.prolist ul {
    width:100%;
    height:auto;
    float:left;
}
.prolist ul li {
    width:225px;
    height:225px;
    background: #eeeeee;
    float:left;
    margin: 0 10px 25px;
}
.prolist ul li .picbox {
    width:100%;
    height:186px;
    float:left;
    text-align: center;
}
.prolist ul li .picbox span {
    height:186px;
    line-height: 186px;
    display: inline-block;
    vertical-align: middle;
}
.prolist ul li .picbox img {
    max-width:90%;
    max-height:180px;
    display: inline-block;
}
.prolist ul li h3 {
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    line-height: 2;
}
.prohdp {
    position: relative;
    width: 412px;
    overflow: hidden;
    margin-top: 58px;
    margin-left: 82px;
    float: left;
}
.prohdp .bigImg {
    width: 412px;
    height: 311px;
    position: relative;
}
.prohdp .bigImg li {
    width: 412px;
    height: 311px;
    text-align: center;
    float: left;
}
.prohdp .bigImg li img {
    vertical-align:middle;
    max-width:412px;
    max-height:311px;
    line-height: 311px;
    display: inline-block;
}
.prohdp .bigImg li span {
    vertical-align:middle;
    height:311px;
    line-height: 311px;
    display: inline-block;
}
.prohdp .bigImg h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
}
.prohdp .smallScroll {
    height: 84px;
    margin-bottom: 6px;
}
.prohdp .sPrev,.prohdp .sNext {
    float: left;
    display: block;
    width: 22px;
    height: 84px;
    text-indent: -9999px;
    background: url(../images/sprites1008.png) no-repeat 0 0px;
}
.prohdp .sNext {
    background-position: -22px 0;
}
.prohdp .smallImg {
    float:left;
    margin: 0 6px;
    display:inline;
    width: 356px;
    overflow: hidden;
}
.prohdp .smallImg ul {
    height:84px;
    width: 9999px;
    overflow: hidden;
}
.prohdp .smallImg li {
    float: left;
    padding: 0 9px 0;
    width:100px;
    cursor:pointer;
    display: inline;
}
.prohdp .smallImg img {
    border: 1px solid #aaaaaa;
    width:98px;
    height:82px;
}
.prohdp .smallImg .on img {
    border-color: #1e50a2;
}
.proarticle {
    width:440px;
    height:auto;
    float:right;
}
.proarticle h1 {
    width:100%;
    height:auto;
    text-align: left;
    line-height: 2.6;
    margin: 20px 0 10px;
    float:left;
    font-size: 18px;
    color: #000;
    border-bottom: 1px dashed #000000;
}
.proarticle .content {
    width:100%;
    height:auto;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    float:left;
}
.proarticle .content img {
    max-width:100%;
}


#preview{ float:left; text-align:center; width:350px;margin-left: 82px;
    margin-top: 40px;}
.jqzoom{ width:350px; height:350px; position:relative;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:350px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:313px; margin-right:6px;margin-left:6px !important;}
#spec-list div{ margin-top:0;}

.float_tb{position:fixed;width:100%;height:100%;left:0;top:0;z-index:99999;background:url(../images/black_bg.png) repeat;}
.video1{position:absolute;top:100px;width:1024px;height:600px;left:50%;margin-left:-512px;}
.float_tb .closed {display: block;width: 40px;height: 40px;text-align: center;line-height: 40px;background-color: #1d1c1a;position: absolute;right: -40px;top: 0;font-family: Tahoma;font-size: 30px;color: #aaa;text-decoration: none;cursor: pointer;}
.float_tb .closed:hover{color:#fff;}
.hidden{display:none;}