body{
    margin:0;
}
.nav .navlist ul li a:hover{
	color: #fff !important;
}
.mb24{margin-bottom: 24px;}
/*二级栏目*/
.list_term{
	text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}
.term ul{
	overflow: hidden;
    /* margin: 0 -5px; */
    border-bottom: 2px solid #da2219;
    display: inline-block;
}
.term ul li{
	float: left;
	width: 300px;
}
.term ul li a{
	    color: #414141;
	    display: block;
	    height: 48px;
	    line-height: 48px;
	    border: 1px solid #a5a5a5;
	    margin: 0 3px;
	    font-size: 16px;
	    border-bottom: none;
	    transition: 0s all;
	    -webkit-transition: 0s all;
	    -moz-transition: 0s all;
	    -o-transition: 0s all;
	    -ms-transition: 0s all;
}
.term ul li:first-child a {
	margin-left: 0;
}
.term ul li:last-child a {
		margin-right: 0;
}
.term ul li.on a {
    background: #da2219;
    color: #fff !important;
    border: 1px solid #da2219;
    border-bottom: none;
}
/*二级栏目*/


.tran_scale:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}


.wrap {
    width: 1200px;
    margin: auto;
}
.service_cont .social_cont li {
    margin-bottom: 0;
    /*background: #fff;*/
}
.social_cont li {
    /*background: #f8f8f8;*/
    overflow: hidden;
}
.margin_b50 {
    margin-bottom: 50px;
}
.social_cont dl {
    overflow: hidden;
}
.ratio-img, .ratio-img img {
    width: 100%;
    margin-top: 0;
    margin-bottom:0;
}
.social_cont dl dt {
    float: left;
    width: 50%;
    *margin-left: -1px;
}
.tran_scale {
    overflow: hidden;
    display: block;
}
.tran_scale img {
    -webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;
    transition: opacity .4s ease-in,transform .6s linear;
}
img {
    vertical-align: top;
    max-width: 1200px;
}
.social_cont dl dd {
    float: left;
    width: 50%;
    height: 100%;
}
.service_cont .social_boxin {
    padding: 0 65px;
}
.social_boxin {
    padding: 0px 100px;
    height: 100%;
    padding-left: 120px;
    box-sizing: border-box;
}
.social_boxin table {
    width: 100%;
    height: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.social_boxin h3 {
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: bold;
}
.fnt_30,.social_boxin h3 a {
    font-size: 30px;
}
.service_cont a:hover {
    color: #da2219 !important;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.service_cont .social_p {
    max-height: 15em;
    height: auto;
    overflow: hidden;
}
.social_p {
    line-height: 1.5em;
    height: 7.5em;
    overflow: hidden;
    color: #414141;
}
.fnt_16 {
    font-size: 16px;
}
.service_cont .social_p p {
    text-indent: 2em;
}
.social_cont li.cur dt {
    float: right;
}

/*领导致辞*/
.ldzc{width: 100%;}
.left_ld{width: 35%;float: left;}
.left_ld dl{margin: 0;}
.left_ld dt{width:100% !important;}
.left_ld dd{width:100% !important;height: auto !important}
.left_ld img{width: 100%;}
.right_zc p{text-indent: 2em;}
/*领导致辞*/

/*持股企业栏目下tab切换*/
.sideBtn {
    overflow: hidden;
    /*background: url('__PUBLIC__/gfimages/icon-2.png') repeat-x bottom;*/
    margin-bottom: 18px;
    height:34px;
    width: 310px;
    margin:24px auto;
}
.sideBtn li {
    float: left;
    text-align: center;
    line-height: 40px;
}
.sideBtn li a {
    display: inline-block;
    float: left;
    /*font-weight: bold; */
    font-size: 14px;
    color: #000;
    width: 150px;
    height: 32px;
    border: 1px solid #f7f7f7;
    border-bottom: 1px solid #c00;
    line-height: 32px;
}
 .sideBtn li.active a {
    color: #c00;
    border: 1px solid #c00;
    border-bottom: 1px solid #f7f7f7;
}
/*持股企业栏目下tab切换*/
#footer{margin-top: 24px;}