.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	z-index: 9999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255 255 255 / 10%);
}

.header_act {
	top: -82px;
}

.header_active {
	background-color: #fff;
}

.header:hover {
	background-color: #fff;
}

.header .header_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	width: 175px;
	display: block;
}

.logo img {
	width: 100%;
}

.logo .logo_c {
	display: none;
}

.navge {
	width: calc(100% - 241px);
	padding: 0 4.9vw;
}

.header .navge .navge_c {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 555px;
}


.header .nav1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header .nav1 a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 82px;
	font-weight: 400;
	color: #EEEEEE;
}

.header .nav1 a:hover {
	color: var(--yx_Color) !important;
}

.header .nav1 svg {
	width: 12px;
	fill: #fff;
	height: auto;
	margin-left: 10px;
}

.header .nav2 {
    display: none;
    position: absolute;
    width: 90%;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 100;
}

.nav2box {
    display: flex;
    flex-wrap: wrap;
    padding: 3vw;
    height: 100%;
}

.nav2lf {
    width: 25%;
}

.nav2rg {
    width: 65%;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
}

.nav_left{
    border-left: 1px solid rgba(0 0 0 / 10%);
    width: 46%;
    height: 100%;
}

.nav_right {
    width: 46%;
    height: 100%;
    margin-left: auto;
    border-left: 1px solid rgba(0 0 0 / 10%);
}

.nav2lf_t {
    font-family: 'Satoshi-Bold';
    color: #333;
    line-height: 1;
}

.nav2lf_s {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 350;
    text-align: left;
    line-height: 1.6;
    color: #333;
    margin-top: 15px;
}

.nav2lf_l {
    display: flex;
    width: 220px;
    height: 55px;
    border: 1px solid var(--yx_Color);
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--yx_Color);
    background-color: transparent;
    transition: 0.8s all;
    margin-top: 25px;
}

.nav2lf_l svg{
    width: 20px;
    height: auto;
    fill: currentColor;
    margin-left: 2.2vw;
}

.nav2lf_l:hover {
    background: var(--yx_Color);
    color: #fff;
}

.nav2rg li{
    position: relative;
    width: 100%;
    padding-left: 2vw;
}

.nav2rg li a{
    color: #333;
    line-height: 1.2;
    font-family: 'Satoshi-Bold';
    text-align: left;
    display: block;
}

.nav2rg li:not(:last-child){
    margin-bottom: 15px;
}

.nav2rg li:before{
    content: '';
    width: 3px;
    height: 18px;
    background: var(--yx_Color);
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.nav_bot_li {
    width: 100%;
    display: none;
}

.nav3_title {
    display: block;
    padding-left: 2vw;
    position: relative;
    color: #333;
    line-height: 1.2;
    font-weight: 350;
    text-align: left;
}

.nav3_title:before{
    content: '';
    width: 3px;
    height: 18px;
    background: var(--yx_Color);
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.nav3_title:not(:last-child){
    margin-bottom: 15px;
}

.nav3_title:hover:before{
    opacity: 1;
}

.nav3_title:hover{
   color: var(--yx_Color);
}

.navge_c >li:nth-child(1) .nav_right{
    display: none!important;
}

.header .header_search {
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: #fff;
}

.header .world {
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: #fff;
}

.header .header_other svg {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.header_other {
	display: flex;
	align-items: center;
	width: 66px;
	justify-content: space-between;
}

.phone_menu {
	display: none;
	width: 30px;
	position: relative;
	margin-left: 30px;
}

.phone_menu span {
	background: #fff;
	height: 2px;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.phone_menu span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.phone_menu span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	top: 0;
}



.menu_act span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}

.menu_act span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(135deg);
	-ms-transform: translateY(0px) rotate(135deg);
	transform: translateY(0px) rotate(135deg);
}

.menu_act span:nth-child(2) {
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#nyBan {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nyBan .banImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nyBan .textBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#nyBan .p_btitle {
    color: #fff;
    font-family: 'Satoshi-Bold';
    line-height: 1;
}

#nyBan .p_sum {
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
}

.footer {
	background-color: #fff;
}

.footer .footer_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 195px;
	border-bottom: 1px solid rgba(0 0 0 / 6%);
}

.footer .footer_l {
	width: auto;
}

.footer .footer_r {
	width: auto;
	display: flex;
	align-items: center;
}

.fot_r_t {
	line-height: 1.2;
	color: #333;
	font-family: 'Satoshi-Bold';
}

.ft_img {
	width: auto;
	max-width: 100%;
}

.fot_lk {
	display: flex;
	flex-wrap: wrap;
}

.fot_lk li{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #f5f5f5;
	margin-left: 15px;
}

.fot_lk li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.fot_lk li a img{
	width: auto;
	max-width: 100%;
}

.fot_lk li:hover{
    background: var(--yx_Color);
}

.fot_lk li:hover img{
    filter: brightness(8.5);
}

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

.fot_t1 {
	line-height: 1;
	color: #333333;
	font-family: 'Satoshi-Bold';
}

.fot_line {
    width: 16px;
    height: 3px;
    background: var(--yx_Color);
    margin-top: 20px;
}

.fot_nav ul {
	margin-top: 25px;
}

.fot_nav ul li:not(:first-child) {
	margin-top: 10px;
}

.fot_nav ul li a {
	line-height: 1.2;
	color: #999;
}

.footer_link {
	width: 320px;
	height: 50px;
	background: #FFFFFF url(../img/jian1.png);
	border-radius: 25px;
	margin-left: auto;
	display: block;
	padding: 0 30px;
	border: none;
	appearance: none;
	color: #999;
	background-repeat: no-repeat;
	background-position: 90%;
}

.footer_btm {
    min-height: 115px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    display: flex;
	border-top: 1px solid rgba(240 240 240);
}

.footer_btm_lt {
	font-size: 16px;
	color: #707070;
	line-height: 2;
	opacity: 0.5;
}

.footer_btm_lt a {
	color: #707070;
}

.footer_btm_ri {
	display: flex;
}

.footer_btm_ri li {
	position: relative;
}

.footer_btm_ri li:not(:first-child) {
	padding-left: 40px;
}

.footer_btm_ri li a {
	font-size: 16px;
	color: #707070;
	line-height: 2;
	opacity: 0.5;
}

.footer_btm_ri li:not(:first-child)::before {
    content: '';
    background-color: #e5e5e5;
    position: absolute;
    left: 18px;
    top: 10px;
    width: 1px;
    height: 16px;
}

.footer a:hover {
	text-decoration: underline;
}

.laypage_main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.laypage_main a:hover{
    background: var(--yx_Color);
    color: #fff;
}

.swiper_but.swiper-button-disabled {
	opacity: 0.3;
}

.swiper-button-disabled{
   opacity: 0.5;   
}


.souBox {
    width: 100%;
    position: fixed;
    left: 0;
    top: 83px;
    background: #fff;
    z-index: 10;
    display: none;
    border-top: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
}

.sou_Cen {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0;
        position: relative;
}

.souBox .input-container{
    width: 100%;
    padding: 8px 2%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.souBox .formd_search_id1 {
    width: 100%;
    border: none;
    box-shadow: none;
    height: 40px;
    background: transparent;
}

.souBox .btnSearch1 {
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.souBox .btnSearch1 svg{
    width: 100%;
    height:100%;
}

.sou_colse {
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    right: -65px;
    top: 11px;
}



.crumbs {
	width: 100%;
}

.crumbs .wrap {
	display: flex;
	align-items: center;
}

.crumbs .wrap .mianLi {
	color: #666;
	line-height: 30px;
	position: relative;
}

.crumbs .wrap .mianLi:not(:first-child) {
	padding-left: 25px;
}

.crumbs .wrap .mianLi:not(:first-child)::before {
	content: '/';
	color: #666;
	position: absolute;
	font-size: 14px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.crumbs .mianLi svg{
    height: auto;
    width: 16px;
    fill: rgba(0, 0, 0, 0.2);
    margin-right: 4px;
    transform: translateY(2px)
}


/*弹窗*/
.ysTan {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}

.cpTan {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
	display: none;
}

.ggTan {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}

.yyTan {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}

.ysCen {
    width: 90%;
    max-width: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2vw 7vw;
    background: #FFFFFF;
    border-radius: 0px 50px 0px 50px;
}

.ys_Close {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 1.8vw;
    top: 1.8vw;
    cursor: pointer;
    background: url(/static/en/img/close1.png) no-repeat center;
    transition: 0.8s;
}

.ys_Close:hover{
    transform: rotate(90deg);
}

.ys_t {
	font-family: 'Satoshi-Bold';
	color: #333;
	text-align: center;
}

.ys_f {
	text-align: center;
	color: #333;
	margin-top: 5px;
}

.ysTan .layui-input-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ysTan .layui-input-block-title {
    color: #333333;
    line-height: 1.3;
    text-align: right;
    font-family: 'Satoshi-Bold';
    margin-right: 8px;
    width: 180px;
}

.cpTan .layui-input-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ggTan .layui-input-block-title {
    color: #333333;
    line-height: 1.3;
    text-align: right;
    font-family: 'Satoshi-Bold';
    margin-right: 8px;
    width: 180px;
}

.ggTan .layui-input-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cpTan .layui-input-block-title {
    color: #333333;
    line-height: 1.3;
    text-align: right;
    font-family: 'Satoshi-Bold';
    margin-right: 8px;
    width: 180px;
}

.layui-form-item .layui-input {
    height: 46px;
    padding: 10px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    border: none;
    width: calc(100% - 260px);
}

.ysTan .layui-textarea{
    width: calc(100% - 260px);
    height: 100px;
    padding: 10px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.cpTan .layui-textarea{
    width: calc(100% - 260px);
    height: 100px;
    padding: 10px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.ggTan .layui-textarea{
    width: calc(100% - 260px);
    height: 100px;
    padding: 10px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.form-item .layui-input-block{
    align-items: baseline;
}

.fangan{
	display: none;
}

.layui-but {
    font-size: 16px;
    position: absolute;
    left: calc(80% - 140px);
    top: 14px;
    color: var(--color);
    cursor: pointer;
}

.form-check.p_input {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 190px;
}

.layui-form .form-check .layui-form-checkbox {
    width: 21px;
    height: 21px;
    padding: 0px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
}

.layui-form .form-check .layui-form-checkbox i {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: var(--yx_Color);
    display: none;
    font-family: 'Satoshi-Bold';
}

.layui-form .form-check .layui-form-checkbox.layui-form-checked i{
    display: block;
}

.anTitle{
    width: auto;
    display: flex;
    color: #666;
    flex-wrap: wrap;
}

.sub{
    margin-top: 3vw;
}

.submit {
    width: 220px;
    height: 55px;
    background: var(--yx_Color);
    border: 1px solid var(--yx_Color);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0px 30px 0px 30px;
}

.submit svg{
    width: 20px;
    height: auto;
    fill: currentColor;
    margin-left: 2.2vw;
}

.submit:hover {
    background: transparent;
    color: var(--yx_Color);
}

.ysTan.show {
    display: block;
}

.cpTan.show {
    display: block;
}

.ggTan.show {
    display: block;
}

.ceBox {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    transition: 1s all;
}

.ce_cen {
    width: 100%;
        overflow: hidden;
    border-radius: 0 20px;
}

.celi {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--yx_Color);
}

.celi img{
   width: auto;
   max-width: 100%;
}

.celi:hover{
        background: rgb(37 101 197 / 50%);
}

.celi:not(:last-child):after{
    content: '';
    width: 78%;
    height: 1px;
    background-color: rgba(255 255 255 / 20%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}



@media only screen and (min-width: 768px) {
	.header:hover .logo_w {
		display: none;
	}

	.header:hover .logo_c {
		display: block;
	}

	.header:hover .nav1 a {
		color: #333;
	}

	.header:hover .nav1 .icon {
		fill: #333;
	}

	.header:hover .header_search {
		color: #333;
	}

	.header:hover .world {
		color: #333;
	}

	.header_active .logo .logo_w {
		display: none;
	}

	.header_active .logo .logo_c {
		display: block;
	}

	.header_active .nav1 a {
		color: #333;
	}

	.header_active .nav1 .icon {
		fill: #333;
	}

	.header_active .header_search {
		color: #333;
	}

	.header_active .world {
		color: #333;
	}
	
	.nav2rg li.active:before{
    opacity: 1;
}

.nav2rg li.active a{
    color: var(--yx_Color);
}
}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 769px) {
    .ceBox.left{
        transform: translateY(-50%) translateX(150px);
    }
    
    
	.logo {
		width: 165px;
	}

	.logo .logo_w {
		display: none;
	}

	.logo .logo_c {
		display: block;
	}

	.header .navge .navge_c {
		display: block;
		width: 100%;
	}

	.header .navge .navge_c>div {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .navge {
		position: fixed;
		top: 53px;
		width: 100%;
		left: 0;
		height: calc(100% - 60px);
		background: white;
		display: none;
		padding: 10px 20px 0;
	}

	.phone_menu {
		display: block;
	}

	.header .nav1 {
		height: 50px;
		width: 100%;
		border-bottom: 1px solid rgba(0 0 0 / 10%);
	}

	.header .header_flx {
		height: 56px;
	}

	.header .nav1 a {
		color: #333;
		line-height: 50px;
		font-weight: 800;
	}

	.header {
		top: 0;
		background-color: #fff;
	}

	.header_other {
		width: 100%;
		margin-left: 0;
	}

	.header_other .yy_t {
		color: #333;
		margin-left: 15px;
	}

	.header .nav1 svg {
        width: 14px;
        fill: #B8B8B9;
        position: absolute;
        right: 10px;
        transition: 0.6s;
        display: block;
	}

	.header .nav2 {
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		background: transparent;
	}

	.header .nav1.xuan_act svg {
		transform: rotate(0deg);
	}
	
	.nav2box{
	    padding: 0;
	}
	
	.nav2lf{
	    display: none;
	}
	
	.nav_left{
	    width: 100%;
	    border: none;
	}
	
	.nav_right{
	    display: none!important;
	}
	
	
	.nav2rg{
	    width: 100%;
	    flex-wrap: wrap;
	}
	
	.nav2rg li{
        margin: 0 !important;
        border-bottom: 1px solid rgba(0 0 0 / 10%);
	}
	
	.nav2rg .nav_left a{
        font-size: 12px;
        font-weight: normal;
        height: 44px;
        display: flex;
        align-items: center;
	}
	
	.header .world{
	    margin-left: auto;
	}

	.footer .footer_l {
        width: 100%;
    }

	.footer .fot_nav {
		display: none;
	}
	
	.footer .footer_top{
       align-items: center;
       align-content: center;
	}
	 
	.footer .footer_r{
	    flex-wrap: wrap;
	            width: 100%;
	    margin-top: 25px;
	}

	.fot_r_t{
	    width: 100%;
	    text-align: center;
	}
	
	.fot_lk{
	     width: 100%;
        justify-content: center;
        margin-top: 15px;
	}
	
	.footer_btm{
        border: none;
        min-height: unset;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 25px 0;
	}
	
	.footer_btm_lt{
	    text-align: center;
	}
	
	.footer_btm_lt a{
	    display: block;
	            text-align: center;
	}
	
	.footer_btm_ri{
	    width: 100%;
	    justify-content: center;
	}

	#nyBan {
		margin-top: 56px;
		height: 220px;
	}

	#nyBan .p_btitle {
		font-size: 32px;
	}
	
	#nyBan .p_sum{
	    display: none;
	}

	#nyBan .p_summary {
		margin-top: 15px;
		display: none;
	}

	.header .header_search {
		margin-left: 15px;
		color: #333;
	}

	.phone_menu span {
		background-color: #333;
	}

	.footer .wrap .footer_l {
		width: 100%;
	}

	.ft_img {
		display: block;
		max-width: 40%;
		margin: 0 auto;
	}

	.foot_xx {
		margin-top: 25px;
	}

	.foot_xx li:not(:first-child) {
		margin-top: 15px;
	}

	.fot_ewm {
		margin: 25px auto 0;
	}

	.footer .wrap .footer_r {
		display: none;
	}

	.footer_btm_ri li a {
		font-size: 14px;
	}

	.sort li a {
		line-height: 45px;
		border-bottom: 2px solid transparent;
	}

	.crumbs {
		top: 5px;
	}

	.crumbs .wrap {
		font-size: 12px;
	}
	
	.ys_Close{
	    width: 27px;
        height: 27px;
        background-size: cover;
        right: 25px;
        top: 16px;
	}
	
	.ysTan .layui-input-block-title{
	    width: 100%;
        text-align: left;
        font-size: 14px;
	}
	
	.cpTan .layui-input-block-title{
	    width: 100%;
        text-align: left;
        font-size: 14px;
	}
	
	.ggTan .layui-input-block-title{
	    width: 100%;
        text-align: left;
        font-size: 14px;
	}
	
	.layui-form-item .layui-input{
        width: 100%;
        height: 40px;
        padding: 7px 15px;
        margin-top: 5px;
	}
	
	.ysTan .layui-textarea{
	    width: 100%;
	    padding: 7px 15px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	
	.cpTan .layui-textarea{
	    width: 100%;
	    padding: 7px 15px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	
	.ggTan .layui-textarea{
	    width: 100%;
	    padding: 7px 15px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	
	.ysCen{
        height: 500px;
        overflow-x: auto;
        border-radius: 0px 30px;
        padding: 35px 25px;
	}
	
	.form-check.p_input{
	    margin-top: 20px;
        margin-left: 0;
	}
	
	.sub {
        margin-top: 20px;
    }
    
    .submit{
        width: 175px;
        height: 40px;
    }
    
    .laypage_main a, .laypage_main input, .laypage_main span{
        width: 40px!important;
        height: 40px!important;
        font-size: 14px!important;
        border-radius: 40px!important;
    }
    
    .ce_cen{
        border-radius: 0 15px;
    }
    
    .celi{
        width: 40px;
        height: 50px;
    }
    
    .celi img{
        max-width: 20px;
    }
    
	.souBox{
	    top: 1px;
	}
	
	.souBox .formd_search_id1{
	        height: 30px;
	}
	
	.souBox .btnSearch1{
	    height: 24px;
        width: 24px;
	}
	
	.sou_Cen{
	   padding: 20px 0;
	}
    
    .ceBox{
        top:65%;
    }
    
    
    
    
}
