@charset "UTF-8";
@font-face {
  font-family: "king";
  src: url(../font/king.ttf);
}
/*声明 WebFont*/
body {
  padding: 0;
  margin: 0;
  font: normal 12px/180% "微软雅黑";
  color: #333;
  background: #fff;
  font-family: "微软雅黑";
}

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

div {
  margin: 0 auto;
  text-align: left;
  font: normal 12px/180% "微软雅黑";
  font-family: "微软雅黑";
}

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

a:hover {
  color: #3b84cc;
  text-decoration: none;
}

img {
  border: none;
}

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

i {
  font-style: normal;
}

input, img {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto;
}

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

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

html, body {
  background: url(../images/bg.jpg) no-repeat top center #d6f0ff;
	background-size:2560px auto;
  overflow-x: hidden;
}

.page {
  background: url(../images/bg.jpg) no-repeat top center #d6f0ff;
	background-size: 2560px auto;
  overflow-x: hidden;
}

.top {
  height: 295px;
}

.page_n {
  text-align: center;
  padding: 30px 0;
  color: #333;
}
.page_n span {
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  padding: 3px 8px;
  margin: 0 10px;
  border-radius: 4px;
}
.page_n .active {
  background: #f2f2f2;
  color: #d00;
}

.navList {
  width: 1200px;
  text-align: center;
  height: 53px;
  background: url(../images/nav_bg.png) no-repeat;
  background-size: contain;
  line-height: 53px;
}
.navList span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0 50px;
  cursor: pointer;
}
.navList span a {
  color: #fff;
}

.search-box span {
  font-size: 22px;
  margin-right: 10px;
}

.phone .header1 .left img {
  width: 100%;
  height: auto;
}

.search-button-2 {
  background-color: #009fe9;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-top: -2px;
  cursor: pointer;
  float: left;
}

.search-box {
  margin: 65px auto;
}
.search-box .searchKey {
  width: 1200px;
  height: 40px;
  margin: 10px auto;
  background: url(../images/key_bg.png);
  color: #fff;
  font-size: 18px;
}
.search-box .searchKey span {
  font-size: 18px;
  cursor: pointer;
}
.search-box .searchKey b {
  margin: 0 10px;
  font-weight: normal;
}

.mainBox {
  width: 1200px;
  margin: 0 auto 100px auto;
}
.mainBox .left {
  float: left;
  width: 670px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainBox .left .item {
  width: 50%;
  text-align: left;
}
.mainBox .right {
  float: right;
  width: 510px;
}
.mainBox .right ul li {
  background: url(../images/dian.png) no-repeat left center;
  padding: 8px 0 13px 20px;
  color: #fff;
  font-size: 18px;
}
.mainBox .right ul li a {
  color: #fff;
}

.tipList {
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(640px);
  width: 130px;
}
.tipList ul {
  display: block;
  background: url(../images/line_bg.png) top center #b1d4ff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.tipList ul li {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  padding: 6px 0;
  color: #1170f8;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px dashed #1170f8;
}
.tipList ul li:last-child {
  border: none;
}
.tipList h3 {
  height: 45px;
  background: #1170f8;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

.tipList1 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(640px);
  width: 130px;
}
.tipList1 ul {
  display: block;
  background: url(../images/line_bg.png) top center #b1d4ff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.tipList1 ul li {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  padding: 6px 0;
  color: #1170f8;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px dashed #1170f8;
}
.tipList1 ul li:last-child {
  border: none;
}
.tipList1 h3 {
  height: 45px;
  background: #1170f8;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

.anliShow {
  width: 1200px;
  margin: 0 auto;
}
.anliShow .title {
  text-align: center;
  margin-bottom: 100px;
}
.anliShow .item {
  width: 1152px;
  height: 430px;
  padding: 55px 30px;
  background: url(../images/img_bg.png) no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 60px;
}
.anliShow .item span.go {
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 18px;
}
.anliShow .item span.go a {
  color: #fff;
}
.anliShow .item span.anliTop {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 26px;
  color: #0b69ee;
  width: 110px;
  text-align: center;
  font-family: "宋体";
  font-weight: bold;
}
.anliShow .item .left {
  float: left;
  width: 655px;
  height: 415px;
	position: relative;
}
.anliShow .item .left span.time{
	position:absolute;
	left:0px;
	top:0px;
	background: #d6f0ff;
	width:200px;
	height: 50px;
	line-height:50px;
	border-radius: 0 0 35px 0;
	text-align: center;
	font-size: 36px;
	color: #1170f8;
	font-weight: bold;
}
.anliShow .item .left img {
  width: 100%;
  box-shadow: 0 15px 15px 0 #333333;
}
.anliShow .item .right {
  float: right;
  width: 460px;
  padding-top: 10px;
  position: relative;
}
.anliShow .item .right h2 {
  font-size: 26px;
  color: #fff;
  line-height: 130%;
  margin-bottom: 15px;
}
.anliShow .item .right h3 {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}
.anliShow .item .right h3 img {
  position: absolute;
  right: 0px;
  top: 0px;
}
.anliShow .item .right h4 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.anliShow .item .right .zhaiyao {
  padding-top: 20px;
  position: relative;
  height: 280px;
}
.anliShow .item .right .zhaiyao .zhaiyaoContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.anliShow .item .right .zhaiyao p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  text-indent: 2em;
  line-height: 135%;
  margin-bottom: 5px;
}

.zhengjiBox {
  width: 1200px;
  margin: 30px auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: url(../images/zhengji_bg.jpg);
}
.zhengjiBox .left {
  width: 660px;
}
.zhengjiBox .right {
  width: 450px;
  padding: 45px;
}
.zhengjiBox .right h3 {
  font-size: 30px;
  font-weight: bold;
  color: #073fad;
  height: 50px;
}
.zhengjiBox .right h3 span {
  border-bottom: 10px solid #66aeff;
}
.zhengjiBox .right p {
  color: #073fad;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 0;
}

.infoTop {
  position: fixed;
  top: 0px;
}

.infoBox {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  background: url(../images/info_bg.jpg);
}
.infoBox .infoLeft {
  width: 280px;
  height: auto;
  padding: 25px;
}
.infoBox .infoLeft .infoLogo {
  width: 70%;
  margin: 20px 0;
}
.infoBox .infoLeft .infoLogo img {
  width: 100%;
}
.infoBox .infoLeft .mingpianBox {
  margin-bottom: 30px;
}
.infoBox .infoLeft .mingpianBox h3 {
  font-size: 24px;
  color: #073fad;
  line-height: 130%;
  margin-bottom: 10px;
}
.infoBox .infoLeft .jianjie {
  margin-bottom: 30px;
}
.infoBox .infoLeft .jianjie p {
  font-size: 16px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
  color: #303030;
}
.infoBox .infoLeft .anliBox {
  font-size: 16px;
  color: #073fad;
  font-weight: bold;
  margin: 10px auto;
  width: 95%;
}
.infoBox .infoLeft .anliBox p {
  padding: 5px 0;
  cursor: pointer;
}
.infoBox .infoLeft .anliBox p a {
  color: #073fad;
}
.infoBox .infoRight {
  width: 770px;
  height: auto;
  padding: 50px;
}
.infoBox .infoRight h1 {
  text-align: center;
  font-size: 34px;
  color: #073fad;
  padding: 0 0 30px 0;
  line-height: 130%;
}
.infoBox .infoRight .weidu {
  font-size: 16px;
  color: #073fad;
}
.infoBox .infoRight .weidu b {
  font-weight: bold;
}
.infoBox .infoRight .keyword {
  font-size: 16px;
  color: #073fad;
}
.infoBox .infoRight .keyword b {
  font-weight:bold;
}
.infoBox .infoRight h3 {
  font-size: 18px;
  margin-top: 50px;
  color: #073fad;
}
.infoBox .infoRight .infoScroll::-webkit-scrollbar {
  width: 8px;
}
.infoBox .infoRight .infoScroll::-webkit-scrollbar-track {
  background-color: #c3e0ff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.infoBox .infoRight .infoScroll::-webkit-scrollbar-thumb {
  background-color: #9dc1eb;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.infoBox .infoRight .zhaiyao p {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  color: #303030;
  text-align: justify;
}
.infoBox .infoRight .chuangxin p {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
  color: #303030;
}
.infoBox .infoRight .guihua p {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
  color: #303030;
}
.infoBox .infoRight .jingyan p {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
  color: #303030;
}
.infoBox .infoRight .shijian p {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0;
  text-indent: 2em;
  text-align: justify;
  color: #303030;
}

.xian1 {
  display: inline-block;
  width: 204px;
  height: 11px;
  background: url(../images/xian1.png) no-repeat;
  background-size: contain;
  margin: 20px 0;
}

.xian2 {
  display: inline-block;
  width: 100px;
  height: 7px;
  background: url(../images/xian2.png) no-repeat;
  background-size: contain;
  margin: 10px 0;
}

.title {
  width: 1200px;
  height: 60px;
  background: url(../images/t_bg.png) no-repeat;
  background-size: contain;
  text-align: center;
}
.title span {
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
}

.tupuBox {
  width: 1200px;
  margin: 30px auto;
}
.tupuBox .tupuTab {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  padding: 25px 0;
}
.tupuBox .tupuTab span {
  display: inline-block;
  width: 383px;
  height: 110px;
  margin: 0 5px;
  cursor: pointer;
}
.tupuBox .tupuTab span:nth-child(1) {
  background: url(../images/l1.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuTab span:nth-child(2) {
  background: url(../images/l2.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuTab span:nth-child(3) {
  background: url(../images/l3.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuTab span:nth-child(1).active {
  background: url(../images/l1_active.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuTab span:nth-child(2).active {
  background: url(../images/l2_active.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuTab span:nth-child(3).active {
  background: url(../images/l3_active.png) no-repeat;
  background-size: cover;
}
.tupuBox .tupuImg .tupuImgBox {
  display: none;
}
.tupuBox .tupuImg .tupuImgBox:nth-child(1) {
  display: block;
}

.search-box .search-title {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-box span {
  font-size: 22px;
  margin-right: 10px;
}

.search-box select {
  border: 2px solid #2083d4;
  height: 45px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 10px;
  width: 255px;
  font-size: 16px;
  background-image: url("../images/xiala.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}

.search-box input {
  border: 2px solid #2083d4;
  height: 45px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 10px;
  width: 213px;
  font-size: 16px;
  margin-right: 0;
}

.search-box .input-bar {
  height: 49px;
}
.search-box .input-bar input {
  margin-left: 0;
}

.search-box .search-button {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.yingyong {
  width: 1200px;
  height: auto;
  margin: 30px auto;
}
.yingyong .yingTab {
  width: 1200px;
  height: 65px;
  margin-top: 50px;
}
.yingyong .yingTab span {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #224ac2;
  width: 186px;
  height: 56px;
  background: url(../images/ying_tbg.png) no-repeat;
  background-size: contain;
  line-height: 56px;
  cursor: pointer;
}
.yingyong .yingTab span.active {
  color: #fff;
  width: 209px;
  height: 64px;
  background: url(../images/chan_tbg1.png) no-repeat;
  background-size: contain;
  line-height: 64px;
  font-size: 24px;
}

.zhengce {
  width: 100%;
  margin: 20px auto;
}
.zhengce .title {
  text-align: center;
  width: 1200px;
  margin: 0 auto 30px auto;
}
.zhengce .p3Box {
  width: 100%;
  height: 410px;
  padding: 40px 0;
}
.zhengce .p3Box h3 {
  width: 1200px;
  margin: 0 auto 20px auto;
}
.zhengce .p3Box h3 span {
  display: inline-block;
  padding: 10px 10px;
  font-size: 30px;
  border-radius: 5px;
  color: #003eb0;
  font-weight: bold;
  background: #cbe4ff;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}
.zhengce .p3Box h3 span.active {
  background: #005bcb;
  color: white;
}
.zhengce .p3Box h3 span.active::after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/jiao1.png) no-repeat center center;
  position: absolute;
  bottom: -15px;
  left: 50%;
}
.zhengce .p3Box .p3Content {
  width: 1200px;
  margin: 0 auto;
}
.zhengce .p3Box .p3Content .left {
  float: left;
  width: 340px;
  height: 380px;
  background: url(../images/left_bg.png);
  color: #fff;
  padding: 0;
}
.zhengce .p3Box .p3Content .left h4 {
  font-size: 20px;
  font-weight: bold;
  width: 90%;
  margin: 20px auto 0 auto;
}
.zhengce .p3Box .p3Content .left p {
  font-size: 18px;
  padding: 15px 0;
  width: 90%;
  margin: 0 auto;
}
.zhengce .p3Box .p3Content .left ul {
  margin-top: 10px;
}
.zhengce .p3Box .p3Content .left ul li {
  font-size: 18px;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  position: relative;
  text-indent: 2em;
}
.zhengce .p3Box .p3Content .left ul ::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/jiao.png) no-repeat;
}
.zhengce .p3Box .p3Content .left ul li.active {
  background: url(../images/active_bg.png);
}
.zhengce .p3Box .p3Content .right {
  width: 830px;
  float: right;
}
.zhengce .p3Box .p3Content .right .zhengceBox {
  display: none;
}
.zhengce .p3Box .p3Content .right .zhengceBox h3 {
  width: 100%;
  margin-bottom: 5px;
}
.zhengce .p3Box .p3Content .right .zhengceBox h3 strong {
  font-size: 24px;
  color: #000;
  float: left;
}
.zhengce .p3Box .p3Content .right .zhengceBox h3 a {
  float: right;
}
.zhengce .p3Box .p3Content .right .zhengceBox ul {
  display: block;
  overflow-y: scroll;
  height: 320px;
}
.zhengce .p3Box .p3Content .right .zhengceBox ul li {
  padding: 10px 0 10px 20px;
  font-size: 18px;
  color: #7d7d7d;
  background: url(../images/dian1.png) no-repeat left center;
}
.zhengce .p3Box .p3Content .right .zhengceBox ul li p {
  display: none;
}
.zhengce .p3Box .p3Content .right .zhengceBox ul li a {
  color: #333;
  display: inline-block;
  border-bottom: 1px dashed #9f9f9f;
  padding-bottom: 10px;
  width: 100%;
}

.chanyeBox {
  width: 1200px;
  margin: 30px auto;
}
.chanyeBox .chanyeTab {
  width: 1200px;
  height: 65px;
  margin-top: 50px;
}
.chanyeBox .chanyeTab span {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #224ac2;
  width: 158px;
  height: 62px;
  background: url(../images/chan_tbg.png) no-repeat;
  background-size: contain;
  line-height: 62px;
  cursor: pointer;
}
.chanyeBox .chanyeTab span.active {
  color: #fff;
  width: 209px;
  height: 64px;
  background: url(../images/chan_tbg1.png) no-repeat;
  background-size: contain;
  line-height: 64px;
  font-size: 24px;
}
.chanyeBox .chanyeList {
  width: 1200px;
  height: auto;
  padding: 35px 0;
  background: url(../images/chan_bg.png);
  display: none;
}
.chanyeBox .chanyeList ul {
  float: left;
  margin-left: 30px;
}
.chanyeBox .chanyeList ul li {
  background: url(../images/dian2.png) no-repeat left center;
  padding: 8px 0 10px 20px;
  font-size: 18px;
  color: #002a9c;
}
.chanyeBox .chanyeList ul li a {
  color: #002a9c;
}
.chanyeBox .chanyeList img {
  float: right;
  margin-right: 30px;
}

.linkBox {
  width: 1140px;
  height: auto;
  margin: 80px auto;
  padding: 55px 30px;
  background: rgba(58, 127, 231, 0.8);
  color: #fff;
}
.linkBox h3 {
  font-size: 24px;
}
.linkBox p {
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
}
.linkBox p a {
  color: #fff;
  margin: 0 30px 0 0;
}

.bannerBox {
  text-align: center;
  margin: 20px auto;
}

h4.title {
  text-align: center;
  padding: 30px 0 40px 0;
}

.pic {
  position: relative;
  padding-bottom: 50px;
  padding-top: 80px;
  height: 640px;
}
.pic .swiper-pagination {
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.pic .swiper-pagination-bullet {
  width: 20px;
  background: #eee2ca;
  border-radius: 3px;
  opacity: 1;
  height: 6px;
  margin: 0 5px;
}
.pic .swiper-pagination-bullet-active {
  width: 70px;
}
.pic .swiper-slide {
  width: 56vw;
  height: 28vw;
}

.gushi {
  margin: 0 auto;
  width: 1070px;
  padding: 80px 0 0px 0;
  position: relative;
}
.gushi .more {
  text-align: center;
  padding: 30px 0;
}
.gushi .more a {
  color: #f3e1c9;
  font-size: 18px;
}
.gushi .gushiBox {
  width: 1010px;
  padding: 25px 25px 15px 25px;
  border: 5px solid;
  border-image: linear-gradient(to bottom, #f7f7ce, #d3a974) 1;
}
.gushi .gushiBox .left {
  float: left;
  width: 405px;
  height: 550px;
  position: relative;
}
.gushi .gushiBox .left p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #f3e1c9;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.gushi .gushiBox .left p a {
  color: #f3e1c9;
}
.gushi .gushiBox .right {
  width: 560px;
  float: right;
}
.gushi .gushiBox .right .item {
  width: 540px;
  height: 150px;
  padding: 10px;
  margin-bottom: 20px;
  background: url(../images/img_bg1.png) no-repeat;
}
.gushi .gushiBox .right .item img {
  float: left;
  margin-right: 20px;
}
.gushi .gushiBox .right .item h2 {
  font-size: 22px;
  line-height: 140%;
  padding-top: 10px;
}

.duihua {
  margin: 0 auto;
  width: 1070px;
  padding: 80px 0 50px 0;
  position: relative;
}
.duihua .more {
  text-align: center;
  padding: 30px 0;
}
.duihua .more a {
  color: #f3e1c9;
  font-size: 18px;
}
.duihua .duihuaBox {
  width: 1070px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
.duihua .duihuaBox .item {
  width: 50%;
  margin-bottom: 50px;
}
.duihua .duihuaBox .item .xian2 {
  margin-left: 200px;
}
.duihua .duihuaBox .item .itemBox {
  width: 320px;
  height: 130px;
  border: 5px solid;
  padding-left: 185px;
  border-image: linear-gradient(to bottom, #f7f7ce, #d3a974) 1;
  position: relative;
}
.duihua .duihuaBox .item .itemBox h2 {
  font-size: 20px;
  color: #f3e1c9;
  line-height: 120%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.duihua .duihuaBox .item .itemBox h2 a {
  color: #f3e1c9;
}
.duihua .duihuaBox .item .itemBox p {
  color: #f3e1c9;
  font-size: 14px;
}
.duihua .duihuaBox .item .itemBox p a {
  color: #fff;
}
.duihua .duihuaBox .item .itemBox img {
  position: absolute;
  top: -17px;
  left: 12px;
}

.topContent {
  height: 100vh;
  max-height: 920px;
  width: 100%;
  position: relative;
}
.topContent .topSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.topContent .topSwiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.topContent .topSwiper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.topContent .content {
  width: 1120px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  z-index: 10001;
}
.topContent .content .riliList {
  width: 620px;
  height: 205px;
  background: #000;
  border-radius: 10px;
  position: relative;
}
.topContent .content .riliList .riliListBox {
  width: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.topContent .content .riliList .riliListBox .swiper-slide {
  text-align: center;
}
.topContent .content .riliList .riliListBox .swiper-slide h3 {
  padding: 20px 0 15px 0;
  font-size: 24px;
  background: linear-gradient(to right, #0953e5, #0da7f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topContent .content .riliList .listLeft {
  display: inline-block;
  width: 12px;
  height: 21px;
  background: url(../images/rilileft.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 80px;
  cursor: pointer;
}
.topContent .content .riliList .listRight {
  display: inline-block;
  width: 12px;
  height: 21px;
  background: url(../images/riliright.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 80px;
  cursor: pointer;
}
.topContent .content .contentSwiper {
  position: absolute;
  height: 350px;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-10%);
  overflow: hidden;
}
.topContent .content .contentSwiper .swiper-pagination {
  bottom: 15px;
}
.topContent .content .contentSwiper .swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background: #35353b;
}
.topContent .content .contentSwiper .swiper-pagination-bullet-active {
  background: #0953e5;
}
.topContent .content .contentSwiper .swiper-slide h3 {
  font-size: 60px;
  color: #fff;
  line-height: 100%;
  padding-bottom: 30px;
}
.topContent .content .contentSwiper .swiper-slide h4 {
  font-size: 30px;
  color: #fff;
  line-height: 100%;
  padding-bottom: 40px;
}
.topContent .content .contentSwiper .swiper-slide span {
  display: inline-block;
  width: 160px;
  height: 48px;
  background: url(../images/button_bg.png) no-repeat;
  background-size: contain;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.topContent .content .contentSwiper .swiper-slide span a {
  color: #fff;
}
.topContent .content .tools {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
.topContent .content .tools .item {
  width: 268px;
  height: 90px;
  text-align: center;
  cursor: pointer;
  line-height: 90px;
  color: #fff;
  font-size: 24px;
}
.topContent .content .tools .item:nth-child(1) {
  background: url(../images/t1.png) no-repeat;
  background-size: contain;
}
.topContent .content .tools .item:nth-child(2) {
  background: url(../images/t2.png) no-repeat;
  background-size: contain;
}
.topContent .content .tools .item:nth-child(3) {
  background: url(../images/t3.png) no-repeat;
  background-size: contain;
}
.topContent .content .tools .item:nth-child(4) {
  background: url(../images/t4.png) no-repeat;
  background-size: contain;
}
.topContent .content .nav {
  width: 1120px;
  padding-top: 40px;
}
.topContent .content .nav .logo {
  width: 200px;
  float: left;
}
.topContent .content .nav .navBox {
  float: right;
  padding-top: 40px;
}
.topContent .content .nav .navBox span {
  font-size: 18px;
  margin: 0 35px;
}
.topContent .content .nav .navBox span a {
  color: #fff;
}

h3.title {
  text-align: left;
  margin-bottom: 20px;
}
h3.title span {
  display: inline-block;
  width: 431px;
  height: 50px;
  color: #c2e6ff;
  font-size: 32px;
  line-height: 55px;
  background: linear-gradient(to right, #0953e5, #0da7f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3.title b {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  float: right;
  margin: 25px 10px 0 0;
}
h3.title b a {
  color: #fff;
}

h3.mTitle {
  text-align: left;
  margin-bottom: 6px;
}
h3.mTitle span {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
h3.mTitle ::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 24px;
  background: url(../images/after.png) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
}
h3.mTitle ::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 24px;
  background: url(../images/before.png) no-repeat left center;
  background-size: contain;
  vertical-align: middle;
}

.bBox {
  margin: 50px auto;
  text-align: center;
}

.leftButton {
  display: inline-block;
  width: 31px;
  height: 35px;
  background: url(../images/left_b.png) no-repeat;
  background-size: contain;
  position: absolute;
}

.rightButton {
  display: inline-block;
  width: 31px;
  height: 35px;
  background: url(../images/right_b.png) no-repeat;
  background-size: contain;
  position: absolute;
}

/* 滚动条整体 */
.ping .left .leftBox::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.ping .left .leftBox::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* 滚动条滑块 */
.ping .left .leftBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #78b7ff;
}

/* 滚动条轨道 */
.ping .left .leftBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/* 滚动条整体 */
.ping .right .rightBox::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.ping .right .rightBox::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* 滚动条滑块 */
.ping .right .rightBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #78b7ff;
}

/* 滚动条轨道 */
.ping .right .rightBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.pageList {
  width: 1200px;
  margin: 30px auto;
  background: url(../images/line_bg1.png) repeat-x top #b1d3ff;
}
.pageList .page_n1 {
  text-align: center;
}
.pageList .page_n1 a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #e2e2e2;
}
.pageList .page_n1 a.common_current_page {
  background: #d00;
  color: #fff;
}
.pageList .pageListContent {
  width: 90%;
  margin: 40px auto;
}
.pageList .pageListContent ul {
  display: block;
  margin-bottom: 20px;
}
.pageList .pageListContent ul li {
  background: url(../images/dian1.png) no-repeat left center;
  padding: 8px 0 13px 20px;
  font-size: 16px;
  text-align: left;
}
.pageList .pageListBox {
  width: 1200px;
  height: auto;
}
.pageList .pageListBox .left {
  float: left;
  width: 450px;
  padding-top: 40px;
  padding-left: 50px;
}
.pageList .pageListBox .left h3 {
  font-size: 30px;
  color: #073fad;
  line-height: 140%;
  padding-bottom: 15px;
}
.pageList .pageListBox .left p {
  font-size: 18px;
  line-height: 160%;
  text-align: justify;
  text-indent: 2em;
  color: #073fad;
}
.pageList .pageListBox .right {
  float: right;
  width: 600px;
  height: 470px;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.pageList .pageListBox .right .swiper-pagination {
  bottom: 80px;
}
.pageList .pageListBox .right .swiper-slide img {
  box-shadow: 0 10px 10px 0 #333333;
}
.pageList .pageListBox .right .swiper-slide p {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #073fad;
}
.pageList .pageListBox .right .swiper-slide p a {
  color: #073fad;
}

.scrollbar-white {
  overflow-y: auto;
}

.scrollbar-white::-webkit-scrollbar {
  width: 8px;
}

.scrollbar-white::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.scrollbar-white::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.bk-chatwindow {
  width: 300px;
  height: 120px;
  overflow: hidden;
  font-size: 0;
  padding-top: 80px;
}

.list-chat .img-left-wrap {
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  vertical-align: middle;
  background: url(../images/bg-square.png) left top/100% no-repeat;
  float: left;
}

.bk-chatwindow .header-chat {
  position: relative;
  height: 85px;
  background: url("../images/zz_tbg.jpg") left top repeat-x;
  width: 798px;
}

.bk-chatwindow .header-chat .chat-title {
  margin: 15px auto 0 auto;
  display: inline-block;
}

.bk-chatwindow .header-chat .right-buttons {
  position: absolute;
  right: 20px;
  top: 25px;
}

.bk-chatwindow .header-chat .right-buttons img {
  cursor: pointer;
}

.bk-chatwindow .header-chat .right-buttons .btn-refresh {
  margin-right: 10px;
  cursor: pointer;
}

.bk-chatwindow .center-default {
  position: relative;
  margin: 0 auto;
  height: 455px;
  width: 798px;
  background: url("../images/zz_nybg.jpg") left top no-repeat;
  background-size: contain;
  padding-top: 30px;
}

.bk-chatwindow .default-page {
  position: relative;
  padding-top: 0px;
  height: 100%;
}

.bk-chatwindow .chat-page {
  position: relative;
  width: 90%;
  margin: 0 auto 10px auto;
  height: 60%;
  overflow-y: auto;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.bk-chatwindow .chat-page .message {
  width: 95%;
  margin: 10px auto;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}

.bk-chatwindow .chat-page li {
  position: relative;
  min-height: 70px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #001a7a;
}

.bk-chatwindow .chat-page li a {
  text-decoration: underline;
}

.bk-chatwindow .chat-page li .avtar-wrap {
  color: #001a7a;
  min-height: 70px;
  clear: both;
}

.bk-chatwindow .chat-page li .avtar-wrap img.img-right {
  float: right;
  margin-right: 45px;
}

.bk-chatwindow .chat-page li .chat-content-wrap {
  margin-left: 80px;
  width: 580px;
}

.bk-chatwindow .chat-page li .chat-content-wrap .nickname {
  font-size: 16px;
  color: #363636;
  line-height: 1.1;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: 12px;
}

.bk-chatwindow .chat-page li .chat-content-wrap p {
  color: #363636;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.sudiall {
  width: 100%;
  background: url(../images/top_bg.png) no-repeat top center;
  background-size: 2560px;
  padding-top: 80px;
}

.sudi {
  width: 1120px;
  margin: 0 auto 30px auto;
}
.sudi .sudiBox {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
}
.sudi .sudiBox .item {
  font-size: 24px;
  line-height: 150%;
  width: 360px;
  padding-bottom: 30px;
  background: #111111;
}
.sudi .sudiBox .item p {
  width: 95%;
  margin: 0 auto;
  text-align: justify;
}
.sudi .sudiBox .item img {
  margin-bottom: 10px;
}
.sudi .sudiBox .item a {
  color: #fff;
}
.sudi .haibao .item {
  width: 20%;
  text-align: center;
}
.sudi .haibao .item img {
  width: 95%;
}

.tonglan {
  width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
}

.huigu {
  width: 1000px;
  margin: 40px auto;
}
.huigu .huiguBox ul li {
  float: left;
  margin: 20px 11px 0 0;
}
.huigu .huiguBox ul li:nth-child(5n) {
  margin-right: 0;
}

.imgBox {
  width: 1120px;
  margin: 70px auto;
  height: 690px;
  overflow: hidden;
  position: relative;
}
.imgBox .swiper-slide img {
  width: 100%;
}
.imgBox .swiper-slide p {
  color: #fff;
  position: absolute;
  z-index: 1000;
  text-align: center;
  bottom: 0px;
  width: 100%;
  font-size: 18px;
  height: 40px;
}
.imgBox .swiper-slide p a {
  color: #fff;
}
.imgBox .imgLeft {
  display: inline-block;
  width: 30px;
  height: 45px;
  background: url(../images/left_b.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: 0px;
  cursor: pointer;
  z-index: 1000;
}
.imgBox .imgRight {
  display: inline-block;
  width: 30px;
  height: 45px;
  background: url(../images/right_b.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 0px;
  cursor: pointer;
  z-index: 1000;
}

.hezuo {
  width: 1120px;
  margin: 40px auto;
}
.hezuo .hezuoBox ul li {
  float: left;
  margin: 20px 10px 0 0;
}
.hezuo .hezuoBox ul li img {
  width: 270px;
}
.hezuo .hezuoBox ul li:nth-child(4n) {
  margin-right: 0;
}

.bottom {
  background: #111111;
  height: 580px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.bottom .bottomBox {
  width: 1120px;
  margin: 0 auto;
}
.bottom .bottomBox .left {
  width: 400px;
  float: left;
}
.bottom .bottomBox .left img {
  width: 400px;
}
.bottom .bottomBox .center {
  float: left;
  width: 220px;
  color: #fff;
  margin-left: 45px;
  padding-top: 65px;
}
.bottom .bottomBox .center h3 {
  font-size: 18px;
  line-height: 180%;
}
.bottom .bottomBox .center h4 {
  font-size: 14px;
  line-height: 180%;
}
.bottom .bottomBox .right {
  width: 370px;
  float: right;
  padding-top: 65px;
}
.bottom .bottomBox .right .item {
  float: left;
  width: 33.3%;
  height: 180px;
}
.bottom .bottomBox .right .item ul li {
  font-size: 14px;
  color: #4c4c4c;
  padding: 6px 0;
}
.bottom .bottomBox .right .item ul li a {
  color: #4c4c4c;
}
.bottom .bottomBox .right .item h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.bottom .bottomBox .right .erweimaBox {
  text-align: center;
}
.bottom .bottomBox .right .erweimaBox img {
  width: 120px;
  margin: 0 15px;
}
.bottom .bottomBox .right .rukou {
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
}
.bottom .bottomBox .right .rukou a {
  color: #fff;
}
.bottom .bottomBox .logo {
  text-align: center;
  position: absolute;
  bottom: 70px;
  width: 1120px;
  left: 50%;
  transform: translateX(-50%);
  clear: both;
}
.bottom .bottomBox .logo img {
  width: 178px;
  height: auto;
  margin: 0 auto;
}

.copyright {
  color: #333;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

/*page*/
.pageTop {
  width: 100%;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: cover;
  height: 185px;
}
.pageTop .pageTopBox {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.pageTop .pageTopBox span.logo {
  display: inline-block;
  width: 200px;
  height: 88px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../images/page_logo.png) no-repeat center center;
  background-size: contain;
}
.pageTop .pageTopBox .title {
  position: absolute;
  left: 0px;
  bottom: 20px;
  color: #fff;
  font-size: 30px;
}
.pageTop .pageTopBox .openNav {
  display: none;
}
.pageTop .pageTopBox .nav {
  position: absolute;
  right: 0px;
  top: 30px;
}
.pageTop .pageTopBox .nav span {
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
}
.pageTop .pageTopBox .nav span a {
  color: #fff;
}

.fanye {
  text-align: center;
  padding: 20px 0;
}
.fanye a {
  display: inline-block;
  background: #111111;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px;
  color: #fff;
}

.flash {
  -webkit-animation: flash 2s forwards;
  animation: flash 2s forwards;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tipText1s {
  -webkit-animation: tipText 18s ease infinite;
  animation: tipText 18s ease infinite;
}

.tipText2s {
  -webkit-animation: tipText 25s ease 2s infinite;
  animation: tipText 25s ease 2s infinite;
}

.tipText3s {
  -webkit-animation: tipText 25s ease 4s infinite;
  animation: tipText 25s ease 4s infinite;
}

.tipText4s {
  -webkit-animation: tipText 20s ease 5s infinite;
  animation: tipText 20s ease 5s infinite;
}

.tipText5s {
  -webkit-animation: tipText 15s ease infinite;
  animation: tipText 15s ease infinite;
}

.tipText6s {
  -webkit-animation: tipText 25s ease infinite;
  animation: tipText 25s ease infinite;
}

.tipText7s {
  -webkit-animation: tipText 15s ease 2s infinite;
  animation: tipText 15s ease 2s infinite;
}

.tipText8s {
  -webkit-animation: tipText 30s ease infinite;
  animation: tipText 30s ease infinite;
}

.tipText9s {
  -webkit-animation: tipText 18s ease 1s infinite;
  animation: tipText 18s ease 1s infinite;
}

.tipText10s {
  -webkit-animation: tipText 15s ease 3s infinite;
  animation: tipText 15s ease 3s infinite;
}

.tipText11s {
  -webkit-animation: tipText 25s ease infinite;
  animation: tipText 25s ease infinite;
}

.tipText12s {
  -webkit-animation: tipText 25s ease 5s infinite;
  animation: tipText 25s ease 2s infinite;
}

.tipText13s {
  -webkit-animation: tipText 22s ease 3s infinite;
  animation: tipText 22s ease 2s infinite;
}

.tipText14s {
  -webkit-animation: tipText 15s ease 2s infinite;
  animation: tipText 15s ease 2s infinite;
}

.tipText15s {
  -webkit-animation: tipText 20s ease 6s infinite;
  animation: tipText 20s ease 2s infinite;
}

.tipText16s {
  -webkit-animation: tipText 30s ease 5s infinite;
  animation: tipText 30s ease 2s infinite;
}

@-webkit-keyframes tipText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes tipText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.move1 {
  -webkit-animation: move1 0.5s infinite;
  animation: move1 0.5s infinite;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes move1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.people1 {
  -webkit-animation: people1 5s infinite;
  animation: people1 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people1 {
  0% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u1/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u1/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people1 {
  0% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u1/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u1/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u1/1.png) no-repeat;
    background-size: contain;
  }
}
.people2 {
  -webkit-animation: people2 7s infinite;
  animation: people2 7s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people2 {
  0% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
  25% {
    background: url(../images/people/u2/2.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u2/3.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u2/4.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people2 {
  0% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
  25% {
    background: url(../images/people/u2/2.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u2/3.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u2/4.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u2/1.png) no-repeat;
    background-size: contain;
  }
}
.people3 {
  -webkit-animation: people3 5s infinite;
  animation: people3 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people3 {
  0% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u3/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u3/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people3 {
  0% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u3/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u3/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u3/1.png) no-repeat;
    background-size: contain;
  }
}
.people4 {
  -webkit-animation: people4 5s infinite;
  animation: people4 5s infinite;
  width: 750px;
  height: 1508px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes people4 {
  0% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u4/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u4/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
}
@keyframes people4 {
  0% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../images/people/u4/2.png) no-repeat;
    background-size: contain;
  }
  75% {
    background: url(../images/people/u4/3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/people/u4/1.png) no-repeat;
    background-size: contain;
  }
}
.flash1 {
  -webkit-animation: flash1 2s forwards;
  animation: flash1 2s forwards;
}

@-webkit-keyframes flash1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p1_mask {
  -webkit-animation: p1_mask 2s ease infinite;
  animation: p1_mask 2s ease infinite;
}

@-webkit-keyframes p1_mask {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes p1_mask {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*手臂动作*/
.btns {
  -webkit-animation: btns 0.6s ease infinite;
  animation: btns 0.6s ease infinite;
}

@-webkit-keyframes btns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes btns {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@-webkit-keyframes btns1 {
  0% {
    -webkit-transform: opacity(0);
    transform: opacity(0);
  }
  100% {
    -webkit-transform: opacity(1);
    transform: opacity(1);
  }
}
@keyframes btns1 {
  0% {
    transform: opacity(0);
  }
  100% {
    transform: opacity(1);
  }
}
/*文字移动*/
.bganimation {
  -webkit-animation: bganimation 2s forwards;
  animation: bganimation 2s forwards;
  transform-origin: center center;
}

@-webkit-keyframes bganimation {
  0% {
    -webkit-transform: opacity(1) scale(0.3);
    transform: opacity(1) scale(0.3);
  }
  100% {
    -webkit-transform: opacity(0) scale(6);
    transform: opacity(0) scale(6);
  }
}
@keyframes bganimation {
  0% {
    transform: opacity(1) scale(0.3);
  }
  100% {
    transform: opacity(0) scale(6);
  }
}
/*流星动作*/
.star_1 {
  -webkit-animation: star 10s ease infinite;
  animation: star 10s ease infinite;
}

.star_2 {
  -webkit-animation: star 7s ease infinite;
  animation: star 7s ease infinite;
}

.star_3 {
  -webkit-animation: star 12s ease infinite;
  animation: star 12s ease infinite;
}

@-webkit-keyframes star {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1300px) translateY(1000px);
    transform: translateX(-1300px) translateY(1000px);
    opacity: 0;
  }
}
@keyframes star {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1300px) translateY(1000px);
    opacity: 0;
  }
}
/*按钮放大效果*/
.login {
  -webkit-animation: login 3s ease 1s infinite;
  animation: login 3s ease 1s infinite;
}

@-webkit-keyframes loginMove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes loginMove {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*文字运动*/
.textMove {
  -webkit-animation: textMove 0.6s ease forwards;
  animation: textMove 0.6s ease forwards;
}

@-webkit-keyframes textMove {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes textMove {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*提示运动*/
.p1_jiao {
  -webkit-animation: p1_jiao 3s ease infinite;
  animation: p1_jiao 3s ease infinite;
}

@-webkit-keyframes p1_jiao {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
  }
}
@keyframes p1_jiao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(40px);
    opacity: 1;
  }
}
/*飞机运动*/
.flyAnimation {
  -webkit-animation: fly 23s ease infinite;
  animation: fly 23s ease infinite;
}

.flyAnimation1 {
  -webkit-animation: fly 15s ease infinite;
  animation: fly 15s ease infinite;
}

.flyAnimation2 {
  -webkit-animation: fly 40s ease infinite;
  animation: fly 40s ease infinite;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(40px) translateY(60px);
    transform: translateX(40px) translateY(60px);
  }
  50% {
    -webkit-transform: translateX(-30px) translateY(30);
    transform: translateX(-30px) translateY(30px);
  }
  75% {
    -webkit-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes fly {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(40px) translateY(60px);
  }
  50% {
    transform: translateX(-30px) translateY(30px);
  }
  75% {
    transform: translateX(-60px) translateY(0);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.flaseMove {
  -webkit-animation: flaseMove 0.5s ease forwards;
  animation: flaseMove 0.5s ease forwards;
  transform-origin: center center;
}

@-webkit-keyframes flaseMove {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes flaseMove {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/*提示动画*/
.tip {
  -webkit-animation: tip 0.3s ease forwards;
  animation: tip 0.3s ease forwards;
  transform-origin: center center;
}

@-webkit-keyframes tip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tip {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tip1 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tip1 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tip2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-transform: translateX(200px) translateY(0);
    transform: translateX(200px) translateY(0);
  }
}
@keyframes tip2 {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(200px) translateY(0);
  }
}
@-webkit-keyframes gezi {
  0% {
    background: url(../images/g1.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/g2.png) no-repeat;
    background-size: contain;
  }
}
@keyframes gezi {
  0% {
    background: url(../images/g1.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../images/g2.png) no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes tipMove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@keyframes tipMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200px);
  }
}
/*手臂运动*/
.p4_hand {
  -webkit-animation: hand1 5s ease infinite;
  animation: hand1 5s ease infinite;
  transform-origin: center bottom;
}

@-webkit-keyframes hand1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hand1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobileNav {
  display: none;
}

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    background-size: 18.6666666667rem;
  }
  .w1200 {
    width: 100%;
  }
  .search-box span {
    font-size: 0.2933333333rem;
    margin-right: 10px;
  }
  .phone .header1 .left img {
    width: 100%;
    height: auto;
  }
  .search-button-2 {
    background-color: #009fe9;
    color: #fff;
    font-size: 0.2933333333rem;
    margin-left: 10px;
    width: 1.3333333333rem;
    text-align: center;
    border-radius: 5px;
    height: 0.5333333333rem;
    line-height: 0.5333333333rem;
    display: block;
    margin-top: -2px;
    cursor: pointer;
    float: none;
    margin: 0.1333333333rem auto;
  }
  .search-box {
    margin: 0.8666666667rem auto;
  }
  .search-box .searchKey {
    width: 95%;
    height: 0.5333333333rem;
    margin: 0.1333333333rem auto;
    background: url(../images/key_bg.png);
    color: #fff;
    font-size: 0.2933333333rem;
  }
  .search-box .searchKey span {
    font-size: 0.2933333333rem;
    cursor: pointer;
  }
  .search-box .searchKey b {
    margin: 0 0.1333333333rem;
    font-weight: normal;
  }
  .search-box .search-title {
    height: 2.6666666667rem;
    line-height: 140%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .search-box span {
    font-size: 0.3466666667rem;
    margin-right: 0.2rem;
  }
  .search-box select {
    border: 2px solid #2083d4;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1333333333rem;
    border-radius: 0.1333333333rem;
    margin: 0 0.1333333333rem;
    width: 4.7333333333rem;
    font-size: 0.2933333333rem;
    background-image: url("../images/xiala.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    float: none;
    margin-bottom: 0.2rem;
  }
  .search-box input {
    border: 2px solid #2083d4;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1333333333rem;
    border-radius: 0.1333333333rem;
    margin: 0 0.1333333333rem;
    width: 4.4rem;
    font-size: 0.2933333333rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .search-box .input-bar {
    height: 0.6533333333rem;
    margin-bottom: 0.2rem;
    float: none;
  }
  .search-box .input-bar input {
    margin-left: 0;
  }
  .search-box .search-button {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
  }
  .mainBox {
    width: 95%;
    margin: 0 auto 1.3333333333rem auto;
  }
  .mainBox .left {
    float: none;
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mainBox .left .item {
    width: 50%;
    text-align: left;
    text-align: center;
  }
  .mainBox .left .item img {
    width: 98%;
  }
  .mainBox .right {
    float: none;
    width: 95%;
    margin-left: 2.5%;
  }
  .mainBox .right ul li {
    background: url(../images/dian.png) no-repeat left center;
    padding: 0.1066666667rem 0 0.1733333333rem 0.2666666667rem;
    color: #fff;
    font-size: 0.32rem;
  }
  .mainBox .right ul li a {
    color: #fff;
  }
  .page_n {
    text-align: center;
    padding: 0.5333333333rem 0;
    color: #fff;
  }
  .page_n span {
    cursor: pointer;
    font-size: 0.32rem;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.0666666667rem 0.1333333333rem;
    margin: 0 0.1333333333rem 0.0666666667rem 0.1333333333rem;
    border-radius: 0.1066666667rem;
  }
  .page_n .active {
    background: #f2f2f2;
    color: #d00;
  }
  .anliShow {
    width: 100%;
    margin: 0 auto;
  }
  .anliShow .title {
    text-align: center;
    margin-bottom: 0.6666666667rem;
    width: 100%;
    position: relative;
  }
  .anliShow .title img {
    position: absolute;
    left: 50%;
    width: 180%;
    transform: translateX(-50%);
  }
  .anliShow .item {
    width: 90%;
    height: auto;
    padding: 1.1333333333rem 0.4rem;
    background: #065ede;
    background-size: contain;
    position: relative;
    margin-bottom: 60px;
  }
  .anliShow .item span.go {
    color: #fff;
    position: static;
    bottom: 20px;
    right: 50px;
    font-size: 0.32rem;
    display: block;
    text-align: right;
  }
  .anliShow .item span.go a {
    color: #fff;
  }
  .anliShow .item span.anliTop {
    color: #fff;
    position: absolute;
    top: 0.3333333333rem;
    right: 0.4rem;
    font-size: 0.48rem;
    color: #fff;
    width: 1.6rem;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
  }
  .anliShow .item .left {
    float: none;
    width: 8.7333333333rem;
    height: 5.5333333333rem;
  }
  .anliShow .item .left img {
    width: 100%;
    box-shadow: 0 15px 15px 0 #333333;
  }
  .anliShow .item .right {
    float: none;
    width: 95%;
    padding-top: 0.3333333333rem;
    position: relative;
    margin-top: 0.5333333333rem;
  }
  .anliShow .item .right h2 {
    font-size: 0.48rem;
    color: #fff;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .anliShow .item .right h3 {
    font-size: 0.32rem;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
  }
  .anliShow .item .right h3 img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2.48rem;
  }
  .anliShow .item .right h4 {
    font-size: 0.3466666667rem;
    color: #fff;
    font-weight: normal;
    position: relative;
  }
  .anliShow .item .right .zhaiyao {
    padding-top: 0.4rem;
    position: relative;
    height: auto;
  }
  .anliShow .item .right .zhaiyao .zhaiyaoContent {
    position: static;
    top: 50%;
    transform: translateY(0);
  }
  .anliShow .item .right .zhaiyao p {
    font-size: 0.3733333333rem;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 150%;
    margin-bottom: 5px;
  }
  .zhengjiBox {
    width: 95%;
    margin: 0.4rem auto;
    height: auto;
    display: block;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #bbdbff;
  }
  .zhengjiBox .left {
    width: 100%;
    float: none !important;
  }
  .zhengjiBox .left img {
    width: 100%;
  }
  .zhengjiBox .right {
    width: 90%;
    padding: 5%;
  }
  .zhengjiBox .right h3 {
    font-size: 0.4533333333rem;
    font-weight: bold;
    color: #073fad;
    height: 0.6666666667rem;
  }
  .zhengjiBox .right h3 span {
    border-bottom: 0.1333333333rem solid #66aeff;
  }
  .zhengjiBox .right h4 img {
    width: 2.5333333333rem;
  }
  .zhengjiBox .right p {
    color: #073fad;
    font-size: 0.3466666667rem;
    line-height: 150%;
    padding: 0.3466666667rem 0;
  }
  .tipList {
    display: none;
  }
  .tipList1 {
    display: none;
  }
  .pageList {
    width: 100%;
    margin: 0.5333333333rem auto;
    background: url(../images/line_bg1.png) repeat-x top #b1d3ff;
  }
  .pageList .page_n1 {
    text-align: center;
  }
  .pageList .page_n1 a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #e2e2e2;
  }
  .pageList .page_n1 a.common_current_page {
    background: #d00;
    color: #fff;
  }
  .pageList .pageListContent {
    width: 90%;
    margin: 0.5333333333rem auto;
  }
  .pageList .pageListContent ul {
    display: block;
    margin-bottom: 0.3333333333rem;
  }
  .pageList .pageListContent ul li {
    background: url(../images/dian1.png) no-repeat left center;
    padding: 0.2rem 0 0.2rem 0.3466666667rem;
    font-size: 0.3466666667rem;
    text-align: left;
  }
  .pageList .pageListContent ul li a {
    float: none;
  }
  .pageList .pageListBox {
    width: 100%;
    height: auto;
  }
  .pageList .pageListBox .left {
    float: none;
    width: 95%;
    padding-top: 0.5333333333rem;
    padding-left: 0;
    margin: 0 auto;
  }
  .pageList .pageListBox .left h3 {
    font-size: 0.48rem;
    color: #073fad;
    line-height: 140%;
    padding-bottom: 15px;
  }
  .pageList .pageListBox .left p {
    font-size: 0.3466666667rem;
    line-height: 160%;
    text-align: justify;
    text-indent: 2em;
    color: #073fad;
  }
  .pageList .pageListBox .right {
    float: none;
    width: 95%;
    height: auto;
    padding-top: 0.6666666667rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .pageList .pageListBox .right .swiper-pagination {
    bottom: 0.8rem;
  }
  .pageList .pageListBox .right .swiper-slide img {
    width: 100%;
    height: 5.3333333333rem;
  }
  .pageList .pageListBox .right .swiper-slide p {
    padding-top: 0.2rem;
    text-align: center;
    font-size: 0.3733333333rem;
    color: #073fad;
  }
  .pageList .pageListBox .right .swiper-slide p a {
    color: #073fad;
  }
  /*===结束首页移动端样式===*/
  .page {
    background-size: 18.6666666667rem;
  }
  .top {
    height: 2.6666666667rem;
  }
  .mobileNav {
    display: block;
    width: 0.5333333333rem;
    height: 0.5333333333rem;
    background: url(../images/nav_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.2666666667rem;
    right: 0.2666666667rem;
    z-index: 1000;
  }
  .navList {
    width: 4rem;
    text-align: center;
    height: auto;
    background: none;
    background-size: contain;
    line-height: 100%;
    position: absolute;
    padding: 0.4rem 0;
    top: 0.8rem;
    right: 0px;
    background: rgba(28, 114, 230, 0.8);
    display: none;
  }
  .navList span {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: block;
    padding: 0.2666666667rem 0;
    cursor: pointer;
  }
  .navList span a {
    color: #fff;
  }
  .infoBox {
    width: 95vw;
    margin: 0 auto;
    display: block;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background: url(../images/mobile_bg1.jpg);
  }
  .infoBox .infoLeft {
    width: 90vw;
    height: auto;
    margin: 0 auto;
    padding: 0.3333333333rem;
  }
  .infoBox .infoLeft .infoLogo {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .infoBox .infoLeft .infoLogo img {
    width: 60%;
  }
  .infoBox .infoLeft .mingpianBox {
    margin-bottom: 0.4rem;
  }
  .infoBox .infoLeft .mingpianBox h3 {
    font-size: 0.48rem;
    color: #073fad;
    line-height: 130%;
    margin-bottom: 0.2rem;
  }
  .infoBox .infoLeft .jianjie {
    margin-bottom: 30px;
  }
  .infoBox .infoLeft .jianjie p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    text-align: justify;
    color: #303030;
  }
  .infoBox .infoLeft .anli {
    position: absolute;
    left: 3vw;
    text-align: left;
    width: 23vw;
  }
  .infoBox .infoLeft .anli .subtitle {
    width: 80%;
    text-align: left;
  }
  .infoBox .infoLeft .anli .subtitle img {
    width: 100%;
    float: left;
  }
  .infoBox .infoLeft .infoTop {
    position: fixed;
  }
  .infoBox .infoLeft .anliBox {
    font-size: 0.3466666667rem;
    color: #073fad;
    font-weight: bold;
    margin: 10px auto;
    width: 95%;
  }
  .infoBox .infoLeft .anliBox p {
    cursor: pointer;
  }
  .infoBox .infoLeft .anliBox p a {
    color: #073fad;
  }
  .infoBox .infoRight {
    width: 67vw;
    margin-left: 25vw;
    height: auto;
    padding: 0 0 5vw 0;
    position: relative;
  }
  .infoBox .infoRight h1 {
    text-align: center;
    font-size: 0.4533333333rem;
    color: #073fad;
    padding: 0 0 0.4rem 0;
  }
  .infoBox .infoRight .weidu {
    font-size: 0.32rem;
    color: #073fad;
  }
  .infoBox .infoRight .weidu b {
    font-weight: normal;
  }
  .infoBox .infoRight .keyword {
    font-size: 0.32rem;
    color: #073fad;
  }
  .infoBox .infoRight .keyword b {
    font-weight: normal;
  }
  .infoBox .infoRight h3 {
    font-size: 0.3733333333rem;
    margin-top: 0.6666666667rem;
    color: #073fad;
  }
  .infoBox .infoRight .zhaiyao p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    color: #303030;
    text-align: justify;
  }
  .infoBox .infoRight .chuangxin p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    text-align: justify;
    color: #303030;
  }
  .infoBox .infoRight .guihua p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    text-align: justify;
    color: #303030;
  }
  .infoBox .infoRight .jingyan p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    text-align: justify;
    color: #303030;
  }
  .infoBox .infoRight .shijian p {
    font-size: 0.3466666667rem;
    line-height: 140%;
    margin: 15px 0;
    text-indent: 2em;
    text-align: justify;
    color: #303030;
  }
  .copyright {
    color: white;
    font-size: 0.2933333333rem;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
/*# sourceMappingURL=default.css.map */