
@font-face {
  font-family: 'iconfont';  /* project id 291216 */
  src: url('../font/font_ro3nxfma5wjnhfr.eot');
  src: url('../font/font_ro3nxfma5wjnhfr.eot') format('embedded-opentype'),
  url('../font/font_ro3nxfma5wjnhfr.woff') format('woff'),
  url('../font/font_ro3nxfma5wjnhfr.ttf') format('truetype'),
  url('') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    color: #ddddde;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
.contactss .position{ font-size: 20px; color: #999; margin-right: 5px; }

.clearfix:after { content: ""; display: block;visibility: hidden; height: 0;clear: both; }
.clearfix { zoom: 1; }

.head_box{ height: 154px;width: 100%;background: #fff; z-index: 999;transition: all 0.5s; }
.logo_box{ height: 100px;}
.w1200_center{ width: 1200px; margin: auto; }
.head_box .logo{ width: 490px; float: left;}
.head_box .tel{ float: right;width: 240px; }
.head_box .tel_pic{ float: left;width: 60px; }
.head_box .tel_text{ float: right;}
.head_box .tel_text em{ font-size: 14px; color: #444;letter-spacing: 0.25px;padding-top: 22px;display: block;font-family: "黑体"; }
.head_box .tel_text h2{ font-size: 24px; color: #db2600; letter-spacing: 0.25px;font-family: arial;padding-top: 5px;  }
                   
.classify_box{ height: 54px; background: #006895;}
.classify_box ul{ width: 885px; margin: auto;height: 54px;float: left;  }
.classify_box form{ float: right;height: 42px; }
.classify_box li{float: left; position: relative;height: 54px; }
.classify_box a{ color: #fff; padding: 0 10px;line-height: 51px;font-size: 16px;display: inline-block;height: 54px; transition: all 0.5s;box-sizing: border-box;  }
.classify_box span{ width: 1px ; height: 12px; background: #637b6a; display: inline-block; }
.classify_box li:last-child span{ width: 0; }          
 
.classify_box .current {
    color: #db2600;
}

.classify_box a:after {
    background: #db2600;
    color: #db2600;
    content: "";
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
}

.classify_box li:hover a:after {
    background-color: #db2600;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.classify_box form .text_input{ width: 232px; height: 32px; border-radius: 5px;background: #fff; border: none; outline: none; padding-left: 20px; box-sizing: border-box;position: relative;top: 10px;line-height: 30px; }
.classify_box form .submit{ position: relative; left: 280px; height: 30px; visibility: hidden;top: 10px;width: 40px; cursor: pointer;  }
.classify_box form .search{ position: relative; left: 236px;z-index: 10;top: 9px; cursor: pointer;border-radius: 5px; }

@media \0screen {.classify_box form .text_input { top:-18px; }}
@media \0screen {.classify_box form .submit{left:193px;  top:14px; } } 
@media \0screen {.classify_box form .search{top:13px;left: 155px; } } 



/*banner*/
.slideBox { height:400px; position:relative; zoom:1; width:100%; overflow:hidden;}
.slideBox .hd {width:100%; height:12px; position:absolute; text-align:center; bottom:32px; z-index:10;}
.slideBox .hd ul { overflow:hidden; zoom:1; display:block;margin-top:15px; line-height:20px; width:220px; margin:17px auto;}
.slideBox .hd ul li {float:left; _display:inline; text-align:center; background:#e5e5e5; width:14px; height:14px; overflow:hidden; margin-right:15px; cursor:pointer; border-radius: 14px; }
.slideBox .hd ul li.on { background:#1d4c7e !important; }
.slideBox .bd {height:400px; left: 50%; margin-left: -960px; position: absolute; width: 1920px;}
.slideBox .bd img { height:400px; width:1920px; z-index:1;}

.slideBox .bd li { position:relative; zoom:1; width:1920px;  }
.slideBox .bd li .pic { position:relative; z-index:0; line-height:0px; }
.slideBox .bd li .bg { display:none;}
.slideBox .bd li .title { display:none;}
.slideBox .prev,.slideBox .next{ display:block;  overflow:hidden; cursor:pointer; position: absolute; top: 50%;margin-top: -25px; width: 54px;height: 54px;background: #1d4c7e;filter: alpha(opacity=15); opacity: 0.15;border-radius: 50px; }
.slideBox .prev{ left: 65px; }
.slideBox .next{ right: 65px; }
.slideBox .prev img, .slideBox .next img{ padding-top: 16px;padding-left: 19px; }

.slideBox .prev:hover,.slideBox .next:hover{opacity: 1;filter: alpha(opacity=100); }


/*中间主体*/

.gap1{ margin-top: 40px; }
.main{ width: 1200px; margin: auto; }
.main .main_left{ float: left; width: 333px; margin-right: 40px; }
.main .main_left .title{ margin-bottom: 25px; }
.main .main_left .title::before{ display: block;content: ""; height: 17px; width: 4px; background: #3570a9;float: left;margin-right: 10px; margin-top: 2px;  }
.main .main_left .title h2{ color: #201614;font-size: 20px;letter-spacing: 0.75px; float: left;margin-right: 5px;  }
.main .main_left .title em{ color: #ccc;font-size: 14px; font-family: arial;line-height: 20px; letter-spacing: 1px; margin-top: 2px; display: block; float: left;  }
.main .main_left .title .more{ background: url("../image/icon_more.png ") top center no-repeat; width: 26px; height: 26px;float: right;  }
.main .main_left .about_box .content h3{ font-size: 17px; color: #1d1d1d;margin-top: 20px; margin-bottom: 20px;  }
.main .main_left .about_box .content p{ color: #777; letter-spacing: 0.75px;  }
.main .main_left .contact_box .content h3{ font-size: 17px; color: #1d1d1d;margin-top: 20px; margin-bottom: 20px;  }
.main .main_left .contact_box .content p{ font-size: 13px; line-height: 24px; letter-spacing: 0.75px;color: #777;  }

.main .main_left .title .more:hover{ background: url("../image/arrow1_on.png ") top center no-repeat; width: 26px; height: 26px;float: right;  }

.main_center{ float: left;width: 495px;  }
.main_center .left {float: left;margin-top: 7px;width: 85px;padding-right: 15px;border-right: 1px solid #ddd; height: 105px;  }
.main_center .left h2{ font-size: 20px;color: #201614;letter-spacing: 0.75px; line-height: 42px;text-align: center;  }
.main_center .left em{ font-size: 14px; color: #ccc;letter-spacing: 1px; line-height: 20px;text-align: center;display: block;  }
.main_center .left img{ margin-left: 9px; }
.main_center .right{ padding-left: 20px;float: left;width: 370px;  }
.main_center .right li a{color: #777;font-size: 13px;letter-spacing: 1px; line-height: 20px;margin-bottom: 10px;  }
.main_center .right span{ float: right; }
.gap2{ margin-top: 30px;border-bottom: 1px dashed #ddd; margin-bottom: 30px; }

.main_center .right li:hover a{ color: #db2600; }


.main_right{ float: right;width: 300px;  }
.main .main_right .title{ margin-bottom: 25px; }
.main .main_right .title::before{ display: block;content: ""; height: 17px; width: 4px; background: #3570a9;float: left;margin-right: 10px; margin-top: 2px;  }
.main .main_right .title h2{ color: #201614;font-size: 20px;letter-spacing: 0.75px; float: left;margin-right: 5px;  }
.main .main_right .title em{ color: #ccc;font-size: 14px; font-family: arial;line-height: 20px; letter-spacing: 1px; margin-top: 2px; display: block; float: left;  }
.gap3{ margin-top: 50px; }
.main .main_right .txtScroll-top{ margin-top: 20px;margin-left: 7px; }
.main .main_right .content li a{ font-size: 13px; color: #777;letter-spacing: 1px; line-height: 30px;padding-left: 5px;display: inline;   }
.main .main_right .content li::before{ content: "";display: inline-block;background: url("../image/icon_point.png"); width: 5px; height: 5px; border-radius: 5px;  }

.main .main_right .content li:hover a{ color: #db2600; }
/*员工活动*/
/* 本例子css */
.picScroll-left{ width:1200px;  overflow:hidden; position:relative; margin: auto;  }
.picScroll-left .hd{ overflow:hidden; margin-top: 50px;   }
.picScroll-left .hd .pageState{ visibility: hidden; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:25px; height:25px; float:right; margin-right:5px;  overflow:hidden; cursor:pointer; }
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .next { padding-top: 1px; padding-left: 8px;background: url("../image/arrow1.png") center top no-repeat;  }
.picScroll-left .hd .prev { padding-top: 1px; padding-left: 8px;background: url("../image/arrow.png") center top no-repeat; }
.picScroll-left .hd .prev:hover{ background: url("../image/arrow_on.png") center top no-repeat; }
.picScroll-left .hd .next:hover{ background: url("../image/arrow1_on.png") center top no-repeat; }

.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; margin-right: 20px;  }
.picScroll-left .bd ul li .pic{ text-align:center;border: 1px solid #fff; }
.picScroll-left .bd ul li .pic img{ width:220px; height:170px; display:block;}


.picScroll-left .hd .title{ margin-bottom: 25px; }
.picScroll-left .hd .title::before{ display: block;content: ""; height: 17px; width: 4px; background: #3570a9;float: left;margin-right: 10px; margin-top: 2px;  }
.picScroll-left .hd .title h2{ color: #201614;font-size: 20px;letter-spacing: 0.75px; float: left;margin-right: 5px;  }
.picScroll-left .hd .title em{ color: #ccc;font-size: 14px; font-family: arial;line-height: 20px; letter-spacing: 1px; margin-top: 2px; display: block; float: left;  }

.gap4{margin-top: 60px; }



/*----footer-------*/
.foot_box{ background: #5b5b5b;height: 124px;box-sizing: border-box; }
.footer{background: url("../image/foot_cover.jpg") center 4px no-repeat; height: 122px; }

.foot_box h4{ color: #f3f3f3; font-size: 16px;line-height: 36px; }

.foot_contact{ float: left;padding-left: 75px;width: 380px;margin-top: 5px;  }
.foot_contact li span{ color: #e2e2e2;font-size: 12px; letter-spacing: 0.25px;line-height: 26px;margin-right: 15px;display: block;float: left;  }

.weixin{ float: left; margin-top:20px;width: 310px;margin-left: 80px;  }
.weixin h2{ font-size: 12px; display: block; color: #e2e2e2;text-align: left;line-height: 22px; letter-spacing: 0.5px;  }
.weixin h2 span{ margin-left: 25px; }
.weixin ul li{ float: left;margin-right: 10px;  }
.foot_line{ background: url("../image/foot_line.png") top center no-repeat;height: 72px; width: 3px;float: left;margin-top:25px;  }

.foot_link{ float: right; width: 220px;margin-top: 20px; margin-right: 80px;position: relative;  }
.foot_link select{ width: 100%;height: 26px; }
/*.select_cover{ background: url("../images/new_arrow.png") center right no-repeat;height: 26px;width: 23px; position: absolute;bottom: 20px; right: 0;  }*/

.c-dropdown2-btn-group {
    position: relative;
    height: 24px;
    border: 1px solid #999;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.c-dropdown2-btn {
    height: 26px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
}
.c-dropdown2-btn-icon {
    position: absolute;
    top: 0;
    right: -1px;
    width: 23px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
}
.c-dropdown2-btn-icon-border {
    height: 26px;
    width: 23px;
    text-align: center;
    zoom: 1;
}
.c-icon {
    display: inline-block;
    width: 23px;
    height: 26px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
    background: url("../image/foot_up.png") no-repeat 0 0;
    _background-image: url("../image/foot_up.png");
}
.c-dropdown2-menu {
    position: absolute;
    left: 0;
    _margin-top: 0;
    overflow: hidden;
    border: 1px solid #bbb;
    background: #fff;
    visibility:hidden ;
    width: 195px;
    height: 30px;
    overflow-y: scroll;
}
.open_menu{
  visibility: visible; 
}
.c-dropdown2-option {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 10px;
}
.c-dropdown2-option a{
  color: #333; 
}

/*关于我们*/

.nybanner1{ background: url("../image/about.jpg") top center no-repeat; height: 280px;  }
.ny_main{ background: #eee;  }
.ny_main_content{background-color: #fff;  }
.item_top{ padding-top: 20px; background: #fff; border-bottom: 1px solid #eee;margin-left: 30px; margin-right: 30px;  }
.item_top .title{float: left; color: #333; font-size: 18px; letter-spacing: 0.5px; line-height: 70px;  }
.item_top ul{ float: right; }
.item_top ul li{ float: left;line-height: 70px;padding: 0 5px;font-family: "宋体";font-size: 12px; }
.item_top ul li a{ font-family: "微软雅黑";color: #444; }
.item_top ul li .on{ color: #db2600; }
.gap5{ height: 42px; }

.enterprise_container h4{ 
    font-size: 26px;
    color: #333;
    font-weight: normal;
    margin-top: 62px;
    text-align: center;
    margin-bottom: 10px;
}
.enterprise_container em {
    font-family: arial;
    color: #9c9c9c;
    font-size: 13px;
    text-align: center;
    display: block;
    font-style: normal;
    margin-bottom: 50px;
}
.enterprise_container img {
    margin: auto;
    width: 720px;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}
.enterprise_container p {
    margin: auto;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #666;
    width: 1020px;
}
.gap6{
    height: 60px; 
}
.gap7{
    height: 43px; 
}

/*下载中心*/

.nybanner8{ background: url("../image/download.jpg") top center no-repeat; height: 280px;  }
.download_container{ padding-top: 35px; }
.download_container ul{ width: 820px;margin: auto;  }
.download_container ul li{ border-bottom: 1px dashed #ddd; line-height: 40px; }
.download_container li a{ float: right; }
.download_container li em{ float: left; color: #777;font-size: 13px; letter-spacing: 1px; }
.download_container li::before{ display: block; content: "";height: 5px;width: 5px; background: #b5b5b5; border-radius: 5px; float: left; margin-top: 18px;margin-right: 12px;  }


    

                
.gap8{
    height: 53px; 
}

/*招标*/
.main_classify{ float: left;width: 254px;  }
.main_classify h4{ height: 83px; background: #005895;font-size: 22px; letter-spacing: 0.75px; line-height: 83px;padding-left: 30px; color: #fff;   }
.main_classify ul{  box-sizing: border-box; padding-bottom: 30px; border-bottom: 1px solid #eee;padding-top: 30px; background: #fff;  }
.main_classify li{ height: 40px; line-height: 40px;font-size: 14px; color: #666; letter-spacing: 0.5px;border-left: 4px solid #fff; padding-left: 25px;  }
.main_classify li.on{ border-left: 4px solid #005895;}
.main_classify li.on a{color: #db2600;  }
.main_classify li a{ color: #666;padding-left: 30px;border-left: 4px solid #fff; display: block; }
.main_classify li:hover a{ color: #db2600; }
.main_classify .tel{ padding-top: 20px;background: #fff;  }
.main_classify .tel img{ padding-left: 30px;  }
.main_classify .tel em{ font-size: 14px; line-height: 36px; letter-spacing: 0.25px; color: #666;padding-left: 5px; }
.main_classify .tel h2{  font-size: 24px; color: #db2600; font-family: Arial; font-weight: bold; letter-spacing: 0.25px; line-height: 36px;padding-left: 30px; padding-bottom: 20px; }

.biao_content{ float: right; width: 920px;background: #fff;   }
.biao_container ul{ width: 820px;margin: auto;}
.biao_container ul li{ border-bottom: 1px dashed #ddd; line-height: 40px; }
.biao_container li h6{ float: right;color: #777;  }
.biao_container li em{ float: left; color: #777;font-size: 13px; letter-spacing: 1px; }
.biao_container li::before{ display: block; content: "";height: 5px;width: 5px; background: #b5b5b5; border-radius: 5px; float: left; margin-top: 18px;margin-right: 12px;  }

/*新闻资讯*/
.news_content{background-color: #fff;  }
.news_container ul{ width: 820px;margin: auto;}
.news_container ul li{ border-bottom: 1px dashed #ddd; line-height: 40px; }
.news_container li h6{ float: right;color: #777;  }
.news_container li em{ float: left; color: #777;font-size: 13px; letter-spacing: 1px; }
.news_container li::before{ display: block; content: "";height: 5px;width: 5px; background: #b5b5b5; border-radius: 5px; float: left; margin-top: 18px;margin-right: 12px;  }

/*contact*/
/*contact*/

.mauto {
    width: 860px;
    margin: 0 auto;
    background-color: #fff;
}
.contact-sort{padding-top: 82px; }
.grid-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.col-lg-4 {
    float: left; 
}
.contact-sort .grid-row .item {
    position: relative;
}
.contact-sort .grid-row .item dl {
    text-align: center;
    width: 180px;
    height: 125px;
    background: #f3f3f3;
    position: relative;
    float: left;
    margin-left: 46px;
    overflow: visible;
    margin-bottom: 0; 
}
.contact-sort .grid-row .col-lg-4:nth-child(1) .item dl{ margin-left:0; }


.contact-sort .grid-row .nomr .item dl{
	text-align: center;
    width: 250px;
    height: 125px;
    background: #f3f3f3;
    position: relative;
    float: left;
    margin-left: 0;
    overflow: visible;
    margin-bottom: 0; 
}

.contact-sort .grid-row .item dl dt {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    float: none;
    width: auto;
    margin-right: 0;
}
.contact-sort .grid-row .item dl dd.t1 {
    padding-top: 40px;
    font-size: 16px;
    color: #333;
    float: none;
    width: auto;
    margin-right: 0;
    height: auto;
}
.contact-sort .grid-row .item dl dd.t2 {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    margin: auto;
    margin-top: 5px;
    width: 150px;
    float: none;
    position: inherit;
    height: auto;

}


.contact_submit{ margin-top: 45px; }
.contact_submit .list1{ float: left;width: 450px; }
.contact-list .grid-row .list h2 {
    color: #444;
    font-size: 22px;
}
.form-group {
    margin-bottom: 15px;
}
.col-lg-12 {
    width: 100%;
}
.horizontal-form input{ width: 100%;height: 38px; border: 1px solid #ddd;font-size: 14px;color: #333; line-height: 38px;padding-left: 10px;outline: none;  }
.horizontal-form textarea{ width: 100%;height: 100px; border: 1px solid #ddd; font-size: 14px;color: #333;line-height: 38px;outline: none; resize: none;padding-left: 10px; }
.horizontal-form  .submit {
    -moz-user-select: none;
    background: #004fab;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 123px;
    height: 37px;
    text-align: center;
    color: #fff; 
}
.contact-map{ width: 860px; margin-top: 40px; }

/*招贤纳士*/
.job_container{ 
    padding-top: 35px;
    width: 883px;
    margin: auto;
}
.job_container h2{
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.5px;
    height: 14px;
    padding-left: 10px;
    border-left: 4px solid #db2600;
    line-height: 14px;
}

.job_container .tit3  .top{height: 35px;background:#efefef;padding-top: 20px;padding-left: 15px;  }
.job_container .tit3 li{ float: left;width: 430px;margin-right: 20px;margin-bottom: 50px; }
.job_container .tit3 li:nth-child(2n){margin-right: 0; }
.job_container .tit3 li:nth-last-child(2){margin-bottom: 0;}
.job_container .tit3 li:nth-last-child(1){margin-bottom: 0;}
.tit3 .position{ float: left;font-size: 13px;color: #333;letter-spacing: 0.5px;margin-right: 15px; }
.tit3 .position span{ font-size: 14px;font-weight: bold; }
.job_container .tit3  .top img{ margin-right: 5px; vertical-align: sub; }
.job_container .tit3 li .content h5{ background:#efefef;line-height: 45px;font-size: 16px; color: #333;padding-left: 20px; }
.job_container .tit3 li .content .text{padding-top: 25px;padding-left: 20px; border: 1px solid #efefef; height: 205px; }
.job_container .tit3 li .content .text .textde{line-height: 26px;color: #666;font-size: 13px; margin-top: 5px;margin-bottom: 20px; letter-spacing: 0.75px; }
.job_container .tit3 li .content .text img{ margin-right: 10px; vertical-align: sub; }
.job_container .tit3 li .content .text .callfor{display: block; width: 77px;height: 30px;border-radius: 2px;background: #db2600;color: #fff;font-size: 14px;letter-spacing: 0.75px;line-height: 30px;text-align: center;float: right;margin-right: 20px; }

/*员工活动*/
.active_container{ width: 790px;margin: auto; background: #fff; margin-top: 20px; }

.active_container dl{padding-top: 20px;padding-bottom: 20px; border-bottom: 1px dashed #ddd;   }
.active_container dd{ float: left ;margin-right: 20px;  }
.active_container dt{ float: left ;width: 550px;  }
.active_container dt .bt{ font-size: 18px;font-weight: bold;letter-spacing: 0.5px; color: #333;margin-bottom: 20px; }
.active_container dt .ms{ font-size: 13px; color: #777; text-indent: 26px;margin-bottom: 30px;letter-spacing: 0.5px;   }
.active_container dt .more{ font-size: 12px;letter-spacing: 0.5px;color: #004fab;  }
.gap9{height: 15px;  }

/*业绩展示*/
.show_container  { width: 960px; zoom:1;margin: auto; box-sizing: border-box;padding-top: 70px; }
.show_container  li{width: 280px;overflow: hidden;float: left;margin-right: 60px;height: 215px;margin-bottom: 45px;   }
.show_container  li:nth-child(3n){ margin-right: 0;  }
.show_container  li.nomr{ width: 280px;overflow: hidden;float: left;margin-right: 0;height: 215px;margin-bottom: 45px;}
.show_container  li a{height: 215px;width: 280px;display: block;position: relative;top: 0px;left: 0px;  }
.show_container  li a .pic{ width: 280px;height: 215px;overflow: hidden; }
.show_container  li a img{ width: 100%; }
.show_container  li i{width: 280px;height: 40px;background-color: #000; filter: alpha(opacity=60); opacity: 0.6; position: absolute; left: 0px; bottom: 0px; transition: all 0.3s; }
.show_container  li b{background: url("../image/more.png") no-repeat;width: 28px; height: 28px;   position: absolute; bottom: 105%;  left: 50%;  transform: translate(-50%, 50%); transition: all 0.5s;z-index:-1;   }
.show_container  li p{width: 280px; height: 40px;line-height: 40px; overflow: hidden; position: absolute;  left: 0px;  bottom: 0px;  font-size: 16px;  color: #ffffff;  text-align: center;  transition: all 0.5s;letter-spacing: 0.25px; }
.show_container  li:hover b{display: block;bottom: 50%;z-index:1; }
.show_container  li:hover i{ height: 215px;   }
.show_container  li:hover p{ height: 215px; line-height: 280px; }

.show_container  ul li:hover a{ color: #ff6700; }


.inside_news_list {
    padding: 35px 0px;
    min-height: 300px;
    margin: auto;
    background: #fff;
}
.inside_rnewtil {
    text-align: center;
    font-size: 30px;
    color: #333333;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: "Microsoft YaHei";
    padding-bottom: 20px;
    line-height: 42px;
}
.ny_rnewtime {
    text-align: center;
    font-size: 12px;
    color: #666666;
    border: 1px solid #ddd;
    width: 90%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
}
.nrboxstyle {
    font-size: 12px;
    line-height: 28px;
    width: 90%;
    text-align: left;
    margin: auto;
}
.inside_news_list table{
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.inside_news_list table a{
    color: #666666;
    display: inline;
}

.honor_container ul{ 
    width: 960px;
    zoom: 1;
    margin: auto;
    box-sizing: border-box;
    padding-top: 60px;
}

.honor_container li{ 
    width: 280px;
    overflow: hidden;
    float: left;
    margin-right: 60px;
    height: 215px;
    margin-bottom: 45px;
}
.honor_container li:nth-child(3n){
    margin-right: 0;
}







