@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;}/*设置全部页面的全体字体颜色*/
body{font-size: 14px; font-family:"微软雅黑";line-height: 230%;color:#666;}
p,h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;color:black;}
ul,li{list-style: none;margin:0;padding:0;margin: 0;}
img{max-width:100%;height:auto;
-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}

.clear{clear:both;}
i,em{font-style: normal;}
.hidden{display:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.w1200{width:1200px; margin:auto;}

.v-padded-45{padding:45px 0;}


/*定义及重置部分*/
.header{
	width: 1200px;
	height: 94px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header>.logo{width:310px;
	float:left;
	margin-top: 10px;
	
}
.logo .logo-img{float:left;-webkit-transition: -webkit-transform 1s ease-out;
-moz-transition: -moz-transform 1s ease-out;
-o-transition: -o-transform 1s ease-out;
-ms-transition: -ms-transform 1s ease-out;}
.logo:hover .logo-img{
	-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);}


/**导航**/
.head_nav{height:94px;float:right;width:820px;}
.head_nav ul{flex-wrap: nowrap;justify-content:space-between;}
.head_nav li{float:left;line-height:94px;height:94px;/*overflow:hidden;*/position:relative;}
.head_nav li a{ font-size:16px; color:#333;width:110px;text-align:center;display:block;background: url(../images/line_nav.png) no-repeat left center ;}
.head_nav li:first-child a{background:none;}
.head_nav li a:hover{color:#a4131d; }
.head_nav li.current a{color:#a4131d;}
.head_nav li.current .list a{color:#fff;}

.head_nav li .a i{ position:absolute; top:50%;margin-top:-11px; left:0px; display:block; z-index:1; height:0px; width:2px; background:#a4131d;}
.head_nav li:first-child .a i{ background: transparent;}
.head_nav li.current i{ height: 22px;}
.head_nav li:hover i{  height: 22px; }
.head_nav li .a i{-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
    
.head_nav .title{}
.head_nav .list{ display:none; left: 20px; top:94px; position:absolute; height:60px;  width:700px;}
.head_nav .list .box{ text-align:left; position:relative;line-height: 60px;}
.head_nav .list a{ font-weight:normal;padding: 0 20px;width:auto;background: none; color:#fff;line-height:60px;font-size:14px;display:inline;  }
.head_nav .list a:hover{ color: #fff;  }
.head_nav .text_left{ left:auto; right:0px;}
.head_nav .text_left .box{ text-align:right;}
.head_nav .text_left .box a{}

.list_box{ position:absolute;left:0px; top: 94px; z-index:9; height:0px; line-height:60px; width:100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCDF203D', endColorstr='#CCDF203D');background:rgba(157,2,13,0.8);}
        
    
/*搜索*/    
#bnt_search,#bnt_search2{float:left;height:94px; background: url(../images/line_search.png) no-repeat left center ; width: 47px;}
#bnt_search a,#bnt_search2 a{ display: block; background: url(../images/icon_search.png) no-repeat center ; height:94px; width: 20px; padding-left:30px;}

#j_seach_box{ position:fixed; z-index:9999; top:0;  left:0; display:none; height:100%; width:100%; }
#j_seach_box .bg_box{ position:fixed; z-index:9994; top:0px; display:none;  height:100%; width:100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85);}
#j_seach_box form{ position:absolute; border-radius: 4px; overflow: hidden; top:50%; z-index:9999; background: #fff;  height: 80px; width: 1000px; left:50%; margin-left:-500px; margin-top:-40px;}
#j_seach_box input[type="text"]{ border: none;  width: 900px; display: block; height:80px; text-align: center; color: #434343; font-size: 16px; background:none; line-height:80px; padding:0 20px; }
#j_seach_box input[type="text"]:focus{ text-align: left;}
#j_seach_box input[type="submit"]{  position:absolute; right:0; top:0; padding: 0; z-index:2; background:url(../images/icon_search.png) center no-repeat; height:80px; width:80px; cursor:pointer; border:none; }

    
/*banner*/
.banner{ width:100%; height:auto; margin:0 auto; overflow:hidden;}
.pro-switch {height:auto;overflow: hidden;position: relative;margin:0 auto;width:100%;}
.flexslider {margin: 0;padding: 0;}
.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%;display: block;}
.slides:after {content: ".";display: block;clear: both;visibility: hidden;line-height:0;height:0;}
html[xmlns] .slides {display: block;}
* html .slides {height: auto;}
.no-js .slides > li:first-child {display: block;}
.flexslider {margin: 0 auto;position: relative;width:100%;zoom: 1;}
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;transition: all 1s ease;}
.flexslider .slides {zoom: 1;}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px;height: 90px;margin: -60px 0 0;display: block;background: url(../imgs/ad_ctr.png) no-repeat 0 0;position: absolute;top: 40%;z-index: 10;cursor: pointer;text-indent: -9999px;opacity: 0;filter:alpha(opacity=0);-webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -90px;right: 0;}
.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;filter:alpha(opacity=50);}
.flex-control-nav {width:100%;position: absolute;bottom:14%;text-align: center;}
.flex-control-nav li {margin:0 5px;display:inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a{background:#fff;display:block;height:8px;overflow:hidden;text-indent:-99em;width:36px;cursor: pointer;}
.flex-control-paging li a.flex-active {background:#820f13;}


/*导航以及banner部分*/
/*内页css*/
.ban-box{display: table;height: 270px;margin: 0 auto;width: 1200px;position: relative;font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;}
.ban-title{padding-top: 160px;}
.ban-box h1{color: #fff;font-size: 28px;display: block;text-transform: uppercase;opacity: .5;}
.ban-box h2{color: #fff;font-size: 18px;display: block;}


.path{border-bottom:1px solid #ccc;line-height:58px;}
.weizhi{    display: initial;}
.weizhi a:hover{ color:#9d020d; }
.path img{float:left; margin-right:10px;}
.line-g{ width:1920px;height:1px; background:gray; margin-bottom:20px;}
.nav_1{
	float:right;
	overflow: hidden; margin-bottom:;
}

.nav_1>li{
	float:left;
	overflow: hidden;
	line-height: 58px;
}

.nav_1>li>a{
	font-size: 14px;
	padding:20px 35px;
	background: url(../images/line_nav.png) no-repeat left center ;
	-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	
}

.nav_1>li>a:hover{
background:#9d020d;
color:#fff;}

.nav_1>li.current>a{
background:#9d020d;
color:#fff;}

.nr_box{background:#f2f2f2;}
.left_nr{ width:800px; float:left; padding-bottom:40px;padding-top:40px;padding-right: 40px;border-right: 1px solid #d2d2d2;}
.left_nr img:hover{opacity:0.6;filter:alpha(opacity=60);}
.left_nr h1{ font-size:24px; color:#333;}
.left_nr h2{ font-size:22px; color:#d9d9d9;text-transform:uppercase;margin-top:10px;margin-bottom:20px;}
.left_nr .p1{color:#666; line-height:30px;text-indent:2em;}

.right_nr{width:319px; float:right;padding-top:40px;padding-bottom:80px;}
.right-img{margin-bottom:20px;}
.right-img img{max-width:319px;height:auto;}
.right-img img:hover{opacity:0.6;filter:alpha(opacity=60);}

/*集团简介end*/

/*集团领导人*/
.rwjj{background:#fff;overflow:hidden; }
.rwjj img{ float:left;}
.wenzi_rw{ float:left; width:480px; margin-left:20px;}
.wenzi_rw h1{ font-size:20px; color:#9d020d; padding-top:20px;}
.wenzi_rw h2{ font-size:16px; color:#353535; }
.wenzi_rw .p2{color:#808080; line-height:210%;}
.rwry h1{ font-size:16px; color:#000; margin-bottom:10px;}
.rwry p{color:#666;}
/*集团领导人*/
/*联系方式*/
.ditu{ padding-bottom:20px;border-bottom:1px dashed #999;}
.lxfs_box img{display: inline-table;}
.lxfs_list{ margin-top:20px;border-top:1px dashed #999;overflow:hidden;}
.lxfs_list span{ display:block;float:left;width:33.3%;}
.lxfs_list img{ margin-right:10px;margin-top:10px; display:inline;}
/*企业文化*/
.qywh{ padding-top:80px; text-align:center; font-size:30px; color:#696969;margin-bottom:20px;}
.xiahuaxian{ width:40px; height:2px; background:#b2b2b2; text-align:center;  margin:0 auto;}
.wenhua_list{ margin-top:50px; padding-bottom:60px;margin-left:-16px;margin-right:-16px;}

.wenhua1{overflow: hidden; width: 288px; height: 200px;position: relative;float: left; margin: 10px;}
.wenhua1 img{ width: 100%; height: 100%;}
.wenhua1 .topceng{position: absolute;
    top: 40px;
    left: 44px;
    width: 200px;
    height: 120px;
    background: url(../images/bg_gray.png) no-repeat center;}
.wenhua1 p{ font-size:18px; color:#4e4e4e;text-align: center;margin-top:50px;}
.wenhua1:hover p{ color:#9d020d;}
.wenhua1:hover .topceng{background: url(../images/bg_red.png) no-repeat center;}

/*在线留言*/

.left_nr .h_hr{ font-size:14px; color:#666; margin-bottom:20px; padding-top:0;}
.left_nr .p4 span{width: 80px;
    display: block;
    float: left;
    text-align: right;}
.left_nr.tz_form{
	overflow: hidden;
	margin: 20px 0; 
}
.tz_form1 span {
    float: left;
    margin-left: 20px;
    width: 100px;
    display: block;
    overflow: hidden;
}
.left_nr .p4 {
    line-height: 40px;
    margin-bottom: 20px;
}
.left_nr .tz_form1{
    width: 550px;
    height: 40px;
    border: 1px solid #b2b2b2; border-radius:6px;
    padding: 0px 10px;
}


.left_nr textarea{
	width: 650px;
	background:#fff;
	border-radius:6px;
	padding:10px;
	color:#252525;

}
.left_nr .notice{
	font-size: 14px;
	color: #888; margin-top:5px;text-indent: 6em;
}
.left_nr .notice>span{
	color: #e60012;
}
.left_nr .put_in{
    border-bottom:1px dashed #d3d3d3;
	padding:10px 0 40px 0;
}
.left_nr .put_in>input{
	width: 125px;
	height: 42px;
	background:url(../images/tijiao.png) no-repeat center;
	border: none;
	color: #9d020d;
	font-size: 14px; margin-left:350px; margin-top:20px;
}


/*人才理念*/
.left_top img{ float:left; }
.img_01{margin-right:36px;}
.img_02{margin-right:36px;}
/*最新岗位*/
.left_top .p5{ color:#4c4c4c; padding-bottom:16px; border-bottom:1px dashed #cdcdcd;}
.left_top .p6{ color:#4c4c4c; margin-top:16px;}
.zxgw_list{ margin-top:30px; position:relative; width:800px;}
.zxgw_list li{ width:387px; height:338px; background:#fff; float:left; border:1px solid #ccc; margin-bottom:20px;position: relative;transition: .5s;}
.zxgw_list li:nth-child(odd){margin-right:20px;}
.zxgw_list li h1{ position:absolute; top:50px; left:130px; font-size:18px; color:#fff; padding-bottom:30px;}
.zxgw_list li:hover{background: #eee;}
.zxgw_list li:hover h1{ border-bottom:1.5px solid #fff; }
.zxgw_list p{ font-size:15px; color:#404040; margin:10px;}
.zxgw_list .ljjr{width:148px;line-height: 41px; display:block;border:#e92020 1px solid; background:none; cursor:pointer;text-align:center;margin:15px auto 0 auto;}
/*最新岗位列表*/
.float_left{ float:left;    width: 590px;}
.float_left h1{ font-size:16px; color:#4c4c4c;float:left;padding-top:20px; padding-left:25px; padding-right:100px;}
.float_left h2{ font-size:16px; color:#a7a7a7;padding-top:20px; margin:0;}
.zxgw_liebiao li{ width:800px; height:110px; background:#fff; margin-bottom:20px;transition: .5s;}
.zxgw_liebiao li .p3{ font-size:14px; color:#a7a7a7; padding-left:25px; float:none; padding-top:20px;}
.float_right{ float:right;}
.float_right a{ color:#9d020d;border:1px solid #9d020d; padding:10px 37px; line-height:110px; margin-right:60px;}
.zxgw_liebiao li:hover .float_right a{ background:#9d020d; color:#fff;}
.zxgw_liebiao li:hover{box-shadow:2px 2px 4px #c9c9c9;}
/*宣传片*/
.xcp{ width:800px; height:450px; position:relative; padding-bottom:100px;}
.xcp>img{ width:100%; height:100%;}
.yincang_video{ display:none; width:800px; height:450px; background:rgba(0,0,0,0.6); position:absolute; top:0; left:0; border-radius:4px;}
.yincang_video img{ margin-left:354px; margin-top:179px; width:92px; height:92px;}
.big_video:hover .yincang_video{ display:block;}
.p7{ font-size:20px; text-align:center; color:#4e4e4e; margin-top:10px;}

.xiao_video{position:relative; margin-top:80px;overflow: hidden;position: relative;padding:0 30px;}

#CSSBox{width:729px; float:left;}
#CSSBox li{ float:left;width:223px; height:180px;margin:0 10px;position: relative;}
#CSSBox li img{width:100%; height:100%;}
#CSSBox li .yincang_xiao{  transition: .5s;opacity: 0;  width:223px; height:180px; background:rgba(0,0,0,0.5); position:absolute; top:0; left:0; border-radius:2px;}
#CSSBox li .yincang_xiao img{ width:45px; height:45px; margin-left:89px; margin-top:67px;}
#CSSBox li:hover .yincang_xiao{ opacity: 1; }
#LeftButton{position: absolute;left:0;top:70px; cursor:pointer;width:21px;height:38px;float:left;background:url(../images/jiantou_left.png) no-repeat;}
#RightButton{position: absolute;right:0;top:70px;cursor:pointer;width:21px;height:38px;float:left;background:url(../images/jiantou_right.png) no-repeat;}


/*最新视频*/
/*图片列表*/
.piclist{  }
.piclist>li{float: left;width:390px; margin-bottom:20px; text-align: center;position:relative;background:#9d020d; border-radius:4px;}
.piclist>li:nth-child(odd){margin-right:20px;}
.piclist>li>img{width:390px;height:240px;}
.piclist>li>h1{ font-size:14px; color:#fff; text-align:center; line-height: 50px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.yincang_zxsp{ width:390px; height:240px; background:rgba(0,0,0,0.5);position:absolute; top:0; left:0; border-radius:4px;transition: .5s;opacity: 0;}
.yincang_zxsp img{ width:35px; height:35px;/* margin-left:172px;*/ margin-top:102px;/*background: url(../images/no-img.jpg) no-repeat center; */}
.piclist>li:hover .yincang_zxsp{ opacity: 1;}

/*新闻中心--集团要闻*/
.left_list>.new1{
	width: 800px;
	height: 242px;
	background: #fff;
	padding : 28px;
	
	box-sizing: border-box;

}
.left_list>.new1>.img{
	float: left;
	width:248px;height:185px;overflow: hidden;
}
.left_list>.new1>.img img{width:248px;height:185px;transition: .5s;}
.left_list>.new1:hover .img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
    
.left_list>.new1>.news{
	width: 480px;
	float: right;
}
.left_list>.new1>.news>h1{
	font-size: 16px; padding-top:0;
	color:#9d020d;
}
.left_list>.new1>.news>h1 a{
	color:#9d020d;
	font-size: 16px;
}
.left_list>.new1>.news>h2{
	font-size: 14px;
	color:#9d020d;
	margin: 12px 0;
}
.left_list>.new1>.news>p{
	font-size: 14px;
	color:#888;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 15px;
}
.left_list>.new1>.news>input{
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	color:#9d020d;
	margin: 14px 0;
}
.left_list>.new1>.news>a{
	width: 454px;
	height: 20px;
}
.left_list>.new1>.news>a>img{
	float: right;
	padding-top: 8px;
}
.left_list>.new2{
	width: 800px;
	height: 200px;
	padding :20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #cdcdcd;
	-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.left_list>.new2>.news_01>h1{ font-size:16px; color:#333;padding-top:20px;}
.left_list>.new2>.news_01>h1 a{ font-size:16px; color:#333;}

.left_list>.new2>.news_01>h1>span{
	font-size: 14px;
	color:#888;
	float:right;
}
.left_list>.new2>.news_01>p{
	font-size: 14px;
	color:#888;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
	text-align: justify;
	text-justify:inter-ideograph;
}


.left_list>.new2:hover{background: #fff;border: none;border-bottom: 2px solid #9d020d}
.left_list>.new2:hover h1{color: #9d020d}
.left_list>.new2:hover h1>span{color: #9d020d}
.left_list>.new2:hover {color: #9d020d}



.new1 .detail,.new2 .detail{display:block;background:url(../images/awmr.png) no-repeat right center;font-size: 14px;margin: 2px 0;color:#333;}
.new1:hover .detail,.new2:hover .detail{background:url(../images/awmr.png) no-repeat right center;color:#9d020d;}

/*分页*/
.fenye{text-align:center;margin-top:50px;}
#pagelist,#espcms_bbs_pagelist{color:#818181}
.pagination {font-family: '微软雅黑','Microsoft YaHei UI','Microsoft YaHei',arial, helvetica, sans-serif;overflow: hidden;padding:10px 0px;font-size:14px;margin: 0px;}
/*按钮色彩样式*/
.pagination a {border: #ddd 1px solid;color: #333;background: #fff;text-decoration: none;overflow: hidden;padding:6px 12px;margin: 0px 0px 0px 5px;}
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {color: #fff;background-color: #9d020d;overflow: hidden;}
.pagination span.current {background: #9d020d;border: #9d020d 1px solid;color: #fff;overflow: hidden;padding:6px 12px;margin: 0px 0px 0px 5px;}


/*媒体报道*/
.mtbd_list>.new1{
	width: 800px;
	height: 242px;
	background: #fff;
	padding : 28px;
	box-sizing: border-box;
	margin-bottom:20px;

}
.mtbd_list>.new1>.img{
	float: left;height:185px;width:248px; overflow: hidden;
	margin-right: 10px;
	
}
.mtbd_list>.new1>.img img{width:100%;height:185px;transition: .5s;background: url(../images/no-img.jpg) no-repeat center;}
.mtbd_list>.new1:hover .img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
}

.mtbd_list>.new1>.news{
	width: 480px;
	float: right;
}
.mtbd_list>.new1>.news>h1{
	font-size: 16px; padding-top:0;
	color:#333;
}
.mtbd_list>.new1>.news>h1 a{
	font-size: 16px;
	color:#333;
}
.mtbd_list>.new1>.news>h2{
	font-size: 14px;
	color:#888;
	margin: 4px 0;
}
.mtbd_list>.new1>.news>p{
	font-size: 14px;
	color:#888;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	text-justify:inter-ideograph;
}

.mtbd_list>.new1>.news>a{}
.mtbd_list>.new1>.news>a>img{
	float: right;
	padding-top: 8px;
}
.mtbd_list>.new1:hover h1 a{color: #9d020d}
.mtbd_list>.new1:hover h2{color: #9d020d}
.mtbd_list>.new1:hover input{color: #9d020d}

/*文产政策*/
.wczc_list li {
    width: 388px;
    border: 1px solid #ddd;
    float: left;
	margin-bottom:20px;
	transition: .5s;
}
.wczc_list li:nth-child(odd){margin-right:20px;}
.wczc_list li img {
    width: 100%;
    height: 235px;
    background: url(../images/no-img.jpg) no-repeat center;
    background-size:100% 235px;
}
.wczc_list li h1 {
	padding-top:20px

}
.wczc_list li .txt {
    padding: 15px;
    line-height: 180%;
}
.wczc_list li .txt h1 {
    text-align: center;
	padding:0;
    margin-bottom: 5px;
	font-size:16px; color:#333;
}
.wczc_list li .txt p {
    font-size: 14px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wczc_list li .txt .detail {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ccc;
    color: #333;
    font-size: 14px;
    margin: 10px auto 10px auto;
}
.wczc_list li:hover{background:#9d020d;color:#fff;}
.wczc_list li:hover h1{ color:#fff;}
.wczc_list li:hover p{ color:#fff;}
.wczc_list li:hover .detail{ background:#fff; color:#9d020d;}
/*西市活动*/
.xshd_list{  }
.xshd_list>.new1{
	width: 800px;
	height: 242px;
	background: #fff;
	padding : 28px;
	box-sizing: border-box;
	margin-bottom:20px;
}
.xshd_list>.new1>.img{
	float: left;
	width:248px;height:185px;overflow: hidden;
	margin-right: 10px;
	background: url(../images/no-img.jpg) no-repeat center;
}
.xshd_list>.new1>.img img{width:248px;height:185px;transition: .5s;}
.xshd_list>.new1:hover .img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
}
.xshd_list>.new1>.news{
	width: 480px;
	float: right;
}
.xshd_list>.new1>.news>h1{
	font-size: 16px; padding-top:0;
	color:#333;
}
.xshd_list>.new1>.news>h1 a{
	font-size: 16px;
	color:#333;
}

.xshd_list>.new1>.news>h2{
	font-size: 14px;
	color:#888;
	margin-top: 20px;
	margin-bottom: 10px;
}
.xshd_list>.new1>.news>p{
	font-size: 14px;
	color:#888;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;margin-bottom: 15px;
}

.xshd_list>.new1>.news>a{
/*	width: 454px;*/
	height: 20px;
}
.xshd_list>.new1>.news>a>img{
	float: right;
	padding-top: 8px;
}
.xshd_list>.new1:hover h1 a{color: #9d020d}
.xshd_list>.new1:hover h2{color: #9d020d}
.xshd_list>.new1:hover input{color: #9d020d}
.xshd_list>.new1:hover {border-bottom:1px #9d020d solid;}
/*详情页*/

.xq_xinxi{ background:#fff; width:800px; height:40px; color:#888;text-align:center;line-height:40px; margin-top:20px;margin-bottom:20px;}
.gly{ color:#9d020d; display:inline; }
.sxp{ border-top:1px solid #ddd; padding:20px 0;position:relative;margin-top:30px;}
.sxp p{margin-bottom:10px;color:#666;}
.sxp a:hover{color:#9d020d;}
.anniu_jrlb{ width:100px; height:34px;position: absolute;top:25px;right:0; display: block;}



/*底部*/
.float{
	background:url(../images/dibu_bg.jpg);
	 padding:15px 0;
}
.db_wenzi{}
.db_wenzi p{color:#fff;line-height: 28px;}
.db_wenzi a{color:#fff;margin:0 6px;}
/*以上部分是首页部分的CSS代码*/

/*集团业态*/
.sider{width:214px;background: #fff;}
.side-tit{height:78px;background: url(../images/sidetitbg.jpg) no-repeat;padding-left:20px;padding-top:20px;color:#fff;font-size:24px;}
.side-tit span{display: block;font-size: 18px;text-transform:capitalize;color:#fff;}
.side-con{margin-top:2px;padding-bottom:40px;}
.sider dl{margin:0;/*padding:0 20px;*/}
.sider dt{margin:0 20px;border-bottom:1px solid #ddd;padding-left:20px;font-size:16px;position:relative;line-height:44px;cursor:pointer; font-weight:normal;background:url(../images/sideli-gry.jpg) no-repeat 0 center;}
.sider dt.active {background: #af3039 url(../images/sideli-fff.jpg) no-repeat 20px center;color:#fff;margin:0;padding-left:40px;}
.sider dt.active dd{ display:block;}
.sider dt:hover{background: #af3039 url(../images/sideli-fff.jpg) no-repeat 20px center;color:#fff;margin:0;padding-left:40px;}
.sider dd{display:none;padding-left: 40px;}
.sider dd.active{display:block;}

.sider dd a{line-height:40px; display:block; background:url(../images/sideli-gry.jpg) no-repeat 0 center; padding-left:15px;}
.sider dd a:hover{background:url(../images/sideli-red.jpg) no-repeat 0 center;color:#af3039;}
.sider dd.active a{background:url(../images/sideli-red.jpg) no-repeat 0 center;color:#af3039;} 

.sider dl:last-child dt{border:none;}

.main{width:955px;line-height: 230%;font-size: 14px;color:#666;}
.main p{color:#666;}