@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
i, em {
    font-style: normal;
}
input{outline: none;border:1px solid #c2c2c2;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word;
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #005faf;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #005faf;} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}
.left{ float:left}
.right{ float:right}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}
.backcolor{background:#005faf;}

/*顶部导航*/
.maintop{ width:100%; height:auto; margin:0 auto}


.toparea{ width:100%; height:37px; margin:0 auto; background:url(../images/top-bg.jpg) repeat-x;}
.toparea ul{ width:1200px; margin:0 auto}
.toparea ul li{ float:left; line-height:37px; font-size:14px; color:#888888}
.toparea ul li a{ line-height:37px; font-size:14px; color:#888888}


.heading{ width:1200px; height:95px; margin:0 auto; overflow:hidden;}
.heading .logo{ float:left;}
.heading .tel{ float:right;}

.navbg{
	width: 100%;
    height:57px;
    margin: 0 auto;
    background:#3479c7;
    position: relative;
    z-index: 999;
	}
.navbg ul{ width:1200px; height:auto; margin:0 auto}
.navbg ul li{ float:left;position:relative;}

.navbg ul li a{
	padding-left:42px;
    padding-right:42px;
    line-height: 57px;
    font-size: 16px;
    color: #fff; 
	}
.navbg ul li a:hover{ color:#fff; line-height:57px; font-size:16px; background:#2161a9;}
.navbg ul li:hover{color:#fff; line-height:57px; font-size:16px; background:#2161a9;}
.navbg ul li:hover a{ color:#fff}

.navbg ul li dl{position:absolute; left:0px; top:57px; z-index:99999;display:none; width:100%}
.navbg ul li:hover dl{ position:absolute; left:0px; top:57px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding-left:0;
	padding-right:0;
	width:100%;
	height:42px;
	line-height:42px !important;
	color:#333 !important;
	font-size: 14px !important;
	font-weight:500;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block; float:left;
	text-align:center;
	background:#ffffff; border-bottom:1px dashed #ccc}
.navbg ul li dl dt a:hover{
	background:#005faf;color:#fff !important;line-height:42px !important; font-size:14px !important; font-weight:500;}

.navbg .nav_on{color:#fff; height:57px; display:block; line-height:57px; font-size:16px; background:#2161a9}

.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background:#005faf; margin:0;}

/*搜索*/
.link{ width:100%; height:44px; border-bottom:1px solid #d3d3d3; margin:0 auto;}
.link ul{ width:1200px; height:44px; margin:0 auto;}
.link ul li{ float:left;}
.link ul li p{line-height:44px;width:800px; height:44px; color:#666666; font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.link ul li a{line-height:44px; color:#666; font-weight:100}

.bannerfo{ width:251px;height:44px; }
.bannerfo ul{width:251px;height:44px;margin:0 auto}
.bannerfo ul li{ display:inline}
.bannerfo ul .inputbox{ width:196px; height:24px; margin:10px 0;overflow:hidden; border:none; position:relative;}
.bannerfo ul .inputbox input{ width:196px; height:24px;padding:0 10px 0 30px;color:#666666; line-height:24px; font-size:13px; background:url(../images/search1.jpg) no-repeat 0 0; border:none;position:absolute;}
.bannerfo ul .menuser{ width:55px; height:24px; padding:10px 0 0 0}
.bannerfo ul .menuser img{width:55px; height:24px!important;}

/*子页面大图*/
.nban{ width:100%; height:350px; margin:0 auto; background:#dfdfdf;}



/*网站底部*/
.footbox{ width:100%; margin:0 auto; background:url(../images/bot.jpg) left top repeat-x; height:auto; color:#FFFFFF;}
.dh{height:56px; line-height:56px; color:#FFFFFF; text-align:center; width:1200px; margin:0 auto}
.dh a{ color:#FFFFFF; line-height:56px;}
.footcont{ width:1200px; margin:0 auto; height:134px; color:#FFFFFF; font-size:13px; line-height:35px; background:url(../images/ewm3.png) right center no-repeat;padding-top:45px;}

/*首页*/
.incj_head { width:393px;margin:auto;margin-bottom:50px; }
.incj_head .txt11{ text-transform:uppercase; font-size:26px;font-family:Arial, Helvetica, sans-serif; text-align:center;line-height:40px;}
.incj_head .txt2{ width:240px; height:40; line-height:40px; text-align:center; color:#ffffff; font-size:18px; background:#2F70C0; margin:auto;}
.incj_head .txt3{width:260px;margin:auto;border-top:1px solid #CACACA;border-bottom:1px solid #CACACA; text-align:center; line-height:30px; margin-top:10px;}

.choose{ width:100%; height:auto; margin:0 auto; background:url(../images/cc-bg.jpg) repeat-x;}
.chbox { width:1200px; margin:auto;height:480px; }
.rr { width:250px;float:left; padding-top:56px; margin-right:65px;}
.rr img{ width:127px; height:127px; margin:auto; display:block;}
.rr span { font-weight:bold; font-size:20px; text-align:center; display:block; line-height:60px;}
.more1 { width:130px; height:35px; display:block; line-height:35px; text-align:center; color:#333333; background:url(../images/more-bg.jpg) no-repeat center top; margin:auto;  margin-top:30px; }
.more1:hover{width:130px; height:35px; display:block; line-height:35px; text-align:center; color:#ffffff; background:url(../images/more-bg1.jpg) no-repeat center top;margin:auto; margin-top:30px; cursor: pointer; }
.txt1{ width:250px; height:110px; display:block; font-size:15px; line-height:30px;}

.dl{ width:100%; height:auto; margin:0 auto;padding:12px 0px; }
.dlcc{ width:1200px; margin:auto;}
.dlcc ul li{ float:left; width:360px; text-align:center; margin:0px 20px; height:492px;}
.dlt{width:358px; border:1px #ccc solid; height:442px; overflow:hidden;float:left;}
.dlt a{float:left;}
.dlt img{width:348px; padding:5px; height:432px;}
.dltxt{text-align:center; line-height:30px;height:30px; color:#333333; font-size:15px;}
.dltxt a{text-align:center; line-height:30px;height:30px; color:#333333; font-size:15px;}

.dlsm{ width:100%; margin:auto; text-align:center; font-size:25px; font-weight:bold; color:#ff0000; height:50px; line-height:50px;}

.innews { width:100%; height:auto; margin:0 auto;padding-top:42px; background:#F7F7F7; }
.innews .title{ width:1200px; background: url(../images/gc-tit.png) center center no-repeat; margin:0 auto;}
.innews .title .xia1{font-size:18px; text-align:center; line-height:45px}
.innews .title .xia1 p{ color:#333333; font-size:28px; line-height:30px;}
.innews .title .xia1 p b{ color:#999999; font-size:16px; font-weight:100;}


.newsbox{ width:1200px; margin:0 auto;height:auto;}

.newsbox .newscont{ width:1200px; height:auto; margin:20px auto 0 auto;}
.leftnbox{ width:1200px; float:left; height:auto;}
.rightnbox{ width:550px; float:right; height:auto;} 
.newsbox .newscont .frame1{ display:inline; width:550px; height:auto; display:block;margin:0 40px 32px 0; float:left; padding-bottom:15px; border-bottom:1px dotted #cfcfcf;}
.newsbox .newscont .cont:hover{ background:url(../images/hover.png) no-repeat top left; display:block; width:258px; height:137px; float:left;}
.newsbox .newscont .frame1:hover p{font-size:15px; line-height:35px; width:280px; height:auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; color:#c42b2e}
.newsbox .newscont .conta{width:280px; height: auto; float:right;}


.newsbox .newscont .conta p{ font-size:15px; line-height:35px; width:280px; height:auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.newsbox .newscont .conta span{ color:#999999; font-size:12px; line-height:24px; }


/*小微型企业 */
.mainframe1{ width:1100px; height:auto; margin:25px auto;}
.cpleft { width:200px; height:auto; float:left;}
.cpleft .tit{ width:200px; margin:auto; text-align:left; height:95px; line-height:95px; font-size:30px;}
.cpleft .tit11{ width:200px; margin:auto; text-align:left; height:95px; line-height:95px; font-size:25px;}
.cpnav{ width:200px; margin:auto; height:auto;}
.cpnav a{ width:194px; height:58px; border-bottom:1px solid #DDDDDD; border-left:6px solid #EDEDED; display:block; line-height:58px; font-size:20px;}
.cpnav a:hover{ border-left:6px solid #005BAC;line-height:58px; }

.cplx { width:200px; height:auto; margin:138px auto 0px auto;}
.cplx .tit1{ color:#005BAC; font-size:20px; font-weight:bold; line-height:50px;}
.cplx .cc{ background: url(images/tb.jpg) no-repeat; font-size:18px;line-height:35px;}


.cpright { width:881px; height:auto; float:right; background:#F1F1F1;  }
.cpright td{line-height:24px;font-size:14px;padding:20px;}
.cpright1 { width:881px; height:auto; float:right; background:#ffffff; }
.cpright1 .tithh{ height:50px; line-height:50px; width:881px; font-weight:bold; font-size:18px; border-bottom:1px #cccccc solid; margin-bottom:30px;}
.cpright1 .content11 { width:881px; height:auto; margin:auto;}

.k2 {width:881px; background:url(images/cp/KIS-011.png) no-repeat right 150px  ; height:auto; margin:auto;}
.kcc{ width:708px; float:left; margin:53px 0px 0px 20px; padding-bottom:50px; }
.kcc .tit{ width:535px; font-size:23px; height:100px;}
.kcc span{ font-size:20px; line-height:35px;}
.kcc .coc{font-size:16px;line-height:35px; width:820px;} 
.kcc a{color:#00C4FF; font-weight:bold; font-size:15px; }
.kcc a:hover{color:#ff0000;font-weight:bold;font-size:15px;}

/*中大及成长型企业 */
.mainframe12{ width:1100px; height:auto; margin:0 auto;padding:25px 0px;}

.dttop{ width:1200px; margin:auto; height:230px; padding-top:30px; }
.dttop span { text-align:center; display:block;  font-size:32px; text-align:center; height:60px; }
.dttop .wz{width:810px; height:40px; line-height:40px; font-size:17px; margin:auto; display:block; background:url(../images/dd.jpg) no-repeat left;  }


.dtcc{width:1200px; margin:20px auto;}
.dtcc span { text-align:center; display:block;  font-size:32px; text-align:center; height:50px; line-height:50px; }

.dttb{ width:1005px; border:1px #f1f1f1 solid; background:#ffffff; height:44px; line-height:44px; margin:auto;}
.dttb a{ width:200px; line-height:44px; display:block; text-align:center; float:left; border-right:1px #f1f1f1 solid;}
.dtfra1{ width:1200px; padding-top:60px;}

.dfleft{ width:440px; }
.dfleft ul li{ border-bottom:1px #dbdbdb solid;text-align:left;}
.dfleft ul li span{ color:#1580e4; font-size:20px; font-weight:bold;text-align:left;}

.tab{height:41px;line-height:41px; background:url(images/mbg.jpg) left top repeat-x;float:left;}
.tab a{float:left;color:#777777;display:block;text-align:center;width:199px; height:41px; line-height:41px}
.tab a:hover{color:#111111;float:left;display:block; background:url(../images/gsjjbg1.jpg) no-repeat; width:199px; height:41px; line-height:41px }
.tab a.on{color:#111111;float:left;display:block;cursor:pointer; background:url(images/gsjjbg1.jpg) no-repeat;}


.Menubod { margin-left:0px; _margin-left:0px;  height:41px;}
.Menubod ul{
margin:0px;
padding:0px;
}
.Menubod li{
height:41px;
line-height:41px;
float:left;
display:block;
cursor:pointer;
width:199px;
text-align:center;
color:#333333;
text-align:center;
background:#fff;
border-right:1px #e4e4e4 solid;
font-weight:bold;
font-size:16px;

}
.Menubod li.hover{
height:41px;
line-height:41px;
float:left;
display:block;
cursor:pointer;
width:199px;
text-align:center;
color:#fff;
text-align:center;
background:#3479c7;
border-right:1px #e4e4e4 solid;
font-weight:bold;
font-size:16px;
}

.box1 { width:1200px; margin:0 auto;}

/*钉钉专业版*/ 
.dtcc1{width:1200px; margin:60px auto;}
.dtcc1 span { text-align:center; display:block;  font-size:32px; text-align:center; height:50px; line-height:50px; }

.dttb1{ background:#ffffff; height:44px; line-height:44px; margin:auto; text-align:center; width:800px; display:block;}
.dttb1 a{ width:200px; line-height:44px; display:block; text-align:center; float:left; border-right:1px #f1f1f1 solid;}
.dtfra1{ width:1200px; padding-top:60px;}

.dfleft1{ width:350px; }
.dfleft1 ul li{text-align:left; font-size:15px; line-height:26px;}
.dfleft1 ul li span{ color:#1580e4; font-size:23px; font-weight:bold;text-align:left;}

.tab1{height:41px;line-height:41px; background:url(images/mbg.jpg) left top repeat-x;float:left;}
.tab1 a{float:left;color:#777777;display:block;text-align:center;width:199px; height:41px; line-height:41px}
.tab1 a:hover{color:#111111;float:left;display:block; background:url(../images/gsjjbg1.jpg) no-repeat;padding:0px 60px; height:41px; line-height:41px }
.tab1 a.on{color:#111111;float:left;display:block;cursor:pointer; background:url(images/gsjjbg1.jpg) no-repeat;}


.Menubod1 {height:41px;background:#f2f0f0; display:block; margin:auto;}
.Menubod1 ul{
margin:0px;
padding:0px;
}
.Menubod1 li{
height:41px;
line-height:41px;
float:left;
display:block;
cursor:pointer;
padding:0px 60px;
text-align:center;
color:#333333;
text-align:center;
font-weight:bold;
font-size:16px;

}
.Menubod1 li.hover{
height:41px;
line-height:41px;
float:left;
display:block;
cursor:pointer;
padding:0px 60px;
text-align:center;
color:#fff;
text-align:center;
background:#3479c7;
border-right:1px #e4e4e4 solid;
font-weight:bold;
font-size:16px;
}




/*大型企业 */
.mainframe11{ width:100%; height:auto; margin:0 auto;}
.fwpt{ width:1200px; margin:auto; height:auto; color:#333; font-size:28px; background: #fff;text-align:center; padding-top:30px;}
.fwmd{ width:100%; height:580px; background:url(../img2/ins.png) no-repeat center top; position:relative; margin-top:50px;}
.fwtxt1{ width:320px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:right; left:0px;}
.fwtxt1 p{color:#2386ee;}

.fwtxt2{ width:220px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:right; top:220px;left:0px;}
.fwtxt2 p{color:#2386ee;}

.fwtxt3{ width:230px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:right; top:460px; left:85px;}
.fwtxt3 p{color:#2386ee;}


.fwtxt4{ width:320px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:left; right:0px;}
.fwtxt4 p{color:#2386ee;}

.fwtxt5{ width:220px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:left; top:220px;right:0px;}
.fwtxt5 p{color:#2386ee;}

.fwtxt6{ width:240px; position:absolute; line-height:28px; font-size:14px;color:#333; text-align:left; top:450px; right:70px;}
.fwtxt6 p{color:#2386ee;}

.dqfw{ width:100%; margin:auto; height:auto; color:#393836; font-size:18px; text-align:center; padding-top:30px; line-height:45px; background:#ffffff;}
.dqfw p{ font-size:33px; color:#333; text-align:center; line-height:40px;}

.ck{width:100%; margin:auto; height:auto; color:#393836; font-size:16px; text-align:center; padding-top:30px; line-height:35px; background:#ffffff;}
.ck p{ font-size:28px; color:#333; text-align:center; margin-bottom:10px;}
.ck ul li{ width:19.9%; height:300px; text-align:center; display:block; float:left; padding-top:30px;}
.cktit{color:#2386ee; font-size:15px; padding-top:10px;}
.cktit span{font-size:13px;color:#8dbef2; display:block; }
.cktxt{ width:90%;display:block; margin:auto; text-align:left;}


/* in_service */
.in_service .bd{width: 100%;overflow: hidden;height: 360px; margin-top:20px;}
.in_service .bd ul li{width:19.9%;position: relative; float:left;height: 360px;}
.in_service .bd ul li img{width:100%;height: 360px;position: absolute;z-index: 1; left:0px; top:0px;}
.in_service .bd ul li .cover{position: absolute;z-index: 9999;padding: 0 77px;top: 130px;width: 253px;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out; left:0px;}
.in_service .bd ul li h2{font-size: 18px;color: #fff;line-height: 36px;}
.in_service .bd ul li p.heng{font-size: 0;width: 71px;height: 3px;background: #fff;margin: 15px auto;}
.in_service .bd ul li p.txt{font-size: 12px;color: #fff;line-height: 23px; height:142px; display:block; overflow:hidden}
.in_service .bd ul li .mask_blue { background:url(../img2/bg.png);display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;opacity:.6; opacity:0\6\0;-webkit-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.in_service .bd ul li .btn_con {opacity: 0;transition: all .4s ease-in-out;}
.in_service .bd ul li .btn_con a {margin-top: 15px; width: 120px;height: 36px;line-height: 34px;text-align: center;border: 1px solid #ddd;display: inline-block;color: #fff;font-size: 15px;}

.in_service .bd ul li:hover .mask_blue {background:url(../img2/bg1.png);}
.in_service .bd ul li:hover .cover {top:90px;}
.in_service .bd ul li:hover .btn_con {opacity:1;}
.in_service .bd ul li .btn_con a:hover{background:#fff; color: #525356;}

.in_service .hd {width: 100%;text-align: center;margin-top: 25px;}
.in_service .hd ul li {display: inline-block;width: 27px;height: 5px;background: #0060a5;margin: 0 5px;font-size: 0;border-radius:2.5px;}
.in_service .hd ul li.on { background:url(../img2/bg1.png);}




/*成长企业*/
.cprightt { width:881px; height:auto; float:right;}
.cz{ width:1200px; height:auto;height:auto; padding-top:20px; margin:0 auto; }
.cztxt1{ padding:50px 30px; color:#0086f1; line-height:40px; font-size:26px; float:left; }
.cztxt1 h3{ font-weight:100; color:#666; font-size:17px;}
.cz img{ float:right;}

.cl{margin:0 auto;width:100%; height:auto; text-align:center; color:#333333; line-height:35px; font-size:30px; padding-top:20px; }
.cl img{ float:left;}
.cztxt2{ padding:50px 30px; color:#393836; line-height:24px; font-size:16px; float:right; width:480px;font-weight:inherit; text-align:left; }


.ywjz{ width:100%; height:430px; margin:auto; background:url(../img1/hr7.jpg) center top; text-align:center; font-size:32px; padding-top:50px; color:#fff;color:#fff;  line-height:35px;}
.ywjz ul li{ float:left; width:30%; height:auto; text-align:center;color:#fff; margin-left:3%; padding-top:30px;}
.ywjz ul li p{ font-size:24px;color:#fff; padding:10px 0px; }
.ywjz ul li span{color:#fff;font-size:16px; line-height:26px; width:100%; display:block; text-align:left;}


.hxyy{ width:1200px; height:auto; margin:0 auto; text-align:center; color:#333333; font-size:32px; padding:30px 0px; }
.hxyy ul li{ width:45%;  float:left; text-align:center; margin-top:40px; margin-left:4%; height:530px; overflow: hidden;}
.hxyy ul li p{ font-size:24px; line-height:50px; height:60px;}
.hxyy ul li span{ width:100%; float:left; line-height:26px; font-size:15px; color:#393836; text-align:left;}


.hxyy33{ width:1200px; height:auto; margin:0 auto; text-align:center; color:#333333; font-size:32px; padding:30px 0px; }
.hxyy33 ul li{ width:32%;  float:left; text-align:center; margin-top:40px; margin-left:1%; height:380px; overflow: hidden;}
.hxyy33 ul li p{ font-size:24px; line-height:50px; height:60px;}
.hxyy33 ul li span{ width:100%; float:left; line-height:26px; font-size:15px; color:#393836; text-align:left;}





.hxyyy{ width:100%; height:auto; margin:0 auto; text-align:center; color:#333333; font-size:32px; padding:30px 0px; }
.hxyyy ul li{ width:45%;  float:left; text-align:center; margin-top:40px; margin-left:4%; height:480px; overflow: hidden;}
.hxyyy ul li p{ font-size:24px; line-height:50px; height:60px;}
.hxyyy ul li span{ width:100%; float:left; line-height:26px; font-size:15px; color:#393836; text-align:left;}





.hxyy1{ width:1200px; height:auto; margin:0 auto; text-align:center; color:#333333; font-size:32px; padding:30px 0px; }
.hxyy1 ul li{ width:45%;  float:left; text-align:center; margin-top:40px; margin-left:4%; height:600px; overflow:hidden;}
.hxyy1 ul li p{ font-size:24px; line-height:50px; height:60px;}
.hxyy1 ul li span{ width:100%; float:left; line-height:26px; font-size:15px; color:#393836; text-align:left;}





.xk{ width:100%; background:#eef9fa; height:auto; padding-top:50px; color:#333; text-align:center; font-size:32px;}
.mdxk{ width:100%; margin:auto; height:400px; margin-top:30px;}
.xklf{ float:left; color:#666; font-size:13px; line-height:24px;}
.xkrg{ float:right; width:580px; height:auto; text-align:left;}
.xkrg ul li{ width:550px; float:left; height:auto; color:#393836; font-size:21px;margin:10px 0px;}
.xkrg ul li p{ color:#393836; font-size:16px;}


/*大企集团*/

.cl1{margin:0 auto;width:100%; height:auto; text-align:center; color:#333333; line-height:35px; font-size:30px; padding-top:20px; }
.cl1 h3{color:#666666; font-weight:100; height:60px; line-height:60px}
.mdjt{ width:1100px; margin:auto; height:auto; padding-top:30px;}
.mdjt ul li{ float:left; text-align:left; margin:0px 50px 0px 10px;color:#666666;}
.mdjt ul li img{ float:left; padding-top:30px;}
.cltxt{ width:100%; text-align:center;color:#666666;}

.xk1{ width:100%; background:#eef9fa; height:auto; padding-top:50px; color:#333; text-align:center; font-size:32px;}
.mdxk1{ width:1200px; margin:auto; height:400px; margin-top:30px;}
.xklf1{ float:left; color:#666; font-size:13px; line-height:24px; }
.xkrg1{float:left; width:100%; height:auto; text-align:left;}
.xkrg1 ul li{ width:550px; float:left; height:150px; color:#393836; font-size:21px;margin:10px 15px;}
.xkrg1 ul li p{ color:#393836; font-size:16px;}

/*人力云*/
.ywjz1{ width:100%; height:430px; margin:auto; background:url(../img1/hr7.jpg) center top; text-align:center; font-size:32px; padding-top:50px; color:#fff;color:#fff;  line-height:35px; display:block;}
.ywjz1 ul li{ float:left; width:21%; height:auto; text-align:center;color:#fff; margin-left:3%; padding-top:30px;}
.ywjz1 ul li p{ font-size:22px;color:#fff; padding:10px 0px; }
.ywjz1 ul li span{color:#fff;font-size:16px; line-height:26px; width:100%; display:block; text-align:left;}


.xk11{ width:100%; background:#eef9fa; height:auto; padding-top:50px; color:#333; text-align:center; font-size:32px;}
.mdxk11{ width:100%; margin:auto; height:400px; margin-top:30px;}
.xkrg11{ width:1200px; height:auto; text-align:left; color:#666; font-size:13px; line-height:24px; margin:auto;}
.xkrg11 ul li{ width:384px; float:left; height:150px; color:#393836; font-size:18px;margin:10px 8px;}
.xkrg11 ul li p{ color:#393836; font-size:15px;}

.yyy12{ width:100%; height:270px; margin:auto; background:url(../img1/hr7.jpg) center top; text-align:center; font-size:27px; padding-top:50px; color:#fff;color:#fff;  line-height:35px;}
.yyy12 ul li{ float:left; width:21%; height:auto; text-align:center;color:#fff; margin-left:3%; padding-top:30px;}
.yyy12 ul li p{ font-size:20px;color:#fff; padding:10px 0px; }
.yyy12 ul li span{color:#fff;font-size:16px; line-height:26px; width:100%; display:block; text-align:left;}

.dl{ width:100%; height:auto; margin:0 auto;padding:12px 0px; }
.dlcc{ width:1200px; margin:auto;}
.dlcc ul li{ float:left; width:360px; text-align:center; margin:0px 20px; height:552px;}
.dlt{width:358px; border:1px #ccc solid; height:502px; overflow:hidden;float:left;}
.dlt a{float:left;}
.dlt img{width:348px; padding:5px; height:492px;}
.dltxt{text-align:center; line-height:30px;height:30px; color:#333333; font-size:15px;}
.dltxt a{text-align:center; line-height:30px;height:30px; color:#333333; font-size:15px;}

.dlsm{ width:100%; margin:auto; text-align:center; font-size:25px; font-weight:bold; color:#ff0000; height:50px; line-height:50px;}


/*左边列表*/

.mainframe{ width:1200px; height:auto; margin:25px auto;}
.leftframe{ width:240px; height:auto; float:left; margin-right:25px}
.cplist{ width:240px; height:auto}
.cplist .head{width:240px; height:58px; background:#226ABE; border-bottom:1px #004CA2 solid;}
.cplist .head p{font-size:20px; color:#fff; font-weight:bold; line-height:58px; text-indent:25px}
.cplist .content{width:216px; height:auto; padding:12px; background:#3479c7}
.onepro,.onepro:hover{ width:214px; height:38px; line-height:38px; text-indent:28px; display: block;font-size:14px; color:#152d59; font-weight:bold; background:#fff; margin:0 auto; margin-bottom:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.twopro,.twopro:hover{ width:214px; height:35px; border-bottom:1px dotted #fff; line-height:35px; text-indent:26px; display: block;font-size:14px; color:#fff; margin:0 auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.cplist .content1{width:216px; height:auto; padding:12px; background:#226ABE; color:#fff; line-height:35px; font-size:14px;}


.aqcc{ width:1200px; margin:auto;}
.aqcc img{ margin:50px auto;}

