@charset "utf-8";
/* CSS Document */
.body-2nd{
	background: #F3F4F8;
}
.row2nd{
	margin: 0 -20px;
}
.chnl-left{
	width: 280px;
	padding: 0px 20px;
	float: left;
}
.chnl-right{
	width: 1020px;
    padding: 0px 20px;
    float: left;
    margin-top: 20px;
}
.left-menu{
	margin-top: 30px;
}
.left-title{
	background: #3073D8 url("left-bg.png") no-repeat right;
}
.left-title h2{
	line-height: 70px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 30px;
}
.left-menu ul{
	background: #F2F7FF;
}
.left-menu ul li{
	
	padding: 0px 5px
}
.left-menu ul li a{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #3073D8;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding: 15px 0px 15px 30px;
}
.left-menu ul li a:hover{
	color: #3073D8!important;
}
.left-menu ul li.left-active,.left-menu ul li:hover{
	
}
.left-menu ul li.left-active a,.left-menu ul li:hover a{
	font-weight: bold;
}
.left-menu ul li.left-active{
	position: relative;
}
.left-menu ul li.left-active::before{
	content: "";
	display: block;
	width: 5px;
	height: 16px;
	background: #3073D8;
	border-radius: 3px;
	position: absolute;
	left: 15px;
	top: 23px;
}
.left-menu ul li:last-child a{
	border-bottom: none;
}
.main-chnl{
	margin-top: 30px;
	min-height: calc(100vh - 557px);
}
.main-chnl .main-title{
	margin-top: 0px;
}
.main-title .location{
    display: block;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #7B7E9A;
	position: absolute;
	max-width: 46%;
	right: 0px;
	bottom: 0px;
	min-height: 36px;
}
.main-title .location a{
    color: #7B7E9A;
}
.main-title h3{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	line-height: 24px;
	margin-right: 46px;
	display: inline-block;
	padding-bottom: 16px;
}


.m_menu_box {
	display: none;
}
.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url("arrowL.png") no-repeat center;
    background-color:rgba(90,163,232,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url("arrowR.png");
}
.m_menu {
    border-radius: 6px 0 0 6px;
	position: relative;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5AA3E8;
	background-color: rgba(90, 163, 232, 0.7);
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
}
.m_menu li:first-child{
	background-color:rgba(29,119,218,0.9);
}
.m_menu_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
	padding: 0px 30px 0px 10px;
	white-space: nowrap;
}
@media(max-width:1480px){
	.chnl-left{
		width: 25%;
	}
	.chnl-right{
		width: 75%;
	}
}
@media(max-width:1001px){
	.chnl-left{
		display: none;
	}
	.chnl-right{
		width: 100%;
	}
	.main-chnl{
		padding: 15px 15px;
	}
    .m_menu_box { 
		display: block;
		top: 200px; 
	}
	.main-title .location{
		position: static;
		min-height: 0px;
		margin-bottom: 10px;
		max-width: inherit;
	}
}
@media(max-width:500px){
	.main-chnl .main-title h3 a{
		font-size: 24px;
	}
}





.right-txtlist{
	margin-top: 20px;
}
.right-txtlist li{
	padding: 4px 0px 4px 30px;
	position: relative;
	background: url("list.png") no-repeat left 10px;
}
.right-txtlist li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	width: 80%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-txtlist li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	float: right;
}
/*翻页*/
#pager{
    margin-top: 40px;
    text-align: center;
}
#pager a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    padding: 10px 15px;
    margin: 0px 2px;
}
#pager a:hover{
    background: #3073D8;
    color: #fff!important;
    border: 1px solid #0467CC;
}
#pager span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    background: #3073D8;
    border: 1px solid #0467CC;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0px 2px;
}
@media (max-width:1480px){
	
}
@media (max-width:1210px){
	
}
@media (max-width:1001px){
	
}
@media(max-width:778px){
    .right-txtlist li a{
        width: 100%;
        overflow: auto;
        white-space: inherit;
        text-overflow: inherit;   
    }
    .right-txtlist li span{
        float: none;
        display: block;
    }
}
.article{
    overflow: hidden;
	margin-bottom: 30px;
}
.article p,.article div,.article span,.article font{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
}
.article img{
    max-width: 800px;
}
@media (max-width:1480px){
	.article img{
		max-width: 100%;
	}
}
/*文字细览*/
.article-title h2{
	font-family: Microsoft YaHei;
	font-weight: 700;
	font-size: 22px;
	color: #0D509E;
	line-height: 32px;
    text-align: center;
    padding: 10px 0px;
	margin-top: 20px;
}
.article-ifm{
    margin: 20px 0px 0px;
	text-align: right;
	min-height: 30px;
}
.ifm-left{
    float: left;
}
.ifm-left span{
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
    margin-right: 20px
}
.ifm-left span:last-child{
	margin-right: 0px
}
.ifm-left a{
    color: #666666
}
.ifm-right{
	line-height:24px;
}
.ifm-right a{
    color: #666666
}
.other-share{
	display: inline-block;
}
.social-share .icon-wechat .wechat-qrcode{
	z-index: 999!important;
}
.main-chnl>.other-share{
	display: block;
	text-align: right;
	padding-top: 15px;
	border-top: 1px dashed rgba(4, 103, 204, 0.08);
	margin-top: 15px;
}
@media(max-width:1210px){
	.article img{
		max-width: 100%;
	}
}
@media(max-width:1001px){
    .article-ifm{
        text-align: center;
    }
    .ifm-left span{
        margin: 0px 10px
    }
    .ifm-left{
        float: none;
        display: inline-block;
    }
    .other-share{
        margin: 0px 10px;
    }
	
}


/*图片列表*/
.imgList{
    margin: 0px -10px;
    overflow: hidden;
}
.imgList li{
    padding: 0px 10px;
    width: 33.33%;
    float: left;
    margin-top:20px;
}
.imgList li div{
	background: #FFFFFF;
	border: 1px solid #E3E2E2;
	padding-bottom: 20px;
}
.imglist-img{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 215px;
}
.imglist-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s
}
.imglist-img img:hover{
    transform: scale(1.1)
}
.imglist-title{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #010103;
	line-height: 30px;
    margin-top: 10px;
    display: block;
	margin-left: 25px;
}
.imgList li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 19px;
	margin-left: 25px;
}
@media(max-width:1480px){
    .imglist-img{
        height: 153px;
    }
}
@media(max-width:1210px){
    .imglist-img{
        height: 121px;
    }
}
@media(max-width:1001px){
    .imglist-img{
        height: 141px;
    }
}
@media(max-width:778px){
    .imgList li{
        float: none;
		width: 350px;
		max-width: 100%;
		margin: 20px auto 0px;
    }
    .imglist-img{
        height: auto;
		line-height: 0px
    }
}


/*现任领导*/
.leader-list ul{
	text-align: center;
}
.leader-list li{
	display: inline-block;
	width: 220px;
	padding: 0px 18px;
	max-width: 50%;
	text-align: center;
	margin-top: 40px;
}
.leader-img{
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
}
.leader-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s
}
.leader-img img:hover{
	transform: scale(1.05);
}
.leader-name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #0D509E;
	line-height: 18px;
	margin-top: 17px;
	display: inline-block;
}
.leader-list li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-top: 15px;
	display: inline-block;
}
.leader-ifm{
	overflow: hidden;
}
.leadifm-img{
	padding: 0px 12px 12px 0px;
	background: url("leader-bg.png") no-repeat bottom right;
	background-size: 90% 90%;
	float: left;
	margin: 40px 30px 0 0;
	line-height: 0px;
	width: 194px;
}
.leadifm-img img{
	width: 100%;
}
.leadifm-right{
	float: right;
	width: 746px;
}
.leader-ifm h3{
	font-family: Microsoft YaHei;
	font-weight: 600;
	font-size: 20px;
	color: #0D509E;
	line-height: 20px;
	margin: 40px 0px 15px;
	display: block;
}
.leader-ifm p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
@media(max-width:1480px){
	.leadifm-right{
		width: 520px;
	}
}
@media(max-width:1210px){
    .leadifm-right{
		width: 373px;
	}
}
@media(max-width:1001px){
    .leadifm-right{
		width: 463px;
	}
}
@media(max-width:778px){
	.leadifm-img{
		float: none;
		width: 100%;
		max-width: 194px;
		margin: 40px auto 0px;
	}
	.leadifm-right{
		float: none;
		width: 100%;
	}
	.leader-ifm h3{
		text-align: center;
		margin-top: 20px;
	}
}

/*人员列表*/
.people-list{
	margin: 0px -20px;
	overflow: hidden;
}
.people-list li{
	width: 20%;
	padding: 0px 20px;
	max-width: 50%;
	text-align: center;
	margin-top: 20px;
	float: left;
	line-height: 0;
}
.people-img{
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
	height: 265px
}
.people-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s
}
.people-img img:hover{
	transform: scale(1.05);
}
.people-name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	line-height: 18px;
	margin-top: 17px;
	display: inline-block;
}
.people-list li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #3d55a7;
	line-height: 16px;
	margin-top: 15px;
	display: inline-block;
	height: 32px;
}
@media(max-width:1480px){
	.people-img{
		height: 199px;
	}
}
@media(max-width:1210px){
	.people-img{
		height: 155px;
	}
}
@media(max-width:1001px){
	.people-list li{
		width: 50%
	}
	.people-img{
		height: 270px;
	}
}
@media(max-width:500px){
	.people-img{
		height: 172px;
	}
}



.peo-ifm{
	margin-top: 40px;
	padding: 30px 29px 34px;
	background: #3d55a7 url("people-bg.png") no-repeat right bottom;
	overflow: hidden;
}
.peo-ifm img{
	width: 130px;
	float: left;
}
.peo-right{
	float: right;
	width: 840px;
}
.peo-right h2{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 37px;
}
.peo-right span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 11px;
}
.peo-right p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
}
.peo-intro{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.people-ifm h3{
	margin: 35px 0px 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	padding-left: 13px;
	background: #F2F5FF;
	border-left: 4px solid #3D55A7;
}
.people-ifm p.peo-ifm-right{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.peo-ifm p{
	color: #fff;
}
.people-ifm p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444;
	margin-top: 5px;
	line-height: 30px;
	word-break: break-all;
	text-align: justify;
}
@media(max-width:1480px){
	.peo-right{
		width: 545px
	}
}
@media(max-width:1210px){
	.peo-right{
		width: 395px
	}
}
@media(max-width:1001px){
	.peo-right{
		width: 490px
	}
}
@media(max-width:778px){
	.peo-ifm img{
		float: none;
	}
	.peo-right{
		float: none;
		margin-top: 15px;
		width: 100%;
	}
}

.team-ifm{
	margin-top: 40px;
	padding: 20px 20px 20px 145px;
	background: #EFF6FD url("people-bg.png") no-repeat right bottom;
	overflow: hidden;
	position: relative;
}
.team-ifm .platform-logo{
	position: absolute;
	left: 34px;
	top: 34px;
}
.team-ifm p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.team-ifm p span{
	color: #0D509E;
	margin-right: 16px;
}
@media(max-width:778px){
	.team-ifm p span{
		display: block;
	}
}




.team-list li{
	padding: 15px 0px 15px 105px;
	position: relative;
	border-top: 1px dashed rgba(4, 103, 204, 0.08)
}
.team-list li:first-child{
	margin-top: 40px;
}
.team-list .platform-logo{
	position: absolute;
	left: 0px;
	top: 25px;
}
.team-list li p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.team-list li p a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.team-list p span{
	color: #0D509E;
	margin-right: 16px;
}
@media(max-width:778px){
	.team-list li p span{
		display: block;
	}
}

.wrap-appendix .title-appendix{
	border-top: 1px solid #f0f0f0;
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
	margin-top: 30px;
padding-top: 15px;
color: #0D509E;
}
.wrap-appendix a{
	color: #555;
	font-size: 16px;
}




.products-top{
	height: 447px;
	background: url("products.png") no-repeat center;
	background-size: cover;
	padding-top: 155px;
}
.products-top h1{
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 75px;
color: #FFFFFF;
line-height: 75px;
	padding-bottom: 32px;
	position: relative;
}
.products-top h1::after{
	content: "";
	width: 126px;
height: 9px;
background: #FFFFFF;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	
}




.pro-main{
	margin-top: 30px
}
.pro-main .location{
    display: block;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #7B7E9A;
	min-height: 36px;
	margin-bottom: 30px;
}
.pro-main .location a{
    color: #7B7E9A;
}
.pro-menu{
	border-bottom: solid 1px #DEE9F5;
	overflow: hidden;
}
.pro-menu li{
	width: 12.5%;
	float: left;
	text-align: center;
}
.pro-menu li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 28px;
	margin-bottom: -1px;
	padding-bottom: 18px;
	display: inline-block;
}
.pro-menu li.active-pro a{
	background: url("pro-menu.png") no-repeat bottom;
}
.pro-list{
	overflow: hidden;
	margin: 30px -20px 0px;
}
.pro-list li{
	float: left;
	width: 33.33%;
	padding: 20px;
}
.pro-list li a{
	display: block;
	height: 330px;
	line-height: 0px;
	position: relative;
}
.pro-list li a img{
	width: 100%;
	height: 100%;
}
.pro-list li a span{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	padding: 18px 28px 18px 20px;
	border-left: 9px solid #E21414;
	background: linear-gradient(90deg, #3073D8 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0) 100%, rgba(48,115,216,0) 100%);
	position: absolute;
	left: 0px;
	bottom: 16px;
	width: 100%;
}
.pro-list li a div{
	padding: 49px 27px 27px;
	background: linear-gradient(90deg, #ED4C4C 0%, #BF0F0F 0%, rgba(191,15,15,0) 100%, rgba(226,20,20,0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.pro-list li a div h4{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 30px;
}
.pro-list li a div p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
}
@media(max-width:1480px){
	.pro-list li a{
		height: 254px;
	}
}
@media(max-width:1199px){
	.pro-list li a{
		height: 204px;
	}
	.products-top h1{
		font-size: 36px;
		padding-bottom: 0px;
	}
	.products-top h1::after{
		height: 4px;
		width: 50px;
	}
	.products-top{
		padding-top: 55px;
		height: 220px;
	}
	.pro-list li a div{
		padding: 20px;
	}
	.pro-list li a div h4{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.pro-list li a div p{
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width:991px){
	.pro-menu{
		display: none;
	}
	.pro-list li{
		width: 50%;
	}
	.pro-list li a{
		height: 255px;
	}
}
@media(max-width:768px){
	.pro-list li a{
		height: 204px;
	}
}
@media(max-width:500px){
	.pro-list li a{
		height: 204px;
	}
}

.pro-intro{
	overflow: hidden;
}
.pro-intro img{
	width: 800px;
	float: left;
	margin-right: 40px;
	display: block;
}
.pro-intro p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 26px;
	color: #444444;
	line-height: 50px;
	margin-top: 40px;
}
.xh-title{
	margin: 35px 0 40px;
}
.xh-title span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #444444;
	line-height: 30px;
	padding-bottom: 16px;
	border-bottom: 4px solid #3073D8;
	display: inline-block;
}
.xh-list{
	overflow: hidden;
	margin: 0px -20px;
}
.xh-list li{
	float: left;
	width: 50%;
	padding: 0px 20px;
	margin-bottom: 40px
}
.xh-img{
	height: 178px;
	width: 51%;
	overflow: hidden;
	display: block;
	line-height: 178px;
	float: left;
}
.xh-img img{
	min-height: 100%;
	width: 100%;
	line-height: 178px;
	transition: all 0.3s;
}
.xh-img img:hover{
	transform: scale(1.1);
}
.xh-ifm{
	background: #3073D8;
	padding: 20px;
	float: left;
	height: 178px;
	width: 49%;
	position: relative;
}
.xh-ifm h3{
	font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
line-height: 28px;
	margin-bottom: 10px;
}
.xh-ifm p{
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 15px;
color: #FFFFFF;
line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
}
.xh-more{
	position: absolute;
	left: 20px;
	bottom: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}
.more-icon{
	display: block;
	width: 36px;
	height: 36px;
	background: url("xh-more.png") no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.more-icon:hover{
	opacity: 0.6;
}
@media(max-width:1480px){
	.pro-intro img{
		width: 600px;
	}
	.pro-intro p{
		font-size: 20px;
		line-height: 40px;
	}
}
@media(max-width:1199px){
	.xh-img{
		float: none;
		width: 100%;
	}
	.xh-ifm{
		float: none;
		width: 100%;
	}
}
@media(max-width:991px){
	.pro-intro img{
		width: 100%;
		float: none;
		margin: 0px;
	}
	.pro-intro p{
		margin-top: 15px;
	}
}
@media(max-width:768px){
	.xh-list li{
		width: 100%;
		float: none;
	}
	.xh-img{
		height: auto;
		line-height: 0px;
	}
}

.yq-about{
	overflow: hidden;
}
.yq-about img{
	width: 50%;
	float: left;
}
.yq-intro{
	width: 50%;
	padding-left: 40px;
	float: left;
}
.yq-intro h3{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #444444;
	line-height: 36px;
}
.yq-intro h4{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	background: url("yq-intro.png") no-repeat left;
	background-size: auto 100%;
	padding: 5px 0px 5px 68px;
	margin: 30px 0px 25px;
}
.yq-intro p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.yq-title{
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 30px;
}
.yq-title li{
	padding: 10px 0px;
	background: #EAF0FF;
	border-top: 1px solid #EAF0FF;
	float: left;
	cursor: pointer;
}
.yq-title li p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #444444;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}
.yq-title li.active-yq{
	background: #fff
}
.yq-title li.active-yq p{
	font-weight: 700;
}
.yq-tab ul{
	display: none;
	overflow: hidden;
	margin: 0px -5px;
}
.yq-tab ul li{
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
	float: left;
}
.yq-tab ul li table{
	height: 90px;
	background: #E4E4E4;
	width: 100%;
}
.yq-tab ul li td{
	width: 50%;
	padding: 15px;
	vertical-align: middle;
}
.yq-tab ul li td p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 40px;
	float: left;
}
@media(max-width:991px){
	.yq-about img{
		width: 100%;
		float: none;
	}
	.yq-intro{
		float: none;
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	.yq-title li p{
		font-size: 18px;
		padding: 0px 10px;
	}
	.yq-tab ul li{
		float: none;
		width: 100%;
	}
}



.tab_con{ display: none; }





