 /*-----重置代码-----*/
 body,
 ol,
 ul,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 th,
 td,
 dl,
 dd,
 form,
 fieldset,
 legend,
 input,
 textarea,
 select {
   margin: 0;
   padding: 0;
   outline: none;
 }

 html {
   height: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
 }

 body {
   width: 100%;
   font-size: 16px;
   font-family: "Microsoft YaHei";
   -webkit-text-size-adjust: 100%;
   min-width: max-content;
 }

 em {
   font-style: normal;
 }

 li {
   list-style: none;
 }

 img {
   border: 0;
   vertical-align: middle;
 }


 p {
   word-wrap: break-word;
 }

 a {
   text-decoration: none;
   cursor: pointer;
 }

 a:link {
   COLOR: #696969;
   text-decoration: none;
 }

 a:visited {
   COLOR: #696969;
   text-decoration: none;
 }

 a:hover {
   COLOR: #185bab;
   text-decoration: none;
 }

 map,
 map area {
   outline: none;
 }

 /* 通用 */
 .container {
   width: 1140px;
   margin: 0 auto;
 }

 .clear {
   height: 30px;
   overflow: hidden;
   clear: both;
 }

 .clear_m {
   height: 20px;
   overflow: hidden;
   clear: both;
 }

 .clear_s {
   height: 15px;
   overflow: hidden;
   clear: both;
 }

 .clear_k {
   clear: both;
 }

 .left {
   float: left;
 }

 .right {
   float: right;
 }

 #more {
   float: right;
   font-size: 14px;
   font-weight: normal;
   color: #999;
 }

 .more {
   float: right;
   font-size: 14px;
   color: #cccccc;
 }

 .sk3 {
   margin-top: 3px;
 }

 .sk5 {
   margin-top: 5px;
 }

 .sk8 {
   margin-top: 8px;
 }

 .sk10 {
   margin-top: 10px;
 }

 .sk15 {
   margin-top: 15px;
 }

 .sk20 {
   margin-top: 20px;
 }

 .sk25 {
   margin-top: 25px;
 }

 .sk30 {
   margin-top: 30px;
 }

 .k10 {
   padding: 10px;
 }

 .k15 {
   padding: 15px;
 }

 .bor_4 {
   overflow: hidden;
   border: 1px solid #eee;
   padding: 15px;
 }


 /* 头部 */

 header {
   position: relative;
   height: 320px;
   background: url(<TRS_CHANNELLOGO INDEX='2' id=文章库 UPLOAD='true' FIELD=_RECURL UrlIsAbs=true></TRS_CHANNELLOGO>) no-repeat center #204b77;
   color: #ffffff;
   font-size: 14px;
 }

 .top {
   background: rgba(0, 61, 131, .25);
   height: 40px;
   line-height: 40px;
 }

 .jft li {
   margin-left: 15px;
 }

 .jft li a {
   color: #fff;
 }

 .jft li:hover {
   font-weight: bold;
 }

 .logo {
   height: 280px;
   line-height: 280px;
   text-align: left;
 }

 /* 检索 */
 .search {
   display: block;
   position: relative;
   width: 260px;
   height: 40px;
   line-height: 40px;
   background: #2857a1;
   border-radius: 40px;
   margin-top: 9px;
 }

 input::placeholder {
   color: rgba(255, 255, 255, 0.9);
 }

 .ss_1 {
   background: transparent;
   border: 0px;
   padding-left: 20px;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
 }

 .ss_2 {
   position: absolute;
   right: 18px;
   top: 12px;
   width: 17px;
   height: 17px;
   background: url(../images/ss_2.png) no-repeat;
   border: 0;
   cursor: pointer;
   background-position: left center;
   background-repeat: no-repeat;
 }

 /* 导航 */
 nav {
   width: 100%;
   height: 60px;
   background: rgb(0, 61, 131);
 }

 nav li:hover {
   background: #c51d1d;
 }

 /* 以下必须 */
 #colornav>.TRS_UEDITOR>ul>li {
   list-style: none;
   text-align: center;
   padding: 0 40px;
   display: inline-block;
   position: relative;
 }

 #colornav>.TRS_UEDITOR>ul>li>a {
   text-decoration: none !important;
   font-size: 20px;
   color: #fff;
   line-height: 60px;
   font-weight: bold;
 }

 #colornav li ul {
   position: absolute;
   left: 55%;
   margin-left: -50%;
   top: 60px;
   max-height: 0px;
   overflow: hidden;
   -webkit-transition: max-height 0.4s linear;
   -moz-transition: max-height 0.4s linear;
   transition: max-height 0.4s linear;
   z-index: 1000;
 }

 #colornav li ul li a {
   width: 120px;
   font-size: 16px;
   font-weight: normal;
   padding: 12px;
   line-height: 30px;
   color: #fff !important;
   display: block;
 }

 #colornav li ul li {
   background: rgba(0, 61, 131, .8);
 }

 #colornav li ul li:hover {
   background: rgba(58, 110, 163, .8);
 }

 #colornav li ul li:first-child {
   border-radius: 3px 3px 0 0;
   margin-top: 15px;
   position: relative;
 }

 #colornav li ul li:first-child:before {
   content: '';
   position: absolute;
   width: 1px;
   height: 1px;
   border: 5px solid transparent;
   border-bottom-color: rgba(32, 75, 119, .8);
   left: 50%;
   top: -11px;
   margin-left: -5px;
 }

 #colornav li ul li:last-child {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
 }

 #colornav li:hover ul {
   max-height: 1000px;
 }


 /* 云检要闻 */
 .jcdt {
   width: 495px;
 }

 .lm_tit {
   height: 46px;
   line-height: 46px;
   border-bottom: 1px solid #e5e5e5;
 }

 .jcdt_tit a {
   display: inline-block;
   line-height: 43px;
   color: #333;
   font-weight: bold;
   font-size: 20px;
   border-bottom: 3px solid #1a77bd;
   margin-top: 1px;
 }

 .jcdt ul {
   padding: 3px;
 }

 .jcdt li a {
   font-size: 16px;
   color: #696969;
   text-decoration: none;
   line-height: 38px;
 }

 .jcdt li a:hover {
   color: #0d71ca;
 }

 .jcdt li:before {
   content: "\2022";
   color: #0d71ca;
   font-size: 18px;
   padding-right: 8px;
 }

 .right_title a {
   color: #333;
   font-weight: bold;
   font-size: 18px;
   line-height: 34px;
 }

 .line {
   border-bottom: 1px solid #d5d5d5;
   width: 60px;
 }


 /* 服务平台 */
 .fwpt {
   background: url(images/fwpt.png) no-repeat top center;
   height: 280px;
   text-align: center;
 }

 .fwpt_icon li {
   float: left;
   width: 140px;
   text-align: center;
   margin: 30px 1px;
 }

 .fwpt_icon li a:hover img {
   transition: all 1.5s;
   transform: rotateY(360deg);
 }

 .fwpt_icon li p {
   margin-top: 15px;
   font-size: 14px;
   color: #0f57a9;
 }

 /* 多栏目 */
 .bg {
   background: #f7f9ff;
   padding: 40px 0;
   overflow: hidden;
 }

 .lanmu {
   float: left;
   padding: 20px 25px;
   width: 555px;
   height: 298px;
   background: #fff;
   border-radius: 10px;
   -webkit-box-shadow: 0 0 10px #e6ecf4;
   -moz-box-shadow: 0 0 10px #e6ecf4;
   box-shadow: 0 0 10px #e6ecf4;
   box-sizing: border-box;
   margin: 0 30px 30px 0;
 }

 .lanmu ul li {
   font-size: 15px;
   line-height: 34px;
 }

 .lanmu:nth-child(2n) {
   margin-right: 0;
 }

 .lanmu:nth-child(n+2) {
   margin-bottom: 0;
 }

 .lanmu_title {
   height: 30px;
   line-height: 16px;
 }

 .lanmu_title h2 a {
   font-size: 18px;
   color: #0f57a9;
 }

 .lanmu .squ a {
   display: block;
   width: 15px;
   height: 15px;
   line-height: 14px;
   text-align: center;
   background: #c81c21;
   font-size: 14px;
   color: #fff;
   margin-top: 3px;
 }

 .lanmu .squ a:hover {
   background: #0f57a9;
 }

 .time {
   float: left;
   width: 60px;
   height: 46px;
   text-align: center;
   padding-right: 13px;
   border-right: 1px solid #b5c9e8;
   margin-right: 15px;
 }

 .time .up {
   font-size: 22px;
   font-weight: bold;
   color: #185bab;
 }

 .time .down {
   font-size: 15px;
   color: #aaaaaa;
 }

 .lm1 {
   width: 100%;
   float: left;
   height: 76px;
   border-bottom: 1px dashed #b5c9e8;
   padding-top: 12px;
   box-sizing: border-box;
 }

 .lm1 a {
   display: block;
   color: #333;
   line-height: 24px;
 }

 .lm1 a:hover {
   color: #185bab;
 }

 .lanmu .right_title a {
   color: #696969;
   font-weight: bold;
   font-size: 16px;
   line-height: 30px;
 }

 /* ewm */
 .ewm a {
   display: block;
   float: left;
   width: 130px;
   margin: 15px 18px;
 }

 .ewm a img {
   width: 130px;
   height: 130px;
 }

 .ewm a p {
   background: #f7f9ff;
   width: 130px;
   height: 32px;
   line-height: 32px;
   font-size: 14px;
   color: #333;
   text-align: center;
   margin-top: 12px;
   border-radius: 3px;
 }

 .ewm a p:hover {
   background-image: linear-gradient(to right, #99b3ff, #f7f9ff);
   color: #fff;
 }

 /* footer */
 footer {
   background: #003d83;
 }

 .links {
   background: #eceff8;
   height: 110px;
   line-height: 40px;
   padding-top: 15px;
   box-sizing: border-box;
 }

 .links_title {
   float: left;
   color: #003d83;
   font-weight: bold;
   margin-right: 15px;
 }

 .links_inner a {
   float: left;
   color: #333;
   margin-right: 30px;
 }

 .copyright {
   padding: 20px;
   text-align: center;
   overflow: hidden;
 }

 .copyright span {
   display: block;
 }

 .copyright_inner {
   width: 800px;
   color: #fff;
   font-size: 14px;
   line-height: 28px;
 }


 /* ///////////////////////////// */
 /* .slide-up {
   animation: slide-up 1s forwards;
   position: relative;
 }

 @keyframes slide-up {
   from {
     transform: translateY(50%);
     opacity: 0;
   }

   to {
     transform: translateY(0);
     opacity: 1;
   }
 } */