﻿@charset 'utf-8';

.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.nav_top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100px;
    background: rgba(255,255,255,1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.nav_top.active, .nav_top:hover,.insidenav {
    background: #fff;border-bottom: 1px solid rgba(220,220,220,.5);
    z-index: 117;
}
.insidenav {position:relative;}
.pcdaohangwai {
    background: #fff;
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.pcdaohangwai.act {
    border-bottom: 1px solid rgba(255,255,255,0);
    background: rgba(0,0,0,0);
}
.pcdaohangwai.act .navbox {
    display: none;
}
.pcdaohangwai.act .sousuoa {
    display: none;
}
.navcon {
    position: relative;
    width: 100%;
    height: 100px;
}

.navcon .container { max-width: 1590px;}

.navitem>a.menuico {padding-right:16px;}
.navitem>a {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 37.5px 20px 37.5px 20px;
    position: relative;
}
.navitem a span {color:inherit; font-size: inherit; display: block; position: relative;}
.navitem a.menuico span { padding-right: 16px;}
.navitem a:before {background:#006FBB; content:""; height: 2px; width: 100%; position: absolute; bottom: 0px; left: 0; opacity: 0;}
.navitem:hover,.navitem.on {background:#FBFBFB;}
.navitem:hover a:before,.navitem.on a:before {opacity:1;}

.navitem>a.menuico span:after {
    content: "";
    height: 6px;
    background:url("../images/menudown.png") no-repeat;
    position: absolute;
    width: 11px;
    top: 50%;
	margin-top: -3px;
    right: 0;
    transition: .5s ease-in-out;
}

.navitem a:hover span:after,.navitem.on>a.menuico span:after  {
  background: url("../images/menuup.png") no-repeat;
}

.nav_top .navitem a:hover{
    color: #006FBB;
}
.navitem.on a{
    color: #006FBB;
}
.navitem.active .lanjian,.insidenav .lanjian {
    opacity: 1;
}

/*pro menu*/
.navbox .pcxiala .sanji {
    width: 50%;
	float: left;
    text-align: left;padding-right: 60px;
    position: relative;
    z-index: 885;
}
.navbox .promenu_r {width:50%;display: flex;    align-items: flex-end;}
.navbox .promenu_r .pxialapic{max-width:50%; float: left;}
.navbox .promenu_r .pxia_l {float:left;max-width: 50%; margin-left: 0; padding-left: 30px;}
.navbox .pcxiala .sanji ul {    position: relative;}
.navbox .pcxiala .sanji li {  width: 40%;    border-right: 1px solid rgba(255,255,255,0.2);padding: 0 20px; }
.navbox .pcxiala .sanji .l {
    color: #fff;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.navbox .pcxiala .sanji .l:before {display:none;}
.navbox .pcxiala .sanji .l:after {
    content: "";
    background: url(../images/menu_icon.png) no-repeat;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
}
.navbox .pcxiala .sanji li.li_one {
  background: #5DA5D6;
}
.navbox .pcxiala .sanji .l:hover:after {
    opacity: 1;
    transition: .5s;
    right: 0;
}

.navbox .pcxiala .sanji .nr {
    position: absolute;
    left: 0;
    padding-left: 45%;
    height: 100%;
    top: 0;
    width: 100%;
}

.navbox .pcxiala .sanji .nr .scoll {
    overflow-y: auto;
    padding-right: 15px;
    max-height: 100%;
}
.navbox .pcxiala .sanji .nr .scoll::-webkit-scrollbar {
 width:4px;
 height:6px;
}
.navbox .pcxiala .sanji .nr .scoll::-webkit-scrollbar-track {
 background:rgba(255,255,255,0.4);
 border-radius:2px;
}
.navbox .pcxiala .sanji .nr .scoll::-webkit-scrollbar-thumb {
 background:#fff;
 border-radius:8px;
}
.navbox .pcxiala .sanji .nr .scoll dl {margin:0;}
.navbox .pcxiala .sanji .nr .scoll dl dt a {
    display: block;
    color: #fff;
	position: relative;
    font-size: 16px;
    font-weight: 500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
}
.navbox .pcxiala .sanji .nr .scoll dl dt a:after {content:"";background: rgba(255,255,255,0.2); height: 1px; position: absolute; bottom: 0; left: 0; width: 0;}
.navbox .pcxiala .sanji .nr .scoll dl dt a:hover:after {width:100%;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.logo {
    width: 208px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.langue { float:right;  padding-right: 25px; height: 100px; position: relative;}
.langue .lanjt {width:26px; height: 100%; background: url("../images/langue.png") no-repeat center; display: inline-block;}
.langue:hover .lanjt {background:url("../images/languehover.png") no-repeat center;}
.eng { display:none;background: #fff;box-shadow: 0 1px 11px rgba(0,0,0,0.3); width:100px;color: #000000;
    padding:10px 15px;
    position: absolute;
    top: 100%;
	right:-12px;
    z-index: 96;}
.eng:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-bottom-color: #fff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}


.eng a {    line-height:40px;font-size: 16px; display: block; width: 100%; text-align: center;}	
.eng a:hover {color:#006FBB;}

.sousuoend {     background: url("../images/serch.png") no-repeat; width: 25px; height: 26px; display: inline-block;}
.sousuoend:hover {background:url("../images/serchhover.png") no-repeat; }
.wechat {
    width: 27px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.headw {
    position: relative;
	color: #fff;
}
.headw svg path {fill:#fff;}
.lang-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: #fff;
	border:1px solid #AAAAAA;
    margin-left: -60px;
    padding: 5px;
    text-align: center;
    display: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.lang-sub:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #AAAAAA;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}
.sousuoa {
    width: 25px;
	height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.active .sousuoend, .nav_top:hover .sousuoend,.insidenav .sousuoend {
    color: #AAAAAA;
}

.nav_top:hover .headw svg path {fill:#D70203;}
.insidenav .headw svg path {fill:#AAAAAA;}

.sousuoa.act {
    display: none;
}
.sousuo_b {
    display: none;
}
.sousuo_a {
    display: block;
}
.sousuo_a.act {
    display: none;
}
.sousuo_b.act {
    display: block;
}
.navbox {
    margin-right: 45px;
}
.navbox.act {
    display: none;
}
.sousuoa img {
    width: 100%;
}
.hearight {
    position: relative;
    height: 100px;
	padding-right: 20px;
    width: 80px;
}
.menu_a {
    width: 100px;
    display: none;
    height: 86px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.openmenu {
    display: block;
    position: relative;
    width: 28px;
    background: none;
    border: none;
    outline: 0;
    height: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #656565;
}
.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #656565;
}
.openmenu span::after {
    top: -10px;
}
.openmenu span::before {
    bottom: -10px;
}
.openmenu.act span {
    background: rgba(255,255,255,0);
}
.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
}
.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
 @keyframes myfirst {
 from {
left: -100%;
}
 to {
left: 360px;
}
	 
}
.hide {
    opacity: 0;
}
.san_a {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/***search***/

.search {
    position:fixed;
    top: 100px;
    left: 0;
    width: 0;
    height: 80px;
    z-index: 302;
    display: none;
    background-color: rgba(0,111,187,1);   -webkit-transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: width 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}
.avtive {width:100%;    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;}
.search .pcsearch .sebox .input::-webkit-input-placeholder {
color:#fff;
}   
.search .pcsearch .sebox .input::-moz-placeholder {
color:#fff;
}                 
.search .pcsearch .sebox .input::-moz-placeholder {
color:#fff;
}                  
.search .pcsearch .sebox .input::-ms-input-placeholder {
color:#fff;
}

.search .pcbb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 100%;*/
    height: 80px;
}
.pcs_close {
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 16px;
    display: none;
    z-index: 50;
}
.pcs_close img {
    width: 100%;
}
.search .pcs_close:hover {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.search .pcs_close img {
    width: 26px;
}
.search .pcsearch {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search .pcsearch .pstitle {
    display: none;
}
.search .pcsearch .pstitle img {
    width: 210px;
}
.search .pcsearch h5 {
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    display: none;
}
.search .pcsearch .sebox {
    width: 850px;
    max-width: 100%;
    position: relative;
}
.search .pcsearch .sebox .input {
    float: left;
    width: calc(100% - 96px);
    height: 80px;
    background: none;
    outline: 0;
    border: none;
    padding-left: 30px;
    margin-right: 17px;
    color: #fff;
    font-size: 18px;
}
.cuohao {
    color: #656565;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: none;
}
.cuohaoa {
    color: #333;
}
.active .cuohao, .nav_top:hover .cuohao,.insidenav .cuohao {
    color: #656565;
}
.search .pcsearch .sebox .searchbut {
    display: inline-block;
    width: 79px;
    height: 79px;
	background: url("../images/se.png") no-repeat center; outline: 0; border: none;
    text-align: center;
    line-height: 79px;
    cursor: pointer;
}
.search .pcsearch .seword {
    text-align: center;
}
.search .pcsearch .seword ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
}
.search .pcsearch .seword ul li a {
    color: #e2e2e2;
}
.search .pcsearch .seword ul li a:hover {
    color: #ff4343;
}
.search .phsearch {
    display: none;
}
.search .phsearch input {
    width: 84%;
    height: 45px;
    padding-left: 20px;
    color: #515151;
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 8px;
}
.search .phsearch .seclose {
    position: absolute;
    top: 49px;
    right: 46px;
    color: #b9b9b9;
    cursor: pointer;
}
.search .phsearch ul {
    padding-top: 15px;
}
.search .phsearch ul li {
    padding: 12px 0;
}
.search .phsearch ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft JhengHei";
}
.search .phsearch .searching {
    margin: 20px 0;
}
.search .phsearch .searching button {
    width: 118px;
    height: 48px;
    font-size: 18px;
    border-radius: 8px;
}
.search .phsearch .searching a:nth-child(1) button {
    background-color: #ffffff;
    color: #464646;
    margin-right: 5px;
}
.search .phsearch .searching a:nth-child(2) button {
    border: 1px solid #ffffff;
    color: #ffffff;
}
#drop .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.pcxiala {
    width: 100%;
    position: absolute;
    background: #006FBB;
	padding-bottom: 75px;
    top: 100px;
    left: 0;
    display: none;
}

@media (min-width:1440px) {
.pcxiala .container {max-width:1200px;}

}
	
.pcxialacon {
    margin: 0 auto;
    display: flex;
}
.pcxialacon .pcxialaa {
    overflow: hidden;
}
.pcxialacon .pcxialaa:nth-child(1) {
    width: 50%;
    text-align: right;
    padding: 40px 0;
}
.pcxialacon2 {
    text-align: center;
    padding: 20px 0;
}
.promenu {
    display: inline-block;
    margin: 0 20px;
}
.menu_icon {
    height: 63px;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.menu_txt {
    font-size: 16px;
}

.promenu a:hover .menu_txt {
    color: #D70505;
}
.box {
    display: inline-block;
    text-align: left;
    width: 28vw;
    max-width: 520px;
}
.pcup_sub {width:100%; padding-top: 34px; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 70px; padding-bottom: 25px;}
.pcup_sub strong {font-size: 22px;background: url("../images/menu2.png") no-repeat right;line-height: 40px;color: #FFFFFF; padding-right: 30px;}
.pcup_sub strong:hover {padding-right:35px;transition: .3s;}

.pcxiala .menu_l {
    width:30%;
	max-width: 304px;
	border-right:1px solid rgba(255,255,255,0.2);
    overflow: hidden;
}
.pcxiala .menu_r {float:right; width: 70%; padding-left: 30px; display: flex; align-items: flex-end; justify-content: flex-end;}
.pcxiala .menu_l .pcxialaaboxa {margin-bottom:5px; padding: 0 20px;transition: .3s;}
.pcxiala .menu_l .pcxialaaboxa a { font-size:16px; color: #fff; position: relative;display: block; height: 44px; line-height: 44px;}
.pcxiala .menu_l .pcxialaaboxa a:before {display:none;}
.pcxiala .menu_l .pcxialaaboxa:hover {background:#5DA5D6;}
.pcxiala .menu_l .pcxialaaboxa:hover a{ color: #fff;}
.pcxiala .menu_l .pcxialaaboxa a:after {content:""; background: url("../images/menu_icon.png") no-repeat; width: 6px; height: 11px; position: absolute; right: 5px; top: 50%; margin-top: -5px; opacity: 0;} 
.pcxiala .menu_l .pcxialaaboxa:hover a:after {opacity:1;transition: .5s;right: 0;}

.pxialapic {    max-width: 382px;max-width: 60%;}
.pxia_l { max-width: 240px;margin-left: 60px;}
.pxia_l h4 {
font-size: 16px;
line-height: 32px;
color: #53A1D6;}
.pxia_l p {
font-size: 20px;
line-height: 32px;
color: #FFFFFF;}

/*手机下拉*/
.phxia {
    position: fixed;
    margin-top: 96px;
    width: 100%;
    z-index: 110;
}
.xialaph {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 30px;
    background-color: #f1f1f1;
}


@media screen and (max-width: 1365px) {
	.navbox {   margin-right: 15px;}
	.hearight {  width: 74px;}
	
	
}
@media screen and (max-width: 1279px) {
	.pcxialaaboxa a,.pcxialaa h4 {font-size:16px;}
	.navitem > a {
    font-size: 18px;
    font-weight: bold;
    padding: 37.5px 15px 37.5px 15px;
        padding-right: 15px;
}
	
}
@media screen and (max-width: 1199px) {
	.logo {width:180px;}
	.navitem > a {font-size:17px; padding: 37.5px 12px 37.5px 12px;}
	.navitem > a.menuico {padding-right:12px;}
}

@media screen and (max-width: 1100px) {
	.logo {width:140px;}
	.navitem > a {font-size:16px; font-weight: 500; padding: 37.5px 10px 37.5px 10px;}
	.navitem > a.menuico {padding-right:12px;}
	
}


@media screen and (max-width: 991px) {
.xialaph .container {
    width: 100%;
    padding: 0 40px;
}
	.navbox {display:none;}
}

@media screen and (max-width: 768px) {
.logo {width:160px;}	
.xialaph .container {
    width: 100%;
    padding: 0 20px;
}
.search .pcbb,.search {
    height: 60px;
}	
.search .pcsearch .sebox .input {
    height: 60px;
    padding-left: 30px;
    margin-right: 17px;
    font-size: 16px;
}
	.search .pcsearch .sebox .searchbut { height:59px; line-height: 59px;}
	
	
}
.xialaph h4 {
    position: relative;
}
.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}
.xialaph h4 a {
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .container {
    max-width: 100%;
}
.xialaph h5 {
    position: relative;
}
.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}
.xialaph h5 a {
    line-height: 40px;
	font-size: 16px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4 img.img_s { width:8px;}
.xialaph h4.active img.img_s, .xialaph h5.active img.img_s {
    display: none;
}
.img_d {display:none;}
.xialaph h4.active img.img_d, .xialaph h5.active img.img_d {
    display: block;
}
.xialaph .ul3 {
    display: none;
    padding-left: 15px;
}



@media (max-width:991px) {
.pcdaohangwai {
    height: 80px;
}
.nav_top,.navcon,.hearight {
    height: 80px;
}
.phxia {margin-top:80px;}	
.insideph {margin-top:0;}
.menu_a {
    width: 45px;
    display: block;
    height: 80px;
}
.hearight {margin-right:36px; width: 70px;}
.search {top:80px;}
.langue {height:80px; padding-right: 20px;}
.indise_nav .phxia { margin-top:0;}
	
}

@media (max-width:767px) {

.nav_top {  background:#fff;}
	.pcdaohangwai {
    height: 70px;
}

.nav_top,.navcon,.hearight,.langue {
    height: 70px;
}
.phxia {margin-top:70px;}	
.menu_a {
    width: 45px;
    display: block;
    height: 70px;
}
.search {top:70px;}
	.logo .logo_a {
    display: none;
}
.logo_b {
    opacity: 1;
    display: block;
}
.headw svg { width:26px; height: 26px;}	
.sousuoend { font-size:18px;color: #AAAAAA;}
.cuohao {color: #AAAAAA;}	
.indise_nav .phxia { margin-top:0px;}
	
}










