@charset "utf-8";

/*主体*/
.main{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.main .container{
	box-sizing: border-box;
}

/*当前位置*/
.sitepath {
	float: left;
	font-size: 16px;
	margin-top: 28px;
}
.sitepath i {
	margin-right: 5px;
	font-size: 18px;
}


/*列表分页*/
.epages {
	text-align: center;
	margin-top: 50px;
	clear: both;
}
.epages *{
	vertical-align:middle;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding-right: 16px;
	padding-left: 16px;
}
.epages a,
.epages span
{
	color: #444;
	background-color: #dedede;
}
.epages a,
.epages b,
.epages span
{
	text-align:center;
	text-decoration:none;
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
}
.epages a:hover,
.epages b{
	color:#fff;
	background-color: #bd2d31;
}

/*搜索列表分页*/
.search-epages {
	text-align: center;
	margin-top: 50px;
	clear: both;
}
.search-epages *{
	vertical-align:middle;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding-right: 16px;
	padding-left: 16px;
}
.search-epages a,
.search-epages span
{
	color: #444;
	background-color: #dedede;
}
.search-epages a,
.search-epages b,
.search-epages span
{
	text-align:center;
	text-decoration:none;
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
}
.search-epages a:hover,
.search-epages b{
	color:#fff;
	background-color: #bd2d31;
}
.search-epages a:first-child {
	display: none;
}


/*栏目页头部*/
.column-topbanner{
	background: no-repeat center center;
	background-size: cover;
	height: 500px;
	width: 100%;
	position: relative;
}
.column-topbanner .container{
	position: relative;
	height: 100%;
}
.channelname{
	position: absolute;
	left: 0;
	bottom:160px;
}
.channelname .channelname-zh{
	position: absolute;
	left: 0;
	top: 35px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	z-index: 2;
}
.channelname .channelname-en{
	font-size: 50px;
	font-weight: bold;
	color: rgba(255,255,255,.25);
}

.main-top {
	background-color: #fff;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	position: relative;
}
.main-top::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(242, 242, 242, 1);
}
.subnav {
	text-align: center;
	overflow: hidden;
}
.subnav dd {
	display: inline-block;
}
.subnav dd a {
	line-height: 80px;
	text-align: center;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	transition: all .3s ease;
}
.subnav dd a:hover,
.subnav dd.on a{
	color: #fff;
	background-color: #bd2d31;
}

/*通用列表*/
.publiclist *{transition: .5s;}
.publiclist li{
	overflow: hidden;
	margin-top: 30px;
}
.publiclist li:first-child {
    margin-top: 0px;
}

.publiclist li a{
	display: flex;
	align-items: center;
	background: #fff;
	border: #fff 1px solid;
	padding-top: 26px;
	padding-right: 100px;
	padding-bottom: 26px;
	padding-left: 100px;
}
.publiclist li a:hover{
	border: #bd2d31 1px solid;
}
.publiclist li a .con{
	flex: 1;
	overflow: hidden;
}
.publiclist li a .title{
	font-size: 20px;
}
.publiclist li a:hover .title{
	font-weight: bold;
}
.publiclist li a .intro{
	font-size: 14px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 24px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 32px;
}
.publiclist li a .time{
	color: #888;
	font-size: 14px;
}
.publiclist li a:hover .time{
	color: #bd2d31;
}
.publiclist li a .pic{
	height: 175px;
	width: 280px;
	margin-left: 40px;
}
.publiclist li a img{
	display: block;
	height: 175px;
	width: 280px;
}

/*搜索列表*/
.searchlist *{transition: .5s;}
.searchlist li{
	overflow: hidden;
	margin-top: 30px;
}
.searchlist li:first-child {
    margin-top: 0px;
}
.searchlist li a{
	background: #fff;
	border: #fff 1px solid;
	display: block;
	padding-top: 26px;
	padding-right: 100px;
	padding-bottom: 26px;
	padding-left: 100px;
}
.searchlist li a:hover{
	border: #bd2d31 1px solid;
}
.searchlist li a:hover .title{
	font-weight: bold;
	color: #bd2d31;
}
.searchlist li .title{
	font-size: 20px;
}
.searchlist li .intro{
	font-size: 14px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 24px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 32px;
}
.searchlist li .time{
	color: #888;
	font-size: 14px;
}
.searchlist li .time span{
	margin-right:40px;
}

.article_box {
	background-color: #fff;
	padding-top: 60px;
	padding-right: 100px;
	padding-bottom: 60px;
	padding-left: 100px;
	overflow: hidden;
}
.article_box h1 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
}
.article_box h2 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 2em;
}

.article_info {
	height: 60px;
	overflow: hidden;
	display: flex; /* 设置为Flexbox布局 */
	justify-content: center;; /* 主轴中间对齐 */
	align-items: center; /* 交叉轴中间对齐 */
	font-size: 14px;
	color: #666;
}
.article_info a {
	color: #666;
}
.article_size {
	margin-right: 20px;
	margin-left: 20px;
}

.article_size span {
	float: left;
	display: inline-block;
}
.article_size a {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.article_size a.on {
	color: #bd2d31;
	font-weight: bold;
}
.article_con {
	overflow: hidden;
	line-height: 2em;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.article_con p { margin-bottom: 20px; outline: none; text-align: justify;}
.article_con img { max-width: 100%;
    width: auto !important; display:block; margin:0 auto;
 }
.article_foot {
	margin-top: 40px;
}
.pageupnext li {
	line-height: 50px;
}

/*单页*/
.danye-box {
	background-color: #fff;
	padding-top: 60px;
	padding-right: 100px;
	padding-bottom: 60px;
	padding-left: 100px;
	overflow: hidden;
}
.danye-title {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	position: relative;
	padding-bottom: 24px;
}
.danye-title::before {
	content: "";
	position: absolute;
	width: 60px;
	left: 50%;
	transform: translateX(-50%);
    bottom: 0;
	height: 4px;
	background: #bd2d31;
	border-radius: 2px;
}
.danye-con {
	margin-top: 60px;
	line-height: 2em;
	overflow: hidden;
}
.danye-con img{
	height: auto;
	max-width: 100%;
}
.danye-con p { margin-bottom: 20px; outline: none; }

/*主营业务*/
.zyywbox{
	overflow: hidden;
}
.zyywbox li {
	overflow: hidden;
	background-color: #f9f5ee;
}
.zyywbox .txt{
	padding: 50px;
	display: inline-block;
	width: 600px;
	box-sizing: border-box;
}
.zyywbox .txt h2 {
	font-size: 40px;
	font-weight: bold;
	color: #bd2d31;

}
.zyywbox .txt h3 {
	font-size: 24px;
	font-weight: normal;
	color: #CC9900;
	line-height: 1em;
	margin-bottom: 30px;
	margin-top: 10px;
}
.zyywbox .txt p {
	font-size: 16px;
	line-height: 2em;
}
.zyywbox .pic{
	display: inline-block;
}
.zyywbox .pic img{
	display: block;
	height: 400px;
	width: 600px;
}

/*企业文化*/
.qywhbox{
	overflow: hidden;
}
.qywhbox li {
	overflow: hidden;
	height: 400px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 40px;
}
.qywhbox li.l1{
	background-image: url(qywh_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.qywhbox li.l2{
	background-image: url(qywh_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.qywhbox li.l3{
	background-image: url(qywh_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.qywhbox h2 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	color: #FFFFFF;

}
.qywhbox h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	color: #fff;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #fff;
	line-height: 1em;
}
.qywhbox p {
	font-size: 14px;
	line-height: 2em;
	width: 620px;
	color: #fff;
	background:rgba(0,0,0,0.6);
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

/*联系我们*/
.lxwmbox dl {
	overflow: hidden;
}
.lxwmbox dd {
	float: left;
	text-align: center;
	width: 300px;
	color: #444;
}
.lxwmbox dd .icon {
	line-height: 120px;
	background-color: #f2f2f2;
	text-align: center;
	height: 120px;
	font-size: 48px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 60px;
	width: 120px;
	color: #bd2d31;
}
.lxwmbox dd h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lxwmmap {
	margin-top: 60px;
	overflow: hidden;
}
.zzjgbox{
}

/*成员单位
.cydwlist{
	overflow: hidden;
}
.cydwlist li{
	float: left;
	height: 260px;
	width: 320px;
	overflow: hidden;
	margin-left: 40px;
	margin-top: 40px;
}
.cydwlist li:nth-child(4n+1) {
	margin-left: 0;
}
.cydwlist li:nth-child(-n+4) {
  margin-top: 0;
}
.cydwlist li a{
	display: block;
}
.cydwlist li .pic{
	height: 180px;
	width: 320px;
	overflow: hidden;
}
.cydwlist li img{
	height: 180px;
	width: 320px;
	display: block;
    transition: all 0.3s;
}
.cydwlist li:hover img {
    transform: scale(1.1);
}

.cydwlist li .title{
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	text-align: center;
	height: 80px;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

/*成员单位*/
.cydwlist{
	overflow: hidden;
}
.cydwlist li{
	float: left;
	height: 308px;
	width: 440px;
	overflow: hidden;
	margin-left: 40px;
	margin-top: 40px;
}
.cydwlist li:nth-child(3n+1) {
	margin-left: 0;
}
.cydwlist li:nth-child(-n+3) {
  margin-top: 0;
}
.cydwlist li a{
	display: block;
}
.cydwlist li .pic{
	height: 248px;
	width: 440px;
	overflow: hidden;
}
.cydwlist li img{
	height: 248px;
	width: 440px;
	display: block;
    transition: all 0.3s;
}
.cydwlist li:hover img {
    transform: scale(1.1);
}
.cydwlist li .title{
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	background-color: #fff;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing: border-box;
	font-weight: bold;
}

.gsjj-main{
	width: 100%;
}
.gsjj-jj{
	background: url(gsjjbg_01.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}
.gsjj-jj .title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.gsjj-jj .title::before{
	content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #bd2d31;
    left: 50%;
    transform: translateX(-50%);
}
.gsjj-jj .jianjie{
	margin-top: 40px;
}
.gsjj-jj .jianjie p{
	text-indent: 2em;
	line-height: 32px;
	text-align: justify;
	font-size: 16px;
}
.gsjj-jj .data{
	display: flex; /* 设置为Flexbox布局 */
	justify-content: center; /* 主轴中间对齐 */
	align-items: center; /* 交叉轴中间对齐 */
	margin-top: 60px;
	
}
.gsjj-jj .data li{
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}
.gsjj-jj .data li .top{
	color: #bd2d31;
}
.gsjj-jj .data li .top .num{
	font-size: 48px;
}
.gsjj-jj .data li .down{
	font-weight: bold;
}
.gsjj-ry{
	background: url(gsjjbg_02.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}
.gsjj-ry .title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	color: #fff;
}
.gsjj-ry .title::before{
	content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #bd2d31;
    left: 50%;
    transform: translateX(-50%);
}

.gsjj-rydown {
	margin-top: 40px;
	overflow: hidden;
	display: flex; /* 设置为Flexbox布局 */
	justify-content:  space-between; /* 主轴两端对齐 */
	align-items: center; /* 交叉轴中间对齐 */
}
.gsjj-jiangbei {
	width: 380px;
	margin-right: 100px;
}
.gsjj-jiangbei img {
	display: block;
	height: auto;
	width: 100%;
}
.gsjj-rylist {
	width: 700px;
	position:relative;
	margin-left: 100px;
}
.gsjj-rylist {}
.gsjj-rylist .bd li{
	float:left;
	_display:inline;
	width: 700px;
	height: 220px;
}
.gsjj-rylist p {
	color: #fff;
	text-align: left;
	line-height: 1.8em;
}
.gsjj-rylist .rq {
	font-size: 36px;
	font-weight: bold;
}
.gsjj-rylist .ry {
	font-size: 28px;
	font-weight: bold;
}
.gsjj-rylist .dw {
	font-size: 20px;
}
.gsjj-rylist .sj {
	font-size: 20px;
}
.gsjj-rylist .hd ul{
	overflow:hidden;
	zoom:1;
}
.gsjj-rylist .hd ul li{
	float:left;
	width:12px;
	height:12px;
	overflow:hidden;
	margin-right:20px;
	text-indent:-999px;
	cursor:pointer;
	border-radius: 6px;
	background: rgba(255, 255, 255, .5);
}
.gsjj-rylist .hd ul li.on{
	background: rgba(255, 255, 255, 1);
}
.gsjj-rylist .prev{
	font-size: 30px;
	color: #fff;
	position: absolute;
	z-index:2;
	left: -50px;
	top: 100px;
	cursor:pointer;
	display: block;
}
.gsjj-rylist .next{
	font-size: 30px;
	color: #fff;
	position: absolute;
	z-index:2;
	right: 0px;
	top: 100px;
	cursor:pointer;
	display: block;
}

/*发展历程*/
.fzlclist{
	width: 100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
}
.fzlclist:before {
	content: "";
	background-color: #bd2d31;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 213px;
	top:0;
}
.fzlclist li{
	overflow: hidden;
	margin-bottom: 100px;
}

.fzlclist-left {
	float: left;
	width: 220px;
	line-height: 50px;
	height: 50px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.fzlclist-left:before {
	content: "";
	background-color: #bd2d31;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -7px;
	border-radius: 7px;
	box-shadow: 0px 0px 0px 6px rgba(189, 45, 49, .4);
}
.fzlclist-right {
	float: right;
	width: 1120px;
}
.fzlclist-right .title {
	font-weight: bold;
	line-height: 50px;
	font-size: 20px;
}
.fzlclist-right .pic img {
	display: block;
	height: auto;
	width: 320px;
	margin-top: 10px;
}
.fzlclist-right .listintro {
	font-size: 16px;
	color: #666666;
}
.fzlclist-right .link a {
	font-size: 14px;
	line-height: 40px;
	color: #bd2d31;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	transition: .5s;
}
.fzlclist-right .link a:hover {
	color: #fff;
	background-color: #bd2d31;
}
@media screen and (max-width:1480px){

.subnav{ overflow:auto;}
.cydwlist li{ width:31.33%; margin:1% !important;}
.cydwlist li .pic{ width:100%; height:5rem;}
.cydwlist li .pic img{ width:100%; height:100%; object-fit:cover;}
.cydwlist li .title{ overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.cydwlist li{ height:auto;}
.cydwlist li .pic{ height:2.5rem;}

.fzlclist-right{ width:calc(100% - 240px)}

.zyywbox .pic{ width:50%;}
.zyywbox .txt{ width:50%;}
.lxwmbox dd{ width:25%;}
}

@media screen and (max-width:992px){
.subnav dd a{ padding:0 20px; line-height:40px;}
.main-top{ height:40px;}
.column-topbanner{ height:6rem;}
.channelname{ bottom:50%;}
.channelname .channelname-en{ font-size:30px;}
.channelname .channelname-zh{ font-size:20px;}
.gsjj-jj .data li{ width:31.33%; margin:1%;}
.gsjj-jj .data{flex-wrap:  wrap ;}
.danye-box{ padding:40px;}
.danye-title{ font-size:22px;}

.qywhbox li{ height:auto; padding:30px;background-size: cover;}
.qywhbox p{ width:100%; box-sizing:border-box;}
}
@media screen and (max-width:768px){
.subnav dd a{ padding:0 10px; }
.gsjj-jj{ padding-top:30px;}
.gsjj-jj .title{ font-size:22px;}
.gsjj-jj .jianjie p{ font-size:16px;}
.gsjj-jj .data li .top{ font-size:14px;}
.gsjj-jj .data li .down{ font-size:16px;}
.gsjj-jj .data{ margin-top:20px;}
.gsjj-jj .data li .top .num{ font-size:30px;}
.gsjj-jj{ padding-bottom:30px;}.gsjj-rydown{ display:block;}
.gsjj-rylist{ width:100%; margin:0 auto; padding:0 40px; box-sizing:border-box;}
.gsjj-jiangbei{ width:300px; margin:0 auto;}
.gsjj-rylist .prev{ left:0;}
.gsjj-rylist .next{ right:0}
.tempWrap{ width:100% !important;}
.gsjj-rylist .rq{ font-size:20px;}
.gsjj-rylist .ry{ font-size:16px;}
.gsjj-rylist .dw{ font-size:14px;}
.gsjj-rylist .sj{ font-size:14px;}
.gsjj-ry{ padding:30px 0;}
.gsjj-ry .title{ font-size:30px;}
.gsjj-rylist .hd ul{ margin-bottom:30px;}
.gsjj-rylist .bd li{ width:100%;}

.danye-con span{ display:block; line-height:1.5}
.danye-con p{ line-height:1.5; }
.cydwlist li .title{ font-size:14px;}
.cydwlist li{ width:100%; margin:0!important; margin-bottom:15px !important;}
.fzlclist li{ margin-bottom:30px;}
.fzlclist { padding-top:20px; padding-bottom:30px;}
.cydwlist li .pic{ height:8rem;}
.fzlclist-right{ width:calc(100% - 140px)}
.fzlclist-left{ width:120px; font-size:16px;}
.fzlclist:before{ left:113px;}
.fzlclist-right .title{ line-height:1.3;}
.fzlclist-right .listintro{ font-size:14px;}
.subnav dd a{ font-size:16px;}
.publiclist li a{ padding:20px;}
.publiclist li a .intro{ margin-bottom:10px;}
.publiclist li a .title{ font-size:16px;}
.publiclist li{ margin-top:15px;}
.epages a, .epages b, .epages span{ margin-bottom:5px;}
.zyywbox .txt{ padding:20px;}
.zyywbox .txt h2{ font-size:20px;}
.zyywbox .txt h3{ font-size:16px; margin-bottom:10px;}
.zyywbox .txt p{ font-size:16px;}
.zyywbox li{ padding-top:5rem; position:relative;}
.zyywbox .pic{position:absolute; top:0; left:0; height:5rem; width:100%;}
.zyywbox .pic img{ width:100%; height:100% !important; object-fit:cover;}
.zyywbox .txt{ width:100%; padding-top:20px;}
.danye-con{ margin-top:30px;}
.danye-box{ padding:20px; padding-top:30px;}
.qywhbox h2{ font-size:20px;}
.lxwmbox dd{ width:48%; margin:1%;}
.lxwmbox dd .icon{ width:80px; height:80px; line-height:80px;}
.lxwmbox dd h3{ font-size:18px;}
.sitepath{ margin-top:7px}
.article_box{ padding:20px;}
.article_box h1{ font-size:20px; line-height:1.5;}
.article_con{ padding-top:25px; padding-bottom:30px;}
.article_con p{ font-size:16px; line-height:2}
.pageupnext li { line-height:1.5; margin-bottom:15px;}
.searchlist li a{ padding:20px;}
.searchlist li .title{ font-size:16px;}
}