@charset "utf-8";
body{ max-width:1600px; margin:0 auto; }
:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img
{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}
.picfd:hover img{

     transform:scale(1.1);
     -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
     -o-transform:scale(1.1);
     -ms-transform:scale(1.1);
}

img{ max-width:100%; }

/* 头部 */
.navbar {
  position: static;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
  z-index: 999999;
}
.navbar-default {
  background:#ffffff;
 border-color: #000000;
}
.navbar-brand {
  float: left;
  height: 110px;
  padding: 30px 0 0 40px;
  font-size: 16px;
  line-height: 0px;
  position:absolute;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color:#000;
}
.navbar-default .navbar-nav > li{
  margin:0 21px;
}

.navbar .search { width:163px; height:30px; margin:44px 25px 0 16px; background:url(/uploads/image/t1d_img/pic1.png) no-repeat; }
.navbar .search .wbk1 { color:#000; width:119px; height:30px; line-height:30px; padding-left:16px; background:none; border:0px; box-sizing:border-box; }
.navbar .search .btn1 { width:44px; height:30px; line-height:30px; text-align:center; background:url(/uploads/image/t1d_img/pic2.png) no-repeat center; border:0px; }

.nav{ padding-bottom:0px; }
.nav > li{ position: static; }
.nav > li:first-child{ background:none; }
.nav > li > a {
  color:#fff;
  display: block;
  padding: 50px 0px 0;
  text-align:center;
  /*min-width:110px;*/
  height:110px;
  line-height:100%;
  overflow: hidden;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.nav > li > a:hover{ color:#b4020c !important; }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0 auto;
  }
  .navbar-nav > li {
    /*float: none;*/
    margin-top:0px;
  }
  .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li {
    float: left;
    margin:0px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*background:url(/uploads/image/t1d_img/pic31.png) no-repeat center bottom;*/
  background: none;
  color: #b4020c;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 23px;
  margin-right: 30px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle {
  border-color: #b4020c;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b4020c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #b4020c;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*background:url(/uploads/image/t1d_img/pic31.png) no-repeat center bottom;*/
  background: none;
  color: #b4020c;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px !important;
  z-index: 1000;
  display: none;
  width: 100% !important;
  padding: 44px 0 40px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background:url(/uploads/image/t1d_img/pic32.png) repeat;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* banner */
.banner{ position:relative; max-width:1200px; margin:0 auto;}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .owl-buttons{ width:100%; position:absolute; top:50%; z-index:3000; display:none; }
.banner .owl-theme .owl-controls .owl-buttons div{
    color: #fff;
    display: inline-block;
    zoom: 1;
    width:34px;
    height:9px;
    *display: inline;/*ie7 life-saver */
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    filter: alpha(opacity=100);/*ie7 fix*/
    opacity: 1;
    position:absolute;
}
.banner .owl-theme .owl-controls .owl-buttons div.owl-prev{ left:40px; background:url(/uploads/image/t1d_img/pic6.png) no-repeat; }
.banner .owl-theme .owl-controls .owl-buttons div.owl-next{ right:40px; background:url(/uploads/image/t1d_img/pic7.png) no-repeat; }
.banner .owl-theme .owl-controls{ margin-top: -12px; text-align: right;}
.banner .owl-pagination{ width:auto; height:12px;position: relative; right:13px; bottom:0px; z-index:3;}
.banner .owl-theme .owl-controls .owl-page{ position:relative; bottom:21px; }
.banner .owl-theme .owl-controls .owl-page span{width:12px;height:12px; background:url(/uploads/image/t1d_img/pic3.png) no-repeat;border:none;border-radius:0px;opacity:1;margin:0px 9px;}
.banner .owl-theme .owl-controls .owl-page.active span{ background:url(/uploads/image/t1d_img/pic4.png) no-repeat; }
.banner .zxgg{ width:100%; height:50px; margin-top:-50px; background:url(/uploads/image/t1d_img/pic5.png) repeat; position:absolute; bottom:0px; left:0px; z-index:2; overflow:hidden; max-width:1200px; margin:-50px auto 0;  }
.banner .zxgg .bd{ width:100%; height:50px; line-height: 50px; padding:0 150px 0 60px; background:url(/uploads/image/t1d_img/pic6.png) no-repeat 30px center; }
.banner .zxgg .bd ul{ width:100%; height:50px; }
.banner .zxgg .bd ul li{ font-size:14px; color:#e6e6e6; width:33.33%; margin-right:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.banner .zxgg .bd ul li a{ color:#e6e6e6; }
.banner .zxgg .bd ul li a:hover{ text-decoration:underline; }

/* 首页 */
.main{ width:100%; max-width:1200px; margin:0 auto;padding-bottom:40px; overflow:hidden; }
.main h2{ font-size:36px; color:#222; width:100%; line-height:100%; text-align:center; margin:0px; padding-bottom:17px; background:url(/uploads/image/t1d_img/pic7.png) no-repeat center bottom; }

.main1{ width:100%; padding:48px 0 64px; }
.main1_1{ width:100%; margin-top:18px; }
.main1_1 .title{ font-size:0px; width:100%; text-align:center; }
.main1_1 .title1{ font-size:18px; color:#555; min-width:124px; padding:0 10px 0 12px; background:url(/uploads/image/t1d_img/pic9.png) no-repeat left center; display:inline-block; *display:inline; *zoom:1; }
.main1_1 .title1:first-child{ background:none; }
.main1_1 .title1 a{ color:#555; line-height:19px; display:block; overflow:hidden; }
.main1_1 .title1:hover a{ font-weight:bold; color:#c30310; }
.main1_1 .title1.xz a{ font-weight:bold; color:#c30310; }
.main1_1 .title_nr { width:100%; }
.main1_1 .title_nr1{ width:100%; display:none; }
.main1_1 .title_nr1 .nr1{ width:100%; overflow:hidden; }
.main1_1 .title_nr1 .nr1 ul{ margin-right:-30px; }
.main1_1 .title_nr1 .nr1 ul li{ width:33.33%; margin-top:34px; padding-right:30px; }
.main1_1 .title_nr1 .nr1 ul li .pic{ width:100%; overflow:hidden; }
.main1_1 .title_nr1 .nr1 ul li .pic img{ width:100%; }
.main1_1 .title_nr1 .nr1 ul li .jieshao{ width:100%; }
.main1_1 .title_nr1 .nr1 ul li .jieshao1{ font-size:20px; color:#1f1f1f; width:100%; line-height:100%; margin-top:20px; padding-left:20px; background:url(/uploads/image/t1d_img/pic11.png) no-repeat left center; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.main1_1 .title_nr1 .nr1 ul li .jieshao2{ font-size:14px; color:#777; width:100%; height:40px; line-height:20px; margin-top:16px; overflow:hidden; }
.main1_1 .title_nr1 .nr1 ul li .jieshao3{ font-size:14px; color:#333; width:100%; line-height:100%; margin-top:12px; }
.main1_1 .title_nr1 .nr1 ul li .jieshao3 span.style1{ font-family:"arial"; font-size:16px; margin:0 24px 0 10px; }
.main1_1 .title_nr1 .nr1 ul li .jieshao3 span.style2{ margin-right:10px; }
.main1_1 .title_nr1 .nr1 ul li:hover .jieshao1{ color:#b4020c; }
.main1_1 .title_nr1 .nr1 ul li:hover .jieshao3 span.style2{ color:#b4020c; }

.more{ width:100%; text-align:center; }
.more.style1{ margin-top:36px; }

.main2{ width:100%; }
.main2_nr{ width:50%; position:relative; }
.main2_nr a{ width:100%; height:100%; display:block; }
.main2_nr .pic{ width:100%; height:100%; overflow:hidden; }
.main2_nr .pic img{ width:100%; height:100%; }
.main2_nr .title{ width:100%; height:100%; background:url(/uploads/image/t1d_img/pic18.png) repeat; position:absolute; top:0px; left:0px; }
.main2_nr .title_nr{ width:100%; height:100%; display:table; }
.main2_nr .title_nrk{ width:100%; height:100%; text-align:center; padding:10px; display:table-cell; vertical-align:middle; }
.main2_nr .title_nrk1{ font-size:48px; font-weight:bold; color:#fff; width:100%; }
.main2_nr .title_nrk2{ font-family:"arial"; font-size:26px; color:#fff; width:100%; margin-top:4px; }
.main2_nr .title_nrk3{ width:100%; margin-top:46px; }

.main3{ width:100%; padding:54px 0 46px; }
.main3_1{ width:100%; margin-top:38px; }
.main3_1_l{ width:50%; overflow:hidden; }
.main3_1_l img{ width:100%; }
.main3_1_r{ width:50%; padding-left:30px; }
.main3_1_r1{ font-size:24px; font-weight:bold; color:#333; width:100%; padding:18px 0 20px; background:url(/uploads/image/t1d_img/pic21.png) no-repeat left bottom; }
.main3_1_r1 span.style1{ color:#b4020c; }
.main3_1_r2{ font-size:14px; color:#444; width:100%; height:72px; line-height:24px; margin-top:16px; overflow:hidden; }
.main3_1_r3{ width:100%; margin-top:14px; }
.main3_1_r4{ width:100%; margin-top:10px; overflow:hidden; }
.main3_1_r4 ul{ margin-right:-39px; }
.main3_1_r4 ul li{ width:72px; text-align:center; margin:16px 39px 0 0; }
.main3_1_r4 ul li p{ width:72px; height:72px; margin:0 0 8px; padding:20px 21px; background:url(/uploads/image/t1d_img/pic23.png) no-repeat center; }
.main3_1_r4 ul li p img{ width:30px; height:32px; }
.main3_1_r4 ul li p img.img1{ display:block; }
.main3_1_r4 ul li p img.img2{ display:none; }
.main3_1_r4 ul li span{ font-size:14px; color:#333; width:72px; line-height:100%; display:block; }
.main3_1_r4 ul li:hover p{ background:url(/uploads/image/t1d_img/pic24.png) no-repeat center; }
.main3_1_r4 ul li:hover p img.img1{ display:none; }
.main3_1_r4 ul li:hover p img.img2{ display:block; }
.main3_1_r4 ul li:hover span{ color:#b4020c; }

.main4{ width:100%; padding:48px 0 64px; }
.main4 h2{ background:url(/uploads/image/t1d_img/pic8.png) no-repeat center bottom; }
.main4_1{ width:100%; overflow:hidden; }
.main4_1 ul{ margin-right:-60px; }
.main4_1 ul li{ width:33.33%; margin-top:34px; padding-right:60px; }
.main4_1 ul li .nr{ width:100%; padding:36px 30px 20px; background-color:#519bc2; }
.main4_1 ul li .nr.style1{ background-color:#2d7ea9; }
.main4_1 ul li .nr.style2{ background-color:#133c52; }
.main4_1 ul li .nr1{ font-size:22px; color:#fff; width:100%; line-height:25px; }
.main4_1 ul li .nr1 p{ color:#fff; width:80%; margin:0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.main4_1 ul li .nr1 a{}
.main4_1 ul li .nr2{ width:100%; margin-top:26px; overflow:hidden; }
.main4_1 ul li .nr2 img{ width:100%; }
.main4_1 ul li .nr3{ font-size:18px; font-weight:bold; color:#fff; width:100%; line-height:100%; padding:23px 0 25px; background:url(/uploads/image/t1d_img/pic33.png) repeat-x left bottom; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.main4_1 ul li .nr3 a{ color:#fff; }
.main4_1 ul li .nr4{ width:100%; height:168px; line-height:42px; margin-top:10px; overflow:hidden; }
.main4_1 ul li .nr4 p{ font-family:"arial"; font-size:14px; color:#d5e8f2; width:100%; text-align:right; margin:0px; }
.main4_1 ul li .nr4 p a{ font-family:"微软雅黑"; color:#fff; width:80%; text-align:left; padding-left:6px; background:url(/uploads/image/t1d_img/pic34.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.main4_1 ul li .nr4 p a:hover{ text-decoration:underline; }

.main5{ width:100%; padding:54px 0 42px; }
.main5_1{ width:100%; margin-top:32px; }
.main5_1 ul{ width:100%; border-top:1px solid #ececec; border-left:1px solid #ececec; }
.main5_1 ul li{ width:20%; border-right:1px solid #ececec; border-bottom:1px solid #ececec; }
.main5_1 ul li img{ width:100%; height:100%; }
.main5_1 ul li img:hover{}

.main6{ width:100%; }
.main6_nr{ width:25%; height:210px; }
.main6_nr a{ width:100%; height:210px; padding:66px 50px 0; display:block; }
.main6_nr p{ font-size:36px; font-weight:bold; color:#fff; width:100%; line-height:100%; margin:0 0 14px; }
.main6_nr span{ font-family:"宋体"; font-size:16px; color:#fff; width:100%; display:block; opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70); }

/* 底部 */
.footer{ width:100%; }
.footer_nr{ width:100%; padding:32px 90px 38px 0; border-top:3px solid #e0e0e0; position:relative; }
.footer_nr1{ width:100%; }
.footer_nr1_1{ font-size:18px; font-weight:bold; color:#b4020c; }
.footer_nr1_2{ font-size:16px; color:#222; }
.footer_nr1_2 a{ color:#222; margin:0 13px; }
.footer_nr1_2 a:hover{ color:#b4020c; }
.footer_nr2{ color:#666; width:100%; margin-top:16px; }
.footer_nr .ewm{ width:80px; text-align:center; position:absolute; top:15px; right:0px; }
.footer_nr .ewm p{ width:80px; height:80px; margin:0 0 4px; border:3px solid #eaeaea; }
.footer_nr .ewm p img{ width:74px; height:74px; }
.footer_nr .ewm span{ font-size:12px; color:#666; width:80px; line-height:100%; display:block; }

/* 内页banner */
.qy_banner{ width:100%; }
.qy_banner img{ display:block; width: 100%; height: 100%; }

/* 内页公用 */
.qy_main{ width:100%; }
.qy_main_l{ width:27%; margin-top:-100px; position:relative; z-index:2; }
.qy_main_l h2{ width:100%; height:100px; margin:0px; padding:22px 10px 0 48px; background:url(/uploads/image/t1d_img/pic42.png) repeat; border-top:2px solid #aa1923; }
.qy_main_l h2 p{ font-family:"arial"; font-size:36px; font-weight:bold; color:#f6f7f7; width:100%; line-height:27px; margin:0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; opacity:0.1; -moz-opacity:0.1; filter:alpha(opacity=10); }
.qy_main_l h2 span{ font-size:26px; font-weight:bold; color:#f6f7f7; width:100%; line-height:100%; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qy_main_l h2 .navbar{ min-height:80px; }
.qy_main_l h2 .navbar-toggle {
  margin-top: 23px;
  margin-right: 20px;
  margin-bottom: 23px;
}
.qy_main_l .navbar {
  position: absolute;
}
.qy_main_l .navbar-default {
  background:none;
  border-color: #fff;
}
.qy_main_l ul{ width:100%; }
.qy_main_l ul li{ width:100%; border-top:1px dashed #fff; }
.qy_main_l ul li:first-child{ border-top:0px; }
.qy_main_l ul li a{ font-size:16px; color:#333; width:100%; height:59px; line-height:59px; padding:0 10px 0 48px; background-color:#efefef; display:block; }
.qy_main_l ul li a:hover,.qy_main_l ul li a.xz{ font-weight:bold; color:#fff; background:#aa1923 url(/uploads/image/t1d_img/pic43.png) no-repeat 86% center; }
.qy_main_r{ width:73%; margin-top:28px; padding-left:30px; }
.qy_main_r1{ width:100%; border-bottom:1px solid #dadada; }
.qy_main_r1 .title1{ font-size:18px; color:#333; max-width:100%; height:32px; line-height:20px; margin-bottom:-1px; padding:0 16px 0 30px; background:url(/uploads/image/t1d_img/pic44.png) no-repeat 14px top; border-bottom:1px solid #aa1923; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.qy_main_r1 .title2{ font-size:12px; color:#666; margin-top:3px; }
.qy_main_r1 .title2 a{ color:#666; }
.qy_main_r1 .title2 a:hover,.qy_main_r1 .title2 a.xz{ color:#aa1923; }
.qy_main_r1 .title2 span{ color:#aa1923; }

/* 公司简介 */
.gsjj_main{ width:100%; line-height:24px; margin-top:20px; padding-bottom:40px; }
.gsjj_main span.style1{ color:#aa1923; }

/* 领导集体 */
.ldjt_main{ width:100%; padding-bottom:40px; overflow:hidden; }
.ldjt_main ul{ margin:-10px -20px 0 0; }
.ldjt_main ul li{ width:33.33%; margin-top:30px; padding-right:20px; }
.ldjt_main ul li .pic{ width:100%; overflow:hidden; }
.ldjt_main ul li .pic img{ width:100%; }
.ldjt_main ul li .title{ font-size:20px; color:#333; width:100%; line-height:100%; text-align:center; margin-top:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ldjt_main ul li .title span.style1{ font-size:16px; color:#888; margin-left:20px; }
.ldjt_main ul li:hover .title{ color:#b4020c; }

/* 分页 */
.pages{ font-family:"arial"; font-size:14px; width:100%; text-align:center; margin-top:40px; }
.pages a{ color:#888; width:26px; height:26px; line-height:24px; text-align:center; margin:0 3px; background-color:#f5f5f5; border:1px solid #e9e9e9; display:inline-block; *display:inline; *zoom:1; }
.pages a:hover,.pages a.xz,.pages a.current{ color:#fff; background-color:#cc232f; border:1px solid #aa1923; }
.pages a.other{}
.pages strong{ font-weight:normal; color:#888; margin:0 3px;}

/* 新闻中心 */
.xwzx_main{ width:100%; padding-bottom:40px; overflow:hidden; }
.xwzx_main ul{ width:100%; margin-top:-5px; }
.xwzx_main ul li{ width:100%; padding:25px 0; border-bottom:1px dashed #dadada; }
.xwzx_main ul li .pic{ width:38%; overflow:hidden; }
.xwzx_main ul li .pic img{ width:100%; }
.xwzx_main ul li .title{ width:62%; padding-left:20px; }
.xwzx_main ul li .title1{ font-size:18px; font-weight:bold; color:#000; width:100%; line-height:30px; margin-top:12px; padding-bottom:18px; background:url(/uploads/image/t1d_img/pic48.png) no-repeat left bottom; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.xwzx_main ul li .title2{ font-size:12px; color:#686868; width:100%; height:72px; line-height:24px; margin:14px 0 28px; overflow:hidden; }
.xwzx_main ul li .title3{ width:100%; }
.xwzx_main ul li:hover .title1{ color:#bc030f; }
.xwzx_main ul li:hover .title2{ color:#bc030f; }

/* 新闻中心-详情 */
.xwzxxq_main{ width:100%; margin-top:28px; padding-bottom:40px; }
.xwzxxq_main1{ width:100%; text-align:center; border-bottom:1px solid #e5e5e5; }
.xwzxxq_main1 .title1{ font-size:28px; font-weight:bold; color:#222; width:100%; }
.xwzxxq_main1 .title2{ font-size:14px; color:#8a8a8a; width:100%; line-height:24px; margin-bottom:-10px; }
.xwzxxq_main1 .title2 span.style1{ margin-left:36px; }
.xwzxxq_main1 .title2 .nr{ position:relative; top:-24px; display:inline-block; *display:inline; *zoom:1; }
.xwzxxq_main1 .title2 .bdsharebuttonbox{ display:inline-block; *display:inline; *zoom:1; }
.xwzxxq_main2{ font-size:16px; color:#333; width:100%; line-height:30px; margin-top:30px; }
.xwzxxq_main2.style1{ font-size:14px; color:#222; }

/* 上下篇 */
.sxp_main{ width:100%; margin-top:40px; }
.sxp_main a{ font-size:18px; font-weight:bold; color:#666; width:47%; height:50px; line-height:50px; text-align:center; background-color:#e5e5e5; display:block; }
/*.sxp_main a.xz,*/.sxp_main a.xz{ color:#fff; background-color:#bc030f; }

/* 科研专区 */
.kyzq_main{ width:100%; padding-bottom:40px; }
.kyzq_main ul{ width:100%; }
.kyzq_main ul li{ width:100%; height:250px; margin-top:20px; padding:20px 25px; }
.kyzq_main ul li .title{ width:60%; height:210px; text-align:center; padding:0 30px; background:url(/uploads/image/t1d_img/pic56.png) repeat; }
.kyzq_main ul li .title1{ font-size:16px; font-weight:bold; color:#fff; width:100%; line-height:100%; padding-top:30px; padding-bottom:17px; background:url(/uploads/image/t1d_img/pic57.png) no-repeat center bottom; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.kyzq_main ul li .title1 a{ color:#fff; }
.kyzq_main ul li .title1 a:hover{ color:#b4020c; }
.kyzq_main ul li .title2{ font-size:12px; color:#fff; width:100%; height:54px; line-height:18px; text-align:left; text-indent:2em; margin-top:20px; overflow:hidden; opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70); }
.kyzq_main ul li .title3{ width:100%; margin-top:12px; }

/* 办公区域 */
.bgqy_main{ width:100%; margin-top:20px; padding-bottom:40px; }
.bgqy_main1{ width:100%; }
.bgqy_main1 img{ width:100%; }
.bgqy_main2{ width:100%; overflow:hidden; }
.bgqy_main2 ul{ margin:0 -10px; }
.bgqy_main2 ul li{ width:25%; text-align:center; margin-top:30px; padding:0 10px; }
.bgqy_main2 ul li .pic{ width:100%; }
.bgqy_main2 ul li .title{ color:#666; width:100%; }
.bgqy_main2 ul li .title1{ width:100%; margin-top:10px; }
.bgqy_main2 ul li .title2{ width:100%; height:36px; margin-top:18px; overflow:hidden; }

/* 招聘信息 */
.zpxx_main{ width:100%; margin-top:40px; padding-bottom:40px; }
.zpxx_main .sidemenu{ width:100%; padding-left:86px; }
.zpxx_main .sidemenu h2{ font-size: 14px; color: #666; line-height:100%; margin:0px; position:relative; }
.zpxx_main .sidemenu h2 span{ overflow:hidden; }
.zpxx_main .sidemenu h2 span.style1{ width:20%; }
.zpxx_main .sidemenu h2 span.style2{ width:29%; }
.zpxx_main .sidemenu h2 span.style3{ width:9%; }
.zpxx_main .sidemenu h2 span.style4{ width:21%; }
.zpxx_main .sidemenu h2 span.style5{ width:21%; }
.zpxx_main .sidemenu h1{ font-size: 14px; color: #fff; height:45px; line-height:45px; margin:30px 0 0; background-color:#a0a0a0; position:relative; cursor:pointer; }
.zpxx_main .sidemenu h1 span{ height:45px; overflow:hidden; }
.zpxx_main .sidemenu h1 span.style1{ width:20%; }
.zpxx_main .sidemenu h1 span.style2{ width:29%; }
.zpxx_main .sidemenu h1 span.style3{ width:9%; }
.zpxx_main .sidemenu h1 span.style4{ width:21%; }
.zpxx_main .sidemenu h1 span.style5{ width:21%; }
.zpxx_main .sidemenu h1 em{ width:21px; height:21px; background:url(/uploads/image/t1d_img/pic64.png) no-repeat center; position:absolute; top:12px; left:-60px; cursor:pointer; }
.zpxx_main .sidemenu h1.on{ color:#fff; background-color:#be0410; }
.zpxx_main .sidemenu h1.on em{ background:url(/uploads/image/t1d_img/pic65.png) no-repeat center; }
.zpxx_main .sidemenu .nr{ width:100%; text-align:left; background-color:#eda0a5; display:none; }
.zpxx_main .sidemenu .nr1{ font-size:12px; color:#000; width:100%; line-height:28px; padding:12px 80px 22px; }
.zpxx_main .sidemenu .nr2{ font-size:16px; color:#00b0eb; width:100%; padding:10px 80px 15px; background-color:#ebfaff; }
.zpxx_main .sidemenu .nr2 a{ color:#00b0eb; width:135px; max-width:100%; height:36px; line-height:36px; text-align:center; background:url(/uploads/image/t1d_img/pic16.png) no-repeat center; display:inline-block; *display:inline; *zoom:1; }
.zpxx_main .sidemenu .nr2 a:hover{ color:#fff; background: no-repeat center; }

/* 历史沿革 */
.lsyg_main{ width:100%; padding:0 40px; }
.lsyg_main ul{ width:100%; padding-bottom:100px; background:url(/uploads/image/t1d_img/pic66.png) repeat-y center; }
.lsyg_main ul li{ width:100%; padding-top:30px; }
.lsyg_main ul li .pic{ width:100%; padding-right:52%; background:url(/uploads/image/t1d_img/pic67.png) no-repeat center; }
.lsyg_main ul li .pic_nr{ font-size:12px; color:#8b8b8b; width:146px; height:28px; line-height:28px; text-align:center; padding-right:10px; background:url(/uploads/image/t1d_img/pic68.png) no-repeat; }
.lsyg_main ul li .title{ width:100%; margin-top:5px; background:url(/uploads/image/t1d_img/pic72.png) no-repeat center top; }
.lsyg_main ul li .title_nr{ font-size:14px; color:#7b7b7b; width:43%; line-height:24px; padding:24px 30px; background-color:#f5f5f5; border-radius:0 10px 10px 0; position:relative; }
.lsyg_main ul li .title_nr .jiao1{ width:20px; height:23px; background:url(/uploads/image/t1d_img/pic70.png) no-repeat; position:absolute; top:13px; left:-20px; }
.lsyg_main ul li .title_nr .jiao2{ width:20px; height:23px; background:url(/uploads/image/t1d_img/pic71.png) no-repeat; position:absolute; top:13px; right:-20px; display:none; }
.lsyg_main ul li:hover .pic{ background:url(/uploads/image/t1d_img/pic67h.png) no-repeat center; }
.lsyg_main ul li:hover .pic_nr{ color:#fff; background:url(/uploads/image/t1d_img/pic68h.png) no-repeat; }
.lsyg_main ul li:hover .title{ background:url(/uploads/image/t1d_img/pic72h.png) no-repeat center top; }
.lsyg_main ul li:hover .title_nr{ color:#fff; background-color:#aa1923; }
.lsyg_main ul li:hover .title_nr .jiao1{ background:url(/uploads/image/t1d_img/pic70h.png) no-repeat; }
.lsyg_main ul li.odd .pic{ padding-right:0%; padding-left:52%; }
.lsyg_main ul li.odd .pic_nr{ padding-right:0px; padding-left:10px; background:url(/uploads/image/t1d_img/pic69.png) no-repeat; float:left; }
.lsyg_main ul li.odd .title_nr{ float:left; border-radius:10px 0 0 10px; }
.lsyg_main ul li.odd .title_nr .jiao1{ display:none; }
.lsyg_main ul li.odd .title_nr .jiao2{ display:block; }
.lsyg_main ul li.odd:hover .pic_nr{ background:url(/uploads/image/t1d_img/pic69h.png) no-repeat; }
.lsyg_main ul li.odd:hover .title_nr .jiao2{ background:url(/uploads/image/t1d_img/pic71h.png) no-repeat; }