﻿@charset "utf-8";
/* CSS Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
em,
img,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    /*font-size: 12px;*/
    line-height: 20px;
    font-family: 'SimSun';
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #000000;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #155783;
}

img {
    border: 0;
}


/*全局Layout-------------------------------------------------------*/

.wrapper {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    float: left;
}
/*区域栅格---------------------------------------------------------*/

.col_340 {
    margin-right: 5px;
    border: 0;
    width: 340px;
    float: left;
}

.col_450 {
    margin-right: 5px;
    border: 0;
    width: 450px;
    float: left;
}

.col_200 {
    border: 0;
    width: 200px;
    float: left;
}

.col_655 {
    border: 0;
    width: 655px;
    float: left;
}

.col_1000 {
    border: 0;
    width: 1000px;
    float: left;
}

.col_285 {
    margin-right: 5px;
    border: 0;
    width: 285px;
    float: left;
}

.col_710 {
    border: 0;
    width: 710px;
    float: left;
}

/*头部----------------------------------------------------------------*/

.webheader {
    border: 0;
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
    background: url('../images/webheader_bg.jpg') no-repeat top right;
}

/*头部：网址、联系我们、会员登录*/

.box_toplogin {
    margin: 0 auto;
    width: 1100px;
    height: 40px;
    background: #DDDDDD;
}

.website {
    width: 140px;
    float: left;
    text-align: center;
}

.website a {
    font: bold 12px/40px 'Microsoft YaHei';
    color: #0085B2;
}

.box_aboutus {
    padding-left: 40px;
    width: 100px;
    float: left;
    background: url('../images/icon_tel.gif') no-repeat top left;
}

.box_aboutus a {
    font: normal 12px/40px 'SimSun';
    color: #0085B2;
    display: block;
}

.box_aboutus a:hover {
    color: #D18920;
}

.form_login {
    width: 820px;
    float: left;
}

.form_login table tbody tr th {
    padding: 5px 0px;
    font: normal 12px/30px 'SimSun';
    color: #666666;
}

.form_login table tbody tr td {
    padding: 5px 1px;
    font: normal 12px/30px 'SimSun';
    color: #666666;
}

.form_login table tbody tr td input {
    padding: 0 5px;
    border: 1px solid #AAAAAA;
    width: 78px;
    height: 26px;
    font: normal 12px/26px 'SimSun';
    color: #666666;
}

.form_login table tbody tr td .ipt_log {
    border: 0;
    width: 60px;
    height: 28px;
    font: normal 12px/26px 'SimSun';
    color: #FFFFFF;
    cursor: pointer;
    background: #0085B2;
}

.form_login table tbody tr td a {
    display: block;
    font: normal 12px/26px 'SimSun';
    color: #FFFFFF;
    text-align: center;
}

.form_login table tbody tr td a.ipt_reg {
    width: 60px;
    height: 28px;
    background: #AAAAAA;
}

/*头部Banner@协会名称*/

.box_top {
    margin: 0 auto;
    border: 0;
    width: 1000px;
}

.box_top>.bareaa {
    margin: 40px auto;
    width: 800px;
    height: 140px;
    background: url('../images/bareaa.png') no-repeat;
}

/*网站导航*/

.box_topnav {
    margin: 0;
    border: 0;
    width: 100%;
    height: 50px;
    background: #003366;
}

.box_topnav ul {
    margin: 0 auto;
    width: 1000px;
}

.box_topnav ul li {
    margin-right: 1px;
    width: 99px;
    display: inline;
    float: left;
    text-align: center;
}

.box_topnav ul li a {
    padding: 15px 0;
    display: block;
}

.box_topnav ul li a span {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

/*中间----------------------------------------------------------*/

.container {
    margin: 0 auto;
    padding-top: 10px;
    border: 0;
    width: 1000px;
}

/*焦点图*/

.box_focus {
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

/*Banner通栏大图*/

.box_banner {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

/*Flag右侧大图*/

.box_flag {
    margin-bottom: 10px;
    width: 100%;
    height: 390px;
    overflow: hidden;
}

/*Flag系统登录图片按钮*/

.box_flagbut {
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

/*新闻资讯&列表*/

.box_infolist {
    margin-bottom: 10px;
    border-top: 2px solid #0085B2;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    width: auto;
    overflow: hidden;
}

.info_title {
    width: 100%;
    height: 30px;
    background: #EEEEEE;
}

.info_title>h2 {
    padding: 0 20px;
    float: left;
    font: normal 14px/30px 'SimSun';
    color: #FFFFFF;
    background: #0085B2;
}

.info_title>h3 {
    padding: 0 20px;
    float: left;
    font: normal 12px/30px 'SimSun';
    color: #999999;
}

.info_title ul {
    float: left;
}

.info_title ul li {
    padding: 0 20px;
    float: left;
    display: inline;
}

.info_title ul li.selectedtab {
    background: #0085B2;
}

.info_title ul li.selectedtab a {
    display: block;
    font: normal 14px/30px 'SimSun';
    color: #FFFFFF;
}

.info_title ul li.selectedtab a:hover {
    color: #FFFFFF;
}

.info_title ul li a {
    display: block;
    font: normal 12px/30px 'SimSun';
    color: #0085B2;
}

.info_title ul li a:hover {
    color: #003366;
}

.info_title>.more {
    padding: 5px;
    float: right;
}

.info_title>.more>a {
    font: normal 12px/20px 'SimSun';
    color: #0085B2;
}

.info_title>.more>a:hover {
    color: #D80000;
}

.info_title>.box_querynews {
    padding: 0 5px;
    float: right;
}

.info_title>.box_querynews table tbody tr th {
    padding: 0 1px;
    font: normal 12px/30px 'SimSun';
    color: #666666;
}

.info_title>.box_querynews table tbody tr td {
    padding: 0 1px;
    font: normal 12px/30px 'SimSun';
    color: #666666;
}

.info_title>.box_querynews table tbody tr td input {
    padding: 0 5px;
    border: 1px solid #AAAAAA;
    width: 138px;
    height: 24px;
    font: normal 12px/26px 'SimSun';
    color: #666666;
}

.info_title>.box_querynews table tbody tr td .ipt_query {
    border: 0;
    width: 60px;
    height: 26px;
    font: normal 12px/24px 'SimSun';
    color: #FFFFFF;
    cursor: pointer;
    background: #0085B2;
}

/*首页新闻列表*/

.info_content {
    margin: 4px;
    width: auto;
    overflow: hidden;
}

.info_content ul li {
    padding: 1px 0 1px 15px;
    background: url('../images/icon_disc.gif') no-repeat left center;
    display: block;
}

.info_content ul li a {
    font: normal 12px/20px 'SimSun';
    color: #000000;
    text-decoration: none;
}

.info_content ul li a:hover {
    color: #D80000;
}

.info_content ul li .newsdate {
    font: normal 12px/20px 'SimSun';
    color: #666666;
    float: right;
}

/*内容大标题*/

.info_content h1 {
    padding: 20px 30px;
    width: auto;
    font: bold 18px/25px 'Microsoft YaHei';
    color: #333333;
    text-align: center;
}

/*副标题时间作者*/

.info_content .news_caption {
    padding: 10px 30px;
    width: auto;
    font: normal 12px/20px 'SimSun';
    color: #999999;
    text-align: center;
}

/*查询表单*/

.info_content>.box_form {
    padding: 10px 0;
    width: auto;
}

.info_content>.box_form table {
    margin: 0 auto;
}

.info_content>.box_form table caption {
    border-bottom: 1px dotted #666666;
    font: normal 14px/26px 'SimSun';
    color: #333333;
    text-align: left;
}

.info_content>.box_form table tbody tr th {
    padding: 5px 1px;
    font: normal 12px/20px 'SimSun';
    text-align: right;
}

.info_content>.box_form table tbody tr td {
    padding: 5px 1px;
    font: normal 12px/20px 'SimSun';
}

.info_content>.box_form table tbody tr td input {
    padding: 0 5px;
    border: 1px solid #AAAAAA;
    width: 188px;
    height: 26px;
    font: normal 12px/26px 'SimSun';
    color: #333333;
}

.info_content>.box_form table tbody tr td .ipt_radio {
    padding: 0 5px;
    border: 1px solid #AAAAAA;
    height: 16px;
    width: 16px;
    font: normal 7px/12px 'SimSun';
    color: #333333;
}

.info_content>.box_form table tbody tr td select {
    width: 198px;
    height: 26px;
    line-height: 20px;
    border: none;
    font: normal 12px/26px 'SimSun';
    color: #333333;
}

.info_content>.box_form table tbody tr td .ipt_query {
    border: 0;
    height: 28px;
    font: normal 12px/26px 'SimSun';
    color: #FFFFFF;
    cursor: pointer;
    background: #0085B2;
}

.info_content>.box_form table tfoot td {
    padding: 10px 1px;
    font: normal 12px/20px 'SimSun';
    text-align: center;
}

.info_content>.box_form table tfoot tr td .ipt_but {
    border: 0;
    height: 28px;
    font: normal 12px/26px 'SimSun';
    color: #FFFFFF;
    cursor: pointer;
    background: #0085B2;
}

.select_bg {
    margin: 0;
    height: 26px;
    border: 1px solid #AAAAAA;
}

/*内容14px字体：简介……*/

.info_content .about_content {
    padding: 5px 30px;
    width: 640px;
    font: normal 12px/20px 'SimSun';
}

.info_content .about_content p {
    margin-bottom: 20px;
    font: normal 14px/25px 'SimSun';
    text-indent: 2em;
}

/*内容16px字体：新闻、列表……*/

.info_content .news_content {
    padding: 10px 40px;
    width: auto;
    font: normal 16px/30px 'SimSun';
}

.info_content .news_content p {
    margin-bottom: 20px;
    font: normal 16px/30px 'SimSun';
    /*text-indent: 2em;*/
}

.info_content .news_content>ul li {
    padding: 5px 0 5px 15px;
    background: url('../images/icon_disc.gif') no-repeat left center;
}

.info_content .news_content>ul li a {
    font: normal 14px/30px 'SimSun';
    color: #000000;
    text-decoration: none;
}

.info_content .news_content>ul li a:hover {
    color: #D80000;
}

.info_content .news_content>ul li .newsdate {
    font: normal 14px/30px 'SimSun';
    color: #666666;
    float: right;
}

/*内容表格：会员列表、企业展示*/

.info_content .news_content>table {
    width: 100%;
}

.info_content .news_content>table thead tr th {
    padding: 5px 1px;
    /*border-bottom: 1px solid #0085B2;*/
    border: 1px solid #333333;
    font: normal 12px/20px 'SimSun';
    text-align: center;
    color: #0085B2;
}

.info_content .news_content>table tbody tr th {
    padding: 5px 1px;
    /*border-bottom: 1px dotted #999999;*/
    border: 1px solid #333333;
    font: normal 14px/30px 'SimSun';
    text-align: right;
}

.info_content .news_content>table tbody tr td {
    padding: 5px 1px;
    /*border-bottom: 1px dotted #999999;*/
    border: 1px solid #333333;
    font: normal 14px/30px 'SimSun';
    text-align: center;
}

/*友情链接*/

.info_content .weblink {
    padding: 10px 0 10px 38px;
    width: auto;
}

.info_content .weblink>ul {}

.info_content .weblink>ul li {
    margin-right: 38px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    width: 200px;
    /*    height: 40px;*/
    overflow: hidden;
    float: left;
    display: inline;
}

.info_content .weblink>ul li select {
    width: 198px;
    height: 26px;
    line-height: 20px;
    border: none;
    font: normal 12px/26px 'SimSun';
    color: #333333;
}

.info_content .weblink>ul li a {
    display: block;
}

/*文章尾部按钮、翻页区域*/

.but_bottom {
    padding: 20px 0 50px 0;
    width: auto;
}

.but_bottom table {
    margin: 0 auto;
}

.but_bottom table tbody tr td {
    padding: 1px 5px;
    font: normal 12px/20px 'SimSun';
    color: #0085B2;
}

.but_bottom table tbody tr td input {
    padding: 0 5px;
    border: 1px solid #AAAAAA;
    width: 28px;
    height: 26px;
    font: normal 12px/26px 'SimSun';
    color: #333333;
}

/*页面左侧导航*/

.box_leftnav {
    margin-bottom: 10px;
    width: auto;
}

.box_leftnav ul li {
    margin-bottom: 5px;
}

.box_leftnav ul li a {
    padding: 10px 0;
    display: block;
    background: #DFDFD0;
    text-align: center;
}

.box_leftnav ul li a span {
    font: normal 14px/20px 'SimSun';
    color: #0085B2;
}

.box_leftnav ul li a:hover {
    background: #0085B2;
}

.box_leftnav ul li a:hover span {
    color: #FFFFFF;
}

.box_leftnav ul li ul {}

.box_leftnav ul li>ul li {
    margin: 0;
}

.box_leftnav ul li>ul li a {
    padding: 10px 0;
    display: block;
    background: #EEEEEE;
    text-align: center;
}

.box_leftnav ul li>ul li a span {
    font: normal 12px/20px 'SimSun';
    color: #666666;
}

.box_leftnav ul li>ul li a:hover {
    background: #DFDFD0;
}

.box_leftnav ul li>ul li a:hover span {
    color: #333333;
}

/*在线打印表格*/

.print_table {
    margin: 0 auto;
    table-layout: fixed;
}

.print_table caption {
    padding: 10px 0;
    font: bold 20px/30px 'SimSun';
    text-align: center;
}

.print_table thead tr th {}

.print_table tbody tr th {
    padding: 10px 0;
    border: 1px solid #000000;
    font: bold 12px/20px 'SimSun';
    text-align: center;
}

.print_table tbody tr td {
    padding: 10px 0;
    border: 1px solid #000000;
    font: normal 12px/20px 'SimSun';
    text-align: center;
}

.print_table tfoot tr td {
    padding: 10px 0;
    font: normal 12px/20px 'SimSun';
    text-align: center;
}

/*尾部-----------------------------------------------------*/

.webfooter {
    border: 0;
    width: 100%;
    min-width: 1000px;
    /* height: 200px; */
    background: #DDDDDD;
    overflow: hidden;
}

.box_footer {
    margin: 10px auto;
    width: 1000px;
}

.box_bareaainfo {
    padding: 90px 0 0 10px;
    width: 690px;
    float: left;
    background: url('../images/pic_footerlogo.jpg') no-repeat left top;
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
}

.box_bareaainfo a {
    color: #666666;
}

.box_bareaainfo a:hover {
    color: #666666;
}

.box_qrcode {
    padding: 35px 10px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    float: left;
    background: url('../images/pic_qrcodebg.gif') no-repeat center center;
}

/*滚动Banner插件-responsiveslides.min.js样式*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.callbacks_tabs.callbacks1_tabs {
    margin-top: -40px;
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
}

.callbacks_tabs.callbacks1_tabs li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-radius: 10px;
    border: 1px solid #FFF;
    position: relative;
}

.callbacks_tabs.callbacks1_tabs li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: 1000;
    color: rgba(100, 200, 300, 0);
    color: transparent;
}

.callbacks_tabs.callbacks1_tabs li.callbacks_here a {
    background: #FFF;
}

.callbacks_container {
    margin-bottom: 2px;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url('../images/themes.gif') no-repeat left top;
    margin-top: -30px;
    display: none;
}

.callbacks_container:hover .callbacks_nav {
    display: block;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

@media screen and (max-width:600px) {
    .callbacks_nav {
        top: 47%;
    }
}