﻿/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    /*font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;*/
     font-family:'宋体', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
}

/*p, span, em{
    font-family:'宋体';
}
*/

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{
    text-decoration: none;

}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    color: #323232;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul::after{
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

ul li{
    *zoom: 1;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*头部开始*/
.hd_top{
    height: 37px;
    line-height: 37px;
    background: #383838;
    color: #d7d7d7;
    overflow:hidden
}

.hd_top h3{
    font-size: 13px;
    font-weight: 400;
}

.hd-ct{
    background:  url(../images/hd-dh.png) left center no-repeat;    
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
    padding-left: 45px;
    margin-top: 25px;

}

.hd-ct p{
    font-size: 14px;
    color: #909090;
}


.hd-ct h3{
    font-size: 23px;
    color: #d82128;
}   




.header .middle2{
    width: 1280px;
}

.top_dh a{
    font-size: 13px;
    color: #d7d7d7;
    padding: 0 1.6em;
}

.top_dh a:last-of-type{
    padding-right: 0;
}


.top_dh a:hover{
    color: #ffffff;
}

.hd_logo{
    display: block;
    width: 537px;
    margin-top: 23px;
}

.hd_logo img{
    max-width: 100%;
}

.hd_nav>.middle>ul>li{
    position: relative;
    width: 150px;
    text-align: center;

}

.hd_nav{
    background: #0a8b4a;
    margin-top: 25px;
}

.hd_nav>.middle>ul>li>a{
    font-size: 15px;
    color: #ffffff;
    line-height: 45px;
    font-weight: bold;
    display: block;
}

.hd_nav>.middle>ul>li>a:hover{
     background: #d82128;
}



/*.hd_nav>.middle>li:last-of-type>a{
    padding-right: 0;
}*/


/*导航*/
.hd_hover{
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 148px;
    border: 1px solid #e4eaec;
    border-top: #d92024 3px solid;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
    /*left: -25px;*/
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.hd_hover li {
    padding:0 20px;
    border-bottom: 1px solid #e4eaec;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: justify;
}

.hd_hover li:hover{
    background: #f7f7f6;padding-left: 30px;
}

.hd_hover li:last-of-type{
    border: none;

}

.hd_hover li a{
    display: block;
    color: #909090;
    font-weight: bold;
}

.hd_hover li:hover a{
    color: #121212;
}


.hd_nav>.middle>ul>li:hover .hd_hover{
    z-index: 99;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*查询开始*/

#small-header {
    background:red;
    width: 100%;
    height: 98px;
    background: #dc1e32;
    position: relative;
    z-index: 9;
    margin-top: -1px;
}



/*banner开始*/
.flexslider {

    position:relative;
    width:100%;
    overflow:hidden;
    zoom:1;

}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides {
    zoom:1;
}
.flex-direction-nav a {
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../images/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
}



.flex-direction-nav .flex-next {
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev {
    left:0;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:20px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 10px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    background:url(../images/dot.png) no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.flex-control-paging li a.flex-active {
    background-position:0 0;
}

.img{
    height: 648px;

}

/*.img img{
    max-width: 100%
}
*/


/*服务范围*/
.demo-hd{
    text-align: center;
}

.demo-hd h3{
    font-size: 25px;
    color: #272a2e;
    /*font-weight: 400;*/
}

.demo-hd p{
    font-size: 15px;
    color: #d82128;
    text-transform: uppercase;
    margin: 10px 0 3px;
}

.demo-hd span{
    display: block;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 14px;
}

.demo-hd em{
    display: block;
    font-size: 18px;
    color: #3c3c3c;
    margin-top: 12px;
    font-style: normal;
}


.demo-hd{
    margin: 70px 0;
}

.ser-img{
    width: 299px;
    height: 197px;
}

.ser-img>img{
    max-width: 299px;
    max-height: 197px;
}

.ser-sj{
    width: 11px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.ser-text{
    width: 300px;
    height: 197px;
    background: #f6f6f6;
    text-align: center;
}

.ser-text>div{
    padding: 37px 18px;
}

.ser-text h3{
    font-size: 20px;
    color: #272a2e;
}

.ser-text img{
    margin: 20px ;
}


.ser-text p{
    font-size: 15px;
    color: #7a7a7a;
    line-height: 1.8em;
}

.service-list ul li{
    width: 599px;
    height: 197px;
    overflow: hidden;
}

.service-list ul li:nth-child(4) .ser-sj{
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.service-list ul li:nth-child(4) .ser-text img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ser-b-img{
    width: 599px;
    height: 197px;
}

.ser-b-img>img{
    max-width: 599px;
    max-height: 197px;
}

.ser-b-text{
    padding: 32px;
    position: absolute;
}

.ser-b-text h3{
    font-size: 20px;
    color: #ffffff;
}

.ser-b-text p{
    font-size: 13px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 1em;
}

.ser-b-text img{
    margin-top: 1em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ser-b-text img:hover{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*关于我们*/
.about-us{
    background:  url(../images/about-bj.jpg) top center no-repeat;
    overflow: hidden;
    *zoom: 1;
    margin-top: 82px;
    height: 640px;
    position: relative;
    z-index: 9;
}

.ab-text{
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
    margin-top: -30px;
}

.more{
    display: block;
    width: 44px;
    height: 44px;
    margin: 30px auto;
}

.more img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.more:hover img{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


.ab-ico{
    padding: 40px 60px;
    background: #ffffff;
    box-shadow: 1px 1px 50px rgba(0,0,0,0.2);
}

.fw-ys{
    background:#fcfcfc url(../images/qs_12.jpg) bottom center no-repeat;
    height: 835px;
    margin-top: -124px;
    overflow: hidden;
    *zoom: 1;
}

.fw-list ul li{
    width: 370px;
    float: left;
    margin-bottom: 55px;
}

.fw-list ul li h3{
    font-size: 20px;
    color: #d82128;
    height: 37px;
    overflow: hidden;
    line-height: 53px;
    padding:0 53px;
}

.fw-list ul li p{
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.8em;
    margin-top: 1em;
}

.fw-list ul li:nth-child(2),
.fw-list ul li:nth-child(5){
    float: right;
    text-align: right;
}

.dianhua{
    display: block;
    width: 406px;
    height: 45px;
    margin: 35px auto 0;
}

/*成功案例*/
.scroll_horizontal {
    position: relative;
    width: 1200px;
    height: 345px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 345px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 305px;
}


.scroll_horizontal .list li a{
    width: 284px;
    text-align: center;
    height: 292px;
    display: block;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    bottom: -50px;
    margin-top: -25px;
    width: 72px;
    height: 29px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.scroll_horizontal .prev {
    left: 528px;
    background-position: 0 -9px;
}

.scroll_horizontal .next {
    right: 528px;
    background-position: -81px -9px;
}

.scroll_horizontal .prev:hover {
    background-position: 0 -59px;
}

.scroll_horizontal .next:hover {
    background-position: -81px -59px;
}

.case-img{
    width: 284px;
    height: 238px;
}

.case-img>img{
    width: 284px
    height: 238px;  
}


.scroll_horizontal .list li h3{
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 400;
    line-height: 55px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scroll_horizontal .list li:hover h3{
    color: #d82128;
}

.case{
    position: relative;
    z-index: 9;
}

/*新闻中心*/

.news{
    background:  url(../images/news_bj.jpg) top center no-repeat;
    height: 903px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 35px;
}

.news_nr{
    background:url("../images/news-nr-bj.jpg") top center no-repeat;
    width: 1240px;
    height: 541px;
    margin: 0 auto;
}

.news_zb{
    width: 683px;
    margin-right: 80px;
}

.news_hd{
    margin-top: 57px;
}


.news_hd h3{
    font-size: 20px;
    color: #282828;
    font-weight: 400;
}


.news_hd h3 span{
    font-size: 22px;
    text-transform: uppercase;
}

.news_hd{
    line-height: 24px;
    border-left: 5px solid #e74b3c;
    padding-left: 17px;
}


.time p{
    font-size: 49px;
    color: #6c6c6c;
}

.time{
    text-align: center;
}

.time span{
    font-size: 14px;
    color: #6c6c6c;
}

.nt{
    width: 608px;
}

.nt a{
    font-size: 18px;
    color: #000000;
    display: block;
    max-width: 604px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nt p{
    font-size: 14px;
    color: #b4b4b4;
    line-height: 1.5em;
    margin-top: 0.5em;
    height: 42px;
    overflow: hidden;

}

.nt a:hover{
    text-decoration: underline;
}

.news_zb ul li{
    margin-top: 58px;
}

.news_zb ul li:nth-child(1){
    margin-top: 40px;
}

/*底部开始*/
.footer{
    background:  url(../images/ft-bj.jpg) top center no-repeat;
    height: 324px;
    overflow: hidden;
    *zoom: 1;
}

.ft-nav ul li a{
    font-size: 15px;
    color: #8a8d93;
}


.ft-nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 25px;
}


.ft-nav {
    text-align: center;
}

.ft-nav ul li a:hover{
    color: #ffffff;
}

.ft-left{
    margin-top: 35px;
}

.ft-ct p{
    font-size: 13px;
    color: #8a8d93;
    line-height: 1.8em;
}

.ft-ct p a{
    font-size: 13px;
    color: #8a8d93;
    line-height: 1.8em;
}

.ft-ct s{
    font-size: 13px;
    color: #8a8d93;
    line-height: 1.8em;
}

.ft-ct{
    margin-left: 72px;
}

.ft-right img{
    width: 129px;
    height: 129px;
    margin-left: 38px;
}


.ft-right {
    margin-top: 43px;
}

/*-----------------------------------------list-案例--------------------------*/
.page-banner{
    height: 381px;
    overflow: hidden;
    *zoom: 1;
    position: relative;
}

.page-nav-hd{
    position: absolute;
    height: 124px;
    background: rgba(0,0,0,0.2);
    width: 100%;
    bottom: 0;
}

.page-hd h3{
    font-size: 25px;
    color: #ffffff;
    margin-top: 39px;
}
.page-hd p{
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
}

.page-this{
    background:  url(../images/add.png) left center no-repeat;
    height: 19px;
    line-height: 19px;
    font-size: 15px;
    color: #ffffff;
    margin-top: 23px;
    padding-left: 25px;

}

.page-this a{
    font-size: 15px;
    color: #ffffff;
}

.page-this a:hover{
    color: #ff1821;
}

.page-nav-list ul li a{
    display: block;
    color: #ffffff;
    padding:0 25px;
    line-height: 43px;

    background: #008b4b;
    border-radius: 5px;
}

.page-nav-list ul li a:hover{
    background: #d82128;
}

.page-nav-list ul li#page-click a{
    background: #d82128;
}


.page-nav-list{
    margin-top: 23px;
}

.page-nav-list ul li{
    margin-left: 10px;
}



/*成功案例-----------------*/



.page{
    padding: 45px 0 ;
    background: #f9f9f9;
}

.page_left{
    width: 920px;
    background: #ffffff;
}

.page-xx{
    padding: 20px;
    font-family: '宋体';
}



.page_right{
    width: 251px;
    height: 600px;
    background: #ffffff;
    text-align: center;
    display: block;
    *zoom: 1;
    font-size: 16px;
    color: #656565;
    line-height: 2em;
}


.page_right img:nth-child(1){
    margin-top: 48px;
}



.page_right h3{
    font-size: 28px;
}

.page-case>ul>li{
    width: 284px;
    height: 295px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
}

.page-case>ul>li:nth-child(3n){
    margin-right: 0;
}

.page-case>ul>li h3{
    font-size: 15px;
    color: #5a5a5a;
    padding: 0 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    line-height: 54px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-case>ul>li:hover h3{
    color: #d71e24;
}


/*新闻中心开始*/
.page .new_img{
    width: 198px;
    height: 132px;
}


.page .new_img img{
    width: 198px;
    max-height: 132px;
}



.page .news_text{
    width: 640px;
}


.page .news_text a{
    font-size: 16px;
    color: #323233;
    display: block;
    max-width: 620px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.page .news_text a:hover{
    color: #d71e24;
}


.page .news_text p{
    font-size: 14px;
    color: #909090;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 20px;
    height: 63px;
    overflow: hidden;
}


.page .news_text span{
    font-size: 12px;
    color: #909090;
    display: block;
    margin-top: 20px;
}


.page .news_list ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eeeeee;
}


.page .news_list ul li:nth-child(1){
    padding-top: 0;
}

/*---------------------------------show_新闻-----------------*/
.page_content{
    background: #ffffff;
   
    overflow: hidden;
    *zoom: 1;

}

.page_h3{
    text-align: center;
    margin-top: 10px;

}


.page_h3 h3{
    font-size: 23px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 15px;
}

.page_h3 p{
    font-size: 12px;
    color: #5a5a5a;
    margin-bottom: 15px;
}

.page_ct{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2em;
    text-align: justify;
}

.page_ct img{
    max-width: 100%;
}


/*列表页*/
.page_news ul li a{
    font-size: 15px;
    color: #323232;
}
.page_news ul li p{
    font-size: 13px;
    color: #8A9094;
}

.page_news ul li{
    line-height: 4em;
    border-bottom: 1px dashed #eee;
}



.news_gl{
    margin-top: 121px;
}

.page_news ul li a:hover{
    color: #d82128;
}

.news_gl ul li{
    margin-bottom: 52px;
    animation: myfirst 1s linear infinite;
    -moz-animation: myfirst 1s linear infinite;;	/* Firefox */
    -webkit-animation: myfirst 1s linear infinite;;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s linear infinite;;	/* Opera */
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
}


@keyframes myfirst {

    100%{
        -webkit-transform: rotateZ(720deg);
        -moz-transform: rotateZ(720deg);
        -ms-transform: rotateZ(720deg);
        -o-transform: rotateZ(720deg);
        transform: rotateZ(720deg);
    }

}

















