@import url('style.css');
@font-face{font-family: kaishu;src: url('../images/font.ttf');}
@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #000; background: #fff; }
img { border: 0; display: block; max-width: 100%; }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; height: 14px }
.clr:after{ content:"";display: block; clear: both; overflow: hidden; height:0;}
.clearblank { clear: both; width: 100%; overflow: hidden; }
.fl { float: left!important; }
.fr { float: right!important; }
.box { width: 1170px; overflow: hidden; margin: auto }
/*header*/
header { position: fixed; top: 0; width: 100%; line-height: 36px; text-align: center; z-index: 99; padding: 30px 0 }
/* Slide transitions */
.slideUp { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; }
.slideDown { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; background-image:url(../images/bg.png);box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#works,#news{ margin: 30px auto;}
header.slideDown{ padding:0;}
header.slideDown #starlist{ margin-top:5px;}
.white-bg.slideDown { background: #fff !important; }
.logo { float: left }
aside.fr{ width:200px;}
  aside.fr .part{ background-color:#f5f5f5; margin-bottom: 10px; border:1px solid #ddd;}
  aside.fr .part h3{ font-weight: normal; padding: 10px; border-bottom: 1px solid #ddd;}
  aside.fr ul{ padding: 10px;}
  aside.fr .part li{ padding-bottom:5px; font-size: 14px;}
  aside.fr ul li a{ color: #f22645; padding-bottom: 10px; display: block;}
  aside.fr .abt a:hover,aside.fr ul li a:hover{ text-decoration: underline;}
  aside.fr ul li span{ color: #999;}
  aside.fr .abt{ padding-bottom: 20px;}
  aside.fr .abt a{ display: block; padding: 10px 10px 0; color: #39f; font-size: 14px;}
#pshow{ width:calc(100% - 200px); text-align: center; position: relative;}
#article .h-title p{ max-width:680px; margin: 0 auto; color: #999;}
#article .h-title{ border-bottom: 1px dashed #ccc; padding-bottom: 30px; margin-bottom: 30px;}
#ashow{ width:calc(100% - 260px);}
  #ashow p{ text-indent: 2em; line-height:1.8em;}
  #ashow img{ display: block; margin:1em auto;}
  #ashow .link{ border-top: 1px solid #ddd; margin-top:30px; padding: 10px 0; line-height: 2em; color: #666;}
  #ashow .link a{ color: #f22645;}
  #ashow .link a:hover{ text-decoration: underline;}
  #pshow img{ margin:auto; max-width:calc(100% - 140px);}
  #pshow a{ display: block; width:50%; float: left; height: 100%; position: absolute; top: 0;}
  #pshow .prev{ left: 0; text-align:left;}
  #pshow .next{ right: 0; text-align:right;}
  #pshow a span{ width:60px; height: 60px; background-color:rgba(0,0,0,.2); display: inline-block; text-align: center; line-height: 60px; font-family: "宋体"; font-size: 36px; color: #fff; margin-top:50%;}
  #pshow .prev span{ margin-left: 20px;}
  #pshow .next span{ margin-right:20px;}
  #pshow a:hover span{ background-color:#f22645;}
.abtpic{ margin: 40px auto;}
.abtpic h3{ font-weight: normal; padding-bottom: 10px; text-align: center;}
.abtpic ul{display: flex;}
.abtpic li{flex-grow:1; margin:0 1px;}
.abtpic table,.abtpic th,.abtpic td{ border:1px solid #ddd; border-collapse: collapse;}
.abtpic table{ width: 100%;}
.abtpic th,.abtpic td{ padding:10px; width: 10%;}
.abtpic th{ font-weight: normal; color: #666;}
.abtpic td a{ display: inline-block; padding-right:5px; color: #39f;}
.abtpic td a:hover{ text-decoration: underline;}
.abtpic p{ font-size: 16px; line-height: 1.8em; text-indent: 2em; margin:1em 0;}
#tag-cate h2{ text-align: center; font-weight: 100; padding: 20px 0; border-bottom: 1px solid #eee; margin-bottom: 20px;}
#tag-cate .more{ display: block; width:180px; margin: 30px auto; text-align: center; background:#f22645; color: #fff; padding: 10px; border-radius:6px; font-size: 16px;}
#tag-cate .more:hover{ opacity: 0.90;text-decoration:underline;}
/*nav*/
nav { float: right; }
nav li { display: inline-block; margin-left: 80px }
nav li a { color: #fff }
nav li a:hover { color: #f22645; }
#selected { color: #f22645; }
.white-bg #starlist li a { color: #4A4A4A }
.white-bg #starlist li a#selected, .white-bg #starlist li a:hover { color: #f22645; }
#mnavh { display: none; width: 30px; height: 40px; float: right; text-align: center; padding: 0 5px }
.navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #FFFFFF; margin-top: 20px }
.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #FFFFFF; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #fff; }
/*banner*/
#clist .h2{ background:#f5f5f5; border-bottom: 1px solid #eee; text-align: center; padding:10px; margin-bottom: 30px; font-size: 18px; color: #666;}
#clist li{ padding:0 10px 10px; box-sizing:border-box;}
#clist h2{ font-weight: normal;  margin-bottom: 20px;}
#clist li>div{height: 68px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
#clist li>div a{ display: inline-block; padding:5px 8px; background:#eee; margin-bottom: 4px; border-radius:2px;}
#clist li>div a:hover{ background:#f22645; color: #fff;}
.banner { background: url(../images/bg.jpg) no-repeat center center; background-size: cover; height: 890px; text-align: center; color: #fff; font-size: 18px; width: 100%; overflow: hidden }
.webp .banner{ background-image:url(../images/bg.webp);}
.banner h1,.banner li{ text-shadow: 0 0 10px rgba(0,0,0,.1);}
.banner li:nth-child(1), .banner li:nth-child(2) { font-size: 48px; font-weight: bold; }
.banner li:nth-child(2) { margin-bottom: 30px }
.banner li:nth-child(3){ line-height: 1.9; text-shadow:0 0 3px rgba(0,0,0,.9);}
.banner em { color: #f22645; font-style: normal; }
.banner ul { position: absolute; top: 30%; width: 100% }
.con-btn { font-size: 16px; height: 50px; width: 210px; text-align: center; line-height: 50px; display: block; margin: 30px auto 0; border-radius: 50px; background-color: #f22645; color: #fff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.con-btn:hover { background: #fff; color: #f22645; }
#shil{ padding-top: 60px;}
#order .part{ width:19%; float: left; margin: 0 1.25% 1.25% 0; box-sizing: border-box; padding: 15px; border:1px solid #ddd;position: relative; cursor: default;}
        #order .part:nth-child(5n){ float: right; margin-right: 0;}
        #order .part .addr{ color:#999;}
        #order .part .addr span{ color:#666; display: inline-block; padding:0;}
        #order .part time{ color:#999; font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif;}
        #order .part h4{ font-size: 18px; font-weight:100; padding: 5px 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
        #order .part .s{ font-size: 14px; color:#999 !important;}
        #order .part .s2{ color: #090 !important;}
        #order .part .s3{ color: #f00 !important;}
        #order .part .detail{ position: absolute; left: 0; bottom: 110px; width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.5); padding: 10px;}
            #order .part .detail li{ list-style-position:inside; font-size: 14px; padding: 2px 0;}
            #order .part .detail img{ display: block; max-width:100%;}
            #order .part .detail time{ display: inline-block; margin-right: 6px;}
    #order .part:hover{ background:rgba(0,0,0,.95); border:1px solid #000;}
      #order .part:hover a{ color: #f60;}
        #order .part a:hover{ color: #f60; text-decoration: underline;}
.case,#order{ padding:60px 0;}
.case .btn-red{ margin-top: 30px;}
#works li{ list-style-type:none; padding: 0 2px 20px; box-sizing:border-box;}
#works .hd{ padding-bottom: 30px;}
#works .hd li{ display: inline-block;}
  #works .hd h3{ font-weight: normal;}
  #works .hd li a{ display: block; padding:4px 6px; border-radius:1px;}
  #works .hd li.on a{ background:#f22645; color: #fff;}
  #works .bd h4{ font-weight: normal; font-size: 18px;}
  #works .service-a i{ background:#000;}
  #works .bd li:hover img{ opacity:0.9; -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease}
/*advantage*/
.service-a.case{ margin-top: 30px;}
.service-a.case li{ margin-bottom: 20px; cursor: pointer;}
.service-a.case li time{ color: #39f;}
.service-a.case li add{ color: #f22645;}
.service-a.case li img{ display: block; -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease}
.service-a.case li:hover img{ -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);}
.service-a.case li:hover section{ background:#f22645; color: #fff;}
.service-a.case li:hover add,.service-a.case li:hover time{ color: #fff;}
.service-a.case li:hover span{ color: rgba(255,255,255,.6);}
#box{ position: fixed; display: none; width:100%; height:100%; background:rgba(0,0,0,.9); left: 0; top: 0; z-index: 99; text-align: center; color: #fff; font-size: 18px;}
  #box .h1{ font-weight: bold; font-size: 36px;}
  #box .wx{ margin:30px auto;}
  #box a{ position: absolute; color: #fff; font-family: "宋体"; font-size: 36px; font-weight: bold; cursor: pointer;}
  #box .close:hover,#box .a:hover span{ background:#f22645;}
  #box .a{ width:50%; height:100%;top: 0;}
  #box .prev{ left: 0;}
  #box .next{ right: 0;}
  #box .a span{ display: block; margin-top: calc(50% - 30px);  width:60px; height:60px; text-align: center; line-height: 60px;}
  #box .next span{ float: right;}
  #box .close{ right: 0; top: 0; width:60px; height:60px; text-align: center; line-height: 60px;}
  #box>div{ display: table; width:100%; height:100%;}
  #box>div>div{ display: table-cell; vertical-align: middle; height:100%;}
  #box img{ vertical-align:middle; margin:auto;}
.advantage { color: #666; font-size: 14px; line-height: 26px; width: 1170px; margin: auto; height: 240px; position: relative; }
.advantage ul { position: absolute; width:100%; top: -130px; overflow: hidden; background: #fff; border-radius: 15px; height: 318px; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); margin-bottom: 70px; }
.advantage li { width: 33.333%; float: left; text-align: center; }
.advantage li:nth-child(2) section { position: relative; }
.advantage li:nth-child(2) section:before { content: ""; width: 1px; height: 100%; background: #f3f3f3; left: -30px; bottom: 0; position: absolute }
.advantage li:nth-child(2) section:after { content: ""; width: 1px; height: 100%; background: #f3f3f3; right: -30px; bottom: 0; position: absolute }
.advantage li section { margin: 30px; padding: 30px 20px; }
.advantage li section img { margin: auto; height: 80px; }
.advantage p { font-size: 22px; margin: 20px; color: #333; }
/*h-title*/
.h-title { text-align: center; }
.h-title h2,.h-title h1 { font-size: 36px; background: url(../images/title-bg.png) no-repeat top center; padding-top: 20px; margin-bottom: 20px }
.h-title span { color: #888; display: block; margin-bottom: 20px; font-size: 14px; line-height: 22px; width: 50%; margin: 0 auto 20px; }
.h-title p{ margin-bottom: 30px;}
/*service-a*/
.service{ width:1400px;}
.service-a, .service-b { overflow: hidden; margin-bottom: 60px; }
.service-a{ margin-bottom: 10px;}
.service-b{ width:920px;}
.service-a li, .service-b li { width: 25%; float: left; text-align: center; }
.service-a section { overflow: hidden; border: #eee 1px solid; margin: 0 10px; }
.sence li:last-child section{ border-color: #f22645; background:#f22645; color: #fff;}
.sence li:last-child section span{ color: #fff;}
.sence section{ margin:0 10px 20px;}
.service-a i { display: block; margin-bottom: 20px; }
.service-a img { }
.service-a p, .service-b p { font-size: 22px; margin-bottom: 10px; }
.service-a span, .service-b span { margin-bottom: 20px; display: block; padding: 0 20px; color: #666; font-size: 14px; }
.service-a span c{ height: 38px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;}
.service-a span i{ font-style: normal; display: block; padding-top:10px;}
.x2{ padding:40px 0 25px;}
.service-b section { overflow: hidden; margin: 0 10px; }
.service-b i { display: block; margin-bottom: 20px; }
.service-b img { margin: auto; width: 100px; height: 100px; border-radius:50%; }

.btn-red { padding: 8px 0; border: #ccc 1px solid; border-radius: 50px; color: #6d6464; font-size: 14px; transition: all 1s; display: block; background: #fff; width: 200px; text-align: center; margin: auto; }
.btn-red:hover { background: #d61a1a; color: #fff; border: #d61a1a 1px solid }
#case #pics{ height: 620px; overflow: hidden;}
.bth-text { font-size: 16px; width: 200px; height: 46px; line-height: 46px; margin: auto; display: block; text-align: center; border-radius: 50px; border: #ccc 1px solid; transition: .5s; background: #fff; }
.bth-text:hover { color: #fff; background: #f22645; border: #f22645 1px solid }
/*about*/
.about-section { height: 460px; overflow: hidden; width: 100%;background: url(../images/about-left.jpg) no-repeat left top; }
.webp .about-section{ background-image:url(../images/about-left.webp);}
.about { background: url(../images/about-right.jpg) repeat-x; background-size: 100% 100%; width: 50%; float: right; height: 100%; color: #fff }
.about h2 { font-size: 36px; margin: 100px 0 40px 50px; }
.about p { width: 500px; margin-left: 50px; line-height: 24px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 5; }
.btn-blue { background: #0f364b; color: #fff; border: #0f364b 1px solid; margin: 50px 0 0 50px }
.btn-blue:hover { background: #fff; color: #0f364b; border: #fff 1px solid; }
/*服务流程*/
#process{ background:url(../images/darkbg.jpg) center; background-size:cover; padding: 60px 0;}
#process .h-title{ color: #fff;}
.event_box{width:60%;margin:80px auto 20px;position:relative;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#580000;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#ccc;margin:0 30px 0 18px;position:relative;}
.parBd{text-align:center;}
.parBd h4{position:relative;font-size:30px;margin:2% auto 1%; color: #f22645;padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto; color: #f22645;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:10px;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li span{display:block;width:36px;height:36px;overflow:hidden;background:#fff; color: #f22645; border-radius:50%;position:absolute;top:-16px;left:0;z-index:21; text-align: center; line-height: 36px; font-size: 18px; font-weight: bold; font-family: "宋体";}
.parHd li.act{ color: #f22645;}
.parHd li.act span{ background:#f22645; color: #fff;}

/*news*/
.news { margin: 60px auto; }
.news-list>li { width:49%; float: left; }
.news .news-list>li{ width:100%;}
.news-list>li:nth-child(2n){ float: right;}
.news-list li { overflow: hidden; margin: 30px 0; border-bottom: #ccc 1px dotted; padding-bottom: 30px; }
.news-list li a { display: block; overflow: hidden; }
.news-list li i { width: 212px; height: 130px; display: block; float: left; overflow: hidden; margin-right: 20px; }
.news-list i img { width: 100%; transition: .5s; }
.news-list h2 { font-size: 20px; font-weight: normal; margin-bottom: 10px; background-color: white; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.news-list p { font-size: 14px; color: #666; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.news-list span { display: block; float: right; width: 128px; height: 128px; text-align: center; border: 1px solid #ccc; color: #666; }
.news-list span b { font-size: 48px; color: #333; font-weight: normal; display: block; margin-top: 16px; }
.news-list li:hover img { transform: scale(1.1) }
.news-list li:hover h2 { color: #036 }
/*contact*/
.contact { background: url(../images/contact-bg.jpg) no-repeat; background-size: 100% 100%; padding: 40px 0 }
.webp .contact{ background-image:url(../images/contact-bg.webp);}
.contact h2, .contact span { color: #fff }
.contact-list { color: #fff; text-align: center }
.contact-list li { width: 25%; float: left; margin: 20px 0 }
.contact-list li i { display: block; width: 52px; margin: 0 auto 20px; overflow: hidden; }
.contact-list li img { width: 32px; padding: 8px; border: #fff 2px solid; border-radius: 100%; }
.contact-list li a { color: #fff; display: block }
/*list-bg*/
.list-bg { background-size: cover; background-position: center; height: 260px; position: relative;background-image: url(../images/abtbanner.jpg);}
.webp .list-bg{ background-image:url(../images/abtbanner.webp);}
#abtPics{ padding-bottom: 60px;}
#abtPics h2{ font-weight: normal; text-align: center; background:#f5f5f5; border-bottom: 1px solid #eee; padding:10px; font-size: 16px; margin-bottom: 30px;}
#abtPics h3{ font-weight: normal; display: inline-block; font-size: 16px;}
#abtPics h3 a{display: inline-block; color: #39f; padding:0 10px 10px 0;}
#abtPics h3 a:hover{ text-decoration: underline;}
.list-title { font-size: 24px; background: url(../images/title-bg.png) no-repeat top center; padding-top: 20px; margin-bottom: 40px; text-align: center }
#htitle{ text-align: center; padding: 30px 0;}
    #htitle h1{ letter-spacing: 3px;}
  #pics{ display: flex; flex-wrap:wrap; padding-left: 5px; }
  #pics::after {
  content: '';
  flex-grow: 999999999;
}
  #pics li{ flex-grow:1;  margin:5px 5px 0 0; position: relative; overflow: hidden;}
  #pics li img{ height: 200px; display: block; object-fit:cover;min-width:100%; max-width: 100%; }
  #pics li a{ display: block; }
  #pics li .info{ position: absolute; width:100%; left: 0; bottom: -70px; background:url(../images/tbg.png) bottom left repeat-x; padding: 0 5px 5px; box-sizing:border-box; -webkit-transition: bottom .25s ease;
     -moz-transition: bottom .25s ease;
      -ms-transition: bottom .25s ease;
       -o-transition: bottom .25s ease;
          transition: bottom .25s ease;}
  #pics li:hover .info{ bottom: 0; }
  #pics li .view{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #fff; padding:20px 0 5px;}
  #pics li .view:hover{ text-decoration: underline; }
  #pics li size{ color: #999; }
  #pics li .down{ float: right; color: #fff;}
  #pics li .down:hover{ color: #f22645; }
.pages{text-align:center;padding:20px 0;clear:both;}
    .pages a{display:inline-block;height:36px;line-height:36px;color:#fff;padding:0 10px;background:#1c2327;margin:0 2px;border-radius:1px;}
    .pages a.on{background:#f22645;}
/*page-nav*/
.page-nav { color: #999; font-size: 14px; margin: 20px 0; }
.page-nav a { color: #666 }
.page-nav a:hover { color: #f22645 }
.page-about { margin-bottom: 40px }
/*content*/
.content { color: #444; line-height: 26px; margin: 30px 0 }
.content p { margin-bottom: 20px }
.content img { max-width: 100% !important; margin: auto; }
.content h2, .content h3, .content h4, .content h5, .content h6, .content h1 { margin-bottom: 20px; font-size: 20px; }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: #fff; margin: 0 5px 10px; padding: 5px 10px; background: #1c2327; display: inline-block; }
.pagelist a:nth-child(1) { background: none; margin: 0; padding: 0 50px 0 0; position: relative; color: #000; display: none; }
.pagelist a:nth-child(1):after { position: absolute; content: "篇文章"; right: 0; bottom: 0 }
.pagelist a:nth-child(1):hover { background: none; color: #666 }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #d61a1a; }
.pagelist > b { padding: 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }
/*page-case-list*/
ul.page-case-list li { display: inline-block; width: 33.3333%; overflow: hidden; float: left; margin-bottom: 20px; }
ul.page-case-list li:hover h3 { color: #f22645 }
ul.page-case-list li a { display: block; margin: 30px; overflow: hidden; }
ul.page-case-list li i { display: block; margin-bottom: 10px; height: 280px; overflow: hidden; transition: 1s; background: rgba(0,0,0,1) }
ul.page-case-list li i img { height: 100%; min-width: 100%; transition: 1s; opacity: .7 }
ul.page-case-list li:hover img { transform: scale(1.1); opacity: 1 }
ul.page-case-list h3 { margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #222; }
ul.page-case-list p { color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
ul.page-case-list span { color: #999; font-size: 14px; margin-top: 10px; display: block }
/* support */

.kefu { overflow: hidden; }
.kefu li { width: 33.333%; float: left; }
.kefu li a { display: block; margin: 20px; overflow: hidden; border: 1px solid #c5d8d8; padding-bottom: 10px; }
.kefu li h3 { margin: 10px 0; text-align: center; }
.kefu li img { margin: auto; max-width: 100%; }
.kefu p { font-size: 14px; color: #a9b0b4; line-height: 18px; font-weight: 400; text-align: center; padding: 0 20px; }
ul.form-sq { width: 500px; margin: 30px auto; border-radius: 3px; overflow: hidden; padding: 20px; }
ul.form-sq li { margin-bottom: 10px; line-height: 36px; }
ul.form-sq li input { display: block; line-height: 34px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq li textarea { display: block; line-height: 24px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq input[type="submit"] { display: block; margin: 30px auto 0; width: 200px; line-height: 40px; font-size: 16px; height: 40px; background: #d61a1a; color: #fff; border: none; border-radius: 5px; }
ul.form-sq h2 { text-align: center; font-size: 24px; margin-bottom: 30px; }
ul.form-sq small { text-align: center; display: block; margin-bottom: 30px; }
/*tjnews*/
.right-box { float: right; width: 260px; background: #fff; }
.tjnews { border-top: 1px solid #f0f2f5; }
.tjnews h2 { color: #444; font-weight: normal; font-size: 18px; margin: 10px 0 }
.tjnews ul { border: #f0f2f5 1px solid; }
.tjnews ul li { padding: 15px 20px; border-bottom: #f0f2f5 1px solid; font-size: 14px; }
.tjnews ul li:last-child { border-bottom: none }
.tjnews ul li a { color: #444 }
/*left-box*/
.left-box { margin-right: 300px }
/*nextinfo*/
.nextinfo { overflow: hidden; margin: 20px 0; }
.nextinfo li { width: 50%; float: left; line-height: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.nextinfo li:last-child { float: right }
.nextinfo li a:hover { color: #f22645; }
.news-info { margin: 10px 0; border: 1px solid #e4eaec; padding: 10px; color: #666; overflow: hidden; font-size: 14px; }
.news-info a { color: #666 }
.news-info a:hover { color: #f22645; }
.news-info p { line-height: 30px; word-break: break-all; }
.news-info i { display: block; float: right; width: 100px; overflow: hidden; font-style: normal; text-align: center; font-size: 12px; }
.news-info i img { width: 100%; }
/*honor*/
.honorIndex{ background:url(../images/darkbg.jpg) center no-repeat; background-size:cover; padding: 60px 0; margin-bottom: 60px;}
.honorIndex{ overflow:hidden; position:relative;}
    .honorIndex .hd{ }
    .honorIndex .hd .prev,.honorIndex .hd .next{ display:block; position: absolute; width:30px; height: 60px; text-align: center; line-height: 60px; font-family: "宋体"; font-size: 24px; font-weight: bold; cursor: pointer; border-radius:2px; background:#333; color: #fff; top: 140px;}
    .honorIndex #case .hd .prev,.honorIndex #case .hd .next{ top: 240px;}
    #case h2{ color: #fff;}
    .honorIndex .hd .prev:hover,.honorIndex .hd .next:hover{ background:#f22645;}
    .honorIndex .hd .prev{ left: 0;}
    .honorIndex .hd .next{ right: 0;}
    .honorIndex .hd ul{ display: none; }
    .honorIndex .bd{ padding:10px; margin:0 40px; }
    .honorIndex .bd ul{ overflow:hidden; zoom:1; }
    .honorIndex .bd ul li{ margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;  }
    .honorIndex .bd ul li img{ display: block; width:210px;}
#dituContent img{ max-width:none;}
#content{ width:790px;}
#content .bd>div h4{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
#content .bd>div .news-list p{ margin-top: 10px; height: 65px; }
#content .bd>div .news-list li{ margin: 10px 0; padding-bottom: 10px;}
#content .bd>div a:hover h4{ color: #f22645; text-decoration: underline;}
#detail{ min-width:1170px;}
#detail .contact{ background:#a51b1b; color: #fff;}
  #detail .contact .fl{ padding-left: 20px; font-size: 18px;}
  #detail .contact .fl big{font-family: "宋体"; font-size: 36px; font-weight: bold; display: block; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 10px; margin-bottom: 10px;}
  #detail .contact .fl span{ display: block; text-transform: uppercase; font-size: 10px; opacity: 0.5; padding-top: 5px;}
  #detail .contact .fr{ background:url(../images/d_03.jpg) left center no-repeat; font-size: 20px; padding:10px 20px 0 90px;}
  .webp #detail .contact .fr{ background-image:url(../images/d_03.webp);}
  #detail .contact .fr a{ color: #f4e7ba; font-weight: bold; font-size: 40px; display: block;}
#detail .p1{ height:947px; background:url(../images/d_06.jpg) top center no-repeat; position: relative;}
  .webp #detail .p1{ background-image:url(../images/d_06.webp);}
  #detail .p1 .c1{ position: absolute; left: 215px; top: 298px; color: #fff; font-size: 24px; text-align: center; line-height: 1.2em; width: 24px;}
  #detail .p1 .c2{ position: absolute; color: #fff; left: 535px; top: 350px; font-size: 36px; width: 36px; line-height: 58px;}
  #detail .p1 .title{ position: absolute; width: 240px; left: 285px; top: 90px; color: #1b2a3d; font-family:kaishu; font-size: 120px;}
  #detail .p1 .title span{display: block; line-height: 0.8em;}
  #detail .p1 .f0{ font-size: 180px;}
  #detail .p1 .f1{ padding-left: 80px;}
  #detail .p1 .f{ font-size: 60px; padding-left: 50px;}
  #detail .p1 .cname{ position: absolute;  top: 760px; left: 0; width: 100%; text-align: center; font-size: 60px; font-family: "宋体"; font-weight: bold; color: #1b2a3d; overflow: hidden; white-space: nowrap;}
  #detail .p1 .p{ position: absolute; top: 868px; left: 0; width: 100%; text-align: center; font-size: 18px; color: #fff;}
#detail .p2{ padding:10px 10px 0; background:#a51b1b;}
  #detail .p2 .fst{ float: left; width: 380px; height:380px; margin:0;}
  #detail .p2 img{ float: left; width: 185px; height:185px; margin-bottom: 10px; margin-left: 10px; border:1px solid #e1c482; box-sizing:border-box;}
#detail .p3{ height:645px; position: relative;}
  #detail .p3 .mask{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background:url(../images/d_08.png) top center no-repeat;}
  .webp #detail .p3 .mask{ background-image:url(../images/d_08.webp);}
  #detail .p3 img{ display: block; width: 175px; height:200px; float: left; margin-top:382px;}
  #detail .p3 .i0{ margin-left: 24px;}
  #detail .p3 .i1{ margin-left: 1px;}
  #detail .p3 .i2{ margin-left: 12px;}
  #detail .p3 .i3{ margin-left: 28px;}
  #detail .p3 h3{ font-family: kaishu; font-size: 36px; font-weight: normal; padding-top:50px; letter-spacing:32px; padding-left: 275px;}
  #detail .p3 .c{ writing-mode:tb-rl; width: 100%; padding:90px 180px 0 0; box-sizing:border-box; line-height: 2.4em;}
#detail .p4{ height:721px; position: relative; padding-top:228px; box-sizing:border-box;}
  #detail .p4 img{ display: block; width: 208px; height:208px; float: left; margin-left: 42px;}
  #detail .p4 .mask{ position: absolute; width: 100%; height:100%; background:url(../images/d_09.png) top center no-repeat; left: 0; top: 0;}
  .webp #detail .p4 .mask{ background-image:url(../images/d_09.webp);}
  #detail .p4 h3{ color: #fff; font-family: "宋体";font-size: 48px; text-align: center; padding-top: 60px;}
  #detail .p4 h3 span{ font-size: 18px; display: inline-block; vertical-align: middle;}
  #detail .p4 .c{ padding-top:380px; writing-mode:tb-rl; font-family: "宋体"; font-size: 18px; font-weight: bold; line-height:1.6em;}
    #detail .p4 .c strong{ font-size: 36px; font-weight: bold; color: #a51b1b; display: block; padding-left:10px;}
    #detail .p4 .c1{ padding-left: 100px;}
    #detail .p4 .c2,#detail .p4 .c3{ padding-left: 160px}
#detail .p5{ height:358px; background:url(../images/d_10.jpg) top center no-repeat;}
  .webp #detail .p5{ background-image:url(../images/d_10.webp);}
  #detail .p5 h3{ text-align: center; font-family: kaishu; font-weight: normal; font-size: 60px; padding-top: 160px;}
  #detail .p5 p{ text-align: center; color: #fff; padding-top: 27px; font-size: 18px;}
#detail .p6 .c{ height:260px; background:#fff; position: relative;}
  #detail .p6 .c .fl{ position: absolute; width: 227px; height:438px; left: 24px; bottom:36px; background:url(../images/d_11.png) top center no-repeat;}
  .webp #detail .p6 .c .fl{ background-image:url(../images/d_11.webp);}
  #detail .p6 .fl strong{font-family: kaishu; font-size: 60px; color: #a51b1b; font-weight: normal; width: 120px; height:120px; overflow: hidden; text-align: center; display: block; line-height: 1em; margin:70px 0 0 53px;}
  #detail .p6 .fl ul{padding:42px 0 0;}
    #detail .p6 .fl li{ text-align: center; font-size: 18px; color: #fff; line-height: 41px;}
  #detail .p6 .c>ul{ margin-left: 280px; padding-top: 34px;}
  #detail .p6 .c>ul li{ line-height: 30px; padding-bottom: 12px;}
  #detail .p6 .c>ul li span{ background:#a51b1b; border:4px solid #dec680; color: #fff;display: inline-block; padding:0 10px; margin-right:12px;}
  #detail .p6 img{ display: block; width: 100%;}
  #detail .p7 .h{ height:389px; background:url(../images/c_02.png) top center no-repeat;}
    .webp #detail .p7 .h{ background-image:url(../images/c_02.webp);}
    #detail .p7 .h h3{ font-family: kaishu; font-size: 60px; color: #fff; text-align: center; padding-top: 100px; font-weight: normal;}
    #detail .p7 .h p{ text-align: center; color: #fff; font-size: 18px; padding-top: 16px;}
    #detail .p7 .c{height:382px; padding:20px 24px; position: relative; box-sizing:border-box;}
      #detail .p7 .c img{ display: block; width: 405px; height:342px;}
    #detail .p7 .mask{ position: absolute; width: 100%; height:100%; left: 0; top: 0; background-position:top center; background-repeat: no-repeat; z-index: 9;writing-mode:tb-rl; padding: 40px 180px 20px 0; box-sizing:border-box;}
    #detail .p7 .c1 .mask{ background-image:url(../images/c_03.png);}
    .webp #detail .p7 .c1 .mask{ background-image:url(../images/c_03.webp);}
    #detail .p7 .c2 .mask{ background-image:url(../images/c_05.png);}
    .webp #detail .p7 .c2 .mask{ background-image:url(../images/c_05.webp);}
    #detail .p7 .c3 .mask{ background-image:url(../images/c_07.png);}
    .webp #detail .p7 .c3 .mask{ background-image:url(../images/c_07.webp);}
    #detail .p7 .c4 .mask{ background-image:url(../images/c_09.png);}
    .webp #detail .p7 .c4 .mask{ background-image:url(../images/c_09.webp);}
    #detail .p7 .c2 img,#detail .p7 .c4 img{ float: right;}
    #detail .p7 .mask strong{ display: block;  font-family: "宋体"; font-size: 48px; color: #a51b1b;}
    #detail .p7 .mask p{ font-size: 18px; padding: 48px 0 0 20px; line-height: 1.6em;}
    #detail .p7 .c2 .mask,#detail .p7 .c4 .mask{ padding:40px 465px 20px 0;}
#detail .p8{ height:610px; background:url(../images/x_02.jpg) top center no-repeat; text-align: center; color: #fff;}
  .webp #detail .p8{ background-image:url(../images/x_02.webp);}
  #detail .p8 h3{ font-family: kaishu; font-weight: normal; padding-top: 40px; font-size:60px;}
  #detail .p8 p{ padding-top: 18px;}
#detail .p9 img{ display: block; width: 100%; }
#more .part{ padding-bottom:20px;}
#more p{ text-align: center; margin-top: 20px; font-size: 18px; }
#detail .p9{ padding-bottom: 10px;}
#detail .p9 a{ display: block; background:#f22645; color: #fff; width: 300px; height:40px; line-height: 40px; border-radius:4px; margin:0 auto 30px; font-size: 18px; text-align: center;}
#detail .p9 a:hover{ background:#a51b1b;}
#content .work a{ display: block; float: left; width:32%; margin-right:2%; margin-bottom: 20px;}
#content .work a:nth-child(3n){ margin-right:0}
#content .work a h3{ font-weight: normal;}
#content .art{ padding-bottom: 60px;}
.art{ background:#fff !important; color: #333; min-height: 780px;}
article blockquote,.art blockquote{ display: block; margin:1em 2em; line-height: 1.6em; padding: 20px; background:#eee;}
article h3,.art h3{ font-weight: normal; color: #f22645; padding:10px 0;}
article h4{ font-weight: normal; text-align: center; padding-bottom: 10px;}
article p,.art p{ font-size: 16px; line-height: 1.8em; text-indent: 2em;}
article a,.art a{ color:#39f;}
article a:hover,.art a:hover{ text-decoration: underline;}
article ul,.art ul{ margin:1em 2em; }
article li,.art li{ list-style-type: square;  font-size: 16px; line-height: 1.2em; padding: 5px 0;list-style-position:inside;}
article ol li,.art ol li{ list-style-type:decimal; }
article img,.art img{ display: block; max-width:100%;}
article .pic,.art .pic{ position: relative; width:640px; margin: auto; max-width:100%;}
article .pic .zx,.art .pic .zx{ position: absolute; width:100px; text-align: center; height: 50px; line-height: 50px; background:#f22645; color: #fff; top: 0; right: 0; cursor: pointer;}
#tag-cate #cont{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; }
#tag-cate .sw{ width:120px; margin:20px auto 0; cursor: pointer; display: block; background:#eee; color: #666; font-size: 12px; padding: 5px 0; text-align: center;}
#tag-cate .sw:hover{ color: #f22645; background:#ccc;}
#tag-cate #cont.show{ display: block;}
.faq h3{ background:#eee; padding:10px; margin-bottom: 10px;}
@media screen and(min-width:768px){#btbtns{ display: none;}}
.picShow .pic{ position: relative;}
  .picShow .pic img{ display: block; margin: auto; max-width: 100%;}
  .picShow .pic .fa{ position: absolute; top: 0; width: 50%; height: 100%;}
    .picShow .pic .fa:hover{ background-color: rgba(255,255,255,.3);}
    .picShow .pic .left{ left: 0; }
    .picShow .pic .right{ right: 0;  }
.zoomPic{width:380px; padding: 9px; background: #fff; border: 1px solid #eee; position: relative;}
  .zoomPic .midPic{ width: 380px; height: 380px;overflow: hidden; text-align: center;}
  .zoomPic .midPic img{ max-width: 380px; max-height: 380px; display: inline-block;vertical-align: middle; }
.zoomPic .thumb{ text-align: center; padding-top: 10px;}
.zoomPic .thumb li{ display: inline-block; border:2px solid #fff;}
.zoomPic .thumb li.on{ border:2px solid #f22645;}
.zoomPic .thumb li img{ display: block; width: 68px; height:68px;}
#top{ margin:60px 0;}
#top .h3{ text-align: center; border-top: 1px dashed #ddd; padding:20px 0; font-size: 24px; font-weight: normal;}
#top .list .bd ul{ overflow:hidden; zoom:1; }
    #top .list .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
#top .list li img,#top .list li span{ display: block; width: 136.25px; height:136.25px;}
#top .list li span{ background:#eee; color: #666; text-align: center; line-height: 136px; font-weight: 100; font-size: 24px;}
div.zoomDiv{z-index:99;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #eee;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
#link a{ color: #ccc;}
#basic .info{ margin-left: 430px;}
  #basic .info ul{ margin-top: 30px;}
  #basic .info li{ padding: 10px 0; border-top: 1px dashed #ddd;}
  #basic .info li span{ display: inline-block; color: #999; width:80px; text-align: right;}
  #basic .info p{ margin-top:1em; color: #999;}
  #basic .info li a{ display: inline-block; padding-left: 10px; color: #39f;}
  #basic .info li a:hover{ text-decoration: underline;}
  #basic .lx .fr{ text-align: center; color: #999; border:1px solid #ddd; padding-bottom: 10px;}
  #basic .lx .fr img{ display: block; width: 160px;}
  #basic .lx .fl{ padding-top: 30px;}
  #basic .lx a{ display: block; height:40px; line-height: 40px; margin:15px 0; font-size: 24px; color: #f22645;}
  #basic .lx a span{ background:#ccc; color: #666; font-size: 16px; display: inline-block; height:40px; width: 80px;border-radius:2px; text-align: center; margin-right:10px;}
  #basic .lx a:hover span{ background:#f22645; color: #fff;}
aside.fl{ width: 320px; background:#fff;}
aside.fix{ position: fixed;top: -1px;}
aside.fl .part{ border:1px solid #ddd; padding:20px; margin-bottom: 10px;}
#com .h2{ font-weight: bold; text-align: center; font-size: 33px; padding: 10px 0 20px;}
#com .icon{ background:#eee; margin-bottom: 20px; padding-bottom: 6px;}
#com .icon span{ display: block;float: left; color:#666; text-align: center; margin-left: 2px; font-size: 10px; -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease}
        #com .icon span i{ display: block; margin: 0 auto; transform:scale(0.7); width: 44px; height: 44px; background:url(../images/icon.png) no-repeat; opacity: 0.5; -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease}
        .webp #com .icon span i{ background-image:url(../images/icon.webp);}
        #com .icon span .a{ background-position:-236px 0;}
        #com .icon span .b{ background-position:-315px 0;}
        #com .icon span .c{ background-position:3px 0;}
        #com .icon span .d{ background-position:-77px 0;}
        #com .icon span .e{ background-position:-157px 0;}
        #com .icon span .f{ background-position:-395px 0;}
        #com .icon span:hover i{ opacity: 0.9; }
        #com .icon span:hover{ color:#333;}
#com .info p{ margin-bottom: 1em; font-size: 14px; text-indent: 2em; color: #666; line-height: 1.6em;}
#com .info p a{ color: #39f;}
#com a.fl,#com a.fr{ display: block; float: left; width: 48%; height:36px; line-height: 36px; text-align: center; background:#333; color: #fff; border-radius:2px;}
#com a.fr{ background:#f22645;}
#com a:hover{ text-decoration: underline; opacity: 0.8;}
#com img{display: block; margin:12px auto 0;}
#topic{ color: #999;}
  #topic a{ display: inline-block; padding-right:10px; color: #f22645;}
  #topic a:hover{ text-decoration: underline;}
#content .hd{ border-top:1px solid #f22645; margin-bottom: 20px;}
  #content .hd li{ display: inline-block; font-size: 18px; padding:10px 20px; color: #333; cursor: pointer;}
  #content .hd li.on{ color: #f22645;}
ul.table{ border:1px solid #ddd; border-width: 1px 1px 0 0; padding:0; box-sizing:border-box;}
    ul.table:after{ content:"";display: block; clear: both;}
    ul.table li{ display: block; float: left; width: 25%; border:1px solid #ddd; border-width:0 0 1px 1px; padding:10px; box-sizing: border-box;}
#tlink h3{ text-align: center; padding-bottom: 30px;}
#tlink a{ display: inline-block; padding: 5px 8px; border:1px solid #ddd; margin: 2px;}
#tlink a:hover{ border-color:#39f; color: #39f;}