@charset "utf-8";
html,body { width:100%; background:#fff; overflow:hidden;}
html { height:100%; background:#f5f5f5; overflow-y:auto;}
body { max-width:1920px; min-height:100%; margin:0 auto; text-align:justify; font:14px/20px Helvetica,"微软雅黑",arial; color:#3e3a39;}
* { margin:0; padding:0; list-style:none; outline:none; -webkit-tap-highlight-color:transparent;}
img,video,iframe { border:0; vertical-align:middle;}
i { font-style:normal;}
a { color:#3e3a39; text-decoration:none;}
a:hover { color:#ff6b00;}
h1,h2,h3,h4,h5,h6 { font-weight:normal; text-transform:uppercase;}
table { border:1px solid #ddd; border-collapse:collapse; border-spacing:0;}
table td { padding:8px 10px; border:1px solid #ccc; vertical-align:middle;}
table.noborder { border:0;}
table.noborder td { border:0;}
input,select,textarea { background:none; text-align:justify; font-family:Helvetica,"微软雅黑",arial; box-sizing:border-box; resize:none;}
input[type="submit"],.submit { cursor:pointer;}
select:-ms-expand { display:none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:rgba(0,0,0,0.5);}
input::-moz-placeholder,textarea::-moz-placeholder { color:rgba(0,0,0,0.5);}
input:-moz-placeholder,textarea:-moz-placeholder { color:rgba(0,0,0,0.5);}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { color:rgba(0,0,0,0.5);}
input.white::-webkit-input-placeholder,
input.white::-moz-placeholder,
input.white:-moz-placeholder,
input.white:-ms-placeholder { color:rgba(255,255,255,1);}
@font-face { font-family:"ALTGOT2N"; src:url("../font/ALTGOT2N.eot"); src:url("../font/ALTGOT2N.eot") format("embedded-opentype"), url("../font/ALTGOT2N.woff") format("woff"), url("../font/ALTGOT2N.ttf") format("truetype"), url("../font/ALTGOT2N.svg") format("svg");}
::-webkit-scrollbar { width:10px; height:10px;}
::-webkit-scrollbar-thumb { background:rgba(50,50,50,0.25); border:2px solid transparent; border-radius:10px; background-clip:padding-box;}
::-webkit-scrollbar-thumb:hover { background-color:rgba(50,50,50,0.5);}
::-webkit-scrollbar-track { background:rgba(50,50,50,0.05);}
::-ms-clear,::-ms-reveal { display:none;}

.m_fl { float:left;}
.m_fr { float:right;}
.m_auto { float:none !important; margin:auto; zoom:1;}
.m_auto:after { clear:both; content:""; display:block;}
.overflow { overflow:hidden;}
.hidden { display:none !important;}
.display { display:block;}
.name { overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.bg { font-size:0; position:relative !important; z-index:10 !important;}
.bg img { width:100%; opacity:0; visibility:hidden;}
.img,.loading,.img_loading img,article iframe,article video { background:#f5f5f5 url(../images/app_loading.gif) no-repeat center center; background-size:40px; overflow:hidden; position:relative;}
.img img { width:100%; min-height:100%; transition:all 0.4s; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; z-index:10;}

.allSelect { text-align:left; font-size:14px; position:relative;}
.allSelect em { font-style:normal; position:absolute; cursor:pointer;}
.allSelect em.value { width:calc(100% - 2px); height:calc(100% - 2px); border:1px solid #898989; text-indent:10px; top:0; left:0;}
.allSelect em.value:after { width:0; height:0; content:""; border:6px solid transparent; border-top-color:#ccc; border-bottom:0; position:absolute; top:50%; right:9px; z-index:10; margin-top:-3px; transition-duration:400ms;}
.allSelect em.open { border-color:#0286d1;}
.allSelect em.open:after { border-top-color:#0286d1; transform:rotate(180deg);}
.allSelect dl { width:calc(100% - 2px); max-height:calc(31px * 6 - 1px); background:#fff; border:1px solid #0286d1; position:absolute; top:calc(100% - 1px); right:0; cursor:auto; z-index:100; transition:all 0.3s; transform:translateY(0); opacity:0; visibility:hidden; overflow-x:hidden; overflow-y:auto;}
.allSelect dl dd { height:30px; border-top:1px solid #f7f7f7; text-indent:10px; line-height:30px; display:block; overflow:hidden;}
.allSelect dl dd a { height:100%; display:block;}
.allSelect dl dd:first-child { border:0;}
.allSelect dl dd:hover { background:rgba(2,134,209,0.2);}
.allSelect dl dd.active { background:rgba(2,134,209,0.4);}
.allSelect dl dd.none { color:#b0b0b0;}
.allSelect dl.open { transform:translateY(5px); opacity:1; visibility:visible;}

/**头部和尾部**/
header { width:1400px; height:100px; border-bottom:50px solid #f3f5f6; position:relative; z-index:150;}
header:before { width:200%; height:50px; content:""; background:#f3f5f6; position:absolute; bottom:-50px; left:50%; transform:translateX(-50%);}

header .logo { height:60px; position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:20;}
header .logo img { height:100%;}

header .nav { width:100%; height:50px; display:flex; position:absolute; bottom:-50px; left:0; z-index:30;}
header .nav>li { height:100%; margin-left:1px; text-align:center; line-height:50px; font-size:16px; flex:1; position:relative;}
header .nav>li:first-child { margin:0;}
header .nav>li>a { height:100%; color:#3e3a39; display:block;}
header .nav>li:hover>a,
header .nav>li>a.active { background:#ff6b00; color:#fff;}

header .nav>li dl { width:100%; background:#485157; display:none; position:absolute; top:100%; left:0;}
header .nav>li dl:before { width:0; height:0; content:""; border:7px solid transparent; border-bottom-color:#485157; position:absolute; top:-14px; left:50%; margin-left:-7px;}
header .nav>li dd { margin-bottom:1px; text-align:center; line-height:1; font-size:14px;}
header .nav>li dd a { padding:13px 0; color:#fff; display:block;}
header .nav>li dd a:hover { background:#666e73; color:#fff;}
header .nav>li dd a.active { background:#666e73; color:#ff6b00;}
header .nav>li dl.open { display:block;}

header .icon { height:48px; display:flex; align-items:center; position:absolute; top:50%; right:0; transform:translateY(-50%); z-index:30;}
header .icon form { width:378px; height:100%; margin-right:30px; position:relative;}
header .icon form:before { width:18px; height:18px; content:""; background:url(../images/app.png) no-repeat -30px 0; position:absolute; top:50%; left:15px; transform:translateY(-50%);}
header .icon form input[name=wd] { width:100%; height:100%; border:1px solid #a5a6a6; border-radius:25px; text-indent:40px; position:absolute; top:0; left:0;}
header .icon form input[name=wd]:focus { color:#5b1a13;}
header .icon form input[type=submit] { width:70px; height:100%; background:none; border:0; font-size:0; position:absolute; top:0; right:0; z-index:30;}
header .icon form span { height:38px; position:absolute; top:50%; transform:translateY(-50%);}
header .icon form .submit { width:66px; height:40px; background:#ff6b00; border-radius:20px; text-align:center; line-height:40px; font-size:15px; color:#fff; right:4px; z-index:20;}
header .icon li { width:40px; height:100%; margin-left:30px; position:relative;}
header .icon li a { height:100%; text-align:center; line-height:1; font-size:12px; display:block;}
header .icon li i { padding-top:36px; display:inline-block; position:relative; top:50%; transform:translateY(-50%);}
header .icon li i:before { width:30px; height:30px; content:""; background:url(../images/app.png) no-repeat -50px 0; position:absolute; top:0; left:50%; transform:translateX(-50%);}
header .icon li:hover a { color:#ff6b00;}
header .icon li:hover i:before { background-position:-50px -30px;}
header .icon li.icon_weixin i:before { background-position:-80px 0;}
header .icon li.icon_weixin:hover i:before { background-position:-80px -30px;}
header .icon li.icon_mobile i:before { background-position:-110px 0;}
header .icon li.icon_mobile:hover i:before { background-position:-110px -30px;}
header .icon li .pop { position:absolute; top:100%; left:50%; transition:all 0.15s; opacity:0; transform:translate(-50%,20px); visibility:hidden;}
header .icon li .pop dt { width:100%; height:calc(100% - 22px); background:#ff6b00; position:absolute; bottom:0; left:0;}
header .icon li .pop dt:before { width:0; height:0; content:""; border:8px solid transparent; border-bottom-color:#ff6b00; position:absolute; top:-16px; left:50%; margin-left:-8px;}
header .icon li .pop dd { position:relative; z-index:10;}
header .icon li .qrcode { padding:30px 8px 8px 8px; display:flex;}
header .icon li .qrcode dd { width:146px; margin-left:10px; text-align:center; color:#fff;}
header .icon li .qrcode dd:nth-child(2) { margin:0;}
header .icon li .qrcode dd img { width:100%;}
header .icon li .qrcode dd .mob img { width:126px; border:10px solid #fff;}
header .icon li .qrcode dd p:nth-child(2) { margin-top:6px;}
header .icon li:hover .pop,
header .icon li .pop.open { opacity:1; transform:translate(-50%,0); visibility:visible;}

footer { width:1400px; padding:40px 0; margin-top:50px !important; color:#fff; position:relative; z-index:100;}
footer:before { width:1920px; height:100%; content:""; background:#ff6b00; position:absolute; top:0; left:50%; margin-left:-960px;}
#footer { position:fixed; bottom:0; left:50%; transform:translateX(-50%); z-index:100;}

footer a { color:#fff;}
footer a:hover { color:#fff;}

footer .nav { display:flex; align-items:center; position:relative; z-index:10;}
footer .nav li { padding-left:35px; line-height:1; font-size:14px; position:relative;}
footer .nav li:before { width:1px; height:12px; content:""; background:#f3f5f6; position:absolute; top:50%; left:18px; transform:translateY(-5px);}
footer .nav li:first-child { padding:0;}
footer .nav li:first-child:before { display:none;}
footer .nav li a { display:block; position:relative;}
footer .nav li a:after { width:0; height:1px; content:""; background:#fff; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%); transition:all 0.15s;}
footer .nav li a:hover:after { width:100%;}

footer .copyright { margin:28px 0 -7px; display:flex; flex-direction:column; position:relative; z-index:10;}
footer .copyright li { line-height:26px; font-size:12px;}
footer .copyright li span { padding:0 10px;}
footer .copyright li a { display:inline-block; position:relative;}
footer .copyright li a:after { width:100%; height:1px; content:""; background:#fff; position:absolute; bottom:4px; left:0; display:none;}
footer .copyright li a:hover:after { display:block;}

footer .ewm { display:flex; position:absolute; top:40px; right:0; z-index:15;}
footer .ewm li { width:120px; padding-bottom:8px; margin-left:20px; background:#fff; text-align:center; line-height:1; font-size:12px; color:#3e3a39;}
footer .ewm li .img { width:100%; height:120px;}
footer .ewm li.mob .img { width:104px; height:104px; border:8px solid #fff;}

footer #fixed_right { width:40px; position:fixed; bottom:40px; right:50%; margin-right:-750px;}
footer #fixed_right li { height:40px; display:block; position:relative; transform:translateY(300%); transition:all 0.25s;}
footer #fixed_right li a { height:calc(100% - 2px); background:rgba(0,0,0,0.6); border:1px solid rgba(255,255,255,0.5); border-radius:3px; display:block; position:relative;}
footer #fixed_right li a:before { width:24px; height:24px; content:""; background:url(../images/app.png) no-repeat 100px 0; position:absolute; top:50%; left:50%; margin:-12px 0 0 -12px;}
footer #fixed_right .gotoTop a:hover { background:#485157;}
footer #fixed_right .gotoTop a:before { width:0; height:0; content:""; border-left:9px solid transparent; border-right:9px solid transparent; border-bottom:8px solid #fff; position:absolute; top:50%; left:50%; margin:-5px 0 0 -9px;}
footer #fixed_right .gotoTop.open { transform:translateY(0);}

/**公共**/
.banner { margin-bottom:50px; position:relative;}
.banner .list { position:relative; z-index:10;}
.banner .list li { text-align:center; position:relative;}
.banner .list .img { height:auto; background-image:none;}
.banner .list .img img { min-height:auto; position:relative;}

main { width:1400px; position:relative; z-index:100;}
.main_left { width:280px;}
.main_right { width:calc(100% - 280px - 50px);}
.main_left_fixed { position:absolute; left:0;}

.main_left .menu { padding-bottom:15px; background:#f3f5f6; display:flex; flex-direction:column; position:relative;}
.main_left .menu dt { height:160px; background:#ff6b00 url(../images/bg_menu.png) no-repeat; position:relative;}
.main_left .menu dt h5 { width:100%; padding-top:34px; line-height:1; font-size:12px; color:#fff; position:absolute; top:50%; left:40px; transform:translateY(-50%);}
.main_left .menu dt h5 i { font-size:26px; font-weight:bold; position:absolute; top:0; left:0;}
.main_left .menu dd { height:60px; padding-bottom:1px; border-bottom:1px solid #fff; line-height:60px; display:block; position:relative;}
.main_left .menu dd:after { width:100%; height:1px; content:""; background:#dde1e3; position:absolute; bottom:0; left:0;}
.main_left .menu dd>a { height:100%; padding-left:40px; color:#3e3a39; display:block; position:relative;}
.main_left .menu dd>a:before,
.main_left .menu dd>a:after { width:0; height:0; content:""; position:absolute; top:50%;}
.main_left .menu dd>a:before { width:calc(100% - 20px); height:40px; background:#fff; border-radius:8px 0 0 8px; right:0; transform:translateY(-90%); transition:all 0.2s; opacity:0; visibility:hidden;}
.main_left .menu dd>a:after { border:5px solid transparent; border-left-color:#ff6b00; border-right:0; right:10px; margin-top:-5px; display:none;}
.main_left .menu dd>a i { position:relative; z-index:10;}
.main_left .menu dd>a:hover,
.main_left .menu dd>a.active { color:#ff6b00;}
.main_left .menu dd>a:hover:before,
.main_left .menu dd>a.active:before { transform:translateY(-50%); opacity:1; visibility:visible;}
.main_left .menu dd>a.active:after { display:block;}

.main_left .menu ol { padding:9px 0; border-bottom:1px solid #fff; position:relative; display:none;}
.main_left .menu ol:after { width:100%; height:1px; content:""; background:#dde1e3; position:absolute; bottom:0; left:0;}
.main_left .menu ol li { line-height:17px; font-size:13px; display:block;}
.main_left .menu ol li a { padding:8px 10px 8px 56px; color:#5c3d21; display:block; position:relative;}
.main_left .menu ol li a:before { width:4px; height:4px; content:""; border:1px solid #5c3d21; border-radius:100%; position:absolute; top:50%; left:40px; transform:translateY(-50%);}
.main_left .menu ol li a:hover,
.main_left .menu ol li a.active { color:#ff6b00;}
.main_left .menu ol li a:hover:before,
.main_left .menu ol li a.active:before { border-color:#ff6b00;}

.main_left .contact { margin-top:10px; position:relative;}
.main_left .contact dd { line-height:24px;}

.main_right .site { height:35px; margin-bottom:25px; border-bottom:1px solid #c9caca; position:relative;}
.main_right .site h2 { line-height:1; font-size:22px; color:#3e3a39; position:absolute; top:0; left:0;}
.main_right .site li { height:26px; line-height:26px; font-size:12px; color:#898989; display:flex; align-items:center; position:absolute; top:0; right:0;}
.main_right .site li i { padding:0 8px; font-family:"SimSun";}
.main_right .site li a { height:100%; color:#898989; display:inline-block; position:relative;}
.main_right .site li a:hover { color:#ff6b00;}
.main_right .site li a.now { padding-left:25px;}
.main_right .site li a.now:before { width:20px; height:16px; content:""; background:url(../images/app.png) no-repeat 0 -20px; position:absolute; top:50%; left:0; transform:translateY(-7px);}
.main_right .site li a.now:hover { color:#898989;}

.main_right .site .search_tongji { line-height:28px; position:absolute; top:0; left:0;}
.main_right .site .search_tongji i { color:#f00;}

/**内容**/
article { margin:-5px 0; line-height:25px; font-size:15px; overflow:hidden; position:relative;}
article * { position:relative; z-index:10;}
article img { max-width:100% !important; height:auto !important;}
article video { max-width:100% !important; height:auto !important;}
article iframe { max-width:calc(100% - 2px); border:1px solid #ccc;}
article table { max-width:100%;}
article table.noBorder:first-child { margin-top:5px;}
article table.none { border:0;}
article table.none:first-child { margin-top:5px;}
article table.none td { padding:0; vertical-align:top; border:0;}
article p:first-child img,
article p:first-child video,
article p:first-child iframe { margin-top:5px;}
article p:first-child img[style] { margin-top:0;}
article p:last-child img,
article p:last-child video,
article p:last-child iframe { margin-bottom:5px;}

/**列表**/
#list { position:relative; z-index:20;}

#list .pages { height:30px; padding:12px 95px 12px 10px; margin-top:25px; background:rgba(0,0,0,0.035); border-radius:4px; display:flex; justify-content:right; position:relative; z-index:100;}
#list .pages>a { height:28px; padding:0 12px; margin-left:8px; background:#fff; border:1px solid #c9caca; border-radius:3px; line-height:28px; font-size:12px; display:inline-block; position:relative; z-index:10;}
#list .pages>a[href]:hover { border-color:#ff6b00; color:#ff6b00;}
#list .pages>.now { color:#fff;}
#list .pages>.now:before { width:calc(100% - 4px); height:calc(100% - 2px); content:""; background:#ff6b00; border-radius:3px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
#list .pages>.now span { height:100%; margin-left:8px; display:inline-block; position:relative; z-index:10;}
#list .pages>.now span:first-child { margin:0;}
#list .pages>a i { padding:0 1px;}
#list .pages .tongji { padding:0; margin-left:0; background:none; border-color:transparent; color:#3e3a39; position:absolute; top:12px; left:10px;}
#list .pages .tongji span { margin-left:10px; display:inline-block;}
#list .pages .tongji span:first-child { margin:0;}
#list .pages .none { border-color:#ccc; color:#ccc; cursor:no-drop;}
#list .pages .none[href]:hover { background:#fff; border-color:#ccc; color:#ccc;}

#list .pages .gotoPage { width:75px; height:30px; font-size:12px; color:#3e3a39; position:absolute; top:12px; right:10px;}
#list .pages .gotoPage em { background:#fff;}
#list .pages .gotoPage em.value { border-color:#c8cfd2; border-radius:3px; line-height:28px;}
#list .pages .gotoPage em.value:after { border-top-color:#ccc;}
#list .pages .gotoPage em.open { border-color:#ff6b00;}
#list .pages .gotoPage em.open:after { border-top-color:#ff6b00;}
#list .pages .gotoPage dl { max-height:calc(29px * 6 - 1px); border-color:#ff6b00; border-radius:4px 4px 0 0; top:auto; bottom:calc(100% + 2px);}
#list .pages .gotoPage dl dd { height:28px; border-top-color:#ddd; line-height:28px;}
#list .pages .gotoPage dl dd:hover { background:none;}
#list .pages .gotoPage dl dd a:hover { background:#fff; color:#ff6b00;}
#list .pages .gotoPage dl dd a.active,
#list .pages .gotoPage dl dd a.active:hover { background:rgba(0,0,0,0.08); color:#ff6b00;}
#list .pages .gotoPage dl.open { transform:translateY(0);}

#list .list_photo { width:calc(100% + 20px); margin-top:-20px; display:flex; flex-wrap:wrap;}
#list .list_photo li { width:calc(100% / 3 - 20px); margin:20px 20px 0 0; background:#eee; border-radius:0 0 8px 8px; overflow:hidden;}
#list .list_photo li a { padding-bottom:44px; display:block; position:relative;}
#list .list_photo li p { width:100%; text-align:center; position:absolute; left:0; z-index:10;}
#list .list_photo li .img { height:calc(100% - 44px); top:0;}
#list .list_photo li .name { width:calc(100% - 10px); height:44px; padding:0 5px; line-height:44px; font-size:15px; color:#3e3a39; bottom:0; z-index:20;}
#list .list_photo li:hover { background:#ff6b00;}
#list .list_photo li:hover .img img { transform:scale(1.08);}
#list .list_photo li:hover .name { color:#fff;}

#list .list_photo.list_honor li { width:calc(100% / 2 - 20px);}

#list .list_photo.list_product li { width:calc(100% / 3 - 42px); padding:10px 10px 0; background:none; border:1px solid #eee; border-radius:8px;}
#list .list_photo.list_product li .name { width:100%; padding:0;}
#list .list_photo.list_product li:hover { border-color:#ff6b00;}
#list .list_photo.list_product li:hover .img img { transform:scale(1);}
#list .list_photo.list_product li:hover .name { color:#3e3a39;}

#list .list_photo.list_video li { border-radius:4px;}
#list .list_photo.list_video li a { padding-bottom:0;}
#list .list_photo.list_video li .img { height:calc(100% - 0px);}
#list .list_photo.list_video li .play { height:100%; background:rgba(0,0,0,0.2); top:0; z-index:15; transition:all 0.3s;}
#list .list_photo.list_video li .play:before,
#list .list_photo.list_video li .play:after { width:0; height:0; content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:all 0.3s;}
#list .list_photo.list_video li .play:before { width:56px; height:56px; background:rgba(0,0,0,0.6); border-radius:100%;}
#list .list_photo.list_video li .play:after { width:30px; height:30px; background:url(../images/app.png) no-repeat 0 -80px; margin-left:2px; transform:translate(-50%,-50%) scale(0.8); opacity:0.8;}
#list .list_photo.list_video li .name { height:38px; background:rgba(0,0,0,0.4); line-height:38px; color:#fff; transition:all 0.3s;}
#list .list_photo.list_video li:hover .img img { transform:scale(1);}
#list .list_photo.list_video li:hover .play { background:rgba(0,0,0,0);}
#list .list_photo.list_video li:hover .play:before { width:60px; height:60px;}
#list .list_photo.list_video li:hover .play:after { transform:translate(-50%,-50%) scale(0.9); opacity:1;}
#list .list_photo.list_video li:hover .name { bottom:-100%;}

#list .list_news { margin-top:-25px; position:relative; z-index:90;}
#list .list_news li { border-bottom:#c9caca 1px dotted; line-height:20px; font-size:12px;}
#list .list_news li a { padding:25px 0; display:block;}
#list .list_news li .name { margin:-2px 0; font-size:16px; color:#000; white-space:normal;}
#list .list_news li .img { float:left; width:130px; height:84px; margin:16px 15px 0 0; border-radius:4px;}
#list .list_news li .text { max-height:44px; margin:20px 0; line-height:22px; font-size:13px; color:#898989; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
#list .list_news li .date { line-height:1; color:#777; display:flex;}
#list .list_news li .date span { height:100%; padding-left:20px; margin-left:25px; position:relative;}
#list .list_news li .date span:nth-child(1) { margin:0;}
#list .list_news li .date span:before { width:12px; height:12px; content:""; background:url(../images/app.png) no-repeat -20px -60px; position:absolute; top:50%; left:0; transform:translateY(-50%);}
#list .list_news li .date span:nth-child(2):before { background-position:-35px -60px;}
#list .list_news li:hover .name { color:#ff6b00;}
#list .list_news li:hover .img img { transform:scale(1.1);}

#list .form_msg { padding:10px 30px 96px; background:#f3f5f6; border-radius:4px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
#list .form_msg li { width:calc(100% / 2 - 10px); height:50px; margin-top:20px; background:#fff; border-radius:4px; position:relative;}
#list .form_msg li:before { width:20px; height:16px; content:""; background:url(../images/app.png) no-repeat 20px 0; position:absolute; top:50%; left:13px; z-index:10; margin-top:-8px;}
#list .form_msg li.user:before { background-position:0 -40px;}
#list .form_msg li.tel:before { background-position:-20px -40px;}
#list .form_msg li input,
#list .form_msg li textarea { width:100%; height:100%; border:1px solid #b5b5b5; border-radius:4px;}
#list .form_msg li input { text-indent:40px;}
#list .form_msg li textarea { padding:10px 12px;}
#list .form_msg li input:focus,
#list .form_msg li textarea:focus { border-color:#ff6b00;}
#list .form_msg li.detail { width:100%; height:200px; background:#fff;}
#list .form_msg li.submit { width:130px; height:46px; background:#ff6b00; border:0; border-radius:5px; text-align:center; line-height:46px; font-size:16px; color:#fff; position:absolute; bottom:30px; right:30px;}
#list .form_msg li.submit:hover { background:#b02820;}
#list .form_msg li.submit i { padding-left:28px; display:inline-block; position:relative;}
#list .form_msg li.submit i:before { width:16px; height:16px; content:""; background:url(../images/app.png) no-repeat 0 -60px; position:absolute; top:50%; left:0; margin-top:-8px;}
#list .form_msg li.loading { width:100%; height:100%; margin:0; background-color:rgba(0,0,0,0.1); border:0; position:absolute; top:0; left:0; z-index:30; display:none;}

#list .search_news { margin-top:-25px; position:relative;}
#list .search_news li { border-bottom:#c9caca 1px dotted; line-height:20px; font-size:12px;}
#list .search_news li a { padding:25px 0; display:block;}
#list .search_news li .name { margin:-2px 0; font-size:16px; color:#000; white-space:normal;}
#list .search_news li .img { float:left; width:130px; height:84px; margin:16px 15px 0 0; border-radius:4px;}
#list .search_news li .text { max-height:44px; margin:20px 0; line-height:22px; font-size:13px; color:#898989; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
#list .search_news li .date { line-height:1; color:#777; display:flex;}
#list .search_news li .date span { height:100%; padding-left:11px; margin-left:12px; border-left:1px solid #898989; display:inline-block;}
#list .search_news li .date span:first-child { padding:0; margin:0; border:0;}
#list .search_news li:hover a { color:#ff6b00;}
#list .search_news li:hover .img img { transform:scale(1.1);}

/**详情**/
#detail { position:relative; z-index:20;}

#detail .pages { padding-top:10px; margin:30px 0 -3px; border-top:1px solid #eaeaea; position:relative;}
#detail .pages li { margin-top:5px; height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#detail .pages li .none { color:#9aa1a5;}

#detail .view_product_detail { min-height:510px; padding-left:430px; position:relative;}

#detail .view_product_image { width:406px; display:flex; flex-direction:column; position:absolute; top:0; left:0;}
#detail .view_product_image .zoomMain { width:400px; height:400px; padding:2px; margin:0; border:1px solid #e0e0de; position:relative;}
#detail .view_product_image .zoomMain .zoom { width:400px; height:400px; position:absolute; top:2px; left:2px;}
#detail .view_product_image .zoomMain .zoom img { width:100%; height:100%;}
#detail .view_product_image .zoomMain .zoom .move { width:50%; height:50%; background:rgba(0,0,0,0.4); cursor:pointer; position:absolute; top:2px; left:2px; display:none;}
#detail .view_product_image .zoomMain .zoomDetail { width:404px; height:404px; border:1px solid #e0e0de; position:absolute; left:429px; top:-1px; z-index:50; overflow:hidden; display:none;}
#detail .view_product_image .zoomMain .zoomDetail img { width:100%; height:100%;}

#detail .view_product_image .imglist { width:calc(100% + 10px); margin-top:10px; display:flex;}
#detail .view_product_image .imglist p { width:calc(100% / 4 - 16px); margin-right:10px; padding:2px; border:1px solid #ddd; cursor:pointer;}
#detail .view_product_image .imglist img { width:100%;}
#detail .view_product_image .imglist .active { border-color:#ff6b00;}

#detail .view_product_title { position:relative;}
#detail .view_product_title h1 { margin:10px 0 5px; line-height:34px; font-size:24px; font-weight:bold; color:#3e3a39;}
#detail .view_product_title li { width:100%; margin-top:10px; color:#898989;}
#detail .view_product_title li a { color:#898989;}
#detail .view_product_title li a:hover { color:#ff6b00;}
#detail .view_product_title li.img { width:400px; height:400px; margin:0; position:absolute; top:0; left:0;}
#detail .view_product_title li.msg { width:120px; height:44px; text-align:center; line-height:44px; position:absolute; bottom:0; left:430px;}
#detail .view_product_title li.msg a { height:100%; background:#384649; border-radius:50px; font-size:14px; color:#fff; display:block;}
#detail .view_product_title li.msg a:hover { background:#ff6b00;}

#detail .view_product_tab { height:40px; margin:20px 0; background:#f3ead9; line-height:40px; font-size:14px; display:flex; align-items:center;}
#detail .view_product_tab li { height:100%; padding:0 15px; border-left:1px solid #dedede; cursor:pointer; position:relative;}
#detail .view_product_tab li:first-child { border-left:0;}
#detail .view_product_tab li.active { background:#ff6b00; color:#fff;}

#detail .view_product_list { width:calc(100% + 20px); padding-top:15px; margin-top:30px; display:flex; flex-wrap:wrap; position:relative;}
#detail .view_product_list dt { padding-left:12px; line-height:1; font-size:18px; color:#191919; position:absolute; top:0; left:0;}
#detail .view_product_list dt:before { width:4px; height:100%; content:""; background:#f93; border-radius:2px; position:absolute; top:0; left:0;}
#detail .view_product_list dd { width:calc(100% / 4 - 20px); margin:20px 20px 0 0;}
#detail .view_product_list dd a { padding-bottom:26px; display:block; position:relative;}
#detail .view_product_list dd p { width:100%; text-align:center; position:absolute; left:0; z-index:10;}
#detail .view_product_list dd .img { height:calc(100% - 26px); top:0;}
#detail .view_product_list dd .name { line-height:1; color:#3e3a39; bottom:0;}
#detail .view_product_list dd:hover .name { color:#ff6b00;}

#detail .view_news_title { margin-bottom:30px; border-bottom:1px solid #ddd;}
#detail .view_news_title h1 { margin:-5px 0; line-height:34px; font-size:24px; font-weight:bold; color:#3e3a39;}
#detail .view_news_title li { margin:20px 0 10px; line-height:1; font-size:12px; color:#898989; display:flex; align-items:center;}
#detail .view_news_title li span { padding-left:31px; position:relative;}
#detail .view_news_title li span:before { width:1px; height:12px; content:""; background:#898989; position:absolute; top:50%; left:16px; margin-top:-6px;}
#detail .view_news_title li span:first-child { padding:0;}
#detail .view_news_title li span:first-child:before { display:none;}

#detail .view_news_list { width:calc(100% + 20px); padding-top:15px; margin-top:25px; display:flex; flex-wrap:wrap; position:relative;}
#detail .view_news_list dt { padding-left:12px; line-height:1; font-size:18px; color:#191919; position:absolute; top:0; left:0;}
#detail .view_news_list dt:before { width:4px; height:100%; content:""; background:#f93; border-radius:2px; position:absolute; top:0; left:0;}
#detail .view_news_list dd { width:calc(100% / 5 - 20px); margin:20px 20px 0 0; position:relative;}
#detail .view_news_list dd a { padding-bottom:40px; display:block; position:relative;}
#detail .view_news_list dd p { width:100%; position:absolute; left:0; z-index:10;}
#detail .view_news_list dd .img { height:calc(100% - 40px); border-radius:4px; top:0;}
#detail .view_news_list dd .name { height:40px; margin:5px 0 -3px; line-height:20px; font-size:14px; bottom:0; z-index:20; white-space:normal; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
#detail .view_news_list dd:hover .img img { transform:scale(1.1);}

/**弹出**/
.pop_div { width:100%; height:100%; background:rgba(0,0,0,0.7); position:fixed; top:0; left:0; z-index:9999; transition:all 0.2s; opacity:0; visibility:hidden;}
.pop_div.open { opacity:1; visibility:visible;}
.pop_div>.pop_bg { width:100%; height:100%; position:absolute; top:0; left:0;}
.pop_div>ul { position:absolute; top:50%; left:50%; transition:all 0.25s; transform:translate(-50%,-50%) scale(0); opacity:0; visibility:hidden;}
.pop_div>ul.open { transform:translate(-50%,-50%) scale(1); opacity:1; visibility:visible;}

.pop_div .close { width:30px; height:30px; border:1px solid #fff; border-radius:100%; cursor:pointer; position:absolute; top:-40px; right:-40px;}
.pop_div .close:before { width:12px; height:12px; content:""; background:url(../images/app.png) no-repeat 0 0; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:all 0.3s;}
.pop_div .close:hover:before { transform:translate(-50%,-50%) rotate(180deg);}
.pop_div .title { width:calc(100% - 20px); height:34px; padding:0 10px; background:rgba(0,0,0,0.5); line-height:34px; font-size:14px; color:#fff; bottom:0; left:0; cursor:auto; display:none;}
.pop_div .loading { width:100%; height:100%; background-color:rgba(0,0,0,0.4); top:0; left:0; z-index:30; display:none;}
.pop_div .page { width:120px; height:40px; border:1px solid #fff; border-radius:40px; text-align:center; line-height:40px; font-size:14px; color:#fff; position:absolute; bottom:-64px;}
.pop_div .page:hover { background:#ff6b00; border-color:#ff6b00; color:#fff;}
.pop_div .page.prev { left:50%; margin-left:-135px;}
.pop_div .page.next { right:50%; margin-right:-135px;}
.pop_div .page.end { background:rgba(0,0,0,0.5); border-color:#898989; color:#898989;}

.pop_photo { z-index:10; margin-top:-20px;}
.pop_photo img { max-width:900px; max-height:540px; border:#ddd 0px solid; border-radius:3px; position:relative; z-index:10;}
.pop_photo li { position:absolute; z-index:20;}
.pop_photo .title { background:#0045d0; height:40px; line-height:40px; text-align:center;}
.pop_photo .info { width:calc(100% - 20px); max-height:20px; padding:8px 10px 6px; background:rgba(0,0,0,0.5); line-height:20px; font-size:13px; color:#fff; bottom:0px; left:0; z-index:10; transition:all 0.5s;}
.pop_photo .info p { float:left; width:100%; height:20px; overflow:hidden; transition:all 0.45s;}
.pop_photo .info:hover { max-height:50%;}
.pop_photo .info:hover p { height:100%;}

.pop_video { z-index:20; margin-top:-35px;}
.pop_video video { max-width:900px; max-height:540px; border-radius:3px; position:relative; z-index:10;}
.pop_video li { position:absolute; z-index:20;}
.pop_video .title { height:16px; background:none; text-align:center; line-height:1; font-size:16px; bottom:-30px; display:block;}
.pop_video .page { display:none;}

@media (max-width:1600px){
header,main,footer { width:1200px;}
footer #fixed_right { margin-right:-650px;}

#detail .view_product_detail { min-height:410px; padding-left:330px;}
#detail .view_product_image { width:306px;}
#detail .view_product_image .zoomMain { width:300px; height:300px;}
#detail .view_product_image .zoomMain .zoom { width:300px; height:300px;}
#detail .view_product_image .zoomMain .zoomDetail { width:304px; height:304px; left:329px;}
}