/*全局样式*/
* {
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 24px;
}

html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    text-indent: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

body {
    margin: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #767676;
    font-size: 14px;
    line-height: 32px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

input,
textarea {
    outline: 0;
    resize: none;
    -webkit-appearance: none;
}

.viewport {
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
}

a {
    color: #555;
    text-decoration: none;
}

a:active {
    outline: 0;
}

a:hover,
a:focus {
    outline: 0;
}

i,
em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix,
.clear {
    clear: both;
    zoom: 1;
}

.clearfix:after,
.clearfix:before,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.center {
    text-align: center;
}



/*头部*/
.header {
    height: 65px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top:0px;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.header .logo {
    float: left;
}

.header .logo img {
    height: 64px;
}

.header ul {
    float: right;
    width: 61%
}

.header ul li {
    float: left;
    text-align: center;
    line-height: 22px;
    padding-top: 12px;
    margin:0px 30px;
}


.header ul li a {


    color: #FFF;
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
}

.header ul li a span {
    display: block;
    color: #ebb338;
    font-size: 12px;
   
}

.header ul li.on{padding-bottom: 6px; border-bottom: 2px solid #adaba7}



.header ul li a.hover {
    color: #12b0b1;

}

.h65{ height: 65px; display: block; }





.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 980px;
    position: relative;
    overflow: hidden;
}

.banner .tit {
    text-align: center;
    position: relative;
    padding-top: 20%;
    font-size: 48px;
    color: #fff;
    line-height: 88px;
}





.scroll_bottom {animation: Updown 1s infinite alternate;
}
@keyframes Updown {
  from {
    margin-top: 30px;
  }
  to {
    margin-top: 10px;
  }
}











.bktit {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 20px;
    line-height: 58px;
}

.bktit2 {
    font-size: 30px;
    font-weight: 200;
    /*text-align: center;*/
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 58px;
}


.bktit:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 1px solid #000;
    margin: 10px auto;
}






.featured .container {
    width: 100%
}

.featured .container img {
    width: 100%
}




/*Work*/





.case-list {
    width: 94%;
    margin: 0px auto 0
}

.case-list .warp-type {

    position: relative;
    margin-bottom: 25px
}

.case-list .warp-type p {
    font-size: 18px;
    line-height: 50px;




    width: 100%;
    text-align: center;
}

.case-list .warp-type-list {
    width: 100%;
    text-align: center;

}

.case-list .warp-type-list .active {
    background: #353535;
    color: #fff;

}

.case-list .warp-type-list a {
    display: inline-block;
    margin: 0 5px;
    line-height: 26px;
    color: #888889;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 0px 12px;
}




.case-list .warp-type-list a:hover {
    background: #353535;
    color: #fff;
}

.case-list ul li {
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
    display: block
}

.case-list ul li img {
    width: 100%;
    height: auto;
    display: block
}

.case-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition:all 0.3s linear 0s;
}

.case-list .case-summary {
    display: none;
    width: 90%;
    height: 90%;
    background: url(../images/black.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.case-list .case-summary p {
    color: #f9f9f9;
    position: absolute;
    left: 0;
    font-size: 20px
}

.case-list .case-summary span {
    font-size: 24px
}

.case-list .case-summary .p1 {
    top: 0
}

.case-list .case-summary .p2 {
    bottom: 0;
    font-size: 16px
}

.case-list .case-more {
    display: block;
    width: 348px;
    height: 40px;
    margin: 50px auto;
    border: 2px solid #e2e2e2;
    background-color: #e2e2e2;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #585858
}


.case-list .hide{ display: none }



.case-read {
    width: 1600px;
    margin: 0 auto;
    max-width: 1800px;
    padding: 100px 0
}

.case-read .news-tool {
    display: none
}

.case-read img {
    width: 100%;
    height: auto !important;
    float: left;
    display: block;
    background: url(../images/loading.gif) no-repeat center
}

.case-read img.small {
    width: 50%;
}

.case-read-top {
    padding: 70px 0;
    color: #fff;
}

.case-read-top .left {
    width: 36%;
    text-align: right;
    font-size: 18px
}

.case-read-top .right {
    width: 40%;
    margin-right: 11%;
    position: relative;
    height: 100%
}

.case-read-top .right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.case-read-top .right ul {}

.case-read-top .right ul li {
    font-size: 14px
}

.case-fixed {
    position: fixed;
    width: 28px;
    left: 50%;
    margin-left: 920px;
    top: 35%;
    display: none;
}

.case-fixed li {
    position: relative;
    height: 26px;
    margin-bottom: 17px
}

.case-fixed li .icon {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 26px
}

.case-fixed #close a {
    background-position: 0 -117px
}

.case-fixed #prev a {
    background-position: 0 -155px
}

.case-fixed #next a {
    background-position: 0 -194px
}

.case-fixed #close a:hover {
    background-position: -36px -117px
}

.case-fixed #prev a:hover {
    background-position: -36px -155px
}

.case-fixed #next a:hover {
    background-position: -36px -194px
}




.news .container {
    width: 1000px;
}

.news .fl p {
    line-height: 30px;
}

.news .fl p a {
    font-size: 18px;
}

.news .fl p:before {
    content: "";
    width: 30px;
    border: 1px solid #000;
    line-height: 30px;
    float: left;
    margin-top: 16px;
    margin-right: 5px;
}

.news .fl .bktit {
    text-align: left;
    padding-top: 30px;
}

.news .fl .bktit:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    display: none
}
.news{ margin-top: 100px; }

.news .fl2 {
    margin-left: 200px;

}

.news .fl2 span {
    display: inline-block;
    width: 120px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.news .fl2 span.bgorange {
    background-color: #ff8041;
}

.news .fl2 span.bggreen {
    background-color: #9ed47a;
}

.news .fl2 ul li {
    margin-bottom: 50px
}

.news .fl2 p {
    margin-bottom: 20px
}









.recrut ul li {
    width: 27.33333%;
    margin: 2%;
    float: left;


}

.recrut ul li img {
    width: 100%;
}

.recrut h3 {
    text-align: center
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.container1600 {
    max-width: 1600px;
    margin: 0 auto;
}


.footer {
    background-color: #353535;
    padding: 100px 130px
}

.footer .item {
    width: 13.8%;
    float: left
}

.footer .item h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}



.footer .item ul li a {
    font-size: 16px;
    color: #b9b9b9
}


.footer p.fr {
    font-size: 14px;
    color: #b9b9b9
}



.mt50 {
    margin-top: 50px;
}

.mb49 {
    margin-bottom: 50px;
    width:99%;
    margin-left: auto; 
	margin-right: auto;
}

.mb491 {
    margin-bottom: 50px;
    max-width:1900px;
    margin-left: auto; 
	margin-right: auto;
}

.mb50 {
    margin-bottom: 50px;
    
}

.mt150 {
    margin-top: 70px;
}

.mb150 {
    margin-bottom: 150px!important;
}



.artbtn {
    margin: 50px auto;
}

.artbtn img {
    margin: 0 10px;
}

.case-article {
    width: 1200px;
    margin: 10px auto
}

.case-article h3 {
    font-weight: 800;
    margin-bottom: 10px;
}

.case-article p {
    color: #666
}



.about01 .aboutintro_pic {
    width: 36%;
}

.about01 .aboutintro_pic img {
    width: 100%;
    margin-bottom: 10px;
}



.about01 .aboutintro {
    width: 60%;
}

.about01 .aboutintro p {
    font-size: 16px;
    /*margin-top: 30px;*/
    margin-bottom: 50px;
    line-height: 32px;
    text-indent: 2em;
}




.about02 ul {
    width: 80%;
    margin: 0 auto;
}

.about02 ul li {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    color: #535353;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about02 ul li:after {
    content: "";
    display: block;
    clear: both;
}

.about02 ul li span {
    width: 20%;
    display: inline-block;
    float: left;
    text-indent: 2em;
    height: auto
}

.about02 ul li p {
    width: 80%;
    display: inline-block;
    float: left;
}




.map {
    width: 600px;
    margin: 0 auto;
}



.secnav {
    text-align: center;
}

.secnav .active {
    background: #353535;
    color: #fff;
}

.secnav a {
    display: inline-block;
    margin: 0 5px;
    line-height: 26px;
    color: #888889;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 0px 12px;
}

.about03 {
    overflow: hidden;
}

.about03 .nr1 {
    width: 30.2083333%;
}

.about03 .nr2 {
    width: 46.97916667%;
}

.about03 .nr3 {
    width: 22.8125%;
}



.fenye {
    text-align: center;
    margin-bottom: 10px;
}

.fenye li {
    display: inline-block;
    padding: 2px 4px;
}

.fenye li a {
    color: #666;
}




.listarticle .line {
    min-height: 350px;
}

.listarticle .line:after {
    content: " ";
    clear:both;
    display: block;
    margin-bottom: 20px;
  
}

.listarticle .line .fl {
    width: 370px;
}

.listarticle .line .fl img {
    width: 100%;
}


.listarticle .line .fr {
    width: 800px;
}

.listarticle .line .fr span {
    display: inline-block;
    width: 120px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.listarticle .line .fr span.bgorange {
    background-color: #ff8041;
}

.listarticle .line .fr span.bggreen {
    background-color: #9ed47a;
}

.listarticle .line .fr ul li {
    margin-bottom: 50px
}

.listarticle .line .fr p {
    margin-bottom: 20px
}

.listarticle .line .fr p b{ font-size: 16px; }


.htag span {
    display: inline-block;
    padding: 0px 18px;
    line-height: 24px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.htag span.bgorange {
    background-color: #ff8041;
}

.htag span.bggreen {
    background-color: #9ed47a;
}



.about04 h2 {
    font-size: 38px;
}



.zpgw .bktit:after {
    display: none
}

.zpgw .container {
    width: 1000px
}

.zpgw li .tit {
    line-height: 88px;
    border-bottom: 1px solid #ccc;
    text-indent: 2em;
    font-size: 20px;
    cursor: pointer
}

.zpgw li .tit .jt {
    background: url(../images/ico5.jpg) no-repeat center center;
    width: 88px;
    height: 88px;
    float: right;
    display: block;
}




.zpgw li .con {
    background-color: #f2f2f2;
    padding: 20px 30px 30px 30px;
    display: none
}

.zpgw li .con .line {
    font-size: 16px;
    border-bottom: 1px solid #c6c6c6;
    padding: 26px 30px;
}

.zpgw li .con .line span {
    width: 160px;
    float: left;
    display: block
}

.zpgw li .con .line span.nr {
    width: 620px;
    float: left;
    display: block
}



.zpgw li .con .line:after {
    content: "";
    display: block;
    clear: both;
}


.zpgw li.on .con {
    display: block;
}

.zpgw li.on .jt {
    background: url(../images/ico4.jpg) no-repeat center center;
   
}


.hj {
    width: 1000px;
    margin: 150px auto;
}

.thumbs {
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.thumbs a {
    width: 190px;
}











.gallerymain .fl{width: 300px;}
.gallerymain .fl2{width: calc(100% - 350px)}




.gallerymain .fl2 li{ width:23%; padding: 1%; float:left; }


.gallery li{ width: 23%; padding: 1%; float:left; }


.gallerymain .fl .bktit {
    font-size: 38px;
    text-align: left;
    margin-bottom: 0px;
}

.gallerymain .fl .bktit:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    display: none
}


.yellow{ color:#ffb957; }

.gallerymain .fl .yellow{ font-size: 18px; }


.gallerymain .fl .more:before {
    content: "";
    display: block;
    float:left;
    padding-top: 15px;
    width: 50px;
    border-bottom: 1px solid #000;
    margin-right: 10px;

}


.gallerymain li img:hover{
            transform: scale(1.03);
             transition:all 0.3s linear 0s;

        }
.gallery li img:hover{
          transform: scale(1.03);
             transition:all 0.3s linear 0s;
        }

.listarticle .line .fl img:hover{
  transform: scale(1.03);
             transition:all 0.3s linear 0s;
}





.about03 a img:hover{
            transform: scale(1.03);
             transition:all 0.3s linear 0s;

        }



.tdpic li{ width: 25%; float:left; position: relative; height: 100%;transition:all 0.3s linear 0s; cursor:pointer}

.tdpic li img{ width: 100%; }


.tdpic li .hibg{ position: absolute; top:0px; width: 100%; height: 100%;padding:5%; background-color:black; opacity: 1;/** background: url(../images/grey.png);color: #fff;**/ display: none; color: #fff;transform: rotate(90deg); }
.tdpic li .hibg img{ width: 24%; float:left; margin-right: 10px; margin-bottom: 0px;}
.tdpic li .hibg p{  line-height: 24px; font-size: 12px; padding-right: 10px; padding-left:10px; color: #fff}


.tdpic li.on{transform: rotate(-90deg);transition: transform .3s; }

.tdpic li.on .hibg{ display: block;transition:all 0.3s linear 0s; }










