@charset "utf-8";

html,
body {
    font: 12px/1.8 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    color: #333;
    -webkit-text-size-adjust: none;
    background: url(../images/header.png) no-repeat center top
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #25338F;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.clear {
    clear: both;
}

.q1200 {
    width: 1200px;
    margin: 0 auto
}

#cnzz_stat_icon_1271253034 {
    display: none !IMPORTANT
}

/*头部*/
header {
    width: 100%;
    height: 126px;
}

.header_l {
    float: left;
    width: 40%;
    margin-top: 58px;
    display: flex;
}

.header_l .logo_l {
    float: left;
    width: 60%;
}

.header_l .logo_l img{
	width: 100%;
}

.header_l h2 {
    float: left;
    display: none
}

.header_l .logo_r{
	float: left;
	margin-left: 20px;
    font-size: 26px;
    color: #333;
    margin-top: 4px;
    line-height: 30px;
    font-weight: bold;
}

.header_l .logo_r span{
	line-height: 32px;
    margin-top: 18px;
    font-weight: normal;
    font-size: 20px;
    color: #ed6d1f;
}

.header_r {
    float: right;
    width: 60%;
}

.header_icon {
    width: 100%;
    overflow: hidden
}



/*语言*/
.header_lang {
    float: right;
    height: 20px;
    margin-top: 20px;
}

.header_lang a {
    height: 20px;
    display: block;
    padding-left: 28px;
    line-height: 20px;
    font-size: 14px;
    color: #646464;
    float: left;
    text-transform: capitalize
}

.header_lang a:hover {
    color: #25338F
}

.header_lang span {
    display: block;
    float: left;
    color: #919191;
    margin: 0 12px;
}

#lang_cn {
    background: url(../images/lang_cn.jpg) no-repeat center left
}

#lang_en {
    background: url(../images/lang_en.jpg) no-repeat center left
}


/*搜索*/
.search {
    width: auto;
    height: 29px;
    float: right;
    margin-top: 14px;
    margin-left: 18px;
}

.search form {
    height: 29px;
}

.navsearch_input {
    width: auto;
    height: 29PX;
    float: left;
}

.navsearch_input input {
    width: 189PX;
    height: 29PX;
    border: none;
    outline: none;
    text-indent: 14px;
    font-size: 14px;
    color: #c9c9c9;
    margin: 0;
    padding: 0;
    line-height: 29px;
    float: left;
    font-family: "微软雅黑";
    background: url(../images/ss_l.png) no-repeat;
}

.searchgo {
    float: right;
    width: 35px;
    height: 29px;
    background: url(../images/ss_r.png) no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block
}

/*导航*/
.nav {
    height: 80px;
    position: relative;
    z-index: 400;
    margin-top: 3px;
}

.nav ul {
    zoom: 1;
    float: right
}

.nav li {
    width: 110px;
    float: left;
    text-align: center;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.nav li a {
    color: #323232;
    display: block;
    height: 80px;
}

.nav li:hover a {
    color: #25338F;
}

.nav ul li:hover ul {
    display: block
}

.nav ul li ul {
    position: absolute;
    z-index: 9999;
    background: #25338F;
    display: none
}

.nav ul li ul li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #08084C
}

.nav ul li ul li a {
    height: 40px;
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.nav ul li ul li a:hover {
    color: #e6692f !important
}

/*banner*/
.banner {
    width: 100%;
    height: 570px;
    overflow: hidden;
    position: relative
}

.banner li {
    width: 100%;
    height: 570px;
}

.banner .bx-controls-direction {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 217px;
    display: none
}

.banner .bx-controls-direction a {
    display: block;
    width: 66px;
    height: 66px;
}

.banner .bx-controls-direction .bx-prev {
    background: url(../images/banner_prev.png) no-repeat;
    float: left;
    display: none
}

.banner .bx-controls-direction .bx-next {
    background: url(../images/banner_next.png) no-repeat;
    float: right;
    display: none
}

.banner .bx-controls {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999
}

.banner .bx-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 528px;
}

.banner .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px
}

.banner .bx-pager .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 14px;
    background: #fff;
    transition: width .5s;
    -moz-transition: width .5s;
    /* Firefox 4 */
    -webkit-transition: width .5s;
    /* Safari and Chrome */
    -o-transition: width .5s;
    /* Opera */
}

.banner .bx-pager .bx-pager-item a.active {
    background: #e6692f;
    width: 36px;
    height: 12px;
}


.ny_banner {
    width: 100%;
    height: 300px;
    overflow: hidden
}





/*产品中心*/
.main1 {
    width: 100%;
    height: 410px;
    overflow: hidden
}

.main1_title {
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #323232;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 30px 0
}

.main1_title a {
    color: #323232;
}

.main1_m {
    width: 100%;
    position: relative
}

.main1_m ul {}

.main1_m li {
    float: left;
    width: 290px;
    height: 256px;
    border-right: 1px solid #e5e5e5;
    padding: 0 35px;
}

.main1_m li h1 {
    width: 290px;
    height: 180px;
    overflow: hidden
}

.main1_m li h1 img {
    width: 100%;
}

.main1_m li h2 {
    font-size: 16px;
    line-height: 46px;
}

.main1_m li h2 a {
    color: #4652A2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.main1_m li h3 {
    font-size: 12px;
    font-family: Arial;
}

.main1_m li h3 a {
    color: #4652A2;
}

.main1_m .bx-wrapper {
    max-width: 1080px !important;
    margin: 0 auto
}

.main1_m .bx-controls-direction {
    width: 100%;
    position: absolute;
    height: 30px;
    top: 118px;
    left: 0px
}

.main1_m .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute
}

.main1_m .bx-prev {
    background: url(../images/pro_prev.png) no-repeat;
    left: 0px;
}

.main1_m .bx-prev:hover {
    background: url(../images/pro_prev_h.png) no-repeat
}

.main1_m .bx-next {
    background: url(../images/pro_next.png) no-repeat;
    right: 0px
}

.main1_m .bx-next:hover {
    background: url(../images/pro_next_h.png) no-repeat
}


.index_title {
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #323232;
    height: 70px;
    line-height: 70px;
    margin-top: 20px;
}

/*新闻中心*/
.main2 {
    width: 100%;
    height: 368px;
    background: #f5f5f5;
    overflow: hidden
}

.news {
    width: 558px;
    float: left;
}

.news_title a {
    color: #323232;
}

.news_m {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news_m_title {
    float: left;
    width: 128px;
    height: 240px;
}

.news_m_title li {
    width: 126px;
    height: 74px;
    border: 1px solid #d2d2d2;
    background: #e6e6e6;
    font-size: 14px;
    line-height: 74px;
    text-align: center;
    margin-bottom: 6px;
}

.news_m_title li a {
    display: block;
    color: #323232;
}

.news_m_title li:hover {
    background: #25338F;
    border: 1px solid #25338F;
}

.news_m_title li a:hover {
    color: #fff;
}

.news_m_title li.up {
    border: 1px solid #25338F;
    background: #25338F;
}

.news_m_title li.up a {
    color: #fff;
}

.news_m_main {
    width: 386px;
    height: 200px;
    float: left;
    background: #fff;
    padding: 20px 22px;
    display: none
}

.news_m_main_com {
    width: 100%;
    height: 70px;
    overflow: hidden
}

.news_m_main_com_img {
    width: 96px;
    height: 62px;
    border: 1px solid #c9c9c9;
    padding: 3px;
    float: left;
}

.news_m_main_com_img a {
    width: 96px;
    height: 62px;
    display: block;
    overflow: hidden
}

.news_m_main_com_img a img {
    width: 100%;
}

.news_m_main_com_text {
    float: right;
    width: 268px;
    height: 69px;
    border-bottom: 1px solid #e8e8e8
}

.news_m_main_com_text h1 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.news_m_main_com_text h1 a {
    color: #323232;
}

.news_m_main_com_text h1 a:hover {
    color: #25338F;
}

.news_m_main_com_text h2 {
    font-size: 12px;
    color: #818181;
    line-height: 20px;
}

.news_m_main.block {
    display: block
}

.news_m_main_list {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.news_m_main_list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: url(../images/news_bg.jpg) no-repeat center left;
    overflow: hidden
}

.news_m_main_list li a {
    float: left;
    color: #555555;
    margin-left: 14px
}

.news_m_main_list li a:hover {
    color: #25338F;
}

.news_m_main_list li span {
    float: right;
    color: #9f9f9f;
    font-family: Arial;
}


/*关于鸿铭*/
.about {
    width: 600px;
    height: 240px;
    float: right
}

.about_m {
    width: 100%;
    overflow: hidden
}

.about_m_img {
    width: 320px;
    height: 240px;
    overflow: hidden;
    float: left
}

.about_m_img img {
    height: 100%;
}

.about_m_text {
    width: 230px;
    height: 240px;
    padding: 0 25px;
    float: right;
    background: url(../images/about_m_text_bg.jpg) no-repeat center
}

.about_m_text h1 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 24px;
    margin-top: 16px;
    height: 174px;
    overflow: hidden;
}

.about_m_text h2 {
    font-size: 14px;
    margin-top: 14px;
}

.about_m_text h2 a {
    color: #e3672d;
}


/*友情链接*/
.link {
    width: 100%;
    overflow: hidden
}

.link_m {
    width: 100%;
    height: 48px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.link_m a {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    float: left;
    font-size: 14px;
    color: #5a5a5a;
    background: url(../images/link_bg.jpg) no-repeat center left;
    padding: 0 16px;
}

#link_1 {
    background: none;
    padding: 0 16px 0 0
}

/*底部*/
footer {
    width: 100%;
    height: 370px;
    background: #25338F;
    overflow: hidden;
    margin-top: 60px;
}

.footer_m {
    width: 100%;
    height: 313px;
    overflow: hidden;
}

.footer_m_tant1 {
    float: left;
    width: 106px;
    height: 240px;
    background: url(../images/footer_m_bg.jpg) no-repeat center right;
    margin-top: 28px;
    padding-right: 10px;
}

.footer_m_tant1 h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_m_tant1 h2 {
    width: 100%;
    overflow: hidden
}

.footer_m_tant1 h2 a {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #e0e0e0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.footer_m_tant2 {
    float: left;
    width: 230px;
    height: 240px;
    background: url(../images/footer_m_bg.jpg) no-repeat center right;
    margin-top: 28px;
    padding-left: 40px;
}

.footer_m_tant2 h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_m_tant2 h2 {
    width: 100%;
    overflow: hidden
}

.footer_m_tant2 h2 a {
    display: block;
/*    float: left;*/
    width: 200px;
    height: 34px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 14px;
    line-height: 34px;
    color: #e0e0e0
}

.footer_m_tant3 {
    float: left;
    width: 130px;
    height: 240px;
    background: url(../images/footer_m_bg.jpg) no-repeat center right;
    margin-top: 28px;
    text-align: center;
    padding: 0 10px;
}

.footer_m_tant3 h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_m_tant3 h2 {
    width: 100%;
    overflow: hidden
}

.footer_m_tant3 h2 a {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #e0e0e0
}

.footer_m_tant4 {
    float: left;
    width: 310px;
    height: 240px;
    background: url(../images/footer_m_bg.jpg) no-repeat center right;
    margin-top: 28px;
    padding-left: 40px;
}

.footer_m_tant4 h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_m_tant4 h2 {
    width: 100%;
    overflow: hidden
}

.footer_m_tant4 h2 p {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    color: #e0e0e0
}

.footer_m_tant4 h2 a {
    color: #e0e0e0;
}

.footer_m_tant5 {
    float: right;
    width: 280px;
    height: 220px;
    margin-top: 28px;
    padding-top: 5px;
}

.footer_m_tant5 h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}

.footer_m_tant5 .qrc {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #e1e1e1;
    line-height: 26px;
}

.footer_m_tant5 .qrc1{
	width: 116px;
	float: left;
	margin-right: 20px;
}


.footer_m_tant5 .qrc img {
    width: 100%
}

.footer_cop {
    width: 100%;
    height: 120px;
    line-height: 53px;
    overflow: hidden;
    color: #e7e7e7;
    font-size: 14px;
    border-top: 1px solid #4351A9
}

.footer_cop h1 {
    float: left;
    position: relative
}

.footer_cop h3 {
    float: left;
    margin-top: 8px;
    margin-left: 10px
}

.footer_cop h2 {
    float: right
}

.footer_cop a {
    color: #e7e7e7
}








/*内页内容*/
.ny_title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 50px;
}

.ny_nav {
    float: left;
}

.ny_nav li {
    float: left;
    margin-right: 60px;
    height: 58px;
    line-height: 60px;
    font-size: 14px;
}

.ny_nav li a {
    color: #323232
}

.ny_nav h1 {
    line-height: 60px;
    font-size: 24px;
    color: #25338F;
    background: url(../images/ny_nav_h1.jpg) no-repeat center left;
    padding-left: 20px;
}

.ny_weizhi {
    float: right;
    height: 60px;
    background: url(../images/ny_weizhi_bg.jpg) no-repeat center left;
    line-height: 60px;
    font-size: 14px;
    padding-left: 26px;
    color: #5a5a5a
}

.ny_weizhi a {
    color: #5a5a5a
}

.ny_main {
    width: 100%;
    overflow: hidden;
}

.met_page {
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 30px;
}

.met_page a {
    color: #666
}

.met_page a:hover {
    color: #25338F
}

.met_page_left {
    float: left;
    margin-left: 10px
}

.met_page_right {
    float: right;
    margin-right: 10px;
}


/*时间轴样式*/
.fzlc {
    margin-top: 50px;
}

.aboutcouIntro {
    clear: both;
    width: 904px;
    margin: 0 auto;
    padding-bottom: 75px;
    overflow: hidden;
}

.aboutcouIntro .top,
.aboutcouIntro .bot {
    width: 100%;
    height: 78px;
    background: url(../images/span02.png) no-repeat 181px 15px;
    float: left
}

.aboutcouIntro .bot {
    background: url(../images/span03.png) no-repeat 181px 0;
}

.aboutcouIntro .mid {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    background: url(../images/line01.jpg) repeat-y 190px 0;
}

.aboutcouIntro .mid li {
    width: 904px;
    height: 73px;
    margin-bottom: 8px;
}

.aboutcouIntro .mid li:hover time p a {
    color: #fff
}

.aboutcouIntro .mid .time {
    width: 201px;
    height: 73px;
    float: left;
    position: relative;
    background: url(../images/span04.png) no-repeat 1px 7px;
    overflow: hidden
}

.aboutcouIntro .mid .time p {
    width: 138px;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    color: #40444c;
    float: left;
    margin: 7px 0 0 2px;
    display: inline;
    text-align: center
}

.aboutcouIntro .mid .intro {
    width: 678px;
    height: 73px;
    position: relative;
    float: right;
    background: url(../images/libg04.png) no-repeat;
    overflow: hidden;
    line-height: 20px;
    overflow: hidden
}

.aboutcouIntro .mid .intro p {
    padding: 10px 10px 10px 20px;
}

.aboutcouIntro .mid .intro br {
    height: 14px;
    line-height: 14px;
}

.aboutcouIntro .mid li.hover .time p,
.aboutcouIntro .mid li.on .time p {
    color: #fff
}

.aboutcouIntro .mid li.hover .time p a,
.aboutcouIntro .mid li.on .time p a {
    color: #fff;
    text-decoration: none
}

.aboutcouIntro .mid li.hover .time,
.aboutcouIntro .mid li.on .time {
    background: url(../images/span04_h.png) no-repeat 1px 7px;
}

.aboutcouIntro .mid li.hover .intro p,
.aboutcouIntro .mid li.on .intro p {
    color: #fff
}

.aboutcouIntro .mid li.hover .intro,
.aboutcouIntro .mid li.on .intro {
    background: url(../images/libg04_h.png) no-repeat;
    color: #fff
}




/*简介页面*/
.showtext {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: 25px;
    font-size: 14PX;
}


.ny_about {
    width: 100%;
    overflow: hidden
}

.ny_about_main1 {
    width: 100%;
    overflow: hidden
}

.ny_about_l {
    float: left;
    width: 500px;
    height: 320px;
}

.ny_about_r {
    float: right;
    width: 665px;
}

.ny_about_r h1 {
    font-size: 26PX;
    color: #25338F;
    background: url(../images/ny_about_r_h1.jpg) no-repeat left bottom;
    line-height: 60px;
    height: 70px;
    margin-bottom: 10px;
}

.ny_about_r h2 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    text-indent: 2em;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.ny_about_r h3 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    text-indent: 2em;
    padding: 20px 0
}

.ny_about_main2 {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 10px;
}

.ny_about_main2 p {
    margin-top: 20px;
}

/*新闻列表页*/
.newslist {
    width: 100%;
    overflow: hidden;
}

.newslist_tant {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px
}

.newslist_tant_img {
    width: 320px;
    height: 200px;
    float: left;
    overflow: hidden
}

.newslist_tant_img img {
    width: 320px;
    height: 200px;
    object-fit: cover;
}

.newslist_tant_text {
    width: 816px;
    height: 200px;
    float: right
}

.newslist_tant_text h1 {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
}

.newslist_tant_text h1 a {
    color: #323232
}

.newslist_tant_text h1 a:hover {
    color: #25338F
}

.newslist_tant_text h2 {
    font-size: 14px;
    color: #a0a0a0;
    font-family: Arial;
    background: url(../images/newslist_time.jpg) no-repeat center left;
    padding-left: 24px;
}

.newslist_tant_text h3 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    padding-top: 14px;
    border-top: 1px dotted #e5e5e5;
    margin-top: 16px;
}

.shownews {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}


/*产品列表页*/
.prolist {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.prolist ul {
    margin-left: -30px;
    zoom: 1
}

.prolist li {
    float: left;
    width: 380px;
    height: 340px;
    margin-left: 30px;
    margin-bottom: 24px;
    overflow: hidden
}

.prolist li h1 {
    width: 378px;
    height: 258px;
    border: 1px solid #e6e6e6;
    overflow: hidden
}

.prolist li h1 img {
    width: 378px;
    height: 258px;
    object-fit: contain;
}

.prolist li h2 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    background: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prolist li:hover h2 {
    color: #fff;
    background: #25338F
}

.prolist_des {
    width: 100%;
    font-size: 14px;
    color: #323232;
    line-height: 32px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

/*产品内容页*/
.showproduct {
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}

.showproduct_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.ny_author {
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    text-align: center
}

.showproduct_content {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 5px 0
}

.shipin {
    width: 100%;
    overflow: hidden;
    margin: 20px 0
}


/*图片列表页*/
.imglist {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.imglist_title {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #323232;
    margin-bottom: 30px;
}

.imglist_list {
    width: 100%;
    overflow: hidden;
}

.imglist_list ul {
    margin-left: -30px;
    zoom: 1
}

.imglist_list li {
    width: 380px;
    float: left;
    margin-left: 30px;
    margin-bottom: 5px;
}

.imglist_list li h1 {
    width: 378px;
    height: 278px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.imglist_list li h1 img {
    width: 100%
}

.imglist_list li h2 {
    width: 100%;
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 66px;
    text-align: center;
}

.imglist_list li:hover h2 {
    color: #25338F
}


/*下载列表页*/
.downloadlist {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.downloadlist_list {
    width: 100%;
    overflow: hidden;
}

.downloadlist_list li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e5e5e5
}

.downloadlist_list li h1 {
    float: left;
    display: block;
    font-size: 14px;
    color: #323232;
    background: url(../images/downloadlist_list_li.jpg) no-repeat center left;
    padding-left: 40px;
}

.downloadlist_list li h2 {
    float: right;
    font-size: 14px;
    font-family: Arial;
    color: #aaaaaa
}

.downloadlist_list li h3 {
    width: 104px;
    height: 36px;
    background: url(../images/download_icon.jpg) no-repeat center;
    float: right;
    margin-top: 10px;
    margin-left: 58px
}

.downloadlist_list li h3:hover {
    background: url(../images/download_icon_h.jpg) no-repeat center;
}

.downloadlist_list li h3 a {
    width: 104px;
    height: 36px;
    display: block
}

.powered_by_metinfo {
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
}

.powered_by_metinfo a {
    color: #fff;
}


.current{
	border: 1px solid #25338F;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #fff;
    background-color: #25338F;
    text-decoration: none;
}

.num{
	border: 1px solid #ddd;
    padding: 2px 5px 2px 5px;
    color: #959595;
    margin:2px;
}

.num a:hover{
	border: 1px solid #25338F;
    color: #fff;
    background-color: #25338F;
}

#flip{
	padding: 3px;
    margin: 3px;
    text-align: center;
    font-size: 12px;
}


/*联系我们*/

.main-fl {
    font-family: 微软雅黑;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main-fl h3 {
    width: 100%;
    margin: 30px 0;
}

.main-fl p {
    display: flex;
    align-items: center;
    padding: 25px 0;
    padding-right: 10px;
    width: 32%;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 16px;
}

.main-fl p:nth-child(3n),
.main-fl p:nth-child(10) {
    border-right: 1px solid #ddd;
}

.main-fl p:nth-child(9) {
    border-right: 0;
}

.main-fl p:nth-child(4),
.main-fl p:nth-child(5),
.main-fl p:nth-child(6) {
    border-top: 0;
}

.main-fl p img {
	width: 34px;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.main-fl p span {
    font-size: 15px;
}