@charset "utf-8";
/* CSS Document */

/*-- 导航--*/
#header{ position:fixed; left:0; top:0; width:100%; background-color:transparent; z-index:12;}
#nycon{
	display: -webkit-grid; 
  display: grid;
 grid-template-columns:repeat(3,auto);
 justify-content:space-between;
 border-bottom:#ccc solid 1px;
}
.stick .stickdip{display:block;}
.stick{background-color:rgba(255,255,255,0.8) !important;}
#nylog{padding:2rem 4rem;}
#nylog img{width:16rem}
/*Language*/
#language a{
	font-size:1.8rem;
	color:#fff;
	font-weight:600;
	text-decoration:none;
	display:block;
	margin-left:1.4rem;
	padding:0 1.6rem 0 1.2rem;
	border-left:#bdbdbd solid 3px;
}
.stick  #language a{color:#333;}
#language a:hover{color:rgba(0,0,0,.8);font-weight:700;}
.stick  #language a:hover{color:var(--web-theme-color);}
/*list*/

.indexmenu a:hover i{
	  -webkit-transform:rotateZ(-90deg);
    transform:rotateZ(-90deg);
    -webkit-transition:-webkit-transform 0.2s linear;
    transition:transform 0.2s linear;
	 
}

.indexmenu{
	flex:1;
	 display: -webkit-flex; 
  display: flex;
  justify-content:center;
}
.indexmenu ul{
	margin-right:1vw;
}
.indexmenu li{
	display:inline-block;
}
.stick .indexmenu li a{
	display:block;
	padding:1.8vw 2vw  1.6vw 2.2vw;
	white-space:nowrap;
	font-size:1.8rem;
	color:#333;
	border:none;
	position:relative;
	z-index:20;
}
.indexmenu li a{
	display:block;
	padding:1.8vw 2vw  1.6vw 2.2vw;
	white-space:nowrap;
	font-size:1.8rem;
	color:#fff;
	border:none;
	position:relative;
	z-index:20;
}
.stick .indexmenu > ul > li:hover>a,.stick .indexmenu li a:hover,.stick .indexmenu > ul > li.indexactive a{
	color:#fff;
}
.indexmenu > ul > li:hover a,.indexmenu li a:hover,.indexmenu > ul > li.indexactive a{
	color:var(--web-theme-color) !important;
	font-weight:700;
}


/*nav menu*/
#nycon>.indexmenu > ul > li .sub-menu {
      position: absolute;
      top:90%;
    left:0;
	  text-align:center;
      background-color: #ffffff;
		width:100%;
      z-index: -99;
      visibility: hidden;
	  opacity: 0;
	   -webkit-box-shadow: 0px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
	    -webkit-transform: perspective(800px) rotateX(-90deg);
    -moz-transform: perspective(800px) rotateX(-90deg);
    -ms-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#nycon>.indexmenu> ul > li .sub-menu li a {
        display: block;
        color:#81838b;
        font-weight: 400;
		padding:12px 20px;
		border-bottom:#d1d1d1 solid 1px;
}
#nycon>.indexmenu>ul>li:hover a,#nycon .indexmenu  li a:hover,#nycon>.indexmenu>ul>li .indexactive a{
	color:var(--web-theme-color);
	text-decoration:none;
}
#nycon>.indexmenu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
	    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
      visibility: visible;
      opacity: 1; }

#nycon>.indexmenu >ul>li>.sub-menu li:hover>a,#nycon>.indexmenu  > ul > li .indexactive>a {
	color:var(--web-theme-color)!important;
	text-decoration:none;
}
.nav-pro-list{
		display: -webkit-grid; 
  display: grid;
  grid-template-columns:repeat(4,auto);
  padding:2rem;
  grid-row-gap:2rem; 
	
}		 		 
#nycon>.indexmenu > ul > li .sub-menu>.nav-pro-list a{ padding:0;font-weight:normal;}		
.nav-pro-list a img{ width:100px; height:100px;}		
.nav-pro-list a  p{ font-size:1.5rem; letter-spacing:0;text-align:center;  padding-top:1.2rem;}
#nycon>.indexmenu  > ul > li .sub-menu>.nav-pro-list a:hover p{color:var(--web-theme-color); font-weight:700;}
		
/*nav menu end*/

/*--------moblie nav--------------*/

.navtop {
	width:20px;
	border:none;
	display:none;
	vertical-align:text-center;
	padding-top:6px;
}
.btn-nav {
	position:relative;
	background:0 0;
	border:none;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
	cursor:pointer;
	z-index:99999
}
.btn-nav:focus {
	outline:0
}

.icon-bar {
	display:block;
	margin:6px 0;
	width:20px;
	height:2px;
	background-color:var(--web-theme-color-black); 
}
.btn-nav:hover .icon-bar {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	background-color:var(--web-theme-color); 
}
.nav-content {
	position:fixed;
	top:-100%;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.7);
	display:block;
	height:100%;
	z-index:999;
}
.nav-list {
	list-style:none;
	padding:0;
	position:relative;
	padding:3vw 0;
	margin-top:6em;
}

.item-anchor:after {
	content:"";
	position:absolute;
	width:3px;
	height:1px;
	left:0;
	bottom:-10px;
	z-index:16;
	background:0 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.item-anchor {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	text-decoration:none;
	padding:5px 20px;
	display:block;
}

.item-anchor:hover, .item-anchor:focus {
		color:var(--web-theme-color-red); 
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.mobmain{
	display:none;
	margin-top:15px;
}
.item-anchor:hover:after, .item-anchor:focus:after {
	width:100%;
	background:#666;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#ptlist1,#ptlist2{
	display:none;
	margin-top:15px;
}
.nav-item {
	text-align:left;
}
.itemchil{
	color:#fff;
	display:block;
	padding-top:2px;
	font-size:14px;
}
.itemchil i{
	font-size:14px;
}
.animated {
	display:block;
	margin:0 auto
}
.animated:hover .icon-bar, .animated:focus .icon-bar {
	background-color:var(--web-theme-color); 
}
.animated:focus {
	cursor:pointer;
	z-index:9999999;
}
.middle {
	margin:0 auto
}
.icon-bar {
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-ms-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease;
	z-index:999999
}
.animated .icon-bar {
	z-index:100000;
	background-color:#e62129;
}
.animated .top {
	-webkit-transform:translateY(8px) rotateZ(45deg);
	-moz-transform:translateY(8px) rotateZ(45deg);
	-ms-transform:translateY(8px) rotateZ(45deg);
	-o-transform:translateY(8px) rotateZ(45deg);
	transform:translateY(8px) rotateZ(45deg)
}
.animated .bottom {
	-webkit-transform:translateY(-8px) rotateZ(-45deg);
	-moz-transform:translateY(-8px) rotateZ(-45deg);
	-ms-transform:translateY(-8px) rotateZ(-45deg);
	-o-transform:translateY(-8px) rotateZ(-45deg);
	transform:translateY(-8px) rotateZ(-45deg)
}
.animated .middle {
	width:0
}
@keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-webkit-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-moz-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-o-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
.showNav {
	-webkit-animation:showNav 1s ease forwards;
	-moz-animation:showNav 1s ease forwards;
	-o-animation:showNav 1s ease forwards;
	animation:showNav 1s ease forwards
}
@keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-webkit-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-moz-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-o-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
.hideNav {
	-webkit-animation:hideNav 1s ease forwards;
	-moz-animation:hideNav 1s ease forwards;
	-o-animation:hideNav 1s ease forwards;
	animation:hideNav 1s ease forwards
}
.hidden {
	display:none;
}
/*--------moblie phone --------------*/


.com-link{
	display: -webkit-flex; 
   display: flex;
   justify-content:center;
	align-items:center;
	padding:0 2rem;
}
/*-- search--*/
.header-search {position:relative;}
/*-- 电脑版头部搜索图标--*/
.search-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  }
.search-toggle:hover i {
    color: var(--web-theme-color);
}
  .search-toggle i {
    font-size: 20px;
    line-height: 20px; 
	 -webkit-text-stroke: 1px #151518 none;
	font-weight:lighter !important;
	color:#fff;
}
.com-link .search-toggle:hover i{color:rgba(0,0,0,.8);}
.stick .com-link .search-toggle i {color:#333;} 
.stick .com-link .search-toggle:hover i {color: var(--web-theme-color);}
/*-- 搜索框设置 --*/
.header-search-form {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #7d7d7d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  
  .header-search-form.open {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    right: 30px; }
	
  .header-search-form form {
    position: relative;
    padding-right: 40px; }
	
    .header-search-form form input {
      color: #7d7d7d;
      border: 1px solid transparent;
      height: 40px;
      line-height: 24px;
      padding: 7px 15px;
      width: 24rem; }
	  
      
    .header-search-form form button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      color: #fff;
      width: 40px;
      height: 40px;
      border: none;
      cursor: pointer; }
      .header-search-form form button:hover {
        color: #d80c24; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }

.com-moblie-link{ display:none;}
@media (max-width:1023px){ 	  
#nycon{ padding:0 15px;}
#nav-log{ width:100%; margin:0 auto;}
#nylog img{width:14rem;}
#nycon .indexmenu .navtop {display:block;margin-top:2rem;}
#nycon.item-anchor {font-size:14px;}
#nycon .indexmenu  ul { display:none;} 
.com-link{ display:none;}
.com-moblie-link{display: -webkit-flex; display: flex; align-items:center;}
.com-moblie-link .header-search { display:none;} 
.com-moblie-link #language a{ padding:0; padding-top:1.4rem; font-size:2.2rem; color:#333; border:none;}
.com-moblie-link #language a:hover{color: var(--web-theme-color);}
#header{position:static; z-index:1;}
.com-link{ display:none; padding:0; }
.com-moblie-link{display: -webkit-flex; display: flex; align-items:center;}
.com-moblie-link .header-search { display:none;} 
.navtop {
		display:block;
	}
	.nav-item {
		border-bottom:#666 dashed 1px;
		padding:8px 0;
	}
	.item-anchor {
		font-size:14px;
	}
	
	.itemchil{
		text-indent:2em;
		
	}
	.itemchil:hover{
		color:var(--web-theme-color); 
		
	}
}
