* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 180%;
  display: block;
  background: #fff;
  font-family: 'Microsoft YaHei';
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
em {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
  float: none;
}

a:hover {
  color: #1b81d7;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  border: none;
}

.clear {
  clear: both;
}

@media screen and (min-width: 1300px) {
  .containbox {
    width: 1200px;
  }

  .containbox {
    margin: 0 auto;
  }
}

.topbox {
  width: 100%;
  height: 150px;
  background: url(top_bj.png) no-repeat 60% bottom;
}

.logobox img {
  margin-top: 36px;
}

.topbox .headright {
  width: 36%;
  float: right;
}

.headright img {
  margin-top: 0;
  margin-right: 10px;
  float: right;
}

.headright ul li {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  float: right;
}

.headright ul li.bjcolor1 {
  background: #eeeeee;
  color: #969696;
}

.headright ul li.bjcolor2,
.headright ul li.bjcolor3 {
  background: #0a8aff;
  color: #ffffff;
}

.headright ul li.bjcolor3 {
  border-left: 2px solid #49a8ff;
}

.headright ul li.bjcolor2:hover {
  background: #1783e0;
}

.headright ul li.bjcolor3:hover {
  background: #1783e0;
}

.searchbox {
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  float: right;
  width: 76%;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.searchbox input {
  border: none;
  margin: 0;
}

.searchmain {
  width: 86%;
  line-height: 38px;
  color: #cccccc;
  padding-left: 12px;
  font-size: 16px;
  background: none;
}

.searchimg {
  float: right;
  width: 40px;
  height: 40px;
  background: url(search.png) no-repeat center center;
}

/*header end*/

@media screen and (max-width: 1920px) {
  .containbox {
    width: 100%;
  }
  .topheadbox {
    width: 1920px;
  }
  .containbox {
    margin: 0 auto;
  }

  .topbox {
    height: 100px;
    background: url(top_bj2.png) no-repeat 60% bottom;
  }

  .logobox img {
    margin-top: 8px;
  }

  .topbox .headright {
    width: 35%;
  }

  .topbox .headright img {
    margin-top: 0;
  }

  .headright ul li {
    font-size: 12px;
    padding: 0 12px;
  }

  .searchbox {
    width: 120%;
    height: 36px;
    line-height: 36px;
    margin-top: 16px;
  }

  .searchmain {
    height: 100%;
    line-height: 32px;
  }

  .searchimg {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 900px) {
  .containbox {
    width: 100%;
  }
  .containbox {
    margin: 0 auto;
  }

  .topbox {
    height: 200px;
    background: url(top_bj.png) no-repeat right bottom;
  }

  .logobox img {
    float: left;
    margin: 24px 0 10px 12px;
  }

  .topbox .headright {
    width: 100%;
    float: left;
    padding: 0 20px;
  }

  .rightfloatbox {
    display: none;
  }

  .headright ul {
    display: none;
  }

  .headright img {
    display: none;
  }

  .searchbox {
    height: 50px;
    line-height: 50px;
    width: 100%;
    float: left;
    margin: 0 auto;
  }

  .searchimg {
    height: 50px;
  }
}
@media screen and (min-width: 10px) and (max-width: 450px) {
  .containbox {
    width: 100%;
  }
  .floatBox {
    display: none;
  }
  .logobox {
    display: block;
  }
  .logobox img {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  .topbox {
    height: 150px;
  }
  .topheadbox {
    display: none !important;
  }
  .logo_one {
    width: 100%;
  }
  .logo img {
    width: 100%;
    height: 100%;
  }
  .Intheheadbox {
    display: block !important;
    height: auto !important;
  }
  .input {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .top_box {
    border-bottom: none !important;
  }
}
.head {
  /* display: none; */
}
.laonianbtn {
  width: 180px;
  height: 44px;
  background: #1b81d7;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  /* margin-left: 150px; */
  padding-left: 16px;
  cursor: pointer;
  border-radius: 8px;
}
.topheadbox {
  width: 1000px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin: 0 auto;
}
.top_box {
  background: #f8f8f8;
  border-bottom: 1px solid #cccccc;
}
.Intheheadbox {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(top_bj.png) no-repeat center 40%;
}
.zhonghe {
  margin-left: 345px;
}
.ConBox.zhonghe {
  margin-left: 290px;
}

.head {
  width: 100%;
}
.logo_one {
  display: none;
}
#outlaonianbtn {
  display: none;
}

.ConBox .head {
  width: 100%;
  background: url(topbj_1.png) no-repeat center 80%;
}
.ConBox .logo_one {
  display: block;
}

.ConBox .topheadbox {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  font-size: 27px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 44px;
  color: #333333;
}

.ConBox .laonianbtn {
  width: 180px;
  height: 44px;
  background: #1b81d7;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 44px;
  color: #ffffff;
  /* margin-left: 150px; */
  padding-left: 12px;
  cursor: pointer;
}
.ConBox #Enterlaonianbtn {
  display: none;
}
.ConBox #outlaonianbtn {
  display: block;
}
.ConBox .Intheheadbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ConBox .imgnews {
  display: none;
}
.carousel {
  display: none;
}
.ConBox .carousel {
  display: block;
  width: 1200px;
  height: 512px;
  position: relative;
  overflow: hidden;
}

.ConBox .carousel ul {
  margin: 0;
  padding: 0;
  position: relative;
  width: 1200px;
  height: 512px;
}
.ConBox .carousel ul li {
  list-style: none;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  /* display: none; */
}
.ConBox .carousel ul li .pic img {
  width: 1200px;
  height: 512px;
}
.ConBox .carousel ul li .tit {
  width: 100%;
  position: absolute;
  top: 82%;
  left: 0;
  z-index: 10;
  text-indent: 20px;
  font-size: 36px;
  font-family: 'Microsoft YaHei';
  height: 90px;
  line-height: 70px;
  background: rgba(25, 71, 129, 0.6);
  color: #fff;
  text-align: left;
}
.ConBox #item1 {
  z-index: 6;
}
.ConBox #item2 {
  z-index: 5;
}
.ConBox #item3 {
  z-index: 4;
}
.ConBox #item4 {
  z-index: 3;
}
.ConBox #item5 {
  z-index: 2;
}
.ConBox #item6 {
  z-index: 1;
}
.ConBox .left {
  left: 0;
}
.ConBox .right {
  right: 0;
}
.ConBox .left:hover,
.right:hover {
  opacity: 1;
}
/*圆点*/
.ConBox .dot {
  width: 300px;
  bottom: -4px;
  height: 30px;
  position: absolute;
  right: -66px;
  text-align: center;
  z-index: 10;
}
.ConBox .dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.ConBox .dot .active {
  background: #f00 !important;
}
.input {
  width: 30%;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 47px;
  color: #999999;
  padding-left: 30px;
  margin-top: 20px;
  background: url(search.png) no-repeat center right 50px;
}
.ConBox .input {
  width: 100%;
  height: 80px;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 4px;
  /* margin-left: 30%; */
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 47px;
  color: #999999;
  padding-left: 30px;
  margin-top: 20px;
  background: url(search.png) no-repeat center right 50px;
}
.ConBox .searchbox input {
  font-size: 20px;
}

.ConBox ul li {
  list-style: none;
}

img {
  margin: 0;
}

.ConBox .bannerqwe {
  position: relative;
  width: 1200px;
  height: 108px;
  /* margin: 100px auto;
	border: 10px solid #009999;
	border-radius: 15px */
}

.ConBox .bannerqwe .b_main {
  position: relative;
  width: 1200px;
  height: 108px;
}

.ConBox .bannerqwe .b_main .b_m_pic {
  position: relative;
  width: 1200px;
  height: 108px;
}

.ConBox .b_main .b_m_pic li {
  position: absolute;
  width: 1200px;
  height: 108px;
  top: 0;
  left: 0;
}

/*这里给绝对定位，是为了把li叠在一起*/
/*小圆点的样式*/
.ConBox .b_list ul {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

/*这里的ul根据banner定位*/
.ConBox .b_list ul li {
  width: 15px;
  height: 15px;
  float: left;
  background: #333;
  margin-left: 20px;
  border-radius: 50px;
  /* border: 2px solid white; */
}

.ConBox .b_list ul .l_hover,
.ConBox .b_list ul .l_click {
  /* border: 2px solid #333; */
  background: white;
}

/*两边耳朵的样式*/
.ConBox .b_btn div {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 60px;
  color: white;
  text-align: center;
  line-height: 100px;
  top: 50%;
  margin-top: -80px;
  cursor: pointer;
}

.ConBox .b_btn .b_left {
  left: 0;
  border-radius: 50%;
}

/*移到左边*/
.ConBox .b_btn .b_right {
  right: 0;
  border-radius: 50%;
}

#loginmenu {
  position: relative;
  padding: 20px 0;
}

#loginmenu:hover .loginmenu-box {
  display: block;
}

.loginmenu-box {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 2px 10px;
  margin: 0px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #c1c2c4;
  background-color: #F5F5F5;
  z-index: 9;
}

.loginmenu-box li {
  position: relative;
  width: 100%;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  padding: 2px 0;
  cursor: pointer;
}

.loginmenu-box li a {
  width: auto;
  height: auto;
  float: left;
  display: block;
  white-space: nowrap;
}

.loginmenu-box::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  transform: rotate(45deg) translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
  border-left: 1px solid #c1c2c4;
  border-top: 1px solid #c1c2c4;
}
