body {
    background:#fff;
    font-size: 14px;
    color:#333;
}

img {
    border: 0;
}

ul,li,dl,dd,dt,p{
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0062b3;
    text-decoration: none;
    transition: all .4s;
}

.clear {
    clear: both;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.font10 {
    font-size: 10px;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

.ftUnderline {
    text-decoration: underline;
}

.ftOverline {
    text-decoration: line-through;
}

.ftItalic {
    font-style: italic;
}
.ahover{
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
.body{
    width: 1200px;
    position: relative;
    margin:0 auto;
}
#logo{
    margin:0;
    position:absolute;
    left:0;
    top:0;}
.menubox{
    height:120px;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;}
#menu{
    position:absolute;
    right:70px;
    top:50px;
    z-index:100;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    }
#menu li{
    float:left;
    position:relative;
    text-align:center;
    margin-right:20px;
    padding-right:20px;
    }
#menu li.nobg{
    background:none;
    margin-right:0;
    padding-right:0;}
#menu li a{
    font-size:18px;
    display:inline-block;
    height:48px;
    border-bottom:rgba(255,255,255,0) 2px solid;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    }
#menu li a:hover{
    border-bottom:2px solid #0062b3;
    color: #0062b3;
}
#menu li p{
    padding:0;
    margin:0;}
#menu li ul{
    background:#0062b3;
    position:absolute;
    left:-20px;
    top:70px;
    display:none;
    width:100px;
    padding:10px 0;
    }
#menu li ul.erji5{
    left:-65px;
    width: 200px;}
#menu li li{
    background:none;
    height:30px;
    width:100%;
    text-align:center;
    padding:0;
    }
#menu li li a{
    height:30px;
    line-height:30px;
    text-align:center;
    width:100%;
    color:#fff;
    border-bottom:none;
    }
#menu li li a:hover{
    color: #fff;
}
#sch_box{
    width:50px;
    height:50px;
    position:absolute;
    right:0;
    top:40px;
    background: #0062b3;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    border-radius: 5px;
    }
#sch_main{
    display:black;
    background:#fff;
    width:250px;
    position:absolute;
    top:120px;
    right:0;
    border:1px solid #ddd;
    z-index:12;
    display:none;
    height: 40px;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
#sch_main .sch_w{
    width:202px;
    height:40px;
    float:left;
    border:none;
    background:none;
    line-height:40px;
    padding-left:20px;}
#sch_main .sch_btn{
    width:46px;
    height:40px;
    float:left;
    background:#0062b3 url(../images/dot1.png) no-repeat center;
    border:none;
    text-indent:-999em;
    cursor:pointer;
    margin-top: -1px;}
#header_box .width100{
    width: 100%;
}
#header_box .width100 #logo{
    left: 160px;
}
#header_box .width100 #menu{
    right: 400px;
}
#header_box .width100 #sch_box{
    right: 160px;
    display: none;
}
#header_box .width100 #sch_main{
    right: 160px;
    display: block;
    top: 40px;
    border-radius: 20px;
}
#header_box.fixed {
    position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
    background: rgba(255,255,255,0.9);
    width:100%;
    z-index:1000;
}
/*#header_box.fixed .menubox{
    height:70px;
    }*/
/*#header_box.fixed #logo img{
    height:70px;
    }*/
/*#header_box.fixed #menu{
    top:25px;
    }*/
/*#header_box.fixed #sch_box{
    top:10px;}
#header_box.fixed #sch_main{
    top:70px;}
#header_box.fixed #telbox{
    top:20px;}
#header_box.fixed #menu li a{
    height:45px;}
#header_box.fixed #menu li li a{
    height:30px;}
#header_box.fixed #menu li ul{
    top:45px;}
#header_box.fixed .width100 #sch_main{
    top: 15px;
}
    */

#header_box #logo img{
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
    }

#lunhuan_box{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}
#lunhuan{
    width: 1920px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.slideBox{ width:100%; height:700px; overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;  width:100%; height:700px;}
.slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:0; bottom:55px; z-index:1; width: 100%; text-align: center; }
.slideBox .hd ul{ overflow:hidden; zoom:1;  }
.slideBox .hd ul li{  margin-right:10px;  width:10px; height:10px; text-indent: -999em; cursor:pointer; border: 1px solid #fff; border-radius: 100%; display: inline-block;}
.slideBox .hd ul li.on{ background:#fff; color:#fff; }

.column{
    height: 220px;
    text-align: center;
    margin: 0;
}
.column span{
    display: block;
}
.column span.zh{
    font-size: 36px;
    line-height: 36px;
    padding-top: 95px;
    font-family: '微软雅黑';
}
.column span.en{
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    text-transform: uppercase;
    color: #a1a1a1;
}
.column span.line{
    width: 55px;
    height: 5px;
    background: #0062b3;
    margin: 20px auto;
}
.column a:hover{
    color: #0062b3;
}
.column_bai a{
    color: #fff;
}
.column_bai span.en{
    color: #fff;
}
.column_bai span.line{
    background: #fff;
}
.column_bai a:hover{
    color: #fff;
}

.column1{
    height: 170px;
}
.column1 span.zh{
    padding-top: 45px;
}
.slideTxtBox{ width:100%; text-align:left; padding-top: 30px;}
.slideTxtBox .hd{ height:150px; text-align: center;}
.slideTxtBox .hd ul li{ cursor:pointer; display: inline-block; width: 235px; height: 150px; font-size: 16px;}
.slideTxtBox .hd ul li.on{
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
.slideTxtBox .hd ul li a{ display: block; padding-top: 102px; }
.slideTxtBox .hd ul li.ico1{ background: url(../images/ico1.png) no-repeat top; }
.slideTxtBox .hd ul li.ico1.on{ background: url(../images/ico1_h.png) no-repeat top; }
.slideTxtBox .hd ul li.ico2{ background: url(../images/ico2.png) no-repeat top; }
.slideTxtBox .hd ul li.ico2.on{ background: url(../images/ico2_h.png) no-repeat top; }
.slideTxtBox .hd ul li.ico0{ background: url(../images/ico3.png) no-repeat top; }
.slideTxtBox .hd ul li.ico0.on{ background: url(../images/ico3_h.png) no-repeat top; }
.slideTxtBox .hd ul li.ico4{ background: url(../images/ico4.png) no-repeat top; }
.slideTxtBox .hd ul li.ico4.on{ background: url(../images/ico4_h.png) no-repeat top; }
.slideTxtBox .hd ul li.ico5{ background: url(../images/ico5.png) no-repeat top; }
.slideTxtBox .hd ul li.ico5.on{ background: url(../images/ico5_h.png) no-repeat top; }

.slideTxtBox .bd ul{ padding:28px 0 0;  zoom:1;  }
.slideTxtBox .bd li{ line-height:30px; text-align: center; color: #7f7f7f;}
.slideTxtBox .bd li .text{ height: 105px; }
.slideTxtBox .bd li .more a{
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #d6d6d6;
    color: #a3a3a3;
    border-radius: 20px;
    line-height: 40px;
}
.slideTxtBox .bd li .more a:hover{
    background: #0062b3;
    color: #fff;
    border: 1px solid #0062b3;
}
.slideGroup{ width:100%; text-align:left;  }
.slideGroup .parHd{ height:80px; width: 100%; text-align: center;}
.slideGroup .parHd ul li{ cursor:pointer; display: inline-block; width: 125px; height: 40px; line-height: 40px; border:1px solid #fff; border-radius: 20px; margin:0 8px;}
.slideGroup .parHd ul li a{ color: #fff; }
.slideGroup .parHd ul li.on{  background:#fff; border:1px solid #fff; }
.slideGroup .parHd ul li.on a{ color: #0062b3; }
.slideGroup .parBd .news_main{ overflow: hidden;}
.slideBox1{ width:600px; height:450px; overflow:hidden; position:relative; float: left;}
.slideBox1 .hd{ height:5px; overflow:hidden; position:absolute; right:15px; bottom:22px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:5px;  width:25px; height:5px; line-height:14px; text-align:center; background:#fff; cursor:pointer; text-indent: -999em; overflow: hidden;}
.slideBox1 .hd ul li.on{ background:#0062b3; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; width:600px; height:450px; position: relative;}
.slideBox1 .bd img{ width:600px; height:450px; display:block;  }
.slideBox1 .bd li .title{ width: 600px; height: 50px; background: rgba(0,0,0,0.7); position: absolute; left: 0; bottom: 0; display: block; z-index: 2; line-height: 50px; color: #fff; padding-left: 20px; }
.news_list{
    width: 570px;
    float: right;
}
.news_list dl{
    height: 131px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 28px;
}
.news_list dl dt{
    float: left;
    margin-right: 20px;
    width: 173px;
    height: 131px;
    overflow: hidden;
}
.news_list dl dd.text1{
    font-size: 16px;
    padding-top: 25px;
}
.news_list dl dd.text2{
    color: #aeaeae;
    line-height: 24px;
    padding-top: 10px;
}
.news_list dl:hover img{
    width: 200px;
    height: 151px;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

.news_list1 {
    width: 570px;
    height: 450px;
    float: right;
    background: rgba(255,255,255,.7);
}

.news_list1 dl {
    overflow: hidden;
    padding: 0 10px;
}

.news_list1 dl dd.text1 {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.news_list1 dl:last-child dd.text1{
    border-bottom: none;
}
.news_list1 dl .time{
    float: right;
    color: #666;
}
.news_list1 dl a{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.news_list1 dl a::before{
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background-color: #0062b3;
}

.slideGroup1{ width:100%; text-align:left;  }
.slideGroup1 .parHd1{ height:80px; width: 100%; text-align: center;}
.slideGroup1 .parHd1 ul li{ cursor:pointer; display: inline-block; width: 125px; height: 40px; line-height: 40px; border:1px solid #e9e9e9; border-radius: 20px; margin:0 8px;}
.slideGroup1 .parHd1 ul li a{ color: #717171; }
.slideGroup1 .parHd1 ul li.on{  background:#0062b3; border:1px solid #0062b3; }
.slideGroup1 .parHd1 ul li.on a{ color: #fff; }

.slideBox2{ width:1200px;   position:relative; height: 270px; }
.slideBox2 .sPrev,.slideBox2 .sNext{ display:block;  width:30px; height:30px;  overflow:hidden; cursor:pointer; background: #595959 url(../images/icoleft.png) no-repeat; position: absolute; left: -53px; top: 90px; z-index: 2;}
.slideBox2 .sNext{ background: #595959 url(../images/icoright.png) no-repeat; left: auto; right: -53px;}
.slideBox2 ul{ overflow:hidden; zoom:1;}
.slideBox2 ul li{ margin-right:26px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideBox2 ul li .pic{ text-align:center; width: 280px; height: 210px; overflow: hidden; }
.slideBox2 ul li .pic img{ width:280px; height:210px; display:block; }
.slideBox2 ul li .pic a:hover img{ border-color:#999;  }
.slideBox2 ul li .title{ line-height:50px; height: 50px; margin-top: 10px; background: #363636; color: #fff;   }
.slideBox2 ul li .title a{ color: #fff; }
.slideBox2 ul li:hover .title{ background: #0062b3; -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;}
.slideBox2 ul li:hover .pic img{ width:300px; height:225px; display:block; -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;}

#foot_nav{
    position: absolute;
    left: 0;
    top: 70px;
    color: #fff;
}
#foot_nav a{
    color: #fff;
}
#foot_nav span{
    padding: 0 15px;
}
#foot_info{
    position: absolute;
    left: 0;
    top: 105px;
    color: #919092;
}
#foot_info a{
    color: #919092;
}
#erweima{
    position:absolute;
    right:0;
    bottom:33px;}
#erweimabox{
    position:relative;
    width:300px;
    height:110px;}
#erweima .erweima{
    position: absolute;
    right:0;
    top:0;}
#erweima  .ewmhd{
    position:absolute;
    right:140px;
    bottom:20px;}
#erweima  .ewmhd li{
    float:right;
    margin-left:15px;}
#erweima  .ewmhd li a{
    cursor:pointer;
    display:inline-block;
    width:40px;
    height:40px;}
#erweima  .ewmhd li a.wx{
    background:url(../images/wx.png) no-repeat center;}
#erweima  .ewmhd li a.wx:hover{
    background:url(../images/wx_h.png) no-repeat center;
    transition:background .4s;}

#erweima  .ewmhd li a.qq{
    background:url(../images/qq.png) no-repeat center;}
#erweima  .ewmhd li a.qq:hover{
    background:url(../images/qq_h.png) no-repeat center;
    transition:background .4s;}

#erweima  .ewmhd li a.wb{
    background:url(../images/wb.png) no-repeat center;}
#erweima  .ewmhd li a.wb:hover{
    background:url(../images/wb_h.png) no-repeat center;
    transition:background .4s;}

#erweimabox .guanzhu{
    position: absolute;
    left: 80px;
    top: 5px;
    color: #fff;
    font-size: 20px;
}



.left_title{
    position: absolute;
    left: 0;
    top: 50px;
    color: #fff;
}
.left_title .title_en{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
}
.left_title .title_zh{
    font-size: 30px;
    line-height: 30px;
    padding-top: 8px;
}
.left_title  .title_line{
    width: 25px;
    height: 2px;
    background:#fff;
    margin-top: 18px;
}
.left_crumbs{
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
}
.left_crumbs a{
    color: #fff;
}

.leftmenu{
    margin-bottom: 20px;
}
.leftmenu li{
    display: inline-block;
    margin-right: 59px;
}

.leftmenu li a{
    display: block;
    height: 59px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 59px;
    font-size: 18px;
}

.leftmenu li a:hover,.leftmenu li.active a{
    border-bottom: 1px solid #0062b3;
}


.content_detail{
  font-size: 1.1em;
  line-height: 2.2em;
}

.textlist{
    padding:0px 0 20px;
}
.textlist li{
    height:160px;
    border-bottom:1px solid #f5f5f6;
    margin-bottom:30px;
    }
.textlist li .shijian{
    width:130px;
    height:130px;
    float:left;
    background:#f5f5f6;
    color:#0062b3;
    text-align:center;
    margin-right:30px;
    }
.textlist li .shijian .ri{
    font-size:40px;
    font-weight:bold;
    line-height:40px;
    padding-top:30px;}
.textlist li .shijian .nianyue{
    padding-top:10px;
    font-size: 16px;}
.textlist li .lanmu{
    line-height:18px;
    text-align:right;
    padding-right:25px;}
.textlist li .textbox{
    }
.textlist li .text1{
    font-size:18px;
    padding-top:20px;
    font-weight: bold;
}

.textlist li .text2{
    padding-top:13px;
    line-height:26px;
    color:#a3a3a3;
    padding-right:20px;}
.textlist li .more{
    text-align:right;
    padding-right:20px;
    margin-top:-20px;}
.textlist li .more a{
    color:#006fc4;}

.textlist li:hover{
    transition:border .4s;}
.textlist li:hover .shijian{
    background:#0062b3;
    transition:background .4s;
    color: #fff;}
.textlist li:hover .text1 a{
    color:#0062b3;}
.ClsListUl{
    overflow:hidden;
    padding:0px 0;
    }
.ClsListUl li{
    width:280px;
    height:250px;
    float:left;
    margin-right:26px;
    margin-bottom:26px;
    position:relative;
    background: #f2f2f2;
    text-align: center;
}
.ClsListUl li.nomg{
    margin-right:0;}
.ClsListUl li .text1{
    text-align:center;
    height:42px;
    line-height:42px;
    }
.ClsListUl li .pic{
    padding-top: 20px;
}

.tuwenlist li{
    width:1198px;
    height:248px;
    border:1px solid #eaeaea;
    margin-bottom:20px;
    position:relative;}
.tuwenlist li .pic{
    position:absolute;
    left:20px;
    top:20px;}
.tuwenlist li .textbox{
    position:absolute;
    width:815px;
    left:360px;
    top:50px;
    }
.tuwenlist li .textbox .text1{
    font-weight:bold;}
.tuwenlist li .textbox .text2{
    line-height:27px;
    padding-top:15px;
    height:101px;
    }
.tuwenlist li .textbox .more{
    padding-top:10px;}
.tuwenlist li .textbox .more a{
    display:inline-block;
    width:120px;
    height:35px;
    border:1px solid #cecece;
    text-align:center;
    line-height:35px;
    border-radius:5px;}
.tuwenlist li .line{
    width:1px;
    height:180px;
    background:url(../dot.jpg) center repeat-y;
    position:absolute;
    left:330px;
    top:35px;
    }

.deltitle{
    padding-top: 40px;
    font-size: 24px;
    color: #0062b3;
    text-align: center;
    margin-bottom: 15px;
}
.laiyuan{
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: #aaa;
}
section.dark .pagination > li.active>a, .pagination > li.active>a, .pagination > li.active>a:hover {
    border-color: #0062b3;
    background-color: #0062b3;
}
.wenhua_list{
    overflow: hidden;
}
.wenhua_list li{
    width: 270px;
    height: 140px;
    border: 1px solid rgba(255,255,255,0.7);
    text-align: center;
    color: #fff;
    margin-right: 40px;
    float: left;
}
.wenhua_list li .text1{
    font-size: 24px;
    padding-top: 23px;
}
.wenhua_list li .text2{
    padding: 10px 45px;
    line-height: 22px;
}
.wenhua_list li.nomg{
    margin-right: 0;
}
.picScroll-left1{ width:1200px;   position:relative; height: 275px; }
.picScroll-left1 .prev,.picScroll-left1 .next{ display:block;  width:35px; height:30px;  overflow:hidden; cursor:pointer; background: url(../images/icoleft1.png) no-repeat; position: absolute; left: -35px; top: 90px; z-index: 2;}
.picScroll-left1 .next{ background: url(../images/icoright1.png) no-repeat; left: auto; right: -35px;}
.picScroll-left1 .bd{ padding:0; width: 1200px; overflow: hidden;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left1 .bd ul li{ margin-right:13px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picScroll-left1 .bd ul li .pic{ text-align:center; }
.picScroll-left1 .bd ul li .pic img{ width:290px; height:218px; display:block; padding: 5px; background: #fff;}
.picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left1 .bd ul li .title{ line-height:50px; height: 50px; }
.picScroll-left1 .bd ul li .title a{ }
.game163{ position: relative;  overflow: hidden; width: 1200px; }
.game163 .bigImg{ height: 95px; position: relative; }
.game163 .bigImg li{  padding-top: 30px; text-align: center;}
.game163 .smallScroll{ height: 35px; border-bottom: 1px solid #dcdcdc; overflow: hidden;}
.game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 20px; height: 9px; text-indent: -9999px; background: url(../images/icoleft2.png) no-repeat center; }
.game163 .sNext{ background: url(../images/icoright2.png) no-repeat center; float: right;}

.game163 .smallImg{ float:left;  margin-left: 60px; display:inline; width: 1050px; overflow: hidden;}
.game163 .smallImg ul{ height:54px;  width: 9999px; overflow: hidden; }
.game163 .smallImg li{ float: left; margin: 0 50px 0 0; cursor:pointer;  display: inline; font-weight: bold;}
.game163 .smallImg .on a{ color: #0062b3;}
#dtl_detail{
    padding-top: 20px;
}
#dtl_detail p{
      font-size: 1.1em;
      line-height: 2.2em;
      padding: 0;
      margin-bottom: 10px;
    }
.xm_jianjie{
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
}
.xm_more{
    padding-top:30px;
    text-align: center;}
.xm_more a{
    display:inline-block;
    width:140px;
    height:40px;
    border:1px solid #d6d6d6;
    text-align:center;
    line-height:40px;
    border-radius:20px;
    color: #a3a3a3;}
.xm_more a:hover{
    background: #0062b3;
    color: #fff;
    border: 1px solid #0062b3;
}
.jituan_news_list{
    padding-top: 0;
}
.jituan_news_list li{
    width: 580px;
    height: 170px;
    overflow: hidden;
    margin-right: 40px;
    float: left;
}
.jituan_news_list li.nomg{
    margin-right: 0;
}
.jituan_news_list li .pic{
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.jituan_news_list li .text1{
    font-size: 16px;
    padding-top: 35px;
}
.jituan_news_list li .text2{
    padding-top: 10px;
    line-height: 22px;
    color: #9e9e9e;
}
.jituan_news_list li:hover .pic img{ width:220px; height:165px; display:block; -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;}


.gongsi_news_list li{
    width: 380px;
    float: left;
    margin-right: 30px;
    position: relative;
}
.gongsi_news_list li.nomg{
    margin-right: 0;
}
.gongsi_news_list li .text1{
    padding-top: 25px;
}
.gongsi_news_list li .text1 a{
    font-size: 16px;
}
.gongsi_news_list li .text2{
    padding-top: 15px;
    color: #838383;
    line-height: 28px;
}
.gongsi_news_list li .more{
    padding-top: 35px;
}
.gongsi_news_list li .more a{
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #666;
}
.gongsi_news_list li:hover .more a{
    background: #0062b3;
    color: #fff;
    border: 1px solid #0062b3;
}
.gongsi_news_list li .shijian{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0062b3;
    color: #fff;
    text-align: center;
}
.gongsi_news_list li .shijian span{
    display: block;
}
.gongsi_news_list li .shijian .ri{
    font-size: 24px;
    padding-top: 10px;
}
.gongsi_news_list li .pic{
    width: 380px;
    height: 285px;
    overflow: hidden;
}
.gongsi_news_list li:hover .pic img{
    width: 400px;
    height: 300px;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

.hangye_news_list li{
    width: 275px;
    float: left;
    margin-right: 30px;
}
.hangye_news_list li.nomg{
    margin-right: 0;
}
.hangye_news_list li .shijian{
    color: #999;
}
.hangye_news_list li .text1{
    padding-top: 5px;
}
.hangye_news_list li .text1 a{
    font-size: 16px;
}
.hangye_news_list li .text2{
    padding-top: 20px;
    color: #999;
    line-height: 24px;
}
.hangye_news_list li .more{
    padding-top: 30px;
}
.hangye_news_list li .more a{
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border:1px solid #ababab;
    border-radius: 18px;
}
.right-arrow1,.right-arrow2{
    width:0;
    height:0;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    border-top:8px transparent dashed;
    border-right:8px transparent dashed;
    border-bottom:8px transparent dashed;
    border-left:8px white solid;
    overflow:hidden;
    margin-left: -4px;
    margin-top: -8px;
}
.right-arrow1{
    left:58%;/*重要*/
    border-left:8px #ababab solid;
}
.right-arrow2{
    border-left:8px white solid;
}
.hangye_news_list li:hover .more a{
    background: #0062b3;
    color: #fff;
    border:1px solid #0062b3;
}
.hangye_news_list li:hover .more .right-arrow1{
    border-left:8px #fff solid;
}
.hangye_news_list li:hover .more .right-arrow2{
    border-left:8px #0062b3 solid;
}
#foot_link {
    position: absolute;
    right: 302px;
    top: 90px;
}
#foot_link a {
    display: inline-block;
    width: 136px;
    height: 33px;
    background: #fff url(../images/dot6.png) no-repeat 15px 50%;
    border-radius: 5px;
    line-height: 33px;
    padding-left: 34px;
}
.dropdown-menu {
    position: absolute;
    top: -220px;
    left: 0;
    height: 200px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow-y: scroll;
}
