﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

html{
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}


body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei";
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

em {
	font-style: normal;
}

.conter {
	width: 1280px;
	margin: 0 auto;
}

.margin-b20 {
	margin-bottom: 20px;
}

.margin-t20 {
	margin-top: 25px;
}

.margin-l25 {
	margin-left: 55px;
}

/* head */
.head {
	width: 100%;
	height: 135px;
	position: fixed;
	left: 0;
    top: 0;
	z-index: 999;
	background: #f2f2f2;
	border-bottom: 5px solid #E3C591;
}

.head .logo {
	width: 170px;
	height: 135px;
	float: left;
}

.head .n_t {
	/*width: 1110px;*/
	float: left;
}

.head_t {
	width: 100%;
	height: 90px;
}

.head_t img {
	width: 930px;
	float: left;
	margin-top: 8px;
}

.head_e {
	width: 100%;
	height: 45px;
}

.nav_z {
	width: auto!important;
	height: 30px;
	float: right;
	position: relative;
	z-index: 999;
	padding-left: 10px;
	margin-right: 15px;
	margin-top: 3px;
}

#navul span {
	width: 1px;
	height: 34px;
	background: rgba(199,199,199,.7);
	float: left;
	margin: 3px 5px 0 5px;
}

#navul > li {
	float: left;
	width: 120px;
	height: 40px;
	position: relative;
	text-align: center;
	margin-top: 2px;
}

#navul li a:link, #navul li a:visited {
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #363636;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	display: block;
}

#navul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	border-bottom: none;
	left: 0px;
	top: 33px;
	padding-top: 12px;
}

#navul > li > ul > li {
	width: 120px;
	height: 48px;
	position: relative;
	line-height: 48px;
	font-size: 12px;
	overflow: hidden;
	background: #124A8F;
	margin-top: 0;
	float: none;
	display: block;
}

#navul > li > .two_nav > li > a {
	font-size: 14px;
	background: url(../../../../../statics/images/fcg_touzi/a_26.png) 10px 19px no-repeat;
	transition: all 0.4s ease-out;
}


#navul li.navmoon {
	width: 120px;
	height: 34px;
	background: #124A8F;
	border-radius: 16px;
	border-top: 0;
	line-height: 34px;
	color: #2b76e7;
}

#navul li.navmoon > a {
	color: #ffffff;
}

#navul li.navhome > li:hover a {
	color: #FCFF00;
}

#navul li.navmoon ul {
	display: block;
}

#navul li.navmoon ul a {
	color: #fff;
	display: block;
	width: 120px;
	height: 48px;
	line-height: 48px;
}

#navul li.navmoon ul .two_nav a {
	color: #fff;
	display: block;
	width: 120px;
	height: 48px;
	line-height: 48px;
}

#navul li.navmoon ul li:hover {
	
	background: #FFF;
}

#navul li.navmoon ul li:hover a{
	color: #0573bd;
	background: url(../../../../../statics/images/fcg_touzi/a_27.png) 10px 19px no-repeat;
}

/* 搜索 */
.search {
	width: 150px;
	height: 32px;
	float: right;
	border: 1px solid #7F7F7F;
	outline: none;
	color: #9E9C9C;
	border-radius: 16px;
	background: #f2f2f2;
	margin-top: 5px;
}

.search form {
    width: 150px;
	position: relative;
	top: 0px;
}

.search form span {
	float: left;
	margin-top: 4px;
	margin-left: 12px;
}

.search input {
	width: 86px;
	height: 22px;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 10px;
	outline: none;
	color: #9E9C9C;
	background: #f2f2f2;
	border: 0;
	margin-top: 4px;
	margin-right: 3px;
}

.search .button {
	width: 24px;
	height: 24px;
	font-size: 14px;
	padding-right: 10px;
	text-indent: -99999px;;
	outline: none;
	color: #9E9C9C;
	/*border-radius: 16px;
	background: #f2f2f2;*/
	border: 0;
	margin-top: 1px;
	background: url(../../../../../../statics/images/fcg_touzi/submit.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.search input::-webkit-input-placeholder { 
    color: #cacaca;
}

.search input:-moz-placeholder { 
   color: #cacaca;
}

.d1 input::-moz-placeholder {
   color: #cacaca;
}

.search input:-ms-input-placeholder { 
   color: #cacaca;
}

.search button {
	position: absolute;
	top: 3px;
	right: 7px;
	width: 24px;
	height: 24px;
	border: none;
	background: url(../../../../../../statics/images/fcg_touzi/submit.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

/* banner */
.banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-top: 135px;
}

.ban {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 400px;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
	height: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../../../../../statics/images/fcg_touzi/prev_a.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../../../../../statics/images/fcg_touzi/next_a.png) no-repeat;
}

.ft-carousel .carousel-prev-btn:hover {
	background: url(../../../../../statics/images/fcg_touzi/prev_b.png) no-repeat;
}

.ft-carousel .carousel-next-btn:hover {
	background: url(../../../../../statics/images/fcg_touzi/next_b.png) no-repeat;
}

/* 滚动新闻 */
.demo {
	width: 820px;
	height: 490px;
	font-size: 14px;
	position: relative;
}

.demo a.control {
	position: absolute;
	display: block;
	bottom: 10px;
	margin-top: -78px;
	width: 16px;
	height: 30px;
	cursor: pointer;
	z-index: 3;
	background: url(../../../../../statics/images/fcg_touzi/buttons.png) no-repeat;
}

.demo a.prev {
	left: 10px;
	background-position: -20px -40px;
}

.demo a.next {
	right: 10px;
	background-position: -118px -40px;
}

.demo a.prev:hover {
	background-position: -20px -152px;
}

.demo a.next:hover {
	background-position: -118px -152px;
}

.slider {
	display: none
}

/* 集团动态 */
.proje_01 {
	width: 100%;
	height: 490px;
}

.news_roll {
	width: 820px;
	height: 490px;
	float: left;
}

.group_dt {
	width: 430px;
	height: 490px;
	overflow: hidden;
	float: right;
}

.dt_t {
	width: 100%;
	height: 35px;
	/*border-bottom: 1px solid #e0e0e0;*/
	margin-bottom: 6px;
}

.dt_t .more {
	width: 185px;
    height: 34px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 35px;
	text-align: right;
	color: #bfbfbf;
	float: right;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.dt_t .more:hover {
	color: #2b76e7;
}

.group_dt h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_dt h2 a {
	color: #1c1c1c;
}

.group_dt h2 a:hover {
	color: #2b76e7;
}

.group_dt ul {
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_dt ul li {
	line-height: 46px;
}

.group_dt ul a {
	color: #1c1c1c;
}

.group_dt ul li:first-child a {
	font-weight: bold;
	font-size: 18px;
}

.group_dt ul a:hover {
	color: #2b76e7;
}
/*
.group_dt .one .icon_fd {
    width: 88px;
    height: 40px;
    /*background: url(../../../../../statics/images/fcg_touzi/a_03.png) no-repeat;
	display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background-size: contain;
}*/

.group_dt .one a {
    /*width: 88px;*/
    height: 40px;
	font-size: 16px;
	display: inline-block;
	font-weight: normal;
}
/*
.group_dt .two .icon_fd {
    width: 58px;
    height: 22px;
    background: url(../../../../../statics/images/fcg_touzi/a_04.png) no-repeat;
	display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background-size: contain;
}*/

.group_dt .two a {
    /*width: 58px;*/
    height: 22px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

/* 宣传图片 */
.img06 {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.img06 img {
	width: 100%;
}

/* 版块二 */
.proje_02 {
	width: 100%;
	height: 345px;
}

/* 党风建设 */
.group_df {
	width: 390px;
	height: 340px;
	overflow: hidden;
	float: left;
}

.df_t {
	width: 100%;
	height: 35px;
	/*border-bottom: 1px solid #e0e0e0;*/
	margin-bottom: 6px;
}

.df_t .more {
	width: 104px;
    height: 34px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 35px;
	text-align: right;
	color: #bfbfbf;
	float: right;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.df_t .more:hover {
	color: #2b76e7;
}

.group_df ul {
	margin-top: 5px;
}

.group_df ul li {
	height: 42px;
	line-height: 42px;
    background: url(../../../../../statics/images/fcg_touzi/a_21.png) no-repeat 0 18px;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}

.group_df ul li a {
	width: 290px;
	height: 34px;
	color: #1c1c1c;
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_df ul li em {
	color: #3a3a3a;
	float: right;
    font-size: 12px;
    margin-left: 10px;
}

.group_df ul li:hover a {
	color: #fb1010;
}

.group_df ul li:hover em {
	color: #fb1010;
}

/* 公司风采 */
.group_fc {
	width: 390px;
	height: 340px;
	overflow: hidden;
	float: left;
}

.fc_t {
	width: 100%;
	height: 35px;
	/*border-bottom: 1px solid #e0e0e0;*/
	margin-bottom: 6px;
}

.fc_t .more {
	width: 175px;
    height: 34px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 35px;
	text-align: right;
	color: #bfbfbf;
	float: right;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.fc_t .more:hover {
	color: #2b76e7;
}

.group_fc ul {
	margin-top: 5px;
}

.group_fc ul li {
	height: 42px;
	line-height: 42px;
    background: url(../../../../../statics/images/fcg_touzi/a_18.png) no-repeat 0 18px;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}

.group_fc ul li a {
	width: 290px;
	height: 34px;
	color: #1c1c1c;
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_fc ul li em {
	color: #3a3a3a;
	float: right;
    font-size: 12px;
    margin-left: 10px;
}

.group_fc ul li:hover a {
	color: #2b76e7;
}

.group_fc ul li:hover em {
	color: #2b76e7;
}

/* 通知公告 */
.group_tz {
	width: 390px;
	height: 340px;
	overflow: hidden;
	float: left;
}

.tz_t {
	width: 100%;
	height: 35px;
	/*border-bottom: 1px solid #e0e0e0;*/
	margin-bottom: 6px;
}

.tz_t .more {
	width: 150px;
    height: 34px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 35px;
	text-align: right;
	color: #bfbfbf;
	float: right;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}

.tz_t .more:hover {
	color: #2b76e7;
}

.group_tz ul {
	margin-top: 5px;
}

.group_tz ul li {
	height: 42px;
	line-height: 42px;
    background: url(../../../../../statics/images/fcg_touzi/a_18.png) no-repeat 0 18px;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}

.group_tz ul li a {
	width: 290px;
	height: 34px;
	color: #1c1c1c;
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_tz ul li em {
	color: #3a3a3a;
	float: right;
    font-size: 12px;
    margin-left: 10px;
}

.group_tz ul li:hover a {
	color: #2b76e7;
}

.group_tz ul li:hover em {
	color: #2b76e7;
}

/* 项目动态 */
.industry {
	width: 100%;
	height: 200px;
}

.ind_t {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 6px;
}

.ind_t .more {
	font-family: "Arial";
	font-size: 12px;
	line-height: 35px;
	color: #bfbfbf;
	float: right;
	display: block;
}

.ind_t .more:hover {
	color: #2b76e7;
}

.Box {
	position: relative;
}

.Box .content {
	width: 1280px;
	margin: 0 auto;
}

.Box .box_xm {
	width: 60px;
	height: 200px;
	color: #ffffff;
	float: left;
	background: #1A5192;
}

.Box .box_xm p {
	width: 30px;
	line-height: 32px;
	font-size: 22px;
	text-align: center;
	word-wrap: break-word;
	margin: 0 auto;
	padding-top: 30px;
}

.Box .Box_con {
	width: 1220px;
	height: 200px;
	position: relative;
	left: 60px;
	background: #F5F5F5;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 80px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../../../../../statics/images/fcg_touzi/jtl02.png) no-repeat center;
	left: 0px;
}

.Box .Box_con .btnr {
	background: url(../../../../../statics/images/fcg_touzi/jtr02.png) no-repeat center;
	right: 0px;
}

.Box .Box_con .btnl:hover {
	background: url(../../../../../statics/images/fcg_touzi/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(../../../../../statics/images/fcg_touzi/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
	width: 1130px;
	height: 200px;
	position: relative;
	left: -10px;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	padding-top: 15px;
	position: relative;
	list-style: none;
}

/*.Box .Box_con .conbox ul li h4 {
	margin-bottom: 5px;
}

.Box .Box_con .conbox ul li h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	text-decoration: none;
}

.Box .Box_con .conbox ul li h4 a:hover {
	color: #ff0000;
}*/

.Box .Box_con .conbox ul li {
	width: 250px;
	height: 170px;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 20px;
	position: relative;
	float: left;
}

/*.Box .Box_con .conbox ul li p {
	font: normal 12px/180% "SimSun";
	color: #666666;
}

.Box .Box_con .conbox ul li p a {
	color: #ff0000;
	text-decoration: none;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 250px;
	height: 100px;
	margin-bottom: 5px;
}*/

.Box .Box_con .conbox ul .cur img {
	width: 250px;
	height: 170px;
}

.Box .Box_con .conbox ul .cur .text {
	width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(13, 70, 128, 0.8);
    font-size: 12px;
    color: #fff;
	transition: all 0.8s ease-out;
}

.Box .Box_con .conbox ul .cur .text h4 {
	height: 30px;
	padding: 10px 0 0 15px;
	transition: all 0.8s ease-out;
}

.Box .Box_con .conbox ul .cur .text h4 i {
	width: 4px;
	height: 16px;
	background: #e3c590;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.Box .Box_con .conbox ul .cur .text h4 span {
	width: 205px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Box .Box_con .conbox ul .cur .text p {
	height: 55px;
    text-align: left;
    color: #fff;
    line-height: 180%;
    padding: 5px 15px;
	margin-bottom: -120px;
    clear: both;
	overflow: hidden;
	position: relative;
    bottom: -60px;
	transition: all 1.5s ease-out;
}

.Box .Box_con .conbox ul .cur:hover .text  {
	height: 170px;
}

.Box .Box_con .conbox ul .cur:hover .text h4 {
	margin-top: 30px;
}

.Box .Box_con .conbox ul .cur:hover .text p {
	bottom: 0;
}


/* footer */
footer {
	width: 100%;
	height: 350px;
	background: #124A8F;
}

footer .f_b {
	padding: 30px 0px 35px 0px;
}

.f_jert {
	width: 390px;
	height: 295px;
	float: left;
}

/* 友情链接 */
.link_t {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
}

.link_t img {
	display: block;
	float: left;
	margin: 3px 8px 0 7px;
}

.link_t span {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #e3c590;
	display: block;
}

.link_e {
	height: 130px;
	padding: 8px 10px;
	border-bottom: 1px solid #fff;
}

.link_e > a {
	/*height: 32px;*/
	line-height: 32px;
	color: #ffffff;
	font-size: 14px;
	display: block;
	overflow: hidden;
	letter-spacing: 1px;
}

.link_e a:link {
	color: #ffffff;
}

.link_e .a2:link {
	color: #ffffff;
}

.link_e a:visited, {
	color: #e3c590;
}

.link_e .a2:visited, {
	color: #e3c590;
}

.link_e a:hover {
	color: #e3c590;
}

.link_e .a2:hover {
	color: #e3c590;
}

.link_e a:active {
	color: #e3c590;
}

.link_e .a2:active {
	color: #e3c590;
}

.link_e > a.a1 {
	width: 160px;
	float: left;
	text-align: right;
}

.link_e > a.a2 {
	width: 160px;
	float: right;
	text-align: left;
	color: #ffffff;
}
	
.keep {
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
}

.keep p {
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.keep a {
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	display: block;
	letter-spacing: 1px;
}

.keep a img {
	width: 15px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}

/* 友情链接 */
.visit_t {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
}

.visit_t img {
	display: block;
	float: left;
	margin: 3px 8px 0 7px;
}

.visit_t span {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #e3c590;
	display: block;
}

.visit_e {
	height: 253px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

.visit_e h3 {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.visit_e p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 1px;
}

.visit_e .p1 {
	font-size: 14px;
	font-family: "Arial";
}

.secur {
	height: 100px;
	margin-top: 10px;
}

.secur_l {
	width: 190px;
	float: left;
}

.secur_l a {
	color: #fff;
	font-family: "Arial";
	letter-spacing: 1px;
	text-decoration: none;
}

.secur_l .p1 {
	line-height: 20px;
	font-family: "Arial";
}

.secur_r {
	width: 100px;
	float: right;
}

.secur_r img {
	width: 75px;
	display: block;
	margin: 0 auto;
}

.secur_r p {
	font-size: 12px;
	letter-spacing: 1px;
 	text-align: center;
}

.tact_t {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
}

.tact_t img {
	display: block;
	float: left;
	margin: 3px 8px 0 7px;
}

.tact_t span {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #e3c590;
	display: block;
}

.tact_e {
	height: 253px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

.tact_e h3 {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.tact_e p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 1px;
}

.tact_e .p1 {
	line-height: 20px;
	font-family: "Arial";
}

.repo {
	margin-top: 15px;
}

.repo_l {
	width: 110px;
	float: left;
}

.repo_l img {
	width: 50px;
	display: block;
	margin: 15px auto;
}

.repo_r {
	width: 210px;
	float: left;
}

.repo_r img {
	display: block;
	margin: 0 auto;
	margin-top: 80px;
}


/* 返回顶部 */
.go-top {
	width: 46px;
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index: 999;
}

.go-top a {
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	background-image: url(../../../../../statics/images/fcg_touzi/go-top.png);
}

.go-top a:last-child {
	margin-bottom: 0;
}

.go-top .go {
	background-position: 0 -150px;
}

.go-top .go:hover {
	background-position: 0 -250px;
}

.go-top .feedback {
	background-position: 0 -100px;
}

.go-top .feedback:hover {
	background-position: 0 -300px;
}

.go-top .uc-2vm {
	background-position: 0 0;
}

.go-top .uc-2vm:hover {
	background-position: 0 -350px;
}








