@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-decoration: none;
  font-family: '微软雅黑';
  font-size: 14px;
}

img {
  border: none;
  *border: 0;
vertical-align: middle;
}
.cf:after {
  clear: both;
  display: table;
  content: '';
}

.cf {
  *zoom: 1;
   margin:0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dn {
  display: none;
}

.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.head .head-box {
  width: 1200px;
  margin: auto;
}
.head .head-box .logo {
  width: 202px;
  padding-top: 10px;
}
.head .head-box .logo a {
  opacity: 1;
  display: block;
}
.head .head-box .logo a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  opacity: 0.5;
}
.head .head-box .logo a img {
  /* width: 100%; */
  /* height: 100%; */
  vertical-align: middle;
}
.head .head-box .dht {
  width: 82%;
}
.head .head-box .dht li {
  float: left;
  width: 16.6666%;
  position: relative;
  text-align: center;
  height: 64px;
  line-height: 64px;
}
.head .head-box .dht li a {
  display: block;
  font-size: 18px;
  color: #595959;
  height: 100%;
}
.head .head-box .dht li a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  background: #4897ed;
  color: #fff;
}
.head .head-box .dht li .on {
  background: #4897ed;
  color: #fff;
}
.head .head-box .dht li .column {
  position: absolute;
  left: 0px;
  width: 190%;
  background: #4897ed;
  line-height: 40px;
  text-align: left;
}
.head .head-box .dht li .column a {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 10px 10px;
}
.head .head-box .dht li .column a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #fff;
  background: #003187;
}

.banner {
  width: 100%;
  position: relative;
  margin-top: 64px!important;
}
.banner img {
  width: 100%;
  vertical-align: middle;
}

.company-wh {
  width: 100%;
  background: #4997ec;
  padding: 30px 0;
}
.company-wh .company-wh-box {
  width: 1200px;
  margin: auto;
}
.company-wh .company-wh-box li {
  float: left;
  width: 25%;
}
.company-wh .company-wh-box li .bg1 {
  background: white url("../images/1.png") center center no-repeat;
}
.company-wh .company-wh-box li .bg2 {
  background: white url("../images/2.png") center center no-repeat;
}
.company-wh .company-wh-box li .bg3 {
  background: white url("../images/3.png") center center no-repeat;
}
.company-wh .company-wh-box li .bg4 {
  background: white url("../images/4.png") center center no-repeat;
}
.company-wh .company-wh-box li .icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50% 50%;
  margin: auto;
}
.company-wh .company-wh-box li .text {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
.company-wh .company-wh-box li .text-c {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.company {
  width: 100%;
  padding: 50px 0;
  background: #fbfbfb;
}
.company .company-box {
  width: 1200px;
  margin: auto;
}
.company .company-box .introduce {
  margin: 40px 0;
}
.company .company-box .introduce ul{
  display: flex;
  justify-content: space-between;
}
.company .company-box .introduce li {
  width: 28%;
  float:left;
  background: #fff;
  padding: 20px 10px;
  height: auto;
  box-shadow: 3px 5px 10px 3px #e4e8ed;
}
.company .company-box .introduce li:nth-child(2) {
  margin: 0 3.33%;
}
.company .company-box .introduce li .icon {
  width: 80px;
  height: 80px;
  margin: auto;
}
.company .company-box .introduce li .icon img {
  width: 100%;
}
.company .company-box .introduce li .com-title {
  text-align: center;
  font-size: 20px;
  color: #313131;
  padding: 20px 0;
}
.company .company-box .introduce li p {
  text-align: left;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 30px;
  margin-left:5px;
}

.type-name {
  width: 100%;
  margin: auto;
}
.type-name .cn {
  display: block;
  font-size: 26px;
  color: #535353;
  text-align: center;
}
.type-name .en {
  display: block;
  font-size: 12px;
  color: #535353;
  text-align: center;
  border-bottom: 2px solid #4897ed;
  padding-bottom: 10px;
  width: 25%;
  margin: auto;
}

.service {
  width: 100%;
  padding: 50px 0;
}
.service .service-box {
  width: 1200px;
  margin: auto;
}
.service .service-box .service-list {
  margin: auto;
  margin-top: 40px;
}
.service .service-box .service-list ul{
  display: flex;
  justify-content: space-between;
}
.service .service-box .service-list li {
  width: 21%;
  float:left;
  border: 1px solid #f0f0f0;
  margin: 0 1.5%;
}
.service .service-box .service-list li .serv-pic {
  width: 100%;
}
.service .service-box .service-list li .serv-pic img {
  width: 100%;
}
.service .service-box .service-list li .service-name {
  padding: 10px;
  font-size: 20px;
  color: #6c6c6c;
}
.service .service-box .service-list li .server-desc {
  padding: 0 10px;
  font-size: 14px;
  color: #717171;
  line-height: 25px;
}
.service .service-box .service-list li .more {
  display: block;
  width: 30%;
  margin: 10px 0 20px 10px;
  padding: 10px;
  background: #4897ed;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.service .service-box .service-list li .more:hover {
  background: #1564ba;
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
}

.product {
  width: 100%;
  padding: 50px 0;
  background: #fbfbfb;
}
.product .product-box {
  width: 1200px;
  margin: auto;
}
.product .product-box .product-name-list {
  margin-top: 30px;
}
.product .product-box .product-name-list a {
  display: block;
  float: left;
  width: 24.82%;
  border: 1px solid #dcdcdc;
  color: #5a5a5a;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.product .product-box .product-name-list a:hover {
  background: #4897ed;
  color: #fff;
}
.product .product-box .product-name-list a:nth-child(2), .product .product-box .product-name-list a:nth-child(3), .product .product-box .product-name-list a:nth-child(4) {
  border-left: 0px;
}
.product .product-box .product-name-list .on {
  background: #4897ed;
  color: #fff;
}
.product .product-box .product-list {
  padding: 40px 0;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.product .product-box .product-list .pro-item {
  width: 1000px;
  margin: auto;
}
.product .product-box .product-list .pro-item .pro-img {
  width: 45%;
  height: 218px;
}
.product .product-box .product-list .pro-item .pro-img img {
  width: 100%;
}
.product .product-box .product-list .pro-item .pro-txt {
  width: 432px;
  height: 166px;
  margin-top: 30px;
  line-height: 25px;
  position: relative;
  background: url("../images/left.jpg") no-repeat;
}
.product .product-box .product-list .pro-item .pro-txt span {
  font-size: 16px;
  color: #313131;
  padding: 30px 40px;
  display: block;
  width: 80%;
  margin: auto;
  line-height: 25px;
}

.lxwm {
  width: 100%;
}
.lxwm a {
  width: 100%;
  display: block;
}
.lxwm a img {
  width: 100%;
  vertical-align: middle;
}

.foot {
  width: 100%;
  padding: 30px 0 20px 0;
  background: #2f3539;
}
.foot .foot-box {
  width: 1000px;
  margin: auto;
}
.foot .foot-box .foot-base {
  width: 80%;
}
.foot .foot-box .foot-base .foot-tabel {
  width: 100%;
  text-align: left;
  border: none;
  *border: 0;
}
.foot .foot-box .foot-base .foot-tabel tr th {
  text-align: left;
  color: #e0e1e1;
  font-size: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e1e1;
}
.foot .foot-box .foot-base .foot-tabel tr td {
  font-size: 16px;
  color: #e0e1e1;
}
.foot .foot-box .foot-base .foot-tabel tr td a {
  font-size: 16px;
  color: #e0e1e1;
  margin-right: 20px;
}
.foot .foot-box .foot-base .foot-tabel tr td a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4390ed;
}
.foot .foot-box .foot-base .foot-tabel tr .tel {
  width: 40%;
}
.foot .foot-box .foot-base .foot-tabel tr .dh {
  width: 30%;
}
.foot .foot-box .foot-base .foot-tabel .list-v {
  height: 40px;
}
.foot .beian {
  width: 1000px;
  margin: auto;
  border-top: 1px solid #52575a;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
.foot .beian span {
  font-size: 14px;
  color: #b9b9b9;
}
.foot .beian a {
  font-size: 14px;
  color: #b9b9b9;
}
.foot .beian a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4390ed;
}

.policy-file {
  width: 100%;
  padding: 50px 0;
  background: #fbfbfb;
}
.policy-file .policy-file-box {
  width: 1200px;
  margin: auto;
}
.policy-file .policy-file-box .policy-list {
  margin-top: 40px;
}
.policy-file .policy-file-box .policy-list ul{
  display: flex;
  justify-content: space-between;
}
.policy-file .policy-file-box .policy-list li {
  width: 30%;
  float: left;
  border: 1px solid #f0f0f0;
}
.policy-file .policy-file-box .policy-list li:nth-child(2) {
  margin: 0 3%;
}
.policy-file .policy-file-box .policy-list li .file-img {
  height: 200px;
  width: 100%;
}
.policy-file .policy-file-box .policy-list li .file-img img {
  width: 100%;
  height: 100%;
}
.policy-file .policy-file-box .policy-list li .mores {
  display: block;
  text-align: center;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 900;
  padding: 10px 0;
}
.policy-file .policy-file-box .policy-list li .title-smail {
  width: 60%;
  margin: auto;
  font-size: 16px;
  color: #5c5c5c;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.policy-file .policy-file-box .policy-list li .desc {
  padding: 10px;
  font-size: 14px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forum {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.forum .forum-box {
  width: 1200px;
  margin: auto;
}
.forum .forum-box .forum-type-list {
  text-align: center;
  margin-top: 20px;
}
.forum .forum-box .forum-type-list a {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  font-size: 16px;
  color: #535353;
  font-weight: 900;
}
.forum .forum-box .forum-type-list a:hover {
  color: #4897ed;
}
.forum .forum-box .forum-type-list .on {
  color: #4897ed;
  font-size: 16px;
}
.forum .forum-box .forum-list {
  width: 1100px;
  margin: 30px auto;
}
.forum .forum-box .forum-list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
.forum .forum-box .forum-list li a {
  display: block;
}
.forum .forum-box .forum-list li a span {
  color: #5c5c5c;
  font-size: 16px;
}
.forum .forum-box .forum-list li a:hover span {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4897ed;
}
.forum .forum-box .forum-list .default:before {
  content: '.';
  color: #ccc;
  font-size: 54px;
  position: absolute;
  left: 10px;
  top: -80%;
}
.forum .forum-box .forum-list .hot {
  background: url("../images/hot.jpg") no-repeat;
}
.forum .forum-box .forum-list .top {
  background: url("../images/top.jpg") center left no-repeat;
}

.about-us {
  width: 100%;
  padding: 50px 0;
  background: url("../images/company-bg.jpg") no-repeat center center;
  min-height: 350px;
  background-size: 100% 100%;
}
.about-us .about-us-box {
  width: 1200px;
  margin: auto;
}
.about-us .about-us-box .aboutus-content {
  width: 600px;
  margin: 30px auto;
  line-height: 30px;
}
.about-us .about-us-box .aboutus-content span {
  font-size: 16px;
  color: #535353;
}

.culture {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
.culture .culture-box {
  width: 970px;
  margin: auto;
}
.culture .culture-list {
  padding-top: 30px;
  margin: 0 auto;
}
.culture .culture-list li {
  height: 300px;
  padding: 35px 20px 10px;
  background: #fff;
  float: left;
  width: 160px;
  margin: 0 20px;
  box-shadow: 5px 3px 3px 5px #f3f3fa;
 border:1px solid #f3f3fa;
}
.culture .culture-list li .wh-pic {
  width: 80px;
  height: 80px;
  margin: auto;
}
.culture .culture-list li .wh-pic img {
  width: 100%;
  height: 100%;
}
.culture .culture-list li .wh-text {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin: 20px 0;
  color: #535353;
}
.culture .culture-list li .wh-desc {
  text-align: center;
  font-size: 16px;
  color: #535353;
}

.vision {
  width: 100%;
  padding: 50px 0;
  background: #fbfbfb;
}
.vision .vision-box {
  width: 1200px;
  margin: auto;
}
.vision .vision-box .vision-content {
  margin-top: 30px;
}
.vision .vision-box .vision-content .vision-pic {
  width: 770px;
  height: 480px;
}
.vision .vision-box .vision-content .vision-pic img {
  width: 100%;
  height: 100%;
}
.vision .vision-box .vision-content .vision-v {
  width: 35%;
  height: 480px;
  background: #fff;
}
.vision .vision-box .vision-content .vision-v .company-brand {
  padding-top: 39px;
}
.vision .vision-box .vision-content .vision-v .company-brand dl {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.vision .vision-box .vision-content .vision-v .company-brand dl dt {
  font-size: 16px;
  color: #535353;
  font-weight: 900;
  margin-bottom: 10px;
}
.vision .vision-box .vision-content .vision-v .company-brand dl dd {
  font-size: 16px;
  color: #535353;
  margin-bottom: 5px;
}

.contact {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.contact .contact-box {
  width: 1200px;
  margin: auto;
}
.contact .contact-box .contact-type dl dt {
  color: #4897ed;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.contact .contact-box .contact-type dl dd {
  padding: 5px 0 5px 30px;
  margin: 15px 0;
  font-size: 18px;
  color: #595959;
}
.contact .contact-box .contact-type dl .web {
  background: url("../images/web.jpg") center left no-repeat;
}
.contact .contact-box .contact-type dl .email {
  background: url("../images/email.jpg") center left no-repeat;
}
.contact .contact-box .contact-type dl .tel {
  background: url("../images/tel.jpg") center left no-repeat;
}
.contact .contact-box .contact-type dl .address {
  background: url("../images/address.jpg") top left no-repeat;
  padding-top: 0;
}
.contact .contact-box .contact-type dl .address p {
  font-size: 18px;
  line-height: 30px;
  color: #595959;
}
.contact .contact-box .map {
  width: 50%;
  height: 260px;
  border: 1px solid #fff;
}

.message {
  width: 100%;
  background: #fbfbfb;
  padding: 50px 0;
}
.message .message-box {
  width: 1200px;
  margin: auto;
}
.message .message-box .text {
  color: #4897ed;
  font-size: 22px;
  font-weight: 900;
}
.message .message-box .msg-list {
  border: 1px solid #c7c7c7;
  padding: 30px;
  margin-top: 20px;
}
.message .message-box .msg-list ul li {
  margin-top: 20px;
}
.message .message-box .msg-list ul li span {
  margin: 0 25px;
}
.message .message-box .msg-list ul li span lable {
  font-size: 18px;
  color: #6e6e6e;
}
.message .message-box .msg-list ul li span .sub {
  height: 25px;
  width: 270px;
  padding-left: 10px;
}
.message .message-box .msg-list ul li p {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 25px;
  margin: 10px 25px;
}
.message .message-box .msg-list ul li p .msg {
  width: 99%;
  height: 270px;
}

.btn-v {
  width: 150px;
  color: #fff;
  background: #4897ed;
  font-size: 16px;
  border: none;
  height: 35px;
  font-weight: 900;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 25px;
}
.btn-v:hover {
  background: #1564ba;
}

.article {
  width: 100%;
  padding: 50px 0;
  background: #fbfbfb;
}
.article .article-box {
  width: 1100px;
  margin: auto;
  padding: 30px 50px;
  background: #fff;
}
.article .article-box .heads .title {
  font-size: 24px;
  color: #535353;
  text-align: center;
  font-weight: 900;
}
.article .article-box .heads .new-info {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #4897ed;
}
.article-forum .article-forum-box .heads .title{
    font-size: 24px;
  color: #535353;
  text-align: center;
  font-weight: 900;
}
.article-forum .article-forum-box .heads .new-info{
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #4897ed;
}
.article-forum .article-forum-box .heads .new-info span{
  font-size: 14px;
}
.article .article-box .heads .new-info span {
  font-size: 14px;
}
.article .article-box .content {
  font-size: 18px;
  color: #535353;
  line-height: 30px;
  padding: 20px 0;
}
.article .article-box .content p {
  text-indent: 25px;
}
.article .article-box .next-prev {
  border-top: 2px solid #efefef;
  padding: 20px 0;
}
.article .article-box .next-prev .prev {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .article-box .next-prev .prev span {
  color: #333;
  font-size: 14px;
}
.article .article-box .next-prev .prev a {
  color: #535353;
  font-size: 14px;
}
.article .article-box .next-prev .prev a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4897ed;
}
.article .article-box .next-prev .next {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .article-box .next-prev .next span {
  color: #333;
  font-size: 14px;
}
.article .article-box .next-prev .next a {
  color: #535353;
  font-size: 14px;
}
.article .article-box .next-prev .next a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4897ed;
}

.forum-msg {
  width: 100%;
  background: #fff;
}
.forum-msg .forum-msg-box {
  width: 1200px;
  margin: auto;
  background: #fbfbfb;
}
.forum-msg .forum-msg-box .forum-title {
  padding: 10px;
  border-bottom: 2px solid #4897ed;
}
.forum-msg .forum-msg-box .forum-title span {
  font-size: 20px;
  color: #4897ed;
}
.forum-msg .forum-msg-box .forum-info {
  padding: 40px;
}
.forum-msg .forum-msg-box .forum-info li {
  margin-bottom: 30px;
}
.forum-msg .forum-msg-box .forum-info li p {
  font-size: 18px;
  color: #6e6e6e;
  margin-left: 40px;
  padding: 5px 0;
}
.forum-msg .forum-msg-box .forum-info li p .contents {
  padding: 10px;
  width: 1010px;
  min-height: 300px;
}
.forum-msg .forum-msg-box .forum-info li span {
  margin-left: 40px;
}
.forum-msg .forum-msg-box .forum-info li span lable {
  font-size: 18px;
  color: #6e6e6e;
}
.forum-msg .forum-msg-box .forum-info li span .forum-input {
  height: 30px;
  line-height: 30px;
  width: 260px;
  padding-left: 10px;
}
.forum-msg .forum-msg-box .forum-info li span .input-title {
  height: 30px;
  line-height: 30px;
  width: 620px;
  padding-left: 10px;
}
.forum-msg .forum-msg-box .forum-info li span .select-type {
  width: 270px;
  height: 35px;
}
.forum-msg .forum-msg-box .forum-info li .tips {
  font-size: 16px;
  color: #6e6e6e;
  margin-left: 40px;
}

.new {
  width: 100%;
  padding-bottom: 50px;
  background: #fbfbfb;
}
.new .new-box {
  width: 1200px;
  margin: auto;
  box-shadow: 0px 3px 3px 3px #f3f3f5;
  padding-bottom: 30px;
  background: #fff;
}
.new .new-box .tap {
  width: 100%;
  background: #f6f6f6;
}
.new .new-box .tap a {
  display: inline-block;
  padding: 20px 30px;
  color: #6e6e6e;
  font-size: 20px;
}
.new .new-box .tap .on {
  background: #fff;
  color: #4598e8;
}

.list-new1 {
  padding: 30px;
}
.list-new1 li {
  position: relative;
  border-bottom: 1px dashed #b4b4b4;
  padding: 5px 0;
}
.list-new1 li:before {
  content: '.';
  color: #c3c3c3;
  position: absolute;
  left: 0;
  top: -70%;
  font-size: 40px;
}
.list-new1 li .biaoti {
  width: 70%;
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-new1 li .biaoti span{
  font-size: 16px;
  color: #5a5a5a;
}
.list-new1 li .biaoti:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  color: #4598e8;
}
.list-new1 li .down-file {
  margin: 0 10px;
}

.list-new {
  padding: 30px;
}
.list-new li {
  position: relative;
}
.list-new li:before {
  content: '.';
  color: #c3c3c3;
  position: absolute;
  left: 0;
  top: -70%;
  font-size: 40px;
}
.list-new li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dashed #b4b4b4;
}
.list-new li a:hover .title {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  font-size: 16px;
  color: #4598e8;
}
.list-new li a .title {
  font-size: 16px;
  color: #5a5a5a;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}
.list-new li a .time {
  font-size: 16px;
  color: #5a5a5a;
}
.list-new li .biaoti {
  width: 70%;
}

.page {
  padding-top: 30px;
  text-align: right;
}
.page a {
  padding: 3px 8px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  color: #292929;
  margin: 0 5px;
}
.page a:hover {
  color: #4598e8;
  border: 1px solid #4598e8;
}
.page span {
  font-size: 16px;
  color: #292929;
  margin-left: 20px;
}
.page .on {
  color: #4598e8;
  border: 1px solid #4598e8;
}

.policy-document {
  width: 100%;
  padding: 30px 0;
  background: #fbfbfb;
}
.policy-document .policy-document-box {
  width: 1200px;
  margin: auto;
}

.policy-interpretation {
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
.policy-interpretation .policy-interpretation-box {
  width: 1200px;
  margin: auto;
}

.search {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.search .search-box {
  width: 340px;
  position: relative;
  margin: auto;
}
.search .search-box .search-input {
  width: 300px;
  height: 40px;
  padding-left: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
}
.search .search-box .search-res {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: white url("../images/search.png") no-repeat;
  border: none;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.search-box1 {
  width: 340px;
  position: relative;
}
.search-box1 .search-input {
  width: 300px;
  height: 30px;
  padding-left: 40px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
}
.search-box1 .search-res {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: white url("../images/search.png") no-repeat;
  border: none;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.select-forum-type {
  width: 180px;
  height: 30px;
  margin-left: 30px;
  border: 1px solid #dcdcdc;
  outline: none;
}

.forum-type {
  margin: 20px 0;
}
.forum-type span {
  padding: 0 10px;
  border-left: 1px solid #dcdcdc;
  font-size: 18px;
  color: #535353;
  font-weight: 900;
  cursor: pointer;
}
.forum-type span:hover {
  color: #4897ed;
}
.forum-type .on {
  color: #4897ed;
}

.forum-lists {
  padding-bottom: 50px;
}
.forum-lists ul {
  border-bottom: 1px solid #e7e7e7;
}
.forum-lists ul li {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 30px;
  background: #fff;
}
.forum-lists ul li:hover {
  background: #fbfbfb;
}
.forum-lists ul li dl dd {
  padding: 20px 20px 0 20px;
}
.forum-lists ul li dl dd .forum-title-one {
  font-size: 16px;
  color: #1d67b7;
  font-weight: 900;
}
.forum-lists ul li dl dd .hot {
  padding-left: 30px;
  background: url("../images/hot.jpg") left center no-repeat;
  padding-top: 10px;
}
.forum-lists ul li dl dd .top {
  padding-left: 30px;
  background: url("../images/top.jpg") left center no-repeat;
}
.forum-lists ul li dl dd .times {
  color: #aaa;
}
.forum-lists ul li dl dd .desc {
  padding: 0 10px;
  display: block;
  font-size: 16px;
}
.forum-lists ul li dl dd a {
  padding: 10px 10px 10px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: url("../images/tl.jpg") 25% center no-repeat;
}
.forum-lists ul li dl dd a span {
  margin: 0 5px;
  color: #4897ed;
  font-size: 14px;
}
.forum-lists ul li dl dd a:hover {
  transition: all 0.5s 0s ease-in-out;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  -ms-transition: all 0.5s 0s ease-in-out;
  background: #4897ed url("../images/tl01.png") 25% center no-repeat;
}
.forum-lists ul li dl dd a:hover span {
  color: #fff;
}
.forum-lists ul li dl dd .itxt {
  display: inline;
  margin: 0 10px;
  color: #8b8b8b;
}

.add-more {
  color: #4897ed;
  text-align: center;
  font-size: 16px;
  padding-bottom: 50px;
}
.add-more:hover {
  color: #1564ba;
  cursor: pointer;
}

.article-forum {
  width: 100%;
  padding-bottom: 50px;
  background: #fff;
}
.article-forum .type-box {
  width: 1200px;
  margin: auto;
  background: #fff;
}
.article-forum .type-box .type {
  padding: 20px 0;
}
.article-forum .type-box .type span {
  padding: 0 10px;
  font-size: 14px;
  color: #4897ed;
  border-right: 1px solid #535353;
}
.article-forum .type-box .type span:last-child {
  border: none;
}
.article-forum .type-box .type .on {
  font-size: 16px;
  font-weight: 900;
}
.article-forum .type-box .shous {
  margin-top: 10px;
}
.article-forum .type-box .shous .search-box1 {
  display: inline-block;
}
.article-forum .type-box .shous .tg {
  padding: 5px 10px;
  background: #4897ed;
  font-size: 16px;
  color: #fff;
  margin-left: 30px;
  border-radius: 10px;
}
.article-forum .type-box .shous .tg:hover {
  background: #1564ba;
}
.tg {
  padding: 5px 10px;
  background: #4897ed;
  font-size: 16px;
  color: #fff;
  margin-left: 30px;
  border-radius: 10px;
}
.tg:hover {
  background: #1564ba;
}
.article-forum .article-forum-box {
  width: 1100px;
  margin: auto;
  padding: 30px 50px;
  background: #fbfbfb;
}
.article-forum .article-forum-box .head .title {
  font-size: 24px;
  color: #535353;
  text-align: center;
  font-weight: 900;
}
.article-forum .article-forum-box .head .new-info {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #4897ed;
}
.article-forum .article-forum-box .head .new-info span {
  font-size: 14px;
}
.article-forum .article-forum-box .content {
  font-size: 18px;
  color: #535353;
  line-height: 30px;
  padding: 20px 0;
}
.article-forum .article-forum-box .content p {
  text-indent: 25px;
}
.article-forum .discuss {
  width: 1160px;
  margin: auto;
  border-top: 10px solid #fff;
  background: #fbfbfb;
  padding: 20px 20px 50px 20px;
}
.article-forum .discuss .gengtie span {
  font-size: 20px;
  color: #535353;
}
.article-forum .discuss .gengtie a {
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  background: #4897ed;
}
.article-forum .discuss .gengtie a:hover {
  background: #1564ba;
}
.article-forum .discuss .discuss-list {
  margin: 50px 80px;
}
.article-forum .discuss .discuss-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #535353;
}
.article-forum .discuss .discuss-list li .user-info .username {
  font-size: 16px;
  color: #4897ed;
}
.article-forum .discuss .discuss-list li .user-info .username span {
  color: #333;
}
.article-forum .discuss .discuss-list li .user-info .time {
  font-size: 16px;
  color: #939393;
}
.article-forum .discuss .discuss-list li .user-info a {
  margin-left: 10px;
  color: #4897ed;
}
.article-forum .discuss .discuss-list li .user-info a:hover {
  color: #1564ba;
}
.article-forum .discuss .discuss-list li .dis-content {
  margin-top: 20px;
}

/**回到顶部 start**/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  /* text-indent: 100%; */
  /* white-space: nowrap; */
  background: rgba(73, 151, 236, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}