@charset "utf-8";
html { color: black; background: white; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; font-family: \5fae\8f6f\96c5\9ed1, Arial, \9ed1\4f53, \5b8b\4f53, sans-serif !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
body, button, input, select, textarea { font-family: \5fae\8f6f\96c5\9ed1, Arial, \9ed1\4f53, \5b8b\4f53, sans-serif !important; font-size: 12px; line-height: 1.5; }
body, button, input, select, textarea {  font-size: 12px; line-height: 1.5; }
input, select, textarea { font-size: 100%; }
body { -webkit-text-size-adjust: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: inherit; }
fieldset, img { border: 0; object-fit: cover; max-height: 100%;}
iframe { display: block; }
abbr, acronym { border: 0; font-variant: normal; }
del { text-decoration: line-through; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ""; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
a:hover { text-decoration: underline; }
ins, a { text-decoration: none; }
/* 解决link点击后周围一圈虚线的问题 */
a, button { blr: expression(this.onFocus=this.close()); blr: expression(this.onFocus=this.blur()); }
a:focus, button:focus { -moz-outline-style: none; outline: none; }
a:hover, button:hover { text-decoration:none; }

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}

.btn-nav {
    position:relative;
    background: transparent !important;
    border: none;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
    float: right;
    margin: 17px 0;
  
  }
  
  .btn-nav:focus {
    outline: 0;
  }
  
  .icon-bar {
    display: block;
    margin: 5px 0;
    width: 30px;
    height: 2px;
    background-color: #777;
  }
  
  .btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #777;
  }
  
  .nav-content {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    height: 100%;
    z-index: 99;
    transition: all .5s;
  }
  
  .nav-list {
    list-style: none;
    padding: 0;
    position:absolute;
    top: 50%;
    left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

.nav li.lilv1:hover ul{
    display: block;
}

  /* .item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  } */
  
  .item-anchor {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 10px;
  }
  
  .item-anchor:hover,
  .item-anchor:focus {
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .item-anchor:hover:after,
  .item-anchor:focus:after{
    width: 100%;
    background: #777;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .nav-item {
    margin: 15px auto;
    text-align: center;
  }
  
  .animated {
    display: block;
  
  }
  
  .animated:hover .icon-bar,
  .animated:focus .icon-bar{
    background-color: #777;
  }
  
  .animated:focus {
    cursor: pointer;
    z-index: 9999;
  }
  
  .middle {
    margin: 0 auto;
  }
  
  .icon-bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999;
  }
  
  .animated .icon-bar {
    z-index: 999999;
    background-color: #777;
  }
  
  .animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
  }
  
  .animated .bottom {
    -webkit-transform: translateY(-4px) rotateZ(-45deg);
    -moz-transform: translateY(-4px) rotateZ(-45deg);
    -ms-transform: translateY(-4px) rotateZ(-45deg);
    -o-transform: translateY(-4px) rotateZ(-45deg);
    transform: translateY(-4px) rotateZ(-45deg);
  }
  
  .animated .middle {
    width: 0;
  }
/* 一些常用排版样式 */
.fn_hide, .fn-hide{ display: none; }
.fn_left, .fn_right, .fn-left, .fn-right { display: inline; }
.fn_left,.fn-left { float: left; }
.fn_right,.fn-right { float: right; }
.fn_center,.fn-center { margin: 0 auto; }
.imageblock img { display: block; }
.imageblock_center img { display: block; margin: 0 auto; }
.blockimage,.block { display: block; }
.block100 { display: block; width: 100%;}
.height100 { height: 100%;}
.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }
.top { vertical-align: top; }
.baseline { vertical-align: baseline; }
.inline-block { display: inline-block; *display: inline; *zoom: 1; }
.full_width { width: 100%; }
.pos-parent, .parent, .relative { position: relative; }
.pos-child, .child, .absolute { position: absolute; }
.hide { display:none;}
.hide2 { visibility:hidden;}
.hand { cursor: pointer;}

.media { *zoom: 1; }
.media:after { content: "\20"; display: block; height: 0; clear: both; }
.media .bd { vertical-align: baseline; display: table-cell; width: 10000px; *width: auto; *zoom: 1; }
.media .bd:after { content: "\20"; display: block; height: 0; clear: both; }
.media .bd:first-child { margin-top: 0; }
.media .bd:last-child { margin-bottom: 0; }
.media .bd img { display: block; }
.media .img { float: left; }
.media .img img { display: block; }
.media .imgext { float: right; }
.media .imgext img { display: block; }

/*常用边距 spacing helpers p,m = padding,margin a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical s,m,sm,l,n = small(5px),medium(10px),smallmedium(15px),large(20px),none(0px) ml,ll = morelarge(30px), largelarge(40px) */
.ptn, .pvn, .pan { padding-top: 0px !important; }
.pts, .pvs, .pas { padding-top: 5px !important; }
.ptm, .pvm, .pam { padding-top: 10px !important; }
.ptsm, .pvsm, .pasm { padding-top: 15px !important; }
.ptl, .pvl, .pal { padding-top: 20px !important; }
.ptml, .pvml, .paml { padding-top: 30px !important; }
.ptll, .pvll, .pall { padding-top: 40px !important; }
.prn, .phn, .pan { padding-right: 0px !important; }
.prs, .phs, .pas { padding-right: 5px !important; }
.prm, .phm, .pam { padding-right: 10px !important; }
.prsm, .phsm, .pasm { padding-right: 15px !important; }
.prl, .phl, .pal { padding-right: 20px !important; }
.prml, .phml, .paml { padding-right: 30px !important; }
.prll, .phll, .pall { padding-right: 40px !important; }
.pbn, .pvn, .pan { padding-bottom: 0px !important; }
.pbs, .pvs, .pas { padding-bottom: 5px !important; }
.pbm, .pvm, .pam { padding-bottom: 10px !important; }
.pbsm, .pvsm, .pasm { padding-bottom: 15px !important; }
.pbl, .pvl, .pal { padding-bottom: 20px !important; }
.pbml, .pvml, .paml { padding-bottom: 30px !important; }
.pbll, .pvll, .pall { padding-bottom: 40px !important; }
.pln, .phn, .pan { padding-left: 0px !important; }
.pls, .phs, .pas { padding-left: 5px !important; }
.plm, .phm, .pam { padding-left: 10px !important; }
.plsm, .phsm, .pasm { padding-left: 15px !important; }
.pll, .phl, .pal { padding-left: 20px !important; }
.plml, .phml, .paml { padding-left: 30px !important; }
.plll, .phll, .pall { padding-left: 40px !important; }
.mtn, .mvn, .man { margin-top: 0px !important; }
.mts, .mvs, .mas { margin-top: 5px !important; }
.mtm, .mvm, .mam { margin-top: 10px !important; }
.mtsm, .mvsm, .masm { margin-top: 15px !important; }
.mtl, .mvl, .mal { margin-top: 20px !important; }
.mtml, .mvml, .maml { margin-top: 30px !important; }
.mtll, .mvll, .mall { margin-top: 40px !important; }
.mrn, .mhn, .man { margin-right: 0px !important; }
.mrs, .mhs, .mas { margin-right: 5px !important; }
.mrm, .mhm, .mam { margin-right: 10px !important; }
.mrsm, .mhsm, .masm { margin-right: 15px !important; }
.mrl, .mhl, .mal { margin-right: 20px !important; }
.mrml, .mhml, .maml { margin-right: 30px !important; }
.mrll, .mhll, .mall { margin-right: 40px !important; }
.mbn, .mvn, .man { margin-bottom: 0px !important; }
.mbs, .mvs, .mas { margin-bottom: 5px !important; }
.mbm, .mvm, .mam { margin-bottom: 10px !important; }
.mbsm, .mvsm, .masm { margin-bottom: 15px !important; }
.mbl, .mvl, .mal { margin-bottom: 20px !important; }
.mbml, .mvml, .maml { margin-bottom: 30px !important; }
.mbll, .mvll, .mall { margin-bottom: 40px !important; }
.mln, .mhn, .man { margin-left: 0px !important; }
.mls, .mhs, .mas { margin-left: 5px !important; }
.mlm, .mhm, .mam { margin-left: 10px !important; }
.mlsm, .mhsm, .masm { margin-left: 15px !important; }
.mll, .mhl, .mal { margin-left: 20px !important; }
.mlml, .mhml, .maml { margin-left: 30px !important; }
.mlll, .mhll, .mall { margin-left: 40px !important; }

/* 960grid 布局 */
.container-12 { margin-left: auto; margin-right: auto; width: 960px; }
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { display: inline; float: left; /* position: relative */ margin-left: 10px; margin-right: 10px; }
.container-12 .grid-1 { width: 60px; }
.container-12 .grid-2 { width: 140px; }
.container-12 .grid-3 { width: 220px; }
.container-12 .grid-4 { width: 300px; }
.container-12 .grid-5 { width: 380px; }
.container-12 .grid-6 { width: 460px; }
.container-12 .grid-7 { width: 540px; }
.container-12 .grid-8 { width: 620px; }
.container-12 .grid-9 { width: 700px; }
.container-12 .grid-10 { width: 780px; }
.container-12 .grid-11 { width: 860px; }
.container-12 .grid-12 { width: 940px; }

/* grid list */
.grid-list li, .grid-list dd { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }
.grid-list-1-column li, .grid-list-1-column dd { width: 100%; }
.grid-list-2-column li, .grid-list-2-column dd { width: 49.333%; }
.grid-list-3-column li, .grid-list-3-column dd { width: 32.884%; }
.grid-list-4-column li, .grid-list-4-column dd { width: 24.554%; }
.grid-list-8-column li, .grid-list-8-column dd { width: 12.222%; }




#demo { overflow: hidden; *zoom: 1; }
#demo-border-radius { -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; }
#demo-background-opacity { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }


/* back2top */

#back2top{ background: url(data:image/gif;base64,R0lGODlhKAAoANUAAJubm/X15JynwOT19dP19fX105ycst/f0pubpqzF3+XJrsCnnLnX5bKcnNLf36abm7eknKycnLWrtdS+qeXXua7J5ZubrJycpbfS37mlnN/St5umvdK3pKWcnNLS0rulnLWkq6S30urbu5ycnNnZ2fX19QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjIxODFlYmMwLWJmOTMtNDdmMi04MmZiLWM5NzMzZjA0YWQxMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMTI1M0NGRDY4QjAxMUU0QTA0MUM1NUY0OTY1RUU4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMTI1M0NGQzY4QjAxMUU0QTA0MUM1NUY0OTY1RUU4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0RDNTVGNDMzNzIwNjgxMTgyMkE5NUY1ODY2RkYyMkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjE4MWViYzAtYmY5My00N2YyLTgyZmItYzk3MzNmMDRhZDEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAACgAKAAABsdAknBILBqPyGJpyWw6n9DoUiitWqPUq/aa3Xqh3a94ShqbS+HzNq3mlttedrMQAdjv+LyFIJUzCw0jgoOEhQZ8WG9RgIWNhId9inBuk2uSlZFmHmN+VRwjIWKdURODCV+jTwoAgwCnll6rhQAVsFoUD44IDFqpSxq5jiO7lFYiHcKDFxhWqQESDgcZjhvRIIiJWwEQjgIDvZdS293fxVcBH+Tg2gvq5lYB7Y3e65jN4fZOvpj7lf2T/+AEbDNQTcEzSRIqVBgEADs=);}
#back2top{ display: none; height: 40px; width: 40px; position: fixed; right: 50%; margin-right: -600px; bottom: 100px;  cursor: pointer; z-index: 100;}
#back2top.active{ display: block;}


.news_wrap{}
.news_all_main_kv{width: 100%;}
.news_all_main_title{width: 100%;margin-top:50px;margin-bottom:12px;text-align: center;font-size: 34px;color: #000;font-weight: bold;}
.news_all_main_menu{text-align: center; margin: 20px 0;}
.news_all_main_menu.news_all_main_menu_detail{text-align: center; margin: 30px 0 0;}
.news_all_main_menu ul li{padding: 8px 2%;/*border-right: 1px dotted #cccccc;*/display: inline-block;margin:2px 0;background: url(../images/dian.png) left center no-repeat;}
.news_all_main_menu ul li a{font-size: 24px;color:#9a9a9a;text-decoration: none; }
.news_all_main_menu ul li:first-child{background: none;}
/*.news_all_main_menu ul li.last{border: none;background: none;}*/
.news_all_main_menu ul li:hover a{color:#333;}
.news_all_main_menu ul li.active a{padding: 10px 0;color:#333333; }
/*.news_all_main_menu ul li.active a{background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAHCAYAAACyYXA0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRDU0OEQyRTU0NjcxMUU1ODFBRDk3Njg0OTk3NDA0QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRDU0OEQyRjU0NjcxMUU1ODFBRDk3Njg0OTk3NDA0QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJENTQ4RDJDNTQ2NzExRTU4MUFEOTc2ODQ5OTc0MDRDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJENTQ4RDJENTQ2NzExRTU4MUFEOTc2ODQ5OTc0MDRDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6GjnIwAAAIRJREFUeNrs17EJgDAQhWEj4k527mAad3AubRzCSjeJO6Q5L5AiiF0CKvwfHJrYPeSRmGqYpQKAH6iJAACFBQCFGRFuhMj8iewSHq3OptPdPh86vY4PC1lHAgMnLLwuFJLVccneGfc88YDCwte4pKCeCgzI0hABCgtXwCm+78SBki4BBgBV+RXOgCTVMwAAAABJRU5ErkJggg==") center bottom no-repeat;}*/
.news_all_main_menu ul li.active a{background: url(../images/news/newll.jpg) center bottom no-repeat;}
.news_pbl_info_wrap{ margin: 0 auto;position: relative;}
.news_all_pbl_wrap{}
.news_year_select_area{width: 100%}
/*king的修改start*/
.news_year_select_new{width: 20%;max-width:170px;margin: 20px 20px 5px 2px;float: right;overflow: hidden;height: 28px;cursor:pointer}
.news_year_select_new{background: url(../images/news/select_bg_new.jpg) no-repeat right center;border-bottom: 1px solid #999;font-size: 16px;}
/*.news_year_select input{background-color: #9d9d9d; color: #FFFFFF;}*/
.news_year_select_new select{width: 20%;max-width:170px;appearance:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;border: none;color: #000;background: transparent;padding-left: 8px;}
.news_year_select_new select option{color: #000;}


.titleH1 { font-size: 36px; font-weight: bold; text-align: center; padding: 40px 0 5px 0;}


/*add*/
.container1920 {max-width: 1920px;margin: 0 auto;}
.container1920sub { width: 100%; max-width: 1920px; margin: 0 auto; padding: 0 8.33333333%; }
.container1600 {max-width: 1600px;margin: 0 auto;}
.container1280 {max-width: 1280px;margin: 0 auto;}

/*header*/
.newheader {  height: 110px;}
.newheader .nav  { position: absolute; left: 50%; top: 0%; margin-left: -350px; width: 800px;}
.newheader .nav .lilv1 > button {  color: #9e9e9e; height: 88px; margin-top: 22px; background-color: transparent; font-size: 16px; font-weight: normal; padding: 0 20px; background: url(data:image/gif;base64,R0lGODlhAQARAIAAAODg4AAAACH5BAAAAAAALAAAAAABABEAAAIEhI9pBQA7) right 37px no-repeat;}
.newheader .nav .lilv1 > button  a{  color: #9e9e9e; font-weight: normal; }
.newheader .nav .lilv1 > button:hover  a{  color: #9e9e9e; }
.newheader .nav .lilv1:last-child > button { background-image: url(none);}
.newheader .nav .lilv1 > button:after {  content: ""}
.newheader .nav .lilv1 > button span {  height: 25px; display: inline-block; }
.newheader .nav .lilv1 > button span.active {   border-bottom: 1px solid #9e9e9e;}
.newheader .nav .lilv1 ul { border-radius:0; border: 0; }
.newheader .nav .lilv1 a { background: transparent; color: #fff; }
.newheader .nav .lilv1 a:hover { background: transparent; color: #fff; }
.newheader .nav .lilv1 a.more { color: #333; }
/* .newheader .nav .lilv1-next { position: fixed; left: 0; top: 110; width: 100%; height: 80px;  background: url(../images/index/nav2-bg.png) repeat-x;} */
.newheader .nav .lilv1-next { height: 154px; }
.newheader .nav .lilv1-next li { display: inline-block; }
.newheader .nav .lilv1-next li a { color: #9e9e9e; }
.newheader .nav .lilv1-next li a:hover { color: #9e9e9e; }

.newheader .nav .lilv1-next li { float: left; height: 24px; line-height: 24px; margin: 15px 50px 15px 0;}
.newheader .nav .lilv1-next li:last-child { margin-right: 0px;}
.newheader .nav .lilv1-next li a { font-weight: normal; display: block; font-size: 16px;}
.newheader .nav .lilv1-next li a:hover  { border-bottom: 1px solid #9e9e9e;}

.newheader .nav .subnavul01 { width: 850px; }
.newheader .nav .subnavul01 li:first-child { margin-left: 25px;}
.newheader .nav .subnavul02 { width: 750px; }
.newheader .nav .subnavul02 li:first-child { margin-left: 25px;}
.newheader .nav .subnavul03 { width: 350px;  }
.newheader .nav .subnavul03 li:first-child { margin-left: 25px;}
.newheader .nav .subnavul04 { width: 150px;  }
.newheader .nav .subnavul04 li:first-child { margin-left: 25px;}
.newheader .nav .subnavul05 { width: 250px;  }
.newheader .nav .subnavul05 li:first-child { margin-left: 25px;}


.newheader .headerimg img{position:relative;left:16%;margin-top: 25px;}
.r180 { transform: rotate(180deg);}

@keyframes r180
{
    0%{transform: rotate(0)}
    100%{transform: rotate(180);}
}
@-webkit-keyframes r180
 {
    0%{transform: rotate(0)}
    100%{transform: rotate(180);}
 }
 @-ms-keyframes r180
 {
    0%{transform: rotate(0)}
    100%{transform: rotate(180);}
 }

/* .nav li ul { display: block !important;} */

/* .lv2-nav { left: 45%; top: 50%; width: 700px; margin-left: -350px; margin-top: -10px;}
.lv2-nav li { display: inline-block; font-size: 18px; height: 20px; line-height: 20px;}
.lv2-nav li a { color: #9e9e9e; padding: 0 30px; border-right: 1px solid #9e9e9e;}
.lv2-nav li:last-child a { border-right: 0px solid #9e9e9e;} */

.tongyititle { font-size: 36px !important; font-weight: bold !important; text-align:center}


/* .blackmask { position: fixed; left: 0; top: 110px; width: 100%; z-index: 8; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAFoEvQfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA1JREFUeNpjMDExeQYAAr8Bg2NrLXUAAAAASUVORK5CYII=) repeat; display: none;} */
.blackmask {position: fixed;left: 0;top: 110px;width: 100%;height: 54px;z-index: 8;background: url(../img/nav2-bg.png) repeat-x;display: none;}

.search { margin-top: 46px; position: relative; }
.icon-sou {width: 25px;height: 100%;position: absolute;bottom: 0;left: 0;z-index: 2;}
.icon-search { padding: 0 0 0 25px; width: 150px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAMAAACqTK3AAAAAbFBMVEUAAACenp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp68uec6AAAAI3RSTlMAwgr5qaFeGO3ltpONa1U3MiglIfTn29LJiD0sErCcbE1MQpqi3KMAAACeSURBVBjTVc1XEoMwDEVRuWEIEHon9e1/j9EgE8b3R55jj0Vclw+ASugqATCljPqUO/DlsVlMQXaAfKb4VCAXWlB5uIq4DPtBaU9wcltCVsB2CP/WWIRuuiVpQyFk6Nr9OqZFfdKM7pgNxv8jRVKBuZF9hnywJ6Byl8Lotn8HS0Zwzn8ArBRq10oTPcDVFGWZTBPbjS2jOMXGI343lD/xNgwqIgiWawAAAABJRU5ErkJggg==) 3px 3px no-repeat;}


.logo-csvw, .logo-vw, .logo-skoda { display: block; margin: 5px 0;}
.logo-csvw { height: 100px;}
.logo-vw, .logo-skoda { width: 58px; height: 58px;}
.logo-skoda { margin-left: 36px;}

.navdetail-hovershow {}
.navdetail-hovershow .fiveRow { background-color: #747474;}
/* .gyqy-detail img { display: block;}
.gyqy-detail .imgwp { padding-right: 1px; padding-bottom: 1px;}
.gyqy-detail .imgwp .ziziz{ position: absolute; left: 0; top: 50%; color: #fff; font-size:18px; width: 100%; text-align: center; margin-top: -15px;}
.gyqy-detail .imgwp .ziziz span { border-bottom:2px solid #fff; display: inline-block; height: 30px;}
.gyqy-detail .imgwp .ziziz span:hover { transform: scale(1.2); cursor: pointer;}
.gyqy-detail a { color: #fff;}
.jieshao1 { display: table-cell; width: 100%; vertical-align: middle; background-color: #f6f6f6; padding: 0 0 0 40px;}
.jieshao1 h2{ font-size: 21px; font-weight: bold; }
.jieshao1 p{ font-size: 16px; padding: 20px 20px 40px 0; color: #333;}
.jieshao1 a{ font-size: 14px; text-decoration: underline; color: #333; }
.jieshao2 { display: table-cell; width: 100%; vertical-align: middle; }
.jieshao2 img { display: block; }
.jieshao2 img:nth-child(1) { padding-bottom: 1px;}
.jieshao2  .ziziz{ position: absolute; left: 0; top: 50%; color: #fff; font-size:18px; width: 100%; text-align: center; margin-top: -15px;}
.jieshao2  .ziziz span { border-bottom:2px solid #fff; display: inline-block; height: 30px;}
.jieshao2  .ziziz span:hover { transform: scale(1.2); cursor: pointer;}
.mcs { padding-right: 1px;}

.pic1 { padding-left: 1px;}
.pic2 { padding-left: 1px; padding-right: 1px;} */

.nav .tabLi  { float: left; max-height:142px; height:142px; font-size:16px; text-align:center; line-height:184px; overflow:hidden;}
.nav .tabLi a { color: #333; font-weight: normal;}
.nav .tabLi.active a { color: #fff;}
.nav .tabLi:nth-child(1) {  background:url(../images/index/i1.png) center 41px no-repeat;}
.nav .tabLi:nth-child(1):hover, .nav .tabLi.active:nth-child(1) {  background:#747474 url(../images/index/i1a.png) center 41px no-repeat; cursor:pointer;}
.nav .tabLi:nth-child(2) {  background:url(../images/index/i2.png) center 41px no-repeat;}
.nav .tabLi:nth-child(2):hover, .nav .tabLi.active:nth-child(2) {  background:#747474 url(../images/index/i2a.png) center 41px no-repeat; cursor:pointer;}
.nav .tabLi:nth-child(3) {  background:url(../images/index/i3.png) center 41px no-repeat;}
.nav .tabLi:nth-child(3):hover, .nav .tabLi.active:nth-child(3) {  background:#747474 url(../images/index/i3a.png) center 41px no-repeat; cursor:pointer;}
.nav .tabLi:nth-child(4) {  background:url(../images/index/i4.png) center 41px no-repeat;}
.nav .tabLi:nth-child(4):hover, .nav .tabLi.active:nth-child(4) {  background:#747474 url(../images/index/i4a.png) center 41px no-repeat; cursor:pointer;}
.nav .tabLi:nth-child(5) {  background:url(../images/index/i5.png) center 41px no-repeat;}
.nav .tabLi:nth-child(5):hover, .nav .tabLi.active:nth-child(5) {  background:#747474 url(../images/index/i5a.png) center 41px no-repeat; cursor:pointer;}

.nav .tabTxt { position: absolute; left: 0; top: 50%; color: #fff; font-size:14px; width: 100%; text-align: center; margin-top: -15px;}
.nav .tabTxt span { border-bottom:2px solid #fff; display: inline-block; height: 27px;}
.nav .tabTxt span:hover { transform: scale(1.2); cursor: pointer;}
.nav .tabTxt a { color: #fff; font-weight: normal;}
.nav .detailInfo { display: table-cell; width: 100%; vertical-align: middle; padding: 0 0 0 40px; }
.nav .detailInfo h2{ font-size: 16px; font-weight: bold; color: #fff; }
.nav .detailInfo p{ font-size: 14px; padding: 20px 20px 40px 0; color: #fff; line-height: 1.7;}
.nav .detailInfo a{ font-size: 12px; text-decoration: underline; color: #fff; }
.nav .detailInfo { padding-top: 70px; }

.nav .tab-border-bottom { border-bottom: 2px solid #fff;}
.nav .tab-border-right { border-right: 2px solid #fff;}
.nav .tab-border-left { border-left: 2px solid #fff;}

/*header*/


/*footer*/
.footerlist { background-color: #f6f6f6; font-size: 14px; padding-bottom: 30px;}
.footerlist ul { padding-top: 35px}
.footerlist ul li { padding-bottom: 15px}
.footerlist ul li a { color: #333;}
.footerlist .call400 { width: 100%; text-align: center; display:flex;  display:-ms-flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center;}
.footerlist .call400 span { font-size: 30px; padding-left: 20px;}

.footinfo {}
.footinfo .p1 { margin: 28px 0 10px 0;}
.footinfo .p2  { margin-bottom: 15px;}
.footinfo .p3  { padding-top: 50px; text-align: right; font-size: 14px;}
.footinfo .p3  a{ color: #999; }

.gzwm { right: 0; top: 35px; text-align: right; width: 70px; z-index: 2;}
.gzwm img { display: block; }
.gzwm .ab1 { font-weight: bold; margin-bottom: 10px;}
.gzwm .ab2 { width: 50px; text-align: center;  margin: 10px 0 10px 20px;}
.gzwm .ab3 { width: 50px; text-align: center; margin: 10px 0 10px 20px;}

.qr {  position: absolute; right: 0; top: -170px; z-index: 3; width: 200px; height: 200px; max-width: 200px; }
.qr2 {  position: absolute; right: 0; top: -80px; z-index: 3; width: 200px; height: 200px; max-width: 200px; }

.shuangwei { position: relative; }
.shuangwei .qrm { display: block; position: absolute; left: 0; top: -150px; z-index: 3; width: 150px; height: 150px; max-width: 150px;}
.shuangwei .qr2m { display: block; position: absolute; left: 0; top: -150px; z-index: 3; width: 150px; height: 150px; max-width: 150px;}
#newHeader{display:none;}

/*footer*/


.news_left{
	width: 61.3%;
	float: left;
}
.news_right{
	width: 32.7%;
	float: right;
}







/*(())*/
@media (max-width:1600px){
    .nav .detailInfo { padding-top: 60px; }
}
/*(())*/
@media (max-width:1440px){
    .icon-search {  width: 130px; }
    .nav .detailInfo { padding-top: 60px; }
    /* .lv2-nav li { font-size: 16px; } */
}
/*((1366px))*/
@media (max-width:1366px){
    .nav .detailInfo { padding-top: 50px; }
}

/*((mac-air-nav-only))*/
@media (max-width:1280px){
    .lv2-nav { left: 50%; }
    /* .lv2-nav li a { padding: 0 20px;} */
    .nav .detailInfo { padding-top: 20px; }
    .newheader .nav { width: 750px;}
}
/*((ipad-only))*/
@media (min-width:768px) and (max-width:1024px){
    .nav .detailInfo h2{ font-size: 12px; font-weight: bold; }
    .nav .detailInfo p{ font-size: 12px; padding: 10px 20px 10px 0; color: #333; line-height: 1.7;}
    .nav .detailInfo a{ font-size: 9px; text-decoration: underline; color: #333; }
}


@media (max-width:992px){
	.prolist{
		padding-left: 15px;
		padding-right: 15px;
	}
}





/*((small-tablet-only))*/
@media (max-width:767px){
    /* #newHeader{display:block;} */
    .footerlist ul li { padding-bottom: 10px;}

    .niubnav { left: 0px; top: 60px; bottom: 0; overflow-x: hidden; z-index: 10; opacity: 0.99; background-color: #fff; display: none; position: fixed; padding-bottom: 20px;}
    .niubnav .lil1 > a { font-size: 18px; line-height: 80px; border-bottom: 1px solid #e1e1e1; }
    .niubnav .lil1hassub > a { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAGN9z9QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpiXLV6zf+PHz4wAAQQw9x58/8DBBDD////wQwQDRBAjHPmzvvPyMjIABbds3fvf4AAYoRJgwQZGBgZZGSkGQACiHH27Nn/mZhZGBggYkDlDAxMZmZmYD5IB0ggKTGBEcy5cuXqf5DBIDYIAwQY45Wr1/4fP3aUgZGJmYERYjAK+Pf3L4O8gjwD2HIQuHzlyv/Tp04zQHj/wZrk5OQZXJydGOF2IuNr12/8P3Lk6H90cQCNKG2FBb5PaAAAAABJRU5ErkJggg==) 66% 50% no-repeat;}
    .niubnav li a { width: 100%; text-align: center !important; display: block; color: #9e9e9e;}
    .niubnav li ul.subnav   { display: none;}
    .niubnav li ul.subnav li  { border-bottom: 0px solid #e1e1e1;}
    .niubnav li ul.subnav li a { background: #fff; color: #9e9e9e; padding: 0 !important; text-indent: 0 !important; opacity: 0.99; }
    .niubnav li ul.subnav li a { line-height: 50px; border:none !important;}
	
	
	.newheader {  height: 60px;position: fixed;top:0;z-index:999;background:#fff;}
	.newheader .row{
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#newHeader{
		display: block;
		height: 60px;
	}
	.logo-csvw { width: 90px; height: 60px; margin-left: 10px;}
	
	.news_left,.news_right{
		width: 100%;
	}
	
	.force-topic .only-pic[data-v-20fb74be],.force-topic .force-post[data-v-20fb74be] {
		width: 100% !important;
		display: block !important;
		padding: 20px 15px !important;
	}
	
	.foot-mobile .two-up-mobile {
	    width: 23%;
	}
    .newheader .headerimg img{width:100%; position:relative;left:40px;margin-top: 0;}
}
/*((mobile-only))*/
@media (max-width:480px){
    .btn-nav {padding: 10px;margin: 3px 0;}
    .container1920sub { padding: 0; }

    .m_mtop30{margin-top: 30px;}

	.logo-vw, .logo-skoda { display: block; margin: 13px 0;}
	.logo-vw, .logo-skoda { width: 29px; height: 29px;}
	.logo-skoda { margin-left: 10px; margin-right: 10px;}

    .footerlist { font-size: 12px; overflow: hidden;}
    .footerlist ul { padding-top: 5px;
        border-bottom: 1px solid #ccc;padding-bottom: 5px;}
    .footerlist ul li{ padding-left: 20px;}
    .footerlist ul li:first-child{
        font-size: 14px;line-height: 3;padding-bottom: 0;padding-left: 0;
    }
    .footerlist .call400 span { font-size: 20px; }

    .footinfo .p1 { text-align: center;}
    .footinfo .p2 { text-align: center;}
    .footinfo .p3 { text-align: center; padding-top: 0; font-size: 12px; padding-bottom: 10px;}

    .hamburger { display: block;}
    .news_all_main_menu ul li{background: url(../images/about/dian.jpg) right center no-repeat;}
    .news_all_main_menu ul li:first-child{background: url(../images/about/dian.jpg) right center no-repeat;;}
    .news_all_main_menu ul li.last{background: none;}
    .news_all_main_menu ul li a{font-size: 13px;/*background: none;*/height: 25px;line-height: 25px;display: block;}
    .news_all_main_menu ul li a span{/*display: block;height: 16px;line-height: 16px;padding: 0 10px;*/}
    .news_all_main_menu ul li.active a{padding:0;/*border-bottom: 1px solid #000; */}
    .news_all_main_menu ul li{padding: 0 2%;border: 0;}
    .mbll.news_all_main_menu{ margin: 0 !important; }
    .mbml{ margin-bottom: 0 !important; }
    .titleH1{font-size: 24px;padding:30px 0 20px 0;}
    /*.news_all_main_menu ul li {padding: 6px 2%;}*/

    /* .foot-mobile{width: 96%;margin-left: 4%;} */
    .foot-mobile .two-up-mobile{
        width: 94% !important;
        float: inherit !important;
        position: inherit !important;
        margin:0 auto;
        
    }
}
    
    


