﻿/* CSS Document */
@charset "utf-8";
a:link {color:black}
a:visited {color:green}
a:hover {color:red}

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:1206px; 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;
}

/*头部开始*/
.hdTop{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dddddd;
}


.hdTop h3{
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
}

.hd_sj,.hd_sj a{
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 10px;
}

.hd_sj a:hover{
    color: #1a58ab;
}


.hd_logo {
    width: 445px;
    height: 92px;
    display: block;
    margin-top:6px;

}
.hd_logo img{
    max-width: 445px;
    max-height: 92px;
}

.hd_ct{
    background:  url(../images/sj.png) left top no-repeat;
    padding-left: 26px;
    font-size: 15px;
    color: #373635;
    margin-top: 45px;
}


.hd_ct span{
    font-size: 25px;
    color: #1a58ab;
    font-weight: bold;
}


.hdBottom{
    height: 113px;
    overflow: hidden;
    *zoom: 1;
}


.hd_nav{
    height: 74px;
    background: #1a58ab;
    text-align: center;
}


.hd_nav ul{
    display: inline-block;

}

.hd_nav ul li{
    width: 155px;
    text-align: center;
    border-right: 1px solid #3469b4;
    height: 74px;
    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;
}

.hd_nav ul li:hover{
    background: #25519e;
}

.hd_nav ul li:nth-child(1){
    border-left: 1px solid #3469b4;
}


.hd_nav ul li a{
    text-align: center;
    color: #ffffff;
}

.hd_nav ul li p{
    font-size: 15px;
    margin-top: 22px;
}

.hd_nav ul li span{
    font-size: 12px;
    color: #8da4cc;
}



/*banner开始*/
.flexslider {
    position:relative;
    height:631px;
    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;
}

.img{
    height: 631px;
    display: block;
}
.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;
}


/*走进鑫淼*/

.aboutUs{
    background:  url(../images/ab_bj.jpg) top center no-repeat;
    height: 698px;
    overflow: hidden;
    *zoom: 1;
}

.ab_hd{
    text-align: center;


}

.ab_hd h3{
    font-size: 38px;
    color: #202020;
    text-transform: uppercase;
}


.ab_hd h3 span:nth-child(1){
    display: inline-block;
    width: 1px;
    height: 30px;
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    background: #b9b9b9;

}

.ab_hd h3 span:nth-child(2){
    font-size: 20px;
    color: #1a58ab;
}


.ab_hd p{
    font-size: 12px;
    color: #8a8a8b;
    margin-top: 15px;
}

.ab_hd{
    height: 87px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 73px;
}

.ab_hd div{
    width: 48px;
    height: 2px;
    background: #1a58ab;
    margin: 22px auto 0;

}

.ab_nr{
    height: 335px;
    overflow: hidden;
    margin-top: 62px;
}

.abRight{
    width: 567px;
    height: 323px;
    overflow: hidden;
}

.abLeft{
    width: 590px;
    padding: 12px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.5em;
    text-align: justify;
    text-indent: 2em;
}

.abLeft p{
    margin-bottom: 1.5em;
}


.more{
    display: block;
    width: 98px;
    height: 33px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #25519e;
    border: 1px solid #25519e;
    text-align: center;
    line-height: 33px;
    margin: 59px auto 0;
}

.more:hover{
    color: #ffffff;
    background: #25519e;
}

/*产品展示开始*/
.product{
    background:  url(../images/pt_bj.jpg) top center no-repeat;
    height: 625px;
    /*background-attachment: fixed;*/
    overflow: hidden;
    *zoom: 1;
}


.ab_hd2{
    border: none;

}

.ab_hd2 h3{
    color: #ffffff;
}

.ab_hd2 h3 span:nth-child(2){
    color: #ffffff;
}


.ab_hd2 h3 span:nth-child(1){
    background: #ffffff;
}

.ab_hd2 p{
    color: #ffffff;
}


.ab_hd2 div{
    background: #ffffff;
}


/*产品滚动开始*/
.scroll_horizontal {
    position: relative;
    height: 323px;
    margin-top: 46px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1161px;
    height: 323px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 300px;
}

.scroll_horizontal .list li a{
    display: block;
    width: 264px;
}


.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;
}

.pt_img{
    width: 264px;
    height: 221px;
}


.pt_img img{
    max-width: 264px;
    max-height: 221px;
}

.pt_text{
    text-align: center;
}


.pt_text h3{
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 19px;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pt_text span{
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #ffffff;
}

.pt_text p{
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5em;
    margin-top: 14px;
}

.more2{
    margin-top: 29px;
    border: 1px solid #a7b4c9;
    color: #a7b4c9;
}

/*经营理念开始*/

.idea{
    padding-bottom: 95px;
}

.idTop_img{
    width: 396px;
    height: 259px;

}

.ideaTop{
    margin-top: 58px;
}

.idTop_img img{
    max-width: 396px;
    max-height: 259px;
}

.idTop_text{
    width: 730px;
    height: 259px;
    overflow: hidden;
    font-size: 15px;
    color: #221815;
    line-height: 2em;
}

.idTop_text span{
    font-size: 20px;
    color: #25519e;
    font-weight: bold;
}


.idTop_text p{
    margin-bottom: 40px;

}

.iBm_right a{
    display: block;
    background:  url(../images/a_more.png) 0 0 no-repeat;
    width: 119px;
    height: 24px;
    float: right;
}

.iBm_left,.iBm_right{
    width: 371px;
}


.ideaBottom{
    margin-top: 28px;
}

/*科学规划*/
.scice{

    background:  url(../images/scice_img.jpg) top center no-repeat;
    height: 515px;
    overflow: hidden;
    *zoom: 1;
}

.scice_img{
    width: 933px;
    height: 278px;
    margin: 70px auto 0;
}

/*新闻中心开始*/
.newsLeft{
    width: 515px;
}

.time{
    font-size: 48px;
    color: #202020;
    width: 87px;
    height: 87px;
    padding: 7px;
    border: 1px solid #d4d4d4;
    text-align: center;

}


.time span{
    display: block;
    height: 1px;
    background: #d4d4d4;
    margin: 12px 0;
}

.time p{
    font-size: 16px;
    color: #5a5a5a;
}

.newsText{
    width: 390px;
    padding: 15px 0;
}


.newsText h3{
    font-size: 16px;
    color: #202020;
    font-weight: 400;
}

.newsText p{
    font-size: 13px;
    color: #5a5a5a;
    line-height: 1.5em;
    margin-top: 20px;
    height: 38px;
    overflow: hidden;

}


.newsLeft ul li {
    margin-bottom: 30px;
}

.newsLeft ul li:hover .newsText h3{
    color: #25519e;
}


.newsRight{
    width: 605px;
}

.newsRight ul li {
    width: 279px;
    height: 350px;
    margin-right: 45px;
}

.newsRight ul li:nth-child(2n){
    margin-right: 0;
}

.newsRight ul li:hover  h3{
    color: #25519e;
}


.newsImg{
    width: 279px;
    height: 206px;

}

.newsImg img{
    max-width: 279px;
    max-height: 206px;
}


.newsRight ul li h3{
    font-size: 16px;
    color: #202020;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:15px 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;
}

.newsRight>ul>li>a>p{
    font-size: 13px;
    color: #5a5a5a;
    line-height: 2em;
    text-align: justify;
}

.nR_t{
    margin-top: 23px;
}

.nR_t>p{
    font-size: 13px;
    color: #8a8a8a;


}

.nR_t span{
    font-size: 13px;
    color: #1a58ab;
}


.newsRight{
    margin-top: 5px;
}

.news_nr{
    margin-top: 83px;
}

.news{
    padding-bottom: 40px;
}

/*联系我们开始*/
.contact{
    height: 574px;
    overflow: hidden;
    *zoom: 1;
    background:  url(../images/cont7_bg.jpg) top center no-repeat;
}

.ct_min{
    margin-top: 40px;
}

.ctLeft{
    margin-top: 21px;
}

.ctHd{
    width: 299px;
    height: 142px;
    margin-bottom: 30px;
    display: block;
}

.ctHd img{
    max-width: 299px;
    max-height: 142px;
}

.ctLeft p{
    font-size: 13px;
    color: #545454;
    margin-bottom: 11px;
}

.ctRight {
    width: 791px;
    height: 370px;
    border: 3px solid #d1d0d1;
}


.footer{
    background:  url(../images/footer.jpg) top center no-repeat;
    height: 215px;
    overflow: hidden;
    *zoom: 1;
}

.link{
    font-size: 15px;
    color: #cfcfcf;
    margin-top: 53px;
}

.link ul li a{
    color: #cfcfcf;
}

.link ul li{
    margin-right: 15px;
}

.link ul li a:hover{
    color: #ffffff;
}

.ft_nav ul li a{
    font-size: 13px;
    color: #cfcfcf;
    padding: 0 23px;
}

.ft_nav ul li a:hover{
    color: #ffffff;
}

.ft_nav ul li{
    border-right: 1px solid #cfcfcf;
}


.ft_nav ul li:nth-child(1){
    border-left: 1px solid #cfcfcf;
}


.ft_nav{
    margin-top: 50px;
    margin-bottom: 40px;
}

.ftLeft p{
    font-size: 13px;
    color: #cfcfcf;
    line-height: 1.8em;
}

.ft_em img{
    width: 103px;
    height: 103px;
}

.ftRight p{
    width: 12px;
    font-size: 12px;
    color: #cfcfcf;
    margin-left: 10px;
}


.ftRight{
    margin-top: 38px;
}

.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: #000080	;#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{
    padding: 10px;
    border: 1px solid #e3e3e3;

}

.page_pt ul li{
    float: left;
    width: 264px;
    margin-right: 39px;
    margin-bottom: 30px;
}

.page_pt ul li:nth-child(3n){
    margin-right: 0;
}

.pt_text2 h3{
    color: #323232;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 15px;
}


.page_pt ul li:hover .pt_text2 h3{
    color: #0e6eb8;
}


.show_title{
    text-align: center;
    color: #4d4d4d;
}
.show_content{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
}
.show_content img{
    max-width: 100%;
}

.show_title h1{
    font-size: 25px;
    color: #202020;
    margin-bottom: 25px;
}

.show_footer h1{
    font-size: 25px;
    color: #202020;
    margin-bottom: 25px;
}
