::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar-track{
	background: #fff;
}
::-webkit-scrollbar-thumb{
	background: #1b1b1b;
}
::-webkit-scrollbar-thumb:window-inactive{background: #1b1b1b;
}
::-webkit-scrollbar-thumb:vertical:hover{background: #1b1b1b;
}

html, body {
	font-size:12px;
    color: #777;
}
header {
	    position: relative;
	    z-index: 10;
	    transition: transform 0.5s ease 0s;
	    height: 100px;
	}
header .header-main {
    width: 100%;
    padding-top: 28px;
    height:72px;
    background-color: #fff;
    transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
    position: fixed;
    left: 0;
    top: 0;
}	

.header-main-inner{width:79%;margin: 0 auto;min-width: 1200px;}
.header-main-part{float:left;}
.header-main-part >span:nth-child(1) >a{float:left;}
.header-main-part >span:nth-child(1) >a >img{width:45px;}
.header-main-part >span:nth-child(2){color:#000;float:left;font-size:24px;margin-left: 12px;margin-top:7px;}
.header-main-part >span:nth-child(3){float:left;border:1px solid #d1d1d1;height:30px;margin-left: 12px;margin-top:4px;}
.header-main-part >span:nth-child(4){color:#000;float:left;font-size:18px;margin-left: 12px;margin-top:12px;}

.service_item{float: right;padding-top: 10px;}
.service_item >a { float:left;}
.service_item >a:nth-child(n+2){margin-left: 34px;}
.service_item >a >span{font-size: 16px;color:#000000;}
.service_item >a >span:HOVER{color:gray;}

.login_service{float: right;padding-top: 5px;}
.login_service >a { float:left;}
.login_service >span{float:left;border:1px solid #d1d1d1;height:15px;margin-left: 12px;}
.login_service >a:nth-child(1){margin-left: 51px;}
.register{margin-left: 12px;}
.login_service >span{font-size: 12px;}

.login_service a:HOVER{color:gray;}

.link{
			border: 1px solid #aaa;
		    display: block;
		    width: 42px;
		    height: 42px;
		    border-radius: 50%;
		    margin-top: 66px;
		    transition: background 0.3s ease 0s;
		    position: relative;
		    overflow: hidden;
	}

.link .bg{
	    display: block;
	    width: 0;
	    height: 0;
	    left: 50%;
	    top: 50%;
	    transition: all 0.3s ease 0s;
	    position: absolute;
	    border-radius: 50%;
	    overflow: hidden;

}
.link i{
		display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 2;
	    transition: all 0.3s ease 0s;
	    background: url(../../../codebase/web/images/ico_06.png) no-repeat center;
}
.link:hover i {
    background: url(../../../codebase/web/images/ico_05.png) no-repeat center;
    background-color: #333;
}

.link2 i{
		display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 2;
	    transition: all 0.3s ease 0s;
	    background: url(../../../codebase/web/images/ico_05.png) no-repeat center;
}
.link2:hover i {
    background: url(../../../codebase/web/images/ico_06.png) no-repeat center;
    background-color: #fff;
}

.link4 i{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
	background: url(../../../codebase/web/images/ico_07.png) no-repeat center;
	
}

.link4:hover i {
    background: url(../../../codebase/web/images/ico_08.png) no-repeat center;
    background-color: #fff;
}

.link3{margin-top: 10px;float: right;margin-right: 25px;}	
.link3 i{right: 0px;}

.up-graybox{
	z-index: 3;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.up-graybox .out-ico {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}

	.content_all{width:100%;height: auto;background-color: #eaeaea;}
	.content_bd{width:79%;height: 100%;margin: 0 auto;}

   .content_part{width:100%;height: auto;margin-bottom: 10px;}
   .content_part1{margin-bottom: 0px;}
   .content_part2{height: 170px;margin-bottom: 0px;}
	
.content_part:after,.content_part_inner1:after,.content_part_inner2:after,.content_part_inner3:after,.content_part_inner4:after,.intro_part:after{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
	
.intro_part{float:left;width:45%;height: 100%;}
.intro_part_50{float:left;width:50%;height: 100%;}
.intro_part1{background-color: #fff;}	
.intro_part2{background-color:#2f2f2f;}
.intro_part3{background-color: #3e3e3e;color:#fff;}

.left_inner_part{padding-top: 82px;padding-right: 30px;padding-left: 30px;}
.left_inner_part .left_inner_part_title{padding-bottom: 10px;}
.left_inner_part .left_inner_part_title span{font-size:24px;color:#000;letter-spacing: 2px;}
.left_inner_part_split{padding-bottom: 20px;}
.left_inner_part_split .line {display: block;width: 10px;height: 2px;background-color: #9a9a9a;margin-top: 10px;}
.left_inner_part .left_inner_part_memo{padding-bottom: 20px;}
.left_inner_part .left_inner_part_memo span{font-size:16px;color:#565e61;line-height: 25px;letter-spacing: 2px;}
.left_inner_part .left_inner_part_intro{font-size:13px;width:400px;color:#99A5B2;padding-bottom: 20px;line-height: 25px;letter-spacing: 2px;}
.left_inner_part .left_inner_part_link{padding-bottom: 0px;}
.left_inner_part_top{padding-top: 82px;}

.left_inner_part_title_font2{color: #fff !important;font-weight: bold !important;}
.left_inner_part_split_font2{background-color: #9a9a9a !important;}
.left_inner_part_memo_font2{color: #cdcdcd !important; font-size: 14px !important;}
.left_inner_part_intro_font2{color: #fff !important;opacity: 0.5 !important;font-size: 14px !important;filter: alpha(opacity=50) !important;line-height: 24px;}

.pic_part{float:left;width:55%;height: 100%;position: relative;}
.pic_part_50{float:left;width:50%;height: 100%;position: relative;}
.pic_part >a{transition: color 0.3s ease 0s;width:100%;height: 100%;}
.pic_part >a >img{width:100%;height: 100%;z-index: 2;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
.pic_part:hover .up-graybox {opacity: 1;filter: alpha(opacity=1);}

.intro_part_style{color:#fff !important;}

.content_part_pic{float:left;width:50%;height: 100%;background-color: #eaeaea;}
.content_part_pic_split{position: relative;height: 100%;margin-right: 7px;}
.content_part_pic_split2{margin-left: 7px;margin-right: 0px;}
.content_part_pic_split >a{transition: color 0.3s ease 0s;}
.content_part_pic_split >a >img{width:100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
.content_part_pic_split:hover .up-graybox {opacity: 1;filter: alpha(opacity=1);}

.resource_body{width:100%;height: 470px;}
.resource_title{text-align: center;padding-top: 70px;padding-bottom: 75px;}
.resource_title >span{font-size:28px;color:#565E61;}

.resource_content_item{width:100%;height: 130px;}
.resource_content_item >div{width:25%;float:left;}
.resource_content_item >div >div:nth-child(1){text-align: center;}
.resource_content_item >div >div:nth-child(1) >img{width:52px;}
.resource_content_item >div >div:nth-child(2){text-align: center;font-size: 18px;padding-top: 10px;color: #565E61;}

.data_design{float:left;width:50%;height: 100%;background-color: #eaeaea;padding-bottom: 15px;}
.data_design_inner{height: 100%;margin-right: 8px;background-color: #fff;}
.data_design_inner2{margin-left: 8px;margin-right: 0px;}
.data_design_inner >div:nth-child(1){width:100%;height: 60px;}
.data_design_inner >div:nth-child(1) >span{font-size:22px;color:#000000;float: left;margin-left: 30px;margin-top: 15px;}
.data_design_inner >div:nth-child(2){height: 40px;margin-left: 30px;margin-right: 20px;border-bottom: 1px solid #d1d1d1;}
.data_design_inner >div:nth-child(2) >span{font-size:14px;float:left;color:#8C959f;}
.data_design_inner >div:nth-child(2) >img{float:right;margin-right: 20px;}


.company_intro{width:100%;height: 640px;background-color:#eaeaea;padding-bottom: 10px;}
.company_intro >img{width:100%;height: 100%;}

.eccodexcompany_intro{width:100%;height: 640px;background-color:#eaeaea;padding-bottom: 10px;}
.eccodexcompany_intro >img{width:100%;height: 100%;}

.appdevcompany_intro{width:100%;height: 640px;background-color:#eaeaea;padding-bottom: 10px;}
.appdevcompany_intro >img{width:100%;height: 100%;}

.qykcompany_intro{width:100%;height: 640px;background-color:#eaeaea;padding-bottom: 10px;}
.qykcompany_intro >img{width:100%;height: 100%;}

.wyxcompany_intro{width:100%;height: 640px;background-color:#eaeaea;padding-bottom: 10px;}
.wyxcompany_intro >img{width:100%;height: 100%;}




.content_part_inner1{margin-left: 11%;margin-right: 4%;height: 100%;background-color: #fff;}
.content_part_inner2{margin-left: 4%;margin-right: 11%;height: 100%;background-color: #2f2f2f;}
.content_part_inner3{margin-right: 6%;height: 100%;background-color: #2f2f2f;}
.content_part_inner4{margin-left: 6%;height: 100%;background-color: #2f2f2f;}

.content_part_001{margin-bottom: 10px;background-color: #F5F5F5;}
.content_part_002{margin-bottom: 0px;background-color: #fff}
.part2_back{background-color: #2f2f2f;}
.part3_back{background-color: #fff;}

.service_white{height: 150px;background-color: #fff;}

/** 关于我们  **/
.member_customer{height: 80%;padding: 40px 20px;background-color: #F5F5F5;}
.member_customer >div{width:33.33%;text-align: center;height: 50%;float: left;}
.member_customer >div >img{height: 45px;}
.member_customer >div >img:nth-child(n+1){margin-top: 70px;}
.content_part_customer{height: 400px;}

.sun_up{width:100%;height: auto;position: relative;margin-bottom: -2px;}
.sun_up >img{width:100%;height: 100%;}
.sun_up_part{position: absolute;top: 80px;left:70px;}
.sun_up_part >div:nth-child(1){font-size: 28px;color:#fff;padding-bottom: 30px;}
.sun_up_part >div:nth-child(2){font-size: 16px;color:#fff;}
.city_life{width:100%;position: relative;}
.city_life >img{width:100%;height: 100%;}

/** 运营平台 **/
.intro_part_down{padding-bottom: 10px;}
.free_hold{width:100%;position: relative;margin-bottom: -2px;}
.free_hold >div{position: absolute;top: 50px;right: 200px;}
.free_hold >div >div:nth-child(1){font-size: 26px;padding-bottom: 15px;color: #fff;}
.free_hold >div >div:nth-child(2){font-size: 6px;padding-bottom: 15px;color: #fff;}
.free_hold >div >div:nth-child(n+3){font-size: 16px;padding-bottom: 15px;color: #fff;}

/** 在线计算 **/
.calc_login_block{width: 400px;margin: 0px auto;position: relative;}
.calc_login_block_rel{width: 100%;position: absolute;top:100px;left:0px;}
.calc_login_block_title{color: #fff;font-size: 18px;padding-bottom: 15px;text-align: center;}
.calc_login_block_act{color: #fff;font-size: 40px;padding-bottom: 25px;text-align: center;letter-spacing:3px;}

.calc_login_block_left{text-align: center;float:left;margin-left: 92px;}
.calc_login_block_right{text-align: center;float:left;margin-left: 53px;}

.calc_login_block_left >div:nth-child(1){text-align: center;}
.calc_login_block_left >div:nth-child(1) >a >img{width:60px;}
.calc_login_block_left >div:nth-child(2){text-align: center;padding-top: 20px;}
.calc_login_block_left >div:nth-child(2) >span{color: #fff;font-size: 14px;}
.calc_login_block_left >div:nth-child(2) >span >a{color: #fff;}
.calc_login_block_left >div:nth-child(2) >span >a:HOVER{color:#C5BEBE;}


.calc_login_block_right >div:nth-child(1){text-align: center;}
.calc_login_block_right >div:nth-child(1) >a >img{width:60px;}
.calc_login_block_right >div:nth-child(2){text-align: center;padding-top: 20px;}
.calc_login_block_right >div:nth-child(2) >span{color: #fff;font-size: 14px;}
.calc_login_block_right >div:nth-child(2) >span >a{color: #fff;}
.calc_login_block_right >div:nth-child(2) >span >a:HOVER{color:#C5BEBE;}

.intro_part_online,.pic_part_online{width:50%;}
.project_block{width:100%;height: 500px;background-color: #fff;padding-top: 30px;margin-bottom: 10px;}
.project_block_title{text-align: center;padding-top: 15px;padding-bottom: 20px;font-size: 22px;}
.project_block_item{padding: 10px 100px;}
.project_block_single{width:25%;float: left;height: 100px;margin-bottom: 15px;}
.project_block_single >div:nth-child(1){width:100%;text-align: center;padding-top: 15px;}
.project_block_single >div:nth-child(1) >img{width:50px;cursor: pointer;}
.project_block_single >div:nth-child(2){width: 100%;text-align: center;padding-top: 15px;font-size: 14px;cursor: pointer;}
.project_block_single >div:nth-child(2):HOVER{color:#333;}
.last_project_block_single >div >img{padding-top: 40px;}
.loginlink >a{color:#777;}
.loginlink >a:HOVER{color:#333;}

/** 易算宝APP **/
.ysbapp >div{position: absolute;top: 50px;left: 100px;}
.intro_info{margin: 0 auto;width: 79%;position: relative;}
.intro_info >div{position: absolute;top: 120px;left: 0px;color: white;z-index: 9;font-size: 32px;}
.intro_info >div >div:nth-child(n+1) {
    font-size: 26px;
    padding-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
}

/** 产品及服务  **/
.productservice{width:100%;height: 100%;position: relative;}
.productservice >div{width:79%;margin: 0 auto;position: relative;}
.productservice >div >div{position: absolute;top: 120px;left:0px;}
.productservice >img{width:100%;height: 100%;}
.productservice_first{font-size: 26px;padding-bottom: 15px;color: #fff;}
.productservice_split{font-size: 6px !important;padding-bottom: 15px;color: #fff;}
.productservice >div >div >div:nth-child(n+1){font-size: 32px;padding-bottom: 15px;color: #fff;letter-spacing:2px;text-align: left;}
.click_btn{padding-top: 100px;}
.click_view{width: 72px;height: 23px; border-radius: 20px;padding-top: 10px;padding-left: 20px;font-size: 12px;color: #fff;border: 1px solid #B7B2B2;cursor: pointer;}
.click_view:HOVER {color:black;background-color: #fff;}

.productservice >div:after{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

@media (max-width: 1550px){
	
	.wxyx_project_single >div:nth-child(1) >img{width:330px !important;}
	.app_project_single >div:nth-child(1) >img{width:330px;}
}

@media (max-width: 1450px){
	.left_inner_part .left_inner_part_intro{width:300px;}
	.left_inner_part_top{padding-top: 50px;}
	.app_project_single{height: 260px;}
	.wxyx_project_single >div:nth-child(1) >img{width:310px !important;}
	.app_project_single >div:nth-child(1) >img{width:310px;}
	.appeccodex_project{height: 558px;}
}

@media (max-width: 1350px){
	.left_inner_part_top{padding-top: 30px;}
	.app_project_single{height: 240px;}
	.wxyx_project_single >div:nth-child(1) >img{width:280px !important;}
	.app_project_single >div:nth-child(1) >img{width:280px;}
	.appeccodex_project{height: 518px;}
	
	.wxyxeccodex_project{height: 228px !important;}
	.wxyx_project_single{height: 228px !important;}
}

@media (max-width: 1250px){
	.left_inner_part .left_inner_part_intro{width:300px;}
	.member_customer >div >img{height: 37px;}
	.left_inner_part_top{padding-top: 15px;}
	.app_project_single{height: 220px;}
	.wxyx_project_single >div:nth-child(1) >img{width:250px !important;}
	.app_project_single >div:nth-child(1) >img{width:250px;}
	.appeccodex_project{height: 488px;}
	
	.wxyxeccodex_project{height: 218px !important;}
	.wxyx_project_single{height: 218px !important;}
}

@media (max-width: 1150px){
	.left_inner_part .left_inner_part_intro{width:250px;}
	.member_customer >div >img{height: 30px;}
	.left_inner_part_top{padding-top: 10px;}
	.app_project_single{height: 200px;}
	.wxyx_project_single >div:nth-child(1) >img{width:200px !important;}
	.app_project_single >div:nth-child(1) >img{width:200px;}
	.appeccodex_project{height: 448px;}
	
	.wxyxeccodex_project{height: 185px !important;}
	.wxyx_project_single{height: 185px !important;}
}
