@charset "UTF-8";
.land {
  height: 940px;
  width: 100%;
}

.land .land_header {
  height: 140px;
  background: #ffffff;
  position: relative;
}

.land .land_header .logo {
  position: absolute;
  top: 34px;
  width: 930px;
  height: 75px;
  background: url(../images/logo.png) no-repeat;
}

.land .land_section {
  width: 100%;
  height: 621px;
  background: url(../images/land_bannner.png) no-repeat;
  background-size: 100% 100%;
  border-top: 5px solid #0a3ae9;
}

.land .land_section .landing {
  width: 485px;
  height: 486px;
  background: url(../images/land_Transparent_background.png) no-repeat;
  display: inline-block;
  margin-top: 70px;
  z-index: 10;
}

.land .land_section .landing .landing_in {
  width: 470px;
  height: 468px;
  margin-top: 8px;
  margin-left: 8px;
  background: #fff;
}

.land .land_section .landing .landing_in .landing_p1 {
  height: 103px;
  width: 100%;
  background: #f7f7f7;
  color: #333333;
  text-align: center;
  line-height: 101px;
  font-size: 36px;
  border-bottom: 2px solid #164fa6;
}

.land .land_section .landing .landing_in .landing_box {
  height: auto;
  width: 100%;
  padding: 58px 66px 0 66px;
}

.land .land_section .landing .landing_in .landing_box li {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.land .land_section .landing .landing_in .landing_box .lb_li01 {
  border: 1px solid #d9d9d9;
  padding-left: 20px;
}

.land .land_section .landing .landing_in .landing_box .lb_li01 input {
  border: none;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  width: 90%;
  overflow: hidden;
}

.land .land_section .landing .landing_in .landing_box .lb_li02 {
  border: 1px solid #d9d9d9;
  padding-left: 20px;
}

.land .land_section .landing .landing_in .landing_box .lb_li02 input {
  border: none;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  width: 60%;
}

.land .land_section .landing .landing_in .landing_box .lb_li02 button {
  width: 38%;
  height: 43px;
  border: none;
  display: inline-block;
  background: none;
  color: #164fa6;
  font-size: 16px;
}

.land .land_section .landing .landing_in .landing_box .lb_li03 button {
  width: 100%;
  height: 43px;
  border: none;
  background: #fe872f;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0px 2px 0px #e06d19;
}
.land .land_section .landing .landing_in .landing_box .lb_li03 a {
  width: 40%;
  height: 43px;
  line-height:43px;
  border: none;
  background: #fe872f;
  color: #ffffff;
  display:inline-block;
  font-size: 16px;
  text-align:center;
  box-shadow: 0px 2px 0px #e06d19;
  
}
.land .land_section .landing .landing_in .landing_box .lb_li04 button {
  width: 100%;
  height: 43px;
  border: none;
  background: #eae8e8;
  color: #676767;
  font-size: 16px;
  box-shadow: 0px 2px 0px #c6c4c4;
}

.land .land_footer {
  height: 180px;
  width: 100%;
  background: #164fa6;
  padding-top: 45px;
}

.land .land_footer p {
  height: 30px;
  line-height: 30px;
}

.land .land_footer p span {
  color: #cde4f9;
  font-size: 14px;
}

.land .land_footer p span a {
  color: #cde4f9;
}

.header {
  width: 100%;
  height: 39px;
  background: #f5f5f5;
}

.header .header_l {
  width: auto;
  height: 17px;
  line-height: 17px;
  margin-top: 11px;
}

.header .header_l li {
  float: left;
  padding: 0 12px;
}

.header .header_l li a {
  display: inline-block;
  width: 100%;
  color: #999999;
  font-size: 12px;
}

.header .header_l .li_01 {
  background: url(../images/home_iconline.png) no-repeat;
  background-size: 1px 10px;
  background-position: right center;
}

.header .header_r {
  width: auto;
  height: 15px;
  line-height: 15px;
  margin-top: 13px;
}

.header .header_r li {
  float: left;
  padding-left: 20px;
  margin-left: 20px;
}

.header .header_r li a {
  display: inline-block;
  width: 100%;
  color: #999999;
  font-size: 12px;
}

.header .header_r .li_1 {
  background: url(../images/home_icon01.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0 center;
}

.header .header_r .li_2 {
  background: url(../images/home_icon02.png) no-repeat;
  background-size: 15px 16px;
  background-position: 0 center;
}

.header .header_r .li_3 {
  background: url(../images/home_icon03.png) no-repeat;
  background-size: 14px 16px;
  background-position: 0 center;
}

.header .header_r .li_4 {
  background: url(../images/home_icon04.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 center;
}

.search_logo {
  height: 143px;
  width: 100%;
  background: #ffffff;
}

.search_logo .logo {
  width: 756px;
  height: 75px;
  margin: 28px 0 0 12px;
  background: url(../images/logo.png) no-repeat;
}

.search_logo .search {
  margin-top: 50px;
  width: 344px;
  height: 45px;
  border: 1px solid #dddddd;
}

.search_logo .search input {
  border: none;
  height: 43px;
  line-height: 43px;
  width: 280px;
  overflow-x: scroll;
  padding-left: 10px;
  display: inline-block;
}

.search_logo .search span {
  width: 61px;
  height: 43px;
  display: inline-block;
  border-left: 1px solid #dddddd;
  background: url(../images/home_icon05.png) no-repeat center;
}

.nav {
  width: 100%;
  height: 59px;
  background: #164fa6;
}

.nav .container li {
  float: left;
  width: 12.5%;
  height: 59px;
  line-height: 59px;
  text-align: center;
}

.nav .container li a {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
}

.nav .active {
  background: #0f3e88;
}

.home_swiper {
  width: 100%;
  height: 438px;
  padding: 20px 0;
  background: #f5f5f5;
}

.home_swiper .container {
  background: #fff;
}

.yx-rotaion {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
  position: absolute;
}

.yx-rotation-title {
  position: absolute;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  z-index: 1;
}

.yx-rotation-t {
  color: #fff;
  font-size: 16px;
  font-family: microsoft yahei;
  z-index: 2;
  bottom: 0;
  left: 26px;
  line-height: 47px;
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
  background: url(../images/ico.png) no-repeat;
  display: block;
}

.yx-rotation-focus {
  height: 47px;
  line-height: 47px;
  right: 20px;
  bottom: 0;
  z-index: 2;
}

.yx-rotation-focus span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  float: left;
  margin-left: 5px;
  position: relative;
  top: 17px;
  cursor: pointer;
  background-position: -23px -126px;
  text-indent: -9999px;
}

.yx-rotaion-btn {
  width: 100%;
  height: 41px;
  top: 50%;
  margin-top: -20px;
}

.yx-rotaion-btn span {
  width: 41px;
  height: 41px;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  position: relative;
}

.yx-rotaion-btn .left_btn {
  background-position: -2px -2px;
  float: left;
  left: 10px;
}

.yx-rotaion-btn .right_btn {
  background-position: -2px -49px;
  float: right;
  right: 10px;
}

.yx-rotaion-btn span.hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.yx-rotation-focus span.hover {
  background-position: -7px -126px;
}

.rotaion_list {
  width: 0;
  height: 0;
  overflow: hidden;
}

.rotaion_list li a img {
  display: inline-block;
  width: 670px;
  *width: 664px;
  height: 358px;
}

/*右侧政策法规新闻*/
.right_news {
  background: #f5f5f5;
  width: 487px;
  *width: 467px;
  height: 360px;
  margin: 20px 20px 0 0;
  padding: 20px 0 0 20px;
  overflow-y: hidden;
}

.index_t {
  width: 452px;
  *width: 440px;
  height: 50px;
  line-height: 50px;
  background: #fff;
}

.index_t a {
  display: block;
  width: 33.3%;
  *width: 32.3%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
  float: left;
}

.index_t a.active {
  color: #fff;
  background-color: #2373c8;
  background: #164fa6;
  width: 33.3%;
}

.news_list ul {
  height: 286px;
  overflow-y: hidden;
  padding-top: 10px;
}

.news_list li {
  padding-left: 23px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #cfcfcf;
  width: 100%;
  background-image: url(../images/article_point.png);
  background-size: 4px 4px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.news_list li a {
  display: inline-block;
  width: 375px;
  width: 100%;
  color: #333;
}

.news_list li a .span_art {
  width: 75%;
  *width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li a .span_date {
  width: 25%;
  *width: 23%;
  display: inline-block;
  text-align: center;
}

.news_list li a:hover {
  color: #164fa6;
}

.NQI_homebanner {
  background: url(../images/home_banner.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 180px;
  padding-top: 33px;
}

.NQI_homebanner .NQI_p1 {
  width: 100%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
}

.NQI_homebanner .NQI_p2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #a7b1cc;
  font-size: 30px;
}

.home_section {
  width: 100%;
  height: 485px;
  background: #f5f5f5;
  position: relative;
}

.home_section .container {
  width: 1224px;
  height: 100%;
  background: url(../images/home_iconsquare.png) no-repeat;
  background-size: 45px 15px;
  background-position: center 0;
  padding-top: 40px;
}

.home_section .container li {
  margin: 0 12px 22px;
  width: 282px;
  height: 189px;
  border-radius: 7px;
  float: left;
  overflow: hidden;
  background: url(../images/home_bigbg.png) no-repeat top;
}

.home_section .container li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.home_section .container li a .hs_img {
  height: 131px;
  width: 100%;
}

.home_section .container li a .hs_p {
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}

.home_section .container .hs_li01 a .hs_img {
  background: url(../images/home_big01.png) no-repeat center;
  background-size: 66px 82px;
}

.home_section .container .hs_li01 a .hs_p {
  background: #7b64f3;
}

.home_section .container .hs_li02 a .hs_img {
  background: url(../images/home_big02.png) no-repeat center;
  background-size: 85px 73px;
}

.home_section .container .hs_li02 a .hs_p {
  background: #1088eb;
}

.home_section .container .hs_li03 a .hs_img {
  background: url(../images/home_big03.png) no-repeat center;
  background-size: 86px 58px;
}

.home_section .container .hs_li03 a .hs_p {
  background: #fb696c;
}

.home_section .container .hs_li04 a .hs_img {
  background: url(../images/home_big04.png) no-repeat center;
  background-size: 55px 66px;
}

.home_section .container .hs_li04 a .hs_p {
  background: #5082df;
}

.home_section .container .hs_li05 a .hs_img {
  background: url(../images/home_big05.png) no-repeat center;
  background-size: 80px 60px;
}

.home_section .container .hs_li05 a .hs_p {
  background: #ff8f07;
}

.home_section .container .hs_li06 a .hs_img {
  background: url(../images/home_big06.png) no-repeat center;
  background-size: 56px 73px;
}

.home_section .container .hs_li06 a .hs_p {
  background: #41a8bb;
}

.home_section .container .hs_li07 a .hs_img {
  background: url(../images/home_big07.png) no-repeat center;
  background-size: 57px 60px;
}

.home_section .container .hs_li07 a .hs_p {
  background: #3ecc7a;
}

.home_section .container .hs_li08 a .hs_img {
  background: url(../images/home_big08.png) no-repeat center;
  background-size: 59px 62px;
}

.home_section .container .hs_li08 a .hs_p {
  background: #51c0ec;
}

.home_section .call {
  position: fixed;
  width: 75px;
  height: 264px;
  background:#FFF;
  border: 1px solid #e7e5e5;
  right: 10px;
  top: 40%;
}

.home_section .call ul {
  width: 100%;
}

.home_section .call ul li {
  height: 74px;
  width: 100%;
  background: url(../images/home_iconline_.png) no-repeat bottom;
  background-size: 68px 1px;
}

.home_section .call ul li i {
  width: 100%;
  height: 43px;
  display: inline-block;
}

.home_section .call ul li .icon06 {
  background: url(../images/home_icon006.png) no-repeat;
  background-size: 32px 30px;
  background-position: center bottom;
}

.home_section .call ul li .icon07 {
  background: url(../images/home_icon007.png) no-repeat;
  background-size: 26px 29px;
  background-position: center bottom;
}

.home_section .call ul li .icon08 {
  background: url(../images/home_icon008.png) no-repeat;
  background-size: 32px 30px;
  background-position: center bottom;
}

.home_section .call ul li span {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #888888;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.home_section .call .callp {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 34px;
  color: #c0c0c0;
}

.home_Characteristic_service {
  height: 396px;
  width: 100%;
}

.home_Characteristic_service .container {
  padding-top: 28px;
  height: 100%;
}

.home_Characteristic_service .container .Characteristic_service {
  width: 100%;
  height: 45px;
  background: url(../images/home_Characteristicservice.png) no-repeat top;
}

.home_Characteristic_service .container .Characteristic_service .title {
  width: 215px;
  height: 45px;
  background: #164fa6;
  padding-left: 38px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home_Characteristic_service .container .Characteristic_service .title span {
  display: inline-block;
  line-height: 45px;
  background: url(../images/home_icon09.png) no-repeat;
  background-size: 29px 29px;
  background-position: 0 center;
  padding-left: 42px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.home_Characteristic_service .container .Characteristic_service .cslink {
  width: 100%;
  margin-top: 27px;
  height: 268px;
}

.home_Characteristic_service .container .Characteristic_service .cslink li {
  float: left;
  height: 100%;
  width: 220px;
  margin-right: 20px;
}

/*.home_Characteristic_service .container .Characteristic_service .cslink li div {*/
/*  background: url(../images/home_Cs.png) no-repeat top;*/
/*  width: 220px;*/
/*  height: 220px;*/
/*}*/
.home_Characteristic_service .container .Characteristic_service .cslink .cs_01 div {
  background: url(../images/home_Cs.png) no-repeat top;
  width: 220px;
  height: 220px;
}
.home_Characteristic_service .container .Characteristic_service .cslink .cs_02 div {
  background: url(../images/home_Cs02.png) no-repeat top;
  width: 220px;
  height: 220px;
}
.home_Characteristic_service .container .Characteristic_service .cslink .cs_03 div {
  background: url(../images/home_Cs03.png) no-repeat top;
  width: 220px;
  height: 220px;
}
.home_Characteristic_service .container .Characteristic_service .cslink .cs_04 div {
  background: url(../images/home_Cs04.png) no-repeat top;
  width: 220px;
  height: 220px;
}
.home_Characteristic_service .container .Characteristic_service .cslink .cs_05 div {
  background: url(../images/home_Cs05.jpg) no-repeat top;
  width: 220px;
  height: 220px;
}
.home_Characteristic_service .container .Characteristic_service .cslink li p {
  margin-top: 4px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  font-size: 20px;
  background: #f5f5f5;
}

.footer {
  height: 260px;
  width: 100%;
  background: #164fa6;
  padding-top: 37px;
}

.footer .footer_02 p {
  height: 30px;
  line-height: 30px;
}

.footer .footer_02 p span {
  color: #cde4f9;
  font-size: 14px;
}

.footer .footer_02 p span a {
  color: #cde4f9;
}

.footer .footer_01 {
  width: 100%;
  height: 41px;
  margin-bottom: 31px;
}

.footer .footer_01 select {
  width: 228px;
  height: 100%;
  padding: 0 20px;
  margin-right: 15px;
  float: left;
  border: none;
  background-color: #1962ba;
  color: #cde4f9;
  font-size: 14px;
  outline: none;
  background-image: url(../images/home_footericon.png);
  background-size: 10px 5px;
  background-repeat: no-repeat;
  background-position: 203px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.footer .footer_01 .last_Se {
  margin-right: 0;
}

.current_location {
  width: 100%;
  background: #f5f5f5;
  height: 51px;
}

.current_location .cl_title {
  width: auto;
  height: 51px;
  line-height: 51px;
  color: #999999;
  font-size: 14px;
}

.current_location .cl_title span {
  background: url(../images/home_icon.png) no-repeat;
  background-size: 21px 21px;
  padding-left: 28px;
}

.current_location .cl_title a {
  color: #999999;
  font-size: 14px;
  margin-left: 3px;
}

.testing {
  width: 100%;
  padding-bottom: 28px;
  /*max-height: 1645px;*/
  height: auto;
  background: #f5f5f5;
}

.testing .container {
  padding: 31px 20px 65px 20px;
  /*min-height: 1133px;*/
  height:auto;
  background: #fff;
}

.testing .container .testing_l {
  width: 223px;
  height: auto;
}

.testing .container .testing_l li {
  width: 223px;
  height: 51px;
  line-height: 51px;
  background: #f1f4fb;
  border: 1px solid #d7e3f5;
  margin-bottom: 13px;
}

.testing .container .testing_l li a {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
}

.testing .container .testing_l .tl_li11 {
  height: 75px;
  line-height: 24px;
  padding-top: 14px;
}

.testing .container .testing_l .tl_li01 a {
  background-image: url(../images/testing_icon01.png);
  background-size: 22px 22px;
}

.testing .container .testing_l .tl_li02 a {
  background-image: url(../images/testing_icon02.png);
  background-size: 22px 22px;
}

.testing .container .testing_l .tl_li03 a {
  background-image: url(../images/testing_icon03.png);
  background-size: 22px 22px;
}

.testing .container .testing_l .tl_li05 a {
  background-image: url(../images/testing_icon08.png);
  background-size: 18px 23px;
}

.testing .container .testing_l .tl_li04 a {
  background-image: url(../images/testing_icon07.png);
  background-size: 18px 23px;
}

.testing .container .testing_l .tl_li06 a {
  background-image: url(../images/detection_icon1.png);
  background-size: 23px 20px;
}

.testing .container .testing_l .tl_li07 a {
  background-image: url(../images/detection_icon2.png);
  background-size: 23px 22px;
}

.testing .container .testing_l .tl_li08 a {
  background-image: url(../images/detection_icon3.png);
  background-size: 25px 18px;
}

.testing .container .testing_l .tl_li09 a {
  background-image: url(../images/detection_icon4.png);
  background-size: 23px 20px;
}

.testing .container .testing_l .tl_li10 a {
  background-image: url(../images/detection_icon5.png);
  background-size: 22px 24px;
}

.testing .container .testing_l .tl_li11 a {
  background-image: url(../images/detection_icon6.png);
  background-size: 24px 22px;
}

.testing .container .testing_l .tl_li12 a {
  background-image: url(../images/detection_icon7.png);
  background-size: 22px 22px;
}

.testing .container .testing_l .tl_li13 a {
  background-image: url(../images/detection_icon8.png);
  background-size: 23px 24px;
}

.testing .container .testing_l .tl_li14 a {
  background-image: url(../images/detection_icon9.png);
  background-size: 22px 22px;
}

.testing .container .testing_l .current {
  background-image: linear-gradient(to right, #7294c9, #245eb6);
}

.testing .container .testing_l .current a {
  color: #ffffff;
}

.testing .container .testing_r {
  width: 918px;
  margin-left: 19px;
  height: auto;
}

.testing .container .testing_r .tr_top {
  height: auto;
  min-height:59px;
  width: 100%;
  padding-top: 7px;
}

.testing .container .testing_r .tr_top li {
  height: 35px;
  padding: 0 16px;
  float: left;
  margin-right: 25px;
  line-height: 35px;
  border: 1px solid #164fa6;
  border-radius: 3px;
  margin-bottom:10px;
}

.testing .container .testing_r .tr_top li a {
  color: #164fa6;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.testing .container .testing_r .tr_search {
  height: 36px;
  width: 100%;
}

.testing .container .testing_r .tr_search .evaluate {
  display: inline-block;
  width: 117px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 20px;
  border: 1px solid #e2e2e2;
  color: #666666;
  background-image: url(../images/testing_icon05.png);
  background-repeat: no-repeat;
  background-size: 17px 13px;
  background-position: 84px center;
}

.testing .container .testing_r .tr_search .Views {
  display: inline-block;
  width: 117px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-left: 0;
  color: #666666;
  padding-left: 29px;
  background-image: url(../images/testing_icon05.png);
  background-repeat: no-repeat;
  background-size: 17px 13px;
  background-position: 84px center;
}

.testing .container .testing_r .tr_search .current {
  background-color: #7395ca;
  color: #fff;
  background-image: url(../images/testing_icon04.png);
  background-repeat: no-repeat;
  background-size: 17px 13px;
  background-position: 84px center;
}

.testing .container .testing_r .tr_search .tr_text {
  display: inline-block;
  border: none;
  width: 539px;
  height: 36px;
  margin-left: 20px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding-left: 13px;
}

.testing .container .testing_r .tr_search .search {
  width: 106px;
  height: 36px;
  background-color: #ff9503;
  display: inline-block;
  margin-left: 12px;
  border-radius: 2px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  background-image: url(../images/testing_icon06.png);
  background-position: 25px center;
  background-size: 18px 18px;
  padding-left: 48px;
  background-repeat: no-repeat;
}

.testing .container .testing_r .test_list {
  width: 100%;
  height: auto;
  /*min-height:400px;*/
}

.testing .container .testing_r .test_list .test_listli {
  height: 253px;
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-top: 20px;
  position: relative;
}

.testing .container .testing_r .test_list .test_listli .test_list_l {
  width: 314px;
  height: 253px;
  padding: 20px 27px 20px 20px;
}

.testing .container .testing_r .test_list .test_listli .test_list_l .tll_img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.testing .container .testing_r .test_list .test_listli .test_list_r {
  width: 584px;
  height: 100%;
  padding-top: 10px;
  position: relative;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .title {
  height: 44px;
  line-height: 44px;
  color: #164fa6;
  font-size: 22px;
  font-weight: bold;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list li {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  color: #333333;
  font-size: 16px;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list li .tl_list_name {
  display: inline-block;
  width: 20%;
  height: 100%;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list li .tl_list_content {
  display: inline-block;
  width: 80%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list li img {
  width: 17px;
  height: 15px;
  display: inline-block;
  text-align: center;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list .Inspection_new {
  height: 62px;
  line-height: 31px;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_list .Inspection_new .tl_list_content {
  width: 80%;
  height: 62px;
  overflow: hidden;
  white-space: pre-wrap;
  line-height: 31px;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_right {
  width: auto;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_right a {
  display: inline-block;
  width: 86px;
  height: 26px;
  background: #7395ca;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  margin-left: 8px;
}

.testing .container .testing_r .test_list .test_listli .test_list_r .tl_right .gray {
  background: #bbbbbb;
}

.testing .container .testing_r .test_list .test_listli .test_topone {
  width: 56px;
  height: 28px;
  line-height: 28px;
  background: #ff9503;
  position: absolute;
  right: 0;
  top: 15px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.testing .container .testing_r .test_list .test_listli .test_topone0 {
  background: #d7d7d7;
}

.testing .container .testing_r .page {
  /*width: 249px;*/
  width: 580px;
  margin: 40px auto 0;
  /*height: 30px;*/
  /*background: url(../images/page.png) no-repeat;*/
  /*background-size: 100% 100%;*/
}

.testing_details {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 60px;
}

.testing_details .container {
  height: auto;
  padding: 30px 20px 10px 20px;
  background: #fff;
}

.testing_details .container .td_top {
  width: 100%;
  /*height: 390px;*/
  height:auto;
  /*padding-bottom:44px;*/
  border-bottom: 1px dashed #eeeeee;
}

.testing_details .container .td_top .td_top_l {
  width: 462px;
  height: 389px;
  padding: 0 33px 33px 9px;
}

.testing_details .container .td_top .td_top_l .td_top_limg {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.testing_details .container .td_top .td_top_r {
  width: 698px;
  /*height: 389px;*/
  height:auto;
  position: relative;
}

.testing_details .container .td_top .td_top_r .title {
  line-height: 60px;
  width: 100%;
  color: #164fa6;
  font-size: 22px;
  font-weight: bold;
}

.testing_details .container .td_top .td_top_r .title span {
  display: inline-block;
  width: 43px;
  height: 19px;
  line-height: 19px;
  background: #ff9503;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  margin-left: 7px;
}

.testing_details .container .td_top .td_top_r .tdt_art {
  width: 95%;
  /*height: 325px;*/
  height:auto;
  position: relative;
}

.testing_details .container .td_top .td_top_r .tdt_art li {
  line-height: 33px;
  color: #333333;
  font-size: 16px;
}

.testing_details .container .td_top .td_top_r .tdt_art li span:nth-child(1) {
  width: auto;
  line-height: 33px;
  display: inline-block;
}

.testing_details .container .td_top .td_top_r .tdt_art li span:nth-child(2) {
  /*width: 85%;*/
  /*line-height: 33px;*/
  /*display: inline-block;*/
  width: 85%;  
  line-height: 33px;
  max-height: 96px;
  display: block;
  overflow: hidden;
   display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testing_details .container .td_top .td_top_r .tdt_art li img {
  width: 17px;
  height: 15px;
  display: inline-block;
}

.testing_details .container .td_top .td_top_r .tdt_art .online {
  width: 143px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background: #7395ca;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  /*bottom: 33px;*/
  left: 0;
}

.testing_details .container .td_top .td_top_r .tdt_art .online01 {
  position: absolute;
  bottom: 33px;
  left: 154px;
}

.testing_details .container .td_top .td_top_r .phone {
  width: 178px;
  height: 42px;
  background-color: #ff9503;
  position: absolute;
  right: 0;
  top: 278px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/testing_detailsphone.png);
  background-repeat: no-repeat;
  background-size: 25px 26px;
  background-position: 22px center;
  padding-left: 55px;
  border-radius: 4px;
}

.testing_details .container .td_article {
  width: 100%;
  height: auto;
  padding: 15px 0 0 9px;
  color:#333;
  font-size:15px;
}
.testing_details .container .td_article img{
    margin: 20px auto;
max-width: 100%;
height: auto;
}
.testing_details .container .td_article p {
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
}

.testing_details .container .td_article p b {
  color: #164fa6;
}

/*.testing_details .container .td_article p .red {*/
/*  color: #dc0404;*/
/*}*/

/*.testing_details .container .td_article p span {*/
/*  color: #dc0404;*/
/*}*/

.testing_details .container .inspection_office_article {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
}

.testing_details .container .inspection_office_article .article_title {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #164fa6;
  font-size: 22px;
  font-weight: bold;
}

.testing_details .container .inspection_office_article p {
  line-height: 28px;
  font-size: 16px;
}

.testing_details .container .inspection_office_article p .blue {
  font-weight: bold;
  color: #164fa6;
}

.testing_details .container .flow_button {
  height: 96px;
  width: 100%;
  margin-bottom: 24px;
  padding: 27px 0;
}

.testing_details .container .flow_button a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 205px;
  background: #7395ca;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.testing_details .container .Successful_cases {
  width: 1160px;
  margin: 0 auto;
}

.testing_details .container .Successful_cases .title {
  width: 100%;
  height: 47px;
  background: #f5f5f5;
}

.testing_details .container .Successful_cases .title span {
  width: 157px;
  height: 47px;
  display: inline-block;
  background: #7395ca;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}

.testing_details .container .Successful_cases .enterprise {
  width: 100%;
  margin-top: 30px;
  height: 122px;
}

.testing_details .container .Successful_cases .enterprise li {
  float: left;
  width: 270px;
  margin-right: 26px;
  border: 1px solid #dedede;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.testing_details .container .Successful_cases .enterprise li a {
  color: #666666;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: url(../images/testing_details_icon.png) no-repeat;
  background-size: 31px 31px;
  background-position: 0 center;
  padding-left: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testing_details .container .Successful_cases .enterprise li:nth-child(4n) {
  margin-right: 0;
}

.Online_entrustment {
  width: 830px;
  height: 770px;
  margin: 100px auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.Online_entrustment .title {
  width: 100%;
  height: 56px;
  background: #f6f8fc;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  position: relative;
}

.Online_entrustment .title span {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  display: inline-block;
  cursor: pointer;
}

.Online_entrustment .oe_table {
  width: 100%;
  height: auto;
  padding: 28px 45px 26px 45px;
}

.Online_entrustment .oe_table table {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6eaf5;
  border-right: 1px solid #e6eaf5;
}

.Online_entrustment .oe_table table tr {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #333333;
  font-size: 16px;
}

.Online_entrustment .oe_table table tr td {
  border-left: 1px solid #e6eaf5;
  border-bottom: 1px solid #e6eaf5;
  padding-left: 28px;
  width: 248px;
}

.Online_entrustment .oe_table table tr td input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
}

.Online_entrustment .oe_table table tr .load {
  position: relative;
  border-left: 0;
}

.Online_entrustment .oe_table table tr .load a {
  width: 109px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 12px;
  background-color: #7395ca;
  border-radius: 4px;
  background-image: url(../images/online_icon01.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 81px center;
  padding-left: 17px;
}

.Online_entrustment .oe_table table tr .blue {
  background: #f6f8fc;
  text-align: center;
  padding-left: 0;
  width: 132px;
}

.Online_entrustment .oe_table table .remarks {
  height: 142px;
}

.Online_entrustment .oe_table table .remarks td {
  height: 142px;
}

.Online_entrustment .oe_table table .remarks td textarea {
  display: inline-block;
  width: 95%;
  height: 80%;
  border: none;
  outline: none;
  resize: none;
}

.Online_entrustment .oe_table .oe_sub {
  width: 348px;
  height: 42px;
  margin: 27px auto 33px;
}

.Online_entrustment .oe_table .oe_sub button {
  width: 143px;
  height: 42px;
  border: none;
  background: #7395ca;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 14px;
}

.Online_entrustment .oe_table .oe_article {
  width: 100%;
  height: 169px;
  border: 1px dashed #7395ca;
  border-radius: 3px;
  padding: 14px 0 0 19px;
}

.Online_entrustment .oe_table .oe_article p {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.NQI {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 42px;
}

.NQI .container {
  height: 100%;
  padding: 7px 0 0 19px;
  background: #fff;
}

.NQI .container .NQi_box {
  height: auto;
  width: 100%;
}

.NQI .container .NQi_box .title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #164fa6;
  font-size: 20px;
  background: url(../images/NQI_icon0.png) no-repeat;
  background-position: 0 center;
  padding-left: 13px;
}

.NQI .container .NQi_box .NQI_ul {
  width: 100%;
}

.NQI .container .NQi_box .NQI_ul li {
  width: 176px;
  height: 160px;
  border: 1px solid #e3e8ea;
  margin: 0 20px 22px 0;
  float: left;
}

.NQI .container .NQi_box .NQI_ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 8px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img {
  width: 100%;
  height: 102px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img01 {
  background: url(../images/NQI_icon01.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img02 {
  background: url(../images/NQI_icon02.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img03 {
  background: url(../images/NQI_icon03.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img04 {
  background: url(../images/NQI_icon04.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img05 {
  background: url(../images/NQI_icon05.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img06 {
  background: url(../images/NQI_icon07.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img07 {
  background: url(../images/NQI_icon06.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img08 {
  background: url(../images/NQI_icon08.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img09 {
  background: url(../images/NQI_icon09.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img10 {
  background: url(../images/NQI_icon10.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img11 {
  background: url(../images/NQI_icon11.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img12 {
  background: url(../images/NQI_icon12.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img13 {
  background: url(../images/NQI_icon13.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img14 {
  background: url(../images/NQI_icon14.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img15 {
  background: url(../images/NQI_icon15.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img16 {
  background: url(../images/NQI_icon16.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img17 {
  background: url(../images/NQI_icon17.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img18 {
  background: url(../images/NQI_icon18.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img19 {
  background: url(../images/NQI_icon19.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img20 {
  background: url(../images/NQI_icon20.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img21 {
  background: url(../images/NQI_icon21.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img22 {
  background: url(../images/NQI_icon22.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img23 {
  background: url(../images/NQI_icon23.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img24 {
  background: url(../images/NQI_icon24.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img25 {
  background: url(../images/NQI_icon25.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img26 {
  background: url(../images/NQI_icon26.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img27 {
  background: url(../images/NQI_icon27.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img28 {
  background: url(../images/NQI_icon28.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img29 {
  background: url(../images/NQI_icon29.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img30 {
  background: url(../images/NQI_icon30.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img31 {
  background: url(../images/NQI_icon31.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img32 {
  background: url(../images/NQI_icon32.png) no-repeat center;
  background-size: 74px 74px;
}

.NQI .container .NQi_box .NQI_ul li a .NQI_img33 {
  background: url(../images/NQI_icon33.png) no-repeat center;
  background-size: 74px 74px;
}






.NQI .container .NQi_box .NQI_ul li a .NQI_img34 {
  background: url(../images/NQI_icon34.png) no-repeat center;
  background-size: 74px 74px;
}
.NQI .container .NQi_box .NQI_ul li a .NQI_img35 {
  background: url(../images/NQI_icon35.png) no-repeat center;
  background-size: 74px 74px;
}
.NQI .container .NQi_box .NQI_ul li a .NQI_img36 {
  background: url(../images/NQI_icon36.png) no-repeat center;
  background-size: 74px 74px;
}


.NQI .container .NQi_box .NQI_ul li a .NQI_img37 {
  background: url(../images/NQI_icon37.png) no-repeat center;
  background-size: 74px 74px;
}
.NQI .container .NQi_box .NQI_ul li a .NQI_img38 {
  background: url(../images/NQI_icon38.png) no-repeat center;
  background-size: 74px 74px;
}
.NQI .container .NQi_box .NQI_ul li a .NQI_img39 {
  background: url(../images/NQI_icon39.png) no-repeat center;
  background-size: 74px 74px;
}
.NQI .container .NQi_box .NQI_ul li a .NQI_img40 {
  background: url(../images/NQI_icon40.png) no-repeat center;
  background-size: 74px 74px;
}





.NQI .container .NQi_box .NQI_ul li a .name {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}

.NQI .container .NQi_box .NQI_ul01 {
  height: 370px;
}

.NQI .container .NQi_box .NQI_ul02, .NQI .container .NQi_box .NQI_ul03, .NQI .container .NQi_box .NQI_ul04 {
  height: 188px;
}

.General_column {
  width: 100%;
  background: #f5f5f5;
  height: auto;
  padding-bottom: 60px;
}

.General_column .container {
  background: #fff;
  padding: 25px 15px 80px;
}

.General_column .container .General_column_l {
  width: 245px;
  height: auto;
}

.General_column .container .General_column_l .title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #164fa6;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.General_column .container .General_column_l .column_list {
  width: 100%;
  height: auto;
}

.General_column .container .General_column_l .column_list li {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #f0f0f0;
  color: #393939;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 7px;
  overflow: hidden;
}

.General_column .container .General_column_l .column_list li a {
  width: 100%;
  height: 100%;
  color: #393939;
  font-size: 16px;
}

.General_column .container .General_column_l .column_list .current {
  background: #7395ca;
}

.General_column .container .General_column_l .column_list .current a {
  color: #fff;
}

.General_column .container .General_column_l .column_list1 {
  width: 100%;
  height: auto;
}

.General_column .container .General_column_l .column_list1 li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #7395ca;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.General_column .container .General_column_l .column_list1 li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.General_column .container .General_column_l .column_list1 .current {
  background: #164fa6;
}

.General_column .container .General_column_r {
  width: 905px;
  height: auto;
  margin-left: 20px;
}

.General_column .container .General_column_r .title {
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #e9e9e9;
  color: #045092;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
  background: url(../images/NQI_building_title.png) no-repeat;
  background-size: 5px 21px;
  background-position: 0 0;
  padding: 0 0 9px 14px;
  line-height: 21px;
}

.General_column .container .General_column_r .title_Brand {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #045092;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
  background-color: #f0f0f0;
  background-image: url(../images/NQI_building_title.png);
  background-size: 5px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 17px;
}

.General_column .container .General_column_r .column_articlelist {
  width: 100%;
  height: auto;
  margin-top: 5px;
  min-height: 450px;
}

.General_column .container .General_column_r .column_articlelist li {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #eaeaea;
  background-image: url(../images/article_point.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 4px 4px;
  padding-left: 11px;
}

.General_column .container .General_column_r .column_articlelist li :active {
  color: #164fa6;
}

.General_column .container .General_column_r .column_articlelist li :hover {
  color: #164fa6;
}

.General_column .container .General_column_r .column_articlelist li a {
  font-size: 16px;
  color: #333333;
}

.General_column .container .General_column_r .column_articlelist li a .article_title {
  width: 640px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.General_column .container .General_column_r .column_articlelist li a .article_date {
  padding-right: 12px;
  color: #999999;
  font-size: 14px;
}

.General_column .container .General_column_r .Brand_display {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.General_column .container .General_column_r .Brand_display li {
  width: 200px;
  height: 160px;
  float: left;
  margin: 0 33px 24px 0;
}

.General_column .container .General_column_r .Brand_display li a {
  width: 100%;
  height: 100%;
}

.General_column .container .General_column_r .Brand_display li a div {
  height: 105px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
}

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img01 {*/
/*  background: url(../images/Brand_img1.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img02 {*/
/*  background: url(../images/Brand_img2.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img03 {*/
/*  background: url(../images/Brand_img3.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img04 {*/
/*  background: url(../images/Brand_img4.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img05 {*/
/*  background: url(../images/Brand_img5.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img06 {*/
/*  background: url(../images/Brand_img6.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img07 {*/
/*  background: url(../images/Brand_img7.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

/*.General_column .container .General_column_r .Brand_display li a .Brand_display_img08 {*/
/*  background: url(../images/Brand_img8.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

.General_column .container .General_column_r .Brand_display li a p {
  line-height: 21px;
  text-align: center;
  padding: 0 10px;
  color: #333;
  font-size: 15px;
  margin-top: 10px;
      max-height: 42px;
    overflow: hidden;
}

.General_column .container .General_column_r .Brand_display li:nth-child(4n) {
  margin-right: 0;
}

.General_column .container .General_column_r .expert_search {
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.General_column .container .General_column_r .expert_search input {
  width: 785px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border: none;
  border: 1px solid #eeeeee;
  padding-left: 12px;
}

.General_column .container .General_column_r .expert_search a {
  width: 106px;
  height: 34px;
  margin-left: 14px;
  background-color: #ff9503;
  line-height: 36px;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  padding-left: 48px;
  background-image: url(../images/white_search.png);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 18px 18px;
}
.General_column .container .General_column_r .expert_search button {
  width: 106px;
  height: 34px;
  margin-left: 14px;
  background-color: #ff9503;
  line-height: 36px;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  border:0;
  font-size: 16px;
  padding-left: 48px;
  background-image: url(../images/white_search.png);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 18px 18px;
}
.General_column .container .General_column_r .expert_list {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.General_column .container .General_column_r .expert_list li {
  width: 277px;
  height: 296px;
  margin-right: 37px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  float: left;
  margin-bottom: 42px;
}

.General_column .container .General_column_r .expert_list li .expert_portrait_male {
  width: 100%;
  height: 92px;
/*  background: url(../images/expert_icon01.png) no-repeat;
  background-size: 87px 87px;
  background-position: center 24px;*/
}
.General_column .container .General_column_r .expert_list li .expert_portrait_male  img{
  display: block;
  width: 87px;
  height: 87px;
  margin: 24px auto 0;
}


.General_column .container .General_column_r .expert_list li .expert_portrait_female {
  width: 100%;
  height: 116px;
  background: url(../images/expert_icon02.png) no-repeat;
  background-size: 87px 87px;
  background-position: center 24px;
}

.General_column .container .General_column_r .expert_list li .expert_list_title1 {
  height: 31px;
  width: 100%;
  text-align: center;
  line-height: 31px;
  color: #333333;
  font-size: 18px;
}

.General_column .container .General_column_r .expert_list li .expert_list_title2 {
  height: 44px;
  width: 100%;
  text-align: center;
  line-height: 44px;
  color: #999999;
  font-size: 16px;
}

.General_column .container .General_column_r .expert_list li .expert_list_title3 {
  width: 100%;
  height: 31px;
  overflow: hidden;
}

.General_column .container .General_column_r .expert_list li .expert_list_title3 span {
  height: 31px;
  width: 90%;
  background: #f7f7f7;
  text-align: center;
  line-height: 31px;
  color: #747674;
  font-size: 16px;
  display: inline-block;
  margin: 0 5%;
}

.General_column .container .General_column_r .expert_list li .look {
  width: 130px;
  height: 36px;
  line-height: 36px;
  margin: 14px auto;
  text-align: center;
  background: #7395ca;
  font-size: 16px;
  color: #fff;
  display: block;
  border-radius: 5px;
}

.General_column .container .General_column_r .expert_list li:nth-child(3n) {
  margin-right: 0;
}

.General_column .container .General_column_r .licence {
  width: 100%;
  height: auto;
  margin-top: 36px;
}

.General_column .container .General_column_r .licence tr {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
}

.General_column .container .General_column_r .licence tr td {
  color: #333;
  font-size: 16px;
  position: relative;
}

.General_column .container .General_column_r .licence tr td a {
  position: absolute;
  right: 13px;
  border-radius: 2px;
  width: 116px;
  height: 33px;
  top: 11px;
  display: inline-block;
  line-height: 33px;
  background: #ff9503;
  padding-left: 39px;
  color: #fff;
  background-image: url(../images/download.png);
  background-position: 13px center;
  background-size: 18px 17px;
  background-repeat: no-repeat;
}

.General_column .container .General_column_r .licence tr th {
  border-bottom: 1px solid #eeeeee;
  background: #7395ca;
  color: #ffffff;
  font-size: 18px;
}

.General_column .container .General_column_r .licence tr .td_01 {
  width: 148px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.General_column .container .General_column_r .licence tr .td_02 {
  width: 754px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.General_column .container .General_column_r .licence tr:nth-child(n) {
  background: #f1f4fa;
}

.General_column .container .General_column_r .licence tr:nth-child(2n) {
  background: #fff;
}

.General_column .container .General_column_r .Service_description {
  width: 100%;
  height: auto;
  padding-top: 35px;
}

.General_column .container .General_column_r .Service_description .Service {
  color: #d12214;
  font-size: 16px;
  line-height: 29px;
  height: 29px;
}

.General_column .container .General_column_r .Service_description .description {
  color: #333333;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
}

.General_column .container .General_column_r .Service_description .Liaoning_provincial_government_servicenetwork {
  height: 175px;
  width: 100%;
  display: block;
  margin-top: 16px;
  background: url(../images/handlebanner.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.General_column .container .General_column_r .Service_description .Liaoning_provincial_government_servicenetwork01 {
  height: 175px;
  width: 100%;
  display: block;
  margin-top: 16px;
  background: url(../images/handlebanner01.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

/*.General_column .container .page {*/
/*  margin-top: 52px;*/
/*  width: 100%;*/
/*  height: 20px;*/
/*}*/

/*.General_column .container .page img {*/
/*  margin: 0 auto;*/
/*}*/

.General_articles {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 20px;
}

.General_articles .container {
  background: #fff;
  padding: 0 20px 50px;
  height: auto;
}

.General_articles .container .General_articles_title {
  height: auto;
  padding-top: 19px;
  border-bottom: 1px solid #dddddd;
}

.General_articles .container .General_articles_title .title {
  line-height: 76px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}

.General_articles .container .General_articles_title .date {
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin-bottom: 24px;
}

.General_articles .container .General_articles_title .date .datein {
  width: 760px;
  margin: 0 auto;
  background: #f8f8f8;
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.General_articles .container .General_articles_content {
  height: auto;
  padding:20px 0;
  color:#333;
  line-height:36px;
  font-size:15px;
}
.General_articles .container .General_articles_content img{
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}
.General_articles .container .General_articles_content .letter {
  height: 76px;
  line-height: 76px;
  text-align: right;
  font-family: "宋体";
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.General_articles .container .General_articles_content .title {
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  color: #333333;
}

.General_articles .container .General_articles_content .article_content {
  line-height: 36px;
  font-size: 15px;
  color: #333;
  padding-bottom: 20px;
}

.General_articles .container .General_articles_content .article_content .a_right {
  text-align: right;
  padding-right: 200px;
}

.General_articles .container .General_articles_content .Print {
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  color: #000000;
  font-size: 14px;
  margin-bottom: 20px;
}

.General_articles .container .General_articles_content .Print .print01 {
  background: url(../images/article_print.png) no-repeat;
  background-size: 100% 100%;
  width: 74px;
  height: 40px;
  display: inline-block;
}

.General_articles .container .General_articles_content .Print .print01 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.General_articles .container .General_articles_content .Print .print02 {
  background: url(../images/article_print0.png) no-repeat;
  background-size: 100% 100%;
  width: 74px;
  height: 40px;
  display: inline-block;
}

.General_articles .container .General_articles_content .Print .print02 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.General_articles .container .General_articles_content .Turn_page {
  height: auto;
  width: 100%;
}

.General_articles .container .General_articles_content .Turn_page .turn {
  width: 80%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.General_articles .container .General_articles_content .Turn_page .turn a {
  color: #333;
  font-size: 15px;
}

.ptt {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 20px;
}

.ptt .container {
  padding: 16px 20px 120px;
  background: #fff;
  height: auto;
}

.ptt .container .title {
  height: 41px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  padding-left: 14px;
  background-image: url(../images/NQI_building_title.png);
  background-repeat: no-repeat;
  background-size: 5px 21px;
  background-position: 0 center;
  color: #045092;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
}

.ptt .container .ptt_content {
  margin-top: 10px;
  height: auto;
  width: 100%;
}

.ptt .container .ptt_content .ptt_content_title {
  text-align: center;
  height: 92px;
  line-height: 92px;
  color: #164fa6;
  font-size: 30px;
  font-weight: bold;
}

.ptt .container .ptt_content .ptt_content_table {
  width: 100%;
  height: auto;
  border-right: 1px solid #eeeeee;
}

.ptt .container .ptt_content .ptt_content_table tr {
  width: 100%;
  height: 53px;
  line-height: 53px;
}

.ptt .container .ptt_content .ptt_content_table tr th {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #7395ca;
  color: #fff;
  font-size: 18px;
}

.ptt .container .ptt_content .ptt_content_table tr td {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  color: #333;
}

.ptt .container .ptt_content .ptt_content_table tr:nth-child(n) {
  background: #f1f4fa;
}

.ptt .container .ptt_content .ptt_content_table tr:nth-child(2n) {
  background: #ffffff;
}

.Characteristic_service {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 50px;
}

.Characteristic_service .container {
  height: auto;
  background: #fff;
  padding: 10px 20px 0;
}

.Characteristic_service .container .Characteristic_service_list {
  width: 100%;
  height: auto;
}

.Characteristic_service .container .Characteristic_service_list .title {
  background-image: url(../images/NQI_icon0.png);
  background-repeat: no-repeat;
  height: 68px;
  line-height: 68px;
  padding-left: 12px;
  width: 100%;
  background-position: 0 center;
  background-size: 4px 18px;
  color: #164fa6;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul {
  width: 100%;
  height: auto;
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul li {
  width: 374px;
  height: 120px;
  margin-bottom: 25px;
  border: 1px solid #e3e8ea;
  float: left;
  background-repeat: no-repeat;
  margin-right: 18px;
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 120px;
  padding-left: 150px;
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_01 {
  background-position: 53px center;
  background-size: 60px 60px;
  background-image: url(../images/Characteristic_service_icon01.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_02 {
  background-position: 53px center;
  background-size: 57px 57px;
  background-image: url(../images/Characteristic_service_icon02.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_03 {
  background-position: 53px center;
  background-size: 72px 60px;
  background-image: url(../images/Characteristic_service_icon03.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_04 {
  background-position: 53px center;
  background-size: 60px 55px;
  background-image: url(../images/Characteristic_service_icon04.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_05 {
  background-position: 53px center;
  background-size: 70px 58px;
  background-image: url(../images/Characteristic_service_icon05.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_06 {
  background-position: 53px center;
  background-size: 59px 58px;
  background-image: url(../images/Characteristic_service_icon06.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_07 {
  background-position: 53px center;
  background-size: 60px 60px;
  background-image: url(../images/Characteristic_service_icon07.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_08 {
  background-position: 53px center;
  background-size: 57px 58px;
  background-image: url(../images/Characteristic_service_icon08.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_09 {
  background-position: 53px center;
  background-size: 60px 60px;
  background-image: url(../images/Characteristic_service_icon09.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_10 {
  background-position: 53px center;
  background-size: 58px 58px;
  background-image: url(../images/Characteristic_service_icon10.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_11 {
  background-position: 53px center;
  background-size: 62px 60px;
  background-image: url(../images/Characteristic_service_icon11.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_12 {
  background-position: 53px center;
  background-size: 61px 59px;
  background-image: url(../images/Characteristic_service_icon12.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul .cslu_13 {
  background-position: 53px center;
  background-size: 58px 58px;
  background-image: url(../images/Characteristic_service_icon13.png);
}

.Characteristic_service .container .Characteristic_service_list .Characteristic_service_list_ul li:nth-child(3n) {
  margin-right: 0;
}

.Interactive_communication {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 34px;
}

.Interactive_communication .container {
  height: auto;
  background: #fff;
  padding: 10px 20px 20px;
}

.Interactive_communication .container .ic_content {
  width: 100%;
  height: auto;
}

.Interactive_communication .container .ic_content table {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.Interactive_communication .container .ic_content table tr {
  width: 100%;
  height: auto;
  line-height: 30px;
}

.Interactive_communication .container .ic_content table tr td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.Interactive_communication .container .ic_content table tr td .changecolor {
  color: #ff9503;
}

.Interactive_communication .container .ic_content table tr .td_01 {
  width: 20%;
}

.Interactive_communication .container .ic_content table tr .td_02 {
  width: 50%;
}

.Interactive_communication .container .ic_content table tr .td_03 {
  width: 30%;
}

/*.Interactive_communication .container .ic_content .page {*/
/*  width: 460px;*/
/*  margin: 0 auto 0;*/
/*  height: 30px;*/
/*  background: url(../images/page_01.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/

.Interactive_communication .container .ic_submit {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 39px 0 20px;
  margin-top: 35px;
  border: 1px solid #dddddd;
}

.Interactive_communication .container .ic_submit .title {
  width: 100%;
  height: 59px;
  line-height: 59px;
  padding-left: 16px;
  color: #333;
  font-size: 16px;
}

.Interactive_communication .container .ic_submit .ics_list {
  width: 100%;
  padding: 0 46px;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li {
  line-height: 40px;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li span {
  margin-right: 30px;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li ul li {
  float: left;
  margin-right: 30px;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li ul li input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li ul li input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  margin-right: .4em;
  padding: .2em;
  width: 0.5em;
  height: 0.5em;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle;
  background-color: #ddd;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li ul li input[type="radio"]:checked + label::before {
  padding: .2em;
  background-clip: content-box;
  background-color: #898989;
  border: 1px solid #898989;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li .entry {
  display: inline-block;
  width: 315px;
  height: 40px;
  padding-left: 13px;
  border: none;
  border: 1px solid #dddddd;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li b {
  color: #bf1d2d;
  width: 20px;
  text-align: center;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}

.Interactive_communication .container .ic_submit .ics_list .ics_list_li textarea {
  resize: none;
  display: inline-block;
  width: 750px;
  height: 74px;
  padding: 0;
  border: none;
  padding-left: 13px;
  line-height: 30px;
  outline: none;
  border: 1px solid #dddddd;
}

.Interactive_communication .container .ic_submit .ics_button {
  width: auto;
  margin-top: 25px;
  padding-left: 156px;
}

.Interactive_communication .container .ic_submit .ics_button button {
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: none;
  background: #ff9503;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  border-radius: 4px;
}

.intelligent_robot {
  width: 100%;
  height: 1080px;
  background: url(../images/intelligent_robot.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 130px;
}

.intelligent_robot .container {
  height: 775px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
}

.intelligent_robot .container .intelligent_robot_top {
  width: 100%;
  height: 74px;
  overflow: hidden;
  background: #3b85d9;
}

.intelligent_robot .container .intelligent_robot_top .irt_l {
  line-height: 74px;
  background-image: url(../images/intelligent_robot_01.png);
  background-position: 33px 6px;
  background-repeat: no-repeat;
  background-size: 72px 69px;
  color: #f3f3f3;
  font-size: 30px;
  font-weight: bold;
  padding-left: 125px;
}

.intelligent_robot .container .intelligent_robot_top .irt_r {
  width: 75px;
  height: 74px;
  border-left: 1px solid #5a9eeb;
}

.intelligent_robot .container .intelligent_robot_top .irt_r .irtr_box {
  border-left: 1px solid #2871c4;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.intelligent_robot .container .intelligent_robot_top .irt_r .irtr_box i {
  width: 100%;
  height: 36px;
  display: inline-block;
  background: url(../images/intelligent_robot_02.png) no-repeat;
  background-position: bottom center;
  background-size: 29px 18px;
}

.intelligent_robot .container .intelligent_robot_top .irt_r .irtr_box span {
  display: inline-block;
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}

.intelligent_robot .container .intelligent_robot_main {
  width: 1170px;
  height: 640px;
  border: 1px solid #e0e0e0;
  margin: 15px;
}

.intelligent_robot .container .intelligent_robot_main .letter {
  width: 100%;
  height: 99px;
  line-height: 65px;
  color: #f3f3f3;
  font-size: 16px;
  padding-left: 24px;
  background: #3b85d9;
}

.intelligent_robot .container .intelligent_robot_main .chat {
  width: 100%;
  height: 393px;
  overflow: scroll;
  background: #eff0f2;
  padding-top: 26px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot {
  width: 100%;
  height: auto;
  padding: 0 85px;
  margin-bottom: 25px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .head1 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/intelligent_robot_03.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot i {
  background-image: url(../images/intelligent_robot_06.png);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: 0 center;
  display: inline-block;
  width: 7px;
  height: 50px;
  margin-left: 14px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot p {
  width: auto;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  line-height: 60px;
  padding: 0 14px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news {
  background: #fff;
  width: 390px;
  height: 174px;
  padding: 0 18px;
  overflow-y: hidden;
  border-radius: 5px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_title a {
  color: #333333;
  font-size: 16px;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_title .active {
  border-bottom: 1px solid #2879d6;
  color: #2879d6;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_list ul {
  padding: 0 10px;
  height: 135px;
  overflow-y: hidden;
  list-style-type: disc;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_list ul li {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #cfcfcf;
  width: 100%;
  padding-left: 10px;
  background-image: url(../images/article_point.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}

.intelligent_robot .container .intelligent_robot_main .chat .rabot .rabot_news .rabot_list ul li a {
  color: #4a4a4a;
  font-size: 14px;
}

.intelligent_robot .container .intelligent_robot_main .chat .people {
  width: 100%;
  height: auto;
  padding: 0 85px;
  margin-bottom: 25px;
}

.intelligent_robot .container .intelligent_robot_main .chat .people .head2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/intelligent_robot_04.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.intelligent_robot .container .intelligent_robot_main .chat .people i {
  background-image: url(../images/intelligent_robot_07.png);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: 0 center;
  display: inline-block;
  width: 7px;
  height: 50px;
  margin-right: 14px;
}

.intelligent_robot .container .intelligent_robot_main .chat .people p {
  width: auto;
  height: auto;
  border-radius: 5px;
  background-color: #3b85d9;
  line-height: 60px;
  padding: 0 14px;
  color: #fff;
}

.intelligent_robot .container .intelligent_robot_main .entry {
  margin: 15px 10px 0;
  width: 1140px;
  height: 80px;
}

.intelligent_robot .container .intelligent_robot_main .entry textarea {
  width: 100%;
  height: 100%;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  border: none;
  outline: none;
  background: #f6f6f6;
  resize: none;
  padding: 0 18px;
  font-size: 16px;
  color: #333;
}

.intelligent_robot .container .intelligent_robot_main .rabot_submit {
  margin: 0 10px 0;
  width: 1140px;
  height: 50px;
}

.intelligent_robot .container .intelligent_robot_main .rabot_submit i {
  background: url(../images/intelligent_robot_05.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0 center;
  width: 15px;
  height: 50px;
  display: block;
}

.intelligent_robot .container .intelligent_robot_main .rabot_submit .rs_entry {
  width: auto;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding-left: 6px;
  color: #333;
  font-size: 14px;
}

.intelligent_robot .container .intelligent_robot_main .rabot_submit .rs_entry .red {
  color: #d81212;
}

.intelligent_robot .container .intelligent_robot_main .rabot_submit button {
  width: 86px;
  height: 28px;
  margin: 12px 0;
  display: block;
  border: none;
  background: #3b85d9;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.expert_details {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background: #f5f5f5;
}

.expert_details .container {
  height: auto;
  padding: 40px 20px 60px;
  background: #fff;
}

.expert_details .container .expert_details_top {
  width: 100%;
  height: 121px;
  border-bottom: 1px dashed #eeeeee;
}

.expert_details .container .expert_details_top .expert_details_topportrait {
  width: 149px;
  height: 100%;
/*  background-image: url(../images/expert_icon01.png);
  background-size: 90px 90px;
  background-repeat: no-repeat;*/
  /*background-position: 35px 0;*/
}
.expert_details .container .expert_details_top .expert_details_topportrait  img{
  width: 90px;
  height: 90px;
  margin-left: 35px
}

.expert_details .container .expert_details_top .expert_details_topname {
  width: 120px;
  height: 100%;
}

.expert_details .container .expert_details_top .expert_details_topname .p1 {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #333;
}

.expert_details .container .expert_details_top .expert_details_topname .p2 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
}

.expert_details .container .expert_details_top .phone {
  width: 178px;
  height: 42px;
  background-color: #ff9503;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/testing_detailsphone.png);
  background-repeat: no-repeat;
  background-size: 25px 26px;
  background-position: 22px center;
  padding-left: 55px;
  border-radius: 4px;
  margin-top: 36px;
}

.expert_details .container .expert_details_list {
  width: 100%;
  height: auto;
  padding: 12px 0 24px;
  border-bottom: 1px dashed #eeeeee;
}

.expert_details .container .expert_details_list li {
  width: 100%;
  line-height: 56px;
  color: #333;
  font-size: 16px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 6px center;
}

.expert_details .container .expert_details_list .edl_li1 {
  background-image: url(../images/expert_details_icon01.png);
  background-size: 16px 16px;
}

.expert_details .container .expert_details_list .edl_li2 {
  background-image: url(../images/expert_details_icon02.png);
  background-size: 16px 17px;
}

.expert_details .container .expert_details_list .edl_li3 {
  background-image: url(../images/expert_details_icon03.png);
  background-size: 16px 16px;
}

.expert_details .container .expert_details_list .edl_li4 {
  background-image: url(../images/expert_details_icon04.png);
  background-size: 16px 17px;
}

.expert_details .container .ic_submit {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  margin-top: 35px;
  border: 1px solid #dddddd;
}

.expert_details .container .ic_submit .title {
  width: 100%;
  height: 59px;
  line-height: 59px;
  padding-left: 16px;
  color: #333;
  font-size: 16px;
}

.expert_details .container .ic_submit .ics_list {
  width: 100%;
  padding: 0 46px;
}

.expert_details .container .ic_submit .ics_list .ics_list_li {
  line-height: 40px;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

.expert_details .container .ic_submit .ics_list .ics_list_li span {
  width: auto;
  margin-right: 30px;
}

.expert_details .container .ic_submit .ics_list .ics_list_li .entry {
  display: inline-block;
  width: 315px;
  height: 40px;
  padding-left: 13px;
  border: none;
  border: 1px solid #dddddd;
}

.expert_details .container .ic_submit .ics_list .ics_list_li b {
  color: #bf1d2d;
  width: 20px;
  text-align: center;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}

.expert_details .container .ic_submit .ics_list .ics_list_li textarea {
  resize: none;
  display: inline-block;
  width: 750px;
  height: 74px;
  padding: 0;
  border: none;
  padding-left: 13px;
  line-height: 30px;
  outline: none;
  border: 1px solid #dddddd;
}

.expert_details .container .ic_submit .ics_button {
  width: 320px;
  margin: 25px auto 10px;
}

.expert_details .container .ic_submit .ics_button button {
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: none;
  background: #ff9503;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  border-radius: 4px;
}

.drugs {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.drugs .container {
  background: #fff;
  min-height: 689px;
  padding: 16px 20px 0;
}

.drugs .container .title {
  width: 100%;
  height: 41px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  color: #045092;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 1px #d2dae5;
  background-image: url(../images/NQI_building_title.png);
  background-repeat: no-repeat;
  background-size: 5px 21px;
  padding-left: 14px;
  background-position: 0 center;
}

.drugs .container .drugs_list {
  width: 100%;
  height: auto;
}

.drugs .container .drugs_list li {
  width: 216px;
  height: 216px;
  border: 1px solid #e3e8ea;
  float: left;
  margin: 26px 20px 0 0;
  background: #f6f8fc;
}

.drugs .container .drugs_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.drugs .container .drugs_list li a div {
  width: 100%;
  height: 127px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.drugs .container .drugs_list li a p {
  width: 100%;
  height: 74px;
  overflow: hidden;
  line-height: 74px;
  text-align: center;
  color: #333;
  font-size: 22px;
}

.drugs .container .drugs_list li a .box1 {
  background-image: url(../images/drugs_list_icon01.png);
  background-size: 88px 88px;
}

.drugs .container .drugs_list li a .box2 {
  background-image: url(../images/drugs_list_icon02.png);
  background-size: 89px 87px;
}

.drugs .container .drugs_list li a .box3 {
  background-image: url(../images/drugs_list_icon03.png);
  background-size: 91px 88px;
}

.drugs .container .drugs_list li a .box4 {
  background-image: url(../images/drugs_list_icon04.png);
  background-size: 88px 86px;
}

.drugs .container .drugs_list li a .box5 {
  background-image: url(../images/drugs_list_icon05.png);
  background-size: 80px 88px;
}

.drugs .container .drugs_list li:nth-child(5n) {
  margin-right: 0;
}

.food {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.food .container {
  background: #fff;
  min-height: 689px;
  padding: 16px 20px 0;
}

.food .container .title {
  width: 100%;
  height: 41px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  color: #045092;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 1px #d2dae5;
  background-image: url(../images/NQI_building_title.png);
  background-repeat: no-repeat;
  background-size: 5px 21px;
  padding-left: 14px;
  background-position: 0 center;
}

.food .container .liaoning_food {
  height: 80px;
  line-height: 80px;
  color: #333333;
  font-size: 28px;
  width: 100%;
  font-weight: bold;
  text-shadow: 1px 1px 1px #7d7d7d;
}

.food .container .food_list {
  width: 100%;
  height: auto;
}

.food .container .food_list li {
  width: 216px;
  height: 216px;
  border: 1px solid #e3e8ea;
  float: left;
  margin: 26px 20px 0 0;
  background: #f6f8fc;
}

.food .container .food_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.food .container .food_list li a div {
  width: 100%;
  height: 115px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.food .container .food_list li a p {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 20px;
  padding-top: 12px;
}

.food .container .food_list li a .box1 {
  background-image: url(../images/food_list_icon01.png);
  background-size: 71px 77px;
}

.food .container .food_list li a .box2 {
  background-image: url(../images/food_list_icon02.png);
  background-size: 75px 75px;
}

.food .container .food_list li a .box3 {
  background-image: url(../images/food_list_icon03.png);
  background-size: 75px 77px;
}

.food .container .food_list li a .box4 {
  background-image: url(../images/food_list_icon04.png);
  background-size: 69px 77px;
}

.food .container .food_list li a .box5 {
  background-image: url(../images/food_list_icon05.png);
  background-size: 80px 77px;
}

.food .container .food_list li a .box6 {
  background-image: url(../images/food_list_icon06.png);
  background-size: 78px 75px;
}

.food .container .food_list li a .box7 {
  background-image: url(../images/food_list_icon07.png);
  background-size: 65px 77px;
}

.food .container .food_list li a .box8 {
  background-image: url(../images/food_list_icon08.png);
  background-size: 53px 77px;
}

.food .container .food_list li a .box9 {
  background-image: url(../images/food_list_icon09.png);
  background-size: 80px 76px;
}

.food .container .food_list li a .box10 {
  background-image: url(../images/food_list_icon10.png);
  background-size: 91px 77px;
}

.food .container .food_list li a .box11 {
  background-image: url(../images/food_list_icon11.png);
  background-size: 72px 76px;
}

.food .container .food_list li a .box12 {
  background-image: url(../images/food_list_icon12.png);
  background-size: 75px 75px;
}

.food .container .food_list li a .box13 {
  background-image: url(../images/food_list_icon13.png);
  background-size: 79px 75px;
}

.food .container .food_list li a .box14 {
  background-image: url(../images/food_list_icon14.png);
  background-size: 85px 76px;
}

.food .container .food_list li a .box15 {
  background-image: url(../images/food_list_icon15.png);
  background-size: 82px 76px;
}

.food .container .food_list li a .box16 {
  background-image: url(../images/food_list_icon16.png);
  background-size: 82px 76px;
}

.food .container .food_list li a .box17 {
  background-image: url(../images/calibration_icon01.png);
  background-size: 70px 80px;
}

.food .container .food_list li a .box18 {
  background-image: url(../images/calibration_icon02.png);
  background-size: 80px 80px;
}

.food .container .food_list li a .box19 {
  background-image: url(../images/calibration_icon03.png);
  background-size: 72px 76px;
}

.food .container .food_list li a .box20 {
  background-image: url(../images/calibration_icon10.png);
  background-size: 72px 76px;
}

.food .container .food_list li a .box21 {
  background-image: url(../images/calibration_icon11.png);
  background-size: 72px 76px;
}



.food .container .food_list li:nth-child(5n) {
  margin-right: 0;
}

.Inspection_organization {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.Inspection_organization .container {
  background: #fff;
  min-height: 689px;
  padding: 16px 20px 0;
}

.Inspection_organization .container .title {
  width: 100%;
  height: 41px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  color: #045092;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 1px #d2dae5;
  background-image: url(../images/NQI_building_title.png);
  background-repeat: no-repeat;
  background-size: 5px 21px;
  padding-left: 14px;
  background-position: 0 center;
}

.Inspection_organization .container .Inspection_organization_list {
  width: 100%;
  height: auto;
}

.Inspection_organization .container .Inspection_organization_list li {
  width: 216px;
  height: 216px;
  border: 1px solid #e3e8ea;
  float: left;
  margin: 26px 20px 0 0;
  background: #f6f8fc;
}

.Inspection_organization .container .Inspection_organization_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.Inspection_organization .container .Inspection_organization_list li a div {
  width: 100%;
  height: 115px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.Inspection_organization .container .Inspection_organization_list li a p {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 20px;
  max-height: 80px;
}

.Inspection_organization .container .Inspection_organization_list li a .box1 {
  background-image: url(../images/Inspection_organization_icon01.png);
  background-size: 80px 79px;
}

.Inspection_organization .container .Inspection_organization_list li a .box2 {
  background-image: url(../images/Inspection_organization_icon02.png);
  background-size: 94px 76px;
}

.Inspection_organization .container .Inspection_organization_list li a .box3 {
  background-image: url(../images/Inspection_organization_icon03.png);
  background-size: 80px 75px;
}

.Inspection_organization .container .Inspection_organization_list li a .box4 {
  background-image: url(../images/Inspection_organization_icon04.png);
  background-size: 112px 73px;
}

.Inspection_organization .container .Inspection_organization_list li a .box5 {
  background-image: url(../images/Inspection_organization_icon05.png);
  background-size: 80px 71px;
}

.Inspection_organization .container .Inspection_organization_list li a .box6 {
  background-image: url(../images/Inspection_organization_icon06.png);
  background-size: 73px 77px;
}

.Inspection_organization .container .Inspection_organization_list li a .box7 {
  background-image: url(../images/Inspection_organization_icon07.png);
  background-size: 84px 76px;
}

.Inspection_organization .container .Inspection_organization_list li a .box8 {
  background-image: url(../images/Inspection_organization_icon08.png);
  background-size: 74px 74px;
}

.Inspection_organization .container .Inspection_organization_list li a .box9 {
  background-image: url(../images/Inspection_organization_icon09.png);
  background-size: 75px 80px;
}

.Inspection_organization .container .Inspection_organization_list li a .box10 {
  background-image: url(../images/Inspection_organization_icon10.png);
  background-size: 80px 73px;
}

.Inspection_organization .container .Inspection_organization_list li:nth-child(5n) {
  margin-right: 0;
}

.Flow_diagram {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.Flow_diagram .container {
  background: #fff;
  min-height: 689px;
  padding: 16px 20px 0;
}

.Flow_diagram .container .title {
  width: 100%;
  height: 40px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #045092;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
  background-image: url(../images/NQI_building_title.png);
  background-size: 5px 21px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.classroom {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.classroom .container {
  background: #fff;
  height: auto;
  padding: 16px 20px 20px;
}

.classroom .container .title {
  width: 100%;
  height: 40px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #045092;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
  background-image: url(../images/NQI_building_title.png);
  background-size: 5px 21px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.classroom .container .classroom_list {
  width: 100%;
  height: auto;
  min-height: 570px;
}

.classroom .container .classroom_list li {
  width: 355px;
  height: auto;
  padding: 12px;
  border: 1px solid #eeeeee;
  margin: 20px 47px 0 0;
  border-radius: 5px;
  float: left;
}

.classroom .container .classroom_list li a {
  width: 100%;
  height: 100%;
}

.classroom .container .classroom_list li a .classroom_list_img {
  width: 330px;
  height: 190px;
  /*background-image: url(../images/classroom_img.png);*/
  background-repeat: no-repeat;
  background-position: center 0;
}

.classroom .container .classroom_list li a .classroom_list_p1 {
  width: 100%;
  height: 52px;
  line-height: 26px;
  margin-top: 16px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.classroom .container .classroom_list li a .classroom_list_p2 {
  width: 100%;
  height: 55px;
  line-height: 55px;
}

.classroom .container .classroom_list li a .classroom_list_p2 .icon01 {
  background-image: url(../images/classroom_icon01.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 27px;
  display: inline-block;
  width: 50%;
  color: #767676;
  font-size: 16px;
}

.classroom .container .classroom_list li a .classroom_list_p2 .icon02 {
  background-image: url(../images/classroom_icon02.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 27px;
  display: inline-block;
  width: 50%;
  color: #767676;
  font-size: 16px;
}

.classroom .container .classroom_list li:nth-child(3n) {
  margin-right: 0;
}

.classroom .container .classroom_details {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 34px;
}

.classroom .container .classroom_details .classroom_detailsimg {
  width: 580px;
  height: 314px;
}

.classroom .container .classroom_details .classroom_detailsimg img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.classroom .container .classroom_details .classroom_detailscontent {
  width: 558px;
  height: 314px;
  margin-left: 22px;
  position: relative;
}

.classroom .container .classroom_details .classroom_detailscontent .contenttitle {
  line-height: 34px;
  height: auto;
  width: 100%;
  color: #333;
  font-size: 26px;
}

.classroom .container .classroom_details .classroom_detailscontent .contentgray {
  background: #f7f7f7;
  width: 100%;
  height: auto;
  color: #767676;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 18px;
  margin-top: 13px;
}

.classroom .container .classroom_details .classroom_detailscontent .classroom_list_p2 {
  width: 100%;
  height: 55px;
  line-height: 55px;
}

.classroom .container .classroom_details .classroom_detailscontent .classroom_list_p2 .icon01 {
  background-image: url(../images/classroom_icon01.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 27px;
  display: inline-block;
  color: #767676;
  font-size: 16px;
}

.classroom .container .classroom_details .classroom_detailscontent .classroom_list_p2 .icon02 {
  background-image: url(../images/classroom_icon02.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 27px;
  display: inline-block;
  color: #767676;
  font-size: 16px;
  margin-left: 35px;
}

.classroom .container .classroom_details .classroom_detailscontent .Watch_now {
  position: absolute;
  bottom: 0;
  display: block;
  width: 226px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d10205;
  color: #fff;
  font-size: 20px;
  margin-top: 24px;
  border-radius: 6px;
}

.classroom .container .classroom_introduce {
  width: 100%;
  height: 43px;
  background: #f6f6f6;
}

.classroom .container .classroom_introduce span {
  width: 152px;
  height: 43px;
  background: #045093;
  color: #fff;
  display: block;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
}
.classroom .container .classroom_article{
    margin: 20px auto;
max-width: 100%;
height: auto;
}
.settlement {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 69px;
}

.settlement .container {
  background: #fff;
  height: auto;
  padding: 16px 20px 20px;
}

.settlement .container .title {
  width: 100%;
  height: 40px;
  line-height: 39px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #045092;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c5d0df;
  background-image: url(../images/NQI_building_title.png);
  background-size: 5px 21px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.settlement .container .settlement_box {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.settlement .container .settlement_box li {
  height: 42px;
  margin-bottom: 30px;
}

.settlement .container .settlement_box li .name {
    width: 220px;
    height: 42px;
    display: block;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
}

.settlement .container .settlement_box li .name b {
  color: #e00606;
}

.settlement .container .settlement_box li .entry {
  width: 506px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin: 0 12px;
  padding-left: 15px;
}

.settlement .container .settlement_box li .box01 {
  width: 506px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin: 0 12px;
  padding-left: 15px;
}

.settlement .container .settlement_box li .box01 input {
  width: 380px;
  border: 0;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 16px;
}

.settlement .container .settlement_box li .box01 a {
  display: block;
  width: 102px;
  height: 40px;
  background-image: url(../images/folder.png);
  background-repeat: no-repeat;
  background-size: 102px 40px;
  background-position: right 0;
}

.settlement .container .settlement_box li .limit {
  width: 300px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 12px;
  color: #c1c1c1;
}

.settlement .container .read {
  width: 100%;
  height: 80px;
  padding-top: 30px;
  padding-left: 28px;
  font-size: 16px;
}

.settlement .container .read label {
  display: inline-block;
  cursor: pointer;
  color: #333;
}

.settlement .container .read label input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #ccc;
}

.settlement .container .read label input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.settlement .container .read label input[type=checkbox]:checked::before {
  color: white;
  line-height: 20px;
  background-color: #164fa6;
  content: '\2714';
}

.settlement .container .submit {
  width: 400px;
  height: 44px;
  background: #ff9503;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  border: 0;
  margin: 20px auto;
  border-radius: 5px;
}

.General_column {
  width: 100%;
  background: #f5f5f5;
  height: auto;
  padding-bottom: 60px;
}

.General_column .container {
  background: #fff;
  padding: 25px 15px 80px;
  min-height:578px;
}

.General_column .container .leftNav {
  width: 245px;
}

.General_column .container .leftNav .nav1 li {
  line-height: 50px;
}

.General_column .container .leftNav .nav1 > li {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 53px;
  cursor: pointer;
  background-color: #7395ca;
  color: white;
}

.General_column .container .leftNav .nav2 {
  display: none;
  margin-bottom: 16px;
}

.General_column .container .leftNav .nav2 li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  text-align: center;
  color:#333333;
  cursor: pointer;
  background-image:url(/public/static/qiantai/images/pointpoint.png);
  background-repeat: no-repeat;
  background-size: 3px 3px;
  background-position:  22px center;
  text-align:left;
  padding-left:32px;
}

.General_column .container .leftNav .nav1 .leftnav_title {
  position: relative;
  margin-bottom: 16px;
}

.General_column .container .leftNav .nav1 .leftnav_title img {
  right: 25px;
  top: 19px;
  width: 14px;
  height: 8px;
  display: inline-block;
  position: absolute;
}

.General_column .container .leftNav .nav1 .lefttitle_01 {
  background-image: url(../images/down_nav_icon01.png);
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.General_column .container .leftNav .nav1 .lefttitle_02 {
  background-image: url(../images/down_nav_icon02.png);
  background-size: 20px 19px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.General_column .container .leftNav .nav1 .lefttitle_03 {
  background-image: url(../images/down_nav_icon03.png);
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.General_column .container .leftNav .nav1 .lefttitle_04 {
  background-image: url(../images/down_nav_icon04.png);
  background-size: 17px 19px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
/*.page{*/
/*    width:50%;*/
/*    margin:0 auto;*/
/*    height:25px;*/
/*    line-height:25px;*/
/*    color:#393939;*/
/*    font-size:16px;*/
/*}*/
/*.page div a{*/
/*    color:#393939;*/
/*}*/
/*.page form input:nth-child(1){*/
    
/*    width: 50px;*/
/*    height: 25px;*/
    
/*}*/
/*.page form button{*/
/*    display:inline-block;*/
/*    height:25px;*/
/*    width: 50px;*/
/*    position: relative;*/
/*}*/
        .page {
            width: 580px;
            margin: 0 auto;
            height: 30px;
            line-height: 30px;
            color: #393939;
            font-size: 16px;
        }
        .page div a{
            display: inline-block;
            color: #393939;
        }
        .page div a:nth-child(3),.page div a:nth-child(4),.page div a:nth-child(6),.page div a:nth-child(7){
            width: 64px;
            height: 30px;
            text-align: center;
            border: 1px solid #d9d9d9;

        }
        .page div span:nth-child(5){
            width: 30px;
            display: inline-block;
            height: 30px;
            text-align: center;
            border: 1px solid #d9d9d9;
            background: #164fa6;
            color: #fff;
        }
        .page form input:nth-child(1){
            width: 64px!important;
            height: 30px!important;
            text-align: center;
            border: 0;
            border: 1px solid #d9d9d9;
            display: inline-block;
            padding: 0;

        }
        .page form button{
            width: 64px!important;
            height: 30px!important;
            text-align: center;
            border: 1px solid #d9d9d9;
            display: inline-block;
            background: #164fa6;
            color: #fff;
            /*position: relative;*/
            /*bottom:2px;*/
            line-height:30px!important;
        }

.newtesting_details {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 60px;
}

.newtesting_details .container {
  height: auto;
  background: #fff;
  padding: 32px 27px 0;
}

.newtesting_details .container .top {
  width: 100%;
  height: 37px;
}

.newtesting_details .container .top .top_left {
  width: auto;
  height: 37px;
}

.newtesting_details .container .top .top_left input {
  width: 540px;
  height: 37px;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding-left: 14px;
}

.newtesting_details .container .top .top_left button {
  width: 106px;
  height: 37px;
  display: inline-block;
  margin-left: 12px;
  background-color: #ff9503;
  color: #fff;
  border: none;
  border-radius: 2px;
  background-image: url(../images/testing_icon06.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 25px center;
  font-size: 16px;
  padding-left: 30px;
}

.newtesting_details .container .top .top_right {
  width: 202px;
  height: 42px;
  background: #e60808;
  margin-top: -3px;
  line-height: 42px;
  border-radius: 5px;
  overflow: hidden;
}

.newtesting_details .container .top .top_right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  padding-left: 65px;
  background-image: url(../images/new_testing.png);
  background-size: 26px 24px;
  background-repeat: no-repeat;
  background-position: 29px center;
}

.newtesting_details .container .newtesting_detailslist {
  width: 100%;
  height: auto;
}

.newtesting_details .container .newtesting_detailslist li {
  margin-top: 20px;
  width: 100%;
  height: 252px;
  border: 1px solid #f0f0f0;
  padding: 0 22px;
}

.newtesting_details .container .newtesting_detailslist li .list_img {
  width: 266px;
  height: 100%;
  padding: 20px 0;
}

.newtesting_details .container .newtesting_detailslist li .list_img img {
  width: 100%;
  height: 100%;
}

.newtesting_details .container .newtesting_detailslist li .list_right {
  width: 826px;
  height: 100%;
  padding: 12px 0 0 26px;
  position: relative;
}

.newtesting_details .container .newtesting_detailslist li .list_right .title {
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #164fa6;
  font-size: 22px;
  font-weight: bold;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list01 {
  height: 66px;
  line-height: 33px;
  font-size: 16px;
  overflow: hidden;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list01 .span01 {
  display: inline-block;
  width: 88px;
  height: 100%;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list01 .span02 {
  display: inline-block;
  width: 700px;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list02 {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list02 .span01 {
  display: inline-block;
  width: 88px;
  height: 100%;
}

.newtesting_details .container .newtesting_detailslist li .list_right .list02 .span02 {
  display: inline-block;
  width: 700px;
  overflow: hidden;
}

.newtesting_details .container .newtesting_detailslist li .list_right .xiangqing {
  position: absolute;
  right: 118px;
  bottom: 22px;
  display: block;
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #7395ca;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.newtesting_details .container .newtesting_detailslist li .list_right .zixun {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: block;
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #7395ca;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}