/* 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;
    line-height: 1;
}
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:1179px; 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: 34px;
    line-height: 34px;
    background: #f5f5f5;
}




.hd_top h3{
    font-size: 13px;
    color: #727272;
    font-weight: 400;
}


.hd_sc{
    font-size: 12px;
    color: #727272;
}

.hd_sc a{
    font-size: 12px;
    color: #727272;
    padding: 0 1em;
}

.hd_logo{
    display: block;
    margin-top: 10px;
}

.hd_ct{
    background:  url(../images/hd_ct.png) left center no-repeat;
    min-height: 48px;
    padding-left: 58px;
    margin-top: 33px;
}


.hd_ct p{
    font-size: 16px;
    color: #797979;
}


.hd_ct h3{
    font-size: 33px;
    color:#ff8a00!important;
    margin-top: 10px;

}


.hd_nav{
    height: 46px;
    line-height: 46px;
    background: #027de5;
    text-align: center;
}


.hd_nav ul{
    display: inline-block;
}


.hd_nav ul li a{

    font-size: 15px;
    color: #ffffff;

    display: block;
    padding: 0 45px;

}

.hd_nav ul li{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.hd_nav ul li:hover{
    background: #04499a;
}



/*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: 578px;
}

/*热门关键词*/
.hot{
    height: 47px;
    line-height: 47px;
    background: #f2f2f2;
    border-bottom: 1px solid #dcdcdc;
}



.ht_gcj{
    font-size: 15px;
    color: #4d4d4d;
}


.ht_gcj ul li{
    margin-right: 20px;
}


.ht_gcj ul li a:hover{
    color: #1e6fcb;
}


.ht_sc{
    background:  url(../images/search.jpg) 0 0 no-repeat;
    width: 297px;
    height: 36px;
    margin-top: 7px;
}


.ht_sc input[type="text"]{
    width: 230px;
    height: 36px;
    border: none;
    margin-left: 8px;
    background: none;
    line-height: 36px;
}



.ht_sc input[type="submit"]{
    width: 55px;
    height: 27px;
    border: none;
    background: none;
    cursor: pointer;
}

/*产品展示*/
.pt-tt{
    background:  url(../images/pt_hd.png) center no-repeat;
    text-align: center;
}

.pt-tt h3{
    font-size: 25px;
    color: #0061ab;
    font-weight: 400;
}

.pt-tt h3 span{
    color: #ff8a00;
}

.pt-tt p{
    font-size: 12px;
    color: #393939;
    text-transform: uppercase;
    margin-top: 5px;
}

.pt-hd>p{
    font-size: 14px;
    color: #6b6b6b;
    text-align: center;
    margin-top: 32px;
}

.pt-hd{
    margin: 55px 0;
}

.pt-l-hd{
    background:#0061ab;
    width: 224px;
    height: 41px;
    padding: 32px 27px;
}

.pt-left{
    width: 278px;
}

.pt-l-hd h3{
    font-size: 22px;
    color: #ffffff;
}

.pt-l-hd p{
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
}

.pt-l-hd>div{
    border-left: 2px solid #fff;
    padding-left: 19px;
}

.pt-nav{
    background: #f5f5f5;
    padding: 0 13px;

}

.pt-nav ul li a{
    font-size: 15px;
    color: #5e5e5e;
    line-height: 50px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-nav ul li{
    border-bottom: 1px dashed #e1e1e1;
}

.pt-nav ul li a:hover{
    color: #0071da;
}

.pt-right{
    width: 878px;
}

.pt-img{
    width: 276px;
    height: 264px;
}

.pt-img img{
    max-width: 276px;
    max-height: 264px;

}

.pt-right ul li{
    text-align: center;
    margin-right: 19px;
    margin-bottom: 45px;
}

.pt-right ul li:nth-child(3n){
    margin-right: 0;
}


.pt-right ul li h3{
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
    line-height: 35px;
    padding: 0 15px;
    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;
}

.pt-right ul li:hover h3{
    color: #0071da;
}

.pt-ct{
    background: #027de5;
    text-align: center;
}

/*广告横幅*/
.gg-hf{
    background:  url(../images/gg_hf.jpg) top center no-repeat;
    height: 206px;
    margin-top: 35px;
}


/*优势*/
.ys-text{
    width: 578px;
}

.ys-img{
    width: 572px;
    height: 346px;

}

.ys-img img{
    max-width: 572px;
    max-height: 346px;
}

.ys-text h3{
    height: 61px;
    padding-left: 75px;
    line-height: 61px;
    font-size: 27px;
    color: #373737;
    font-weight: 400;
}

.ys-text h3 span{
    font-size: 14px;
    color: #545454;
    text-transform: uppercase;
}


.ys-text em{
    font-size: 16px;
    color: #171717;
    font-style: normal;
    margin: 30px 0 22px;
    display: block;
}

.ys-text p{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 24px;
    text-align: justify;
    padding: 20px 0 20px 22px;
    border-bottom: 1px dashed #ddd;
    background:  url(../images/p_left.png) left 26px no-repeat;
}

.ys-td ul li{
    margin-top: 45px;
}

/*关于我们*/
.about{
    background:  url(../images/gy_bj.jpg) top center no-repeat;
    height: 713px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 85px;
}

.ab-left{
    width: 542px;
    height: 349px;
    border: 5px solid #fff;
}

.ab-left img{
    max-width: 542px;
    max-height: 349px;
}

.ab-right{
    width: 561px;
    font-size: 14px;
    color: #ffffff;
    line-height: 2em;
    text-align: justify;
    margin-right: 15px;
}

.ab-main{
    margin-top: 105px;
}

.ab-right a{
    font-size: 14px;
    color: #ffffff;
    background: #ff8a00;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    margin-top: 15px;
}

.ab-right a:hover{
    background: #027de5;
}

/*资质证书*/
/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal {
    position: relative;
    width: 1179px;
    height: 279px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1120px;
    height: 279px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 227px;
}

.scroll_horizontal .list li a{
    width: 208px;
    height: 277px;
}

.scroll_horizontal .list li a img{
    max-width: 208px;
    max-height: 277px;
}



.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    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: 0px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: 0px;
    background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
    background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
    background-position: -40px -50px;
}

/*产品案例*/
.case-list ul li{
    background:  url(../images/case_bj.jpg) 0 0 no-repeat;
    width: 257px;
    height: 228px;
    overflow: hidden;
    *zoom: 1;
    padding: 11px ;
    text-align: center;
}

.case-img{
    width: 256px;
    height: 187px;
}


.case-img img{
    max-width: 256px;
    max-height: 187px;
}


.case-list ul li h3{
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    margin-top: 18px;
}


.case-list ul li:nth-child(4n){
    margin-right: 0;
}

.case-list ul li{
    margin-right: 20px;
}

/*新闻中心*/
.news{
    background:  url(../images/news_bj.jpg) top center no-repeat;
    height: 724px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 85px;
}

.news-dm{
    width: 370px;
    background: #ffffff;
    margin-right: 33px;
}


.news-n-hd{
    height: 42px;
    line-height: 42px;
    background: #027de5;
    padding: 0 15px;
    color: #ffffff;
}

.news-n-hd h3{
    font-size: 16px;

}

.news-n-hd a{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.new-list{
    padding:15px;
}

.new-list ul li{
    font-size: 13px;
    color: #767676;
    line-height: 45px;
}

.new-list ul li span{
    padding-right: 5px;
}


.new-list ul li a{
    font-size: 13px;
    color: #767676;
    display: block;
    max-width: 219px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list ul li a:hover{
    color: #ff8a00;
}


.new-list ul li p{
    font-size: 13px;
    color: #767676;
}


/*合作伙伴*/

.hz-list ul li{
    width: 220px;
    height: 82px;
    border: 1px solid #d8d8d8;
    margin-right: 17px;
    margin-bottom: 17px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hz-list ul li img{
    width: 220px;
    height: 82px;
    
}


.hz-list ul li:nth-child(5n){
    margin-right: 0;

}


.hz-list ul li:hover{
    border: 1px solid #ff8a00;
}


/*友情链接*/
.fd-link h3{
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.fd-link h3 span{
    font-size: 15px;
    color: #565656;
}

.fd-link{
    padding: 25px 0 ;
}

.fd-link ul li a{
    font-size: 14px;
    color: #8a8a8a;
}

.fd-link ul li{

    margin-right: 35px;
    margin-top: 20px;
}

.fd-link ul li a:hover{
    color: #036eb8;
}

/*底部开始*/
.ft-nav ul li a{
    font-size: 15px;
    color: #ffffff;
}


.ft-nav{
    text-align: center;

    background: #027de5;
}


.ft-nav ul{
    display: inline-block;

}

.ft-nav ul li{
    font-size: 15px;
    color: #ffffff;
}

.ft-nav ul li a{
    font-size: 15px;
    color: #ffffff;
    padding: 0 32px;
    line-height: 40px;
}

.ft-nav ul li a:hover{
    opacity: 0.5;
}


.ft-ct{
    background: #203a53;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
}

.ft-logo{
    margin: 43px 0 27px;
}

.ft-ct-nr{
    width: 394px;
    margin: 0 auto;
}

.ft-p{
    font-size: 14px;
    color: #adb6c0;
    text-align: justify;
    line-height: 30px;
}

.ft-cpy{
    font-size: 14px;
    color: #728392;
    text-align: center;
    line-height: 62px;
    border-top: 1px solid #728392;
    margin-top: 39px;
}





.ft-ct-nr img{width:123px;}






















