﻿/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 100%;
}
ul, li
{
    list-style: none;
}
a
{
    color: #000;
    text-decoration: none;
}
img
{
    border: none;
}
i, em
{
    font-style: normal;
}
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.clear
{
    clear: both;
}
.auto
{
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after
{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfloat
{
    zoom: 1;
}
.head_top
{
    width: 100%;
    height: 85px;
    background: -webkit-linear-gradient(#0057a8,#003f90);/* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0057a8,#003f90);/* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0057a8,#003f90);/* Firefox 3.6 - 15 */
    background: linear-gradient(#0057a8,#003f90);/* 标准的语法 */
    position: fixed;
    top: 0;
    z-index: 99;
}
.head_all
{
    width: 1200px;
    margin: 0 auto;
}
.head_top_logo
{
    width: 192px;
    height: 85px;
    float: left;
}
.head_top_logo a
{
    width: 100%;
    height: 85px;
    display: block;
    background: url(../png/9o4pyp.png) center no-repeat;
}
.head_nav
{
    width: 930px;
    float: right;
}
.nav
{
    float: right;
}
.nav *
{
    text-decoration: none;
    font-size: 16px;
}
.menu
{
    list-style: none;
    height: 85px;
    width: 100%;
}
.nav
{
    list-style: none;
    height: 85px;
    width: 900px;
    margin: 0 auto;
}
.nav li
{
    float: left;
    position: relative;
    margin-left: 54px;
}
.nav li a
{
    color: #fff;
    height: 85px;
    line-height: 85px;
    blr: expression(this.onFocus=this.close());
    blr: expression(this.onFocus=this.blur());
    display: inline-block;
}
.nav li a:focus
{
    -moz-outline-style: none;
}
.nav li .sub-nav
{
    position: absolute;
    top: 84px;
    left: -91px;
    list-style: none;
    display: none;
    z-index: 99;
}
.nav li .sub-nav li
{
    text-align: center;
    clear: left;
    width: 140px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.nav li .sub-nav li a
{
    height: 35px;
    line-height: 35px;
    width: 138px;
    padding: 0;
    display: inline-block;
    background-color: #003f90;
    margin-bottom: 10px;
}
.nav li .sub-nav li a:hover
{
    background-color: #0a94aa;
}
.banner_list
{
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    margin-top: 15px;
    background: url(../jpg/30tagm.jpg) center no-repeat;
}
.head_banner
{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.head_rm
{
    width: 1200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #000;
    opacity: .3;
    z-index: 5;
}
.rm_p
{
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    line-height: 35px;
}
.m_nr1
{
    width: 1200px;
    margin: 35px auto;
}
.nr1_left
{
    width: 865px;
    float: left;
}
#tab
{
    position: relative;
    width: 100%;
}
#tab .tabList ul li
{
    float: left;
    font-size: 14px;
    color: #5a5a5a;
    background-color: #f1f1f1;
    width: 110px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    line-height: 35px;
    position: relative;
    cursor: pointer;
}
.clearfix
{
    float: left;
    width: 372px;
    display: flex;
    justify-content: space-between;
}
.tabCon img
{
    width: 312px;
    height: 150px;
}
#tab .tabCon
{
    position: absolute;
    left: -1px;
    top: 70px;
    border-top: none;
    width: 340px;
    height: 250px;
    border-right: 1px dashed #dcdcdc;
}
#tab .tabCon div
{
    width: 312px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
#tab .tabList li.cur
{
    border-bottom: none;
    background: #003f90;
    color: #fff;
}
#tab .tabCon div.cur
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#tab .tabCon div h1
{
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    font-size: 12px;
}
#tab .tabCon div h1 em
{
    float: left;
    display: block;
    width: 230px;
    color: #5a5a5a;
    height: 25px;
    overflow: hidden;
}
#tab .tabCon div h1 span
{
    float: right;
    display: block;
    color: #9a9a9a;
}
#tab .tabCon div p
{
    width: 100%;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    letter-spacing: 1px;
}
#tab h2
{
    line-height: 45px;
}
#tab h2 a
{
    float: right;
    color: #003f90;
    font-family: arial;
}
.tabCon ul
{
    position: absolute;
    left: 380px;
    top: 0;
    width: 495px;
}
.tabCon ul li
{
    height: 35px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 35px;
    position: relative;
}
.tabCon ul li span
{
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #7a7a7a;/*透明 透明 透明 黄*/
    position: absolute;
    top: 11px;
    left: 20px;
}
.tabCon ul li h3 em
{
    float: left;
    font-size: 12px;
    color: #5a5a5a;
    margin-left: 40px;
    line-height: 35px;
}
.tabCon ul li h3 i
{
    float: right;
    color: #7a7a7a;
}
.nr1_right
{
    width: 280px;
    float: right;
}
.nr1_right_email
{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 68px;
    margin-bottom: 30px;
}
.nr1_right_email i
{
    font-size: 40px;
    color: #003f90;
    float: left;
    margin: 15px 20px;
    margin-left: 30px;
}
.nr1_right_email div
{
    float: left;
    margin-top: 15px;
}
.nr1_right_email div h1
{
    font-size: 14px;
    color: #5a5a5a;
}
.nr1_right_email div p
{
    font-size: 12px;
    color: #9a9a9a;
}
.head_znss
{
    width: 188px;
    margin: 0 auto;
    border-top: 1px dashed #dcdcdc;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 15px;
}
.ss_ss_div
{
    margin-top: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #003f90;
}
.m_nr2
{
    width: 1200px;
    margin: 0 auto;
}
.nr2_left
{
    width: 464px;
    float: left;
}
.nr2_left h1
{
    width: 100%;
    height: 40px;
}
.nr2_left_h1
{
    font-size: 16px;
    color: #3a3a3a;
}
.nr2_left_h1 i
{
    font-size: 12px;
    color: #9a9a9a;
}
.notice
{
    width: 462px;
    overflow: hidden;
}
.notice-tit
{
    position: relative;
    height: 28px;
}
.notice-tit ul
{
    position: absolute;
    width: 462px;
    height: 25px;
}
.notice-tit ul li
{
    float: left;
    padding: 0 10px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    color: #796565;
    margin-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.notice-tit ul li.selected
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.notice-con div
{
    height: 170px;
    margin-top: -2px;
    display: none;
    border: 1px solid #dcdcdc;
}
.notice-con div img
{
    width: 200px;
    height: 130px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.notice-con div section
{
    width: 175px;
    height: 130px;
    margin-top: 20px;
    float: left;
    background-color: #f1f1f1;
}
.notice-con div section h1
{
    margin-top: 20px;
    font-size: 12px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    color: #003f90;
    font-weight: bold;
    text-align: center;
}
.notice-con div section p
{
    width: 150px;
    margin: 0 auto;
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.notice-con div section a
{
    display: block;
    width: 45px;
    margin: 10px auto;
    height: 15px;
    font-size: 8px;
    color: #003f90;
    text-align: center;
}
.nr2_center
{
    width: 400px;
    float: left;
}
.nr2_left_h1 a
{
    float: right;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    color: #003f90;
}
.picScroll
{
    margin: 10px auto;
    position: relative;
    width: 370px;
    padding: 10px 0 10px 30px;
    background: #fff;
    overflow: hidden;
}
.picScroll .prev
{
    display: block;
    position: absolute;
    top: 86px;
    right: 5px;
    width: 17px;
    height: 35px;
    background: url(../jpg/fkjg8m.jpg) no-repeat;
}
.picScroll .next
{
    display: block;
    position: absolute;
    top: 86px;
    left: 5px;
    width: 17px;
    height: 35px;
    background: url(../jpg/m8umj3.jpg) no-repeat;
}
.picScroll ul
{
    overflow: hidden;
    zoom: 1;
}
.picScroll ul li
{
    width: 150px;
    float: left;
    overflow: hidden;
    padding: 0 10px;
}
.picScroll ul li img
{
    width: 150px;
    display: block;
    border: 1px solid #dcdcdc;
}
.nr2_right
{
    width: 278px;
    height: 200px;
    border: 1px solid #dcdcdc;
    float: right;
    margin-top: 40px;
}
.nr2_right h1
{
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 30px;
    text-align: center;
}
.nr2_right span
{
    display: block;
    float: left;
    background: url(../jpg/fs6jzl.jpg) center no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 10px;
}
.nr2_right li
{
    margin-left: 65px;
    margin-top: 15px;
    line-height: 25px;
}
.nr2_right li a
{
    color: #5a5a5a;
    font-size: 12px;
}
.foot
{
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    margin-top: 20px;
}
.ft_ul
{
    width: 115px;
    float: left;
}
.ft_ul dl dt
{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 30px;
}
.ft_ul dl dd
{
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 5px;
}
.ft_ul dl dt a
{
    color: #5a5a5a;
}
.ft_ul dl dd a
{
    color: #5a5a5a;
}
.ewm
{
    width: 132px;
    height: 152px;
    float: right;
    margin-right: 65px;
    background: url(../jpg/rpfa1r.jpg) center no-repeat;
}
.bq
{
    width: 100%;
    height: 30px;
    background-color: #3c3c3c;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.bq a
{
    color: #fff;
}
.show
{
    width: 1200px;
    margin: 25px auto;
}
.show_left
{
    width: 865px;
    float: left;
}
.show_left_list
{
    width: 100%;
    height: 35px;
    margin-bottom: 25px;
}
.show_left_list li
{
    width: 110px;
    margin-right: 20px;
    height: 35px;
    float: left;
}
.show_left_list li a
{
    display: block;
    width: 100%;
    color: #5a5a5a;
    height: 35px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 35px;
}
.show_left_list li a:hover
{
    background-color: #003f90;
    color: #fff;
}
.show_left_list li a.hover
{
    background-color: #003f90;
    color: #fff;
}
.news_list li
{
    width: 410px;
    height: 90px;
    float: left;
    border-bottom: 1px dashed #dcdcdc;
}
.news_list li a h1
{
    color: #333;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    width: 85%;
}
.news_list li a p
{
    line-height: 20px;
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
}
.news_list li:nth-child(odd)
{
    margin-right: 40px;
}
.list_ym
{
    height: 50px;
}
.product_list li
{
    float: left;
    margin: 0 8px;
    width: 200px;
    height: 170px;
}
.product_list li img
{
    width: 100%;
    height: 130px;
}
.product_list li h1
{
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    height: 30px;
    overflow: hidden;
}
.shownews_bt
{
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.shownews_time
{
    display: block;
    line-height: 55px;
    font-size: 16px;
    color: #a6a2a2;
    text-align: center;
}
.pro_top img
{
    float: left;
    width: 411px;
    height: 265px;
    margin-right: 40px;
}
.pro_top div
{
    float: left;
    width: 410px;
}
.pro_top div h1
{
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.pro_top div p
{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.pro_top div a
{
    display: block;
    width: 90px;
    float: left;
    font-size: 14px;
    height: 35px;
    margin-top: 25px;
    line-height: 35px;
    background-color: #003f90;
    text-align: center;
    color: #fff;
}
.pro_text h5
{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    height: 60px;
    line-height: 60px;
}
.navsearch_input input
{
    float: left;
    line-height: 28px;
    border: none;
    height: 28px;
    outline: #f0f8ff;
    border-top-left-radius: 6px;
    text-indent: 1em;
    border-bottom-left-radius: 6px;
    margin-right: -15px;
}
.searchgo
{
    float: right;
    margin-top: 4px;
    border: none;
    line-height: 24px;
    width: 50px;
    background: url(../jpg/nbyg95.jpg) 20px center no-repeat;
}
.tabCon ul
{
    display: none;
}
.tabCon .cur ul
{
    display: block;
}
.cur_a
{
    display: none;
}
.tabCon .cur .cur_a
{
    display: block;
}