body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

.clearfix {
	_zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.clear {
	overflow: hidden;
	_zoom: 1;
}

img {
	max-width: 100%;
}

.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

li {
	list-style: none;
}

.tHide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.relative {
	position: relative;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2E80E2;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
p{margin:0px;padding:0px;line-height:30px;}
i{margin:0px;padding:0px;font-style:normal;}
ul li{list-style-type:none;}
table{border-collapse:collapse; border-spacing:0px; border:none;}
h1,h2,h3,h4,h5{font-size:14px; font-family:Microsoft YaHei, Arial, Helvetica, sans-serif,"";}
input { outline: none; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #8A939B;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #8A939B;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #8A939B;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #8A939B;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Microsoft Edge */
   color : #8A939B;
}




button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}


.zoom-out{
    -webkit-animation:zoomOut 600ms ease both;
    -moz-animation:zoomOut 600ms ease both;
    -o-animation:zoomOut 600ms ease both;
    animation:zoomOut 600ms ease both;
	z-index: 999999999999;
    position: relative;
}
.venus-menu ul{
	position: absolute;
    left: -100px;
    padding-top: 80px;
    width: 220px;
}
.venus-menu li{
    display:inline-block;
    margin:0;
    padding:0;
    float:left;
    line-height:20px;
    position:relative;
	z-index: 99;
}
.venus-menu > li > a.firstlink{
	width: 80px;
	height: 60px;
	margin: 15px 40px 0 40px;
    display:block;
	background: url(../img/SketchPng05f4508febd798b446a7f2c4f92e3c2eefd0cf518c55765384f66008f1662c32.png)
    40px 15px no-repeat;
}
.venus-menu li:hover > a.firstlink, .venus-menu li.active a.firstlink{
    background: url(../img/topman.png)
    40px 15px no-repeat;
}
.venus-menu ul li ul{
    list-style:none;
    margin:0;
    padding:0;
    display:none;
    position:absolute;
    z-index:99;
    width:140px;
}
.venus-menu ul li{
    display:inline-block;
    margin:0;
    padding:0;
    float:left;
    line-height:20px;
    position:relative;
}
/*.venus-menu > li > ul > li:first-child a:before{
    content:'';
    position:absolute;
    bottom:48px;
    left:45%;
    margin-left:-48px;
    width:0;
    height:0;
    border-left:8px solid rgba(255, 255, 255, 0);
    border-right:8px solid rgba(255, 255, 255, 0);
    border-bottom:8px solid #8ECB8D;
}
.venus-menu > li > ul > li ul li:first-child a:before{
    content:'';
    position:absolute;
    bottom:16px;
    left:45%;
    margin-left:-71px;
    width:0;
    height:0;
    border-top:8px solid rgba(255, 255, 255, 0);
    border-right:8px solid #8ECB8D;
    border-bottom:8px solid rgba(255, 255, 255, 0);
}*/
.venus-menu ul li ul{
    top:0;
    left:100%;
    padding-left:10px;
}
.venus-menu ul li{
    clear:both;
    width:100%;
    border:none;
}
.venus-menu ul li a{
    padding:14px 20px;
    width:100%;
    color:#a6a6a6;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
	border-bottom:1px solid #d4d4d4;
    float:left;
    clear:both;
    background:#fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{
    background:#2e80e2;
	color:#fff;
}
.venus-menu > li > ul > li:first-child:hover a:before{
    border-bottom-color:#7bc27a;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
    border-right-color:#7bc27a;
}
.venus-menu > li .indicator{
    position:absolute;
    color:#bababa;
    top:19px;
    right:8px;
    font-size:20px;
    -webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}
.venus-menu li > ul > li:hover > .indicator{
    color:#fff;
}
.venus-menu ul > li .indicator{
    top:14px;
    right:8px;
    color:#a6a6a6;
}
.venus-menu i{
    line-height:20px !important;
    margin-right:6px;
    font-size:20px;
    float:left;
}
.venus-menu > li.showhide{
    display:none;
    width:100%;
    height:46px;
    cursor:pointer;
    color:#777;
    border-bottom:solid 1px rgba(0, 0, 0, 0.1);
    background:#fff;
}
.venus-menu > li.showhide span.title{
    margin:13px 0 0 20px;
    float:left;
}
.venus-menu > li.showhide span.icon{
    margin:16px 20px;
    float:right;
}
.venus-menu > li.showhide .icon em{
    margin-bottom:3px;
    display:block;
    width:20px;
    height:2px;
    background:#ccc;
}
.venus-menu li.search{
    float:right;
}
.venus-menu li.search form{
    margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
    height:26px;
    float:right;
    padding-left:5px;
    padding-right:5px;
    color:#777;
    outline:none;
    border:solid 1px #dedede;
    -o-transition:border .3s linear;
    -moz-transition:border .3s linear;
    -webkit-transition:border .3s linear;
    transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
    border-color:#8ECB8D;
}


.page-split{
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.page-item,.page-input,.page-btn{
	border: 1px solid #CBCBCB;
	padding: 6px 8px;
	margin-left: 4px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
}
.page-split div{
	cursor: pointer;
}
.page-input{
	width: 40px;
	text-align: center;
	height:28px;
}
.page-btn{
	background: #B92B2F;
	color: #fff;
}
.page-active{
	border: none !important;
	color: #2280F4;
}



.main1_top {
  height: 100px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 99;
}
.layer2_top {
  width: 100%;
  height: 60px;
  margin: 20px 0 0 0;
  float:left;
}
.icon1111_top {
  width: auto;
  height: 48px;
  margin-top: 6px;
  margin-left:40px;
  float:left;
}
.layer33_top {
  height: 60px;
  border-radius: 6px;
  border: 1px solid rgba(230, 232, 235, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: 10%;
  float:left;
  width: 50%;
}
.section11_top {
  width: 555px;
  height: 29px;
  margin: 17px 0 0 21px;
}
.info1_top {
  width: 480px;
  height: 28px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(138, 147, 155, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  white-space: nowrap;
  line-height: 28px;
  text-align: left;
  border:0;
  padding:5px;
  margin-left:8px;
}
.bd1111_top {
  width: 28px;
  height: 29px;
  background: url(../img/SketchPng5497c23faeaf46e2ec34c35ca213e6a47d44434d59f70bf187a8ff6af6ce5c4d.png)
    0px 0px no-repeat;
}
.word1_top {
  height: 24px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(68, 76, 86, 1);
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 24px;
  text-align: center;
  float: right;
  margin: 18px 40px 0 0;
}
.txt111_top {
  width: 54px;
  height: 24px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(68, 76, 86, 1);
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 24px;
  text-align: center;
  float: right;
  margin: 18px 0 0 0;
  position: relative;
  z-index: 999999;
}
.main111_top {
    height: 120px;
    background-color: rgba(242, 251, 254, 1);
    margin-top: 26px;
    width: 640px;
}
.label2_top {
  width: 30px;
  height: 30px;
  margin: 15px 0 0 40px;
}
.group1_top {
  width: 100%;
}



.main13b {
  height: 426px;
  background-color: rgba(23, 103, 183, 1);
  margin-top: 55px;
  width: 100%;
}
.main13b a{
  color:#fff;
}
.main13b .mod5_bot {
  width: 1200px;
  height: 395px;
  margin: 0px auto;
  padding-top:15px;
}
.main13b .mod6_bot {
	width: 100%;
    height: 54px;
}
.main13b .pic8_bot {
  width: 54px;
  height: fit-content;
}
.main13b .word12_bot {
  width: 36px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin: 16px 0 0 415px;
}
.main13b .word13_bot {
  width: 72px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin: 16px 0 0 156px;
}
.main13b .word14_bot {
  width: 72px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin: 16px 0 0 97px;
}
.main13b .word15_bot {
  width: 54px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin: 16px 0 0 97px;
}
.main13b .mod7_bot {
	width: 100%;
    height: 242px;
}
.main13b .block2_bot {
  width: 276px;
  height: 78px;
}
.main13b .icon2_bot {
  width: 47px;
  height: 24px;
  margin-left: 1px;
}
.main13b .word16_bot {
  width: 276px;
  height: 38px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 19px;
  text-align: left;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .infoBox1_bot {
  width: 71px;
  height: 238px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 4px 0 0 194px;
}
.main13b .block3_bot {
  width: 72px;
  height: 211px;
  margin: 4px 0 0 121px;
}
.main13b .paragraph1_bot {
  width: 36px;
  height: 68px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .txt7b_bot {
  width: 72px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin-top: 23px;
}
.main13b .paragraph2_bot {
  width: 72px;
  height: 68px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  text-align: left;
  margin: 0;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .block4_bot {
  width: 72px;
  height: 211px;
  margin: 4px 0 0 97px;
}
.main13b .infoBox2_bot {
  width: 72px;
  height: 68px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .txt8_bot {
  width: 72px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin-top: 23px;
}
.main13b .infoBox3_bot {
  width: 72px;
  /*height: 68px;*/
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  margin: 0;
  text-align: left;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .word17_bot {
  width: 72px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  white-space: nowrap;
  line-height: 34px;
  text-align: left;
  margin: 4px 0 0 121px;
}
.main13b .mod8_bot {
	width: 100%;
    height: 1px;
    background: url(../img/SketchPngddb7498bf60a0c7ea4c87c632617112455d44c7595e6ac09b71ada269d614fb5.png) 100% no-repeat;
    margin-top: 42px;
}
.main13b .mod9_bot {
	width: 100%;
    height: 34px;
    margin-top: 11px;
    display: inherit;
}
.main13b .word18b_bot {
  width: 429px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main13b .txt9_bot {
  width: 129px;
  height: 34px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}