/* css 初始化样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;box-sizing: border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body {color:#333; font-size:14px; font-family:'Microsoft YaHei',Verdana, Helvetica, sans-serif;background: #ffffff; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
address, caption, cite, code, dfn, em, strong, th, var,span,i,b { font-style:normal; font-weight:normal;}
a {text-decoration:none;color:#FFFFFF;}
img { border:none;}
ol,ul,li { list-style:none;}
input, textarea, select, button { font:14px 'Microsoft YaHei',Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
/* core html style */
.pull-left{float:left}
.pull-right{float:right}
.img-responsive {  display: block;  width: 100%;  }

/*头部*/
.head {
    padding-top: 10px;
    padding-bottom: 10px;
}
.head .logo img {
    display: block;
}
.head .logo h1 {
  margin:0;padding:0;display:inline;
}

.head .collection span {
    display: inline-block;
    width: 199px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 45px;
    text-align: center;
    background-image: url("c3.png");
}
.head .collection b {
    display: inline-block;
    color: #03c5dc;
    font-size: 19px;
}
.head .kefu {
    margin-top: 10px;
    margin-left: 20px;
}
.head .kefu p {
    color: #4a4a4a;
    font-size: 18px;
    text-align: center;
}
.head .kefu .wx {
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ff3c3c;
    border-radius: 15px;
}
/*导航*/
.nav {
    background-color: #dd1c13;
    text-align: center;
    padding: 25px 0;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    -webkit-animation: fadeInDown 1s ease;
    -o-animation: fadeInDown 1s ease;
    animation: fadeInDown 1s ease;
}
.nav.active {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
    background: rgba(211,28,19,0.9);
}
.nav li {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #fff;
}
.nav li:last-child {
    border-right: 0;
}
.nav li a {
    font-size: 17px;
    color: #fff;
}

/*类别*/
.genre {
    margin-top: 35px;
}
.genre .genreleft {
    float: left;
    width: 20%;
    background-image: url("c4.jpg");
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding: 45px 10px 0;
    height: 290px;
}
.genre .genreleft h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.genre .genreleft p {
    font-size: 17px;
    line-height: 1.6;
}
.genre .genreiocn {
    float: left;
    width: 80%;
    border: 2px solid #f13a3c;
    border-left: 0;
    padding: 20px 0;
}
.genre .genreiocn .genreitem {
    text-align: center;
    float: left;
    width: 20%;
    padding: 20px 10px;
}
.genre .genreiocn .genreitem p {
    color: #2b2b2b;
    font-size: 16px;
    margin-top: 6px;
}

/*功能*/
.meterg {
    margin-top: 20px;
    padding: 50px 0;
    background-image: url("c5.png");
    background-size: cover;
}
.meterg .metergTitle {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
.meterg .metergTitle h2 {
    font-size: 30px;
    margin-bottom: 8px;
}
.meterg .metergTitle h3 {
    font-size: 16px;
}
.meterg .metergitem {
    background-color: #fff;
    padding:35px 15px 0;
    height: 380px;
    text-align: center;
}
.meterg .metergitem img {
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
.meterg .metergitem:hover img {
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.meterg .metergitem h5 {
    background-color: #eeeeee;
    color: #353535;
    font-size: 18px;
    margin-top: 40px;
    line-height: 30px;
}
.meterg .metergitem p {
    line-height: 1.5;
    color: #535353;
    font-size: 16px;
    margin-top: 25px;
}

/*案例*/
.case {
    text-align: center;
    color: #3a3a3a;
    margin-top: 45px;
}
.case h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.case h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
/*环境*/
.envir {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #eeeeee;
}
.envir h2 {
    color: #1b252e;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.envir h3 {
    color: #999999;
    margin-bottom: 40px;
    font-size: 16px;
}

/*底部*/
.footer {
    text-align: center;
    color: #858f98;
    font-size: 12px;
    background-color: #1b252e;
    line-height: 35px;
}
/*悬浮*/
.suspenwx {
    position: fixed;
    left:15px;
    top:18%;
    z-index: 999;
    padding:20px 30px;
    border: 2px solid #fff;
    background-color: #f13a3c;
    border-radius: 2px;

    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    -webkit-animation: fadeInLeft 1s ease;
    -o-animation: fadeInLeft 1s ease;
    animation: fadeInLeft 1s ease;
}
.suspenwx .suspenwxitem {
    text-align: center;
    padding: 10px 0;
}
.suspenwx .suspenwxitem img {
    max-width: 100%;
}
.suspenwx .suspenwxitem p {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}
.suspenwx .suspenclose {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f13a3c;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top:-8px;
}

/*调试手机相应*/
@media(max-width:768px){
    .head .collection {
        display: none;
    }
    .head .logo img {
        height: 50px;
    }
    .head .kefu {
        margin-top: 6px;
        margin-left: 0;
    }
    .head .kefu p {
        font-size: 14px;
    }
    .head .kefu .wx {
        width: 140px;
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }
    .nav {
        padding: 15px 0;
    }
    .nav li {
        padding: 0 10px;
    }
    .nav li a {
        font-size: 14px;
    }
    .genre .genreleft,.genre .genreiocn {
        width: 100%;
    }
    .genre .genreleft {
        height: auto;
        padding: 30px 10px;
    }
    .genre .genreleft h2{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .genre .genreleft p {
        font-size: 14px;
    }
    .genre .genreiocn {
        border-left:2px solid #f13a3c;
        border-top: 0;
        padding: 10px 0;
    }
    .genre .genreiocn .genreitem {
        padding: 10px 5px;
        width: 25%;
    }
    .genre .genreiocn .genreitem img {
        max-width: 100%;
    }
    .genre .genreiocn .genreitem p {
        font-size: 12px;
    }
    .meterg .metergitem {
        margin-top: 30px;
        height: auto;
        padding: 30px 15px;
    }
    .meterg .metergTitle {
        margin-bottom: 5px;
    }
    .meterg .metergitem img {
        max-width: 80%;
    }
    .case {
        margin-top: 25px;
    }
    .envir {
        padding-top: 20px;
        margin-top: 25px;
        padding-bottom: 40px;
    }
    .envir h3 {
        margin-bottom: 20px;
    }
    .meterg .metergTitle h2,.case h2,.envir h2 {
        font-size: 24px;
    }
    .envir h3,.case h3,.meterg .metergTitle h3 {
        font-size: 14px;
    }
    .meterg .metergitem h5 {
        margin-top: 10px;
        font-size: 16px;
    }
    .meterg .metergitem p {
        font-size: 14px;
        margin-top: 10px;
    }
    .meterg .metergitem {
        padding: 12px 8px;
        min-height: 280px;
    }
    .suspenwx .suspenwxitem img {
        width: 100px;
    }
    .suspenwx .suspenwxitem p {
        font-size: 12px;
    }
    .suspenwx {
        left:5px;
        padding: 0px 10px;
    }
}


/*新闻列表*/
.news {
    margin-top: 20px;
}
.DctConTop {
    color: #1b252e;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    margin-bottom: 12px;
}
.DctConTop:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    background: #1b252e;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
.DctNewList .nli {
    display: block;
    border-bottom: 1px dashed #dadada;
}
.DctNewList .nli:hover {
    color: #ff3c3c;
}
.DctNewList .nli .text {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}
.DctNewList .nli .time {
    float: right;
    width: 30%;
    text-align: right;
    line-height: 35px;
}
/*详情*/
.details {
    margin-top: 20px;
}
.detailCon p {
    text-indent: 2em;
    line-height: 1.5;
    color: #535353;
    font-size: 14px;
    margin-bottom: 10px;
}
.details .fenye {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.details .fenye a {
    display: inline-block;
    padding: 3px 8px;
	font-size:14px;
	color:#434343;
	transition: .4s all;
	border:1px solid #434343;
}
.details .fenye a:hover {
	background-color:#434343;
	color:#fff;
}

.details .fenyeitem {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.details .fenyeitem a {
	font-size:14px;
	color:#434343;
}
.details .fenyeitem a:hover {
	color:#f13a3c;
}
.details .fenyeitem p {
	width:45%;
	overflow:hidden;
	height:20px;
}
.details .fenyeitem p:nth-child(1){
	float:left;
	text-align:left;
}
.details .fenyeitem p:nth-child(2){
	float:right;
	text-align:right;
}


/*动画*/
.animaindex {
    opacity: 0;
}
.slideInUp {
    opacity: 1;
    webkit-animation: slideInUp 0.8s ease-out;
    -o-animation: slideInUp 0.8s ease-out;
    animation: slideInUp 0.8s ease-out;
}
.fadeIn {
    opacity: 1;
    webkit-animation: fadeIn 0.8s ease-out;
    -o-animation: fadeIn 0.8s ease-out;
    animation: fadeIn 0.8s ease-out;
}
/*点击添加微信*/
.footer { width: 100%; height: 50px; line-height: 50px; color: white; font-size: 18px; text-align:center;overflow: hidden ;}
.footer .we1 { float: left; padding-top: 0; width: 60%; background:rgba(0,0,0,0.5); }
.footer .we2 { float: left; ; padding-top: 0; width: 40%; background: #da5a14; }
.footer .we2 a { color: #fff; display: block; }

#popupWechat { max-width:750px; margin:0 auto; }
.wechatBox { position: fixed; top: 0; z-index: 5; width: 100%; height: 100%; display: none; }
.wechat { position: fixed; top: 35%; left: 10%; z-index: 5000; padding: 20px 0; width: 80%; border-radius: 20px; background: #fff; box-shadow: 1px 1px 2px #000; color: #666; text-align: center; display: none; }
.wechat .p1 { font-size: 18px; }
.wechat .p2 { font-size: 16px; }
.wechat .wxid { margin: 30px 0; padding: 10px; background-color: #dd1c13; color: #fff100; font-weight: bold; font-size: 30px; }
.info {
    text-align: center;
    color: #858f98;
    font-size: 12px;
    background-color: #1b252e;
    line-height: 35px;
}