* {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti,
    sans-serif;
}

p {
  word-break: break-word;
}
.gotop {
    height: 6px;
    background-color: #c81528;
    margin-top: 90px;
}
.gotop img {
    position: relative;
    top: -25px;
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
}
.index_head {
  position: absolute;
  top: 0;
  z-index: 1111;
}

.index_head .navbar {
  padding: 0;
}

.index_head .navbar .navbar-box {
  display: flex;
  flex-direction: column;
}

.index_head .navbar .navbar-lang {
  width: 100%;
  height: 28px;
  float: right;
}

.index_head .navbar .lang-selector {
  float: right;
  display:none;
}

.index_head .navbar .lang-selector.show {
  border: none;
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255, 0.2);
}

.index_head .navbar .lang-selector .dropdown-menu {
  min-width: 115px;
}

.index_head .navbar .lang-selector .btn {
  color: #ffffff;
}

.index_head .navbar .navbar-nav {
  text-align: center;
  text-shadow: 1px 2px 2px #333;/*8.12*/
}

.index_head .navbar .nav-item .nav-link:hover {
  color: #ffffff;
}
.index_head .navbar .nav-item:nth-child(3),.index_head .navbar .nav-item:nth-child(5){
	background: url(/static/images/hot.gif) no-repeat right 0;
	}
.fixed-menu .navbar-nav .nav-item{  text-shadow: none;}/*8.12*/
.fixed-menu .navbar-nav .nav-item .nav-link:hover {
  color: #3a3a3a;
}

.index_head .navbar-light .navbar-toggler {
  padding: 6px 5px 1px;
  border: 1px solid #ffffff;
}

.index_head .navbar-light .navbar-toggler-icon {
  background: url(../images/sjj_03.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .navbar-nav {
    float: right;
    width: 100%;
    background-color: rgba(79, 79, 79, 0.7);
    border-radius: 10px;
  }

  .navbar-nav .nav-item {
    padding: 5px 10px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #ffffff;
  }

  .navbar-nav .nav-item.active .nav-link {
    font-weight: bold;
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .index_head .navbar #logo {
    width: 288px;
    margin-top: 10px;
  }

  .navbar-nav .nav-item.active {
    /* background-color: #c81528; */
    border-bottom: #c81528 solid 3px;
  }

  .fixed-menu .navbar-nav .nav-item .nav-link {
    color: #3a3a3a;
		
  }

  .fixed-menu .navbar-nav .nav-item.active .nav-link {
    color: #c81528;
  }

  .fixed-menu .navbar .lang-selector .btn {
    color: #c81528;
  }

  /* .fixed-menu .navbar-lang .btn {
    color: #c81528;
} */

  .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    padding: 0 3px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .index_head .navbar #logo {
    width: 230px;
  }

  .navbar-nav .nav-item .nav-link {
    padding-left: 7px;
    padding-right: 0;
    font-size: 13px;
  }
}

@media (min-width: 950px) and (max-width: 991px) {
  .index_head .navbar #logo {
    width: 250px;
  }

  .navbar-nav .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar #logo {
    width: 292px;
    height: auto;
    margin-top: 10px;
  }

  .navbar-nav .nav-item {
    padding: 5px 0;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .navbar #logo {
    width: 292px;
    height: auto;
    margin-top: 10px;
  }

  .navbar-nav .nav-item {
    padding: 15px 10px 5px;
    /* line-height: 80px; */
    /* height: 80px; */
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #ffffff;
    padding-top: 0;
  }
}

@media (min-width: 1300px) {
  .navbar {
    width: 1270px;
    margin: 0 auto;
  }
}
.index_oth{
	position: static;
	padding-top:10px;
}
.index_oth .navbar-nav .nav-item.active .nav-link,.index_oth .navbar-nav .nav-item .nav-link{
	color: #333;
}

.index_oth .navbar .nav-item .nav-link:hover{
	color: #333;
}
.index_oth .navbar .navbar-nav{
	text-shadow: none;
}
.index_oth .navbar .navbar-lang{display: none;}

.footer {
  padding: 70px 0 60px;
  background-color: #333333;
}

.footer h4 {
  font-size: 18px;
  line-height: 21px;
  color: #eeeeee;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
}

.footer ul li a i {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer ul li a i img {
  display: inline-block;
  width: 20px;
}

.footer .product a {
  line-height: 14px;
}

.footer .case a {
  line-height: 16px;
}

.footer .contact a {
  line-height: 28px;
}

.footer .contact1 img {
  float: left;
  margin-right: 15px;
}

.copy {
  padding: 20px;
  background: url(../images/foot_bg.png) repeat;
}

.copy p {
  font-size: 14px;
  line-height: 28px;
  color: #cccccc;
  text-align: center;
  margin: 0;
}

.copy p .policy {
  color: #ccc;
  text-decoration: none;
}
.copy p .policy :hover {
  text-decoration: underline;
}

.liuyan {
  padding-top: 30px;
}

.liuyan h2 {
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}

.liuyan p {
  font-size: 15px;
  text-align: center;
  color: #555555;
}

.liuyan .contact_form {
  display: flex;
  justify-content: space-between;
}

.liuyan .contact_form .form-group {
  width: 32%;
}

.liuyan .form-group {
  margin-bottom: 0;
}

.liuyan .form-group span {
  color: #ff0000;
  position: relative;
  left: 10px;
  top: 28px;
}

.liuyan .form-group .form-control {
  padding-left: 20px;
  font-size: 16px;
  color: #777777;
}

.liuyan .sub {
  display: block;
  margin: 25px auto 35px;
  background-color: #c81528;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 100px;
  box-shadow: none;
}

.liuyan .liuyan_bottom .liuyan_align {
  align-items: flex-end;
}

.liuyan .liuyan_top1 .liuyan_up {
  background-color: #e8edf0;
  padding: 25px 15px;
}

.liuyan .liuyan_top1 .liuyan_up h3 {
  font-size: 18px;
  color: #333333;
}

.liuyan .liuyan_top1 .liuyan_up h3 span {
  color: #ff0000;
}

.liuyan .liuyan_top1 .liuyan_up .select {
  padding-left: 8px;
}
.liuyan .select label{
	padding-right: 20px;
	font-size: 16px;
}
.liuyan .select input{
	margin-right: 2px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid gray;
	border-radius: 5px;
}
.liuyan .select input:after{
            content: '\2714';
            color: transparent;
}
.liuyan .select input:checked::after{
	color: #c81528;
}

.liuyan .liuyan_top1 .liuyan_up .form-up-two .mater {
  padding-left: 30px;
}

.liuyan .liuyan_top1 .liuyan_up .form-up-two .mater input {
  width: 100%;
  padding: 5px 0 5px 20px;
}

/*翻译下拉框*/
#translate{
		width: 130px;
		height: 30px;
		line-height:22px;
		overflow: hidden;
		/*background-color: #3498db;*/
		background:#fff;
		border-radius: 5px;
		position: absolute;
		top:5px;
		right:100px;
		z-index:10000;
		opacity: 0.8;filter: alpha(opacity = 80);
	}

	/* Arrow Styling */
	#translate::after {
	  content: '\25BC';
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  pointer-events: none;
	  color:#333;
	  /*color: white;*/
	  transform: translateY(-50%);
	}
	.translateSelectLanguage{
		width: 100%;
		overflow-x:hidden;
		height: 100%;
		padding: 5px 0 5px 15px;;
		font-size: 14px;
		border: none;
		background: transparent;
		color: #333;
		-webkit-appearance: none; /* for Chrome, Safari */
		-moz-appearance: none;    /* for Firefox */
		appearance: none;         /* for IE10+ and Opera */
		position: relative;
		top: 0;
		left: 0;
		/*opacity: 0.8;filter: alpha(opacity = 80);*/
	}
	
	#translate select{
		background:white;
		border-color: #fff;
	}

#ishot{
	display:inline-block;
	width:60px;height:41px;
	position:absolute;
	left:5px;top:5px;
	z-index:800;
	opacity: 0.9;filter: alpha(opacity = 90);
	}
#ishot img{width:60px;}
/**/
@media (min-width: 767px) {
  .liuyan_top {
    display: none;
  }

  .liuyan h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .liuyan1 {
    display: none;
  }
}

/* right operation */

@media (min-width: 768px) {
  #LRfloater0>img {
    display: none;
  }
}

@media (max-width: 768px) {
  .right-operation {
    display: none;
  }
}

.right-operation {
  position: relative;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0 0 5px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
}

.right-operation a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #555;
}

.right-operation a img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.right-operation a img.hide {
  display: none;
}

.right-operation a p {
  text-align: center;
  padding: 10px 7px 0;
  font-size: 12px;
}

.right-operation a.active {
  background-color: #c81528;
}

.right-operation a.active p {
  color: #fff;
}

.right-operation a.active>img:nth-child(1) {
  display: none;
}

.right-operation a.active>img:nth-child(2) {
  display: block;
}

.fixed-menu .index_head {
  position: fixed;
  left: 0;
  background: rgba(241, 241, 241, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
}

.fixed-menu .logo img.logo-b {
  display: block;
}

.fixed-menu .logo img.logo-w {
  display: none;
}

.logo {
  float: left;
  position: relative;
  height: 80px;
  
}

.logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
}

@media (max-width: 800px) {
  .logo img {
    height: 50%;
  }
}

.logo img.logo-b {
  display: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

@media(min-width: 1660px) {
  .container {
    max-width: 1440px;
  }
}