﻿﻿@charset "utf-8";

/*统一样式 start*/

.fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fixed {
	display: block;
}

.fixed {
	min-height: 1%;
}

* html .fixed {
	height: 1%;
}

body {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	min-width: 1170px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body,
h1,
h2,
h3,
h4,
h5,
a,
p,
ul {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	/*transition:all 0.3s ease; -webkit-transition:all 0.3s ease ;*/
}

body a:link {
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:visited {
	text-decoration: none;
}

a:hover {
	color:#5292C6;
}

form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
select {
	line-height: 16px;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

input {
	padding-top: 0;
	padding-bottom: 0
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

input,
select,
textarea {
	font-size: 14px;
	margin: 0
}

input[type=text],
input[type=password],
textarea {
	outline-style: none;
	-webkit-appearance: none
}

textarea {
	resize: none
}

ol,
ul {
	list-style-type: none
}

:link img,
:visited img,
a img,
fieldset,
img {
	border: 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

body {
	width: 100%;
	min-width: 1200px;
	background: #f5f5f5;
}

.layer-container {
	width: 1200px;
	margin: auto;
}

.ma20 {
	margin-top: 20px;
}

.head_banner {
    position: relative;
    height: 250px;
}

.head_banner img {
	width: 100%;
    height: 86%;
}
.logo_box {
    /* width: 100%; */
    position: absolute;
    top: 65px;
    left: 20%;
    width: 600px;
}
.head_banner .logo{
    width: 711px;
    height: 100%;
}
.menu_list {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: none;
    left: 0;
    z-index: 2;
    min-width: 1200px;
    top: 194px;
    position: absolute;
}
.nav {
    width: 1200px;
    margin: 0 auto;
}
.nav_items>li {
    width: 120px;
    text-align: center;
    float: left;
    line-height: 56px;
}
/* .nav_items>li:first-child {
    width: 144px;
} */
.nav_items>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
}
.nav_items>li:hover, .nav_items>li.active {
    border-bottom: 4px solid #236fa5;
    /* background: rgb(14 135 239 / 36%); */
    font-weight:bold;
}
/* 通知公告+搜索 */
.siteWidth {
    width: 1200px;
    margin: 10px auto 0;
    border: 1px solid #ddd;
    background: #fff;
}
.tzggBox {
    text-align: left;
    border-radius: 5px;
    line-height: 50px;
}
.tzggBox .hd {
    float: left;
    background: url(../images/notice_icon.png) no-repeat 10px;
    padding-left: 50px;
    font-size: 16px;
    color: #3b70ad;
    margin-right: 20px;
}
.tzggBox .hd ul { display:none;}
.tzggBox .bd{
	width: 640px;
	float: left;
}
.tzggBox .bd li {font-size:16px;}
.tzggBox .bd li a {
    display: inline-block;
    float: left;
    width: 500px;
    height: inherit;
    color: #333;
}
.tzggBox .bd li .date {
    margin-left: 20px;
    color: #999;
    float: right;
    display: inline-block;
    width: 100px;
}
.zscdBox .s_form {
    float: right;
    padding: 10px;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 400px;
}
.s_form {
	margin-top: 5px;
    margin-right: 5px;
}
.s_form .input_box {
    float: left;
}
.s_form .input_box input {
    width: 325px;
    /* vertical-align: top; */
    *margin: -1px 0;
    height: 38px;
    font-size: 14px;
    padding: 0 5px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    outline: none;
    background: #fff;
    cursor: auto;
}
.s_form .btn_box {
    float: left;
}
.s_form .btn_box input {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border: none;
    background: url(../images/ss_icon.png) center center no-repeat #3b70ad;
    width: 60px;
    outline: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}



/* 我要办事 */
.wybs_lists{
    width: 1200px;
    margin: 15px auto 0;
    position: relative;
}
.wybs_lists .service {
    width: 54px;
    height: 48px;
    background-image: url(../images/ztfu.png);
    background-size: cover;
    color: white;
    font-size: 22px;
    padding: 6px 20px 6px 25px;
    text-align: center;
    letter-spacing: 4px;
    cursor: pointer;
    margin-right: 19px;
    border-radius: 5px;
    line-height: 1.1;
}
.conb {
}

.conb-ul {
}

.conb-ul li {
    float: left;
    position: relative;
    width: 142px;
    height: 58px;
    padding-bottom:20px;
    margin-left: 10px;
    border: 1px solid rgb(244, 244, 244);
    cursor: pointer;
    line-height: 4rem;
    /*
    border-radius: 6px;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06); */
}
.conb-ul li:before {
    position: absolute;
    content: " ";
    width: 80px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -40px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.conb-ul li:nth-child(1):before {
    background: rgb(241, 47, 47);
    /* box-shadow: 0px 1px 4px 0px rgba(241, 47, 47, 1);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(241, 47, 47, 1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(241, 47, 47, 1);
    -ms-box-shadow: 0px 1px 4px 0px rgba(241, 47, 47, 1);
    -o-box-shadow: 0px 1px 4px 0px rgba(241, 47, 47, 1); */
}

.conb-ul li:nth-child(2):before {
    background: #7E56FF;
    /* box-shadow: 0px 1px 4px 0px #7E56FF;
    -webkit-box-shadow: 0px 1px 4px 0px #7E56FF;
    -moz-box-shadow: 0px 1px 4px 0px #7E56FF;
    -ms-box-shadow: 0px 1px 4px 0px #7E56FF;
    -o-box-shadow: 0px 1px 4px 0px #7E56FF; */
}

.conb-ul li:nth-child(3):before {
    background: #1BBCE2;
    /* box-shadow: 0px 1px 4px 0px #1BBCE2;
    -webkit-box-shadow: 0px 1px 4px 0px #1BBCE2;
    -moz-box-shadow: 0px 1px 4px 0px #1BBCE2;
    -ms-box-shadow: 0px 1px 4px 0px #1BBCE2;
    -o-box-shadow: 0px 1px 4px 0px #1BBCE2; */
}

.conb-ul li:nth-child(4):before {
    background: #4297F9;
    /* box-shadow: 0px 1px 4px 0px #4297F9;
    -webkit-box-shadow: 0px 1px 4px 0px #4297F9;
    -moz-box-shadow: 0px 1px 4px 0px #4297F9;
    -ms-box-shadow: 0px 1px 4px 0px #4297F9;
    -o-box-shadow: 0px 1px 4px 0px #4297F9; */
}
.conb-ul li:nth-child(5):before {
    background: #ef686a;
    /* box-shadow: 0px 1px 4px 0px #ef686a;
    -webkit-box-shadow: 0px 1px 4px 0px #ef686a;
    -moz-box-shadow: 0px 1px 4px 0px #ef686a;
    -ms-box-shadow: 0px 1px 4px 0px #ef686a;
    -o-box-shadow: 0px 1px 4px 0px #ef686a; */
}

.conb-ul li:nth-child(6):before {
    background: #04b8a9;
    /* box-shadow: 0px 1px 4px 0px #04b8a9;
    -webkit-box-shadow: 0px 1px 4px 0px #04b8a9;
    -moz-box-shadow: 0px 1px 4px 0px #04b8a9;
    -ms-box-shadow: 0px 1px 4px 0px #04b8a9;
    -o-box-shadow: 0px 1px 4px 0px #04b8a9; */
}

.conb-ul li:nth-child(7):before {
    background: #3c71ad;
    /* box-shadow: 0px 1px 4px 0px #3c71ad;
    -webkit-box-shadow: 0px 1px 4px 0px #3c71ad;
    -moz-box-shadow: 0px 1px 4px 0px #3c71ad;
    -ms-box-shadow: 0px 1px 4px 0px #3c71ad;
    -o-box-shadow: 0px 1px 4px 0px #3c71ad; */
}


.conb-ul li p:hover {
    box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.06);
}

.conb-ul li:hover:before {
    position: absolute;
    content: " ";
    width: 146px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -73px;
}
.cs_nav_two {
    min-width: 270px;
    height: 70px;
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    line-height: 70px;
    text-align: left;
    /*border-top: 35px solid transparent;*/
    font-size: 0;
    background: #fff;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s;
    z-index: 333;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 14%);
}
.conb-ul li:last-child div.cs_nav_two {
    right: -1%;
    left: auto;
    width: max-content;
}
.cs_nav_two>a {
    font-size: 16px;
    color: rgba(51,51,51,1);
    padding: 0 35px;
    position: relative;
    background: rgba(255,255,255,1);
}

.cs_nav_two>a:hover{
    font-size:16px;
    font-weight:bold;
    color:rgba(17,124,255,1);
}
.cs_nav_two>a:after{
    content: '';
    display: inline-block;
    width:2px;
    height:20px;
    background:rgba(216,216,216,1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cs_nav_two>a:last-child:after{
    display: none;
}
.conb-ul li:nth-child(2):hover div.cs_nav_two, .conb-ul li:nth-child(3):hover div.cs_nav_two, .conb-ul li:nth-child(5):hover div.cs_nav_two, .conb-ul li:last-child:hover div.cs_nav_two {
    display: block;
    overflow: hidden;
    opacity: 1;
}
.conb-ul li:nth-child(2):hover:after, .conb-ul li:nth-child(3):hover:after, .conb-ul li:nth-child(5):hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 56px;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.conb-ul li:last-child:hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 56px;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 9;
    right: 30%;
    transform: translateX(-50%);
}

.conb-ul li:nth-child(1) p {
    margin-left: 0;
    background: #fff url(../images/con1.png) no-repeat 10px center;
}
.conb-ul li:nth-child(2) p {
    background: #fff url(../images/con2.png) no-repeat 10px center;
}

.conb-ul li:nth-child(3) p {
    background: #fff url(../images/con3.png) no-repeat 10px center;
}

.conb-ul li:nth-child(4) p {
    background: #fff url(../images/con4.png) no-repeat 10px center;
}
.conb-ul li:nth-child(5) p {
    background: #fff url(../images/con5.png) no-repeat 10px center;
}

.conb-ul li:nth-child(6) p {
    background: #fff url(../images/con6.png) no-repeat 10px center;
}
.conb-ul li:nth-child(7) p {
    background: #fff url(../images/con7.png) no-repeat 10px center;
}

.conb-ul li p {
    height:60px;
    padding-left: 40px;
    font-size: 18px;
    color: #333;
    text-align: center;
    background-size: 25% !important;
    border-radius:6px;
}
.conb-ul li p a{
    color: #333;
}

/* 工程信息--主体信息 */
.gczt_info {
    width: 1200px;
    margin: 0 auto;
}
.upper-tab{
	width: 895px;
	margin-right: 10px;
}
.public-upper {
    height: 36px;
    line-height: 36px;
    border-bottom: 4px solid #bedaf2;
    text-align: left;
}
.public-upper ul {
    display: inline-block;
}
.public-upper-name {
    margin-right: 20px;
}
.public-upper-name a {
    display: block;
    font-size: 18px;
    color: #666;
}
.public-upper-name:first-child {
    margin-left: 0;
}
.public-upper-name.active a,
.public-upper-name:hover a {
    font-weight: bold;
    color: #3c71ad;
    border-bottom: 4px solid #3c71ad;
}
.trade-box {
    height: 371px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 2px 10px 0px rgba(238, 238, 238, 1);
}
.jsgc {
    position: relative;
    width: 160px;
    text-align: left;
    border-bottom: 1px solid #fff;
    background-color: #fafafa;
}
.jsgc.active, .jsgc:hover {
    background-image: url("../images/notice_back.png");
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
.jsgc:last-child,.jsgc:last-child.active {
    border-bottom: 0;
}
.jsgc.active::before,.jsgc:hover::before {
    position: absolute;
    content: "";
    top: 13px;
    right: -11px;
    width: 11px;
    height: 23px;
    background-image: url("../images/active_icon.png");
}


.jsgc.active a,.jsgc:hover a {
    color: #fff;
    font-size: 18px;
}

.jsgc a {
    display: block;
    /* height: 52px; */
    height: 45.5px;
    line-height: 2.5;
    font-size: 16px;
    color: #666;
}
.jsgc a {
    display: block;
    height: 45.5px;
    line-height: 2.5;
    font-size: 16px;
    color: #666;
    padding-left: 30px;
    /* background-image: url("../images/fv1.png");
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: 3% center; */
}
.jsgc span {
    display: inline-block;
    vertical-align: middle;
    /* padding-top: 61px;
    background-position: center top;
    background-repeat: no-repeat; */
}
.notice-title {
    width: 730px;
    /* height: 263px; */
}
.notice-title .news-message {
    position: relative;
    min-height: 300px;
}

.notice-title .new-title {
    position: relative;
    margin-left: 14px;
    margin-right: 6px;
    width: 710px;
    line-height: 41px;
    vertical-align: top;
    font-size: 16px;
    border-bottom: 1px dashed #e3e3e3;
}

.notice-title .new-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    z-index: 10;
    background-color: #757474;
    border-radius: 1px;
}

.notice-title .new-title:hover::before {
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 9px;
    z-index: 10;
    background-image: url("../images/p_icon.png");
}

.notice-title .message-title {
    float: left;
    padding-left: 15px;
    width: 530px;
    height: 32px;
    color: #666;
}

.notice-title .message-number {
    float: left;
    margin-left: 30px;
    width: 266px;
    text-align: center;
    color: #888;
}

.notice-title .news-time {
    float: right;
    color: #999;
}

.notice-title .new-title:hover,
.notice-title .new-title:hover a,
.notice-title .new-title:hover .news-time {
    color: #0b87ef;
}
.find-more {
    /* margin-top: 6px; */
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.find-more a:hover {
    color: #0b87ef;
}
.find-more a {
    font-size: 14px;
    color: #666;
}
/* 主体信息公示+信用信息公示 */
/* 信用信息公示 */
.ztxy {
    width: 295px;
    float: left;
    overflow: hidden;
    position: relative;
}
.ztxy_1 {
    padding: 0px;
    margin: 0px;
    border-bottom: solid 2px #ddd;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.ztxy_1 a {
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #666;
}
.ztxy_1 a:first-child{
	margin-right: 20px;
}
/* .ztxy_1 a:hover{ border-bottom: 2px solid #3b70ad;color: #3b70ad;} */
.ztxy_1 a.current_tab,.ztxy_1 a:hover {
	height: 34px;
    border-bottom: solid 2px #3b70ad;
    color: #3b70ad;
    font-weight: bold;
}
.ztxy_nr {
    overflow: hidden;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.right_new {
    overflow: hidden;
    height: 351px;
    padding: 10px;
}
.ztxy_Box {
    height: 350px;
    text-align: left;
}
.ztxy_Box .hd{ display: none; position: absolute; z-index: 999; top: 130%; left: 47%;}
.ztxy_Box .hd li{ float: left; width: 10px; height: 10px; background: #ccc; border-radius: 50%; margin-right: 8px; cursor: pointer;}
.ztxy_Box .hd .on{background: #666;}
.right_new ul {
    padding: 0px;
    margin: 0px;
}
.right_new ul li {
    line-height: 39px;
    width: 272px;
}
.right_new ul li a{
	font-size: 15px;
	color: #333;
}
.more a {
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 12px;
    color: #666;
}
/* 今日交易 */
.today-trade {
    width: 1200px;
    height: 124px;
    margin: 15px auto 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.today-trade-hd {
    /* height: 17px; */
    text-align: center;
    position: relative;
    margin-top: 10px;
    background: url(../images/tt_bg.png) repeat-x left center;
}
.today-trade-hd::before {
    position: absolute;
    left: 0;
    top: 18px;
    /* margin-top: -9px; */
    width: 1198px;
    height: 1px;
    z-index: 10;
    background: #efefef;

}
.trade-twpr {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
}
.trade-tico {
    margin-top: 10px;
    float: left;
}
.trade-tico.icol {
    padding-left: 11px;
}
.trade-tico.icor {
    padding-right: 11px;
}
.trade-tt {
    float: left;
    width: 240px;
    text-align: center;
    font-size: 26px;
    color: #3c71ad;
}
.today-trade-bd{
    padding: 10px 10px 6px 10px;
}
.today-trade-bd .trade_p {
    width: 94px;
    background: url(../images/ztfu.png) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    height: 64px;
    text-align: center;
    padding: 20px 0;
}
.today-trade-bd .trade_p > span {
    display: inline-block;
    width: 44px;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
}
.today-trade .right_trade {
    width: 91%;
    margin-left: 12px;
}
.gsStatistAlltopList {
    float: left;
    margin-left: 15px;
    margin-bottom: 4px;
    width: 124px;
    text-align: center;
    height: 30px;
    padding: 10px 8px;
    background: url(../images/jrjy_bg.png) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    line-height: 1.3;
    border-radius: 5px;
    transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
}

.gsStatistAlltopList:nth-child(1), .gsStatistAlltopList:nth-child(7) {
    margin-left: 0;
}
.gsStatistAlltopList:nth-child(1) {
    width: 280px;
}

.gsStatistAlltopList:hover{box-shadow:0px 2px 10px 0px rgba(0,0,0,0.5);font-weight:bold;}
.gsStatistAllData {
    font-size: 18px;
    color: #fff;
    /* line-height: 32px; */
}
.gsStatistAllData>span {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 3px;
}
/* 四个链接 */
.content-f1 {
    width: 1200px;
    margin: 15px auto 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.content-fv1 {
    padding: 0 10px 10px;
}
.content-fv1 li {
    width: 295px;
    height: 130px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}
.content-fv1 li:nth-child(1), .content-fv1 li:nth-child(2), .content-fv1 li:nth-child(3) {
    margin-bottom: 0px;
}
.content-fv1 li a {
    display: inline-block;
    width: 278px;
    height: 120px;
    background: #f5fafb;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
    margin-top: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
}
.content-fv1 li a:hover {
    margin-top: 0px;
    width: 278px;
    height: 130px;
}
.content-fv1 li:hover .fv1,
.content-fv1 li:hover .fv2,
.content-fv1 li:hover .fv3,
.content-fv1 li:hover .fv4,
.content-fv1 li:hover .fv5,
.content-fv1 li:hover .fv6 {
    margin: 15px auto;
}

.content-fv1 li:nth-child(1), .content-fv1 li:nth-child(2), .content-fv1 li:nth-child(3) {
    margin-bottom: 0px;
}

.content-fv1 li:hover:nth-child(3) {
    margin-right: 0;
}

.content-fv1 li a:hover div:first-child, .content-fv1 li.on a div:first-child {
    background-color: #1080cc;
}

.content-fv1 li a:hover div:last-child, .content-fv1 li.on a div:last-child {
    color: #1080cc;
}

.fvtitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #96abc9;
    font-weight: bold;
    line-height: 1.2;
}

.content-fv1 a {
    display: block;
    height: 100%;
}

.fv1, .fv2, .fv3, .fv4, .fv5, .fv6 {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    border-radius: 50%;
    background: url("../images/fv1.png") no-repeat center center #a4b9d6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; /* Firefox 4 */
    -webkit-transition: all 0.3s ease; /* Safari 和 Chrome */
    -o-transition: all 0.3s ease; /* Opera */
}

.fv2 {
    background: url("../images/fv2.png") no-repeat center center #a4b9d6;
}

.fv3 {
    background: url("../images/fv3.png") no-repeat center center #a4b9d6;
}

.fv4 {
    background: url("../images/fv4.png") no-repeat center center #a4b9d6;
}

.fv6 {
    background: url("../images/fv6.png") no-repeat center center #a4b9d6;
}

/* 大数据 */
.gsBigData {
    width: 1200px;
    /* height: 251px; */
    margin: 10px auto 0px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: solid 1px rgba(221, 221, 221, 1);
    position: relative;
}
.gsBigDataLeft {
    float: left;
    width: 31%;
    height: 100%;
    border-right: 1px solid #e3e3e3;
}
.gsBigDataLeftTitle2018 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 7px 0px 7px 0px;
}
.gsBigDataLeft>dl>dd {
    float: left;
    width: 211px;
    font-size: 13px;
    color: #333333;
    text-align: right;
    font-weight: 600;
    margin: 0px;
}
.gsBigDataLeft>dl>dt {
    float: left;
    width: 115px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    font-weight: bold;
}
.gsBigDataRight {
    width: 68%;
    float: right;
    height: 100%;
}
.gsBigDataRight_Pic1 {
    width: 47%;
    height: 90%;
    overflow: hidden;
    float: left;
}
.gsBigDataRight_Pic2 {
    width: 53%;
    height: 90%;
    overflow: hidden;
    float: right;
}
.gs_BigDataBto {
    width: 97%;
    overflow: hidden;
    height: 10%;
}
.gs_BigDataBto ul {
    margin: 0px;
    padding: 0px;
    width: 950px;
    padding: 0px 10px;
    margin: 0px auto;
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
.gs_BigDataBto ul li {
    float: left;
    width: 24%;
    list-style: none;
    height: 50px;
    line-height: 50px;
}
.gs_BigDataBto ul li span {
    color: #20497d;
    display: inline-block;
    font-weight: 600;
}

/* 二维码 */
.gsErCode {
    /* width: 100%; */
    position: fixed;
    bottom: 126px;
    right: 0px;
    /* transform: translate(0,-50%); */
    z-index: 222;
    min-height: 100px;
}
.gsErCodePicLayer {
    /* width: 1200px; */
    /* margin: auto; */
    /* height: 0px; */
    /* position: relative; */
}
.question_a{
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: url("../images/question.png") no-repeat;
    /* position: absolute;
    top: -250px;
    right: -90px; */
}
.gsErCodePic {
    /* position: absolute;
    top: -170px;
    right: -90px; */
}
.gsErCodePic>a {
    display: block;
    width:70px;
    height:70px;
    margin-bottom: 6px;
}
.gsErCodePic>a img{
    width:100%;
    height:100%;
}
.gsErCode1, .gsErCode2, .gsErCode3 {
    position: relative;
}
.gsErCodeBgc {
    text-align: center;
}
.gsErCode1Detail:after {
    position: absolute;
    bottom: 40%;
    right: -11px;
    margin-top: -14px;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
    content: "";
}
.gsErCode2Detail:after{
	position: absolute;
	top: 50%;
	right: -11px;
	transform: translate(0,-50%);
	border-top: 12px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 12px solid transparent;
	content: "";
}
.gsErCodeBgc img {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    border: none;
    width: 80px;
    /* margin: 5px auto 0; */
}
.gsErCodeBox {
    position: absolute;
    right: 88px;
    top: -74px;
    background-color: #fff;
    display: none;
}
.gsErCodeDetail {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #888;
    border: 1px solid #dddddd;
    position: relative;
}
.gnCode_Left {
    width: 165px;
    height: 190px;
    padding: 10px 15px;
    background: #fff;
    border: 5px solid #fbfbfb;
}
.gnCode_Left p {
    text-align: center;
    line-height: 28px;
    color: #333;
}
.gnCode_Left img {
    display: block;
    width: 165px;
    border: none;
}
.gsErCodePic>a:hover .gsErCodeBox{
	display: block;
}
#goTop {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: url("../images/goTop.png") no-repeat;
    background-size:100% 100%;
    /* position: absolute;
    top: -80px;
    right: -90px; */
}
/* 底部版权 */
.bottom {
    width: 100%;
    min-width: 1200px;
    min-height: 205px;
    margin-top: 10px;
    border-top: 10px solid #3b70ac;
    /* background: #FFFFFF; */
}
.bottom .bottom_top {
    height: 72px;
    width: 100%;
    border-bottom: 1px solid #c1cae0;
    line-height: 72px;
}
.bottom_top > div {
	width: 1200px;
	margin: 0 auto;
}
.ewb-select-txt {
    display: none;
    width: 80px;
    line-height: 72px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
.link-item-ul, .child-item-ul {
    padding: 0;
    list-style: none;
    float: left;
    /* margin-left: 10px; */
}
.link-item-ul .link-item-li {
    float: left;
    position: relative;
    margin: 0 10px 0 6px !important;
    width: 225px;
    border: 1px solid #c1cae0;
}
.link-item-ul .link-item-li:first-child{
    margin-left: 0 !important;
}
.link-item-ul{
	margin-top: 18px;
}
.link-item-ul .link-item-li:last-child{
	margin-right: 0 !important;
}
.link-item-li .web-site-set {
    position: relative;
    margin: 0;
    border-radius: 1px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    padding-left:6px;
    text-align: center;
    background: #fff url(../images/chosen-sprite.png) 200px center no-repeat;
}
.link-item-li .web-site-set {
}
.link-item-li .web-site-set.active{
    background: #fff url(../images/chosen-spriteh.png) 200px center no-repeat;
}

.child-item-ul {
    position: absolute;
    left: -1px;
    bottom: 33px;
    width: 215px;
    max-height: 240px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    margin-left: 0;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}
.child-item-ul li{
    margin: 0!important;
    float: none!important;
    text-align: center;
}

.child-item-li a {
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    line-height: 18px;
    color: #000;
    border-bottom: 1px dashed #dcdcdc;
}
.child-item-li:last-child a{
	border-bottom: 0px dashed transparent;
}

.child-item-li a:hover {
    background-color: #dbdbdb;
}

.hide {
    display: none;
}
.footer{
	width: 100%;
	min-width: 1200px;
	padding:10px 0;
	background:;
}
.footer_c{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer .footer_c p,.footer .footer_c p a{
	color: #333;
	font-size: 15px;
	line-height: 1.8 !important;
}
.gsBigDataLeft1 {
    float: left;
    width: 400px;
    height: 100%;
    padding:0 10px;
    border-right: 1px solid #e3e3e3;
}
.gsBigDataLeft1 > div{
    margin-top:10px;
}
.gsBigDataLeft1 > div dl{
    margin-top:6px;
    margin-bottom:0 !important;
    padding-bottom:10px;
    border-bottom:1px dashed #dcdcdc;
}
    .gsBigDataLeft1 > div dl:last-child {
        margin-top: 6px;
        margin-bottom: 0 !important;
        padding-bottom: 10px;
        border-bottom: 1px dashed transparent
    }
.gsBigDataLeft1 > div dl:first-child{
     /*margin-top:0 !important;*/  
 }
.gsBigDataLeft1 > div dl dd,
.gsBigDataLeft1 > div dl dt{
    float:left;
}
.gsBigDataLeft1 > div dl dd{
    width:20%;
    margin-left:10px !important;
    font-weight:bold;
}
.gsBigDataLeft1 > div dl dt{
    width: 38%;
    text-align:center;
}
.gsBigDataLeft1 > div dl dt i {
    font-weight: bold;
    color: #3b70ad;
    font-style: normal;
    font-size: 16px;
}
.gsBigDataRight1 {
    width: 64%;
    float: right;
    height: 100%;
}

/* 切换网站入口 */
.change_entry {
    width: 200px;
    height: 74px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 222;
    border-radius: 10px;
    border: none;
    background: none;
}

.change_entry a {
    display: block;
}

    .change_entry a img {
        width: 100%;
    }

.change_entry .close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 223;
    text-align: center;
    background: #1f85ed;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    border: none;
    cursor: pointer;
}

.text_run {
    position: absolute;
    right: -66px;
    top: 0;
    /* margin-left: -30px; */
    background: #bddaf2;
    border: 1px solid #7ca9d3;
    color: #446cb4;
    font-weight: 400;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 2px 10px;
    border-radius: 15px;
}
















