/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}
/*去掉列表前面的小点*/
li {
  list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0; /*ie6*/
  vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}
/*取消链接的下划线*/
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB',   5B 8B 4 F53, sans-serif;
/*取消轮廓线 蓝色的*/
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
body {
  background-color: #fff;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB',   5B 8B 4 F53, sans-serif;
  color: #666;
}
.hide,
.none {
  display: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.head {
  width: 100%;
  height: 83px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px rgba(15,15,28,0.08);
  border-bottom: 3px solid #3757a6;
}
.head .left {
  display: flex;
  align-items: center;
}
.head .leftlogo {
	/* width: 320px; */
  padding-left: 40px;
  padding-right: 20px;
}
.head .left >a {
  margin: 0 47px 0 28px;
  display: block;
}
.head .left >a img {
  width: 142px;
  height: 43px;
}
.head .left .nav {
  display: flex;
  align-items: center;
  margin-left: 5vw;
}
.head .left .nav >li:first-of-type {
 
}
/*.head .left .nav >li:first-of-type img {
  opacity: 1;
  width: 26px;
  height: 16px;
  margin-left: 4px;
  margin-top: -12px;
}*/
.head .left .nav >.li-sel >a {
  color: #3757a6;
}
.head .left .nav >li { 
  width: 150px;
  position: relative;
}
@media screen and (max-width:1350px){
	.head .left .nav >li {
	  margin-right: 2px;
	}
		
}
@media screen and (max-width:1400px){
	.head .left .nav >li {
	  margin-right: 2px;
	}
		
}
.head .left .nav >li >a {
  height: 83px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101a31;
  font-size: 18px;
}
.head .left .nav >li ul {
	width: 150px;
	position: absolute;	
	top: 83px;
	color: #101a31;
	font-size: 15px;
	z-index: 9999;
	border: 1px solid rgba(15,15,28,0.08);
	border-top: none;
	text-align: center;
}



.head .left .nav >li ul li {
	width: 150px;
	height: 40px;
	line-height: 35px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 15px;
	white-space: nowrap;
	cursor: pointer;
	border-bottom: 2px solid #eee;
}
.head .left .nav >li ul li a{
  color: #101a31;
}
.head .left .nav >li ul li:hover {
  background: #3757a6;
	color: #fff;
	/* font-size: 16px; */
}
.head .left .nav >li ul li:hover a{
	color: #fff;
}
.head .left .nav >li img {
  width: 12px;
  height: 6px;
  opacity: 0.38;
  margin-left: 9px;
}
.head .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .right .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 237px;
  border-left: 1px solid rgba(3,3,3,0.15);
}
.head .right .search img {
  width: 23px;
  height: 23px;
  margin-right: 25px;
}
.head .right .search input {
  width: calc(100% - 48px);
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  color: #ababac;
}
.head .right .tel {
  width: 300px;
  height: 100%;
  border-left: 1px solid rgba(3,3,3,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:1400px){
	.head .right .tel {
		width: 230px;
	}	
}

.head .right .tel img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.head .right .tel span {
  font-size: 26px;
  color: #101a31;
}
.foot {
  width: 100%;
  height: 82px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  border-top: 1px solid rgba(3,3,3,0.04);
}
.foot img {
  width: 96px;
  height: 29px;
  margin-right: 14px;
}
.foot a {
  margin-left: 10px;
  color: #333;
}
.swiperbox {
  width: 100%;
  height: 915px;
  background-color: #101b32;
  position: relative;
  overflow: hidden;
}
.swiperbox .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  width: 90px;
  height: 7px;
  background: rgba(255,255,255,0.4);
}
.swiperbox .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiperbox >a {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 999999;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #101b32;
  font-size: 20px;
}
.swiperbox .swiper-container {
  width: 100%;
  height: 100%;
}
.swiperbox .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
/* background: #fff; */
/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiperbox .swiper-container .swiper-wrapper .swiper-slide .video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 195px;
}
.shouye {
  width: 100%;
  height: 916px;
  background: url("../img/bg.png") no-repeat 100%;
  position: relative;
}
.shouye .group1:hover,
.shouye .group2:hover,
.shouye .group3:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.shouye .group1 {
  position: absolute;
  top: 55px;
  /*left: 360px;*/
  left:16%;
  z-index: 3;
}
.shouye .group1 img {
  width: 472px;
  height: 804px;
  display: block;
}
.shouye .group3 {
  position: absolute;
  top: 126px;
  /*left: 1164px;*/
  left: 63%;
  z-index: 1;
}
.shouye .group3 img {
  width: 396px;
  height: 662px;
  display: block;
}
.shouye .group2 {
  position: absolute;
  top: 70px;
  /*left: 788px;*/
  left: 40%;
  z-index: 2;
  width: 465px;
  height: 775px;
  background: url("../img/group2-bg.png") no-repeat 100%;
}
.shouye .group2 a {
  display: block;
  text-align: center;
}
.shouye .group2 a:first-of-type {
  padding-top: 65px;
}
.shouye .group2 a:first-of-type img {
  width: 307px;
  height: 204px;
}
.shouye .group2 a:nth-of-type(2) img {
  width: 448px;
  height: 308px;
  margin-left: -15px;
}
.shouye .group2 a:last-of-type {
  margin-top: -50px;
}
.shouye .group2 a:last-of-type img {
  width: 269px;
  height: 212px;
  margin-top: -15px;
}
.shujuzhongxin {
  width: 100%;
  height: 916px;
  background: url("../img/backgroud.png") no-repeat 100%;
  overflow: hidden;
}
.shujuzhongxin img {
  display: block;
}
.shujuzhongxin .title {
  margin: 72px auto 0;
}
.shujuzhongxin .main {
  margin: 41px auto 0;
}
.youhuamoxing {
  width: 100%;
  height: 800px;
  background: url("../img/backgroud.png") no-repeat 100%;
  overflow: hidden;
}
.youhuamoxing >img {
  width: 1099px;
  height: 74px;
  display: block;
  margin: 97px auto 0;
}
.youhuamoxing .yhmx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 129px;
  position: relative;
}
.youhuamoxing .yhmx li::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/model-jiantou.png") no-repeat 100%;
  position: absolute;
  right: -25px;
  top: calc(50% - 17px);
}
.youhuamoxing .yhmx li:last-of-type {
  margin-right: 0;
}
.youhuamoxing .yhmx li:last-of-type::after {
  display: none;
}
.youhuamoxing .yhmx li {
  margin-right: 20px;
  position: relative;
}
.youhuamoxing .yhmx li img {
  height: 216px;
  width: auto;
  cursor: pointer;
}
.youhuamoxing .yhmx li img:hover {
  transform: scale(1.1);
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}
.mask .popbox {
  width: 1200px;
  height: 658px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.mask .popbox .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.mask .popbox ul li {
  display: flex;
  align-items: center;
}
.mask .popbox ul li img {
  display: block;
  margin: 0 32px 0 29px;
  width: 450px;
  height: auto;
}
.mask .popbox ul li .popmsg div {
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
.mask .popbox ul li .popmsg i {
  display: block;
  width: 90px;
  height: 6px;
  background-color: #3757a6;
  margin: 36px 0;
}
.mask .popbox ul li .popmsg p {
  width: 581px;
  font-size: 20px;
  color: #333;
  line-height: 46px;
}
.guanjianjishu {
  width: 100%;
  height: 916px;
  background: url("../img/backgroud.png") no-repeat 100%;
  overflow: hidden;
}
.guanjianjishu >img {
  width: 706px;
  height: 74px;
  display: block;
  margin: 67px auto 0;
}
.guanjianjishu .mainpic {
  width: 1450px;
  height: 332px;
  margin: 56px auto 0;
}
.guanjianjishu ul {
  width: 1402px;
  margin: 57px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.guanjianjishu ul li:first-of-type div {
  width: 288px;
}
.guanjianjishu ul li:nth-of-type(2) div {
  width: 308px;
}
.guanjianjishu ul li:nth-of-type(3) div {
  width: 288px;
}
.guanjianjishu ul li:last-of-type div {
  width: 308px;
}
.guanjianjishu ul li div {
  height: 70px;
  border-radius: 35px;
  background-color: #3757a6;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.guanjianjishu ul li >p {
  width: 297px;
  font-size: 18px;
  color: #3757a6;
  line-height: 36px;
  margin-top: 20px;
  text-align: center;
}
.guanlisixiang {
  width: 100%;
  height: 800px;
  background: url("../img/backgroud.png") no-repeat 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guanlisixiang .left {
  width: 552px;
  height: 605px;
  background: url("../img/glsx.png") no-repeat;
  position: relative;
}
.guanlisixiang .left a {
  display: block;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(0deg, #3757a6 0%, #5f75a9 100%);
  border: solid 1px #3757a6;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.guanlisixiang .left .leftUl .li-sel {
  color: #ffb400;
}
.guanlisixiang .left .leftUl li {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(0deg, #3757a6 0%, #5f75a9 100%);
  border: solid 1px #3757a6;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}
.guanlisixiang .left .leftUl li:nth-of-type(1) {
  left: 7px;
  bottom: 145px;
}
.guanlisixiang .left .leftUl li:nth-of-type(2) {
  left: 7px;
  top: 153px;
}
.guanlisixiang .left .leftUl li:nth-of-type(3) {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.guanlisixiang .left .leftUl li:nth-of-type(4) {
  right: 8px;
  top: 153px;
}
.guanlisixiang .left .leftUl li:nth-of-type(5) {
  right: 8px;
  bottom: 144px;
}
.guanlisixiang .right {
  margin-left: 174px;
  height: 472px;
  width: 585px;
  position: relative;
  box-sizing: border-box;
  padding: 24px 0;
}
.guanlisixiang .right >img {
  display: block;
  width: 584px;
  height: 24px;
  position: absolute;
}
.guanlisixiang .right >img:first-of-type {
  top: 0;
  left: 0;
}
.guanlisixiang .right >img:last-of-type {
  bottom: 0;
  left: 0;
}
.guanlisixiang .right .rightDiv .t {
  font-size: 36px;
  color: #3757a6;
  margin-top: 35px;
}
.guanlisixiang .right .rightDiv .en {
  font-size: 24px;
  color: rgba(55,87,166,0.3);
  margin-top: 5px;
}
.guanlisixiang .right .rightDiv p {
  font-size: 24px;
  line-height: 48px;
  color: #666;
  margin: 20px 0;
}
.qiyeziyuanyouhua {
  width: 100%;
  height: 916px;
  background: url("../img/backgroud.png") no-repeat 100%;
  overflow: hidden;
}
.qiyeziyuanyouhua >img {
  display: block;
  width: 706px;
  height: 74px;
  margin: 56px auto 47px;
}
.qiyeziyuanyouhua .box {
  width: 1659px;
  height: 700px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(15,15,28,0.08);
  margin: 0 auto;
  display: flex;
}
.qiyeziyuanyouhua .box .leftUl {
  width: 260px;
  box-sizing: border-box;
  padding-right: 12px;
  height: 100%;
}
.qiyeziyuanyouhua .box .leftUl li:last-of-type {
  border-bottom: none;
}
.qiyeziyuanyouhua .box .leftUl li:nth-of-type(1) .img img,
.qiyeziyuanyouhua .box .leftUl li:nth-of-type(3) .img img,
.qiyeziyuanyouhua .box .leftUl li:nth-of-type(4) .img img {
  height: 34px;
}
.qiyeziyuanyouhua .box .leftUl .li-sel::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #3757a6;
  transform: rotate(45deg);
  position: absolute;
  right: -8px;
}
.qiyeziyuanyouhua .box .leftUl .li-sel {
  background-color: #3757a6;
}
.qiyeziyuanyouhua .box .leftUl .li-sel span {
  color: #fff;
  opacity: 1;
}
.qiyeziyuanyouhua .box .leftUl li {
  background-color: rgba(55,87,166,0.2);
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #b7c2df;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.qiyeziyuanyouhua .box .leftUl li .img {
  width: 36px;
  margin: 0 14px 0 40px;
}
.qiyeziyuanyouhua .box .leftUl li .img img {
  height: 32px;
  width: auto;
}
.qiyeziyuanyouhua .box .leftUl li span {
  font-size: 24px;
  color: #3757a6;
  opacity: 0.8;
}
.qiyeziyuanyouhua .box .rightDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 46px 0 21px;
  width: calc(100% - 260px);
}
.qiyeziyuanyouhua .box .rightDiv .process img {
  width: 596px;
  height: auto;
}
.qiyeziyuanyouhua .box .rightDiv .chart img {
  width: 635px;
  height: 512px;
}
.jiejuefanganNav {
  overflow: hidden;
}
.jiejuefanganNav img {
  display: block;
  margin: 135px auto 0;
  width: 1233px;
}
.jiejuefanganNav p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  width: 1188px;
  margin: 50px auto 90px;
}
.chanpinjieshaoNav {
  overflow: hidden;
}
.chanpinjieshaoNav >p {
  width: 1188px;
  font-size: 18px;
  line-height: 48px;
  color: #333;
  margin: 100px auto 0;
}
.chanpinjieshaoNav >img {
  width: 896px;
  height: 592px;
  margin: 85px auto 105px;
  display: block;
}
.chanpinjieshaoNav .expl {
  margin: 0 auto 130px;
  width: 1200px;
}
.chanpinjieshaoNav .expl .flex1 {
  flex-direction: row;
}
.chanpinjieshaoNav .expl .flex1 >div {
  text-align: left;
  margin-left: 85px;
}
.chanpinjieshaoNav .expl .flex2 {
  flex-direction: row-reverse;
}
.chanpinjieshaoNav .expl .flex2 >div {
  text-align: right;
  margin-right: 85px;
}
.chanpinjieshaoNav .expl >div {
  display: flex;
  align-items: center;
}
.chanpinjieshaoNav .expl >div >img {
  width: 600px;
  display: block;
}
.chanpinjieshaoNav .expl >div >div .t {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
}
.chanpinjieshaoNav .expl >div >div p {
  font-size: 24px;
  line-height: 48px;
  color: #333;
}
.moxingjieshaoNav {
  overflow: hidden;
}
.moxingjieshaoNav img {
  width: 1200px;
  display: block;
  margin: 195px auto 168px;
}
.pingtaijieshaoNav .banner {
  width: 100%;
  height: 400px;
  background: url("../img/ptjs-banner.png") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pingtaijieshaoNav .banner p {
  width: 1176px;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}
.pingtaijieshaoNav .smyj {
  width: 100%;
  background-color: #fff;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pingtaijieshaoNav .smyj >div:first-of-type {
  margin-right: 41px;
}
.pingtaijieshaoNav .smyj >div {
  width: 580px;
  height: 168px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
}
.pingtaijieshaoNav .smyj >div .l .t {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  position: relative;
}
.pingtaijieshaoNav .smyj >div .l i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3757a6;
}
.pingtaijieshaoNav .smyj >div .l p {
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.pingtaijieshaoNav .gdf {
  width: 100%;
  height: 578px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}
.pingtaijieshaoNav .gdf >div {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pingtaijieshaoNav .gdf >div img {
  width: 532px;
  height: 457px;
}
.pingtaijieshaoNav .gdf >div >div {
  line-height: 48px;
  color: #333;
  width: 612px;
}
.pingtaijieshaoNav .gdf >div >div .t {
  font-size: 36px;
}
.pingtaijieshaoNav .gdf >div >div p {
  font-size: 18px;
}
.pingtaijieshaoNav .gdf >div >div i {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3757a6;
  margin: 30px 0 25px;
}
.pingtaijieshaoNav .qygtzn {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  height: 635px;
}
.pingtaijieshaoNav .qygtzn .t {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-top: 55px;
}
.pingtaijieshaoNav .qygtzn .t i {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3757a6;
  margin: 35px auto 0;
}
.pingtaijieshaoNav .qygtzn .msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 35px auto 0;
}
.pingtaijieshaoNav .qygtzn .msg img {
  width: 540px;
  height: 399px;
}
.pingtaijieshaoNav .qygtzn .msg .l {
  width: 522px;
}
.pingtaijieshaoNav .qygtzn .msg .l p:first-of-type {
  margin-bottom: 35px;
}
.pingtaijieshaoNav .qygtzn .msg .l p {
  font-size: 18px;
  line-height: 48px;
  color: #333;
}
.pingtaijieshaoNav .cyjzn {
  background-color: #f7f7f7;
  width: 100%;
  height: 705px;
  overflow: hidden;
}
.pingtaijieshaoNav .cyjzn .t {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-top: 55px;
}
.pingtaijieshaoNav .cyjzn .t i {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3757a6;
  margin: 35px auto 0;
}
.pingtaijieshaoNav .cyjzn .msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 76px auto 0;
}
.pingtaijieshaoNav .cyjzn .msg img {
  width: 623px;
  height: 431px;
}
.pingtaijieshaoNav .cyjzn .msg .r {
  width: 530px;
}
.pingtaijieshaoNav .cyjzn .msg .r p:first-of-type {
  margin-top: 0;
}
.pingtaijieshaoNav .cyjzn .msg .r p {
  font-size: 18px;
  line-height: 48px;
  color: #333;
  margin-top: 50px;
}
.pingtaijieshaoNav .stjzn {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.pingtaijieshaoNav .stjzn .t {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-top: 55px;
}
.pingtaijieshaoNav .stjzn .t i {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3757a6;
  margin: 35px auto 0;
}
.pingtaijieshaoNav .stjzn .tt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.pingtaijieshaoNav .stjzn .tt >div:first-of-type {
  margin-right: 300px;
}
.pingtaijieshaoNav .stjzn .tt >div {
  line-height: 48px;
  color: #333;
  font-size: 18px;
}
.pingtaijieshaoNav .stjzn .tt >div div {
  font-weight: bold;
}
.pingtaijieshaoNav .stjzn img {
  display: block;
  width: 996px;
  height: 581px;
  margin: 0 auto;
}
.pingtaijieshaoNav .stjzn .p {
  width: 1200px;
  margin: 45px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pingtaijieshaoNav .stjzn .p div {
  width: 386px;
  height: 198px;
  background-color: #f3f8fe;
  box-sizing: border-box;
  padding: 0 13px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.qiyexuqiuNav {
  padding-bottom: 100px;
}
.qiyexuqiuNav .t {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin: 60px auto 25px;
}
.qiyexuqiuNav p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  width: 1200px;
  margin: 0 auto;
}
.qiyexuqiuNav img {
  display: block;
  width: 1058px;
  height: 680px;
  margin: 50px auto 100px;
}
.qiyejianjieNav >img {
  width: 100%;
  height: 400px;
}
.qiyejianjieNav .qyjj {
  margin: 40px auto 20px;
  width: 1200px;
}
.qiyejianjieNav .qyjj .t {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-bottom: 25px;
}
.qiyejianjieNav .qyjj >p:first-of-type {
  /*margin-bottom: 35px;*/
}
.qiyejianjieNav .qyjj >p {
  font-size: 18px;
  color: #333;
  line-height: 2.5em;
}
.qiyejianjieNav .qyjj img {
    max-width: 100%;
    height: auto;
}
.qiyejianjieNav .qyjj .msg {
  width: 100%;
  box-sizing: border-box;
  padding: 0 130px 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qiyejianjieNav .qyjj .msg div {
  text-align: center;
  color: #333;
  line-height: 36px;
}
.qiyejianjieNav .qyjj .msg div div {
  font-size: 24px;
}
.qiyejianjieNav .qyjj .msg div p {
  font-size: 18px;
}
.yonghujiazhiNav .banner {
  width: 100%;
  height: 400px;
  background: url("../img/yonghujiazhi.png") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.yonghujiazhiNav .banner div {
  font-size: 48px;
}
.yonghujiazhiNav .banner p {
  font-size: 24px;
  line-height: 36px;
}
.yonghujiazhiNav .valuebox {
  height: 995px;
  overflow: hidden;
}
.yonghujiazhiNav .valuebox .t {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-top: 65px;
}
.yonghujiazhiNav .valuebox .t i {
  display: block;
  width: 80px;
  height: 6px;
  background-color: #3757a6;
  margin: 35px auto 0;
}
.yonghujiazhiNav .valuebox ul {
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.yonghujiazhiNav .valuebox ul li:nth-of-type(3n) {
  margin-right: 0;
}
.yonghujiazhiNav .valuebox ul li {
  width: 386px;
  height: 216px;
  background-color: #f3f8fe;
  box-sizing: border-box;
  padding: 10px 20px 0;
  margin: 0 20px 20px 0;
}
.yonghujiazhiNav .valuebox ul li >div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.yonghujiazhiNav .valuebox ul li >div div em {
  font-style: oblique;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.yonghujiazhiNav .valuebox ul li >div div i {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #3757a6;
  margin: 8px 0 10px;
}
.yonghujiazhiNav .valuebox ul li >div img {
  height: 42px;
}
.yonghujiazhiNav .valuebox ul li p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.xinwenzixunNav >img {
  width: 100%;
  display: block;
  height: auto;
}
.xinwenzixunNav .informationbox {
  min-height: 70vh;
  width: 1200px;
  margin: 30px auto 60px;
}
.xinwenzixunNav .informationbox .tab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.xinwenzixunNav .informationbox .tab .tab-sel {
  border: solid 1px #3757a6;
  color: #3757a6;
}
.xinwenzixunNav .informationbox .tab div {
  width: 130px;
  height: 48px;
  border: solid 1px #dcdcdc;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  margin-left: 10px;
}
.xinwenzixunNav .informationbox .tabshow li:hover .msgbox .date div {
  background-color: #3757a6;
}
.xinwenzixunNav .informationbox .tabshow li:hover .msgbox .msg a {
  color: #3757a6;
}
.xinwenzixunNav .informationbox .tabshow li {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: 1px solid #eee;
}
.xinwenzixunNav .informationbox .tabshow li >img {
  width: 300px;
  height: 180px;
}
.xinwenzixunNav .informationbox .tabshow li .msgbox {
  width: 850px;
  height:180px;
}
.xinwenzixunNav .informationbox .tabshow li .msgbox .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xinwenzixunNav .informationbox .tabshow li .msgbox .title a {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.xinwenzixunNav .informationbox .tabshow li .msgbox .title span {
  font-size: 16px;
  color: #999999;
}
.xinwenzixunNav .informationbox .tabshow li .msgbox p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xinwenzixunNav .informationbox .tab a{
  font-size: 18px;
  color: #666;
}
.xinwenzixunNav .informationbox .tab .tab-sel a{
  color: #3757a6;
}
.xinwenzixunXQ >img {
  width: 100%;
  height: 400px;
}
.xinwenzixunXQ img {
  max-width: 100%;
  height: auto !important;
}
.xinwenzixunXQ li {
  list-style: disc;
}
.xinwenzixunXQ .msg {
  width: 1200px;
  min-height: 70vh;
  margin: 0 auto;
}
.xinwenzixunXQ .msg .t {
  text-align: center;
  margin-top: 70px;
  border-bottom: 1px solid #eee;
}
.xinwenzixunXQ .msg .t div {
  font-size: 30px;
  color: #333;
}
.xinwenzixunXQ .msg .t p {
  font-size: 16px;
  color: #999;
  margin: 15px 0 30px;
}
.xinwenzixunXQ .msg .p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  margin-top: 30px;
}
.xinwenzixunXQ .msg .p p {
  margin-bottom: 25px;
}
.xinwenzixunXQ .msg table {
	border: 1px solid #333;
}
.xinwenzixunXQ .msg tr,td {
	border-bottom: 1px solid #333;
	border-left:1px solid #333;
}
.xinwenzixunXQ .msg .page {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.xinwenzixunXQ .msg .page div {
  font-size: 18px;
  color: #999;
}
.xinwenzixunXQ .msg .page div a {
  color: #666;
}

.page-container{overflow:hidden;margin:0 auto;width:100%;height: 108px;}
.pages{margin-top:28px; height: 100%;text-align: center;}
.pages a{text-decoration: none;}
.pages a,.page span{font-size:14px;display:inline-block;width:50px;height: 50px;line-height: 50px;text-align: center;border-radius: 50%;border:1px solid #b8b4b4;color:#b8b4b4;margin:0 5px;}
.pages a:hover{text-decoration:underline;color:#fff;border-color: #fff; background-color: #3757a6;text-decoration: none;}
.pages .current{text-decoration:underline;border-color: transparent;color:#fff;border-color: #3757a6; background-color: #3757a6; text-decoration: none;}

.cooperate{
  text-align: center;
  padding: 0 0 3rem 0;
}
.cooperate .t div{
  font-size: 24px;
  color: #000000;
}
.cooperate .t p{
  font-size: 18px;
  color: #000000;
}
.cooperate form .input{
  margin: 10px auto;
  height: 40px;
  background: #eee;
  border-radius: 5px;
  width: 500px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooperate form .input input{
  font-size: 16px;
  color: #333;
  width:400px;
  background: transparent;
}
.cooperate form .input i{
  color: red;
}
.cooperate form button{
  height: 40px;
  background: #3757a6;
  border-radius: 5px;
  width: 500px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.cooperate .b{
  font-size: 14px;
  color: #666666;
}