﻿
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
/*
font-family: raleway,Arial,sans-serif;
font-family: 'Barlow', sans-serif;
font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
*/
border: none;
outline: none
}


:root {
    --theme-color: #2632D4;
    --themes-color: #28237D;
    --themess-color: #FF5744;
    --swiper-navigation-size: 0px;
}

.s_tmpl {
    background:none;
}

a {
  outline:none;
}
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
a:hover, a:active {
  color: var(--theme-color);
  text-decoration: none;
}

.text-white {
    color: #333;
}
.btn-primary {
  font-size: 16px;
border-radius: 0px;
    color: #fff;
    border: none;
    border-width: 2px;
    border-style: solid;
    background-color: var(--themess-color);
    border-color: var(--themess-color);
    transition:all 0.5s ease 0s;
}

.btn-primary:hover {
    color: var(--themess-color);
    background-color:#fff;
    border-color: var(--themess-color);
}

hr.s_line{
 border-color: var(--theme-color);
}



div,
p,
span {
word-break: initial;
/*
  word-break: keep-all!important;  
*/
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
    display: none!important;
}

.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}


.page_a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    background: #ddd;
    color: #666;
    border:none;
}


.page_a.disabled {
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(140,140,140,1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: rgba(200,200,200,1);
  border:none;
}
.page_a.disabled:hover {
	color: rgba(192, 196, 204, 1);
	border-color: rgba(244, 244, 245, 1);
	background-color: rgba(244, 244, 245, 1);
}
.page_a.current {
  background: var(--theme-color);
}
.page_a {
	background-color: rgba(242,242,242,1);
}
.page_a:hover {
  background: var(--theme-color);
        border-color: var(--theme-color);
	color: rgba(255,255,255,1);
}




/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}









@keyframes motionPathST {
0% {
	stroke-dasharray: 0, 1000px;
}
100% {
	stroke-dasharray: 1000px, 0;
}

}

@keyframes motionPathST2 {
0% {
   fill:rgba(84,95,99,0);
}
100% {
   fill:rgba(84,95,99,1);
}

}

@keyframes motionPathST3 {
0% {
   fill:rgba(84,95,99,0);
}
100% {
   fill:rgba(84,95,99,1);
}

}

@keyframes motionPathST4 {
0% {
   fill:rgba(231,53,17,0);
}
100% {
  fill:rgba(231,53,17,1);
}

}

@keyframes motionPathST5 {
0% {
   fill:rgba(231,53,17,0);
}
100% {
  fill:rgba(231,53,17,1);
}

}





@keyframes scrollmouse {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  to {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

@keyframes first {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes last {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes middle {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 0.85;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes xiantiao {
  from {
    height: 0%;
    opacity: 0;
  }

  to {
    height: 100%;
    opacity: 1;
  }
}



@keyframes p_yq {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

@keyframes p_wz {
  0% {
    transform: rotate(-360deg)
  }

  100% {
    transform: rotate(0deg)
  }
}


@keyframes gWelCnta {
  0% {
    transform: rotate(0);
  }

  70% {
    transform: rotate(360deg);
  }

  80% {
    transform: rotate(350deg);
  }

  95% {
    transform: rotate(370deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@keyframes circleScale {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}





@keyframes circleScale3s1{ 
    0% {
      opacity:0.8; 
      -webkit-transform: scale(1); 
      -moz-transform: scale(1);
      -ms-transform: scale(1); 
      transform: scale(1);
    }
    50% {opacity: 0.3;}
    100% {opacity: 0; -webkit-transform: scale(8,8); -moz-transform: scale(8,8); -ms-transform: scale(8,8); transform: scale(8,8);}
}

  @keyframes circleScale3{ 
    0% {
      opacity: 1; 
      -webkit-transform: scale(0.35); 
      -moz-transform: scale(0.35);
      -ms-transform: scale(0.35); 
      transform: scale(0.35);
    } 
    100% { 
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1); 
      -ms-transform: scale(1); 
      transform: scale(1);} 
  } 

  } 


  @keyframes circleScale3{ 
    0% {
      opacity: 1; 
      -webkit-transform: scale(0); 
      -moz-transform: scale(0);
      -ms-transform: scale(0); 
      transform: scale(0); 
    } 
    100% { 
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1); 
      -ms-transform: scale(1); 
      transform: scale(1); } 
  } 
  @keyframes circleScale31{ 
    0% {
      opacity: 1; 
      -webkit-transform: scale(.8); 
      -moz-transform: scale(.8);
      -ms-transform: scale(.8); 
      transform: scale(.8); 
    } 
    100% { 
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1); 
      -ms-transform: scale(1); 
      transform: scale(1); } 
  } 
  @keyframes rotate01{ 
    0% {
      -webkit-transform: translate(-50%,-50%) rotate(0deg);
      transform: translate(-50%,-50%) rotate(0deg);
    } 
    100% { 
      -webkit- transform: translate(-50%,-50%) rotate(360deg);
      transform: translate(-50%,-50%) rotate(360deg);
    } 
  } 
  @keyframes rotate02{ 
    0% {
      -webkit-transform: translate(-50%,-50%) rotate(360deg);
      transform: translate(-50%,-50%) rotate(360deg);
    } 
    100% { 
      -webkit-transform: translate(-50%,-50%) rotate(0deg);
      transform: translate(-50%,-50%) rotate(0deg);
    } 
  } 












.MicrosoftMap .Infobox .infobox-info {
    font-family: verdana;
    font-size: 12px;
    color: #888;
    padding: 10px;
  padding-top: 0px;
    overflow: auto;
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
    color: #fff;
  font-size: 18px;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: rgb(0 0 0 / 30%);
  border-radius:50px;
    transition:all 0.5s ease 0s;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    background: var(--theme-color);

}



.swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color);
}



.p_businesspopup {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    z-index: 9999;
}
.p_businessbg {
    z-index: 8;
}
.p_businesscontent {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    max-width: 960px;
    max-height: 640px;
      padding: 0px 3%;
}

.p_businessclose {
    position: absolute;
    right: 20px;
    z-index: 9999;
    top: 20px;
    cursor: pointer;
      margin: 0px;
}


  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:99;
    transition:all 0.5s ease 0s;
  }
 

@media only screen and (max-width: 768px){


#c_effect_109_P_167-1756191897033 .e_loop_sub-1 {
    left: 100%;
}
  
#c_effect_109_P_167-1756191897033 .zxbox {
    right: 0px;
}
#c_effect_109_P_167-1756191897033 .zxbox.zx_right {
        right: 35px;
        width: 35px;
}
  
#c_effect_109_P_167-1756191897033 .zx_btm_o {
 right: 0px;
    width: 30px;
    height: 30px;
    bottom: -35px;
    }
  
#c_effect_109_P_167-1756191897033 .zx_right + .zx_btm_o {
  width: 35px;
        height: 35px;
        bottom: -40px;
}
  

  
}





@media only screen and (min-width: 769px){

}
@media only screen and (max-width: 1440px) and (min-width: 769px){
}






@media only screen and (max-width: 1640px) and (min-width: 1441px){
}




@media only screen and (max-width: 1440px) and (min-width: 1367px){

}

@media only screen and (max-width: 1366px) and (min-width: 1281px){

}

  

@media only screen and (max-width: 1280px) and (min-width: 1025px){
}

@media only screen and (max-width: 1280px) and (min-width: 769px){
  
.L_nav .header1>.header-left {
    padding-right: 0px;
}
#c_static_001_P_23641-17308905369130 .e_container-5 {
    width: 240px;
    height: 40px;
}

.L_nav .pc_nav li.hvr-left .home-dec {
    font-size: 15px;
    padding: 0px 10px;

}

  
  
}







