﻿#c_grid-116273709439191 {
    z-index: 100;
}
.head {
  position: relative;
  background: white;
  border-bottom: 4px solid #d90c36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 100px;
  top: 18px;
  z-index: 2;
}
.head .head_lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head .head_lk a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #b4b5b8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.head .head_lk a:last-child {
  margin-right: 0;
}
.head .head_lk svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_lk .blue:hover {
  border-color: #1556ad;
  background: #1556ad;
}
.head .head_lk .blue:hover svg path {
  fill: white;
}
.head .head_lk .red:hover {
  border-color: #d90c36;
  background: #d90c36;
}
.head .head_lk .red:hover svg path {
  fill: white;
}
.head .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.head .nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 106px;
  position: relative;
}
.head .nav > div:last-child .nav1 {
  border-right: none;
}
.head .nav > div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 89px;
  height: 10px;
  background-image: url(../image/30a2b657-646e-4fdf-a5c4-0492608b4a62.png);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .nav .nav1_act::after {
  opacity: 1;
}
.head .nav1 {
  padding: 0 42px;
  border-right: 1px solid #43464e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}
.head .nav1 a {
  color: #43464e;
}
.head .nav2 {
  position: absolute;
  width: 100vw;
  padding: 37px 0 30px;
  left: 0;
  top: 100%;
}
.head .phone_nav {
  display: none;
}
.head .pc_nav {
  position: fixed;
  top: 110px;
  width: 100%;
  left: 0;
  display: none;
}
.head .pc_nav2 {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  background: rgba(255, 255, 255, 0.95);
}
.head .pc_nav2_hide{
	display:none !important;
}
.head .pc_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 37px 0 100px;
}
.head .pc_r {
  width: 360px;
  display:none
}
.head .pc_l {
  /*width: calc(100% - 360px);*/
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.head .pc_l div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 180px) / 4);
          flex: 0 0 calc((100% - 180px) / 4);
  margin-right: 60px;
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.head .pc_l div:nth-child(4n){
	margin-right:0;
}
.head .pc_l div:nth-child(n+5) {
  margin-top: 25px;
}
.head .pc_l div:hover a::after {
  opacity: 1;
}
.head .pc_l div:hover::after {
  width: 100%;
}
.head .pc_l div::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d71618;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .pc_l a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .pc_l a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 2px solid #d71618;
  border-top: 2px solid #d71618;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.jd{
	background:#e2231a;
  	border-color:#e2231a !important;
}
.tm{
	background:#fe0137;
  	border-color:#fe0137 !important;
}
.head .head_lk .share_tan {
    border-color: #1556ad;
    background: #1556ad;
}
.sou{
	border-color: #d90c36 !important;
    background: #d90c36;
    
}
.no_child a{
	width:100%;
}
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
    margin-top: 24px;
  }
  to {
    opacity: 1;
    margin-top: 20px;
  }
}

@keyframes myfirst {
  from {
    opacity: 0;
    margin-top: 24px;
  }
  to {
    opacity: 1;
    margin-top: 20px;
  }
}
.share_tan {
  position: relative;
}
.share_tan img {
  border-radius: 10px;
  width: 110px;
  top: 100%;
  margin-top: 20px;
  position: absolute;
  border: 10px solid white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.share_tan:hover img {
  display: block;
  -webkit-animation: myfirst 0.5s forwards;
          animation: myfirst 0.5s forwards;
}

.footer_con {
   padding: 0 100px 38px;
  background-size: cover;
  background-image: url(../image/918a567b-1909-408d-9a32-d35c0465014f.jpg);
}

.footer_line {
  height: 20px;
  background-color: #1556ad;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_logo{
	display:none;
}
.share {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 92, 125, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.share svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.share:hover {
  background: white;
}
.share:hover svg path {
  fill: #d90c36;
}
.share:last-child {
  margin-right: 0;
}

.footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}
.icon_flx:last-child {
  margin-bottom: 0;
}
.icon_flx svg {
  margin-right: 30px;
}

.icon_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
}
.icon_title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 50px);
}

.icon_con {
  width: calc(100% - 120px);
  color: white;
  padding-left: 10px;
}

.footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_l {
  width: 32%;
  padding-right: 44px;
}

.footer_r {
  width: 68%;
  padding: 42px 0 50px 56px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_r ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 3);
          flex: 0 0 calc((100% - 120px) / 3);
  margin-right: 60px;
}
.footer_r ul li:nth-child(3n) {
  margin-right: 0;
}
.footer_r ul li:nth-child(n+4) {
  margin-top: 32px;
}

.footer_company {
  color: white;
  margin-bottom: 8px;
}

.footer_address {
  color: #d7d7d7;
}
.footer_side .side_l{
	display:none;
}
.footer_side {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.footer_side a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_side a:hover {
  color: white;
}

.side_l span {
  margin: 0 10px;
}

.phone_menu {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.phone_menu span {
  background: #d90c36;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  top: 0;
}

.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  bottom: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(14px) rotate(45deg);
      -ms-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}

.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-14px) rotate(135deg);
      -ms-transform: translateY(-14px) rotate(135deg);
          transform: translateY(-14px) rotate(135deg);
}

.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.return_top{
  	display:none;
	width:50px;
  	height:50px;
  	border-radius:50%;
  	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
  	display: none;           
            align-items: center;
            justify-content: center;
  	background:white;
  	cursor:pointer;
  	position:fixed;
  	right:20px;
  	bottom:20%;
  	z-index:99;
}
.return_top svg path{
	transition:all 0.5s;
}
.return_top:hover svg path{
	fill:#d90c36;
}
.return_act{
	display: flex;    
}
@media screen and (max-width: 1800px) {
  .head .head_lk {
    right: 50px;
  }
  .head .logo {
    left: 50px;
  }
  .head .head_lk a {
    margin-right: 15px;
  }
  .footer_con {
    padding: 0 50px 10px;
  }
}
@media screen and (max-width: 1600px) {
  .head .nav1 {
    padding: 0 30px;
  }
  .share {
    margin-right: 40px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1500px) {
  .head .head_lk a {
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
  .head_lk {
    width: 66px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head_lk a {
    margin-right: 0;
  }
  .head_lk a:nth-child(n+3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .head .pc_nav {
    display: none !important;
  }
  .head .nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 66px;
    background: white;
    padding: 30px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .head .nav > div {
    height: 60px;
  }
  .head .phone_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
  .head .nav > div:last-child .nav1 {
    border-right: 1px solid #43464e;
  }
  .head .phone_nav a {
    color: #000000;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  .head .phone_nav a:hover::after {
    border-color: #d71618;
  }
  .head .phone_nav a:last-child {
    margin-right: 0;
  }
  .head .phone_nav a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #d71618;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 100%;
    margin-top: 8px;
  }
  .head .phone_nav a:hover::before {
    width: 100%;
  }
  .head .phone_nav a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 20px;
  }
  .head .head_lk {
    width: auto;
  }
  .head_lk a:nth-child(n+3) {
    margin-top: 0px;
  }
  .head .logo img {
    height: 60px;
  }
  .head {
    height: 66px;
  }
  .head .head_lk a {
    margin-right: 15px;
  }
  .phone_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .head_lk {
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer_r ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_l {
    width: 100%;
    padding: 30px 0;
  }
  .footer_r {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
    padding: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .head .phone_nav a::after {
    margin-left: 10px;
  }
  .head .phone_nav a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .phone_menu {
    right: 20px;
  }
  .head .logo {
    left: 20px;
  }
  .footer_logo img {
    height: 60px;
  }
  .footer_con {
    padding: 0 20px 10px;
  }
  .share {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .share svg {
    max-width: 60%;
    max-height: 60%;
  }
  .footer_top {
    padding: 20px 0;
  }
  .icon_flx {
    margin-bottom: 15px;
  }
  .footer_r ul li {
    margin-right: 0;
    width: 100%;
  }
  .footer_r ul {
    display: block;
  }
  .footer_r ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer_company {
    margin-bottom: 2px;
  }
  .icon_flx svg {
    margin-right: 15px;
  }
  .icon_con {
    padding-left: 0;
  }
  .footer_l {
    padding: 20px 0;
  }
  .footer_r {
    padding: 20px 0;
    display:none;
  }
  .footer_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .footer_side > div:last-child {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head .nav > div {
    display: block;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }
  .head .phone_nav {
    display: none;
    margin-left: 0;
    padding: 20px 20px 0 30px;
  }
  .head .nav1 {
    padding: 0px 20px;
    border-right: none;
  }
  .head .nav > div:last-child .nav1 {
    border-right: none;
  }
  .head .phone_nav a {
    line-height: 30px;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xuan {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xuan:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .head .phone_nav a::before {
    display: none;
  }
  .head .phone_nav a::after {
    display: none;
  }
  .head .nav > div:last-child {
    border-bottom: none;
  }
  .head .nav {
    height: 100%;
  }
}