<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 100px;
  user-select: none;
  background: #ECECEC;
}

body {
  font: 14px/1.2 -apple-system, PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Helvetica Neue, sans-serif;
  text-rendering: optimizeLegibility;
}

input, textarea, keygen, select, button {
  font: 14px/1.2 -apple-system, PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Helvetica Neue, sans-serif;
  text-rendering: optimizeLegibility;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, menu {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: lighter;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
}

/*
 *     涓€浜涙柟渚跨殑涓滆タ
 *      */
* {
  *box-sizing: border-box;
  *-moz-box-sizing: border-box;
  */* Firefox */ -webkit-box-sizing: border-box;
  /* Safari */
}

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

.mr150 {
  margin-left: 206px;
}

.headWrap {
  min-width: 1440px;
  z-index: 100;
  margin: 0 auto;
}

header {
  height: 440px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background: url(../img/banner4.png) no-repeat;
  position: relative;
  background-size: cover;
}

header .seo-intro {
  color: #fff;
  font-size: 34px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 5px;
  font-weight: lighter;
}

header .seo-title {
  position: absolute;
  top: 284px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  font-size: 18px;
}

header .seo-use {
  position: absolute;
  top: 320px;
  display: inline-block;
  /*width: 160px;*/
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  color: #07aefc;
  cursor: pointer;
  left: 50%;
  font-size: 14px;
  margin-left: -80px;
}

.shejibutton {
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #07aefc;
  position: relative;
  top: -190px;
  left: 1100px;
  display: inline-block;
  border-radius: 130px;
}

.shejibutton1 {
  /*width: 200px;*/
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  color: #fff;
  background: #07aefc;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 40px;
}

.btn-in-box {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.logo {
  width: 110px;
  height: 64px;
  position: relative;
  float: left;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/cktlogo.svg?20220826");
  background-size: 109px 85px;
  background-repeat: no-repeat;
}

nav {
  float: left;
  height: 20px;
  width: auto;
  position: relative;
  margin: 35px 0 0 47px;
}

nav .show-more {
  position: relative;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

nav .show-more img {
  position: relative;
  top: -15px;
}

nav ul {
  position: relative;
}

nav ul .dec {
  width: 28px;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all .6s ease;
}

nav ul .header-list-item {
  display: inline-block;
  position: relative;
  margin-right: 48px;
}

nav ul .toShowMore:hover .header-pop-list-seo {
  display: flex;
}

nav ul .header-list-item a {
  color: #828282;
  position: relative;
}

nav ul .header-list-item a[class*="new"]::after {
  position: absolute;
  right: -40px;
  top: -15px;
  content: '';
  width: 41px;
  height: 16px;
  background-image: url("./img/new.svg");
}

nav ul .header-list-item[class*="active"] a {
  color: #4F4F4F;
}

nav ul .header-list-item:hover:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 0;
  width: 100px;
  height: 15px;
}

.header-pop-list-seo {
  position: absolute;
  display: none;
  top: 27px;
  left: 0;
  width: 657px;
  height: 290px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  transition: all .4s ease;
  z-index: 2;
}

.header-pop-list-seo .fx {
  float: left;
  margin-left: 20px;
  margin-top: 22px;
}

.header-pop-list-seo li {
  display: block;
  height: 32px;
  line-height: 32px;
  margin-right: 0;
  cursor: pointer;
  padding: 0 8px;
  font-size: 12px;
  color: #626262;
  text-align: left;
}

.header-pop-list-seo li:hover {
  background-color: #F8F8F8;
  font-weight: bolder;
  color: #07AEFC;
  font-size: 12px;
}

.header-pop-list-seo &gt; .fx &gt; li &gt; a {
  display: block;
  padding: 0 8px;
  color: #626262 !important;
  font-size: 14px;
}

.header-pop-list-seo li:hover a {
  color: #07AEFC !important;
}

nav ul li a {
  color: #ffffff;
}

nav ul li a:hover {
  color: #07aefc;
}

nav ul li a[class*="active"] {
  color: #ffffff;
}

.user-bar {
  float: right;
}

.login {
  height: 20px;
  width: auto;
  position: absolute;
  top: 29px;
  right: 80px;
  cursor: default;
}

header .login {
  top: 20px;
  height: 4em;
}

.login span {
  display: inline-block;
}

.login .login-btn {
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  padding: 0.5em 2em;
  color: #07aefc;
}

.login a {
  color: #07AEFC;
}

.headWrap {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  overflow: hidden;
}

.seo-print {
  width: 100%;
  height: 400px;
  background: #fff;
}

.seo-print2 {
  width: 100%;

  background: #fff;
}

.seo-print .seo-print-top {
  text-align: center;
  color: #585858;
}

.seo-print .seo-print-top p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 16px;
}

.seo-print .seo-print-top p:nth-child(2) {
  font-size: 18px;
  color: #626262;
}

.seo-print .seo-print-bottom {
  width: 1220px;
  /*height: 160px;*/
  margin: 0 auto;
  background: #fff;
}

.seo-print .seo-print-bottom .print-top {
  width: 100%;
  display: flex;
  padding-top: 20px;
  margin-left: 40px;
}

.seo-print .seo-print-bottom .print-top .common-print {
  flex: 1;
}

.seo-print .seo-print-bottom .print-top .common-print .mr {
  margin-right: 150px;
}

.seo-print .seo-print-bottom .print-top .common-print .mr .font20 {
  font-size: 20px;
  margin-bottom: 8px;
  display: inline-block;
  color: #4a4a4a;
}

.seo-print .seo-print-bottom .print-top .common-print img {
  vertical-align: middle;
}

.seo-print .seo-print-bottom .print-top img {
  vertical-align: middle;
}

.center {
  text-align: center;
}

.seo-img {
  width: 100%;
  background: #fff;
  position: relative;
}

.seo-img .left {
  left: 16%;
}

.seo-img .right {
  left: 51%;
}

.seo-img .discrib {
  position: absolute;
  /*position: relative;*/
  width: 472px;
  height: 290px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
  display: inline-block;
  top: 79px;
}

.relative {
  position: relative !important;
}

.seo-img .discrib .pd40 {
  padding-left: 40px;
  padding-right: 40px;
}

.seo-img .discrib .word-wrap {
  padding-top: 50px;
  /*height: 100%;*/
  /*position: relative;*/
}

.seo-img .discrib .word-wrap .seo-ic {
  width: 33px;
  height: 33px;
  position: absolute;
}

.seo-img .discrib .word-wrap .po {
  top: 18px;
  left: 18px;
  border-top: 2px solid #07aefc;
  border-left: 2px solid #07aefc;
}

.seo-img .discrib .word-wrap .pb {
  border-bottom: 2px solid #07aefc;
  border-right: 2px solid #07aefc;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.seo-img .discrib .word-wrap .lo {
  bottom: 18px;
  left: 18px;
  border-bottom: 2px solid #07aefc;
  border-left: 2px solid #07aefc;
}

.seo-img .discrib .word-wrap .lb {
  border-top: 2px solid #07aefc;
  border-right: 2px solid #07aefc;
  position: absolute;
  top: 20px;
  right: 18px;
}

.seo-img .discrib .word-wrap p:nth-child(1) {
  font-size: 27px;
  color: #333;
}

.shadow {
  box-shadow: none !important;
  width: 300px !important;
}

.hr {
  width: 60px;
  text-align: left;
  display: inline-block;
}

.ckt-middle {
  width: 100%;
  height: 130px;
  background: #2d2d2d;
  text-align: center;
  color: #fff;
  padding-top: 56px;
}

.ckt-middle p:nth-child(2) {
  margin-top: 20px;
  font-size: 26px;
}

.ckt-m {
  width: 80%;
  margin: 0 auto;
  /*margin-left: 400px;*/
}

.ckt-m p:nth-child(1) {
  font-size: 34px;
  margin-bottom: 15px;
}

.ckt-m p:nth-child(2) {
  line-height: 1.5;
}

.ckt-rap {
  background: #fff;
}

/* .ckt-rap div:nth-child(1) {
 *   padding-top: 20px;
 *   } */

.ckt-lb {
  left: 60px;
  position: relative;
}

.ckt-tem {
  width: 100%;
  display: flex;
  background: #fff;
  /*padding-left: 200px;*/
  /*padding-right: 200px;*/
  text-align: center;
}
.ckt-tem span{
	line-height:40px;		
}

.ckt-tem a {
  float: left;
  width: 25%;
}

.ckt-tem .a1 {
  float: left;
  width: 50%;
}

.ckt-tem .a2 {
  float: left;
  width: 33%;
}

.pd40 {
  padding-top: 40px;
}

.pd40_1 {
  padding-top: 0;
  margin-top: 16px;
}

.pd40_1 span {
  color: #999;
}

.liu-wrap {
  text-align: center;
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 40px;
}

.print-type {
  /*width: 100%;*/
  height: auto;
  display: flex;
  padding: 28px 188px 0;
}

.print-type a {
  width: 164px;
  height: 42px;
  background: #fff;
  line-height: 46px;
  text-align: center;
  color: #4a4a4a;
  /*padding: 0 20px;*/
  font-size: 14px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
}

.print-type a:hover {
  transform: translate3d(0,-2px,0);
  transition: all ease .2s;
}

.print-type a:not(:last-child) {
  margin-right: 28px;
}

td {
  padding: 10px;
}

.event {
  margin-top: 10px;
}

.ckt-j1 {
  letter-spacing: 1.2px;
  margin-top: 8px;
  height: auto;
  /*width: 1025px;*/
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.5;
  text-indent: 35px
}
.ckt-j12 {
  letter-spacing: 1.2px;
  margin-top: 20px;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  text-indent: 35px;
  color:#CCC;
}
.ckt-j11 {
  letter-spacing: 1.2px;
  margin-top: 8px;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  text-indent: 35px
}
.ckt-j11 a{
	color:#CCC;
	
}

.ckt-j1 div {
  color: #9b9b9b;
}

.ckt-j {
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-top: 8px;
  font-size: 18px;
  height: auto;
}

.ckt-second {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pr img{
  margin-right: 235px;
  /*padding-right: 235px;*/
}

.pl {
  /*padding-left: 235px;*/
  padding-top: 100px;
}

.pl img{
  margin-left: 235px;
}

.set {
  top: 165px !important;
}

.mleft {
  margin: 100px 0 0 235px;
}

.mright {
  margin: 100px 235px 0 0;
}

.print-news {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
}

.print-news a {
  color: #136ec2;
}

.mr110 {
  margin-left: 110px;
}

.time {
  font-size: 20px;
}

.event {
  font-size: 16px;
  color: #a1a1a1;
}

.img-titile {
  display: inline-block;
}

.img-titile:hover {
  color: #4a4a4a;
}

table tr td {
  border: 1px solid #e9e9e9;
}

.ac1 {
  background-image: url("../img/ac1.svg");
  position: absolute;
  top: 138px;
  background-position-y: 1.5px;
  left: 10px;
}

.ac1:hover {
  background-position-y: 15px;
}

.ac3 {
  background-image: url("../img/ac3.svg");
  position: absolute;
  top: 98px;
  left: 10px;
  background-position-y: 1.5px;
}

.ac3:hover {
  background-position-y: 16px;
}

.ac4 {
  background-image: url("../img/ac4.svg");
  position: absolute;
  top: 58px;
  left: 10px;
  background-position-y: 1.5px;
}

.ac4:hover {
  background-position-y: 16px;
}

.ac2 {
  background-image: url("../img/ac2.svg");
  position: absolute;
  top: 178px;
  left: 10px;
  background-position-x: 1px;
}

.ac2:hover {
  background-position-y: 14px;
}

.ckt-temo{
	width: 100%;
  background: #fff;
  padding-left: 200px;
  padding-right: 200px;
}
.ckt-temo a{
	float:left;
	width:50%;
	font-size:14px;
}
/*# sourceMappingURL=seo.css.map */

</pre></body></html>