﻿
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/


body {

font-family: Arial, -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  /*
  font-family: 'Microsoft JhengHei';
  font-family: 'Barlow', sans-serif;
  font-family: raleway,Arial,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: #0077d3;
--themes-color: #45b959;
--swiper-navigation-size:  50px;
}




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: #rgba(14,75,142,1);
  text-decoration: none;
}

.text-white {
    color: #333;
}
.btn-primary {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  transition:all 0.5s ease 0s;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--themes-color);
    border-color: var(--themes-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: #f4f4f4;
    color: #666;
}


.page_a.disabled {
	font-size: 14px;
	color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(244, 244, 245, 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);
}
.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);
	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 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)
        }
    }



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

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
  font-size: 18px;
}
.swiper-button-next, .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-button-next:hover, .swiper-button-prev:hover {
    background: var(--theme-color);
}




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



.menu_box{
height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
      position: relative;
}



.menu_icon {
margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
  }
.menu_box .menu_c{
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
  }

.menu_box .menu_map{
    margin: 0 auto;
    width: 28px!important;
    height: 28px!important;
   border-radius: 100%;
    display: block;
  }


.menu_box .menu {
    width: auto;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: margin .5s ease 0s,opacity .5s ease 0s;
    padding: 0px 15px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    transform: translate(-50%,0%);
    margin: 0px;
}

.menu_box:hover .menu {
      padding: 5px 15px;
    margin-top: -20px;
    height: auto;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    overflow: visible;
}
.menu_box:hover .menu:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, 1);
}
.menu a{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 5px 5px;
    border-bottom: solid 1px rgb(0 0 0 / 10%);
    justify-content: flex-start;
}
.menu a img{
  max-width: 20px!important;
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}

.menu a span{
white-space:nowrap;
margin-left: 6px;
}

.menu a:last-child {
    border: none;
} 


.p_businesspopup {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    z-index: 9999;
}

.p_businesscontent {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
   width: 100%;
  max-height: 540px;
    max-width: 960px;
}
.p_businessbg {
    background: #1e1e1e;
    opacity: .9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
}

.p_businessclose .icon {
    color: #fff;
    cursor: pointer;
  margin:0px;
padding:0px;
}

.p_businessclose {
    position: absolute;
    right: 20px;
    z-index: 9999;
    top: 20px;
    cursor: pointer;
}
  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:99;
    transition:all 0.5s ease 0s;
  }
  #c_grid-116273709439191.yya{
    box-shadow:0px 5px 5px 0px rgba(100, 100, 100, 0);
  }
  #c_grid-116273709439191.syys.nyys {
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  #c_grid-116273709439191.syys.yya{
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.8);

  }
  
    #c_grid-116273709439191.syys.active{
    background-color: rgba(0, 0, 0, 0.8);

  }
  
  #c_grid-116273709439191.nyys{
    background: #232323;
  }
  #c_grid-116273709439191.yya{
    top:0px;
  }
  #c_grid-116273709439191.yya.sabit{
    top:0px;
  }
  #c_grid-116273709439191.gizle{
top: -92px;
  }
  #c_grid-116273709439191.sabit{
    top: 0px;
  }




@media only screen and (max-width: 768px){
  .menu_box {
    z-index: 102;
}

.menu_box .menu {
    padding: 0px 10px;
 
}

.menu_box:hover .menu {
      padding: 5px 10px;
    margin-top: -15px;
}
  
  
}

@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){
  
.L_nav .header1>.header-left .fl a {
	width: 100%;
    height: 48px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
}


.L_nav .pc_nav li.hvr-left .home-dec {

    font-size: 17px;
    padding: 0px 15px;
}

.L_nav .pc_nav .header1>.header-left .L_tel {
    font-size:18px;
    padding-left: 23px;
    padding-right: 23px;
 
}
.L_nav .pc_nav .header1>.header-left .dh_tel {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}
  
}




@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: 769px){
  
.L_nav .pc_nav li.hvr-left .home-dec {
	font-size: 14px;
	padding: 0px 10px;
}
#c_static_001_P_23641-1687654118093 .e_container-5 {
	display-radio: 1;
	width: 120px;
	height: 30px;
}
  
#c_static_001_P_23641-1687654118093 .e_container-7 {
    padding-left: 15px;
    padding-right: 15px;
}
 #c_static_001_P_23641-1687654118093 .e_richText-13 {
    width: 50px;
} 
#c_static_001_P_23641-1687654118093 .e_text-9 {
    font-size: 18px;
}
  
}




