﻿/* 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:1180px; 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: 96px;
}

.hd_nav ul li a{
    font-size: 15px;
    color: #252525;
    line-height: 96px;
}

.hd_nav ul li a:hover{
    color: #0973c2;
    display: block;
}

.hd_nav ul li{
    margin-right: 56px;
}

/*banner开始*/
.flexslider {

    position:relative;
    height:554px;
    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: 554px;
}

/*产品中心开始*/
.pt_hd{
    background:  url(../images/bt_lm.png) center no-repeat;
    width: 442px;
    height: 40px;
    margin: 78px auto 50px;
    text-align: center;
}

.pt_hd h3{
    font-size: 25px;
    color: #2b2a2a;
    font-weight: 400;
}

.pt_hd p{
    font-size: 15px;
    color: #aaaaaa;
    margin-top: 5px;
}


.ptLeft{
    background:  url(../images/pt_bj.png) top center repeat-y;
    padding: 15px 0;
    width: 240px;
}

.ptLeft ul li a{
    font-size: 15px;
    color: #424242;
}

.ptLeft ul li{
    line-height: 37px;
    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;
    padding: 0 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.ptLeft ul li:hover{
    background: #0973c2;
}


.ptLeft ul li:hover a{
    color: #ffffff;
}

.pt_img{
    width: 301px;
    height: 243px;
}

.pt_img img{
    max-width: 301px;
    max-height: 243px;
}

.ptRight ul li {
    width: 302px;
    height: 303px;
    border: 1px solid #e3e3e3;
    -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-right: 7px;
    margin-bottom: 26px;
}

.ptRight ul li:nth-child(3n){
    margin-right: 0;
}


.ptRight{
    width: 926px;
}


.ptRight ul li p{
    font-size: 15px;
    color: #5f5f5f;
    text-align: center;
    padding: 0 15px;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}



.ptRight ul li:hover{
    border: 1px solid #346bbe;
}

.ptRight ul li:hover p{
    color: #346bbe;
}

/*公司简介*/
.cpy{
    height: 649px;
    background: #f1f8fd;
    overflow: hidden;
    *zoom: 1;
    margin-top: 43px;
}

.cpyLeft{
    width: 600px;
    height:391px ;
    background:  url(../images/cpbj.jpg) top center no-repeat;
    *zoom: 1;
}

.cpyLeft a{
    width: 600px;
    height: 312px;
    margin-top: 39px;
}

.cpyRight{
    width: 533px;
}

.cpyRight h3{
    font-size: 22px;
    color: #0973c2;
    font-weight: 400;
    margin-top: 0.5em;
}

.cpyRight p{
    font-size: 14px;
    color: #585858;
    line-height: 1.5em;
    margin-top: 38px;
    text-align: justify;
}


.cpyRight a{
    display: block;
    color: #ffffff;
    width: 112px;
    height: 32px;
    background: #0973c2;
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
}

.cpyRight a:hover{
    width: 130px;
}

.cpy_hf{
    background:  url(../images/gghf.jpg) top center no-repeat;
    height: 225px;
}

/*新闻中心开始*/

.news_a{
    width: 340px;
    height: 426px;
}

.news_a img{
    max-width: 340px;
    max-height: 426px;
}

.news_a p{
    background:  url(../images/a_gd.png) 0 0 no-repeat;
    width: 340px;
    height: 75px;
    position: absolute;
    bottom:0;
    z-index: 999;

}

.news_demo h3{
    font-size: 20px;
    color: #272727;
    border-left: 3px solid #346cbe;
    font-weight: 400;
    padding-left: 5px;
}

.news_demo {
    width: 384px;
}

.news_demo ul{
    margin-top: 20px;
}

.news_demo ul li a{
    font-size: 14px;
    color: #767676;
}


.news_demo ul li{
    line-height: 37px;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
}


.news_demo ul li a:hover{
    color: #0973c2;
}

.news_list{
    width: 802px;
}

.fd_hd h3{
    font-size: 25px;
    color: #2b2a2a;
    font-weight: 400;
}

.fd_hd h3 span{
    font-size: 15px;
    color: #aaaaaa;
}

.friend_link{
    margin: 54px 0 30px;
}

.fd_hd ul li a{
    font-size: 13px;
    color: #5b5b5b;

}

.fd_hd ul li{
    margin-right: 35px;
}


.fd_hd ul li a:hover{
    color: #0973c2;
}


.fd_hd ul{
    margin-top: 27px;
}

.ft_nav{
    height: 50px;
    line-height: 50px;
    background: #0973c2;
    *zoom: 1;
}

.ft_nav ul li a{
    font-size: 15px;
    color: #ffffff;
}

.ft_nav ul li a:hover{
    text-decoration: underline;
}

.ft_nav ul li{
    margin-right: 56px;
}

.ft_contact{
    background:  url(../images/ft_ct.png) left center no-repeat;
    height: 29px;
    line-height: 29px;
    padding-left: 55px;
    color: #ffffff;
    margin-top: 10px;
}

.ft_contact h3{
    font-size: 15px;
    font-weight: 400;
}

.ft_contact h3 span{
    font-size: 24px;
    font-weight: bold;
}

.ft_ctt ul li{
    width: 270px;
    font-size: 14px;
    color: #747474;
    line-height: 36px;
}

.ft_ctt{
    width: 600px;
}

.ft_ct{
    background: #f1f8fd;
    height: 221px;
    overflow: hidden;
    *zoom: 1;
}

.ft_logo{
    display: block;
    margin-top: 81px;
}

.ft_ctt{
    margin-top: 50px;
    margin-left: 112px;
}

.ft_ctt ul li{
    margin-right: 60px;
}

.ft_ctt ul li:nth-child(2n){
    margin-right: 0;
}


.ft_em{
    width: 158px;
    height: 159px;
    margin-top: 38px;
}

.ft_em img{
    max-width: 158px;
    max-height: 159px;
}

.ft_cpy{
    height: 44px;
    line-height: 44px;
    background: #d6eeff;
    text-align: center;
    font-size: 14px;
    color: #0973c2;
}

.ft_cpy span{
    padding: 0 15px;
}


/*产品中心开始*/
.page_banner{
    height: 554px;
}

.this_add{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #5a5a5a;
}

.this_add a{
    font-size: 13px;
    color: #5a5a5a;
}

.this_add a:hover{
    color: #0973c2;
}

.main_m{
    margin: 60px 0;
}


/*新闻中心*/
.page_news{
    width: 926px;
}


.page_news ul li a{
    font-size: 14px;
    color: #323232;
    display: block;
    max-width: 730px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_news ul li a:hover{
    color: #0973c2;
}


.page_news ul li {
    line-height: 3em;
    border-bottom: 1px solid #eee;
}


.page_news ul li p{
    font-size: 12px;
    color: #8b8b8b;
}






























