@charset "utf-8";
/* CSS Document */



.body_relative {position: relative; width: calc(100% - 3px); overflow: hidden;}
.pc_ylink{ margin-top:15px;}
.pc_ylink .yy_all{ background:#fff;}
.pc_ylink .tit{border-top: 2px solid #009688;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;}
.pc_ylink .tit .div1{width: 180px;text-align:center;line-height:35px;background:#f8fbfe;border:0;}
.pc_ylink .tit .div1 span{width: 50%;box-sizing: border-box;height:36px;line-height: 35px;display:block;float:left;border-bottom:1px solid #dcdcdc;}
.pc_ylink .tit .div1 span.on{ background:#fff; border-bottom:0; border-right:1px solid #dcdcdc;}
.pc_ylink .tit .div1 span.on:nth-child(2){ border-left:1px solid #dcdcdc;}
.pc_ylink .tit .div1 span.on:nth-child(3){border-left:1px solid #dcdcdc;}
.pc_ylink .tit .div1 span.on a{ border:0;}
.pc_ylink .tit .div1 a{display:block;line-height: 35px;text-align: center;font-size: 15px;}
.pc_ylink .tit .div2{width: 1017.5px;line-height:35px;border-bottom: 1px solid #dcdcdc;background:#f9f9f9;}
.pc_ylink .tit .div2 a{ display:block; float:left; padding:0 13px; margin:10px 0; line-height:15px; border-right:1px solid #858484;font-size: 15px;}
.pc_ylink .tit .div2 a:last-child{ border:0;}
.pc_ylink .cont{ border:1px solid #dcdcdc; border-top:0; padding:10px 20px;display: none;}
.pc_ylink .cont a{ display:inline-block; margin-right:15px; line-height:30px;}
.pc_ylink .cont.show {display: block;}

.pc_footer{ background:#dfe0e2; margin-top:15px; padding:30px 0; text-align:center;}
.pc_footer .div1{ border-bottom:1px solid #bdbdbd; padding-bottom:30px;}
.pc_footer .div1 a{ display:inline-block; line-height:30px;}
.pc_footer .div1 a:after{ content:"-"; margin:0 10px;}
.pc_footer .div1 a:hover{text-decoration:none;color:red;}
.pc_footer .div2{ padding-bottom:30px;}
.pc_footer .div2 .left_logo{ width:38%; text-align:center; margin-top:30px; border-right:1px solid #bcbdbe; padding:20px 0;}
.pc_footer .div2 .left_logo img{ display:inline-block; vertical-align:middle;}
.pc_footer .div2 .right_dz{ width:60%; text-align:center; line-height:28px; margin-top:30px;}
.pc_footer .div2 .right_dz a{ display:inline-block;}
.pc_footer .div2 .right_dz .div1_01{ font-size:18px;}




#myjQueryContent img{ object-fit: cover;}

#yy_shangqiao{ position:fixed; right:0; top:25%; text-align:right; overflow:visible; width:75px;}
#yy_shangqiao div{ overflow:visible;}
#yy_shangqiao ul{ overflow:visible;}
#yy_shangqiao li{ width:55px; margin-bottom:8px; position:relative; overflow:visible;}
#yy_shangqiao li.li1{ }
#yy_shangqiao li.li1 img{ width:100%;}
#yy_shangqiao li .img1{ display:none;}
#yy_shangqiao li:hover .img1{ display:block; position:absolute; right:55px; top:0;}
li{ list-style:none;}

ul.ycb_page {
	text-align:center !important;
	padding:50px 0 !important
}
ul.ycb_page li {
	display:inline-block !important;
	line-height:28px !important;
	margin:3px !important;
	width: auto !important;
	float: unset !important;
	box-shadow: unset !important;
    padding: unset !important;
    border: unset !important;
}
ul.ycb_page li i {
	display:block !important;
	font-style:normal !important;
	padding:0 15px !important;
	border:1px solid #dbdbdb !important
}
ul.ycb_page li span {
	display:block !important;
	padding:0 10px !important;
	border:1px solid #dbdbdb !important;
	line-height: 2 !important;
}
ul.ycb_page li.on span,.ycb_page li a:hover span,ul.ycb_page li a:hover i {
	background:#009688 !important;
	color:#fff !important;
	border-color:#009688 !important
}
ul.ycb_page li select {
	display:block !important;
	font-size:15px !important;
	line-height:28px !important;
	padding:0 40px 0 17px !important;
	background:url(../images/ycb_page_icon.png) 80px center no-repeat !important;
	border:1px solid #dbdbdb !important;
	outline:none !important;
	cursor:pointer !important
}

 ul.ycb_page li a:before {
	display:none !important;
}

.yy_left_fixed_wx{ width:110px; position:fixed; left:0; top:25%; z-index:99}
.yy_left_fixed_wx img{ width:100%;}

.zzss_weizhi {padding: 10px 0;}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pos_div {
    line-height: 20px;
    padding: 10px 0;
}

.pc_logo .city_select {
    position: relative;
}

.pc_logo .city_select .select_name {
    text-align: center;
    height: 42px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    color: #f08300;
    font-size: 16px;
    width: 100px;
    padding: 6px;
}
.pc_logo .city_select .select_option {
    top: 55px;
    left: -40px;
    position: absolute;
    width: 180px;
    background-color: #f8fbfe;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}
.pc_logo .city_select .select_option ul {
    padding: 15px 10px;
    max-height: 290px;
    overflow-y: auto;
}
.pc_logo .city_select .select_option li {
    text-align: center;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.pc_logo  .pc_nav_form {}

.pc_logo .pc_nav_form form {
    border-radius: 5px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.pc_logo .pc_nav_form .form-group input {
    border: none;
    box-shadow: none;
    width: 280px;
    padding: 5px 10px;
    line-height: 28px;
}

.pc_logo .pc_nav_form .form-group input:focus {
    outline: none;
}



.pc_logo .pc_nav_form form:focus {
    border-color: #009688;
}

.pc_logo .pc_nav_form button.pull-right {
    border: none;
    background: none;
    padding: 10px;
}

.pc_logo .pc_nav_form button.pull-right img {
    width: 18px;
    opacity: 0.8;
}

.pc_logo .pc_nav_form button.pull-right:hover img {
    opacity: 1;
}

p.toutext {
    letter-spacing: 1.5px;
    text-align: center;
    color: #78818e;
    font-size: 12px;
}
.pc_logo .yy_all.flex {
    justify-content: space-between;
    align-items: center;
}
.pc_logo .pc_tel {
    width: 208px;
}

.pc_logo .pc_tel .pc_tel_img {
    font-style: italic;
}

.pc_logo .pc_tel .pc_tel_img img {
    width: 21px;
    height: 21px;
    padding-top: 2px;
}

.pc_logo .pc_tel .pc_tel_img span {
    font-size: 21px;
    line-height: 25px;
    padding-left: 8px;
    letter-spacing: 1.5px;
    color: #4e4e4e;
}

.pc_logo .pc_tel .pc_tel_txt {
    font-size: 16.5px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 3px 8px 0;
    color: #4e4e4e;
}
.pc_logo .city_select .select_option li a {
    display: block;
    color: #030303;
}

.pc_logo .city_select .select_option li a:hover {
    color: #EA9215;
    background: rgb(0 0 0 / 0.1);
}
.giftbag_curtain {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgb(0 0 0 / 0.4);
}

.giftbag_form {
    width: 100%;
    height: 125.6vw;
    max-width: 617px;
    max-height: 755px;
    position: fixed;
    top: 2vw;
    z-index: 1052;
    display: none;
}

.giftbag_form .giftbag_form_input {
    width: 100%;
    height: 100%;
    position: relative;

}

.giftbag_form .giftbag_form_input .giftbag_form_img {
	width: 100%;
	height: 100%;
}
.giftbag_form .giftbag_input {
    position: absolute;
    top: 71%;
    z-index: 1052;
    padding: 0 20%;
}


.giftbag_form .giftbag_input .msg_text {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 12px;
    width: 100%;
}

.giftbag_form .giftbag_input .msg_submit {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    line-height: 2;
    border-radius: 16px;
    border-color: #ff8f2d;
    background-color: #ff8f2d;
    color: #ffffff;
}

@media screen and (max-width: 640px){
	
	.pc_footer{ margin-bottom:20px;}
	.pc_footer .div2 .left_logo{ width:100%; margin-top:0; padding:0;}
	
	.pc_footer .div2 .right_dz{ width:100%;}
	
	
	

	.ph_footer{background: #009688;padding: 5px 0;position:fixed;bottom:0;z-index:9;width: 100%;}
	.ph_footer ul{ width:99%; margin:0 auto;}
	.ph_footer ul li{width: 25%;display:block;float:left;border-right: 1px solid #009688;}
   .ph_footer ul li a:hover {text-decoration: none;}
	.ph_footer ul li:nth-child(4){ border:0;}
	.ph_footer ul li img{width: 35%;max-width: 30px;margin:0 auto;}
	.ph_footer ul li span {display: block;text-align: center;color: #ffffff;font-size: 14px;line-height: 1;padding-top: 5px;}
	
	#yy_shangqiao{ display:none;}	
	
	

	/*2019.1.10*/
	.sy_xz{ line-height:20px; text-align:center; padding-bottom:6px;}
	.sy_xz li{ display:inline-block; font-size:12px; vertical-align:middle;}
	

	#meiqia-container .ikCswk{ height:75% !important; top:auto !important;}
	
	
.giftbag_form .giftbag_form_input .close {
    background-image: url(../picture/left_close.png);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 25px;
}


	}



.searchCont {
    position: fixed;
    top: 0;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    max-width: 750px;
    box-sizing: border-box;
    padding: 0 10px;
}

.topSearch {font-size: 15px;position: relative;padding-top: 15px;width: 100%;}
.topSearch-img { position: absolute; left: 15px; color: #ccc; }
.topSearch-input { background-color: #fafafa;width: 85%; height: 40px; border-radius: 40px; padding-left: 37px; border: none;background-image: url(../picture/searchsubmit.png);background-repeat: no-repeat;background-size: 20px;background-position: 12px;}
.topSearch-cancel {line-height: 40px;margin-left: 4%;width: 11%;}

.searchItem {margin-top: 25px;}
.searchItem-tit { font-size: 16px; }
.searchItem-tit-img { margin-right: 7.5px; color: #666; font-size: 17px; vertical-align: -1px; }
.searchItem-tit-img1 { width: 11px; height: 12px; }
.searchItem-tag a { display: inline-block; background-color: #fafafa; height: 32px; line-height: 32px; border-radius: 32px; padding: 0 15px; margin-right: 10px; margin-top: 10px; }
.searchItem-tag a:hover { opacity: .9; }
.searchItem-del { color: #ccc; }
.searchItem-list { font-size: 14px; color: #666; margin-top: 10px; }
.searchItem-list li a { display: block; padding: 7.5px 0; }
.searchItem-list li:first-child span { background-color: #e14c4c; }
.searchItem-list li:nth-child(2) span { background-color: #ff9526; }
.searchItem-list li:nth-child(3) span { background-color: #f6df77; }
.searchItem-list li span {width: 25px;height: 15px;line-height: 15px;display: inline-block;color: #fff;background-color: #e1e1e1;font-size: 10px;border-radius: 12px;margin-right: 7.5px;text-align: center;vertical-align: 1px;}

.wrapper { display: flex; justify-content: space-between; flex-direction: column; min-height: calc(100vh - 62px); margin-bottom: 62px; }

.topSearch-input:focus {
    outline: none;
}
.ph_logo span .tit_search img {
    width: 20px;
    padding-top: 2.5px;
    margin-right: 5px;
}