/* hcysun */

@charset "utf-8";

/* reset */

html{

-webkit-text-size-adjust:none;

-webkit-user-select:none;

-webkit-touch-callout: none;

font-family: Helvetica;

}

body{font-size:12px;background-color: #f6f6f6;}

body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,pre,form,input,textarea,th,td,select{margin:0; padding:0; font-weight: normal;text-indent: 0;}

a,button,input,textarea,select{ color:#000;background: none; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none; -webkit-appearance:none;}

em{font-style:normal}

li{list-style:none}

a{text-decoration:none;}

img{border:none; vertical-align:top;}

table{border-collapse:collapse;}

textarea{ resize:none; overflow:auto;}

.clearfix{
	zoom:1;
}
.clearfix::after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}

/* end reset */

/*首页基本模块*/
.main{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.section{
	width: 100%;
}
.onePage{
	overflow: hidden;
}
.section h1{
	text-align: center;
}
.content{
    position: relative;
    height: 620px;
    margin-top: 100px;
}
.banner_slogan{
	position: absolute;
    left: 40%;
    top: 25%;
    width: 780px;
    height: 300px;
	background: url(../images/bg/banner_text.png) no-repeat;
	background-size: 100%;
}
.method_slogan{
    width: 750px;
    height: 135px;
	margin: 0 auto;
	background: url(../images/bg/methodSlogan.png) no-repeat;
	background-size: 100%;
	margin-bottom: 28px;
}
.service_slogan{
   	width: 640px;
    height: 200px;
	background: url(../images/bg/serviceSlogan.png) no-repeat;
	background-size: 100%;
}
.about_slogan{
	width: 360px;
	height: 64px;
	background: url(../images/bg/aboutSlogan.png) no-repeat;
	background-size: 100%;
	margin-bottom: 48px;
    margin-left: -72px;
}
.hope_slogan{
	width: 160px;
	height: 64px;
	background: url(../images/bg/qySlogan.png) no-repeat;
	background-size: 100%;
	margin-left: 20px;
}
.value_slogan{
	width: 160px;
    height: 50px;
    background: url(../images/bg/valueSlogan.png) no-repeat;
    background-size: 100%;
    margin-top: 12px;
    margin-left: 20px;
}
.look_slogan{
	width: 360px;
	height: 66px;
	background: url(../images/bg/lookSlogan.png) no-repeat;
	background-size: 100%;
	margin-left: 20px;
}
/*HEADER导航条*/
.nav-logo{
	float: left;
	height: 100%;
}
/*首页banner*/
.banner1{
	width: 100%;
	background: url(../images/bg/banner1.png) no-repeat;
	background-size: cover;
}
.knowSkip span{
	color: #fff;
	display: inline-block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
/*解决方案*/
.method_title{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
}
.solve_icon{
	display: block;
	width: 120px;
	height: 140px;
    margin: 0 auto;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.sol01{
	background:url(../images/icon/sol01.png) no-repeat;
	background-size: 100%;
}
.sol02{
	background:url(../images/icon/sol02.png) no-repeat;
	background-size: 100%;
}
.sol03{
	background:url(../images/icon/sol03.png) no-repeat;
	background-size: 100%;
}
.sol04{
	background:url(../images/icon/sol04.png) no-repeat;
	background-size: 100%;
}
.sol05{
	background:url(../images/icon/sol05.png) no-repeat;
	background-size: 100%;
}
.method_mdl{
	margin-top: 14px;
	padding: 12px 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}
.method_mdl-point{
	 box-shadow: 4px 2px 12px rgba(0,0,0,0.2);
}
.methodSkip h4{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}
.methodSkip a{
    display: block;
    width: 160px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #333;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-decoration: none;
}
.methodSkip a:hover{
	width: 180px;
	text-decoration: none;
}
.method_mdl:hover{
	 box-shadow: 4px 2px 12px rgba(0,0,0,0.2);
	 background-color: #fff;
}
.mdl_shadow{
	 box-shadow: 4px 2px 12px rgba(0,0,0,0.2);
	 background-color: #fff;
}
.method_mdl h4{
	margin-top: 14px;
	font-size: 24px;
	text-align: center;
}
.method_mdl p{
    margin-top: 8px;
    color: #666;
    text-align: center;
    font-size: 14px;
}
.method_mdl a{
    display: block;
    font-size: 16px;
    text-align: center;
    color:  #333;
}
.methodSkip{
	width: 90%;
    padding: 12px 10px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #333;
}
.methodSkip>div{
	display: none;
}
.methodSkip ul li{
	font-size: 16px;
}
.method_title p{
	margin-top: 10px;
	color: #666;
}
.iconDown{
	display: inline-block;
	width: 24px;
	height: 12px;
	background: url(../images/icon/icon_down.png) no-repeat;
	background-size: 100%;
}
.sol_main{
	margin-top: 24px;
}
.sol_main div{
    margin-top: 160px;
    padding-top: 120px;
}
.sol_main div:first-child{
	margin-top: 0;
}
.sol_main img{
	width: 100%;
	height: auto;
}
.sol_pos{
	position: relative;
	min-height: 200px;
}
.sol_left{
    position: fixed;
    top: 20%;
    padding: 10px 0;
    margin: 0;
}
.sol_left h3{
	text-align: center;
	margin-bottom: 10px;
}
.sol_name{
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 18px;
	text-align: center;
	padding:2px 12px;
	transition: all .3s;
	-webkit-transition: all .3s;
	text-decoration: none;
}
.sol_name:hover{
	border-bottom: 1px dashed #E23030;
	color: #E23030;
	background-color: #fff;
	text-decoration: none;
}
.sol_name-light{
	border-bottom: 1px dashed #E23030;
	color: #E23030;
	background-color: #fff;
}
/*行业应用*/
.red_line{
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px auto;
    margin-top: 12px;
    background-color:  #E23030;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.red_line-bold{
	height: 2px;
	width: 80%;
}
.use_con h5{
	text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.use_bg{
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.use_bg h3{
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.use_con{
	position: relative;
    top: 46%;
    left: 0;
    width: 100%;
    min-height: 320px;
    transition: all .5s;
	-webkit-transition: all .5s;
	padding-top: 12px;
}
.use_con h4,.use_con li{
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
    margin-top: 10px;
}
.bc_gray{
	background-color: rgba(0,0,0,0.4);
	box-shadow: 0px -20px 20px rgba(0,0,0,0.4);
	border-top: transparent;
}
.use_con li{
    margin-top: 4px;
}
.use_show{
	display: none;
}
.use_con-active{
	top: 30%;
	min-height: 800px;
}
.use_icon{
	display: block;
    width: 120px;
    height: 120px;
    margin: 10px auto;
    transition: all .5s;
	-webkit-transition: all .5s;
}
.use_icon-hide{
	display: none;
}
.use_con p{
	text-align: left;
    width: 96%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}
.use_bg1{
	width: 100%;
	background: url(../images/bg/use_bg1.png) no-repeat;
	background-size: cover;
}
.use_bg1-l{
	background: url(../images/bg/use_bg1-light.png) no-repeat;
	background-size: cover;
}
.use_bg2{
	width: 100%;
	background: url(../images/bg/use_bg2.png) no-repeat;
	background-size: cover;
}
.use_bg2-l{
	background: url(../images/bg/use_bg2-light.png) no-repeat;
	background-size: cover;
}
.use_bg3{
	width: 100%;
	background: url(../images/bg/use_bg3.png) no-repeat;
	background-size: cover;
}
.use_bg3-l{
	background: url(../images/bg/use_bg3-light.png) no-repeat;
	background-size: cover;
}
.use_bg4{
	width: 100%;
	background: url(../images/bg/use_bg4.png) no-repeat;
	background-size: cover;
}
.use_bg4-l{
	background: url(../images/bg/use_bg4-light.png) no-repeat;
	background-size: cover;
}
.use_bg5{
	width: 100%;
	background: url(../images/bg/use_bg5.png) no-repeat;
	background-size: cover;
}
.use_bg5-l{
	background: url(../images/bg/use_bg5-light.png) no-repeat;
	background-size: cover;
}
.use_icon1{
	background: url(../images/icon/use_icon1.png) no-repeat;
	background-size: 100%;
}
.use_icon2{
	background: url(../images/icon/use_icon2.png) no-repeat;
	background-size: 100%;
}
.use_icon3{
	background: url(../images/icon/use_icon3.png) no-repeat;
	background-size: 100%;
}
.use_icon4{
	background: url(../images/icon/use_icon4.png) no-repeat;
	background-size: 100%;
}
.use_icon5{
	background: url(../images/icon/use_icon5.png) no-repeat;
	background-size: 100%;
}
/*关于我们*/
.aboutUs{
	background: url(../images/bg/about-left.png) no-repeat;
	background-size: cover;
}
.about_main{
    padding-top: 80px;
}
.about_company{
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}
.about_text{
	width: 80%;
	margin: 0 auto;
	margin-top: 24px;
}
.about_text p{
	font-size: 18px;
	width: 80%;
}
.about_text h3{
	font-size: 28px;
	margin-bottom: 12px;
}
.learnMore{
	margin-top: 100px;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #E23030;
	border-radius: 16px;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}
.learnMore:hover{
	width: 180px;
	background-color: #fff;
	color: #E23030;
	border: 1px solid #E23030;
}
/*服务客户*/
.client{
	width: 100%;
	background: url(../images/bg/about_bg.png) no-repeat;
	background-size: cover;
}
.client_demo{
	width: 300px;
 	background-color: #fff;
	padding: 14px;
	padding-bottom: 28px;
	box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
	overflow: hidden;
	border-radius: 4px;
}
.client_demo img{
	width: 90%;
}
.client_demo h3{
	font-size: 20px;
	margin-top: 8px;
	color: #333;
}
.client_demo h4{
	font-size: 20px;
	margin-top: 2px;
	color: #AAAAAA;
}
.client_demo p{
    font-size: 14px;
    margin-top: 16px;
    width: 100%;
    text-indent: 1em;
}
/*新闻中心*/
.news_title{
	text-align: center;
}
.news_title h1{
	font-size: 32px;
}
.news_title p{
	font-size: 14px;
	color: #aaa;
}
.news_main{
	width: 100%;
}
.nm_top{
	padding-bottom: 14px;
    border-bottom: 1px solid #999;
}
.nm_top .row{
	width: 70%;
	margin: 0 auto;
}.nm_top .row div{
	margin-top: 18px;
}
.nm_top .row span{
	padding: 6px 30px;
	font-size: 18px;
	border-radius: 20px;
	color: #333;
	cursor: pointer;
}
.nm_top .row span:hover{
	background-color: #E23030;
	color: #fff;
}
.nm_active{
	background-color: #E23030;
	color: #fff !important;
}
.news_list{
	padding: 4px 12px;
	margin-top: 14px;
	overflow: hidden;
	cursor: pointer;
}
.news_time{
	text-align: center;
}
.news_time span{
	display: block;
}
.news_day{
	font-size: 32px;
}
.news_month{
	font-size: 16px;
}
.news_img{
	position: relative;
}
.news_story{
	overflow: hidden;
}
.news_img img{
	width: 90%;
}
.news_story h3,.news_story p{
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.news_story h3{
	font-size: 24px;
}
.news_story p{
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_story a{
	margin-top: 8px;
	font-size: 16px;
	display: block;
	float: right;
	color: #E23030;
	text-decoration: none;
}
.nm_page{
	font-size: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: auto;
    cursor: pointer;
}
/*人才招聘*/
.employ_banner{
   	height: 250px;
    margin-top: 30px;
    background: url(../images/bg/employ_bg.png) no-repeat 30%;
    background-size: cover;
}
.emplpy_project>img{
	width: 30%;
}
.em_arrow{
	float: right;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 16px;
	margin-right: 20px;
	background-color: #E23030;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.carousel-content{
    float: left;
    color: #333;
    height: 50px;
    margin-top: 10px;
}
.carousel-content h3{
	font-size: 28px;
}
.carousel-content p{
	margin-top: 6px;
	font-size: 24px;
}
.goEmDetail{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
    float: right;
    text-align: center;
    transition: all .3s;
    margin-right: 20px;
    font-size: 16px;
}
.goEmDetail:hover{
	background: #333;
	color: #fff;
    width: 150px;
	font-size: 16px;
	text-decoration: none;
}
.employ_hope{
	margin-top: 20px;
}
.employ_hope ul li{
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}
.employ_hope ul{
    margin-top: -6px;
    margin-left: 20px;
}
.hope_more{
	margin-top: 24px;
    margin-left: 20px;
}
.hope_text{
	display: inline-block;
	border-left: 2px solid #E23030;
	padding-left: 16px;
	color: #666;
}
#employ .row{
	margin-top: 30px;
}
/*联系我们*/
.contact_left,.contact_right{
	padding-top:10px;
	height: 100%;
}
.contact_left{
	background-color: #E23030;
}
.contact_right{
	background: url(../images/bg/contact_bg.png) no-repeat;
	background-size: cover;
}
.contact_bottom{
	height: 100%;
	background-color: #333;
	padding: 30px;
	padding-top: 40px;
	color: #fff;
}
.contact_info{
	margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    color: #fff;
}
.contact_info h3{
	font-size: 28px;
}
.contact_info h4{
	margin-top: 4px;
	font-size: 18px;
}
.contact_info .red_line{
	background-color: #fff;
	margin: 24px 0;
}
.contact_info p{
	font-size: 16px;
	margin-top: 14px;
}
.contact_code{
	margin-top: 30px;
}
.contact_mes{
	width: 86%;
	margin: 0 auto;
    margin-top: 100px;
}
.contact_mes h3{
	font-size: 28px;
	color: #fff;
	margin-bottom: 24px;
}
.contact_input{
	background-color: #fff;
    border: none;
    height: 48px;
    color: #333;
    margin-top: 24px;
}
.contact_input>input{
	height: 100%;
	width: 80%;
	border: 0;
	color: #333;
	padding-left: 6px;
}
.contact_input{
	font-size: 14px;
}
.contact_input span{
	float: left;
    height: 100%;
    line-height: 48px;
}
.contact_input input{
	float: left;
}
.input_des{
	color: #E23030;
}
.contact_textarea{
	background-color: #fff;
    border: none;
    height: 130px;
    padding: 15px;
    color: #333;
    font-size: 14px;
    margin-top: 24px;
}
.input_confirm{
	width: 160px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 48px;
    margin-top: 24px;
    margin-left: 7%;
	background-color: #E23030;
	cursor: pointer;
}
.footer_slogan{
	width: 100%;
    text-align: center;
}
.footer_slogan h3{
	font-size: 16px;
}
.footer_slogan h4{
	margin-top: 8px;
	font-size: 14px;
}
.footer_slogan p{
	margin-top: 16px;
	font-size: 12px;
}
.contact_top{
	height: 80%;
}
.contact_footer{
	height: 20%;
}
/*人才信息*/
.job_name{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
    color: #666;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}
.job_name-light{
	color: #fff;
    background-color: #333;
    border-radius: 4px;
}
.job-right h3{
	color: #333;
	margin-bottom: 24px;
}
.job_detail{
	width: 100%;
    line-height: 32px;
    margin-top: 20px;
}
.job_detail h4{
	font-size: 16px;
	font-weight: 600;
}
.job_detail p{
	font-size: 14px;
	margin-top: 6px;
}
/*新闻详情*/
.news-left ,.job-left{
	padding: 30px 12px;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 4px;
	margin-top: 30px;
    margin-left: 10px;
	position: relative;
}
.news-left h3,.job-left h3{
	width: 220px;
    height: 82px;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 12px;
    background: url(../images/bg/title-bg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    margin-left: -40px;
    margin-top: -48px;
}
.news_latest{
	margin-top: 12px;
	padding: 16px 6px;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
}
.news_latest h4{
	font-size: 18px;
	color: #666;
	padding-left: 10px;
}
.nl_choose{
    border-left: 2px solid #E23030;
}
.news_latest p{
	margin-top: 16px;
	font-size: 14px;
	text-align: right;
	color: #aaa;
}
.news-right,.job-right{
	padding: 30px 10px;
    border: 1px dashed #ddd;
    margin-bottom: 20px;
}
.news-right h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.news-right h3{
	font-size: 16px;
	margin-bottom: 24px;
	padding: 4px 30px;
	font-weight: 600;
}
.newsShow{
    min-height: 700px;
    padding: 4px 30px;
}
.news_date{
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.sol_left a{
	display: block;
	text-decoration: none;
}
#goTop{
	position: fixed;
	right: 2%;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background: url(../images/icon/goTop-black.png) no-repeat;
	background-size: 100%;
}
