/* 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
    min-width: 1020px;
    background-color: #f1f1f1;
}
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:underline;}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{ text-decoration:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1010px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{zoom:1;}
.clear:after{content:""; display:block;clear:both;}


/*头部样式开始*/

.header{
    height: 95px;
    background-color: #fff;
}
.header_logo{
    padding-top: 10px;
}
.header_logo img{
    display: block;
}
.header_nav{
    padding-top: 32px;
}
.header_nav li{
    float: left;
    margin-left: 38px;
}
.header_nav li a{
    display: block;
    font-size: 16px;
    color: #666;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    transition: all 0.5s;
}
.header_nav li a:hover{
    border-bottom: 3px solid #1f98cf;
    color: #1f98cf;
}

/*banner部分样式开始*/
/* flexslider */
.flexslider{position:relative;height:657px;overflow:hidden;background:url(../images/loading2.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;width: 100%;height: 657px;}
.slides li{height: 657px;;background-size: cover; }
.slides li a{ display:block; width:100%; height:100%; text-align:left; text-indent:-9999px}
.flex-control-nav{position:absolute;bottom:30px;z-index:2; left:50%;margin-left:-35px; text-align:center;}
.flex-control-nav li{display:inline-block;width:13px; float:left;height:13px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:13px;height:13px;line-height:40px;overflow:hidden;background-color: #123e7d;cursor:pointer;border-radius: 50%;opacity: 0.8;}
.flex-control-nav .flex-active{background-color: #7abb2b;}

.flex-direction-nav{position:absolute;z-index:3; left:0;width:100%;top:50%;margin-top: -32px;display: none;}
.flex-direction-nav li a{display:block;width:41px;height:65px;overflow:hidden;cursor:pointer;position:absolute;opacity: 0.3;}
.flex-direction-nav li a:hover{opacity: 0.6;}
.flex-direction-nav li a.flex-prev{left:60px;background:url(../images/goLeft.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:60px;background:url(../images/goRight.png) center center no-repeat;}
.flexslider:hover .flex-direction-nav{display: block;}


/*推荐产品部分样式开始*/
.tjcp{
    padding: 44px 0 42px 0;
    background-color: #fff;
}
.i_bt{
    text-align: center;
}
.i_bt p.title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.i_bt p.wz{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
}
.tjcp_list{
    margin-top: 35px;
}
.tjcp_list li{
    width: 196px;
    background-color: #fff;
    height: 298px;
    padding: 20px 24px;
    text-align: center;
    float: left;
    margin-right: 11px;
    transition: all 0.5s;
}
.tjcp_list li:nth-of-type(4n+4){
    margin-right: 0;
}
.tjcp_list li p.title{
    font-size: 20px;
    color: #333;
    display: block;
}
.tjcp_list li p.wz{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 16px 0;
    height: 60px;
    overflow: hidden;
}
.tjcp_list li i.img{
    display: block;
    width: 196px;
    height: 183px;
    overflow: hidden;
    position: relative;

}
.tjcp_list li i.img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.5s;
}
.tjcp_list li a{
    text-decoration: none;
}
.tjcp_list li a:hover i.img img{
    transform: scale(1.1);
}
.tjcp_list li:hover{
    background-color: #f1f1f1;
}
.tjcp_list li a:hover p.title{
    color: #1f98cf;
}
.tjcp a.ckgd{
    display: block;
    width: 137px;
    height: 37px;
    background-color: #1f98cf;
    border-radius: 33px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    margin-top: 18px;
}

.gy_ys{
    background: #f1f1f1 url("../images/gy_bg.jpg") no-repeat bottom center;
    min-height: 875px;
    padding: 38px 0 32px 0;
}
.gywm_img{
    margin-top: 22px;
}
.gywm_img i{
    display: block;
    float: left;
    margin-right: 8px;
}
.gywm_img i:nth-of-type(3n+3){
    margin-right: 0;
}
.gywm_img i img{
    width: 331px;
    height: 261px;
    display: block;
}

/*产品优势部分样式开始*/
.cpys{
    padding-top: 40px;
}
.cpys_list{
    margin-top: 30px;
}
.cpys_list li{
    width: 170px;
    background-color: #fff;
    height: 162px;
    border: 1px solid #e7edf2;
    padding: 0 35px;
    float: left;
    margin-bottom: 7px;
    margin-right: 14px;
}
.cpys_list li:nth-of-type(4n+4){
    margin-right: 0;
}
.cpys_list li.bt>p.bt{
    font-size: 20px;
    color: #333;
    display: block;
    text-align: center;
    padding: 21px 0 8px 0;
    border-bottom: 1px solid #ccc;
}
.cpys_list li.bt>p.wz{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 5px;
}
.cpys_list li.bt i.ico{
    display: block;
    margin: 0 auto;
    width: 15px;
    margin-top: 10px;
}
.cpys_list li i.ys{
    display: block;
    padding: 31px 0 16px 0;
}
.cpys_list li i.ys img{
    display: block;
    margin: 0 auto;
    height: 65px;
}
.cpys_list li p.ys_wz{
    font-size: 20px;
    color: #333;
    text-align: center;
    display: block;
}
/*
新闻中心部分样式开始*/
.news{
    background-color: #fff;
    padding: 46px 0;
}

/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:1110px;height:229px;margin: 0 auto;margin-top: 50px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1080px;height:229px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:430px;padding: 0 55px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-10px;width:12px;height:20px;
    font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:5px;background: url("../images/go-left.jpg");}
.scroll_horizontal .next{right:5px;background: url("../images/go-right.jpg");}


.news_list li span.time{
    display: block;
    font-size: 60px;
    color: #1f98cf;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.news_list li a.bt{
    font-size: 18px;
    color: #333;
    display: block;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_list li i.heng{
    display: block;
    margin: 32px 0 18px 0;
}
.news_list li i.heng img{
    display: block;
    margin: 0 auto;
}
.news_list li p.wz{
    font-size: 13px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.news a.ckgd{
    display: block;
    width: 133px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    border-radius: 17px;
    font-size: 16px;
    color: #666;
    margin-top: 40px;
}

/*联系我们部分样式开始*/
.lxwm{
    padding: 40px 0 54px 0;
}
.lxwm_lx{
    text-align: center;
    padding: 45px 0 40px 0;
}
.lxwm_lx>div{
    display: inline-block;
    margin: 0 25px;
}
.lxwm_lx>div i{
    display: block;
}
.lxwm_lx>div i img{
    display: block;
    margin: 0 auto;
}
.lxwm_lx>div span{
    display: block;
    font-size: 15px;
    color: #333;
    padding-top: 13px;
    text-align: center;
    width: 178px;
}
.lx_form>label{
    display: block;
    background-color: #fff;
    float: left;
    height: 42px;
    width: 462px;
    padding: 0 20px;
    margin-bottom: 12px;
    margin-right: 6px;
}
.lx_form>label:nth-of-type(2n+2),.lx_form>label:last-of-type{
    margin-right: 0;
}
.lx_form>label>span{
    display: block;
    font-size: 14px;
    color: #333;
    height: 14px;
    border-right: 1px solid #ccc;
    width: 68px;
    float: left;
    margin-top: 13px;
    margin-right: 12px;
}
.lx_form>label>input{
    font-size: 14px;
    color: #999;
    height: 42px;
    border: 0;
    padding: 0 10px;
    width: 360px;
}
.lx_form>label:last-of-type{
    height: auto;
    width: auto;
    padding: 0;
}
.lx_form>label textarea{
    border: 0;
    font-size: 14px;
    color: #333333;
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    width: 960px;
    height: 123px;
    padding: 15px 25px;
}
.lxwm a.ckgd{
    display: block;
    width: 133px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    border-radius: 17px;
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    background-color: #fff;
}

/*footer部分样式开始*/
.footer_top{
    background-color: #333;
    padding: 56px 0 34px 0;
}
.footer_nav{
    width: 780px;
}
.footer_nav>ul li{
    line-height: 30px;
    min-width: 90px;
    margin-right: 30px;
}
.footer_nav>ul>li{
    float: left;
}
.footer_nav>ul>li>a{
    font-size: 14px;
    color: #fff;
}
.footer_nav>ul>li ul.ej li a{
    font-size: 14px;
    color: #ccc;
}
.footer_ewm{
    width: 142px;
}
.footer_ewm img{
    width: 142px;
    display: block;
}
.footer_ewm p{
    font-size: 15px;
    color: #f1f1f1;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.footer_bq{
    font-size: 14px;
    color: #999;
    height: 42px;
    line-height: 42px;
    background-color: #000;
    text-align: center;
}

/*内页样式开始*/
.nei_banner{
    height: 358px;
}
.nei_nr{
    padding: 45px 0 80px 0;
    min-height: 300px;
}
.nei_nav{
    text-align: center;
}
.nei_nav li{
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 3px;
}
.nei_nav li a{
    display: block;
    width: 248px;
    height: 50px;
    background-color: #b5b5b5;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s;
}
.nei_nav li.on a,.nei_nav li a:hover{
    background-color: #1f98cf;
}
.page_bt{
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 58px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
}
.page_box{
    margin-top: 30px;
}
.page_content{
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.page_content img{
    max-width: 100%;
}
.page_content tr,td{
    border: solid 1px #ccc;
}

.show_title{
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}
/*新闻列表页样式开始*/
.nei_list_xw li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #e5e5e5;
}
.nei_list_xw li a{
    color: #333;
    float: left;
}
.nei_list_xw li span{
    float: right;
}

.page_box .tjcp_list li{
    margin-bottom: 20px;
}

/*产品详情部分样式开始*/
.nei_cp_top{
    background-color: #fff;
}
.nei_cp_nav{
    border-bottom: 1px solid #eee;
    padding: 28px 0 17px 0;
    font-size: 15px;
    color: #333;
}
.nei_cp_nav span{
    margin-right: 10px;
}
.nei_cp_nav a{
    font-size: 16px;
    color: #666;
    margin-right: 35px;
}
.nei_cp_nav a:hover{
    color: #1f99cc;
}
.nei_cp_img{
    width: 428px;
    height: 308px;
    border: 2px solid #f1f1f1;
    padding: 10px;
}
.nei_cp_img i{
    display: block;
    width: 428px;
    height: 308px;
    position: relative;
}
.nei_cp_img i img{
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.nei_cpjs{
    padding: 12px 0;
}
.nei_cp_js{
    width: 340px;
    margin-left: 64px;
}
.nei_cp_js p.bt{
    font-size: 30px;
    color: #000;
    display: block;
    margin: 45px 0 18px 0;
}
.nei_cp_js p.wz{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 1px dashed #d9d9d9;
}
.nei_cp_js>div{
    padding-top: 12px;
}
.nei_cp_js>div i img{
    display: block;
    width: 130px;
    height: 130px;
}
.nei_cp_js>div p{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    width: 160px;
    margin: 35px 0 0 25px;
}
.nei_cp_js>div p span{
    color: #1f98cf;
}
.cp_xq_box{
    padding: 50px 0 80px 0;
    min-height: 200px;
}
.nei_cp_bt{
    font-size: 30px;
    color: #333;
    background: url("../images/cpxq_bg.png") no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
}
.nei_cp_content{
    font-size: 16px;
    color: #666;
    line-height: 27px;
    margin-top: 23px;
}
.nei_cp_content img{
    max-width: 100%;
}