* {
  margin: 0;
  padding: 0;
}
body,
html {
  min-width: 1200px;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  display: none; 
}
.jsmodern-share {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 335px;
  z-index: 999999;
  background: #fff;
  border: #ddd solid 1px;
  border-radius: 10px;
  box-shadow: #ddd 0 0 20px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jsmodern-share p {
  display: block;
  height: 20px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0 20px 0;
}
.jsmodern-share div {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
.jsmodern-share b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);
  right: 4px;
  top: 4px;
  cursor: pointer;
  color: #ccc;
  opacity: 0.1;
  transition: 0.1s;
}
.jsmodern-share b:hover {
  opacity: 0.5;
}
a,
li {
  list-style: none;
  text-decoration: none;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.home {
  min-width: 1200px;
}

header:nth-child(1) {
  width: 1200px;
  min-width: 1200px;
  height: 95px;
  margin: 0 auto;
  position: relative;
}
header:nth-child(2) {
  width: 100%;
  position: fixed;
  top: 0;
  background: white;
  z-index: 999;
  margin: 0 auto;
  transition: 0.5s;
  display: none;
}
header:nth-child(2) .fixedheader_wrap{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 95px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
header:nth-child(2) .headerul {
  display: flex;
}
header:nth-child(2) .headerul li {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  height: 95px;
  line-height: 95px;
  color: #0c274b;
  margin-left: 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.headerul_hoverul {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 168px;
  background: rgba(10, 118, 213, 0.6);
}

header:nth-child(2) .headerul .headerul_hoverul a {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 0;
}
header:nth-child(2) .headerul .headerul_hoverul a:hover {
  background: rgba(0, 77, 145, 0.6);
  border-bottom: none;
}
header:nth-child(2) .headerul .headerul_hoverul::before {
  content: "";
  display: block;
  margin: 0 auto;
  transform: translateY(-20px);
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent rgba(10, 118, 213, 0.6);
}

.headerul .hoverbord::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 65px;
  height: 4px;
  background: #004d91;
  opacity: 0;
  transition: 0.2s;
}
.headerul .hoverbord:hover::after {
  width: 100%;
  opacity: 1;
}
.headerul .avtivebord::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 65px;
  height: 4px;
  background: #004d91;
  opacity: 1;
}
.header_background {
  position: absolute;
  right: 398px;
  width: 506px;
  height: 95px;
  z-index: -1;
}
header:nth-child(2) .left_logo{
  width: 390px;
  height: 62px;
  line-height: 95px;
}
header:nth-child(1) .left_logo {
  width: 390px;
  min-width: 390px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}
.right_phone {
  width: 228px;
  min-width: 228px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  height: 46px;
  border: 1px solid #0366bd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_phone img {
  width: 30px;
  height: 30px;
}
.right_phone .hhh{
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #1d1f27;
}
.right_phoneisshow {
  width: 37px;
  height: 37px;
  border: 1px solid #0366bd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_phoneisshow :hover ~ .bot{
  opacity: 1;
}
.right_phoneisshow .bot {
  position: absolute;
  margin: 0 auto;
  bottom: -30px;
  width: 216px;
  height: 44px;
  background: #004d91;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  line-height: 44px;
  color: #ffffff;
  opacity: 0;
}
.right_phoneisshow .bot::after{
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #004D91;
}
.right_phoneisshow img {
  width: 30px;
  height: 30px;
  line-height: 37px;
}

.fixed {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 10%;
  width: 67px;
  height: 67px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 67px;
  z-index: 999;
}
.fixed img {
  width: 32px;
  height: 28px;
}
