﻿/* 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{


}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    color: #5a5a55;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;

}
/* 通用样式 */
.middle{ width:1183px; 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;
}


ul::after{
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;

}

ul li{
    *zoom: 1;
}



/*头部开始*/
.hd_top{
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
}

.hd_top h3{
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
}


.hd_sc{
    font-size: 13px;
    color: #3b3b3b;
}


.hd_sc a{
    font-size: 13px;
    color: #3b3b3b;
}


.hd_sc a:hover{
    color: #007ed7;
}

.hd_main{
    margin-top: 24px;
}

.hd_main .hd_logo img{ display:block;}

.hd_nav{
    height: 44px;
    line-height: 44px;
    background: #007ed7;
}


.hd_nav ul li a{
    font-size: 15px;
    color: #ffffff;
    display: block;
    padding: 0 45px;
}



.hd_nav ul li {
    margin-left: 26px;
    -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: #1a3f8f;
}



/*banner开始*/
/* flexslider */
.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;
}
.flex-control-paging li a.flex-active {
    background-position:0 0;
}

.img{
    height: 580px;
}

/*关键词*/
.hot_left em{
    font-style: normal;
    font-size: 12px;
    color: #525252;
}


.hot_left em a{
    font-size: 12px;
    color: #525252;
    padding: 0 13px;
}


.hot_left em a:hover{
    color: #007ed7;
}


.hot_gjc{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.hot_search{
    background:  url(../images/search.png) 0 0 no-repeat;
    width: 331px;
    height: 28px;
    overflow: hidden;
    *zoom: 1;
}

.hot_search input[type="text"]{
    width: 240px;
    height: 26px;
    border: none;
    line-height: 26px;
    background: none;
    margin-left: 16px;
    font-size: 13px;
}



.hot_search input[type="submit"]{
    width: 62px;
    height: 26px;
    background: none;
    border: none;
    cursor: pointer;
}


.hot_search {
    margin-top: 8px;
}


/*产品展示*/
.demo_hd h3{
    font-size: 25px;
    color: #373737;
    font-weight: 400;
    background:  url(../images/demo_bj.png) center no-repeat;

}

.demo_hd {
    text-align: center;
    margin: 50px 0 30px;
}

.demo_hd p{
    font-size: 13px;
    color: #717070;
    text-transform: uppercase;
    margin-top: 10px;
}


.pt_nav{
    text-align: center;

}

.pt_nav ul{
    display: inline-block;
}


.pt_nav ul li{
    width: 149px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #007ed7;
    -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: 0 7px;
}

.pt_nav ul li a{
    font-size: 16px;
    color: #ffffff;
}


.pt_nav ul li:hover{
    background: #1a3f8f;
}


.pt_img{
    width: 248px;
    height: 248px;
}

.pt_img img{
    max-width: 248px;
    max-height: 248px;
}


.pt_list{
    margin-top: 35px;
}

.pt_list ul li{
    width: 248px;
    text-align: center;
    margin: 10px 23px;
}


.pt_list ul li h3{
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 400;
    line-height: 2em;
    -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_list ul li:hover h3{
    color: #007ed7;
}


.ljzx{
    background:  url(../images/ljzx.jpg) top center no-repeat;
    display: block;
    height: 183px;
    margin-top: 28px;
}


/*让您选择我们的四大理由*/

.f_hd h3{
    background:  url(../images/f_xz.png) center no-repeat;
    font-size: 33px;
    color: #007ed7;
}

.f_hd h3 span{
    color: #ffae00;
}


.f_hd p{
    font-size: 12px;
    color: #585858;
    text-transform: uppercase;
    margin-top: 8px;
}


.f_hd{
    text-align: center;
    margin: 76px 0 73px;
}


.ly_img{
    width: 561px;
    height: 402px;
}

.ly_img img{
    max-width: 561px;
}

.ly_text{
    width: 583px;
}


.ly_text ul li{
    padding-left: 53px;
    height:180px;
    margin-bottom: 37px;
}


.ly_text ul li h3{
    font-size: 22px;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 1.3em;
}


.ly_text ul li p{
    font-size: 14px;
    color: #585858;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 20px;

}


.ly_text ul li p span{
    color: #007ed7;
}

.ly_text ul li a{
    display: block;
    width: 103px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    background: #007ed7;
    margin-top: 20px;
}



.ly_text ul li a:hover{
    background: #ffae00;
}

.sz_list>ul>li{
    margin-bottom: 40px;
}



/*公司简介开始*/
.cpy{
    background:  url(../images/cpy_bj.jpg) top center no-repeat;
    height: 633px;
    overflow: hidden;
    *zoom: 1;
}


.cpy_left{
    width: 626px;
}


.cpy_left h3{
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}


.cpy_left p{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 2em;
}

.cpy_left a{
    display: block;
    width: 149px;
    height: 36px;
    background: #007ed7;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    margin-top: 28px;
}

.cpy_left a:hover{
    background: #0e6eb8;
}


.cpy_right{
    width: 478px;
    height: 337px;
    margin-top: 48px;
}


.cpy_main{
    margin-top: 65px;
}



/*新闻中心*/


.news_left{
    width: 776px;
}

.news_lhd{
    border-bottom: 1px solid #bcbcbc;
    height: 30px;
    margin-bottom: 25px;
}

.news_lhd ul li a{
    font-size: 17px;
    color: #324357;
    font-weight: bold;
    padding-left: 29px;
}

.news_lhd ul li{
    margin-right: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.news_lhd ul li:hover{
    opacity: 0.5;
}


.newl{
    display: block;
    width: 262px;
    height: 328px;
    overflow: hidden;

}

.newr{
    width: 470px;
}


.news_list ul li a{
    font-size: 14px;
    color: #3d3d3d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 300px;

}




.news_list ul li{
    line-height: 47px;
    border-bottom: 1px dashed #eee;
    background:  url(../images/njt.png) left center no-repeat;
    padding-left: 16px;
}


.news_list ul li p{
    font-size: 13px;
    color: #686868;
}


.news_list ul li a:hover{
    color: #007ed7;
}


.news_right{
    width: 366px;
}


.news_list2 ul li a{
    width: 235px;
}



/*在线留言*/

.message{
    background:  url(../images/message.jpg) top center no-repeat;
    height: 568px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 65px;
}


.mg_t{
    font-size: 15px;
    color: #6b6b6b;
    text-align: center;
}


.meg input[type="text"]{
    width: 46%;
    height: 37px;
    border: none;
    padding: 0 1.5%;

}


.meg {
    width: 900px;
    margin: 55px auto;
}


.meg p{
    margin-bottom: 13px;
}


.meg textarea{
    width: 97%;
    padding: 1em 1.5%;
    border: none;
    margin-bottom: 41px;
}

.meg input[type="submit"]{
    width: 116px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #ffffff;
    border: none;

    background: #1a3f8f;
    -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: 0 25px;
}



.meg input[type="reset"]{
    width: 116px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #ffffff;
    border: none;
    background: #007ed7;
}

.meg input[type="submit"]:hover{
    background: #007ed7;
}


/*友情链接*/

.fd_link h3{
    font-size: 16px;
    color: #404040;
}


.fd_link{
    line-height: 67px;
}


.fd_link ul li a{
    font-size: 14px;
    color: #6c6c6c;

}

.fd_link ul li a:hover{
    color: #007ed7;
}


.fd_link ul li{
    margin-right: 45px;
}


/*底部开始*/
.ft_nav ul li a{
    font-size: 15px;
    color: #ffffff;
    line-height: 118px;
    padding: 0 10px;
}

.ft_nav ul li{
    font-size: 15px;
    color: #ffffff;
}


.ft_nav ul{
    display: inline-block;

}


.footer{
    background: #1a3f8f;
    overflow: hidden;
    *zoom: 1;

    text-align: center;
    /*padding-bottom: 20px;*/
}


.footer h3{
    font-size: 22px;
    color: #ffffff;
}



.ft_nr{
    font-size: 13px;
    color: #ffffff;
    line-height: 1.8em;
    margin: 1em 2em;
}

.ft_nr span{
    padding: 0 1em;
}

.ft_cpy{
    font-size: 13px;
    color: #a9b2cd;
    line-height: 1.8em;
}


.ft_cpy span{
    padding: 0 1em;
}
























