ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.wd1650 {
  max-width: 1650px;
  margin: auto;
}
.wd100 {
  width: 100%;
}
.block {
  display: block !important;
}
.none {
  display: none;
}
.flex {
  display: flex !important;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* pc头部 */
#go-top {
  position: fixed;
  right: 10px;
  bottom: 20%;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .head-line {
  width: 100%;
  height: 10px;
  background-color: #4077e9;
}
header .head {
  /*border-bottom: 1px solid red;*/
  background-color: #fff;
  padding: 20px 0;
}
header .head .wd1650 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .wd1650 > a {
  display: block;
}
header .head .wd1650 > a img {
  height: 69px;
  display: block;
}
header .head .wd1650 nav ul {
  /*display: flex;*/
  align-items: center;
	float: right;
}
header .head .wd1650 nav ul li {
  margin-left: 30px;
	float: left;
	margin-bottom: 10px;
}
header .head .wd1650 nav ul li a {
  color: #666;
  font-size: 18px;
  display: block;
  position: relative;
}
header .head .wd1650 nav ul li a::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 47px;
  height: 2px;
  background-color: #4077e9;
  border-radius: 1px;
  transform: translateX(-50%);
}
header .head .wd1650 nav ul li:hover a {
  color: #4077e9;
}
header .head .wd1650 nav ul li:hover a::after {
  display: block;
}
header .head .wd1650 nav ul .li-active a {
  color: #4077e9;
}
header .head .wd1650 nav ul .li-active a::after {
  display: block;
}
/* pc头部 */
.sss-firm {
  display: none;
}
#firm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  display: none;
  z-index: 99;
  background-color: #4077e9;
}
#firm a {
  width: 50%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#firm::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 30px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.m-header {
  width: 22px;
  height: 20px;
  display: none;
  cursor: pointer;
  float: right;
}
.m-header .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.m-header .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4077e9;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
.m-header .line1 {
  width: 12px;
  top: 0;
}
.m-header .line2 {
  width: 20px;
  top: 6px;
}
.m-header .line3 {
  width: 16px;
  top: 13px;
}
.m-header-menu {
  position: fixed;
  left: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.44s ease 0s;
}
.m-header-menu.show {
  left: 0;
}
.m-header-menu .m-menu-top {
  line-height: 60px;
  background-color: #4077e9;
}
.m-header-menu .m-menu-top .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 8.2%;
  font-family: "Base-font";
	    /* max-width: 52%; */
    overflow: hidden;
    white-space: nowrap;
}
.m-header-menu .m-menu-top .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/close.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-list ul {
  width: 100%;
}
.m-header-menu .m-header-list li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-list li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-header-menu .m-header-list .tit {
  font-size: 16px;
  color: #666;
}
.m-header-menu .m-header-list .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/arrow_right.png) no-repeat center;
  margin-top: 26px;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-menu-sub {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  height: 100%;
}
.m-header-menu .m-header-menu-sub .boxs.show {
  left: -100%;
}
.m-header-menu .m-header-menu-sub .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-header-menu .m-header-menu-sub .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url(../img/arrow_left.png) no-repeat left center;
}
.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
  width: 100%;
  background: #fff;
}
.m-header-menu .m-header-menu-sub li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-header-menu .m-header-menu-sub li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 99;
}
.com-way {
  background-image: url('../img/com_contact_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.com-way .com-contact {
  padding: 97px 0 51px;
}
.com-way .com-contact .wd1650 {
  display: flex;
  align-items: flex-start;
}
.com-way .com-contact .wd1650 .com-plane {
  display: block;
  width: 176px;
  margin-right: 23px;
}
.com-way .com-contact .wd1650 .contact-mid {
  margin-right: 119px;
}
.com-way .com-contact .wd1650 .contact-mid .mid-phone {
  display: flex;
  align-items: center;
  padding: 32px 0 33px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.com-way .com-contact .wd1650 .contact-mid .mid-phone .icon-phone {
  width: 104px;
  margin-right: 33px;
}
.com-way .com-contact .wd1650 .contact-mid .mid-phone .word .name {
  font-size: 24px;
}
.com-way .com-contact .wd1650 .contact-mid .mid-phone .word .intro {
  font-size: 39px;
}
.com-way .com-contact .wd1650 .contact-mid .com-ma {
  display: flex;
  align-items: center;
  margin-top: 41px;
}
.com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box {
  text-align: center;
}
.com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box img {
  width: 199px;
}
.com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box div {
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
}
.com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box:first-child {
  margin-right: 76px;
}
.com-way .com-contact .wd1650 .com-leave {
  padding-top: 30px;
  flex: 1;
}
.com-way .com-contact .wd1650 .com-leave .leave-title {
  display: flex;
  align-items: flex-end;
}
.com-way .com-contact .wd1650 .com-leave .leave-title .c-word {
  font-size: 28px;
  margin-right: 17px;
}
.com-way .com-contact .wd1650 .com-leave .leave-box {
  margin-top: 42px;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .leave-item {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .leave-item div {
  width: 48%;
  height: 53px;
  border: solid 1px #cdcdcd;
  background-color: #fff;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .leave-item div input {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .leave-item-t {
  width: 100%;
  height: 125px;
  background-color: #fff;
  border: solid 1px #cdcdcd;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .leave-item-t textarea {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .carry {
  margin: 28px auto 0;
  width: 300px;
  height: 63px;
  line-height: 63px;
}
.com-way .com-contact .wd1650 .com-leave .leave-box .carry button {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background-color: #4077e9;
  border-radius: 32px;
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
.com-way .com-links {
  padding: 35px 0 64px;
  border-top: 1px solid #bababa;
}
.com-way .com-links .wd1650 {
  display: flex;
}
.com-way .com-links .wd1650 .links-l {
  width: 135px;
  margin-right: 65px;
}
.com-way .com-links .wd1650 ul {
  display: flex;
  flex-wrap: wrap;
}
.com-way .com-links .wd1650 ul li {
  margin-right: 30px;
}
.com-way .com-links .wd1650 ul li a {
  font-size: 18px;
}
footer {
  background-image: url('../img/footer_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 94px 0 79px;
  margin-top: -23px;
}
footer .wd1650 {
  display: flex;
  justify-content: space-between;
}
footer .wd1650 .footer-l .f-l-t {
  display: flex;
}
footer .wd1650 .footer-l .f-l-t .listl .list-title {
  display: flex;
  align-items: center;
}
footer .wd1650 .footer-l .f-l-t .listl .list-title div {
  width: 11px;
  height: 11px;
  background-color: #5c7bff;
  border-radius: 6px;
  margin-right: 12px;
}
footer .wd1650 .footer-l .f-l-t .listl .list-title span {
  font-size: 22px;
  color: #fff;
}
footer .wd1650 .footer-l .f-l-t .listl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-left: 24px;
  max-width: 230px;
}
footer .wd1650 .footer-l .f-l-t .listl ul li {
  margin-bottom: 20px;
	width:80px;
}
footer .wd1650 .footer-l .f-l-t .listl ul li a {
  font-size: 16px;
  color: #d5d5d5;
}
footer .wd1650 .footer-l .f-l-t .listl:nth-of-type(odd) {
  margin-right: 120px;
}



footer .wd1650 .footer-l .f-l-t .listr .list-title {
  display: flex;
  align-items: center;
}
footer .wd1650 .footer-l .f-l-t .listr .list-title div {
  width: 11px;
  height: 11px;
  background-color: #5c7bff;
  border-radius: 6px;
  margin-right: 12px;
}
footer .wd1650 .footer-l .f-l-t .listr .list-title span {
  font-size: 22px;
  color: #fff;
}
footer .wd1650 .footer-l .f-l-t .listr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-left: 24px;
  max-width: 430px;
}
footer .wd1650 .footer-l .f-l-t .listr ul li {
  margin-bottom: 20px;
	width:200px;
}
footer .wd1650 .footer-l .f-l-t .listr ul li a {
  font-size: 16px;
  color: #d5d5d5;
}
footer .wd1650 .footer-l .f-l-t .listr:nth-of-type(odd) {
  margin-right: 70px;
}








footer .wd1650 .footer-l .f-l-m {
  margin-top: 80px;
  width: 930px;
  height: 1px;
  background-color: #5c5c5c;
}
footer .wd1650 .footer-l .f-l-b {
  margin-top: 20px;
  font-size: 16px;
  color: #d6d6d6;
}
footer .wd1650 .footer-r {
  padding-right: 60px;
}
footer .wd1650 .footer-r .f-contact .list-title {
  display: flex;
  align-items: center;
}
footer .wd1650 .footer-r .f-contact .list-title div {
  width: 11px;
  height: 11px;
  background-color: #5c7bff;
  border-radius: 6px;
  margin-right: 12px;
}
footer .wd1650 .footer-r .f-contact .list-title span {
  font-size: 22px;
  color: #fff;
}
footer .wd1650 .footer-r .f-contact .f-way {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
  justify-content: space-between;
  max-width: 487px;
}
footer .wd1650 .footer-r .f-contact .f-way .f-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
footer .wd1650 .footer-r .f-contact .f-way .f-item img {
  width: 20px;
  margin-right: 15px;
}
footer .wd1650 .footer-r .f-contact .f-way .f-item span {
  font-size: 16px;
  color: #d6d6d6;
}
footer .wd1650 .footer-r .f-contact .f-logo {
  height: 60px;
  margin-top: 30px;
}
.hot-search {
  height: 96px;
  line-height: 96px;
  background-color: #fafafa;
}
.hot-search .wd1650 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot-search .wd1650 .hot-left {
  display: flex;
  align-items: center;
}
.hot-search .wd1650 .hot-left .bulb {
  width: 35px;
  margin-right: 16px;
}
.hot-search .wd1650 .hot-left .tit {
  font-size: 18px;

}
.hot-search .wd1650 .hot-left .type a {
  font-size: 18px;
  margin-right: 5px;
}
.hot-search .wd1650 .hot-left .type a:hover {
  color: #4077e9;
}
.hot-search .wd1650 .hot-right {
  display: flex;
  align-items: center;
}
.hot-search .wd1650 .hot-right .input-l {
  width: 404px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
}
.hot-search .wd1650 .hot-right .input-l input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  background-color: #fff;
}
.hot-search .wd1650 .hot-right .button-r {
  width: 222px;
  height: 50px;
  overflow: hidden;
}
.hot-search .wd1650 .hot-right .button-r button {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4077e9;
}
.hot-search .wd1650 .hot-right .button-r button .icon {
  width: 31px;
  color: #fff;
}
.hot-search .wd1650 .hot-right .button-r button span {
  margin-left: 8px;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .com-way .com-links .wd1650 ul li a:hover {
    color: #4077e9;
    text-decoration: underline;
  }
  footer .wd1650 .footer-l .f-l-t .list ul li a:hover {
    color: #4077e9;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .carry button:hover {
    background-color: #f6c400;
  }
}
@media screen and (max-width: 1650px) {
  .wd1650 {
    padding: 0 15px;
  }
  .com-way .com-contact .wd1650 .contact-mid {
    margin-right: 30px;
  }
  footer {
    background-image: none;
    background-color: #333;
  }
  footer .wd1650 .footer-l .f-l-m {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  header .head {
    padding: 15px 0;
  }
  header .head .wd1650 > a img {
    height: 43px;
  }
  header .head .wd1650 nav ul li a {
    font-size: 16px;
  }
  header .head .wd1650 nav ul li {
    margin-left: 20px;
  }
  .hot-search .wd1650 .hot-right {
    display: flex;
  }
  .hot-search .wd1650 {
    flex-direction: column-reverse;
  }
  .hot-search {
    height: auto;
    line-height: normal;
    padding: 20px 0;
  }
  .hot-search .wd1650 .hot-left {
    margin-top: 15px;
  }
  #go-top {
    display: none;
  }
  .com-way .com-contact {
    padding: 40px 0;
  }
  .com-way {
    background-size: cover;
  }
  .com-way .com-contact .wd1650 .com-plane {
    display: none;
  }
  .com-way .com-contact .wd1650 .contact-mid .mid-phone {
    padding: 15px 0;
  }
  .com-way .com-contact .wd1650 .contact-mid .mid-phone .icon-phone {
    width: 60px;
    margin-right: 20px;
  }
  .com-way .com-contact .wd1650 .contact-mid .mid-phone .word .name {
    font-size: 20px;
  }
  .com-way .com-contact .wd1650 .contact-mid .mid-phone .word .intro {
    font-size: 22px;
  }
  .com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box img {
    width: 110px;
  }
  .com-way .com-contact .wd1650 .com-leave {
    padding-top: 0;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-title .c-word {
    font-size: 22px;
  }
  .com-way .com-contact .wd1650 .contact-mid .com-ma .ma-box div {
    margin-top: 5px;
    font-size: 16px;
  }
  .com-way .com-links {
    display: none;
  }
  footer {
    padding: 30px 0;
  }
  footer .wd1650 .footer-l .f-l-t {
    display: none;
  }
  footer .wd1650 {
    flex-direction: column-reverse;
  }
  footer .wd1650 .footer-r .f-contact .f-logo {
    display: none;
  }
  footer .wd1650 .footer-l .f-l-m {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-header {
    display: block;
  }
  .m-header {
    margin-top: 8px;
  }
  .m-header .line {
    height: 2px;
  }
  .m-header .line2 {
    width: 20px;
    top: 6px;
  }
  .m-header .line3 {
    width: 16px;
    top: 13px;
  }
  .m-header .line1 {
    width: 12px;
    top: 0;
  }
  header .head-line {
    height: 3px;
  }
  header .head .wd1650 nav {
    display: none;
  }
  .hot-search .wd1650 .hot-left .type a {
    color: #666;
  }
  .hot-search .wd1650 .hot-left .tit {
    color: #666;
  }
  .hot-search .wd1650 .hot-right {
    width: 100%;
  }
  .hot-search .wd1650 .hot-right .input-l {
    flex: 1;
  }
  .hot-search .wd1650 .hot-right .input-l input {
    font-size: 16px;
  }
  .hot-search .wd1650 .hot-right .button-r {
    width: 50px;
  }
  .hot-search .wd1650 .hot-right .button-r button .icon {
    width: 21px;
  }
  .hot-search .wd1650 .hot-right .button-r button span {
    display: none;
  }
  .hot-search .wd1650 {
    align-items: flex-start;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .carry {
    height: 40px;
    line-height: 40px;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .carry button {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  header .head-line {
    display: none;
  }
  header .head .wd1650 > a img {
    height: 35px;
  }
  .hot-search .wd1650 .hot-right .input-l input {
    display: block;
  }
  .hot-search .wd1650 .hot-left .bulb {
    display: none;
  }
  .hot-search .wd1650 .hot-left .type a {
    font-size: 14px;
  }
  .hot-search .wd1650 .hot-left .tit {
    font-size: 14px;
    /* width: 26%; */
  }
  .com-way .com-contact .wd1650 {
    display: block;
  }
  .com-way .com-contact .wd1650 .contact-mid {
    margin-right: 0;
  }
  .com-way .com-contact .wd1650 .contact-mid .com-ma {
    justify-content: space-around;
  }
  .com-way .com-contact .wd1650 .com-leave {
    margin-top: 30px;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box {
    margin-top: 20px;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .leave-item {
    margin-bottom: 15px;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .leave-item div {
    height: 40px;
  }
  .com-way .com-contact .wd1650 .com-leave .leave-box .leave-item div input {
    font-size: 16px;
  }
  footer .wd1650 .footer-l .f-l-b {
    text-align: center;
  }
  footer .wd1650 .footer-r {
    padding-right: 0;
  }
  footer .wd1650 .footer-r .f-contact .f-way .f-item {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  footer .wd1650 .footer-r .f-contact .f-way {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .sss-firm {
    display: block;
  }
  #firm {
    display: flex;
  }
}
