html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}



#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}


.head1{
    height: 30px;
    border: 1px solid #d8d8d8;
}
.wel{
    font-size: 12px;
    color: #6a6a6a;
    line-height: 29px;
}
.k1{
    font-size: 12px;
    color: #6a6a6a;
    line-height: 29px;
}
.k1 a{
    color: #6a6a6a;
}
.head2{
    height: 130px;
}
.logo{
    line-height: 130px;
}
.logowz{
    line-height: 130px;
    font-size: 30px;
    color: #d8241d;
    font-weight: bold;
    margin-left: 15px;
}
.htel{
    padding: 10px 0 10px 70px;
    background: url(../images/htel.png) no-repeat left center;
    margin-top: 25px;
}
.head3{
    height: 50px;
    background: #0073bc;
}
.head3-con{
    position: relative;
}
.head3-con .fuwu{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999;
}
.head3-con .fuwu > h3{
    width: 152px;
    height: 50px;
    background: #d8241d;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.head3-con .fuwu .nav-sub{
    background: rgba(34,34,34,0.9);
    width: 152px;
    display: none;
}
.head3-con .fuwu:hover .nav-sub{
    display: block;
}

.head3-con .fuwu .nav-sub .nav-item .nav-item-a{
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.head3-con .fuwu .nav-sub .nav-item .nav-item-a:hover{
    color: #0073bc;
    background: #111;
}

.fuwu .nav-sub .nav-item .nav-item-a i{display: inline-block;width: 28px;height: 32px;margin:0 5px 0 0;vertical-align: middle;background: url("../images/nav.png");}
.fuwu .nav-sub .nav-item .nav-item-a i.ico1{ background-position: -8px -4px;}
.fuwu .nav-sub .nav-item .nav-item-a i.ico2{ background-position: -8px -38px;}
.fuwu .nav-sub .nav-item .nav-item-a i.ico3{ background-position: -8px -71px;}
.fuwu .nav-sub .nav-item .nav-item-a i.ico4{ background-position: -6px -105px;}
.fuwu .nav-sub .nav-item .nav-item-a i.ico5{ background-position: -8px -141px;}



.fuwu .nav-sub .nav-item-sub{display: none; position: absolute; z-index: 998; left: 152px;top: 50px;width: 400px;height: 600px; line-height: 36px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.fuwu .nav-sub .nav-item-sub .nav-item-row{padding: 30px 20px 0 20px;}
.fuwu .nav-sub .nav-item-sub h3{height:35px;margin: 0 0 5px 0;line-height:35px;color: #333;font-size: 16px; font-weight: normal; border-bottom: 1px solid #e1e1e1;}

.fuwu .nav-sub .nav-item-sub dd{height: 36px;font-size: 14px;line-height: 36px;float: left;width: 180px;}
.fuwu .nav-sub .nav-item-sub dd a{padding: 3px; color: #666;transition: all linear .3s; border-radius:3px;text-align: center;}
.fuwu .nav-sub .nav-item-sub dd a i{display: inline-block; width: 18px;height: 7px; font-size: 0;line-height: 0;background: url("../images/nav.png") -30px -150px;vertical-align: text-top; animation:hotTag 3s infinite linear;}
@keyframes hotTag{
    0%,80%,84%,90%,96%,100%{transform:translateY(0)}
    88%{transform:translateY(-6px)}
    92%{transform:translateY(-3px)}
}
.fuwu .nav-sub .nav-item-sub dd a:hover{color:#0073bc; background:#eee;}

.fuwu .nav-sub .nav-item:hover .nav-item-sub{display: block;}


.project{background:#f6f6f6;}
.project li{float: left;position: relative; width: 150px;height:119px;}
.project li:before{position:absolute; left:50%; top:0; z-index:1; opacity:0; content:'';width:0;height:100%; background:#eee; transition:all 0.5s;}
.project li:after{position:absolute; right:50%; top:0; z-index:1; opacity:0; content:'';width:0;height:100%; background:#eee; transition:all 0.5s;}
.project li:hover:before{opacity:1;width:50%;}
.project li:hover:after{opacity:1;width:50%;}

.project a{ position:relative; display: block; position: relative; padding:26px 0 20px 0;text-align: center;color: #999;transition:none;z-index: 2;}
.project a:after{width:1px;height:79px;position:absolute;top:20px;right:0; content:'';  }
.project li.item8 a:after{display:none;}
.project a:hover{color: #0073bc;}
.project i{display: block;width: 53px;height: 53px; margin: 0 auto;position: relative;}
.project i img{position: absolute;top: 0;left: 0;display: block;}
.project i .img1{opacity: 1;}
.project i .img2{opacity: 0;}
.project em{display:block;height:34px;line-height:34px;font-style: normal;font-size: 16px;}
.project li:hover .img1{opacity: 0;}
.project li:hover .img2{opacity: 1;}


.sg_news_box{width:1200px; height:535px; margin:auto; background-color:#fff;margin-top:40px;}
.sg_news_inbox{width:1198px;height:533px;border:1px solid #e2e2e2;}
.sg_news_inbox .sg_news_ibli{width:350px;height:485px;border-right:1px solid #e2e2e2;padding:24px;float:left;position:relative;box-sizing: content-box}


.shadow_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:block;transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s;-moz-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Firefox 4 */-webkit-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Safari and Chrome */-o-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Opera */}
.sg_news_inbox li:hover .shadow_bg,.box_5 li:hover .shadow_bg{left:-1%;top:-1%;width: 102%;height: 102%;z-index: 2;box-shadow:0 0 6px #666;background:#fff; border-bottom:2px solid #0073bc;}


.news_wrap{width:351px;position:relative;z-index: 3;}
.sg_news_inbox .sg_news_ibli:nth-child(3){border-right:0;}
.sg_news_tit{margin-bottom: 10px;}
.sg_news_titl{width:200px;color:#bbbbbb;font-size:16px;font-family:"微软雅黑";line-height: 30px;}
.sg_news_titl span{color:#363636;font-size:22px;font-weight:600;}
.sg_news_cb1 .slideBox1{position: relative;}
.sg_news_cb1 .slideBox1 a.prev{display: block;width: 19px;height: 21px;background: url(../images/left01.png) no-repeat center;position: absolute;cursor: pointer;
    top: -35px;right: 22px;}
.sg_news_cb1 .slideBox1 a.next{display: block;width: 19px;height: 21px;background: url(../images/right01.png) no-repeat center;position: absolute;cursor: pointer;
    top: -35px;right: 0px;}
.sg_news_cb1 .slideBox1 .bd ul li a{display: block;}
.sg_news_cb1 .slideBox1 .bd ul li .img{width: 350px;height: 228px;}
.sg_news_cb1 .slideBox1 .bd ul li h3{font-size: 24px;color: #777777;line-height: 50px;margin-top: 10px;}
.sg_news_cb1 .slideBox1 .bd ul li .info{font-size: 14px;color: #777;line-height: 24px;}
.sg_news_cb1 .slideBox1 .bd ul li .info em{font-size: 14px;font-weight: normal;color: #0073bc;font-style: normal;}
.sg_news_cb1 .alink{text-align: center;margin-top: 25px;}
.sg_news_cb1 .alink a{display: inline-block;width: 137px;height: 33px;border: 1px solid #e2e2e2;text-align: center;line-height: 31px;border-radius: 15px;
font-size: 16px;color: #0073bc;margin: 0 8px;}
.sg_news_cb1 .alink a.aa1{background: #0073bc;color: #fff;border-color: #0073bc;}

.sg_news_cb1 .picScroll-top1{margin-top: 15px;}
.sg_news_cb1 .picScroll-top1 .bd ul li a{display: block;font-size: 14px;color: #333333;line-height: 30px;}
.sg_news_cb1 .picScroll-top1 .bd ul li a span{float: right;}
.sg_news_cb1 .picScroll-top1 .bd ul li a:hover{color: #0073bc}



.new_zral{ width:1200px; margin:auto; margin-top: 40px;}
.zral_titbox{line-height:28px;}
.tit_sx{float:left;}
.zral_tit{float:left;font-size:24px;color:#363636;padding-left:8px;font-family: "微软雅黑";}
.zral_tit a{color:#363636!important;}
.zral_tit span{font-size:20px;color:#bbbbbb;}

.new_zral_t{ height:28px; width:779px; position:relative;float:right;font-family: "微软雅黑";}
.new_zral_t .more{position: absolute; top:0; right:0px;font-size: 28px; color:#d5d5d5; font-family: "微软雅黑";line-height: 25px;}
.new_zral_t a.more:hover{ color:#0073bc;}
.new_zral_t ul li{ font-size:20px; font-family:"微软雅黑"; color:#333333; float:left; width:103px; height: 28px; text-align: center; line-height: 28px; margin-right:5px;border-radius:28px;}
.new_zral_t ul li a{color: #333333}
.new_zral_t ul li.one{ color:#fff;background:#0073bc;}
.new_zral_t ul li.one a{color:#fff;}
.new_zral_c{ width:1200px; margin:auto;margin-top:25px;}
.new_zral_l{ width:1200px;display: none}
.list_set li { border: solid 1px #ddd; width: 299px; float: left; padding: 4px 0 0 0; position: relative; height: 442px; margin-left: -1px;
     margin-top: -1px; text-align:center;box-sizing: content-box }

.list_set li .pic { width:292px;height:337px;display:inline-block;  margin: 0 auto;}
.list_set li .pic img{ width: 100%; height:100%; }
.list_set li .title { text-indent: 40px; height: 20px; overflow: hidden; word-break: break-all; word-wrap: break-word; text-align:left; 
    background:url(../images/icon1.png) no-repeat 15px center; margin: 10px 0 10px 0px;}

.list_set li .title a { color: #666; font-size: 14px; line-height: 16px; font-family:"微软雅黑"; font-weight:bold;}
.list_set li .name { text-indent: 40px; height:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;text-align:left; 
    background:url(../images/icon2.png) no-repeat 15px center;; margin: 10px 0 10px 0px;}

.list_set li .name a { color: #666; font-size: 14px; line-height: 16px; font-family:"微软雅黑"; font-weight:bold;}
.list_set li .name a span{ color:#0073bc;}
.list_set .end { position: absolute; bottom: 0; left: 0; height: 33px; width: 298px; line-height: 29px; }
.list_set .end div { float: left; width: 140px; padding-left: 8px; border-top: solid 1px #ddd; line-height:30px; text-align: center; 
    background:url(../images/lis_bj1.png) scroll -228px -240px no-repeat;}
.list_set .end div span { color: #00a8d6; }
.list_set .end .line { border-right: solid 1px #ddd; height: 33px; width: 141px; line-height:30px; background:url(../images/lis_bj1.png) scroll -228px -192px no-repeat; text-indent:10px;}
.list_set .end a{ color:#989898; font-size:14px; font-family:"微软雅黑";}

.list_set .hover { /*border:solid 2px #0073bc;*/border:solid 2px #0073bc; z-index: 4;padding:3px 0 0 0;width:297px; height:440px;}
.list_set .hover .end { /*background: #0073bc;*/ background: #0073bc;color: #fff;bottom:-1px; }
.list_set .hover .end a{ color:#fff; }
.list_set .hover .end div { border-top: 0; padding-top: 1px;background:url(../images/lis_bj1.png) scroll -229px -268px no-repeat;}
.list_set .hover .end span { color: #fff; }
.list_set .hover .end .line { border-right-color: #fff; background:url(../images/lis_bj1.png) scroll -229px -215px no-repeat;}



.ym_zral{ width:1200px; margin:auto; margin-top:40px;}


.zhuan_bg{background: #f6f6f6;padding-top: 46px;padding-bottom: 46px;margin-top: 50px;}
.new_zj{ width:1200px; margin:auto; }
.new_zjbt{ width:1200px; line-height:28px;  font-size:20px; font-family:"微软雅黑";color:#333; position:relative;}
.new_zjtit{margin-top:25px;}
.new_zjbt a:hover{ color:#0073bc;}
.new_zjbt .more{position: absolute; top:0px; right:0px;font-size: 28px; color:#d5d5d5;}
.new_zjbt a.more:hover{ color:#0073bc;}
.new_zjtit{}
.new_zjtit ul li{ float:left; width:25%; height:45px; text-align:center; color:#333; font-size:15px;font-family:"微软雅黑"; background:#ececec; line-height:45px; cursor:pointer;}
.new_zjtit ul li.one{ color:#0073bc; background:#0073bc; }
.new_zjtit ul li.one a{color:#fff;}
.new_zjtit ul li a{height: 45px;width: 100%;display: block;font-size: 16px;color: #333}

.new_zjc{float:left;width:1200px;height:500px;margin-top:23px;}
.lb{margin-right: -28px;zoom: 1}
.lb .l{margin-right: 28px}
.shadow_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:block;transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s;-moz-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Firefox 4 */-webkit-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Safari and Chrome */-o-transition:left 0.4s,top 0.4s,width 0.4s,height 0.4s; /* Opera */}
.lb dl{position: relative;}
.lb dt{ border:1px solid #dddddd;position:relative;}
.lb dt .img{overflow: hidden;width: 291px;height: 214px;}
.lb dt .img img{transition: 600ms;width: 291px;height: 214px;}
.lb dt a:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.xg .tit{text-align: right;line-height:1.8;font-size: 18px;padding-right: 35px;margin: 0 auto}
.xg .tit img{padding-right: 8px;vertical-align: middle}
.xg .tit span{display: inline-block;padding-bottom: 5px}
.xg dl{float: left;margin-right:10px;margin-top:25px;}

.lb dt.hover .shadow_bg,.lb dt:hover .shadow_bg {left: -1%; top: -1%;    width: 102%;height: 102%;z-index: 2;box-shadow: 0 0 6px #666;background: #fff;border-bottom: solid 2px #0e78e8;}

.lb dt a {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.lb dt .wz{
    padding: 8px 10px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin: 0 auto;
}
.lb dt .wz h3{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    zoom: 1;
    line-height: 28px;
}
.lb dt .wz .hits{
    font-weight: normal;
}


.zj_left{
    background: #dddddd;
    width: 785px;
}
.zj_right{
    width: 375px;
}
.game163{
    display: none;
}
.game163 .bigImg{
    width: 785px!important;
    height: 400px!important;
}
.game163 .bigImg li .img{
    width: 785px;
    height: 400px;
    position: relative;
}
.game163 .bigImg li .img img{
    width: 785px;
    height: 400px;
}
.game163 .bigImg li .img .wz{
    width: 325px;
    position: absolute;
    top:10px;
    right: 50px;

}
.game163 .bigImg li .img .wz h3{
    line-height: 60px;
    font-size: 24px;
    color: #333333;
}
.game163 .bigImg li .img .wz h3 span{
    font-size: 33px;
    color: #0073bc;
    font-weight: bold;
    margin-right: 10px;
}
.game163 .bigImg li .img .wz .info1{
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}
.game163 .bigImg li .img .wz .aa{
    margin-top: 15px;
}
.game163 .bigImg li .img .wz .aa a{
    display: inline-block;
    width: 110px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    margin-right: 5px;
}
.game163 .bigImg li .img .wz .aa a.aa1{
    background: #0073bc;
}
.game163 .bigImg li .img .wz .aa a.aa2{
    background: #333333;
}
.game163 .smallScroll{
    padding: 10px 75px;
    position: relative;
}
.game163 .smallScroll ul li{
    width: 145px;
    height: 80px;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    float: left
}
.game163 .smallScroll ul li.on img{
    border-color: #0073bc
}
.game163 .smallScroll ul li img{
    width: 143px;
    height: 78px;
    display: block;
    border: 1px solid #dddddd;
}
.game163 .smallScroll ul li .wz2{
    position: absolute;
    top: 15px;
    left: 70px;
}
.game163 .smallScroll ul li .wz2 h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 2px;
}
.game163 .smallScroll ul li .wz2 h4{
    font-size: 14px;
    color: #777;
}
.game163 .smallScroll .sPrev{
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 30px;
    left: 25px;
    cursor: pointer;
    background: url(../images/left02.png) no-repeat center;
}
.game163 .smallScroll .sNext{
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    background: url(../images/right02.png) no-repeat center;
}


.zj_right ul li{
    width: 183px;
    float: left;
}
.zj_right ul li:nth-child(3),.zj_right ul li:nth-child(5){
    margin-left: 8px;
}
.zj_right ul li a{
    display: block;
    position: relative;
}
.zj_right ul li .img img{
    width: 183px;
    height: 111px;
}
.zj_right ul li h3{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.zj_right ul li:nth-child(1){
    width: 375px;
    margin-bottom: 8px;
}
.zj_right ul li:nth-child(1) .img img{
    width: 375px;
    height: 207px;
}
.zj_right ul li:nth-child(1) h3{
    width: 375px;
    height: 34px;
    line-height: 34px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
}


.new_sj{
    width: 1200px;
    margin: 0 auto;
    margin-top: 46px;
}
.new_sj .sj-left{
    width: 345px;
}
.new_sj .sj-left ul li{
    height: 160px;
    margin-bottom: 2px;
    background: #dddddd;
    position: relative;
    padding-top: 50px;
    padding-left: 140px;
}
.new_sj .sj-left ul li h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
}
.new_sj .sj-left ul li p{
    font-size: 12px;
    color: #777;
}
.new_sj .sj-left ul li .img{
    width: 87px;
    height: 90px;
    position: absolute;
    top: 40px;
    left: 32px;
}
.new_sj .sj-left ul li .img img{
    width: 87px;
    height: 90px;
    filter: invert(58%) sepia(96%) saturate(6783%) hue-rotate(186deg) brightness(89%) contrast(104%);
}
.new_sj .sj-left ul li.one{
    background: #0073bc;
}
.new_sj .sj-left ul li.one h3{
    color: #fff;
}
.new_sj .sj-left ul li.one p{
    color: #fff;
}
.new_sj .sj-left ul li.one img{
    filter: none;
}
.new_sj .sj-left ul li.one::after{
    content: '';
    width: 22px;
    height: 36px;
    background: url(../images/sj.png) no-repeat center;
    position: absolute;
    top: 60px;
    right: -22px;
}
.new_sj .sj-right ul li{
    width: 853px;
    height: 486px;
    display: none;
}
.new_sj .sj-right ul li img{
    width: 853px;
    height: 486px;
}

.mxzl{ width:1200px; margin:auto; margin-top: 35px;margin-bottom: 40px;}
.mxzl_tit{ height:45px; width:1200px;margin-top:20px; }
.mxzl_tit ul li{ float:left; font-size:18px; font-family:"微软雅黑";color:#333; width:200px; height: 45px; text-align: center;line-height:45px; background:#e1e1e1;}

.mxzl_tit ul li.one{ color:#fff; background:#0073bc;cursor: pointer;}
.mxzl_tit ul li.one a{color:#fff;}
.mxzl .mxzl_con{
    display: none;
    margin-top: 20px;
}
.mxzl .mxzl_con ul li{
    width: 287px;
    height: 222px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.mxzl .mxzl_con ul li a{
    display: block;
    position: relative;
}
.mxzl .mxzl_con ul li img{
    width: 287px;
    height: 222px;
}
.mxzl .mxzl_con ul li h3{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    background: rgba(0,0,0,0.6);
}
.mxzl .mxzl_con ul li:nth-child(1){
    width: 322px;
    height: 451px;
}
.mxzl .mxzl_con ul li:nth-child(1) img{
    width: 322px;
    height: 451px;
}
.mxzl .mxzl_con ul li:nth-child(4),.mxzl .mxzl_con ul li:nth-child(7){
    margin-right: 0;
}



.sg_more_bg{width:100%;padding-top:50px;border-top: 10px solid #0073bc;padding-bottom: 70px;}
.sg_more_box{width:1200px;margin:0 auto;}

.sg_more_tit{padding-bottom: 30px;border-bottom: 1px solid #dfdfdf}
.sg_more_tit ul{text-align: center;}
.sg_more_tit ul li{display: inline-block;text-align: center;width: 158px;height: 45px;margin: 0 10px;line-height: 45px;font-size: 24px;color: #333;}
.sg_more_tit ul li.one{background: #0073bc;color: #fff;border-radius: 22px;cursor: pointer;}
.sg_con{
    margin-top: 25px;
    display: none
}
.sg_con ul li{
    width: 171px;
    text-align: center;
    float: left;
}
.sg_con ul li img{
    width: 118px;
    height: 118px;
}
.sg_con ul li h3{
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.sg_con .yqlj{
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.sg_con .yqlj a{
    color: #777
}


.foot1{
    background: #1f2020;
    padding: 45px 0;
}
.foot1 h2{
    font-size: 18px;
    color: #cccccc;
    background: url(../images/line03.png) no-repeat left bottom;
    line-height: 45px;
    margin-bottom: 15px;
}
.foot1 .cont{
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.ff1{
    width: 180px;
}
.ff1 .ftel{
    padding: 15px 0 10px
}
.ff1 a.ck{
    display: block;
    width: 109px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background: #909090;
    color: #171717;
    border-radius: 12px;
}

.ff2{
    width: 650px;
    margin-left: 50px;
}
.ff2 .fnav li{
    display: block;
    width: 16.6666%;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    float: left;
}
.ff2 .fnav li a{
    color: #999
}
.ff2 .fnav li a:hover{
    color: #0073bc
}

.ff3{
    width: 270px;

}
.ff3 a.ck{
    display: block;
    width: 109px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background: #909090;
    color: #171717;
    border-radius: 12px;
    margin: 15px 0;
}
.ff3 .fewm{
    font-size: 14px;
    color: #909090;
    line-height: 2;
}


.foot2{
    padding: 40px 0;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    background: #212121;
}
.foot2 ul{
    text-align: center;
}
.foot2 ul li{
    width: 150px;
    text-align: center;
    float: left;
}
.foot2 ul li a{
    display: block;
}
.foot2 ul li h3{
    font-size: 16px;
    color: #777;
    line-height: 2;
}
.foot2 ul li:hover h3{
    color: #0073bc
}
.foot3{
    padding: 20px 0;
    background: #212121;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 2;
}
.foot3 a{
    color: rgba(255,255,255,1);
}
.hotkey a{
    margin-right: 10px;
}



.ystd {
    padding-top: 40px;
}
.slideTxtBox .hd ul li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background: #e5e5e5;
}
.slideTxtBox .hd ul li.on{
    background: #0073bc;
    color: #fff;
}
.slideTxtBox .bd{
    margin-top: 40px;
}
.slideTxtBox .bd ul{
    font-size: 0
}
.slideTxtBox .bd ul li{
    width: 580px;
    display: inline-block;
    margin-bottom: 30px;
    border-top: 1px solid #a1a1a7;
    transition: .5s;
    vertical-align: top;
}
.slideTxtBox .bd ul li:nth-child(2n+1){
    margin-right: 40px;
}
.slideTxtBox .bd ul li .img{
    width: 200px;
    height: 235px;
    float: left;
}
.slideTxtBox .bd ul li .img img{
    width: 200px;
    height: 235px;
}
.slideTxtBox .bd ul li .wz{
    width: 350px;
    float:right
}
.slideTxtBox .bd ul li .wz h3{
    margin: 20px 0 10px;
    font-size: 26px;
    color: #333;
}
.slideTxtBox .bd ul li .wz h3 span{
    font-size: 14px;
    margin-left: 20px;
}
.slideTxtBox .bd ul li .wz .info{
    line-height: 1.8;
    font-size: 14px;
}
.slideTxtBox .bd ul li .wz .alink{
    margin-top: 15px;
    display: none;
}
.slideTxtBox .bd ul li .wz .alink a{
    display: inline-block;
    text-align: center;
    width: 120px;
    padding: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    color: #fff;
}
.slideTxtBox .bd ul li .wz .alink a.aa1{
    background-color: #fda233;
    margin-right: 20px;
}
.slideTxtBox .bd ul li .wz .alink a.aa2{
    background-color: #c4261d;
}
.slideTxtBox .bd ul li:hover{
    margin-top: -10px;
}
.slideTxtBox .bd ul li:hover .alink{
    display: block
}



.xypg-product-list1 li{
    margin-bottom: 15px;
    border-bottom: 1px dashed #707070;
    padding-bottom: 30px;  
}
.xypg-product-list1 li .img{
    width: 200px;
    height: 180px;
    float: left;
}
.xypg-product-list1 li .img img{
    width: 200px;
    height: 180px;
}
.xypg-product-list1 li .wz{
    width: 800px;
    float:right;
    position: relative
}
.xypg-product-list1 li .wz h3{
    margin-bottom: 10px;
}
.xypg-product-list1 li .wz h3 a{
    font-size: 16px;
    color: #222;
    display: block;
    background: url(../images/wen.png) no-repeat left center;
    padding-left: 30px;
}
.xypg-product-list1 li .wz h3 a:hover{
    color: #0073bc
}
.xypg-product-list1 li .wz .info{
    font-size: 14px;
    color: #7b838a;
    padding-left: 30px;
    background: url(../images/da.png) no-repeat left 5px;
}
.xypg-product-list1 li .wz .aa{
    margin-top: 20px;
}
.xypg-product-list1 li .wz .aa a{
    display: inline-block;
    margin-right: 20px;
    width: 98px;
    height: 26px;
    border: 1px solid #0073bc;
    border-radius: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #0073bc;
}
.xypg-product-list1 li .wz .aa a:hover{
    background: #0073bc;
    color: #fff;
}
.xypg-product-list1 li .wz .hs{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #7b838a;
    padding-top: 6px;
}
.xypg-product-list1 li .wz .hs em{
    font-style: normal;
    color: #0073bc
}

















