@charset "utf-8";
/*******CSS commont*************/
html {background:#f7f7f7;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p {margin:0;padding:0;box-sizing:border-box;}
div,p {max-height:999999px;/*消除Font Boosting*/}
img {border:0;display: block;}
ol,ul {list-style:none;}
h1,h2,h3 {font-weight:normal;font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-weight:inherit;font-size:inherit;font-family:inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}
/*******CSS reset*************/
body {height:unset;min-height:100vh;width: 750px;line-height:1;margin: 0 auto;background:#fff;color:#333;font-size:26px;font-family:'Microsoft YaHei','微软雅黑',Arial;}
a {color:#333;text-decoration:none;cursor:pointer;transition:all 0.3s;}
a:hover {text-decoration:none;}

@font-face {
  font-family: 'iconfont';  /* Project id 2005099 */
  src: url('//at.alicdn.com/t/font_2005099_slbfanvkhyr.woff2?t=1641784832968') format('woff2'),
       url('//at.alicdn.com/t/font_2005099_slbfanvkhyr.woff?t=1641784832968') format('woff'),
       url('//at.alicdn.com/t/font_2005099_slbfanvkhyr.ttf?t=1641784832968') format('truetype');
}
.ali-icon {font-family: 'iconfont';}

.c_main{ color: #fd5903; }/*主色,main color*/
.c_b { color: #333333;}/*黑色*/
.c_w { color: #fff;}/*白色*/
.c_blue { color: #0d5cb9;}/*蓝色*/
.c_r { color: #d60000;}/*红色*/
.c_y { color: #ffff00;}/*红色*/
.c_g { color: #6a6a6a;}/*灰色*/
.c_z{ color: #c09aff;}
.b_main{ background: #fd5903; }/*主背景色,main background color*/
.b_b { background: #333333;}/*背景黑色*/
.b_w { background: #fff;}/*背景白色*/
.b_blue { background: #0d5cb9;}/*背景蓝色*/
.b_r { background: #d60000;}/*背景红色*/
.b_g { background: #6a6a6a;}/*背景灰色*/
.f_12{ font-size: 12px; }
.f_14{ font-size: 14px; }
.f_16{ font-size: 16px; }
.f_18{ font-size: 18px; }
.f_20{ font-size: 20px; }
.f_22{ font-size: 22px; }
.f_24{ font-size: 24px; }
.f_26{ font-size: 26px; }
.f_28{ font-size: 28px; }
.f_30{ font-size: 30px; }
.f_32{ font-size: 32px; }
.f_40{ font-size: 40px; }
.l_12{ line-height: 24px; }
.l_14{ line-height: 28px; }
.l_16{ line-height: 32px; }
.l_18{ line-height: 36px; }
.l_20{ line-height: 40px; }
.l_22{ line-height: 44px; }
.l_24{ line-height: 48px; }
.l_26{ line-height: 52px; }
.l_27{ line-height: 54px; }
.l_28{ line-height: 56px; }
.l_30{ line-height: 60px; }
.l_32{ line-height: 64px; }
.b{ font-weight: bold; }
.c_w{ color: #fff; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.top_header{ width: 750px; padding-top: 15px; padding-left: 230px; height: 78px; text-align: center; position: relative; line-height: 78px; font-size: 44px; font-weight: bold; color: #333333; }
.top_tel{ position: absolute; font-size: 42px; font-weight: bold; color: #58250e; top: 0px; right: 100px; }
.top_txt{ height: 54px; line-height: 54px; color: #fff; background: #333333; padding-left: 50px; padding-right: 50px; }
.left {float:left;}
.right {float:right;}
.ovfl {overflow:hidden;}
.clear {clear:both;}
.hidden {display:none;}
.filter_bg8 {filter:alpha(opacity=80);opacity:0.8;}
.w-100 {width:100%!important;}
.w-75 {width:75%!important;}
.w-50 {width:50%!important;}
.w-25 {width:25%!important;}
.text-center {text-align:center;}
.d-flex {display:flex!important;}
.d-block {display:block!important;}
.d-none {display:none!important;}
.d-inline {display:inline!important;}
.d-inlineblock {display:inline-block!important;}
.mt-1 {margin-top:15px;}
.mt-2 {margin-top:25px;}
.pt-1 {padding-top:15px;}
.pt-2 {padding-top:25px;}
.mx-auto {margin:0px auto;}
.mx-1 {margin-left:15px;margin-right:15px;}
.mx-2 {margin-left:25px;margin-right:25px;}
.px-1 {padding-left:15px;padding-right:15px;}
.px-2 {padding-left:25px;padding-right:25px;}
.my-1 {margin-top:15px;margin-bottom:15px;}
.my-2 {margin-top:25px;margin-bottom:25px;}
.py-1 {padding-top:15px;padding-bottom:15px;}
.py-2 {padding-top:25px;padding-bottom:25px;}
.line-1 {line-height:1;}
.line-2 {line-height:2;}
.line-3 {line-height:3;}
.flex-wrap {flex-wrap:wrap;}
.align-items-center {align-items:center;}
.justify-content-center {justify-content: center;}
.justify-content-between {justify-content: space-between;}
.justify-content-around {justify-content: space-around;}
.btn {height: 50px;line-height: 50px;border: 1px solid transparent;padding: 0 25px;background-color: #1E9FFF;color: #fff;white-space: nowrap;text-align: center;cursor: pointer;border-radius: 5px;box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);}
.btn-sm {height:35px;line-height:35px;padding:0 15px;}
.btn-lg {height:60px;line-height:60px;padding:0 35px;}
.btn-block {display:block;margin:25px auto;}
.shadow {display:none;position: fixed;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,.78);z-index:9999;}
.share-panel {z-index:99999;width:700px;max-width: 85vw;background:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:15px;padding:30px;}
.share-panel .close {cursor:pointer;position:absolute;right:16px;top:16px;display:block;font-size:40px;width:40px;height:40px;text-align:center;line-height:40px;}
.share-panel .t1 {text-align:center;color:#333;line-height:2;font-size:200%;}
.share-panel input[type="text"] {width:100%;border:none;margin-top:20px;line-height:2.5;border-bottom:1px solid #D6D6D6;background-color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-webkit-user-modify:read-write-plaintext-only;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;cursor:pointer;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;}
.listshare {position:fixed;z-index:9991;bottom:25%;right:10px;display:block;overflow:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center;}
.js-ishare-modal {position:fixed;top:0px;left:0px;bottom:0px;right:0px;z-index:99999;background:rgba(0,0,0,.78);text-align:right;}
.js-ishare-modal img {margin-left:auto;}
.layui-layer-dialog .layui-layer-content {font-size:100%;}

/* CSS Header */
#header{display:flex;align-items:center;justify-content:space-between;width:750px;padding:15px 0;position: relative;background:#fff;}
.in_logo{ margin-right: 25px; margin-left: 25px;}
.in_search{flex:1;width:50%;margin-right:10px;position: relative; }
.input_sc{ width: 100%; height: 80px; line-height: 80px; border: 0px; background: #f9f9f9; border-radius: 7px; padding-left: 30px; font-size: 28px; }
.input_by{ width: 80px; height: 80px; background: url(search_bt.png) center no-repeat; border: 0px; position: absolute; top: 0px; right: 35px; }
.yaoqing_bg{ background: #f38826; border-radius: 10px; padding: 30px; color: #fff; margin-bottom: 30px; }
#in_wrap{ width: 750px; background: #fff;margin:0 auto;position: relative;z-index: 99;}

.search-bar {background: #fff;height:70px;line-height:70px;position:sticky;top:0;left:0;right:0;box-shadow:0 5px 10px -10px rgba(0,0,0,.3);z-index:99991;}
.search-tab {flex:1;text-align:center;position:relative;border-right:1px solid #aaa;}
.search-tab:last-child {border:none;}
.search-tab:after {content:'\eab1';font-size:50%;font-family: 'iconfont';position:absolute;right:17%;top:50%;transform:translateY(-50%);pointer-events: none;}
.search-tab select,.search-tab .select {display:block;width:65%;margin:0 auto;text-align: center;border: none;white-space:nowrap;text-overflow: ellipsis;overflow:hidden;}
.search-tab.active {color:#0071ce;font-weight:bold;}
#search-tab3:after {content:'';width:750px;height:100vh;position:fixed;left:0;top:0;transform:translateY(-100%);z-index:99991;background:rgba(0,0,0,.78);}
#search-tab3 {background: #fff;height:70vh;width:750px;max-width:100vw;position:fixed;bottom:0;left:50%;z-index:99999;padding:30px;transform:translateX(-50%);}
#search-tab3 .close {position:absolute;right:30px;top:30px;font-size:150%;font-weight: bold;line-height:80px;}
.search-t1 {font-size:100%;font-weight: bold;border-bottom:1px solid #eee;line-height:80px;margin-bottom:20px;}
.search-content {height:70%;overflow-y:auto;padding:30px 0;justify-content: flex-start}
.search-content::-webkit-scrollbar {width:5px;}
.search-content::-webkit-scrollbar-thumb {background:#aaa;}
.search-tag {border:1px solid #eee;border-radius:5px;height:60px;line-height:60px;margin:5px;padding:0 30px;}
.search-tag.active {color:#0071ce;border-color:#0071ce;}

#btn {background:#fff;padding-top:10px;width:750px;height:110px;overflow:hidden;position:fixed;bottom:0px;left:50%;margin-left:-375px;z-index:999;color:#929292;}
.btnbox {width:20%;height:140px;text-align:center;font-size:26px;color:#929292;float:left;position:relative;background:#fff;position:relative;line-height:160px;}
.btnbox:hover {color:red;}
.f_1 {background:url(f_1.png) no-repeat center top;}
.f_2 {background:url(f_2.png) no-repeat center bottom;}
.f_3 {background:url(f_3.png) no-repeat center bottom;}
.f_4 {background:url(f_4.png) no-repeat center bottom;}
.f_5 {background:url(f_5.png) no-repeat center top;}
.gotop {width:102px;height:102px;background:url(../images/top.png) no-repeat;bottom:140px;right:15px;z-index:999;position:fixed;}
.touming {width:750px;height:76px;padding-left:35px;background:url(touming.png);position:fixed;bottom:115px;font-size:24px;z-index:100;margin:auto;}
.end_bg {background:#fff;width:100%;height:120px;z-index:998;}
.end_user {width:450px;height:76px;line-height:76px;color:#fff;padding-left:45px;background:url(end_user.png) left center no-repeat;}
.end_login {width:125px;height:36px;line-height:36px;margin-right:20px;margin-top:20px;text-align:center;background:#f38826;color:#fff;border-radius:7px;z-index:999;}
.end_baoming{ width: 750px; height: 120px; padding-left: 148px; background: #fff; border-top: 1px solid #f0f0f0; padding-top: 25px; position: fixed; font-size: 24px; z-index: 100; bottom: 0px; }
.end_lx { width: 125px; height: 36px; line-height: 36px; margin-right: 20px; margin-top: 20px; text-align: center; background: #3190fc; color: #fff; border-radius: 7px; }
.end_tel { height: 55px; line-height: 55px; margin-right: 20px; margin-top: 10px; background: url(end_tel.png) center left no-repeat #3190fc; color: #fff; border-radius: 10px; padding-left: 70px; padding-right: 50px; }
.end_tel1 { height: 80px; line-height: 80px; font-size:40px; letter-spacing: 35px; font-weight: bold; margin-top: 5px; background: url(end_tel.png) center left no-repeat #f00; }
.end_mes { height: 55px; line-height: 55px; margin-right: 20px; margin-top: 10px; background: url(end_mes.png) center left no-repeat #f38826; color: #fff; border-radius: 10px; padding-left: 70px; padding-right: 50px; }
.menu {padding-top:30px;margin-top:30px;}
.menu li {width:178px;height:150px;text-align:center;float:left;line-height:260px;}
.menu li:hover {color:red;}
.m1 { background: url(m1.png) center top no-repeat; }
.m2 { background: url(m2.png) center top no-repeat; }
.m3 { background: url(m3.png) center top no-repeat; }
.m4 { background: url(m4.png) center top no-repeat; }
.jiaqun {width:96%;height:53px;line-height:53px;background:url(jiaqun.png) no-repeat;position:relative;padding-left:80px;margin:auto;margin-top:40px;margin-bottom:40px;}
.jiaqun span {color:#e50017;}
.fuzhi {width:95px;height:42px;line-height:42px;text-align:center;background:#3190fc;position:absolute;top:5px;right:10px;color:#fff;border-radius:5px;}
.ad {width:750px;height:151px;background:url(ad.png) no-repeat;margin-bottom:20px;}

.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}
.sitemap{ width:996px; float:left;margin-top:10px; margin-bottom:10px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}
.f{ float:right; margin-right:10px; _margin-top:7px;}
.map{ float:right;margin-top: 20px;}
.map a{color:black;}

.share_bt { position: absolute; top: 10px; right: 10px; background: url(share.png) no-repeat; width: 23px; height: 24px; }
.video {background: #000;}
video,iframe {width:100%!important;}
.changebtn {text-align:center;margin:20px auto 0;}
.changebtn a {color:#f38826;background:#fff;font-size:24px;border-radius:20px;height:40px;line-height: 40px;padding:0 25px;display:inline-block;}
.changebtn a.active {color:#fff;background:#f38826;}
.job_body { padding: 40px; line-height: 60px; position: relative;}
.job_title { font-size: 35px; font-weight: bold; color: #484848; max-width: 75%;}
.job_shouru { font-size: 35px; color: #dd1a00; }
.job_shouru span{ font-size: 20px; }
.job_baoming { position: absolute; top: 60px; line-height: 46px; right: 40px; text-align: right; }
.butie { width: 100%; height: 70px; line-height: 70px; background: #f2f2f2; padding-top: 20px; padding-left: 40px; }
.ruzhi_butie { width: 120px; height: 32px; line-height: 32px; font-size: 24px; background: #3190fc; text-align: center; color: #fff; border-radius: 10px; }
.butie_nav { line-height: 32px; margin-left: 50px; }
.butie_nav span{ color: #dd1a00; }
.job_yuan { height: 50px; line-height: 50px; background: url(yuan.png) no-repeat center left; padding-left: 50px; }
.job_lf { font-size: 30px; width: 150px; height: 70px; line-height: 70px; background: #eff2fb; text-align: center; }
.job_rt { font-size: 30px; width: 510px; line-height: 70px; background: #f2f2f2; padding-left: 30px; }
.job_nav {font-size:unset;font-size:28px;}
.job_nav img { width: 100%; }
/*.job_nav li { margin-bottom: 20px; }*/
#baoming { padding-top: 30px; font-size: 32px; }
#baoming li { margin-top: 40px; line-height: 46px; }
.baoming_text{ width: 100%; background: #f3f3f3; height: 80px; border: 1px solid #ccc; border-radius: 10px; padding-left: 20px;}
.in_about{line-height: 66px; font-size: 28px; margin-top: 30px; padding: 0px 20px 20px 20px;}
@media(min-width:768px) {
	.job_nav {font-size:26px;}
	.job_tt {font-size: 30px;}
}

.job_tab {width:730px;margin:auto;}
.job_img {width:130px;height:130px;margin-right:50px;position:relative;}
.job_img.video:after {content:'';position:absolute;top: unset;left: unset;right:5px;bottom:5px;width:50px;height:50px;background:url(./video.png) no-repeat center;background-size:100%;}
.job_img {display:flex;align-items: center;justify-content: center;overflow:hidden;}
.job_img img {border-radius:5px;}
.job_info{ width: 500px;max-width:380px; }
.job_info2{ width: 380px; }
.job_tt {font-size:32px;color:#000;position:relative;font-weight:bold;margin-right:20px;margin-bottom:15px;line-height: 1.1;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.job_type {min-width:70px;height:32px;line-height:32px;background:#f38826;color:#fff;text-align:center;font-size:22px;border-radius:7px;position: absolute;left: 0;top: 0;}
.job_youshi {padding-left:10px;padding-right:10px;background:#eff2fb;color:#3190fc;height:30px;line-height:30px;margin-top:5px;margin-right:10px;font-size:22px;}
.job_gongzi {color:#f27d00;font-size:30px;margin-top:15px;}
.job_gongzi span {color:#828282;font-size:22px;}
.job_liucheng{ width: 549px; height: 83px; background: url(job_liucheng.png) center no-repeat; margin:30px auto;}
.job_link_img{ padding-top: 10px; }
.job_link{ font-size: 32px; line-height: 50px; margin-left: 30px; }
.job_link span{ font-size: 24px; color: #3190fc; }
.job_link_tel{ width: 100px; height: 100px; background: url(job_link_tel.png) no-repeat; }
.job_line{ border-bottom: 1px solid #eff2fb; width: 100%; padding-bottom: 20px; }

#wrapin_wrap{ width:750px; height:auto; margin: 0 auto;position: relative;z-index: 100;overflow: hidden; position: relative; background: #3c033a; color: #fff;}
#wrap{ width:750px; height:auto; margin: 0 auto;position: relative;z-index: 100;overflow: hidden; position: relative; background: #fff; color: #3c033a;}

.hot_sale{ background: #530479; margin-top: 30px; margin-bottom: 30px; padding: 35px 5px 35px 5px; }
.hot_tt{ width: 453px; height: 38px; background: url(hot_sale.png) no-repeat; margin: auto; margin-bottom: 35px; }
.hot_menu li{ width: 208px; height: 68px; line-height: 68px; background: #fff; font-size: 28px; color: #333333; border-radius: 40px; float: left; display: inline; text-align: center; margin: 10px 15px 10px 15px; }
.hot_menu li:hover{ background: #ffff11; }
.in_ad{ height: 228px; width: 100%; background: url(in_ad.png) no-repeat; }
.in_pro li{ padding: 40px; background: #530479; margin-bottom: 30px; }

.newslist{ width: 750px; height:auto; margin:0 auto; padding-bottom:20px; padding-top: 20px; overflow: hidden;}
.newslist li{ width: 100%; height:80px;font-size:28px; line-height:80px; overflow: hidden;}
.newslist li:nth-of-type(even) { background:#eeeeee;}
.newslist li a{padding-left: 10px}

.txtScroll-left{ width:650px;  position:relative; padding-left: 30px;  }
.txtScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-left .hd .prev,.txtScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("images/arrow.png") no-repeat;}
.txtScroll-left .hd .next{ background-position:0 -50px;  }
.txtScroll-left .hd .prevStop{ background-position:-60px 0; }
.txtScroll-left .hd .nextStop{ background-position:-60px -50px; }
.txtScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.txtScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-left .hd ul li.on{ background-position:0 0; }
.txtScroll-left .bd{ padding:10px; width:630px; overflow:hidden; padding-top: 40px;}
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{ margin-right:20px; color: #000; background: #fff;  float:left; height:40px; line-height:40px;  text-align:left; _display:inline; border-radius: 15px; opacity: 0.9;}
.txtScroll-left .bd ul li span{ color:#999;  }

.txtMarquee-left{ width:450px;  position:relative;   }
.txtMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtMarquee-left .hd .prev,.txtMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.txtMarquee-left .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.txtMarquee-left .bd{ padding-top: 40px; }
.txtMarquee-left .bd .tempWrap{ width:730px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ border-radius: 15px; margin-right:10px; color: #000; background: #fff; float:left; height:40px; line-height:40px;  text-align:left; _display:inline; width:auto !important; opacity: 0.9;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span{ color:#999;  }

.slideTxtBox .bd li {position:relative;}
/* 本例子css */
.slideTxtBox {width:730px;min-height: 50vh;text-align:left;font-size:28px;}
.slideTxtBox .hd {height:80px;line-height:80px;border-bottom:2px solid #3190fc;position:relative;}
.slideTxtBox .hd ul {display:flex;align-items:center;}
.slideTxtBox .hd ul li {padding:0 25px;cursor:pointer;color:#333;}
.slideTxtBox .hd ul li.on {background:#3190fc;color:#fff;}
.slideTxtBox .bd ul {padding:25px 0;zoom:1;}
.slideTxtBox .bd li {line-height:24px;padding:15px;}
.slideTxtBox .bd ul a:nth-child(2n) li {background:#fafafa;}
.slideTxtBox .bd li:after {content:'';display:block;clear:both;}
.slideTxtBox .bd li:hover {background: #f3f3f3!important;}
.slideTxtBox .bd li .date {float:right;color:#999;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {position:absolute;right:10px;top:0;}
.slideTxtBox .arrow a {display:block;width:5px;height:9px;float:right;margin-right:5px;margin-top:10px;overflow:hidden;cursor:pointer;background:url("../images/arrow.png") 0 0 no-repeat;}
.slideTxtBox .arrow .next {background-position:0 -50px;}
.slideTxtBox .arrow .prevStop {background-position:-60px 0;}
.slideTxtBox .arrow .nextStop {background-position:-60px -50px;}

.multipleColumn{ overflow:hidden; position:relative;  }
.multipleColumn .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; }
.multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.multipleColumn .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.multipleColumn .hd ul li.on{ background-position:0 0; }

.multipleColumn .bd{ padding:10px; overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:284px;  float:left; _display:inline; position: relative; margin-bottom: 30px;  }
.multipleColumn .bd ul li{ margin:0 px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left: 10px; margin-right: 10px;  }
.multipleColumn .bd ul li .pic{ text-align:center; }
.multipleColumn .bd ul li .pic img{ width:224px; height:166px; display:block; }
.multipleColumn .bd ul li .pic a:hover img{  }
.multipleColumn .bd ul li .title{ line-height:24px; position: absolute; background: #558ac3; width: 224px; opacity: 0.8s; height: 38px; top: 130px; color: #fff; }
.multipleColumn .bd ul li .title a{ color: #fff; font-weight: normal; font-size: 22px; }
.piclist{ width:750px; height: auto;padding:5px 0 18px 0; overflow: hidden;}
.piclist li{ width:346px;height:263px;margin:22px 14px; overflow: hidden;float: left;position: relative;}
.piclist li img{ width:346px;height:263px;background: #f5f5f5; display: block;margin: 0 auto;position: relative;z-index:1}
.piclist li span{width:346px;height:50px;font-size: 24px; background:rgba(0,0,0,0.4);line-height:50px;color: #fff;text-align:center;left: 0;top: 213px;z-index:2; position: absolute;}

/* CSS Ziye */
.top_cp{ background: #530479; padding: 35px; }
.top_cp li{ float: left; display: line; width: 33%; height: 62px; line-height: 62px; color: #fff; }

/*pro*/
#main{ color: #3c033a; }
.pro_tt{ font-size: 32px; line-height: 60px; padding: 35px;}
.pro_info{ padding: 35px;}
.price{ color: #666666; font-size: 20px; line-height: 40px; }
.price b{ font-size: 40px; color: #ff0000; font-weight: bold; }
.price span{ font-size: 40px; color: #9300d9; }
.pro_weixin{ width: 630px; height: 94px; background: url(pro_weixin.png) no-repeat; margin: 30px auto 30px auto; font-size: 22px; line-height: 30px; padding-left: 150px; padding-top: 20px; }
.weixin_account{ background: #056d37; color: #fff; line-height: 30px; }
.button{ width: 315px; height: 65px; line-height: 65px; color: #fff; text-align: center; color: #fff; border-radius: 30px; float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.b_z{ background: #530479;}
.pro_nav_tt{ width: 100%; height: 68px; background: url(pro_nav_tt.png) no-repeat center; margin-top: 50px; }


.txtScroll-top{ overflow:hidden; position:relative;}
.txtScroll-top .hd{ overflow:hidden;  height:32px; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
   cursor:pointer; background:url("images/icoUp.gif") no-repeat;}
.txtScroll-top .hd .next{ background:url("images/icoDown.gif") no-repeat;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:32px; line-height:32px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;  }
.intitle{width: 710px;height:120px;border-bottom: 2px #ededed solid; margin: 0 auto;line-height: 120px;}
.intitle span{color: #000;font-size: 48px;font-weight: bold;}
#mid{ width: 710px; height: auto; padding-bottom: 30px; margin: 0 auto; line-height: 40px; }
.title_left{ height: 69px; line-height: 69px; float: left; color: #787878; font-size: 30px; padding:0 23px; border-bottom: 3px #787878 solid;}
.title_right{ float: right; color: #787878; font-size: 23px; padding-top: 24px;}
#zytitle{ width: 600px; height: 70px;border-bottom: 1px #dedede solid; margin: 0 auto; }

/*member*/
.member_header {width:100%;height:115px;box-shadow:0px 0px 10px #ccc;position:relative;}
.back {width:75px;height:80px;background:url(back.png) no-repeat center;position: relative;z-index: 12;}
.share {width:75px;height:80px;background:url(share.png) no-repeat center;}
.member_logo {width: 100%;justify-content: center;display: flex;position: absolute;}
/****/
.w750 {width:750px;padding:20px;}
.ad1 {width:334px;height:142px;background:url(ad1.png) no-repeat;font-size:24px;color:#fff;padding-left:25px;padding-top:35px;}
.ad1 span {font-size:30px;color:#fff;font-weight:bold;}
.ad2 {width:334px;height:142px;background:url(ad2.png) no-repeat;font-size:24px;color:#fff;padding-left:25px;padding-top:35px;margin-top:10px;}
.ad2 span {font-size:30px;color:#fff;font-weight:bold;}
.in_youshi {background:url(in_youshi.png) no-repeat center top #01adff;padding-top:130px;padding-bottom:50px;}
.in_youshi li {width:346px;height:230px;float:left;margin-left:20px;margin-top:20px;box-sizing:border-box;padding:30px 0px 0px 30px;font-size:24px;line-height:36px;}
.in_youshi li span {color:#f9475b;}
.in_youshi .f1 {font-size:28px;color:#f9475b;margin-bottom:12px;}
.in_youshi .f2 {font-size:28px;color:#02c4e0;margin-bottom:12px;}
.in_youshi .f3 {font-size:28px;color:#fbb701;margin-bottom:12px;}
.in_youshi .f4 {font-size:28px;color:#a757bd;margin-bottom:12px;}
.in_youshi .f5 {font-size:28px;color:#7ba3eb;margin-bottom:12px;}
.in_youshi .f6 {font-size:28px;color:#e0ab45;margin-bottom:12px;}
.go {width:75px;height:30px;background:#ea0000;line-height:30px;color:#fff;border-radius:15px;font-size:22px;text-align:center;margin-top:10px;}
.ys1 {background:url(tj1.png) no-repeat;}
.ys2 {background:url(tj2.png) no-repeat;}
.ys3 {background:url(tj3.png) no-repeat;}
.ys4 {background:url(tj4.png) no-repeat;}
.ys5 {background:url(tj5.png) no-repeat;}
.ys6 {background:url(tj6.png) no-repeat;}
.pp {width:100%;background:url(pp.png) center top no-repeat;margin-top:50px;padding-top:100px;margin-bottom:40px;}
.pp li {float:left;border:1px solid #ecedf1;}
.in_more {background:url(in_more.png) no-repeat right;color:#888888;width:135px;height:25px;line-height:25px;margin:auto;}
.in_tt {color:#b5b5b5;font-size:22px;background:url(in_tt.png) center no-repeat;text-align:center;margin-top:50px;margin-bottom:20px;}
.in_tt span {color:#01adff;font-size:40px;}
.in_pro_menu li {width:33%;float:left;color:#666666;font-size:24px;box-sizing:border-box;padding-left:20px;margin-bottom:10px;}
.pro_1 {width:750px;height:300px;background:url(pro_1.png) no-repeat;position:relative;padding-top:55px;padding-left:370px;font-size:26px;color:#fff;margin-top:20px;line-height:50px;padding-right:50px;}
.pro_1 span {font-weight:bold;font-size:35px;}
.rmb {background:url(rmb.png) no-repeat left bottom;position:absolute;font-size:50px;font-weight:bold;padding-left:40px;}
.pro_nav_1 {margin-bottom:30px;}
.pro_nav_1 li {float:left;margin-left:20px;margin-top:20px;width:340px;overflow:hidden;line-height:40px;font-size:24px;}
.pro_nav_1 li span {font-size:28px;color:#44bf42;}
.pro_rmb {background:url(pro_rmb.png) left center no-repeat;font-size:32px;font-weight:bold;color:#44bf42;padding-left:30px;}
.in_xihuan {width:100%;height:49px;background:url(xihuan.png) center no-repeat;margin-top:50px;margin-bottom:20px;}
.pro_rmb_end {font-size:30px;color:#fa221b;width:100%;position:relative;}
.old_price {position:absolute;right:0px;bottom:0px;color:#999999;text-decoration:line-through;}
.tt_end {color:#999999;height:90px;overflow:hidden;}
.job_ms {width:140px;height:80px;border:1px solid #ccc;border-radius:10px;/* position:absolute;*/ top:0px;right:0px;min-width:140px;}
.job_ms_top {background:#0071ce;height:40px;line-height:40px;text-align:center;color:#fff;font-size:24px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.job_ms_end {text-align:center;color:#ff000c;font-size:21px;line-height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.job_ms_age {text-align:center;color:#222;font-size:22px;line-height:35px;margin-top:10px;}
/*******Css*******/
.wrap {background:#fff;margin:0px auto/* 110px*/;/*padding-bottom:150px;*/width:750px;overflow:hidden;}
/*******Css header*******/
.header {width:750px;height:100px;background:#fff;margin:0px auto;overflow:hidden;}
.logo {margin-top:18px;margin-left:23px;float:left;}
.search {width:610px;height:55px;background:#ededed;border-radius:25px;margin-top:25px;margin-left:35px;float:left;}
.search_txt {outline:none;margin-left:20px;font-size:24px;height:55px;line-height:55px;width:460px;float:left;margin-top:0px;border:0px;padding:0px;}
.search_btn {float:left;margin-top:9px;margin-left:20px;}
.notices {width:50px;height:42px;float:left;margin-top:25px;margin-left:40px;position:relative;}
.notices i {width:43px;height:43px;background:url(../Image/icon1.png) no-repeat;position:absolute;top:50%;margin-top:-15px;left:0px;}
.notices span {color:#fff;position:absolute;top:0px;left:20px;font-size:20px;line-height:42px;height:42px;width:42px;text-align:center;}
.swing {animation:swing 0.7s linear infinite;}
@keyframes swing {
	20% {transform:rotate(15deg);}
	40% {transform:rotate(-15deg);}
	60% {transform:rotate(15deg);}
	80% {transform:rotate(-15deg);}
	100% {transform:rotate(0);}
}
/*home*/
.banner {overflow:hidden;}
.nav {overflow:hidden;margin-top:20px;}
.nav li {width:16%;float:left;text-align:center;margin:0px 2% 15px 2%;overflow:hidden;}
.navp1 img {max-width:100%;}
.navp2 {color:#000;height:45px;line-height:45px;margin-top:5px;}
.gg {width:95%;height:122px;line-height:52px;margin:10px auto 10px auto;overflow:hidden;box-shadow:10px 10px 5px #eeeeee;margin-bottom:20px;background:url(../Image/gonggao.png) no-repeat bottom left;}
.gg_a1 {float:left;margin-left:15px;}
.ggc {width:65%;float:left;color:#444444;margin-left:10px;margin-top:10px;font-size:26px;}
.line1 {height:15px;background:#F1F1F1;}
.procls {overflow:hidden;margin-top:10px;}
.proclsli {width:48%;float:left;margin:10px 1% 10px 1%;height:170px;border-radius:8px;color:#fff;position:relative;}
.proclsp1 {position:absolute;top:25px;left:20px;height:45px;line-height:45px;width:70%;overflow:hidden;font-size:28px;}
.proclsp2 {height:28px;line-height:28px;padding:0px 10px;font-size:18px;border:dashed 1px rgba(255,255,255,0.7);position:absolute;top:80px;left:20px;}
.proclsimg {width:38%;height:105px;position:absolute;bottom:5px;right:0px;}
.proclsimg img {max-width:100%;}
.procls #proclsli0 {background:#FE83B1;}
.procls #proclsli1 {background:#BDDE76;}
.procls #proclsli2 {background:#AC92EB;}
.procls #proclsli3 {background:#FF6C52;}
.procls #proclsli4 {background:#FFDD58;}
.procls #proclsli5 {background:#69B9F6;}
.bktj {margin-top:20px;overflow:hidden;background:#F1F1F1;}
.bktjt {height:75px;line-height:75px;text-align:center;margin-top:20px;}
.bktjc {overflow:hidden;}
.bktjc li {background:#fff;float:left;width:33%;float:left;margin-right:0.3%;padding:10px;}
.bktjimg {overflow:hidden;}
.bktjimg img {width:100%;}
.bktjtxt {height:70px;line-height:35px;overflow:hidden;margin-top:5px;}
.bktjpr {height:45px;line-height:45px;color:#ff3b30;margin-top:5px;}
.brand {overflow:hidden;background:#F1F1F1;}
.brandc {background:#fff;padding:10px 0px;overflow:hidden;}
.brandsul {border-top:solid 1px #F1F1F1;}
.brandsul li {width:25%;float:left;border:solid 1px #F1F1F1;border-right:0px;border-top:0px;}
.brandsul li img {max-width:100%;}
.goods {overflow:hidden;}
.goodst {height:65px;line-height:65px;margin-top:20px;}
.goodstsp1 {width:65px;text-align:center;height:65px;border-radius:50%;float:left;margin-left:10px;color:#fff;font-size:30px;}
.goodstsp2 {float:left;font-size:28px;margin-left:20px;}
.goodstsp3 {float:right;margin-right:10px;}
.goodstsp3 span {float:left;font-size:23px;color:#666;}
.goodstsp3 i {width:25px;height:25px;line-height:25px;margin-top:20px;border-radius:50%;text-align:center;float:left;margin-left:5px;}
.goodsul {margin-top:20px;}
.goodsul li {float:left;position:relative;overflow:hidden;}
.goodsul li#goodsli0 {width:34%;float:left;height:400px;color:#fff;}
.goodsul li#goodsli1 {width:66%;float:left;height:180px;border-bottom:solid 1px #F1F1F1;}
.goodsul li#goodsli2 {width:33%;float:left;height:220px;border-bottom:solid 1px #F1F1F1;}
.goodsul li#goodsli3 {width:33%;float:left;height:220px;border-bottom:solid 1px #F1F1F1;}
.goodslisp1 {position:absolute;height:40px;line-height:40px;top:15px;overflow:hidden;font-size:20px;}
.goodslisp2 {height:60px;line-height:30px;z-index:3;font-size:20px;position:absolute;overflow:hidden;color:#666;}
.goodslisp3 {height:30px;line-height:30px;position:absolute;overflow:hidden;color:#ff3b30;}
.goodsliimg {position:absolute;right:10px;}
.goodsliimg img {width:100%;}
.goodsul li#goodsli0 .goodslisp1 {width:80%;left:50%;margin-left:-40%;border-radius:15px;padding:0px 5px;}
.goodsul li#goodsli0 .goodslisp2 {width:80%;left:50%;margin-left:-40%;top:66px;color:#fff;}
.goodsul li#goodsli0 .goodslisp3 {display:none;}
.goodsul li#goodsli0 .goodsliimg {width:170px;height:170px;left:50%;margin-left:-85px;bottom:10px;}
.goodsul li#goodsli1 .goodslisp1 {width:50%;left:10%;}
.goodsul li#goodsli1 .goodslisp2 {width:50%;left:10%;top:50px;}
.goodsul li#goodsli1 .goodslisp3 {width:50%;left:10%;top:120px;}
.goodsul li#goodsli1 .goodsliimg {width:30%;top:20px;}
.goodsul li#goodsli2 .goodslisp1 {width:70%;left:5%;top:5px;z-index:1;}
.goodsul li#goodsli2 .goodslisp2 {width:70%;left:5%;top:35px;z-index:1;}
.goodsul li#goodsli2 .goodslisp3 {width:70%;left:5%;top:110px;z-index:1;}
.goodsul li#goodsli2 .goodsliimg {width:45%;bottom:5px;right:5px;}
.goodsul li#goodsli3 .goodslisp1 {width:70%;left:5%;top:5px;z-index:1;}
.goodsul li#goodsli3 .goodslisp2 {width:70%;left:5%;top:35px;z-index:1;}
.goodsul li#goodsli3 .goodslisp3 {width:70%;left:5%;top:110px;z-index:1;}
.goodsul li#goodsli3 .goodsliimg {width:45%;bottom:5px;right:5px;}
#goods0 .goodstsp1 {background:#C69AE5;}
#goods0 .goodstsp2 {color:#C69AE5;}
#goods0 .goodstsp3 i {background:#C69AE5;}
#goods0 .goodsul li#goodsli0 {background:#C69AE5;}
#goods0 .goodsul li#goodsli0 .goodslisp1 {background:#D6A8F6;}
#goods0 li#goodsli1 .goodslisp1 {color:#C69AE5;}
#goods0 li#goodsli2 .goodslisp1 {color:#C69AE5;}
#goods0 li#goodsli3 .goodslisp1 {color:#C69AE5;}
#goods1 .goodstsp1 {background:#55D39E;}
#goods1 .goodstsp2 {color:#55D39E;}
#goods1 .goodstsp3 i {background:#55D39E;}
#goods1 .goodsul li#goodsli0 {background:#55D39E;}
#goods1 .goodsul li#goodsli0 .goodslisp1 {background:#55D39E;}
#goods1 li#goodsli1 .goodslisp1 {color:#55D39E;}
#goods1 li#goodsli2 .goodslisp1 {color:#55D39E;}
#goods1 li#goodsli3 .goodslisp1 {color:#55D39E;}
#goods2 .goodstsp1 {background:#FE83B1;}
#goods2 .goodstsp2 {color:#FE83B1;}
#goods2 .goodstsp3 i {background:#FE83B1;}
#goods2 .goodsul li#goodsli0 {background:#FE83B1;}
#goods2 .goodsul li#goodsli0 .goodslisp1 {background:#FE83B1;}
#goods2 li#goodsli1 .goodslisp1 {color:#FE83B1;}
#goods2 li#goodsli2 .goodslisp1 {color:#FE83B1;}
#goods2 li#goodsli3 .goodslisp1 {color:#FE83B1;}
#goods3 .goodstsp1 {background:#A0D468;}
#goods3 .goodstsp2 {color:#A0D468;}
#goods3 .goodstsp3 i {background:#A0D468;}
#goods3 .goodsul li#goodsli0 {background:#A0D468;}
#goods3 .goodsul li#goodsli0 .goodslisp1 {background:#A0D468;}
#goods3 li#goodsli1 .goodslisp1 {color:#A0D468;}
#goods3 li#goodsli2 .goodslisp1 {color:#A0D468;}
#goods3 li#goodsli3 .goodslisp1 {color:#A0D468;}
#goods4 .goodstsp1 {background:#FF720D;}
#goods4 .goodstsp2 {color:#FF720D;}
#goods4 .goodstsp3 i {background:#FF720D;}
#goods4 .goodsul li#goodsli0 {background:#FF720D;}
#goods4 .goodsul li#goodsli0 .goodslisp1 {background:#FF720D;}
#goods4 li#goodsli1 .goodslisp1 {color:#FF720D;}
#goods4 li#goodsli2 .goodslisp1 {color:#FF720D;}
#goods4 li#goodsli3 .goodslisp1 {color:#FF720D;}
#goods5 .goodstsp1 {background:#87AAEC;}
#goods5 .goodstsp2 {color:#87AAEC;}
#goods5 .goodstsp3 i {background:#87AAEC;}
#goods5 .goodsul li#goodsli0 {background:#87AAEC;}
#goods5 .goodsul li#goodsli0 .goodslisp1 {background:#87AAEC;}
#goods5 li#goodsli1 .goodslisp1 {color:#87AAEC;}
#goods5 li#goodsli2 .goodslisp1 {color:#87AAEC;}
#goods5 li#goodsli3 .goodslisp1 {color:#87AAEC;}
#goods6 .goodstsp1 {background:#FA76A7;}
#goods6 .goodstsp2 {color:#FA76A7;}
#goods6 .goodstsp3 i {background:#FA76A7;}
#goods6 .goodsul li#goodsli0 {background:#FA76A7;}
#goods6 .goodsul li#goodsli0 .goodslisp1 {background:#FA76A7;}
#goods6 li#goodsli1 .goodslisp1 {color:#FA76A7;}
#goods6 li#goodsli2 .goodslisp1 {color:#FA76A7;}
#goods6 li#goodsli3 .goodslisp1 {color:#FA76A7;}
#goods7 .goodstsp1 {background:#FE8B78;}
#goods7 .goodstsp2 {color:#FE8B78;}
#goods7 .goodstsp3 i {background:#FE8B78;}
#goods7 .goodsul li#goodsli0 {background:#FE8B78;}
#goods7 .goodsul li#goodsli0 .goodslisp1 {background:#FE8B78;}
#goods7 li#goodsli1 .goodslisp1 {color:#FE8B78;}
#goods7 li#goodsli2 .goodslisp1 {color:#FE8B78;}
#goods7 li#goodsli3 .goodslisp1 {color:#FE8B78;}
#goods8 .goodstsp1 {background:#FFC34E;}
#goods8 .goodstsp2 {color:#FFC34E;}
#goods8 .goodstsp3 i {background:#FFC34E;}
#goods8 .goodsul li#goodsli0 {background:#FFC34E;}
#goods8 .goodsul li#goodsli0 .goodslisp1 {background:#FFC34E;}
#goods8 li#goodsli1 .goodslisp1 {color:#FFC34E;}
#goods8 li#goodsli2 .goodslisp1 {color:#FFC34E;}
#goods8 li#goodsli3 .goodslisp1 {color:#FFC34E;}
.cnsx {overflow:hidden;margin-top:20px;background:#F1F1F1;}
.cnsxt {height:78px;line-height:78px;text-align:center;}
.cnsxul {overflow:hidden;margin-left:5px;}
.cnsxul li {background:#fff;float:left;width:32%;float:left;margin-right:1%;margin-bottom:1%;padding:10px;}
.cnsximg {overflow:hidden;}
.cnsximg img {width:100%;}
.cnsxtxt {height:70px;line-height:35px;overflow:hidden;margin-top:5px;color:#666;}
.cnsxpr {height:40px;line-height:40px;color:#ff3b30;margin-top:5px;}
.activitys {margin-top:20px;overflow:hidden;text-align:center;}
.activitys img {width:100%;}
.jszs {height:40px;line-height:40px;background:#f1f1f1;font-size:15px;text-align:center;}
#footer {width:750px;height:100px;z-index:999;padding:15px 0px;overflow:hidden;position:fixed;bottom:0px;left:50%;margin-left:-375px;background:#F5F5F5;}
#footer li {float:left;width:150px;text-align:center;font-size:24px;position:relative;color:#ff3b30;}
.cartcc {width:28px;height:28px;background:#ef5922;color:#fff;text-align:center;line-height:28px;border-radius:50%;position:absolute;right:8px;font-size:20px;top:0;}
#footer1 {width:750px;height:100px;z-index:999;padding:15px 10px;overflow:hidden;position:fixed;bottom:0px;left:50%;margin-left:-375px;background:#F5F5F5;}
.footerl {width:40%;float:left;}
.footerl li {width:28%;float:left;text-align:center;color:#909191;line-height:40px;position:relative;font-size:23px;}
.footerl li#cartli {width:44%;position:relative;}
.footerl li span {display:block;margin:0 auto;text-align:center;font-size:30px;position:relative;}
.footerl li#cartli .cartc {width:28px;height:28px;background:#ef5922;color:#fff;text-align:center;line-height:28px;border-radius:50%;position:absolute;right:5px;font-size:20px;top:0;}
.footerr {width:60%;float:right;}
.footerr li {width:50%;text-align:center;float:left;height:70px;line-height:70px;font-size:28px;color:#fff;}
.footerr li.carts {background:#ff3b30;}
.footerr li.buys {background:#D61100;}
.red {color:#ff3b30;}
#spinfo_11 {width:730px;overflow:hidden;margin:0px auto;position:relative;}
#spinfo_11 .title {height:120px;margin-top:10px;overflow:hidden;position:relative;}
#spinfo_11 .title .img {width:120px;height:120px;position:absolute;left:0px;top:0px;}
#spinfo_11 .title .img img {width:100%;}
#spinfo_11 .title .money {position:absolute;left:140px;top:10px;font-size:28px;font-weight:bold;color:#FF5722;}
#spinfo_11 .title .stock {position:absolute;left:140px;top:50px;font-size:24px;color:#FF5722;}
#spinfo_11 .close {position:absolute;right:10px;top:10px;font-size:26px;color:#666;width:40px;height:40px;text-align:center;line-height:40px;cursor:pointer;z-index:333;}
#spinfo_11 .content {width:100%;height:auto;border-bottom:1px solid #efeaea;padding-bottom:20px;}
#spinfo_11 .content .size {width:95%;height:auto;margin:0 auto;margin-top:10px;border-bottom:1px solid #efeaea;}
#spinfo_11 .content .size .name {font-size:24px;color:#071b26;line-height:45px;}
#spinfo_11 .content .size .value {width:100%;height:auto;}
#spinfo_11 .content .size .value span {font-size:22px;display:block;padding:0 10px;text-align:center;height:40px;line-height:40px;float:left;margin:5px;border-radius:10px;}
#spinfo_11 .content .size .value .span0 {color:#cecece;background:#f5f5f5;}
#spinfo_11 .content .size .value .span1 {color:#051b28;background:#f5f5f5;}
#spinfo_11 .content .size .value .span2 {color:#fff;background:#FF5722;}
#spinfo_11 .count {width:100%;height:60px;margin:0 auto;position:relative;border-bottom:1px solid #efeaea;}
#spinfo_11 .count .span1 {color:#071b26;position:absolute;left:0px;top:0;line-height:60px;}
#spinfo_11 .count .spinner {position:absolute;right:10px;top:15px;}
#spinfo_11 .footer {overflow:hidden;}
#spinfo_11 .footer .btn {height:65px;margin:0 auto;background:#ef5922;color:#fff;font-size:28px;text-align:center;line-height:65px;font-weight:bold;}
#company_main {line-height:2;font-size:28px;padding:8px;}
#indexNews{ width: 600px; height: auto; margin: 0 auto; overflow: hidden;}
#indexNews li {width: 100%; height: 48px; line-height: 48px;border-bottom:#e5e3e2 1px dotted;padding:5px 0px 5px 0px;}
#indexNews li a {padding-left:15px;float:left;}
#indexNews li span {float:right;color:#999}
#indexNews li a:hover {color:#ff3b30;}
#indexNews li i {float:left;margin-top:18px;}
#indexNews2 li {border-bottom:#dedede 1px dotted;padding:5px 0px 5px 0px;margin-top:10px;height:100%;overflow:hidden;}
#indexNews2 li a:hover .indexNews1p1 {color:#ff3b30;}
.indexNews2img {width:200px;height:200px;float:left;text-align:center;background:#f4f4f4;}
.indexNews2img img {max-width:200px;}
.indexNews2txt {width:510px;float:right;}
.indexNews1p1 {height:60px;line-height:60px;font-size:28px;font-weight:bold;overflow:hidden;}
.indexNews1p2 {height:35px;line-height:35px;color:#999;overflow:hidden;font-size:24px;}
.indexNews1p2 span i {margin-right:5px;}
.indexNews1p3 {height:90px;line-height:45px;font-size:25px;color:#666;overflow:hidden;padding-top:5px;}

.newsinfoleft{ padding-left: 30px; }

#picUL {width:630px; height:100%; margin-left: -15px;overflow:hidden;}
#picUL li {height:296px;width:282px;float:left;margin:0 15px;text-align:center;display:inline;transition: 0.4s all;}
#picUL li .pic_01 {width:280px;height:225px;text-align: center;background: #ffffff;border:1px solid #d9d9d9;overflow:hidden;}
#picUL li .pic_01 img {height:205px; width:260px;margin: 10px; vertical-align:top; background:#eff0ef;}
#picUL li .pic_02 {width:282px;text-align:center;line-height:66px;height:66px;overflow:hidden;}
#picUL li a {color:#494949;font-size:23px;}
#picUL li a:hover .pic_01 img {transform:scale(1.05);}
#picUL li a:hover .pic_02 {color:#ff3b30;}

#picUL0{width: 640px; height: auto; margin:0 auto;}
#picUL0 li{ width: 288px; height: 276px;overflow: hidden; text-align: center; padding: 6px 6px 6px 6px; background: #efefef; margin: 8px 10px; float:left;}
#picUL0 li img{ width: 288px; height: 216px; background: #fff; display: block; }
#picUL0 li .txt{ width: 288px; height: 60px; background: #fff; margin: 0 auto; position: relative; }
#picUL0 li .txt span{ color: #000; line-height: 60px; font-size: 25px;text-align: center;}
#newsContent p{ color: #000; line-height: 70px; font-size: 36px; padding-left: 20px; padding-right: 20px; }
#newsContent table{ width: 100%; border:1px #333333 solid !important;margin: 0 auto; border-collapse: collapse;}
#newsContent table tr{ width: 100%; height: 35px; border-bottom:1px #333333 solid !important; line-height: 35px;}
#newsContent table tr td{ width: auto; border-right:1px #333333 solid !important; padding:0 15px; border-spacing: 0;}
#newsContent{ width: 720px;height: auto; overflow: hidden;margin: 0 auto;padding-top: 40px;padding-bottom:20px}
#newsContent img{ max-width:650px;display: block;margin:10px auto}
#contact_main{ width: 100%; height: auto; padding-bottom: 30px;}
#contact_main li{ line-height: 45px; width: 100%; height: 45px; }

.goodsselect {overflow:hidden;margin:20px auto 10px;}
.goodssel {padding:10px 45px 10px 25px;background:url(../Image/selicon.png) no-repeat center right;float:left;margin-right:20px;cursor:pointer;border-radius:2px;border:1px solid #dedede;}
#proUL {overflow:hidden;}
#proUL li {float:left;margin:15px 16px;text-align:center;display:inline;padding:5px;border:solid 1px #dedede;}
#proUL li .pro_img {width:320px;height:320px;overflow:hidden;text-align:center;}
#proUL li .pro_img img {max-width:320px;}
#proUL li .pro_txt {width:300px;height:60px;line-height:60px;font-size:28px;overflow:hidden;}
#proUL li .pro_pr {height:50px;line-height:50px;}
#proUL li .pro_pr b {float:left;color:#ff3b30;}
#proUL li .pro_pr i {float:right;color:#999;text-decoration:line-through;}
#page_Title {line-height:1.6;font-size:32px;text-align:center;}
.page_Info {height:70px;line-height:70px;margin-top:15px;color:#666;border-top:solid 1px #E6E6E6;border-bottom:solid 1px #E6E6E6;}
.page_Infoleft {padding-left:30px;float:left;}
.page_Infoleft i {margin-right:5px;}
.page_Share {margin-right:10px;float:right;}
.page_Share a {float:left;margin-top:6px;margin-left:10px;}
.page_Share a:hover {animation:swing 1s;}
.page_Share span {float:left;}
#infoImage{ width: 100%; height: auto;margin:15px 0 15px 0;overflow: hidden; text-align: center; }
#infoImage img{max-width:100%;padding:3px;border:#dcdcdc solid 1px; height: auto; border-radius: 20px; margin: 0 auto}
.page_tit_bg {height:65px;background:#f8f8f8;border-radius:2px;margin:15px auto;}
.page_tit_tit {width:150px;height:65px;border-top-left-radius:2px;border-bottom-left-radius:2px;background:#ff3b30;color:#ffffff;line-height:65px;text-align:center;}
#page_Content {margin:0 auto;line-height:2;padding:10px;font-size:28px;}
#page_Content img {max-width:100%;}
#page_Content table {width:100%;margin:0 auto;border-width:1px;color:#333;border-color:#f1f1f1 !important;border-collapse:collapse;box-sizing:border-box;}
#page_Content table th {border-width:1px;padding:5px;border-style:solid;border-color:#f1f1f1 !important;background-color:#dedede;}
#page_Content table td {border-width:1px;padding:5px;border-style:solid;border-color:#f1f1f1 !important;}
#page_Content table td a {text-decoration:underline;color:#333;}
.page_link {margin-top:15px;font-size:18px;color:#41AD8D;}
.proinfo {overflow:hidden;}
.proinfo .hd {overflow:hidden;background:#f1f1f1;padding:10px 10px 0px 10px;margin-bottom:10px;}
.proinfo .hd li {float:left;cursor:pointer;height:55px;line-height:55px;margin-right:20px;padding:0px 50px;}
.proinfo .hd li.on {background:#fff;color:#ff3b30;border-top-left-radius:8px;border-top-right-radius:8px;}
.sinfoimg {overflow:hidden;}
.sinfoline1 {height:10px;background:#F1F1F1;margin-top:10px;}
.sinfot {margin:5px 0px 5px 0px;line-height:50px;font-size:30px;}
.sinfopr {height:50px;line-height:50px;overflow:hidden;font-size:28px;margin:0px 10px;}
.sinfoprsp1 {float:left;color:#ff3b30;}
.sinfoprsp2 {float:right;color:#999;text-decoration:line-through;}
.sinfono {height:45px;line-height:45px;color:#999;margin:0px 10px;}
.sinfoactivity {height:45px;line-height:45px;margin:0px 10px;color:#999;}
.sinfogg {height:45px;line-height:45px;margin:0px 10px;overflow:hidden;}
.sinfogg span {float:left;}
.sinfogg b {color:#ff3b30;}
.sinfogg i {float:right;padding-top:12px;color:#999;}
.sinfoev {height:50px;line-height:50px;margin:0px 10px;overflow:hidden;}
.sinfoevl {float:left;}
.sinfoevl span {float:left;}
.sinfoevl b {float:left;color:#ff3b30;margin-left:15px;}
.sinfoevr {float:right;}
.sinfoevr b {color:#ff3b30;}
.sinfod {line-height:1.5;margin:0px 10px;color:#999;}
#sinfoc {line-height:2;padding:10px;margin-top:10px;}
#sinfoc strong {color:#ff3b30;}
.sinfop1 {text-align:center;color:#fff;font-size:30px;margin-top:10px;height:60px;line-height:60px;background:#ff3b30;}
.sinfop2 img {width:100%;}
.sinfop3 {text-align:center;color:#fff;font-size:35px;margin-top:10px;height:80px;line-height:80px;background:#ff3b30;}
.evt {height:60px;line-height:60px;font-size:28px;padding:0px 10px;overflow:hidden;background:#f5f5f5;border-bottom:solid 1px #dedede;}
.evt span {float:left;}
.evtsp3 {color:#ff3b30;margin-left:6px;}
.evul li {padding:10px 5px;border-bottom:solid 1px #f1f1f1;margin-bottom:10px;}
.evc1 {height:80px;overflow:hidden;}
.evc1p1 {width:80px;height:80px;border-radius:50%;overflow:hidden;float:left;}
.evc1p1 img {width:100%;}
.evc1p2 {float:left;margin-left:8px;width:50%;overflow:hidden;height:80px;}
.evc1p3 {height:40px;line-height:40px;font-size:24px;}
.evc1p4 {height:40px;overflow:hidden;}
.evc1pt {float:right;line-height:80px;color:#999;font-size:22px;}
.evc2 {line-height:1.5;margin-top:8px;color:#999;font-size:22px;}
#ms {font-size:30px;background: #f8f8f8;padding: 30px 20px;display:flex;align-items:center;justify-content: center;}
#list-more {width:730px;height:80px;line-height:80px;cursor:pointer;text-align:center;background:#ff3b30;color:#fff;font-size:32px;}
#list-more span {float:left;margin-left:260px;}
#list-more b {float:right;margin-right:200px;}
#list-loding {width:100%;height:80px;cursor:pointer;background:#ff3b30;text-align:center;line-height:80px;position:relative;}
#list-loding img {position:absolute;left:200px;top:10px;width:60px;height:60px;}
#list-loding span {position:absolute;width:150px;height:80px;line-height:80px;right:200px;color:#fff;font-size:30px;}

/*表单页面样式*/
.form-title {font-size:40px;height:80px;line-height:80px;text-align:center;font-weight: bold;}
.form-content {padding:30px 35px;}
.form-slide {margin:25px auto;position:relative;}
.form-slide input {height: 78px!important;line-height: 78px!important;padding:0 25px;background: #f3f3f3!important;}
.yd-cell-item,.yd-cell-right {padding:0;}
.yd-btn,.yd-btn-warning:not(.yd-btn-loading) {margin:0;}
.yd-alert .yd-confirm-bd {max-height:90vh;overflow-y:auto;}
/*表单页面样式*/

.collectt {height:60px;line-height:60px;background:#f1f1f1;font-size:26px;text-align:center;font-weight:bold;}
.cw1 {width:55%;float:left;border-right:solid 1px #dedede;overflow:hidden;}
.cw2 {width:20%;float:left;border-right:solid 1px #dedede;overflow:hidden;text-align:center;}
.cw3 {width:20%;float:left;overflow:hidden;text-align:center;}
.collectul li {height:90px;border-bottom:solid 1px #dedede;overflow:hidden;}
.collect_img {width:80px;height:80px;overflow:hidden;float:left;margin-top:5px;margin-left:5px;}
.collect_img img {width:80px;height:80px;}
.collect_txt {width:70%;float:right;margin-right:5px;margin-top:5px;}
.collectp1 {height:40px;line-height:40px;overflow:hidden;}
.collectp2 {height:40px;line-height:40px;color:#ff3b30;}
.collectul .cw1 {height:80px;}
.collectul .cw2 {line-height:80px;color:#999;}
.collectul .cw3 p {line-height:80px;}
.collectul .cw3 p i {margin-right:5px;}
.seas {padding:8px 5px;border-bottom:solid 1px #dedede;}
.yd-list-donetip {color:#ff3b30;font-size:28px;}
.payr {margin-top:40px;text-align:center;}
.payrp2 {margin:15px 0px;color:#999;}
.payrp3 {height:70px;line-height:70px;position:relative;margin-top:30px;}
.payrp3 a {width:550px;height:70px;background:#ff3b30;color:#fff;font-size:32px;font-weight:bold;text-align:center;position:absolute;left:50%;margin-left:-275px;}

#newTitle{ width: 100%; text-align: center; height: auto; font-size: 28px; line-height: 40px; padding-bottom: 20px; font-weight: bold; color: #58250e; margin-top: 20px; }
#newsInfo{ width: 100%; height: 30px; line-height: 30px; font-size: 20px; padding-bottom: 20px; text-align: center; }
.G_tips {color:#666;width:486px;border:1px solid #dedede;padding:7px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0px 0px 3px rgba(0,0,0,.1);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.1);-moz-box-shadow:0px 0px 3px rgba(0,0,0,.1);}
.recruitys {width:670px;height:auto;padding:10px;background-color:#fafafa;border:#dedede solid 1px;}
.recruitcon {width:650px;height:173px;border-bottom:#cdcdcd dashed 1px;margin:10px;}
.recruitcon1 {width:650px;height:173px;margin:10px;}
.recruitconl {width:145px;height:153px;float:left;text-align:left;}
.recruitconc {width:372px;height:153px;float:left;padding-left:75px;}
.recruitconc li {width:372px;height:35px;line-height:35px;color:#444444;}
.zwmcys {color:#ff6c00;font-weight:bold;}
.recruitconr {width:133px;height:auto;float:left;text-align:center;}
.chakan {padding-top:13px;}
.formys {width:620px;height:auto;margin:0 auto;padding-bottom:50px;padding-top:30px}
.cpmcys {width:280px;height:34px;border:1px solid #dedede;}
.formbz {float:left;}
.G_InputText {width:400px;height:40px;font-family:"微软雅黑";font-size:23px;line-height:40px;color:#494949;border:1px solid #d2d4d6;}
.G_InputText_in {width:300px;height:40px;font-family:"微软雅黑";font-size:23px;line-height:40px;color:#494949;border:1px solid #d2d4d6;}
.sub {background:#58250e;width:105px;height:40px;border:none;color:#fff;font-size:23px;font-family:微软雅黑;}
.G_textarea {width:400px;height:100px;border:1px solid #dedede;}
.G_textarea_in {width:660px;height:100px;border:1px solid #dedede;margin-left:30px;margin-top:30px;}
.G_ul {width:100%;margin:0 auto;}
.G_botton {width:55px;height:30px;line-height:30px;border:0;background:url(button.gif) no-repeat;cursor:pointer;}
.borderLi {width:600px;height:auto;padding-top:10px;}
.borderLi_in {width:300px;height:auto;padding-top:10px;margin-left:30px;margin-right:30px;}
.G_tips {width:486px;margin:10px auto 0 auto;border:1px solid #dedede;padding:7px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0px 0px 3px rgba(0,0,0,.1);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.1);-moz-box-shadow:0px 0px 3px rgba(0,0,0,.1);}

.cpfwnr{width:230px; height:100%;overflow:hidden;}
.cpfwnr dt{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(allbg.gif) no-repeat;background-position: 0 -137px;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dd{width:190px;margin:0 auto;line-height:2}
.cpfwnr dt a{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(a1.jpg) no-repeat;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dt:hover{background:url(allbg.gif) no-repeat;background-position: 0 -102px;color:#fff;}
.cpfwnr dd a{width:190px;height:25px;line-height:25px;margin:3px 0 0 0;color:#333;font-size:12px;}
.cpfwnr dd a:hover{color:#ff6c00;}

/* 本例子css */
.slideBox {width:750px;height:410px;overflow:hidden;position:relative;}
.slideBox .hd {height:15px;overflow:hidden;position:absolute;right:5px;bottom:5px;z-index:1;}
.slideBox .hd ul {overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li {float:left;margin-right:2px;width:15px;height:15px;line-height:14px;text-align:center;background:#fff;cursor:pointer;}
.slideBox .hd ul li.on {background:#f00;color:#fff;}
.slideBox .bd {position:relative;height:100%;z-index:0;}
.slideBox .bd li {zoom:1;vertical-align:middle;}
.slideBox .bd img {width:750px;height:410px;display:block;}
/* 下面是前/后按钮代码，如果不需要删除即可 */.slideBox .prev,.slideBox .next {position:absolute;left:3%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next {left:auto;right:3%;background-position:8px 5px;}
.slideBox .prev:hover,.slideBox .next:hover {filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop {display:none;}
.slideBox .nextStop {display:none;}


.page{ width: 100%;padding:10px 0; text-align: center;}
.page a{display:inline-block; height:50px;color:#fff; font-size: 30px; line-height:50px; background: #787878;}
.page a:hover{background:#58250e;color:#fff;border:none; height:50px;line-height:50px;}
.page .current {width: 50px; height:50px;line-height:50px;background:#005ca7;font-size: 30px;color:#fff; top:0px;  position: relative; display: inline-block;}
#page_num{ display: none; }


		.adbox	{position:relative;display:block;margin-top:10px;}
		.adbox img {border:1px solid #eee;max-width:100%;}
		.adbox:after {content:'广告';border:1px solid #aaa;border-radius:2px;padding:2px 3px;font-size:12px;color:#aaa;position:absolute;right:0;bottom:0;}