html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*垂直居中*/
  vertical-align: baseline;
}

body {
  width: 100%;
  font-size: 14px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: top center;
  /*定义背景图片随滚动轴的移动方式，随页面滚动背景不动，相当于背景被设置在了body上*/
  background-attachment: fixed;
}

html * {
  /*谷歌浏览器,前缀。     antialiased反锯齿。*/
  -webkit-font-smoothing: antialiased;
  /*火狐浏览器 ，grayscale抗锯齿*/
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  list-style-type: none;
  border: 0px none;
}

.cmp640 {
  width: 100%;
  max-width: 1200px;
  /*min-width: 320px;*/
  margin: 0px auto;
  right: 0px;
  background-color: #fff;
  /* padding: 10px 0; */
}
.cmp6401{
  width: 100%;
  max-width: 1200px;
  /*min-width: 320px;*/
  margin: 0px auto;
  right: 0px;
  background-color: #fff;
/*   padding: 10px 0; */
}
.bg {
  width: 100%;
  height: 268px;
  background: url("../images/kbg2.jpg") no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg1 {
  /* height: 330px; */
  background: url("/images/2.jpg") no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  width: 100%;
  height: 268px;
  background: url("../images/kbg2.png") no-repeat center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap {
  margin: 20px 30px 40px;
}

.req {
  color: red;
  font-weight: blod;
}

h1 {
  color: #19a8ee;
  text-align: center;
}

h2 {
  padding: 10px 0;
  color: #666;
}

h3 {
  font-size: 14px;
}

/* ul {
  border-bottom: 1px solid #ddd;
} */

.star1,
.star2 {
  display: inline-block;
  padding: 20px 0 10px 30px;
}

.star1 input {
  display: none;
}

.star1 label {
  cursor: pointer;
  font-size: 27px;
  color: yellow;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  float: left;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 3px 3px #2b3c4e;
}

.star1 label:before {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  /*实心*/
}

.star1 input:checked+label~label:before {
  content: "\f006";
  /*空心*/
}

.star1:hover label:before {
  content: "\f005";
}

.star1:hover label:hover~label:before {
  content: "\f006";
}

.star1 .left {
  float: left;
  width: 60px;
  margin-top: 13px;
}

.star1 .right {
  float: right;
  width: 60px;
  margin-top: 13px;
}

.star2 input {
  display: none;
}

.star2 label {
  cursor: pointer;
  font-size: 27px;
  color: yellow;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  float: left;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 3px 3px #2b3c4e;
}

.star2 label:before {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  /*实心*/
}

.star2 input:checked+label~label:before {
  content: "\f006";
  /*空心*/
}

.star2:hover label:before {
  content: "\f005";
}

.star2:hover label:hover~label:before {
  content: "\f006";
}

.star2 .left {
  float: left;
  width: 60px;
  margin-top: 13px;
}

.star2 .right {
  float: right;
  width: 60px;
  margin-top: 13px;
}

.radio {
  padding: 0 0 10px 0px;
}

.radio li {
  line-height: 34px;
  padding-left: 12px;
  width: 46%;
  /* margin-right: 20px; */
  display: flex;
  align-items: center;
}

/* .radio li:hover {
  background-color: rgba(40, 99, 243, 0.1);
} */
.radio li input {
  font-size: 27px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.blue-ruler {
  position: absolute;
  width: 308px;
  height: 20px;
  background-image: url(img-wj/scrollbg.gif);
}

.sign {
  position: absolute;
  width: 10px;
  height: 18px;
  background-image: url(img-wj/scrfloat.gif);
}

.num {
  position: absolute;
  width: 24px;
  height: 20px;
  top: -21px;
  left: 30px;
  color: red;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.scale {
  position: relative;
  width: 308px;
  height: 20px;
  color: #333;
}

.scale .cm {
  position: absolute;
  width: 10%;
  height: 8px;
  top: 12px;
  border-left: 1px solid #666;
}

.scale .cm:after {
  position: absolute;
  content: attr(data-value);
  bottom: -16px;
  left: -6px;
}

.text {
  width: 308px;
  height: 35px;
  font-size: 16px;
  color: red;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.text-left {
  float: left;
}

.text-right {
  float: right;
}

dl {
  margin: 20px;
  /* color: #aaa; */
  /* font-size: 16px; */
}

/*dl dd{
	text-indent: 2em;
}*/
.txt-c {
  text-align: center;
}

.width-5 {
  width: 50%;
}

.weight100 {
  font-weight: lighter;
}

.weight500 {
  font-weight: bold;
}

.weight900 {
  font-weight: bolder;
}

.size10 {
  font-size: 10px;
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.bg-bai {
  background-color: #fff;
}

.bg-hui {
  background-color: #eee;
}

.zi-bai {
  color: #fff;
}

.hang20 {
  height: 20px;
  line-height: 18px;
}

.hang40 {
  height: 40px;
  line-height: 38px;
}

.hang80 {
  height: 80px;
  line-height: 58px;
}

.hang100 {
  height: 100px;
}

.zi-lan {
  color: #005eac;
}

.bg-lan {
  background-color: #005eac;
}

.radio li .srkn {
  width: 58%;
  border: 1px solid #c1c1c1;
  height: 28px;
  border-radius: 20px;
  padding-left: 5px;
  font-size: 16px;
}

.dl_td {
  width: 100%;
  /* min-width: 1290px; */
  height: 89px;
  background: url("/images/td_top.gif") repeat-x;
  overflow: hidden;
}

.dl_zn {
  /* width: 1290px; */
  max-width: 1200px;
  width: 100%;
  height: 89px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

.dl_zn img {
  margin-top: 15px;
}

.dl_zn_f {
  float: right;
  line-height: 92px;
  font-size: 14px;
  color: #bbd5ea;
}


.copyright {
  width: 100%;
  /* min-width: 1290px; */
  /* height: 175px; */
  background: #3374AA;
  overflow: hidden;
}

.cop {
  /* width: 1109px; */
  width: 100%;
  /* height: 175px; */
  background: #3374AA;
  margin: 0 auto;
  text-align: center;
  color: #d3edf2;
  line-height: 30px;
  margin-top: 20px;
}

.cop a {
  color: #d3edf2;
}

.cop a:hover {
  color: #ffffff;
}

.cop_qy {
  color: #86b3da;
  line-height: 24px;
  margin-top: 16px;
  font-size: 14px;
}

.cop_dh {
  margin-bottom: 14px;
}

.cop_fgx {
  background: #568ebd;
  border: 0;
  height: 1px;
}

.cop_s {
  margin: 0 16px 0 16px;
  color: #508ebb;
}

.fwfl {
  margin: 17px 4px 28px 0;
  display: inline-block;
  color: #fff;
}



/* 专栏首页 */
.columnborder {
  width: 96%;
  margin: 10px auto;
  border: 3px solid #237e57;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.columnimg {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 20px auto;
}

.columnimg img {
  width: 90%;
}

.colutitlecont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  border: 2px dashed #237e57;
  border-radius: 10px;
}

.columnspan {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-size: 1.2rem;
}

.columnp {
  text-indent: 2em;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: justify;
  margin-bottom: 10px;
}

.columnnop {
  margin: 0;
  font-size: 1rem;
  text-align: right;
  color: #777;
}

.columnjoin {
  /* display: flex; */
  /* width: 142px; */
  margin: 10px auto;
  width: 50%;
  float: left;
  text-align: center;
  /* margin-left: 10%; */
}

.columnjoin span {
  /* width: 30px; */
  line-height: 40px;
  color: #237e57;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
}

.columnerwm {
  width: 8em;
  height: 8em;
  padding: 5px;
  box-sizing: border-box;
  border: 3px solid #237e57;
  border-radius: 2px;
  /* float: left; */
  margin: 0 auto;
}

.columnerwm img {
  width: 100%;
  height: 100%;
}

.columnlist {
  width: 100%;
}

.columnul {
  width: 100%;
}

.columnul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.columnli {
  /* font-size: 20px; */
  width: 90%;
  max-width: 666px;
  padding: 1rem;
  box-sizing: border-box;
  padding-left: 4rem;
  margin: 0 auto;
  margin-bottom: 10px;
  /* background: url(/images/columnlist1.png)no-repeat center center;
  background-size: 100% 100%; */
  position: relative;
  border: 2px solid #237e57;
  border-radius: 8px;
  background:#e5fff4;
}

.columnli a {
  color: #237e57;
  font-size: 1.2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.columnli-span{
  position: absolute;
  left: 0;
  width: 3rem;
  top: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: #237e57;
  border-radius: 5px 0px 0px 5px;
  /* background: url(/images/columnlist1.png)no-repeat center center; */
  /* background-size: 100% 100%; */
}
/* .columnli1 {
  background: url(/images/columnlist1.png)no-repeat center center;
  background-size: 100% 100%;
}

.columnli2 {
  background: url(/images/columnlist2.png)no-repeat center center;
  background-size: 100% 100%;
}

.columnli3 {
  background: url(/images/columnlist3.png)no-repeat center center;
  background-size: 100% 100%;
}

.columnli4 {
  background: url(/images/columnlist4.png)no-repeat center center;
  background-size: 100% 100%;
}

.columnli5 {
  background: url(/images/columnlist5.png)no-repeat center center;
  background-size: 100% 100%;
} */

.columncheck {
  display: none;
}

.columnchecki {
  width: 26px;
  height: 26px;
  background: url(/images/change-off.png)no-repeat center center;
  background-size: 26px 26px;
  float: left;
}

.columnchecki-on {
  background: url(/images/change-on.png)no-repeat center center;
  background-size: 26px 26px;
}

.columnjoin-a {
  display: block;
  width: 112px;
  height: 112px;
  background: url(/images/ljcy.png)no-repeat center center;
  background-size: 112px 112px;
  margin-right: 23px;
  margin: 0 auto;
}

.columnjoinc {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  /* font-size: 1.2rem; */
  font-weight: bold;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.columnjoin1 {
  width: 155px;
}

.columnjoin-a1 {
  background: url(/images/ljcy.png)no-repeat center center;
  background-size: 112px 112px;
}

.columnjoin-a2 {
  background: url(/images/ljcy.png)no-repeat center center;
  background-size: 112px 112px;
}

.columnjoin-a3 {
  background: url(/images/ljcy.png)no-repeat center center;
  background-size: 112px 112px;
}

.columninlist {
    /* padding: 0 2em; */
    text-indent: 2em;
    font-size: 1.2rem;
}

.columninlist-title {
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: bold;
}
.columninlist-title1{
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: bold;
}
.columninlist-li {
  /* padding: 10px; */
  line-height: 36px;
}

.columninlist-lia {
  font-size: 1.2rem;
  color: #333;
}
.columninlist-lia:hover{
  color:#3374AA;
}
.columninlist-lis {
  font-size: 1.1rem;
  margin-left: 15px;
  color: #333;
}
.columninlist-lia1{
  /* display: inline-block; */
  margin-left: 15px;
}

/* 邀请书 */
.zlj_sm {
  text-align: right;
  margin-top: 47px;
}
.zlj_sms {
  text-align: right;
  margin-top: 20px;
}
.zlj_sms a{
  color: #0000ee;
}
.zlj_smst {
  width: 25px;
  vertical-align: sub;
}
.btyy {
  text-indent: 0;
}

.my-links{
  flex-wrap: wrap;
  justify-content: center;
}