/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body,
div,
ul,
ol,
dt,
dd,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong,
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  font-family: "寰蒋闆呴粦";
  color: #000000;
  min-width: 1200px;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

img,
input,
select,
textarea {
  vertical-align: middle
}

img {
  border: none;
}

a {
  color: #333333;
  text-decoration: none;
}

/* a:hover{ color: #f00;} */
.clear {
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* 娓呴櫎娴姩 鍦ㄧО涓嶅紑鐖跺厓绱犲楂樼殑鏃跺�欎娇鐢� */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

/* 璁剧疆HTML5 - placeholder鏍峰紡  */
input[placeholder],
[placeholder],
*[placeholder] {
  font-family: 寰蒋闆呴粦;
}

/* 璁剧疆HTML5 - 榛樿 placeholder鏍峰紡  */
input::-webkit-input-placeholder {
  color: #ddd;
}

/* 鏂囧瓧瓒呰繃涓�瀹氶暱搴﹀彉鐐圭偣鐐� */
.text_overflow {
  width: 237px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/* 鍘婚櫎input鐒︾偣妗嗘  */
input {
  outline: none
}

/* 璁剧疆i鏍囩涓哄浘鏍囧潡 */
i {
  display: block;
}


section .card-head {
  width: 250px;

  margin-top: 15px;
}

section .card-head .menu {
  font-size: 14px;
	border: 1px solid #D5D5D5;
	background: #f1f5f7;
}

section .card-head .menu p {
  line-height: 36px;
}

section .card-head .act {
  color: #0075da;
}

section .card-head .menu .level_menu2 {
  padding-left: 20px;
  background: #fff;
  cursor: pointer;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

section .card-head .menu .level_menu2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu2:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 27px;
  width: 0;
  height: auto;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu2 span {
  position: relative;
  line-height: 20px;
  margin-top: 8px;
  display: inline-block;
}

section .card-head .menu .level_menu2 span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 15px;
  height: 0;
  border-bottom: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 {
  padding: 8px 0 0 10px;
  position: relative;
  line-height: 18px;
}

section .card-head .menu .level_menu3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 18px;
  left: 25px;
  width: 0;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 li {
  cursor: pointer;
  position: relative;
  padding: 9px 5px 9px 35px;
  cursor: pointer;
}

section .card-head .menu .level_menu3 li:hover {
  color: #0075da;
}

section .card-head .menu .level_menu3 li:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 15px;
  width: 15px;
  height: 0;
  border-bottom: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 .level_menu4 {
  /* left: 0; */
  padding: 0 5px 0 10px;
  position: relative;
}

section .card-head .menu .hasnext:before {
  bottom: 10px;
}

section .card-head .menu .level_menu4 ul {
  padding: 0 0 0 12px;
}

section .card-head .menu .level_menu3 .level_menu4:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 36px;
  width: 0;
  height: auto;
  bottom: 18px;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .hide {
  background: url('../images/bg09.png') no-repeat;
  background-position: 20px center;
  padding-left: 45px;
  cursor: pointer;
}

section .card-head .menu .open {
  background: url('../images/bg10.png') no-repeat;
  background-position: 20px center;
  padding-left: 45px;
}

section .card-head .menu .none {
  display: none;
}

section .card-head .menu .block {
  display: block;
}

section .resource {
  padding: 20px 15px 15px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .container {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

section .container .conta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog {
  color: #666;
}

.catalog p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}



.catalog h4 {
  font-size: 22px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}

.catalog h5 {
  font-size: 20px;
  color: #000;
  padding: 20px 0 5px 0;
  display: block;
}

.catalog h5 a {
  font-size: 20px;
  color: #000;
  display: block;
}

.catalog a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.catalog .catalog_timers {
  padding: 10px 30px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog .catalog_timers li {
  list-style-type: none;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #666;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 15px 15px 0;
  width: 70px;
  text-align: center;
}

.catalog_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin: 10px 0;
}

strong {
  color: #FF0000;
}

.catalog_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  line-height: 40px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}



.catalog_data li:nth-child(2n-2) {
  border-top: none;
}

.catalog_data li:nth-child(1) {
  border-top: none;
  border-left: none;
}

.catalog_data li span {
  width: 120px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}

.catalog_data li input {
  width: 300px;
  height: 34px;
  padding: 0 5px;
}

.catalog_data li label {
  margin: 0 13px;
}

.catalog_data .catalog_search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
}

.catalog_data .catalog_search a {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  line-height: 28px;
}

.catalog .tab_len {
  width: 100% !important;
}

.catalog .tab_len span {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  border-right: none !important;
}

.information h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.information h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.information img {
  max-width: 100%;
  margin: 5px 0;
}

.information p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.information table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.information .table>thead>tr>th {
  background: #E5ECF4;

}

.information .table>thead>tr>th,
.information table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;

  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.information .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.means .means_left {
  width: 280px;
  background-color: rgb(244, 244, 244);
  padding: 0 5px 10px;
  border-radius: 5px;
}

.means .means_left h5 {
  font-size: 16px;
  line-height: 45px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  color: #666666;
}

.means .means_left li {
  font-size: 14px;
  list-style-type: none;
  line-height: 30px;
  cursor: pointer;
  padding-left: 10px;
}

.means .means_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

.means .means_right p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.means .means_right h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.means .means_right a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.iftimer h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
}

.iftimer h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.iftimer img {
  max-width: 100%;
  margin: 5px 0;
}

.iftimer p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.iftimer table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.iftimer .table>thead>tr>th {
  background: #E5ECF4;

}

.iftimer .table>thead>tr>th,
.iftimer table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  /*border: 1px solid #DEDEDE;*/
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.iftimer .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.iftimer .search_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}

.iftimer strong {
  color: #FF0000;
}

.iftimer .search_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.iftimer .search_data li:nth-child(1),
.iftimer .search_data li:nth-child(2) {
  border-top: none;
}

.iftimer .search_data li:nth-child(2n-1) {
  border-left: none;
}

.iftimer .search_data li span {
  width: 88px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}
.iftimer .search_data li font select {
  width: 155px;
  height: 34px;
  padding: 0 5px;
}
.iftimer .search_data li font input {
  width: 155px;
  height: 34px;
  padding: 0 5px;
}

.iftimer .search_data li label {
  margin: 0 13px;
}

.iftimer .search_data .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iftimer .search_data .search p {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
}

.iftimer .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 30px;
}

.iftimer .page li {
  padding: 0 6px;
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.response {
  color: #666;
}

.response p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.response h5 {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.response a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.response ul {
  padding: 30px;
}

.response ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

/* 椤甸潰涓诲彈闄愬搴� */


section .screen {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin: 15px 0;
}

section .screen .screen_ul {
  border: 1px solid #666;
  border-radius: 5px;
}

section .screen .screen_ul li {
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #666;
  font-size: 14px;
  color: #666;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}

section .screen .screen_ul li:first-child {
  border-top: none;
}

section .screen .screen_ul li h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
}

section .screen .screen_ul li .name{
    width: 100px;
    text-align: center;
}
section .screen .screen_ul li .select{
    border-left: 1px solid #666;
    padding-left: 20px;
}
/*section .screen .screen_ul li span {
  width: 220px;
  padding-left: 15px;
  height: 100%;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}*/

/*section .screen .screen_ul li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #666;
  padding: 5px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .screen .screen_ul li .label label {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}*/

section .screen .screen_ul li input {
  margin-right: 5px;
}

section .screen .screen_ul .bot {
  text-align: center;
}

section .screen .screen_ul .bot p {
  display: inline-block;
  width: auto;
  background: #0075da;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

section .screen .screen_ul li p {
  padding: 0 15px;
  color: #666;
  font-size: 14px;
}

.iftimer_timer h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.iftimer_timer h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.iftimer_timer img {
  max-width: 100%;
  margin: 5px 0;
}

.iftimer_timer p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.iftimer_timer table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.iftimer_timer .table>thead>tr>th {
  background: #E5ECF4;

}

.iftimer_timer .table>thead>tr>th,
.iftimer_timer table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.iftimer_timer .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.iftimer_timer .search_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin: 10px 0;
}

.iftimer_timer strong {
  color: #FF0000;
}

.iftimer_timer .search_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #DEDEDE;
}

.iftimer_timer .search_data li:nth-child(1),
.iftimer_timer .search_data li:nth-child(2) {
  border-top: none;
}

.iftimer_timer .search_data li:nth-child(2n-1) {
  border-left: none;
}

.iftimer_timer .search_data li span {
  width: 57px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}

.iftimer_timer .search_data li input {
  width: 160px;
  height: 34px;
  padding: 0 5px;
}

.iftimer_timer .search_data li label {
  margin: 0 13px;
}

.iftimer_timer .search_data .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iftimer_timer .search_data .search p {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
}


.iftimer_timer .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 30px;
}

.iftimer_timer .page li {
  padding: 0 6px;
}

.iftimer_timer a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.iftimer_timer .iftimer_timer .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.iftimer_timer .down a {
  padding: 0 8px;
}

.iftimer_timer .tab_len {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iftimer_timer .tab_len input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 12px 10px;
}

.iftimer_timer .contact {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.iftimer_timer .contact li {
  line-height: 30px;
}

section .order strong {
  color: red;
  line-height: 30px;
}

section .order .order_line {
  border-left: 1px solid #666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  overflow: hidden;
  min-height: 30px;
}

section .order .order_line_r {
  border-right: 1px solid #666;
}

section .order .order_flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

section .order .order_flex_box p {
  display: inline-block;
  width: auto;
  background: #0075da;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
}

section .order .order_sel {
  width: 100%;
  height: 40px;
}

section .order .shmin p {
  color: #0075da !important;
}

section .order .wid50 {
  width: 50%;
}

section .order .order_line input {
  width: 100%;
  height: 40px;
}

section .order .flex_wrapspan {
  max-height: 140px;
  line-height: 20px;
  overflow-y: auto;
  margin: 0 5px;
  background: #fff;
}

section .order .order_box {
  height: 140px;
  margin: 0 5px;
  border: 1px solid #666;
}

section .order .order_textarea {
  width: 100%;
  height: 80px;
}

section .order .flex_wrapspan a {
  display: block;
  width: 100%;
}

section .observation {
  display: flex;

}

section .observation .observation_left ul {
  width: 250px;
  font-size: 16px;
  color: #666;
}

section .observation .observation_left li {
  line-height: 30px;
  padding: 7px 0 7px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}

section .observation .observation_left li:last-child {
  border: none;
}

section .observation .observation_left li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin_r.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}

section .observation .observation_left .act:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(270deg);
}

section .observation .observation_left li.act {
  color: #0075da;
}

section .observation .observation_left li:hover {
  color: #0075da;
}

section .observation .observation_left li:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(270deg);
}

section .observation .observation_right {
  flex: 1;
  padding-left: 30px;
}

section .observation .observation_right .obser_headr {
  /* width:  ; */
}

section .observation .observation_right .obser_sel {

  font-size: 14px;
  padding: 15px 0;
}

section .observation .observation_right .obser_sel p {
  line-height: 30px;
  color: #000;
}

section .observation .observation_right .obser_sel ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 30px;
  flex: 1;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
}

section .observation .observation_right .obser_sel ul li {
  width: 33%;
  cursor: pointer;
  color: #000;
}

section .observation .observation_right .obser_sel span,
section .observation .observation_right .obser_sel ul li.act {
  color: #0F48F7 !important;
}

section .observation .observation_right .obser_sel ul li:hover {
  color: #0F48F7;
}

section .observation .observation_right h4 {
  font-size: 16px;
  color: #666;

}

section .observation .observation_right h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 15px 0;
  margin-bottom: 15px;
  /* border-left: 2px solid #0075da; */
  position: relative;
  padding-left: 10px;
}

section .observation .observation_right h5:before {
  width: 3px;
  border-radius: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0F48F7;
  position: absolute;
  content: '';
}

section .observation .observation_right .obser_cont {
  padding: 15px 0;
}

section .observation .observation_right .obser_cont li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #666;
  padding: 15px 0;
}

section .observation .observation_right .obser_flex {
  display: flex;
  color: #666;
  font-weight: 500;
  font-size: 16px;
}

section .observation .observation_right .obser_flex a {
  cursor: pointer;
}

section .observation .observation_right .obser_dbtj {
  font-size: 14px;
  line-height: 30px;
}

section .observation .observation_right .obser_dbtj span {
  color: #333;
  margin-right: 5px;
}

section .observation .observation_right .obser_dbtj p {
  font-weight: 400;
}

section .observation .observation_right .obser_logo {
  width: 150px;
  height: 100px;
  margin-right: 30px;
}

section .observation .observation_right .obser_logo img {
  width: 100%;
  height: 100%;
}

section .origin {
  display: flex;
}

section .origin img {
  max-width: 100%;
}

section .origin .origin_left {
  margin-right: 30px;
}

section .origin .origin_left h5 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  /* border-bottom: 3px solid #0F48F7; */
}

section .origin .origin_left h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0F48F7;
  border-radius: 3px;
}

section .origin .origin_left ul {
  width: 250px;
  font-size: 16px;
  color: #666;
}

section .origin .origin_left li {
  line-height: 30px;
  padding: 7px 0 7px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}

section .origin .origin_left li:last-child {
  border: none;
}

section .origin .origin_left li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin_r.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}

section .origin .origin_left .act:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(270deg);
}

section .origin .origin_left li.act {
  color: #0075da;
}

section .origin .origin_left li:hover {
  color: #0075da;
}

section .origin .origin_left li:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(270deg);
}

section .origin .origin_right {
  flex: 1;
}

section .origin .origin_right h5 {
  font-size: 16px;
  padding: 5px 10px;
  background: #F1F1F1;
  margin-bottom: 15px;
}

section .origin .origin_right .origin_headr {
  margin-bottom: 15px;
}

section .origin .origin_right .origin_headr p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

section .origin .origin_right .origin_cont h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

section .origin .origin_right .origin_cont h5:before {
  width: 3px;
  border-radius: 3px;
  top: 8px;
  bottom: 8px;
  left: 5px;
  background: #0F48F7;
  position: absolute;
  content: '';
}

section .origin .origin_right .origin_cont .origin_ul {
  padding: 0 15px;
  border-bottom: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

section .origin .origin_right .origin_cont .origin_li {
  padding: 30px 0;
  border-bottom: 1px dashed #F1F1F1;
}

section .origin .origin_right .origin_cont .origin_li a {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

section .origin .origin_right .origin_cont .origin_li p {
  font-size: 14px;
  color: #000000;
}

section .origin .origin_right .origin_cont .iftimer_timer .page {
  margin: 30px 0;
}

section .standard {
  display: flex;
}

section .standard .standard_left {
  width: 200px;
  margin-right: 30px;
}

section .standard .standard_left h5 {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  position: relative;
  display: inline-block;
  /* margin: 0 15px; */
}

section .standard .standard_left h5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #0F48F7;
  border-radius: 3px;
}

section .standard .standard_left ul {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

section .standard .standard_left ul li {
  line-height: 30px;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}

section .standard .standard_right {
  flex: 1;
  padding: 0 30px;
}

section .standard .standard_right h5 {
  text-align: right;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 12px;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 1px solid #EEEEEE;
}

section .standard .standard_right span {
  color: #0F48F7;
}

section .standard .standard_right .origin_ul {
  padding: 30px 0;
}

section .standard .standard_right .origin_ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #EEEEEE;
  line-height: 30px;
  padding: 5px 0;
  font-size: 14px;
}

section .standard .standard_right .origin_ul li a {
  cursor: pointer;
  color: #000;
}

section .standard .standard_right .origin_ul li p {
  color: #666666;
}

section .standard .standard_right .origin_ul li:last-child {
  border: none;
}
section .no-cil li {
  position: relative;
  line-height: 28px;
  margin-top: 8px;
  display: inline-block;
  padding-left: 30px;
}

section .no-cil li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 15px;
  height: 0;
  border-bottom: 1px dotted #c0c4cc;
}