* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', 'arial';
  background: #fff;
  margin: 0 auto;
}

button,
select {
  font-family: 'Microsoft Yahei', 'Simsun', 'arial';
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  display: block;
  border: 0;
}

li {
  list-style: none;
}

body {
  width: 100%;
  color: #333;
  min-width: 1200px;
}

p {
  word-wrap: break-word;
}

input,
textarea {
  outline: none;
}

.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.cl,
.clearfix {
  zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*------外填充 ----*/
.mt-5 {
  margin-top: 5px
}

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-25 {
  margin-top: 25px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-80 {
  margin-top: 80px;
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

.ml-5 {
  margin-left: 5px
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-17 {
  margin-left: 17px;
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px
}

.mr-5 {
  margin-right: 5px
}

.mr-10 {
  margin-right: 10px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

/*-----内填充--------*/
.pt-5 {
  padding-top: 5px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-55 {
  padding-top: 55px;
}

.pb-5 {
  padding-bottom: 5px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-5 {
  padding-left: 5px
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pr-5 {
  padding-right: 5px
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pd-5 {
  padding: 5px
}

.pd-10 {
  padding: 10px
}

.pd-15 {
  padding: 15px
}

.pd-20 {
  padding: 20px
}

.pd-30 {
  padding: 30px
}

.pd-40 {
  padding: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

/* common */
.wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.topBox {
  width: 100%;
  height: 370px;
}

.topBanner {
  width: 100%;
  height: 310px;
  background: url(../img/banner.jpg) top center no-repeat;
}

.topBanner div {
  position: relative;
}

.topBanner img {
  width: 220px;
  position: absolute;
  right: 30px;
  top: 5px;
}

.topNavbox {
  width: 100%;
  height: 60px;
  background: #ea3b8a;
}

.topNav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.topNav ul {
  width: 950px;
  height: 40px;
  float: left;
  margin-top: 10px;
}

.topNav ul li {
  width: auto;
  padding: 0px 13px;
  height: 40px;
  float: left;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: relative;
}

.topNav ul li a {
  color: #fff;
}

.topNav ul li:hover {
  color: #ea3b8a;
  background: #fff;
  border-radius: 6px;
}

.topNav ul li:hover a {
  color: #ea3b8a;
}

.topNav ul li.on {
  color: #ea3b8a;
  background: #fff;
  border-radius: 6px;
}

.topNav ul li.on a {
  color: #ea3b8a;
}

.topNav ul li .xlNav {
  width: 105px;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 1;
}

.topNav ul li .xlNav div {
  width: 105px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ffbfdc;
  margin-top: 2px;
  border-radius: 6px;
}

.topNav ul li .xlNav div a {
  color: #fff !important;
}

.topNav ul li .xlNav div:hover {
  background: #fd73b1;
}

.searchBox {
  width: 245px;
  height: 40px;
  margin-top: 10px;
  position: relative;
}

.search_txt {
  width: 245px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  background: #fff;
  font-size: 14px;
  color: #aaa;
  border: none;
}

.search_btn {
  width: 52px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 2px;
}



.footer {
  background: #474747;
  width: 100%;
  padding: 50px 0;
  font-size: 16px;
}

.footer_top {
  width: 1050px;
  margin: 0 auto;
  border-bottom: 1px solid #565656;
  padding-bottom: 40px;
}

.footer_l {
  width: 300px;
  height: 150px;
  margin-left: 120px;
}

.foot_title{
  width: 170px;
  height: 48px;
  border-bottom: 2px solid #c7c7c7;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 20px;
}
.footer_link_item {
  width: 350px;
  height: 30px;
  position: relative;
  margin-top: 10px;
}

.footer_link_title {
  width: 150px;
  height: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

.footer_link_title img {
  position: absolute;
  right: 13px;
  top: 12px;
}

.footer_link_item .footer_list_box {
  position: absolute;
  left: 0;
  top: -270px;
  background: #1065b6;
  padding-left: 10px;
  display: none;
  z-index: 9;
}

.show{
  display: block!important;
}
.footer_link_item ul {
  width: 350px;
  height: 260px;
  overflow-x: hidden;
}

.footer_link_item ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.footer_link_item ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d0e5ff;
}

.footer_link_item ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #1065b6;
}

.footer_link_item ul li {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  width: 340px;
  border-bottom: 1px solid #4f97e4;
}

.footer_link_item ul li a {
  display: block;
  height: 37px;
  line-height: 37px;
  text-indent: 15px;
  color: #fff;
}

.footer_line{
  width: 1px;
  height: 105px;
  background: #646464;
  margin: 15px 30px 0;
}

.footer_r{
  width: 415px;
  margin-right: 109px;
}

.foot_title.line{
  width: 365px;
}

.footer_r p{
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.footer_r p span:first-child{
  margin-right: 30px;
}

.footer_bottom{
  width: 1050px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}

.footer_bottom p{
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.footer_bottom p span{
  margin: 0 10px;
}

.footer_bottom p a{
  color: #fff;
}

.footer_bottom p:last-child{
  margin-top: 10px;
}

.footer_bottom .ipv6{
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.head_line{
  width: 1200px;
  margin: 0 auto;
}

.top {
position: relative;
}
.menu-slide {
width: 100%;
height: 50px;
line-height: 50px;
position: absolute;
z-index: 666;
  font-size: 16px;
}

.menu-slide.active {
background: #2588e6;
}

.menucon ul li {
float: left;
margin-left: 20px;
}

.menucon ul li a {
color: #fff;
}

.menu-slide .menucon {
/* display: none; */
}

.search{
  width: 18px;
  height: 18px;
  margin-top: 10px;
  position: relative;
}

.search_from{ position: absolute;width: 600px;display: none;right: 0;
  top: 30px;
  z-index: 800;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  width: 399px;
  height: 48px;
  background: #fff;}
.search_from img{height: 16px;width: 16px;}
.search_txt{border: none;padding: 0 10px;line-height: 36px;width: 310px;margin-left: 15px;margin-top: 7px;font-size: 16px;height: 36px;}
.search-btn{width: 16px;height: 16px;border: none;cursor: pointer;}
.close-btn{ position: absolute;right: 16px;top: 17px; cursor: pointer;}
.body{    width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 700;
}

.link{
  width: 100%;
  background: #f5f5f5;
  padding: 20px 0;
}

.link span{
  display: inline-block;
  color: #1264b6;
  font-size: 18px;
  font-weight: 600;
}

.link a{
  display: inline-block;
  color: #616161;
  font-size: 18px;
  margin-left: 10px;
}