﻿/* CSS Document */

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;
    min-width: 1158px;
}
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:1158px; 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;
}

/*头部开始*/
.header{
    height: 105px;
    line-height: 105px;
    overflow: hidden;
    *zoom: 1;
}

.hd_logo{
    width: 365px;
    height: 87px;
    margin-top: 12px;
}

.hd_logo img{
    max-width: 365px;
}


.hd_nav ul li a{
    font-size: 15px;
    color: #272727;

}


.hd_nav ul li{
    width: 95px;
    height: 105px;
    text-align: center;
    -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: #026dd2;

}


.hd_nav ul li:hover a{
    color: #ffffff;
}

/*banner开始*/
.flexslider {
    position:relative;
    height:672px;
    overflow:hidden;
    zoom:1;
}

.img{
    height: 672px;
    display: block;
}

.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:10px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 5px;
    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;
}

/*公司简介开始*/
.cpyImg{
    width: 402px;
    height: 402px;
}

.cpyImg img{
    max-width: 402px;
    max-height: 402px;
}

.cpyImg div{
    width: 346px;
    height: 346px;
    border: 10px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 19px;
    left: 19px;
}

.cpyThd h3{
    font-size: 25px;
    color: #026dd2;
}

.cpyThd p{
    font-size: 17px;
    color: #a1a1a1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}

.cpyThd p span{
    color: #026dd2;
}

.cpyText{
    width: 700px;
}

.cpyCont{
    font-size: 14px;
    color: #484848;
    line-height: 1.8em;
    text-align: justify;
    margin: 19px 0;
}

.more{
    background: #026dd2;
    display: block;
    width: 175px;
    height: 50px;
    color: #ffffff;
    margin-top: 38px;
}

.more:hover{
    width: 200px;
}

.more p{
    background:  url(../images/yjt.png) right center no-repeat;
    width: 65px;
    line-height: 50px;
    margin: 0 auto;
}


.company{
    padding: 100px 0;
}

/*产品展示开始*/
.product{
    background: #026dd2;
    padding: 64px 0;
}

.pt_hd{
    color: #ffffff;
}

.pt_hd h3{
    font-size: 25px;
}

.pt_hd span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 6px;
}

.pt_hd p{
    font-size: 14px;
    color: #ffffff;
    margin-left: 8px;
    margin-top: 8px;
}

.ptNav ul li{
    width: 162px;
    height: 39px;
    overflow: hidden;
    text-align: center;
    line-height: 39px;
    margin-right:3px;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ptNav ul li:hover{
    background: #f9ea02;
}

.ptNav ul li a{
    font-size: 14px;
    color: #026dd2;
    display: block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptNav{
    margin: 60px 0 52px;
}

.ptList ul li{
    width: 282px;
    height: 282px;
    position: relative;
}

.pt_img{
    width: 282px;
    height: 282px;
    position: relative;
    overflow: hidden;
}


.pt_img img{
    max-width: 282px;
    max-height: 282px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ptTittle{
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    background: #559de1;
    height: 45px;
    position: absolute;
    bottom: 0;
    line-height: 45px;
}


.ptTittle p{
    padding: 0 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.ptHover{
    background:  url(../images/pthover.png) 0 0 no-repeat;
    width: 253px;
    height: 283px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
   line-height: 1.5em;
}


.ptHover p{
    margin-top: 168px;
}


.ptList ul li:hover .ptHover{
    opacity: 1;
}


.ptList ul li:hover .ptTittle{
    display: none;
}

.ptList ul li{
    margin-right: 10px;
    margin-bottom: 10px;
}



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


/*新闻中心开始*/

.news{
    padding: 75px 0;
}

.news_hd {
    color: #026dd2;
}

.news_hd h3{
    font-size: 25px;
}

.news_hd>div>span{
    color: #a1a1a1;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.news_hd>div>span>span{
    color: #026dd2;
}

.newsBig{
    width: 333px;
    height: 333px;
}

.newsBig img{
    max-width: 333px;
    max-height: 333px;
}

.newsNr{
    margin-top: 50px;
}

.newsL{
    width: 470px;
    margin-right: 30px;
}

.newsR{
    width: 299px;
}

.newsHd h3{
    font-size: 17px;
    color: #026dd2;
    border-left: #026dd2 4px solid;
    padding-left: 5px;
}

.newsHd a{
    font-size: 12px;
    color: #026dd2;
    line-height: 24px;
}

.newsHd {
    border-bottom: 1px solid #e3e3e3;
}


.newTl{
    width: 125px;
    height: 112px;

}

.newTl img{
    max-width: 125px;
    max-height: 112px;
}

.newTr{
    width: 333px;
    height: 90px;
    padding: 11px 0;

}

.newTr h3{
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newTr p{
    font-size: 13px;
    color: #696969;
    text-align: justify;
    line-height: 1.5em;
    margin-top: 0.5em;
}

.newsTj{
    margin-top:13px;
}


.newsList ul li a{
    font-size: 14px;
    color: #838383;
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.newsList2 ul li a{
    max-width: 214px;
}


.newsList ul li a:hover{
    color: #559de1;
}

.newsList ul li{
    line-height: 1.5em;
    border-bottom: dashed 1px #8c8c8c;
    margin-top: 12px;
}

.newsList ul li p{
    font-size: 12px;
    color: #838383;
}


.newsList{
    margin-top: 5px;
}



.newsList2{
    margin-top: 27px;
}

/*客户案例开始*/
.case{
    background:  url(../images/case_bj.jpg) top center no-repeat;
    height: 536px;
    overflow: hidden;
    *zoom: 1;
    padding-top: 120px;
}

.caseImg{
    width: 261px;
    height: 261px;
}

.caseImg img{
    max-width: 261px;
    max-height: 261px;
}

.caseTittle p{
    padding: 0 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    color: #303030;
    line-height: 2em;
    max-width: 100%;

}

.case_list ul li{
    width: 261px;
    margin-right: 37px;
}


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

.case_list {
    margin-top: 63px;
}

/*底部开始*/
.ft_hd{
    height: 276px;
    background: #026dd2;
    color: #ffffff;
    overflow: hidden;
    *zoom: 1;
}

.links{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 36px;
}

.links ul{
    display: inline-block;
}


.links ul li{
    margin-right: 15px;
}

.links ul li  a{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.links ul li  a:hover{
    text-decoration: underline;
}

.ft_logo{
    width: 235px;
    height: 41px;
    display: block;
    margin: 33px auto 30px;
}

.ft_nav ul{
    display: inline-block;
}


.ft_nav {
    text-align: center;
}


.ft_nav ul li a{
    font-size: 15px;
    color: #ffffff;
    padding:  0 15px;
}

.ft_nav ul li{
    border-left: 1px solid #ffffff;
}



.ft_nav ul li:last-of-type{
    border-right: 1px solid #ffffff;
}
.ft_ct{
    margin-top: 30px;
}

.ft_ct p{
    font-size: 13px;
    color: #cbdaf2;
    line-height: 1.5em;
    text-align: center;
}

.ft_ct p span{
    padding: 0 15px;
}

.ft_bm{
    font-size: 13px;
    color: #ffffff;
    /*height: 62px;*/
    background: #0c4f8e;
    text-align: center;
    line-height: 35px;
}








/*---------------------------------------产品中心-----------------------------*/
.page_banner{
    height: 530px;
}

.page_hd{
    background: url(../images/page_hd.jpg) 0 0 no-repeat;
    width: 239px;
    height: 49px;
    padding: 27px 13px;

}

.page_hd p{
    font-size: 23px;
    color: #6ca0cf;
    text-transform: uppercase;
}

.page_left{
    width: 265px;
}

.page_hd h3{
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}

.page_left ul{
    margin-top: 20px;
}

.page_left ul li{
    background:  url(../images/page_li.jpg) 0 0 no-repeat;
    width: 265px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 6px;
    -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_left ul li:hover{
    background:  url(../images/page_lih.jpg) 0 0 no-repeat;
}

.page_left ul li:hover a{
    color: #ffffff;
}


.page_left ul li a{
    padding-left: 24px;
    font-size: 14px;
    color: #2d2d2d;
}


.left_ct{
    margin-top: 30px;
}

.left_ctnr{
    font-size: 15px;
    color: #252525;
    line-height: 1.8em;
    margin-top: 10px;
}


.left_ctnr span{
    display: block;
    text-indent: 3em;
}

.pageR_hd{
    height: 35px;
    border-bottom: 1px solid #dadada;
    line-height: 35px;
    margin-bottom: 26px;
}

.pageR_hd h3{
    font-size: 18px;
    color: #4d4d4d;
}

.page_right{
    width: 870px;
}


.this_add,.this_add a{
    font-size: 12px;
    color: #323232;
}


.pt_list2 ul li{
    width: 192px;
}


.pt_list2 ul li .pt_img{
    width: 192px;
    height: 175px;
}


.pt_list2 ul li .pt_img img{
    max-width: 192px;
    max-height: 175px;
}

.page_nr{
    min-height: 600px;
    padding: 45px 0;
}

.page_news ul li a{
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    max-width: 672px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_news ul li{
    border-bottom: dashed 1px #cacaca;
    line-height: 3em;
}


.page_news ul li a:hover{
    color: #0e6eb8;
}

.page_news ul li p{
    font-size: 14px;
    color: #3c3c3c;
}


.left_ctnr{
    border: 1px solid #ebebeb;
    padding: 10px;
}

.ptList2 ul li{
    border: 1px solid #ebebeb;
    margin-right: 9px;
}


.ptList2 ul li:nth-child(4n){
    /*width: 224px;*/
    margin-right: 9px;
}



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


.show_title{
    text-align: center;
    color: #4d4d4d;
}
.show_content{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
}
.show_content img{
    max-width: 100%;
}
































