@charset "utf-8";
body{
  background:white;
  text-align:center;
  margin:0;
  min-width: 1200px;
}
body,td,th,div,ul,li,a,dl,dd,dt,input,select,textarea,h1,h2,h3,h4,h5,h6{
	color:#383838;
	font-family:'Arial', 'Verdana', 'Microsoft YaHei', '微软雅黑', '宋体';
}
a:hover{
	color:#006db8;
}
body,td,th,div,ul,li,a,font,a,dl,dd,dt{
	font-size:15px;
	line-height:2;
}
input,select,textarea{
	font-size:12px;
}
a{
	text-decoration:none;
}
a,
img,
*:focus{
	outline:none;
}
textarea{
  resize:none;
}
div,ul,li,dd,dt,h1,h2,h3,h4,h5,h6,dl,menu,nav{
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
}
a,img{
    star:expression(this.onFocus=this.blur()); 
	border:0;
}
li img{
	display:block;
	margin:0 auto;
}
input[type='text'],
input[type='password'],
input[type='number'],
select,
textarea{
	border:1px solid #CCC;
}
input[type='text'],
input[type='number'],
input[type='password']{
	padding:5px 0;
}
input[type='submit'],
input[type='reset'],
input[type='button']{
	padding:3px 12px;
	cursor:pointer;
}
select{
	padding:3px 0;
}
body .fl-left{
	float:left;
}
body .fl-right{
	float:right;
}
.clear,
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
	height:0;
	clear:both;
	display:block;
	overflow:hidden;
}
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
	content:"";
}
.nr p{
	margin:0;
}
#icp_con{
	display:none;
}
.big_img img{
	max-width:100%;
}
.big_img #dituContent{
  box-sizing:border-box;
}
.big_img #dituContent img,
.big_img .msg img{
	max-width:inherit;
}
#pageStyle{
	text-align:center;
	font-size:0;
	padding-top:18px;
}
#pageStyle a,
#pageStyle span{
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	line-height:24px;
}
#pageStyle span{
	line-height:26px;
}
#pageStyle a,
#pageStyle select{
	background:white;
	border:1px solid #dddddd;
}
#pageStyle select{
	height:26px;
}
#pageStyle a{
	width:auto!important;
	width:24px;
	min-width:24px;
	text-align:center;
	white-space:nowrap;
}
#pageStyle a.other{
	padding:0 7px;
}
#pageStyle a.Act,
#pageStyle a:hover,
#pageStyle select:hover{
	color:inherit;
	background:#eaf6ff;
	border-color:#0099ff;
}
#msg{
	margin:auto;
	max-width:660px;
}
#msg h2{
	font-weight:normal;
	font-size:12px;
	line-height:200%;
	margin-top:20px;
}
#msg .list{
	border:1px solid #d7d6d6;
	border-top:0;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	position:relative;
}
#msg .list > i{
	height:1px;
	overflow:hidden;
	display:block;
	margin-right:25px;
	background:#d7d6d6;
}
#msg .list > div{
	margin:7px 12px 0;
	position:relative;
	min-height:24px;
	border-bottom:1px solid #d7d6d6;
}
#msg .list div .img{
	position:absolute;
	left:0;
	top:4px;
}
#msg .list div .img img{
	height:15px;
}
#msg .list div .img1{
	position:absolute;
	right:0;
	top:4px;
}
#msg .list div .img1 img{
	height:17px;
}
#msg .list div .title{
	padding-bottom:5px;
	margin:0 55px 0 24px;
}
#msg .list > .nr{
	margin:9px 12px 0;
}
#msg .list > .nr1{
	margin:9px 12px 6px 36px;
}
#msg .list > b{
	background:url(http://images02.cdn86.net/kps01/M00/F3/2D/wKiAiVffpC3qY-WaAAAFteXZxJY727.png);
	display:block;
	width:52px;
	height:21px;
	position:absolute;
	right:-1px;
	top:-21px;
}
.msg{
  width: 600px;
  margin: auto;
}
.msg input[type='text'],
.msg textarea{
  box-sizing:border-box;
  padding:5px 6px;
}
.element{
  overflow: hidden;
}
.element img{
	transition: all 1s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.element:hover img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.autoimg{
	display:block;
	position:relative;
}
.autoimg img{
	width:100%;
}
.autoimg img:nth-child(2){
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.ellipsis{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.ellipsis-nav{
	display: block;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    line-height: 20px;
    height: 40px;
}
.ellipsis1{
	overflow:hidden;
	display:-webkit-box;
  display:block\9;
	-webkit-line-clamp:3;/*控制行数，超出用...省略*/
	-webkit-box-orient:vertical;
}

/**内容页样式**/
.cheng_content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.cheng_con_left {
    width: 224px;
    height: auto;
    float: left;
}
.cheng_con_right {
    width: 975px;
    height: auto;
    float: right;
}
.cheng_con_left span {
    width: 224px;
    height: 72px;
    display: block;
    text-align: center;
    line-height: 35px;
    font-family: "微软雅黑";
    color: #fff;
    background: #99cdff;
    padding-top: 15px;
}
.cheng_con_left ul {
    width: 222px;
    height: auto;
    border: 1px solid #cccccc;
}
.cheng_con_left span b {
    font-size: 30px;
}
#active {
    background: #8bbe47;
    color: #fff;
}

.cheng_con_left ul li {
    width: 222px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-family: "微软雅黑";
    border-bottom: 1px dashed #e5e5e5;
    color: #666;
}
.cheng_con_left .cheng_call_wd {
    padding-left: 30px;
    width: 194px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 27px;
    height: 27px;
    display: block;
    background: url(../images/chengxin_icon2.png) no-repeat 15% 50%;
    margin-top: 20px;
}
.cheng_con_left .cheng_call_tel {
    text-align: center;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #2d5ba6;
    margin-bottom: 20px;
}
.cheng_con_r_title {
    width: 900px;
    height: 35px;
    background: url(../images/chengxin_icon1.png) no-repeat 0 50%;
    line-height: 35px;
    color: #999999;
    font-family: "微软雅黑";
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 47px;
}
.about_con_r {
    width: 925px;
    height: auto;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 20px;
}
.cheng_con_r_title span {
    color: #8bbe47;
}
.about_con_r p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 15px;
}
.cot{text-indent: .3rem;line-height: 30px;}



.cont3{
	padding-bottom: 90px;
}
.cont3-tab{
	display: -webkit-flex;
	display: flex;
	justify-content:center;
    -webkit-justify-content: center;
}
.cont3-tab a{
	font-size: 18px;
	color: #7d7d7e;
	margin: 0 40px;
}
.cont3-tab a:hover,.cont3-tab a.active{
	border-bottom: 2px solid #e83822;
}
.cont3-case-c .btn-gd{
	margin: 30px auto 0;
}
.cont3-case-c li{
	float: left;
	margin: 0 32px 30px 0;
}
.cont3-case-c li:nth-child(3n){
	margin-right: 0;
}
.cont3-case-c li a{
	display: block;
	position: relative;
	width: 394px;
	height: 240px;
	overflow: hidden;
}
.cont3-case-c li a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	
}
.cont3-case-c li a:hover img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.cont3-case-c a span{
	display: block;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(231,31,25,0.8);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont3-case-c a:hover span{
	bottom: 0;
}
.about_con_r .cont3-case-c li a{width: 280px;height: 220px;border: 1px #ddd solid;padding: 1px;}


/*新闻列表和分页*/
.sub_content_right_below {
    padding-top:10px;
    width:100%;
    height:auto;
    overflow:hidden;
    zoom:1;
}
.sub_content_right_below p {
    line-height:22px;
    padding-top:10px;
    font-size:13px;
    color:#666666
}
.news_list {
    width:859px;
    height:115px;
    ;
    border-bottom:1px solid #e5e4e2
}
.news_list_left {
    width:166px;
    height:98px;
    float:left
}
.news_list_right {
    width:680px;
    height:110px;
    float:left;
    margin-left:13px;
}
.news_list_right a {
    text-decoration: none
}
.news_list_right h4 {
    width:680px;
    height:25px;
    display:block
}
.news_list_right h4 a {
    font-size:16px;
    color:#2d5ba6;
    font-weight:bold
}
.news_list_right h4 a:hover {
    text-decoration:underline
}
.news_list_right p {
    width:680px;
    height:75px;
    display:block
}
.news_list_right p a {
    color:#a9a6a6;
    font-size:15px;
}
.news_list_right p a:hover {
    color:#bf3131;
}
.news_list_right p .details {
    color:#494848
}
.news_list_right p span {
    display:block;
    color:#a9a6a6;
    font-size:15px;
    text-align:right;
    float:right
}
.news_list {
    margin-top:20px;
}

.ne_hbgs{width:900px;height:30px;float:left;margin-left:13px;}
.ne_hbgs a{text-decoration: none}
.ne_hbgs h4{width:700px;height:25px;display:block;float: left;}
.ne_hbgs h4 a{font-size:16px;color:#2d5ba6;font-weight:bold}
.ne_hbgs h4 a:hover{text-decoration:underline}
.ne_hbgs span{float:right;display:block;color:#a9a6a6;font-size:15px;text-align:right;}

/*内容页*/
.proxqtitle {
    font-size: 19px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px dashed #CCC;
}
.proxqbq {
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
}
.table_form tr {line-height: 50px;}


	/*分页*/
.pagestyle{margin:10px 0;}
.pagestyle a{border:1px #99cdff solid;color:#99cdff;padding: 0 4px;margin:0 5px;}
.pagestyle .current{background: #99cdff;color:#fff;padding: 0 4px;margin:0 5px;}