@charset "UTF-8";
.colmain { color: #802428; }
.colmain2 { color: #fda854; }
.colmain3 { color: #fabf3a; }
.colfff { color: #fff; }
.col000 { color: #000; }
.col111 { color: #111; }
.col222 { color: #222; }
.col333 { color: #333; }
.col444 { color: #444; }
.col555 { color: #555; }
.col666 { color: #666; }
.col777 { color: #777; }
.col888 { color: #888; }
.col999 { color: #999; }
.col7373 { color: #737373; }
.col4b4 { color: #4b4c4e; }
.nav_link{cursor: pointer;}
@font-face { font-family: zkfont; src: url("../ttf/zhanku.ttf"); }
.trans { transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; display: block; }
.trans:hover .trans0 { transform: rotateY(360deg); -o-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }
.zkfont { font-family: zkfont; }
.image-border { position: absolute; width: 20px; height: 20px; transition: all 0.5s; }
.image-border1 { top: 21px; left: 21px; border-left: 2px solid #802428; border-top: 2px solid #802428; }
.image-border2 { top: 21px; right: 21px; border-right: 2px solid #802428; border-top: 2px solid #802428; }
.image-border3 { bottom: 21px; left: 21px; border-bottom: 2px solid #802428; border-left: 2px solid #802428; }
.image-border4 { bottom: 21px; right: 21px; border-right: 2px solid #802428; border-bottom: 2px solid #802428; }
.image-border.colmain { border-color: white; z-index: 2; }
.swiper-slide:hover .image-border { transition: all 0.5s; width: 20%; height: 20%; }
/*修改滚动条样式*/
body::-webkit-scrollbar { width: 6px; height: 6px; }
body::-webkit-scrollbar-track { background: #efefef; border-radius: 5px; }
body::-webkit-scrollbar-thumb { background: #333; border-radius: 5px; }
body::-webkit-scrollbar-thumb:hover { background: #802428; }
html { overflow-x: hidden; width: 100%; }
body { margin: 0px; overflow: hidden; padding: 0px; margin: 0px auto; zoom: 1; position: relative; font-size: 14px; line-height: 32px; font-family: "思源黑体"; color: #333; width: 100%; max-width: 1920px; line-height: 1.4; overflow-x: hidden; background-color: #fff; }
*:focus { outline: none !important; }
img { max-width: 100%; }
ul, ul li { list-style: none; }
dl, dd { margin: 0; padding: 0; }
.h1, .h2, .h3, .h4, .h5, .h6, .p, ul, li { padding: 0px; margin: 0px; }
select, input, textarea { border-radius: 0; -webkit-border-radius: 0; color: #333; }
input:focus { outline: none; }
input, button, select, textarea { outline: none; }
textarea { resize: none; }
textarea, input, select { background: none; border: none; margin: 0; padding: 0; }
article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block; }
figure, figcaption { margin: 0px; padding: 0px; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
img { border: none; border: 0; vertical-align: middle; max-width: 100%; }
a { color: #333; text-decoration: none; }
a:focus { outline: none; -moz-outline: none; }
a:hover { text-decoration: none; color: #802428; }
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; font-size: 0px; }
.clearfix { zoom: 1; }
.clear { clear: both; height: 0px; overflow: hidden; }
.w1024 { width: 1024px; margin: 0 auto; }
.w1415 { width: 1415px; margin: 0 auto; overflow: hidden; }
.w1050 { width: 1050px; margin: 0 auto; overflow: hidden; }
.w1200 { width: 1200px; margin: 0 auto; }
.w880 { width: 880px; margin: 0 auto; overflow: hidden; }
.w1280 { width: 1280px; margin: 0 auto; overflow: hidden; }
.w1366 { width: 1366px; margin: 0 auto; }
.containers { width: 100%; padding: 0 8.33%; }
.eklp1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.eklp2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.eklp3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.eklp4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.eklp5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.eklp6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.eklp7 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.mask { background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.ab_center { box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; text-align: center; }
.ab_100center { box-sizing: border-box; position: absolute; top: 50%; width: 100%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); text-align: center; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; }
.ab_80center { box-sizing: border-box; position: absolute; top: 50%; width: 80%; left: 7%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); text-align: center; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; }
.teal { text-align: center; }
.teallef { text-align: left; }
.tealju { text-align: justify; }
.tealrig { text-align: right; }
.fontline { font-weight: lighter; }
.fontwei { font-weight: bold; }
.textind { text-indent: 2em; }
.upcase { text-transform: uppercase; }
.fontnom { font-weight: normal; }
.fl { float: left; }
.fr { float: right; }
.is-fixed { position: fixed; }
.con_editer img { margin: 0 auto; display: block; width: auto; height: auto; max-width: 100%; }
.ul { display: block; }
.ul::after { clear: both; display: block; content: ''; }
.ul.wid100 li { display: block; float: left; width: 100%; }
.ul li { display: block; float: left; }
.ul .li { display: block; float: left; width: 100%; }
.ul.wid100 .li { display: block; float: left; width: 100%; }
.dl { display: block; }
.dl::after { clear: both; display: block; content: ''; }
.dl li { display: block; float: left; }
.dl li a { display: block; }
.backcon { background-size: contain; background-repeat: no-repeat; background-position: center center; }
.backcov { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.backbot { background-position: bottom center; background-repeat: no-repeat; }
.linhei20 { line-height: 2; }
.linhei18 { line-height: 1.8; }
.linhei16 { line-height: 1.6; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font22 { font-size: 22px; }
.font24 { font-size: 24px; }
.font26 { font-size: 26px; }
.font27 { font-size: 27px; }
.font28 { font-size: 28px; }
.font30 { font-size: 30px; }
.font32 { font-size: 32px; }
.font35 { font-size: 35px; }
.font36 { font-size: 36px; }
.font38 { font-size: 38px; }
.font40 { font-size: 40px; }
.font44 { font-size: 44px; }
.font48 { font-size: 48px; }
.font50 { font-size: 50px; }
.font55 { font-size: 55px; }
.font60 { font-size: 60px; }
.font70 { font-size: 70px; }
.font72 { font-size: 72px; }
.font75 { font-size: 75px; }
.font100 { font-size: 100px; }
.tb { display: table; width: 100%; height: 100%; }
.tb .tbc { display: table-cell; vertical-align: middle; width: 100%; }
.widhei100 { width: 100%; height: 100%; }
.disblock { display: block; }
.btn { font-size: inherit; }
@media (max-width: 1440px) { .font12 { font-size: 10px; }
  .font14 { font-size: 12px; }
  .font15 { font-size: 12px; }
  .font16 { font-size: 13px; }
  .font18 { font-size: 14px; }
  .font19 { font-size: 14px; }
  .font20 { font-size: 15px; }
  .font21 { font-size: 15px; }
  .font22 { font-size: 16px; }
  .font24 { font-size: 17px; }
  .font26 { font-size: 18px; }
  .font27 { font-size: 18px; }
  .font28 { font-size: 19px; }
  .font30 { font-size: 20px; }
  .font32 { font-size: 22px; }
  .font35 { font-size: 26px; }
  .font36 { font-size: 26px; }
  .font38 { font-size: 27px; }
  .font40 { font-size: 28px; }
  .font44 { font-size: 30px; }
  .font48 { font-size: 32px; }
  .font50 { font-size: 34px; }
  .font55 { font-size: 37px; }
  .font60 { font-size: 40px; }
  .font70 { font-size: 46px; }
  .font72 { font-size: 52px; }
  .font75 { font-size: 56px; }
  .font100 { font-size: 65px; }
  body { font-size: 12px; } }
.hoverlist_bg { width: 100%; height: 100%; position: absolute; overflow: hidden; display: block; left: 0; top: 0; }
.list_bg { width: 100%; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; }
.list_bg2 { width: 100%; height: 100%; }
.hoverlist_bg:hover .list_bg { transform: scale(1.05); transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); }
.trantime { transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; }
.trantime::after { transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; }
.trantime::before { transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; }
#bsWXBox * { box-sizing: border-box !important; max-width: 100% !important; max-height: 100% !important; }
#bsWXBox img { margin: 16px !important; }
.bsFrameDiv div { height: 209px !important; }
.re_posi { position: relative; }
.ab_posi { position: absolute; }
.con_editer table thead { background: #d3ebeb; }
.con_editer table tbody tr:nth-child(2n) { background: #d3ebeb; }
.con_editer table .teal { background: #fff; }
.con_editer table th { white-space: nowrap; vertical-align: middle !important; }
.con_editer table td { vertical-align: middle !important; }
/*分页样式*/
.pagess { padding-top: 3%; padding-bottom: 7%; }
.pagess .Pages { text-align: center; }
.pagess .p_page { text-align: center; }
.pagess .p_page a { display: inline-block; font-size: 14px; font-style: normal; margin: 0 1px; color: #999; height: 40px; line-height: 40px; padding: 0 17px; }
.pagess .p_page a .fa { font-size: 22px; position: relative; top: 2px; margin: 0 5px; line-height: 12px; }
.pagess .p_total, .pagess .a_end, .pagess .p_count, .pagess .p_cur, .pagess .p_jump, .pagess .a_first { display: none !important; }
.pagess .p_page a.a_cur { background: #802428; color: #fff; }
.pagess .p_page .num a { margin: 0 2px; font-family: font1; }
.pagess .p_page a:hover { background: #802428; color: #fff; }
.clearfix { content: ''; display: block; clear: both; }
.clear::after { content: ''; display: block; clear: both; }
.owl-nav { display: none; }
.allbanner01 .allbanner { width: 100%; padding-bottom: 31%; }
.allbanner01 .owl-nav.disabled + .owl-dots { width: 1415px; text-align: left; margin: 0 auto; margin-top: -44px; position: relative; z-index: 1; margin-bottom: 20px; }
.allbanner01 .owl-dots .owl-dot.active span { background-color: #802428; }
.allbanner02 { position: relative; }
.allbanner02 .allbanner { width: 100%; height: 550px; }
.allbanner02 .bg_pic { width: 100%; background-size: cover; padding-bottom: 7%; position: absolute; bottom: 0; left: 0; z-index: 2; }
.allbanner02 .list { text-align: center; }
.allbanner02 .list li {  width: 11%; text-align: center; margin: 0 auto; display: inline-block; float: none; position: relative; padding-top: 9%; transform-origin: top; }
.allbanner02 .list li .top_icons { position: relative; top: 10px; }
.allbanner02 .list li .tops_pic { position: relative;transition: all 1.5s; -o-transition: all 1.5s; -webkit-transition: all 1.5s; -moz-transition: all 1.5s; -ms-transition: all 1.5s;height: 100px;line-height: 100px }
.allbanner02 .list li .tops_pic img { position: relative; z-index: 1; }
.allbanner02 .list li .tops_pic::after { content: ''; position: absolute; left: 49.5%; width: 1px; height: 500px; bottom: 50%; background-color: #fabf3a; }
.allbanner02 .list li:nth-child(n) .tops_pic { top: 105px; position: relative; }
.allbanner02 .list li:nth-child(2n) a{position: relative;top: -105px;}
.allbanner02 .list.css_animated li { animation: tranroute  3s linear 1; }
.allbanner03 { position: relative; }
.allbanner03 .allbanner { width: 100%; height: 550px; }
.allbanner03 .bg_pic { width: 100%; background-size: cover; padding-bottom: 7%; position: absolute; bottom: 0; left: 0; z-index: 2; }
.allbanner03 .list { text-align: center; }
.allbanner03 .list li { width: 11%;transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; width: 20%; text-align: center; margin: 0 auto; display: inline-block; float: none; position: relative; padding-top: 7%; transform-origin: top; }
.allbanner03 .list li .top_icons { position: relative; top: 10px; }
.allbanner03 .list li .tops_pic { height: 100px;position: relative;transition: all 2s; -o-transition: all 1.5s; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; }
.allbanner03 .list li .tops_pic img { position: relative; z-index: 1; }
.allbanner03 .list li .tops_pic::after { content: ''; position: absolute; left: 49.5%; width: 1px; height: 520px; bottom: 50%; background-color: #fabf3a; }
.allbanner03 .list li:nth-child(2n) .tops_pic { top: 75px; position: absolute;left: 55px; }
.allbanner03 .list li:nth-child(2n) .tops_pic::after { height: 520px; }
.allbanner03 .list.css_animated li { animation: tranroute  3s linear 1; }
@keyframes tranroute { 0%,100% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); } }
.top_class {     background: #fff;text-align: center; border-bottom: 1px solid #e5e5e5; box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); z-index: 1; position: relative;top: 0;left: 0; }
.top_class .list li a { display: inline-block; padding: 14px 25px;white-space: nowrap; }
.top_class .list li a span { display: none; width: 9px; height: 9px; background-color: #802428; margin-right: 20px; position: relative; top: -2px; border-radius: 50%; }
.top_class .list li.cur a { border-bottom: 2px solid #802428; font-weight: bold; color: #802428; display: inline-block; padding: 14px 17px; }
.top_class .list li.cur a span { display: inline-block; }
.right_top { float: right; }
.navBtn { width: 40px !important; margin: 7px 5px; height: 29px !important; position: relative; cursor: pointer; float: right; z-index: 111; margin-right: 50px; }
.navBtn::after { content: '导航'; right: -140%; top: -6px; position: relative; font-size: 20px; color: #802428; }
.navBtn span { display: block; width: 100%; height: 3px; background-color: #802428; position: absolute; top: 50%; left: 0; margin-top: -1.5px; }
.navBtn span:before { content: ''; display: block; width: 100%; height: 3px; background-color: #802428; position: absolute; left: 0; top: -10px; transition: transform .3s; -o-transition: transform .3s; -webkit-transition: transform .3s; -ms-transition: transform .3s; -moz-transition: transform .3s; }
.navBtn span:after { content: ''; display: block; width: 100%; height: 3px; background-color: #802428; position: absolute; left: 0; top: -10px; transition: transform .3s; -o-transition: transform .3s; -webkit-transition: transform .3s; -ms-transition: transform .3s; -moz-transition: transform .3s; }
.navBtn span:after { top: auto; bottom: -10px; }
.navBtn.open span { background: none; }
.navBtn.open span:before { transform: rotate(45deg); top: 0; -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.navBtn.open span:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); bottom: auto; top: 0; }
/*.curnone { cursor: none !important; }*/
#wrap { position: absolute; width: 100%; overflow-y: auto; height: 100%; }
.header { width: 100%; position: absolute; height: 0; z-index: 3;top: 0;left: 0; }
.header .right_top { right: 160px; z-index: 1; line-height: 42px; position: relative; padding-top: 2.5%; }
.header .right_top img, .header .right_top .lang, .header .right_top .cn_en { display: inline-block; font-size: 20px; color: #802428; }
.header .right_top .sousuos { display: inline-block; margin-right: 20px;cursor: pointer; }
.header .right_top .cn_en { margin-right: 20px; margin-left: 5px; position: relative; }
.header .right_top .cn_en .trans { transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; }
.header .right_top .cn_en.cur .trans { transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); }
.header .right_top .sub_cn_en { display: none; position: absolute; width: 100%; left: 0; top: 100%; }
.header .right_top .sub_cn_en a { color: #802428; }
.header .logo { position: relative; max-width: 75px; max-height: 75px; display: block; left: 160px; padding-top: 2.2%; float: left; }
.header .logo2 { display: none; }
.header_menu { visibility: hidden; clip-path: circle(0% at 88% 8%); transition: all 0.8s; -o-transition: all 0.8s; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; position: fixed; width: 100%; height: 100%; z-index: 9999; background-color: #fff; left: 0; top: 0; overflow: hidden; }
.header_menu .head_menu_logo { position: absolute; left: 50px; top: 45px; z-index: 1; }
.header_menu .head_menu_logo img { max-width: 70px; max-height: 70px; }
.header_menu .head_menu_close { position: absolute; right: 50px; top: 45px; z-index: 1; }
.header_menu .head_menu_close img { max-width: 46px; max-height: 46px; }
.header_menu .lefts { position: absolute; left: -5px; top: 3%; }
.header_menu .bao { margin-top: 3%; }
.header_menu .ul li { position: relative; padding-left: 410px; min-height: 105px; margin-bottom:0.2%; width: 100%; }
.header_menu .ul li .title { display: inline-block; width: 280px;white-space: nowrap; padding-left: 80px; position: absolute; left: 0; font-size:50px;white-space: nowrap;}
.header_menu .ul li .dl { padding-top: 1.4%; }
.header_menu .ul li .dl dd { display: inline-block; margin-right: 6.5%;width: 150px; font-size:36px;}
.header_menu .ul li:last-child { margin-bottom: 0; }
.header_menu .right_lefts { position: absolute; right: 0; bottom: 0; line-height: 48px; }
.header_menu .right_lefts .li { position: relative; padding-left: 38px; }
.header_menu .right_lefts .li:nth-child(1)::after { content: ''; position: absolute; left: 0; top: 50%; width: 25px; height: 24px; background: url(../png/top_icon1.png) center center no-repeat; margin-top: -12px; }
.header_menu .right_lefts .li:nth-child(2)::after { content: ''; position: absolute; left: 0; top: 50%; width: 25px; height: 24px; background: url(../png/top_icon2.png) center center no-repeat; margin-top: -12px; }
.header_menu .right_lefts .li:nth-child(3)::after { content: ''; position: absolute; left: 0; top: 50%; width: 25px; height: 24px; background: url(../png/top_icon3.png) center center no-repeat; margin-top: -12px; }
.header_menu.open {border-radius: 0; clip-path: circle(100% at 88% 8%); visibility: visible; width: 100%; height: 100%; background-color:#fff0cd;}
.header_menu.open:after {content:''; display:block; background:url(../png/bg_01.png) no-repeat center center; background-size:contain; width:28.698%; padding-bottom:29.427%; position:absolute; right:5.208%; margin-top:4.167%; top:0;}
.go_back { position: fixed; z-index: 10; right: 160px; transition: all 0.3s; }
.section_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;background-position: center; }
.contents { width: 100%; padding: 0 160px; position: relative; }
.contents2 { width: 100%; padding: 0 288px; position: relative; }
.contents3 { width: 100%; padding: 0 20%; position: relative; }
.conts_1 { display: none; background-color: rgba(255, 255, 255, 0.4); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 111; }
.conts_1 .bao { width: 725px; height: 652px; background-color: #fff; position: absolute; left: 50%; top: 53%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); max-width: 88%; max-height: 88%; position: relative; }
.conts_1 .bao .closed1 { width: 120px; height: 120px; background: url(../png/jian.png) center center no-repeat; background-size: 100%; position: absolute; left: -60px; top: -60px; }
.conts_1 .bao .pic { width: 100%; padding-bottom: 49%; }
.conts_1 .bao .details { padding: 6% 10%; }
.conts_1 .bao .neirong { height: 100%; overflow-y: auto; }
.conts_1 .bao .neirong::-webkit-scrollbar { width: 6px; height: 6px; }
.conts_1 .bao .neirong::-webkit-scrollbar-track { background: #efefef; border-radius: 5px; }
.conts_1 .bao .neirong::-webkit-scrollbar-thumb { background: #333; border-radius: 5px; }
.conts_1 .bao .neirong::-webkit-scrollbar-thumb:hover { background: #802428; }
.conts_1 .button {margin-bottom: 7.7%; padding:0 10%;}
.conts_1 .button a {display: block;float:right; border: 2px solid #fda854;color: #fda854;padding: 0.8% 3.2%;border-radius: 30px;font-size:14px; font-weight:bold;}
.banner_dots { position: relative; height: 100%; }
.banner_dots .pic_pro { max-width: 550px; z-index: 2; width: 50%; height: 470px; position: absolute; left: 51%; top: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.banner_dots .outline2 { opacity: 0.3; fill: transparent; stroke: #802428; stroke-width: 6; stroke-miterlimit: 10; enable-background: new; }
.banner_dots .svg-icon .icon, .banner_dots .icon-plus2 .icon { fill: #802428; }
.banner_dots .product-float .outline { fill: transparent; stroke: #802428; stroke-width: 6; }
.banner_dots .bercon { transition: all 0.5s; opacity: 0; fill: transparent; stroke: #802428; stroke-width: 6; stroke-miterlimit: 10; enable-background: new; }
.banner_dots .banners { position: relative; height: 100%; }
.banner_dots .banners .owl-stage-outer, .banner_dots .banners .owl-stage, .banner_dots .banners .owl-item, .banner_dots .banners .slick-slide { height: 100%; position: relative; }
.banner_dots .banners .owl-item { overflow: hidden;position: absolute;width: 100% }
.banner_dots .banners .owl-stage{transform: translate3d(0px, 0px, 0px)!important;}
.banner_dots .items { padding-bottom: 108%; opacity: 0.35; cursor: pointer; position: relative; display: block; }
.banner_dots .items.cur { opacity: 1; }
.banner_dots .items.cur::after { content: ''; position: absolute; left: -80px; width: 30px; height: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); background: url(../png/jiantou.png) center center no-repeat; }
.banner_dots .items:hover { opacity: 1; }
.banner_dots .owl-dots { z-index: 10; width: 100%; text-align: right !important; padding-right: 160px; position: absolute; bottom: 8%; height: 0; }
.banner_dots .owl-dots .owl-dot span { background-color: #802428 !important; opacity: 0.5; }
.banner_dots .owl-dots .owl-dot.active span, .banner_dots .owl-dots .owl-dot:hover span { background-color: #802428 !important; opacity: 1; }
.banner_dots .owl-dots .owl-dot.cur span, .banner_dots .owl-dots .owl-dot:hover span { background-color: #802428 !important; opacity: 1; }
.banner_dots .navs_prev {display: none;transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);width: 53px; height: 29px; position: absolute; right: 160px; top: 50%; margin-top: -10px; background: url(../png/right.png) center center no-repeat; z-index: 10; animation: leftright 3s infinite ease-in-out; }
.banner_dots .navs_next {
	width: 53px; height: 29px; position: absolute; right: 160px; top: 50%; margin-top: -10px; background: url(../png/right.png) center center no-repeat; z-index: 10; animation: leftright 3s infinite ease-in-out; }
.magazines { width: 100%; height: 100%; position: absolute; left: 0%; top: 0;}
.banner_dots .banners{background-color:#feedd3 }
.banner_dots .banners .owl-item{width: 130%!important;height: 100%; position: absolute; left: 0%; top: 0;}
.banner_dots .banners .owl-item.prev{z-index: 1}
.banner_dots .banners .owl-item.active{animation: skt 1.3s 1 ease-out;z-index: 3;left: 0%;}
.banner_dots .banners .owl-item.lefts2{left: 0%;animation: skt2 2s 1 ease-out;}
.banner_dots .banners .owl-item.lefts.active{animation: none;z-index: 3}
@keyframes skt { 0%{ transform:skew(0deg);left: 100%;z-index: 2;}
  50% { transform:skew(-20deg);left: 20%;z-index: 2;}
  100% { transform:skew(15deg);left: 0%;z-index: 2;}
}
@-webkit-keyframes skt { 0%{ transform:skew(0deg);left: 100%;z-index: 2;}
  50% { transform:skew(-20deg);left: 20%;z-index: 2;}
  100% { transform:skew(15deg);left: 0%;z-index: 2;}
}
@keyframes skt2 { 0%{ transform:skew(0deg);left: 0%;z-index: 3;}
  30% { transform:skew(20deg);left:17%;z-index: 3;}
  100% { transform:skew(-20deg);left: 30%;z-index: 0;}
}
@-webkit-keyframes skt2 { 0%{ transform:skew(0deg);left: auto;z-index: 3;}
  30% { transform:skew(20deg);left:17%;z-index: 3;}
  100% { transform:skew(-20deg);left: 30%;z-index: 0;}
}
.slicks { width: 100px;z-index: 11 }
.slicks { position: absolute; left: 10%; top: 57%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
#xiaoqiu { z-index: 111; width: 12px; height: 12px; background: #802428; border-radius: 50%; left: 220px; top: 70px; position: absolute!important; }
#cursorBlob { display:none!important;width: 5px; height: 5px; border-radius: 50%; background-color: #e7573e; position: absolute; pointer-events: none; z-index: 99999; zoom: 0; }
#cursorBlob::after { content: ''; position: absolute; width: 800%; height: 800%; left: 50%; top: 50%; border: 1px solid #e7573e; border-radius: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
@keyframes blobRadius { 0%,100% { border-radius: 43% 77% 80% 40% / 40% 40% 80% 80%; }
  80% { border-radius: 50% 70% 52% 68% / 51% 61% 59% 69%; } }
@keyframes leftright { 0%,100% { right: 160px; opacity: 0; }
  50% { right: 120px; opacity: 1; } }
.tuzhu { position: fixed; width: 77%; height: 142px; overflow: hidden;    z-index: 2; }
.tuzhu .s { opacity: 0; position: absolute; width: 12px; height: 12px; border-radius: 50%; -webkit-animation: ball 10s cubic-bezier(0, 0.25, 0.5, 1) infinite; -webkit-transform: translate(70px, 70px); left: 160px; top: 0px; }
.tuzhu .red_zhu { background-color: #802428; animation-delay: 0.5s;animation-iteration-count: 1; }
.tuzhu .red_zhu1 { background-color: #802428; animation-delay: 1s; }
.tuzhu .red_zhu2 { background-color: #802428; animation-delay: 1.5s; }
.tuzhu .red_zhu3 { background-color: #802428; animation-delay: 2.5s; }
.tuzhu .red_zhu4 { background-color: #802428; animation-delay: 3.5s; }
.tuzhu .red_zhu5 { background-color: #802428; animation-delay: 4.5s; }
.tuzhu .red_zhu6 { background-color: #802428; animation-delay: 5.5s; }
.tuzhu .red_zhu7 { background-color: #802428; animation-delay: 6.5s; }
.tuzhu .red_zhu8 { background-color: #802428; animation-delay: 7.5s; }
.tuzhu .red_zhu9 { background-color: #802428; animation-delay: 8.5s; }
.tuzhu .red_zhu10 { background-color: #802428; animation-delay: 9.5s; }
.tuzhu .yellow_zhu { background-color: #fabf3a; }
.tuzhu .yellow_zhu1 { background-color: #fabf3a; animation-delay: 1s; }
.tuzhu .yellow_zhu2 { background-color: #fabf3a; animation-delay: 2s; }
.tuzhu .yellow_zhu3 { background-color: #fabf3a; animation-delay: 3s; }
.tuzhu .yellow_zhu4 { background-color: #fabf3a; animation-delay: 4s; }
.tuzhu .yellow_zhu5 { background-color: #fabf3a; animation-delay: 5s; }
.tuzhu .yellow_zhu6 { background-color: #fabf3a; animation-delay: 6s; }
.tuzhu .yellow_zhu7 { background-color: #fabf3a; animation-delay: 7s; }
.tuzhu .yellow_zhu8 { background-color: #fabf3a; animation-delay: 8s; }
.tuzhu .yellow_zhu9 { background-color: #fabf3a; animation-delay: 9s; }
.tuzhu .yellow_zhu10 { background-color: #fabf3a; animation-delay: 10s; }
@keyframes ball { 0% { opacity: 1; -webkit-transform: translate(70px, 70); }
  5% { opacity: 1; -webkit-transform: translate(100px, 120px); background-color: #802428; }
  10% { opacity: 1; -webkit-transform: translate(200px, 0px); background-color: #fabf3a; }
  15% { opacity: 1; -webkit-transform: translate(300px, 120px); background-color: #802428; }
  20% { opacity: 1; -webkit-transform: translate(400px, 0px); background-color: #fabf3a; }
  25% { opacity: 1; -webkit-transform: translate(500px, 120px); background-color: #802428; }
  30% { opacity: 1; -webkit-transform: translate(600px, 0px); background-color: #fabf3a; }
  35% { opacity: 1; -webkit-transform: translate(700px, 120px); background-color: #802428; }
  40% { opacity: 1; -webkit-transform: translate(800px, 0px); background-color: #fabf3a; }
  45% { opacity: 1; -webkit-transform: translate(900px, 120px); background-color: #802428; }
  50% { opacity: 1; -webkit-transform: translate(1000px, 0px); background-color: #fabf3a; }
  55% { opacity: 1; -webkit-transform: translate(1100px, 120px); background-color: #802428; }
  60% { opacity: 1; -webkit-transform: translate(1200px, 0px); background-color: #fabf3a; }
  65% { opacity: 1; -webkit-transform: translate(1300px, 120px); background-color: #802428; }
  70% { opacity: 1; -webkit-transform: translate(1400px, 0px); background-color: #fabf3a; }
  75% { opacity: 1; -webkit-transform: translate(1500px, 120px); background-color: #802428; }
  80% { opacity: 1; -webkit-transform: translate(1600px, 0px); background-color: #fabf3a; }
  85% { opacity: 1; -webkit-transform: translate(1700px, 120px); background-color: #802428; }
  90% { opacity: 1; -webkit-transform: translate(1800px, 0px); background-color: #fabf3a; }
  95% { opacity: 1; -webkit-transform: translate(1900px, 120px); background-color: #802428; }
  100% { opacity: 1; -webkit-transform: translate(2000px, 0px); background-color: #fabf3a; } }
.section_2 .yuan { height: 100%; }
.section_2 .yuan .cents{ width: 31.25%;left: 80px;float: left;position: relative;border-radius: 50%;border: 1px solid #fda854; background-image: url(../png/logo1.png); background-position: center; background-repeat: no-repeat;}
.section_2 .yuan .list {width: 100%;padding-bottom: 100%; border-radius: 50%;  position: relative;transition:all 1s; }
.section_2 .yuan .cents::after { content: ''; position: absolute; width: 110%; background: url(../png/yuan_bg.png) center center no-repeat; background-size: 100%; left: -10%; top: -5%; height: 110%; z-index: -1; }
.section_2 .yuan .list .ul { margin: 0; }
.section_2 .yuan .list li { width: 17.5%; padding-bottom: 17.5%; position: absolute; right: 0; top: 0; transition: all 0.3s; 
  -o-transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; border-radius: 50%; background-color: rgba(253, 168, 84,0.9);}
.section_2 .yuan .list li .backcon { position: absolute; width: 80%; height: 80%; left: 10%; top: 10%; }
.section_2 .yuan .list li .pic2 { display: none; }
.section_2 .yuan .list li.cur { transform: scale(1.4);
   -webkit-transform: scale(1.4); -o-transform: scale(1.4); -ms-transform: scale(1.4);
    -moz-transform: scale(1.4); box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);background-color: rgba(253, 168, 84,1); }
.section_2 .yuan .list li.cur .pic { display: none; }
.section_2 .yuan .list li.cur .pic2 { display: block; }
.section_2 .yuan .list li:nth-child(1) { right: 50%; top: -8%; }
.section_2 .yuan .list li:nth-child(2) { right: 8%; top: 4%; }
.section_2 .yuan .list li:nth-child(3) { right: -9%; top: 41%; }
.section_2 .yuan .list li:nth-child(4) { right: 8%; top: 78%; }
.section_2 .yuan .list li:nth-child(5) { right: 51%; top: 89%; }
.section_2 .yuan .list li:nth-child(6) { right: 85%; top: 64%; }
.section_2 .yuan .list li:nth-child(7) { right: 86%; top: 19%; }
.section_2 .yuan .widr { width: 49.3%; line-height: 36px; color: #737373; }
.section_2 .yuan .widr .tit img { vertical-align: text-bottom; }
.section_2 .yuan .widr .details { margin-top: 9%; }
.section_2 .yuan .widr .btnto { display: inline-block; border: 2px solid #fda854; color: #fda854; padding: 1.8% 6.5%; border-radius: 30px; margin-top: 9.2%; }
.section_2 .yuan .widr .item { display: none; }
.section_2 .yuan .widr .item.cur { display: block; }
.section_3 .contents { height: 100%; position: relative; }
.section_3 .title { color: #4b4c4e; }
.section_3 .details { color: #737373; margin-top: 4%; line-height: 36px; }
.section_3 .btnto { display: inline-block; border: 2px solid #fda854; color: #fda854; padding: 0.8% 3.2%; border-radius: 30px; margin-top: 5.7%; }
.section_3 .btnto:hover { color: #fda854; }
.section_tanchuang { background-color: rgba(0, 0, 0, 0.4); display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; }
.section_tanchuang .neirong { background-image: url(../png/bg_logo.png); background-position: top 66% center; background-repeat: no-repeat; background-color: #fef8c6; left: 50%; top: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width: 1445px; height: 785px; border-radius: 20px; position: relative; padding: 3.5%; max-width: 95%; max-height: 90%; }
.section_tanchuang .neirong .closed { width: 21px; height: 21px; background: url(../png/3close.png) center center no-repeat; background-size: 100%; position: absolute; right: 27px; top: 23px; z-index: 1; }
.section_tanchuang .neirong .details { line-height: 36px; margin-top: 2.65%; }
.section_tanchuang .neirong .title { position: relative; margin-top: 1.5%; }
.section_tanchuang .neirong .bao { overflow-y: auto; height: 100%; }
.section_tanchuang .neirong .bao::-webkit-scrollbar { width: 6px; height: 6px; }
.section_tanchuang .neirong .bao::-webkit-scrollbar-track { background: #efefef; border-radius: 5px; }
.section_tanchuang .neirong .bao::-webkit-scrollbar-thumb { background: #4b4c4e; border-radius: 5px; }
.section_tanchuang .neirong .bao::-webkit-scrollbar-thumb:hover { background: #802428; }
.section_4 .tb1 { margin-bottom: 3.7%; }
.section_4 .list { padding-top: 12.2%; }
.section_4 .list li { width: 50%; float: left; padding-right: 4%; border-right: 1px solid #fda854; padding-bottom: 2.2%; }
.section_4 .list li .text { overflow: hidden; text-overflow: ellipsis; margin-right: 40%; }
.section_4 .list li .text .titles { display: block; position: relative; }
.section_4 .list li .text .titles span{display: inline-block;position: relative;}
.section_4 .list li .text .subtit { padding-top: 2.3%; height: 42px; }
.section_4 .list li .pic { position: absolute; width: 21%; height: 102%; right: 0%; top: -1%; }
.section_4 .list li .pic .t { left: 0; top: 0; }
.section_4 .list li .pic .b { right: 0; bottom: 0; }
.section_4 .list li .pic .r { right: 0; top: 0; }
.section_4 .list li .pic .l { left: 0; bottom: 0; }
.section_4 .list li .pic .t, .section_4 .list li .pic .b { height: 6px; background-color: #fda854; position: absolute; width: 0; -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
.section_4 .list li .pic .r, .section_4 .list li .pic .l { background-color: #fda854; position: absolute; height: 0; width: 6px; -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
.section_4 .list li .time { height: 25px; padding-top: 2%; }
.section_4 .list li:nth-child(2n) { padding-left: 4%; border-right: none; }
.section_4 .list li:nth-child(5), .section_4 .list li:nth-child(6) { padding-bottom: 0; }
.section_4 .list li:hover .titles { font-weight: bold; color: #4b4c4e; }
.section_4 .list li:hover .titles span::after { display: inline-block;content: ''; position: absolute; width: 100%; height: 10px; bottom: 0; background-color: #fda854; z-index: -1; left: 0; }
.section_4 .list li:hover .t, .section_4 .list li:hover .b { width: 100%; }
.section_4 .list li:hover .r, .section_4 .list li:hover .l { height: 100%; }
.section_4 .xuanzhuan:nth-child(1)::before { content: ''; position: absolute; width: 80px; height: 80px; background: url(../png/logo.png) center center no-repeat; background-size: contain; margin-left: -103px; top: 0px; }
.section_4 .rotating-text .word {
  white-space: nowrap; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); position: absolute; display: flex; width: 465px;
      display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.section_4 .rotating-text .word span { display: inline-block; margin: 0 5px; }
.section_4 .rotating-text .word .letter { transform-origin: center center 25px; }
.section_4 .rotating-text .word .letter.out { transform: rotateX(90deg); opacity: 0; transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2); -webkit-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2); -o-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2); -ms-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2); -moz-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2); }
.section_4 .rotating-text .word .letter.in { transition: 0.38s ease; }
.section_4 .rotating-text .word .letter.behind { transform: rotateX(-90deg); }
.section_4 .footers { position: absolute; width: 100%; height: 100%; background: #ffead7; padding-bottom: 1.8%; }
.section_4 .footers .tops { padding-top: 1.2%; }
.section_4 .footers .centers .ul { margin-top: 6.3%; }
.section_4 .footers .centers .ul li { margin-right: 8.8%; line-height: 24px; }
.section_4 .footers .centers .ul li .tits { margin-bottom: 15px; display: block; }
.section_4 .footers .centers .ul .footer_contacts dd { display: block; padding-left: 30px; position: relative; }
.section_4 .footers .centers .ul .footer_contacts dd::after { content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: url(../png/icon1.png) center center no-repeat; }
.section_4 .footers .centers .ul .footer_contacts dd:nth-child(2)::after { background: url(../png/icon2.png) center center no-repeat; }
.section_4 .footers .centers .ul .footer_contacts dd:nth-child(3)::after { background: url(../png/icon3.png) center center no-repeat; }
.section_4 .footers .centers .rights { position: absolute; right: 0; top: 0; text-align: center; }
.section_4 .footers .centers .rights .item { display: inline-block; margin-left: 60px; }
.section_4 .footers .centers .rights .item p { margin-top: 5px; }
.section_4 .footers .bao_footer_line { margin-top: 1.5%; padding-top: 1%; border-top: 1px solid #f1d7bf; }
.section_4 .footers .bao_footer_line .link a { display: inline-block; margin-right: 20px; position: relative; }
.section_4 .footers .bao_footer_line .link a::after { content: ''; position: absolute; width: 1px; height: 70%; right: -10px; background-color: #737373; top: 17%; }
.section_4 .footers .bao_footer_line .link a:last-child::after { display: none; }
.subpage .section_4 .section_bg, .subpage .section_4 .footers { position: relative; }
.subpage#wrap { position: relative; }
.index_page #wrap { overflow: hidden; }
#xiaoqiu{opacity: 0}
.index_page #xiaoqiu{opacity: 0}
.brand_content { padding-top: 4%; }
.brand_content .left { text-align: center; width: 50%; }
.brand_content .right { width: 49.3%; line-height: 36px; color: #737373;padding-top: 5%; }
.brand_content .right .tit img { vertical-align: text-bottom; }
.brand_content .right .details { margin-top: 9%; min-height: 205px; line-height: 36px; }
.brand_content .right .btnto { display: inline-block; border: 2px solid #fabf3a; color: #fabf3a; padding: 1.8% 6.5%; border-radius: 30px; margin-top: 9.2%; }
.brand_content .right .item { display: none; }
.brand_content .right .item.cur { display: block; }
.brand_content .bao { padding-bottom: 4%; }
.brand_content .bao::after { content: ''; display: block; clear: both; }
.main_pic .pics { width: 100%; padding-bottom: 20%; }
.main_pic2 { margin-top: 2%; }
.main_pic2 .pics { width: 100%; padding-bottom: 23%; }
.pro_list { padding-top: 3.7%; }
.pro_list .ul li { margin-right: 2%; width: 23.5%; text-align: center; }
.pro_list .ul li:nth-child(4n) { margin-right: 0; }
.pro_list .ul li .pics { width: 100%; padding-bottom: 75%; border: 1px solid #e5e5e5;position: relative;overflow:hidden; }
.pro_list .ul li .pics .goto{position: absolute;width: 100%;height: 55px;text-align: center;line-height: 55px;background-color: #fabf3a;color:#fff;font-size: 16px;left: 0;bottom: -56px;transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;}
.pro_list .ul li:hover .goto{bottom: 0;transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;}
.pro_list .ul li .pics .goto img{margin-left: 8px;}
.pro_list .ul li .tits { line-height: 65px; margin-bottom: 40px; }
.bottom_list { z-index: 1; border-top: 1px solid #eee; padding: 0 110px; background-color: #fff; position: relative; left: 0; bottom: 0; width: 100%; }
.bottom_list .ul { white-space: nowrap; overflow: hidden; }
.bottom_list .ul li { display: block; padding: 10px 0px 9px; width: 100%; text-align: center;cursor: pointer; }
.bottom_list .ul li .tits { line-height: 55px; vertical-align: bottom; display: inline-block; }
.bottom_list .ul li .imgs { display: none; }
.bottom_list .ul li.cur { background-color: #fabf3a; }
.bottom_list .ul li.cur .tits { color: #802428; font-weight: bold; margin-right: 20px; }
.bottom_list .ul li.cur .imgs { width: 63px; height: 55px; display: inline-block; }
.brand_productdetails_content { padding-top: 4%; }
.brand_productdetails_content .wappic {display:none; margin-bottom:10px;}
.brand_productdetails_content .wappic img {display:block; width:auto; max-width:100%; height:auto; margin:0 auto;}
.brand_productdetails_content .left { padding-right: 860px; text-align: center; width: 100%; }
.brand_productdetails_content .left .pics { height: 650px; line-height: 570px; }
.brand_productdetails_content .left .pics img { max-height: 650px; }
.brand_productdetails_content .right { width: 745px; line-height: 32px; color: #737373; position: absolute; right: 0; top: 0; }
.brand_productdetails_content .right .tit img { vertical-align: text-bottom; }
.brand_productdetails_content .right .details { margin-top: 5%; min-height: 205px; line-height: 32px; }
.brand_productdetails_content .right .details .p1 {  margin-bottom: 0; position: relative; }
.brand_productdetails_content .right .details .p1 span { text-align: left; position: relative; left: 0;float: left; }
.brand_productdetails_content .right .btnto { margin-right: 10%; display: inline-block; border: 2px solid #802428; color: #802428; padding: 1.8% 6.5%; border-radius: 30px; margin-top: 7.2%; }
.brand_productdetails_content .right .btnto img { position: relative; top: -2px; display: inline-block; margin-right: 5px; }
.brand_productdetails_content .right .btnto:last-child { margin-right: 0; }
.brand_productdetails_content .right .btnto:last-child img { top: -1px; }
.brand_productdetails_content .right .btnto .imgs1 { display: inline-block; }
.brand_productdetails_content .right .btnto .imgs2 { display: none; }
.brand_productdetails_content .right .btnto:hover { color: #fff; background-color: #802428; }
.brand_productdetails_content .right .btnto:hover .imgs1 { display: none; }
.brand_productdetails_content .right .btnto:hover .imgs2 { display: inline-block; }
.brand_productdetails_content .right .item { display: none; }
.brand_productdetails_content .right .item.cur { display: block; }
.brand_productdetails_content .right.bottoms { position: absolute; top: auto !important; right: 0; }
.brand_productdetails_content .right.centers { position: fixed; top: 10%; right: 160px; bottom: auto; }
.brand_productdetails_content .bao { padding-bottom: 4%; }
.brand_productdetails_content .bao::after { content: ''; display: block; clear: both; }
.cultures01 .palef_bg { padding-left: 165px; padding-right: 155px; }
.cultures01 .fixed_title { left: 0px; top: 312px; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); position: absolute; z-index: 1; }
.cultures01 .fixed_title .dl dd { cursor: pointer; line-height: 36px; }
.cultures01 .fixed_title .dl dd:hover { font-size: 18px; font-weight: bold; color: #802428; }
.cultures01 .fixed_title .dl dd.cur { font-size: 18px; font-weight: bold; color: #802428; }
.cultures01 .fixed_title.fixed { left: 160px; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); position: fixed; }
.cultures01 .fixed_title.fixed.bottoms { top: auto; transform: none; -o-transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; }
.cultures01 .section0 { width: 100%; overflow: hidden; }
.cultures01 .section0 .palef_bg { padding-bottom: 17.5%; padding-top: 7%; }
.cultures01 .section0 .list { position: relative; }
.cultures01 .section0 .list::after { content: ''; position: absolute; top: 50%; background-color: #ccc; width: 1920px; left: 50%; margin-left: -960px; height: 1px; }
.cultures01 .section0 .list .anniu { position: absolute; width: 100%; top: 50%; }
.cultures01 .section0 .list .anniu .prev { width: 42px; height: 42px; background: url(../png/lefts.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: -42px; margin-top: -21px; z-index: 1; }
.cultures01 .section0 .list .anniu .next { width: 42px; height: 42px; background: url(../png/rights.png) center center no-repeat; background-size: 100% 100%; position: absolute; right: -42px; margin-top: -21px; z-index: 1; }
.cultures01 .section0 .list .ul { padding-top: 200px; padding-bottom: 200px; overflow: hidden; font-size: 0; height: 0; }
.cultures01 .section0 .list .ul .owl-stage-outer { overflow: visible; }
.cultures01 .section0 .list .ul .owl-item { position: relative; }
.cultures01 .section0 .list .ul .owl-item li { position: absolute; bottom: 0; min-height: 135px; padding-left: 25px;padding-right: 30px; }
.cultures01 .section0 .list .ul .owl-item li .details { margin-bottom: 10px; max-height: 130px; overflow: hidden; }
.cultures01 .section0 .list .ul .owl-item li::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fabf3a; left: 0px; top: -10px; }
.cultures01 .section0 .list .ul .owl-item li::before { content: ''; position: absolute; width: 1px; height: 100%; background-color: #ccc; left: 5px; bottom: 0; }
.cultures01 .section0 .list .ul .owl-item:nth-child(2n) li { top: 0px; bottom: auto; padding-top: 22px; }
.cultures01 .section0 .list .ul .owl-item:nth-child(2n) li::after { top: auto; bottom: -10px; }
.cultures01 .section0 .list .time { font-family: impact; }
.cultures01 .section1 { padding-top: 5%; padding-bottom: 5%; }
.cultures01 .section1 .left { width: 40.5%; }
.cultures01 .section1 .left .pics { height: 520px; }
.cultures01 .section1 .right { height: 520px; overflow: hidden; width: 54%; }
.cultures01 .section1 .right .text { position: relative; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.cultures01 .section1 .right .text .tit { line-height: 2; }
.cultures01 .section2 { padding-top: 5%; padding-bottom: 5%; position: relative; }
.cultures01 .section2 .right{ width: 50%; height: 100%; position: absolute; right: 0; top: 0; }
.cultures01 .section2 .right .pics { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.cultures01 .section2 .left { height: 520px; overflow: hidden; width: 48%; }
.cultures01 .section2 .left .text { position: relative; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.cultures01 .section2 .left .text .tit { line-height: 2; }
.cultures01 .section3 { padding-top: 6.1%; padding-bottom: 6%; }
.cultures01 .section3 .tit { padding-bottom: 1.2%; padding-left: 30px; }
.cultures01 .section3 .subtit { line-height: 30px; }
.cultures01 .section3 .details { line-height: 32px; }
.cultures01 .section3 .list { padding-top: 2.2%; }
.cultures01 .section3 .list li { position: relative; width: 50%; }
.cultures01 .section3 .list li .yuan { line-height: 102px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 102px; height: 102px; background-color: #802428; border-radius: 50%; position: absolute; left: 5px; }
.cultures01 .section3 .list li .yuan::after { content: ''; position: absolute; width: 116%; height: 116%; border-radius: 50%; border: 1px solid #802428; left: -8%; top: -8%; animation: transcal 2s infinite ease-out; }
.cultures01 .section3 .list li .yuan::before { content: ''; position: absolute; width: 116%; height: 116%; border-radius: 50%; border: 1px solid #802428; left: -8%; top: -8%; animation: transcal 2s infinite ease-out; animation-delay: 1s; }
.cultures01 .section3 .list li .txt { min-height: 165px; }
.cultures01 .section3 .list li .txt .details { position: relative; padding-top: 5%; transform: translateY(0%); -webkit-transform: translateY(0%); -o-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); padding-left: 130px; padding-right: 25%; }
.cultures01 .section4 { padding-top: 5.2%; padding-bottom: 4.2%; }
.cultures01 .section4 .left { width: 41%; }
.cultures01 .section4 .left .pics { height: 540px; }
.cultures01 .section4 .right { height: 520px; overflow: hidden; width: 54%; padding-top: 3.7%; }
.cultures01 .section4 .right .text { position: relative; padding-left: 60px; padding-bottom: 6%; }
.cultures01 .section4 .right .text .tit { line-height: 2; padding-bottom: 0%; position: relative; }
.cultures01 .section4 .right .text .tit::after { content: ''; position: absolute; width: 32px; height: 32px; left: -53px; top: 50%; background: url(../png/jiantou2.png) center center no-repeat; margin-top: -20px; }
.cultures01 .section4 .right .text .tps { padding-top: 2%; }
.cultures01 .section4 .right .text .details { line-height: 36px; }
.cultures01 .section5 { padding-top: 5.2%; padding-bottom: 4.2%; }
.cultures01 .section5 .palef_bg { padding-right: 0; }
.cultures01 .section5 .right { width: 50.7%; }
.cultures01 .section5 .right .pics { height: 558px; }
.cultures01 .section5 .left { height: 520px; overflow: hidden; width: 44%; padding-top: 3.7%; }
.cultures01 .section5 .left .text { position: relative; padding-left: 60px; padding-bottom: 3.3%; }
.cultures01 .section5 .left .text .tit { line-height: 1.8; padding-bottom: 0%; position: relative; }
.cultures01 .section5 .left .text .tit::after { content: ''; position: absolute; width: 32px; height: 32px; left: -53px; top: 50%; background: url(../png/jiantou2.png) center center no-repeat; margin-top: -20px; }
.cultures01 .section5 .left .text .tps { padding-top: 2%; }
.cultures01 .section5 .left .text .details { line-height: 36px; }
.college_list { background-color: #f5f5f5; }
.college_list.contents2{padding-bottom: 3%;}
.college_list .ul { padding: 45px; position: relative; }
.college_list .ul::before { content: ''; position: absolute; width: 255px; height: 240px; background-color: #fabf3a; left: 0; bottom: 0; }
.college_list .ul:nth-child(2n)::before { left: auto; bottom: auto; right: 0; top: 2.1%; }
.college_list .ul li { margin-top: 2%; background-color: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); margin-right: 2%; width: 32%; position: relative; }
.college_list .ul li:nth-child(3n) { margin-right: 0; }
.college_list .ul li .text { padding: 0% 5% 9.5%; line-height: 30px; }
.college_list .ul li .pics { width: 100%; padding-bottom: 74.5%; position: relative; }
.college_list .ul li .pics_bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../png/bofang.png) center center no-repeat; background-size: 95% 93%; }
.college_list .ul li .videos{display:none;position: absolute;width: 100%;height: 100%;background: #000;z-index: 1;}
.college_list .ul li .tits { line-height: 86px; }
.college_list .ul li .tits:hover { color: #802428; }
.college_list .ul li .subtits { margin-top: -3%;height: 83px; }
.video01 { background-color: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; left: 0; top: 0; position: fixed; z-index: 111; display: none; }
.video01 .video { width: 878px; height: 590px; max-width: 90%; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.video01 .video .closed { position: absolute; right: -15px; top: -15px; z-index: 11; cursor: pointer; }
.video01 .video video { cursor: none !important; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; }
.recruit01 { padding-bottom: 7.3%; }
.recruit01 .more_list { padding-top: 3.8%; }
.recruit01 .more_list .con_text { line-height: 24px; padding: 2% 8%; border-bottom: 1px solid #f3f3f3; display: none; position: relative; }
.recruit01 .more_list .con_text .xiaotit { margin-bottom: 0.5%; }
.recruit01 .more_list .con_text .lines { margin: 2.5% 0; border-top: 1px dashed #f3f3f3; }
.recruit01 .more_list .con_text::after { content: ''; position: absolute; border-top: 1px dashed #fabf3a; top: 0; width: 87%; left: 7.5%; }
.recruit01 .more_list .title { line-height: 65px; padding-left: 0%; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; border-bottom: none; }
.recruit01 .more_list .wid17 { display: block; width: 21.5%; float: left; text-align: center; }
.recruit01 .more_list .jia { text-align: center; }
.recruit01 .more_list .list0 .title { background-color: #fabf3a; color: #4b4c4e; }
.recruit01 .more_list .list:last-child .title { border-bottom: 1px solid #f3f3f3; }
.recruit01 .more_list .list.on:last-child .title { border-bottom: none; }
.recruit01 .more_list .list.on { border-top: none; }
.recruit01 .more_list .details { line-height: 30px; }
.recruit01 .more_list .textslist span { margin-right: 10%; }
.recruit01 .more_list .list .jia { position: relative; }
.recruit01 .more_list .list .jia::before { content: ''; position: absolute; width: 20px; height: 20px; top: 22px; transition: all 0.5s; transform: rotate(0deg); background: url(../png/down.png) center center no-repeat; }
.recruit01 .more_list .list.on .jia::before { transform: rotate(-180deg); transition: all 0.5s; }
.recruit01 .more_list .list.on .title { color: #802428; text-align: center; }
.recruit01 .more_list .btnto { display: inline-block; border: 2px solid #fabf3a; color: #fabf3a; padding: 1% 2.5%; border-radius: 30px; margin-top: 3.2%; margin-bottom: 1.3%; }
.recruit02 { width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.8); position: fixed; z-index: 9999; display: none; }
.recruit02 .chuankou { background-color: #fff; border-radius: 4px; position: absolute; padding: 3% 3.9%; width: 1170px; height: 590px; max-width: 90%; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.recruit02 .chuankou * { color: #737373; }
.recruit02 .chuankou .closed { position: absolute; right: -15px; top: -15px; z-index: 11; cursor: pointer; }
.recruit02 .chuankou .top_tip { margin-bottom: 3%; }
.recruit02 .chuankou .inputs { width: 245px; margin-right: 8%; }
.recruit02 .chuankou .inputs:nth-child(3) { margin-right: 0; }
.recruit02 .chuankou .inputs .text { width: 100%; height: 40px; border: 1px solid #fabf3a; border-radius: 4px; line-height: 40px; padding: 0 13px; margin-top: 4%; }
.recruit02 .chuankou .center_bao { margin-top: 1.5%; }
.recruit02 .chuankou .center_bao .text { width: 573px; height: 40px; border: 1px solid #fabf3a; border-radius: 4px; line-height: 40px; padding: 0 13px; margin-top: 0.8%; max-width: 100%;}
.recruit02 .chuankou .center_bao2 { margin-top: 1.5%; }
.recruit02 .chuankou .center_bao2 .input { margin-top: 0.8%; }
.recruit02 .chuankou .center_bao2 .input input {background-color: #eee; height: 24px; line-height: 24px; border: 1px solid #ccc; width: 120px; border-radius: 4px; }
.recruit02 .chuankou .center_bao2 .input .looks { padding: 2px 9px; background: #fff3d7; border-radius: 4px; display: inline-block; margin: 0 8px; margin-left: 12px; border: 1px solid #fabf3a; }
.recruit02 .chuankou .yanzhengma { margin-top: 2%; }
.recruit02 .chuankou .input_text { display: inline-block; }
.recruit02 .chuankou .names { display: inline-block; margin-right: 5px; }
.recruit02 .chuankou .yanzheng_input { width: 100px; height: 40px; border: 1px solid #fabf3a; border-radius: 4px; line-height: 40px; padding: 0 13px; margin-top: 4%; margin-right: 5px; display: inline-block; }
.recruit02 .chuankou .btnto { display: inline-block; border: 2px solid #fabf3a; color: #fabf3a; padding: 1% 3%; border-radius: 30px; margin-top: 3.2%; margin-bottom: 1.3%; }
.recruit02 .chuankou .btnto img { margin-left: 5px; }
.news_list { background-color: #f5f5f5;padding-bottom: 9%; }
.news_list .top_pics { position: relative; margin-bottom: 3.5%; }
.news_list .top_pics .pic { width: 750px; max-width: 90%; height: 475px; }
.news_list .top_pics .text { padding: 1% 2.2% 2.2%; text-align: justify; padding-left: 3.7%; line-height: 30px; right: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position: absolute; width: 470px; background-color: #fff; z-index: 1; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.news_list .top_pics .text .time { float: right; text-align: right; width: 80px; height: auto; z-index: 1; padding: 1.3% 0 0; }
.news_list .top_pics .text .time .subtits { line-height: 1.4; }
.news_list .top_pics .text .time .tits { line-height: 1; }
.news_list .top_pics .text .details_title { margin-top: 6%; }
.news_list .top_pics .text .ckxq { position: relative; display: inline-block; margin-top: 9.3%; margin-bottom: 2.5%; }
.news_list .top_pics .text .ckxq::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 80px; height: 12px; background: url(../png/toxq.png) left center no-repeat; }
.news_list .top_pics .text .ckxq:hover::after { background: url(../png/toxq2.png) left center no-repeat; }
.news_list #container { width: 100%; position: relative;height: 1200px;overflow-y: scroll;-webkit-overflow-scrolling: touch;-webkit-overflow-scrolling: auto;overflow-x: hidden; }
.news_list #container::-webkit-scrollbar {display: none;}
.news_list #container::-o-scrollbar {display: none;}
.news_list #container::-ms-scrollbar {display: none;}
.news_list #container::-moz-scrollbar {display: none;}
.news_list #container .box {width: 300px; background-color: #fff; overflow: hidden;position: absolute; }
.news_list #container .box .wrapper{position: relative;}
.news_list #container .box .time { position: absolute; width: 80px; height: auto; background-color: #fabf3a; z-index: 1; left: 0; top: -100%; padding: 1.3% 0; transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; }
.news_list #container .box .time .tits { line-height: 1; }
.news_list #container .box:hover .time { top: 0; }
.news_list #container .box .txt { padding: 10% 8%; }
.news_list #container .box:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
.news_list #container .box .line { position: relative; width: 50px; height: 1px; background-color: #fabf3a; margin: 6% auto 5.8%; }
.news_list #container .box .details { line-height: 30px; position: relative; }
.news_list #container .box .xq { margin-top: 4.7%; }
.news_list #container .box img { width: 100%; height: 100%; }
.news_list #app{position: relative;}
.news_list .chakan { padding: 3.5% 0 6%;    position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #f5f5f5; }
.news_list .chakan .moreto { padding: 1% 6.5%; display: inline-block; border: 2px solid #fabf3a; border-radius: 50px; }
.news_list .chakan .moreto:hover { border-color: #802428; color: #802428 !important; }
.news_list .chakan .moreto:active, .news_list .chakan .moreto:focus { color: #fabf3a; }
.newsdetails01 .mar77 { margin: 0px 77px; }
.newsdetails01 .title { margin-bottom: 1.3%; }
.newsdetails01 .subtitle { margin-bottom: 2.4%; }
.newsdetails01 .con_editer { border-top: 1px dashed #dcdcdc; line-height: 28px; padding-bottom: 4.8%; border-bottom: 1px solid #eeeeee; }
.newsdetails01 .con_editer p { margin-bottom: 0; }
.newsdetails01 .con_editer .fen { margin: 2.2% 0; }
.newsdetails01 .con_editer .fen .wid50 { float: left; width: 50%; }
.newsdetails01 .con_editer .fen::after { content: ''; position: relative; display: block; clear: both; }
.newsdetails01 .pageto { margin: 3.5% 0 5.5%; }
.newsdetails01 .pageto .prev { display: inline-block; float: left; padding-left: 110px; background: url(../jpg/prev.jpg) left center no-repeat; }
.newsdetails01 .pageto .next { display: inline-block; float: right; padding-right: 110px; background: url(../jpg/next.jpg) right center no-repeat; }
.join01{padding-bottom: 5%}
.join01 .text { width: 900px; height: 670px; }
.join01 #mapChina { max-width: 100%; width: 900px; height: 670px; opacity: 1;}
@keyframes move {
	0% {
		margin-top:0;
	}
	50% {
		margin-top:10px;
	}
	100% {
		margin-top:0;
	}
}
.join01 .map_name { position: absolute; width: 56px; height: 61px; background: url(../png/duihua.png) center bottom no-repeat; left: 73%; top: 54%; text-align: center; line-height: 54px;  margin-top:0; animation:move 1.5s ease infinite;}
.join01 .right_tu { width: 860px; max-width: 80%; padding-right: 160px; padding: 1.5% 0% 2% 1.7%; z-index: 11; background-color: #fff; box-shadow:0px 0px 10px #ccc; position: absolute; right: 0%; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.join01 .right_tu .contents_addr { padding-right: 160px; position: relative; margin-top: 3.45%; }
.join01 .right_tu .contents_addr dl { line-height: 24px; width: 59px; height: 100%; position: absolute; overflow-y: auto; z-index: 1; }
.join01 .right_tu .contents_addr dl::-webkit-scrollbar { width: 6px; height: 6px; }
.join01 .right_tu .contents_addr dl::-webkit-scrollbar-track { background: #efefef; border-radius: 5px; }
.join01 .right_tu .contents_addr dl::-webkit-scrollbar-thumb { background: #a0a0a0; border-radius: 5px; }
.join01 .right_tu .contents_addr dl::-webkit-scrollbar-thumb:hover { background: #802428; }
.join01 .right_tu .contents_addr dl::after { content: ''; position: absolute; right: 0px; height: 100%; width: 1px; background-color: #a0a0a0; top: 0; }
.join01 .right_tu .contents_addr dl dd { margin-bottom: 5px; position: relative;overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .owl-loaded.owl-hidden{opacity: 1;}
.join01 .right_tu .contents_addr dl dd::after { content: ''; position: absolute; right: 0px; height: 100%; width: 1px; background-color: #802428; top: 0; display: none; z-index: 1; }
.join01 .right_tu .contents_addr dl dd.cur { color: #802428; }
.join01 .right_tu .contents_addr dl dd.cur::after { display: block; }
.join01 .right_tu .contents_addr .rights { padding-left: 104px; position: relative; display: none;min-height: 250px; }
.join01 .right_tu .contents_addr .rights.cur { display: block; }
.join01 .right_tu .contents_addr .rights .lists::after { content: ''; position: relative; display: block; clear: both; }
.join01 .right_tu .contents_addr .rights .lists span { margin-bottom: 1.5%; width: 19%; text-align: center; float: left; display: inline-block; background-color: #c9c9c9; padding: 1.4% 0%; border-radius: 25px; margin-right: 6%; }
.join01 .right_tu .contents_addr .rights .lists span.cur {color:#fff; background-color: #ffad64; font-weight: bold; }
.join01 .right_tu .contents_addr .rights .items .item { min-height: 300px; display: none; }
.join01 .right_tu .contents_addr .rights .items .item .ul { width: 100%; margin-top: 5%; }
.join01 .right_tu .contents_addr .rights .items .item .ul li { width: 100%; }
.join01 .right_tu .contents_addr .rights .items .item .ul li .pic { width: 100%; padding-bottom: 75%; }
.join01 .right_tu .contents_addr .rights .items .item.cur { display: block; }
.join01 .right_tu .closed { width: 52px; height: 52px; background: url(../png/closed.png) center center no-repeat; background-color: #fff; box-shadow:0px 0px 10px #ccc; position: absolute; left: -52px; bottom: 0; }
.join01 .right_tu .closed:after {width:10px; height:100%;background-color:#fff; content:''; display:block; position:absolute; left:100%; top:0; z-index:2;}
.contact01 .bao { background-position: left center; padding-top: 4%; padding-bottom: 12.8%; margin-bottom: 3%; }
.contact01 .contact_content { width: 34%; max-width: 100%; height: auto; height: 350px; float: left; padding-right: 3%; }
.contact01 .contact_content .tits { padding-top: 4%; }
.contact01 .contact_content .tits span { display: inline-block; margin-left: 10px; }
.contact01 .contact_content .list { margin-top: 5%; }
.contact01 .contact_content .list .lis { position: relative; line-height: 40px; }
.contact01 .contact_content .list .lis img { position: relative; top: -1px; margin-right: 10px; }
.contact01 .map { width: 66%; float: left; height: 350px; background-color: #f1f1f1; position: relative; }
.contact01 .map #allmap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.contact01 .map #allmap .BMap_shadow img { display: none; }
@keyframes transcal { 0% { transform: scale(0.7); }
  100% { transform: scale(1.03); opacity: 0.5; } }
@-webkit-keyframes transcal { 0% { transform: scale(0.7); }
  100% { transform: scale(1.03); opacity: 0.5; } }
.max992 { display: none; }
.min992 { display: block; }
.max768 { display: none; }
.min768 { display: block; }
@media screen and (max-width: 1700px) { 
  .tuzhu { width: 71%; }.college_list .ul{padding: 35px;}
.join01 #mapChina{width: 800px;}
.join01 .map_name{left: 65%;top: 46%;}
}
@media screen and (max-height: 768px) and (min-height: 680px){
  .section_4 .list{padding-top: 10.5%}.section_4 .tb1{margin-bottom: 2%}
  .section_4 .list li{padding-bottom: 1.2%}
  .section_4 .footers .centers{padding-top: 4px;}
  .banner_dots .items{padding-bottom: 92%}
  .header_menu .bao{margin-top: 2%}
}
@media screen and (max-width: 1600px) { 
  .section_4 .tb1{margin-bottom: 3%;}
  .join01 .right_tu{width: 650px;}
  .join01 .right_tu .contents_addr .rights .items .item .ul li .pic{padding-bottom: 70%}
  .join01 .right_tu .contents_addr{padding-right: 75px}
  .join01 .right_tu .closed{width: 40px;height: 40px;background-size: 100%;left: -40px}
}
@media screen and (min-width: 1601px){
  .section_4 .footers .bao_footer_line{margin-top: 2.5%;}
}
@media screen and (min-height: 680px){
  .banner_dots .items{padding-bottom: 92%}
}
.leibie .ul li { float: none; margin: 0 auto;width: 100%;}
@media screen and (max-width: 1440px) { 
  .section_4 .list li{padding-bottom: 0.5%;}
  .section_4 .footers .centers .ul{margin-top: 5.5%;}
  .section_4 .list{padding-top: 10%;}
  .section_4 .footers .bao_footer_line{
    margin-top: 0.5%;
    padding-top: 0.8%;
  }
  .join01 #mapChina{width: 750px;}
  .join01 .map_name{left: 60.5%;top: 43%;}
  .college_list .ul{padding: 30px;}
  .bottom_list .ul li .tits{line-height: 40px}
  .bottom_list .ul li.cur .imgs{height: 40px}
  .pro_list .ul li .pics .goto{height: 50px;line-height: 50px}
  .join01 .right_tu{width: 540px}
  .join01 .right_tu .contents_addr .rights .items .item .ul li .pic{padding-bottom: 60%;}
  .join01 .right_tu .contents_addr .rights{padding-left: 95px}
  .join01 .right_tu .contents_addr .rights .items .item .ul{margin-top: 3%}
  .join01 .right_tu .contents_addr{padding-right: 60px;}
  .join01 .right_tu .closed{width: 32px;height: 32px;left: -32px;background-size: 100%}
  .header .right_top { right: 120px; }
  .header .logo { left: 120px; }
  .cultures01 .fixed_title.fixed { left: 120px; }
  .contents { width: 100%; padding: 0 120px; position: relative; }
  .contents2 { width: 100%; padding: 0 216px; position: relative; }
  .contents3 { width: 100%; padding: 0 20%; position: relative; }
  .contents3.news_list{padding-bottom: 5%;}
  .section_4 .xuanzhuan:nth-child(1)::before { margin-left: -70px; width: 64px; height: 55px; }
  .slicks { width: 80px; }
  .section_4 .tb1 { margin-bottom: 3%; }
  .header_menu .ul li .title {font-size:36px;}
  .header_menu .ul li { margin-bottom: 0%; padding-left:330px;}
  .header_menu .ul li .dl {padding-top:1%;}
  .header_menu .ul li .dl dd {line-height:40px;}
  .brand_productdetails_content .left { padding-right: 720px; }
  .brand_productdetails_content .right.centers { right: 120px; }
  .brand_productdetails_content .right { width: 655px; }
  .section_4 .list li .text .subtit { height: 30px; }
  .banner_dots .items { padding-bottom:95%; }
  .tuzhu .s { left: 125px; }
  .conts_1 .bao .closed1 { width: 96px; height: 96px; background: url(../png/jian.png) center center no-repeat; background-size: 103%; position: absolute; left: -48px; top: -48px; border: 1px solid #802428; border-radius: 50%; } }
@media screen and (max-width: 1350px) { 
  .section_4 .footers .centers .ul li { margin-right: 2%; }
  .brand_productdetails_content .left { padding-right: 520px; }
  .brand_productdetails_content .right.centers { right: 120px; }
  .brand_productdetails_content .right { width: 455px; }
  .brand_productdetails_content .right .btnto { margin-right: 2%; }
  .cultures01 .palef_bg { padding-left: 100px; padding-right: 95px; }
  .tuzhu { width: 67%; } }
@media screen and (max-width: 1200px) { .tuzhu { width: 65%; } .header_menu .ul li .dl dd{width: 125px;}}
@media screen and (max-width: 1200px) { .tuzhu { width: 60%; } }
@media screen and (max-width: 992px) { 
.font12 { font-size: 10px; }
  .font14 { font-size: 12px; }
  .font15 { font-size: 12px; }
  .font16 { font-size: 13px; }
  .font18 { font-size: 14px; }
  .font19 { font-size: 14px; }
  .font20 { font-size: 15px; }
  .font21 { font-size: 15px; }
  .font22 { font-size: 16px; }
  .font24 { font-size: 17px; }
  .font26 { font-size: 18px; }
  .font27 { font-size: 18px; }
  .font28 { font-size: 19px; }
  .font30 { font-size: 20px; }
  .font32 { font-size: 22px; }
  .font35 { font-size: 24px; }
  .font36 { font-size: 18px; }
  .font38 { font-size: 26px; }
  .font40 { font-size: 26px; }
  .font44 { font-size: 28px; }
  .font48 { font-size: 30px; }
  .font50 { font-size: 30px; }
  .font55 { font-size: 32px; }
  .font60 { font-size: 34px; }
  .font70 { font-size: 36px; }
  .font72 { font-size: 36px; }
  .font75 { font-size: 36px; }
  .font100 { font-size: 40px; }
  .slicks { width: 70px; top: 52%; }
  .banner_dots .navs_prev { width: 35px; background-size: 100%; }
  .tuzhu .s { left: 15px; width: 10px; height: 10px; }
  @keyframes leftright { 0%,100% { right: 10px; opacity: 0; }
    50% { right: 16px; opacity: 1; } }
  .tuzhu { width: 64%; }
  .banner_dots .pic_pro { top: 54%; }
  .section_4 .footers .centers .ul { margin-top: 4.5%; }
  .banner_dots .items { padding-bottom: 90%; }
  .cultures01 .palef_bg { padding-left: 80px; padding-right: 75px; }
  .brand_productdetails_content .wappic {display:block;}
.brand_productdetails_content .left .pics { height: auto; line-height: 1.5;margin: 15px 0; display:none;}
  .brand_productdetails_content .left { padding-right: 0px; }
  .brand_productdetails_content .right.centers { right: 0; }
  .brand_productdetails_content .right { width: 100%; position: relative !important; }
  .brand_productdetails_content .right .btnto { margin-right: 1%; padding: 1.3% 4%; }
  .brand_productdetails_content .right .btnto img { width: 15px; }
  .cultures01 .fixed_title { left: 2.5%; z-index: 2; }
  .cultures01 .fixed_title.fixed { left: 2.5%; }
  .join01 .text, .join01 #mapChina { width: 500px; height: 500px; }
  .join01 .map_name { left: 67.5%; top: 51%; }
  .join01 .right_tu .closed { width: 30px; height: 30px; left: -30px; background-size: 100%; }
  .header .right_top { right: 2.5%; }
  .header .logo { left: 2.5%; width: 50px; top: 5px; }
  .contents { width: 100%; padding: 0 2.5%; position: relative; }
  .contents2 { width: 100%; padding: 0 2.5%; position: relative; }
  .contents3 { width: 100%; padding: 0 2.5%; position: relative; }
  .go_back { right: 2.5%; }
  .join01 .right_tu .contents_addr .rights .lists span { width: auto;display: inline-block;padding: 2% 5%; margin-bottom: 4%; }
  .join01 .right_tu .contents_addr .rights .items .item { min-height: 200px; }
  .join01 .right_tu { max-width: 90%; padding: 2.5% 2% 3% 3.7%; }
  .join01 #mapChina canvas, .join01 #mapChina svg { cursor: auto; }
  .join01 .right_tu .contents_addr { padding-right: 2%;min-height: 200px; }
  .join01 .right_tu .contents_addr .rights .items .item .ul li .pic{padding-bottom: 75%;}
  .owl-theme .owl-dots .owl-dot span{width: 8px;height: 8px;margin: 5px 3px;}
  .section_4 .footers .bao_footer_line .link { text-align: center; width: 100%; }
  .section_4 .footers .bao_footer_line .copyright { float: none; text-align: center; width: 100%; }
  .section_4 .footers .tops { height: 40px; padding-top: 15px; }
  .section_4 .footers .centers .ul li { display: none; }
  .section_4 .footers .centers .ul li.footer_contacts { display: block; min-height: 120px; }
  .section_4 .footers .centers .rights .item { margin-left: 25px; }
  .section_4 .footers .centers .ul { padding-right: 187px; }
  .section_4 .footers .centers .ul li .tits { margin-bottom: 5px;margin-top: 3px }
  .top_class .list li.cur a, .top_class .list li a { padding: 14px 10px; }
  .brand_content .right { width: 100%; margin-top: 1%; }
  .brand_content .right .details { min-height: auto; margin-top: 5%; }
  .brand_content .left { width: 100%; }
  .brand_content .bao { padding-bottom: 8%; }
  .header .right_top .cn_en { margin-right: 10px; margin-left: 3px; }
  .header .right_top .sousuos { margin-right: 8px;cursor: pointer; }
   .header_menu.open { clip-path: circle(100% at 50% 50%) !important; }
  .header_menu { clip-path: circle(0% at 50% 50%) !important; }
  .header_menu .contents { background-color: #fff; }
  .header_menu .ul li .title { display: block; width: 100%; padding-left: 0; position: relative; left: 0; font-size: 22px; }
  .header_menu .ul li .dl { padding-top: 0.5%; display: none; }
  .header_menu .ul li .dl dd { display: block; margin-right: 0;margin-bottom: 2%;width: 100%;}
  .header_menu .ul li { min-height: auto; padding-left: 0; text-align: center; line-height: 48px; margin-bottom: 2%; }
  .header_menu .bao { margin-top: 0%; }
  .header_menu .right_lefts, .header_menu .lefts { display: none; }
  .header_menu .head_menu_logo img { width: 50px; height: 50px; }
  .header_menu .head_menu_logo { left: 2.5%; top: 2%; }
  .header_menu .head_menu_close { right: 2.5%; top: 2%; }
  .header_menu .head_menu_close img { width: 35px; height: 35px; }
  .college_list .ul { padding: 25px; }
  .college_list .ul li { margin-bottom: 2%; }
  .bottom_list .ul li .tits { line-height: 25px; }
  .bottom_list .ul li.cur .tits { margin-right: 5px; }
  .bottom_list .ul li.cur .imgs { width: 20px; height: 25px; }
  #cursorBlob { display: none; }
  .allbanner02 .allbanner { height: 350px; }
  .allbanner03 .allbanner { height: 350px; }
  .allbanner03 .list li .top_icons{white-space: nowrap;font-size: 12px}
  .allbanner03 .list li{width: 13%}.allbanner03 .list li .tops_pic img{margin-top: 23px}
  .cultures01 .section1 .left,.cultures01 .section1 .right,.cultures01 .section2 .left,.cultures01 .section2 .right,.cultures01 .section4 .left .pics,.cultures01 .section4 .left,.cultures01 .section4 .right,.cultures01 .section5 .left,.cultures01 .section5 .right{width: 100%;float: none;}
  .cultures01 .section1 .left .pics,.cultures01 .section2 .right,.cultures01 .section4 .left .pics,.cultures01 .section5 .right{height: 295px;position: relative;float: none}
  .cultures01 .section2{padding-bottom: 0}
  .cultures01 .section3 .list li{width: 100%}
  .cultures01 .section3 .list li .txt{min-height: 165px;height: auto;}
  .cultures01 .section3 .list li .txt .details{padding-right: 0;padding-top: 30px;transform: none;top: 10px}
  .cultures01 .section1 .right,.cultures01 .section2 .left,.cultures01 .section4 .right,.cultures01 .section5 .left{height: auto;padding-bottom: 5%;padding-top: 5%;}
  .cultures01 .section5 .right .pics{height: 100%}
  .cultures01 .section1 .right .text,.cultures01 .section2 .left .text{top: 5%;transform:none;position: relative;}
  .leibie .ul li { float: none; margin: 0 auto; }
  .max992 { display: block; }
  .min992 { display: none; } }
@media screen and (max-width: 768px) {
  .newsdetails01{margin-top: 15px;}
  .newsdetails01 .mar77{margin: 0 2%;}
  .newsdetails01 .subtitle{margin-bottom: 3%;margin-top: 1.5%;}
  .newsdetails01 .pageto .prev { display: inline-block; float: left; padding-left: 90px; background: url(../jpg/prev.jpg) left -12px center no-repeat; }
.newsdetails01 .pageto .next { display: inline-block; float: right; padding-right: 90px; background: url(../jpg/next.jpg) right -12px center no-repeat; }
.cultures01 .section5 .palef_bg{padding-right: 30px;}
.brand_productdetails_content .left .con_editer{padding-top: 5%;}
.recruit01 .more_list .con_text{padding: 2% 1%;}
.recruit01 .more_list .title{padding: 0 1%;}
.recruit01 .more_list .con_text::after{width: 100%;left: 0;}
.newsdetails01 .con_editer{min-height: 150px;}
.newsdetails01 .con_editer img{display: block!important;margin: 10px auto!important;max-width: 100%;}
.newsdetails01 .con_editer div{max-width: 100%;}
.newsdetails01 .con_editer p{max-width: 100%;}
  .cultures01 .section0 .list .ul .owl-item li{padding-right: 0;}
  .pro_list .ul li .tits{margin-bottom: 10px;line-height: 40px}
  .pro_list .ul li .pics .goto{font-size: 12px}
  .pro_list .ul li .pics .goto img {margin-left: 4px;height: 17px;}
  .contact01 .contact_content,.contact01 .map{width: 100%}
  .contact01 .contact_content{height: auto;margin-bottom: 3%}
  .cultures01 .fixed_title{top: 190px}
  .allbanner02 .list li{padding-top: 14%}
  .allbanner02 .list li:nth-child(n) .tops_pic {top:50px;}
  .allbanner02 .list li:nth-child(2n) .tops_pic{top: 100px}
  .allbanner02 .list li .tops_pic{height: 70px;line-height: 70px}
  .allbanner03 .list li .tops_pic {top:15px;}
  .allbanner03 .list li:nth-child(2n) .tops_pic {top:auto; left:auto;}
 .header_menu.open { clip-path: circle(100% at 50% 50%) !important; }
  .header_menu { clip-path: circle(0% at 50% 50%) !important; }
  .header_menu .contents { background-color: #fff; }
  .college_list .ul li { width: 100%; margin-right: 0%; margin-bottom: 3%; }
  .college_list .ul li:nth-child(3n) { margin-right: 0%; }
  .college_list .ul li:nth-child(2n) { margin-right: 0; }
  .college_list .ul { padding: 12px; margin-bottom: 3%; }
  .college_list .ul li:last-child { margin-bottom: 0; }
  .cultures01 .palef_bg { padding-left: 50px; padding-right: 30px; }
  .join01 .text, .join01 #mapChina { width: 100%; height: 500px; position: relative; opacity: 1; }
  .join01 .map_name { left: 72%; top: 59%; width: 40px; height: 44px; background-size: 100%; line-height: 37px; margin-left: 8px; margin-top: 19px; }
  .join01 .right_tu .contents_addr .rights { padding-left: 75px; }
  .join01 .right_tu .closed {bottom:auto; top:0;}
  .section_4 .footers .centers .rights .item { margin-left: 5px; }
  .join01 .right_tu .contents_addr dl { width: 53px; }
  .section_4 .rotating-text .word { font-size: 24px; width: 300px;margin-left: 30px }
  .section_4 .xuanzhuan:nth-child(1)::before { height: 38px; }
  .section_4 .footers .bao_footer_line { padding-top: 1.3%; }
  #mapChina div { width: 100%; }
  .max768 { display: block; }
  .min768 { display: none; }
  .allbanner01 .allbanner { padding-bottom: 45%; }
  .index_page #wrap { height: auto; }
  .section_2 .yuan {padding-top:10%; padding-bottom:10%;}
  .section_2 .yuan .cents {left:auto; float:none; margin:0 auto 10%; width:60%; padding-bottom:60%;}
  .section_2 .yuan .cents:after {width:100%; padding-bottom:100%; height:auto;}
  .section_2 .yuan .list li.cur {transform:scale(2);}
  .section_2 .yuan .widr { width: 100%; float:none; clear:both;}
  .section_2 .yuan .list { width: 100%; padding-bottom: 100%; float: none; margin: 0 auto; left: 0; position:absolute;}
  .section_2 .yuan .widr .item .tit { text-align: center; }
  .section_2 .yuan .widr .item .tit img { display: block; margin: 0 auto; margin-bottom: 10px; }
  .section_2 .yuan .widr .details { margin-top: 3%; }
  .section { height: auto !important; }
  .section_4 .footers, .section_bg { position: relative; }
  .section_2 .yuan .list { background-size: 40%; }
  .section_2 .fp-tableCell, .section_3 .fp-tableCell, .section_4 .fp-tableCell { height: auto !important; }
  .section_2 .yuan .widr .btnto { display: block; margin: 9.2% auto; width: max-content; }
  .section_3 .section_bg { padding: 9% 0;background-size: cover;}
  .section_3 .section_bg .title { font-size: 28px; }
  .section_3 .details {text-align:justify;}
  .section_tanchuang .title { font-size: 28px; }
  .section_tanchuang .neirong { background-size: 80%; background-position: center; }
  .section_4 .list li {float:none; width: 100%; margin-right: 0; padding-right: 0; padding-left: 0; margin-bottom:5%; border-right: none; }
  .section_4 .list li:nth-child(2n) { padding-left: 0; }
  .section_4 .list li .pic { width: 39%; top: -3%; }
  .pro_list .ul li { width: 49%; }
  .pro_list .ul li:nth-child(2n) { margin-right: 0; }
  .bottom_list { padding: 0; }
  .tuzhu { width: 60%; z-index: 1; }
  .tuzhu .s { top: -25px; left: 10px; }
  @keyframes ball { 0% { opacity: 1; -webkit-transform: translate(20px, 20); }
    5% { opacity: 1; -webkit-transform: translate(100px, 80px); background-color: #802428; }
    10% { opacity: 1; -webkit-transform: translate(200px, 0px); background-color: #fabf3a; }
    15% { opacity: 1; -webkit-transform: translate(300px, 80px); background-color: #802428; }
    20% { opacity: 1; -webkit-transform: translate(400px, 0px); background-color: #fabf3a; }
    25% { opacity: 1; -webkit-transform: translate(500px, 80px); background-color: #802428; }
    30% { opacity: 1; -webkit-transform: translate(600px, 0px); background-color: #fabf3a; }
    35% { opacity: 1; -webkit-transform: translate(700px, 80px); background-color: #802428; }
    40% { opacity: 1; -webkit-transform: translate(800px, 0px); background-color: #fabf3a; }
    45% { opacity: 1; -webkit-transform: translate(900px, 80px); background-color: #802428; }
    50% { opacity: 1; -webkit-transform: translate(1000px, 0px); background-color: #fabf3a; }
    55% { opacity: 1; -webkit-transform: translate(1100px, 80px); background-color: #802428; }
    60% { opacity: 1; -webkit-transform: translate(1200px, 0px); background-color: #fabf3a; }
    65% { opacity: 1; -webkit-transform: translate(1300px, 80px); background-color: #802428; }
    70% { opacity: 1; -webkit-transform: translate(1400px, 0px); background-color: #fabf3a; }
    75% { opacity: 1; -webkit-transform: translate(1500px, 80px); background-color: #802428; }
    80% { opacity: 1; -webkit-transform: translate(1600px, 0px); background-color: #fabf3a; }
    85% { opacity: 1; -webkit-transform: translate(1700px, 80px); background-color: #802428; }
    90% { opacity: 1; -webkit-transform: translate(1800px, 0px); background-color: #fabf3a; }
    95% { opacity: 1; -webkit-transform: translate(1900px, 80px); background-color: #802428; }
    100% { opacity: 1; -webkit-transform: translate(2000px, 0px); background-color: #fabf3a; } } 
    .news_list .top_pics .pic{height: 310px;width: 85%;max-width: 85%}
    /* .news_list .top_pics .text{width: 100%;height: 100%;background-color: rgba(255,255,255,0.9);} */
    .news_list .top_pics .text{width: 68%;line-height: 24px;padding: 2% 4% 3%;}
    .news_list .top_pics .text .bao .title{
      text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
    }
    .college_list .ul:nth-child(2n)::before{top: 0.4%}
    
  }
@media screen and (max-width: 480px) { 
  #xiaoqiu { left: 50px; top: 36px; }
  .navBtn{width: 30px!important;}
  .join01 .text, .join01 #mapChina { height: auto; }
  .join01 .map_name { left: 68%; top: 41%; margin-top:-16px;}
  .allbanner02 .allbanner { height: 230px; }
  .allbanner03 .allbanner { height: 230px; }
  .tuzhu { width: 100%; z-index: 1; }
  .tuzhu .s { left: 0; } 
  .join01#app .contents{padding: 0;}
  .join01#app .contents>.bao{ height: auto; transition:all 0.5s; -webkit-transition:all 0.5s ; -moz-transition:all 0.5s ; -ms-transition:all 0.5s ; -o-transition:all 0.5s ; }
  .join01 .right_tu{right:0; top: auto; transform:none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none;bottom: 0;position: relative;float: right; }
  .recruit01 .more_list .wid17{width: 30.3%;}
  .recruit01 .more_list .wid17.public_times{display: none;}
  .cultures01 .fixed_title .dl dd{background-color: #888;font-size: 0;width: 10px;height: 10px;margin: 10px 0;border-radius: 50%;}
  .cultures01 .fixed_title .dl dd.cur{background-color: #802428;font-size: 0;}
  .cultures01 .fixed_title{display: none;}
  .cultures01 .section0 .palef_bg{padding-right: 40px;padding-left: 40px;}
  .cultures01 .palef_bg{padding-left: 15px;padding-right: 15px;}
  .cultures01 .section5 .palef_bg{padding-right: 15px;}
  .recruit02 .chuankou{max-height: 85%;padding: 5% 4%;}
  .recruit02 .chuankou .inputs{width: 100%;margin-right: 0;}
  .recruit02 .chuankou .btnto{margin-top: 5%;    padding: 1% 5%;}
  .section_3 .section_bg{padding: 0;height: 100vh;}
}
@media screen and (max-width: 1440px) and (min-height: 769px){ 
  .section_4 .list li{padding-bottom: 2.5%;}
  .section_4 .list{padding-top: 12%;}
  .section_4 .footers .bao_footer_line{margin-top: 2.8%;padding-top: 1.2%;}
  .section_4 .tb1{margin-bottom: 3.3%;}
}
.sousuozhong{
  display: none;    
  position: absolute;
  width: 280px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 15px;
  margin-top: 10px;
  padding-right: 32px; 
  border-radius: 4px;
    border: 1px solid #802428;
}
.sousuozhong .valuer{width: 100%;height: 100%;}
.sousuozhong .gotos{
  position: absolute;
    width: 23px;
    height: 30px;
    background: url(../png/sousuo.png) center center no-repeat;
    background-size: 100%;
    right: 7px;
    top: 5px;
    cursor: pointer;
}

/* 新修改 */
@media screen and (max-width: 992px) {
  .brand_content .right .btnto{
    display: block;margin: 0 auto;width: 130px;margin-top: 9.2%;
  }
}
@media screen and (max-width: 768px) {
  .conts_1 .bao{height: auto;}
  .conts_1 .bao .neirong{max-height: 450px;height: auto;overflow-y: auto;}
  .conts_1 .bao .closed1 {width: 34px;height: 34px;left: -17px;top: -17px;}
  .conts_1 .bao .details{padding-bottom: 3%;}
  .conts_1 .button{margin-bottom: 14.7%;}
  .section_4 .list li .text .titles{display: block;white-space: normal;}
  .section_4 .list li .text{margin-right: 42%;}
  .section_2 .yuan .cents{background-size: 50%;}
  .section_2 .yuan .cents::after{left: -2%;top: -2%;}
  .navBtn::after{right: -120%;font-size: 20px;white-space: nowrap;}
  .banner_dots .owl-loaded .owl-item {padding-bottom:16px;}
  .banner_dots .items.cur::after{transform:rotate(-90deg); left:50%; width:16px; height:16px; margin-left:-8px; top:100%; background-size:contain;}
  .section_1 .slicks{top: 20%;width: 90%;left: 5%;}
  .banner_dots .pic_pro{width: 75%;left: 46%;}
  .product-float-info{right: -16px;}
}
.renzheng{width: 70px;position: relative;margin-left: 10px;top: -2px;}
@media screen and (max-width: 480px) {
.copyright a{display: inline-block;    position: relative;
    top: 3px;}
  .renzheng{display: inline-block;margin-top: 6px;}
}



/* 2021-11-19 修改 */
.select_first_ul li a{ display: block;}
.select_first_ul li.active,
.select_first_ul li:hover,
.topmenu dt:hover a .select_textdiv,
.topmenu .active a .select_textdiv{
  background: #ffad64;
  color: #fff;
}
.select_first_ul li.active a,
.select_first_ul li:hover a{ color: #fff;}






























