html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@font-face {
  font-family: Microsoft YaHei;
}
a {
  color: #333;
}
* {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: none;
}
.container {
  width: 1200px!important;
  margin: 0 auto;
}
font {
  color: #e40202;
}
body {
  font-family: Microsoft YaHei;
  min-width: 1200px;
}
.header {
  height: 77px;
}
.header .lh {
  line-height: 77px;
}
.header .logo a {
  height: 66px;
  line-height: 66px;
  vertical-align: middle;
}
.header .logo img {
  height: 55px;
  max-width: 200px;
}
.header .header_r {
  width: 75%;
  float: right;
  display: inline;
  height: 100%;
}
.header .nav_list li a:hover {
  color: #005ca1;
  
}


.header .nav_list > li {
  float: left;
  display: inline;
  font-size: 12px;
  padding: 0 30px;
  position: relative;
  
}
.header .nav_list > li > a {
  line-height: 77px;
}
.header .nav_list > li:after {
  content: '/';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}
.header .nav_list > li:last-child:after {
  display: none;
}
.header .nav_list > li:hover .sub_nav {
  display: block;
}
.header .nav_list > li:last-child .sub_nav {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
}
.header .nav_list > li .sub_nav {
  display: none;
  position: absolute;
  top: 77px;
  width: 680px;
  height: 236px;
  background: #fff;
  z-index: 2;
  padding: 28px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .nav_list > li .sub_nav.show {
  display: block;
}
.header .nav_list > li .sub_nav .sub_nav_box {
  float: left;
  display: inline;
  width: 339px;
  font-size: 17px;
}
.header .nav_list > li .sub_nav .sub_nav_box li {
  width: 50%;
  float: left;
  display: inline;
  position: relative;
  height: 35px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  line-height: 2.4em;
  font-size: 12px;
}
.header .nav_list > li .sub_nav .sub_nav_box li:nth-child(5),
.header .nav_list > li .sub_nav .sub_nav_box li:nth-child(6) {
  margin-bottom: 0;
}
.header .nav_list > li .sub_nav .sub_nav_box li:before {
  /*content: '';*/
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #666666;
  border-width: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
.header .nav_list > li .sub_nav .sub_nav_box li:hover:before {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #005ca1;
  border-width: 5px;
}
.header .nav_list > li .sub_nav > span {
  width: 255px;
  height: 178px;
}
.header .search {
  position: relative;
}
.header .search .search_box {
  position: absolute;
  z-index: 2;
  right: 0;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.header .search .search_box.show {
  display: block;
}
.header .search .search_box .search_form {
  position: relative;
}
.header .search .search_box .search_form .am-form-field {
  width: 155px;
  border-radius: 20px;
  font-size: 1.4rem;
  height: 31px;
}
.header .search .search_box .search_form button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.header .search .search_box .search_form span {
  color: #666;
}
.header .search i {
  line-height: 77px;
  padding: 0 10px;
  cursor: pointer;
  color: #666;
}
.footer {
  background: #004171;
  border-bottom: 1px solid #023a63;
}
.footer .container {
  overflow: hidden;
  height: 240px;
}
.footer .container .foot-nav {
  margin-top: 12px;
  text-align: center;
}
.footer .container .foot-nav li {
  width: 168px;
  text-align: center;
  border-right: 1px solid #fff;
  display: inline-block;
}
.footer .container .foot-nav li a {
  color: #fff;
  font-size: 12px;
}
.footer .container .center {
  margin-top: 50px;
  overflow: hidden;
}
.footer .container .center > div {
  float: left;
}
.footer .container .center .ft-logo > img {
  width: auto;
}
.footer .container .center .address {
  margin-left: 180px;
  margin-top: 20px;
}
.footer .container .center .address h4 {
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 65px;
  background: url(../images/ft_tel.png) no-repeat left center;
}
.footer .container .center .address p {
  font-size: 12px;
  color: #ccc;
}
.footer .container .center .qrcode {
  float: right;
}
.footer .container .center .qrcode ul {
  overflow: hidden;
}
.footer .container .center .qrcode ul li {
  float: left;
  text-align: center;
  margin-right: 30px;
}
.footer .container .center .qrcode ul li p {
  font-size: 12px;
  color: #ccc;
}
.footer .container .center .qrcode ul li:last-child {
  margin-right: 0;
}
.beian {
  background: #004171;
  border-top: 1px solid #034e86;
}
.beian .container {
  box-sizing: border-box;
  padding-top: 25px;
  overflow: hidden;
  height: 76px;
}
.beian .container p {
  font-size: 14px;
  color: #cccccc;
  float: left;
}
.beian .container .share {
  float: right;
}
.beian .container .share span {
  font-size: 14px;
  color: #999999;
  float: left;
  margin-top: 5px;
}
.beian .container .share ul {
  float: left;
}
.beian .container .share ul li {
  float: left;
  margin: 0 7px;
}
.index_main .index_banner {
  width: 100%;
}
.index_main .index_banner a {
  height: calc(100vh - 77px);
  background: url(../images/bn1.jpg) no-repeat center;
  background-size: cover ;
}
.index_main .index_banner img {
  width: 100%;
}
.index_main .index_banner .swiper-pagination-bullet-active {
  background: #00a13a;
}
.index_main .index_title {
  padding: 20px 0 11px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 24px;
  color: #005ca1;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.index_main .index_title:after {
  content: '';
  width: 42px;
  height: 3px;
  background: #00a13a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2px;
}
.index_main .item1 {
  padding-bottom: 35px;
}
.index_main .item1 .content {
  padding: 23px 0 50px;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item1 .content .disc {
  line-height: 50px;
  color: #666;
  text-indent: 2em;
  display: none;
  /*.line(2,50px);*/
}
.index_main .item1 .content .disc:first-child {
  display: block;
}
.index_main .item1 .content a {
  color: #666;
}
.index_main .item1 .tab_circle li {
  width: 140px;
  margin: 0 36px;
  cursor: pointer;
}
.index_main .item1 .tab_circle li:first-child {
  display: inline-block;
}
.index_main .item1 .tab_circle li div {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 6px solid #fff;
}
.index_main .item1 .tab_circle li div:after {
  content: '';
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  left: -6px;
  top: -6px;
}
.index_main .item1 .tab_circle li div span {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index_main .item1 .tab_circle li p {
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .item1 .tab_circle li:hover div {
  border-color: #005ca1;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.index_main .item1 .tab_circle li:hover div span {
  background-position-y: bottom;
}
.index_main .item1 .tab_circle li:hover div:after {
  display: none;
}
.index_main .item1 .tab_circle li:hover p {
  color: #005ca1;
}
.index_main .item2 {
  padding-bottom: 36px;
}
.index_main .item2 .index_title {
  color: #fff;
}
.index_main .item2 .top li {
  font-size: 12px;
  cursor: pointer;
  width: 180px;
  height: 124px;
  color: #fff;
  background-color: rgba(15, 55, 111, 0.8);
  background-image: url(../images/item2li-bg.png);
  background-repeat: no-repeat;
  background-position: center 83px;
  text-align: center;
  line-height: 100px;
  float: left;
  margin-right: 24px;
  margin-top: 48px;
}
.index_main .item2 .top li:last-child {
  margin-right: 0;
}
.index_main .item2 .top li.active {
  background-color: #00a13a;
}
.index_main .item2 .tab_wra .tab_content {
  height: 420px;
  margin-top: 21px;
  display: none;
}
.index_main .item2 .tab_wra .tab_content > div {
  width: 50%;
}
.index_main .item2 .tab_wra .tab_content:first-child {
  display: block;
}
.index_main .item2 .tab_wra .tab_content .am-fl {
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 55px ;
}
.index_main .item2 .tab_wra .tab_content .am-fl h2 {
  font-size: 24px;
  color: #000;
  margin-top: 20px;
  position: relative;
}
.index_main .item2 .tab_wra .tab_content .am-fl h2::after {
  content: " ";
  display: block;
  position: absolute;
  width: 46px;
  height: 1px;
  background: #1151b2;
  bottom: 0;
  left: 0;
}
.index_main .item2 .tab_wra .tab_content .am-fl p {
  font-size: 12px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  margin: 15px 0;
}
.index_main .item2 .tab_wra .tab_content .am-fl .btn {
  width: 302px;
  height: 58px;
  display: block;
  border-radius: 20px;
  background: #2152b1;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.index_main .item3 {
  box-sizing: border-box;
  padding-bottom: 56px;
  background: #f5f7fb;
}
.index_main .item3 .top li {
  cursor: pointer;
  position: relative;
  float: left;
  border-radius: 50px 0px 50px 0px;
  margin: 48px 26px 0 0;
  overflow: hidden;
  height: 400px;
  box-sizing: border-box;
  padding-top: 68px;
  background: #005ca1;
}
.index_main .item3 .top li .pic img{
	width: 280px;
	height: 264px;
}
.index_main .item3 .top li:last-child {
  margin-right: 0;
}
.index_main .item3 .top li > p {
  height: 68px;
  background: #005ca1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 68px;
}
.index_main .item3 .top li:hover .cover {
  opacity: 1;
}
.index_main .item3 .top li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px 0px 50px 0px;
  top: 0;
  left: 0;
  background: #19639a;
  box-sizing: border-box;
  padding: 23px;
  opacity: 0;
  transition: all 0.5s;
}
.index_main .item3 .top li .cover h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.index_main .item3 .top li .cover .whiteline {
  width: 36px;
  height: 2px;
  background: #fff;
  margin: 30px auto;
}
.index_main .item3 .top li .cover p {
  font-size: 12px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
  margin-bottom: 40px;
}
.index_main .item3 .top li .cover a {
  display: block;
  width: 150px;
  height: 47px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
}
.index_main .item4 .parnter_banner {
  margin: 60px 0 15px;
  box-sizing: border-box;
  padding: 0 1px 45px 1px;
}
.index_main .item4 .parnter_banner .swiper-pagination-bullet-active {
  background: #00a13a;
}
.index_main .item4 .parnter_banner .swiper-slide a {
  width: 210px;
  height: 134px;
}
.index_main .item4 .parnter_banner .swiper-slide a img {
  display: block;
}
.index_main .item5 {
  height: 580px;
  background: #f6f7fb;
}
.index_main .item5 .content > ul {
  margin-bottom: 36px;
  height: 52px;
  border-bottom: 1px solid #e6e9ed;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.index_main .item5 .content > ul > li {
  display: inline-block;
  margin: 0 100px;
}
.index_main .item5 .content > ul > li.active a {
  color: #00a13a;
}
.index_main .item5 .content > ul > li.active a::after {
  border-color: #00a13a;
}
.index_main .item5 .content > ul > li a {
  display: block;
  font-size: 12px;
  color: #666;
  position: relative;
}
.index_main .item5 .content > ul > li a::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #cecece;
}
.index_main .item5 .content .allbigtab .bigtab {
  overflow: hidden;
  display: none;
}
.index_main .item5 .content .allbigtab .bigtab:first-child {
  display: block;
}
.index_main .item5 .content .allbigtab .bigtab ul {
  float: left;
}
.index_main .item5 .content .allbigtab .bigtab ul li {
  margin-bottom: 33px;
}
.index_main .item5 .content .allbigtab .bigtab ul li a {
  display: block;
  width: 367px;
  height: 107px;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
}
.index_main .item5 .content .allbigtab .bigtab ul li a img {
  width: 116px;
  float: left;
}
.index_main .item5 .content .allbigtab .bigtab ul li a .text {
  width: 212px;
  float: left;
  margin-left: 10px;
}
.index_main .item5 .content .allbigtab .bigtab ul li a .text span {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 14px;
}
.index_main .item5 .content .allbigtab .bigtab ul li a .text h4 {
  font-size: 14px;
  color: #00a13a;
}
.index_main .item5 .content .allbigtab .bigtab ul li a .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6em;
  max-height: 3.2em;
  font-size: 12px;
  color: #666;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab {
  float: right;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab {
  width: 811px;
  height: 386px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  display: none;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab:first-child {
  display: block;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab img {
  width: 468px;
  float: left;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab .text {
  margin-left: 26px;
  float: left;
  width: 275px;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab .text span {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 14px;
  margin-top: 30px;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab .text h4 {
  font-size: 14px;
  color: #005ca1;
  margin-top: 19px;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6em;
  max-height: 6.4em;
  font-size: 12px;
  color: #666;
  margin: 41px 0;
}
.index_main .item5 .content .allbigtab .bigtab .allsmalltab .smalltab .text .readmore {
  display: block;
  width: 118px;
  height: 39px;
  background-color: #158b3d;
  border-radius: 8px;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  color: #fff;
}
.all_main .banner {
  width: 100%;
}
.all_main .banner img {
  width: 100%;
}
.all_main .am-breadcrumb > li a {
  font-size: 14px;
}
.all_main .am-breadcrumb > li + li:before {
  content: "\00bb";
}
.all_main .son-nav {
  border-bottom: 1px solid #f4f4f4;
}
.all_main .son-nav li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.all_main .son-nav li a {
  display: block;
  width: 200px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #666666;
  position: relative;
  z-index: 2;
}
.all_main .son-nav li a:hover {
  background: #005ca1;
  color: #fff;
}
.all_main .son-nav li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.product_main .banner {
  width: 100%;
}
.product_main .banner img {
  width: 100%;
}
.product_main .am-breadcrumb > li a {
  font-size: 14px;
}
.product_main .am-breadcrumb > li + li:before {
  content: "\00bb";
}
.product_main .son-nav {
  border-bottom: 1px solid #f4f4f4;
}
.product_main .son-nav > li {
  position: relative;
}
.product_main .son-nav > li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.product_main .son-nav > li:hover ul {
  display: block;
}
.product_main .son-nav > li:hover > a {
  background: #005ca1;
  color: #fff;
}
.product_main .son-nav > li:hover > a p {
  color: #fff;
}
.product_main .son-nav > li:hover > a span {
  background: #fff;
  color: #005ca1;
}
.product_main .son-nav > li > a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  position: relative;
  box-sizing: border-box;
  padding: 0 24px;
  color: #666;
}
.product_main .son-nav > li > a p {
  font-size: 16px;
  color: #666;
}
.product_main .son-nav > li > a span {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin-top: 24px;
  margin-left: 20px;
  display: none;
}
.product_main .son-nav > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.product_main .son-nav > li > ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  z-index: 5;
  display: none;
}
.product_main .son-nav > li > ul li a {
  display: block;
  height: 55px;
  border-bottom: 1px solid #fff;
  background: #f8f8f8;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  color: #666;
}
.product_main .son-nav > li > ul li a:hover {
  color: #005ca1;
}
.information_main .banner {
  width: 100%;
}
.information_main .banner img {
  width: 100%;
}
.information_main .am-breadcrumb > li a {
  font-size: 14px;
}
.information_main .am-breadcrumb > li + li:before {
  content: "\00bb";
}
.information_main .son-nav {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.son-nav {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.son-nav > li {
  position: relative;
  width: 100%;
}

.information_main .son-nav > li {
  position: relative;
  width: 100%;
}
.information_main .son-nav > li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.information_main .son-nav > li:hover ul {
  display: block;
}
.information_main .son-nav > li:hover > a {
  background: #005ca1;
  color: #fff;
}
.information_main .son-nav > li > a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  position: relative;
  box-sizing: border-box;
  padding: 0 24px;
}
.information_main .son-nav > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.jiaru_main .banner {
  width: 100%;
}
.jiaru_main .banner img {
  width: 100%;
}
.jiaru_main .am-breadcrumb > li a {
  font-size: 14px;
}
.jiaru_main .am-breadcrumb > li + li:before {
  content: "\00bb";
}
.jiaru_main .son-nav {
  border-bottom: 1px solid #f4f4f4;
}
.jiaru_main .son-nav > li {
  position: relative;
}
.jiaru_main .son-nav > li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.jiaru_main .son-nav > li:hover ul {
  display: block;
}
.jiaru_main .son-nav > li:hover > a {
  background: #005ca1;
  color: #fff;
}
.jiaru_main .son-nav > li > a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  position: relative;
  box-sizing: border-box;
  padding: 0 24px;
}
.jiaru_main .son-nav > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 24px;
  background: #666;
  transform: translateY(-50%);
}
.history_main .container {
  height: 670px;
}
.history_main .container .center .bigtab {
  margin-bottom: 26px;
}
.history_main .container .center .bigtab .tab {
  display: none;
  overflow: hidden;
}
.history_main .container .center .bigtab .tab:first-child {
  display: block;
}
.history_main .container .center .bigtab .tab .left {
  float: left;
  width: 600px;
  height: 399px;
}
.history_main .container .center .bigtab .tab .left ul li img {
  width: 600px;
  height: 399px;
}
.history_main .container .center .bigtab .tab .left .am-slider-c2 .am-slider-desc {
  height: 38px;
  width: 600px;
}
.history_main .container .center .bigtab .tab .left .am-slider-c2 .am-control-nav {
  right: 20px;
}
.history_main .container .center .bigtab .tab .left .am-slider-c2 .am-control-nav li a {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50% ;
}
.history_main .container .center .bigtab .tab .left .am-slider-c2 .am-control-nav li a.am-active {
  background: #00a13a;
}
.history_main .container .center .bigtab .tab .right {
  float: right;
  width: 558px;
}
.history_main .container .center .bigtab .tab .right h4 {
  font-size: 30px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
  position: relative;
}
.history_main .container .center .bigtab .tab .right h4::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: " ";
  display: block;
  width: 119px;
  height: 5px;
  background-color: #005ca1;
}
.history_main .container .center .bigtab .tab .right .mCustomScrollbar {
  height: 270px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.history_main .container .center .year {
  border-top: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  padding-top: 28px;
}
.history_main .container .center .year li {
  display: inline-block;
  margin: 0 67px;
}
.history_main .container .center .year li.active a {
  background: #005ca1;
  border: none;
  color: #fff;
}
.history_main .container .center .year li.active a::before {
  background: #005ca1;
}
.history_main .container .center .year li a {
  display: block;
  width: 130px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.history_main .container .center .year li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #999999;
  border-radius: 50% ;
}
.fenzhi_main {
  box-sizing: border-box;
  padding-bottom: 70px;
}
.fenzhi_main .top {
  overflow: hidden;
  text-align: center;
}
.fenzhi_main .top li {
  display: inline-block;
  width: 24%;
}
.fenzhi_main .top li a {
  display: block;
  overflow: hidden;
}
.fenzhi_main .top li a img {
  float: left;
}
.fenzhi_main .top li a .text {
  float: left;
  margin-left: 10px;
}
.fenzhi_main .top li a .text h4 {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  text-align: left;
  font-weight: normal;
}
.fenzhi_main .map {
  text-align: center;
  margin: 30px 0;
}
.hezuo_main .center {
  box-sizing: border-box;
  padding-bottom: 30px;
}
.hezuo_main .swiper-wrapper {
  box-sizing: border-box;
  padding-bottom: 50px;
}
.hezuo_main .swiper-pagination-bullet-active {
  background: #00A13A;
}
.jituan_main .center {
  overflow: hidden;
  margin-bottom: 35px;
}
.jituan_main .center .left {
  width: 546px;
  height: 394px;
  background-color: #f5f5f5;
  float: right;
  margin: 15px;
  position: relative;
}
.jituan_main .center .left .allpic {
  position: absolute;
  /*top: -9px;
  left: -10px;*/
  width: 546px;
  height: 394px;
}
.jituan_main .center .left .allpic .am-slider-c2 .am-slider-desc {
  height: 38px;
  background: rgba(255, 255, 255, 0);
}
.jituan_main .center .left .allpic .am-slider-c2 .am-control-nav {
  right: 20px;
}
.jituan_main .center .left .allpic .am-slider-c2 .am-control-nav li a {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50% ;
}
.jituan_main .center .left .allpic .am-slider-c2 .am-control-nav li a.am-active {
  background: #00a13a;
}
.jituan_main .center .right .mCustomScrollbar {
  float: left;
  width: 500px;
  height: 400px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-left: 45px;
  text-indent: 24px;
}
.am-pureview-actions a {
  left: auto;
  right: 200px;
  top: 100px;
}
.am-pureview-actions a::before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/close1.png) no-repeat;
}
.zizhi_main .center {
  box-sizing: border-box;
  padding-bottom: 32px;
}
.zizhi_main .center .swiper-button-next,
.zizhi_main .center .swiper-button-prev {
  width: 32px;
  height: 60px;
  /*background-color: #00a13a;*/
  top: 43%;
}
.zizhi_main .center .swiper-button-next.swiper-button-disabled,
.zizhi_main .center .swiper-button-prev.swiper-button-disabled {
  /*background-color: #eee;*/
}
.zizhi_main .center .swiper-slide {
  margin-bottom: 50px;
}
.zizhi_main .center .swiper-slide .am-figure-default {
  margin: 0;
}
.zizhi_main .center .swiper-slide a {
  display: block;
  width: 358px;
  height: 298px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  line-height: 298px;
}
.zizhi_main .center .swiper-slide a img {
  display: inline-block;
  width: 288px;
  height: 208px;
  border: none;
  margin: 0;
  padding: 0;
}
.zizhi_main .center .swiper-slide p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.am-pureview {
  background: rgba(0, 0, 0, 0.8);
}
.am-figure-zoomable:after {
  display: none;
}
.am-pureview-slider img {
  width: 799px;
  height: 561px;
}
/*.wenhua_main .center .one .title {
  position: relative;
  font-size: 52px;
  line-height: 32px;
  color: #eaeaea;
  text-align: center;
  margin:18px 0 50px ;
}*/
.wenhua_main .center .one  h4 {
  position: relative;
  text-align: center;
  margin:18px 0 50px ;
  font-size: 36px;
  line-height: 32px;
  color: #333333;
}
.wenhua_main .center .one  h4::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #333333;
}
.wenhua_main .center .one ul {
  overflow: hidden;
}
.wenhua_main .center .one ul li {
  float: left;
}
.wenhua_main .center .one ul li a {
  display: block;
  width: 300px;
  height: 260px;
  text-align: center;
  line-height: 260px;
  font-size: 36px;
  color: #333;
}
.wenhua_main .center .two ul li {
  width: 100%;
  margin: 50px 0;
  position: relative;
}
.wenhua_main .center .two ul li:nth-child(2) .left {
  float: right;
}
.wenhua_main .center .two ul li:nth-child(2) .img {
  left: 0;
  right: auto;
}
.wenhua_main .center .two ul li .left {
  float: left;
  width: 442px;
  height: 641px;
  border: solid 8px #005ca1;
  box-sizing: border-box;
  padding-left: 74px;
}
.wenhua_main .center .two ul li .left h4 {
  font-size: 30px;
  line-height: 32px;
  color: #005ca1;
  margin-top: 237px;
  margin-bottom: 50px;
}
.wenhua_main .center .two ul li .left p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.wenhua_main .center .two ul li .img {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container01 {
  width: 100%;
  height: 683px;
  background: url(../images/bg.png) no-repeat center;
}
.container01 .content {
  width: 1200px;
  margin: 0 auto;
}
.container01 .content h4 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 84px;
  box-sizing: border-box;
  padding-left: 150px;
  margin:18px 0 50px ;
}
.container01 .content h5 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #e7e7e7;
}
.container01 .content ul {
  width: 580px;
  overflow: hidden;
}
.container01 .content ul li {
  float: left;
  width: 270px;
  height: 216px;
  margin: 0 20px 20px 0;
}
.container02 {
  width: 100%;
  height: 727px;
}
.container02 .content {
  width: 1200px;
  margin: 0 auto;
}
.container02 .content .left {
  float: left;
  width: 300px;
  height: 300px;
  margin-top: 214px;
  background-color: #f6f6f6;
  position: relative;
}
.container02 .content .left p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.container02 .content .left p span {
  color: #005CA1;
}
.container02 .content .right {
  margin-top: 100px;
  float: right;
  width: 610px;
  height: 567px;
}
.container02 .content .right img {
  width: 610px;
  height: 567px;
}
.container03 {
  width: 100%;
  height: 900px;
  background-color: #f6f6f6;
}
.container03 .content {
  width: 1200px;
  margin: 0 auto;
}
.container03 .content  {
  position: relative;
  font-size: 52px;
  line-height: 32px;
  color: #eaeaea;
  text-align: center;
  /*margin: 50px 0 ;*/
}
.container03 .content  h4 {
  position: relative;
	margin:18px 0 50px ;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  color: #333333;
}
.container03 .content  h4::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #333333;
}
.container03 .content ul li {
  margin: 0 25px 25px 0;
  float: left;
}
.first_main .center .list {
  overflow: hidden;
  box-sizing: border-box;
}
.first_main .center .list > li {
  float: left;
  margin: 0 26px 40px 0;
}
.first_main .center .list > li:nth-child(4n) {
  margin-right: 0;
}
.first_main .center .list > li > a {
  display: block;
  width: 280px;
  height: 316px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 8px;
}
.first_main .center .list > li > a .img {
  width: 264px;
  height: 234px;
  text-align: center;
  vertical-align: middle;
  background: #eeeeee;
  line-height: 234px;
}
.first_main .center .list > li > a .img img {
	width: 264px;
  height: 234px;
  display: block;
}
.first_main .center .list > li > a p {
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 16px;
  color: #005ca1;
}
.first_main .center .list > li > a:hover {
  background: #005ca1;
}
.first_main .center .list > li > a:hover .img {
  background: #ffffff;
}
.first_main .center .list > li > a:hover p {
  color: #fff;
}
.first_main .center .page {
  width: 400px;
  height: 74px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.product_main .center {
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.product_main .center .left {
  float: left;
}
.product_main .center .left li {
  margin-bottom: 5px;
}
.product_main .center .left li.active a {
  background: #005ca1;
  color: #fff;
}
.product_main .center .left li a {
  display: block;
  width: 150px;
  height: 134px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 134px;
  font-size: 18px;
  color: #333;
}
.product_main .center .right {
  width: 1020px;
  height: 551px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  float: right;
}
.product_main .center .right .smalltab {
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  height: 100%;
}
.product_main .center .right .smalltab:first-child {
  display: block;
}
.product_main .center .right .smalltab .word {
  float: left;
  width: 564px;
  height: 100%;
  overflow-y: scroll;
}
.product_main .center .right .smalltab .word h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 39px;
  margin-bottom: 20px ;
}
.product_main .center .right .smalltab .word p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.case_center {
  padding: 0;
}
.case_center ul li a {
display:block;
  background-color: #fff;
}
.case_center ul li:nth-child(2n) a {
  background-color: #f7f7f7;
}
.case_center ul li:nth-child(2n) a .neirong {
  background-position: right,center;
}
.case_center ul li:nth-child(2n) a .neirong .word {
  float: left;
}
.case_center ul li a .neirong {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 21px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left,center;
  min-height: 550px;
}
.case_center ul li a .neirong .word {
  width: 50%;
  float: right;
}
.case_center ul li a .neirong .word h4 {
  font-size: 18px;
  color: #005ca1;
  margin-bottom: 40px;
}
.case_center ul li a .neirong .word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.casedetail_main .center h4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 39px;
  margin-bottom: 20px;
  position: relative;
}
.casedetail_main .center h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #005ca1;
}
.casedetail_main .center .all {
  overflow: hidden;
}
.casedetail_main .center .all .left {
  float: left;
  width: 600px;
  height: 437px;
  background-color: #ffffff;
  margin: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 92, 161, 0.17);
  text-align: center;
  line-height: 437px;
}
.casedetail_main .center .all .left li {
  margin: 0;
}
.casedetail_main .center .all .left img {
  display: inline-block;
  width: auto;
}
.casedetail_main .center .all .left .am-slider-b2 .am-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.casedetail_main .center .all .right {
  width: 580px;
  height: 340px;
  background-color: #f7f7f7;
  border: none;
  float: left;
  margin-top: 55px;
  box-sizing: border-box;
  padding: 111px 48px;
}
.casedetail_main .center .all .right p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.falv_main .center ul li {
  min-height: 163px;
  box-sizing: border-box;
  padding: 30px;
  background: #fbfbfb;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 20px;
}
.falv_main .center ul li:first-child h4 {
  color: #005ca1;
}
.falv_main .center ul li h4 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.falv_main .center ul li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
.falvdetail_main .center {
  box-sizing: border-box;
  padding-bottom: 32px;
}
.falvdetail_main .center h4 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #005ca1;
  border-bottom: 1px dashed #ccc;
}
.falvdetail_main .center p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  box-sizing: border-box;
  padding: 0 80px;
}
.message_main .am-pagination {
  margin: 32px 0;
}
.message_main .center ul li {
  box-sizing: border-box;
  padding: 40px 0;
  border-bottom: 1px dashed #dfdfdf;
  overflow: hidden;
}
.message_main .center ul li .data {
  float: left;
  width: 80px;
  height: 80px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
.message_main .center ul li .data h4 {
  text-align: center;
  color: #333;
  font-size: 30px;
  line-height: 32px;
  border-bottom: 1px solid #333;
}
.message_main .center ul li .data p {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}
.message_main .center ul li .img {
  float: left;
  margin-left: 29px;
  width: 220px;
  height: 140px;
  box-sizing: border-box;
  padding: 1px;
  border: solid 1px #dedede;
}
.message_main .center ul li .img img {
  width: 216px;
  height: 136px;
  display: inline-block;
}
.message_main .center ul li .word {
  float: left;
  margin-left: 29px;
  width: 800px;
}
.message_main .center ul li .word h4 {
  font-size: 16px;
  line-height: 32px;
  color: #005ca1;
}
.message_main .center ul li .word p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  margin-top: 10px;
}
.messagedetail_main .center {
  text-align: center;
}
.messagedetail_main .center h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #005ca1;
}
.messagedetail_main .center p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
}
.messagedetail_main .center .neirong {
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.messagedetail_main .center .neirong p {
  text-align: left;
  margin: 10px 0;
}
.messagedetail_main .center .neirong img {
  margin-bottom: 5px;
}
.messagedetail_main .center .dibu {
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  padding-bottom: 0;
}
.messagedetail_main .center .dibu .left {
  float: left;
}
.messagedetail_main .center .dibu .left p {
  text-align: left;
}
.messagedetail_main .center .dibu .left p:hover a {
  color: #003f6e;
}
.messagedetail_main .center .dibu .share {
  float: right;
}
.messagedetail_main .center .dibu .share span {
  color: #999;
  font-size: 16px;
}
.messagedetail_main .center .dibu .share a {
  display: inline-block;
  margin: 0 5px;
}
.zhaoping_main .am-pagination {
  margin: 32px 0;
}
.zhaoping_main .center {
  box-sizing: border-box;
}
.zhaoping_main .center ul li {
  width: 1200px;
  height: 62px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding-left: 25px ;
  background: url(../images/xia.png) no-repeat right 30px center;
  position: relative;
}
.zhaoping_main .center ul li.active {
  background-color: #f0f0f0;
}
.zhaoping_main .center ul li.active>span {
  display: none;
}
.zhaoping_main .center ul li.active>span:first-child {
  display: block;
}
.zhaoping_main .center ul li.active .xinxi {
  display: block;
  background: #fff;
}
.zhaoping_main .center ul li>span {
  display: block;
  height: 100%;
  float: left;
  line-height: 62px;
  text-align: left;
  width: 20%;
  color: #666;
  font-size: 16px;
}
.zhaoping_main .center ul li .xinxi {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 1200px;
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
  padding: 28px;
  background: #fff;
  display: none;
}
.zhaoping_main .center ul li .xinxi h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #005ca1;
}
.zhaoping_main .center ul li .xinxi p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.zhaoping_main .center ul li:first-child {
  background-color: #005ca1;
  background-image: none ;
}
.zhaoping_main .center ul li:first-child span {
  color: #fff;
}
.fuli_main .center {
  box-sizing: border-box;
  padding-bottom: 50px ;
}
.fuli_main .center h4 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-top: 20px;
}
.fuli_main .center p {
  font-size: 14px;
  color: #666;
}
.rencai_main .center {
  margin-bottom: 32px;
  width: 1200px;
  /*height: 381px;*/
  background-color: #ffffff;
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  box-sizing: border-box;
  padding: 50px 100px;
}
.rencai_main .center h4 {
  text-align: center;
  font-size: 18px;
  color: #005CA1;
  margin-bottom: 20px;
}
.rencai_main .center p {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}
.lianxi_main .center {
  overflow: hidden;
}
.lianxi_main .center .address {
  overflow: hidden;
  position: relative;
}
.lianxi_main .center .address .left {
  float: left;
  margin-left: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lianxi_main .center .address .left h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #333333;
  position: relative;
}
.lianxi_main .center .address .left h4::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: " ";
  width: 64px;
  height: 1px;
  background-color: #333333;
}
.lianxi_main .center .address .left p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.lianxi_main .center .address #allmap {
  float: right;
  width: 599px;
  height: 450px;
}
.lianxi_main .center .else {
  box-sizing: border-box;
  padding: 10px 0 50px;
}
.lianxi_main .center .else ul {
  overflow: hidden;
}
.lianxi_main .center .else ul li {
  overflow: hidden;
  border-bottom: 2px solid #004171;
  box-sizing: border-box;
  padding: 20px 0;
}
.lianxi_main .center .else ul li:last-child {
  border-bottom: none;
}
.lianxi_main .center .else ul li .one {
  float: left;
  width: 33.33%;
}
.lianxi_main .center .else ul li .one:first-child {
  padding-left: 50px ;
}
.lianxi_main .center .else ul li .one h4 {
  font-size: 16px;
  line-height: 32px;
  color: #004171;
}
.lianxi_main .center .else ul li .one p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
.zhidu_main .center {
  text-align: center;
}
.zhidu_main .center h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  position: relative;
}
.zhidu_main .center h4::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: #333333;
}
.zhidu_main .center img {
  margin-bottom: 32px;
}
.zhidu_main .center ul {
  text-align: center;
  overflow: hidden;
}
.zhidu_main .center ul li {
  display: inline-block;
  margin: 0 40px;
}
.zhidu_main .center ul li a {
  display: block;
  width: 260px;
  height: 42px;
  border-radius: 21px;
  background: #0d71bc;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
}
.zhibao_main .center ul li a {
  width: 160px;
  height: 42px;
}
.jidi_main .center ul li {
  margin: 0 8px;
}
.jidi_main .center ul li a {
  width: auto;
  height: auto;
  background: none;
}
.zhichi_main .center ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 8px;
}
.zhichi_main .center ul li:nth-child(3n) {
  margin-right: 0;
}
.zhichi_main .center ul li a {
  text-align: center;
}
.zhichi_main .center ul li a p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.power_main .center ul {
  width: 1190px;
  margin: 10px auto;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.power_main .center ul li:nth-child(2n) a img {
  float: right;
  width: 50%;
  height: 442px;
}
.power_main .center ul li:nth-child(2n) a .word {
  float: left;
}
.power_main .center ul li a {
  display: block;
  overflow: hidden;
}
.power_main .center ul li a img {
  float: left;
  width: 50%;
  height: 442px;
}
.power_main .center ul li a .word {
  float: right;
  width: 50%;
  height: 442px;
  line-height: 442px;
  text-align: center;
}
.power_main .center ul li a .word span {
  font-size: 24px;
  color: #333333;
  /*position: relative;*/
}
.power_main .center ul li a .word span::after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: #333333;
}
.wuliu_main .center h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  position: relative;
}
.wuliu_main .center h4::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: #333333;
}
.wuliu_main .center ul {
  margin: 50px 0;
}
.wuliu_main .center ul li a img {
  height: 400px;
}
.wuliu_main .center ul li a .word {
  height: 400px;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wuliu_main .center ul li a .word span::after {
  display: none;
}
.wuliu_main .center ul li a .word p {
  font-size: 12px;
  color: #999;
}
.biaohua_main .center ul {
  width: 960px;
  margin: 0 auto;
}
.biaohua_main .center ul li {
  margin: 25px 0;
}
.biaohua_main .center ul li:nth-child(2n) a .img {
  float: right;
}
.biaohua_main .center ul li:nth-child(2n) a .word {
  float: left;
}
.biaohua_main .center ul li a {
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.biaohua_main .center ul li a .img {
  float: left;
  width: 50%;
  height: 384px;
  text-align: center;
  line-height: 384px;
}
.biaohua_main .center ul li a .img img {
  display: inline-block;
  width: 100%;
}
.biaohua_main .center ul li a .word {
  float: right;
  width: 50%;
  height: 384px;
  border: solid 6px #0462a4;
  text-align: center;
  display: flex;
  align-items: center;
}
.biaohua_main .center ul li a .word span {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
