﻿/* 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: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;
    border-bottom: 1px solid #ececed;
}

.hd_top h3{
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
}

.hd_gz p{
    font-size: 12px;
    color: #202020;
}

.hd_wq a{
    font-size: 12px;
    color: #5a5a5a;
    padding-left: 27px;
}

.hd_wq {
    font-size: 12px;
    color: #5a5a5a;
}


.hd_wq a{
    padding-right: 20px;
}

.hd_wq a:nth-child(2){
    margin-left: 20px;
    display: inline-block;
}

.hd_main{
    height: 95px;
    overflow: hidden;
    *zoom: 1;
}

.hd_logo{
    display: block;
    /*width: 278px;
    height: 66px;*/
    margin-top: 15px;
}
/*
.hd_logo img{
    max-width: 278px;
}
*/
.hd_ct{
    background:  url(../images/hd_ct.png) left center no-repeat;
    padding-left: 64px;
    margin-top: 20px;
}

.hd_ct p{
    font-size: 17px;
    color: #5a5a5a;
}

.hd_ct h3{
    font-size: 23px;
    color: #2e62cc;
    margin-top: 10px;
}

/*导航开始*/
.hd_nav{
    background:  url(../images/hd_nav.jpg) top center no-repeat;
    height: 51px;
    line-height: 51px;
}

.hd_nav ul li{
    width: 145px;
    text-align: center;
    margin-right: 5px;
    -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 a{
    font-size: 16px;
    color: #f5f5f5;
    display: block;
}


.hd_nav ul li:last-of-type{
    margin-right: 0;
}

.hd_nav ul li:hover{
    background: #113ca4;
}


/*banner开始*/
/* flexslider */
.flexslider {
    position:relative;
    height:730px;
    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{
    display: block;
    height: 730px;
}

/*热门产品*/
.hot_pt{
    background:  url(../images/hot.jpg) 0 0 repeat;
    padding: 50px 0 92px;
    overflow: hidden;
    *zoom: 1;
}

.demo_hd{
    text-align: center;
}

.demo_hd h3{
    font-size: 24px;
    color: #5a5a5a;
    margin: 17px 0 30px;
}

.demo_hd h3 span{
    color: #1946ab;
    font-weight: 400;
    padding:  0 10px;
}

.demo_hd p{
    font-size: 18px;
    color: #1d1a21;
    /*letter-spacing: 1em;*/
}

.pt_nav ul li{
    width: 123px;
    height: 35px;
    border: 1px solid #7b7b7b;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    margin-right: 28px;
    -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_nav ul li:last-of-type{
    margin-right: 0;
}

.pt_nav{
    margin: 35px 0;
}

.pt_nav ul li a{
    display: block;

}

.pt_nav ul li:hover{
    background: #2e62cc;
}

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


.pt_list ul li{
    width: 284px;
    height: 317px;
    text-align: center;
    margin-right: 21px;
    margin-bottom: 15px;

}

.pt_img{
    width: 284px;
    height: 229px;
}

.pt_img img{
    max-width: 284px;
    max-height: 229px;
}

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

.pt_tt h3{
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    margin-top:20px;
}

.pt_tt{
    height: 88px;
    overflow: hidden;
    *zoom: 1;
    -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: -2px;
}

.pt_tt p{
    font-size: 15px;
    color: #b9b9b9;
    margin-top: 12px;
}

.pt_list ul li:hover .pt_tt{
    background: #4358ca;
}


.pt_list ul li:hover .pt_tt p{
    color: #ffffff;
}


.pt_list ul li:hover .pt_tt h3{
    color: #ffffff;
}


.more span{
    display: block;
}


.more {
    font-size: 15px;
    color: #202020;
    text-align: center;


}

.more p{
    margin-top: 45px;
}

.more span{
    color: #375eb5;
}

/*关于我们*/
.ab_us{
    background:  url(../images/gy_bj.jpg) top center no-repeat;
    padding-top: 127px;
    overflow: hidden;
    *zoom: 1;
}

.abLeft{
    width: 305px;
}

.abLeft h3{
    font-size: 20px;
    color: #ffffff;

}


.abLeft p{
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5em;
    margin-top: 183px;
}

.abLeft a{
    background:  url(../images/a_m.png) 0 0 no-repeat;
    width: 147px;
    height: 43px;
    display: block;
    margin-top: 97px;
}

.abRight{
    font-size: 14px;
    color: #202020;
    line-height: 1.8em;
    width: 302px;
    text-align: justify;

}

.abRight p{
    margin-bottom: 25px;
}

/*六大优势*/
.ab_ys{
    text-align: center;
    margin-top: 130px;
}

.ysNr{
    text-align: center;
}

.ysNr>div{
    display: inline-block;
    margin-top: 10px;
}


.ysNr ul li{
    width: 274px;
    height: 258px;
    overflow: hidden;
    *zoom: 1;
    padding: 25px;
    margin-bottom: 21px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.ysNr ul li h3{
    font-size: 18px;
    color: #2e62cc;
    font-weight: bold;
    margin-top: 175px;
}

.ysNr ul li p{
    font-size: 15px;
    color: #737373;
    line-height: 1.5em;
    margin-top: 18px;
    text-align: justify;
}

.ysNr ul{
    margin-right: 45px;

}

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


.ysNr ul li:hover{
    box-shadow: 1px 1px 15px rgba(0,28,84,0.4);
}

.ysNr ul:nth-child(2){
    margin-top: 153px;
}


/*公司场图*/
.gs_ct{
    margin-top: 125px;
}


.scroll_horizontal {
    position: relative;
    width: 1200px;
    height: 415px;
}

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

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

.scroll_horizontal .list li {
    float: left;
    width: 410px;
    height: 410px;
    text-align: center;
}

.scroll_horizontal .list li a{
    display: block;
    width: 368px;
    height: 393px;
    background: #ffffff;
    border-right: 10px;
    overflow: hidden;

}

.scroll_horizontal .list li a:hover{
    box-shadow: 1px 1px 10px rgba(59,136,255,0.3);
}



.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    background-image: url(../img/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
}

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

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

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

.ct_top{
    width: 368px;
    height: 298px;
}

.ct_top img{
    width: 368px;
    height: 298px;
}

.scroll_horizontal .list li h3{
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    margin-top: 20px;
}

.scroll_horizontal .list li p{
    font-size: 13px;
    color: #959595;
    margin-top: 19px;
}

.more_ct{
    font-size: 19px;
    color: #202020;
    display: block;
    width: 136px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #323ca9;
    text-transform: uppercase;
    margin: 20px auto;
}

.more_ct:hover{
    background: #323ca9;
    color: #ffffff;
}



/*新闻中心开始*/
.news{
    background:  url(../images/news_bj.jpg) top center no-repeat;
    height: 545px;
    margin-top: 61px;
    overflow: hidden;
    *zoom: 1;
    padding: 73px;
}

.newsLhd h3{
    font-size: 23px;
    color: #ffffff;
    margin: 17px 0;
}

.newsLhd span{
    color: #ffffff;
}

.newsLnr{
    width: 712px;
    margin-top: 65px;
}

.news_img{
    width: 395px;
    height: 356px;
}

.news_img img{
    max-width: 395px;
    max-height: 356px;
}

.news_tj{
    width: 295px;
}

.news_tj>h3>a{
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.news_tj>h3>a:hover{
    color: #aafa2f;
}

.news_tj p{
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 35px;
}


.news_tj>a{
    background:  url(../images/mmm.png) 0 0 no-repeat;
    width: 147px;
    height: 43px;
    display: block;
    margin-top: 90px;
}

.nw_hdd h3{
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
}

.nw_hdd img{
    display: block;
    color: #ffffff;
    margin-top: 6px;
}

.newsRight{
    width: 406px;
}

.time{
    width: 74px;
    height: 46px;
    text-align: center;
    padding: 14px 0;
    background: #85c226;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nw_nr2{
    /*width: 296px;
    height: 52px;
    */
    padding: 11px 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.time h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
}

.time p{
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}

.newsList{
    margin-top: 30px;
}

.newsList ul li{
    /*margin-bottom: 30px;*/
}

.nw_nr2 a{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.nw_nr2 p{
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5em;
    margin-top: 5px;
    text-align: justify;
}


.newsList ul li:hover .time{
    background: #1946ab;
}


.newsList ul li:hover .nw_nr2{
    background: #1946ab;
}

/*友情链接*/

.frend_link{
    height: 62px;
    line-height: 62px;
    overflow: hidden;
}

.frend_link ul li a{
    font-size: 14px;
    color: #666666;
}


.frend_link ul li{
    margin-left: 20px;
}

.frend_link ul li a:hover{
    color: #2e62cc;
}


/*底部开始*/
.ftTop{
    background: #eeeeee;
    padding: 47px 0 40px;
}

.ft_ctl{
    width: 378px;
    margin: 0 auto;
}

.ftLeft{
    margin-top: 15px;
}

.ft_dz{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 2em;
    text-align: center;
    padding-top: 27px;
    border-top: solid 1px #d5d5d5;
    margin-top: 40px;
}

.ftBottom{
    height: 51px;
    line-height: 51px;
    background: #2e62cc;
    text-align: center;
    color: #b0bce0;
    font-size: 12px;
}

.ftBottom span{
    padding: 0 26px;
}















