/* CSS Document */
.ani,
.ani * {
  transition-property: all;
  -ms-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.pc_container,
.page_container.pc_container *,
.page_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
}

.page_container img {
  vertical-align: top;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.pc_container {
  font-family: PingFang SC;
  background: #fff
}

.pc_container .banner {
  background: url(../images/banner_bg1.jpg) no-repeat center top;
  background-size: cover;
}

.pc_container .banner .wrapper {
  position: relative
}

.pc_container .banner .wrapper img {
  float: right;
}

.pc_container .banner .desc {
  position: absolute;
  left: 0;
  top: 80px;
  color: #fff;
}

.pc_container .banner .desc h1 {
  font-size: 48px;
  line-height: 50px;
}

.pc_container .banner .desc p {
  font-size: 22px;
  line-height: 2;
  padding: 20px 0 50px 0;
}

.pc_container .banner .desc .btn a,
.pc_container .banner .desc .btn span {
  float: left;
  width: 180px;
  height: 60px;
  font-size: 18px;
  color: #246FDC;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-radius: 2px;
  margin-right: 10px;
}

.pc_container .banner .desc .btn span {
  color: #fff;
  border: 1px solid #fff;
  line-height: 58px;
  background: none;
  cursor: pointer;
}

.pc_container .banner .desc .btn span:hover {
  background: #fff;
  color: #246FDC;
}

.pc_container .section_main {
  text-align: center;
  padding: 95px 0 80px 0;
  overflow: hidden;
}

.pc_container .section_main .tit {
  padding: 0 0 35px;
  text-align: center;
}

.pc_container .section_main .tit span {
  font-size: 18px;
  line-height: 1;
  height: 38px;
  color: #333;
  display: inline-block;
  position: relative;
}

.pc_container .section_main .tit span:before {
  content: '';
  width: 40px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  ;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
}

.pc_container .section_main .tit h2 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  padding-bottom: 20px;
  margin-top: 15px;
}

.pc_container .section_main .tit p {
  font-size: 16px;
  line-height: 28px;
  color: #888;
}

.pc_container .section_main .tit.white h2,
.pc_container .section_main .tit.white p,
.pc_container .section_main .tit.white span {
  color: #fff;
}

.pc_container .section_main .tit.white span:before {
  background: #fff;
}

.pc_container .section_main .more {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
}

.pc_container .section_main .more .btn {
  display: inline-block;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(81, 133, 252) 24%, rgb(43, 20, 221) 100%, rgb(81, 133, 252) 100%, rgb(43, 20, 221) 100%);
}

.pc_container .section_01 {
  background: #f5f5f5;
}

.pc_container .section_01 ul {
  padding: 10px 0 40px;
  margin: 0 -10px;
}

.pc_container .section_01 li {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.pc_container .section_01 li .item {
  background: #fff;
  min-height: 360px;
  padding: 50px 20px 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pc_container .section_01 li h3 {
  position: relative;
  line-height: 1;
  padding: 33px 0 0 0;
  margin-top: 30px;
  font-size: 24px;
  color: #000;
}

.pc_container .section_01 li h3:before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #e6e6e6;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px;
}

.pc_container .section_01 li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 20px 0 0 0;
}

.pc_container .section_02 {
  background: #fff;
}

.pc_container .section_02 li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 1;
  color: #333;
  padding: 0 0 50px;
}

.pc_container .section_02 li h3 {
  font-size: 24px;
  padding: 30px 0 15px;
}

.pc_container .section_02 li p {
  font-size: 16px;
}

.pc_container .section_03 {
  background: #f5f5f5
}

.pc_container .section_05 {
  background: url("../images/5f_bg.jpg") repeat-y 50% 0;
  padding-bottom: 0;
}

.pc_container .section_08 {
  background: url("../images/8f_bg.jpg") no-repeat 50% 0;
  padding: 0 0 30px;
}

.pc_container .section_08 .desc+img {
  float: right;
}

.pc_container .section_08 .desc {
  color: #fff;
  text-align: left;
  padding: 100px 0 0 0;
  float: left;
}

.pc_container .section_08 .desc h2 {
  font-size: 36px;
  line-height: 48px;
}

.pc_container .section_08 .desc p {
  font-size: 16px;
  line-height: 30px;
  padding: 27px 0 40px 0;
}

.pc_container .section_08 .desc li {
  float: left;
  padding: 0 60px 0 0;
  text-align: center;
}

.pc_container .section_08 .desc span {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 1;
  padding: 20px 0 0;
}




/* article_cate.css start */

.cate-list {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px 30px;
}

.cate-list dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEFF2;
  padding-bottom: 24px;
  margin-top: 10px;
}

.cate-list .cate-item {
  float: left;
  margin: 0 22px;
  line-height: 55px;
}

.cate-list .cate-item a {
  font-size: 14px;
  transition: all .2s;
  border-radius: 3px;
  position: relative;
}

.cate-list .current a:after {
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  background-color: #246FDC;
  bottom: -14px;
  left: 28%;
}

.cate-list .cate-item.current a,
.cate-list .cate-item a:hover {
  color: #246FDC;
  font-weight: bold;
}

.mod-list-big .item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #EDEFF2;
  cursor: pointer;
}

.mod-list-big .item .img {
  width: 263px;
  height: 142px;
  float: left;
  background: #f5f5f5;
}

.mod-list-big .item .img img {
  width: 263px;
  height: 142px;
}

.mod-list-big .info {
  margin-left: 292px;
}

.mod-list-big .info .title {
  padding: 10px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mod-list-big .info .title span {
  font-size: 16px;
  font-weight: bold;
}

.mod-list-big .info .title i {
  display: inline-block;
  width: 32px;
  height: 18px;
  color: #fff;
  background: #ddd;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
  vertical-align: 1px;
  margin-right: 7px;
}

.mod-list-big .info .title i.i-hot {
  background: #F89018;
}

.mod-list-big .info .title i.i-new {
  background: #FE2D2D;
}

.mod-list-big .info .intro {
  font-size: 14px;
  color: #888;
  line-height: 23px;
  height: 46px;
  word-break: break-all;
  margin-bottom: 23px;
  overflow: hidden;
}

.mod-list-big .info .extra {
  font-size: 14px;
  color: #bbb;
}

.mod-list-big .info .extra span {
  display: inline-block;
  vertical-align: top;
}

.mod-list-big .info .extra .time {
  margin-right: 20px;
}

.mod-list-big .info .extra .view img {
  vertical-align: -1px;
}





/* style.css start */

/* ---------- reset ---------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body,
button,
input,
textarea,
select {
  font: 12px/1.5 Arial, 'microsoft yahei', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

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

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

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

img {
  border: 0 none;
}

i,
em {
  font-style: normal;
}

input,
select,
textarea {
  font-size: 100%;
}

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

a {
  cursor: pointer;
}

:focus {
  outline: 0
}

::selection {
  background: blue;
  color: white;
}

::-moz-selection {
  background: blue;
  color: white;
}

::-webkit-selection {
  background: blue;
  color: white;
}

/* ---------- common ---------- */
html {
  color: #333;
  background: #fff
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.black {
  color: #333 !important
}

.white {
  color: #fff !important
}

.green {
  color: #98ba2a !important
}

.red {
  color: #246FDC !important
}

.blue {
  color: #00f !important
}

.skyblue {
  color: #3DBAF7 !important
}

.honor-blue {
  color: #00b5e2 !important
}

.gray {
  color: #c0c0c0 !important
}

.yellow {
  color: #ff0 !important
}

.bg-blue {
  background-color: #3DBAF7 !important;
}

.bold {
  font-weight: 700 !important
}

.hide,
.hidden {
  display: none !important
}

.show {
  display: block !important
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed;
}

.fcn {
  font-family: \5b8b\4f53
}

.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  *zoom: 1
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.container {
  *zoom: 1
}

.ftx01 {
  color: #2378d4;
}

.ftx02 {
  color: #b74506 !important;
}

.ftx03 {
  color: #ec5051;
}

a.ftx01:hover {
  color: #ec5051;
}

.btn_red {
  background-color: #f42424 !important;
}

.btn_red:hover {
  background-color: #ec5051 !important;
}

/*commen*/
.f12 {
  font-size: 12px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f18 {
  font-size: 18px
}

.f20 {
  font-size: 20px
}

.f24 {
  font-size: 24px
}

.f26 {
  font-size: 26px
}

.f30 {
  font-size: 30px
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pd30 {
  padding: 30px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ov-h {
  overflow: hidden;
}

/*base*/
body {
  overflow-x: hidden;
  min-width: 1320px;
}

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

.m-color {
  color: #246FDC;
}

.section {
  padding: 100px 0 110px 0;
}

.section-bg {
  background: #F5F5FA !important;
}

.btn-div {
  text-align: center;
  margin: 100px auto 0;
}

.btn-div .btn {
  border-radius: 2px;
  background: linear-gradient(90deg, #267af3, #82B4FF);
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 60px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
}

.btn-div .btn-border-blue {
  border-radius: 2px;
  line-height: 60px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 60px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
}

.btn-div .btn-border-blue:hover {
  background-color: #FFFFFF;
  color: #2C5AF5;
}

.btn-div .btn-border-while {
  border-radius: 2px;
  line-height: 60px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 60px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: 10px;
  text-align: center;
}

.btn-div .btn-border-while:hover {
  background-color: #ffffff;
  color: #246FDC;
}

.btn-div .btn-border-red {
  line-height: 60px;
  border: 1px solid #FF1C00;
  color: #FF1C00;
  font-size: 16px;
  width: 200px;
  height: 60px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}

.btn-div .btn-border-red:hover {
  background-color: #ffffff;
  color: #246FDC;
}

.btn-div .btn-blue {
  line-height: 60px;
  background: linear-gradient(90deg, #2d44f2, #2aa7ff);
  color: #FFFFFF;
  font-size: 16px;
  width: 200px;
  height: 60px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: 10px;
  text-align: center;
}

.btn-div .btn-blue:hover {
  opacity: 0.9;
}

.btn-red {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: url(../images/button-red.png) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 0 none;
  cursor: pointer;
}

.btn-red:hover {
  background-position: right top;
  color: #fff;
}

.btn-red2 {
  transition: all .2s;
  font-size: 16px;
  color: #fff;
  width: 130px;
  height: 40px;
  background: #0068ff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-red2:hover {
  background: #e02629;
  color: #fff;
}

.btn-line {
  transition: all .2s;
  height: 60px;
  width: 200px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-line:hover {
  color: #246FDC;
  background: white;
}

.btn-line-big {
  width: 178px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}

.btn-red-line {
  height: 38px;
  width: 128px;
  border: 1px solid #F92028;
  color: #F92028;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-red-shadow {
  background: url(../images/button-red-a.png) no-repeat left top;
  font-size: 18px;
  width: 160px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btn-red-shadow:hover {
  color: #fff;
  background-position: right top;
}

.btn-orange-shadow {
  font-size: 18px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-orange-shadow {
  background: rgb(251, 102, 0);
  background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
  background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
  color: #fff;
  opacity: .8
}

.btn-blue-shadow {
  background: url(../images/button-blue.png) no-repeat left top;
  font-size: 18px;
  width: 160px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btn-blue-shadow:hover {
  color: #fff;
  background-position: right top;
}

.btn-black-shadow {
  background: url(../images/button-black.png) no-repeat left top;
  font-size: 18px;
  width: 160px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-black-shadow:hover {
  color: #fff;
  background-position: right top;
}

.btn-green-shadow {
  background: url(../images/button-green.png) no-repeat left top;
  font-size: 18px;
  width: 200px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-green-shadow:hover {
  color: #fff;
  background-position: right top;
}

.btn-green-shadow-s {
  background: url(../images/button-green-s.png) no-repeat left top;
  font-size: 18px;
  width: 160px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-green-shadow-s:hover {
  color: #fff;
  background-position: right top;
}



.section-7 .imgBorder{
  text-align: center;
} 

.section-title {
  text-align: center;
  padding-top: 90px;
  margin-bottom: 70px;
  position: relative;
}

.section .section-title {
  padding-top: 0;
}

.section-title h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.section-title h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-title span {
  font-weight: bold;
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.section-title.crown div {
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}

.section-title.crown div:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  display: inline-block;
  background: linear-gradient(90deg, #246FDC, #82B4FF);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.crown span {
  font-size: 36px !important;
}

.section-title.white h2 {
  color: #fff;
}

.section-title.white p {
  color: #fff;
}

.section-footer {
  text-align: center;
  padding-top: 55px;
  margin-bottom: 50px;
  position: relative;
}

.section-footer h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}

.section-footer h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}

.section-footer h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}

.section-footer p {
  font-size: 16px;
  color: #95989d;
}

.section-footer .crown {
  font-size: 24px;
  background: url(../images/02-img1.png) no-repeat center bottom;
  padding-bottom: 13px;
  margin-bottom: 10px;
}

.section-footer.white h2 {
  color: #fff;
}

.section-footer.white p {
  color: #fff;
}

.mod-line-bg {
  background: url(../images/line-bg.jpg) repeat-y left top;
  background-size: 100%;
  color: #fff;
}

/*head*/
.header {
  height: 79px;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  font-size: 14px;
}

.header-padding {
  height: 80px;
  display: block;
}

.header .hd_logo {
  width: 86px;
  height: 30px;
  margin-top: 23px;
  background: url(../images/logo2.png) no-repeat left top;
  float: left;
}

.header .hd_nav {
  float: left;
  margin-left: 48px;
}

.header .hd_nav .nav_item {
  float: left;
}

.header .hd_nav .nav-link {
  line-height: 79px;
  display: block;
  padding: 0 20px;
  position: relative;
}

.header .hd_nav .current .nav-link {
  color: #246FDC;
}

.header .hd_nav .nav_item.current .nav-link:after,
.header .hd_nav .nav_item:hover .nav-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #246FDC;
}

.header .hd_nav .nav-slide {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 80px;
  background: #fff;
  overflow: hidden;
}

.header .hd_nav .nav-slide .i-hot,
.header .hd_nav .nav-slide .i-new {
  width: 40px;
  height: 19px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}

.header .hd_nav .nav-slide .i-hot {
  background: url(../images/menu-hot.gif) no-repeat;
}

.header .hd_nav .nav-slide .i-new {
  background: url(../images/menu-new.gif) no-repeat;
}

.header .hd_nav .ns-list {
  margin-top: -100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.header .hd_nav .ns-list:after {
  content: "";
  display: block;
  height: 20px;
}

.header .hd_nav .nav_item:hover .nav-slide {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.header .hd_nav .nav_item:hover .ns-list {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top ease 0.5s;
  transition: margin-top 0.5s ease;
}

.header .hd_nav .ns-list dl {
  float: left;
  width: 250px;
  margin: 30px 50px 30px 0;
}

.header .hd_nav .ns-list dt {
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 16px;
  margin-right: 30px;
}

.header .hd_nav .ns-list dd {
  line-height: 32px;
}

.header .hd_nav .ns-list .dl-block {
  float: none;
  width: 100%;
  margin: 10px 0 30px 0;
}

.header .hd_nav .ns-list .dl-block dt {
  width: 190px;
}

.header .hd_nav .ns-list .dl-block dd {
  overflow: hidden;
}

.header .hd_nav .ns-list .dl-block dd a {
  float: left;
  margin-right: 40px;
  padding: 10px 0;
}

.header .hd_nav .ns-list .dl-block dd a:hover {
  color: #246FDC;
}

.header .hd_nav .ns-recommend {
  background: #F4F4F4;
  padding: 20px 0;
}

.header .hd_nav .nr-hd {
  float: left;
  width: 73px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: url(../images/menu-jt.png) no-repeat;
  color: #fff;
}

.header .hd_nav .nr-list {
  margin-left: 85px;
}

.header .hd_nav .nr-list li {
  float: left;
  line-height: 30px;
  margin: 0 20px;
}

.header .hd_nav .ns-list .links {
  padding: 30px 0;
}

.header .hd_nav .ns-list .links a {
  float: left;
  margin-right: 40px;
}

.header .hd_nav .ns-list .links a:hover {
  color: #246FDC;
}

.header .hd_nav .ns-list .service-box {
  float: left;
  margin-top: 43px;
}

.header .hd_nav .ns-list .service-box p {
  font-size: 16px;
  color: #888888;
  line-height: 36px;
}

.header .hd_nav .ns-list .service-box p span {
  color: #333;
}

.header .hd_nav .ns-list .service-box a {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #DCDCDC;
  display: block;
  color: #246FDC
}

.header .hd_extra {
  float: right;
  margin-top: 19px;
}

.header .hd_extra .elink {
  float: left;
  padding: 0 9px;
  line-height: 40px;
}

.header .hd_extra .elink i {
  display: inline-block;
  width: 23px;
  height: 17px;
  margin-right: 5px;
}

.header .hd_extra .elink i.i-cloud {
  background: url(../images/top-icon-1.png) no-repeat center;
  vertical-align: middle;
}

.header .hd_extra .elink i.i-bag {
  background: url(../images/top-icon-2.png) no-repeat center;
  vertical-align: sub;
}


/*jq-alert弹出层封装样式*/
.jq-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  z-index: 99;
}

.jq-alert .alert {
  background-color: #FFF;
  width: 80%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.jq-alert .alert .title {
  position: relative;
  margin: 0;
  font-size: .3rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .content {
  padding: .3rem;
  font-size: .28rem;
  color: rgba(0, 0, 0, .6);
}

.jq-alert .alert .content .prompt {
  width: 100%;
}

.jq-alert .alert .content .prompt .prompt-content {
  font-size: .28rem;
  color: rgba(0, 0, 0, .54);
}

.jq-alert .alert .content .prompt .prompt-text {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: .6rem;
  box-sizing: border-box;
  margin-top: .2rem;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  text-indent: 5px;
}

.jq-alert .alert .content .prompt .prompt-text:focus {
  border: 1px solid #2196F3;
  background-color: rgba(33, 150, 243, .08);
}

.jq-alert .alert .fd-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
}

.jq-alert .alert .fd-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a {
  width: 100%;
  height: .8rem;
  font-size: .26rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .fd-btn a.cancel {
  position: relative;
  color: rgba(0, 0, 0, .5);
}

.jq-alert .alert .fd-btn a.cancel:after {
  content: "";
  position: absolute;
  top: .1rem;
  right: 0;
  width: 1px;
  height: .6rem;
  background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a.confirm {
  color: #2196F3;
}

.jq-alert .alert .fd-btn a.confirm:active {
  background-color: #2196F3;
  color: #FFF;
}

/*toast弹出层*/
.jq-toast {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.jq-toast .toast {
  max-width: 80%;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, .48);
  color: #FFF;
  border-radius: 4px;
  font-size: 16px;
}



/* style6.css start */

a:hover {
  text-decoration: underline;
}

:focus {
  outline: 0
}

::selection {
  background: #246FDC;
  color: white;
}

::-moz-selection {
  background: #246FDC;
  color: white;
}

::-webkit-selection {
  background: #246FDC;
  color: white;
}

html {
  color: #333;
  background: #fff
}

body {
  overflow-x: hidden;
  min-width: 1320px;
}

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

a:hover {
  text-decoration: none;
  color: #246FDC;
}

img {
  vertical-align: top;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.black {
  color: #333 !important
}

.white {
  color: #fff !important
}

.green {
  color: #98ba2a !important
}

.red {
  color: #246FDC !important
}

.blue {
  color: #00f !important
}

.skyblue {
  color: #3DBAF7 !important
}

.honor-blue {
  color: #00b5e2 !important
}

.gray {
  color: #c0c0c0 !important
}

.yellow {
  color: #ff0 !important
}

.bg-blue {
  background-color: #3DBAF7 !important;
}

.bold {
  font-weight: 700 !important
}

.hide,
.hidden {
  display: none !important
}

.show {
  display: block !important
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed;
}

.fcn {
  font-family: \5b8b\4f53
}

.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  *zoom: 1
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.container {
  *zoom: 1
}

.mb-0 {
  margin-bottom: 0 !important;
}

.body {
  padding: 80px 0 60px 0;
  min-height: 600px;
  background: #F7F9FC;
  /* margin-top: 80px; */
}
.body.notop {
    padding: 0 0 60px 0;
}
.body .headLoginRegister{
  padding-top:80px !important;
}
.et-wrap:after {
  content: "";
  display: block;
  clear: both;
}

#right_div {
  top: 12.8%;
  width: 100%;
  transition: margin-top 1s;
  transition-timing-function: cubic-bezier(0, 0.27, 0.13, 1.46);
}

.et-t {
  position: relative;
  float: right;
  width: 280px;
}

.breadcrumb {
  padding: 15px 0px;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  color: #999;
}

.breadcrumb a {
  color: #999;
  margin: 0 4px;
}

.breadcrumb a:hover {
  color: #246FDC;
}

.breadcrumb span[href] {
  color: #333;
}

.et-e {
  float: left;
  width: 900px;
}

.line-split {
  border-top: 1px solid #e0e0e0;
  margin: 30px 0;
}

.img-scale img,
.img-scale-list img {
  transition: all .2s;
}

.img-scale:hover img,
.img-scale-list li:hover img {
  transform: scale(1.05);
}

.et-e_right .b-slide .hd li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 3px 3px;
  width: 0;
  height: 0;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
}

.et-e_right .b-slide .hd li:after {
  height: 0;
}

.et-e_right .b-slide .hd li.on:after {
  background: #ffffff;
  opacity: 0.5;
}

.et-e_right .b-slide .hd li.on {
  padding: 3px 7px;
  border-radius: 20px;
}

.et-e_right .b-slide .bd img {
  height: 150px;
}

.et-e_right {
  height: 170px;
}

.et-e_right .b-slide {
  width: 279px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.et-e_right .b-slide .hd {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 5px;
}

/*
!文章封面 640*348 比例1.84
!宽度为780的盒子里左1右2布局
1.84x+10+1.84y = 780
2y + 10 = x

1.84(2y+10)+10+1.84y=780
5.52y+28.4 = 780
y=136.15942
x=282.31884

?左大图尺寸：282.31884*519.466666
?右小图尺寸：136.15942*250.533333
*/
.et-e .index-banner {
  margin-bottom: 20px;
  background: #fff;
  height: 320px;
  padding: 10px;
}

.et-e .index-banner .b-side {
  margin-left: 10px;
  width: 280px;
  float: left;
}

.et-e .index-banner .b-side .side-item {
  height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.et-e .index-banner .b-side .side-item:last-child {
  margin-bottom: 0;
}

.et-e .index-banner .b-side .side-item img {
  width: 100%;
}

.et-e .index-banner .b-side .side-item .mask {
  height: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s;
  opacity: 0.8;
}

.et-e .index-banner .b-side .side-item:hover .mask {
  height: 50px;
}

.et-e .index-banner .b-side .side-item .title {
  color: #fff;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 8px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zst-title {
  margin-bottom: 20px;
}

.zst-title h3 {
  font-size: 22px;
  font-weight: 700;
}

.zst-title .more {
  float: right;
  line-height: 33px;
  font-size: 13px;
}

.zst-title .more a {
  color: #999;
}

.zst-title .more a:hover {
  color: #246FDC;
}

.article-list {
  background: #fff;
}

.article-list .article-item {
  margin-bottom: 30px;
  font-size: 13px;
}

.article-list .article-item .img {
  float: left;
  width: 220px;
  height: 119.56px;
  overflow: hidden;
}

.article-list .article-item .img img {
  width: 220px;
  height: 119px;
}

.article-list .article-item .text {
  margin-left: 240px;
  position: relative;
  height: 120px;
}

.article-list .article-item .text .title {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 28px;
  max-height: 56px;
}

.article-list .article-item .text .title a {
  color: #000;
  font-size: 18px;
  transition: all .2s;
  font-weight: 700;
}

.article-list .article-item .text .title i {
  display: inline-block;
  width: 32px;
  height: 18px;
  color: #fff;
  background: #ddd;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
  vertical-align: 1px;
  margin-right: 7px;
}

.article-list .article-item .text .title i.i-new {
  background: #FE2D2D;
}

.article-list .article-item .text .title i.i-hot {
  background: #F89018;
}

.article-list .article-item .text .intro {
  height: 30px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.article-list .article-item .text .extra {
  position: absolute;
  color: #b2b2b2;
  bottom: -3px;
  width: 100%;
}

.article-list .article-item .text .extra .e-link {
  position: absolute;
  right: 0;
  opacity: 1;
  color: #629bfa;
  padding-left: 10px;
  background: #fff;
  transition: all .2s;
}

.article-list .article-item .text .extra .e-year {
  float: left;
}

.article-list .article-item .text .extra .e-time {
  float: right;
}

.article-list .article-item:hover .text .extra .e-link:hover {
  color: #4285f4
}

.article-list .article-item .text .title a:hover {
  color: #246FDC;
  /* background: -webkit-gradient(linear,left top,right top,from(#246FDC),to(#f8a61e));
  background: linear-gradient(to right,#246FDC,#f8a61e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none; */
}

.article-list .article-item-big {
  margin-bottom: 50px;
}

.article-list .article-item-big .img {
  width: 367px;
  height: 200px;
}

.article-list .article-item-big .text {
  margin-left: 397px;
  padding-top: 23px;
}

.article-list .article-item-big .text .title {
  margin-bottom: 20px;
}

.article-list .article-item-big .text .intro {
  height: 80px;
  line-height: 20px;
  white-space: normal;
}

.article-list .article-item-big .extra .e-btn {
  color: #246FDC;
  transition: all .2s;
  border: 1px solid #246FDC;
  display: inline-block;
  padding: 0 18px;
  line-height: 30px;
  font-size: 14px;
}

.article-list .article-item-big .extra .e-btn:hover {
  color: #fff;
  background: #246FDC;
}

/* 右侧推荐位 */
.ad-w-280 {
  margin-bottom: 30px;
  overflow: hidden;
}

.ad-lower {
  width: 367px;
  height: 390px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 10px 0px rgba(109, 111, 121, 0.2);
  border-radius: 5px;
  margin-bottom: 20px;
  float: right;
}

.ad-w-366 {
  width: 290px;
  height: 131px;
  margin: 0px auto;
  border-bottom: 1px solid #EDEDED;
}

.ad-w-366 div {
  display: inline-block;
  margin-top: 25px;
}

.ad-w-366 div:nth-child(1) {
  width: 35%;
}

.ad-w-366 div:nth-child(2) {
  width: 65%;
  float: right;
  height: 80px;
}

.ad-w-366 p {
  text-align: center;
  height: 40px;
}

.ad-w-366 p:nth-child(1) {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
}

.ad-w-366 p:nth-child(2) {
  width: 138px;
  height: 40px;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(179, 179, 179, 1);
  line-height: 40px;
}

.et-e .zst-box {
  background: #fff;
  padding: 0 30px 60px;
}

.rec-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.rec-title i {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -5px;
}

.rec-title i.i-page {
  background: url(../images/icon-01.png) no-repeat 0 0;
}

.rec-title i.i-book {
  background: url(../images/icon-01.png) no-repeat 0 0;
}

.rec-title .more {
  float: right;
  color: #999;
  line-height: 27px;
  font-size: 12px;
  font-weight: normal;
}

.rec-title .more:hover {
  color: #246FDC;
}

.rec-news-wrap {
  border-left: 1px solid #eee;
  padding-left: 20px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.rec-news-wrap .more-btn {
  display: block;
  height: 38px;
  line-height: 38px;
  transition: all .2s;
  text-align: center;
  border: 1px solid #246FDC;
  color: #246FDC;
}

.rec-news-wrap .more-btn:hover {
  background: #246FDC;
  color: #fff;
}

.news-list .news-item .title {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
}

.news-list .news-item .title:before {
  content: "";
  position: absolute;
  left: -25.5px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: url(../images/icon-03.png) no-repeat;
}

.news-list .news-item .title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .news-item .time {
  color: #999;
  margin-bottom: 20px;
}

.top-list .top-item {
  position: relative;
  width: 366px;
  float: right;
  margin-bottom: 20px;
}

.top-list .top-item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.top-list .top-item .img {
  overflow: hidden;
}

.top-list .top-item img {
  width: 100%;
}

.top-list .top-item .mask {
  height: 50px;
  transition: all .2s;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-list .top-item:hover .mask {
  height: 60px;
}

.top-list .top-item .title {
  color: #fff;
  font-size: 15px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 8px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-list .top-item .flag {
  width: 46px;
  height: 39px;
  z-index: 3;
  position: absolute;
  left: -12px;
  top: 0;
  background: url(../images/icon-04.png) no-repeat;
}

.top-list .top-item .flag-1 {
  background-position: 0 0;
}

.top-list .top-item .flag-2 {
  background-position: -46px 0;
}

.top-list .top-item .flag-3 {
  background-position: -92px 0;
}

.rec-qrcode {
  background: #f7f9fc;
  margin-bottom: 20px;
  padding: 26px;
  overflow: hidden;
  width: 314px;
  float: right;
}

.rec-qrcode .img {
  float: left;
  width: 150px;
  height: 150px;
}

.rec-qrcode .img img {
  width: 100%;
  box-shadow: 0 11px 20px rgba(0, 0, 0, .06);
}

.rec-qrcode .text {
  margin-left: 170px;
  font-size: 18px;
}

.rec-qrcode .text .p1 {
  color: #888;
  padding: 45px 0 10px;
}

.video-list {
  margin: 0 -12px;
}

.video-list .video-item {
  position: relative;
  float: left;
  padding: 15px;
  text-align: center;
  transition: all .2s;
  width: 378px;
}

.video-list .video-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.video-list .video-item .img {
  overflow: hidden;
  position: relative;
}

.video-list .video-item .img:before {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transition: all .2s;
}

.video-list .video-item img {
  width: 378px;
}

.video-list .video-item .title {
  font-size: 15px;
  padding: 25px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.video-list .video-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.video-list .video-item:hover .title {
  color: #246FDC;
}

.video-list .video-item:hover .img:before {
  opacity: 1;
}

.article-box {
  background: #fff;
  position: relative;
}

.article-box .art-inner {
  width: 740px;
  margin-left: 78px;
  padding-top: 43px;
  padding-bottom: 20px;
}

.article-box .art-head {
  margin-bottom: 39px;
}

.article-box .art-head h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.article-box .art-head .info {
  font-size: 14px;
  color: #888;
}

.article-box .art-head .info .cate {
  color: #246FDC;
}

.article-box .art-head .info .cate i {
  margin: 0 4px 0 7px;
  font-weight: 700;
}

.art-foot {
  position: absolute;
  top: 144px;
  left: -90px;
}

.art-foot .item {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.art-foot .item .i-handler {
  color: #B3B3B3;
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(3, 3, 3, 0.05);
}

.art-foot .item .i-handler:hover {
  background: linear-gradient(90deg, rgba(253, 97, 42, 1), rgba(245, 38, 44, 1));
  color: #fff;
}

.art-foot .item .i-handler i {
  display: block;
  margin: 10px auto 2px;
  width: 30px;
  height: 30px;
  background: url(../images/icon-05.png) no-repeat;
}

.art-foot .item .i-handler i.i-weixin {
  background-position: 0 0;
}

.art-foot .item .i-handler i.i-weibo {
  background-position: -30px 0;
}

.art-foot .item .i-handler i.i-msg {
  background-position: -60px 0;
}

.art-foot .item .i-handler:hover i.i-weixin {
  background-position: 0 -30px;
}

.art-foot .item .i-handler:hover i.i-weibo {
  background-position: -30px -30px;
}

.art-foot .item .i-handler:hover i.i-msg {
  background-position: -60px -30px;
}

.art-foot .item .i-tip {
  display: none;
  width: 110px;
  height: 110px;
  background: #fff;
  padding: 9px;
  box-shadow: 0px 3px 8px 0px rgba(3, 3, 3, 0.05);
  left: 90px;
  top: -24px;
  position: absolute;
}

.art-foot .item .i-tip:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  left: -8px;
  border-right-color: transparent;
  border-top-color: transparent;
  top: 57px;
  transform: rotate(45deg);
}

.art-foot .item .i-tip img {
  width: 110px;
  height: 110px;
}

.art-foot .item:hover .i-tip {
  display: block;
}

.keywords {
  color: blue;
}

.btn-red {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: url(../images/button-red.png) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 0 none;
  cursor: pointer;
}

.btn-red:hover {
  background-position: right top;
  color: #fff;
}

/*首页新闻切换模块*/
.mod-news-slide {
  background: #fff;
  padding: 12px 29px;
  margin-bottom: 20px;
}

.mod-list-small {
  overflow: hidden;
  padding-top: 20px;
}

.mod-list-small .item {
  float: left;
  width: 40%;
  margin-right: 10%;
  padding: 10px 0;
  cursor: pointer;
}

.mod-list-small .item:hover .title a {
  color: #246FDC;
}

.mod-list-small .item .title {
  height: 22px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod-list-small .item .title .tag {
  display: inline-block;
  background: #3C94D2;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  padding: 0 5px;
  font-size: 13px;
  margin-right: 5px;
}

.mod-list-small .item .intro {
  height: 22px;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*右侧*/
.ett-box {
  background: #fff;
  padding: 22px;
  margin-bottom: 20px;
}

.ett-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000000;
}

.search-box {
  float: right;
  height: 36px;
  position: relative;
}

.search-box #sideSearchButton {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 200px;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}

.search-box:after {
  content: '';
  display: block;
  clear: both;
  background: url(../images/search_1.png) no-repeat center right;
  position: relative;
  width: 17px;
  height: 17px;
  left: 208px;
  top: -25px;
}

.search-box input[type=text] {
  height: 34px;
  border: 1px solid #ddd;
  background: none;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 18px;
  width: 216px;
  text-indent: 5px;
  color: #999999;
}

.ett-hotsearch {
  height: auto;
}

.ett-hotsearch .hot {
  margin-right: -10px;
}

.ett-hotsearch .hot .item {
  line-height: 24px;
  display: inline-block;
  background: #F7F7F7;
  margin: 0 10px 10px 0;
  padding: 0 10px;
}

.ett-hotsearch .hot .item:hover {
  background: linear-gradient(90deg, rgba(255, 78, 46, 1), rgba(249, 31, 40, 1));
  color: #fff;
}

.ett-hotwords {
  height: auto;
}

.ett-hotwords .hot {
  margin-right: -10px;
  text-align: center;
}

.ett-hotwords .hot .item {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #333333;
}

.ett-hotwords .hot .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  width: 37%;
  text-align: center;
  padding: 10px;
}

.ett-hotwords .hot .tag:hover {
  background-color: #F7F7F7;
}

.ett-hotwords .hot .tag:hover span {
  color: #246FDC;
}

.ett-hotwords .hot .div_img {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  margin-top: 2px;
}

.ett-hotwords .hot .div_img1 {
  background: url("../images/right1-icon1.png") no-repeat center center;
}

.ett-hotwords .hot .div_img2 {
  background: url("../images/right1-icon2.png") no-repeat center center;
}

.ett-hotwords .hot .div_img3 {
  background: url("../images/right1-icon3.png") no-repeat center center;
}

.ett-hotwords .hot .div_img4 {
  background: url("../images/right1-icon4.png") no-repeat center center;
}

.ett-hotwords .hot .div_img5 {
  background: url("../images/right1-icon5.png") no-repeat center center;
}

.ett-hotwords .hot .div_img6 {
  background: url("../images/right1-icon6.png") no-repeat center center;
}

.ett-hotwords .hot .div_img7 {
  background: url("../images/right1-icon7.png") no-repeat center center;
}

.ett-hotwords .hot .div_img8 {
  background: url("../images/right1-icon8.png") no-repeat center center;
}

.ett-newarticle ul {
  margin-top: -13px;
}

.ett-newarticle ul li {
  margin-left: -6px;
}

.ett-newarticle ul li a {
  color: #888;
  font-size: 14px;
  line-height: 45px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ett-newarticle ul li a:hover {
  color: #f00;
}

.ett-newarticle ul li a i {
  color: #BBBBBB;
  margin-right: 10px;
  margin-left: 9px;
  width: 24px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
}

.ett-newarticle ul li:nth-child(-n+3) a i {
  color: #ffffff;
}

.ett-newarticle ul li:nth-child(1) a i {
  background: url("../images/right2-icon1.png") no-repeat center center;
}

.ett-newarticle ul li:nth-child(2) a i {
  background: url("../images/right2-icon2.png") no-repeat center center;
}


.ett-newarticle ul li:nth-child(3) a i {
  background: url("../images/right2-icon3.png") no-repeat center center;
}

.ett-link {
  padding-top: 0;
  padding-bottom: 0;
}

.ett-link .item {
  display: block;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #EDEFF2;
}

.ett-link .item .img {
  float: left;
  width: 60px;
  height: 60px;
}

.ett-link .item .info {
  margin-left: 80px;
  margin-top: 8px;
}

.ett-link .item .info h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.ett-link .item .info p {
  font-size: 12px;
  color: #888;
}

.ett-link .item:last-child {
  border-bottom: 0 none;
}

.ett-qrcode {
  text-align: center;
  padding: 22.5px 20px;
}

.ett-qrcode .desc {
  display: inline-block;
  padding-top: 20px;
  font-size: 14px;
  margin-left: 18px;
  text-align: left;
}

.ett-qrcode .img {
  display: inline-block;
  margin: 0 auto;
}

.ett-qrcode .img img {
  width: 100px;
  height: 100px;
  border: 1px solid #F2F2F2;
}

.ett-qrcode h3 {
  color: #666;
  line-height: 30px;
}

.ett-qrcode p {
  color: #bbb;
}

.ett-picarticle {
  padding-bottom: 10px;
}

.page-crumb {
  padding: 25px 0;
  font-size: 14px;
  margin-top:80px;
}
.container.page-crumb.icon {
  color: #bbb;
  font-family: cursive, sans-serif;
}

.page-crumb a:hover {
  color: #246FDC;
}

.page-crumb a {
  font-family: sans-serif;
  color: #999;
  line-height: 36px;
}

.page-crumb i {
  color: #bbb;
  font-family: cursive, sans-serif;
  margin: 0 6px;
}

.page-crumb span {
  display: inline-block;
  vertical-align: top;
  max-width: 430px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

/*common*/
.btn-red-shadow {
  background: url(../images/button-red-a.png) no-repeat left top;
  font-size: 18px;
  width: 160px;
  height: 70px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-red-shadow:hover {
  . ett-hotwords color: #fff;
  background-position: right top;
}

.btn-orange-shadow {
  font-size: 18px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-orange-shadow {
  background: rgb(251, 102, 0);
  background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
  background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
  color: #fff;
  opacity: .8
}

/*head*/
.header {
  height: 79px;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  font-size: 14px;
}

.header-padding {
  height: 80px;
  display: block;
}

.header .hd_logo {
  width: 86px;
  height: 30px;
  margin-top: 23px;
  background: url(../images/logo2.png) no-repeat left top;
  float: left;
}

.header .hd_nav {
  float: left;
  margin-left: 48px;
}

.header .hd_nav .nav_item {
  float: left;
}

.header .hd_nav .nav-link {
  line-height: 79px;
  display: block;
  padding: 0 20px;
  position: relative;
}

.header .hd_nav .current .nav-link {
  color: #246FDC;
}

.header .hd_nav .nav_item.current .nav-link:after,
.header .hd_nav .nav_item:hover .nav-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #246FDC;
}

.header .hd_nav .nav-slide {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 80px;
  background: #fff;
  overflow: hidden;
}

.header .hd_nav .nav-slide .i-hot,
.header .hd_nav .nav-slide .i-new {
  width: 40px;
  height: 19px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
}

.header .hd_nav .nav-slide .i-hot {
  background: url(../images/menu-hot.gif) no-repeat;
}

.header .hd_nav .nav-slide .i-new {
  background: url(../images/menu-new.gif) no-repeat;
}

.header .hd_nav .ns-list {
  margin-top: -100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.header .hd_nav .ns-list:after {
  content: "";
  display: block;
  height: 20px;
}

.header .hd_nav .nav_item:hover .nav-slide {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.header .hd_nav .nav_item:hover .ns-list {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top ease 0.5s;
  transition: margin-top 0.5s ease;
}

.header .hd_nav .ns-list dl {
  float: left;
  width: 250px;
  margin: 30px 50px 30px 0;
}

.header .hd_nav .ns-list dt {
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 16px;
  margin-right: 30px;
}

.header .hd_nav .ns-list dd {
  line-height: 32px;
}

.header .hd_nav .ns-list .dl-block {
  float: none;
  width: 100%;
  margin: 10px 0 30px 0;
}

.header .hd_nav .ns-list .dl-block dt {
  width: 190px;
}

.header .hd_nav .ns-list .dl-block dd {
  overflow: hidden;
}

.header .hd_nav .ns-list .dl-block dd a {
  float: left;
  margin-right: 40px;
  padding: 10px 0;
}

.header .hd_nav .ns-list .dl-block dd a:hover {
  color: #246FDC;
}

.header .hd_nav .ns-recommend {
  background: #F4F4F4;
  padding: 20px 0;
}

.header .hd_nav .nr-hd {
  float: left;
  width: 73px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: url(../images/menu-jt.png) no-repeat;
  color: #fff;
}

.header .hd_nav .nr-list {
  margin-left: 85px;
}

.header .hd_nav .nr-list li {
  float: left;
  line-height: 30px;
  margin: 0 20px;
}

.header .hd_nav .ns-list .links {
  padding: 30px 0;
}

.header .hd_nav .ns-list .links a {
  float: left;
  margin-right: 40px;
}

.header .hd_nav .ns-list .links a:hover {
  color: #246FDC;
}

.header .hd_nav .ns-list .service-box {
  float: left;
  margin-top: 43px;
}

.header .hd_nav .ns-list .service-box p {
  font-size: 16px;
  color: #888888;
  line-height: 36px;
}

.header .hd_nav .ns-list .service-box p span {
  color: #333;
}

.header .hd_nav .ns-list .service-box a {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #DCDCDC;
  display: block;
  color: #246FDC
}

.header .hd_extra {
  float: right;
  margin-top: 19px;
}

.header .hd_extra .elink {
  float: left;
  padding: 0 9px;
  line-height: 40px;
}

/*.header .hd_extra .elink:nth-child(2){ display: none; }*/
.header .hd_extra .elink i {
  display: inline-block;
  width: 23px;
  height: 17px;
  margin-right: 5px;
}

.header .hd_extra .elink i.i-cloud {
  background: url(../images/top-icon-1.png) no-repeat center;
  vertical-align: middle;
}

.header .hd_extra .elink i.i-bag {
  background: url(../images/top-icon-2.png) no-repeat center;
  vertical-align: sub;
}

.header .demo {
  float: left;
  margin-left: 15px;
  position: relative;
}

.header .demo-sub {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  padding-top: 10px;
}

.header .demo:hover .demo-sub {
  display: block;
}

.header .demo-sub .arrow {
  position: absolute;
  right: 59px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #0068ff;
}

.header .demo-sub .inner {
  width: 600px;
  height: 580px;
  border: 3px solid #0068ff;
  text-align: center;
  background: #fff;
}

.header .demo-sub .title {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.header .demo-sub .subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.header .demo-sub .subtitle.red {
  color: #0068ff;
}

.header .demo-sub .subtitle.blue {
  color: #3DBAF7;
}

.header .demo-sub .demo-table-wp {
  padding: 0 30px;
}

.header .demo-sub .demo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.header .demo-sub .demo-table tr {
  border: 1px solid #ddd;
}

.header .demo-sub .demo-table th,
.header .demo-sub .demo-table td {
  padding: 6px 14px;
}

.header .demo-sub .demo-table td a {
  color: #666;
}

.header .demo-sub .demo-table td a:hover {
  color: #ec5051;
}

.header .demo-sub .qrcode-list {
  padding: 0 50px;
}

.header .demo-sub .qrcode-list li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
}

.header .demo-sub .qrcode-list li img {
  width: 98px;
  height: 98px;
}

.mod-list-big .item:hover .info .title a {
  color: #246FDC !important;
}


.el-tabs--card > .el-tabs__header .el-tabs__nav{
  border:0px !important;
}
#sqtg .el-tabs--card > .el-tabs__header{
  width:224px !important;
}
.el-tabs__content{
  flex:1;
}
.el-tabs__header.is-top{
  width:240px !important;
}