/*顶部移动端导航*/
#c-header .c-nav2 {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 0;
  z-index: 99;
  font-size:14px;
  line-height: 50px;
  overflow-y: auto;
  background:#fff;
  transition: all 0.5s;
}
#c-header.c-head-hide .c-nav2 {
  top: 0;
}
body.c-open #c-header .c-nav2 {
  height: calc(100% - 20px) !important;
  height: -webkit-calc(100% - 20px);
  padding-top: 70px ;
}
@media screen and (max-width:768px){
    #c-header .c-nav2{ top: 0 !important; position:relative; padding-top:0 !important;transition: all 0s;}
    #c-header.c-head-hide .c-nav2{ top: 50px;}
	
}

@media screen and (min-width:991px){
  body.c-open #c-header .c-nav2{ display: none;}
}

body.c-open #c-header.c-head-hide .c-nav2 {
  height: calc(100% - 71px);
  height: -webkit-calc(100% - 71px);
}
#c-header .c-nav2 a {
  display: block;
  margin: 0 20px;
  border-bottom:1px solid #f1f1f1;
  text-align:left;
  color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
  border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
  color: #2051bf;
}
#c-header .c-nav2 li a i {
  float: right;
  width: 5%;
}
#c-header .c-nav2 li a i img{ width: 100%;}
#c-header .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2 li ul a {
  padding-left: 40px;
}
#c-header .c-nav2 .c-language {
  float: left;
  position: relative;
  padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language>a {
  margin:0;
  display: block;
  padding: 0 5px;
  width: 80px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language>a i {
  margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
  display: none;
  background: #fff;
  line-height: 40px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
  display: block;
  padding: 0 5px;
  margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
  border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
  float: right;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  width: calc(100% - 20px);
  padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box i{ display: inline-block; width: 50%; font-size: 25px;}
#c-header .c-nav2 .c-search-box i img{ width: 100%;}
#c-header .c-nav2 .c-search-box form {
  position: relative;
  border: 1px solid #f1f1f1;
  line-height: 38px;
  height: 40px;
}

#c-header .c-nav2 .c-search-box form input {
  float: left;
  padding: 0 5px;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 50px);

  height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
  float: right;
  width: 50px;
  height: 38px;
  color: #fff;
  background:#0063d0;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: fixed;
  top: 17px;
  right: 15px;
  width: 24px;
  height: 20px;
  z-index: 99999;
  cursor: pointer;
}
#c-header .c-switch i { 
  position: relative;
  display: block;
  height: 2px;
  background:#333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header.c-head-hide .c-switch i,.c-open #c-header .c-switch i {
  background:#333;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.zzzleft
{
    width: 33.25%;
    padding: 40px 0px;
	float:left;
	
}
.zzzleft .title{display: none;}
.zzzleft .jieshao{display: none;}
.zzzleft ul{flex-direction: row;
    justify-content: flex-end;}
	
.zzzleft ul li{    width: 100% !important; 
    padding-right: 5%;
    margin-right: 0px;
	list-style: none;
	}
.p_navCon2 {
    text-align: left;
    font-size: 20px;
    padding: 0px 25px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 60px;
}
.p_navItem2 a {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    transition: all ease .3s;
    border: none;
}
.p_navItem2 a span.p_img {
    display: block;
	    width: auto;
    margin-right: 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0px;
}
.p_navItem2 a span {
    width: auto;
    margin-right: 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.p_navItem2 svg {
    display: none;
}
.centerzzz {
    background: #fff;
    width: 35.15%;
	float:left;
}
.centerzzz {
    width: 33.8%;
    box-shadow: -12px 12px 35px rgb(23 23 23 / 37%);
    animation: scrollmouse2 3s linear infinite;
	min-height:590px;
}
 .nav_img {
    display: none;
}
 .imgZoom {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
 }
 .sj_warp {
    padding: 40px 0px;
}
 .p_navCon2:hover span {
    color: #e61e19;
    
}
.zzzleft dl .cur {
    background: #fff;}
	
.p_navCon3 {
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
    padding: 0px 50px;
    line-height: 46px;
    transition: all ease .15s;
    font-weight: bold;
	text-align:left;
}

 .p_menuItemhat {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1.6;
    transition: all ease .15s;
}

 .p_level3Item:hover .p_menuItemhat {
    color: #e61e19;
}
.rightzzz{    width: 28.6%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 6%;
    padding-top: 5%;
}
.rightzzz .tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333;
}
.rightzzz .con {
    display: flex;
    flex-direction: column;
}
.rightzzz .con a {
    width: 220px;
    height: 46px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #bfbfbf;
    margin-bottom: 15px;
    transition: all .5s ease;
}
.rightzzz .con a svg {
    width: 12px;
    height: 12px;
    fill: #333;
    transition: all .5s ease;
}

.rightzzz .con a:hover {
    color: #fff !important;
    background: #e61e19;
    border: 2px solid #e61e19;
}

 .rightzzz .tel {
    padding-top: 10px !important;
	text-align:left;
}
.rightzzz .tel .t {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #666 !important;
}
.rightzzz .tel .c {
    font-size: 30px !important;
    font-family: arial !important;
	text-align:left;
	line-height:50px;
}
.rightzzz .tel .c a {
    color: #e61e19 !important;
	font-size:30px !important;
}

.p_navCon::after {
    background: #e61e19;
    height: 4px;
    border-radius: 25px;
}
