.container-80 {
  width: 80%;
  margin: 0 auto;
}
.container-85 {
  width: 85%;
  margin: 0 auto;
}
.middle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: medium !important;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
textarea {
  font-family: "微软雅黑";
}
input,
textarea {
  outline: none;
}
/* 去除浏览器读取历史记录默认黄色背景 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.header h2 {
  font-size: 0.35rem;
}
.header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.contain-600 {
  width: 93.75%;
  margin: 0 auto;
}
header {
  height: 1.2rem;
  border-top: 3px solid #003378;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
header .header-box {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
header .header-box .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 60%;
  max-width: 194px;
}
header .header-box .logo img {
  width: 100%;
  display: block;
}
header .header-box .logo p {
  font-size: 12px;
  text-align: center;
  position: relative;
}
header .header-box .logo p::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 50%;
}
header .header-box .logo p::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  right: 0;
  top: 50%;
}
header .header-box > a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  background: #003378;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.3rem;
}
header .header-box > a.search {
  right: 0.8rem;
  bottom: 0;
}
header .header-box > a#cd-menu-trigger {
  right: 0;
  bottom: 0;
}
header .header-box > a i {
  width: 0.35rem;
  height: 0.35rem;
  font-size: 0.35rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#cd-lateral-nav {
  padding-left: 0.3rem;
  padding-bottom: 1.5rem;
  background: #003378 !important;
}
#cd-lateral-nav > ul > li > a {
  font-size: 0.3rem;
  font-weight: normal !important;
  border: none !important;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  border: solid 1px #fff;
  line-height: normal;
}
#cd-lateral-nav .cd_nav_btn {
  text-align: center;
  margin: 0.4rem 0 0.6rem;
}
#cd-lateral-nav .cd-navigation .sub-menu {
  padding-left: 35px;
}
#cd-lateral-nav .cd-navigation .sub-menu li a {
  position: relative;
  font-size: 0.28rem;
}
#cd-lateral-nav .cd-navigation .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid 1px #fff;
  top: 50%;
  margin-top: -0.06rem;
  left: 0;
}
.main {
  margin-top: 1.2rem;
  overflow: hidden;
}
.main .span {
  width: 100%;
  height: 15px;
  background: #efefef;
}
.main .banner .swiper-container .swiper-slide {
  width: 100%;
}
.main .banner .swiper-container .swiper-slide img {
  width: 100%;
}
.main .banner .swiper-container .swiper-pagination {
  bottom: 15px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e21e1e;
  opacity: 1;
}
.main .menu {
  padding: 0.25rem 0;
}
.main .menu ul {
  width: 100%;
  overflow: hidden;
}
.main .menu ul li {
  float: left;
  width: 25%;
  height: 1.5rem;
  text-align: center;
}
.main .menu ul li a {
  display: block;
}
.main .menu ul li a div {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  background: #003378;
  border-radius: 50%;
  position: relative;
}
.main .menu ul li a div i {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main .menu ul li a p {
  font-size: 0.25rem;
  margin-top: 0.1rem;
}
.main .about .about-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .about .about-header h2 {
  font-size: 0.35rem;
}
.main .about .about-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .about .about-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .about .about-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .about .about-main {
  width: 93.75%;
  margin: 0 auto;
  margin: 0 auto 0.2rem;
  text-align: center;
}
.main .about .about-main > p {
  line-height: 1.8;
  font-size: 0.22rem;
  text-align: center;
  color: #555;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  -o-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .about .about-main .about-ex {
  background: #efefef;
  overflow: hidden;
}
.main .about .about-main .about-ex div {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  padding: 4% 6.5%;
}
.main .about .about-main .about-ex div:nth-of-type(even) {
  float: right;
}
.main .about .about-main .about-ex div:nth-of-type(even)::before {
  content: '';
  width: 1px;
  height: 90%;
  background: #d2d2d2;
  position: absolute;
  left: 0;
}
.main .about .about-main .about-ex div:nth-of-type(1)::after,
.main .about .about-main .about-ex div:nth-of-type(2)::after {
  content: '';
  width: 90%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  bottom: 0;
}
.main .about .about-main .about-ex div:nth-of-type(1)::after {
  left: 10%;
}
.main .about .about-main .about-ex div:nth-of-type(2)::after {
  right: 10%;
}
.main .about .about-main .about-ex div:nth-of-type(3)::before {
  top: 10%;
}
.main .about .about-main .about-ex div:nth-of-type(3) > span {
  padding: 0.1rem 0.02rem;
}
.main .about .about-main .about-ex div:nth-of-type(4)::before {
  bottom: 10%;
}
.main .about .about-main .about-ex div p {
  font-size: 0.45rem;
  color: #003378;
}
.main .about .about-main .about-ex div p span {
  font-size: 0.26rem;
}
.main .about .about-main .about-ex div > span {
  margin: 0 auto;
  display: block;
  font-size: 0.13rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  background: #003378;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .about .about-main a {
  margin: 0.4rem 0 0.65rem;
  font-size: .18rem;
  display: inline-block;
  padding: 0.1rem 0.3rem;
  border: 1px solid #e21e1e;
  color: #e21e1e;
}
.main .product {
  background: url('../img/product_bg.jpg');
  background-size: 100% 100%;
}
.main .product .product-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .product .product-header h2 {
  font-size: 0.35rem;
}
.main .product .product-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .product .product-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .product .product-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .product .product-main {
  width: 93.75%;
  margin: 0 auto;
  text-align: center;
}
.main .product .product-main .product-buttons {
  padding-bottom: 40px;
  text-align: center;
}
.main .product .product-main .product-buttons a {
  display: inline-block;
  padding: 0.05rem 0.15rem;
  font-size: 0.22rem;
  color: #003378;
  border: 1px solid #003378;
  margin-bottom: 4%;
  margin-right: 2%;
}
.main .product .product-main .product-buttons a.on {
  background: #003378;
  color: #fff;
}
.main .product .product-main .product-list ul {
  text-align: center;
  overflow: hidden;
}
.main .product .product-main .product-list ul li {
  float: left;
  width: 48%;
  background: #fff;
  text-align: center;
  margin-bottom: 4%;
  cursor: pointer;
  position: relative;
}
.main .product .product-main .product-list ul li:nth-of-type(odd) {
  margin-right: 4%;
}
.main .product .product-main .product-list ul li .product-img img {
  width: 100%;
}
.main .product .product-main .product-list ul li .product-text p {
  font-size: .22rem;
  line-height: 1.8;
}
.main .product .product-main .product-list ul li .product-text a {
  display: inline-block;
  margin: .25rem 0;
  font-size: .13rem;
  padding: 0.05rem 0.25rem;
  border: 1px solid #003378;
  color: #003378;
}
.main .product .product-main > a {
  margin: 0.4rem 0 0.65rem;
  font-size: 0.18rem;
  display: inline-block;
  padding: 0.1rem 0.3rem;
  border: 1px solid #e21e1e;
  color: #e21e1e;
}
.main .case .case-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .case .case-header h2 {
  font-size: 0.35rem;
}
.main .case .case-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .case .case-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .case .case-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .case .case-main {
  position: relative;
  padding: 0 0 .5rem;
}
.main .case .case-main .swiper-container {
  width: 75%;
  margin: 0 auto;
}
.main .case .case-main .swiper-container .swiper-slide {
  position: relative;
}
.main .case .case-main .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.main .case .case-main .swiper-container .swiper-slide div {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 51, 120, 0.85);
  padding: 5% 0;
}
.main .case .case-main .swiper-container .swiper-slide div p {
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.main .solution {
  margin-bottom: .5rem;
}
.main .solution .solution-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .solution .solution-header h2 {
  font-size: 0.35rem;
}
.main .solution .solution-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .solution .solution-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .solution .solution-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .solution .solution-main {
  width: 93.75%;
  margin: 0 auto;
}
.main .solution .solution-main .swiper-container .swiper-slide img {
  float: left;
  width: 50%;
}
.main .solution .solution-main .swiper-container .swiper-slide img:first-of-type {
  border-right: 1px solid #999;
}
.main .solution .solution-main .swiper-container .swiper-slide img:last-of-type {
  border-left: 1px solid #999;
}
.main .solution .solution-main .solution-buttons {
  background: #efefef;
  position: relative;
}
.main .solution .solution-main .solution-buttons ul {
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100px;
  padding: 0 .2rem;
}
.main .solution .solution-main .solution-buttons ul li {
  display: inline-block;
  width: 25%;
  height: 100%;
  text-align: center;
  padding: .1rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 450px) {
  .main .solution .solution-main .solution-buttons ul li {
    padding: .2rem !important;
  }
  .main .solution .solution-main .solution-buttons ul li p {
    bottom: .2rem !important;
  }
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(1) {
  background: url("../img/solution_icon1_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(2) {
  background: url("../img/solution_icon2_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(3) {
  background: url("../img/solution_icon3_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(4) {
  background: url("../img/solution_icon4_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(5) {
  background: url("../img/solution_icon5_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(6) {
  background: url("../img/solution_icon6_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(7) {
  background: url("../img/solution_icon7_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(8) {
  background: url("../img/solution_icon8_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on:nth-of-type(9) {
  background: url("../img/solution_icon9_blue.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(1) {
  background: url("../img/solution_icon1.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(2) {
  background: url("../img/solution_icon2.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(3) {
  background: url("../img/solution_icon3.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(4) {
  background: url("../img/solution_icon4.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(5) {
  background: url("../img/solution_icon5.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(6) {
  background: url("../img/solution_icon6.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(7) {
  background: url("../img/solution_icon7.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(8) {
  background: url("../img/solution_icon8.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li:nth-of-type(9) {
  background: url("../img/solution_icon9.png") no-repeat center 0.2rem;
}
.main .solution .solution-main .solution-buttons ul li.on p {
  color: #003378;
}
.main .solution .solution-main .solution-buttons ul li p {
  font-size: .15rem;
  position: absolute;
  bottom: .1rem;
  left: 50%;
  transform: translate(-50%);
}
.main .coo {
  background: url("../img/coo_bg.jpg");
  background-size: 100% 100%;
}
.main .coo .coo-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .coo .coo-header h2 {
  font-size: 0.35rem;
}
.main .coo .coo-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .coo .coo-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .coo .coo-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .coo .coo-main {
  position: relative;
  padding-bottom: 1rem;
}
.main .coo .coo-main .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.main .coo .coo-main .swiper-container .swiper-slide {
  overflow: hidden;
}
.main .coo .coo-main .swiper-container .swiper-slide img {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.main .coo .coo-main .swiper-container .swiper-slide img:nth-of-type(3n) {
  margin-right: 0;
}
.main .coo .coo-main .swiper-pagination {
  bottom: 15px;
  left: 0;
  width: 100%;
}
.main .coo .coo-main .swiper-pagination .swiper-pagination-bullet {
  background: #66615d;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.main .coo .coo-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #e21e1e;
  opacity: 1;
}
.main .cooperation {
  background: url('../img/cooperation_bg.jpg');
  background-size: 100% 100%;
}
.main .cooperation .cooperation-header {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
}
.main .cooperation .cooperation-header h2 {
  font-size: 0.35rem;
}
.main .cooperation .cooperation-header p {
  font-size: 0.18rem;
  text-transform: uppercase;
  padding-top: 0.05rem;
  color: #999;
}
.main .cooperation .cooperation-header span:first-of-type {
  display: block;
  width: 0.76rem;
  height: 2px;
  margin: 0 auto;
  background: #003378;
  margin-top: 0.15rem;
}
.main .cooperation .cooperation-header span.text {
  display: block;
  margin: 0.23rem auto 0;
  font-size: .2rem;
  color: #747474;
  width: 80%;
}
.main .cooperation .cooperation-main {
  padding-bottom: .95rem;
  width: 90%;
  margin: 0 auto;
}
.main .cooperation .cooperation-main .g_input {
  margin: 0 auto .2rem;
}
.main .cooperation .cooperation-main .g_input input,
.main .cooperation .cooperation-main .g_input textarea {
  width: 100%;
  height: 0.55rem;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  resize: none;
  padding-left: 10px;
}
.main .cooperation .cooperation-main .g_input input::-webkit-input-placeholder,
.main .cooperation .cooperation-main .g_input textarea::-webkit-input-placeholder {
  color: #999;
}
.main .cooperation .cooperation-main .g_input input::-ms-input-placeholder,
.main .cooperation .cooperation-main .g_input textarea::-ms-input-placeholder {
  color: #999;
}
.main .cooperation .cooperation-main .g_input input::-moz-placeholder,
.main .cooperation .cooperation-main .g_input textarea::-moz-placeholder {
  color: #999;
}
.main .cooperation .cooperation-main .g_input input:-moz-placeholder,
.main .cooperation .cooperation-main .g_input textarea:-moz-placeholder {
  color: #999;
}
.main .cooperation .cooperation-main .g_input textarea {
  height: 2rem;
  padding-top: 10px;
}
.main .cooperation .cooperation-main a {
  display: block;
  background: #003378;
  color: #fff;
  text-align: center;
  font-size: .18rem;
  padding: .23rem 0;
}
footer {
  padding-bottom: 0.5rem;
}
footer .goto_top {
  padding: 0.2rem;
  overflow: hidden;
  background: #003378;
}
footer .goto_top a {
  float: right;
  font-size: 0.26rem;
  color: #fff;
  position: relative;
}
footer .goto_top a span {
  vertical-align: middle;
  float: left;
  padding-right: 0.26rem;
}
footer .goto_top a i {
  border-bottom: solid 0.11rem #fff;
  border-left: solid 0.11rem transparent;
  border-right: solid 0.11rem transparent;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  right: 0;
}
footer .footer_info {
  color: #000;
  font-size: 0.2rem;
  padding: 0.3rem 0.2rem;
  text-align: center;
  line-height: 1.7;
}
footer .footer_info span {
  color: #003378;
}
footer .footer_info a {
  color: #003378;
}
footer .footer_ma {
  font-size: 0.2rem;
  text-align: center;
}
footer .footer_ma div {
  display: inline-block;
  width: 40%;
}
footer .footer_ma div img{

  width: 120px;
}
.fp_h {
  height: 1rem;
}
.fp_h .m_fix {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #003378;
}
.fp_h .m_fix ul {
  overflow: hidden;
}
.fp_h .m_fix ul li {
  float: left;
  width: 20%;
}
.fp_h .m_fix ul li a {
  width: 100%;
  height: 1rem;
}
.fp_h .m_fix ul li a div {
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
}
.fp_h .m_fix ul li a div i.tmfont {
  display: block;
  font-size: 0.46rem;
  color: #fff;
}
.fp_h .m_fix ul li a div p {
  color: #fff;
  font-size: 0.23rem;
}
.gue_box {
  padding: 0.6rem 0.2rem;
  width: 100%;
  margin: 0 auto;
}
.gue_box h4 {
  text-align: center;
  font-size: .35rem;
  color: #003378;
  margin-bottom: .3rem;
}
.gue_box .gue_tt {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.gue_box .gue_tt img {
  width: 100%;
}
.gue_box .gue_con {
  padding: 0 0.2rem;
  margin-top: 0.2rem;
}
.gue_box .gue_con input,
.gue_box .gue_con textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  font-family: "微软雅黑";
  display: block;
  color: #000;
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
  text-indent: 0.1rem;
  padding: 0.2rem 0;
  border-radius: 5px;
}
.gue_box .gue_con input::-webkit-input-placeholder,
.gue_box .gue_con textarea::-webkit-input-placeholder {
  color: #999;
}
.gue_box .gue_con input::-ms-input-placeholder,
.gue_box .gue_con textarea::-ms-input-placeholder {
  color: #999;
}
.gue_box .gue_con input::-moz-placeholder,
.gue_box .gue_con textarea::-moz-placeholder {
  color: #999;
}
.gue_box .gue_con input:-moz-placeholder,
.gue_box .gue_con textarea:-moz-placeholder {
  color: #999;
}
.gue_box .gue_con textarea {
  height: 1.4rem;
  resize: none;
}
.gue_box .gue_con .g_verify {
  overflow: hidden;
}
.gue_box .gue_con .g_verify input {
  float: left;
  width: 50%;
}
.gue_box .gue_con .g_verify img {
  float: left;
  height: 0.7rem;
  margin-left: 0.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  max-width: 46%;
  margin-top: 0.04rem;
}
.gue_box .gue_con .g_submit {
  padding-top: 0.2rem;
}
.gue_box .gue_con .g_submit a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #003378;
  color: #fff;
  border-radius: 0.06rem;
  padding: 0.22rem 0;
  font-size: 0.26rem;
}
.gue_box .gue_con .g_submit a:active {
  background-color: #000;
  color: #fff;
}
/* 新闻列表 */
.in_news3 {
  padding: 0.4rem 0.2rem;
}
.in_news3 ul {
  margin: -0.2rem 0;
}
.in_news3 ul li {
  padding: 0.2rem 0;
  border-bottom: solid 1px #e8e8e8;
  height: 2.2rem;
}
.in_news3 ul li:active .in_nr h2 {
  color: #003378;
}
.in_news3 ul li:nth-last-of-type(1) {
  border: none;
}
.in_news3 ul li a {
  overflow: hidden;
  display: block;
}
.in_news3 ul li a .in_nl {
  float: left;
  width: 38%;
  height: 1.64rem;
  overflow: hidden;
}
.in_news3 ul li a .in_nl img {
  width: 100%;
}
.in_news3 ul li a .in_nr {
  float: right;
  width: 59%;
  margin-top: 0.06rem;
}
.in_news3 ul li a .in_nr h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 0.26rem;
  font-weight: normal;
}
.in_news3 ul li a .in_nr span {
  font-size: 0.2rem;
  color: #003378;
  padding: 0.1rem 0;
  display: inherit;
}
.in_news3 ul li a .in_nr p {
  color: #999999;
  font-size: 0.22rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  word-break: break-all;
}
/*翻页*/
.page {
  padding: 0.25rem 0.2rem 0.4rem 0.2rem;
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #dfdfdf;
  text-align: center;
}
.page a {
  padding: 0.15rem 0.2rem;
  background: #003378;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.24rem;
}
.page a:active {
  background-color: #003378;
}
.page a.left ,.page a.prev{
  float: left;
}
.page a.right,.page a.next {
  float: right;
}
.page span {
  display: inline-block;
  padding: 0.15rem 0;
  font-size: 0.24rem;
  color: #999999;
}
/*内容页*/
.in_content {
  padding: 0.4rem 0.3rem;
}
.in_content .in_contt {
  text-align: center;
}
.in_content .in_contt h2 {
  color: #003378;
  font-size: 0.34rem;
}
.in_content .in_contt span {
  color: #999999;
  font-size: 0.22rem;
  padding: 0.1rem 0.06rem;
  display: inline-block;
}
.in_content .in_condiv {
  margin-top: 0.05rem;
  color: #333;
  overflow: hidden;
  line-height: 1.7;
  font-size: 0.24rem;
}
.in_content .in_condiv iframe {
  max-width: 100%;
}
.in_content .in_condiv img {
  max-width: 100% !important;
  display: inline-block;
  height: auto !important;
}
/*内容翻页*/
.in_pn {
  padding: 0.35rem 0.3rem 0.5rem;
  border-top: solid 1px #dfdfdf;
  margin-bottom: -0.25rem;
}
.in_pn span {
  display: block;
  overflow: hidden;
  padding-bottom: 0.25rem;
}
.in_pn span em {
  color: #222;
  font-style: normal;
  font-size: 0.26rem;
  float: left;
}
.in_pn span a {
  float: left;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 0.26rem;
}
.in_pn span a:active {
  text-decoration: underline;
  color: #003378;
}
/*图片列表*/
.in_pics2 {
  padding: 0.4rem 0.2rem;
}
.in_pics2 ul {
  overflow: hidden;
  margin: -0.2rem -0.2rem 0 0;
}
.in_pics2 ul li {
  float: left;
  width: 50%;
}
.in_pics2 ul li a {
  display: block;
  margin: 0.2rem 0.2rem 0 0;
  background: #fafafa;
}
.in_pics2 ul li a:active p {
  background: #003378;
  color: #fff;
}
.in_pics2 ul li a span {
  display: block;
  overflow: hidden;
}
.in_pics2 ul li a span img {
  width: 100%;
  display: block;
}
.in_pics2 ul li a p {
  padding: 0.15rem .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.24rem;
  color: #000;
  background: #dfdfdf;
  border-top: none;
}
/*内页顶部信息*/
.header_box2 {
  border-bottom: solid 3px #184a92;
  background: #184a92;
  position: relative;
}
.header_box2 ul {
  overflow: hidden;
  padding: 0.2rem 0;
}
.header_box2 ul li {
  float: left;
  width: 25%;
}
.header_box2 ul li a {
  display: block;
  text-align: center;
  font-size: 0.23rem;
  color: #fff;
  padding: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*二级导航*/
.in_subnav {
  background: #003378;
}
.in_subnav ul {
  overflow: hidden;
}
.in_subnav ul li {
  float: left;
  width: 33.333333%;
}
.in_subnav ul li:active a {
  background: #999999;
}
.in_subnav ul li a {
  display: block;
  padding: 0.15rem 0;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_subnav ul .hover a {
  background: #ddd;
  color: #000;
}

.nodata{text-align: center;}

.why .content {
  width: 93.75%;
  margin: .2rem auto;
}
.why .content h2 {
  text-align: center;
}
.why .content h2 span {
  display: block;
  font-size: .4rem;
  line-height: .4rem;
  color: #000;
  position: relative;
  padding: .2rem 0;
  margin-bottom: .15rem;
}
.why .content h2 span::after {
  position: absolute;
  width: 20%;
  height: 2px;
  background: #1474a2;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.why .content h2 i {
  display: block;
  font-size: .2rem;
  line-height: .4rem;
  color: #000;
}
.why .content ul {
  margin: .3rem 0;
} 
.why .content ul li {
  float: left;
  width: 48.3%;
  position: relative;
  margin-bottom: .2rem;
}
.why .content ul li:nth-of-type(even) {
  float: right;
}
.why .content ul li a {
  display: block;
}
.why .content ul li a .why_det {
  position: relative;
}
.why .content ul li a .why_det .why_img img {
  display: block;
  width: 100%;
}
.why .content ul li a .why_det .why_des {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background: rgba(0,0,0,0.2);
  top: 0;
}
.why .content ul li a .why_det .why_des .text {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.why .content ul li a .why_det .why_des .text img {
  display: block;
  margin: 0 auto;
  width: 25%;
}
.why .content ul li a .why_det .why_des .text b {
  display: block;
  font-size: .3rem;
  padding: .1rem 0;
}
.why .content ul li a .why_det .why_des .text p {
  font-size: .12rem;
}
.search-header {
  height: 1.2rem;
  background: #003378;
}
.search-header .header-box a {
  width: 0.5rem;
  height: 0.5rem;
}
.search-header .header-box a i {
  width: 0.3rem;
  height: 0.3rem;
  font-size: .3rem;
}
.search-header .header-box .return {
  bottom: 0;
}
.search-header .header-box .search-input {
  width: 75%;
  height: 45%;
  background: #fff;
  margin: 0.4rem 0 0 10%;
  border: none;
  border-radius: 2px;
  padding-left: 0.2rem;
  position: absolute;
  bottom: 0;
  margin: 0.35rem 0;
  left: 12%;
}
.search-header .header-box .search-input #s-input {
  text-indent: 10px;
  background: #fff;
  color: #003378;
  width: 100%;
  border: none;
  outline: none;
  vertical-align: sub;
}
.search-header .header-box .search-input #s-input::-webkit-input-placeholder {
  color: #003378;
}
.search-header .header-box .search-input i {
  position: absolute;
  right: 0.25rem;
  bottom: 0.1rem;
  font-size: 0.3rem;
  color: #003378;
}
.search-header > a {
  position: relative;
}
.search-header .return {
  float: left;
  background: #fff;
}
.search-header .return i {
  color: #003378;
}
.search-header #cd-menu-trigger i {
  color: #003378;
}
.search-header #cd-menu-trigger {
  float: right;
  background: #fff;
}

.decorate ul li a .in_nl {
  width: 30%;
  height: auto;
}
.decorate ul li a .in_nr {
  width: 65%;
}
.decorate ul li a .in_nr p {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.7;
}

.azl_pro .anz_table .dhl_table td{padding:0.2rem !important;}
.main .pic-show .pic-feature div.azl_table{width:100% !important;}
.main .pic-show .pic-feature div.azl_pro div{width:100% !important;}

.ctct_box .ctct_bottom .ctct_left,.ctct_box .ctct_bottom .ctct_right{float:none !important;width:100% !important;}
.ctct_box .ctct_bottom .ctct_right .ctct_iframe iframe{width:100% !important;height:4.2rem !important;}
