﻿@charset "utf-8";

/* CSS Document */
*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all 0.3s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

body {
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0;
    padding: 0 0;
    color: #333;
    background: #fff;
}

fieldset,
img,
action {
    vertical-align: top;
    border: 0px;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
}

.none {
    display: none;
}

.hidden {
    display: none !important;
}

.linespace {
    height: 10px;
    clear: both;
    line-height: 10px;
    overflow: hidden;
    font-size: 0px;
}

.clear {
    clear: both;
}

a {
    color: #409eff;
    text-decoration: none;
    cursor: pointer
}

i {
    display: inline-block;
    font-family: 'Rjdaoico';
    font-weight: normal;
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.cent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.no-padding {
    padding: 0;
}

/*bootstrap栅格板*/
.container {
    max-width: 1200px;
    margin:0 auto;
	padding:0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row:before, 
.row:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

[class*='col-'] {
        float: left;
        box-sizing: border-box;		
        min-height: 1px;  
    }
    .col-12{width:100%}
    .col-11{width:91.66666667%}
    .col-10{width:83.33333333%}
    .col-9{width:75%}
    .col-8{width:66.66666667%}
    .col-7{width:58.33333333%}
    .col-6{width:50%}
    .col-5{width:41.66666667%}
    .col-4{width:33.33333333%}
    .col-3{width:25%}
    .col-2{width:16.66666667%}
    .col-1{width:8.33333333%}


.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

/*bootstrap栅格板*/
/**-------------------------**/

.nj_bt {
    width: 100%;
    height: auto;
    margin: 60px 0 40px;
    float: left;
    text-align: center;
    opacity: 0;
}

.nj_bt img {
    display: block;
    margin: 0 auto -5px;
}

.nj_bt span {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}

.nj_bt span em {
    font-style: normal;
    color: #1663D5;
}

.nj_bt p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 15px;
}

/* header*/
#head {
    position: relative;
    width: 100%;
	min-width: 1200px;
    height: 110px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: visible
}

#top {
    width: 100%;
    height: 30px;
    background: #f1f8f9;
    font-size: 12px;
}

#top ul li a {
    display: inline-block;
    line-height: 30px;
}

#top ul li {
    line-height: 30px;
    text-align: left;
}

#logo-bar {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

#logo-bar .logo {
    float: left;
    width: 60px;
	margin-top:10px;
}

#logo-bar .logo img {
    width: 100%;
    height: auto;
}

#logo-bar .name {
    float: left;
    padding-left: 15px;
    /* color: #0050b1; */
    color: #233253;
    padding-top: 15px;
}

#logo-bar .name h2 {
    font-size: 24px;
    line-height: 30px;
}

#logo-bar .name small {
    font-size: 14px;
    padding-left: 3px;
    line-height: 20px;
	letter-spacing:4px;
}

#logo-bar .tel-icon {
    width: 45px;
    height: 80px;
    float: right;
    margin-right: 20px;
    padding-top: 20px;
    color: #ff9900;
}
#logo-bar .weixin {
    width: 64px;
    height: 64px;
    float: right;
    margin-left: 20px;
	margin-top: 8px;
}
#logo-bar .weixin img{width: 100%;height:auto;}
#logo-bar .tel-icon img{width:100%;height:auto;}
#logo-bar .tel-icon,
i {
    font-size: 40px;
}

#logo-bar .telnumb {
    float: right;
	margin-right: 50px;
    padding-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
#logo-bar .wxnumb {
	height: 60px;
    float: right;
    margin-top: 5px;
    color: #333;
}
#logo-bar .wxnumb  img{height:60px;width:auto;}
#logo-bar .telnumb span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

#logo-bar .account {
    float: left;
}

#logo-bar .account span {
    display: inline-block;
    padding: 5px 10px;
    color: #0050b1;
    border: 1px solid #0050b1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	margin-top: 22px;
    margin-left: 35px;
	text-align: center;
}

#logo-bar .account a img {
    margin-right: 10px;
    vertical-align: middle;

}

#newsticker {
    position:relative;
    width: 100%;
    margin-top: 10px;
    padding: 5px 5px 0;
    font-size: 14px;
}

#newsticker a {
    text-decoration: none;
    font-size:14px;
    line-height:1.6;
}

.newsticker-jcarousellite {
    position:relative;
    width: 220px;
    height: 320px;
    overflow: hidden;
}

.newsticker-jcarousellite a i {
    color: #0177dd;
}

.newsticker-jcarousellite ul li {
    list-style: none;
    display: block;
    padding-bottom: 1px;
    margin-bottom: 5px;
    width:100%;
    height:auto;
    overflow:hidden;
}
    .newsticker-jcarousellite .info {
        width: 100%;
    }

.newsticker-jcarousellite .info a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0050b1;
    font-size: 14px;
    line-height: 1.5;
}

.newsticker-jcarousellite .info span.cat {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    color: #808080;
}

.newsticker-jcarousellite .info span.cat i {
    color: #ff9900;
}

.clear {
    clear: both;
}

/*mainnav*/


/* .nav_box { */
	/* position:relative; */
    /* width: 100%; */
	/* height: 40px; */
	/* background-color:#0160f1; */
    /* border: none; */
/* } */
.nav_box {
	position:relative;
    min-width: 1200px;
	height: 40px;
	/* background-color:#06102b; */
	background-color:#0050b1;
    border: none;
}

.nav_box .l-nav {
	position:relative;
	width:1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.nav_box .l-nav  ul{position:absolute;width:100%;height: 40px;top:0;left:0;}
.nav_box .l-nav  ul li{
	position:relative;
	width: 150px;
	height:40px;
	float:left;
}
.l-nav a {
	display:block;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    width: 150px;
    text-align: center;
}

/* .l-nav a:hover { */
    /* background-color: #409eff; */
    /* color: #FFF !important; */
/* } */
.l-nav a:hover {
    background-color: #409eff;
    color: #FFF !important;
}
.l-nav ul li .dropdown_list {
    display: none;
    position: absolute;
    border-top: 1px solid #fff;
    top: 40px;
	left:0;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(0, 0, 0, 0.05);
    z-index: 99999999;
}

.l-nav ul li .dropdown_list a {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;

}

/* header END*/

/*l-main*/

.l-main {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.l-part {
    margin-bottom: 20px;
    overflow: hidden;
}

.l-notice {
    width: 350px;
    float: left;
}
.l-bid {
    width: 240px;
    float: left;
	margin-left:30px;
}
.newimg {
    margin-top: 12px;
    float: left;
    margin-left: 6px;
    /*  #margin-top: 9px;*/
}



.trends {
    width: 550px;
    margin-left: 30px;
    float: left;
}
.policy {
    width: 930px;
    height:400px;
    float: left;
}
.remind {
    width: 299px;
    float: right;
}

.tablelist {
    width: 100%;
	min-width:2000px;
    table-layout: fixed;
}

.tablelist tr:nth-child(2n+1) {
    background-color: rgb(242, 248, 250);
}

.tablelist thead tr th{
    background: #fbedce !important;
}

.tablelist tr th {
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.tablelist tr th:first-child,
.tablelist tr td:first-child {
    padding-left: 20px;
}

.tablelist tr td {
	min-width:100px;
	max-width:300px;
    text-align: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;padding-right:10px;
}

.tablelist tr th:last-child,
.tablelist tr td:last-child {
    text-align: right;
    padding-right: 20px;
}


.table_  {
    width: 100%;
	min-width:1800px;
    table-layout: fixed;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 999999;
}
.table_ thead tr th{
    background: #fbedce !important;
}

.table_ tr th {
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.table_ tr td {
    height: 42px;
    line-height: 42px;
	min-width:100px;
	max-width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.table_ tr th:first-child{
    padding-left: 20px;
}


.table_ tr th:last-child{
    text-align: right;
    padding-right: 20px;
}



#cooperate {
	width: 100%;
}
#cooperate ul{
    width:100%;
}
#cooperate ul li{
    min-width:100px;
	float: left;
    display:inline-block;
	margin: 0 10px;
}
#cooperate ul li img {
    width: auto;
    height: 60px;
    text-align: center;
}


/*footer*/
.l-bottom {
    background: url(../images/foot_di1.jpg) repeat-x;
	min-width: 1200px;
	margin: 0 auto;
    height: 245px;
    color: #fff;
    margin-top: -25px;
}


.l-bottom .bottom_box {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/foot_di0.png) repeat-x;
    height: 207px;
}

.l-bottom .bottom_box .bottom_box_l {
    padding-top: 35px;
    padding-left: 20px;
}

.l-bottom .bottom_box .bottom_box_l ul {
    padding-top: 20px;
}

.l-bottom .bottom_box .bottom_box_l li {
    width: 85px;
    font-size: 14px;
}

.l-bottom .bottom_box .bottom_box_l li a {
    color: #DCE6F1;
}

.l-bottom .bottom_box .bottom_box_c {
    width: 420px;
    padding: 0 30px 0 0;
}

.l-bottom .bottom_box .bottom_box_c span {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.l-bottom .bottom_box .bottom_box_c .tel02 {
    line-height: 28px;
    float: left;
}

.l-bottom .bottom_box .bottom_box_c .tel02 .tel03 {
    width: 310px;
    float: left;
    font-size: 18px;
    color: #DCE6F1;
}

.orange {
    color: #EC6D00
}

.l-bottom .bottom_box .bottom_box_r {
    width: 150px;
    padding: 25px 0 0 20px;
    text-align: center;
}

.l-bottom .bottom_box .bottom_box_r img {
    width: 100%;
    height: auto;
}

.l-bottom .bottom_box .bottom_box_r p {
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}


footer {
	width: 100%;
	min-width: 1200px;
    background: #606266;
    height: 40px;
    margin-top: -40px;
}

.foot {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}

.foot_logo {
    margin-top: 40px;
    margin-left: -5px;
}

.foot_logo img {
    height: 38px;
}

/* 侧边悬浮导航 */
.right_nav {
    right: 0;
    top: 300px;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 99999999;
}

.right_nav li {
    background: #00b4fe;
    margin: 4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: -70px;
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right_nav li img {
    width: 30px;
    height: 30px;
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px;
}

.right_nav li:hover {
    background: #ff9900
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 120px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #0085cd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #0085cd;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
}
/*首页banner*/
.fullSlide {
	width: 1200px;
	height: 100px;
	margin: 15px auto;
	position: relative;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {width: 100%;}
.fullSlide .bd li {
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}
.fullSlide .bd li img{width: 100%;}
.fullSlide .bd li a {
	display: block;
	height: 100px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 20px;
	line-height: 20px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	border-radius: 10px;
	transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s;
	-moz-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s, height 0.5s, background 0.5s, color 0.5s; /* Opera */
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 6px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #409eff;
	width: 30px;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	width: 73px;
	height: 73px;
}
.fullSlide .prev {background: url(../images/banleft.png) no-repeat;}
.fullSlide .next {
	left: auto;
	right: 5%;
	background: url(../images/banright.png) no-repeat;
}
.vlert {
    position: fixed;
    width: 900px;
    height: 600px;
    left: calc(50% - 450px);
    right: calc(50% - 450px);
    top: 50px;
    z-index: 99999999;
}

    .vlert .alert-inner {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        min-height: 300px;
        margin: 0 auto;
        /* border: 1px solid #eee; */
        border-radius: 4px;
        /* box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); */
    }

        .vlert .alert-inner span {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 2px;
            right: 2px;
            border: 1px solid #eee;
            border-radius: 50%;
            background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDY2LjcgNDY2LjciIGZpbGw9IiNlZWVlZWUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik00NjYuNywyOS45TDQzNi44LDBMMjMzLjMsMjAzLjRMMjkuOSwwTDAsMjkuOWwyMDMuNCwyMDMuNEwwLDQzNi44bDI5LjksMjkuOWwyMDMuNC0yMDMuNGwyMDMuNCwyMDMuNGwyOS45LTI5LjlMMjYzLjIsMjMzLjNMNDY2LjcsMjkuOXoiPjwvcGF0aD48L3N2Zz4=") no-repeat center;
            background-size: 60% 60%;
            cursor: pointer;
        }

        .vlert .alert-inner img {
            width: 100%;
            height: auto;
        }
