* {
  text-decoration: none !important;
}
.environment > img{
    display: block!important;
}
@font-face{
    font-family:"OpenSans";
    src:url("../OpenSans-Regular.ttf")
}
body,*{font-family:'Source Han Sans CN','Arial','OpenSans'!important;}
@media (min-width: 1200px) {
  .navigation {
    height: 90px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  .navigation .navigationList {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation .navigationList > a {
    width: 130px;
    /* height: 32px; */
    margin-right: 8%;
  }
  .navigation .navigationList > a img {
    width: 130px;
    /* height: 32px; */
  }
  .navigation .navigationList .navigationItem {
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin: 3%;
  }
  .navigation .navigationList .navigationItem a {
    text-decoration: none;
  }
  .navigation .navigationList .navigationItem p {
    color: #333333;
    /* color: #6c6c6c; */
    font-family: Source Han Sans CN;
    margin: 0;
  }
  .navigation .navigationList .navigationItem a.active p {
    color: #5e92cb !important;
  }
  .navigation .navigationList .sousuo {
    width: 100px;
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 0 10px;
    margin-right: 2%;
  }
  .navigation .navigationList .sousuo input {
    width: 100%;
    border: none;
    outline: none;
    height: 20px;
    padding-top: 2px;
  }
  .navigation .navigationList .change {
    display: flex;
    position: relative;
  }
  .navigation .navigationList .change p {
    margin: 0;
    width: 110px;
    text-align: center;
  }

  .navigation .navigationList .change img {
    transition: all 0.3s;
  }

  .navigation .navigationList .change .rote {
    transform: rotate(180deg);
  }

  .navigation .navigationList .change ul {
    padding-bottom: 10px;
    width: 110px;
    display: none;
    position: absolute;
    top: 25px;
    list-style: none;
    background-color: #000000;
  }
  .navigation .navigationList .change ul li {
    margin-top: 10px;
  }
  .navigation .navigationList .change a {
    display: block;
    text-align: center;
    color: #ffffff;
  }

  .callme {
    /* background-color: #2e3136; */
    background-image: linear-gradient(#0c0c0c, #2e3136);
    height: 60px;
  }

  .callme .callmeList {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .callme .callmeList .callmeText {
    display: flex;
    align-items: center;
  }

  .callme .callmeList .callmeText .line {
    width: 1px;
    height: 12px;
    background-color: #5e92cb;
    margin-right: 10px;
  }

  .callme .callmeList .callmeText p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5e92cb;
    line-height: 26px;
  }

  .callme .callmeList a {
    width: 80px;
    height: 30px;
    display: block;
  }

  .callme .callmeList button {
    width: 80px;
    height: 30px;
    background-color: #5e92cb;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
  }



  .banner img {
    width: 100%;
    display:block!important;
  }
  .navigationContent {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 90px;
    left: 0;
    z-index: 20;
  }

  .navigationContent .item {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    /* transition: 1s; */
    overflow: hidden;
  }
  .navigationContent .item:nth-child(3).active {
    height: 200px;
    transition: 1s;
  }
  .navigationContent .item:nth-child(2).active {
    height: 200px;
    transition: 1s;
  }
  .navigationContent .item:nth-child(1).active {
    height: 200px;
    transition: 1s;
  }
  .navigationContent .item:nth-child(1) .itemList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .navigationContent .item:nth-child(1) .itemList a {
    width: 20%;
    height: 100px;
  }

  .navigationContent .item:nth-child(1) .itemList a p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .navigationContent .item:nth-child(1) .itemList a:hover p:nth-child(1) {
    color: #5e92cb;
  }

  .navigationContent .item:nth-child(1) .itemList a p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    width: 90%;
    overflow: hidden;
  line-height:25px;
	height:25px;
	display: block;
	overflow:hidden;text-overflow:ellipsis;
  }
  /* .navigationContent .item:nth-child(1) .itemList a:hover p:nth-child(2){
	color: #007aff;
} */

  .navigationContent .item:nth-child(2) .itemList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .navigationContent .item:nth-child(2) .itemList > a {
    width: 160px;
    height: 200px;
    display: block;
    display: flex;
    justify-content: space-between;
  }

  .navigationContent .item:nth-child(2) .itemList a img {
    width: 160px;
    height: 108px;
    display: block;
    margin-top: 40px;
  }

  .navigationContent .item:nth-child(2) .itemList .itemText {
    margin-left: 10px;
    width: 230px;
    height: 200px;
  }

  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText
    a:nth-child(1)
    p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    /* font-weight: 300; */
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText.active
    a:nth-child(1)
    p:nth-child(1) {
    color: #5e92cb;
    font-weight: 600;
  }

  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText
    a:nth-child(1)
    p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*.navigationContent .item:nth-child(2) .itemList .itemText.active a:nth-child(1) p:nth-child(2){*/
  /*color: #007aff;*/
  /*}*/

  .navigationContent .item:nth-child(2) .itemList .itemText a:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    /*height: 80px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*text-align: justify;*/
  }
  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText
    a:nth-child(2):hover {
    color: #5e92cb;
  }
  .navigationContent .item:nth-child(2) .itemList .itemText a:nth-child(4) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    /*height: 80px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*text-align: justify;*/
  }
  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText
    a:nth-child(4):hover {
    color: #5e92cb;
  }
  .navigationContent .item:nth-child(2) .itemList .itemText a:nth-child(6) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    /*height: 80px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*text-align: justify;*/
  }
  .navigationContent
    .item:nth-child(2)
    .itemList
    .itemText
    a:nth-child(6):hover {
    color: #5e92cb;
  }
  .navigationContent .item:nth-child(3) .itemList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .navigationContent .item:nth-child(3) .itemList a {
    width: 400px;
    height: 200px;
    display: block;
    display: flex;
  }

  .navigationContent .item:nth-child(3) .itemList a img {
    width: 160px;
    height: 126px;
    display: block;
    margin-top: 40px;
  }

  .navigationContent .item:nth-child(3) .itemList a .itemText {
    margin-left: 20px;
    width: 160px;
    height: 200px;
  }
  .navigationContent .item:nth-child(3) .itemList a .itemText p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    /* font-weight: 300; */
    color: #333333;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .navigationContent
    .item:nth-child(3)
    .itemList
    a.active
    .itemText
    p:nth-child(1) {
    color: #5e92cb;
    font-weight: 600;
  }
  .navigationContent .item:nth-child(3) .itemList a .itemText p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    width: 100%;
    height: 80px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
  }
  /* .navigationContent .item:nth-child(3) .itemList a.active .itemText p:nth-child(2){
	color: #007aff;
} */
#pager{

	list-style: none;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	text-align: center;
}
#pager li{
	display: block;
	/* text-align: center; */
	margin: 0 2px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background-color: #c9caca;
    color: white;
  }
  #pager li:hover {
    background-color: #3c5d80;
  }
  #pager li.active {
    background-color: #3c5d80;
  }

  .content {
    min-width: 1000px;
    position: relative;
  }

  .bannerList {
    min-width: 1000px;
    height: 100px;
    /* box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center; */
  }

  .bannerList .bannerListItem {
    min-width: 1000px;
    height: 60px;
    box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .bannerList .bannerItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .bannerList .bannerItem .item {
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .bannerList .bannerItem .item a {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    /*font-weight: 300;*/
    color: #6c6c6c;
  }

  .bannerList .bannerItem .item.active a {
    font-size: 16px;
    /*font-weight: 500;*/
    color: #3a5e81;
  }

  .bannerList .bannerItem .item.active .line {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #3a5e81;
    margin: 0 auto;
  }


}

.wp {
  width: 98% !important;
  min-width: 100% !important;
  max-width: 1200px !important;
}

.show-m {
  display: none;
}
.hide {
  display: none;
}
@media (max-width:1199px) {
  * {
    box-sizing: border-box;
  }
  .wp {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  .show-d {
    display: none!important;
  }
  .show-m {
    display: block !important;
  }
  .mgrid {
    flex-wrap: wrap;
  }
}
@media (max-width:1199px) {
/* 手机菜单 */
body{
	padding-top:55px;
}
.header {
    padding:6px 0;
	position: fixed;
	left:0;
	top:0;
	border-bottom:1px solid #eee;
	background:#fff;
	z-index:22;
	width:100%;
  }
  .header .menu {
    display: none;
  }
  .header .logo img {
    height:40px;
  }
  .header ul,.header li{list-style-type:none;}
.menuBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
  }
  
  .menuBtn b {
	display: block;
	height: 3px;
	background: #3c5d80;
	margin: 3px 0 5px;
	border-radius: 2px;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
  }
  
  .menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 30px;
  }
  
  .menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
  }
  
  .menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  }
  .menuBtn {
    display: block;
  }
  .change {
    position: absolute;
    right: 65px;
    top: 50%;
	display: flex;
    font-size: 16px;
    transform: translateY(-50%);
  }
 .change p {
    margin: 0;
    width:60px;
    text-align: center;
  }

.change img {
    transition: all 0.3s;
  }

.change .rote {
    transform: rotate(180deg);
  }

.change ul {
    padding-bottom: 10px;
    width: 110px;
    display: none;
    position: absolute;
    top: 25px;
    list-style: none;
    background-color: #000000;
  }
.change ul li {
    margin-top: 10px;
  }
.change a {
    display: block;
    text-align: center;
    color: #ffffff;
  }
  .wapMenu {
    display: block !important;
    position: fixed;
    left: 110%;
    top: 55px;
    width: 100%;
    padding: 5px 0;
    background: #fff;
    height: calc(100% - 52px);
    transition: all 0.3s ease-out;
  }
  .wapMenu.fold {
    left: 0;
    display: block !important;
  }
  .wapMenu ul {
    padding: 0 15px;
  }
  .wapMenu ul li {
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .wapMenu ul li a {
    display: block;
    height: 43px;
	font-size:15px;
	color:#333;
    line-height:43px;
    width: calc(100% - 5rem);
  }
  .submenu .s1{
	font-size:15px;
	padding:6px 0;
  margin-bottom:0;
  }
  .wapMenu ul li .itemText{
	margin:3px 0;
  }
  .wapMenu ul li .itemText a{
	height:35px;
	font-size:13px;
	line-height:35px
  }
  .wapMenu ul li .iconJt {
    width: 43px;
    height: 43px;
    position: absolute;
    right: -5px;
    z-index: 22;
    font-size: 2rem;
    text-align: center;
    transition: all ease 0.3s;
    top: 10px;
  }
  .wapMenu ul li .iconJt.on {
    transform: rotate(90deg);
  }
  .wapMenu ul li ul {
    display: none;
  }
  .wapMenu ul li ul li:last-child {
    border-bottom: 0;
  }
  .wapMenu ul li ul li a {
    width: 100%;
  }
.sousuo {
    width:calc(100% - 30px);
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 0 10px;
	align-items: center;
	margin:15px auto;
  }
.sousuo input {
    width: 100%;
    border: none;
    outline: none;
    height:35px;
	line-height:35px;
    padding-top: 2px;
  }
  .sousuo img{
	flex-shrink:0;
	height:24px;
	margin-left:6px;
  }


  .callme {
    padding:8px 10px;
    /* background-color: #2e3136; */
    background-image: linear-gradient(#0c0c0c, #2e3136);

  }

  .callme .callmeList {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .callme .callmeList .callmeText {
    display: flex;
    align-items: center;
  }

  .callme .callmeList .callmeText .line {
    width: 1px;
    height: 12px;
    background-color: #5e92cb;
    margin-right: 10px;
  }

  .callme .callmeList .callmeText p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5e92cb;
    line-height: 26px;
  }

  .callme .callmeList a {
    width: 80px;
    height: 30px;
    display: block;
  }

  .callme .callmeList button {
    width: 80px;
    height: 30px;
    background-color: #5e92cb;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
  }
  #pager {
    list-style: none;
    margin:0px auto;
    display: flex;
    padding:35px 0;
    justify-content: center;
    text-align: center;
  }
  #pager li {
    display: block;
    /* text-align: center; */
        margin: 0 2px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background-color: #c9caca;
    color: white;
  }
  #pager li:hover {
    background-color: #3c5d80;
  }
  #pager li.active {
    background-color: #3c5d80;
  }


  .bannerList .bannerListItem {
    padding:15px 0;
      box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
    }
  
    .bannerList .bannerItem {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .bannerList .bannerItem .item {
      width: 90px;
      height:40px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer;
    }
    
      .bannerList .bannerItem .item p {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    /*font-weight: 300;*/
    color: #6c6c6c;
  }

  .bannerList .bannerItem .item.active p {
    font-size: 16px;
    /*font-weight: 500;*/
    color: #3a5e81;
  }
  
    .bannerList .bannerItem .item a {
      text-align: center;
      font-size: 16px;
      font-family: Source Han Sans CN;
      /*font-weight: 300;*/
      color: #6c6c6c;
    }
  
    .bannerList .bannerItem .item.active a {
      font-size: 16px;
      /*font-weight: 500;*/
      color: #3a5e81;
    }
  
    .bannerList .bannerItem .item.active .line {
      position: absolute;
      bottom: 0;
      width: 60px;
      height: 2px;
      background-color: #3a5e81;
      margin: 0 auto;
    }
  }