@charset "utf-8";

*{box-sizing:border-box;margin:0;padding:0;  font-family:  "Microsoft YaHei",-apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0;position: relative;}
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;}
ol,ul{list-style:none}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
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:#ba2d35}
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:1px;background:#ddd; -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}
}




::-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}
*/

.bor{border:1px dashed #999}
.poab{position:absolute}
.pore{position:relative}
.texto{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-bottom{display:-webkit-flex;display:flex;flex-direction:column;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);}
.bgimg{background-repeat: no-repeat;background-position: center;background-size: cover;}
.none{display: none}


.wp{width:90%;margin:0 auto;max-width:1440px}

.greybg{background:#f2f2f2}
.textup{text-transform:uppercase}
.co{color:#ba2d35}
.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:900px){.pc-show{display:none}
.m-show{display:block}
}
.icon-plus{position:relative;width:25px;height:25px;border-radius:50%;background-color:#eee;flex:0 0 auto;margin:0 0 0 1em;cursor:pointer}
.icon-plus{display: none;}
.icon-plus:after,.icon-plus:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;width:15px;height:1px;background-color:#1a1a1a;content:""}
.icon-plus:after{transition:.4s ease;transform:rotate(90deg)}
.icon-plus.-active:after{transform:rotate(0)}





.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%}
}


body{padding-top: 80px;max-width: 1903px;margin: 0 auto}
.header{width:100%;background: #8f0e16;position: fixed;top:0;left: 0;right: 0;z-index: 99}

.mian-nav-m{display: none;float: right;}
.mian-nav-h{width: 100%}
.logo{z-index: 10;position: relative;padding: 15px 0}
.logo img{height:95px;}
.logom{display: none;}
.header-r{line-height: 80px;color: #c5a7a9}
.header-r a{color: #c5a7a9;margin: 0 8px;display: inline-block;}
.header-r a.searchbtn{font-size: 20px;color: #fff;margin-left: 15px}

.mian-nav{width: 74%;}
.mian-nav ul{line-height: 80px;width: 100%}
.mian-nav ul li{position:relative;font-size:16px;transition:.3s;text-align: center;text-align: center;width: 9%;border-right: 1px solid #a53e45;}
.mian-nav ul li>a{position: relative;color: #fff}
.mian-nav ul li.first{border-left: 1px solid #a53e45;}
.mian-nav ul li:before{position:absolute;bottom:0px;left:50%;width:0;height:2px;background:#f9924d;content:"";transition:width .5s}
.mian-nav ul li:after{position:absolute;bottom:0px;right:50%;width:0;height:2px;background:#f9924d;content:"";transition:width .5s}
.mian-nav ul li:hover:before{width:30px}
.mian-nav ul li:hover:after{width:30px}


.sub-nav{position:absolute;top:100%;right:0;left:50%;z-index:99;padding-top:0;display: none;width: 140px;margin-left: -70px}
.sub-nav .sub-nav-h{text-align:center;background:#f3f3f3;}
.sub-nav .sub-nav-h a{display:block;font-size:14px;line-height:48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sub-nav .sub-nav-h a:hover{background: #ffffff;color: #f9924d}
.mian-nav ul li:hover .sub-nav{display:block}
.mian-nav ul li:hover>a{color: #f9924d}


.head-menu-btn{z-index:999;overflow:hidden;margin-left:15px;width:32px;height:36px;background:0 0;text-indent:-5260px;opacity:1;position: relative;z-index: 999;display: none;margin-top: 6px}
.head-menu-btn .line-1,.head-menu-btn .line-2,.head-menu-btn .line-3{position:absolute;top:50%;right:50%;display:block;right: 0;
  width:32px;height:2px;background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color}
.head-menu-btn .line-1{margin-top:-10px;width:28px}
.head-menu-btn .line-3{margin-top:10px;width:28px}
.drawerMenu-open .head-menu-btn .line-1{visibility:hidden}
.drawerMenu-open .head-menu-btn .line-2{margin-top:0!important;width:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.drawerMenu-open .head-menu-btn .line-3{margin-top:0!important;width:32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}

.header .top .searchbtn{height: 84px;line-height: 84px;display: none}
.mobNav{position: fixed;top:50px;left: 0;right: 0;background: rgba(255,255,255,.95);z-index: 889;padding-top: 53px;padding: 40px 30px 30px;display: none;bottom: 0;border-top: 1px solid #ddd}
.mobNav ul{height: 70vh;overflow: auto;}
.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd}
.mobNav ul li:last-child{border-bottom: 0}
.mobNav ul li .navp a{font-size: 15px;color: #8f0e16;font-weight: bold;}
.mobNav ul li .navp i{display: block;width: 16px;transition: .3s;transform-origin: center;margin-right: 5px}
.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 }



@media screen and (max-width:1200px){
body{padding-top: 50px}
.header{height: 50px;}
.head-menu-btn{display: block;}
.header-r{line-height: 50px;color: #c5a7a9;width: 100%}
.logo{text-align: center;}
.logo img{height: auto;width: 100%;max-width: 570px}
.mian-nav{display: none}
.mobNavbtn{display: flex;}
}
@media screen and (max-width:640px){

.header-r a{font-size: 14px;margin: 0 5px}
}
@media screen and (max-width:320px){

.header-r a{font-size: 13px;margin: 0 }
}




.footer{background:url(../images/footbg.jpg) no-repeat top center;background-size: cover; color: #fff;padding: 35px 0 0;
  font-size: 14px}
.footer a{color: #fff}
.footer .footleft{width: 267px;}
.footer .footleft h4{font-size: 16px;margin-bottom:10px;font-weight: normal;}
.footer .footleft ul li{width: 50%;padding: 8px 0;float: left;}

.footer .footlogo{padding: 15px 0 15px}
.footer .footinfo p span{padding:3px 0;display: inline-block;margin: 0 5px }
.footer .footright{padding-top: 25px}
.footer .footright img{width: 123px;height: 123px;margin-bottom: 15px}
.footer .footright .c2{margin-left:40px}
.footer .copyright{padding: 20px 0;border-top: 1px solid #7f3d41;text-align: center;margin-top: 40px}
.footer .copyright p{opacity: .8}
.footer .copyright a{margin-left: 20px;display: inline-block;vertical-align: middle;}
.footer .copyright img{
    display:inline-block;
    vertical-align: middle;
}
@media screen and (max-width:1200px){
.footer .footleft{width: 100%;margin: 0 auto;max-width: 400px;}
.footer .footmid{width: 100%;}
.footer .footright{width: 100%;max-width: 286px;margin: 0 auto}

.footer .footleft ul li{width: 33.33%;padding: 8px 0}
}

@media screen and (max-width:640px){
  .footer .footleft{max-width: 85%;}
  .footer .footinfo p span{display: block;}
  .footer .footinfo p span.line{display: none;}
  .footer .footright img{width: 100px;height: 100px;margin-bottom: 15px}
.footer .footright{max-width: 240px}
}
@media screen and (max-width:320px){
.footer .footleft{max-width: 90%;}
}


.banner{background: url(../images/babg.jpg) no-repeat top center;background-size: 100% 500px}
.bannerA .slick-dots{bottom: 0;width: auto;right: 5%;}
.bannerA .slick-dots ul{display: block;}
.bannerA .slick-dots li button{height:60px;width:45px;background:transparent;opacity: 1;font-size: 15px;color: #fff;border-radius: 0;transition: .3s ease}
.bannerA .slick-dots li.slick-active button{background: #ba2d35;font-style: italic;font-weight: bold;width: 60px}

.bannerA .img{background-repeat: no-repeat;background-size: cover;background-position: center;height: 580px;width: 80.5%}
.bannerA .img a{display: block;height: 100%;width: 100%}
.bannerA .img img{display: none}
.bannerA  .slog{width: 19.5%;height: 580px;background: url(../images/baleft.jpg) no-repeat center;background-size: cover;display: block\0;padding-top: 5%\0}
.bannerA  .slog img{max-width: 81%;max-height: 80%;}

@media screen and (max-width:1200px){
.banner{background-size: 100% 360px} 
.bannerA .img{height: 380px;}
.bannerA  .slog{height: 380px;} 
}
@media screen and (max-width:640px){
.banner{background-size: 100% 220px} 
.bannerA .img{height: 240px;}
.bannerA  .slog{height:240px;} 
.bannerA .slick-dots{right: 0;}
.bannerA .slick-dots li button{height:40px;width:30px;font-size: 14px;}
.bannerA .slick-dots li.slick-active button{width: 40px}

}
@media screen and (max-width:320px){
.banner{background-size: 100% 180px} 
.bannerA .img{height: 180px;}
.bannerA  .slog{height:180px;} 
.bannerA .slick-dots li button{height:30px;width:25px;font-size: 12px;}
.bannerA .slick-dots li.slick-active button{width: 30px}
}



.ctit{margin-bottom:40px}
.ctit span{float:left}
.ctit a{float:right;padding-top:20px}
.ctit a img{display:inline-block;margin-left:5px}
.homea{margin-top:-90px;padding-top:160px;padding-bottom:80px;background:url(../images/bga.jpg) no-repeat top;background-size:cover}
.homea,.homeb{min-height:500px}
.homeb{padding:40px 0 50px;background:url(../images/bgb.jpg) no-repeat top;background-size:cover}
.homed{padding:85px 0;min-height:500px;background:url(../images/bgd.jpg) no-repeat top;background-size:cover}
.homea .atop{margin-bottom:55px}
.homea .atop .item{width:50%;height:100%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}
.homea .atop .item .pic{height:432px}
.homea .atop .item .time{position:absolute;bottom:0;left:0;z-index:10;padding:15px 25px 15px 20px;background:url(../images/redbg.png);color:#fff;text-align:center;font-size:18px}
.homea .atop .item .time span{display:block;margin-bottom:5px;font-style:italic;font-size:28px;line-height:1em}
.homea .atop .item .info{padding:20px;background:#fff}
.homea .atop .item .info a{font-size:23px;line-height:1.4em}
.homea .atop .item .info span a{position:absolute;right:20px;bottom:20px;padding-top:5px;padding-left:20px;background:#fff;font-size:18px}
.homea .atop .itemL{width:47.5%}
.homea .atop .itemL li{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}
.homea .atop .itemL li.first{margin-bottom:35px}
.homea .atop .itemL .pic{width:60%;height:250px}
.homea .atop .itemL .info{padding:25px 20px;width:40%}
.homea .atop .itemL .info h4 a{font-size:18px;line-height:1.4em}
.homea .atop .itemL .info p{margin-top:10px;margin-bottom:15px;color:#777;line-height:1.6em}
.homea .atop .itemL .info span{color:#777;font-size:15px}
.homea .atop .itemL .info span i{margin-right:5px;vertical-align:-1px}
.homea .afoot{padding-top:30px;border-top:1px solid #ddd}
.homea .afoot ul li{position:relative;padding-right:100px;padding-left:15px;width:48%;background:url(../images/cir.png) no-repeat 0;line-height:35px}
.homea .afoot ul li span{position:absolute;top:0;right:0;color:#777}
.homea .afoot ul li:hover a,.homea .afoot ul li:hover span{color:#ba2d35}
.homeb .ctit{margin-bottom:0}
.homeb .slick-item ul li{position:relative;margin-top:55px;padding:20px;width:48%;background:url(../images/y2.png) #fff no-repeat 100% 100%;transition:.3s}
.homeb .slick-item ul li i{position:absolute;top:-25px;right:0;z-index:5;display:block;width:55px;height:50px;background:#ba2d35;color:#fff;text-align:center;font-size:35px;line-height:50px}
.homeb .slick-item ul li .time{margin-bottom:15px;color:#ba2d35;font-size:24px}
.homeb .slick-item ul li .time span{font-weight:700;font-style:italic;font-size:30px}
.homeb .slick-item ul li h4 a{font-size:20px}
.homeb .slick-item ul li p{margin-top:10px;margin-bottom:15px;color:#777;line-height:1.6em}
.homeb .slick-item ul li .more{color:#ba2d35;text-decoration:underline}
.homeb .slick-item ul li:hover{background:url(../images/y1.png) #ba2d35 no-repeat 100% 100%;color:#fff}
.homeb .slick-item ul li:hover i{background:#fff;color:#ba2d35}
.homeb .slick-item ul li:hover .time,.homeb .slick-item ul li:hover a,.homeb .slick-item ul li:hover p{color:#fff}
.homeb .homeb-slide{padding-bottom:70px}
.homeb .slick-dots{bottom:0}
.homeb .slick-dots li button{position:relative;margin:0 60px;width:10px;height:10px;background:#a0a0a0;opacity:1}
.homeb .slick-dots li button:before{left:15px}
.homeb .slick-dots li button:before,.homeb .slick-dots li:first-child button:after{position:absolute;top:50%;z-index:2;width:110px;height:1px;background:#a0a0a0;content:"";transition:.3s linear}
.homeb .slick-dots li:first-child button:after{right:15px}
.homeb .slick-dots li.slick-active button{background:#ba2d35}
.homec .aleft{width:53%}
.homec .aleft:after{position:absolute;top:0;right:0;bottom:0;z-index:10;width:50px;background:url(../images/ske.png) no-repeat 0 0;background-size:auto 100%;content:""}
.homec .aright{width:47%;background:url(../images/icobg.png) #aa2326 no-repeat 100%}
.homec .aleft .slog{position:absolute;bottom:0;left:0;z-index:10;padding:20px 40px 20px 20px;width:45.6%;background:url(../images/redbg.png);color:#fff}
.homec .aleft .slog h3{margin-top:15px;font-weight:400;font-size:36px}
.homec .aleft .slick-item .img{height:700px;background-position:50%;background-size:cover;background-repeat:no-repeat}
.homec .aleft .slick-item .img img{display:none}
.homec .aleft .slick-item a{display:block;width:100%;height:100%}
.homec .aleft .slick-next i,.homec .aleft .slick-prev i{font-size:24px}
.homec .aleft .slick-next,.homec .aleft .slick-prev{top:auto;bottom:0;margin-top:0;width:70px;height:60px;border-radius:0;background:hsla(0,0%,100%,.95);color:#bf393b;line-height:60px}
.homec .aleft .slick-next{right:auto;left:45.6%}
.homec .aleft .slick-prev{bottom:60px;left:45.6%;border-bottom:1px solid #bf393b}
.homec .aleft .slick-next:hover,.homec .aleft .slick-prev:hover{background:#bf393b;color:#fff}
.homec .aright ul{max-width:670px}
.homec .aright ul li{float:left;padding:25px 0;width:33.333%;text-align:center}
.homec .aright ul li a{display:block;color:#fff}
.homec .aright ul li i{display:block;margin:0 auto 10px;font-size:65px;transition:.6s}
.homec .aright ul li:hover i{transform:rotateY(1turn)}
.homec .aright ul li span{font-size:18px}
.homed .aleft{width:54%}
.homed .aright{width:42%}
.homed .aleft .slick-item{position:relative;padding-bottom:50px}
.homed .aleft .slick-item img{display:none}
.homed .aleft .slick-item:after{position:absolute;bottom:0;left:0;z-index:0;width:100%;height:85%;background:#ba2d35;content:""}
.homed .aleft .slick-item .pic{position:relative;z-index:2;width:73%;height:365px}
.homed .aleft .slick-item .info{position:relative;z-index:2;padding-top:18%;padding-right:20px;padding-left:20px;width:27%;color:#fff}
.homed .aleft .slick-item .info .time{margin-bottom:10px;font-size:14px}
.homed .aleft .slick-item .info .time i{margin-right:3px;vertical-align:-1px}
.homed .aleft .slick-item .info a{color:#fff;line-height:1.6em}
.homed .aleft .slick-item .info a.more{display:inline-block;margin-top:30px;padding:6px 26px;background:#ea6a4c;font-size:14px;border-radius: 20px;}
.homed .aleft .slick-dots{bottom:15px}
.homed .aleft .slick-dots li.slick-active button{background:#fff}
.homed .aleft .slick-dots li button{margin:0 5px;width:10px;height:10px;border:1px solid #fff;background:0 0;opacity:1}
.homed .aleft .jyList{margin-top:20px}
.homed .aleft .jyList li{padding:25px 0;border-top:1px solid #ddd}
.homed .aleft .jyList li.first{border-top:0}
.homed .aleft .jyList li .pic{width:35%;height:135px}
.homed .aleft .jyList li .info{padding:5px 20px;width:65%}
.homed .aleft .jyList li .info h4 a{font-size:18px;line-height:1.4em}
.homed .aleft .jyList li .info p{margin-top:10px;margin-bottom:15px;color:#777;line-height:1.6em}
.homed .aleft .jyList li .info a.co{font-size:14px}
.homed .aright .tit{margin-bottom:20px;padding-left:30px;height:44px;background:url(../images/cirr.png) no-repeat 0 0;color:#fff;line-height:44px}
.homed .aright .tit a{float:right}
.homed .aright .tit a i{font-size:26px}
.homed .aright .aright1{margin-bottom:40px}
.homed .aright .aright1 ul li{padding:25px 0;border-bottom:1px solid #ddd}
.homed .aright .aright1 ul li h4 a{font-size:18px}
.homed .aright .aright1 ul li p{margin-top:10px;margin-bottom:10px;color:#666;font-size:15px}
.homed .aright .aright1 ul li .infos{font-size:14px}
.homed .aright .aright1 ul li .time{color:#777}
.homed .aright .aright1 ul li .infos i{margin-right:3px;vertical-align:-1px}
.homed .aright .aright2{margin-bottom:40px}
.homed .aright .aright2 ul li{position:relative;padding-left:15px;border-top:1px solid #ddd;background:url(../images/sq.png) no-repeat 0;font-size:18px;line-height:56px}
.homed .aright .aright2 ul li.first{border-top:0}
.homed .aright .aright2 ul li:hover a,.homed .aright .aright2 ul li:hover span{color:#ba2d35}
.homed .aright .aright3 .slick-dots{bottom:0}
.homed .aright .aright3 .homed-slide2{padding-bottom:30px}
.homed .aright .aright3 .slick-dots li button{margin:0 8px;width:8px;height:8px}
.homed .aright .aright3 .homed-slide2 .img{padding:10px}
.homed .aright .aright3 .homed-slide2 .img img{width:100%}
@media screen and (max-width:1200px){.homec .aleft{width:100%}
.homec .aright{padding:50px 0;width:100%}
.homec .aright ul{max-width:inherit}
.homec .aleft .slog{padding:20px 40px 20px 20px;width:45.6%}
.homec .aleft .slog h3{margin-top:10px;font-size:28px}
.homec .aleft .slick-item .img{height:600px;background-position:50%;background-size:cover;background-repeat:no-repeat}
}
@media screen and (max-width:980px){.homea .atop .item{margin-bottom:35px;width:100%}
.homea .atop .item .pic{height:400px}
.homea .atop .itemL{width:100%}
.homea .atop .itemL .pic{height:230px}
.homea .afoot ul li{width:100%}
.homed .aleft{margin-bottom:40px;width:100%}
.homed .aright{width:100%}
}
@media screen and (max-width:767px){.homeb .slick-item ul li{width:100%}
.homeb .slick-item ul li i{top:-25px;width:55px;height:50px;font-size:25px;line-height:50px}
.homeb .slick-item ul li .time{margin-bottom:10px;font-size:16px}
.homeb .slick-item ul li .time span{font-size:24px}
.homeb .slick-item ul li h4 a{font-size:18px}
.homeb .slick-item ul li .more,.homeb .slick-item ul li p{font-size:14px}
.homeb .slick-dots li button{margin:0 30px}
.homeb .slick-dots li button:before{left:15px}
.homeb .slick-dots li button:before,.homeb .slick-dots li:first-child button:after{width:50px}
.homeb .slick-dots li:first-child button:after{right:15px}
}
@media screen and (max-width:640px){.ctit{margin-bottom:30px}
.ctit span img,.homec .aleft .slog img{height:40px}
.ctit a{padding-top:15px}
.homea .atop .itemL .info p{-webkit-line-clamp:2}
.homea{margin-top:0;padding-top:50px}
.homea .atop .item .pic{height:240px}
.homea .atop .itemL .pic{height:174px}
.homea .atop .itemL .info h4 a{font-size:16px;line-height:1.4em}
.homea .atop .itemL .info p,.homea .atop .itemL .info span{font-size:14px}
.homea .atop .itemL .pic{width:55%}
.homea .atop .itemL .info{padding:20px 15px;width:45%}
.homea .atop .item .info a{font-size:16px}
.homea .atop .item .info span a{display:none}
.homea .atop .item .time{padding:10px 20px 10px 15px;font-size:14px}
.homea .atop .item .time span{font-size:18px}
.homea .afoot ul li{padding-right:90px;font-size:14px}
.homec .aright ul li i{margin-bottom:10px;font-size:45px;transition:.6s}
.homec .aright ul li span{font-size:15px}
.homec .aright ul li{padding:20px 0}
.homec .aleft .slick-item .img{height:400px;background-position:50%;background-size:cover;background-repeat:no-repeat}
.homec .aleft .slog{padding:10px 20px 10px 10px}
.homec .aleft .slog h3{margin-top:10px;font-size:20px}
.homec .aleft .slog{width:60%}
.homec .aleft .slick-prev{bottom:40px;left:60%}
.homec .aleft .slick-next{right:auto;left:60%}
.homec .aleft .slick-next,.homec .aleft .slick-prev{width:50px;height:40px;line-height:40px}
.homec .aleft .slick-next i,.homec .aleft .slick-prev i{font-size:18px}
.homed{padding:65px 0}
.homed .aleft .slick-item{position:relative;padding-bottom:50px}
.homed .aleft .slick-item .pic{position:relative;z-index:2;width:100%;height:235px}
.homed .aleft .slick-item .info{padding-top:30px;padding-right:20px;padding-left:20px;width:100%}
.homed .aleft .slick-item .info a.more{margin-top:20px;padding:6px 16px;font-size:14px}
.homed .aleft .jyList li .info{padding:0 10px}
.homed .aleft .jyList li .info h4 a{font-size:16px}
.homed .aleft .jyList li .info p{margin:6px 0;font-size:14px}
.homed .aleft .jyList li .pic{height:100px}
.homed .aright .aright1 ul li h4 a{font-size:16px}
.homed .aright .aright2 ul li{font-size:15px;line-height:46px}
.homed .aleft .slick-item .info h4{min-height:75px}
}
@media screen and (max-width:320px){.homea .afoot ul li{padding-right:0}
.homea .afoot ul li span{display:none}
}







.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;}








.hidden_search .text{width:100%;height:40px;padding:0;font-size:14px;color:#444;background:0 0;border:none;}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:40px;width:40px;border:none;border-radius:50%;
	overflow:hidden;background-size:50%;font-size:14px;color:#8f0e16;background:0 0;background: url(../images/ser1.png) no-repeat center;background-size: 22px 22px}
.hidden_search .search_wrap{border:1px solid #e4eaec;border-radius:20px;position:relative;padding-right:45px;padding-left:20px;width:95%}
.hidden_search .close_btn{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px;height:30px;line-height:30px;-webkit-transition:.5s;transition:.5s;font-size:26px;
  background-size:50%}
.hidden_search .close_btn:hover{color:#8f0e16}
.cd-popup{position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.7);visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:9999;opacity:0}
.cd-popup.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-popup-container{position:relative;padding:30px 40px 30px 30px;background:#fff;width:60%;margin:0 auto;top:50%;margin-top:-58px;background:#fff;border-radius:.4rem .4rem .4rem .4rem;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s}
.is-visible .cd-popup-container{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.cd-popup0,.cd-popup1,.cd-popup2,.cd-popup3{position:fixed;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.3);opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:9999}
.cd-popup0.is-visible,.cd-popup1.is-visible,.cd-popup2.is-visible,.cd-popup3.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-popup-container0,.cd-popup-container1,.cd-popup-container2,.cd-popup-container3{position:relative;padding:40px;background:#fff;width:60%;margin:0 auto;top:20%;background:#fff;border-radius:.4rem .4rem .4rem .4rem;box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s}
.cd-popup-container1{top:10%}
.is-visible .cd-popup-container0,.is-visible .cd-popup-container1,.is-visible .cd-popup-container2,.is-visible .cd-popup-container3{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.sear_p{float:left;margin:20px 0 0 5%;width:90%;-webkit-border-radius:5px;border-radius:5px;background:#fff}
.sear_txt{float:left;height:30px;font-size:12px;line-height:30px;border:none;width:calc(100% - 35px);background:0 0;color:#666;text-indent:5px}


@media screen and (max-width: 600px){
.hidden_search .close_btn{right: 10px;font-size: 18px;}
.cd-popup-container{width: 90%}
.hidden_search .text{font-size: 14px}
.cd-popup-container{padding: 20px 30px 20px 10px}
}

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;padding-top: 120px}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;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}

/*0323*/
.ctit span img{display:inline-block;vertical-align:-3px;margin-left:3px}
.ctit span i{font-size:45px;color:#ba2d35}
.homeaa{padding:80px 0 80px;background:url(../images/beijingtu0419.png) no-repeat center;background-size:cover}
.homeaa .aleft{width:50%;padding-bottom:70px;position:relative}
.homeaa .aright{width:46%}
.homeaa .aleft .pic{height:400px}
.homeaa .aleft .info{padding:15px 20px;background:#fff;z-index:3;position:absolute;left:6%;right:6%;bottom:0}
.homeaa .aleft .info h4 a{font-size:16px;line-height:1.4em}
.homeaa .aleft .info p{margin-top:10px;color:#777;line-height:1.4em;font-size:14px}
.homeaa .aright li.first{margin-top:0}
.homeaa .aright li{margin-top:20px}
.homeaa .aright li .pic{width:36%;height:120px;position:relative;left:10px;z-index:2}
.homeaa .aright li .info{padding:15px 20px;width:64%;background:#fff;position:relative;top:10px;z-index:3}
.homeaa .aright li .info h4 a{font-size:16px;line-height:1.4em}
.homeaa .aright li .info p{margin-top:10px;color:#777;line-height:1.4em;font-size:14px}
.homea{margin:0;padding-top:60px}
.slidenews .slick-dots{right:0;right:5%;bottom:120px;width:auto}
.slidenews .slick-dots li button{width:10px;height:10px}
@media screen and (max-width:980px){.homeaa .aleft{width:100%;padding-bottom:70px;margin-bottom:30px}
.homeaa .aright{width:100%}
.homeaa .aright li .pic{left:0}
}
@media screen and (max-width:640px){.homeaa{padding:40px 0 60px}
.slidenews .slick-dots{bottom:90px}
.homeaa .aleft .pic{height:260px}
.ctit span img,.homec .aleft .slog img{height:32px}
.ctit span i{font-size:35px;color:#ba2d35}
}