﻿body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-size: 1em;
	font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
}

.ui-page {
	padding-bottom: 48px;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
	text-shadow: 0 0 0 transparent;
	color: #666;
}

.clearfix:after {
	content: "";
	overflow: hidden;
	clear: both;
	display: block;
}


/*header css*/

.header {
	height: 108px;
	border-bottom: 3px solid #da251d;
	margin: 0 0 5px 0;
}
.header_in {
	width: 1200px;
	margin: auto;
}
.header_in_on{
	height: 35px;
	overflow:hidden;
}
.header_in_on_left{
        float:left;
}
.header_in_on_left a{
        color:#3e3d3d;
        font-size:15px;
        padding:0px 20px 0px 0px;
        line-height:35px;
}
.header_in_on_right{
        float:right;
        text-align: right;
}
.header_in_on img{
    margin: -7px 0 0 0;
    width: 40px;
}
.header_in_on i{
	font-size: 16px;
	color: #3e3d3d;
	line-height: 50px;
}


.header_in_under{
	height: 73px;
	width: 1200px;
	overflow: hidden;
}
.header_in_under>a{
	display: block;
	float: left;
}
.logo {
}

.header_in_under ul{
	float: right;
	font-size: 16px;
	margin: 0 -2px 0 0;
}
.header_in_under ul li{
	float: left;
	height: 73px;
	position: relative;
}
.header_in_under ul li:hover .sanjiao{
	display: block;
}
.header_in_under ul .active .sanjiao{
	display: block;
}
.sanjiao{ 
	display: none;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #da251d;
    border-right: 7px solid transparent;
    position: absolute;
    top: 66px;
    right: 44%;

}
.header_in_under ul li a:hover{
	color: #da251d;
}
.header_in_under ul .active a{
	color: #da251d;
}
.header_in_under ul li a {
	height: 73px;
	color: #504f4f;
	line-height: 63px;
	padding: 0 26px;
	border-right: 1px solid #888989;
}

/*header css end*/


/*central css*/
.title_1{
	height: 100px;
	padding: 34px 0 0 0;
}
.title_1 p{
	font-size: 24px;
	color: #4e4d4d;
	height: 42px;
	width: 130px;
	text-align: center;
	margin: 0 auto 7px;
	border-bottom: 1px solid #545353;
}
.title_1 span{
	font-size: 14px;
	color: #706f6f;
	display: block;
	text-align: center;
	line-height: 26px;
}

/*轮播图css*/

#banner {}

.ban {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.ban .b {
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

.ban .ban01 {
	display: block;
	/*width:200px;height:20px;*/
	position: absolute;
	z-index: 12;
	bottom: 25px;
	left: 48%;
	/*margin:0px auto; */
}

.ban .ban01 li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	list-style: none;
	background: #9a9c9d;
	float: left;
	margin:0px 3px;
	cursor: pointer;
}

.ban .ban01 .on {
	width: 16px;
	height: 16px;
	background-color: #570206;
	border: 1px solid #fff;
}
/*轮播图css end*/

.central_under{
}
/*首页投资案例 css*/
.sy_Investment_case{
	width: 1200px;
	margin: auto;
	height: 645px;
	overflow: hidden;
}
.sy_Investment_case ul{
	width: 1300px;
	height: 410px;
}

.sy_Investment_case ul li{
	margin: 0px 20px 10px 0;
	width: 380px;
	height: 380px;
	float: left;
	position: relative;
overflow:hidden;
border: 1px solid #cccccc;
}
.sy_Investment_case ul li .sy_IC_img{
overflow:hidden;
width:380px;
height:325px;
}
.sy_Investment_case ul li a{
	display: block;
}
.sy_Investment_case ul li:hover .hover_tzjh{
	display: block;
}
.sy_Investment_case ul li a p{
	height: 47px;
	margin: 0px;
	font-size: 20px;
	color: #4e4d4d;
    text-align: center;
    line-height: 50px;
}
.sy_Investment_case>a{
	display: block;
	font-size: 20px;
	color: #dc321c;
	width: 120px;
	height: 25px;
	border-bottom: 1px solid #dc321c;
	margin: auto;
}
.hover_tzjh{
	display: none;
	width: 380px;
	height: 380px;
	position: absolute;
	bottom: 0;
	background: rgba(38, 37, 37, 0.71) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/	
	filter: Alpha(opacity=71);
	background: #262525;
	/*实现IE背景透明*/
	left: 0;
	right: 0;
    color: #FFFFFF;
}
.hover_tzjh_in{
	width: 320px;
	height: 320px;
	border: 1px solid #fff;
        margin: 10px auto;
        padding:20px;
}
.hover_tzjh_in p{
	font-size: 18px;
	height: 45px;
	line-height: 55px;
	text-align: center;
}
.hover_tzjh_in span{
	display: block;
	margin: 0 15px 10px 15px;
	font-size: 16px;
	line-height: 39px;
        height:237px;
        overflow:hidden;
}
.hover_tzjh_in a{
	display: block;
	width: 118px;
	height: 31px;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
	margin: auto;
	text-align: center;
}
/*首页投资案例 css end*/
/*首页新闻资讯 css*/
.central_under_02{
	height: 610px;
	background-color: #f4f4f4;
}
.c_u_02_in{
	width: 1200px;
	margin: auto;
}
.sy_news{
	height: 350px;
	width: 1200px;
	overflow: hidden;
}
.sy_news ul{
	width: 1300px;
    margin: -30px 0 0 -30px;
}
.sy_news ul li{
	float: left;
	width: 599.5px;
	height: 175px;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
    padding: 30px 0 0 30px;
}
.sy_news ul li dl{
	margin: 0px;
}
.sy_news ul li dl dt{
	float: left;
	width: 246px;
	height: 140px;
overflow:hidden;
}
.sy_news ul li dl dt img{width:100%;}
.sy_news ul li dl dd{
    float: right;
    width: 310px;
    height: 140px;
    margin: 0 28px 0 0;
}
.sy_news ul li dl dd p{
	font-size: 20px;
	color: #4b4a4a;
	height: 28px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sy_news ul li dl dd span{
	display: block;
	font-size: 14px;
	color: #737373;
	height: 95px;
	overflow: hidden;
	line-height: 30px;
}
.sy_news ul li dl dd i{
	font-size: 14px;
	color: #737373;
	font-style: normal;
	display: block;
	float: left;
	width: 200px;
}
.sy_news ul li dl dd b{
	font-size: 14px;
	color: #dc321c;
	font-weight: normal;
	float: right;
}
.c_u_02_in>a{
	display: block;
	font-size: 20px;
	color: #dc321c;
	width: 120px;
	height: 25px;
	border-bottom: 1px solid #dc321c;
    margin: 30px auto 0;
}


/*首页新闻资讯 css end*/
/*首页华瀛集团 css*/
.central_under_03{
	width: 1200px;
	height: 430px;
	margin: auto;
}
.title_2{
	height: 79px;
	border-bottom: 1px solid #929293;
	margin: 0 0 18px 0;
}
.title_2 p{
	float: left;
	height: 79px;
	line-height: 95px;
	font-size: 24px;
	color: #4a4b4d;
}
.title_2 a{
	float: right;
	height: 79px;
	line-height: 100px;
	font-size: 14px;
	color: #4a4b4d;
}
.sy_hyjt{
	width: 580px;
	float: left;
	height: 430px;
	overflow: hidden;
}
.sy_hyjt img{
	float: left;
	margin: 12px 13px 0 0;
}
.sy_hyjt span{
    font-size: 14px;
    line-height: 35px;
}
.sy_qxzgs{
	float: right;
	height: 430px;
	width: 580px;
}
/*首页华瀛集团 css end*/
/*首页旗下子公司 css*/
.sy_carousel{
	width: 580px;
	height: 288px;
	padding: 12px 0;
}
.sy_carousel>ul li{
	float: left;
}
.sy_carousel_left{
	width: 47px;
	height: 288px;
	cursor: pointer;
}
.sy_carousel_left img{
	margin: 115px 0 0 8px;
}
.sy_carousel_01{
	width: 488px;
	overflow: hidden;
}
.sy_carousel_01 ul{
	width: 580px;
	height: 288px;
	margin: 1px 0 0 0;
}
.sy_carousel_01 ul li{
	float: left;
	margin: 0 13px 0 0;
	height: 288px;
	position: relative;
}
.sy_carousel_01 ul li:hover p{
	display: none;
}
.sy_carousel_right{
	width: 40px;
	height: 260px;
	float: right;
	cursor: pointer;
}
.sy_carousel_right img{
	margin: 115px 0 0 8px;
}
.zgs_img{
	height: 288px;
	position: relative;
}



/*首页旗下子公司 css end*/
/*central css end*/
.Sp_central_on{
	height: 304px;
}
.Sp_central_under{
	width: 1200px;
	margin: auto;
	padding: 32px 0;
}
.Sp_left{
	width: 208px;
	float: left;
}
.Sp_L_01{
	height: 73px;
	border-bottom: 1px solid #afb2b7;
}
.Sp_L_01 p{
	font-size: 36px;
	color: #da251d;
    height: 34px;
    line-height: 30px;
    letter-spacing: 3px;
}
.Sp_L_01 span{
	font-size: 16px;
	color: #858484;
	letter-spacing: 2px;
}
.Sp_L_02{
	border-bottom: 1px solid #afb2b7;
}
.Sp_L_02>p{
	height: 63px;
	line-height: 63px;
	border-bottom: 1px solid #afb2b7;
	color: #da251d;
	font-size: 28px;
}
.Sp_L_02 ul{
	margin: 18px 0;
}
.Sp_L_02 ul li{
	height: 40px;
	background-color: #fff;
}
.Sp_L_02 ul li:hover{
	background-color: #da251d;
	color: #fff;
}
.Sp_L_02 ul .active2{
	background-color: #da251d;
	color: #fff;
}
.Sp_L_02 ul li p{
	float: left;
	width: 6px;
	height: 6px;
	background-color: #848383;
	margin: 17px 10px;
}
.Sp_L_02 ul li span{
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.Sp_L_02 ul li:hover p{
	background-color: #fff;
}
.Sp_L_02 ul li:hover span{
	color: #fff;
}
.Sp_L_02 ul .active2 p{
	background-color: #fff;
}
.Sp_L_02 ul .active2 span{
	color: #fff;
}
.Sp_L_03{
	padding: 27px 0;
	border-bottom: 1px solid #afb2b7;
}
.Sp_L_03 img{
	float: left;
	margin: 0 8px 0 0;
}
.Sp_L_03 p{
	color: #5e5e5e;
	font-size: 16px;
	line-height: 20px;
}
.Sp_L_03 span{
	color: #DA251D;
	font-size: 16px;
}
.Sp_right{
	width: 938px;
	float: right;
	border-left: 1px solid #afb2b7;
	padding: 0 0 0 27px;
	min-height: 600px;
}
.title_3{
	height:37px;
	border-bottom: 1px solid #afb2b7;
}
.title_3 p{
	height: 22px;
	width: 4px;
	background-color: #da251d;
	float: left;
	margin: 0 8px 0 3px;
}
.title_3 span{
	color: #da251d;
	font-size: 18px;
}
.title_3 i{
	float: right;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 32px;
        font-style:normal;
}
.title_3 i a{
	color: #5d5d5d;
}
/*新闻资讯 css*/
.New_information{
	width: 938px;
	overflow: hidden;
}
.New_information ul{
	width: 938px;
}
.New_information ul li{
	width: 938px;
	height: 155px;
	border-bottom: 1px solid #c1c1c1;
    padding: 30px 0px;
}
.New_information ul li dl{
	margin: 0px;
}
.New_information ul li dl dt{
	float: left;
	width: 270px;
	height: 153px;
	border: 1px solid #d8d6d6;
        overflow:hidden;
}
.New_information ul li dl dt img{width:100%;}
.New_information ul li dl dd{
    float: right;
    width: 650px;
    height: 155px;
    margin: 0px;
}
.New_information ul li dl dd p{
	font-size: 18px;
	color: #494848;
	line-height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.New_information ul li dl dd span{
	display: block;
	font-size: 14px;
	color: #6b6969;
	height: 99px;
	overflow: hidden;
	line-height: 30px;
}
.New_information ul li dl dd i{
	font-size: 14px;
	color: #737373;
	font-style: normal;
	display: block;
	float: left;
	width: 200px;
}
.New_information ul li dl dd b{
	font-size: 14px;
	color: #da251d;
	font-weight: normal;
	float: right;
}

/*新闻资讯 css end*/
/*投资案例 css*/
.Investment_case{
	width: 938px;
	overflow: hidden;
}
.Investment_case ul{
	width: 1000px;
	padding: 0 0 30px 0;
}
.Investment_case ul li{
	width: 295px;
	height: 315px;
	float: left;
	margin: 24px 26px 0 0;
}
.Investment_case ul li .Ic_img{
	width: 295px;
	height: 210px;
	overflow: hidden;
}
.Investment_case ul li .Ic_img img{
        min-height:100%;
       max-width:100%;
}
.Investment_case ul li .Ic_wz{
	width: 257px;
	padding: 0 18px;
	height: 104px;
	overflow: hidden;
	border: 1px solid #b4b3b3;
	border-top: none;
}
.Investment_case ul li .Ic_wz p{
	font-size: 18px;
	color: #4c4c4d;
	height: 37px;
	line-height: 45px;
}
.Investment_case ul li .Ic_wz span{
	display: block;
	font-size: 16px;
	color: #6d6e6f;
	line-height: 28px;
	height: 55px;
	overflow: hidden;
}
.Investment_case ul li .Ic_wz i{
	font-size: 14px;
	color: #fa0516;
	font-style: normal;
	float: right;
	margin: -22px 0 0 0;
}
/*投资案例 css end*/
/*联系我们 css*/

/*联系我们 css end*/

/*footer css*/

.footer {
	height: 226px;
	background-color: #666666;
	overflow: hidden;
}
.footer_on{
	height: 56px;
	border-bottom: 1px solid #9e9c9c;
}
.footer_on_in{
	width: 1200px;
	margin: auto;
}
.footer_on_in dl{
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 18px 0 0 0;
}
.footer_on_in dl dt{
	float: left;
}
.footer_on_in dl dd{
	margin: 0;
	float: left;
	padding: 0 14px;
	border-right: 1px solid #eae8e8;
}
.footer_on_in dl dd a{
	color:#fff;
}
.footer_on_in dl dd:last-child{
	border: none;
}
.footer ul{
	width: 1200px;
	height: 144px;
	margin: auto;
	padding: 25px 0 0 0;
}
.footer ul li{
	float: left;
	color: #FFFFFF;
}
.footer .f_lxwm{
	width: 352px;
	height: 120px;
	border-right: 1px solid #eae8e8;
}
.footer .f_ms{
	width: 386px;
	padding: 0 0 0 81px;
}
.footer .f_zxrx{
	width: 314px;
	height: 120px;
	border-left: 1px solid #eae8e8;
	float: right;
	padding: 0 0 0 63px;
}
.footer ul li span{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	height: 28px;
}
.footer_img{
	float: left;
	margin: 43px 0 0 0;
}
.footer .footer_wz{
	width: 245px;
	margin: 0 0 0 65px;
}
.footer .footer_wz span{
	display: block;
	font-size: 18px;
	height: 39px;
	line-height: 50px;
	width: 206px;
	color: #cccccc;
}
.footer .footer_wz i{
	display: block;
	height: 34px;
	font-size: 30px;
	color: #cccccc;
    font-family: monospace;
    font-weight: bold;
}
.footer .footer_wz b{
	display: block;
	width: 190px;
	height: 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 10px;
}
.footer .footer_wz b p{
	width: 110px;
	font-size: 14px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #666;
	color: #CCCCCC;
	margin: auto;
	font-style: italic;
}

/*footer css end*/