@charset "utf-8";
*{box-sizing:border-box;margin:0;padding:0;  }
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0;position: relative;overflow-x:hidden;font-family: 'SF Pro text',"Microsoft YaHei",  -apple-system, BlinkMacSystemFont, "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:100;
  src:url("../fonts/sf-pro-text_thin.woff") format('woff');
}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:200;
  src:url("../fonts/sf-pro-text_light.woff") format('woff');
}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:400;
  src:url("../fonts/sf-pro-text_regular.woff") format('woff');
}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:500;
  src:url("../fonts/sf-pro-text_medium.woff") format('woff');
}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:600;
  src:url("../fonts/sf-pro-text_semibold.woff") format('woff');
}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:700;
  src:url("../fonts/sf-pro-text_bold.woff") format('woff');

}
@font-face {
  font-family:'SF Pro text';
   font-style:normal;
  font-weight:800;
  src:url("../fonts/sf-pro-text_heavy.woff") format('woff');

}


@font-face {
  font-family: "bellb";
  src:url("../fonts/bellb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINCond";
  src:url("../fonts/DINCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.bellb{font-family: "bellb";}

.loader{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #fff;z-index: 999;display:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:1.2em;font-weight:normal;}
ul{list-style:none}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;max-width: 100%;}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{color:#222;background-color:transparent;-webkit-tap-highlight-color:transparent;text-decoration: none;}
a:active,a:hover{outline:0;text-decoration:none}
a:hover{color:#f30000}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{display:block;padding:0;border:none;-ms-interpolation-mode:bicubic;max-width:100%;max-height:100%}
address,cite,dfn,em,var,i{font-style: normal;}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{height:0;border: none; border-top: 2px solid #f4f3f2; -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
:focus{outline:0}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border: none}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
input{line-height:normal;-webkit-appearance:none}
input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}
legend{padding:0;border:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0}
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
blockquote,pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100%!important}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}

a[href]:after{content: ''}
}
.none{display: none}
.check:checked,.check:not(:checked){position:absolute;left:-9999px;opacity:0}
.check:checked+label,.check:not(:checked)+label{position:relative;display:inline-block;
	height:14px;font-size:14px;cursor:pointer;padding-left: 20px;}
.check+label:after,.check+label:before{position:absolute;top:2px;left:0;z-index:0;width:16px;height:13px;
	border-radius:3px;content:'';background: #000}
.check:checked+label:after{background: #ca140d}

.radio:checked+label,.radio:not(:checked)+label{position:relative;display:inline-block;height:16px;font-size:14px;line-height:16px;cursor:pointer;padding-left: 20px}
.radio+label:after,.radio+label:before{position:absolute;top:-1px;left:0;z-index:0;width:16px;height:16px;border-radius:50%;content:''}
.radio:not(:checked)+label:after,.radio:not(:checked)+label:before{border:1px solid #888}
.radio:checked,.radio:not(:checked){position:absolute;left:-9999px;opacity:0}
.radio:checked+label:before{border:1px solid #d9a65c}
.radio:checked+label:after{width:8px;height:8px;border-radius:50%;background:#d9a65c;top:3px;left:4px}


::-webkit-input-placeholder{color:999;opacity:.54}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:"."}
.l{float:left}
.r{float:right}
.fl{float:left!important}
.fr{float:right!important}
.bor{border:1px dashed #999}
.poab{position:absolute}
.pore{position:relative}
.texto a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eclip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.imgInline{display:inline-block!important;vertical-align:middle}
.imgMargin{margin:0 auto}
.imgW100{width:100%}

.text-r{text-align:right}
.text-m{text-align:center}
.text-bold{font-weight: 700;}
.text-light{font-weight:100;}
.text-up{text-transform: uppercase;}

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: space-between;}

.trans{transition:all .5s}
.trans-mask{display:block;overflow:hidden;width:100%;cursor:pointer;position: relative;}
.trans-mask img{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.trans-mask:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}

.bg-mask .pic{overflow: hidden;}
.bg-mask .pic a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.bg-mask:hover .pic a{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.bg-mask .pic .a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.bg-mask:hover .pic .a{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.bg-mask-no:hover .pic .a{-webkit-transform: none;-ms-transform: none;transform: none;}



.bgimg{background-repeat: no-repeat;background-position: center;background-size: cover;}
.ablink{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background: rgba(255,255,255,0);}
.wp{width:90%;margin:0 auto;max-width:1440px}
.greybg{background:#f2f2f2}
.textup{text-transform:uppercase}
.co-main{color:#0662d4}
.co-fff{color:#fff!important}
.fixdbody{position:fixed;top:0;left:0;right:0;bottom:0}
.m-show{display:none}
.filter-page{filter: blur(5px);}
@media screen and (max-width:800px){.pc-show{display:none}
.m-show{display:block}
}

.titline_w{position:relative;background-image:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5));background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_w:hover .titline_w{background-size:100% 1px}
.titline_w:hover{background-size:100% 1px}

.titline_y{position:relative;background-image:linear-gradient(#eb8e08,#eb8e08);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_y:hover .titline_y{background-size:100% 1px}
.titline_y:hover{background-size:100% 1px}


.titline_b{position:relative;background-image:linear-gradient(#9b0a0d,#9b0a0d);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_b:hover .titline_b{background-size:100% 1px}
.titlin_b:hover .titline_b{color:#9b0a0d}
.titline_b:hover{background-size:100% 1px}

.titline_c{position:relative;background-image:linear-gradient( #a3010e, #a3010e);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_c:hover .titline_c{background-size:100% 1px;color: #a3010e}
.titline_c:hover{background-size:100% 1px}

.titline_g{position:relative;background-image:linear-gradient(#117241,#117241);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.titlin_g:hover .titline_g{background-size:100% 1px}
.titline_z:hover{background-size:100% 1px}


.trans-line:before{content:'';position:absolute;width:60px;height:100%;margin-top:0px;margin-left:-120px;overflow:hidden;z-index:6;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.trans-line:hover:before{-webkit-animation:aniBlink .6s ease-out forwards;-moz-animation:aniBlink .6s ease-out forwards;
  -o-animation:aniBlink .6s ease-out forwards;  animation:aniBlink .6s ease-out forwards}
@keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}

@keyframes go5{
  0%{transform: translateX(0);}
  50%{transform: translateX(5px);}
  100%{transform: translateX(0);}
}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@keyframes roted1{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(-360deg);}
}




.header{position:fixed;top:0;left:0;z-index:99;width:100%;height: 125px;transition: .3s;padding-top: 25px;}

.header .wps{height: 100%;align-items: center;width: 100%;padding-right: 5%;padding-left: 40px;}
.header .hdl{width: 28%;}
.header .hdl .topser{width: 20%;background: #f30000}
.header .hdl .topser .toSearch{display: block;background: url(../images/ser.png) no-repeat center;width: 100%;height: 100%;}
/* .header .logo{width: 100%;} */
.header .logo img{width: auto;max-width: 495px;}
.scrollinglogo{display: none;}
.header .hdr{width: 70%}
.header .hdr .hdrtop{margin-bottom: 15px}
.header .hdr .hdrtop a{border: 1px solid #fff;border-radius: 3px;color: #fff;padding: 0px 5px;margin-left: 15px;line-height: 30px;font-size:16px;}

.header-t{margin-bottom: 15px}
.header-t a{color: #fff;line-height: 24px;font-size: 14px;margin-left: 25px}
.header-t .inp{border: 1px solid #df7f69;border-radius: 50px;line-height: 36px;height: 36px;background:#f30000;color: #fff;padding: 0 55px 0 15px;width: 300px}
.header-t .sub{position: absolute;right: 0;top:9px;width: 45px;height: 20px;background: url(../images/ser.svg) no-repeat 10px center;padding-right: 5px;
  background-size: 20px 20px;border: none; border-left:1px solid #df7f69 ;z-index: 3;cursor: pointer;}
.header .mian-nav{width: 100%}
.header .mian-nav ul{}


.header .mian-nav ul li{position:relative;font-size:20px;transition:.3s;line-height: 30px;margin-left:35px}
.header .mian-nav ul li:first-child{margin-left: 0}
.header .mian-nav ul li>a{position: relative;color: #fff;}
.header .mian-nav ul li>a span{display: block;font-size: 14px;text-align:center;color: #999999;margin-top: 5px}

.header .sub-nav{position:absolute;top:100%;left:50%;z-index:99;padding-top:26px;width: 200px;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: .3s;}
.header .sub-nav .sub-nav-h{position: relative;background: #fff;padding: 10px 0;border-top: 4px solid #f30000}
.header .sub-nav .sub-nav-h a{display:block;font-size:16px;text-align: center; line-height:1.4em;margin-bottom: 1px;background: #fff;
  transition: .3s;padding: 8px 3%}
.header .sub-nav .sub-nav-h a:hover{background: #f30000;color:#fff;}
.header .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);
border: 8px solid transparent;border-bottom-color: #f30000;top:-20px;}
.header .mian-nav ul li:hover .sub-nav{opacity: 1;visibility: inherit;}
.header .mian-nav ul li:hover>a{color:  #f30000}

.scrolling .header{height: 100px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.2);padding-top: 0;}
.scrolling .header .mian-nav ul li>a{position: relative;color: #333;}
.scrolling .header .mian-nav ul li:hover>a{color:  #f30000;}
.scrolling .header .hdr .hdrtop a{border: 1px solid #444;color: #444;}
.scrolling .header .hdr .hdrtop a:hover{border: 1px solid  #f30000;color:  #f30000;}
.scrolling .header .sub-nav{padding-top: 14px}
/*搜索*/
.topser .serpc{display: none;position: absolute;;width: 300px;height: 60px;padding: 5px;top:100%;right: 0;z-index: 66;background: #fff}
.topser .inp{ width: calc(100% - 30px); height: 50px;line-height: 50px; padding: 0 50px 0 10px; font-size: 16px; color: #444;background: none;border:1px solid #eee;}
.topser .sub{display:block;cursor:pointer;position:absolute;right:35px;top:5px;height:50px;width:50px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../images/serbtn.svg) no-repeat center;background-size: 20px 20px}
.topser .close{ position: absolute; right: 8px; top: 50%;transform: translateY(-50%);  width: 20px; height: 30px;
  -webkit-transition: 0.5s; transition: 0.5s; font-size: 18px;color: #888;;cursor: pointer;line-height: 30px }
.topser .close:hover{ color:#8f0e16; }

.sermob{position: fixed;;width: 100%;height: 60px;padding: 10px;top:60px;right: 0;z-index: 66;background: #fff;display: none}
.sermob .inp{ width: calc(100% - 30px); height: 40px;line-height: 40px; padding: 0 40px 0 10px; font-size: 15px; color: #444;background: none;border:1px solid #eee;}
.sermob .sub{display:block;cursor:pointer;position:absolute;right:35px;top:0;height:40px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#fff;background:0 0;background: url(../images/serbtn.svg) no-repeat center;background-size: 20px 20px}
.sermob .close{ position: absolute; right: 10px; top: 10px; width: 20px; height:40px;-webkit-transition: 0.5s; transition: 0.5s; font-size: 20px;color: #888;;cursor: pointer;line-height: 40px }
.sermob .close:hover{ color:#8f0e16; }

/*搜索*/
.serpc02{width: 160px;height: 30px;padding: 5px;background: #f30000;margin-left: 15px;border-radius: 5px;}
.serpc02 .inp{ width: calc(100% - 40px); height: 20px;line-height: 20px; padding: 0 5px; font-size: 0.75em; color: #666;border:1px solid #f98080;background:#fff;border-radius: 5px;}
.serpc02 .inp::placeholder{color: #f98080;}
.serpc02 .sub{display:block;cursor:pointer;height:20px;width:30px;border:none;
  overflow:hidden;font-size:14px;color:#fff;background:0 0;background: url(../images/serbtn.png) no-repeat 10px center;background-size: 15px 15px;border-left: 1px #f98080 solid;padding-left: 10px;}

.sermob{position: fixed;;width: 100%;height: 60px;padding: 10px;top:60px;right: 0;z-index: 66;background: #fff;display: none}
.sermob .inp{ width: calc(100% - 30px); height: 40px;line-height: 40px; padding: 0 40px 0 10px; font-size: 15px; color: #444;background: none;border:1px solid #eee;}
.sermob .sub{display:block;cursor:pointer;position:absolute;right:35px;top:0;height:40px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../images/serbtn.svg) no-repeat center;background-size: 20px 20px}
.sermob .close{ position: absolute; right: 10px; top: 10px; width: 20px; height:40px;-webkit-transition: 0.5s; transition: 0.5s; font-size: 20px;color: #888;;cursor: pointer;line-height: 40px }
.sermob .close:hover{ color:#8f0e16; }
@media screen and (max-width: 640px){.sermob{top:55px;}   }



.menu-btn{z-index:999;overflow:hidden;margin-left:35px;width:30px;height:32px;background:0 0;text-indent:-5260px;opacity:1;position: relative;z-index: 999;}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:50%;display:block;right: 0;
  width:30px;height:2px;background: #f30000;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color}
.menu-btn .line-1{margin-top:-9px;width:26px}
.menu-btn .line-3{margin-top:9px;width:26px}
.drawerMenu-open .menu-btn .line-1{visibility:hidden}
.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:28px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}

.zindex3{position: relative;z-index: 3}
.zindex2{position: relative;z-index: 2}
.zindex1{position: relative;z-index: 1}

.searchbtn{width: 30px;text-align: center;line-height: 40px}
.searchbtn i{color: #c80d17;font-size: 18px}
.mobNav{position: fixed;top:50px;left: 0;right: 0;bottom: 0; background: rgba(255,255,255,.95);z-index: 98;padding-top: 53px;padding: 40px 5% 30px;display: none}
.mobNav ul{height: 70vh;overflow: auto}
.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd}
.mobNav ul::-webkit-scrollbar {display: none; }
.mobNav ul li:last-child{border-bottom: 0}
.mobNav ul li .navp a{font-size: 15px;color: #f30000;font-weight: bold;}
.mobNav ul li .navp i{display: block;width: 16px;transition: .3s;transform-origin: center;margin-right: 5px;height: 16px;background: url(../images/more.svg) no-repeat center;background-size: 16px 16px}
.mobNav ul li.on .navp i{transform: rotate(-45deg);}
.mobNav ul li .subNavm{margin-top: 10px;padding-left: 10px;display: none}
.mobNav ul li .subNavm a{display: block;line-height: 30px;font-size:14px }
.mobNav .toplink{margin-bottom: 20px}
.mobNav .toplink a:nth-child(1){height: 30px;line-height: 30px;text-align: center;border: 1px solid #f30000;width: 45%;transition: .3s;font-size: 14px;color: #f30000}
.mobNav .toplink a:nth-child(2){height: 30px;line-height: 30px;text-align: center;border: 1px solid #f30000;background:#f30000;width: 45%;transition: .3s;color: #fff;font-size: 14px}


.headerm{display: none;position: fixed;left: 0;right: 0;top:0;z-index: 99;background: #fff;height: 60px;padding-right: 4%;
  padding-left: 0;box-shadow: 0 0 10px rgba(0,0,0,.1)}
.headerm .searchbtn{background: #f30000;width: 55px ;text-align: center;line-height: 55px;display: flex;justify-content: center;align-items: center;}
.headerm .logo{padding: 0 15px}
.headerm .logo img{height: 40.5px}
@media screen and (max-width:1600px){
.header .mian-nav ul li{margin-left:25px}
}
@media screen and (max-width:1540px){
.header{height:100px;}
.header .mian-nav ul li{font-size:18px}
.header .sub-nav{padding-top: 14px}
}

@media screen and (max-width:1366px){
  .wp{
    width: 90%;
  }
body{font-size: 15px}
.header .mian-nav ul li{margin-left:22px}
.header .wps{padding-right: 2%}

}
@media screen and (max-width:1300px){
.header .mian-nav ul li{margin-left:16px;font-size: 17px}
}
@media screen and (max-width:1200px){
body{padding-top: 60px}
.header{display: none}
.headerm{display: flex;}
}
@media screen and (max-width:980px){

}
@media screen and (max-width:640px){
body{padding-top: 55px;font-size: 14px}
.menu-btn{margin-left: 15px}
.headerm{height: 55px}


}
@media screen and (max-width:360px){
.headerm .logo{padding: 0 10px}
}

@media screen and (max-width:780px){
  .mobNav ul{height: 60vh;overflow: auto;margin-bottom: 30px;}
}


@media screen and (max-width:480px){
  .mobNav ul{height: 70vh;overflow: auto;}
}



@keyframes up{0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}


.footer{position:relative;background:#333;color: #fff;min-height: 100px}
.footer:after{position:absolute;background:url(../images/ftbg.jpg) no-repeat center;background-size: cover;color: #fff;
  height: 642px;content: '';left: 0;right: 0;bottom: 0;z-index:0;}
.footer .frlink{font-size: 14px;line-height: 32px}
.footer .fta{padding: 105px 0 50px}
.footer .fta .ftlogo{margin-bottom: 25px;}
.footer .fta .ftlogo img{width:517px}
.footer .fta .ftinfo p{font-size: 14px;padding: 3px 0}
.footer a{color: #fff}
.footer .link{margin-left: 25px}
.footer .link dt{cursor: pointer;border: 1px solid rgba(255,255,255,.4);width: 115px;height: 32px;
  line-height: 32px;padding-left: 15px;position: relative;font-size: 14px;color: #fff}
.footer .link dt:after{ width: 15px;height: 32px;content: "";position: absolute;right: 15px;top:0;
background: url(../images/xl.png) no-repeat center;}
.footer .link dd{position: absolute;bottom: 100%;width: 160px;overflow-y:auto;height: 200px;right: 0;
  background: #fff;display: none;z-index: 5 ;padding:10px 10px;box-shadow: 0 0 10px rgba(0,0,0,.2)}
.footer .link dd a{color: #555;display: block;padding: 5px 0;font-size: 14px;line-height: 1.4em}
.footer .link dd a:hover{color: #cf0202}
.footer .link dl:hover dd{display: block;}
.footer  .ftar{margin-bottom: 25px}
.footer  .ftar img{border: 1px dashed rgba(255,255,255,.3);margin-bottom: 5px;}
.footer  .ftar .imglink{font-size: 14px;text-align: center}
.footer  .ftar .imglink:last-child img{border: none}

.footer  .ftar .imglink a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 5;}
.footer .ftcopy{background: #cf0202;padding: 25px 0;font-size: 14px}
.footer .ftcopy span{margin: 0 6px}
@media screen and (max-width:1200px){
.footer .fta .aleft{width: 100%;text-align: center;margin-bottom: 30px}
.footer .fta .ftlogo img{margin: 0 auto}
.footer .fta .aright{width: 100%;max-width: 520px;margin: 0 auto}

}
@media screen and (max-width:1024px){
.footer{background:url(../images/ftbg.jpg) no-repeat center;background-size: cover;}
.footer:after{display: none}
.footer .fta{padding-top: 50px}
}
@media screen and (max-width:640px){
.footer .fta .ftlogo img{height: 50px;width:auto;}
.footer .ftcopy{padding: 15px 0}
.ftcopy p span{display: block;padding: 1px 0}
}
@media screen and (max-width:500px){
.footer .slink{width: 100%}
.footer .link{width: 100%;margin-left: 0}
.footer .link dt{width: 100%;margin-top: 20px}
.footer .link dd{width: 100%}
.footer .ftar img{width: 75px}
.ftcopy p {font-size: 12px}
}
@media screen and (max-width:360px){
.footer .ftar .imglink{font-size: 13px}
.footer .ftar img{width: 62px}

}
body{background: url(../images/nys/gezi.png) repeat center;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.line5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}


.z-index2{z-index: 2;position: relative;}
.z-index3{z-index: 3;position: relative;}

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}




/*ie11 css hack*/ 
@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, 
} 
/*ie11注意里面的标点符号*/ 
/*ie10 css hack*/ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

}