﻿
/*page*/
.page{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	height: auto;
	float: left;
	line-height: 30px;
	color: #000;
	font-size: 12px;	
}
.page span a{
	font-size: 12px;
	color: #000;
	padding:5px 15px;
	margin: 0 5px;
	border: 1px solid #eee;
}
.page  span a:hover{
	font-size: 12px;
	color: #fff;
	padding:5px 15px;
	margin: 0 5px;
	border: 1px solid #3976eb;
	background: #3976eb;
}
.page  .h
{	font-size: 12px;
	color: #fff;
	padding:5px 15px;
	margin: 0 5px;
	border: 1px solid #3976eb;
	background: #3976eb;}
.page font{
	margin-right: 28px;
}
@media(max-width:768px){
	.page a{padding: 7px;}
	.page font{display: block;margin-right: 0;margin-bottom: 10px;}
}
/*上一篇下一篇*/
.sx{
	width: 100%;
	height: auto;
	
}
.sx a{
	display: block;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	text-align: left;
	padding: 0 1%;
	font-size: 14px;
	color: #999;
	border: 1px solid #eee;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	position: relative;
	margin: 20px 0;
}
.sx a:after{
	position:absolute;
	content:"";
	right:0;top:0;
	width:0;height:100%;
	background-color:#3976eb;
	z-index: -1;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.sx a:hover{
	color:#fff;
}
.sx a:hover:after{
	width:100%;left:0;right:auto;
}
@media(max-width:992px){
	.sx a{width: 100%;}
}


/**===========
资质证书、公司领导
 ===========**/
.intellectual-property{text-align:center;margin-top:20px;}
.intellectual-property .item-list table{width:90%;box-sizing:border-box;border-right:1px solid #dedede;border-bottom:1px solid #dedede;margin:auto}
.intellectual-property .item-list table th{background:#4093d8;border-left:1px solid #dedede;border-top:1px solid #dedede;color:#ffffff;line-height:22px;padding:9px 1px;text-align:center;}
.intellectual-property .item-list table td{border-left:1px solid #dedede;border-top:1px solid #dedede;line-height:18px;padding:7px 5px;color:#555;height:40px;box-sizing:border-box;overflow:overlay;}
.intellectual-property .item-list table tr:nth-child(odd) td{background:#f9f9f9;}


 /**===========
企业荣誉
 ===========**/
.imgry-list{width:100%;}
.imgry-list ul{text-align: center;display:inline-block;width:835px}
.imgry-list ul li{width:255px;float:left;margin-right:35px;margin-bottom:30px;}
.imgry-list ul li:nth-child(3n) {margin-right:0px;}
.imgry-list ul li img{display:block;width:255px;height:174px;}
.imgry-list ul li b{display:block;text-align: center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:20px;padding-top:13px;color:#585e61;}
.imgry-list ul li a:hover b{color:#3976eb !important}
.clearfix{zoom:1;display:block;}
.clearfix0{zoom:1;display:block;overflow:hidden;}
.clearfix:after{content:"\0020";clear:both;display:block;height:0;font-size:0;}


/*联系我们 begin*/
.contactUsDl dd{
    float:left;
    width:33.33%;
    overflow:hidden;
    position: relative
}
.contactUsDl dd:after{
    content: "";
    display: block;
    width:1px;
    height:120px;
    background:#e6e6e6;
    position: absolute;
    bottom:0;
    right:0;
}
.contactUsDl dd:last-child:after{display:none}
.contactUsDl dd .icon{
    height:90px;
    background-position:center center;
    background-repeat:no-repeat;
    margin-bottom:15px;
}
.contactUsDl dd .icon.icon1{background-image:url(../images/csIcon1.png)}
.contactUsDl dd .icon.icon2{background-image:url(../images/csIcon2.png);}
.contactUsDl dd .icon.icon3{background-image:url(../images/csIcon3.png)}
.contactUsDl dd .divT{
    clear: both;
    font-size:14px;
    color:#333333;
    text-align: center;
    height:37px;
    line-height:37px;
    overflow:hidden;
}
.contactUsDl dd .divT2{
    clear: both;
    font-size:14px;
    color:#333333;
    text-align: center;
    height:33px;
    line-height:33px;
    overflow:hidden;
}
.contactUsDl dd a{
    display: block;
    width:120px;
    height:35px;
    line-height:35px;
    margin:0 auto;
    overflow:hidden;
    text-align: center;
    background:#1a5987;
    font-size:14px;
    color:#ffffff;
    margin-top:10px;
}
.contactUsDl dd a:hover{opacity:0.9}
.mapBox{
    overflow:hidden;
    clear: both;
}
.msgDl{padding:30px 50px}
.msgDl dt{
    clear: both;
    height:50px;
    line-height:50px;
    overflow:hidden;
    font-size:20px;
    color:#000;
    margin-bottom:10px;
}
.msgDl dd{
    clear: both;
    overflow:hidden;
}
.msgInput{
    height:50px;
    border:1px solid #e6e6e6;
    border-radius:3px;
    overflow:hidden;
    padding:0 10px;
    position: relative;
}
.msgInputT{
    height:50px;
    overflow:hidden;
    line-height:50px;
    font-size:14px;
    color:#999999;
}
.msgInputT span{color:#ff0000}
.msgInputC{
    overflow:hidden;
    height:50px;
}
.msgInputC.textarea{height:120px}
.msgInputC.textarea textarea{
    display: block;
    width:100%;
    height:120px;
    color:#666;
    font-size:14px;
    line-height:24px;
    background:none;
    border:none
}
.msgInputC input{
    display: block;
    width:100%;
    height:50px;
    line-height:50px;
    background:none;
    border:none;
}
.msgInput .code{
    width:110px;
    height:40px;
    display: block;
    position: absolute;
    top:5px;
    right:5px;
}
.msgInput .code img{
    display: block;
    width:110px;
    height:40px;
}
a.msgBt{
   display: block;
    float:left;
    width:130px;
    height:50px;
    line-height:50px;
    text-align: center;
    overflow:hidden;
    background:#1a5987;
    font-size:14px;
    color:#fff;
    margin:0 5px;
}
a.msgBt.bt2{background:#bfbfbf}
/*联系我们 end*/


/**===========
新闻
 ===========**/
.news-detail h1 {
    padding: 15px 0 11px;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.news-detail{padding:0 0px;}
.news-detail .info-box{font-size:14px;line-height:2;text-align:center;color:#AAAAAA;padding-bottom:20px}
.news-detail .info-box span{padding: 0 8px;}



/*精英团队*/
.experts-team{padding:20px 31px;display:inline-block}
.experts-team .title{background:url(../images/experts-team-1.jpg) left bottom repeat-x;}
.experts-team .title h2{height:42px;line-height:42px;font-size:22px;font-weight:normal;color:#000;position:relative;padding-left:32px;}
.experts-team .title h2 i{background: #33d1ff;width:23px;height:4px;display:block;position: absolute;top:28px;left:2px;}
.experts-team .title p{line-height:28px;font-size:14px;padding:14px 20px;color:#737373;text-align:justify;text-justify: inter-ideograph;text-indent:2em;}

.experts-team ul li{padding:12px 29px;}
.experts-team ul li a{color:#333333;}
.experts-team ul li h6{position:relative;left:-29px;padding-left:29px;color:#024a97;font-size:16px;line-height:42px;font-weight:normal;}
.experts-team ul li h6 i{background:url(../images/experts-team-2.jpg) no-repeat;width:16px;height:16px;position:absolute;left:5px;top:50%;margin-top:-8px;}
.experts-team ul li .name-list{width:100%;}
.experts-team ul li .name-list span{display:block;float:left;width:44px;margin-right:33px;font-size:14px;line-height:2;color:#454545; text-align:justify;
      text-justify:distribute-all-lines;/*ie6-8*/
      text-align-last:justify;/* ie9*/
      -moz-text-align-last:justify;/*ff*/
      -webkit-text-align-last:justify;/*chrome 20+*/
     height:28px;
     cursor:pointer;
     overflow:hidden;
}
.experts-team ul li .name-list span:after{  
		content:".";
          display: inline-block;
          width:100%;
          overflow:hidden;
          height:0;
}


/*企业风采*/
.pageBox{
	overflow:hidden;
}
.pageBoxC{
	background:#fff;
	overflow:hidden;
	padding:50px;
}
.minH{min-height:300px}
.pageBoxT{
	clear: both;
	height:67px;
	overflow:hidden;
	line-height:67px;
	position: relative;
	color:#444444;
	font-size:22px;
	font-weight:bold;
}
.pageBoxT:after{
	content:"";
	display: block;
	width:32px;
	height:4px;
	background:#cbdbe8;
	position: absolute;
	left:0;
	bottom:0;
}
.qywhDl{margin-right:-20px;}
.qywhDl dd{
	position: relative;
	height:300px;
}
.qywhDl dd.dd1{width:26.49%}
.qywhDl dd.dd1.typ{width:21.5231%}
.qywhDl dd.dd1.typ2{overflow:hidden;width:auto}
.qywhDl dd.dd1.typ .qywhBox1{background:#f6ab00}
.qywhDl dd.dd1.typ2 .qywhBox1{background:#cbdbe8}
.qywhDl dd.dd1.typ2 .qywhBox1 .txt{line-height:35px}
.qywhDl dd.dd1.typ .qywhBox1 .pageBoxT{color:#fff}
.qywhDl dd.dd1.typ .qywhBox1 .pageBoxT:after{background:#fff}
.qywhDl dd.dd1.typ .qywhBox1 .txt{color:#fff}
.qywhDl dd.dd2 .dd2L{
	width:36.6972%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.qywhDl dd.dd2 .dd2R{
	width:63.3027%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.qywhDl dd.dd3{width:54.3046%}
.qywhDl dd.dd3 .dd3L{
	width:50%;
	height:300px;
	position: relative;
}
.qywhDl dd.dd3 .dd3R{
	width:50%;
	height:300px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
.qywhDl dd.dd2 .dd3L:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}
.qywhBox1{
	width:100%;
	height:100%;
	background:#fff;
	position: absolute;
    border:solid 1px #f5f5f5;
}
.qywhBoxC{
	overflow:hidden;
	padding:25px 40px;
}
.qywhBox1 .txt{
	color:#666666;
	line-height:52px;
	font-size:20px;
	overflow:hidden;
}
.qywhBox1 .icon{
	width:112px;
	height:112px;
	position: absolute;
	right:0;
	bottom:0;
	z-index:11;
	background-position:center center;
	background-repeat: no-repeat;
}
.qywhBox2{
	clear: both;
	overflow:hidden;
	background:#fff;
	padding:40px 0 40px 0;
}
.qywhBox2Dl{margin:0 -10px;}
.qywhBox2Dl dd{
	float:left;
	width:33.3333%;
	overflow:hidden;
}
.qywhBox2Dl dd a{
	display: block;
	overflow:hidden;
	margin:0 10px;
}
.qywhBox2Dl dd a .pic{
	clear: both;
	width:100%;
	padding-top:65.8747%;
	overflow:hidden;
	position: relative;
}
.qywhBox2Dl dd a .pic img{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	object-fit:cover;
}
.qywhBox2Dl dd a .divT{
	clear: both;
	height:60px;
	overflow:hidden;
	line-height:60px;
	font-size:14px;
	color:#666;
   text-align: center;
}
.ixBox5T{
	clear: both;
	overflow:hidden;
}
.ixBox5T .ixBoxT{
	clear:none;
	width:250px;
}
.ixBox5T_a a{
	float:left;
	width:160px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align: center;
	background:#ebebeb;
	margin-left:10px;
	border-radius:50px;
	color:#666666;
	font-size:14px;
	transition-duration:0.3s;
}
.ixBox5T_a a.hover{background:#3a7fd5;color:#fff}
.ixBox5T_a a:hover{background:#3a7fd5;color:#fff}
a.ixBox5More{
	display: block;
	width:160px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align: center;
	background:#ebebeb;
	margin-left:10px;
	border-radius:50px;
	color:#666666;
	font-size:14px;
	transition-duration:0.3s;
}
a.ixBox5More:hover{background:#3a7fd5;color:#fff}
.fr {float: right;display: inline;}
 .h30 {clear: both;height: 30px;}


  

 /*专题报告*/
 .sc_xjpnews{background:url("../Special/img/3.jpg") ;background-size:contain}


/* 招聘信息按钮*/
.el-button--primary{color:#fff;background-color:#409eff;border-color:#409eff;}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}
.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff}.el-button--primary:active{outline:0}
.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover
{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409eff;background:#ecf5ff;border-color:#b3d8ff}
.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff}.el-button--primary
.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#fff;outline:0}
                                                                                                                         .el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

