@charset 'utf-8';
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444444;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #444444;
}
img {
  outline: none;
  border: 0;
}
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.clear {
  clear: both;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.allW {
  width: 100%;
  overflow: hidden;
}
.allW > img {
  display: block;
  width: 100%;
}
.margin {
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
#slide-none img,
#slide-page img,
#slide-arrow img,
#slide-all img {
  display: block;
  width: 100%;
}
/**
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  background-color: #e3e3e3;
  height: 0.6rem;
}
.py-xl {
	padding-left:0.5rem;
  border-bottom: 1px #ccc solid;
}
.py-xl a {
  font-size: 0.825rem;
  line-height: 2.25rem;
  font-weight: bold;
}
.articlebox{
	padding:0 10px;
	font-size:1rem;
	line-height:1.5rem;
}
.articlebox img{
  display: inline-block;
}
.py-artical .title {
  padding: 1rem 0.75rem 0.5rem;
  text-align: center;
}
.py-artical .title h2 {
  font-size: 1.25rem;
  color: #009bdb;
  font-weight: bold;
}
.py-artical .title h5 {
  border-bottom: 1px #ccc solid;
  font-size: 0.825rem;
  color: #888888;
  padding-bottom: 0.5rem;
  padding-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.py-artical .btn {
  padding: 0.75rem;
}
.py-artical .btn a {
  float: left;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.75rem;
}
.py-artical .btn a:nth-of-type(1) {
  width: 18%;
  border: 1px #ccc solid;
  margin-top: 0.4rem;
  border-radius: 0.2rem;
}
.py-artical .btn a:nth-of-type(2) {
  width: 18%;
  margin-top: 0.4rem;
  margin-right: 8%;
  margin-left: 4%;
  border: 1px #ccc solid;
  border-radius: 0.2rem;
}
.py-artical .btn a:nth-of-type(3) {
  width: 52%;
  color: #fff;
  line-height: 2.55rem;
  height: 2.55rem;
  border-radius: 0.3rem;
  background-color: #009bdb;
}
.py-help .title {
  font-size: 0.825rem;
  text-indent: 0.756rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px #ccc solid;
  margin-top: 1rem;
  color: #009bdb;
}
.py-help .title .more{
	float:right;
	margin-right:0.5rem;
	color:red;
	font-weight:bold;
}
.py-help ul {
  padding: 0 0.65rem;
}
.py-help ul a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 0.6rem 0;
}
.py-help ul a span:first-child {
  float: left;
  max-width: 80%;
}
.py-help ul a em {
  display: inline-block;
  width: 1.3rem;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  background-color: #aaaaaa;
  color: #fff;
  margin-right: 0.3rem;
}
.py-help ul li {
  border-bottom: 1px #ccc dashed;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
}
.py-help ul li:last-child {
  border-bottom: none;
}
.py-help ul li:nth-of-type(1) a em {
  background-color: #d23838;
}
.py-help ul li:nth-of-type(2) a em {
  background-color: #eb6100;
}
.py-help ul li:nth-of-type(3) a em {
  background-color: #f39800;
}
.py-intro {
  padding: 0.825rem 0.6rem;
}
.py-intro .img {
  width: 42%;
  height: 8.25rem;
}
.py-intro .txt {
  width: 55.5%;
}
.py-intro .txt h2 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #009bdb;
  margin-bottom: 0.2rem;
}
.py-intro .txt p {
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.32rem;
  background: url(../images/py_11.jpg) no-repeat 0 center;
  background-size: 0.7125rem 0.6375rem;
}
.py-intro1 .img {
  height: 8.25rem;
  border: 0.125rem #ccc solid;
  background-color: #009bdb;
  color: #fff;
  text-align: center;
}
.py-intro1 .img img {
  display: block;
  width: 2.625rem;
  margin: 2rem auto 0;
  height: 2.0625rem;
}
.py-intro1 .img span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 0.2rem;
}
.py-intro1 .img h6 {
  font-size: 0.6rem;
  text-transform: uppercase;
}
.py-intro1 .txt a {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 2.07rem;
  line-height: 2.07rem;
  font-size: 0.9rem;
  border-bottom: 1px #ccc dashed;
}
.py-intro1 .txt a:last-child {
  border-bottom: none;
}
.py-intro1 .txt span:first-child {
  float: left;
  max-width: 11rem;
}
.py-intro1 .txt span:first-child b {
  color: #009bdb;
  margin-right: 0.25rem;
}
.py-intro1 .txt span:last-child {
  float: right;
}
.py-reason {
  padding: 0.75rem;
}
.py-reason a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  text-align: center;
  color: #fff;
  height: 2.9375rem;
  line-height: 2.9375rem;
}
.py-reason dd {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.py-reason dd:nth-of-type(even) {
  margin-right: 0;
}
.py-reason dd:nth-of-type(1) {
  background-color: #13b5b1;
  margin-bottom: 0.5rem;
}
.py-reason dd:nth-of-type(2) {
  background-color: #f39800;
  margin-bottom: 0.5rem;
}
.py-reason dd:nth-of-type(3) {
  background-color: #8c97cb;
}
.py-reason dd:nth-of-type(4) {
  background-color: #32b16c;
}
.py-reason dt {
  float: left;
  width: 36%;
  margin-right: 2%;
}
.py-reason dt a {
  line-height: 6.375rem;
  height: 6.375rem;
  font-size: 0.975rem;
  font-weight: bold;
  background-color: #009bdb;
}
.py-sb {
  border-top: 1px #ccc solid;
}
.py-sb li {
  float: left;
  width: 32%;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  padding: 0.6rem 0;
  height: 8rem;
}
.py-sb li img {
  display: block;
  width: 3.9375rem;
  margin: 0.6rem auto 0;
}
.py-sb li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
.py-sb .on {
  width: 36%;
}
.py-sb .on img {
  display: block;
  width: 4.875rem;
  margin: 0.2rem auto 0;
}
.py-sb .on span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 0.4rem;
}
.py-sb li:nth-of-type(3n) {
  width: 36%;
  border-right: 1px #fff solid;
}
.py-sb .gdsb{
	padding:0.1rem;
}
.py-sb .gdsb a{
	display:block;
	width:100%;
	height:7.7rem;
	line-height:7.7rem;
	text-align:center;
	background:#009BDB;
	color:#fff;
}
.py-v h2 {
  font-size: 0.975rem;
  color: #009bdb;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.prefect-slide .swiper-slide {
  width: 50%;
  height: 11.5rem;
}
.prefect-slide {
  width: 100%;
  overflow: hidden;
}
.prefect-slide video {
  display: block;
  width: 100%;
  height: 9rem;
}
.prefect-slide .swiper-slide span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 2.5rem;
  height: 2.5rem;
}
.py-tab {
  padding-top: 0.75rem;
}
.py-tab .tab-btn li {
  float: left;
  width: 23.5%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
  background-color: #b9b9b9;
  margin-right: 2%;
}
.py-tab .tab-btn li:last-child {
  margin-right: 0;
}
.py-tab .tab-btn .on {
  background-color: #137cbf;
  color: #fff;
}
.list dl {
  width: 95%;
  margin: 0 auto;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom:0.5rem;
  padding-top: 0.6em;
}
.list dl dt {
  float: left;
  width: 25%;
}
.list dl dt img {
  width: 100%;
}
.list dl dd {
  float: left;
  width: 70%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list dl dd h3 {
  margin-top: 5px;
  font-size: 1em;
}
.list dl dd h3 a {
  color: #404040;
}
.list dl dd p{
	font-size:0.85rem;
}
.list dl dd p a{
	color:red;
}
.list dl dd .type {
  margin-top: 0.6em;
  font-size: 0.8em;
  color: #888;
}
.list dl dd .type time {
  float: left;
}
.list dl dd .type time b {
  margin-right: 0.5em;
  display: inline-block;
  border: 1px solid rgba(255, 51, 51, 0.75);
  color: #f33;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px;
  line-height: 12px;
}
.list dl dd .type span {
  float: right;
  display: block;
  background: url(../images/hh.png) no-repeat left center;
  background-size: contain;
  width: 2.3em;
  padding-left: 1.5em;
}
.page{
	text-align:center;
	height:2.0em;
	line-height:2.0em;
	font-size:1em;
	color:#333;
}
.page a{
	color:#333;
}
.c-public-title{
	margin-top: 0.75rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 0 0.4rem;
}
.c-public-title .h1{
	color: #eee;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}
.c-public-title .h2{
	color: #137cbf;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -0.9rem;
}
.c-public-main li img{
	width:100%;
}
.c-public-main li:nth-of-type(1){
	width: 22.5%;
	margin-top: 0.75rem;
}
.c-public-main li:nth-of-type(3){
	width: 22.5%;
	margin-top: 0.72rem;
}
.c-public-main li:nth-of-type(2){
	width: 55%;
	text-align: center;
	font-size: 1rem;
	color: #f9bc01;
	font-weight: bold;
}
.pqq-videos ul li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	margin-bottom: 0.8rem;
}
.pqq-videos ul li img{
	width:100%;
	display:block;
}
.pqq-videos li:last-child{
	margin-right: 0;
}
.pqq-videos ul li video{
	display: block;
	width: 100%;
}
.pqq-videos ul li span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 0.75rem;
	line-height: 1.1rem;
	margin-top: 0.5rem;
}
.c-btn{
	width: 50%;
	margin: 0 auto;
	background-color: #fd9446;
	border-radius: 0.3rem;
	overflow: hidden;
	height: 2.1rem;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.c-btn img{
	width: 20%;
}
.c-btn span{
	line-height: 2.25rem;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	width: 56%;
}
.c-btn img.left{
	padding: 0 5% 0 7%;
	width: 22%;
	background-color: #f67617;
}
.c-btn img.right{
	margin-top:-0.2rem;
	padding-right: 8%;
}

#page_navigation{
	text-align:center;
	margin-top: 1rem;
}
#page_navigation a{
 padding:3px;
 border:1px solid gray;
 margin:2px;
 color:black;
 text-decoration:none
}
.active_page{
 background:#13A4DB;
 color:white !important;
}
.list ul li {
	color: #444444;
    font-family: "微软雅黑";
	border-bottom: 1px #000 dashed;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
}
#content{
	padding:0 0.5rem;
}
.list ul li p{
	text-indent: 2rem;
	line-height: 1.5rem;
	padding: 0 0.7rem;
	margin-top: 0.5rem;
}

.list ul li span{
	color:#C74A26;
	text-align: center;
	font-weight: 600;
	display: block;
}
.nzjbox .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #036ac4;
  color: #fff;
}
.nzjbox .ncon {
  display: flex;
  border-bottom: 1px solid #EEEEE;
}
.nzjbox .ncon .imgbox {
  flex: 1;
  padding: 0.5rem;
}
.nzjbox .ncon .imgbox img {
  display: block;
  width: 100%;
}
.nzjbox .ncon .infobox {
  overflow: hidden;
  flex: 2;
  padding: 0.5rem;
}
.nzjbox .ncon .infobox .infotitle {
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  border-bottom: 1px solid #EEEEEE;
  color: #000;
}
.nzjbox .ncon .infobox .infotitle span {
  font-size: 0.8rem;
  color: #535353;
}
.nzjbox .ncon .infobox .infoul li {
  background: url(../images/n-xx.gif) no-repeat left center;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #434343;
  font-size: 0.9rem;
  background-size: 0.9rem;
  padding-left: 1.1rem;
}
.nzjbox .ncon .infobox .infop {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  color: #434343;
  font-size: 0.9rem;
  height: 1.8rem;
  line-height: 1.8rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nzjbox .ncon .infobox .nbtngroup {
  display: flex;
}
.nzjbox .ncon .infobox .nbtngroup .btna {
  height: 1.6rem;
  line-height: 1.6rem;
  flex: 1;
  display: block;
  margin: 0.2rem;
  border: 1px solid #E9E8E8;
  background: url(../images/n-wx.png) no-repeat 0.8rem center #f5f5f5;
  background-size: 1rem;
  font-size: 0.8rem;
  color: #036ac4;
  padding-left: 2.2rem;
  border-radius: 0.3rem;
}
.nzjbox .ncon .infobox .nbtngroup .btna:nth-child(2) {
  background: url(../images/n-tel.png) no-repeat 0.8rem center #036ac4;
  background-size: 1rem;
  color: #fff;
}
.nzjbox2 {
  margin-top: 0.5rem;
}
.nzjbox2 .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #036ac4;
  color: #fff;
}
.nzjbox2 .nzjbox2list {
  margin-top: 0.5rem;
}
.nzjbox2 .nzjbox2list li {
  width: 33.3%;
  float: left;
}
.nzjbox2 .nzjbox2list li a {
  width: 98%;
  margin: 0 auto;
  display: block;
  padding: 0.2rem;
}
.nzjbox2 .nzjbox2list li a img {
  display: block;
  width: 100%;
}
.nzjbox2 .nzjbox2list li a p {
  text-align: center;
  font-size: 0.9rem;
  background: #AFDBF1;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #333;
}
.nzjbox2 .aimg {
  width: 95%;
  display: block;
  margin: 0.5rem auto;
}
.nzjbox3 {
  margin-top: 0.5rem;
}
.nzjbox3 .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #036ac4;
  color: #fff;
}
.nzjbox3 .topswiper {
  width: 95%;
  margin: 0.8rem auto 0.5rem auto;
}
.nzjbox3 .topswiper .swiper-button-next {
  background-size: 1rem;
}
.nzjbox3 .topswiper .swiper-button-prev {
  background-size: 1rem;
}
.nzjbox3 .topswiper .swiper-slide {
  position: relative;
}
.nzjbox3 .topswiper .swiper-slide img {
  width: 100%;
  display: block;
}
.nzjbox3 .topswiper .swiper-slide p {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  position: absolute;
}
.nzjbox3 .bomswiper {
  width: 95%;
  margin: 0 auto 0.5rem auto;
}
.nzjbox3 .bomswiper .swiper-slide {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  height: 4rem;
  background-size: cover !important;
}
.nzjbox3 .bomswiper .swiper-slide-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.nzxghbox {
  background: #EFEFEF;
}
.nzxghbox .ghimgtitle {
  width: 95%;
  margin: 0 auto;
}
.nzxghbox .ghimgtitle img {
  display: block;
  width: 100%;
}
.nzxghbox .gh-foromgroup {
  background: #fff;
  width: 90%;
  margin: 0.5rem auto;
  padding: 0.5rem;
}
.nzxghbox .gh-foromgroup .gh-inputgroup {
  margin-bottom: 0.5rem;
  display: flex;
}
.nzxghbox .gh-foromgroup .gh-inputgroup label {
  background: #036ac4;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  flex: 1;
  border-radius: 0.3rem 0 0 0.3rem;
}
.nzxghbox .gh-foromgroup .gh-inputgroup .input {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.3rem;
  flex: 2;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 1px solid #aaa;
  color: #333;
}
.nzxghbox .gh-foromgroup .gh-bombtngroup .submit {
  background: url(../images/gee_zja1.jpg) no-repeat left top;
  background-size: 100%;
  width: 8.7rem;
  height: 3rem;
  text-indent: -9999px;
  display: block;
  border: none;
  cursor: pointer;
  float: left;
  margin-left: 0.3rem;
}
.nzxghbox .gh-foromgroup .gh-bombtngroup .btntel {
  width: 10rem;
  display: block;
  float: right;
  margin-right: 0.3rem;
}
.nzxghbox .gh-foromgroup .gh-bombtngroup .btntel img {
  display: block;
  width: 100%;
}

.in-pub-t {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  text-align: center; }
  .in-pub-t h2 {
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    color: #1861a4;
    font-weight: bold; }
    .in-pub-t h2 span {
      padding-bottom: 0.1rem;
      border-bottom: 1px #1861a4 solid; }
  .in-pub-t h4 {
    font-size: 0.9rem;
    color: #1861a4;
    line-height: 2; }

.s1-v3 {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1.2rem; }
  .s1-v3 .swiper-container {
    padding-bottom: 1.5rem; }
  .s1-v3 .swiper-slide {
    width: 7.5rem;
	height: 13.24rem;
    background-color: #f0f0f0;
    border-radius: 0.35rem;
    padding-bottom: 0.6rem;
    overflow: hidden; }
    .s1-v3 .swiper-slide img {
      display: block;
      width: 100%; }
    .s1-v3 .swiper-slide h2 {
      font-size: 0.825rem;
      font-weight: bold;
      text-align: left;
      margin-top: 0.6rem; }
    .s1-v3 .swiper-slide p {
      font-size: 0.825rem;
      line-height: 1.5;
      padding: 0.3rem 0.375rem 0; }
  .s1-v3 .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center; }
  .s1-v3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #2270b7;
    opacity: 1; }
  .s1-v3 .swiper-pagination-bullet-active {
    width: 35px;
    height: 8px;
    background-color: #2270b7;
    border-radius: 5px; }
	.in-js-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  margin-bottom: 1rem; }
  .in-js-nav a {
    width: 6.825rem;
    padding: 0.6rem 0 0.6rem 0.825rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background-color: #1861a4;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.825rem; }
    .in-js-nav a b {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .in-js-nav a img {
      display: block;
      width: 0.825rem;
      margin-left: 0.225rem; }

.in-tab2 {
  margin-top: 1rem;
  padding-bottom: 0.6rem;
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .in-tab2 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-bottom: 0.75rem; }
    .in-tab2 .tab-btn li {
      width: 7.5rem;
      font-size: 0.825rem;
      text-align: center;
      line-height: 2.25rem;
      background-color: #e0e0e0;
      margin-left: 0.2rem;
      margin-right: 0.2rem; }
    .in-tab2 .tab-btn .on {
      background-color: #1861a4;
      color: #fff; }
  .in-tab2 .swiper-container {
    padding-bottom: 1rem; }
    .in-tab2 .swiper-container .swiper-pagination {
      bottom: 0; }
  .in-tab2 .doc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .in-tab2 .doc img {
      display: block;
      width: 8.0625rem; }
    .in-tab2 .doc .txt {
      flex: 1;
      padding: 0 0.825rem; }
      .in-tab2 .doc .txt h2 {
        font-size: 0.9rem;
        padding-bottom: 0.3rem;
        border-bottom: 1px #ccc solid;
        margin-bottom: 0.375rem; }
        .in-tab2 .doc .txt h2 b {
          font-size: 1.35rem;
          font-weight: bold;
          margin-right: 0.3rem; }
      .in-tab2 .doc .txt p {
        font-size: 0.825rem;
        line-height: 1.65; }
  .in-tab2 .serve {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    background-color: #f0f0f0;
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 0.825rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .in-tab2 .serve b {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      font-size: 0.825rem;
      color: #24629b;
      border-right: 1px #ccc solid;
      padding-right: 0.75rem; }
      .in-tab2 .serve b img {
        display: block;
        width: 1.2375rem;
        margin-left: 0.225rem; }
    .in-tab2 .serve b:nth-of-type(1) {
      color: #257893; }
    .in-tab2 .serve b:nth-of-type(3) {
      color: #e5600f;
      border-right: none; }
  .in-tab2 h2 {
    font-size: 0.975rem;
    text-align: center;
    color: #1861a4;
    margin-bottom: 0.3rem; }
  .in-tab2 .yy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .in-tab2 .yy .list {
      width: 5.5125rem; }
      .in-tab2 .yy .list img {
        display: block;
        width: 100%; }
      .in-tab2 .yy .list span {
        display: block;
        width: 100%;
        padding: 0.5rem 0;
        text-align: center;
        line-height: 1.5;
        font-size: 0.75rem; }
      .in-tab2 .yy .list .pt {
        padding-top: 1rem; }

.in-tab1 {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .in-tab1 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    margin-bottom: 0.75rem; }
    .in-tab1 .tab-btn li {
      width: 7.5rem;
      font-size: 0.825rem;
      text-align: center;
      line-height: 2.25rem;
      background-color: #e0e0e0;
      margin-left: 0.2rem;
      margin-right: 0.2rem; }
    .in-tab1 .tab-btn .on {
      background-color: #1861a4;
      color: #fff; }
  .in-tab1 .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    border-radius: 0.35rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    align-items: center; }
    .in-tab1 .list img {
      display: block;
      width: 13.575rem; }
    .in-tab1 .list .txt {
      width: 9rem;
      height: 5.5875rem;
      background-color: #598ebe;
      padding: 1.125rem 0.675rem 0;
      color: #fff; }
      .in-tab1 .list .txt h2 {
        font-size: 0.9rem;
        font-weight: bold;
        padding-bottom: 0.375rem;
        border-bottom: 1px rgba(255, 255, 255, 0.4) dashed; }
      .in-tab1 .list .txt p {
        padding-top: 0.375rem;
        font-size: 0.75rem;
        color: #fff;
        white-space: nowrap; }
  .in-tab1 .list-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    border-radius: 0.35rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    align-items: center; }
    .in-tab1 .list-v img {
      display: block;
      width: 13.575rem; }
    .in-tab1 .list-v .txt {
      width: 9rem;
      height: 5.5875rem;
      background-color: #59a5be;
      padding: 1.125rem 0.675rem 0;
      color: #fff; }
      .in-tab1 .list-v .txt h2 {
        font-size: 0.9rem;
        font-weight: bold;
        padding-bottom: 0.375rem;
        border-bottom: 1px rgba(255, 255, 255, 0.4) dashed; }
      .in-tab1 .list-v .txt p {
        padding-top: 0.375rem;
        font-size: 0.75rem;
        color: #fff;
        white-space: nowrap; }
  .in-tab1 .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center; }
    .in-tab1 .btn a {
      font-size: 0.9rem;
      border-radius: 2rem;
      line-height: 2rem;
      padding: 0 1rem;
      border: 1px #e7770a solid;
      color: #e7770a; }
  .in-tab1 .item {
    background-color: #f3f3f3;
    padding: 0.375rem;
    margin-bottom: 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .in-tab1 .item img {
      display: block;
      width: auto;
      height: 7.0875rem; }
    .in-tab1 .item .txt {
      flex: 1;
      padding-left: 0.75rem; }
      .in-tab1 .item .txt h2 {
        font-size: 0.9rem;
        font-weight: bold;
        color: #1861a4;
        margin-bottom: 0.225rem; }
      .in-tab1 .item .txt p {
        font-size: 0.825rem;
        line-height: 1.5;
        padding-top: 0.375rem; }
      .in-tab1 .item .txt em {
        display: block;
        width: 3rem;
        height: 1px;
        margin-top: 0.375rem;
        background-color: #ccc; }
  .in-tab1 .swiper-container {
    padding-bottom: 1rem; }
    .in-tab1 .swiper-container .swiper-pagination {
      bottom: 0; }

.in-meeting {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  align-items: flex-start; }
  .in-meeting > img {
    display: block;
    width: 3.1875rem; }
  .in-meeting .s1 {
    flex: 1;
    margin-left: 0.6rem; }
    .in-meeting .s1 .swiper-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-box-pack: space-between;
      -webkit-moz-box-pack: space-between;
      box-pack: space-between; }
  .in-meeting .item {
    width: 9.3rem; }
    .in-meeting .item img {
      display: block;
      width: 100%; }
    .in-meeting .item h2 {
      font-size: 0.825rem;
      font-weight: bold;
      line-height: 1.75;
      padding-top: 0.375rem;
      padding-left: 0.1rem; }
    .in-meeting .item p {
      font-size: 0.825rem;
      padding-left: 0.1rem; }
.new-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .new-nav ul li {
    width: 25%;
    font-size: 0.9rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: #1861a4;
    border-left: 1px #2277c5 solid;
    border-right: 1px #145087 solid; }
    .new-nav ul li a {
      display: block;
      color: #fff; }
  .new-nav ul li:nth-of-type(1),
  .new-nav ul li:nth-of-type(5) {
    border-left: none; }
  .new-nav ul li:nth-of-type(4),
  .new-nav ul li:nth-of-type(8) {
    border-right: none; }
  .new-nav ul li:nth-of-type(-n+4) {
    border-bottom: 1px  #2277c5 solid; }
  .new-nav ul li:nth-of-type(n+5) {
    border-top: 1px  #145087 solid; }
.new-footer {
  height: 13.3125rem;
  background: url(../images/bj_82.jpg) no-repeat;
  background-size: 100% 100%; }
  .new-footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    padding-top: 0.975rem;
    padding-bottom: 2.0625rem; }
    .new-footer ul li {
      font-size: 0.825rem;
      line-height: 1.2;
      padding: 0 0.5rem;
      border-right: 1px rgba(255, 255, 255, 0.5) solid; }
      .new-footer ul li a {
        color: #fff; }
    .new-footer ul li:last-child {
      border-right: none; }
  .new-footer p {
    font-size: 0.825rem;
    padding-left: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 0.225rem; }
    .new-footer p img {
      display: block;
      width: 1.5rem;
      margin-right: 0.225rem; }		  