@charset "utf-8";
body {
	font-family: 'Microsoft YaHei';
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	font-size: 14px;
	vertical-align: baseline;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 1680px;
	min-width: 1130px;
}

.wrap {
	position: relative;
	margin: 0 auto;
	width: 1130px;
	height: 100%;
	overflow: hidden;
}

html,
body,
div,
p,
span,
a,
table,
textarea,
form,
input,
img,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style: none;
	text-indent: 0;
}

a {
	text-decoration: none;
}


/*公共头部*/

.header {
	position: relative;
	width: 100%;
}

.header_in {
	width: 1130px;
	height: 80px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: left;
	/*margin-left: 170px;*/
	background: url(../images/logo.png) no-repeat 6px 32px;
}

.nav_li {
	float: left;
	margin-left: 100px;
	min-width: 100px;
	height: 80px;
}

.nav_li li {
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.nav_li li a {
	color: #4c4c4c;
	font-weight: bold;
}

.nav_li a.on {
	background-color: #E30012;
	color: white;
}

.nav_li li a {
	display: block;
	width: 100px;
	height: 80px;
}

.nav_li li a.on {
	background-color: #E30012;
	color: white;
}

.nav_li li a:hover {
	background-color: #E30012;
	color: white;
}

.title_menue ul li a:hover {
	color: red;
	background: none;
}


/*四川恒新子菜单*/

.title_menue {
	position: absolute;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	display: none;
	z-index: 200;
}

.title_menue ul li {
	float: left;
	width: 100px;
	height: 60px;
	line-height: 60px;
}

/*.title_menue ul li:first-child {
	margin-left: 100px;
}*/

.title_menue ul li a {
	color: white;
	font-weight: normal;
}

.menue1 {
	/*width: 835px;*/
	width:1005px;
}

.menue2 {
	width: 905px;
}

.menue3 {
	width: 805px;
}

.menue4 {
	width: 705px;
}


/*成功案例子菜单*/

.nav_li>li:hover>.title_menue {
	display: block;
}


/*轮播开始*/

.banner {
	height: 400px;
	position: relative;
	overflow: hidden;
}
/*轮播结束*/


/*公共头部结束*/


/*index开始*/

.content {
	position: relative;
	overflow: hidden;
}


/*新闻滑块*/

.roll {
	height: 57px;
	z-index: 6;
}

.roll_in {
	width: 1130px;
	height: 57px;
	margin: 0 auto;
}

.roll_news {
	position: relative;
	margin: 0 auto;
	padding-left: 35px;
	width: 1095px;
	height: 57px;
	background: url(../images/icon.png) no-repeat -4px -68px;
	overflow: hidden;
}

.roll_news .cate {
	width: 100%;
	height: 100%;
}

.roll_news .cate a {
	display: inline-block;
	height: 57px;
	line-height: 57px;
	font-weight: bold;
	color: #4c4c4c;
	-ms-transition: color 300ms;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
}

.roll_news .cate a:hover {
	color: #E30012;
}

.roll_news .cate a span {
	margin: 0 25px;
	font-weight: normal;
	color: #6C6C6C;
}

.roll_news .cate .more {
	padding: 0 12px;
	margin-left: 10px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #4c4c4c;
	background-color: #DFE0E4;
	border-radius: 25px;
	box-shadow: 0px 0px 3px #777;
	-ms-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
}

.roll_news .cate .more:hover {
	background-color: #E30012;
	color: #eee;
}


/*手风琴滑块*/

.slide {
	height: 165px;
	background-color: #e0e2e4;
}

.slide .wrap a {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
	-webkit-transition: left 300ms, -webkit-opacity 700ms;
	transition: left 300ms, opacity 700ms;
}

.slide .wrap .cate-1 {
	z-index: 1;
	background-color: #c8c8c8;
}

.slide .wrap .cate-2 {
	z-index: 2;
	background-color: #edf8fe;
}

.slide .wrap .cate-3 {
	z-index: 3;
	background-color: #e64740;
}

.slide .wrap .cate-4 {
	z-index: 4;
	background-color: #57b9ea;
}

.slide .wrap a span {
	position: absolute;
	background: no-repeat 0 0;
}

.slide .wrap .p2 {
	-webkit-opacity: 0;
	opacity: 0;
	display: none\9;
	-webkit-transition: -webkit-opacity 400ms;
	transition: opacity 400ms;
}

.slide .wrap .cate-1 .p1 {
	left: 0;
	top: 0;
	width: 493px;
	height: 165px;
}

.slide .wrap .cate-1 .p2 {
	left: 276px;
	top: 68px;
	z-index: 2;
	width: 189px;
	height: 29px;
}

.slide .wrap .cate-2 .p1 {
	left: 61px;
	top: 13px;
}

.slide .wrap .cate-2 .p2 {
	left: 250px;
	top: 26px;
}

.slide .wrap .cate-3 .p1 {
	left: 20px;
	top: 2.5px;
	width: 77px;
	height: 76px;
}

.slide .wrap .cate-3 .p2 {
	left: 150px;
	width: 282px;
	height: 122px;
}

.slide .wrap .cate-4 .p1 {
	left: 20px;
	top: 14px;
	width: 182px;
	height: 80px;
}

.slide .wrap .cate-4 .p2 {
	left: 227px;
	top: 21px;
	width: 245px;
	height: 122px;
}


/*.slide*/

.slide .trans a {
	-webkit-opacity: 0;
	opacity: 0;
	display: none\9;
}


/* 逐个出现 */

.slide .ready .cate-2 {
	transition-delay: 150ms;
	-webkit-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
}

.slide .ready .cate-3 {
	transition-delay: 150ms;
	-webkit-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
}

.slide .ready .cate-4 {
	transition-delay: 150ms;
	-webkit-transition-delay: 450ms;
	-ms-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
}


/* 没有指向 */

.slide .state-0 .cate-1 {
	left: 0;
}

.slide .state-0 .cate-2 {
	left: 340px;
}

.slide .state-0 .cate-3 {
	left: 617px;
}

.slide .state-0 .cate-4 {
	left: 793px;
}


/* 指向第一个 */

.slide .state-1 .cate-1 {
	left: 0;
}

.slide .state-1 .cate-2 {
	left: 492px;
}

.slide .state-1 .cate-3 {
	left: 705px;
}

.slide .state-1 .cate-4 {
	left: 917px;
}

.slide .state-1 .cate-1 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第二个 */

.slide .state-2 .cate-1 {
	left: 0;
}

.slide .state-2 .cate-2 {
	left: 212px;
}

.slide .state-2 .cate-3 {
	left: 705px;
}

.slide .state-2 .cate-4 {
	left: 917px;
}

.slide .state-2 .cate-2 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第三个 */

.slide .state-3 .cate-1 {
	left: 0;
}

.slide .state-3 .cate-2 {
	left: 212px;
}

.slide .state-3 .cate-3 {
	left: 425px;
}

.slide .state-3 .cate-4 {
	left: 917px;
}

.slide .state-3 .cate-3 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/* 指向第四个 */

.slide .state-4 .cate-1 {
	left: 0;
}

.slide .state-4 .cate-2 {
	left: 212px;
}

.slide .state-4 .cate-3 {
	left: 425px;
}

.slide .state-4 .cate-4 {
	left: 637px;
}

.slide .state-4 .cate-4 .p2 {
	-webkit-opacity: 1;
	opacity: 1;
	display: block\9;
}


/*index结束*/


/*页脚开始*/

.footer {
	position: relative;
	width: 100%;
	padding-bottom:5px;
}

.footer_top {
	height: 75px;
	margin: 0 auto;
	border-bottom: 1px solid #EEEEEE;
}

.footer_in_nei {
	width: 1130px;
	height: 75px;
	margin: 0 auto;
}

.knows {
	float: left;
	line-height: 75px;
	width: 790px;
	height: 75px;
	font-weight: bold;
}

.knows p {
	float: left;
}

.knows .k1 {
	background-image: url(../images/culture.png);
}

.knows .k2 {
	background-image: url(../images/zhuangxiu.png);
}

.knows .k3 {
	background-image: url(../images/brand.png);
}
.knows .k4 {
	background-image: url(../images/media.png);
}
.knows a {
	color: #4c4c4c;
	float: left;
	display: block;
	height: 75px;
	margin-left: 10px;
	padding-left: 42px;
	background: no-repeat 1px 18px;
}

.guanzhu {
	font-weight: bold;
	float: right;
	width: 336px;
	height: 75px;
	overflow: hidden;
	border-left: 1px solid #EEEEEE;
	background: #F5F5F5 url(../images/wei.png) no-repeat 22.5px 30px;
}

.guanzhu p {
	padding: 30px 66px;
}

.guanzhu p a {
	color: #4c4c4c;
}

.footer_bottom {
	height: 100px;
	margin: 0 auto;
}

.footer_in_banquan {
	width: 1130px;
	height: 100px;
	margin: 0 auto;
}

.banquan {
	float: right;
	width: 336px;
	height: 100px;
	border-left: 1px solid #EEEEEE;
}

.banquan .left {
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 20px;

	padding: 20px 0 20px 16px;
	color: #818083;
}

.banquan .right {
	float: left;
	/*width: 54px;*/
	padding: 10px 0;
}
.max_erweima{display:none;}
.banquan .right:hover>.max_erweima{
	display:block;
}

	/*页脚结束*/


/*恒新简介开始*/

.introduction_top {
	height: 80px;
	border-bottom: 1px solid #EEEEEE;
}

.introduction_nav {
	height: 80px;
	background: url(../images/home_icon.png) no-repeat 0 30px;
}

.introduction_nav p {
	color: #4c4c4c;
	font-weight: bold;
	padding: 30px 40px;
}

.introduction_nav p a {
	color: #4c4c4c;
}

.introduction_bottom {
	border-bottom: 2px solid #EEEEEE;
}

.detail {
	float: left;
	width: 793px;
	border-right: 1px solid #EEEEEE;
}

.detail h2.detail_title {
	font-weight: bold;
	font-size:18px;
}

.detail p {
	width: 720px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.detail  img {
	display: block;
	margin: 0 auto;
}

.common {
	float: right;
	width: 336px;
}

.common p {
	padding-left: 14px;
}

.common p:first-child {
	padding-top: 30px;
}


/*恒新简介结束*/


/*专家团队开始*/

.teams {
	float: left;
	width: 793px;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
}

.team {
	width: 720px;
	margin-bottom: 7px;
	margin-top: 30px;
	height: 210px;
	background-color: #f1eff1;
	overflow: hidden;
}

.team:last-child {
	margin-bottom: 30px;
}

.team img {
	float: left;
	margin-right: 25px;
	height: 100%;
}

.team h1 {
	margin: 70px 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	color: #4c4c4c;
}

.team p {
	padding-right: 23px;
	line-height: 20px;
	font-size: 12px;
	color: #4c4c4c;
}


/*团队架构*/

.structure {
	float: left;
	width: 793px;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
	color:#4c4c4c;
}
.structure h2,.structure p{color:#4c4c4c;}

.team_structure {
	width: 720px;
	margin-bottom: 7px;
	margin-top: 30px;
	height: 120px;
	overflow: hidden;
}

.team_structure:last-child {
	margin-bottom: 30px;
}

.team_structure:hover {
	background-color: #f1eff1;
	cursor: pointer;
}

.num1 {
	float: left;
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 10px 0;
	background-color: #f1eff1;
}

.num1 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #E30012;
	text-align: center;
}

.num1 h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.num2 {
	float: left;
	width: 330px;
	height: 100px;
}

.num2 p {
	padding: 38px 20px;
}


/*专家团队结束*/


/*案例开始*/

.case {
	float: left;
	width: 792px;
	border-right: 1px solid #EEEEEE;
}

.case .case_tu {
	/*width: 720px;*/
	margin-top: 30px;
}

.case .case_tu li {
	width:250px;
	min-height:150px;
	float: left;
	padding: 0 7px 20px;
}

.case .case_tu li a {
	color: #4c4c4c;
	font-size: 14px;
}


/*案例结束*/


/*案例详情开始*/



.case_cont {
	width: 720px;
	min-height: 200px;
}

.case h2.case_detail_title {
	width: 720px;
	font-weight: bold;
	font-size:18px;
	text-align: left;
	color:#4c4c4c;
}

.case_detail p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #818083;
}

.case_detail img {
	margin: 0 auto;
	display: block;
	/*margin-bottom: 16px;*/
}

.case_detail .bottom {
	width: 720px;
	height: 20px;
	margin-bottom: 30px;
}

.case_detail .prev {
	float: left;
	color: #4c4c4c;
}

.case_detail .next {
	float: right;
	color: #4c4c4c;
}


/*案例详情结束*/


/*新闻开始*/

.news {
	float: left;
	width: 793px;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
	overflow: hidden;
}

.news .n_top {
	width: 720px;
	height: 250px;
	margin-top: 30px;
	border-bottom: 2px solid #EEEEEE;
}

.news .n_top .t_left {
	display: block;
	width:720px;
	float: left;
	cursor: pointer;
}

.news .n_top a {
	color: #4c4c4c;
}

.news .n_top a p{line-height:24px;}

.news .n_top .t_left img {
	margin-left: 20px;
	float: right;
}

.news .n_top .t_left .titlt {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.news .n_top .t_left h1 {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.news_case {
	width: 720px;
	height: 120px;
	margin-bottom: 30px;
	/*overflow: hidden;*/
	border-bottom: 2px solid #EEEEEE;
}

.news_case:first-child {
	margin-top: 30px;
}

.news_case:last-child {
	border-bottom: none;
}

.news_case:hover {
	background-color: #f1eff1;
	cursor: pointer;
}

.date {
	float: left;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	margin: 10px 20px 10px 0;
	width: 100px;
	height: 100px;
	background-color: #f1eff1;
}

.date .day {
	font-size: 34px;
	font-weight: bold;
	color: #E30012;
}

.date_new {
	float: right;
	width:600px;
}

.date_new h2 {
	font-size: 16px;
}

.date_new h3 {
	font-weight: normal;
	font-size: 14px;
	line-height:24px;
}

.date_new a {
	color: #4c4c4c;
}


/*新闻结束*/


/*关于我们开始*/

.message {
	width: 793px;
	border-right: 1px solid #EEEEEE;
	float: left;
}

.message h2 {
	font-weight: normal;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}



/*留言结束*/


/*联系我们开始*/

.contact {
	width: 793px;
	border-right: 1px solid #EEEEEE;
	float: left;
}

.contact .dress {
	width: 720px;
}

.dress>ul>li {
	width: 100%;
	float: left;
	padding: 10px 0;
	line-height: 24px;
}
.dress>ul>li:first-child{
	padding: 30px 0 10px 0;
}

.dress>ul>li>img{
	display: block;
	float: left;
	width: 20px;
}

.dress>ul>li:last-child>img {
	width: 24px;
}
.dress>ul>li:last-child{
	position: relative;
	left: -3px;
	margin-bottom: 10px;
}
.dress>ul>li>span {
	float: left;
	margin-left: 12px;
	margin-right: 30px;
	text-align: center;
}



.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
/*新媒体开始*/
.media {
	float: left;
	width: 793px;
	border-right: 1px solid #EEEEEE;
}
.media a {
	color: #282626;
}

.media ul {
	margin-bottom: 30px;
	width: 793px;
}

.media ul li {
	float: left;
	width: 270px;
	height: 342px;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 20px 50px;
}


.media ul li h3{
	color:#4c4c4c;
	padding:0!important;
	margin:16px 0;
}

.media ul li p{
	text-align: left;
	color:#818083;
	font-size:14px;
}


.media ul li .show_servise {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.media .back {
	transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-wekit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	line-height: 130px;
	color: white;
	cursor: pointer;
}

.media button {
	outline: none;
	transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-wekit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: absolute;
	width: 140px;
	height: 30px;
	top: 120%;
	left: 50%;
	margin-left: -62px;
	margin-top: -15px;
	line-height: 130px;
	color: white;
	background: transparent;
	border: none;
	font-family: "微软雅黑";
	font-size: 18px;
	cursor: pointer;
}

.pictures {
	height: 100px;
	position: relative;
	overflow: hidden;
}