@charset "utf-8";
/*清除浮动*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*样式控制字符长度，需指定宽度*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*Unicode字体编码*/
/*微软雅黑*/
/*宋体*/
/*
*-----------------------------
*成功打勾图标
*base64编码
*-----------------------------
*/
/*
*-----------------------------
*失败警告图标
*base64编码
*-----------------------------
*/
/*
*-----------------------------
*加载图标
*base64编码
*-----------------------------
*/
/*页面基本设置*/
* {
  word-wrap: break-word;
  /*去除所有元素点击时周围有浏览器默认线框，是webapp更像原生app*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  color: #555;
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
  font-size: 62.5%;
  background-color: #fff;
}
body:after {
  content: '';
  display: block;
  padding-bottom: 50px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
/*针对苹果浏览器  去除按钮自带样式*/
input,
textarea {
  line-height: 100%;
}
/*按钮行高*/
@keyframes moveIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideIn {
  animation: moveIn .5s linear;
  display: block !important;
}
.slideOut {
  animation: moveOut .5s linear;
  display: none;
}
.head {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 3%;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.head:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.head .logo {
  float: left;
  display: block;
}
.head .logo img {
  height: 58px;
  display: block;

}
.head .side {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background: url("../images/menu.png") no-repeat center center;
  background-size: 40px auto;
}
.head .side.close {
  background: url("../images/closemenu.png") no-repeat center center;
  background-size: 40px auto;

}
.head .menu {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
  padding: 0 3%;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: none;
  z-index: 1000;
}
.head .menu a {
  font-size: 1.6em;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  display: block;
}
.head .menu a:last-child {
  border-bottom: none;
}
.head .menu a:active {
  color: #666;
}
.nav {
  background: -moz-linear-gradient(top, #333333, #222222);
  background: -webkit-linear-gradient(top, #333333, #222222);
}
.nav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.nav a {
  float: left;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  line-height: 46px;
  border-right: 1px solid #3a3a3a;
}
.nav a.current {
  background-color: #d1a266;
}
.nav a:active {
  background-color: #222;
}
.nav a:last-child {
  border-right: none;
}
.nav_menu {
  padding: 0 1.5%;
}
.nav_menu:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.nav_menu .cell {
  float: left;
  width: 33%;
  box-sizing: border-box;
  display: block;
  padding: 20px 0 0 0;
}
.nav_menu .cell span {
  display: block;
  text-align: center;

  
}
.nav_menu .cell .box {
    width: 80px;
    overflow: hidden;

    border-radius: 50%;
    text-align: center;
    height: 65px;
    margin: 0 auto;
}
.nav_menu .cell .box:active {
  -webkit-box-shadow: 0 0 12px #666 inset !important;
}
.nav_menu .cell .box .imgbox img {
  width: 65px;
  margin: 0 auto;
}
.nav_menu .cell .name {
  font-size: 1.4em;
  color: #525252;
  padding-top: 6px;
}
.part {
  margin: 20px 0 0 0;
  padding: 0 3%;
}
.bar {
  padding: 15px 3%;
  background: #eee;
  margin-top: 10px;
}
.bar .box {
  position: relative;
}
/* .part .bar .box > * {
  display: block;
} */
.bar .box strong {
  font-size: 1.6em;
  color: #333;
}
.bar .box span {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: #4861a0;
  margin-right: 10px;
}
.bar .box a {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.bar .box a img{
  height: 21px;
}
.part .bar .line {
  width: 100%;
  height: 2px;
  background-color: #1a3954;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.part .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #1a3954;
  display: block;
}
.ipart {
  margin: 20px 0 0 0;
  padding: 0 3%;
}
.ipart .bar {
  padding: 0 0 2em 0;
}
.ipart .bar .box {
  position: relative;
}
.ipart .bar .box > * {
  display: block;
}
.ipart .bar .box strong {
  font-size: 1.6em;
  color: #106636;
}
.ipart .bar .box span {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: -0.1em 0 0 0;
  color: #999;
}
.ipart .bar .box a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.ipart .bar .line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.ipart .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #106636;
  display: block;
}
.part .flex{
  display:flex;
  justify-content: space-between;
  flex-flow: wrap; 
}
.part .flex>div{
  width: 48%;
}
.part .flex>div img{
  max-width: 100%;
  height: auto;
}
.part .flex>div>div::before,.part .flex>div div:after{
  clear: both;
  display: block;
  content: "";
}
.part .flex>div>div p{
  float: left;
  font-size: 14px
}
.part .flex>div>div div{
  float: right;
  color:red;
  font-size: 14px
}
.part .flex>div>div div a{
  color: red;
}
.part .xyfg{
  padding-bottom: 20px;
}
.part .xyfg h3{
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.part .xyfg>div{
  margin-top: 6%;
  width:100% !important;
}
.part .xyfg h3{
	color:#004da0;
}
.part .news>ul li{
  float: left;
  width: 46%;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
.part .news>ul li.hover{
  background: #006ab6;
  color: #fff
}
.part .news>ul li:not(:first-child){
  margin-left: 4%;
}
.part .news_nr ul li a{
  display: block;
  padding: 12px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: gainsboro;
  position:relative;
}
.part .news_nr ul li a span.l{
  float: left;
  width: 33%;
  display:block;
  line-height: 21px;
}
.part .news_nr ul li a span.l i{
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: rgb(177, 177, 177);
  
  display: inline-block;
}
.part .news_nr ul li a p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	width:100%;
  text-align:left;
  font-size: 16px;
}
.part .news_nr ul li a span.r{
  float: right;
  width:63%;
  display:block;

}
.part .news_nr ul li a span.r img{
  height: 22px;
}
.part .news_nr ul li a h3{
  color: rgb(199, 199, 199);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align:right;
  position:absolute;
  right:0;
  bottom:6px;
}
.news ul{
	overflow:hidden;
	padding:0 0 16px 0;
}
.ttop{
  background: #891c27;
  padding: 10px;
  text-align: right;
  margin-top: 20px;
}
.ttop img{
  width: 71px;
  text-align: right;
  display: inline;
}

.spart {
  margin: 20px 0 0 0;
  padding: 0 3%;
}
.spart .bar {
  padding: 0 0 2em 0;
}
.spart .bar .box {
  position: relative;
}
.spart .bar .box > * {
  display: block;
}
.spart .bar .box strong {
  font-size: 1.6em;
  color: #991a15;
}
.spart .bar .box span {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  margin: -0.1em 0 0 0;
  color: #999;
}
.spart .bar .box a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #999;
}
.spart .bar .line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.spart .bar .line span {
  float: left;
  width: 20%;
  height: 2px;
  background-color: #991a15;
  display: block;
}
.index-bxys li {
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.index-bxys li:last-child {
  border-bottom: none;
}
.index-bxys li:active {
  background-color: #f5f5f5;
}
.index-bxys li .box {
  position: relative;
}
.index-bxys li .img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px;
  height: 50px;
}
.index-bxys li .txt {
  padding-left: 60px;
  box-sizing: border-box;
}
.index-bxys li .txt strong {
  font-size: 1.6em;
  color: #333;
  display: block;
}
.index-bxys li .txt p {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
  display: block;
  padding-top: 5px;
}
.index-zsybm img {
  width: 100%;
  display: block;
}
.msign {
  padding: 20px 0 0 0;
}
.msign strong {
  font-size: 1.6em;
  display: block;
}
.msign form .filed {
  position: relative;
  border: 1px solid #e5e5e5;
  margin: 10px 0 0 0;
  border-radius: 3px;
}
.msign form .filed .label {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6em;
  color: #666;
}
.msign form .filed .label span {
  color: #f00;
}
.msign form .filed input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  font-size: 1.6em;
  padding: 0 1em 0 5em;
  box-sizing: border-box;
}
.msign form .submit {
  width: 100%;
  border-radius: 3px;
  font-size: 1.6em;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #ed6e29;
  text-align: center;
  margin: 20px 0 0 0;
}
.index-xxjs img {
  width: 100%;
  display: block;
}
.index-xxjs p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}
.p1-xxjs img {
  width: 100%;
  display: block;
}
.p1-xxjs p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}
.p1-zsjbm img {
  width: 100%;
  display: block;
}
.p1-bxys li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.p1-bxys li:last-child {
  border-bottom: none;
}
.p1-bxys li:active {
  background-color: #f5f5f5;
}
.p1-bxys li .box {
  position: relative;
}
.p1-bxys li .img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px;
  height: 50px;
}
.p1-bxys li .txt {
  padding-left: 60px;
  box-sizing: border-box;
}
.zysz {
  background: url(../images/zysz.jpg);
  line-height: 31px;
  color: #ffffff;
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.p1-bxys li .txt strong {
  font-size: 1.6em;
  color: #333;
  display: block;
}
.p1-bxys li .txt p {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
  display: block;
  padding-top: 5px;
}
.p1-zysz img {
  width: 100%;
  margin: 10px 0;
  display: block;
}
.p1-zsbm img {
  width: 100%;
  display: block;
}
.p1-zsbm p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}
.p1-zsbm p strong {
  color: #991a15;
  display: block;
}
.p2-xmjs img {
  width: 100%;
  display: block;
}
.p2-xmjs p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 20px 0 0 0;
}
.p2-zsjbm img {
  width: 100%;
  display: block;
}
.p2-xygh img {
  width: 100%;
  display: block;
}
.p2-xygh span {
  padding: 20px 0 0 0;
  display: block;
}
.p2-xygh span > * {
  display: block;
}
.p2-xygh span strong {
  font-size: 1.6em;
  color: #116637;
  background: url("../images/arrow-right.jpg") no-repeat left center;
  padding: 0 0 0 1em;
}
.p2-xygh span p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 6px 0 0 1em;
}
.p2-byqx img {
  width: 100%;
  display: block;
}
.p2-byqx p {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 0 0 0 56px;
  margin: 1em 0 0 0;
  background-size: 40px auto !important;
}
.p2-bxys {
  background: url("../images/p2-img05.jpg") no-repeat center center;
  background-size: 90% auto;
}
.p2-bxys li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.p2-bxys li:last-child {
  border-bottom: none;
}
.p2-bxys li:active {
  background-color: #f5f5f5;
}
.p2-bxys li .box {
  position: relative;
}
.p2-bxys li .img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px;
  height: 50px;
}
.p2-bxys li .txt {
  padding-left: 60px;
  box-sizing: border-box;
}
.p2-bxys li .txt strong {
  font-size: 1.6em;
  color: #333;
  display: block;
}
.p2-bxys li .txt p {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
  display: block;
  padding-top: 5px;
}
.p2-zszy img {
  width: 100%;
  display: block;
}
.p2-tjyx li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.p2-tjyx li:last-child {
  border-bottom: none;
}
.p2-tjyx li:active {
  background-color: #f5f5f5;
}
.p2-tjyx li .box {
  position: relative;
}
.p2-tjyx li .img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  height: 60px;
  background-size: 100% auto !important;
}
.p2-tjyx li .txt {
  padding-left: 70px;
  box-sizing: border-box;
}
.p2-tjyx li .txt strong {
  font-size: 1.6em;
  color: #333;
  display: block;
}
.p2-tjyx li .txt p {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
  display: block;
  padding-top: 5px;
}
.banner {
  display: block;
  height: 163px;
  background-color: #e5e5e5;
}
.banner a{
    height: 163px;
    display: block;
    background-size:100%!important;
}

.main {
  width: 94%;
  margin: 12px auto;
}
.filter {
  width: 94%;
  margin: 12px auto;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #2b843b;
  overflow: hidden;
}
.filter:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.filter a {
  float: left;
  width: 50%;
  box-sizing: border-box;
  display: block;
  line-height: 32px;
  text-align: center;
  font-size: 1.4em;
  border-right: 1px solid #237d33;
}
.filter a:active {
  background-color: #f5f5f5;
}
.filter a:last-child {
  border-right: none;
}
.filter a.current {
  background-color: #237d33;
  color: #fff;
  border-right: none;
}
.filter a.current:active {
  background-color: #1c6729;
}
.foot {
  padding: 40px 3%;
  font-size: 1.4em;
  background-color: #7d1612;
  color: #fff;
  text-align: left;
}
.foot p {
  padding: 0 0 8px 0;
}
/*
----------------------------------------------	
*	底部工具条
----------------------------------------------	
*/
.menu_bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  /*background: -moz-linear-gradient(top, #871915, #540704);*/
  background: #004da0;
  z-index: 2;
}
.menu_bar:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.menu_bar a {
  float: left;
  width: 25%;
  font-size: 1.2em;
  text-align: center;
  color: #fad2d1;
  padding: 5px 0 7px 0;
}
.menu_bar a:active {
  background:#03528b；

}
.menu_bar a:before {
  content: "";
  width: 100%;
  height: 26px;
  display: block;
  margin-bottom: 3px;

}
.menu_bar a.baricon_tel:before {
  background: url("../images/tel.png") no-repeat center center;
  background-size: 24px auto;
}
.menu_bar a.baricon_gps:before {
  background: url("../images/gps.png") no-repeat center center;
  background-size: 24px auto;
}
.menu_bar a.baricon_reg:before {
  background: url("../images/reg.png") no-repeat center center;
  background-size: 22px auto;
}
.menu_bar a.baricon_sy:before {
  background: url("../images/message.png") no-repeat center center;
  background-size: 24px auto;
}

.about_content p {
  line-height: 1.6em;
  font-size: 1.6em;
  color: #333;
  text-align: justify;
  margin-bottom: 14px;
}
.about_content img {
  max-width: 100%;
  margin-bottom: 14px;
  display: block;
}
.contact_list {
  box-sizing: border-box;
  background-color: #fff;
}
.contact_list .item {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}
.contact_list .item.call {
  background: url("../images/call.png") no-repeat 96% center;
  background-size: 26px auto;
}
.contact_list .item.qq {
  background: url("../images/qq.png") no-repeat 96% center;
  background-size: 20px auto;
}
.contact_list .item:last-child {
  border-bottom: none;
}
.contact_list .item:active {
  background-color: #f2faf4;
}
.contact_list .item span {
  display: block;
}
.contact_list .item .title {
  font-size: 1.4em;
  color: #666;
}
.contact_list .item .info {
  font-size: 1.2em;
  color: #999;
  padding-top: 5px;
}
.submitbtn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.6em;
  line-height: 100%;
  height: 50px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #ec7d19;
  border-radius: 1px;
  margin-top: 28px;
}
.submitbtn:active {
  background-color: #ef8425;
  -webkit-box-shadow: 0 0 6px #999 inset !important;
}
.form_content .item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0 14px;
  box-sizing: border-box;
}
.form_content .item:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.form_content .item .label {
  position: relative;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 1.5em;
  color: #666;
  z-index: 1;
}
.form_content .item .label .red {
  position: absolute;
  left: -6px;
  top: 0;
  color: #f00;
}
.form_content .item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.5em;
  border: none;
  line-height: 100%;
  height: 50px;
  padding-left: 6em;
  box-sizing: border-box;
}
.form_content.sign input {
  margin-bottom: 0;
  border-bottom: none;
}
.tips {
  font-size: 1.2em;
  margin-bottom: 14px;
  line-height: 1.5em;
  color: #666;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fffbf5;
  text-align: justify;
}
.album_content img {
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 14px;
}
.s-bmlq p {
  font-size: 1.6em;
  line-height: 1.8em;
  padding-bottom: 10px;
  color: #666;
}
.s-bmlq p span {
  color: #871915;
  display: block;
  font-weight: bold;
}
.i-bmlq p {
  font-size: 1.6em;
  line-height: 1.8em;
  padding-bottom: 10px;
  text-align: justify;
  color: #666;
}
.i-bmlq p span {
  color: #5bba46;
  display: block;
  font-weight: bold;
}
._bottom {
  color: #666;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  background-color: #212121;
  line-height: 56px;
}
.p1-foot {
  text-align: center;
  background-color: #333;
  padding: 60px 0;
  margin-top: 40px;
}
.p1-foot .COMSET {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.p1-foot .ask {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.p1-foot .ask:active {
  background-color: #fff;
  color: #333;
}
.p1-foot .sign {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  color: #c73e39;
  border: 1px solid #c73e39;
  margin-bottom: 30px;
}
.p1-foot .sign:active {
  background-color: #c73e39;
  color: #fff;
}
.p1-foot p {
  color: #666;
  font-size: 1.6em;
  line-height: 1.4em;
}
.p2-foot {
  text-align: center;
  background-color: #333;
  padding: 60px 0;
  margin-top: 40px;
}
.p2-foot .COMSET {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
.p2-foot .ask {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.p2-foot .ask:active {
  background-color: #fff;
  color: #333;
}
.p2-foot .sign {
  width: 63%;
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 3em;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  color: #5bba46;
  border: 1px solid #5bba46;
  margin-bottom: 30px;
}
.p2-foot .sign:active {
  background-color: #5bba46;
  color: #fff;
}
.p2-foot p {
  color: #666;
  font-size: 1.6em;
  line-height: 1.4em;
}
.p2-bottom {
  color: #666;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  background-color: #212121;
  line-height: 56px;
}
.step-wrap .step-nav {
  width: 100%;
}
.step-wrap .step-nav img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.step-wrap .step-box {
  display: none;
  margin-top: 14px;
}
.step-wrap .step-box.notic {
  padding: 20px 20px 50px 20px;
  text-align: justify;
  line-height: 24px;
  font-size: 1.4em;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}
.step-wrap .step-box.notic strong {
  display: block;
}
.step-wrap .step-box.notic p {
  display: block;
  padding-top: 5px;
}
.step-wrap .step-box.success {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 40px 30px 60px 30px;
}
.step-wrap .step-box.success img {
  display: block;
  margin: 0 auto;
  width: 80px;
}
.step-wrap .step-box.success strong {
  font-size: 1.8em;
  font-weight: normal;
  color: #333;
  padding: 24px 0 8px 0;
  display: block;
}
.step-wrap .step-box.success p {
  line-height: 24px;
  font-size: 1.4em;
  color: #999;
}
.nextstep {
  background-color: #f78912;
  text-align: center;
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.rowspan {
  padding: 0 1.5% 20px 1.5%;
}
.rowspan:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .student {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-top: 3%;
  box-sizing: border-box;
}
.rowspan .student img {
  width: 100%;
}
.rowspan .student .info {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 8px 14px;
  box-sizing: border-box;
}
.rowspan .student .info .title {
  font-size: 1.4em;
  color: #666;
}
.rowspan .student .info .subtitle {
  font-size: 1.4em;
  color: #999;
}
.topic-show .imgbox {
  position: relative;
}
.topic-show .imgbox img {
  display: block;
}
.topic-show .imgbox .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.6em;
  color: #fff;
  padding: 14px 3%;
  box-sizing: border-box;
}
.topic-show .imgbox .info strong {
  font-weight: normal;
}
.topic-show .imgbox .tolist {
  position: absolute;
  left: 3%;
  top: 20px;
  color: #fff;
  font-size: 1.4em;
  background: url("../images/back.png") no-repeat 5px center;
  background-size: 1.5em auto;
  padding: 8px 14px 8px 24px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.topic-show .word {
  padding: 24px 3% 0 3%;
  font-size: 1.6em;
  text-align: justify;
  color: #666;
  padding-top: 24px;
  line-height: 1.6em;
}
.topic2 {
  padding: 20px 3%;
}
.topic2 .tpart {
  padding: 10px 0;
  box-sizing: border-box;
}
.topic2 .tpart > * {
  display: block;
}
.topic2 .tpart img {
  width: 100%;
}
.topic2 .tpart span {
  font-size: 1.4em;
  padding: 10px 0 0 0;
  text-indent: 2em;
  line-height: 1.6em;
}
table {
    border-collapse: collapse;
}
table td{
    padding:5px;

}

.p_introduct {
    margin-top: 30px;
    overflow: hidden;
    padding: 0 3%;
}
.p_introduct img{
    width:100%!important;
}

.conm-title h3 {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
	text-align:center;
    font-weight: bolder;
	color:#033b95;
}
.conm-title i{
	display:block;
	width:60px;
	margin:10px auto 5px auto;
}
.conm-box {
    /*background-color: #f6f6f6;*/
    width: 100%;
}
#tb2 {
    display: block;
    float: left;
    width: 290px;
    margin-left: 24px;
}
#tb2 a {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    background-color: #d51010;
    display: block;
    float: left;
    margin-right: 6px;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
}
.conm-box strong {
    font-size: 14px;
    height: 34px;
    color: #1c3c55;
}
.profession {
  BORDER-LEFT: #e5e5e5 1px solid;
  BORDER-TOP: #e5e5e5 1px solid;
}
.profession TR TH {
  BORDER-BOTTOM: #e5e5e5 1px solid;
  PADDING-BOTTOM: 8px;
  BACKGROUND-COLOR: #f5f5f5;
  PADDING-LEFT: 10px;
  PADDING-RIGHT: 10px;
  FONT-SIZE: 12px;
  BORDER-RIGHT: #e5e5e5 1px solid;
  PADDING-TOP: 8px;
}
.profession TR TD {
  BORDER-BOTTOM: #e5e5e5 1px solid;
  PADDING-BOTTOM: 8px;
  PADDING-LEFT: 10px;
  PADDING-RIGHT: 10px;
  FONT-SIZE: 12px;
  BORDER-RIGHT: #e5e5e5 1px solid;
  PADDING-TOP: 8px;
}
.profession TR TD A {
  BORDER-BOTTOM: red 1px solid;
  TEXT-ALIGN: center;
  BORDER-LEFT: red 1px solid;
  LINE-HEIGHT: 24px;
  MARGIN: 3px auto;
  WIDTH: 70px;
  DISPLAY: block;
  COLOR: #154cc4;
  FONT-SIZE: 12px;
  BORDER-TOP: red 1px solid;
  BORDER-RIGHT: red 1px solid;
  border-radius: 4px;
}

.footer{
  padding: 0 5%;
}
.footer div.l{
  float: left;
  width: 18%
}
.footer div .r{
  width: 100%;
  font-size: 14px;
  text-align:center;
}
.footer div .r p{
	line-height:1.6;
}
.newsnav a{
  display: inline-block;
  padding: 10px 5px;
  width: 40%;
  text-align: center;
  font-size: 16px;
}
.active{
	background:#006ab6;
	color:#fff;
}
.sx-xxiao{
	overflow:hidden;
}
.sx-xxiao li{
	float:left;;
	width:50%;
	margin:10px 0;
}
.sx-l img{
	display:inline-block
}
.sx-l,.sx-r{
	text-align:center;
}
.newsnav a.hover{
  color: #891c27;
}
.news_nr1 ul li a{
  display: block;
  padding: 15px 0;
  overflow:hidden;
  /* border-style: solid;
  border-width: 0 0 1px 0;
  border-color: gainsboro; */
}
.news_nr1 ul li a span.l{
  float: left;
  width: 10px;

  line-height: 21px;
}
.news_nr1 ul li a span.l i{
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: #0d8334;
  border-radius: 50%;
  display: inline-block;
}
.news_nr1 ul li a p{
  float: left;

  font-size: 16px;

}
.news_nr1 ul li a span.r{
  float: right;

}
.news_nr1 ul li a span.r img{
  height: 22px;
}
.news_nr1 ul li a h3{
  color: rgb(199, 199, 199);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.zcfg h2{
    font-size: 18px;
    font-weight: 100;
    padding: 10px 10px;
    display: inline-block;
}
.zcfg span{
    text-decoration: underline;

}
.zcfg span a:hover{
    color: #e56c0a;
}
.lanbg6{
	height:180px;
	background:url(../images/lanbg/6.jpg) center;
}
.lanbg8{
	height:180px;
	background:url(../images/lanbg/8.jpg) center;
}
.map-l-c div{
	width:45px;
	margin:0 auto 10px auto;
}
.map-l-c{
	border-bottom:1px solid #eaeaea;
	padding:20px 0;
	text-align:center;
}
.part .news_nr ul li a span.r i{
	display:block;
	font-style:normal;
	padding:25px 0 0 0;
}
.new-jianjietitle{
	color:#006ab6;
	font-size:28px;
	margin-bottom:10px;
}
.new-jianjietitle i{
	display:block;
	margin-top:10px;
}
.jianjie-top p{
	line-height:1.6;
	font-size:14px;
	text-indent:2em;
}
.jianjie-second h3{
	color:#006ab6;
	font-size:28px;
	margin-bottom:10px;
}
.jianjie-second p{
	line-height:1.6;
	font-size:14px;
	text-indent:2em;
}
.jianjie-second span{
	display:block;
}
.jianjie-third p{
	line-height:1.6;
	font-size:14px;
	text-indent:2em;
}
.jianjie-third img{
	width:100%;
}
/**/
.item-title{
  text-align: center;

  
}

.item-title span{

  font-weight: bold;
  font-size: 24px;
  position: relative;
  color: #006ab6;
  line-height: 1.6;
  padding-top:10px;
}
.item-title p{
  text-align: center;
  color: #006ab6;
  font-size: 18px;
  font-weight: bold;
  
}
.item-cot{
  overflow:hidden;
  box-sizing: border-box;
  padding: 12px 12px;
  
}
.item-cot-l,.item-cot-r{
  float: left;
}
.item-cot-l{
  display: block;
}
.item-cot-r{
  width: 100%;
  margin: 5px 0 0 0;
}
.item-cot-r p{
  line-height: 1.8;
  text-indent: 2em;
  margin-top:10px;
}
.cot-btn-item{
  margin-top: 12px;
  overflow:hidden;
}
.cot-btn-item a{
	cursor: pointer;
	float:left;
}
.cot-btn-item a:nth-child(1){
  width: 45%;
}
.cot-btn-item a:nth-child(2){
  width: 50%;
}
.whitebg{
  background-color: #fff;
}
.lanmu{
  box-sizing: border-box;
  padding:20px 0 0px 0;
  width: 100%;
  margin: 0 auto;
}
.picbg{
  background: url("../../images/bg.jpg") center;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  background-size:350%;
  margin-top:25px;
}
 .school-list li{
	float:left;
	width:33%;
 }
 .sx-r h2{
	color:#006ab6;
 }
.white span:after{
  background: #fff;
}
.white span:before{
  background: #fff;
}
.white span{
  color: #fff;
}
.white p{
  color: #fff;
}
.list-cot{
	overflow:hidden;
	box-sizing: border-box;
	padding:0 12px 0 12px;
}
.list-cot li{
  float: left;
  background: #fff;
	box-sizing: border-box;

  width: 48%;
  margin-top: 20px;
}
.list-cot li:nth-child(1),.list-cot li:nth-child(3),.list-cot li:nth-child(5){
	margin-right:1%;
}
.list-cot li:nth-child(2),.list-cot li:nth-child(4),.list-cot li:nth-child(6){
	margin-left:1%;
}
.list-cot li img{
  width: 100%;
}
.list-cot li h3{
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  font-weight:normal;
  //四行
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  line-clamp:1;
	  -webkit-box-orient: vertical;
}
.list-cot li p{
  line-height: 1.8;
  color:#808080;
  height:0px;
  overflow:hidden;
  transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
/**/
.jz-item{
 box-sizing: border-box;
  padding: 12px 0;
  overflow:hidden;
}
.jz-item a{
box-sizing: border-box;
	padding-bottom:20px;
	display:block;
	width:50%;
	float:left;
}
.jz-item a:nth-child(1){
	padding:0 6px 0 0;
}
.jz-item a:nth-child(2){
	padding:0 0 0 6px;
}
/**/
.jz-first-item{
	overflow:hidden;
	margin-top:30px;
}
.jz-fitem-l{
	text-align:center;
}
.jz-fitem-r{
	float:left;
	width:100%;
	box-sizing: border-box;
	margin-top:20px;

}
.jz-third-item img{
	display:block;
}
.jz-title img{
	display:inline-block;
}
.jz-first img{
	display:inline-block;
}
.jz-second img{
	display:inline-block;
}
.jz-title{
	text-align:center;
}
.jz-title h3{
	color:#5e5a58;
	font-size:28px;
	line-height:1.8;
	font-weight:600;
}
.jz-title h4{
	color:#5e5a58;
	font-size:18px;
	font-weight:normal;
}
.jz-first{
    box-sizing: border-box;
    padding: 45px 12px 45px 12px;
}
.jz-txt{
	font-size:14px;
	text-indent:2em;
	line-height:1.6;
	margin-bottom: 12px;

}
.jz-second{
	background:url(/templets/default/images/jianzhang/uic_bg_11.jpg) center center;
	background-size:100%;
	box-sizing: border-box;
    padding: 45px 30px 45px 30px;
}
.white-txt h3,.white-txt h4,.white-txt p{
	color:#fff;
}
.jz-sceond-item{
	overflow:hidden;
	margin-top:45px;
}
.jz-sitem-l{
	float:left;
}
.jz-sitem-r{
	float:left;
	width:100%;
	box-sizing: border-box;

	padding-top:25px;
}
.jz-third-item{
	overflow:hidden;
	margin-top:45px;
}
.jz-third-l{
	float:left;
	width:100%;
}
.jz-third-l img{
	width:100%;
}
.jz-third{
	box-sizing: border-box;
    padding: 45px 0 0 0;
}
.yuanxiao-list{
	overflow: hidden;
	padding: 45px 0 0 0;
}
.yuanxiao-list li{
	float: left;
	width: 33%;

}
.yuanxiao-list li img{
	width: 100%;
}
.jz-baodu-l{
	float: left;
}
.tip-title{
	color:#045bba;
	background-color: #fff;
	border-radius: 8px;
	padding: 6px 12px;
}
.jz-baodu-l p{
	color: #fff;
	line-height: 1.6;
	margin:15px 0;
}
.shizi-l{
	width:260px;
	
	box-sizing: border-box;
}
.t-height{
	
}
.blue-bg{
	background:#045bba;
	box-sizing: border-box;
	padding:20px;
	margin-bottom:20px;

}
.jz-first:nth-child(6){
	padding: 0px 12px 20px 12px;
}
.jz-baodu-l{
	
}
.jz-baodu-r{
	float:left;
	margin-top:40px;
	text-align:left;

}
.jz-baodu-r h3{
	margin-bottom:20px;
	color:#045bba;
	background:#fff;
	display:inline-block;
}
.jz-baodu-l h3{
	color:#045bba;
	background:#fff;
	display:inline-block;
}
.shizi-l p{
	color: #fff;
}
.shizi-item{
	padding: 45px 0 0 0;
}
.shizi-item img{
	width:100%;
}
.jzzhuanye{
	margin-top:40px;
}
#zhuanye tr td:nth-child(1){
	width:15% !important;
}
#zhuanye tr td:nth-child(2)){
	width:15% !important;
}
#zhuanye tr td:nth-child(3){
	width:45%  !important;
	}
#zhuanye tr td:nth-child(4){
	width:15%  !important;
}
#zhuanye tr td:nth-child(5){
	width:10%  !important;
}
.shizi-l-item{
	margin-bottom:20px;
	background-color: #045bba;
	box-sizing: border-box;
	padding:20px;
}
.shizi-l h3{
	color:#fff;
	margin-bottom:10px;
	font-size:22px;
}
.shizi-l span{
	color:#fff;
}
.shizi-l{
	float:left;
	width:100%;

	
}
.shizi-item{
	overflow:hidden;
	
}
.color-23abdd{
	background:#23abdd;
}
.color-add9e9{
	background:#add9e9;
}
.color-5584c0{
	background:#5584c0;
}
.color-aac3de{
	background:#aac3de;
}
.color-1492d3{
	background:#1492d3;
}
.color-67bce0{
	background:#67bce0;
}

/**/
.ipp-first{
	padding: 30px 12px 50px 12px;
}
.ipp-first-item{
	overflow:hidden;
	
}
.hasippbg{
	background:url(/templets/default/images/ipp/ipp_03_03.jpg) right center no-repeat;
	background-size:50%;
}
.ipp-first-l,.ipp-first-r{
	float:left;
}
.ipp-first-r h2{
	position: relative;
	color:#1c275e;
	font-size:28px;
	padding:12px 0 20px 0;
}
.ipp-first-l p{
	color:#5e5a58;
	line-height:1.6;
}
.ipp-first-r p{
	color:#5e5a58;
	line-height:1.6;
}
.ipp-first-r h2:before{
	position: absolute;
		content: "";
		left: 0;
		top:4px;
		width:150px;
		height: 4px;
		background: #1c275e;
}
.w390{
	width:390px;
}
.w700{
	padding-top:30px;
	width:100%;
}
.ipp-title{
	text-align:center;
	margin-bottom:25px;
}
.ipp-title h3{
	position: relative;
	color:#1c275e;
	font-size:22px;
	line-height:1.6;
}
.ipp-title h3:before{
	position: absolute;
		content: "";
		left: 50%;
		top:-10px;
		width:100px;
		margin-left:-55px;
		height: 4px;
		background: #1c275e;
}
.ipp-title span{
	color:#5e5a58;
	font-size:14px;
}
.w565{
	width:100%;

}
.w575{
	width:100%;
	padding:20px 0 20px 0;
}
.w575 h3{
	font-weight:normal;
	color:#1c0646;
	line-height:1.6;
	font-size:46px;
}
.w575 h4{
	font-weight:normal;
	color:#1c0646;
	line-height:1.6;
	font-size:20px;
}
.w575 span{
	position: relative;
	margin:20px 0;
	display:block;
}
.w575 span:before{
	position: absolute;
	content: "";
		left: 22px;
		top:50%;
		width:250px;
		height: 1px;
		margin-top:-5px;
		background: #e7e7e7;
}
.padded-left{
	box-sizing: border-box;

}
.padded-right{
	box-sizing: border-box;

}
.ippbg{
	background:url(/templets/default/images/ipp/ippbg_14.jpg) center center no-repeat;
	background-size:85%;
}
.ippimgbox{
	text-align:center;
}
.ippimgbox img{
	width:100%;
}
.w50{
	width:50%;
	box-sizing: border-box;
	padding:20px 10px 0 10px;
}

.w50 h3{
	line-height:1.8;

	position: relative;
	color:#1c275e;
	font-size:18px;
}
.txt-ipp{
	height:160px;
}

.colorbg{
	background: #1c275e;
}
.colorbg h3,.colorbg span{
	color:#fff;
}
.colorbg h3:before{
	background:#fff;
}
.colorbg .tip-title{
	color:#1c275e;
}
/*专本同读*/
.zbtd{
  padding: 16px;
}
.njz-title{
  background-color: #004da0;
  display: inline-block;
  padding: 6px 35px 6px 10px; 
  position: relative;
}
.njz-kuang{
  padding:0 0 0 96px;
  margin: 56px 0 26px 0;
}
.zbtd .item-jiang:nth-child(1) .njz-kuang{
  margin: 0;
}
.njz-title:after{
  background: url(../images/title-tip_03.png) no-repeat;
  content: "";
  position: absolute;
  width: 96px;
  height: 58px;
  bottom: 0;
  left: -96px;
}
.njz-title:before{
  background: url(../images/title-tip_05.png) no-repeat;
  content: "";
  position: absolute;
  width: 22px;
  height: 58px;
  bottom: 0;
  right: -22px;
}
.njz-title h3{
  color: #fff;
  font-size: 16px;
  margin: 0 0 1px 0;

}
.njz-title p{
  color: #fff;
  font-size: 12px;

}
.nzj-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}
.nzj-item div:nth-child(1){
  min-width: 100%;
  max-width: 100%;
  margin:12px 0;
}
.nzj-item div:nth-child(1) p{
  text-indent: 2em;
  font-size: 14px;
  color:#333;
  line-height: 1.6;
}
.nzj-item ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between; 
}
.nzj-item ul li{
  width: 48%;
}
.nzj-item ul li img{
  display: block;
}
.nzj-item ul li h3{
  color: #fff;
  text-align: center;
  background-color: #004da0;
  padding: 8px 0;
}
.nzj-item ul li div{
  box-sizing: border-box;
  border:1px solid #eaeaea;
  border-top:none;
  padding: 4px 6px;

}
.item-jiang table tr th{
  padding: 8px 0;
}
.item-jiang table tr th:nth-child(1){
  width: 15%;
}
.item-jiang table tr th:nth-child(2){
  width: 64%;
}
.item-jiang table tr th:nth-child(3){
  width: 6%;
}
.item-jiang table tr th:nth-child(4){
  width: 15%;
}
.item-jiang table tr td:nth-child(1){
  text-align: center;
}
.item-jiang table tr td:nth-child(3){
  text-align: center;
}
.item-jiang table tr td:nth-child(4){
  text-align: center;
}
.nzj-item-3{
  background: url(../images/nzj_bg_33.jpg) no-repeat bottom center;
  background-size: 100% ;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 0 0 45px 0;
}
.nzj-item-3>div{
  width: 100%;
}
.nzj-item-2 p{
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.8;
}
.nzj-item-3 h3{
  font-size: 16px;
  color:#333;
}
.nzj-item-3 p{
  font-size: 14px;
  line-height: 1.8;
}
.nzj-item-3>div>div{
  margin-bottom: 16px;

}
.nzj-item-4 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.nzj-item-4 ul li div{
  min-width: 1005px;
  max-width: 1005px;
}
.nzj-item-4 ul li img{
  width: 76px;
  max-width: 76px !important; 
  min-width: 76px !important;
  display: block; 
}
.nzj-item-5{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nzj-item-5 div:nth-child(2){
  min-width: 730px;
  max-width: 730px;
  font-size: 16px;
  line-height: 1.8;
  text-indent: 2em;
}
.nzj-item-6 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 36px 0;
}
.nzj-item-6 ul li{
  width: 46%;
 margin-bottom: 26px;
}
.nzj-item-6 ul li h4{
  background-color: #004da0;
  color: #fff;
  padding: 8px 24px;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.nzj-item-6 ul li b{
  font-weight: normal;
  font-size: 16px;
  color:#004da0;
   line-height: 1.8;
   display: block;
}
.nzj-item-6 ul li p{
  font-size: 16px;
  line-height: 1.8;
}
.nzj-item-7 b{
  display: block;
  color: #333;
  font-size: 18px;
  margin: 8px 0 0 0;
  line-height: 2;
}
.nzj-item-7 p{
  font-size: 16px;
  line-height: 1.8;
}
.gjtable tr th:nth-child(1){
  width: 15% !important;
}
.gjtable tr th:nth-child(2){
  width: 25% !important;
}
.gjtable tr th:nth-child(3){
  width: 25% !important;
}
.gjtable tr th:nth-child(4){
  width: 8% !important;
}
.gjtable tr th:nth-child(5){
  width: 8% !important;
}
.gjtable tr th:nth-child(6){
  width: 8% !important;
}
.item-jiang table tr td:nth-child(1){
  text-align: center;
}
.item-jiang table tr td:nth-child(3){
  text-align: left;
}
.item-jiang table tr td:nth-child(4){
  text-align: center;
}
.LR_tit img{
  height:30px !important;
}